{"title":"Two pieces offer for the first time","description":"\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(106, 21, 98);\"\u003e\u003cstrong\u003eCheck out our amazing special offers and deals! Limited time discounts on selected products.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"new-year-discounts-2026","title":"Clean X Smooth Package","description":"\u003cstyle\u003e\n  \/* ==========================================\n     SoBerry High-Readability Product Details\n     Wash \u0026 Smooth Package\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\u003csection aria-labelledby=\"sb-wash-smooth-title\" dir=\"ltr\" lang=\"en\" class=\"sb-results-section\"\u003e\n\u003cdiv class=\"sb-results-section__inner\"\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"sb-results-section__header\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"sb-results-section__eyebrow\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 16 16\"\u003e\n            \u003cpath fill=\"currentColor\" 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\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e Cleanse × Smooth Routine\u003c\/p\u003e\n\u003ch2 class=\"sb-results-section__title\" id=\"sb-wash-smooth-title\"\u003eClean \u0026amp; Smooth \u003cstrong\u003ePackage\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__intro\"\u003eThe perfect two-step solution for \u003cstrong\u003eclean, hydrated hair\u003c\/strong\u003e, combining gentle scalp cleansing with instant softness and easier detangling.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Main benefits --\u003e\n\u003cdiv aria-label=\"Main package benefits\" class=\"sb-results-section__usps\"\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M6 17c0-4 2.7-7.5 6-12 3.3 4.5 6 8 6 12a6 6 0 0 1-12 0Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M9.5 17c.3 1 1.1 1.8 2.2 2.1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Gentle cleansing \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Removes dirt and dust \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 3 19 6v5c0 4.3-2.6 7.6-7 10-4.4-2.4-7-5.7-7-10V6l7-3Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"m8.5 12 2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Non-drying wash \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Gentle natural lather \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 3s5 5.5 5 9.5a5 5 0 1 1-10 0C7 8.5 12 3 12 3Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M9.5 13.5c.3 1.1 1 1.8 2.2 2.1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Instant hydration \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Softness from the first use \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M5 12h14M8 8l-3 4 3 4M16 8l3 4-3 4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Easy detangling \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Smoother everyday styling \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Package heading --\u003e\n\u003cdiv class=\"sb-results-section__included\"\u003e\n\u003ch3 class=\"sb-results-section__included-title\"\u003e\n\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M4 8h16v12H4V8Zm8 0v12M3 5h18v3H3V5Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" 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\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e What is inside the package?\u003c\/h3\u003e\n\u003cspan class=\"sb-results-section__included-count\"\u003e 2-step hair routine \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Products --\u003e\n\u003cdiv class=\"sb-results-section__products\"\u003e\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 Step 01 · Gentle cleansing \u003c\/span\u003e\n\u003ch3 class=\"sb-results-section__product-title\"\u003eMedical Shampoo\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__product-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M9 4h6l1 4v11H8V8l1-4Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M10 4V2h4v2M10 12h4M10 15h4\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__primary-result\"\u003e\n\u003cspan class=\"sb-results-section__primary-result-label\"\u003e Main result \u003c\/span\u003e\n\u003cp class=\"sb-results-section__primary-result-text\"\u003eDeeply cleanses the scalp from dirt and dust without drying out the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__product-description\"\u003eA gentle shampoo that creates a \u003cstrong\u003enatural cleansing lather\u003c\/strong\u003e using natural ingredients for effective scalp cleansing without harsh dryness.\u003c\/p\u003e\n\u003cul class=\"sb-results-section__benefits\"\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Creates a gentle natural lather\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Deeply cleanses dirt and dust from the scalp\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Cleanses gently without drying the hair\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Made with natural cleansing ingredients\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sb-results-section__formula\"\u003e\n\u003cspan class=\"sb-results-section__formula-item\"\u003e Natural ingredients \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Gentle lather \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Non-drying cleanse \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Leave-In Conditioner --\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 Step 02 · Instant smoothing \u003c\/span\u003e\n\u003ch3 class=\"sb-results-section__product-title\"\u003eLeave-In Conditioner\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__product-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M7 19c1-6 4-10 10-14 1 7-1 13-7 15\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M6 20c2-4 5-7 9-10\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__primary-result\"\u003e\n\u003cspan class=\"sb-results-section__primary-result-label\"\u003e Main result \u003c\/span\u003e\n\u003cp class=\"sb-results-section__primary-result-text\"\u003eProvides instant hydration and smoothness while making detangling effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__product-description\"\u003eA lightweight leave-in conditioner that helps leave the hair \u003cstrong\u003esoft, healthy and shiny\u003c\/strong\u003e from roots to ends while making styling easier.\u003c\/p\u003e\n\u003cul class=\"sb-results-section__benefits\"\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Provides instant hydration and softness\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Makes detangling easier and more comfortable\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Leaves hair soft from roots to ends\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Supports a healthy and shiny finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sb-results-section__formula\"\u003e\n\u003cspan class=\"sb-results-section__formula-item\"\u003e Instant hydration \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Easy detangling \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Healthy shine \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"soberry","offers":[{"title":"Default Title","offer_id":51403653284160,"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-1_3c1f080c-9703-48af-ba87-d39c74d8354a.webp?v=1767998567"},{"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"},{"product_id":"new-year-discounts-2028","title":"Double care smooth \u0026 repair package","description":"\u003cstyle\u003e\n  \/* ==========================================\n     SoBerry High-Readability Product Details\n     Double Care Smooth \u0026 Repair\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\u003csection aria-labelledby=\"sb-smooth-repair-title\" dir=\"ltr\" lang=\"en\" class=\"sb-results-section\"\u003e\n\u003cdiv class=\"sb-results-section__inner\"\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"sb-results-section__header\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"sb-results-section__eyebrow\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 16 16\"\u003e\n            \u003cpath fill=\"currentColor\" 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\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e Intensive Hydration Routine\u003c\/p\u003e\n\u003ch2 class=\"sb-results-section__title\" id=\"sb-smooth-repair-title\"\u003eDouble Care \u003cstrong\u003eSmooth \u0026amp; Repair\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__intro\"\u003eA focused two-step set designed for hair that needs \u003cstrong\u003edeep, intensive hydration\u003c\/strong\u003e, damage repair and easier daily styling.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Main benefits --\u003e\n\u003cdiv aria-label=\"Main routine benefits\" class=\"sb-results-section__usps\"\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 3s5 5.5 5 9.5a5 5 0 1 1-10 0C7 8.5 12 3 12 3Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M9.5 13.5c.3 1.1 1 1.8 2.2 2.1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Deep hydration \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Intensive moisture care \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 3 19 6v5c0 4.3-2.6 7.6-7 10-4.4-2.4-7-5.7-7-10V6l7-3Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"m8.5 12 2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Repair care \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Nourishes damaged hair \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M5 15c3-6 6-8 14-8-1 8-5 12-11 12-2 0-3-1-3-4Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M6 18c2-3 5-5 9-7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Instant smoothness \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e From the first use \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M5 12h14M8 8l-3 4 3 4M16 8l3 4-3 4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Easy detangling \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Faster daily styling \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Package heading --\u003e\n\u003cdiv class=\"sb-results-section__included\"\u003e\n\u003ch3 class=\"sb-results-section__included-title\"\u003e\n\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M4 8h16v12H4V8Zm8 0v12M3 5h18v3H3V5Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" 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\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e What is inside the package?\u003c\/h3\u003e\n\u003cspan class=\"sb-results-section__included-count\"\u003e 2-step hair routine \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Products --\u003e\n\u003cdiv class=\"sb-results-section__products\"\u003e\n\u003c!-- Conditioner and 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 Step 01 · Deep repair \u003c\/span\u003e\n\u003ch3 class=\"sb-results-section__product-title\"\u003eConditioner × Hair Mask\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__product-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M6 7h12l-1 13H7L6 7Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M5 4h14v3H5V4ZM9 12h6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__primary-result\"\u003e\n\u003cspan class=\"sb-results-section__primary-result-label\"\u003e Main result \u003c\/span\u003e\n\u003cp class=\"sb-results-section__primary-result-text\"\u003eRepairs and nourishes the hair while delivering long-lasting hydration and healthy shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__product-description\"\u003eCombines the nourishing power of a \u003cstrong\u003econditioner and hair mask\u003c\/strong\u003e to feed and repair the hair while maintaining softness and hydration for days.\u003c\/p\u003e\n\u003cul class=\"sb-results-section__benefits\"\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Nourishes and feeds dry, damaged hair\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Helps repair the appearance of hair damage\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Maintains soft, healthy-looking shine\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Provides long-lasting hydration for days\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sb-results-section__formula\"\u003e\n\u003cspan class=\"sb-results-section__formula-item\"\u003e Deep nourishment \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Damage repair \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Long-lasting hydration \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Leave-in --\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 Step 02 · Daily smoothing \u003c\/span\u003e\n\u003ch3 class=\"sb-results-section__product-title\"\u003eLeave-In Conditioner\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__product-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M7 19c1-6 4-10 10-14 1 7-1 13-7 15\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M6 20c2-4 5-7 9-10\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__primary-result\"\u003e\n\u003cspan class=\"sb-results-section__primary-result-label\"\u003e Main result \u003c\/span\u003e\n\u003cp class=\"sb-results-section__primary-result-text\"\u003eDelivers instant smoothness and makes detangling and styling easier from the first use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__product-description\"\u003eA daily leave-in conditioner that helps \u003cstrong\u003edetangle and smooth the hair instantly\u003c\/strong\u003e, making everyday styling quicker and easier.\u003c\/p\u003e\n\u003cul class=\"sb-results-section__benefits\"\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Provides smoothness from the first use\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Helps detangle the hair with less effort\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Makes everyday styling easier\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Provides practical daily hair care\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sb-results-section__formula\"\u003e\n\u003cspan class=\"sb-results-section__formula-item\"\u003e Instant smoothness \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Easy detangling \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Daily care \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"soberry","offers":[{"title":"Default Title","offer_id":51403661410624,"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-3_1978dbda-8f79-43ef-b5c8-cdebc9a882ed.webp?v=1767998567"},{"product_id":"new-year-discounts-2029","title":"Grow \u0026 Glow Package","description":"\u003cstyle\u003e\n  \/* ==========================================\n     SoBerry High-Readability Product Details\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    --sb-border-strong: rgba(73, 26, 90, 0.22);\n    --sb-success: #426447;\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  \/* ==========================\n     Main introduction\n  ========================== *\/\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  \/* ==========================\n     High-priority USP strip\n  ========================== *\/\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    position: relative;\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  \/* ==========================\n     Section label\n  ========================== *\/\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  \/* ==========================\n     Product cards\n  ========================== *\/\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  .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  \/* Description *\/\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  \/* Scannable benefits *\/\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  \/* Formula reassurance *\/\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    gap: 5px;\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  .sb-results-section__formula-item svg {\n    width: 11px;\n    height: 11px;\n  }\n\n  \/* ==========================\n     Mobile\n  ========================== *\/\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-left: 0;\n      border-top: 1px solid var(--sb-border);\n    }\n\n    .sb-results-section__usp:nth-child(4) {\n      border-top: 1px solid var(--sb-border);\n    }\n  }\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\u003csection aria-labelledby=\"sb-results-title\" dir=\"ltr\" lang=\"en\" class=\"sb-results-section\"\u003e\n\u003cdiv class=\"sb-results-section__inner\"\u003e\n\u003c!-- Main header --\u003e\u003cheader class=\"sb-results-section__header\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"sb-results-section__eyebrow\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 16 16\"\u003e\n            \u003cpath fill=\"currentColor\" 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\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e Length × Length Routine\u003c\/p\u003e\n\u003ch2 class=\"sb-results-section__title\" id=\"sb-results-title\"\u003eThicker, Longer \u0026amp; \u003cstrong\u003eSmoother-Looking Hair\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__intro\"\u003eA focused two-step routine that combines \u003cstrong\u003escalp treatment\u003c\/strong\u003e with \u003cstrong\u003edaily smoothing care\u003c\/strong\u003e to support hair length, density and easier styling.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Clear USPs --\u003e\n\u003cdiv aria-label=\"Main product benefits\" class=\"sb-results-section__usps\"\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M5 19 19 5M9 5h10v10\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Visible length support \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e From the first 4 weeks \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 3s5 5.5 5 9.5a5 5 0 1 1-10 0C7 8.5 12 3 12 3Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M9.5 13.5c.3 1.1 1 1.8 2.2 2.1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Helps reduce hair fall \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e Within only 2 weeks \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M5 15c3-6 6-8 14-8-1 8-5 12-11 12-2 0-3-1-3-4Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M6 18c2-3 5-5 9-7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Instant smoothness \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e From the first use \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__usp\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__usp-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 3 19 6v5c0 4.3-2.6 7.6-7 10-4.4-2.4-7-5.7-7-10V6l7-3Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"m8.5 12 2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-copy\"\u003e \u003cspan class=\"sb-results-section__usp-value\"\u003e Gentle formula \u003c\/span\u003e \u003cspan class=\"sb-results-section__usp-label\"\u003e No minoxidil or alcohol \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Package heading --\u003e\n\u003cdiv class=\"sb-results-section__included\"\u003e\n\u003ch3 class=\"sb-results-section__included-title\"\u003e\n\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M4 8h16v12H4V8Zm8 0v12M3 5h18v3H3V5Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" 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\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e What is inside the package?\u003c\/h3\u003e\n\u003cspan class=\"sb-results-section__included-count\"\u003e 2 full-size products \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Products --\u003e\n\u003cdiv class=\"sb-results-section__products\"\u003e\n\u003c!-- Hair tonic --\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 Step 01 · Scalp treatment \u003c\/span\u003e\n\u003ch3 class=\"sb-results-section__product-title\"\u003eHair Tonic\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__product-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M9 4h6l1 4v11H8V8l1-4Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M10 4V2h4v2M10 12h4M10 15h4\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__primary-result\"\u003e\n\u003cspan class=\"sb-results-section__primary-result-label\"\u003e Main result \u003c\/span\u003e\n\u003cp class=\"sb-results-section__primary-result-text\"\u003eSupports thicker, longer-looking hair and helps improve the appearance of visible gaps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__product-description\"\u003eA targeted scalp tonic designed to support hair density and length. It helps reduce hair fall in \u003cstrong\u003eonly two weeks\u003c\/strong\u003e and supports visible length from the \u003cstrong\u003efirst four weeks\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cul class=\"sb-results-section__benefits\"\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Helps fill the appearance of visible hair gaps\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Supports thicker and longer-looking hair\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Helps reduce excessive hair fall\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sb-results-section__formula\"\u003e\n\u003cspan class=\"sb-results-section__formula-item\"\u003e Minoxidil free \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e Alcohol free \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Leave-in --\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 Step 02 · Daily care \u003c\/span\u003e\n\u003ch3 class=\"sb-results-section__product-title\"\u003eLeave-In Conditioner\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__product-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M7 19c1-6 4-10 10-14 1 7-1 13-7 15\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M6 20c2-4 5-7 9-10\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-results-section__primary-result\"\u003e\n\u003cspan class=\"sb-results-section__primary-result-label\"\u003e Main result \u003c\/span\u003e\n\u003cp class=\"sb-results-section__primary-result-text\"\u003eDelivers instant smoothness and makes detangling and daily styling noticeably easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-results-section__product-description\"\u003eA lightweight leave-in conditioner that delivers \u003cstrong\u003einstant softness from the first use\u003c\/strong\u003e, reduces tangles and helps keep the hair manageable throughout the day.\u003c\/p\u003e\n\u003cul class=\"sb-results-section__benefits\"\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Provides instant softness and smoothness\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Helps detangle the hair with less pulling\u003c\/li\u003e\n\u003cli class=\"sb-results-section__benefit\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sb-results-section__check\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 12 12\"\u003e\n                \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"m2.5 6 2.2 2.2L9.5 3.5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e \u003c\/span\u003e Makes everyday styling quicker and easier\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sb-results-section__formula\"\u003e\n\u003cspan class=\"sb-results-section__formula-item\"\u003e Lightweight care \u003c\/span\u003e \u003cspan class=\"sb-results-section__formula-item\"\u003e No heavy feeling \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"soberry","offers":[{"title":"Default Title","offer_id":51403661803840,"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-2_a932fc11-e2a4-4b95-9232-060b7be94665.webp?v=1767998566"}],"url":"https:\/\/soberry.store\/en\/collections\/new-year-offers.oembed","provider":"soberry","version":"1.0","type":"link"}