{"product_id":"🌸-hercomfort™-relief-pad-insulated-bottle-bundle-warmth-hydration-wherever-you-go-💧🔥","title":"🌸 HerComfort™ Relief Pad \u0026 Insulated Bottle Bundle — Warmth \u0026 Hydration, Wherever You Go 💧🔥","description":"\u003cstyle\u003e\n  .hc-bundle {\n    font-family: Arial, sans-serif;\n    background: linear-gradient(180deg, #fff7fb 0%, #ffffff 100%);\n    color: #2b2b2b;\n    padding: 28px 18px;\n    border-radius: 22px;\n    overflow: hidden;\n  }\n\n  .hc-bundle * {\n    box-sizing: border-box;\n  }\n\n  .hc-hero {\n    text-align: center;\n    padding: 30px 15px;\n    background: linear-gradient(135deg, #ffe3f1, #fff8fb);\n    border-radius: 24px;\n    box-shadow: 0 12px 30px rgba(255, 105, 180, 0.15);\n    animation: hcFadeUp 0.8s ease forwards;\n  }\n\n  .hc-badge {\n    display: inline-block;\n    background: #ffffff;\n    color: #d63384;\n    padding: 8px 16px;\n    border-radius: 999px;\n    font-weight: 700;\n    font-size: 13px;\n    margin-bottom: 14px;\n    box-shadow: 0 6px 18px rgba(214, 51, 132, 0.15);\n  }\n\n  .hc-hero h1 {\n    font-size: 31px;\n    line-height: 1.15;\n    margin: 0 0 14px;\n    color: #b91e63;\n  }\n\n  .hc-hero p {\n    font-size: 17px;\n    line-height: 1.7;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .hc-highlight {\n    margin: 24px auto 0;\n    display: inline-block;\n    background: #b91e63;\n    color: #fff;\n    padding: 13px 22px;\n    border-radius: 14px;\n    font-weight: 800;\n    box-shadow: 0 10px 22px rgba(185, 30, 99, 0.22);\n  }\n\n  .hc-section {\n    margin-top: 34px;\n    animation: hcFadeUp 1s ease forwards;\n  }\n\n  .hc-section h2 {\n    text-align: center;\n    color: #b91e63;\n    font-size: 25px;\n    margin-bottom: 20px;\n  }\n\n  .hc-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .hc-card {\n    background: #ffffff;\n    padding: 22px;\n    border-radius: 20px;\n    box-shadow: 0 10px 28px rgba(0,0,0,0.07);\n    border: 1px solid #ffe0ef;\n    transition: all 0.3s ease;\n  }\n\n  .hc-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 16px 35px rgba(214, 51, 132, 0.16);\n  }\n\n  .hc-card h3 {\n    margin: 0 0 10px;\n    color: #d63384;\n    font-size: 19px;\n  }\n\n  .hc-card p {\n    margin: 0;\n    line-height: 1.65;\n    font-size: 15.5px;\n  }\n\n  .hc-benefits {\n    background: #fff;\n    border-radius: 24px;\n    padding: 26px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n  }\n\n  .hc-benefit {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    padding: 14px 0;\n    border-bottom: 1px solid #f7d9e7;\n  }\n\n  .hc-benefit:last-child {\n    border-bottom: none;\n  }\n\n  .hc-icon {\n    font-size: 23px;\n    min-width: 30px;\n  }\n\n  .hc-benefit strong {\n    color: #b91e63;\n  }\n\n  .hc-quote {\n    text-align: center;\n    background: linear-gradient(135deg, #b91e63, #e85b9d);\n    color: #fff;\n    padding: 28px 22px;\n    border-radius: 24px;\n    margin-top: 34px;\n    box-shadow: 0 14px 32px rgba(185, 30, 99, 0.25);\n  }\n\n  .hc-quote p {\n    font-size: 18px;\n    line-height: 1.7;\n    margin: 0;\n    font-style: italic;\n  }\n\n  .hc-offer {\n    text-align: center;\n    background: #fff7fb;\n    border: 2px dashed #d63384;\n    border-radius: 24px;\n    padding: 28px 18px;\n    margin-top: 34px;\n  }\n\n  .hc-offer h2 {\n    margin-top: 0;\n  }\n\n  .hc-cta {\n    display: inline-block;\n    margin-top: 16px;\n    background: #d63384;\n    color: #ffffff !important;\n    text-decoration: none;\n    padding: 16px 28px;\n    border-radius: 999px;\n    font-weight: 800;\n    font-size: 17px;\n    box-shadow: 0 10px 25px rgba(214, 51, 132, 0.28);\n    animation: hcPulse 1.8s infinite;\n  }\n\n  .hc-trust {\n    margin-top: 18px;\n    font-size: 14px;\n    color: #555;\n  }\n\n  @keyframes hcFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(22px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes hcPulse {\n    0% {\n      transform: scale(1);\n    }\n    50% {\n      transform: scale(1.04);\n    }\n    100% {\n      transform: scale(1);\n    }\n  }\n\n  @media (max-width: 700px) {\n    .hc-bundle {\n      padding: 18px 12px;\n    }\n\n    .hc-hero h1 {\n      font-size: 25px;\n    }\n\n    .hc-hero p {\n      font-size: 15.5px;\n    }\n\n    .hc-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hc-card {\n      padding: 19px;\n    }\n\n    .hc-section h2 {\n      font-size: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hc-bundle\"\u003e\n\n  \u003cdiv class=\"hc-hero\"\u003e\n    \u003cdiv class=\"hc-badge\"\u003e🌸 Premium Self-Care Bundle\u003c\/div\u003e\n    \u003ch1\u003eHerComfort™ Relief Pad \u0026amp; Insulated Bottle Bundle\u003c\/h1\u003e\n    \u003cp\u003e\n      Warmth, comfort and hydration — all in one beautifully designed bundle.\n      Whether it’s that time of the month, a long day on your feet, or everyday tension,\n      this bundle helps you feel supported wherever life takes you.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hc-highlight\"\u003e💧 Stay Warm. Stay Hydrated. Stay Comfortable.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hc-section\"\u003e\n    \u003ch2\u003e✨ What’s Included\u003c\/h2\u003e\n\n    \u003cdiv class=\"hc-grid\"\u003e\n      \u003cdiv class=\"hc-card\"\u003e\n        \u003ch3\u003e🔥 HerComfort™ Electric Relief Pad\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed to deliver soothing targeted warmth to help comfort cramps,\n          lower-back discomfort and muscle tension — at home, at work or on the go.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hc-card\"\u003e\n        \u003ch3\u003e💧 Premium Insulated Bottle\u003c\/h3\u003e\n        \u003cp\u003e\n          Keeps your favourite drink hot or cold for hours, making it perfect for warm tea,\n          cold water, or your everyday hydration routine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hc-section hc-benefits\"\u003e\n    \u003ch2\u003e💆‍♀️ Why You’ll Love This Bundle\u003c\/h2\u003e\n\n    \u003cdiv class=\"hc-benefit\"\u003e\n      \u003cdiv class=\"hc-icon\"\u003e✅\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eComfort when you need it most\u003c\/strong\u003e\u003cbr\u003eSoothing warmth designed for those uncomfortable days.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hc-benefit\"\u003e\n      \u003cdiv class=\"hc-icon\"\u003e👜\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003ePortable and lifestyle-friendly\u003c\/strong\u003e\u003cbr\u003eMade for your real life — not just your couch.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hc-benefit\"\u003e\n      \u003cdiv class=\"hc-icon\"\u003e💧\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eHydration made easy\u003c\/strong\u003e\u003cbr\u003eEnjoy warm herbal tea or cold water while taking care of yourself.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hc-benefit\"\u003e\n      \u003cdiv class=\"hc-icon\"\u003e🎁\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003ePerfect self-care gift\u003c\/strong\u003e\u003cbr\u003eA thoughtful gift for yourself or someone who deserves extra comfort.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hc-benefit\"\u003e\n      \u003cdiv class=\"hc-icon\"\u003e🌸\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003ePremium feel\u003c\/strong\u003e\u003cbr\u003eA beautiful bundle designed to look good, feel good and make self-care easier.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hc-quote\"\u003e\n    \u003cp\u003e\n      “This bundle is a game-changer. The relief pad is so comforting, and the bottle keeps my tea warm for hours.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hc-offer\"\u003e\n    \u003ch2\u003e🎁 Bundle \u0026amp; Save\u003c\/h2\u003e\n    \u003cp\u003e\n      Get the HerComfort™ Relief Pad and Premium Insulated Bottle together\n      at an exclusive bundle price.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eBecause taking care of yourself shouldn’t feel complicated.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003ca href=\"#AddToCart\" class=\"hc-cta\"\u003eAdd Bundle To Cart 🌸\u003c\/a\u003e\n\n    \u003cdiv class=\"hc-trust\"\u003e\n      🇿🇦 South African brand · Limited stock available · Secure checkout\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HerComfort.co.za","offers":[{"title":"Default Title","offer_id":47150242201737,"sku":null,"price":799.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/2991\/6297\/files\/ChatGPTImageJul3_2026_10_53_57AM.png?v=1783068852","url":"https:\/\/hercomfort.co.za\/products\/%f0%9f%8c%b8-hercomfort%e2%84%a2-relief-pad-insulated-bottle-bundle-warmth-hydration-wherever-you-go-%f0%9f%92%a7%f0%9f%94%a5","provider":"HerComfort","version":"1.0","type":"link"}