{"product_id":"labotrat-pistachio-duo","title":"Labotrat Pistachio Gourmet Body Duo: Nutritive Moisturizer 6.42 fl oz (190 ml) and Renewing Scrub 5.29 oz (150 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\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\u003eElevate your body care to a professional wellness ritual with the \u003cstrong\u003eLabotrat Pistachio Gourmet Body Duo\u003c\/strong\u003e. This sophisticated set combines a high-performance mineral exfoliant with a deep-action prebiotic moisturizer, specifically designed to transform dull, dry skin into a state of velvety radiance. Infused with a warm, nutty aroma and powered by advanced skin nutrition, this duo works in harmony to purify the dermal surface and restore the biological balance of the skin barrier. Ideal for those seeking the prestigious \"Brazilian glow,\" it delivers a professional finish that is exceptionally soft to the touch and elegantly scented.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\"\u003e\u003cspan\u003eKey Features:\u003c\/span\u003e\u003c\/h2\u003e\n\u003cul class=\"mkpbr-adeus__content-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eSophisticated Pistachio Aroma\u003c\/span\u003e\u003c\/strong\u003e: Delivers a warm, gourmand fragrance that is both distinctive and enduring, characteristic of premium Brazilian spa treatments.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003ePrebiotic Microbiome Support\u003c\/span\u003e:\u003c\/strong\u003e Actively feeds the skin beneficial flora, helping to re-establish the natural defense barrier against external stressors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eElasticity and Firmness\u003c\/span\u003e\u003c\/strong\u003e: The strategic inclusion of collagen and elastin helps maintain the skin structural framework, promoting a more resilient look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eMineral Exfoliation\u003c\/span\u003e\u003c\/strong\u003e: Uses natural clays and particles to provide a thorough yet gentle renewal, leaving the skin texture refined and polished.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eNon-Greasy Dry Touch\u003c\/span\u003e\u003c\/strong\u003e: Both formulas are engineered for high efficiency without the heavy, sticky residue common in traditional body creams.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eDermatologically Tested\u003c\/span\u003e\u003c\/strong\u003e: A safe and effective choice for all skin types, ensuring professional-grade results on both the face and body.\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\" data-copy-text=\"true\"\u003eIngredients (Highlights)\u003c\/h2\u003e\n\u003cul class=\"mkpbr-adeus__content-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eNatural Pistachio Extract\u003c\/span\u003e\u003c\/strong\u003e: A source of essential fatty acids and antioxidants traditionally used to nourish and protect the skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003ePrebiotics\u003c\/span\u003e\u003c\/strong\u003e: Selective compounds that support a healthy dermal ecosystem and prevent biological imbalances.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eCollagen and Elastin\u003c\/span\u003e\u003c\/strong\u003e: Structural proteins that improve skin density and combat the appearance of loss of firmness.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eRosehip Oil\u003c\/span\u003e:\u003c\/strong\u003e A Brazilian beauty staple celebrated for its intense regenerative power and ability to improve skin suppleness.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eWhite and Pink Clays\u003c\/span\u003e\u003c\/strong\u003e: Mineral agents that detoxify the pores and assist in the natural brightening and smoothing process.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\n\u003cp data-copy-text=\"true\"\u003e\u003cstrong\u003eAllergen warnings \/ usage cautions: For external use only. Avoid contact with eyes. In case of irritation, discontinue use. Keep out of reach of children. Patch test on a small area of skin before full application.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-copy-text=\"true\"\u003eAs a brand deeply rooted in Brazil, \u003cstrong\u003eLabotrat \u003c\/strong\u003ehas become a trusted name across the country, signifying our commitment to bringing sophisticated beauty within reach. Embrace the authentic Brazilian secret to radiant skin and discover treatments that celebrate your unique beauty.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\" data-copy-text=\"true\"\u003eFAQ\u003c\/h2\u003e\n\n\n\u003cp\u003e\u003cstrong\u003eDoes the pistachio fragrance last long after the application?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eYes, the fragrance is formulated with high-quality fixative agents that leave a sophisticated and subtle trail on the skin for several hours.\u003c\/p\u003e\n\n\n\u003cp\u003e\u003cstrong\u003eCan I use the Pistachio Duo if I have oily skin on my back or chest? \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAbsolutely. The lightweight, dry-touch moisturizer provides hydration without clogging pores, and the scrub helps clear the impurities that often lead to congestion.\u003c\/p\u003e\n\n\n\u003cp\u003e\u003cstrong\u003eIs it safe to use this kit on the face?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eWhile specifically designed for body care, both products are dermatologically tested; however, those with oily or very sensitive facial skin should use the scrub sparingly.\u003c\/p\u003e\n\n\n\u003cp\u003e\u003cstrong\u003eHow does the prebiotic formula help my skin? \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnlike standard lotions, prebiotics feed the good bacteria on your skin, which naturally helps keep the barrier strong and prevents moisture from escaping.\u003c\/p\u003e\n\n\n\u003cp\u003e\u003cstrong\u003eWill the scrub help with the appearance of \"strawberry skin\" (keratosis pilaris)? \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eYes, regular exfoliation with the Labotrat scrub helps smooth out the small bumps by removing the keratin buildup that traps hair follicles.\u003c\/p\u003e\n\n\n\n\u003cp data-copy-text=\"true\"\u003eTo further enhance your beauty routine and discover more innovative Brazilian skincare solutions, delve into our \u003ca href=\"https:\/\/mkpbr.com\/collections\/labotrat\" rel=\"noopener\" target=\"_blank\"\u003eLabotrat Collection\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"mkpbr-adeus__section\"\u003e\n\u003ch2 class=\"mkpbr-adeus__section-title\" data-copy-text=\"true\"\u003eIndulge in the complete Labotrat experience and reveal your most radiant skin.\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-no\/pages\/disclaimers\"\u003eDisclaimers \u0026amp; Important Information\u003c\/a\u003e.\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Labotrat","offers":[{"title":"Default Title","offer_id":53020337209660,"sku":"MKPBR2024-2763","price":23.73,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0090\/2840\/3278\/files\/labotrat-pistachio-gourmet-body-duo-moisturizer-scrub-buy-mkpbr.com-worldwide-shipping.png?v=1777494722","url":"https:\/\/mkpbr.com\/en-no\/products\/labotrat-pistachio-duo","provider":"MKPBR - Shine Like a Brazilian","version":"1.0","type":"link"}