{"title":"Products","description":"","products":[{"product_id":"scrubix-scalp-massager","title":"Scrubix™ Scalp Scrubber","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eScrubix Scalp Scrubber Description\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green:   #0e2a24;\n    --teal:    #1D9E75;\n    --teal-lt: #5DCAA5;\n    --text:    #111111;\n    --muted:   #6b7280;\n    --bg:      #ddeef4;\n    --surface: rgba(255,255,255,0.55);\n    --border:  rgba(255,255,255,0.75);\n    --border-dark: rgba(0,0,0,0.07);\n  }\n\n  body {\n    font-family: 'DM Sans', -apple-system, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .desc {\n    max-width: 660px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 32px 28px 28px;\n    text-align: center;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n\n  .eyebrow__line {\n    width: 18px;\n    height: 1px;\n    background: var(--teal);\n    opacity: 0.6;\n  }\n\n  .eyebrow__text {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n  }\n\n  .hero__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 40px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    margin-bottom: 12px;\n  }\n\n  .hero__title em {\n    font-style: italic;\n    color: var(--teal);\n  }\n\n  .hero__sub {\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.65;\n    max-width: 400px;\n    margin: 0 auto 24px;\n  }\n\n  .hero__pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n  }\n\n  .pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border-radius: 100px;\n    border: 1px solid var(--border-dark);\n    background: rgba(255,255,255,0.5);\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .pill-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--teal);\n    opacity: 0.8;\n  }\n\n  \/* ── SHAMPOO TRUTH CALLOUT ── *\/\n  .truth {\n    background: var(--green);\n    border-radius: 14px;\n    padding: 26px 24px;\n  }\n\n  .truth__eyebrow {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal-lt);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    opacity: 0.8;\n    margin-bottom: 12px;\n  }\n\n  .truth__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: #fff;\n    line-height: 1.3;\n    margin-bottom: 16px;\n  }\n\n  .truth__title em {\n    font-style: italic;\n    color: var(--teal-lt);\n  }\n\n  .truth__body {\n    font-size: 17px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.75;\n    margin-bottom: 20px;\n  }\n\n  .truth__body strong {\n    color: rgba(255,255,255,0.8);\n    font-weight: 500;\n  }\n\n  .truth__points {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .truth__point {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 8px;\n    padding: 13px 14px;\n  }\n\n  .truth__point-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: var(--teal-lt);\n    flex-shrink: 0;\n    margin-top: 7px;\n    opacity: 0.7;\n  }\n\n  .truth__point-text {\n    font-size: 16px;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.55;\n  }\n\n  .truth__point-text strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 500;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .features__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 18px;\n  }\n\n  .feature-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .feature-row:first-of-type { padding-top: 0; }\n  .feature-row:last-of-type  { padding-bottom: 0; border-bottom: none; }\n\n  .feature-icon {\n    width: 42px;\n    height: 42px;\n    background: var(--green);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .feature-icon svg { width: 19px; height: 19px; }\n\n  .feature-label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── ABSORPTION CALLOUT ── *\/\n  .absorption {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .absorption__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 8px;\n  }\n\n  .absorption__sub {\n    font-size: 16px;\n    color: var(--muted);\n    line-height: 1.65;\n    margin-bottom: 18px;\n  }\n\n  .absorption__grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n  }\n\n  .abs-card {\n    background: rgba(255,255,255,0.65);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 16px 12px;\n    text-align: center;\n  }\n\n  .abs-card__icon {\n    width: 36px;\n    height: 36px;\n    background: var(--green);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n  }\n\n  .abs-card__icon svg { width: 17px; height: 17px; }\n\n  .abs-card__label {\n    font-size: 15px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .abs-card__desc {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.45;\n  }\n\n  \/* ── HOW TO USE ── *\/\n  .routine {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .routine__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 18px;\n  }\n\n  .steps {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .step {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .step:first-child { padding-top: 0; }\n  .step:last-child  { padding-bottom: 0; border-bottom: none; }\n\n  .step__num {\n    width: 32px;\n    height: 32px;\n    background: var(--green);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-size: 14px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.7);\n    margin-top: 1px;\n  }\n\n  .step__label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .step__desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── STATS ── *\/\n  .stats-strip {\n    display: flex;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .stat {\n    flex: 1;\n    padding: 22px 12px;\n    text-align: center;\n    position: relative;\n  }\n\n  .stat + .stat::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 20%; height: 60%;\n    width: 1px;\n    background: var(--border-dark);\n  }\n\n  .stat__num {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--green);\n    line-height: 1;\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n  }\n\n  .stat__label {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.3;\n  }\n\n  \/* ── TRUST ── *\/\n  .trust {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 18px 20px;\n  }\n\n  .trust__item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 15px;\n    color: var(--muted);\n  }\n\n  .trust__icon {\n    width: 32px;\n    height: 32px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 7px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .trust__icon svg { width: 16px; height: 16px; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 560px) {\n    .desc { gap: 8px; }\n    .hero { padding: 28px 20px 24px; }\n    .hero__title { font-size: 34px; }\n    .hero__sub { font-size: 16px; }\n    .truth { padding: 22px 18px; }\n    .truth__title { font-size: 23px; }\n    .truth__body { font-size: 15px; }\n    .truth__point-text { font-size: 14px; }\n    .features { padding: 20px 18px; }\n    .features__title { font-size: 23px; }\n    .feature-label { font-size: 16px; }\n    .feature-desc { font-size: 14px; }\n    .absorption { padding: 20px 18px; }\n    .absorption__title { font-size: 23px; }\n    .absorption__grid { grid-template-columns: 1fr 1fr; }\n    .absorption__grid .abs-card:last-child { grid-column: 1 \/ -1; }\n    .routine { padding: 20px 18px; }\n    .routine__title { font-size: 23px; }\n    .step__label { font-size: 16px; }\n    .step__desc { font-size: 14px; }\n    .stat__num { font-size: 26px; }\n    .trust { flex-direction: column; align-items: flex-start; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"eyebrow__text\"\u003eSilicone scalp massager\u003c\/span\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"hero__title\"\u003e\n      Healthier hair starts\u003cbr\u003e\n      \u003cem\u003eat the scalp.\u003c\/em\u003e\n    \u003c\/h2\u003e\n    \u003cp class=\"hero__sub\"\u003e\n      Most people shampoo their hair. You should be shampooing your scalp. The Scrubix Scalp Massager cleans deeper, boosts circulation, reduces dandruff, and helps every product you use actually work.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero__pills\"\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eBoosts circulation\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eReduces dandruff\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eBetter product absorption\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eGentle soft bristles\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHAMPOO TRUTH --\u003e\n  \u003cdiv class=\"truth\"\u003e\n    \u003cdiv class=\"truth__eyebrow\"\u003eThe thing most people get wrong\u003c\/div\u003e\n    \u003cdiv class=\"truth__title\"\u003eYou're shampooing your hair.\u003cbr\u003e\u003cem\u003eYou should be shampooing your scalp.\u003c\/em\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"truth__body\"\u003e\n      Hair itself doesn't produce oil, sweat, or dead skin cells — your \u003cstrong\u003escalp does\u003c\/strong\u003e. When you just lather your hair and rinse, the scalp barely gets touched. Buildup accumulates, pores get clogged, and your products sit on the surface instead of absorbing. Over time this leads to dull hair, an itchy scalp, and flaking.\n      \u003cbr\u003e\u003cbr\u003e\n      The Scrubix Scalp Massager gets the shampoo where it actually needs to go — \u003cstrong\u003edirectly into the scalp\u003c\/strong\u003e — breaking up buildup, stimulating blood flow, and giving your hair the foundation it needs to grow and thrive.\n    \u003c\/div\u003e\n    \u003cdiv class=\"truth__points\"\u003e\n      \u003cdiv class=\"truth__point\"\u003e\n        \u003cdiv class=\"truth__point-dot\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"truth__point-text\"\u003e\n\u003cstrong\u003eScalp buildup\u003c\/strong\u003e is one of the leading causes of hair thinning and slow growth — regular massage helps clear it\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"truth__point\"\u003e\n        \u003cdiv class=\"truth__point-dot\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"truth__point-text\"\u003e\n\u003cstrong\u003eIncreased blood circulation\u003c\/strong\u003e delivers more nutrients and oxygen to your hair follicles, promoting healthier growth\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"truth__point\"\u003e\n        \u003cdiv class=\"truth__point-dot\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"truth__point-text\"\u003e\n\u003cstrong\u003eA clean scalp absorbs\u003c\/strong\u003e oils, serums, and treatments far more effectively — meaning your products actually do their job\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"features\"\u003e\n    \u003cdiv class=\"features__title\"\u003eWhat it does for your hair\u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 2.5c-2 1-3.5 3-3.5 5a3.5 3.5 0 007 0c0-2-1.5-4-3.5-5z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eBoosts scalp circulation\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eThe massaging action stimulates blood flow to your follicles, delivering more oxygen and nutrients — the building blocks for stronger, thicker hair over time.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 2C5 2 3 4 3 6.5c0 1.8 1 3.3 2.5 4.1L5.2 12h4.6l-.3-1.4C11 9.8 12 8.3 12 6.5 12 4 10 2 7.5 2z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eHelps reduce dandruff\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eDandruff is often caused by a buildup of dead skin cells and excess oil on the scalp. Regular massaging loosens and removes this buildup, reducing flaking and itchiness.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"5.5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M5 8c.5 1 1.3 1.5 2.5 1.5S9.5 9 10 8\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"5.5\" cy=\"6.2\" r=\"0.7\" fill=\"#5DCAA5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"9.5\" cy=\"6.2\" r=\"0.7\" fill=\"#5DCAA5\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eBetter product absorption\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eA clean, stimulated scalp absorbs shampoo, conditioner, oils, and serums far more effectively. You'll get more out of every product you already use.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M4 10c0-2 1.5-4 3.5-5.5C9.5 6 11 8 11 10a3.5 3.5 0 01-7 0z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7.5 4.5V3\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eRemoves buildup and residue\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eShampoo, dry shampoo, styling products — they all leave residue on your scalp. The bristles break it up and lift it away so your scalp can breathe.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 13C4 11 2 8.5 2 6a3.5 3.5 0 017 0 3.5 3.5 0 017 0c0 2.5-2 5-5.5 7z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eGentle on every scalp type\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eUltra-soft silicone bristles are firm enough to massage effectively but gentle enough for sensitive scalps, colour-treated hair, and everyday use.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT ABSORPTION --\u003e\n  \u003cdiv class=\"absorption\"\u003e\n    \u003cdiv class=\"absorption__title\"\u003eWorks with everything you already use\u003c\/div\u003e\n    \u003cdiv class=\"absorption__sub\"\u003eA stimulated, clean scalp absorbs every product better. Use it alongside anything in your hair routine.\u003c\/div\u003e\n    \u003cdiv class=\"absorption__grid\"\u003e\n      \u003cdiv class=\"abs-card\"\u003e\n        \u003cdiv class=\"abs-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M7 2c-2 0-3.5 1.5-3.5 3.5 0 1.5.8 2.8 2 3.5L5.2 11h3.6l-.3-2C9.7 8.3 10.5 7 10.5 5.5 10.5 3.5 9 2 7 2z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"abs-card__label\"\u003eShampoo\u003c\/div\u003e\n        \u003cdiv class=\"abs-card__desc\"\u003eDeeper lather, cleaner scalp\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"abs-card\"\u003e\n        \u003cdiv class=\"abs-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003ccircle cx=\"7\" cy=\"7\" r=\"5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M7 4.5v5M4.5 7h5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"abs-card__label\"\u003eScalp oils\u003c\/div\u003e\n        \u003cdiv class=\"abs-card__desc\"\u003eAbsorbed deeper, faster\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"abs-card\"\u003e\n        \u003cdiv class=\"abs-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M4 11V5.5a3 3 0 016 0V11\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 11h8\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"abs-card__label\"\u003eSerums\u003c\/div\u003e\n        \u003cdiv class=\"abs-card__desc\"\u003ePenetrates the scalp properly\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"routine\"\u003e\n    \u003cdiv class=\"routine__title\"\u003eHow to use it\u003c\/div\u003e\n    \u003cdiv class=\"steps\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step__num\"\u003e1\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step__label\"\u003eWet your hair thoroughly\u003c\/div\u003e\n          \u003cdiv class=\"step__desc\"\u003eSoak your hair and scalp with warm water before applying any product.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step__num\"\u003e2\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step__label\"\u003eApply shampoo directly to your scalp\u003c\/div\u003e\n          \u003cdiv class=\"step__desc\"\u003eNot your hair — your scalp. That's where the oil and buildup actually lives.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step__num\"\u003e3\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step__label\"\u003eMassage in gentle circles\u003c\/div\u003e\n          \u003cdiv class=\"step__desc\"\u003eWork the scrubber across your entire scalp for 60-90 seconds. You'll feel the difference immediately — deeper lather, more stimulation.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step__num\"\u003e4\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step__label\"\u003eRinse and repeat with oils or serums\u003c\/div\u003e\n          \u003cdiv class=\"step__desc\"\u003eAfter washing, use it again to work in any scalp treatments, oils, or serums for maximum absorption.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"stats-strip\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e4.9★\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003e587 reviews\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e3x\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003ebetter absorption\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e1yr+\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003eavg. lifespan\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003cdiv class=\"trust\"\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4\" width=\"11.5\" height=\"8\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M4.5 4V3a2 2 0 014 0v1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Secure payments via Yoco\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4.5\" width=\"9\" height=\"6.5\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9.75 6.5l2 1-2 1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 8h4\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Delivered in 2-5 business days\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M6.5 1.5l1.6 3.2 3.6.5-2.6 2.5.6 3.6-3.2-1.7-3.2 1.7.6-3.6L1.3 5.2l3.6-.5L6.5 1.5z\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Food-grade silicone\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Scrubix","offers":[{"title":"Black","offer_id":54835727794467,"sku":null,"price":99.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54835727761699,"sku":null,"price":99.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/6476\/7267\/files\/IMG-20250930-WA0020.jpg?v=1764567029"},{"product_id":"scrubix-body-scrubber","title":"Scrubix™ Body Scrubber","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eScrubix Body Scrubber Description\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green:   #0e2a24;\n    --teal:    #1D9E75;\n    --teal-lt: #5DCAA5;\n    --text:    #111111;\n    --muted:   #6b7280;\n    --bg:      #ddeef4;\n    --surface: rgba(255,255,255,0.55);\n    --border:  rgba(255,255,255,0.75);\n    --border-dark: rgba(0,0,0,0.07);\n  }\n\n  body {\n    font-family: 'DM Sans', -apple-system, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .desc {\n    max-width: 660px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 32px 28px 28px;\n    text-align: center;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n\n  .eyebrow__line {\n    width: 18px;\n    height: 1px;\n    background: var(--teal);\n    opacity: 0.6;\n  }\n\n  .eyebrow__text {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n  }\n\n  .hero__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 40px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    margin-bottom: 12px;\n  }\n\n  .hero__title em {\n    font-style: italic;\n    color: var(--teal);\n  }\n\n  .hero__sub {\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.65;\n    max-width: 400px;\n    margin: 0 auto 24px;\n  }\n\n  .hero__pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n  }\n\n  .pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border-radius: 100px;\n    border: 1px solid var(--border-dark);\n    background: rgba(255,255,255,0.5);\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .pill-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--teal);\n    opacity: 0.8;\n  }\n\n  \/* ── FEATURES LIST ── *\/\n  .features {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .features__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 18px;\n  }\n\n  .feature-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .feature-row:first-of-type { padding-top: 0; }\n  .feature-row:last-of-type { padding-bottom: 0; border-bottom: none; }\n\n  .feature-icon {\n    width: 42px;\n    height: 42px;\n    background: var(--green);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .feature-icon svg { width: 19px; height: 19px; }\n\n  .feature-label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── MATERIAL CALLOUT ── *\/\n  .material {\n    background: var(--green);\n    border-radius: 14px;\n    padding: 24px 22px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n  }\n\n  .material__left {\n    flex-shrink: 0;\n    text-align: center;\n  }\n\n  .material__badge {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 17px;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--teal-lt);\n    line-height: 1.3;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .material__grade {\n    font-size: 13px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.35);\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n  }\n\n  .material__divider {\n    width: 1px;\n    height: 48px;\n    background: rgba(255,255,255,0.1);\n    flex-shrink: 0;\n  }\n\n  .material__text {\n    font-size: 15px;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.7;\n  }\n\n  .material__text strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 500;\n  }\n\n  \/* ── STATS STRIP ── *\/\n  .stats-strip {\n    display: flex;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .stat {\n    flex: 1;\n    padding: 22px 12px;\n    text-align: center;\n    position: relative;\n  }\n\n  .stat + .stat::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 20%;\n    height: 60%;\n    width: 1px;\n    background: var(--border-dark);\n  }\n\n  .stat__num {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--green);\n    line-height: 1;\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n  }\n\n  .stat__label {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.3;\n  }\n\n  \/* ── VS LOOFAH ── *\/\n  .vs {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .vs__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 16px;\n  }\n\n  .vs__grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .vs__col {\n    border-radius: 10px;\n    padding: 16px 14px;\n  }\n\n  .vs__col--scrubix {\n    background: rgba(255,255,255,0.65);\n    border: 1px solid var(--border);\n  }\n\n  .vs__col--loofah {\n    background: rgba(0,0,0,0.03);\n    border: 1px solid var(--border-dark);\n  }\n\n  .vs__col-label {\n    font-size: 13px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 12px;\n  }\n\n  .vs__col--scrubix .vs__col-label { color: var(--teal); }\n  .vs__col--loofah .vs__col-label  { color: var(--muted); }\n\n  .vs__item {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 14px;\n    color: var(--text);\n    margin-bottom: 10px;\n    line-height: 1.45;\n  }\n\n  .vs__item:last-child { margin-bottom: 0; }\n\n  .vs__item-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 5px;\n  }\n\n  .vs__col--scrubix .vs__item-dot { background: var(--teal); }\n  .vs__col--loofah  .vs__item-dot { background: #d1d5db; }\n  .vs__col--loofah  .vs__item     { color: var(--muted); }\n\n  \/* ── TRUST ── *\/\n  .trust {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 18px 20px;\n  }\n\n  .trust__item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 15px;\n    color: var(--muted);\n  }\n\n  .trust__icon {\n    width: 32px;\n    height: 32px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 7px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .trust__icon svg { width: 16px; height: 16px; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 560px) {\n    .desc { gap: 8px; }\n    .hero { padding: 28px 20px 24px; }\n    .hero__title { font-size: 34px; }\n    .hero__sub { font-size: 16px; }\n    .features__title { font-size: 23px; }\n    .feature-label { font-size: 16px; }\n    .feature-desc { font-size: 14px; }\n    .material { flex-direction: column; gap: 14px; }\n    .material__divider { width: 48px; height: 1px; }\n    .material__text { font-size: 14px; }\n    .stat__num { font-size: 26px; }\n    .vs__title { font-size: 23px; }\n    .vs__item { font-size: 13px; }\n    .vs__grid { grid-template-columns: 1fr; }\n    .trust { flex-direction: column; align-items: flex-start; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"eyebrow__text\"\u003ePremium silicone body scrubber\u003c\/span\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"hero__title\"\u003e\n      The cleaner, smarter\u003cbr\u003e\n      \u003cem\u003eway to shower.\u003c\/em\u003e\n    \u003c\/h2\u003e\n    \u003cp class=\"hero__sub\"\u003e\n      Crafted from food-grade silicone to give you a hygienic, luxurious cleanse every time. No bacteria. No odour. Just clean.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero__pills\"\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eFood-grade silicone\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eResists bacteria\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eDeep exfoliation\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eEco-friendly\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"features\"\u003e\n    \u003cdiv class=\"features__title\"\u003eWhy you'll love it\u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 2C5 2 3 4 3 6.5c0 1.8 1 3.3 2.5 4.1L5.2 12h4.6l-.3-1.4C11 9.8 12 8.3 12 6.5 12 4 10 2 7.5 2z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eHygienic by design\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eSilicone resists odour-causing bacteria and dries quickly — unlike loofahs that stay damp and breed germs.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"5.5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"2\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7.5 2v1.5M7.5 11.5V13M2 7.5h1.5M11.5 7.5H13\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eEffective exfoliation\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eThousands of soft bristles gently remove dirt, oil, and dead skin — leaving you with a healthy, natural glow.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 1.5L9.2 5h3.8l-3 2.2 1.1 3.8-3.6-2.3-3.6 2.3 1.1-3.8-3-2.2h3.8L7.5 1.5z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003ePremium feel\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eSoft, durable food-grade silicone that feels luxurious against your skin and holds its shape for 1+ years.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 13C4 11 2 8.5 2 6a3.5 3.5 0 017 0 3.5 3.5 0 017 0c0 2.5-2 5-5.5 7z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eErgonomic grip\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eNon-slip design fits perfectly in your hand — comfortable to use from every angle.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M2 7.5l3.5 3.5L13 3\" stroke=\"#5DCAA5\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eEco-friendly\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eReusable and built to last over a year — replace dozens of disposable loofahs with one Scrubix.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- MATERIAL CALLOUT --\u003e\n  \u003cdiv class=\"material\"\u003e\n    \u003cdiv class=\"material__left\"\u003e\n      \u003cspan class=\"material__badge\"\u003eFood-grade\u003cbr\u003esilicone\u003c\/span\u003e\n      \u003cspan class=\"material__grade\"\u003eMaterial\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"material__divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"material__text\"\u003e\n      Not all silicone is equal. Scrubix uses \u003cstrong\u003efood-grade silicone\u003c\/strong\u003e — the same standard used in baby products and medical equipment. Completely safe, non-toxic, and free from BPA, phthalates, and latex.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"stats-strip\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e4.9★\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003e587 reviews\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e1yr+\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003eavg. lifespan\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e0\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003ebacteria trapped\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VS LOOFAH --\u003e\n  \u003cdiv class=\"vs\"\u003e\n    \u003cdiv class=\"vs__title\"\u003eScrubix vs. the old loofah\u003c\/div\u003e\n    \u003cdiv class=\"vs__grid\"\u003e\n      \u003cdiv class=\"vs__col vs__col--scrubix\"\u003e\n        \u003cdiv class=\"vs__col-label\"\u003eScrubix\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eResists bacteria \u0026amp; odour\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eDries in minutes\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eLasts 1+ years\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eEasy to clean\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eZero waste\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vs__col vs__col--loofah\"\u003e\n        \u003cdiv class=\"vs__col-label\"\u003eOld loofah\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eHarbours mould \u0026amp; bacteria\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eStays damp for hours\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eReplace every 3-4 weeks\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eHard to clean properly\u003c\/div\u003e\n        \u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003c\/div\u003eWasteful \u0026amp; expensive\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003cdiv class=\"trust\"\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4\" width=\"11.5\" height=\"8\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M4.5 4V3a2 2 0 014 0v1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Secure payments via Yoco\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4.5\" width=\"9\" height=\"6.5\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9.75 6.5l2 1-2 1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 8h4\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Delivered in 2-5 business days\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M6.5 1.5l1.6 3.2 3.6.5-2.6 2.5.6 3.6-3.2-1.7-3.2 1.7.6-3.6L1.3 5.2l3.6-.5L6.5 1.5z\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Food-grade silicone\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Scrubix","offers":[{"title":"Black","offer_id":54835738247459,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54835738214691,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/6476\/7267\/files\/IMG-20250930-WA0016.jpg?v=1764566972"},{"product_id":"scrubix-long-handle-back-brush","title":"Scrubix™ Long-Handle Back Scrubber","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eScrubix Back Scrubber Description\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green:   #0e2a24;\n    --teal:    #1D9E75;\n    --teal-lt: #5DCAA5;\n    --text:    #111111;\n    --muted:   #6b7280;\n    --bg:      #ddeef4;\n    --surface: rgba(255,255,255,0.55);\n    --border:  rgba(255,255,255,0.75);\n    --border-dark: rgba(0,0,0,0.07);\n  }\n\n  body {\n    font-family: 'DM Sans', -apple-system, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .desc {\n    max-width: 660px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 32px 28px 28px;\n    text-align: center;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n\n  .eyebrow__line {\n    width: 18px;\n    height: 1px;\n    background: var(--teal);\n    opacity: 0.6;\n  }\n\n  .eyebrow__text {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n  }\n\n  .hero__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 40px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    margin-bottom: 12px;\n  }\n\n  .hero__title em {\n    font-style: italic;\n    color: var(--teal);\n  }\n\n  .hero__sub {\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.65;\n    max-width: 400px;\n    margin: 0 auto 24px;\n  }\n\n  .hero__pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n  }\n\n  .pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border-radius: 100px;\n    border: 1px solid var(--border-dark);\n    background: rgba(255,255,255,0.5);\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .pill-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--teal);\n    opacity: 0.8;\n  }\n\n  \/* ── DUAL SIDE CALLOUT ── *\/\n  .dual {\n    background: var(--green);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .dual__label {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal-lt);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    margin-bottom: 14px;\n    opacity: 0.8;\n  }\n\n  .dual__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: #fff;\n    margin-bottom: 16px;\n    line-height: 1.3;\n  }\n\n  .dual__grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .dual__side {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 10px;\n    padding: 16px 14px;\n  }\n\n  .dual__side-label {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--teal-lt);\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 8px;\n    opacity: 0.8;\n  }\n\n  .dual__side-name {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 20px;\n    color: #fff;\n    margin-bottom: 8px;\n  }\n\n  .dual__side-desc {\n    font-size: 14px;\n    color: rgba(255,255,255,0.45);\n    line-height: 1.6;\n  }\n\n  .dual__side-use {\n    display: inline-block;\n    margin-top: 12px;\n    font-size: 12px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.35);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    border-top: 1px solid rgba(255,255,255,0.08);\n    padding-top: 10px;\n    width: 100%;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .features__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 18px;\n  }\n\n  .feature-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .feature-row:first-of-type { padding-top: 0; }\n  .feature-row:last-of-type  { padding-bottom: 0; border-bottom: none; }\n\n  .feature-icon {\n    width: 42px;\n    height: 42px;\n    background: var(--green);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .feature-icon svg { width: 19px; height: 19px; }\n\n  .feature-label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── STATS ── *\/\n  .stats-strip {\n    display: flex;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .stat {\n    flex: 1;\n    padding: 22px 12px;\n    text-align: center;\n    position: relative;\n  }\n\n  .stat + .stat::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 20%; height: 60%;\n    width: 1px;\n    background: var(--border-dark);\n  }\n\n  .stat__num {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--green);\n    line-height: 1;\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n  }\n\n  .stat__label {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.3;\n  }\n\n  \/* ── USE CASES ── *\/\n  .uses {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .uses__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 14px;\n  }\n\n  .uses__grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n  }\n\n  .use-card {\n    background: rgba(255,255,255,0.65);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 16px 12px;\n    text-align: center;\n  }\n\n  .use-card__icon {\n    width: 36px;\n    height: 36px;\n    background: var(--green);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n  }\n\n  .use-card__icon svg { width: 17px; height: 17px; }\n\n  .use-card__label {\n    font-size: 15px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .use-card__desc {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.45;\n  }\n\n  \/* ── TRUST ── *\/\n  .trust {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 18px 20px;\n  }\n\n  .trust__item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 15px;\n    color: var(--muted);\n  }\n\n  .trust__icon {\n    width: 32px;\n    height: 32px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 7px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .trust__icon svg { width: 16px; height: 16px; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 560px) {\n    .desc { gap: 8px; }\n    .hero { padding: 28px 20px 24px; }\n    .hero__title { font-size: 34px; }\n    .hero__sub { font-size: 16px; }\n    .dual__title { font-size: 23px; }\n    .dual__side-name { font-size: 17px; }\n    .dual__side-desc { font-size: 13px; }\n    .dual__grid { grid-template-columns: 1fr; }\n    .features__title { font-size: 23px; }\n    .feature-label { font-size: 16px; }\n    .feature-desc { font-size: 14px; }\n    .stat__num { font-size: 26px; }\n    .uses__title { font-size: 23px; }\n    .uses__grid { grid-template-columns: 1fr 1fr; }\n    .uses__grid .use-card:last-child { grid-column: 1 \/ -1; }\n    .use-card__label { font-size: 14px; }\n    .trust { flex-direction: column; align-items: flex-start; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"eyebrow__text\"\u003eLong-handle back scrubber\u003c\/span\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"hero__title\"\u003e\n      Reach every spot.\u003cbr\u003e\n      \u003cem\u003eRinse every worry.\u003c\/em\u003e\n    \u003c\/h2\u003e\n    \u003cp class=\"hero__sub\"\u003e\n      No more twisting, straining, or missing those hard-to-reach areas. Food-grade silicone, deep exfoliation, and a dual-sided design built for a thorough clean.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero__pills\"\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eLong ergonomic handle\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eDual-sided bristles\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eFood-grade silicone\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eResists bacteria\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DUAL SIDE --\u003e\n  \u003cdiv class=\"dual\"\u003e\n    \u003cdiv class=\"dual__label\"\u003eDual-sided design\u003c\/div\u003e\n    \u003cdiv class=\"dual__title\"\u003eTwo sides. One smarter scrub.\u003c\/div\u003e\n    \u003cdiv class=\"dual__grid\"\u003e\n      \u003cdiv class=\"dual__side\"\u003e\n        \u003cdiv class=\"dual__side-label\"\u003eSide A\u003c\/div\u003e\n        \u003cdiv class=\"dual__side-name\"\u003eSoft long bristles\u003c\/div\u003e\n        \u003cdiv class=\"dual__side-desc\"\u003eGentle lather and full-coverage cleanse for your back, shoulders, and body — every day.\u003c\/div\u003e\n        \u003cspan class=\"dual__side-use\"\u003eDaily cleanse\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dual__side\"\u003e\n        \u003cdiv class=\"dual__side-label\"\u003eSide B\u003c\/div\u003e\n        \u003cdiv class=\"dual__side-name\"\u003eShort firm bristles\u003c\/div\u003e\n        \u003cdiv class=\"dual__side-desc\"\u003eDeeper exfoliation for stubborn buildup, rough patches, and hard skin. Also great for scrubbing your heels.\u003c\/div\u003e\n        \u003cspan class=\"dual__side-use\"\u003eDeep scrub + heels\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"features\"\u003e\n    \u003cdiv class=\"features__title\"\u003eWhy you'll love it\u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M3 12L12 3M8 2h5v5\" stroke=\"#5DCAA5\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eFull reach design\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eThe long handle extends your reach so you can clean your entire back without straining — no help needed.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 2C5 2 3 4 3 6.5c0 1.8 1 3.3 2.5 4.1L5.2 12h4.6l-.3-1.4C11 9.8 12 8.3 12 6.5 12 4 10 2 7.5 2z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eHygienic by design\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eSilicone resists bacteria, mould, and odour. Rinse it off after use and it's clean — unlike traditional back brushes.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"5.5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"2\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7.5 2v1.5M7.5 11.5V13M2 7.5h1.5M11.5 7.5H13\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003ePrevents body acne\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eRemoves buildup of oils, sweat, and dead skin on your back — the main culprits behind back breakouts.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 13C4 11 2 8.5 2 6a3.5 3.5 0 017 0 3.5 3.5 0 017 0c0 2.5-2 5-5.5 7z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003eErgonomic non-slip grip\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eComfortable to hold even with wet hands. The handle gives you control and confidence at every angle.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M2 7.5l3.5 3.5L13 3\" stroke=\"#5DCAA5\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"feature-label\"\u003ePremium food-grade silicone\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eDurable, non-toxic, and built to last 1+ years. The same safe standard used in baby products and medical equipment.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"stats-strip\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e4.9★\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003e587 reviews\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e2-in-1\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003edual-sided\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e1yr+\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003eavg. lifespan\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003cdiv class=\"uses\"\u003e\n    \u003cdiv class=\"uses__title\"\u003eMore than just your back\u003c\/div\u003e\n    \u003cdiv class=\"uses__grid\"\u003e\n      \u003cdiv class=\"use-card\"\u003e\n        \u003cdiv class=\"use-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M7 2C4.5 2 2.5 4 2.5 6.5S4.5 11 7 11s4.5-2 4.5-4.5S9.5 2 7 2z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 11v1.5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card__label\"\u003eBack\u003c\/div\u003e\n        \u003cdiv class=\"use-card__desc\"\u003eFull reach, no strain\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-card\"\u003e\n        \u003cdiv class=\"use-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 10l3-3 2 2 3-5 2 2\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card__label\"\u003eShoulders\u003c\/div\u003e\n        \u003cdiv class=\"use-card__desc\"\u003eHard-to-reach spots\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-card\"\u003e\n        \u003cdiv class=\"use-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M3 5h8M3 7h8M3 9h5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card__label\"\u003eLegs\u003c\/div\u003e\n        \u003cdiv class=\"use-card__desc\"\u003eSmooth, even exfoliation\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-card\"\u003e\n        \u003cdiv class=\"use-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 9c0-2 1.5-4 5-4s5 2 5 4\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 5V3\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card__label\"\u003eHeels\u003c\/div\u003e\n        \u003cdiv class=\"use-card__desc\"\u003eFirm side removes rough skin\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-card\"\u003e\n        \u003cdiv class=\"use-card__icon\"\u003e\n          \u003csvg viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M7 2.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 5v2l1.5 1.5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card__label\"\u003eElbows\u003c\/div\u003e\n        \u003cdiv class=\"use-card__desc\"\u003eSoften rough, dry patches\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003cdiv class=\"trust\"\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4\" width=\"11.5\" height=\"8\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M4.5 4V3a2 2 0 014 0v1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Secure payments via Yoco\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4.5\" width=\"9\" height=\"6.5\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9.75 6.5l2 1-2 1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 8h4\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Delivered in 2-5 business days\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M6.5 1.5l1.6 3.2 3.6.5-2.6 2.5.6 3.6-3.2-1.7-3.2 1.7.6-3.6L1.3 5.2l3.6-.5L6.5 1.5z\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Food-grade silicone\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Scrubix","offers":[{"title":"Black","offer_id":54835738116387,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54835738149155,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/6476\/7267\/files\/IMG-20250930-WA0012.jpg?v=1764566931"},{"product_id":"scrubix-face-scrubber","title":"Scrubix™ Face Scrubber","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green:   #0e2a24;\n    --teal:    #1D9E75;\n    --teal-lt: #5DCAA5;\n    --text:    #111111;\n    --muted:   #6b7280;\n    --bg:      #ddeef4;\n    --surface: rgba(255,255,255,0.55);\n    --border:  rgba(255,255,255,0.75);\n    --border-dark: rgba(0,0,0,0.07);\n  }\n\n  body {\n    font-family: 'DM Sans', -apple-system, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .desc {\n    max-width: 660px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 32px 28px 28px;\n    text-align: center;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n\n  .eyebrow__line {\n    width: 18px;\n    height: 1px;\n    background: var(--teal);\n    opacity: 0.6;\n  }\n\n  .eyebrow__text {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n  }\n\n  .hero__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 40px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    margin-bottom: 12px;\n  }\n\n  .hero__title em {\n    font-style: italic;\n    color: var(--teal);\n  }\n\n  .hero__sub {\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.65;\n    max-width: 400px;\n    margin: 0 auto 24px;\n  }\n\n  .hero__pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n  }\n\n  .pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border-radius: 100px;\n    border: 1px solid var(--border-dark);\n    background: rgba(255,255,255,0.5);\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .pill-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--teal);\n    opacity: 0.8;\n  }\n\n  \/* ── BACTERIA CALLOUT ── *\/\n  .bacteria {\n    background: var(--green);\n    border-radius: 14px;\n    padding: 26px 24px;\n  }\n\n  .bacteria__eyebrow {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal-lt);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    opacity: 0.8;\n    margin-bottom: 12px;\n  }\n\n  .bacteria__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: #fff;\n    line-height: 1.3;\n    margin-bottom: 16px;\n  }\n\n  .bacteria__title em {\n    font-style: italic;\n    color: var(--teal-lt);\n  }\n\n  .bacteria__body {\n    font-size: 15px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.75;\n    margin-bottom: 20px;\n  }\n\n  .bacteria__body strong {\n    color: rgba(255,255,255,0.8);\n    font-weight: 500;\n  }\n\n  .bacteria__stats {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n  }\n\n  .bstat {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 8px;\n    padding: 15px 14px;\n  }\n\n  .bstat__num {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 30px;\n    color: var(--teal-lt);\n    line-height: 1;\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n  }\n\n  .bstat__label {\n    font-size: 13px;\n    color: rgba(255,255,255,0.4);\n    line-height: 1.45;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .features__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 18px;\n  }\n\n  .feature-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .feature-row:first-of-type { padding-top: 0; }\n  .feature-row:last-of-type  { padding-bottom: 0; border-bottom: none; }\n\n  .feature-icon {\n    width: 42px;\n    height: 42px;\n    background: var(--green);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .feature-icon svg { width: 19px; height: 19px; }\n\n  .feature-label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── ROUTINE STEPS ── *\/\n  .routine {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .routine__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 18px;\n  }\n\n  .steps {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .step {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .step:first-child { padding-top: 0; }\n  .step:last-child  { padding-bottom: 0; border-bottom: none; }\n\n  .step__num {\n    width: 32px;\n    height: 32px;\n    background: var(--green);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-size: 14px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.7);\n    margin-top: 1px;\n  }\n\n  .step__label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .step__desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── STATS ── *\/\n  .stats-strip {\n    display: flex;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .stat {\n    flex: 1;\n    padding: 22px 12px;\n    text-align: center;\n    position: relative;\n  }\n\n  .stat + .stat::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 20%; height: 60%;\n    width: 1px;\n    background: var(--border-dark);\n  }\n\n  .stat__num {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--green);\n    line-height: 1;\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n  }\n\n  .stat__label {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.3;\n  }\n\n  \/* ── VS REGULAR CLOTH ── *\/\n  .vs {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .vs__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 16px;\n  }\n\n  .vs__grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .vs__col {\n    border-radius: 10px;\n    padding: 16px 14px;\n  }\n\n  .vs__col--scrubix {\n    background: rgba(255,255,255,0.65);\n    border: 1px solid var(--border);\n  }\n\n  .vs__col--cloth {\n    background: rgba(0,0,0,0.03);\n    border: 1px solid var(--border-dark);\n  }\n\n  .vs__col-label {\n    font-size: 13px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 12px;\n  }\n\n  .vs__col--scrubix .vs__col-label { color: var(--teal); }\n  .vs__col--cloth .vs__col-label   { color: var(--muted); }\n\n  .vs__item {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 14px;\n    color: var(--text);\n    margin-bottom: 10px;\n    line-height: 1.45;\n  }\n\n  .vs__item:last-child { margin-bottom: 0; }\n\n  .vs__item-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 5px;\n  }\n\n  .vs__col--scrubix .vs__item-dot { background: var(--teal); }\n  .vs__col--cloth  .vs__item-dot  { background: #d1d5db; }\n  .vs__col--cloth  .vs__item      { color: var(--muted); }\n\n  \/* ── TRUST ── *\/\n  .trust {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 18px 20px;\n  }\n\n  .trust__item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 15px;\n    color: var(--muted);\n  }\n\n  .trust__icon {\n    width: 32px;\n    height: 32px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 7px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .trust__icon svg { width: 16px; height: 16px; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 560px) {\n    .desc { gap: 8px; }\n    .hero { padding: 28px 20px 24px; }\n    .hero__title { font-size: 34px; }\n    .hero__sub { font-size: 16px; }\n    .bacteria__title { font-size: 23px; }\n    .bacteria__body { font-size: 14px; }\n    .bstat__num { font-size: 26px; }\n    .bstat__label { font-size: 12px; }\n    .features__title { font-size: 23px; }\n    .feature-label { font-size: 16px; }\n    .feature-desc { font-size: 14px; }\n    .routine__title { font-size: 23px; }\n    .step__label { font-size: 16px; }\n    .step__desc { font-size: 14px; }\n    .stat__num { font-size: 26px; }\n    .vs__title { font-size: 23px; }\n    .vs__item { font-size: 13px; }\n    .vs__grid { grid-template-columns: 1fr; }\n    .trust { flex-direction: column; align-items: flex-start; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"desc\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"eyebrow\"\u003e\n\u003cdiv class=\"eyebrow__line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"eyebrow__text\"\u003eSilicone face scrubber\u003c\/span\u003e\n\u003cdiv class=\"eyebrow__line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"hero__title\"\u003eClearer skin starts with\u003cbr\u003e\u003cem\u003ea cleaner clean.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hero__sub\"\u003eYour washcloth is spreading bacteria onto your face every single day. The Scrubix Face Scrubber doesn't. Ultra-soft silicone bristles that exfoliate gently, cleanse deeply, and stay truly hygienic.\u003c\/p\u003e\n\u003cdiv class=\"hero__pills\"\u003e\n\u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nUltra-soft bristles\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nFights pimples\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nZero bacteria buildup\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nGentle daily use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BACTERIA CALLOUT --\u003e\n\u003cdiv class=\"bacteria\"\u003e\n\u003cdiv class=\"bacteria__eyebrow\"\u003eThe problem with your current routine\u003c\/div\u003e\n\u003cdiv class=\"bacteria__title\"\u003eYour washcloth is\u003cbr\u003e\u003cem\u003emaking your skin worse.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bacteria__body\"\u003eMost people wash their face with the same cloth or sponge day after day. Within 48 hours, those tools are \u003cstrong\u003eloaded with bacteria, mould, and dead skin cells\u003c\/strong\u003e — and you're rubbing all of that straight back onto your face. It's one of the most overlooked causes of persistent breakouts. \u003cbr\u003e\u003cbr\u003eScrubix is made from silicone. Bacteria \u003cstrong\u003ecannot colonise silicone\u003c\/strong\u003e the way it does fabric or foam. Rinse it after use and it's clean. Every single time.\u003c\/div\u003e\n\u003cdiv class=\"bacteria__stats\"\u003e\n\u003cdiv class=\"bstat\"\u003e\n\u003cdiv class=\"bstat__num\"\u003e0\u003c\/div\u003e\n\u003cdiv class=\"bstat__label\"\u003eBacteria trapped in silicone bristles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bstat\"\u003e\n\u003cdiv class=\"bstat__num\"\u003e48h\u003c\/div\u003e\n\u003cdiv class=\"bstat__label\"\u003eUntil a washcloth harbours harmful bacteria\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"features__title\"\u003eWhy your skin will thank you\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 15 15\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.1\" stroke=\"#5DCAA5\" d=\"M7.5 2C5 2 3 4 3 6.5c0 1.8 1 3.3 2.5 4.1L5.2 12h4.6l-.3-1.4C11 9.8 12 8.3 12 6.5 12 4 10 2 7.5 2z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature-label\"\u003eHelps reduce pimples\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBy removing excess oil, dead skin, and impurities without spreading bacteria, it attacks the root causes of breakouts — not just the symptoms.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 15 15\"\u003e\n          \u003ccircle stroke-width=\"1.1\" stroke=\"#5DCAA5\" r=\"5.5\" cy=\"7.5\" cx=\"7.5\"\u003e\u003c\/circle\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.1\" stroke=\"#5DCAA5\" d=\"M5 8.5c.6 1 1.4 1.5 2.5 1.5s1.9-.5 2.5-1.5\"\u003e\u003c\/path\u003e\n          \u003ccircle fill=\"#5DCAA5\" r=\"0.75\" cy=\"6.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#5DCAA5\" r=\"0.75\" cy=\"6.5\" cx=\"9.5\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature-label\"\u003eUltra-soft, gentle exfoliation\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHundreds of micro-soft silicone bristles lift dead skin cells and unclog pores without causing redness, irritation, or micro-tears.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 15 15\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.1\" stroke=\"#5DCAA5\" d=\"M7.5 2.5c-2 1-3.5 3-3.5 5a3.5 3.5 0 007 0c0-2-1.5-4-3.5-5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature-label\"\u003eDeep pore cleanse\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThe soft bristles reach into pores to dislodge dirt and oil your hands alone can't shift — leaving skin feeling genuinely clean.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 15 15\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#5DCAA5\" d=\"M2 7.5l3.5 3.5L13 3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature-label\"\u003eTruly hygienic - every use\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSilicone doesn't absorb moisture or trap bacteria. A quick rinse after use is all it needs. No washing, no replacing, no guessing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 15 15\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.1\" stroke=\"#5DCAA5\" d=\"M7.5 13C4 11 2 8.5 2 6a3.5 3.5 0 017 0 3.5 3.5 0 017 0c0 2.5-2 5-5.5 7z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature-label\"\u003eSafe for sensitive skin\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFood-grade silicone is non-toxic, hypoallergenic, and free from BPA, latex, and harsh chemicals. Gentle enough for even the most sensitive skin types.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"routine\"\u003e\n\u003cdiv class=\"routine__title\"\u003eHow to use it\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"step__label\"\u003eWet your face\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003eSplash warm water to open your pores and prep your skin for a deeper cleanse.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"step__label\"\u003eApply your cleanser\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003eAdd your usual face wash to the scrubber or directly to your face — any cleanser works.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"step__label\"\u003eGently massage in circles\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003eUse soft, circular motions for 30-60 seconds. Let the bristles do the work, no pressure needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"step__label\"\u003eRinse and you're done\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003eRinse your face with cool water to close pores. Give the scrubber a quick rinse and leave it to dry, it's already clean.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats-strip\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat__num\"\u003e4.9★\u003c\/div\u003e\n\u003cdiv class=\"stat__label\"\u003e587 reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat__num\"\u003e0\u003c\/div\u003e\n\u003cdiv class=\"stat__label\"\u003ebacteria trapped\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat__num\"\u003e1yr+\u003c\/div\u003e\n\u003cdiv class=\"stat__label\"\u003eavg. lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VS WASHCLOTH --\u003e\n\u003cdiv class=\"vs\"\u003e\n\u003cdiv class=\"vs__title\"\u003eScrubix vs. your washcloth\u003c\/div\u003e\n\u003cdiv class=\"vs__grid\"\u003e\n\u003cdiv class=\"vs__col vs__col--scrubix\"\u003e\n\u003cdiv class=\"vs__col-label\"\u003eScrubix\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nZero bacteria buildup\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nGentle on sensitive skin\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nUnclogs pores deeply\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nClean after a quick rinse\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nLasts 1+ years\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs__col vs__col--cloth\"\u003e\n\u003cdiv class=\"vs__col-label\"\u003eWashcloth\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nBacteria within 48 hours\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nCan irritate and abrade\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nSpreads oil and dead skin\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nNeeds washing constantly\u003c\/div\u003e\n\u003cdiv class=\"vs__item\"\u003e\n\u003cdiv class=\"vs__item-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nReplace every few weeks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n\u003cdiv class=\"trust__item\"\u003e\n\u003cdiv class=\"trust__icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 13 13\"\u003e\n          \u003crect stroke-width=\"1.1\" stroke=\"#1D9E75\" rx=\"1.5\" height=\"8\" width=\"11.5\" y=\"4\" x=\"0.75\"\u003e\u003c\/rect\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.1\" stroke=\"#1D9E75\" d=\"M4.5 4V3a2 2 0 014 0v1\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nSecure payments via Yoco\u003c\/div\u003e\n\u003cdiv class=\"trust__item\"\u003e\n\u003cdiv class=\"trust__icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 13 13\"\u003e\n          \u003crect stroke-width=\"1.1\" stroke=\"#1D9E75\" rx=\"1.5\" height=\"6.5\" width=\"9\" y=\"4.5\" x=\"0.75\"\u003e\u003c\/rect\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.1\" stroke=\"#1D9E75\" d=\"M9.75 6.5l2 1-2 1\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.1\" stroke=\"#1D9E75\" d=\"M3 8h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nDelivered in 2-5 business days\u003c\/div\u003e\n\u003cdiv class=\"trust__item\"\u003e\n\u003cdiv class=\"trust__icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 13 13\"\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.1\" stroke=\"#1D9E75\" d=\"M6.5 1.5l1.6 3.2 3.6.5-2.6 2.5.6 3.6-3.2-1.7-3.2 1.7.6-3.6L1.3 5.2l3.6-.5L6.5 1.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nFood-grade silicone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Scrubix","offers":[{"title":"Black","offer_id":54835744276771,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54835744309539,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/6476\/7267\/files\/Untitled_design.png?v=1764566822"},{"product_id":"scrubix-stainless-steel-wall-hooks-nbsp","title":"Scrubix™ Adhesive Wall Hook","description":"\u003cp data-start=\"229\" data-end=\"272\"\u003e\u003cstrong data-start=\"229\" data-end=\"270\"\u003eEffortless storage. Maximum strength.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"274\" data-end=\"565\"\u003eKeep your shower space organised and stylish with the \u003cstrong data-start=\"328\" data-end=\"360\"\u003eScrubix™ Adhesive Wall Hooks\u003c\/strong\u003e designed to hold all your Scrubix™ essentials without drilling or damage. Just \u003cstrong data-start=\"442\" data-end=\"472\"\u003epeel, stick, wait 24 hours\u003c\/strong\u003e, and enjoy a secure, long-lasting hold that works on \u003cstrong data-start=\"526\" data-end=\"562\"\u003etiles, glass, metal, and plastic\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-start=\"567\" data-end=\"696\"\u003eThese hooks make it easy to hang your body, face and back scrubbers neatly. Keeping them clean, dry, and within reach.\u003c\/p\u003e\n\u003cp data-start=\"698\" data-end=\"726\"\u003e🪝 \u003cstrong data-start=\"701\" data-end=\"724\"\u003eWhy You’ll Love It:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-start=\"729\" data-end=\"787\"\u003e\n\u003cstrong data-start=\"729\" data-end=\"756\"\u003eDrill-free installation\u003c\/strong\u003e – Simply peel, stick, and go\u003c\/li\u003e\n\u003cli data-start=\"790\" data-end=\"846\"\u003e\n\u003cstrong data-start=\"790\" data-end=\"814\"\u003eStrong adhesive hold\u003c\/strong\u003e – Bonds firmly after 24 hours\u003c\/li\u003e\n\u003cli data-start=\"849\" data-end=\"919\"\u003e\n\u003cstrong data-start=\"849\" data-end=\"871\"\u003eVersatile surfaces\u003c\/strong\u003e – Perfect for tiles, mirrors, glass, and more\u003c\/li\u003e\n\u003cli data-start=\"922\" data-end=\"993\"\u003e\n\u003cstrong data-start=\"922\" data-end=\"946\"\u003eOrganised \u0026amp; hygienic\u003c\/strong\u003e – Keeps your Scrubix™ products dry and ready\u003c\/li\u003e\n\u003cli data-start=\"996\" data-end=\"1063\"\u003e\n\u003cstrong data-start=\"996\" data-end=\"1023\"\u003eSleek minimalist design\u003c\/strong\u003e – Blends seamlessly into any bathroom\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1065\" data-end=\"1144\"\u003eMake your shower smarter.\u003c\/p\u003e\n\u003cp data-start=\"1065\" data-end=\"1144\"\u003e\u003cstrong data-start=\"1092\" data-end=\"1142\"\u003eNo tools, no clutter, just clean organisation.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Scrubix","offers":[{"title":"Default Title","offer_id":54373421941027,"sku":null,"price":29.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/6476\/7267\/files\/wall_hook_single.png?v=1761820868"},{"product_id":"scrubix™-4-in-1-premium-shower-bundle","title":"Scrubix™ 4-in-1 Premium Shower Bundle","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eScrubix Bundle Description\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green:   #0e2a24;\n    --teal:    #1D9E75;\n    --teal-lt: #5DCAA5;\n    --text:    #111111;\n    --muted:   #6b7280;\n    --bg:      #ddeef4;\n    --surface: rgba(255,255,255,0.55);\n    --surface-solid: #c8dfe9;\n    --border:  rgba(255,255,255,0.75);\n    --border-dark: rgba(0,0,0,0.07);\n  }\n\n  body {\n    font-family: 'DM Sans', -apple-system, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .desc {\n    max-width: 660px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  \/* ── HERO STRIP ── *\/\n  .hero {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 32px 28px 28px;\n    text-align: center;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n\n  .eyebrow__line {\n    width: 18px;\n    height: 1px;\n    background: var(--teal);\n    opacity: 0.6;\n  }\n\n  .eyebrow__text {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n  }\n\n  .hero__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 40px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    margin-bottom: 12px;\n  }\n\n  .hero__title em {\n    font-style: italic;\n    color: var(--teal);\n  }\n\n  .hero__sub {\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.65;\n    max-width: 380px;\n    margin: 0 auto 24px;\n  }\n\n  .hero__pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n  }\n\n  .pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border-radius: 100px;\n    border: 1px solid var(--border-dark);\n    background: rgba(255,255,255,0.5);\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .pill-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--teal);\n    opacity: 0.8;\n  }\n\n  \/* ── PRODUCT GRID ── *\/\n  .grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .prod-card {\n    border-radius: 14px;\n    padding: 20px 18px 18px;\n    position: relative;\n    overflow: hidden;\n    min-height: 136px;\n  }\n\n  .prod-card--1 { background: rgba(255,255,255,0.65); border: 1px solid var(--border); }\n  .prod-card--2 { background: rgba(255,255,255,0.38); border: 1px solid var(--border); }\n  .prod-card--3 { background: rgba(255,255,255,0.65); border: 1px solid var(--border); }\n  .prod-card--4 { background: rgba(255,255,255,0.38); border: 1px solid var(--border); }\n\n  .prod-card__num {\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(0,0,0,0.25);\n    margin-bottom: 8px;\n  }\n\n  .prod-card__name {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 24px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    margin-bottom: 8px;\n  }\n\n  .prod-card__desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  .prod-card__tag {\n    position: absolute;\n    bottom: 13px;\n    right: 14px;\n    font-size: 11px;\n    font-weight: 500;\n    color: rgba(0,0,0,0.22);\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n  }\n\n  \/* ── STATS STRIP ── *\/\n  .stats-strip {\n    display: flex;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .stat {\n    flex: 1;\n    padding: 22px 12px;\n    text-align: center;\n    position: relative;\n  }\n\n  .stat + .stat::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 20%;\n    height: 60%;\n    width: 1px;\n    background: var(--border-dark);\n  }\n\n  .stat__num {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--green);\n    line-height: 1;\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n  }\n\n  .stat__label {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.3;\n  }\n\n  \/* ── BONUS ── *\/\n  .bonus {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .bonus__top {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 18px;\n  }\n\n  .bonus__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n  }\n\n  .bonus__badge {\n    background: var(--green);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 100px;\n  }\n\n  .bonus__list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .bonus__row {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 15px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .bonus__row:first-child { padding-top: 0; }\n  .bonus__row:last-child { padding-bottom: 0; border-bottom: none; }\n\n  .bonus__check {\n    width: 24px;\n    height: 24px;\n    background: var(--teal);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .bonus__check svg { width: 11px; height: 11px; }\n\n  .bonus__label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 3px;\n  }\n\n  .bonus__sub {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .benefit {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 20px 14px;\n    text-align: center;\n  }\n\n  .benefit__icon {\n    width: 40px;\n    height: 40px;\n    background: var(--green);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 12px;\n  }\n\n  .benefit__icon svg { width: 18px; height: 18px; }\n\n  .benefit__title {\n    font-size: 15px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .benefit__desc {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── TRUST FOOTER ── *\/\n  .trust {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 18px 20px;\n  }\n\n  .trust__item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 15px;\n    color: var(--muted);\n  }\n\n  .trust__icon {\n    width: 32px;\n    height: 32px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 7px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .trust__icon svg { width: 16px; height: 16px; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 560px) {\n    .desc { gap: 8px; }\n    .hero { padding: 28px 20px 24px; }\n    .hero__title { font-size: 34px; }\n    .hero__sub { font-size: 16px; }\n    .prod-card__name { font-size: 20px; }\n    .prod-card__desc { font-size: 13px; }\n    .stat__num { font-size: 24px; }\n    .stat__label { font-size: 12px; }\n    .bonus__title { font-size: 23px; }\n    .bonus__label { font-size: 15px; }\n    .bonus__sub { font-size: 13px; }\n    .benefits { grid-template-columns: 1fr 1fr; }\n    .benefits .benefit:last-child { grid-column: 1 \/ -1; }\n    .trust { flex-direction: column; align-items: flex-start; }\n    .stats-strip { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"eyebrow__text\"\u003e4-in-1 Premium Shower Bundle\u003c\/span\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"hero__title\"\u003e\n      The complete shower upgrade.\u003cbr\u003e\n      \u003cem\u003eFour tools. One set.\u003c\/em\u003e\n    \u003c\/h2\u003e\n    \u003cp class=\"hero__sub\"\u003e\n      Everything you need for cleaner, healthier skin — in one premium silicone set that actually lasts.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero__pills\"\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eResists bacteria \u0026amp; fungi\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eEco-friendly silicone\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eDeep exfoliation\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eLasts for years\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCTS --\u003e\n  \u003cdiv class=\"grid-2\"\u003e\n    \u003cdiv class=\"prod-card prod-card--1\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e01\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eBody Scrubber\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eDeep yet gentle exfoliation for smooth, fresh skin every shower.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eFull body\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-card prod-card--2\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e02\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eFace Scrubber\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eUltra-soft for a daily glow without irritating delicate skin.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eGentle daily\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-card prod-card--3\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e03\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eBack Scrubber\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eLong handle reaches every spot. No more awkward stretching.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eExtended reach\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-card prod-card--4\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e04\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eScalp Massager\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eBoosts circulation and promotes healthier hair from the root.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eHair health\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"stats-strip\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e4.9★\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003e587 reviews\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003eR360\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003esaved vs. separate\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e1yr+\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003eavg. lifespan\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e4-in-1\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003etools in one set\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BONUS --\u003e\n  \u003cdiv class=\"bonus\"\u003e\n    \u003cdiv class=\"bonus__top\"\u003e\n      \u003cdiv class=\"bonus__title\"\u003eFree bonus gifts\u003c\/div\u003e\n      \u003cdiv class=\"bonus__badge\"\u003eIncluded\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bonus__list\"\u003e\n      \u003cdiv class=\"bonus__row\"\u003e\n        \u003cdiv class=\"bonus__check\"\u003e\n          \u003csvg viewbox=\"0 0 9 9\" fill=\"none\"\u003e\u003cpath d=\"M1.5 4.5l2 2L7.5 2\" stroke=\"#fff\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"bonus__label\"\u003ePremium Bathroom Bag\u003c\/div\u003e\n          \u003cdiv class=\"bonus__sub\"\u003eKeep your set organised and travel-ready\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bonus__row\"\u003e\n        \u003cdiv class=\"bonus__check\"\u003e\n          \u003csvg viewbox=\"0 0 9 9\" fill=\"none\"\u003e\u003cpath d=\"M1.5 4.5l2 2L7.5 2\" stroke=\"#fff\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"bonus__label\"\u003e3x Adhesive Wall Hooks\u003c\/div\u003e\n          \u003cdiv class=\"bonus__sub\"\u003eHang your scrubbers neatly — no drilling\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bonus__row\"\u003e\n        \u003cdiv class=\"bonus__check\"\u003e\n          \u003csvg viewbox=\"0 0 9 9\" fill=\"none\"\u003e\u003cpath d=\"M1.5 4.5l2 2L7.5 2\" stroke=\"#fff\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"bonus__label\"\u003eFree shipping\u003c\/div\u003e\n          \u003cdiv class=\"bonus__sub\"\u003eOn all bundle orders, no minimum spend\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"benefits\"\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cdiv class=\"benefit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 2C5 2 3 4 3 6.5c0 1.8 1 3.3 2.5 4.1L5.2 12h4.6l-.3-1.4C11 9.8 12 8.3 12 6.5 12 4 10 2 7.5 2z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit__title\"\u003eAntibacterial\u003c\/div\u003e\n      \u003cdiv class=\"benefit__desc\"\u003eSilicone resists odour-causing bacteria \u0026amp; fungi\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cdiv class=\"benefit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M2 7.5l3.5 3.5L13 3\" stroke=\"#5DCAA5\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit__title\"\u003eBuilt to last\u003c\/div\u003e\n      \u003cdiv class=\"benefit__desc\"\u003ePremium silicone that won't break down\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cdiv class=\"benefit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"5.5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7.5 4.5v3l2 2\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit__title\"\u003eEco-friendly\u003c\/div\u003e\n      \u003cdiv class=\"benefit__desc\"\u003eReplaces dozens of disposable loofahs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003cdiv class=\"trust\"\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4\" width=\"11.5\" height=\"8\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M4.5 4V3a2 2 0 014 0v1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Secure payments via Yoco\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4.5\" width=\"9\" height=\"6.5\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9.75 6.5l2 1-2 1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 8h4\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Delivered in 2-5 business days\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Scrubix","offers":[{"title":"Black","offer_id":54985938927907,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54985938960675,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/6476\/7267\/files\/BUNDELL.jpg?v=1773485564"}],"url":"https:\/\/scrubix.co.za\/collections\/products.oembed","provider":"Scrubix","version":"1.0","type":"link"}