{"product_id":"silicone-bath-brush-double-sided","title":"Silicone Bath Brush, Double-Sided Back Scrubber for Body Cleansing \u0026 Exfoliating","description":"\u003cstyle\u003e\n  \/* =========================================================\n     DOUBLE-SIDED SILICONE BACK SCRUBBER\n     Single-column layout for desktop and mobile\n     No links or buttons\n     ========================================================= *\/\n\n  .bs-page {\n    --bs-primary: #147d88;\n    --bs-primary-dark: #0c5963;\n    --bs-primary-soft: #e8f7f8;\n    --bs-primary-pale: #f3fbfc;\n    --bs-accent: #e6a96b;\n    --bs-text: #18343a;\n    --bs-muted: #5f7478;\n    --bs-border: #d8e9eb;\n    --bs-border-strong: #bddde0;\n    --bs-white: #ffffff;\n    --bs-shadow: 0 14px 38px rgba(18, 86, 94, 0.09);\n    --bs-shadow-light: 0 8px 24px rgba(18, 86, 94, 0.06);\n    --bs-radius-large: 28px;\n    --bs-radius-medium: 20px;\n    --bs-radius-small: 14px;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    color: var(--bs-text);\n    background:\n      radial-gradient(\n        circle at 8% 2%,\n        rgba(150, 224, 228, 0.22),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 94% 18%,\n        rgba(230, 169, 107, 0.11),\n        transparent 22%\n      ),\n      linear-gradient(\n        180deg,\n        #f7fcfc 0%,\n        #ffffff 28%,\n        #f3fafb 100%\n      );\n    font-family:\n      Inter,\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .bs-page,\n  .bs-page * {\n    box-sizing: border-box;\n  }\n\n  .bs-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .bs-page p,\n  .bs-page h1,\n  .bs-page h2,\n  .bs-page h3,\n  .bs-page ul {\n    margin-top: 0;\n  }\n\n  .bs-page p:last-child,\n  .bs-page ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .bs-shell {\n    width: min(100% - 32px, 920px);\n    margin: 0 auto;\n  }\n\n  \/*\n   * All modules remain one column on every screen size.\n   *\/\n  .bs-stack,\n  .bs-trust-list,\n  .bs-feature-list,\n  .bs-step-list,\n  .bs-detail-list,\n  .bs-reason-list,\n  .bs-confidence-list {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) !important;\n    gap: 18px;\n    width: 100%;\n  }\n\n  .bs-section {\n    padding: 64px 0 0;\n  }\n\n  .bs-section:last-child {\n    padding-bottom: 72px;\n  }\n\n  .bs-section-heading {\n    max-width: 760px;\n    margin: 0 auto 28px;\n    text-align: center;\n  }\n\n  .bs-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--bs-primary);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .bs-section-heading h2 {\n    margin-bottom: 13px;\n    color: var(--bs-text);\n    font-size: clamp(29px, 5vw, 44px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .bs-section-heading p {\n    max-width: 690px;\n    margin-right: auto;\n    margin-bottom: 0;\n    margin-left: auto;\n    color: var(--bs-muted);\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  \/* -------------------- Hero -------------------- *\/\n\n  .bs-hero {\n    position: relative;\n    padding: 54px 0 0;\n  }\n\n  .bs-hero-card {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(30px, 7vw, 64px);\n    border: 1px solid var(--bs-border-strong);\n    border-radius: var(--bs-radius-large);\n    background:\n      radial-gradient(\n        circle at 90% 8%,\n        rgba(230, 169, 107, 0.14),\n        transparent 24%\n      ),\n      linear-gradient(\n        155deg,\n        #ffffff 0%,\n        #ecf9fa 100%\n      );\n    box-shadow: var(--bs-shadow);\n    text-align: center;\n  }\n\n  .bs-hero-card::before {\n    position: absolute;\n    top: 0;\n    right: 10%;\n    left: 10%;\n    height: 4px;\n    border-radius: 0 0 999px 999px;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      var(--bs-primary),\n      var(--bs-accent),\n      transparent\n    );\n    content: \"\";\n  }\n\n  .bs-category-label {\n    display: inline-block;\n    margin-bottom: 18px;\n    padding: 7px 13px;\n    border: 1px solid var(--bs-border-strong);\n    border-radius: 999px;\n    color: var(--bs-primary-dark);\n    background: rgba(255, 255, 255, 0.78);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .bs-hero h1 {\n    max-width: 780px;\n    margin-right: auto;\n    margin-bottom: 16px;\n    margin-left: auto;\n    color: var(--bs-text);\n    font-size: clamp(39px, 8vw, 68px);\n    font-weight: 850;\n    letter-spacing: -0.055em;\n    line-height: 1;\n  }\n\n  .bs-hero h3 {\n    max-width: 700px;\n    margin-right: auto;\n    margin-bottom: 18px;\n    margin-left: auto;\n    color: var(--bs-primary-dark);\n    font-size: clamp(21px, 4vw, 30px);\n    font-weight: 750;\n    letter-spacing: -0.025em;\n    line-height: 1.25;\n  }\n\n  .bs-hero-intro {\n    max-width: 690px;\n    margin: 0 auto;\n    color: var(--bs-muted);\n    font-size: 18px;\n    line-height: 1.75;\n  }\n\n  .bs-hero-steps {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) !important;\n    gap: 10px;\n    max-width: 610px;\n    margin: 25px auto 0;\n  }\n\n  .bs-hero-step {\n    padding: 12px 16px;\n    border: 1px solid rgba(20, 125, 136, 0.14);\n    border-radius: 13px;\n    color: var(--bs-primary-dark);\n    background: rgba(255, 255, 255, 0.72);\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .bs-hero-media {\n    overflow: hidden;\n    margin-top: 26px;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: #eef7f8;\n    box-shadow: var(--bs-shadow-light);\n  }\n\n  .bs-hero-media img {\n    width: 100%;\n  }\n\n  \/* -------------------- Shared cards -------------------- *\/\n\n  .bs-card {\n    position: relative;\n    overflow: hidden;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: rgba(255, 255, 255, 0.97);\n    box-shadow: var(--bs-shadow-light);\n  }\n\n  .bs-card::before {\n    position: absolute;\n    top: 0;\n    right: 0;\n    left: 0;\n    height: 3px;\n    background: linear-gradient(\n      90deg,\n      var(--bs-primary),\n      #79cdd2,\n      var(--bs-accent)\n    );\n    content: \"\";\n    opacity: 0.8;\n  }\n\n  .bs-card-content {\n    padding: clamp(24px, 5vw, 40px);\n  }\n\n  .bs-card h3 {\n    margin-bottom: 11px;\n    color: var(--bs-text);\n    font-size: clamp(23px, 4vw, 31px);\n    font-weight: 800;\n    letter-spacing: -0.025em;\n    line-height: 1.22;\n  }\n\n  .bs-card p {\n    color: var(--bs-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .bs-card strong {\n    color: var(--bs-text);\n  }\n\n  \/* -------------------- Primary benefit -------------------- *\/\n\n  .bs-benefit-image {\n    overflow: hidden;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: var(--bs-white);\n    box-shadow: var(--bs-shadow-light);\n  }\n\n  .bs-benefit-copy {\n    padding: clamp(26px, 5vw, 42px);\n    text-align: center;\n  }\n\n  .bs-benefit-copy h2 {\n    max-width: 720px;\n    margin-right: auto;\n    margin-bottom: 13px;\n    margin-left: auto;\n    font-size: clamp(28px, 5vw, 42px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.15;\n  }\n\n  .bs-benefit-copy p {\n    max-width: 680px;\n    margin-right: auto;\n    margin-bottom: 0;\n    margin-left: auto;\n    color: var(--bs-muted);\n    font-size: 17px;\n  }\n\n  \/* -------------------- Trust benefits -------------------- *\/\n\n  .bs-trust-item {\n    padding: 22px;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-small);\n    background: rgba(255, 255, 255, 0.94);\n    box-shadow: 0 6px 18px rgba(18, 86, 94, 0.045);\n    text-align: center;\n  }\n\n  .bs-icon {\n    display: grid;\n    width: 48px;\n    height: 48px;\n    margin: 0 auto 13px;\n    place-items: center;\n    border: 1px solid var(--bs-border-strong);\n    border-radius: 50%;\n    color: var(--bs-primary-dark);\n    background: var(--bs-primary-soft);\n    font-size: 21px;\n    font-weight: 800;\n  }\n\n  .bs-trust-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--bs-text);\n    font-size: 17px;\n  }\n\n  .bs-trust-item span:last-child {\n    display: block;\n    color: var(--bs-muted);\n    font-size: 14px;\n  }\n\n  \/* -------------------- Problem statement -------------------- *\/\n\n  .bs-problem-card {\n    padding: clamp(28px, 6vw, 48px);\n    border: 1px solid var(--bs-border-strong);\n    border-radius: var(--bs-radius-large);\n    background: linear-gradient(\n      145deg,\n      rgba(232, 247, 248, 0.97),\n      rgba(255, 255, 255, 0.98)\n    );\n    box-shadow: var(--bs-shadow-light);\n    text-align: center;\n  }\n\n  .bs-problem-card h3 {\n    margin-bottom: 12px;\n    font-size: clamp(27px, 5vw, 40px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.16;\n  }\n\n  .bs-problem-card p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: var(--bs-muted);\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  \/* -------------------- Feature cards -------------------- *\/\n\n  .bs-feature-card {\n    overflow: hidden;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: var(--bs-white);\n    box-shadow: var(--bs-shadow-light);\n  }\n\n  .bs-feature-media {\n    padding: 10px;\n    border-bottom: 1px solid var(--bs-border);\n    background: linear-gradient(\n      180deg,\n      #f5fbfb 0%,\n      #ffffff 100%\n    );\n  }\n\n  .bs-feature-media img {\n    border-radius: calc(var(--bs-radius-medium) - 8px);\n  }\n\n  .bs-feature-copy {\n    padding: clamp(25px, 5vw, 42px);\n    text-align: center;\n  }\n\n  .bs-feature-number {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--bs-primary);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .bs-feature-copy h3 {\n    max-width: 700px;\n    margin-right: auto;\n    margin-bottom: 12px;\n    margin-left: auto;\n    font-size: clamp(25px, 4.5vw, 36px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.2;\n  }\n\n  .bs-feature-copy p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: var(--bs-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* -------------------- Information highlight -------------------- *\/\n\n  .bs-highlight-card {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(31px, 7vw, 58px);\n    border: 1px solid var(--bs-border-strong);\n    border-radius: var(--bs-radius-large);\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(255, 255, 255, 0.2),\n        transparent 34%\n      ),\n      linear-gradient(\n        145deg,\n        var(--bs-primary-dark),\n        var(--bs-primary)\n      );\n    box-shadow: 0 18px 44px rgba(13, 91, 100, 0.2);\n    text-align: center;\n  }\n\n  .bs-highlight-card::before {\n    position: absolute;\n    top: 0;\n    left: 50%;\n    width: 160px;\n    height: 4px;\n    border-radius: 0 0 999px 999px;\n    background: var(--bs-accent);\n    content: \"\";\n    transform: translateX(-50%);\n  }\n\n  .bs-highlight-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: rgba(255, 255, 255, 0.74);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .bs-highlight-card h3 {\n    max-width: 700px;\n    margin-right: auto;\n    margin-bottom: 12px;\n    margin-left: auto;\n    color: var(--bs-white);\n    font-size: clamp(29px, 5vw, 44px);\n    font-weight: 820;\n    letter-spacing: -0.04em;\n    line-height: 1.15;\n  }\n\n  .bs-highlight-card p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .bs-color-note {\n    display: block;\n    max-width: 540px;\n    margin: 24px auto 0;\n    padding: 15px 19px;\n    border: 1px solid rgba(255, 255, 255, 0.24);\n    border-radius: 14px;\n    color: var(--bs-white);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 15px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* -------------------- Steps -------------------- *\/\n\n  .bs-step-item {\n    padding: clamp(24px, 5vw, 36px);\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: var(--bs-white);\n    box-shadow: var(--bs-shadow-light);\n    text-align: center;\n  }\n\n  .bs-step-number {\n    display: grid;\n    width: 50px;\n    height: 50px;\n    margin: 0 auto 14px;\n    place-items: center;\n    border-radius: 50%;\n    color: var(--bs-white);\n    background: linear-gradient(\n      145deg,\n      var(--bs-primary-dark),\n      var(--bs-primary)\n    );\n    box-shadow: 0 7px 18px rgba(20, 125, 136, 0.2);\n    font-size: 19px;\n    font-weight: 850;\n  }\n\n  .bs-step-item strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--bs-text);\n    font-size: 21px;\n  }\n\n  .bs-step-item span {\n    display: block;\n    color: var(--bs-muted);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* -------------------- Product details -------------------- *\/\n\n  .bs-detail-item {\n    padding: 23px;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-small);\n    background: var(--bs-white);\n    box-shadow: 0 6px 18px rgba(18, 86, 94, 0.045);\n    text-align: center;\n  }\n\n  .bs-detail-icon {\n    display: grid;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 12px;\n    place-items: center;\n    border-radius: 50%;\n    color: var(--bs-primary-dark);\n    background: var(--bs-primary-soft);\n    font-size: 21px;\n  }\n\n  .bs-detail-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--bs-text);\n    font-size: 17px;\n  }\n\n  .bs-detail-item span:last-child {\n    display: block;\n    color: var(--bs-muted);\n    font-size: 15px;\n  }\n\n  \/* -------------------- Reasons -------------------- *\/\n\n  .bs-reason-item {\n    padding: clamp(24px, 5vw, 34px);\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: linear-gradient(\n      145deg,\n      #ffffff 0%,\n      var(--bs-primary-pale) 100%\n    );\n    box-shadow: var(--bs-shadow-light);\n    text-align: center;\n  }\n\n  .bs-reason-item .bs-icon {\n    background: var(--bs-white);\n  }\n\n  .bs-reason-item strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--bs-text);\n    font-size: 20px;\n  }\n\n  .bs-reason-item span:last-child {\n    display: block;\n    max-width: 620px;\n    margin: 0 auto;\n    color: var(--bs-muted);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* -------------------- FAQ -------------------- *\/\n\n  .bs-faq-list {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) !important;\n    gap: 13px;\n  }\n\n  .bs-faq {\n    overflow: hidden;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-small);\n    background: var(--bs-white);\n    box-shadow: 0 5px 16px rgba(18, 86, 94, 0.04);\n  }\n\n  .bs-faq summary {\n    position: relative;\n    padding: 21px 58px 21px 22px;\n    color: var(--bs-text);\n    cursor: pointer;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.45;\n    list-style: none;\n  }\n\n  .bs-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .bs-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 21px;\n    width: 29px;\n    height: 29px;\n    border: 1px solid var(--bs-border-strong);\n    border-radius: 50%;\n    color: var(--bs-primary-dark);\n    background: var(--bs-primary-soft);\n    content: \"+\";\n    font-size: 20px;\n    font-weight: 500;\n    line-height: 27px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .bs-faq[open] summary::after {\n    content: \"−\";\n  }\n\n  .bs-faq[open] summary {\n    color: var(--bs-primary-dark);\n    background: var(--bs-primary-pale);\n  }\n\n  .bs-faq-answer {\n    padding: 0 22px 22px;\n    border-top: 1px solid var(--bs-border);\n  }\n\n  .bs-faq-answer p {\n    margin: 18px 0 0;\n    color: var(--bs-muted);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  \/* -------------------- Shopping confidence -------------------- *\/\n\n  .bs-confidence-item {\n    padding: clamp(24px, 5vw, 34px);\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: var(--bs-white);\n    box-shadow: var(--bs-shadow-light);\n    text-align: center;\n  }\n\n  .bs-confidence-item h3 {\n    margin-bottom: 12px;\n    color: var(--bs-text);\n    font-size: 22px;\n    font-weight: 800;\n  }\n\n  .bs-confidence-item p,\n  .bs-confidence-item li {\n    color: var(--bs-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .bs-confidence-item ul {\n    margin-bottom: 0;\n    padding-left: 0;\n    list-style: none;\n  }\n\n  .bs-confidence-item li {\n    position: relative;\n    margin-bottom: 9px;\n    padding-left: 0;\n  }\n\n  .bs-confidence-item li:last-child {\n    margin-bottom: 0;\n  }\n\n  .bs-guarantee {\n    padding: 28px;\n    border: 1px solid var(--bs-border);\n    border-radius: var(--bs-radius-medium);\n    background: linear-gradient(\n      180deg,\n      #ffffff,\n      #f4fbfb\n    );\n    box-shadow: var(--bs-shadow-light);\n    text-align: center;\n  }\n\n  .bs-guarantee img {\n    width: min(100%, 230px);\n    margin: 0 auto;\n  }\n\n  \/* -------------------- Footer -------------------- *\/\n\n  .bs-footer-note {\n    margin-top: 24px;\n    color: #74888b;\n    font-size: 12px;\n    line-height: 1.65;\n    text-align: center;\n  }\n\n  \/* -------------------- Mobile refinements -------------------- *\/\n\n  @media (max-width: 640px) {\n    .bs-shell {\n      width: min(100% - 22px, 920px);\n    }\n\n    .bs-hero {\n      padding-top: 24px;\n    }\n\n    .bs-hero-card {\n      padding: 28px 18px 20px;\n      border-radius: 22px;\n    }\n\n    .bs-hero h1 {\n      font-size: clamp(38px, 12vw, 52px);\n    }\n\n    .bs-hero h3 {\n      font-size: 21px;\n    }\n\n    .bs-hero-intro {\n      font-size: 16px;\n    }\n\n    .bs-section {\n      padding-top: 46px;\n    }\n\n    .bs-section:last-child {\n      padding-bottom: 48px;\n    }\n\n    .bs-section-heading {\n      margin-bottom: 21px;\n    }\n\n    .bs-section-heading h2 {\n      font-size: 30px;\n    }\n\n    .bs-section-heading p {\n      font-size: 15.5px;\n    }\n\n    .bs-card,\n    .bs-feature-card,\n    .bs-benefit-image,\n    .bs-step-item,\n    .bs-reason-item,\n    .bs-confidence-item {\n      border-radius: 17px;\n    }\n\n    .bs-card-content,\n    .bs-feature-copy,\n    .bs-benefit-copy {\n      padding: 24px 19px;\n    }\n\n    .bs-highlight-card {\n      padding: 33px 19px;\n      border-radius: 21px;\n    }\n\n    .bs-highlight-card h3 {\n      font-size: 31px;\n    }\n\n    .bs-highlight-card p {\n      font-size: 15.5px;\n    }\n\n    .bs-color-note {\n      padding: 14px 16px;\n      font-size: 14px;\n    }\n\n    .bs-faq summary {\n      padding: 18px 54px 18px 17px;\n      font-size: 15px;\n    }\n\n    .bs-faq summary::after {\n      right: 16px;\n    }\n\n    .bs-faq-answer {\n      padding: 0 17px 19px;\n    }\n  }\n\u003c\/style\u003e\n\u003cmain id=\"back-scrubber-page\" class=\"bs-page\"\u003e\u003c!-- HERO --\u003e\n\u003csection class=\"bs-hero\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cdiv class=\"bs-hero-card\"\u003e\n\u003cspan class=\"bs-category-label\"\u003e Everyday Shower Essential \u003c\/span\u003e\n\u003ch1\u003eDouble-Sided Silicone Back Scrubber\u003c\/h1\u003e\n\u003ch3\u003eReach Your Back. Lather With Ease. Feel Fresh All Over.\u003c\/h3\u003e\n\u003cp class=\"bs-hero-intro\"\u003eMake every shower easier and more refreshing. This long, flexible silicone bath scrubber helps clean your back and other hard-to-reach areas without awkward twisting or excessive stretching.\u003c\/p\u003e\n\u003cdiv aria-label=\"Quick use guide\" class=\"bs-hero-steps\"\u003e\n\u003cdiv class=\"bs-hero-step\"\u003eAdd your favorite body wash.\u003c\/div\u003e\n\u003cdiv class=\"bs-hero-step\"\u003eHold both easy-grip handles.\u003c\/div\u003e\n\u003cdiv class=\"bs-hero-step\"\u003eGlide gently from side to side.\u003c\/div\u003e\n\u003cdiv class=\"bs-hero-step\"\u003eEnjoy a satisfying clean from shoulders to feet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-hero-media\"\u003e\u003cimg loading=\"eager\" height=\"689\" width=\"388\" alt=\"Using the double-sided silicone back scrubber in the shower\" src=\"https:\/\/cdn.wshopon.com\/image\/b9851b20a5bd675f89d33d6f6c5265e1bbee6281.gif\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRIMARY BENEFIT --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cdiv class=\"bs-benefit-image\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Long silicone back scrubber designed for comfortable full-back reach\" src=\"https:\/\/cdn.wshopon.com\/image\/55769e182a997888cb1c9f56d8db629b276df74e.webp\"\u003e\n\u003cdiv class=\"bs-benefit-copy\"\u003e\n\u003cspan class=\"bs-eyebrow\"\u003e Everyday Shower Upgrade \u003c\/span\u003e\n\u003ch2\u003eThe Back Scrubber That Reaches Where Your Hands Can’t\u003c\/h2\u003e\n\u003cp\u003eShowering should feel refreshing—not like a flexibility test. This extra-long silicone strap helps clean from your shoulders to your lower back with comfortable two-handed control.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/71JLaMGSQPL.jpg\" alt=\"FROXLY Silicone Body Back Scrubber with Handles, Double-Sided Exfoliating Bath  Brush Belt for Shower, Long\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST BENEFITS --\u003e\n\u003csection aria-label=\"Shopping benefits\" class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cdiv class=\"bs-trust-list\"\u003e\n\u003cdiv class=\"bs-trust-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e ✓ \u003c\/span\u003e \u003cstrong\u003e Secure Checkout \u003c\/strong\u003e \u003cspan\u003e Protected payment options are displayed at checkout. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-trust-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e □ \u003c\/span\u003e \u003cstrong\u003e Tracked Delivery \u003c\/strong\u003e \u003cspan\u003e Tracking details are provided after dispatch. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-trust-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e ≋ \u003c\/span\u003e \u003cstrong\u003e Easy-Clean Silicone \u003c\/strong\u003e \u003cspan\u003e Rinse after use and hang it to air dry. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-trust-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e ↻ \u003c\/span\u003e \u003cstrong\u003e Reusable Daily \u003c\/strong\u003e \u003cspan\u003e A practical addition to your everyday shower routine. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROBLEM --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cdiv class=\"bs-problem-card\"\u003e\n\u003cspan class=\"bs-eyebrow\"\u003e Better Reach, Less Strain \u003c\/span\u003e\n\u003ch3\u003eYour Back Deserves More Than the Spots You Can Reach\u003c\/h3\u003e\n\u003cp\u003eShort-handled brushes and small bath sponges often leave the middle of your back untouched. The long, flexible design glides across hard-to-reach areas, while the dual handles help you choose a comfortable angle and pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cheader class=\"bs-section-heading\"\u003e\u003cspan class=\"bs-eyebrow\"\u003e Designed for Real Showers \u003c\/span\u003e\n\u003ch2\u003ePractical Features You Can Feel Every Day\u003c\/h2\u003e\n\u003cp\u003eEach part of the scrubber is designed to make cleansing, reaching, rinsing and storing easier.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"bs-feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003carticle class=\"bs-feature-card\"\u003e\n\u003cdiv class=\"bs-feature-media\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Using the long silicone strap to wash the back without awkward twisting\" src=\"https:\/\/cdn.wshopon.com\/image\/47db7191215525564e55dfabd3cd1585005edbf3.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bs-feature-copy\"\u003e\n\u003cspan class=\"bs-feature-number\"\u003e Comfortable Two-Handed Control \u003c\/span\u003e\n\u003ch3\u003eStop Turning a Simple Shower Into a Workout\u003c\/h3\u003e\n\u003cp\u003eNo more awkward twisting with a tiny sponge. Hold one handle above your shoulder and the other near your waist, then move the strap comfortably across your back. \u003cstrong\u003e It makes independent back washing feel simple and natural. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 2 --\u003e\n\u003carticle class=\"bs-feature-card\"\u003e\n\u003cdiv class=\"bs-feature-media\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Measurements showing the full length of the silicone back scrubber\" src=\"https:\/\/cdn.wshopon.com\/image\/68583f3e1d2df2c59fade82c229c219c55787648.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bs-feature-copy\"\u003e\n\u003cspan class=\"bs-feature-number\"\u003e Extra-Long Reach \u003c\/span\u003e\n\u003ch3\u003e27.6 Inches of Full-Back Reach\u003c\/h3\u003e\n\u003cp\u003eAt approximately \u003cstrong\u003e70 cm \/ 27.6 in long\u003c\/strong\u003e, the strap is designed to span the back instead of forcing your hands to meet in the middle. Reach the upper back, shoulder blades and lower back with fewer uncomfortable movements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 3 --\u003e\n\u003carticle class=\"bs-feature-card\"\u003e\n\u003cdiv class=\"bs-feature-media\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Double-sided silicone scrubber with cleansing bristles and massage nodes\" src=\"https:\/\/cdn.wshopon.com\/image\/1eca3ad4436ba3b2118aa3460629f7c2f3594d7d.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bs-feature-copy\"\u003e\n\u003cspan class=\"bs-feature-number\"\u003e Two Useful Textures \u003c\/span\u003e\n\u003ch3\u003eClean on One Side. Massage on the Other.\u003c\/h3\u003e\n\u003cp\u003eThe dense silicone bristle side helps lift away everyday sweat, oil and surface buildup. Flip it over to enjoy the rounded massage nodes for a gentler, relaxing shower experience. \u003cstrong\u003e One simple tool gives you two useful textures. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 4 --\u003e\n\u003carticle class=\"bs-feature-card\"\u003e\n\u003cdiv class=\"bs-feature-media\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Flexible silicone surface following the contours of the body\" src=\"https:\/\/cdn.wshopon.com\/image\/384fe3fe1610ef418d2b7917575c86ca44cce063.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bs-feature-copy\"\u003e\n\u003cspan class=\"bs-feature-number\"\u003e Soft and Flexible \u003c\/span\u003e\n\u003ch3\u003eGentle Flexibility for Everyday Skin Care\u003c\/h3\u003e\n\u003cp\u003eUnlike rigid plastic brushes, the soft silicone surface flexes under light pressure and follows the contours of your body. Adjust the pressure to suit your comfort while enjoying \u003cstrong\u003e gentle daily cleansing without harsh, scratchy bristles. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 5 --\u003e\n\u003carticle class=\"bs-feature-card\"\u003e\n\u003cdiv class=\"bs-feature-media\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Large textured handles designed for control with wet hands\" src=\"https:\/\/cdn.wshopon.com\/image\/2c0463ed6e81ae28cee374cc742a70328b8a2ae5.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bs-feature-copy\"\u003e\n\u003cspan class=\"bs-feature-number\"\u003e Wet-Hand Control \u003c\/span\u003e\n\u003ch3\u003eA Grip That Stays in Your Hands\u003c\/h3\u003e\n\u003cp\u003eLarge openings make the handles easy to hold, while the raised texture helps improve control when your hands are wet and soapy. Pull from both ends to \u003cstrong\u003e guide the scrubber exactly where you want it. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 6 --\u003e\n\u003carticle class=\"bs-feature-card\"\u003e\n\u003cdiv class=\"bs-feature-media\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Silicone back scrubber rinsed clean and hung to air dry\" src=\"https:\/\/cdn.wshopon.com\/image\/3ee79a47937b988ff8f1135a9cf80033fab416b4.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bs-feature-copy\"\u003e\n\u003cspan class=\"bs-feature-number\"\u003e Simple Daily Care \u003c\/span\u003e\n\u003ch3\u003eRinse, Hang, and It’s Ready Again\u003c\/h3\u003e\n\u003cp\u003eAfter your shower, rinse away the lather and hang the scrubber by either handle. The silicone construction does not hold water like a thick sponge, helping make your daily shower tool \u003cstrong\u003e easy to clean, organize and reuse. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 7 --\u003e\n\u003carticle class=\"bs-feature-card\"\u003e\n\u003cdiv class=\"bs-feature-media\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Flexible silicone scrubber used on the shoulders, arms, legs and back\" src=\"https:\/\/cdn.wshopon.com\/image\/deda163959279026691fdfbb733c4b192fd269c0.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bs-feature-copy\"\u003e\n\u003cspan class=\"bs-feature-number\"\u003e Multi-Area Use \u003c\/span\u003e\n\u003ch3\u003eMore Than Just a Back Scrubber\u003c\/h3\u003e\n\u003cp\u003eUse the flexible strap to refresh your shoulders, arms and legs as well as your back. It bends around different body areas, so \u003cstrong\u003e one compact shower accessory can support more of your routine. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT HIGHLIGHT --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cdiv class=\"bs-highlight-card\"\u003e\n\u003cspan class=\"bs-highlight-label\"\u003e Everyday Shower Comfort \u003c\/span\u003e\n\u003ch3\u003eA Cleaner, Easier Shower Starts With Better Reach\u003c\/h3\u003e\n\u003cp\u003eMake hard-to-reach areas part of your everyday routine without replacing your shower with an uncomfortable stretching session.\u003c\/p\u003e\n\u003cspan class=\"bs-color-note\"\u003e Available colors: blue, green, pink and purple. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cheader class=\"bs-section-heading\"\u003e\u003cspan class=\"bs-eyebrow\"\u003e Simple Routine \u003c\/span\u003e\n\u003ch2\u003eHow to Use\u003c\/h2\u003e\n\u003cp\u003eFour easy steps for your everyday shower.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"bs-step-list\"\u003e\n\u003cdiv class=\"bs-step-item\"\u003e\n\u003cspan class=\"bs-step-number\"\u003e 1 \u003c\/span\u003e \u003cstrong\u003e Wet It \u003c\/strong\u003e \u003cspan\u003e Rinse the silicone surface with warm water. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-step-item\"\u003e\n\u003cspan class=\"bs-step-number\"\u003e 2 \u003c\/span\u003e \u003cstrong\u003e Add Body Wash \u003c\/strong\u003e \u003cspan\u003e Apply your preferred cleanser and create lather. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-step-item\"\u003e\n\u003cspan class=\"bs-step-number\"\u003e 3 \u003c\/span\u003e \u003cstrong\u003e Glide \u0026amp; Clean \u003c\/strong\u003e \u003cspan\u003e Hold both handles and move the strap gently across the skin. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-step-item\"\u003e\n\u003cspan class=\"bs-step-number\"\u003e 4 \u003c\/span\u003e \u003cstrong\u003e Rinse \u0026amp; Hang \u003c\/strong\u003e \u003cspan\u003e Wash away residue and hang the scrubber to air dry. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cheader class=\"bs-section-heading\"\u003e\u003cspan class=\"bs-eyebrow\"\u003e Product Information \u003c\/span\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eSimple construction, practical features and easy daily care.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"bs-detail-list\"\u003e\n\u003cdiv class=\"bs-detail-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-detail-icon\"\u003e ↕ \u003c\/span\u003e \u003cstrong\u003e Length \u003c\/strong\u003e \u003cspan\u003e Approx. 70 cm \/ 27.6 in \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-detail-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-detail-icon\"\u003e ≈ \u003c\/span\u003e \u003cstrong\u003e Material \u003c\/strong\u003e \u003cspan\u003e Soft, flexible silicone \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-detail-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-detail-icon\"\u003e ⇄ \u003c\/span\u003e \u003cstrong\u003e Design \u003c\/strong\u003e \u003cspan\u003e Dual-sided surface with two handles \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-detail-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-detail-icon\"\u003e ● \u003c\/span\u003e \u003cstrong\u003e Color Options \u003c\/strong\u003e \u003cspan\u003e Blue, green, pink and purple \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-detail-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-detail-icon\"\u003e ≋ \u003c\/span\u003e \u003cstrong\u003e Care \u003c\/strong\u003e \u003cspan\u003e Rinse after use and hang to air dry \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-detail-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-detail-icon\"\u003e □ \u003c\/span\u003e \u003cstrong\u003e Package Includes \u003c\/strong\u003e \u003cspan\u003e 1 silicone back scrubber \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REAL-LIFE BENEFITS --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cheader class=\"bs-section-heading\"\u003e\u003cspan class=\"bs-eyebrow\"\u003e Made for Everyday Convenience \u003c\/span\u003e\n\u003ch2\u003eWhy It Fits Real-Life Showers\u003c\/h2\u003e\n\u003cp\u003eDesigned around the small frustrations that ordinary bath tools often overlook.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"bs-reason-list\"\u003e\n\u003cdiv class=\"bs-reason-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e ↔ \u003c\/span\u003e \u003cstrong\u003e Independent Reach \u003c\/strong\u003e \u003cspan\u003e Clean hard-to-reach areas without needing to ask for help. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-reason-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e 1 \u003c\/span\u003e \u003cstrong\u003e Less Bathroom Clutter \u003c\/strong\u003e \u003cspan\u003e One flexible tool can be used across multiple body areas. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-reason-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e ↻ \u003c\/span\u003e \u003cstrong\u003e Simple Daily Care \u003c\/strong\u003e \u003cspan\u003e Easy to rinse, hang and use again as part of your routine. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cheader class=\"bs-section-heading\"\u003e\u003cspan class=\"bs-eyebrow\"\u003e Helpful Answers \u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eImportant information about fit, feel, care and daily use.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"bs-faq-list\"\u003e\n\u003cdetails open=\"\" class=\"bs-faq\"\u003e\n\u003csummary\u003eIs the scrubber long enough to reach the middle of my back?\u003c\/summary\u003e\n\u003cdiv class=\"bs-faq-answer\"\u003e\n\u003cp\u003eIt measures approximately 70 cm \/ 27.6 in from end to end and is designed for two-handed use across the upper, middle and lower back.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bs-faq\"\u003e\n\u003csummary\u003eIs the silicone hard or scratchy?\u003c\/summary\u003e\n\u003cdiv class=\"bs-faq-answer\"\u003e\n\u003cp\u003eThe material is flexible and the bristles bend under pressure. Start with light pressure and adjust based on your skin’s comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bs-faq\"\u003e\n\u003csummary\u003eWhat is the difference between the two sides?\u003c\/summary\u003e\n\u003cdiv class=\"bs-faq-answer\"\u003e\n\u003cp\u003eUse the denser bristle side for everyday cleansing and gentle exfoliation. The rounded-node side provides a smoother, massage-like feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bs-faq\"\u003e\n\u003csummary\u003eCan I use it on areas other than my back?\u003c\/summary\u003e\n\u003cdiv class=\"bs-faq-answer\"\u003e\n\u003cp\u003eYes. The flexible design can also be used on the shoulders, arms and legs. Avoid using it on broken, irritated or highly sensitive skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bs-faq\"\u003e\n\u003csummary\u003eHow should I clean and store it?\u003c\/summary\u003e\n\u003cdiv class=\"bs-faq-answer\"\u003e\n\u003cp\u003eRinse thoroughly after use, shake off excess water and hang it by either handle in a ventilated area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bs-faq\"\u003e\n\u003csummary\u003eWhat comes in the package?\u003c\/summary\u003e\n\u003cdiv class=\"bs-faq-answer\"\u003e\n\u003cp\u003eEach package includes one silicone back scrubber in the selected color.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SHOPPING CONFIDENCE --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cheader class=\"bs-section-heading\"\u003e\u003cspan class=\"bs-eyebrow\"\u003e Ordering Support \u003c\/span\u003e\n\u003ch2\u003eShop With Confidence\u003c\/h2\u003e\n\u003cp\u003eClear support from checkout through delivery.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"bs-confidence-list\"\u003e\n\u003cdiv class=\"bs-confidence-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e □ \u003c\/span\u003e\n\u003ch3\u003eShipping \u0026amp; Order Tracking\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTracking details are sent after your order has been dispatched.\u003c\/li\u003e\n\u003cli\u003eDelivery timing varies according to destination and carrier conditions.\u003c\/li\u003e\n\u003cli\u003eHoliday periods and severe weather may cause temporary delays.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-confidence-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e ✓ \u003c\/span\u003e\n\u003ch3\u003eSecure Payment\u003c\/h3\u003e\n\u003cp\u003eYour order is processed through the secure payment methods displayed at checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-confidence-item\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"bs-icon\"\u003e ✉ \u003c\/span\u003e\n\u003ch3\u003eReturns \u0026amp; Customer Support\u003c\/h3\u003e\n\u003cp\u003eIf your item arrives damaged or materially differs from the product description, contact the store through the customer-support page. The team can review the order and provide an appropriate solution under the store policy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-guarantee\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Store guarantee badge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/9893\/5782\/files\/guarantee-badge-180-days-2.png?v=1784031365\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL INFORMATION --\u003e\n\u003csection class=\"bs-section\"\u003e\n\u003cdiv class=\"bs-shell\"\u003e\n\u003cdiv class=\"bs-highlight-card\"\u003e\n\u003cspan class=\"bs-highlight-label\"\u003e Comfortable Everyday Cleansing \u003c\/span\u003e\n\u003ch3\u003eMake Every Part of Your Shower Easier to Reach\u003c\/h3\u003e\n\u003cp\u003eA long, flexible and reusable shower tool designed for more comfortable everyday cleansing across your back, shoulders, arms and legs.\u003c\/p\u003e\n\u003cspan class=\"bs-color-note\"\u003e Each package includes one silicone back scrubber. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"bs-footer-note\"\u003eUse gentle pressure and discontinue use if irritation occurs. Avoid broken, irritated or highly sensitive skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e","brand":"cxy01","offers":[{"title":"Blue","offer_id":48031350391014,"sku":"NC01982607203149-蓝色-60cm","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":48031350423782,"sku":"NC01982607203149-粉色-长60cm","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":48031350456550,"sku":"NC01982607203149-绿色-长60cm","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":48031350489318,"sku":"NC01982607203149-紫色-长60cm","price":19.99,"currency_code":"USD","in_stock":true},{"title":"2 PCS (Blue+Pink)","offer_id":48031350522086,"sku":"NC01982607203149-蓝色-长60cm+NC01982607203149-粉色-长60cm","price":28.99,"currency_code":"USD","in_stock":true},{"title":"2 PCS (Green+Purple)","offer_id":48031350554854,"sku":"NC01982607203149-绿色-长60cm+NC01982607203149-紫色-长60cm","price":28.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/9893\/5782\/files\/955aa577bd414da9bee3331c955d1ab0_tplv-fhlh96nyum-crop-webp_1254_1254.webp?v=1784726818","url":"https:\/\/bristlebay.com\/products\/silicone-bath-brush-double-sided","provider":"Bristlebay","version":"1.0","type":"link"}