{"title":"Home - Mais Desejados","description":"Colecao que alimenta o strip de destaques na home (secao MKPBR Best Sellers). Edite os produtos e a ordem aqui para mudar o strip.","products":[{"product_id":"adeus-multi-action-body-cream","title":"Adeus Cream — Multi-Action Body Cream (300g)","description":"\u003cstyle\u003e\n  .mkpbr-adeus {\n    --mkpbr-orange: #ff6b4a;\n    --mkpbr-orange-dark: #e85a37;\n    --mkpbr-black: #111111;\n    --mkpbr-muted: #666666;\n    --mkpbr-soft: #faf9f7;\n    --mkpbr-line: #ececec;\n    --mkpbr-white: #ffffff;\n    color: var(--mkpbr-black);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mkpbr-adeus *,\n  .mkpbr-adeus *::before,\n  .mkpbr-adeus *::after {\n    box-sizing: border-box;\n  }\n\n  .mkpbr-adeus h2,\n  .mkpbr-adeus h3,\n  .mkpbr-adeus p {\n    margin-top: 0;\n  }\n\n  .mkpbr-adeus h2 {\n    margin-bottom: 14px;\n    color: var(--mkpbr-black);\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mkpbr-adeus h3 {\n    margin-bottom: 8px;\n    color: var(--mkpbr-black);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .mkpbr-adeus a {\n    color: var(--mkpbr-orange-dark);\n    font-weight: 600;\n    text-underline-offset: 3px;\n  }\n\n  .mkpbr-adeus__intro {\n    padding: clamp(24px, 5vw, 42px);\n    border-left: 5px solid var(--mkpbr-orange);\n    border-radius: 0 16px 16px 0;\n    background: var(--mkpbr-soft);\n  }\n\n  .mkpbr-adeus__intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n    font-size: 17px;\n  }\n\n  .mkpbr-adeus__section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__section-title {\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n\n  .mkpbr-adeus__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .mkpbr-adeus__card {\n    padding: 20px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 14px;\n    background: var(--mkpbr-white);\n  }\n\n  .mkpbr-adeus__card p {\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: var(--mkpbr-soft);\n    counter-increment: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li::before {\n    position: absolute;\n    top: 16px;\n    left: 18px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mkpbr-orange);\n    color: var(--mkpbr-white);\n    content: counter(adeus-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mkpbr-adeus__steps strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .mkpbr-adeus__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 16px 0;\n  }\n\n  .mkpbr-adeus__tag {\n    padding: 7px 12px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 999px;\n    background: var(--mkpbr-soft);\n    font-size: 14px;\n  }\n\n  .mkpbr-adeus__notice {\n    margin-top: 18px;\n    padding: 16px 18px;\n    border-radius: 12px;\n    background: #fff2ee;\n    color: #552217;\n  }\n\n  .mkpbr-adeus__details {\n    border-top: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details details {\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    cursor: pointer;\n    color: var(--mkpbr-black);\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .mkpbr-adeus__details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mkpbr-adeus__details summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    color: var(--mkpbr-orange);\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .mkpbr-adeus__details details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .mkpbr-adeus__details-body {\n    padding: 0 36px 18px 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mkpbr-adeus__disclaimer {\n    margin-top: 28px;\n    padding: 18px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 12px;\n    color: var(--mkpbr-muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .mkpbr-adeus__grid,\n    .mkpbr-adeus__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mkpbr-adeus__section {\n      padding: 28px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mkpbr-adeus\"\u003e\n\u003csection class=\"mkpbr-adeus__intro\"\u003e\n\u003ch2\u003eAdeus Cream Multifunctional 300g\u003c\/h2\u003e\n\u003cp\u003eA multifunctional body cream created for a consistent skincare routine. Its formula helps hydrate the skin and supports the appearance of smoother, firmer-looking skin on the legs, thighs, hips, belly and arms.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eWhy you’ll love it\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__grid\"\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eSmoother-looking skin\u003c\/h3\u003e\n\u003cp\u003eSupports a more even-looking texture and a smoother feel with consistent use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eDaily hydration\u003c\/h3\u003e\n\u003cp\u003eHelps leave the skin feeling soft, comfortable and cared for.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eMassage-friendly texture\u003c\/h3\u003e\n\u003cp\u003eEasy to include in a morning and evening body-care routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eGenerous 300g size\u003c\/h3\u003e\n\u003cp\u003eIdeal for regular application across multiple areas of the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eHow to use\u003c\/h2\u003e\n\u003col class=\"mkpbr-adeus__steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eClean and dry the skin\u003c\/strong\u003eMake sure the area is clean and completely dry before application.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApply and massage\u003c\/strong\u003eMassage the cream into the desired areas until fully absorbed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUse consistently\u003c\/strong\u003eApply morning and night as part of your regular body-care routine.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"mkpbr-adeus__notice\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e Methyl nicotinate may cause a temporary warming sensation or visible redness in the area of application. Patch test before first use, avoid sensitive or irritated skin, and discontinue use if discomfort persists.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eFormula highlights\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__tags\"\u003e\n\u003cspan class=\"mkpbr-adeus__tag\"\u003eArnica\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eSeaweed extract\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eGreen tea\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eCaffeine\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eCentella asiatica\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eGinger\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eDimethicone\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eMethyl nicotinate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eAlways check the product packaging for the complete and most current ingredient list.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct information\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__details\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs MKPBR an official Adeus seller?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eYes. MKPBR.COM is an official, brand-authorized platform for Adeus products. Products purchased from MKPBR are guaranteed authentic and sourced directly in Brazil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mkpbr-adeus__disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e For external use only. Individual results may vary. Do not apply to the face, sensitive areas, irritated or broken skin. Keep out of reach of children. Product packaging may be labelled in Portuguese. Brazilian-brand products sold by MKPBR are sourced in Brazil and regularized with ANVISA under the framework applicable to their category. ANVISA regularization applies to the Brazilian market and is not equivalent to U.S. FDA approval. See our full \u003ca href=\"\/en-se\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Adeus","offers":[{"title":"Default Title","offer_id":51535464300860,"sku":"MKPBR2024-872","price":57.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/adeus-cream-multifunctional-300g-brazilian-body-moisturizer-buy-now-at-mkpbr-com-worldwide-shipping.webp?v=1786014074"},{"product_id":"adeus-dark-spot-correcting-cream","title":"Adeus Cream Dark Spot Correcting Cream – 100g \/ 3.52 oz","description":"\u003cstyle\u003e\n  .mkpbr-adeus {\n    --mkpbr-orange: #ff6b4a;\n    --mkpbr-orange-dark: #e85a37;\n    --mkpbr-black: #111111;\n    --mkpbr-muted: #666666;\n    --mkpbr-soft: #faf9f7;\n    --mkpbr-line: #ececec;\n    --mkpbr-white: #ffffff;\n    color: var(--mkpbr-black);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mkpbr-adeus *,\n  .mkpbr-adeus *::before,\n  .mkpbr-adeus *::after {\n    box-sizing: border-box;\n  }\n\n  .mkpbr-adeus h2,\n  .mkpbr-adeus h3,\n  .mkpbr-adeus p {\n    margin-top: 0;\n  }\n\n  .mkpbr-adeus h2 {\n    margin-bottom: 14px;\n    color: var(--mkpbr-black);\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mkpbr-adeus h3 {\n    margin-bottom: 8px;\n    color: var(--mkpbr-black);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .mkpbr-adeus a {\n    color: var(--mkpbr-orange-dark);\n    font-weight: 600;\n    text-underline-offset: 3px;\n  }\n\n  .mkpbr-adeus__intro {\n    padding: clamp(24px, 5vw, 42px);\n    border-left: 5px solid var(--mkpbr-orange);\n    border-radius: 0 16px 16px 0;\n    background: var(--mkpbr-soft);\n  }\n\n  .mkpbr-adeus__intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n    font-size: 17px;\n  }\n\n  .mkpbr-adeus__section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__section-title {\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n\n  .mkpbr-adeus__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .mkpbr-adeus__card {\n    padding: 20px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 14px;\n    background: var(--mkpbr-white);\n  }\n\n  .mkpbr-adeus__card p {\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: var(--mkpbr-soft);\n    counter-increment: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li::before {\n    position: absolute;\n    top: 16px;\n    left: 18px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mkpbr-orange);\n    color: var(--mkpbr-white);\n    content: counter(adeus-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mkpbr-adeus__steps strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .mkpbr-adeus__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 16px 0;\n  }\n\n  .mkpbr-adeus__tag {\n    padding: 7px 12px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 999px;\n    background: var(--mkpbr-soft);\n    font-size: 14px;\n  }\n\n  .mkpbr-adeus__notice {\n    margin-top: 18px;\n    padding: 16px 18px;\n    border-radius: 12px;\n    background: #fff2ee;\n    color: #552217;\n  }\n\n  .mkpbr-adeus__details {\n    border-top: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details details {\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    cursor: pointer;\n    color: var(--mkpbr-black);\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .mkpbr-adeus__details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mkpbr-adeus__details summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    color: var(--mkpbr-orange);\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .mkpbr-adeus__details details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .mkpbr-adeus__details-body {\n    padding: 0 36px 18px 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mkpbr-adeus__disclaimer {\n    margin-top: 28px;\n    padding: 18px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 12px;\n    color: var(--mkpbr-muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .mkpbr-adeus__grid,\n    .mkpbr-adeus__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mkpbr-adeus__section {\n      padding: 28px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cstyle\u003e\n.mkpbr-adeus__content-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}\n.mkpbr-adeus__content-list\u003eli{padding:20px;border:1px solid var(--mkpbr-line);border-radius:14px;background:var(--mkpbr-white)}\n.mkpbr-adeus__content-list\u003eli p:last-child{margin-bottom:0}\n.mkpbr-adeus__plain{color:var(--mkpbr-muted)}\n.mkpbr-adeus__plain p:last-child{margin-bottom:0}\n.mkpbr-adeus__section table{width:100%;border-collapse:collapse}\n.mkpbr-adeus__section th,.mkpbr-adeus__section td{padding:10px;border:1px solid var(--mkpbr-line);text-align:left}\n.mkpbr-adeus__section blockquote{margin:18px 0;padding:16px 18px;border-left:4px solid var(--mkpbr-orange);border-radius:0 12px 12px 0;background:var(--mkpbr-soft)}\n@media(max-width:749px){.mkpbr-adeus__content-list{grid-template-columns:1fr}}\n\u003c\/style\u003e\n\u003cdiv class=\"mkpbr-adeus\"\u003e\n\u003csection class=\"mkpbr-adeus__intro\"\u003e\n\u003ch2\u003eAdeus Dark Spot Correcting Cream\u003c\/h2\u003e\n\u003cp\u003eA targeted cosmetic body cream designed to help improve the appearance of dark spots and uneven-looking skin tone. Its fast-absorbing texture is suitable for areas such as the underarms, elbows, knees and inner thighs.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eWhy you’ll love it\u003c\/h2\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eMore even-looking tone\u003c\/h2\u003e\n\u003cp\u003eSupports the appearance of a more uniform and refreshed skin tone with consistent use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eTargeted body care\u003c\/h2\u003e\n\u003cp\u003eCreated for external areas where the skin may appear darker or less even.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eLightweight texture\u003c\/h2\u003e\n\u003cp\u003eSpreads easily and absorbs without leaving a heavy residue on the skin.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eSimple daily routine\u003c\/h2\u003e\n\u003cp\u003eEasy to include in your regular morning or evening body-care routine.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eHow to use\u003c\/h2\u003e\n\u003col class=\"mkpbr-adeus__steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eClean and dry the area\u003c\/strong\u003eApply only to clean, completely dry external body skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApply a thin layer\u003c\/strong\u003eMassage a small amount into the desired area until fully absorbed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUse consistently\u003c\/strong\u003eBegin once daily. If your skin feels comfortable, the product may be used twice daily.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eFormula highlights\u003c\/h2\u003e\n\nDark spot appearance care Uneven-looking tone support Fast-absorbing feel External body use Made in Brazil\n\n\n\u003cp\u003eAlways check the product packaging for the complete and most current ingredient list and directions for use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct information\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I apply it?\u003c\/summary\u003e\n\n\u003cp\u003eApply to external body areas such as the underarms, elbows, knees and inner thighs. Do not apply to the face, intimate areas, broken skin or areas with irritation.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow often should I use it?\u003c\/summary\u003e\n\n\u003cp\u003eBegin with one application per day. If your skin feels comfortable, you may use it twice daily. Follow the directions provided on the product packaging.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it guarantee results?\u003c\/summary\u003e\n\n\u003cp\u003eNo. This is a cosmetic skincare product designed to support the appearance of more even-looking skin. Individual results vary and are not guaranteed.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this the same as Adeus Cream Multifunctional?\u003c\/summary\u003e\n\n\u003cp\u003eNo. Adeus Dark Spot Correcting Cream focuses on the appearance of dark spots and uneven tone. Adeus Cream Multifunctional is intended for a broader body-care routine focused on hydration and smoother, firmer-looking skin.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs MKPBR an official Adeus seller?\u003c\/summary\u003e\n\n\u003cp\u003eYes. MKPBR.COM is an official, brand-authorized platform for Adeus products. Products purchased from MKPBR are guaranteed authentic and sourced directly in Brazil.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e For external cosmetic use only. Individual results may vary. Patch test before use and discontinue use if irritation occurs. Keep out of reach of children. Product packaging may be labelled in Portuguese. Brazilian-brand products sold by MKPBR are sourced in Brazil and regularized with ANVISA under the framework applicable to their category. ANVISA regularization applies to the Brazilian market and is not equivalent to U.S. FDA approval. See our full \u003ca href=\"\/en-se\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Adeus","offers":[{"title":"Default Title","offer_id":52038201901372,"sku":"MKPBR2024-894","price":47.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/ad_u0.png?v=1782753631"},{"product_id":"gold-spell-alisei-fioterapia-hair-treatment","title":"Gold Spell Alisei by Fioterapia - Straightening Professional Hair Treatment, Progressive \u0026 Smoothing Techonology","description":"\u003cstyle\u003e\n  .mkpbr-adeus {\n    --mkpbr-orange: #ff6b4a;\n    --mkpbr-orange-dark: #e85a37;\n    --mkpbr-black: #111111;\n    --mkpbr-muted: #666666;\n    --mkpbr-soft: #faf9f7;\n    --mkpbr-line: #ececec;\n    --mkpbr-white: #ffffff;\n    color: var(--mkpbr-black);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mkpbr-adeus *,\n  .mkpbr-adeus *::before,\n  .mkpbr-adeus *::after {\n    box-sizing: border-box;\n  }\n\n  .mkpbr-adeus h2,\n  .mkpbr-adeus h3,\n  .mkpbr-adeus p {\n    margin-top: 0;\n  }\n\n  .mkpbr-adeus h2 {\n    margin-bottom: 14px;\n    color: var(--mkpbr-black);\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mkpbr-adeus h3 {\n    margin-bottom: 8px;\n    color: var(--mkpbr-black);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .mkpbr-adeus a {\n    color: var(--mkpbr-orange-dark);\n    font-weight: 600;\n    text-underline-offset: 3px;\n  }\n\n  .mkpbr-adeus__intro {\n    padding: clamp(24px, 5vw, 42px);\n    border-left: 5px solid var(--mkpbr-orange);\n    border-radius: 0 16px 16px 0;\n    background: var(--mkpbr-soft);\n  }\n\n  .mkpbr-adeus__intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n    font-size: 17px;\n  }\n\n  .mkpbr-adeus__section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__section-title {\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n\n  .mkpbr-adeus__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .mkpbr-adeus__card {\n    padding: 20px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 14px;\n    background: var(--mkpbr-white);\n  }\n\n  .mkpbr-adeus__card p {\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: var(--mkpbr-soft);\n    counter-increment: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li::before {\n    position: absolute;\n    top: 16px;\n    left: 18px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mkpbr-orange);\n    color: var(--mkpbr-white);\n    content: counter(adeus-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mkpbr-adeus__steps strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .mkpbr-adeus__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 16px 0;\n  }\n\n  .mkpbr-adeus__tag {\n    padding: 7px 12px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 999px;\n    background: var(--mkpbr-soft);\n    font-size: 14px;\n  }\n\n  .mkpbr-adeus__notice {\n    margin-top: 18px;\n    padding: 16px 18px;\n    border-radius: 12px;\n    background: #fff2ee;\n    color: #552217;\n  }\n\n  .mkpbr-adeus__details {\n    border-top: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details details {\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    cursor: pointer;\n    color: var(--mkpbr-black);\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .mkpbr-adeus__details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mkpbr-adeus__details summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    color: var(--mkpbr-orange);\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .mkpbr-adeus__details details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .mkpbr-adeus__details-body {\n    padding: 0 36px 18px 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mkpbr-adeus__disclaimer {\n    margin-top: 28px;\n    padding: 18px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 12px;\n    color: var(--mkpbr-muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .mkpbr-adeus__grid,\n    .mkpbr-adeus__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mkpbr-adeus__section {\n      padding: 28px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cstyle\u003e\n.mkpbr-adeus__content-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}\n.mkpbr-adeus__content-list\u003eli{padding:20px;border:1px solid var(--mkpbr-line);border-radius:14px;background:var(--mkpbr-white)}\n.mkpbr-adeus__content-list\u003eli p:last-child{margin-bottom:0}\n.mkpbr-adeus__plain{color:var(--mkpbr-muted)}\n.mkpbr-adeus__plain p:last-child{margin-bottom:0}\n.mkpbr-adeus__section table{width:100%;border-collapse:collapse}\n.mkpbr-adeus__section th,.mkpbr-adeus__section td{padding:10px;border:1px solid var(--mkpbr-line);text-align:left}\n.mkpbr-adeus__section blockquote{margin:18px 0;padding:16px 18px;border-left:4px solid var(--mkpbr-orange);border-radius:0 12px 12px 0;background:var(--mkpbr-soft)}\n@media(max-width:749px){.mkpbr-adeus__content-list{grid-template-columns:1fr}}\n\u003c\/style\u003e\n\u003cdiv class=\"mkpbr-adeus\"\u003e\n\u003csection class=\"mkpbr-adeus__intro\"\u003e\n\u003cp\u003ePrepare to be utterly captivated by \u003cstrong\u003eAlisei Progressive Smoothing Hair Treatment by Gold Spell\u003c\/strong\u003e, the revolutionary \u003cstrong\u003eFioterapia \u003c\/strong\u003etechnology that transcends traditional straightening to deliver unparalleled hair transformation.\u003c\/p\u003e\n\u003cp\u003eWhile Alisei is a professional-grade treatment, its carefully developed formula also allows for exceptional results when applied diligently at home, transforming your hair with a touch of salon expertise.\u003c\/p\u003e\n\u003cp\u003eFor enhanced results, consider pairing it with \u003ca rel=\"noopener\" href=\"https:\/\/mkpbr.com\/products\/gold-spell-co-liso-etico-treatment-mask\" target=\"_blank\"\u003eGold Spell Liso Ético\u003c\/a\u003e for a truly perfected finish.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\n\n\n\n\u003cul class=\"mkpbr-adeus__content-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Smoothing Technology:\u003c\/strong\u003e A progressive alignment system that ensures sleek, perfectly straightened hair with exceptional manageability and a natural flow.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Nourishment \u0026amp; Resilience:\u003c\/strong\u003e NanoCortiline complex, amino acids, and noble oils penetrate deeply, strengthening hair fibers from within and enhancing overall resistance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVibrant Color Protection:\u003c\/strong\u003e Enriched with Argan oil, Macadamia, and Chamomile extract to preserve hair color intensity, prevent yellowing, and shield against oxidative damage for lasting vibrancy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMirror-Like Radiance:\u003c\/strong\u003e Achieves a spectacular, mirror-like shine by smoothing cuticles and aligning strands, reflecting light beautifully for an ultra-luminous finish.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrizz Control \u0026amp; Natural Movement:\u003c\/strong\u003e Adapts to all hair types, effectively eliminating frizz while maintaining the hair's natural movement and softness without rigidity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComfort-Focused Application:\u003c\/strong\u003e Provides a pleasant sensory experience with a gentle floral aroma and a formula free from strong vapors or uncomfortable burning sensations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFormaldehyde-Free Innovation:\u003c\/strong\u003e Utilizes a carefully developed blend of acids to achieve healthy, natural-looking straight hair without harsh chemicals, preserving hair's integrity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eHow to use\u003c\/h2\u003e\n\n\n\n\u003cul class=\"mkpbr-adeus__content-list\"\u003e\n\u003cli\u003eApply Alisei Progressive Smoothing Hair Treatment to lightly damp hair, after shampooing (prefer an anti-residue one)\u003c\/li\u003e\n\u003cli\u003ePart your hair into fine sections and carefully apply the product to each strand, ensuring even distribution from root to tip.\u003c\/li\u003e\n\u003cli\u003eAllow the treatment to act for 30 minutes, letting the magic unfold.\u003c\/li\u003e\n\u003cli\u003eRinse thoroughly with water, then dry and style your hair as desired to reveal its new, sleek perfection.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGold Tip\u003c\/strong\u003e: Apply Gold Spell Liso Ético for even better shine and smooth finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eIngredients Highlights:\u003c\/h2\u003e\n\n\n\n\n\u003cul class=\"mkpbr-adeus__content-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eNori Complex:\u003c\/strong\u003e A proprietary blend contributing to overall hair health and smoothing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNanoCortiline:\u003c\/strong\u003e Unites amino acids and noble oils for deep fiber penetration, cuticle smoothing, and enhanced resistance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAma Oil:\u003c\/strong\u003e Contributes to the hair's soft texture and manageability.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePanthenol (Pro-Vitamin B5):\u003c\/strong\u003e Known for its moisturizing and conditioning properties.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBabassu Oil:\u003c\/strong\u003e Provides emollience and aids in smoothing the hair shaft.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eArgan Oil:\u003c\/strong\u003e Renowned for its nourishing and shine-enhancing benefits, also aids in color protection.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMacadamia Oil:\u003c\/strong\u003e Offers deep conditioning, frizz control, and UV protection.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eChamomile Extract:\u003c\/strong\u003e Helps preserve hair tone and protects against oxidation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlend of Acids:\u003c\/strong\u003e Responsible for the formaldehyde-free progressive smoothing action.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e11 Other Luxury Oils:\u003c\/strong\u003e A synergistic combination delivering comprehensive nourishment and shine.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\n\n\n\u003cp\u003e\u003cstrong\u003eAllergen Warnings \/ Usage Cautions:\u003c\/strong\u003e This is a professional-grade hair transformation product. For external use only. Avoid contact with eyes; if contact occurs, rinse thoroughly with water. It is highly recommended to perform a patch test 48 hours before full application to check for any allergic reactions. \u003cstrong\u003eAs per ANVISA regulations, hair transformation products (Grau 2) are not recommended for use by pregnant or breastfeeding individuals. \u003c\/strong\u003eAlways follow usage instructions diligently. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eFAQ \u003c\/h2\u003e\n\n\n\n\n\n\n\u003cp\u003e\u003cstrong\u003eHow long do the smoothing effects of Alisei typically last?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe straightening effects of Alisei are designed to last between 8 to 12 weeks, with results evolving and becoming more disciplined with continued use.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIs Alisei compatible with previously chemically treated hair?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eYes, Alisei is formulated to be compatible with all hair types, including those that are chemically treated, wavy, curly, or coily, adapting its action to the hair's natural curvature and porosity. A strand test is always recommended.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDoes Alisei contain formaldehyde or its derivatives?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eNo, Alisei is completely free of formaldehyde and its derivatives. Its smoothing effect is achieved through a specialized blend of acids that align the hair fiber gently and effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCan Alisei be safely used at home?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eYes, while Alisei is a professional-grade product, it can be safely used at home by carefully following the detailed application instructions, including performing a patch test and respecting the recommended development time.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCan Alisei be used in conjunction with other Gold Spell products, such as Liso Etico?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAbsolutely. Alisei pairs exceptionally well with Gold Spell Liso Etico to further enhance the smoothness, shine, and longevity of your hair transformation, providing a complete Fioterapia experience.\u003c\/p\u003e\n\n\n\n\n\u003cp\u003e\u003cstrong\u003eGold Spell Co.\u003c\/strong\u003e is dedicated to crafting high-quality, natural hair care solutions that empower individuals to look and feel their best. Our products combine traditional recipes with modern research to deliver exceptional results.\u003c\/p\u003e\n\u003cp\u003eTo invest in natural beauty and discover more about sourcing exquisite ingredients, you may explore our dedicated section on \u003ca href=\"https:\/\/mkpbr.com\/pt\/collections\/gold-spell-co\" rel=\"noopener\" target=\"_blank\"\u003eGold Spell Co. Collection.\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003eFor extended value and continuous salon-quality results, explore our \u003ca rel=\"noopener\" href=\"https:\/\/mkpbr.com\/products\/4-pack-gold-spell-alisei-by-fioterapia\" target=\"_blank\"\u003e4-Pack Alisei Progressive Smoothing Hair Treatment\u003c\/a\u003e or the comprehensive \u003ca rel=\"noopener\" href=\"https:\/\/mkpbr.com\/products\/8-pack-gold-spell-alisei-by-fioterapia\" target=\"_blank\"\u003e8-Pack Alisei Progressive Smoothing Hair Treatment\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eElevate your professional services or home beauty regimen and empower your clients with the unparalleled transformation of Alisei by Gold Spell.\u003c\/h2\u003e\n\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e For external use only. Patch test before use and discontinue use if irritation occurs. Individual results may vary. Product packaging may be labeled in Portuguese. Our Brazilian-brand products are sourced in Brazil and are regularized with ANVISA (Agência Nacional de Vigilância Sanitária), Brazil's national health authority, under the applicable regulatory framework for each product category. ANVISA regularization applies to the Brazilian market and is not equivalent to U.S. FDA approval. See our full \u003ca href=\"\/en-se\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Gold Spell","offers":[{"title":"250ml","offer_id":53159826456892,"sku":"MKPBR2024-1378","price":88.99,"currency_code":"USD","in_stock":true},{"title":"500ml","offer_id":53159826489660,"sku":"MKPBR2024-3218","price":137.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/gold-spell-alisei-fioterapia-hair-treatment-bottle-front-500ml-buy-now-at-mkpbr-com-worldwide-shipping_ad54d62e-6593-42d6-815e-25131f9edc10.png?v=1783790685"},{"product_id":"catharine-hill-angel-magic-pri-lessa-blindagem","title":"Catharine Hill Angel Magic Blindagem: Waterproof Skin \u0026 Eye Primer by Pri Lessa 1.01 fl oz (30ml)","description":"\u003cstyle\u003e\n  .mkpbr-adeus {\n    --mkpbr-orange: #ff6b4a;\n    --mkpbr-orange-dark: #e85a37;\n    --mkpbr-black: #111111;\n    --mkpbr-muted: #666666;\n    --mkpbr-soft: #faf9f7;\n    --mkpbr-line: #ececec;\n    --mkpbr-white: #ffffff;\n    color: var(--mkpbr-black);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mkpbr-adeus *,\n  .mkpbr-adeus *::before,\n  .mkpbr-adeus *::after {\n    box-sizing: border-box;\n  }\n\n  .mkpbr-adeus h2,\n  .mkpbr-adeus h3,\n  .mkpbr-adeus p {\n    margin-top: 0;\n  }\n\n  .mkpbr-adeus h2 {\n    margin-bottom: 14px;\n    color: var(--mkpbr-black);\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mkpbr-adeus h3 {\n    margin-bottom: 8px;\n    color: var(--mkpbr-black);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .mkpbr-adeus a {\n    color: var(--mkpbr-orange-dark);\n    font-weight: 600;\n    text-underline-offset: 3px;\n  }\n\n  .mkpbr-adeus__intro {\n    padding: clamp(24px, 5vw, 42px);\n    border-left: 5px solid var(--mkpbr-orange);\n    border-radius: 0 16px 16px 0;\n    background: var(--mkpbr-soft);\n  }\n\n  .mkpbr-adeus__intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n    font-size: 17px;\n  }\n\n  .mkpbr-adeus__section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__section-title {\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n\n  .mkpbr-adeus__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .mkpbr-adeus__card {\n    padding: 20px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 14px;\n    background: var(--mkpbr-white);\n  }\n\n  .mkpbr-adeus__card p {\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: var(--mkpbr-soft);\n    counter-increment: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li::before {\n    position: absolute;\n    top: 16px;\n    left: 18px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mkpbr-orange);\n    color: var(--mkpbr-white);\n    content: counter(adeus-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mkpbr-adeus__steps strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .mkpbr-adeus__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 16px 0;\n  }\n\n  .mkpbr-adeus__tag {\n    padding: 7px 12px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 999px;\n    background: var(--mkpbr-soft);\n    font-size: 14px;\n  }\n\n  .mkpbr-adeus__notice {\n    margin-top: 18px;\n    padding: 16px 18px;\n    border-radius: 12px;\n    background: #fff2ee;\n    color: #552217;\n  }\n\n  .mkpbr-adeus__details {\n    border-top: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details details {\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    cursor: pointer;\n    color: var(--mkpbr-black);\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .mkpbr-adeus__details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mkpbr-adeus__details summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    color: var(--mkpbr-orange);\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .mkpbr-adeus__details details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .mkpbr-adeus__details-body {\n    padding: 0 36px 18px 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mkpbr-adeus__disclaimer {\n    margin-top: 28px;\n    padding: 18px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 12px;\n    color: var(--mkpbr-muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .mkpbr-adeus__grid,\n    .mkpbr-adeus__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mkpbr-adeus__section {\n      padding: 28px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mkpbr-adeus\"\u003e\n\u003csection class=\"mkpbr-adeus__intro\"\u003e\n\u003ch2\u003eCatharine Hill's Angel Magic Blindagem\u003c\/h2\u003e\n\u003cp\u003eDiscover the secret to enduring beauty with \u003cstrong\u003eCatharine Hill's Angel Magic Blindagem\u003c\/strong\u003e, the acclaimed multifunctional primer developed in collaboration with renowned Brazilian makeup artist \u003cstrong\u003ePri Lessa\u003c\/strong\u003e. This innovative formula is designed for ultimate practicality, comfort, and unparalleled resistance, ensuring your makeup remains flawless and vibrant throughout the day and night. Awarded the 29th Cosmetic Actuality Prize in 2021, Angel Magic transforms your beauty routine by creating a waterproof shield for skin and eyes, enhancing durability, and even revitalizing dried-out products.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eWhy you’ll love it\u003c\/h2\u003e\n\n\u003cdiv class=\"mkpbr-adeus__grid\"\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eWaterproof \u0026amp; Smudge-Proof Finish\u003c\/h3\u003e\n\u003cp\u003eTransforms your makeup into a durable, water-resistant barrier, preventing smudges and melt-down even in challenging conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eExtended Wear\u003c\/h3\u003e\n\u003cp\u003eSignificantly prolongs the life of your makeup, keeping it looking fresh and vibrant for hours on end.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eMultifunctional Performance\u003c\/h3\u003e\n\u003cp\u003eActs as both a skin and eye primer and an effective diluent to revive dried-out liquid or creamy makeup products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eSeamless Application\u003c\/h3\u003e\n\u003cp\u003eIts super-fluid, non-oily texture glides effortlessly, providing a hydrated feel and a smooth, even canvas for makeup application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003ePore Minimizing Effect\u003c\/h3\u003e\n\u003cp\u003eHelps to subtly minimize the appearance of pores, contributing to a refined and flawless complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eProfessional Collaboration\u003c\/h3\u003e\n\u003cp\u003eDeveloped by experts in partnership with celebrated makeup artist Pri Lessa, ensuring professional-grade results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct highlights\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__tags\"\u003e\n\u003cspan class=\"mkpbr-adeus__tag\"\u003eCyclomethicone: A silicone derivative that provides a smooth, non-greasy feel and helps makeup spread evenly.\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eIsododecane: A lightweight, non-oily hydrocarbon that provides excellent spreadability and helps create a long-lasting, smudge-resistant film.\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eTrimethylsiloxysilicate: A silicone resin that forms a flexible, water-resistant film, contributing to the product's \"blindagem\" (shield) effect.\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eDimethiconol: A conditioning silicone that enhances skin feel and helps in the formation of a smooth, even layer.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mkpbr-adeus__notice\"\u003e\n\u003cstrong\u003eAllergen warnings \/ usage cautions:\u003c\/strong\u003e No specific allergen warnings or cautions are listed. Always perform a patch test when introducing new products to your routine.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct information\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__details\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is Angel Magic Blindagem primarily used for?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eAngel Magic Blindagem is a multifunctional primer designed to make your makeup waterproof and long-lasting, and can also be used to dilute and revive dried-out liquid or creamy makeup products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I apply Angel Magic as a primer?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eApply a few drops of Angel Magic directly onto your clean skin with your fingertips or a brush before applying any makeup. Allow it to set for a moment before proceeding with your routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Angel Magic truly revive dried-out makeup?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eYes, simply add a few drops of Angel Magic to your dried liquid or cream makeup (like eyeliner, foundation, or concealer) and mix well until it regains its desired consistency and performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this product suitable for all skin types?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eAngel Magic features a super-fluid, non-oily texture that provides a hydrated feel, making it suitable for most skin types seeking enhanced makeup durability without a greasy finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes Angel Magic stand out from other primers?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eIts unique blend of waterproofing, long-lasting hold, and makeup revitalization capabilities, combined with its award-winning formula and collaboration with celebrity artist Pri Lessa, sets Angel Magic apart as a versatile beauty essential.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mkpbr-adeus__disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e For external use only. Patch test before use and discontinue use if irritation occurs. Individual results may vary. Product packaging may be labeled in Portuguese. Our Brazilian-brand products are sourced in Brazil and are regularized with ANVISA (Agência Nacional de Vigilância Sanitária), Brazil's national health authority, under the applicable regulatory framework for each product category. ANVISA regularization applies to the Brazilian market and is not equivalent to U.S. FDA approval. See our full \u003ca href=\"\/en-se\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Catharine Hill","offers":[{"title":"Default Title","offer_id":52546198700348,"sku":"MKPBR2024-1671","price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/catharine-hill-angel-magic-blindagem-waterproof-primer-30ml-mkpbr.com-worldwide-shipping_09708a63-4995-459a-8b82-20e43f0690d6.png?v=1784411252"},{"product_id":"cicatribem-clareador-dermico-cream","title":"Cicatribem Clareador Dérmico Dark Spot Corrector Cream, 2.12 oz (60 g)","description":"\u003cstyle\u003e\n  .mkpbr-adeus {\n    --mkpbr-orange: #ff6b4a;\n    --mkpbr-orange-dark: #e85a37;\n    --mkpbr-black: #111111;\n    --mkpbr-muted: #666666;\n    --mkpbr-soft: #faf9f7;\n    --mkpbr-line: #ececec;\n    --mkpbr-white: #ffffff;\n    color: var(--mkpbr-black);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mkpbr-adeus *,\n  .mkpbr-adeus *::before,\n  .mkpbr-adeus *::after {\n    box-sizing: border-box;\n  }\n\n  .mkpbr-adeus h2,\n  .mkpbr-adeus h3,\n  .mkpbr-adeus p {\n    margin-top: 0;\n  }\n\n  .mkpbr-adeus h2 {\n    margin-bottom: 14px;\n    color: var(--mkpbr-black);\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mkpbr-adeus h3 {\n    margin-bottom: 8px;\n    color: var(--mkpbr-black);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .mkpbr-adeus a {\n    color: var(--mkpbr-orange-dark);\n    font-weight: 600;\n    text-underline-offset: 3px;\n  }\n\n  .mkpbr-adeus__intro {\n    padding: clamp(24px, 5vw, 42px);\n    border-left: 5px solid var(--mkpbr-orange);\n    border-radius: 0 16px 16px 0;\n    background: var(--mkpbr-soft);\n  }\n\n  .mkpbr-adeus__intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n    font-size: 17px;\n  }\n\n  .mkpbr-adeus__section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__section-title {\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n\n  .mkpbr-adeus__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .mkpbr-adeus__card {\n    padding: 20px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 14px;\n    background: var(--mkpbr-white);\n  }\n\n  .mkpbr-adeus__card p {\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: var(--mkpbr-soft);\n    counter-increment: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li::before {\n    position: absolute;\n    top: 16px;\n    left: 18px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mkpbr-orange);\n    color: var(--mkpbr-white);\n    content: counter(adeus-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mkpbr-adeus__steps strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .mkpbr-adeus__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 16px 0;\n  }\n\n  .mkpbr-adeus__tag {\n    padding: 7px 12px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 999px;\n    background: var(--mkpbr-soft);\n    font-size: 14px;\n  }\n\n  .mkpbr-adeus__notice {\n    margin-top: 18px;\n    padding: 16px 18px;\n    border-radius: 12px;\n    background: #fff2ee;\n    color: #552217;\n  }\n\n  .mkpbr-adeus__details {\n    border-top: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details details {\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    cursor: pointer;\n    color: var(--mkpbr-black);\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .mkpbr-adeus__details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mkpbr-adeus__details summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    color: var(--mkpbr-orange);\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .mkpbr-adeus__details details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .mkpbr-adeus__details-body {\n    padding: 0 36px 18px 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mkpbr-adeus__disclaimer {\n    margin-top: 28px;\n    padding: 18px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 12px;\n    color: var(--mkpbr-muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .mkpbr-adeus__grid,\n    .mkpbr-adeus__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mkpbr-adeus__section {\n      padding: 28px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mkpbr-adeus\"\u003e\n\u003csection class=\"mkpbr-adeus__intro\"\u003e\n\u003ch2\u003eCicatribem Clareador Dérmico\u003c\/h2\u003e\n\u003cp\u003eFor salons, and customers looking for a sophisticated Brazilian approach to tone-unifying care, \u003cstrong\u003eCicatribem Clareador Dérmico\u003c\/strong\u003e offers a targeted night cream designed to refine the look of discoloration where the skin is most prone to visible uneven tone. Think of it as a focused step in your evening ritual—supporting renewed-looking skin through exfoliating and brightening actives while encouraging a more polished, luminous appearance over time.\u003cbr\u003e\u003cbr\u003eUse it on the face and body where needed, including underarms, knees, elbows, and the external bikini line. Because it contains exfoliating acids, daily sunscreen is essential to help maintain results and minimize sensitivity.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eWhy you’ll love it\u003c\/h2\u003e\n\n\u003cdiv class=\"mkpbr-adeus__grid\"\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eMulti-area application\u003c\/h3\u003e\n\u003cp\u003eSupports the look of more even tone across face and body with targeted use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eRenewal-focused actives\u003c\/h3\u003e\n\u003cp\u003eGlycolic acid supports surface refinement while niacinamide helps maintain a balanced-looking complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eBrightening ingredient synergy\u003c\/h3\u003e\n\u003cp\u003eKojic acid and phytic acid complement the routine for visible clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eTexture-conscious finish\u003c\/h3\u003e\n\u003cp\u003eDesigned to absorb and layer into a simple, elegant night routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct highlights\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__tags\"\u003e\n\u003cspan class=\"mkpbr-adeus__tag\"\u003eGlycolic Acid\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eNiacinamide (Nicotinamide)\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eKojic Acid\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003ePhytic Acid\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eBotanical oils (palm, cottonseed, flaxseed)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__notice\"\u003e\n\u003cstrong\u003eAllergen Warnings \/ Cautions:\u003c\/strong\u003e Contains fragrance and fragrance allergens (including limonene and linalool). External use only; avoid eyes and irritated skin. Contraindicated for pregnant and breastfeeding individuals. Daily sunscreen is required. Cicatribem was born from a deeply personal story of resilience. Founded by Carolina Facco, the brand turns lived experience into purpose—creating skincare solutions designed to support not only visible skin improvements , but also confidence and everyday well-being. With a strong focus on skin regeneration and tone uniformity, Cicatribem has become a go-to Brazilian cosmetics brand for targeted body care routines .\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct information\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__details\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I introduce this cream into my routine?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eStart with small amounts on alternating nights during the first week, then increase as tolerated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan salons use this in services?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eMany salons retail it as an at-home continuation product; professional use should follow local practice standards and patch-testing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this an all-over body cream?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eIt’s best used as a targeted corrector on areas with visible uneven tone rather than as an all-over moisturizer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if I feel stinging or dryness?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eMild tingling can happen at first. If discomfort persists, stop use and consult a healthcare professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mkpbr-adeus__disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e For external use only. Patch test before use and discontinue use if irritation occurs. Individual results may vary. Product packaging may be labeled in Portuguese. Our Brazilian-brand products are sourced in Brazil and are regularized with ANVISA (Agência Nacional de Vigilância Sanitária), Brazil's national health authority, under the applicable regulatory framework for each product category. ANVISA regularization applies to the Brazilian market and is not equivalent to U.S. FDA approval. See our full \u003ca href=\"\/en-se\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cicatribem","offers":[{"title":"Default Title","offer_id":52648302543164,"sku":"MKPBR2024-1994","price":57.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/cicatribem-dermal-brightening-cream-dark-spots-melasma-2-12oz-60g-front-packaging-buy-now-at-mkpbr-com-worldwide-shipping_306660d9-4ae2-4b2a-b9e3-9db98b3ea501.png?v=1784536031"},{"product_id":"gold-spell-tonico-laranja-poderoso","title":"Gold Spell Co. Hair Tonic - Tônico Laranja Poderoso (Orange Powerful Tonic): Advanced Hair Growth \u0026 Anti-Hair Loss Treatment","description":"\u003cstyle\u003e\n  .mkpbr-adeus {\n    --mkpbr-orange: #ff6b4a;\n    --mkpbr-orange-dark: #e85a37;\n    --mkpbr-black: #111111;\n    --mkpbr-muted: #666666;\n    --mkpbr-soft: #faf9f7;\n    --mkpbr-line: #ececec;\n    --mkpbr-white: #ffffff;\n    color: var(--mkpbr-black);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mkpbr-adeus *,\n  .mkpbr-adeus *::before,\n  .mkpbr-adeus *::after {\n    box-sizing: border-box;\n  }\n\n  .mkpbr-adeus h2,\n  .mkpbr-adeus h3,\n  .mkpbr-adeus p {\n    margin-top: 0;\n  }\n\n  .mkpbr-adeus h2 {\n    margin-bottom: 14px;\n    color: var(--mkpbr-black);\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mkpbr-adeus h3 {\n    margin-bottom: 8px;\n    color: var(--mkpbr-black);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .mkpbr-adeus a {\n    color: var(--mkpbr-orange-dark);\n    font-weight: 600;\n    text-underline-offset: 3px;\n  }\n\n  .mkpbr-adeus__intro {\n    padding: clamp(24px, 5vw, 42px);\n    border-left: 5px solid var(--mkpbr-orange);\n    border-radius: 0 16px 16px 0;\n    background: var(--mkpbr-soft);\n  }\n\n  .mkpbr-adeus__intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n    font-size: 17px;\n  }\n\n  .mkpbr-adeus__section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__section-title {\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n\n  .mkpbr-adeus__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .mkpbr-adeus__card {\n    padding: 20px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 14px;\n    background: var(--mkpbr-white);\n  }\n\n  .mkpbr-adeus__card p {\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: var(--mkpbr-soft);\n    counter-increment: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li::before {\n    position: absolute;\n    top: 16px;\n    left: 18px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mkpbr-orange);\n    color: var(--mkpbr-white);\n    content: counter(adeus-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mkpbr-adeus__steps strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .mkpbr-adeus__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 16px 0;\n  }\n\n  .mkpbr-adeus__tag {\n    padding: 7px 12px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 999px;\n    background: var(--mkpbr-soft);\n    font-size: 14px;\n  }\n\n  .mkpbr-adeus__notice {\n    margin-top: 18px;\n    padding: 16px 18px;\n    border-radius: 12px;\n    background: #fff2ee;\n    color: #552217;\n  }\n\n  .mkpbr-adeus__details {\n    border-top: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details details {\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    cursor: pointer;\n    color: var(--mkpbr-black);\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .mkpbr-adeus__details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mkpbr-adeus__details summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    color: var(--mkpbr-orange);\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .mkpbr-adeus__details details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .mkpbr-adeus__details-body {\n    padding: 0 36px 18px 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mkpbr-adeus__disclaimer {\n    margin-top: 28px;\n    padding: 18px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 12px;\n    color: var(--mkpbr-muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .mkpbr-adeus__grid,\n    .mkpbr-adeus__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mkpbr-adeus__section {\n      padding: 28px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mkpbr-adeus\"\u003e\n\u003csection class=\"mkpbr-adeus__intro\"\u003e\n\u003ch2\u003eGold Spell Co. Tônico Laranja Poderoso (Orange Powerful Tonic)\u003c\/h2\u003e\n\u003cp\u003eExperience the next level of hair revitalization with the \u003cstrong\u003eGold Spell Co. Tônico Laranja Poderoso (Orange Powerful Tonic)\u003c\/strong\u003e. This advanced scalp treatment is a more intense, high-performance evolution of our traditional formulas, designed to deliver faster and more visible results. Developed to act directly at the root, it awakens the scalp, revitalizes the strands, and transforms your treatment routine into a ritual of strength and renewal.\u003cbr\u003e\u003cbr\u003eThe Orange Powerful Tonic features a concentrated formula that combines potent botanical actives, vitamins, amino acids, and peptides. This synergistic blend stimulates the scalp, favors healthy growth, and significantly reduces hair loss. Its lightweight, non-greasy texture is quickly absorbed without leaving residue, while its refreshing touch activates local circulation, providing an immediate sensation of energy and freshness. With proven efficacy in clinical studies indicating over 90% success, this tonic is the ultimate solution for those seeking denser, stronger, and more voluminous hair.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eWhy you’ll love it\u003c\/h2\u003e\n\n\u003cdiv class=\"mkpbr-adeus__grid\"\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eStimulates Healthy Hair Growth\u003c\/h3\u003e\n\u003cp\u003eActs directly on the scalp to favor hair vitality and density from the birth of the strand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eVisible Reduction in Hair Loss\u003c\/h3\u003e\n\u003cp\u003eClinically proven efficacy to promote stronger, thicker, and more resilient hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eIntense \u0026amp; Concentrated Formula\u003c\/h3\u003e\n\u003cp\u003eMore powerful than the traditional 250ml version, delivering faster results through advanced technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eScalp Health \u0026amp; Balance\u003c\/h3\u003e\n\u003cp\u003eEffectively treats the scalp, balances oiliness, and prevents flakiness (dandruff).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eLightweight Sensorial Experience\u003c\/h3\u003e\n\u003cp\u003eRapid absorption with a refreshing sensation, perfect for daily use without weighing hair down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eEnhanced Density \u0026amp; Volume\u003c\/h3\u003e\n\u003cp\u003eImproves the overall appearance of hair, making it look fuller and more robust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eBenefit 7\u003c\/h3\u003e\n\u003cp\u003eApply the tonic directly to a clean scalp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eBenefit 8\u003c\/h3\u003e\n\u003cp\u003eMassage gently with your fingertips to stimulate circulation and ensure complete absorption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eBenefit 9\u003c\/h3\u003e\n\u003cp\u003eDo not rinse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eBenefit 10\u003c\/h3\u003e\n\u003cp\u003eFor best results, use daily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct highlights\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__tags\"\u003e\n\u003cspan class=\"mkpbr-adeus__tag\"\u003eBiotin (Vitamin B7): A powerhouse vitamin that promotes hair growth, prevents thinning, and strengthens the hair structure.\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eCarrot Extract: Rich in vitamins and antioxidants; hydrates the strands, adds brilliant shine, and supports a healthy scalp environment.\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eBIOEX Complex: A sophisticated botanical blend (Quina, Capsicum, Pollen, Arnica, Urtiga, Pfaffia, Egg Yolk, Wheat Germ, and Acetyl Methionine) known for preventing hair loss and enhancing hair fiber strength.\u003c\/span\u003e \u003cspan class=\"mkpbr-adeus__tag\"\u003eAdvanced Peptides \u0026amp; Amino Acids: Work to stimulate the hair bulb and improve the density of the hair from within.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mkpbr-adeus__notice\"\u003e\n\u003cstrong\u003eAllergen Warnings \/ Usage Cautions:\u003c\/strong\u003e For external use only. Avoid contact with eyes; if contact occurs, rinse thoroughly with water. Discontinue use if irritation occurs. It is recommended to perform a patch test on a small area of skin before first use. Keep out of reach of children.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eProduct information\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__details\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the Orange Powerful Tonic differ from the traditional 250ml Powerful Tonic?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eThe Orange version is a more concentrated and intense formula. It utilizes advanced technology and a specific blend of actives like the BIOEX complex and Biotin to deliver faster results in growth and hair loss reduction, with clinical studies showing over 90% efficacy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it leave my hair oily or heavy?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eNo. The formula was specifically developed to be lightweight and fast-absorbing. It leaves no residue and can be used daily without impacting your hair's natural volume or lightness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this on chemically treated or colored hair?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eYes, the Orange Powerful Tonic is safe for all hair types and colors, including chemically treated hair. It focuses on scalp health and root strength.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow soon can I expect to see results?\u003c\/summary\u003e\n\u003cdiv class=\"mkpbr-adeus__details-body\"\u003e\n\u003cp\u003eWhile results vary by individual, the advanced formula is designed for accelerated action. Many users report visible improvements in strength and reduced shedding within the first few weeks of consistent daily use. Gold Spell Co. is dedicated to crafting high-quality, natural hair care solutions that empower individuals to look and feel their best. Our products combine traditional recipes with modern research to deliver exceptional results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eAdditional product information\u003c\/h2\u003e\n\u003cdiv class=\"mkpbr-adeus__grid\"\u003e\n\u003cdiv class=\"mkpbr-adeus__card\"\u003e\n\u003ch3\u003eAvailable sizes\u003c\/h3\u003e\n\u003cp\u003e120 ml, 200 ml, and 250 ml.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mkpbr-adeus__disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e For external use only. Patch test before use and discontinue use if irritation occurs. Individual results may vary. Product packaging may be labeled in Portuguese. Our Brazilian-brand products are sourced in Brazil and are regularized with ANVISA (Agência Nacional de Vigilância Sanitária), Brazil's national health authority, under the applicable regulatory framework for each product category. ANVISA regularization applies to the Brazilian market and is not equivalent to U.S. FDA approval. See our full \u003ca href=\"\/en-se\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gold Spell","offers":[{"title":"120ml","offer_id":52854992535868,"sku":"MKPBR2024-2012","price":65.99,"currency_code":"USD","in_stock":false},{"title":"200ml","offer_id":52854992568636,"sku":"MKPBR2024-2399","price":75.99,"currency_code":"USD","in_stock":false},{"title":"250ml","offer_id":53150238802236,"sku":"MKPBR2024-3210","price":80.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/gold-spell-tonico-laranja-250ml-accelerated-growth-scalp-treatment-mkpbr-com-worldwide-shipping_5d73bec2-ac64-4b2d-b06e-256cb7e1fc11.png?v=1784519497"},{"product_id":"gold-spell-everk-alisei-progressive-smoothing-treatment-500ml","title":"Gold Spell Everk Alisei Progressive Smoothing Treatment – Korean Yejin Fusion Technology, Formaldehyde-Free Mirror Shine \u0026 Frizz Control – 16.9 fl oz (500 ml)","description":"\u003cstyle\u003e\n  .mkpbr-adeus {\n    --mkpbr-orange: #ff6b4a;\n    --mkpbr-orange-dark: #e85a37;\n    --mkpbr-black: #111111;\n    --mkpbr-muted: #666666;\n    --mkpbr-soft: #faf9f7;\n    --mkpbr-line: #ececec;\n    --mkpbr-white: #ffffff;\n    color: var(--mkpbr-black);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mkpbr-adeus *,\n  .mkpbr-adeus *::before,\n  .mkpbr-adeus *::after {\n    box-sizing: border-box;\n  }\n\n  .mkpbr-adeus h2,\n  .mkpbr-adeus h3,\n  .mkpbr-adeus p {\n    margin-top: 0;\n  }\n\n  .mkpbr-adeus h2 {\n    margin-bottom: 14px;\n    color: var(--mkpbr-black);\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mkpbr-adeus h3 {\n    margin-bottom: 8px;\n    color: var(--mkpbr-black);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .mkpbr-adeus a {\n    color: var(--mkpbr-orange-dark);\n    font-weight: 600;\n    text-underline-offset: 3px;\n  }\n\n  .mkpbr-adeus__intro {\n    padding: clamp(24px, 5vw, 42px);\n    border-left: 5px solid var(--mkpbr-orange);\n    border-radius: 0 16px 16px 0;\n    background: var(--mkpbr-soft);\n  }\n\n  .mkpbr-adeus__intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n    font-size: 17px;\n  }\n\n  .mkpbr-adeus__section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__section-title {\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n\n  .mkpbr-adeus__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .mkpbr-adeus__card {\n    padding: 20px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 14px;\n    background: var(--mkpbr-white);\n  }\n\n  .mkpbr-adeus__card p {\n    margin-bottom: 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: var(--mkpbr-soft);\n    counter-increment: adeus-step;\n  }\n\n  .mkpbr-adeus__steps li::before {\n    position: absolute;\n    top: 16px;\n    left: 18px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mkpbr-orange);\n    color: var(--mkpbr-white);\n    content: counter(adeus-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mkpbr-adeus__steps strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .mkpbr-adeus__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 16px 0;\n  }\n\n  .mkpbr-adeus__tag {\n    padding: 7px 12px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 999px;\n    background: var(--mkpbr-soft);\n    font-size: 14px;\n  }\n\n  .mkpbr-adeus__notice {\n    margin-top: 18px;\n    padding: 16px 18px;\n    border-radius: 12px;\n    background: #fff2ee;\n    color: #552217;\n  }\n\n  .mkpbr-adeus__details {\n    border-top: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details details {\n    border-bottom: 1px solid var(--mkpbr-line);\n  }\n\n  .mkpbr-adeus__details summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    cursor: pointer;\n    color: var(--mkpbr-black);\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .mkpbr-adeus__details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mkpbr-adeus__details summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    color: var(--mkpbr-orange);\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .mkpbr-adeus__details details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .mkpbr-adeus__details-body {\n    padding: 0 36px 18px 0;\n    color: var(--mkpbr-muted);\n  }\n\n  .mkpbr-adeus__details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mkpbr-adeus__disclaimer {\n    margin-top: 28px;\n    padding: 18px;\n    border: 1px solid var(--mkpbr-line);\n    border-radius: 12px;\n    color: var(--mkpbr-muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .mkpbr-adeus__grid,\n    .mkpbr-adeus__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mkpbr-adeus__section {\n      padding: 28px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cstyle\u003e\n.mkpbr-adeus__content-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}\n.mkpbr-adeus__content-list\u003eli{padding:20px;border:1px solid var(--mkpbr-line);border-radius:14px;background:var(--mkpbr-white)}\n.mkpbr-adeus__content-list\u003eli p:last-child{margin-bottom:0}\n.mkpbr-adeus__plain{color:var(--mkpbr-muted)}\n.mkpbr-adeus__plain p:last-child{margin-bottom:0}\n.mkpbr-adeus__section table{width:100%;border-collapse:collapse}\n.mkpbr-adeus__section th,.mkpbr-adeus__section td{padding:10px;border:1px solid var(--mkpbr-line);text-align:left}\n.mkpbr-adeus__section blockquote{margin:18px 0;padding:16px 18px;border-left:4px solid var(--mkpbr-orange);border-radius:0 12px 12px 0;background:var(--mkpbr-soft)}\n@media(max-width:749px){.mkpbr-adeus__content-list{grid-template-columns:1fr}}\n\u003c\/style\u003e\n\u003cdiv class=\"mkpbr-adeus\"\u003e\n\u003csection class=\"mkpbr-adeus__intro\"\u003e\n\u003cp\u003e\u003cstrong\u003eGold Spell Everk Alisei Progressive Smoothing Treatment – 16.9 fl oz (500 ml)\u003c\/strong\u003e is the newest generation of Brazilian progressive smoothing, built around \u003cstrong\u003eYejin Fusion®\u003c\/strong\u003e, a technology inspired by Korean cosmetic science. Instead of the harsh, eye-watering rituals people still associate with salon straightening, this soft-pink bottle delivers alignment, movement and a genuine glass-like finish — with \u003cstrong\u003eno added formaldehyde\u003c\/strong\u003e and none of that sharp, unmistakable odour.\u003c\/p\u003e\n\u003cp\u003eThe formula pairs the \u003cstrong\u003eNANOCORTILINE®\u003c\/strong\u003e smoothing system with the \u003cstrong\u003eGlass Liss System®\u003c\/strong\u003e, and rounds it out with keratin amino acids, biocollagen, panthenol, botanical extracts and a blend of nourishing oils. The point is not just to straighten: the fibre is conditioned \u003cem\u003eduring\u003c\/em\u003e the process, so hair comes out looking uniform and feeling soft rather than stripped. Suitable for all hair types, for women and men, with results that typically last \u003cstrong\u003e60 to 90 days\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eMade in Brazil by Everk Cosméticos, part of the Gold Spell group, and shipped worldwide from MKPBR — the Brazilian beauty specialists who bring salon-grade formulas from São Paulo straight to your bathroom.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eKey Features:\u003c\/h2\u003e\n\u003cul class=\"mkpbr-adeus__content-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eYejin Fusion® Korean-inspired technology:\u003c\/strong\u003e the brand's proprietary system, combining smoothing performance with fibre care in a single application.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGlass Liss System® mirror finish:\u003c\/strong\u003e helps deliver intense luminosity, a soft touch and that sought-after glass-hair look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNANOCORTILINE® smoothing system:\u003c\/strong\u003e works with heat to help align the hair fibre and visibly reduce volume and frizz.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo added formaldehyde, no harsh odour:\u003c\/strong\u003e formulated without added formol, so the application is far more comfortable than traditional straightening.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTreats while it smooths:\u003c\/strong\u003e keratin amino acids, biocollagen, panthenol, botanical extracts and nourishing oils help care for the strand throughout the process.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural movement, not stiffness:\u003c\/strong\u003e gives an aligned, uniform finish without leaving hair looking heavy or rigid.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e60 to 90 days of results:\u003c\/strong\u003e with the right aftercare routine, the smooth finish can be maintained for even longer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenerous professional size:\u003c\/strong\u003e 16.9 fl oz (500 ml), enough for multiple applications at home or in the salon. Dermatologically tested; for women and men.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eHow To Use\u003c\/h2\u003e\n\u003col class=\"mkpbr-adeus__steps\"\u003e\n\u003cli\u003eWash the hair \u003cstrong\u003eone to two times with an anti-residue (clarifying) shampoo\u003c\/strong\u003e and towel-dry until roughly 80% dry.\u003c\/li\u003e\n\u003cli\u003eDivide the hair into even sections. Start the application \u003cstrong\u003eat the nape\u003c\/strong\u003e, keeping the product off the scalp, and spread it from mid-lengths to ends.\u003c\/li\u003e\n\u003cli\u003eLeave on for a \u003cstrong\u003eminimum of 30 minutes\u003c\/strong\u003e, adjusting to hair type and the result you are after.\u003c\/li\u003e\n\u003cli\u003eRinse out all the excess \u003cstrong\u003ewith water only\u003c\/strong\u003e — no shampoo at this stage.\u003c\/li\u003e\n\u003cli\u003eDry the hair completely, then flat-iron in \u003cstrong\u003ethin sections, 5 to 15 passes each\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eRecommended iron temperature is \u003cstrong\u003e200 °C to 230 °C (390 °F to 445 °F)\u003c\/strong\u003e, depending on how thick the hair is.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e\u003cstrong\u003eExpert Tip:\u003c\/strong\u003e always do a strand test first, especially on coloured, bleached or previously chemically treated hair — and keep the room well ventilated while you work. Finer, fragile hair does better at the lower end of the temperature range with fewer passes; coarse, resistant hair needs the higher end. Follow up with a sulfate-free maintenance shampoo to stretch the result closer to the 90-day mark.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eIngredients (Highlights)\u003c\/h2\u003e\n\u003cul class=\"mkpbr-adeus__content-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeratin amino acids\u003c\/strong\u003e — help replenish what the fibre loses through heat and chemical processes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBiocollagen\u003c\/strong\u003e — a conditioning agent that helps hair feel more elastic and less brittle to the touch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePanthenol (pro-vitamin B5)\u003c\/strong\u003e — a classic humectant that helps hair hold moisture and look glossier.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNourishing oil blend\u003c\/strong\u003e — argan, macadamia, coconut, babassu, linseed, sunflower, soy, sweet almond and rosehip.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBotanical extracts\u003c\/strong\u003e — amaranth, rosemary, chamomile, lotus flower, Tahitian gardenia and \u003cem\u003ePorphyra umbilicalis\u003c\/em\u003e algae.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNANOCORTILINE® + Glass Liss System®\u003c\/strong\u003e — the brand's proprietary smoothing and shine complexes, activated by heat.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull INCI:\u003c\/strong\u003e this is a newly launched formula and the complete INCI list is not yet published by the manufacturer. Please read the ingredient panel printed on the bottle before use — it is the authoritative source. If you have a known ingredient sensitivity, contact us before ordering and we will check the label for you.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e professional-use product. Not for use on children. Pregnant or breastfeeding women should not use this product. Always perform a sensitivity (patch) test and a strand test before a full application, wear gloves, avoid contact with the scalp and eyes, and work in a well-ventilated area.\u003c\/p\u003e\n\n\u003cp\u003eWelcome to the world of Everk Cosméticos. Part of the Gold Spell group in São Paulo, Everk was built on a simple idea: Brazilian women should not have to choose between a result that lasts and a formula that treats their hair kindly. The brand invests in technology first — Yejin Fusion®, NANOCORTILINE®, Glass Liss System® — and lets the results speak. Everk is cruelty-free and does not test on animals, and every formula is developed and manufactured in Brazil under ANVISA's regulatory framework.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eFAQ\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eQ: Does this contain formaldehyde?\u003c\/strong\u003e\u003cbr\u003eA: No. The manufacturer states the formula is made without added formol, which is also why there is none of the strong, irritating odour associated with older straightening products. As with any smoothing service, work in a well-ventilated room.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQ: How long do the results last?\u003c\/strong\u003e\u003cbr\u003eA: Typically 60 to 90 days. Using a sulfate-free, salt-free maintenance shampoo and conditioner and avoiding excessive heat will help keep the finish looking smooth for longer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQ: Can I use it on coloured or bleached hair?\u003c\/strong\u003e\u003cbr\u003eA: The brand indicates it is compatible with coloured and bleached hair, but a strand test is mandatory before a full application so you can check how your hair reacts. If your hair is heavily processed, we strongly recommend having a professional apply it.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQ: Will it make my hair completely straight or just smoother?\u003c\/strong\u003e\u003cbr\u003eA: It is a progressive alignment treatment, not a permanent relaxer. Expect a sleek, aligned, frizz-free finish with natural movement — the more thoroughly you flat-iron each thin section, the straighter the result.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQ: Is 500 ml enough, and can I use it at home?\u003c\/strong\u003e\u003cbr\u003eA: 16.9 fl oz (500 ml) covers several applications for shoulder-length hair. It is labelled for professional use and can be applied at home if you follow the method carefully, wear gloves and do your tests first — but a salon application will always give the most even result.\u003c\/p\u003e\n\n\u003cp\u003eExplore the rest of the range in our \u003ca href=\"\/en-se\/collections\/gold-spell-co\"\u003eGold Spell Co. collection\u003c\/a\u003e at MKPBR.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003eKorean technology, Brazilian hands — glass hair that actually lasts.\u003c\/h2\u003e\n\n\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e For external use only. Patch test before use and discontinue use if irritation occurs. Individual results may vary. Product packaging may be labeled in Portuguese. Our Brazilian-brand products are sourced in Brazil and are regularized with ANVISA (Agência Nacional de Vigilância Sanitária), Brazil's national health authority, under the applicable regulatory framework for each product category. ANVISA regularization applies to the Brazilian market and is not equivalent to U.S. FDA approval. See our full \u003ca href=\"\/en-se\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Gold Spell","offers":[{"title":"Default Title","offer_id":53960133574972,"sku":"MKPBR2024-4154","price":233.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/gold-spell-everk-alisei-progressive-smoothing-treatment-500ml-bottle-front-buy-now-at-mkpbr-com-worldwide-shipping.webp?v=1785780964"}],"url":"https:\/\/mkpbr.com\/en-se\/collections\/home-mais-desejados.oembed","provider":"MKPBR - Shine Like a Brazilian","version":"1.0","type":"link"}