{"product_id":"new-year-discounts-2027","title":"Wash essentials Package","description":"\u003cstyle\u003e\n  \/* ==========================================\n     SoBerry High-Readability Product Details\n     Every Wash Essentials\n     Scoped UI — Brand accent: #491A5A\n  ========================================== *\/\n\n  .sb-results-section {\n    --sb-accent: #491a5a;\n    --sb-accent-dark: #32103d;\n    --sb-accent-soft: #f7f1f8;\n    --sb-accent-soft-2: #fcf9fc;\n    --sb-text: #241d26;\n    --sb-muted: #6f6672;\n    --sb-border: rgba(73, 26, 90, 0.13);\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    color: var(--sb-text);\n    font-family: inherit;\n    direction: ltr;\n    text-align: left;\n  }\n\n  .sb-results-section,\n  .sb-results-section * {\n    box-sizing: border-box;\n  }\n\n  .sb-results-section__inner {\n    width: 100%;\n    padding: 30px;\n    border: 1px solid var(--sb-border);\n    border-radius: 22px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(73, 26, 90, 0.045),\n        transparent 34%\n      ),\n      #fff;\n  }\n\n  \/* Header *\/\n\n  .sb-results-section__header {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);\n    align-items: end;\n    gap: 30px;\n    margin-bottom: 25px;\n  }\n\n  .sb-results-section__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    width: fit-content;\n    margin: 0 0 10px;\n    padding: 6px 10px;\n    border-radius: 999px;\n    background: var(--sb-accent-soft);\n    color: var(--sb-accent);\n    font-size: 10px;\n    font-weight: 800;\n    line-height: 1;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .sb-results-section__eyebrow svg {\n    width: 13px;\n    height: 13px;\n    flex: 0 0 13px;\n  }\n\n  .sb-results-section__title {\n    max-width: 620px;\n    margin: 0;\n    color: var(--sb-text);\n    font-size: clamp(25px, 3vw, 37px);\n    font-weight: 700;\n    line-height: 1.16;\n    letter-spacing: -0.035em;\n  }\n\n  .sb-results-section__title strong {\n    color: var(--sb-accent);\n    font-weight: inherit;\n  }\n\n  .sb-results-section__intro {\n    max-width: 470px;\n    margin: 0;\n    color: var(--sb-muted);\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 1.75;\n  }\n\n  .sb-results-section__intro strong {\n    color: var(--sb-text);\n    font-weight: 650;\n  }\n\n  \/* USP strip *\/\n\n  .sb-results-section__usps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    overflow: hidden;\n    margin-bottom: 25px;\n    border: 1px solid var(--sb-border);\n    border-radius: 16px;\n    background: var(--sb-accent-soft-2);\n  }\n\n  .sb-results-section__usp {\n    display: grid;\n    grid-template-columns: 36px minmax(0, 1fr);\n    align-items: center;\n    gap: 10px;\n    min-width: 0;\n    padding: 15px;\n  }\n\n  .sb-results-section__usp + .sb-results-section__usp {\n    border-left: 1px solid var(--sb-border);\n  }\n\n  .sb-results-section__usp-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 36px;\n    height: 36px;\n    border-radius: 10px;\n    background: #fff;\n    color: var(--sb-accent);\n    box-shadow: 0 4px 14px rgba(73, 26, 90, 0.06);\n  }\n\n  .sb-results-section__usp-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .sb-results-section__usp-copy {\n    min-width: 0;\n  }\n\n  .sb-results-section__usp-value {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--sb-accent);\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 1.25;\n  }\n\n  .sb-results-section__usp-label {\n    display: block;\n    color: var(--sb-muted);\n    font-size: 10.5px;\n    font-weight: 500;\n    line-height: 1.35;\n  }\n\n  \/* Package heading *\/\n\n  .sb-results-section__included {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 15px;\n    margin-bottom: 12px;\n  }\n\n  .sb-results-section__included-title {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    margin: 0;\n    color: var(--sb-text);\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .sb-results-section__included-title svg {\n    width: 18px;\n    height: 18px;\n    color: var(--sb-accent);\n  }\n\n  .sb-results-section__included-count {\n    color: var(--sb-muted);\n    font-size: 11px;\n    font-weight: 600;\n  }\n\n  \/* Product cards *\/\n\n  .sb-results-section__products {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .sb-results-section__product {\n    position: relative;\n    min-width: 0;\n    overflow: hidden;\n    padding: 22px;\n    border: 1px solid var(--sb-border);\n    border-radius: 17px;\n    background: #fff;\n  }\n\n  .sb-results-section__product::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 22px;\n    right: 22px;\n    height: 3px;\n    border-radius: 0 0 999px 999px;\n    background: var(--sb-accent);\n  }\n\n  .sb-results-section__product-top {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 15px;\n    padding-top: 5px;\n    margin-bottom: 13px;\n  }\n\n  .sb-results-section__product-heading {\n    min-width: 0;\n  }\n\n  .sb-results-section__step {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--sb-accent);\n    font-size: 9.5px;\n    font-weight: 800;\n    line-height: 1;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .sb-results-section__product-title {\n    margin: 0;\n    color: var(--sb-text);\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: -0.015em;\n  }\n\n  .sb-results-section__product-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 41px;\n    height: 41px;\n    flex: 0 0 41px;\n    border-radius: 12px;\n    background: var(--sb-accent-soft);\n    color: var(--sb-accent);\n  }\n\n  .sb-results-section__product-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  \/* Main result *\/\n\n  .sb-results-section__primary-result {\n    margin-bottom: 15px;\n    padding: 13px 14px;\n    border-left: 3px solid var(--sb-accent);\n    border-radius: 0 10px 10px 0;\n    background: var(--sb-accent-soft);\n  }\n\n  .sb-results-section__primary-result-label {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--sb-muted);\n    font-size: 9.5px;\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n  }\n\n  .sb-results-section__primary-result-text {\n    margin: 0;\n    color: var(--sb-accent);\n    font-size: 13.5px;\n    font-weight: 700;\n    line-height: 1.5;\n  }\n\n  .sb-results-section__product-description {\n    margin: 0 0 17px;\n    color: var(--sb-muted);\n    font-size: 13px;\n    font-weight: 400;\n    line-height: 1.72;\n  }\n\n  .sb-results-section__product-description strong {\n    color: var(--sb-text);\n    font-weight: 650;\n  }\n\n  \/* Benefits *\/\n\n  .sb-results-section__benefits {\n    display: grid;\n    gap: 9px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sb-results-section__benefit {\n    display: grid;\n    grid-template-columns: 19px minmax(0, 1fr);\n    align-items: start;\n    gap: 8px;\n    color: var(--sb-text);\n    font-size: 12px;\n    font-weight: 550;\n    line-height: 1.45;\n  }\n\n  .sb-results-section__check {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 19px;\n    height: 19px;\n    margin-top: -1px;\n    border-radius: 50%;\n    background: var(--sb-accent-soft);\n    color: var(--sb-accent);\n  }\n\n  .sb-results-section__check svg {\n    width: 10px;\n    height: 10px;\n  }\n\n  \/* Feature tags *\/\n\n  .sb-results-section__formula {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin-top: 18px;\n    padding-top: 15px;\n    border-top: 1px solid var(--sb-border);\n  }\n\n  .sb-results-section__formula-item {\n    display: inline-flex;\n    align-items: center;\n    min-height: 26px;\n    padding: 5px 9px;\n    border: 1px solid var(--sb-border);\n    border-radius: 999px;\n    color: var(--sb-accent);\n    font-size: 10px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  \/* Tablet *\/\n\n  @media screen and (max-width: 900px) {\n    .sb-results-section__header {\n      grid-template-columns: 1fr;\n      align-items: start;\n      gap: 12px;\n    }\n\n    .sb-results-section__usps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .sb-results-section__usp:nth-child(3) {\n      border-top: 1px solid var(--sb-border);\n      border-left: 0;\n    }\n\n    .sb-results-section__usp:nth-child(4) {\n      border-top: 1px solid var(--sb-border);\n    }\n  }\n\n  \/* Mobile *\/\n\n  @media screen and (max-width: 767px) {\n    .sb-results-section__inner {\n      padding: 20px 16px;\n      border-radius: 17px;\n    }\n\n    .sb-results-section__header {\n      margin-bottom: 20px;\n    }\n\n    .sb-results-section__title {\n      font-size: 25px;\n      line-height: 1.2;\n    }\n\n    .sb-results-section__intro {\n      font-size: 13px;\n      line-height: 1.65;\n    }\n\n    .sb-results-section__usps {\n      margin-bottom: 21px;\n      border-radius: 13px;\n    }\n\n    .sb-results-section__usp {\n      grid-template-columns: 32px minmax(0, 1fr);\n      gap: 8px;\n      padding: 12px 10px;\n    }\n\n    .sb-results-section__usp-icon {\n      width: 32px;\n      height: 32px;\n      border-radius: 9px;\n    }\n\n    .sb-results-section__usp-icon svg {\n      width: 16px;\n      height: 16px;\n    }\n\n    .sb-results-section__usp-value {\n      font-size: 11.5px;\n    }\n\n    .sb-results-section__usp-label {\n      font-size: 9.5px;\n    }\n\n    .sb-results-section__products {\n      grid-template-columns: 1fr;\n      gap: 11px;\n    }\n\n    .sb-results-section__product {\n      padding: 18px 16px;\n      border-radius: 14px;\n    }\n\n    .sb-results-section__product::before {\n      left: 16px;\n      right: 16px;\n    }\n\n    .sb-results-section__product-title {\n      font-size: 15px;\n    }\n\n    .sb-results-section__product-icon {\n      width: 37px;\n      height: 37px;\n      flex-basis: 37px;\n    }\n\n    .sb-results-section__primary-result {\n      padding: 11px 12px;\n    }\n\n    .sb-results-section__primary-result-text {\n      font-size: 12.5px;\n    }\n\n    .sb-results-section__product-description {\n      font-size: 12.5px;\n      line-height: 1.65;\n    }\n\n    .sb-results-section__benefit {\n      font-size: 11.5px;\n    }\n  }\n\n  @media screen and (max-width: 390px) {\n    .sb-results-section__inner {\n      padding-inline: 13px;\n    }\n\n    .sb-results-section__title {\n      font-size: 22px;\n    }\n\n    .sb-results-section__usp {\n      grid-template-columns: 1fr;\n      align-items: start;\n    }\n\n    .sb-results-section__usp-icon {\n      margin-bottom: 2px;\n    }\n\n    .sb-results-section__included {\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"sb-results-section\" lang=\"en\" dir=\"ltr\" aria-labelledby=\"sb-every-wash-title\"\u003e\n  \u003cdiv class=\"sb-results-section__inner\"\u003e\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"sb-results-section__header\"\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"sb-results-section__eyebrow\"\u003e\n          \u003csvg viewbox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M8 1.5c.35 2.7 1.8 4.15 4.5 4.5C9.8 6.35 8.35 7.8 8 10.5 7.65 7.8 6.2 6.35 3.5 6 6.2 5.65 7.65 4.2 8 1.5Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Cleanse × Hydrate Routine\n        \u003c\/p\u003e\n\n        \u003ch2 id=\"sb-every-wash-title\" class=\"sb-results-section__title\"\u003e\n          Every Wash\n          \u003cstrong\u003eEssentials\u003c\/strong\u003e\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"sb-results-section__intro\"\u003e\n        A balanced two-step set designed to\n        \u003cstrong\u003ecleanse the hair and scalp effectively\u003c\/strong\u003e while\n        maintaining deep hydration, softness and healthy shine.\n      \u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Main benefits --\u003e\n    \u003cdiv class=\"sb-results-section__usps\" aria-label=\"Main routine benefits\"\u003e\n      \u003cdiv class=\"sb-results-section__usp\"\u003e\n        \u003cspan class=\"sb-results-section__usp-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M6 17c0-4 2.7-7.5 6-12 3.3 4.5 6 8 6 12a6 6 0 0 1-12 0Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9.5 17c.3 1 1.1 1.8 2.2 2.1\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sb-results-section__usp-copy\"\u003e\n          \u003cspan class=\"sb-results-section__usp-value\"\u003e\n            Gentle cleansing\n          \u003c\/span\u003e\n          \u003cspan class=\"sb-results-section__usp-label\"\u003e\n            Removes dirt and dust\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sb-results-section__usp\"\u003e\n        \u003cspan class=\"sb-results-section__usp-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M12 3 19 6v5c0 4.3-2.6 7.6-7 10-4.4-2.4-7-5.7-7-10V6l7-3Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m8.5 12 2.2 2.2 4.8-5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sb-results-section__usp-copy\"\u003e\n          \u003cspan class=\"sb-results-section__usp-value\"\u003e\n            No harsh dryness\n          \u003c\/span\u003e\n          \u003cspan class=\"sb-results-section__usp-label\"\u003e\n            Gentle on hair and scalp\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sb-results-section__usp\"\u003e\n        \u003cspan class=\"sb-results-section__usp-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M5 15c3-6 6-8 14-8-1 8-5 12-11 12-2 0-3-1-3-4Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 18c2-3 5-5 9-7\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sb-results-section__usp-copy\"\u003e\n          \u003cspan class=\"sb-results-section__usp-value\"\u003e\n            Preserves natural oils\n          \u003c\/span\u003e\n          \u003cspan class=\"sb-results-section__usp-label\"\u003e\n            Balanced wash-day care\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sb-results-section__usp\"\u003e\n        \u003cspan class=\"sb-results-section__usp-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n            \u003cpath d=\"M12 3s5 5.5 5 9.5a5 5 0 1 1-10 0C7 8.5 12 3 12 3Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9.5 13.5c.3 1.1 1 1.8 2.2 2.1\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sb-results-section__usp-copy\"\u003e\n          \u003cspan class=\"sb-results-section__usp-value\"\u003e\n            Deep hydration\n          \u003c\/span\u003e\n          \u003cspan class=\"sb-results-section__usp-label\"\u003e\n            Nourishment from roots to ends\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Package heading --\u003e\n    \u003cdiv class=\"sb-results-section__included\"\u003e\n      \u003ch3 class=\"sb-results-section__included-title\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 8h16v12H4V8Zm8 0v12M3 5h18v3H3V5Z\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5H8.8a2 2 0 1 1 2-2c.7.8 1.2 2 1.2 2Zm0 0h3.2a2 2 0 1 0-2-2c-.7.8-1.2 2-1.2 2Z\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        What is inside the package?\n      \u003c\/h3\u003e\n\n      \u003cspan class=\"sb-results-section__included-count\"\u003e\n        2-step wash routine\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Products --\u003e\n    \u003cdiv class=\"sb-results-section__products\"\u003e\n\n      \u003c!-- Medical Shampoo --\u003e\n      \u003carticle class=\"sb-results-section__product\"\u003e\n        \u003cdiv class=\"sb-results-section__product-top\"\u003e\n          \u003cdiv class=\"sb-results-section__product-heading\"\u003e\n            \u003cspan class=\"sb-results-section__step\"\u003e\n              Step 01 · Gentle cleansing\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"sb-results-section__product-title\"\u003e\n              Medical Shampoo\n            \u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cspan class=\"sb-results-section__product-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n              \u003cpath d=\"M9 4h6l1 4v11H8V8l1-4Z\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M10 4V2h4v2M10 12h4M10 15h4\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sb-results-section__primary-result\"\u003e\n          \u003cspan class=\"sb-results-section__primary-result-label\"\u003e\n            Main result\n          \u003c\/span\u003e\n\n          \u003cp class=\"sb-results-section__primary-result-text\"\u003e\n            Deeply cleanses the hair and scalp without causing dryness\n            or stripping natural oils.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"sb-results-section__product-description\"\u003e\n          A gentle shampoo that produces a\n          \u003cstrong\u003enatural cleansing lather\u003c\/strong\u003e to remove dirt and\n          dust while helping preserve the scalp’s natural balance.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sb-results-section__benefits\"\u003e\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Creates a natural and gentle cleansing lather\n          \u003c\/li\u003e\n\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Deeply cleanses dirt and dust from the scalp\n          \u003c\/li\u003e\n\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Cleanses gently without drying the hair\n          \u003c\/li\u003e\n\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Does not strip the hair’s natural oils\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"sb-results-section__formula\"\u003e\n          \u003cspan class=\"sb-results-section__formula-item\"\u003e\n            Natural ingredients\n          \u003c\/span\u003e\n\n          \u003cspan class=\"sb-results-section__formula-item\"\u003e\n            Gentle lather\n          \u003c\/span\u003e\n\n          \u003cspan class=\"sb-results-section__formula-item\"\u003e\n            Non-drying cleanse\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- Conditioner and Hair Mask --\u003e\n      \u003carticle class=\"sb-results-section__product\"\u003e\n        \u003cdiv class=\"sb-results-section__product-top\"\u003e\n          \u003cdiv class=\"sb-results-section__product-heading\"\u003e\n            \u003cspan class=\"sb-results-section__step\"\u003e\n              Step 02 · Deep hydration\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"sb-results-section__product-title\"\u003e\n              Conditioner × Hair Mask\n            \u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cspan class=\"sb-results-section__product-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n              \u003cpath d=\"M6 7h12l-1 13H7L6 7Z\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M5 4h14v3H5V4ZM9 12h6\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sb-results-section__primary-result\"\u003e\n          \u003cspan class=\"sb-results-section__primary-result-label\"\u003e\n            Main result\n          \u003c\/span\u003e\n\n          \u003cp class=\"sb-results-section__primary-result-text\"\u003e\n            Delivers deep hydration and intensive nourishment from\n            roots to ends.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"sb-results-section__product-description\"\u003e\n          A nourishing conditioner and hair mask that helps leave the\n          hair \u003cstrong\u003esoft, healthy and shiny\u003c\/strong\u003e while\n          maintaining extra hydration after washing.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sb-results-section__benefits\"\u003e\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Provides deep and intensive hydration\n          \u003c\/li\u003e\n\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Nourishes the hair from roots to ends\n          \u003c\/li\u003e\n\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Helps maintain extra hydration for days\n          \u003c\/li\u003e\n\n          \u003cli class=\"sb-results-section__benefit\"\u003e\n            \u003cspan class=\"sb-results-section__check\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\n                \u003cpath d=\"m2.5 6 2.2 2.2L9.5 3.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            Leaves the hair soft, healthy and shiny\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"sb-results-section__formula\"\u003e\n          \u003cspan class=\"sb-results-section__formula-item\"\u003e\n            Deep hydration\n          \u003c\/span\u003e\n\n          \u003cspan class=\"sb-results-section__formula-item\"\u003e\n            Intensive nourishment\n          \u003c\/span\u003e\n\n          \u003cspan class=\"sb-results-section__formula-item\"\u003e\n            Healthy shine\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"soberry","offers":[{"title":"Default Title","offer_id":51403656921408,"sku":null,"price":550.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-E-4_97be3b19-8f83-4357-9efb-8ecf25b80127.webp?v=1767998567","url":"https:\/\/soberry.store\/en\/products\/new-year-discounts-2027","provider":"soberry","version":"1.0","type":"link"}