{"product_id":"body-scrub-2","title":"✨Turmeric Exfoliating Body Scrub","description":"\u003cstyle\u003e\n    #shopify-live-delivery {\n      --sld-text: #1f1710;\n      --sld-heading: #24170f;\n      --sld-muted: #7b6a55;\n      --sld-border: #e6c995;\n      --sld-background: #ffffff;\n      --sld-soft-background: #fffbf3;\n      --sld-accent: #b87922;\n      --sld-accent-soft: #fff2dd;\n      --sld-status: #c56a2c;\n\n      display: block;\n      width: 100%;\n      margin: 0;\n      padding: 12px 0;\n      color: var(--sld-text);\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.4;\n    }\n\n    #shopify-live-delivery,\n    #shopify-live-delivery *,\n    #shopify-live-delivery *::before,\n    #shopify-live-delivery *::after {\n      box-sizing: border-box;\n    }\n\n    #shopify-live-delivery .sld-card {\n      width: 100%;\n      max-width: 680px;\n      margin: 0 auto;\n      overflow: hidden;\n      border: 1px solid var(--sld-border);\n      border-radius: 8px;\n      background: var(--sld-background);\n      box-shadow: 0 5px 16px rgba(31, 23, 16, 0.06);\n    }\n\n    #shopify-live-delivery .sld-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 12px;\n      min-height: 46px;\n      padding: 0 16px;\n      border-bottom: 1px solid var(--sld-border);\n      background: linear-gradient(\n        180deg,\n        #ffffff 0%,\n        var(--sld-soft-background) 100%\n      );\n    }\n\n    #shopify-live-delivery .sld-title {\n      display: inline-flex;\n      align-items: center;\n      gap: 9px;\n      min-width: 0;\n      margin: 0;\n      color: var(--sld-heading);\n      font-size: 11px;\n      font-weight: 800;\n      line-height: 1.2;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    #shopify-live-delivery .sld-title::before {\n      content: \"\";\n      width: 8px;\n      height: 8px;\n      flex: 0 0 8px;\n      border-radius: 50%;\n      background: var(--sld-accent);\n      box-shadow: 0 0 0 5px rgba(184, 121, 34, 0.13);\n      animation: sld-pulse 1.6s ease-in-out infinite;\n    }\n\n    #shopify-live-delivery .sld-time {\n      flex: 0 0 auto;\n      color: var(--sld-muted);\n      font-size: 10px;\n      font-weight: 700;\n      line-height: 1;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      white-space: nowrap;\n    }\n\n    #shopify-live-delivery .sld-viewport {\n      position: relative;\n      width: 100%;\n      height: 122px;\n      overflow: hidden;\n      background: var(--sld-background);\n    }\n\n    #shopify-live-delivery .sld-track {\n      width: 100%;\n      transform: translateY(0);\n      animation: sld-scroll 24s cubic-bezier(0.68, 0, 0.32, 1) infinite;\n      will-change: transform;\n    }\n\n    #shopify-live-delivery .sld-row {\n      display: grid;\n      grid-template-columns: 38px minmax(0, 1fr);\n      align-items: center;\n      width: 100%;\n      height: 61px;\n      padding: 0 16px;\n      border-bottom: 1px solid #f4e0b8;\n      background: var(--sld-background);\n    }\n\n    #shopify-live-delivery .sld-icon {\n      display: grid;\n      place-items: center;\n      width: 31px;\n      height: 31px;\n      border-radius: 50%;\n      background: var(--sld-accent-soft);\n      color: var(--sld-accent);\n      font-size: 17px;\n      font-weight: 900;\n      line-height: 1;\n    }\n\n    #shopify-live-delivery .sld-content {\n      min-width: 0;\n      padding-left: 2px;\n    }\n\n    #shopify-live-delivery .sld-topline {\n      display: flex;\n      align-items: center;\n      gap: 9px;\n      min-width: 0;\n      margin-bottom: 7px;\n    }\n\n    #shopify-live-delivery .sld-customer {\n      min-width: 0;\n      margin: 0;\n      overflow: hidden;\n      color: var(--sld-text);\n      font-size: 13px;\n      font-weight: 800;\n      line-height: 1.1;\n      letter-spacing: 0.02em;\n      text-overflow: ellipsis;\n      white-space: nowrap;\n    }\n\n    #shopify-live-delivery .sld-status {\n      flex: 0 0 auto;\n      padding: 5px 8px;\n      border: 1px solid #fed7aa;\n      border-radius: 4px;\n      background: var(--sld-accent-soft);\n      color: var(--sld-status);\n      font-size: 9px;\n      font-weight: 800;\n      line-height: 1;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      white-space: nowrap;\n    }\n\n    #shopify-live-delivery .sld-status::before {\n      content: \"✓ \";\n    }\n\n    #shopify-live-delivery .sld-meta {\n      display: block;\n      min-width: 0;\n      margin: 0;\n      overflow: hidden;\n      color: var(--sld-muted);\n      font-size: 11px;\n      font-weight: 600;\n      line-height: 1.2;\n      letter-spacing: 0.02em;\n      text-overflow: ellipsis;\n      white-space: nowrap;\n    }\n\n    #shopify-live-delivery .sld-meta strong {\n      color: var(--sld-heading);\n      font-weight: 800;\n    }\n\n    @keyframes sld-pulse {\n      0%,\n      100% {\n        transform: scale(1);\n        opacity: 1;\n      }\n\n      50% {\n        transform: scale(1.3);\n        opacity: 0.7;\n      }\n    }\n\n    @keyframes sld-scroll {\n      0%,\n      8% {\n        transform: translateY(0);\n      }\n\n      11%,\n      19% {\n        transform: translateY(-61px);\n      }\n\n      22%,\n      30% {\n        transform: translateY(-122px);\n      }\n\n      33%,\n      41% {\n        transform: translateY(-183px);\n      }\n\n      44%,\n      52% {\n        transform: translateY(-244px);\n      }\n\n      55%,\n      63% {\n        transform: translateY(-305px);\n      }\n\n      66%,\n      74% {\n        transform: translateY(-366px);\n      }\n\n      77%,\n      85% {\n        transform: translateY(-427px);\n      }\n\n      88%,\n      96% {\n        transform: translateY(-488px);\n      }\n\n      100% {\n        transform: translateY(-549px);\n      }\n    }\n\n    @media screen and (max-width: 749px) {\n      #shopify-live-delivery {\n        padding: 10px 0;\n      }\n\n      #shopify-live-delivery .sld-header {\n        min-height: 44px;\n        padding: 0 13px;\n      }\n\n      #shopify-live-delivery .sld-title {\n        gap: 8px;\n        font-size: 10px;\n        letter-spacing: 0.07em;\n      }\n\n      #shopify-live-delivery .sld-time {\n        font-size: 9px;\n      }\n\n      #shopify-live-delivery .sld-row {\n        grid-template-columns: 35px minmax(0, 1fr);\n        padding: 0 13px;\n      }\n\n      #shopify-live-delivery .sld-icon {\n        width: 29px;\n        height: 29px;\n        font-size: 16px;\n      }\n\n      #shopify-live-delivery .sld-customer {\n        font-size: 12px;\n      }\n\n      #shopify-live-delivery .sld-status {\n        padding: 5px 7px;\n        font-size: 8px;\n      }\n\n      #shopify-live-delivery .sld-meta {\n        font-size: 10px;\n      }\n    }\n\n    @media screen and (max-width: 390px) {\n      #shopify-live-delivery .sld-header {\n        padding: 0 11px;\n      }\n\n      #shopify-live-delivery .sld-title {\n        font-size: 9px;\n      }\n\n      #shopify-live-delivery .sld-row {\n        grid-template-columns: 33px minmax(0, 1fr);\n        padding: 0 11px;\n      }\n\n      #shopify-live-delivery .sld-topline {\n        gap: 6px;\n      }\n\n      #shopify-live-delivery .sld-customer {\n        font-size: 11px;\n      }\n\n      #shopify-live-delivery .sld-status {\n        padding: 4px 6px;\n      }\n\n      #shopify-live-delivery .sld-meta {\n        font-size: 9px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      #shopify-live-delivery .sld-title::before,\n      #shopify-live-delivery .sld-track {\n        animation: none;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv aria-label=\"Recent customer delivery updates\" class=\"shopify-live-delivery\" id=\"shopify-live-delivery\"\u003e\n\u003cdiv class=\"sld-card\"\u003e\n\u003cdiv class=\"sld-header\"\u003e\n\u003cp class=\"sld-title\"\u003eLive Delivery Tracking\u003c\/p\u003e\n\u003cspan data-sld-time=\"\" class=\"sld-time\"\u003eET --:--\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-viewport\"\u003e\n\u003cdiv class=\"sld-track\"\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Kevin D. [Charlotte, NC] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e3 days ago\u003c\/strong\u003e  |  Received: Yesterday, 11:08 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Lauren F. [Tampa, FL] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e2 days ago\u003c\/strong\u003e  |  Received: Yesterday, 10:29 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Andrew N. [Portland, OR] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e3 days ago\u003c\/strong\u003e  |  Received: Yesterday, 9:18 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Michael B. [Miami, FL] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e3 days ago\u003c\/strong\u003e  |  Received: Yesterday, 10:13 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Jessica T. [Phoenix, AZ] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e3 days ago\u003c\/strong\u003e  |  Received: Yesterday, 11:19 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Emma W. [Houston, TX] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e2 days ago\u003c\/strong\u003e  |  Received: Yesterday, 11:11 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e James R. [Miami, FL] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e2 days ago\u003c\/strong\u003e  |  Received: Yesterday, 10:13 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Sarah L. [Austin, TX] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e4 days ago\u003c\/strong\u003e  |  Received: Yesterday, 9:44 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sld-row\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Olivia M. [Denver, CO] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e3 days ago\u003c\/strong\u003e  |  Received: Yesterday, 8:58 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 重复前两条，实现平滑循环 --\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sld-row\"\u003e\n\u003cspan class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Kevin D. [Charlotte, NC] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e3 days ago\u003c\/strong\u003e  |  Received: Yesterday, 11:08 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"sld-row\"\u003e\n\u003cspan class=\"sld-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"sld-content\"\u003e\n\u003cdiv class=\"sld-topline\"\u003e\n\u003cstrong class=\"sld-customer\"\u003e Lauren F. [Tampa, FL] \u003c\/strong\u003e \u003cspan class=\"sld-status\"\u003eDelivered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sld-meta\"\u003e Ordered: \u003cstrong\u003e2 days ago\u003c\/strong\u003e  |  Received: Yesterday, 10:29 AM \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function () {\n      function initializeLiveDelivery() {\n        var root = document.getElementById(\"shopify-live-delivery\");\n\n        if (!root || root.getAttribute(\"data-sld-initialized\") === \"true\") {\n          return;\n        }\n\n        root.setAttribute(\"data-sld-initialized\", \"true\");\n\n        var timeElement = root.querySelector(\"[data-sld-time]\");\n\n        if (!timeElement) {\n          return;\n        }\n\n        function getTimeZoneName(date) {\n          try {\n            var parts = new Intl.DateTimeFormat(\"en-US\", {\n              timeZone: \"America\/New_York\",\n              timeZoneName: \"short\"\n            }).formatToParts(date);\n\n            for (var i = 0; i \u003c parts.length; i++) {\n              if (parts[i].type === \"timeZoneName\") {\n                return parts[i].value;\n              }\n            }\n          } catch (error) {\n            return \"ET\";\n          }\n\n          return \"ET\";\n        }\n\n        function updateNewYorkTime() {\n          try {\n            var now = new Date();\n\n            var time = new Intl.DateTimeFormat(\"en-US\", {\n              timeZone: \"America\/New_York\",\n              hour: \"numeric\",\n              minute: \"2-digit\",\n              hour12: true\n            }).format(now);\n\n            timeElement.textContent =\n              getTimeZoneName(now) + \" \" + time;\n          } catch (error) {\n            timeElement.textContent = \"ET\";\n          }\n        }\n\n        updateNewYorkTime();\n\n        var timer = window.setInterval(updateNewYorkTime, 30000);\n\n        root.setAttribute(\"data-sld-timer\", String(timer));\n      }\n\n      if (document.readyState === \"loading\") {\n        document.addEventListener(\n          \"DOMContentLoaded\",\n          initializeLiveDelivery\n        );\n      } else {\n        initializeLiveDelivery();\n      }\n\n      document.addEventListener(\n        \"shopify:section:load\",\n        initializeLiveDelivery\n      );\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    #dch-product-video-demo {\n      --dch-primary: #b87922;\n      --dch-dark: #24170f;\n      --dch-highlight: #e9b83e;\n      --dch-text: #1f1710;\n      --dch-muted: #7b6a55;\n      --dch-border: #e6c995;\n      --dch-background: #fffaf1;\n      --dch-card-background: #ffffff;\n\n      display: block;\n      width: 100%;\n      max-width: 100%;\n      margin: 0;\n      padding: 0;\n      overflow: hidden;\n      color: var(--dch-text);\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.5;\n    }\n\n    #dch-product-video-demo,\n    #dch-product-video-demo *,\n    #dch-product-video-demo *::before,\n    #dch-product-video-demo *::after {\n      box-sizing: border-box;\n    }\n\n    #dch-product-video-demo h2,\n    #dch-product-video-demo p {\n      margin: 0;\n      padding: 0;\n    }\n\n    #dch-product-video-demo .dch-video-section {\n      width: 100%;\n      padding: clamp(30px, 6vw, 60px) 15px;\n      background: linear-gradient(\n        180deg,\n        #ffffff 0%,\n        var(--dch-background) 100%\n      );\n    }\n\n    #dch-product-video-demo .dch-video-container {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr);\n      gap: clamp(18px, 4vw, 28px);\n      width: 100%;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    #dch-product-video-demo .dch-video-frame {\n      position: relative;\n      width: 100%;\n      overflow: hidden;\n      border: 3px solid var(--dch-primary);\n      border-radius: 22px;\n      background: var(--dch-dark);\n      box-shadow:\n        0 18px 42px rgba(111, 61, 22, 0.14),\n        inset 0 1px 0 rgba(255, 255, 255, 0.7);\n    }\n\n    #dch-product-video-demo .dch-video-frame::before {\n      content: \"\";\n      position: absolute;\n      z-index: 2;\n      top: 14px;\n      left: 14px;\n      width: 9px;\n      height: 9px;\n      border-radius: 50%;\n      background: var(--dch-highlight);\n      box-shadow:\n        0 0 0 5px rgba(233, 184, 62, 0.2),\n        0 0 18px rgba(233, 184, 62, 0.65);\n      pointer-events: none;\n    }\n\n    #dch-product-video-demo .dch-video {\n      display: block;\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16 \/ 9;\n      object-fit: cover;\n      background: var(--dch-dark);\n    }\n\n    #dch-product-video-demo .dch-copy-card {\n      width: 100%;\n      padding: clamp(20px, 4vw, 30px);\n      border: 2px solid var(--dch-border);\n      border-radius: 20px;\n      background: var(--dch-card-background);\n      text-align: center;\n      box-shadow: 0 10px 24px rgba(111, 61, 22, 0.09);\n    }\n\n    #dch-product-video-demo .dch-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      max-width: 100%;\n      margin: 0 auto 14px;\n      padding: 8px 14px;\n      border: 1px solid rgba(169, 100, 31, 0.25);\n      border-radius: 999px;\n      background: var(--dch-highlight);\n      color: var(--dch-dark);\n      font-size: clamp(10px, 2vw, 12px);\n      font-weight: 800;\n      line-height: 1.1;\n      letter-spacing: 0.1em;\n      text-align: center;\n      text-transform: uppercase;\n      box-shadow: 0 6px 14px rgba(111, 61, 22, 0.1);\n    }\n\n    #dch-product-video-demo .dch-heading {\n      max-width: 820px;\n      margin: 0 auto 13px;\n      color: var(--dch-dark);\n      font-size: clamp(25px, 5vw, 38px);\n      font-weight: 800;\n      line-height: 1.08;\n      letter-spacing: -0.03em;\n    }\n\n    #dch-product-video-demo .dch-heading::after {\n      content: \"\";\n      display: block;\n      width: 54px;\n      height: 6px;\n      margin: 13px auto 0;\n      border-radius: 999px;\n      background: var(--dch-highlight);\n    }\n\n    #dch-product-video-demo .dch-description {\n      max-width: 800px;\n      margin: 0 auto;\n      color: var(--dch-muted);\n      font-size: clamp(14px, 2.5vw, 17px);\n      font-weight: 600;\n      line-height: 1.6;\n    }\n\n    @media screen and (min-width: 750px) {\n      #dch-product-video-demo .dch-video-section {\n        padding-right: 24px;\n        padding-left: 24px;\n      }\n\n      #dch-product-video-demo .dch-copy-card {\n        padding-right: 40px;\n        padding-left: 40px;\n      }\n    }\n\n    @media screen and (max-width: 749px) {\n      #dch-product-video-demo .dch-video-section {\n        padding: 30px 12px;\n      }\n\n      #dch-product-video-demo .dch-video-frame {\n        border-width: 2px;\n        border-radius: 16px;\n      }\n\n      #dch-product-video-demo .dch-video-frame::before {\n        top: 11px;\n        left: 11px;\n        width: 8px;\n        height: 8px;\n      }\n\n      #dch-product-video-demo .dch-copy-card {\n        padding: 20px 16px;\n        border-radius: 16px;\n      }\n\n      #dch-product-video-demo .dch-heading {\n        font-size: clamp(24px, 7vw, 32px);\n      }\n\n      #dch-product-video-demo .dch-description {\n        font-size: 14px;\n        line-height: 1.55;\n      }\n    }\n\n    @media screen and (max-width: 390px) {\n      #dch-product-video-demo .dch-video-section {\n        padding-right: 10px;\n        padding-left: 10px;\n      }\n\n      #dch-product-video-demo .dch-copy-card {\n        padding: 18px 14px;\n      }\n\n      #dch-product-video-demo .dch-eyebrow {\n        padding: 7px 11px;\n        font-size: 9px;\n        letter-spacing: 0.08em;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      #dch-product-video-demo .dch-video {\n        scroll-behavior: auto;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv aria-label=\"Product demonstration video\" class=\"dch-product-video-demo\" id=\"dch-product-video-demo\"\u003e\n\u003csection class=\"dch-video-section\"\u003e\n\u003cdiv class=\"dch-video-container\"\u003e\n\u003cdiv class=\"dch-video-frame\"\u003e\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0598\/8329\/0757\/files\/imageye___-_imgi_8_6_23a552a5-3295-4777-8584-a60dc0c0dedf.jpg_202607171821.jpg?v=1784283727\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" aria-label=\"Turmeric body scrub shower routine demonstration\" class=\"dch-video\"\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7266317db3814aae906c5ef454e97965.mp4\"\u003e\n\n          Your browser does not support HTML5 video.\n        \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"dch-copy-card\"\u003e\n\u003cspan class=\"dch-eyebrow\"\u003e Shower Routine Demo \u003c\/span\u003e\n\u003ch2 class=\"dch-heading\"\u003eScoop. Scrub. Rinse To Glow.\u003c\/h2\u003e\n\u003cp class=\"dch-description\"\u003eSee how the golden turmeric-inspired texture transforms an ordinary shower into a luxurious body-polishing ritual, helping skin look smoother, softer and naturally more radiant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    #dch-why-it-works {\n      --dch-gold: #b87922;\n      --dch-dark: #24170f;\n      --dch-yellow: #e9b83e;\n      --dch-orange: #c56a2c;\n      --dch-soft: #fff2dd;\n      --dch-text: #1f1710;\n      --dch-muted: #7b6a55;\n      --dch-border: #e6c995;\n      --dch-white: #ffffff;\n\n      display: block;\n      width: 100%;\n      max-width: 100%;\n      margin: 0;\n      padding: 0;\n      overflow: hidden;\n      color: var(--dch-text);\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.5;\n    }\n\n    #dch-why-it-works,\n    #dch-why-it-works *,\n    #dch-why-it-works *::before,\n    #dch-why-it-works *::after {\n      box-sizing: border-box;\n    }\n\n    #dch-why-it-works h2,\n    #dch-why-it-works p,\n    #dch-why-it-works article,\n    #dch-why-it-works strong,\n    #dch-why-it-works span {\n      margin: 0;\n      padding: 0;\n    }\n\n    #dch-why-it-works .dch-why-section {\n      width: 100%;\n      padding: clamp(30px, 6vw, 58px) 14px;\n      background:\n        radial-gradient(\n          circle at 10% 10%,\n          rgba(233, 184, 62, 0.14),\n          transparent 25%\n        ),\n        radial-gradient(\n          circle at 92% 86%,\n          rgba(184, 121, 34, 0.1),\n          transparent 26%\n        ),\n        linear-gradient(\n          180deg,\n          #ffffff 0%,\n          var(--dch-soft) 100%\n        );\n    }\n\n    #dch-why-it-works .dch-why-container {\n      width: 100%;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #dch-why-it-works .dch-why-panel {\n      width: 100%;\n      overflow: hidden;\n      border: 2px solid var(--dch-border);\n      border-radius: 24px;\n      background: var(--dch-white);\n      box-shadow: 0 14px 34px rgba(111, 61, 22, 0.11);\n    }\n\n    #dch-why-it-works .dch-why-header {\n      position: relative;\n      padding: clamp(25px, 5vw, 38px) 22px;\n      overflow: hidden;\n      border-bottom: 1px solid var(--dch-border);\n      background:\n        radial-gradient(\n          circle at 94% 8%,\n          rgba(233, 184, 62, 0.28),\n          transparent 25%\n        ),\n        radial-gradient(\n          circle at 3% 100%,\n          rgba(184, 121, 34, 0.12),\n          transparent 28%\n        ),\n        linear-gradient(\n          135deg,\n          #ffffff 0%,\n          #ffebc2 100%\n        );\n      text-align: center;\n    }\n\n    #dch-why-it-works .dch-why-title {\n      position: relative;\n      z-index: 2;\n      max-width: 100%;\n      margin: 0 auto;\n      color: var(--dch-gold);\n      font-size: clamp(34px, 7vw, 48px);\n      font-weight: 800;\n      line-height: 1.05;\n      letter-spacing: -0.035em;\n    }\n\n    #dch-why-it-works .dch-why-title::after {\n      content: \"\";\n      display: block;\n      width: 58px;\n      height: 6px;\n      margin: 14px auto 0;\n      border-radius: 999px;\n      background: var(--dch-yellow);\n    }\n\n    #dch-why-it-works .dch-why-subtitle {\n      position: relative;\n      z-index: 2;\n      max-width: 620px;\n      margin: 14px auto 0;\n      color: var(--dch-muted);\n      font-size: clamp(14px, 2.5vw, 16px);\n      font-weight: 600;\n      line-height: 1.55;\n    }\n\n    #dch-why-it-works .dch-benefit-list {\n      display: grid;\n      width: 100%;\n    }\n\n    #dch-why-it-works .dch-benefit-row {\n      --dch-tone: var(--dch-gold);\n      --dch-tone-soft: rgba(184, 121, 34, 0.13);\n\n      display: grid;\n      grid-template-columns: 112px minmax(0, 1fr);\n      align-items: stretch;\n      width: 100%;\n      border-bottom: 1px solid var(--dch-border);\n      background: var(--dch-white);\n    }\n\n    #dch-why-it-works .dch-benefit-row:last-child {\n      border-bottom: 0;\n    }\n\n    #dch-why-it-works .dch-benefit-row:nth-child(even) {\n      background: linear-gradient(\n        90deg,\n        #fffbf3 0%,\n        var(--dch-soft) 100%\n      );\n    }\n\n    #dch-why-it-works .dch-benefit-row--glow {\n      --dch-tone: var(--dch-orange);\n      --dch-tone-soft: rgba(197, 106, 44, 0.14);\n    }\n\n    #dch-why-it-works .dch-benefit-row--routine {\n      --dch-tone: #9a5a1f;\n      --dch-tone-soft: rgba(154, 90, 31, 0.13);\n    }\n\n    #dch-why-it-works .dch-benefit-row--rinse {\n      --dch-tone: #d8952c;\n      --dch-tone-soft: rgba(216, 149, 44, 0.15);\n    }\n\n    #dch-why-it-works .dch-benefit-visual {\n      position: relative;\n      display: grid;\n      place-items: center;\n      min-height: 132px;\n      padding: 16px;\n      overflow: hidden;\n      border-right: 1px solid var(--dch-border);\n    }\n\n    #dch-why-it-works .dch-benefit-visual::before,\n    #dch-why-it-works .dch-benefit-visual::after {\n      content: \"\";\n      position: absolute;\n      border-radius: 50%;\n      pointer-events: none;\n    }\n\n    #dch-why-it-works .dch-benefit-visual::before {\n      top: -18px;\n      left: -20px;\n      width: 64px;\n      height: 64px;\n      background: var(--dch-tone-soft);\n    }\n\n    #dch-why-it-works .dch-benefit-visual::after {\n      right: -18px;\n      bottom: -20px;\n      width: 56px;\n      height: 56px;\n      border: 9px solid var(--dch-tone-soft);\n    }\n\n    #dch-why-it-works .dch-icon-box {\n      position: relative;\n      z-index: 1;\n      display: grid;\n      place-items: center;\n      width: 74px;\n      height: 74px;\n      border: 3px solid rgba(255, 255, 255, 0.95);\n      border-radius: 21px;\n      background:\n        radial-gradient(\n          circle at 25% 18%,\n          rgba(255, 255, 255, 0.95),\n          transparent 31%\n        ),\n        linear-gradient(\n          145deg,\n          var(--dch-tone-soft),\n          #ffffff\n        );\n      box-shadow:\n        0 0 0 2px var(--dch-tone),\n        0 9px 17px rgba(111, 61, 22, 0.13);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease;\n    }\n\n    #dch-why-it-works .dch-benefit-row:hover .dch-icon-box {\n      transform: translateY(-3px);\n      box-shadow:\n        0 0 0 2px var(--dch-tone),\n        0 13px 22px rgba(111, 61, 22, 0.18);\n    }\n\n    #dch-why-it-works .dch-icon-box svg {\n      display: block;\n      width: 55px;\n      height: 55px;\n      overflow: visible;\n    }\n\n    #dch-why-it-works .dch-icon-label {\n      position: absolute;\n      z-index: 3;\n      right: 5px;\n      bottom: 8px;\n      display: grid;\n      place-items: center;\n      min-width: 26px;\n      min-height: 20px;\n      padding: 4px 6px;\n      border: 2px solid var(--dch-white);\n      border-radius: 7px;\n      background: var(--dch-tone);\n      color: var(--dch-white);\n      font-size: 8px;\n      font-weight: 800;\n      line-height: 1;\n      letter-spacing: 0.03em;\n      text-align: center;\n      text-transform: uppercase;\n      box-shadow: 0 4px 8px rgba(111, 61, 22, 0.16);\n    }\n\n    #dch-why-it-works .dch-benefit-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      min-width: 0;\n      padding: 20px 22px;\n    }\n\n    #dch-why-it-works .dch-benefit-heading {\n      display: block;\n      color: var(--dch-text);\n      font-size: clamp(17px, 3vw, 20px);\n      font-weight: 800;\n      line-height: 1.2;\n    }\n\n    #dch-why-it-works .dch-benefit-description {\n      display: block;\n      margin-top: 8px;\n      color: var(--dch-muted);\n      font-size: clamp(13px, 2.3vw, 15px);\n      font-weight: 600;\n      line-height: 1.5;\n    }\n\n    #dch-why-it-works .dch-benefit-tag {\n      display: inline-flex;\n      align-self: flex-start;\n      align-items: center;\n      gap: 6px;\n      max-width: 100%;\n      margin-top: 12px;\n      padding: 6px 10px;\n      border-radius: 999px;\n      background: var(--dch-tone-soft);\n      color: var(--dch-dark);\n      font-size: 10px;\n      font-weight: 800;\n      line-height: 1.15;\n      letter-spacing: 0.035em;\n      text-transform: uppercase;\n    }\n\n    #dch-why-it-works .dch-benefit-tag::before {\n      content: \"\";\n      width: 7px;\n      height: 7px;\n      flex: 0 0 7px;\n      border-radius: 50%;\n      background: var(--dch-tone);\n    }\n\n    @media screen and (max-width: 749px) {\n      #dch-why-it-works .dch-why-section {\n        padding: 30px 10px;\n      }\n\n      #dch-why-it-works .dch-why-panel {\n        border-radius: 20px;\n      }\n\n      #dch-why-it-works .dch-why-header {\n        padding: 26px 16px 24px;\n      }\n\n      #dch-why-it-works .dch-benefit-row {\n        grid-template-columns: 94px minmax(0, 1fr);\n      }\n\n      #dch-why-it-works .dch-benefit-visual {\n        min-height: 125px;\n        padding: 12px;\n      }\n\n      #dch-why-it-works .dch-icon-box {\n        width: 64px;\n        height: 64px;\n        border-radius: 18px;\n      }\n\n      #dch-why-it-works .dch-icon-box svg {\n        width: 47px;\n        height: 47px;\n      }\n\n      #dch-why-it-works .dch-benefit-copy {\n        padding: 18px 16px;\n      }\n\n      #dch-why-it-works .dch-benefit-heading {\n        font-size: 16px;\n      }\n\n      #dch-why-it-works .dch-benefit-description {\n        font-size: 13px;\n      }\n    }\n\n    @media screen and (max-width: 390px) {\n      #dch-why-it-works .dch-why-section {\n        padding-right: 8px;\n        padding-left: 8px;\n      }\n\n      #dch-why-it-works .dch-why-panel {\n        border-radius: 17px;\n      }\n\n      #dch-why-it-works .dch-why-header {\n        padding: 22px 13px 20px;\n      }\n\n      #dch-why-it-works .dch-why-title {\n        font-size: 31px;\n      }\n\n      #dch-why-it-works .dch-why-subtitle {\n        margin-top: 11px;\n        font-size: 13px;\n        line-height: 1.5;\n      }\n\n      #dch-why-it-works .dch-benefit-row {\n        grid-template-columns: 80px minmax(0, 1fr);\n      }\n\n      #dch-why-it-works .dch-benefit-visual {\n        min-height: 130px;\n        padding: 9px;\n      }\n\n      #dch-why-it-works .dch-icon-box {\n        width: 56px;\n        height: 56px;\n        border-width: 2px;\n        border-radius: 15px;\n      }\n\n      #dch-why-it-works .dch-icon-box svg {\n        width: 41px;\n        height: 41px;\n      }\n\n      #dch-why-it-works .dch-icon-label {\n        right: 3px;\n        bottom: 7px;\n        min-height: 18px;\n        padding: 3px 4px;\n        font-size: 7px;\n      }\n\n      #dch-why-it-works .dch-benefit-copy {\n        padding: 16px 12px;\n      }\n\n      #dch-why-it-works .dch-benefit-heading {\n        font-size: 15px;\n      }\n\n      #dch-why-it-works .dch-benefit-description {\n        margin-top: 6px;\n        font-size: 12px;\n        line-height: 1.45;\n      }\n\n      #dch-why-it-works .dch-benefit-tag {\n        margin-top: 9px;\n        padding: 5px 7px;\n        font-size: 8px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      #dch-why-it-works .dch-icon-box {\n        transition: none;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"dch-why-it-works\" class=\"dch-why-it-works\" aria-label=\"Why this turmeric body scrub works\"\u003e\n\u003csection class=\"dch-why-section\"\u003e\n\u003cdiv class=\"dch-why-container\"\u003e\n\u003cdiv class=\"dch-why-panel\"\u003e\n\u003cheader class=\"dch-why-header\"\u003e\n\u003ch2 class=\"dch-why-title\"\u003eWhy It Works\u003c\/h2\u003e\n\u003cp class=\"dch-why-subtitle\"\u003eA turmeric-inspired body scrub designed to gently polish away dull surface buildup and reveal body skin that looks smoother, softer and naturally more radiant.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"dch-benefit-list\"\u003e\n\u003c!-- Benefit 1 --\u003e\n\u003carticle class=\"dch-benefit-row\"\u003e\n\u003cdiv class=\"dch-benefit-visual\"\u003e\n\u003cdiv class=\"dch-icon-box\"\u003e\u003csvg aria-label=\"Exfoliating body scrub icon\" role=\"img\" viewbox=\"0 0 64 64\"\u003e\n                  \u003crect x=\"14\" y=\"20\" width=\"26\" height=\"18\" rx=\"8\" fill=\"#FFE6B8\" stroke=\"#B87922\" stroke-width=\"3.5\"\u003e\u003c\/rect\u003e\n\n                  \u003cpath d=\"M20 27h14\" stroke=\"#CFA774\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M20 32h10\" stroke=\"#CFA774\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003ccircle cx=\"46\" cy=\"23\" r=\"2.2\" fill=\"#C56A2C\"\u003e\u003c\/circle\u003e\n                  \u003ccircle cx=\"50\" cy=\"29\" r=\"2.2\" fill=\"#C56A2C\"\u003e\u003c\/circle\u003e\n                  \u003ccircle cx=\"46\" cy=\"35\" r=\"2.2\" fill=\"#C56A2C\"\u003e\u003c\/circle\u003e\n\n                  \u003cpath d=\"M41 29h12\" stroke=\"#D8952C\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M49 23l6 6-6 6\" fill=\"none\" stroke=\"#D8952C\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dch-icon-label\"\u003e Exfoliation \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dch-benefit-copy\"\u003e\n\u003cstrong class=\"dch-benefit-heading\"\u003e Helps Buff Away Dull Surface Buildup \u003c\/strong\u003e \u003cspan class=\"dch-benefit-description\"\u003e Fine exfoliating granules help polish rough-looking areas such as the arms, legs, elbows and knees. \u003c\/span\u003e \u003cspan class=\"dch-benefit-tag\"\u003e Softer-Feeling Skin \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Benefit 2 --\u003e\n\u003carticle class=\"dch-benefit-row dch-benefit-row--glow\"\u003e\n\u003cdiv class=\"dch-benefit-visual\"\u003e\n\u003cdiv class=\"dch-icon-box\"\u003e\u003csvg aria-label=\"Radiant skin glow icon\" role=\"img\" viewbox=\"0 0 64 64\"\u003e\n                  \u003cpath d=\"M17 42c8 5 22 5 30 0\" fill=\"none\" stroke=\"#C56A2C\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M32 13l4 10 10 4-10 4-4 10-4-10-10-4 10-4z\" fill=\"#E9B83E\" stroke=\"#B87922\" stroke-width=\"3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M48 19l1.8 4.5 4.5 1.8-4.5 1.8-1.8 4.5-1.8-4.5-4.5-1.8 4.5-1.8z\" fill=\"#D8952C\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M15 22l1.5 3.5 3.5 1.5-3.5 1.5-1.5 3.5-1.5-3.5-3.5-1.5 3.5-1.5z\" fill=\"#D8952C\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dch-icon-label\"\u003e Glow \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dch-benefit-copy\"\u003e\n\u003cstrong class=\"dch-benefit-heading\"\u003e Reveals a Soft Golden Glow \u003c\/strong\u003e \u003cspan class=\"dch-benefit-description\"\u003e The turmeric-inspired texture helps body skin feel fresher, smoother and visibly brighter after rinsing. \u003c\/span\u003e \u003cspan class=\"dch-benefit-tag\"\u003e Visibly Radiant Finish \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Benefit 3 --\u003e\n\u003carticle class=\"dch-benefit-row dch-benefit-row--routine\"\u003e\n\u003cdiv class=\"dch-benefit-visual\"\u003e\n\u003cdiv class=\"dch-icon-box\"\u003e\u003csvg aria-label=\"Simple shower routine icon\" role=\"img\" viewbox=\"0 0 64 64\"\u003e\n                  \u003cpath d=\"M15 17h18c6 0 11 5 11 11\" fill=\"none\" stroke=\"#7A431A\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003crect x=\"36\" y=\"25\" width=\"16\" height=\"8\" rx=\"4\" fill=\"#B87922\"\u003e\u003c\/rect\u003e\n\n                  \u003cpath d=\"M40 38l-2 5M46 38l-2 5M52 38l-2 5\" stroke=\"#FFE6B8\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M16 49c7-6 17-6 24 0\" fill=\"none\" stroke=\"#D8952C\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M35 44l5 5-7 2\" fill=\"none\" stroke=\"#D8952C\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dch-icon-label\"\u003e Routine \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dch-benefit-copy\"\u003e\n\u003cstrong class=\"dch-benefit-heading\"\u003e Made for an Easy Shower Routine \u003c\/strong\u003e \u003cspan class=\"dch-benefit-description\"\u003e Massage gently onto wet skin using circular motions, rinse thoroughly and follow with your favorite body moisturizer. \u003c\/span\u003e \u003cspan class=\"dch-benefit-tag\"\u003e Easy Weekly Ritual \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Benefit 4 --\u003e\n\u003carticle class=\"dch-benefit-row dch-benefit-row--rinse\"\u003e\n\u003cdiv class=\"dch-benefit-visual\"\u003e\n\u003cdiv class=\"dch-icon-box\"\u003e\u003csvg aria-label=\"Clean rinse icon\" role=\"img\" viewbox=\"0 0 64 64\"\u003e\n                  \u003cpath d=\"M32 13c-8 10-12 17-12 24 0 8 5 14 12 14s12-6 12-14c0-7-4-14-12-24z\" fill=\"#FFE6B8\" stroke=\"#B87922\" stroke-width=\"3.5\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M27 34l4 4 7-10\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M27 34l4 4 7-10\" fill=\"none\" stroke=\"#7A431A\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n                  \u003cpath d=\"M17 47c6 3 24 3 30 0\" fill=\"none\" stroke=\"#D8952C\" stroke-width=\"3.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dch-icon-label\"\u003e Rinse \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dch-benefit-copy\"\u003e\n\u003cstrong class=\"dch-benefit-heading\"\u003e Rinses Clean Without a Heavy Feel \u003c\/strong\u003e \u003cspan class=\"dch-benefit-description\"\u003e The rich body-care texture leaves skin feeling polished, comfortable and refreshed without a stripped feeling. \u003c\/span\u003e \u003cspan class=\"dch-benefit-tag\"\u003e Soft Feel After Rinsing \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Module 01 - Hero Banner --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========================= --\u003e\n\u003cstyle\u003e\n    #dch-turmeric-hero {\n      --dch-primary: #B87922;\n      --dch-dark: #24170F;\n      --dch-soft: #FFF2DD;\n      --dch-cream: #FFF8ED;\n      --dch-gold: #E9B83E;\n      --dch-text: #1F1710;\n      --dch-muted: #7B6A55;\n      --dch-shadow: 0 18px 42px rgba(111, 61, 22, 0.14);\n\n      display: block;\n      width: 100%;\n      max-width: 100%;\n      margin: 0;\n      padding: 0;\n      overflow: hidden;\n      color: var(--dch-text);\n      font-family: Arial, Helvetica, sans-serif;\n      background: linear-gradient(\n        180deg,\n        #ffffff 0%,\n        var(--dch-soft) 45%,\n        #ffffff 100%\n      );\n    }\n\n    #dch-turmeric-hero,\n    #dch-turmeric-hero *,\n    #dch-turmeric-hero *::before,\n    #dch-turmeric-hero *::after {\n      box-sizing: border-box;\n    }\n\n    #dch-turmeric-hero h2,\n    #dch-turmeric-hero p {\n      margin: 0;\n      padding: 0;\n    }\n\n    #dch-turmeric-hero img {\n      display: block;\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n    }\n\n    #dch-turmeric-hero .dch-hero-section {\n      width: 100%;\n      padding: clamp(14px, 3vw, 28px) clamp(8px, 2.5vw, 14px) 16px;\n    }\n\n    #dch-turmeric-hero .dch-hero-inner {\n      width: 100%;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    #dch-turmeric-hero .dch-hero-card {\n      overflow: hidden;\n      border: 3px solid var(--dch-primary);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 14% 12%,\n          rgba(255, 201, 40, 0.3),\n          transparent 25%\n        ),\n        radial-gradient(\n          circle at 90% 16%,\n          rgba(169, 100, 31, 0.18),\n          transparent 30%\n        ),\n        linear-gradient(\n          180deg,\n          #ffffff,\n          var(--dch-cream)\n        );\n      box-shadow:\n        var(--dch-shadow),\n        inset 0 1px 0 rgba(255, 255, 255, 0.75);\n    }\n\n    #dch-turmeric-hero .dch-hero-media img {\n      background: #ffffff;\n      object-fit: contain;\n    }\n\n    #dch-turmeric-hero .dch-hero-copy {\n      padding:\n        clamp(18px, 4vw, 28px)\n        clamp(12px, 3.5vw, 24px)\n        clamp(22px, 4vw, 30px);\n      text-align: center;\n    }\n\n    #dch-turmeric-hero .dch-hero-kicker {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      max-width: 100%;\n      margin: 0 auto clamp(10px, 2.5vw, 14px);\n      padding: 7px 12px;\n      border: 1.5px solid var(--dch-gold);\n      border-radius: 999px;\n      background: var(--dch-dark);\n      color: #ffffff;\n      font-size: clamp(10px, 2.5vw, 12px);\n      font-weight: 950;\n      line-height: 1;\n      letter-spacing: 0.11em;\n      text-align: center;\n      text-transform: uppercase;\n      white-space: nowrap;\n      box-shadow: 0 6px 14px rgba(111, 61, 22, 0.1);\n    }\n\n    #dch-turmeric-hero .dch-hero-title {\n      display: block;\n      width: 100%;\n      max-width: 780px;\n      margin: 0 auto 12px;\n      color: var(--dch-dark);\n      font-size: clamp(27px, 7vw, 48px);\n      font-weight: 950;\n      line-height: 1.04;\n      letter-spacing: -0.035em;\n      text-align: center;\n    }\n\n    #dch-turmeric-hero .dch-title-line {\n      display: block;\n    }\n\n    #dch-turmeric-hero .dch-hero-title::after {\n      content: \"\";\n      display: block;\n      width: clamp(58px, 14vw, 92px);\n      height: clamp(6px, 1.4vw, 9px);\n      margin: clamp(10px, 2.4vw, 14px) auto 0;\n      border-radius: 999px;\n      background: linear-gradient(90deg, var(--dch-gold), #D8952C);\n      box-shadow: 0 4px 0 rgba(111, 61, 22, 0.1);\n    }\n\n    #dch-turmeric-hero .dch-hero-subtitle {\n      max-width: 720px;\n      margin: 0 auto;\n      color: var(--dch-muted);\n      font-size: clamp(15px, 3.8vw, 20px);\n      font-weight: 750;\n      line-height: 1.5;\n    }\n\n    @media screen and (max-width: 559px) {\n      #dch-turmeric-hero .dch-hero-card {\n        border-width: 2px;\n        border-radius: 16px;\n      }\n\n      #dch-turmeric-hero .dch-hero-kicker {\n        padding: 6px 10px;\n        letter-spacing: 0.09em;\n        white-space: normal;\n      }\n\n      #dch-turmeric-hero .dch-hero-title {\n        font-size: clamp(26px, 7.4vw, 36px);\n      }\n\n      #dch-turmeric-hero .dch-hero-subtitle {\n        font-size: 15px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"dch-turmeric-hero\"\u003e\n\u003csection class=\"dch-hero-section\"\u003e\n\u003cdiv class=\"dch-hero-inner\"\u003e\n\u003cdiv class=\"dch-hero-card\"\u003e\n\u003c!-- Image --\u003e\n\u003cdiv class=\"dch-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0598\/8329\/0757\/files\/1_5f3b678e-bc0f-48b0-b588-a9d94085deae.webp_202607171914.jpg?v=1784286889\" alt=\"Turmeric exfoliating body scrub in a warm bathroom body-care scene\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Copy --\u003e\n\u003cdiv class=\"dch-hero-copy\"\u003e\n\u003cspan class=\"dch-hero-kicker\"\u003e Turmeric Body Care \u003c\/span\u003e\n\u003ch2 class=\"dch-hero-title\"\u003e\n\u003cspan class=\"dch-title-line\"\u003eReveal smoother, brighter-looking\u003c\/span\u003e \u003cspan class=\"dch-title-line\"\u003ebody skin.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"dch-hero-subtitle\"\u003eA golden turmeric-inspired exfoliating body scrub designed to smooth rough, dull areas and turn your shower into a warm body-care ritual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= --\u003e\u003c!-- Module 02 - Shower Routine --\u003e\u003c!-- ========================= --\u003e\n\u003cstyle\u003e\n    #dch-shower-routine {\n      --dch-primary: #B87922;\n      --dch-dark: #24170F;\n      --dch-gold: #E9B83E;\n      --dch-soft: #FFF2DD;\n      --dch-muted: #7B6A55;\n      --dch-shadow: 0 18px 42px rgba(111, 61, 22, 0.14);\n\n      display: block;\n      width: 100%;\n      margin: 0;\n      padding: 0;\n      overflow: hidden;\n      color: #1F1710;\n      font-family: Arial, Helvetica, sans-serif;\n      background: linear-gradient(180deg, #ffffff 0%, var(--dch-soft) 100%);\n    }\n\n    #dch-shower-routine,\n    #dch-shower-routine *,\n    #dch-shower-routine *::before,\n    #dch-shower-routine *::after {\n      box-sizing: border-box;\n    }\n\n    #dch-shower-routine h2,\n    #dch-shower-routine p {\n      margin: 0;\n      padding: 0;\n    }\n\n    #dch-shower-routine img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    #dch-shower-routine .dch-section {\n      width: 100%;\n      padding: clamp(28px, 7vw, 52px) clamp(8px, 2.5vw, 14px);\n    }\n\n    #dch-shower-routine .dch-wrap {\n      width: 100%;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    #dch-shower-routine .dch-head {\n      width: 100%;\n      max-width: 780px;\n      margin: 0 auto clamp(18px, 4vw, 24px);\n      text-align: center;\n    }\n\n    #dch-shower-routine .dch-kicker {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      max-width: 100%;\n      margin: 0 auto clamp(10px, 2.5vw, 14px);\n      padding: 7px 12px;\n      border: 1.5px solid rgba(169, 100, 31, 0.22);\n      border-radius: 999px;\n      background: var(--dch-gold);\n      color: var(--dch-dark);\n      font-size: clamp(10px, 2.5vw, 12px);\n      font-weight: 950;\n      line-height: 1;\n      letter-spacing: 0.11em;\n      text-transform: uppercase;\n      box-shadow: 0 6px 14px rgba(111, 61, 22, 0.1);\n    }\n\n    #dch-shower-routine .dch-title {\n      display: block;\n      width: 100%;\n      color: var(--dch-dark);\n      font-size: clamp(27px, 7vw, 48px);\n      font-weight: 950;\n      line-height: 1.04;\n      letter-spacing: -0.035em;\n      text-align: center;\n    }\n\n    #dch-shower-routine .dch-title::after {\n      content: \"\";\n      display: block;\n      width: clamp(58px, 14vw, 92px);\n      height: clamp(6px, 1.4vw, 9px);\n      margin: clamp(10px, 2.4vw, 14px) auto 0;\n      border-radius: 999px;\n      background: linear-gradient(90deg, var(--dch-gold), #D8952C);\n      box-shadow: 0 4px 0 rgba(111, 61, 22, 0.1);\n    }\n\n    #dch-shower-routine .dch-desc {\n      max-width: 640px;\n      margin: 12px auto 0;\n      color: var(--dch-muted);\n      font-size: clamp(14px, 3.4vw, 17px);\n      font-weight: 750;\n      line-height: 1.52;\n    }\n\n    #dch-shower-routine .dch-image-card {\n      overflow: hidden;\n      border: 3px solid var(--dch-primary);\n      border-radius: 22px;\n      background: #ffffff;\n      box-shadow:\n        var(--dch-shadow),\n        inset 0 1px 0 rgba(255, 255, 255, 0.75);\n    }\n\n    #dch-shower-routine .dch-image-card img {\n      object-fit: contain;\n      background: #ffffff;\n    }\n\n    @media screen and (max-width: 559px) {\n      #dch-shower-routine .dch-image-card {\n        border-width: 2px;\n        border-radius: 16px;\n      }\n\n      #dch-shower-routine .dch-kicker {\n        padding: 6px 10px;\n        letter-spacing: 0.09em;\n        white-space: normal;\n      }\n\n      #dch-shower-routine .dch-title {\n        font-size: clamp(26px, 7.4vw, 36px);\n      }\n    }\n  \u003c\/style\u003e\n\u003c!-- ========================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Module 02 - Shower Routine --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========================= --\u003e\n\u003cstyle\u003e\n    #dch-shower-routine {\n      --dch-primary: #B87922;\n      --dch-dark: #24170F;\n      --dch-gold: #E9B83E;\n      --dch-soft: #FFF2DD;\n      --dch-muted: #7B6A55;\n      --dch-shadow: 0 18px 42px rgba(111, 61, 22, 0.14);\n\n      display: block;\n      width: 100%;\n      margin: 0;\n      padding: 0;\n      overflow: hidden;\n      color: #1F1710;\n      font-family: Arial, Helvetica, sans-serif;\n      background: linear-gradient(180deg, #ffffff 0%, var(--dch-soft) 100%);\n    }\n\n    #dch-shower-routine,\n    #dch-shower-routine *,\n    #dch-shower-routine *::before,\n    #dch-shower-routine *::after {\n      box-sizing: border-box;\n    }\n\n    #dch-shower-routine h2,\n    #dch-shower-routine p {\n      margin: 0;\n      padding: 0;\n    }\n\n    #dch-shower-routine img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    #dch-shower-routine .dch-section {\n      width: 100%;\n      padding: clamp(28px, 7vw, 52px) clamp(8px, 2.5vw, 14px);\n    }\n\n    #dch-shower-routine .dch-wrap {\n      width: 100%;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    #dch-shower-routine .dch-head {\n      width: 100%;\n      max-width: 780px;\n      margin: 0 auto clamp(18px, 4vw, 24px);\n      text-align: center;\n    }\n\n    #dch-shower-routine .dch-kicker {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      max-width: 100%;\n      margin: 0 auto clamp(10px, 2.5vw, 14px);\n      padding: 7px 12px;\n      border: 1.5px solid rgba(169, 100, 31, 0.22);\n      border-radius: 999px;\n      background: var(--dch-gold);\n      color: var(--dch-dark);\n      font-size: clamp(10px, 2.5vw, 12px);\n      font-weight: 950;\n      line-height: 1;\n      letter-spacing: 0.11em;\n      text-transform: uppercase;\n      box-shadow: 0 6px 14px rgba(111, 61, 22, 0.1);\n    }\n\n    #dch-shower-routine .dch-title {\n      display: block;\n      width: 100%;\n      color: var(--dch-dark);\n      font-size: clamp(27px, 7vw, 48px);\n      font-weight: 950;\n      line-height: 1.04;\n      letter-spacing: -0.035em;\n      text-align: center;\n    }\n\n    #dch-shower-routine .dch-title::after {\n      content: \"\";\n      display: block;\n      width: clamp(58px, 14vw, 92px);\n      height: clamp(6px, 1.4vw, 9px);\n      margin: clamp(10px, 2.4vw, 14px) auto 0;\n      border-radius: 999px;\n      background: linear-gradient(90deg, var(--dch-gold), #D8952C);\n      box-shadow: 0 4px 0 rgba(111, 61, 22, 0.1);\n    }\n\n    #dch-shower-routine .dch-desc {\n      max-width: 640px;\n      margin: 12px auto 0;\n      color: var(--dch-muted);\n      font-size: clamp(14px, 3.4vw, 17px);\n      font-weight: 750;\n      line-height: 1.52;\n    }\n\n    #dch-shower-routine .dch-image-card {\n      overflow: hidden;\n      border: 3px solid var(--dch-primary);\n      border-radius: 22px;\n      background: #ffffff;\n      box-shadow:\n        var(--dch-shadow),\n        inset 0 1px 0 rgba(255, 255, 255, 0.75);\n    }\n\n    #dch-shower-routine .dch-image-card img {\n      object-fit: contain;\n      background: #ffffff;\n    }\n\n    @media screen and (max-width: 559px) {\n      #dch-shower-routine .dch-image-card {\n        border-width: 2px;\n        border-radius: 16px;\n      }\n\n      #dch-shower-routine .dch-kicker {\n        padding: 6px 10px;\n        letter-spacing: 0.09em;\n        white-space: normal;\n      }\n\n      #dch-shower-routine .dch-title {\n        font-size: clamp(26px, 7.4vw, 36px);\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"dch-shower-routine\"\u003e\n\u003csection class=\"dch-section\"\u003e\n\u003cdiv class=\"dch-wrap\"\u003e\n\u003cdiv class=\"dch-head\"\u003e\n\u003cspan class=\"dch-kicker\"\u003eShower Routine\u003c\/span\u003e\n\u003ch2 class=\"dch-title\"\u003eTurn every shower into a polishing ritual.\u003c\/h2\u003e\n\u003cp class=\"dch-desc\"\u003eFrom weekly body-care days to quick pre-shave prep, its golden texture helps buff away dull surface build-up for a smoother, freshly polished feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dch-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0598\/8329\/0757\/files\/2_c3f17004-e928-483c-ac44-9faf9a39e5aa.webp_202607171914.jpg?v=1784286888\" alt=\"Turmeric body scrub used during a daily shower routine\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Module 05 - Ingredient Spotlight --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ================================ --\u003e\n\u003cstyle\u003e\n    #dch-ingredient-spotlight {\n      --dch-primary: #B87922;\n      --dch-dark: #24170F;\n      --dch-gold: #E9B83E;\n      --dch-muted: #7B6A55;\n      --dch-line: #E6C995;\n      --dch-shadow: 0 18px 42px rgba(111, 61, 22, 0.14);\n\n      display: block;\n      width: 100%;\n      margin: 0;\n      padding: 0;\n      overflow: hidden;\n      color: #1F1710;\n      font-family: Arial, Helvetica, sans-serif;\n      background: linear-gradient(180deg, #ffffff 0%, #FFF8ED 100%);\n    }\n\n    #dch-ingredient-spotlight,\n    #dch-ingredient-spotlight *,\n    #dch-ingredient-spotlight *::before,\n    #dch-ingredient-spotlight *::after {\n      box-sizing: border-box;\n    }\n\n    #dch-ingredient-spotlight h3,\n    #dch-ingredient-spotlight p,\n    #dch-ingredient-spotlight ul {\n      margin: 0;\n      padding: 0;\n    }\n\n    #dch-ingredient-spotlight img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    #dch-ingredient-spotlight .dch-section {\n      width: 100%;\n      padding: clamp(28px, 7vw, 52px) clamp(8px, 2.5vw, 14px);\n    }\n\n    #dch-ingredient-spotlight .dch-wrap {\n      width: 100%;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    #dch-ingredient-spotlight .dch-split {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr);\n      gap: clamp(16px, 4vw, 24px);\n      align-items: center;\n    }\n\n    #dch-ingredient-spotlight .dch-image-card,\n    #dch-ingredient-spotlight .dch-copy-card {\n      border-radius: 22px;\n    }\n\n    #dch-ingredient-spotlight .dch-image-card {\n      overflow: hidden;\n      border: 3px solid var(--dch-primary);\n      background: #ffffff;\n      box-shadow:\n        var(--dch-shadow),\n        inset 0 1px 0 rgba(255, 255, 255, 0.75);\n    }\n\n    #dch-ingredient-spotlight .dch-copy-card {\n      width: 100%;\n      padding: clamp(16px, 4vw, 22px);\n      border: 2px solid var(--dch-line);\n      background: #ffffff;\n      text-align: center;\n      box-shadow: 0 10px 24px rgba(111, 61, 22, 0.09);\n    }\n\n    #dch-ingredient-spotlight .dch-kicker {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      max-width: 100%;\n      margin: 0 auto clamp(10px, 2.5vw, 14px);\n      padding: 7px 12px;\n      border: 1.5px solid rgba(169, 100, 31, 0.22);\n      border-radius: 999px;\n      background: var(--dch-gold);\n      color: var(--dch-dark);\n      font-size: clamp(10px, 2.5vw, 12px);\n      font-weight: 950;\n      line-height: 1;\n      letter-spacing: 0.11em;\n      text-transform: uppercase;\n    }\n\n    #dch-ingredient-spotlight .dch-title {\n      margin: 0 0 10px;\n      color: var(--dch-dark);\n      font-size: clamp(23px, 5.8vw, 35px);\n      line-height: 1.08;\n      font-weight: 950;\n      letter-spacing: -0.028em;\n    }\n\n    #dch-ingredient-spotlight .dch-title::after {\n      content: \"\";\n      display: block;\n      width: 52px;\n      height: 6px;\n      margin: 10px auto 0;\n      border-radius: 999px;\n      background: var(--dch-gold);\n    }\n\n    #dch-ingredient-spotlight .dch-desc {\n      margin: 0 0 14px;\n      color: var(--dch-muted);\n      font-size: clamp(14px, 3.4vw, 16px);\n      font-weight: 750;\n      line-height: 1.5;\n    }\n\n    #dch-ingredient-spotlight .dch-check-list {\n      display: grid;\n      gap: 10px;\n      margin: 18px 0 0;\n      list-style: none;\n      text-align: left;\n    }\n\n    #dch-ingredient-spotlight .dch-check-list li {\n      display: grid;\n      grid-template-columns: 30px minmax(0, 1fr);\n      gap: 10px;\n      align-items: start;\n      color: #1F1710;\n      font-size: clamp(14px, 3.4vw, 15px);\n      font-weight: 900;\n      line-height: 1.35;\n    }\n\n    #dch-ingredient-spotlight .dch-check-list b {\n      position: relative;\n      display: grid;\n      place-items: center;\n      width: 28px;\n      height: 28px;\n      border-radius: 50%;\n      background: var(--dch-primary);\n      font-size: 0;\n    }\n\n    #dch-ingredient-spotlight .dch-check-list b::after {\n      content: \"\";\n      width: 7px;\n      height: 12px;\n      margin-top: -2px;\n      border: solid #ffffff;\n      border-width: 0 3px 3px 0;\n      transform: rotate(45deg);\n    }\n\n    @media screen and (min-width: 760px) {\n      #dch-ingredient-spotlight .dch-split {\n        grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);\n        gap: 22px;\n      }\n    }\n\n    @media screen and (max-width: 559px) {\n      #dch-ingredient-spotlight .dch-image-card {\n        border-width: 2px;\n      }\n\n      #dch-ingredient-spotlight .dch-image-card,\n      #dch-ingredient-spotlight .dch-copy-card {\n        border-radius: 16px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"dch-ingredient-spotlight\"\u003e\n\u003csection class=\"dch-section\"\u003e\n\u003cdiv class=\"dch-wrap dch-split\"\u003e\n\u003cdiv class=\"dch-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0598\/8329\/0757\/files\/imageye___-_imgi_6_4_9b890447-1436-45bd-bc8a-fbc77fbc03d4.jpg_202607171821.jpg?v=1784283727\" alt=\"Ingredient spotlight for turmeric body scrub with turmeric root, jojoba oil, and vitamin E\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"dch-copy-card\"\u003e\n\u003cspan class=\"dch-kicker\"\u003e Ingredient Spotlight \u003c\/span\u003e\n\u003ch3 class=\"dch-title\"\u003eBotanical essentials for glow.\u003c\/h3\u003e\n\u003cp class=\"dch-desc\"\u003eA warm turmeric-inspired body-scrub ritual enriched with three glow essentials to help your shower routine leave skin feeling smoother, softer, and fresher after every rinse.\u003c\/p\u003e\n\u003cul class=\"dch-check-list\"\u003e\n\u003cli\u003e\n\u003cb\u003e\u003c\/b\u003e \u003cspan\u003e\u003cstrong\u003eTurmeric Root\u003c\/strong\u003e brings a golden botanical-care story, ideal for rough and dull-feeling body areas.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e\u003c\/b\u003e \u003cspan\u003e\u003cstrong\u003eJojoba Oil\u003c\/strong\u003e helps leave skin feeling softer and more comfortable after rinsing, for a polished feel without stripping.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e\u003c\/b\u003e \u003cspan\u003e\u003cstrong\u003eVitamin E\u003c\/strong\u003e adds antioxidant-rich body-care support to complete a visibly radiant finish, ready for your wellness routine.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ====================== --\u003e\n\u003c!-- Module 06 - How to Use --\u003e\n\u003c!-- ====================== --\u003e\n\n\u003cdiv id=\"dch-how-to-use\"\u003e\n  \u003cstyle\u003e\n    #dch-how-to-use {\n      --dch-primary: #B87922;\n      --dch-dark: #24170F;\n      --dch-gold: #E9B83E;\n      --dch-muted: #7B6A55;\n      --dch-line: #E6C995;\n      --dch-shadow: 0 18px 42px rgba(111, 61, 22, 0.14);\n\n      display: block;\n      width: 100%;\n      margin: 0;\n      padding: 0;\n      overflow: hidden;\n      color: #1F1710;\n      font-family: Arial, Helvetica, sans-serif;\n      background: #ffffff;\n    }\n\n    #dch-how-to-use,\n    #dch-how-to-use *,\n    #dch-how-to-use *::before,\n    #dch-how-to-use *::after {\n      box-sizing: border-box;\n    }\n\n    #dch-how-to-use h2,\n    #dch-how-to-use h3,\n    #dch-how-to-use p {\n      margin: 0;\n      padding: 0;\n    }\n\n    #dch-how-to-use img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    #dch-how-to-use .dch-section {\n      width: 100%;\n      padding: clamp(28px, 7vw, 52px) clamp(8px, 2.5vw, 14px);\n    }\n\n    #dch-how-to-use .dch-wrap {\n      width: 100%;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    #dch-how-to-use .dch-head {\n      max-width: 780px;\n      margin: 0 auto clamp(18px, 4vw, 24px);\n      text-align: center;\n    }\n\n    #dch-how-to-use .dch-kicker {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto clamp(10px, 2.5vw, 14px);\n      padding: 7px 12px;\n      border: 1.5px solid rgba(169, 100, 31, 0.22);\n      border-radius: 999px;\n      background: var(--dch-gold);\n      color: var(--dch-dark);\n      font-size: clamp(10px, 2.5vw, 12px);\n      font-weight: 950;\n      line-height: 1;\n      letter-spacing: 0.11em;\n      text-transform: uppercase;\n    }\n\n    #dch-how-to-use .dch-title {\n      color: var(--dch-dark);\n      font-size: clamp(27px, 7vw, 48px);\n      font-weight: 950;\n      line-height: 1.04;\n      letter-spacing: -0.035em;\n      text-align: center;\n    }\n\n    #dch-how-to-use .dch-title::after {\n      content: \"\";\n      display: block;\n      width: clamp(58px, 14vw, 92px);\n      height: clamp(6px, 1.4vw, 9px);\n      margin: clamp(10px, 2.4vw, 14px) auto 0;\n      border-radius: 999px;\n      background: linear-gradient(90deg, var(--dch-gold), #D8952C);\n    }\n\n    #dch-how-to-use .dch-desc {\n      max-width: 640px;\n      margin: 12px auto 0;\n      color: var(--dch-muted);\n      font-size: clamp(14px, 3.4vw, 17px);\n      font-weight: 750;\n      line-height: 1.52;\n    }\n\n    #dch-how-to-use .dch-steps {\n      display: grid;\n      gap: 12px;\n      margin-top: 18px;\n    }\n\n    #dch-how-to-use .dch-step {\n      display: grid;\n      grid-template-columns: 64px minmax(0, 1fr);\n      gap: 14px;\n      align-items: center;\n      min-height: 104px;\n      padding: 14px;\n      border: 2px solid var(--dch-line);\n      border-radius: 18px;\n      background: #ffffff;\n      box-shadow: 0 10px 24px rgba(111, 61, 22, 0.08);\n    }\n\n    #dch-how-to-use .dch-step-num {\n      display: grid;\n      place-items: center;\n      width: 56px;\n      height: 56px;\n      border-radius: 17px;\n      background: var(--dch-primary);\n      color: #ffffff;\n      font-size: 26px;\n      font-weight: 950;\n      box-shadow: 0 7px 0 rgba(111, 61, 22, 0.18);\n    }\n\n    #dch-how-to-use .dch-step h3 {\n      margin: 0 0 6px;\n      color: var(--dch-primary);\n      font-size: clamp(18px, 4.5vw, 20px);\n      line-height: 1.12;\n      font-weight: 950;\n    }\n\n    #dch-how-to-use .dch-step p {\n      color: var(--dch-muted);\n      font-size: clamp(13px, 3.3vw, 15px);\n      font-weight: 800;\n      line-height: 1.42;\n    }\n\n    #dch-how-to-use .dch-image-card {\n      margin-top: 18px;\n      overflow: hidden;\n      border: 3px solid var(--dch-primary);\n      border-radius: 22px;\n      background: #ffffff;\n      box-shadow:\n        var(--dch-shadow),\n        inset 0 1px 0 rgba(255, 255, 255, 0.75);\n    }\n\n    @media screen and (max-width: 559px) {\n      #dch-how-to-use .dch-step {\n        grid-template-columns: 58px minmax(0, 1fr);\n        padding: 13px;\n      }\n\n      #dch-how-to-use .dch-step-num {\n        width: 50px;\n        height: 50px;\n        font-size: 23px;\n      }\n\n      #dch-how-to-use .dch-image-card {\n        border-width: 2px;\n        border-radius: 16px;\n      }\n    }\n\n    @media screen and (max-width: 349px) {\n      #dch-how-to-use .dch-step {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      #dch-how-to-use .dch-step-num {\n        margin: 0 auto;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003csection class=\"dch-section\"\u003e\n    \u003cdiv class=\"dch-wrap\"\u003e\n      \u003cdiv class=\"dch-head\"\u003e\n        \u003cspan class=\"dch-kicker\"\u003eHow to Use\u003c\/span\u003e\n\n        \u003ch2 class=\"dch-title\"\u003e\n          Scoop. Massage. Rinse.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"dch-desc\"\u003e\n          No complicated routine. Use it in the shower, target rough areas,\n          then follow with your favorite body lotion or oil.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dch-steps\"\u003e\n        \u003carticle class=\"dch-step\"\u003e\n          \u003cdiv class=\"dch-step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eScoop a Small Amount\u003c\/h3\u003e\n            \u003cp\u003eApply to wet skin in the shower.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dch-step\"\u003e\n          \u003cdiv class=\"dch-step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eMassage in Circles\u003c\/h3\u003e\n            \u003cp\u003eGently massage arms, legs, elbows, knees, and other rough areas.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dch-step\"\u003e\n          \u003cdiv class=\"dch-step-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eRinse and Moisturize\u003c\/h3\u003e\n            \u003cp\u003eRinse, pat dry, then apply your favorite body lotion or oil.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dch-image-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0598\/8329\/0757\/files\/imageye___-_imgi_8_6_23a552a5-3295-4777-8584-a60dc0c0dedf.jpg_202607171821.jpg?v=1784283727\" alt=\"Three simple steps for using turmeric exfoliating body scrub\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Tenviro","offers":[{"title":"1 Jar","offer_id":41768366571653,"sku":"ARC-1Y14D2P-AA","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2 Jars","offer_id":41768366604421,"sku":"ARC-1Y14D2P-AB","price":39.95,"currency_code":"USD","in_stock":true},{"title":"3 Jars","offer_id":41768366637189,"sku":"ARC-1Y14D2P-AC","price":49.95,"currency_code":"USD","in_stock":true},{"title":"4 Jars","offer_id":41768366669957,"sku":"ARC-1Y14D2P-AD","price":55.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/8329\/0757\/files\/imageye___-_imgi_2_9_3ad2e472-f628-417b-8e12-37e8db7553ae.jpg_202607171821.jpg?v=1784283726","url":"https:\/\/tenviro.shop\/products\/body-scrub-2","provider":"Tenviro","version":"1.0","type":"link"}