{"product_id":"warmneck-disposable-steam-neck-wrap","title":"WarmNeck - Disposable Steam Neck Wrap","description":"\u003cstyle\u003e\n  .wn-wrap {\n    font-family: inherit;\n    color: inherit;\n    max-width: 100%;\n  }\n \n  .wn-section {\n    margin-bottom: 48px;\n  }\n \n  .wn-label {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: #C17D3C;\n    font-weight: 600;\n    margin-bottom: 8px;\n  }\n \n  .wn-heading {\n    font-size: 28px;\n    font-weight: 700;\n    color: #1C1A17;\n    margin-bottom: 12px;\n    line-height: 1.3;\n  }\n \n  .wn-body {\n    font-size: 15px;\n    color: #6B6560;\n    line-height: 1.8;\n    margin-bottom: 16px;\n  }\n \n  \/* HOOK SECTION *\/\n  .wn-hook {\n    background: linear-gradient(135deg, #D4EAF3, #EBF4F8);\n    border-radius: 20px;\n    padding: 36px;\n    margin-bottom: 48px;\n  }\n \n  .wn-hook .wn-heading { font-size: 26px; }\n \n  \/* BULLET LIST *\/\n  .wn-bullets {\n    list-style: none;\n    padding: 0;\n    margin: 16px 0;\n  }\n \n  .wn-bullets li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 15px;\n    color: #1C1A17;\n    margin-bottom: 12px;\n    line-height: 1.6;\n  }\n \n  .wn-bullets li .wn-bullet-icon {\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    background: #7BAFC4;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: white;\n    font-size: 12px;\n    font-weight: 700;\n    margin-top: 2px;\n  }\n \n  \/* STEPS *\/\n  .wn-steps {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 24px;\n  }\n \n  .wn-step {\n    background: #FAF7F2;\n    border: 1px solid #E8E2D9;\n    border-radius: 16px;\n    padding: 24px;\n    transition: border-color 0.2s;\n  }\n \n  .wn-step:hover { border-color: #C17D3C; }\n \n  .wn-step-num {\n    font-size: 36px;\n    font-weight: 700;\n    color: #E8E2D9;\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n \n  .wn-step-icon { font-size: 24px; margin-bottom: 8px; display: block; }\n \n  .wn-step-title {\n    font-size: 15px;\n    font-weight: 600;\n    color: #1C1A17;\n    margin-bottom: 6px;\n  }\n \n  .wn-step-desc {\n    font-size: 13px;\n    color: #6B6560;\n    line-height: 1.6;\n  }\n \n  \/* COMPARISON *\/\n  .wn-compare {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-top: 24px;\n  }\n \n  .wn-compare-card {\n    border-radius: 16px;\n    padding: 28px;\n  }\n \n  .wn-compare-card.good {\n    background: linear-gradient(135deg, #D4EAF3, #EBF4F8);\n    border: 2px solid #7BAFC4;\n  }\n \n  .wn-compare-card.bad {\n    background: #F8F6F3;\n    border: 2px solid #E8E2D9;\n    opacity: 0.75;\n  }\n \n  .wn-compare-badge {\n    display: inline-block;\n    padding: 4px 12px;\n    border-radius: 100px;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 14px;\n  }\n \n  .wn-compare-card.good .wn-compare-badge { background: #7BAFC4; color: white; }\n  .wn-compare-card.bad .wn-compare-badge { background: #E8E2D9; color: #6B6560; }\n \n  .wn-compare-title {\n    font-size: 17px;\n    font-weight: 700;\n    color: #1C1A17;\n    margin-bottom: 14px;\n  }\n \n  .wn-compare-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n \n  .wn-compare-list li {\n    font-size: 13px;\n    color: #6B6560;\n    margin-bottom: 10px;\n    line-height: 1.5;\n    padding-left: 20px;\n    position: relative;\n  }\n \n  .wn-compare-card.good .wn-compare-list li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #7BAFC4;\n    font-weight: 700;\n  }\n \n  .wn-compare-card.bad .wn-compare-list li::before {\n    content: '✗';\n    position: absolute;\n    left: 0;\n    color: #C0796A;\n    font-weight: 700;\n  }\n \n  \/* USE CASES *\/\n  .wn-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 24px;\n  }\n \n  .wn-use-card {\n    background: #FAF7F2;\n    border: 1px solid #E8E2D9;\n    border-radius: 14px;\n    padding: 20px;\n    transition: all 0.2s;\n  }\n \n  .wn-use-card:hover {\n    border-color: #E8C49A;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.05);\n  }\n \n  .wn-use-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n  .wn-use-title { font-size: 14px; font-weight: 600; color: #1C1A17; margin-bottom: 6px; }\n  .wn-use-desc { font-size: 12px; color: #6B6560; line-height: 1.6; }\n \n  \/* SPECS TABLE *\/\n  .wn-specs {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 24px;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n \n  .wn-specs tr:nth-child(even) { background: #FAF7F2; }\n  .wn-specs tr:nth-child(odd) { background: #FDFCFA; }\n \n  .wn-specs td {\n    padding: 14px 20px;\n    font-size: 14px;\n    border-bottom: 1px solid #E8E2D9;\n  }\n \n  .wn-specs td:first-child {\n    font-weight: 600;\n    color: #1C1A17;\n    width: 40%;\n  }\n \n  .wn-specs td:last-child { color: #6B6560; }\n \n  \/* FAQ *\/\n  .wn-faq { margin-top: 24px; }\n \n  .wn-faq-item {\n    border-bottom: 1px solid #E8E2D9;\n    padding: 20px 0;\n  }\n \n  .wn-faq-q {\n    font-size: 15px;\n    font-weight: 600;\n    color: #1C1A17;\n    margin-bottom: 10px;\n  }\n \n  .wn-faq-a {\n    font-size: 14px;\n    color: #6B6560;\n    line-height: 1.7;\n  }\n \n  \/* SELF CARE CALLOUT *\/\n  .wn-callout {\n    background: #1C1A17;\n    border-radius: 20px;\n    padding: 40px;\n    margin-bottom: 48px;\n    text-align: center;\n  }\n \n  .wn-callout .wn-heading { color: white; font-size: 26px; }\n  .wn-callout .wn-body { color: rgba(255,255,255,0.6); max-width: 480px; margin: 0 auto; }\n \n  \/* DIVIDER *\/\n  .wn-divider {\n    border: none;\n    border-top: 1px solid #E8E2D9;\n    margin: 48px 0;\n  }\n \n  \/* MOBILE *\/\n  @media (max-width: 600px) {\n    .wn-steps { grid-template-columns: 1fr; }\n    .wn-compare { grid-template-columns: 1fr; }\n    .wn-use-grid { grid-template-columns: 1fr 1fr; }\n    .wn-hook { padding: 24px; }\n    .wn-callout { padding: 28px 20px; }\n  }\n\u003c\/style\u003e\n \n\u003cdiv class=\"wn-wrap\"\u003e\n \n  \u003c!-- SECTION 1 — HOOK --\u003e\n  \u003cdiv class=\"wn-hook\"\u003e\n    \u003cdiv class=\"wn-label\"\u003eThe WarmNeck Difference\u003c\/div\u003e\n    \u003cdiv class=\"wn-heading\"\u003eYour Neck Has Been Working Hard. Give It a Break.\u003c\/div\u003e\n    \u003cp class=\"wn-body\"\u003eStaring at screens. Sleeping wrong. Long flights. Back to back meetings. Your neck carries more tension than you realize.\u003c\/p\u003e\n    \u003cp class=\"wn-body\"\u003eWarmNeck wraps around your neck in seconds and gets to work immediately. No cords. No buttons. No waiting for a microwave. Just open the pouch, wrap it on, and feel the warmth build within minutes.\u003c\/p\u003e\n  \u003c\/div\u003e\n \n  \u003c!-- SECTION 2 — STEAM HEAT --\u003e\n  \u003cdiv class=\"wn-section\"\u003e\n    \u003cdiv class=\"wn-label\"\u003eWhy Steam Heat\u003c\/div\u003e\n    \u003cdiv class=\"wn-heading\"\u003eSteam Heat. Not Just Warmth.\u003c\/div\u003e\n    \u003cp class=\"wn-body\"\u003eMost heating pads use dry heat, it sits on the surface and fades fast. WarmNeck uses moist steam heat that transfers through water vapor, reaching deeper for longer lasting warmth. The difference is noticeable from the first use.\u003c\/p\u003e\n \n    \u003cul class=\"wn-bullets\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"wn-bullet-icon\"\u003e✓\u003c\/span\u003e Opens with air contact and heats automatically — no setup needed\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"wn-bullet-icon\"\u003e✓\u003c\/span\u003e Reaches 115°F within 5 minutes of opening\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"wn-bullet-icon\"\u003e✓\u003c\/span\u003e Maintains steady warmth for up to 4 hours\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"wn-bullet-icon\"\u003e✓\u003c\/span\u003e Soft, breathable fabric sits comfortably against skin\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"wn-bullet-icon\"\u003e✓\u003c\/span\u003e No fragrance, no medication, no harsh chemicals\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n \n \n  \u003c!-- FAQ --\u003e\n\n \n\u003c\/div\u003e\n ","brand":"Savamart ","offers":[{"title":"Default Title","offer_id":44148997881907,"sku":null,"price":17.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/8378\/4499\/files\/ChatGPT_Image_Mar_26_2026_07_48_12_PM.jpg?v=1774541056","url":"https:\/\/www.savamart.com\/products\/warmneck-disposable-steam-neck-wrap","provider":"Savamart ","version":"1.0","type":"link"}