{"product_id":"ccf2","title":"Pryxo™ Reverse-aging Adaptive Foundation","description":"\u003cdiv class=\"product__block\" style=\"--PBB:0px;\"\u003e\u003cdiv class=\"product__subheading\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eSelling out fast\u003cbr\u003e\u003c\/strong\u003eDue to high demand, limited quantities available\u003c\/p\u003e\n                  \u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"product__block countdown-timer-wrapper\"\u003e\n  \u003cstyle\u003e\n    .countdown-timer-wrapper {\n      width: 100%;\n      padding-top: 6px!important;\n      padding-bottom: 20px!important;\n    }\n    .countdown-timer-container {\n      width: 100%;\n      max-width: 100%;\n      margin: 0 auto;\n    }\n    .countdown-timer-bar {\n      width: 100%;\n      height: 12px;\n      background-color: #f0f0f0;\n      border-radius: 6px;\n      overflow: hidden;\n      margin-bottom: 8px;\n    }\n    \/* 进度条宽度固定为 80% (4\/5) *\/\n    .countdown-timer-progress {\n      display: block !important;\n      height: 100% !important;\n      width: 80% !important;          \/* 4\/5 = 80% *\/\n      background-color: #df8096 !important;\n      border-radius: 6px;\n      transition: none;\n    }\n    .countdown-timer-info {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 8px;\n    }\n    .countdown-timer-prefix {\n      color: #000000;\n      font-size: 16px;\n      font-weight: 600;\n    }\n    .countdown-timer-end {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      color: #df8096;\n      font-size: 16px;\n      font-weight: 600;\n    }\n    .countdown-timer-time {\n      color: #df8096;\n      font-weight: 700;\n    }\n    @media (max-width: 480px) {\n      .countdown-timer-prefix, .countdown-timer-end {\n        font-size: 14px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"countdown-timer-container\"\u003e\n    \u003cdiv class=\"countdown-timer-bar\"\u003e\n      \u003cdiv class=\"countdown-timer-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"countdown-timer-info\"\u003e\n      \u003cspan class=\"countdown-timer-prefix\"\u003e80% sold\u003c\/span\u003e\n      \u003cdiv class=\"countdown-timer-end\"\u003e\n        \u003cspan\u003eEnds in\u003c\/span\u003e\n        \u003cspan class=\"countdown-timer-time\" id=\"countdown-display\"\u003e--:--:--\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function() {\n    \/\/ 倒计时结束时间（例如：24 小时后）\n    var endTime = new Date();\n    endTime.setHours(endTime.getHours() + 24);\n    var displayEl = document.getElementById('countdown-display');\n    if (!displayEl) return;\n    function updateTimer() {\n      var remaining = endTime.getTime() - new Date().getTime();\n      if (remaining \u003c= 0) {\n        displayEl.textContent = \"00:00:00\";\n        return;\n      }\n      var totalSeconds = Math.floor(remaining \/ 1000);\n      var hours = Math.floor(totalSeconds \/ 3600);\n      var minutes = Math.floor((totalSeconds % 3600) \/ 60);\n      var seconds = totalSeconds % 60;\n      displayEl.textContent = \n        (hours \u003c 10 ? \"0\" + hours : hours) + \":\" +\n        (minutes \u003c 10 ? \"0\" + minutes : minutes) + \":\" +\n        (seconds \u003c 10 ? \"0\" + seconds : seconds);\n    }\n    updateTimer();\n    setInterval(updateTimer, 1000);\n  })();\n\u003c\/script\u003e\n\u003cdiv class=\"product-feature-card\" style=\"background: #f7f7f7; border-radius: 16px; padding: 20px; display: flex; gap: 16px; align-items: flex-start; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin-bottom: 20px;\"\u003e\n  \u003c!-- 图标区域 --\u003e\n  \u003cdiv style=\"flex-shrink: 0; width: 50px; height: 50px; background: #e8e8e8; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n    \u003cimg src=\"\/\/cdn.shopify.com\/s\/files\/1\/0621\/4988\/6108\/files\/Color_Changing_Foundation_-_Product_images_photos_2.png?v=1764571377\u0026amp;width=100\" alt=\"Money back guarantee\" style=\"width: 40px; height: 40px; object-fit: contain;\"\u003e\n  \u003c\/div\u003e\n  \u003c!-- 文字内容 --\u003e\n  \u003cdiv style=\"flex: 1;\"\u003e\n    \u003ch5 style=\"margin: 0 0 8px; font-size: 18px; font-weight: bold; color: #000000;\"\u003e30-day money-back guarantee\u003c\/h5\u003e\n    \u003cp style=\"margin: 0; font-size: 14px; line-height: 1.5; color: #2c2c2c;\"\u003eTry it worry-free. If our skin-adapting foundation doesn't blend seamlessly with your tone, you'll get your money back*\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product__accordion\" id=\"custom-accordion-what-makes-it-different\"\u003e\n  \u003cbutton class=\"product__accordion__title\" id=\"custom-accordion-btn\"\u003e\n    \u003cspan\u003eWhat makes it different?\u003c\/span\u003e\n    \u003csvg class=\"icon icon-toggle-plus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132M96 30v132\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    \u003csvg class=\"icon icon-toggle-minus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"product__accordion__content\" id=\"custom-accordion-content\"\u003e\n    \u003cdiv class=\"product__accordion__inner\"\u003e\n      \u003cp\u003eOur adaptive pigment formula removes the need to choose a shade. As you blend, micro-encapsulated pigments react to your skin’s warmth and undertones, shifting within seconds to match your unique complexion. Made for fair to medium tones, it evens redness, blurs imperfections, and melts into the skin for a seamless, second-skin finish.\u003c\/p\u003e\n      \u003cdiv id=\"usps\" style=\"display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 16px;\"\u003e\n        \u003cdiv class=\"cell\" style=\"text-align: center;\"\u003e\n          \u003cimg src=\"\/\/cdn.shopify.com\/s\/files\/1\/0621\/4988\/6108\/files\/icons_smooche_new_c7df49e1-6425-4add-ad30-a7dfb74c5db3_750x750.svg?v=1753696962\" style=\"max-width: 60px; margin-bottom: 8px; display: block; margin-left: auto; margin-right: auto;\"\u003e\n          \u003cp style=\"margin: 0; font-size: 14px; font-weight: 500;\"\u003eAdapts to your skin tone\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cell\" style=\"text-align: center;\"\u003e\n          \u003cimg src=\"\/\/cdn.shopify.com\/s\/files\/1\/0621\/4988\/6108\/files\/icons_smooche_new_18_750x750.svg?v=1752596312\" style=\"max-width: 60px; margin-bottom: 8px; display: block; margin-left: auto; margin-right: auto;\"\u003e\n          \u003cp style=\"margin: 0; font-size: 14px; font-weight: 500;\"\u003eHides imperfections\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cell\" style=\"text-align: center;\"\u003e\n          \u003cimg src=\"\/\/cdn.shopify.com\/s\/files\/1\/0621\/4988\/6108\/files\/icons_smooche_new_8d474301-a5ef-4be6-bd48-ff9f51a41207_750x750.svg?v=1762503050\" style=\"max-width: 60px; margin-bottom: 8px; display: block; margin-left: auto; margin-right: auto;\"\u003e\n          \u003cp style=\"margin: 0; font-size: 14px; font-weight: 500;\"\u003eNatural look for 16+ hours\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cell\" style=\"text-align: center;\"\u003e\n          \u003cimg src=\"\/\/cdn.shopify.com\/s\/files\/1\/0621\/4988\/6108\/files\/icons_smooche_new_19_750x750.svg?v=1752596545\" style=\"max-width: 60px; margin-bottom: 8px; display: block; margin-left: auto; margin-right: auto;\"\u003e\n          \u003cp style=\"margin: 0; font-size: 14px; font-weight: 500;\"\u003eWith SPF 15\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product__accordion {\n    border-bottom: 1px solid rgba(0,0,0,0.1);\n    margin-bottom: 10px;\n  }\n  .product__accordion__title {\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: transparent;\n    border: none;\n    padding: 16px 0;\n    font-size: 18px;\n    font-weight: 600;\n    cursor: pointer;\n    font-family: inherit;\n    color: #000000;\n    text-align: left;\n  }\n  .product__accordion__title svg {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.2s;\n    stroke: #000000;\n    stroke-width: 6;\n  }\n  .product__accordion__title .icon-toggle-minus {\n    display: none;\n  }\n  .product__accordion__title.active .icon-toggle-plus {\n    display: none;\n  }\n  .product__accordion__title.active .icon-toggle-minus {\n    display: block;\n  }\n  .product__accordion__content {\n    display: none;\n    padding: 0 0 20px 0;\n  }\n  .product__accordion__content.active {\n    display: block;\n  }\n  .product__accordion__inner {\n    font-size: 15px;\n    line-height: 1.5;\n    color: #2c2c2c;\n  }\n  .product__accordion__inner p {\n    margin: 0 0 12px;\n  }\n  @media (max-width: 640px) {\n    .product__accordion__title {\n      font-size: 16px;\n      padding: 14px 0;\n    }\n    #usps {\n      grid-template-columns: repeat(2, 1fr) !important;\n      gap: 16px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  (function() {\n    const btn = document.getElementById('custom-accordion-btn');\n    const content = document.getElementById('custom-accordion-content');\n    if (btn \u0026\u0026 content) {\n      btn.addEventListener('click', function() {\n        btn.classList.toggle('active');\n        content.classList.toggle('active');\n      });\n      \/\/ 确保初始状态为收起（默认 active 类未添加）\n      btn.classList.remove('active');\n      content.classList.remove('active');\n    }\n  })();\n\u003c\/script\u003e\n\u003cdiv class=\"product__accordion\" id=\"custom-accordion-skin\"\u003e\n  \u003cbutton class=\"product__accordion__title\" id=\"custom-accordion-skin-btn\"\u003e\n    \u003cspan\u003eDoes it work on my skin?\u003c\/span\u003e\n    \u003csvg class=\"icon icon-toggle-plus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132M96 30v132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    \u003csvg class=\"icon icon-toggle-minus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"product__accordion__content\" id=\"custom-accordion-skin-content\"\u003e\n    \u003cdiv class=\"product__accordion__inner\"\u003e\n      \u003cp\u003eOur Color Changing Foundation is suitable for all skin tones above and in between.\u003c\/p\u003e\n      \u003cdiv class=\"accordion-content-image\"\u003e\n        \u003cimg src=\"\/\/cdn.shopify.com\/s\/files\/1\/0621\/4988\/6108\/files\/foundation_png_1.png?v=1765129681\u0026amp;width=800\" alt=\"\" loading=\"lazy\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product__accordion {\n    border-bottom: 1px solid rgba(0,0,0,0.1);\n    margin-bottom: 10px;\n  }\n  .product__accordion__title {\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: transparent;\n    border: none;\n    padding: 16px 0;\n    font-size: 18px;\n    font-weight: 600;\n    cursor: pointer;\n    font-family: inherit;\n    color: #000000;\n    text-align: left;\n  }\n  .product__accordion__title svg {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.2s;\n  }\n  .product__accordion__title .icon-toggle-minus {\n    display: none;\n  }\n  .product__accordion__title.active .icon-toggle-plus {\n    display: none;\n  }\n  .product__accordion__title.active .icon-toggle-minus {\n    display: block;\n  }\n  .product__accordion__content {\n    display: none;\n    padding: 0 0 20px 0;\n  }\n  .product__accordion__content.active {\n    display: block;\n  }\n  .product__accordion__inner {\n    font-size: 15px;\n    line-height: 1.5;\n    color: #2c2c2c;\n  }\n  .product__accordion__inner p {\n    margin: 0 0 12px;\n  }\n  @media (max-width: 640px) {\n    .product__accordion__title {\n      font-size: 16px;\n      padding: 14px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  (function() {\n    var btn = document.getElementById('custom-accordion-skin-btn');\n    var content = document.getElementById('custom-accordion-skin-content');\n    if (btn \u0026\u0026 content) {\n      btn.addEventListener('click', function() {\n        btn.classList.toggle('active');\n        content.classList.toggle('active');\n      });\n      \/\/ 初始为收起状态\n      btn.classList.remove('active');\n      content.classList.remove('active');\n    }\n  })();\n\u003c\/script\u003e\n\u003cdiv class=\"custom-accordion\" id=\"custom-accordion-how-to\"\u003e\n  \u003cbutton class=\"custom-accordion__title\" id=\"custom-accordion-how-to-btn\"\u003e\n    \u003cspan\u003eHow do I use it?\u003c\/span\u003e\n    \u003csvg class=\"icon icon-toggle-plus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132M96 30v132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    \u003csvg class=\"icon icon-toggle-minus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"custom-accordion__content\" id=\"custom-accordion-how-to-content\"\u003e\n    \u003cdiv class=\"custom-accordion__inner\"\u003e\n      \u003cp\u003e\u003cstrong\u003eStep 1: Create the Perfect Canvas\u003c\/strong\u003e\u003cbr\u003eStart with moisturized skin. Smooth on your go-to primer or hydrating cream to create an even base that helps your foundation glide on seamlessly.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eStep 2: Build Your Base\u003c\/strong\u003e\u003cbr\u003eDispense one pump onto the back of your hand. Using a brush, dot foundation on your forehead, cheeks, nose, and chin. Blend outward from the center of your face using circular motions for a naturally soft, medium coverage finish with a velvety matte texture.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eStep 3: Customize Your Coverage\u003c\/strong\u003e\u003cbr\u003eWant more coverage in specific areas? Layer a second application on any spots that need extra attention—blemishes, redness, or discoloration—and blend seamlessly into your base.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eStep 4: Lock It In\u003c\/strong\u003e\u003cbr\u003eBrighten under-eyes with your favorite concealer, then lightly dust translucent powder across your T-zone (forehead, nose, and chin) to control shine and keep your look fresh all day.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .custom-accordion {\n    border-bottom: 1px solid rgba(0,0,0,0.1);\n    margin-bottom: 10px;\n    width: 100%;\n  }\n  .custom-accordion__title {\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: transparent;\n    border: none;\n    padding: 16px 0;\n    font-size: 18px;\n    font-weight: 600;\n    cursor: pointer;\n    font-family: inherit;\n    color: #000000;\n    text-align: left;\n  }\n  .custom-accordion__title svg {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.2s;\n  }\n  .custom-accordion__title .icon-toggle-minus {\n    display: none;\n  }\n  .custom-accordion__title.active .icon-toggle-plus {\n    display: none;\n  }\n  .custom-accordion__title.active .icon-toggle-minus {\n    display: block;\n  }\n  .custom-accordion__content {\n    display: none;\n    padding: 0 0 20px 0;\n  }\n  .custom-accordion__content.active {\n    display: block;\n  }\n  .custom-accordion__inner {\n    font-size: 15px;\n    line-height: 1.5;\n    color: #2c2c2c;\n  }\n  .custom-accordion__inner p {\n    margin: 0 0 12px;\n  }\n  @media (max-width: 640px) {\n    .custom-accordion__title {\n      font-size: 16px;\n      padding: 14px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  (function() {\n    var btn = document.getElementById('custom-accordion-how-to-btn');\n    var content = document.getElementById('custom-accordion-how-to-content');\n    if (btn \u0026\u0026 content) {\n      btn.addEventListener('click', function() {\n        btn.classList.toggle('active');\n        content.classList.toggle('active');\n      });\n      \/\/ 设置初始状态：收起（若需要默认展开，请移除下面两行注释）\n      \/\/ btn.classList.add('active');\n      \/\/ content.classList.add('active');\n    }\n  })();\n\u003c\/script\u003e\n\u003cdiv class=\"custom-accordion\" id=\"custom-accordion-moneyback\"\u003e\n  \u003cbutton class=\"custom-accordion__title\" id=\"custom-accordion-moneyback-btn\"\u003e\n    \u003cspan\u003eHow does the money back guarantee work?\u003c\/span\u003e\n    \u003csvg class=\"icon icon-toggle-plus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132M96 30v132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    \u003csvg class=\"icon icon-toggle-minus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"custom-accordion__content\" id=\"custom-accordion-moneyback-content\"\u003e\n    \u003cdiv class=\"custom-accordion__inner\"\u003e\n      \u003cp\u003eFind your flawless shade with zero risk. Our Changing Foundation comes with a complete satisfaction promise: if your shade isn't spot-on, we'll make it right with a full refund—no questions asked.\u003c\/p\u003e\n      \u003cp\u003eWe know finding the perfect foundation match online can feel like a gamble. That's why we've eliminated the risk entirely. Try it on your skin, in your lighting, with your routine. If it's not your perfect match, simply let us know within 30 days and we'll process your full refund immediately.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .custom-accordion {\n    border-bottom: 1px solid rgba(0,0,0,0.1);\n    margin-bottom: 10px;\n    width: 100%;\n  }\n  .custom-accordion__title {\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: transparent;\n    border: none;\n    padding: 16px 0;\n    font-size: 18px;\n    font-weight: 600;\n    cursor: pointer;\n    font-family: inherit;\n    color: #000000;\n    text-align: left;\n  }\n  .custom-accordion__title svg {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.2s;\n  }\n  .custom-accordion__title .icon-toggle-minus {\n    display: none;\n  }\n  .custom-accordion__title.active .icon-toggle-plus {\n    display: none;\n  }\n  .custom-accordion__title.active .icon-toggle-minus {\n    display: block;\n  }\n  .custom-accordion__content {\n    display: none;\n    padding: 0 0 20px 0;\n  }\n  .custom-accordion__content.active {\n    display: block;\n  }\n  .custom-accordion__inner {\n    font-size: 15px;\n    line-height: 1.5;\n    color: #2c2c2c;\n  }\n  .custom-accordion__inner p {\n    margin: 0 0 12px;\n  }\n  @media (max-width: 640px) {\n    .custom-accordion__title {\n      font-size: 16px;\n      padding: 14px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  (function() {\n    var btn = document.getElementById('custom-accordion-moneyback-btn');\n    var content = document.getElementById('custom-accordion-moneyback-content');\n    if (btn \u0026\u0026 content) {\n      btn.addEventListener('click', function() {\n        btn.classList.toggle('active');\n        content.classList.toggle('active');\n      });\n      \/\/ 初始为收起状态\n      btn.classList.remove('active');\n      content.classList.remove('active');\n    }\n  })();\n\u003c\/script\u003e\n\u003cdiv class=\"custom-accordion\" id=\"custom-accordion-ingredients\"\u003e\n  \u003cbutton class=\"custom-accordion__title\" id=\"custom-accordion-ingredients-btn\"\u003e\n    \u003cspan\u003eIngredients\u003c\/span\u003e\n    \u003csvg class=\"icon icon-toggle-plus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132M96 30v132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    \u003csvg class=\"icon icon-toggle-minus\" viewbox=\"0 0 192 192\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"#df8096\" stroke-width=\"6\"\u003e\n      \u003cpath d=\"M30 96h132\" stroke=\"#df8096\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"custom-accordion__content\" id=\"custom-accordion-ingredients-content\"\u003e\n    \u003cdiv class=\"custom-accordion__inner\"\u003e\n      \u003cp\u003e\u003cstrong\u003eRevitalizing ingredients\u003c\/strong\u003e\u003c\/p\u003e\n      \u003col\u003e\n        \u003cli\u003e\n\u003cstrong\u003eGlycerin\u003c\/strong\u003e: Skin-loving glycerin for all-day hydration\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMica\u003c\/strong\u003e: Natural mineral pigments for a soft, healthy glow\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eVitamin E\u003c\/strong\u003e: Nourishes and protects with skin-soothing Vitamin E\u003c\/li\u003e\n      \u003c\/ol\u003e\n      \u003cdiv class=\"accordion__popup-link\"\u003e\n        \u003ca href=\"#\" class=\"accordion-popup-trigger\" data-popup-trigger=\"product_accordion\" style=\"color: #df8096; text-decoration: underline;\"\u003eView full list\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .custom-accordion {\n    border-bottom: 1px solid rgba(0,0,0,0.1);\n    margin-bottom: 10px;\n    width: 100%;\n  }\n  .custom-accordion__title {\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: transparent;\n    border: none;\n    padding: 16px 0;\n    font-size: 18px;\n    font-weight: 600;\n    cursor: pointer;\n    font-family: inherit;\n    color: #000000;\n    text-align: left;\n  }\n  .custom-accordion__title svg {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.2s;\n  }\n  .custom-accordion__title .icon-toggle-minus {\n    display: none;\n  }\n  .custom-accordion__title.active .icon-toggle-plus {\n    display: none;\n  }\n  .custom-accordion__title.active .icon-toggle-minus {\n    display: block;\n  }\n  .custom-accordion__content {\n    display: none;\n    padding: 0 0 20px 0;\n  }\n  .custom-accordion__content.active {\n    display: block;\n  }\n  .custom-accordion__inner {\n    font-size: 15px;\n    line-height: 1.5;\n    color: #2c2c2c;\n  }\n  .custom-accordion__inner p {\n    margin: 0 0 12px;\n  }\n  .custom-accordion__inner ol {\n    margin: 0 0 12px 20px;\n    padding: 0;\n  }\n  .custom-accordion__inner li {\n    margin-bottom: 6px;\n  }\n  @media (max-width: 640px) {\n    .custom-accordion__title {\n      font-size: 16px;\n      padding: 14px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  (function() {\n    var btn = document.getElementById('custom-accordion-ingredients-btn');\n    var content = document.getElementById('custom-accordion-ingredients-content');\n    if (btn \u0026\u0026 content) {\n      btn.addEventListener('click', function() {\n        btn.classList.toggle('active');\n        content.classList.toggle('active');\n      });\n      \/\/ 初始为收起状态\n      btn.classList.remove('active');\n      content.classList.remove('active');\n    }\n  })();\n\u003c\/script\u003e\n\u003cdiv class=\"product__block product__accordions\" id=\"Block--9927e90d-2ecb-4104-af67-0dadf75b2a0a\" style=\"--PBB:10px;\"\u003e\n  \u003cdiv class=\"product__accordion\"\u003e\n    \u003cbutton class=\"product__accordion__title font-heading\" aria-controls=\"ProductAccordion--shipping-returns\" data-collapsible-trigger=\"\"\u003e\n      \u003cspan id=\"accordionbefore\"\u003eShipping and returns\u003c\/span\u003e\n      \u003csvg aria-hidden=\"true\" focusable=\"false\" role=\"presentation\" class=\"icon icon-toggle-plus\" viewbox=\"0 0 192 192\"\u003e\n        \u003cpath d=\"M30 96h132M96 30v132\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003csvg aria-hidden=\"true\" focusable=\"false\" role=\"presentation\" class=\"icon icon-toggle-minus\" viewbox=\"0 0 192 192\"\u003e\n        \u003cpath d=\"M30 96h132\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"product__accordion__content\" id=\"ProductAccordion--shipping-returns\" data-collapsible-container=\"\"\u003e\n      \u003cdiv class=\"product__accordion__inner rte\" data-collapsible-content=\"\"\u003e\n        \u003cp\u003e\u003cstrong\u003eWe offer FREE Worldwide Shipping!\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eDue to the influx of orders from our ongoing \u003cstrong\u003esale\u003c\/strong\u003e, there will be a slight delay in dispatch. Rest assured, all orders will be shipped within a \u003cstrong\u003e24-48 hour timeframe\u003c\/strong\u003e. Depending on your geographic location, the delivery may take approximately \u003cstrong\u003e5-7 business days\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003cp\u003eAlthough we offer shipping to all countries, a few islands are excluded from our delivery area. If your country is available during checkout we ship to your country. We also provide standard international tracked shipping at no additional cost on all orders.\u003c\/p\u003e\n        \u003cp\u003eAdditionally, we offer a premium international insured shipping option at a modest charge of \u003cstrong\u003e$2.99USD\u003c\/strong\u003e, which we highly recommend for prioritized service and faster delivery.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eReturns\u003c\/strong\u003e\u003cbr\u003eAll returns must be postmarked within fourteen (14) days of the delivery. All returned items must be in new and unused condition, in the original packaging. See our \u003ca href=\"https:\/\/08f531-2.myshopify.com\/policies\/refund-policy\" title=\"Refund Policy\"\u003ereturn policy\u003c\/a\u003e for more info\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 确保手风琴正常工作的样式和脚本 --\u003e\n\u003cstyle\u003e\n  .product__accordion {\n    border-bottom: 1px solid rgba(0,0,0,0.1);\n    margin-bottom: 10px;\n  }\n  .product__accordion__title {\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: transparent;\n    border: none;\n    padding: 16px 0;\n    font-size: 18px;\n    font-weight: 600;\n    cursor: pointer;\n    font-family: inherit;\n    color: #000000;\n    text-align: left;\n  }\n  .product__accordion__title svg {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.2s;\n    stroke: #000000;\n    stroke-width: 6;\n  }\n  .product__accordion__title .icon-toggle-minus {\n    display: none;\n  }\n  .product__accordion__title.active .icon-toggle-plus {\n    display: none;\n  }\n  .product__accordion__title.active .icon-toggle-minus {\n    display: block;\n  }\n  .product__accordion__content {\n    display: none;\n    padding: 0 0 20px 0;\n  }\n  .product__accordion__content.active {\n    display: block;\n  }\n  .product__accordion__inner {\n    font-size: 15px;\n    line-height: 1.5;\n    color: #2c2c2c;\n  }\n  .product__accordion__inner p {\n    margin: 0 0 12px;\n  }\n  @media (max-width: 640px) {\n    .product__accordion__title {\n      font-size: 16px;\n      padding: 14px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  (function() {\n    \/\/ 获取当前手风琴的按钮和内容容器\n    var container = document.getElementById('Block--9927e90d-2ecb-4104-af67-0dadf75b2a0a');\n    if (!container) return;\n    var btn = container.querySelector('.product__accordion__title');\n    var content = container.querySelector('.product__accordion__content');\n    if (btn \u0026\u0026 content) {\n      btn.addEventListener('click', function() {\n        btn.classList.toggle('active');\n        content.classList.toggle('active');\n      });\n      \/\/ 确保初始状态为收起（默认不展开）\n      btn.classList.remove('active');\n      content.classList.remove('active');\n    }\n  })();\n\u003c\/script\u003e","brand":"mysite","offers":[{"title":"Buy 2 Get 1 Free","offer_id":47065208750219,"sku":"DE26Z002653-001000*3","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Buy 3 Get 2 Free","offer_id":47065208782987,"sku":"DE26Z002653-001000*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Buy 1","offer_id":47065208815755,"sku":"DE26Z002653-001000","price":28.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/4490\/0491\/files\/6_039060ba-f2f8-4c8d-8df3-fb35cd74a6fa.jpg?v=1779763377","url":"https:\/\/ovirow.com\/products\/ccf2","provider":"ovirow","version":"1.0","type":"link"}