{"title":"Sleep","description":"","products":[{"product_id":"silentnight-ear-plugs","title":"SilentNight™ Ear Plugs","description":"\u003cstyle\u003e\n  :root {\n    --petrol: #1F3A3D;\n    --petrol-dark: #142627;\n    --terracotta: #C4694A;\n    --terracotta-light: #E2977B;\n    --sand: #F7F3EC;\n    --sand-dark: #EDE6D8;\n    --ink: #2A2A28;\n    --cream-white: #FFFDF9;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: var(--font-body, 'Poppins', sans-serif);\n    background: var(--sand);\n    color: var(--ink);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  h1, h2, h3 {\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-weight: 500;\n    color: var(--petrol);\n    letter-spacing: -0.01em;\n  }\n\n  .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-dark) 100%);\n    color: var(--cream-white);\n    padding: 90px 24px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -120px; right: -120px;\n    width: 380px; height: 380px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(196,105,74,0.25) 0%, transparent 70%);\n  }\n  .hero .eyebrow {\n    font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--terracotta-light); margin-bottom: 22px; font-weight: 500;\n  }\n  .hero h1 {\n    color: var(--cream-white);\n    font-size: clamp(32px, 5vw, 56px);\n    max-width: 780px; margin: 0 auto 24px; line-height: 1.15;\n  }\n  .hero p.sub {\n    font-size: clamp(16px, 2vw, 20px);\n    color: rgba(255,253,249,0.82);\n    max-width: 560px; margin: 0 auto 32px; font-weight: 300;\n  }\n  .hero .social-proof {\n    font-size: 14px; color: var(--terracotta-light); font-weight: 500; margin-bottom: 8px;\n  }\n  .cta-btn {\n    display: inline-block; background: var(--terracotta); color: var(--cream-white);\n    padding: 18px 44px; border-radius: 4px; font-weight: 600; font-size: 16px;\n    text-decoration: none; letter-spacing: 0.01em;\n    transition: background 0.25s ease, transform 0.25s ease;\n    border: none; cursor: pointer;\n  }\n  .cta-btn:hover { background: #B25A3D; transform: translateY(-2px); }\n  .hero-bullets {\n    display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;\n    margin-top: 52px; max-width: 780px; margin-left: auto; margin-right: auto;\n  }\n  .hero-bullets div { font-size: 14px; color: rgba(255,253,249,0.9); max-width: 200px; font-weight: 300; }\n\n  section { padding: 90px 24px; }\n  .section-inner { max-width: 780px; margin: 0 auto; }\n  .eyebrow-mark {\n    font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;\n    color: var(--terracotta); font-weight: 600; margin-bottom: 16px; display: block;\n  }\n\n  \/* PROBLEM *\/\n  .problem { background: var(--cream-white); }\n  .problem h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 28px; line-height: 1.25; }\n  .problem p { font-size: 17px; color: #4A4A46; margin-bottom: 22px; font-weight: 300; }\n  .problem .closer {\n    font-family: var(--font-heading, 'Fraunces', serif); font-style: italic;\n    font-size: 20px; color: var(--petrol); margin-top: 36px; font-weight: 400;\n  }\n\n  \/* STATS PROOF *\/\n  .stats-proof { background: var(--sand-dark); }\n  .stats-proof .container { max-width: 620px; }\n  .stats-proof h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 30px; }\n  .stats-proof__row { display: flex; align-items: baseline; gap: 18px; padding: 16px 0; }\n  .stats-proof__percent {\n    font-family: var(--font-heading, 'Fraunces', serif); font-size: 30px;\n    color: var(--terracotta); min-width: 80px; font-weight: 600;\n  }\n  .stats-proof__row p { font-size: 15px; color: var(--ink); font-weight: 400; }\n  .stats-proof .cta-btn { margin-top: 26px; }\n\n  \/* TRANSFORMATION *\/\n  .transform { background: var(--cream-white); }\n  .transform h2 { text-align: center; font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }\n  .transform .subtext {\n    text-align: center; max-width: 620px; margin: 0 auto 50px;\n    font-size: 16px; color: #4A4A46; font-weight: 300;\n  }\n  .transform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 850px; margin: 0 auto; }\n  .transform-col { padding: 34px; border-radius: 6px; }\n  .transform-col.before { background: var(--sand); }\n  .transform-col.after { background: var(--petrol); color: var(--cream-white); }\n  .transform-col h4 {\n    font-family: var(--font-heading, 'Fraunces', serif); font-size: 13px;\n    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 20px; font-weight: 600;\n  }\n  .transform-col.before h4 { color: var(--terracotta); }\n  .transform-col.after h4 { color: var(--terracotta-light); }\n  .transform-col ul { list-style: none; }\n  .transform-col li { padding: 8px 0; font-size: 15px; font-weight: 300; }\n  .transform-italic {\n    text-align: center; max-width: 620px; margin: 40px auto 0;\n    font-family: var(--font-heading, 'Fraunces', serif); font-style: italic;\n    color: var(--petrol); font-size: 17px;\n  }\n\n  \/* INTRO PRODUCT *\/\n  .intro { background: var(--sand-dark); text-align: center; }\n  .intro h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 26px; }\n  .intro p { font-size: 17px; color: #4A4A46; font-weight: 300; max-width: 640px; margin: 0 auto 18px; }\n  .intro .mechanism {\n    background: var(--cream-white); border-radius: 6px; padding: 22px 26px;\n    max-width: 620px; margin: 30px auto 0; text-align: left; font-size: 15px;\n    color: var(--ink); font-weight: 300;\n  }\n  .intro .mechanism strong { font-weight: 600; color: var(--petrol); }\n\n  \/* VIDEO *\/\n  .video-wrapper{\n    width:100%;\n    max-width:640px;\n    margin:36px auto 8px;\n    border-radius:12px;\n    background: var(--cream-white);\n    padding: 20px;\n    aspect-ratio: 16 \/ 9;\n  }\n  .video-wrapper video{\n    width:100%;\n    height:100%;\n    display:block;\n    object-fit:cover;\n    border-radius: 6px;\n    background: #111;\n  }\n  .video-caption {\n    font-size: 13.5px;\n    color: #6f6f68;\n    font-style: italic;\n    max-width: 500px;\n    margin: 14px auto 0;\n  }\n\n  \/* 3-IN-1 MECHANISM TABS *\/\n  .mechanism-tabs { background: var(--sand-dark); }\n  .mechanism-tabs h2 { text-align: center; font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }\n  .mechanism-tabs .subtext {\n    text-align: center; max-width: 560px; margin: 0 auto 50px;\n    font-size: 16px; color: #4A4A46; font-weight: 300;\n  }\n  .mechanism-tabs__row { display: flex; flex-direction: column; gap: 12px; max-width: 980px; margin: 0 auto; }\n  @media (min-width: 900px) {\n    .mechanism-tabs__row { flex-direction: row; align-items: stretch; height: 480px; }\n  }\n  .mech-panel {\n    border-radius: 8px; overflow: hidden; background: var(--petrol);\n    position: relative; transition: flex-grow .35s ease;\n  }\n  @media (min-width: 900px) {\n    .mech-panel { flex: 1 1 0; display: flex; flex-direction: column; }\n    .mech-panel.is-active { flex: 4 1 0; }\n  }\n  .mech-panel__trigger {\n    all: unset; display: flex; align-items: center; justify-content: space-between;\n    width: 100%; padding: 18px 22px; cursor: pointer; color: var(--cream-white);\n    font-family: var(--font-heading, 'Fraunces', serif); font-size: 17px; font-weight: 500;\n    position: relative; z-index: 2; box-sizing: border-box;\n  }\n  .mech-panel__trigger-left { display: flex; align-items: center; gap: 12px; }\n  .mech-panel__icon { font-size: 20px; line-height: 1; color: var(--terracotta-light); }\n  .mech-panel__toggle {\n    width: 24px; height: 24px; border-radius: 50%;\n    border: 1.5px solid rgba(255,253,249,.5); position: relative; flex-shrink: 0;\n  }\n  .mech-panel__toggle::before, .mech-panel__toggle::after {\n    content: ''; position: absolute; background: var(--cream-white);\n    top: 50%; left: 50%; transform: translate(-50%, -50%);\n  }\n  .mech-panel__toggle::before { width: 10px; height: 1.5px; }\n  .mech-panel__toggle::after { width: 1.5px; height: 10px; transition: opacity .2s ease; }\n  .mech-panel.is-active .mech-panel__toggle::after { opacity: 0; }\n  .mech-panel__media { position: relative; flex: 1; min-height: 220px; }\n  .mech-panel__media img {\n    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8;\n  }\n  .mech-panel__media img.mech-img--mobile { display: none; }\n  .mech-panel__media img.mech-img--desktop { display: block; }\n  .mech-panel__copy {\n    position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; color: var(--cream-white);\n    background: linear-gradient(to top, rgba(20,38,39,.85), transparent 75%);\n    font-size: 14.5px; font-weight: 300; line-height: 1.6;\n    opacity: 0; transform: translateY(8px);\n    transition: opacity .25s ease .1s, transform .25s ease .1s;\n  }\n  .mech-panel.is-active .mech-panel__copy { opacity: 1; transform: translateY(0); }\n  .mech-panel__copy p { margin: 0; max-width: 420px; font-weight: 300; }\n\n  @media (max-width: 899px) {\n    .mech-panel__media {\n      display: block;\n      position: static;\n    }\n    .mech-panel__media img {\n      position: static;\n      width: 100%;\n      height: auto;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n      opacity: 1;\n    }\n    .mech-panel__media img.mech-img--desktop { display: none; }\n    .mech-panel__media img.mech-img--mobile { display: block; }\n    .mech-panel__copy {\n      position: static;\n      background: var(--petrol);\n      display: grid;\n      grid-template-rows: 0fr;\n      opacity: 0;\n      transition: grid-template-rows .35s ease, opacity .25s ease;\n    }\n    .mech-panel__copy-inner { overflow: hidden; padding: 0 22px; min-height: 0; }\n    .mech-panel.is-active .mech-panel__copy {\n      grid-template-rows: 1fr;\n      opacity: 1;\n    }\n    .mech-panel.is-active .mech-panel__copy-inner { padding: 18px 22px 22px; }\n  }\n\n  \/* TESTIMONIALS *\/\n  .testimonials { background: var(--cream-white); }\n  .testimonials h2 { text-align: center; font-size: clamp(28px, 4vw, 38px); margin-bottom: 10px; }\n  .testimonials .stars {\n    text-align: center; color: var(--terracotta); font-size: 14px; font-weight: 600; margin-bottom: 46px;\n  }\n  .testimonial-grid { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }\n  .testimonial-card { background: var(--sand); border-radius: 8px; padding: 26px; }\n  .testimonial-card .quote { font-size: 15px; color: var(--ink); font-weight: 300; min-height: 90px; margin-bottom: 20px; }\n  .testimonial-card .author { display: flex; align-items: center; gap: 12px; }\n  .testimonial-card .avatar {\n    width: 42px; height: 42px; border-radius: 50%; background: var(--petrol); color: var(--cream-white);\n    display: flex; align-items: center; justify-content: center;\n    font-family: var(--font-heading, 'Fraunces', serif); font-size: 15px; flex-shrink: 0;\n  }\n  .testimonial-card .author-info strong { display: block; font-size: 14px; color: var(--petrol); }\n  .testimonial-card .author-info span { font-size: 12.5px; color: #8a8a84; }\n\n  \/* BENEFITS *\/\n  .benefits { background: var(--cream-white); }\n  .benefits h2 { text-align: center; font-size: clamp(28px, 4vw, 40px); margin-bottom: 60px; }\n  .benefit-grid { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }\n  .benefit-card { background: var(--sand); padding: 34px 30px; border-radius: 6px; }\n  .benefit-card h3 { font-size: 19px; margin-bottom: 12px; font-weight: 500; }\n  .benefit-card p { font-size: 15px; color: #4A4A46; font-weight: 300; }\n\n  \/* HOW IT WORKS *\/\n  .how { background: var(--petrol); color: var(--cream-white); }\n  .how .section-inner { max-width: 900px; }\n  .how h2 { color: var(--cream-white); text-align: center; font-size: clamp(28px, 4vw, 40px); margin-bottom: 60px; }\n  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }\n  .step { text-align: center; }\n  .step .num {\n    font-family: var(--font-heading, 'Fraunces', serif); font-size: 44px;\n    color: var(--terracotta-light); margin-bottom: 14px;\n  }\n  .step h3 { color: var(--cream-white); font-size: 18px; margin-bottom: 12px; font-weight: 500; }\n  .step p { color: rgba(255,253,249,0.78); font-size: 14.5px; font-weight: 300; }\n\n  \/* COMPARE TABLE *\/\n  .compare { background: var(--sand-dark); }\n  .compare h2 { text-align: center; font-size: clamp(28px, 4vw, 40px); margin-bottom: 50px; }\n  .table-scroll { width: 100%; max-width: 950px; margin: 0 auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }\n  table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 14.5px; background: var(--cream-white); }\n  th, td { padding: 16px 18px; text-align: center; white-space: nowrap; }\n  th {\n    background: var(--petrol); color: var(--cream-white); font-weight: 500;\n    font-family: var(--font-heading, 'Fraunces', serif); font-size: 15px;\n  }\n  th:first-child, td:first-child { text-align: left; font-weight: 500; white-space: normal; }\n  .highlight-col { background: rgba(196,105,74,0.1); font-weight: 600; color: var(--petrol); white-space: normal !important; }\n  th.highlight-col { background: var(--terracotta); color: var(--cream-white); }\n  .compare-closer {\n    text-align: center; font-family: var(--font-heading, 'Fraunces', serif);\n    font-style: italic; font-size: 19px; color: var(--petrol); margin-top: 40px;\n  }\n\n  \/* FEATURES *\/\n  .features { background: var(--cream-white); }\n  .features h2 { text-align: center; font-size: clamp(28px, 4vw, 40px); margin-bottom: 50px; }\n  .feature-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }\n  .feature-item {\n    display: flex; align-items: center; gap: 16px; background: var(--sand);\n    padding: 20px 22px; border-radius: 6px;\n  }\n  .feature-item .icon { font-size: 22px; }\n  .feature-item span.label { font-size: 15px; font-weight: 500; color: var(--petrol); }\n\n  \/* GUARANTEE *\/\n  .guarantee { background: var(--sand-dark); text-align: center; }\n  .guarantee-box { max-width: 640px; margin: 0 auto; background: var(--cream-white); padding: 50px 40px; border-radius: 8px; }\n  .guarantee-box .badge { font-size: 40px; margin-bottom: 20px; }\n  .guarantee-box h2 { font-size: clamp(24px, 3vw, 30px); margin-bottom: 20px; color: var(--petrol-dark); }\n  .guarantee-box p { font-size: 15.5px; color: #4A4A46; font-weight: 300; margin-bottom: 12px; }\n  .guarantee-box .final-line {\n    font-family: var(--font-heading, 'Fraunces', serif); font-style: italic;\n    color: var(--terracotta); font-size: 17px; margin-top: 20px;\n  }\n\n  \/* FINAL CTA *\/\n  .final-cta {\n    background: linear-gradient(160deg, var(--petrol-dark) 0%, var(--petrol) 100%);\n    color: var(--cream-white); text-align: center; padding: 110px 24px;\n  }\n  .final-cta h2 { color: var(--cream-white); font-size: clamp(28px, 4.5vw, 44px); max-width: 640px; margin: 0 auto 24px; line-height: 1.25; }\n  .final-cta p { color: rgba(255,253,249,0.82); font-size: 17px; font-weight: 300; max-width: 560px; margin: 0 auto 40px; }\n  .final-cta .micro { margin-top: 22px; font-size: 13px; color: rgba(255,253,249,0.6); letter-spacing: 0.02em; }\n\n  @media (max-width: 720px) {\n    .benefit-grid, .steps, .transform-grid, .feature-grid, .testimonial-grid, .stats-proof .container {\n      grid-template-columns: 1fr;\n    }\n    section { padding: 60px 20px; }\n    table { font-size: 12.5px; min-width: 560px; }\n    th, td { padding: 10px 8px; }\n    .table-scroll::after {\n      content: '← swipe to see all →'; display: block; text-align: center;\n      font-size: 11px; color: var(--terracotta); margin-top: 10px; font-style: italic;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq { background: var(--sand); }\n  .faq h2 { text-align: center; font-size: clamp(28px, 4vw, 40px); margin-bottom: 50px; }\n  .faq-item { background: var(--cream-white); border-radius: 6px; margin-bottom: 14px; overflow: hidden; }\n  .faq-item summary {\n    padding: 22px 26px; font-weight: 500; font-size: 16px; color: var(--petrol);\n    cursor: pointer; list-style: none; position: relative;\n  }\n  .faq-item summary::-webkit-details-marker { display: none; }\n  .faq-item summary::after {\n    content: '+'; position: absolute; right: 26px; top: 20px; font-size: 22px; color: var(--terracotta);\n  }\n  .faq-item[open] summary::after { content: '−'; }\n  .faq-item p { padding: 0 26px 22px; font-size: 15px; font-weight: 300; color: #4A4A46; line-height: 1.6; }\n\u003c\/style\u003e\n\n\u003c!-- 1. HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSilentNight™\u003c\/span\u003e\n\u003ch1\u003eThe Earplug Built for Every Moment You Need Real Quiet\u003c\/h1\u003e\n\u003cp class=\"sub\"\u003eWhether you're sleeping, studying, meditating, or just need five minutes of peace in a loud day — a soft hook locks it in place, without the ache foam leaves behind.\u003c\/p\u003e\n\u003cp class=\"social-proof\"\u003e★ Trusted by 800+ light sleepers, remote workers, and noise-sensitive people across the US\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.smartlivstore.com\/cart\/46848550469831:1\" class=\"cta-btn\"\u003eGet SilentNight™ Today →\u003c\/a\u003e\n\u003cdiv class=\"hero-bullets\"\u003e\n\u003cdiv\u003e🔇 Blocks out snoring, traffic, and background chatter — day or night\u003c\/div\u003e\n\u003cdiv\u003e🎯 Locks in place for sleep, deep focus, or a quiet moment on the go\u003c\/div\u003e\n\u003cdiv\u003e💧 Waterproof, reusable silicone — rinse it, don't bin it\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 2. PROBLEM --\u003e\n\u003csection class=\"problem\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cspan class=\"eyebrow-mark\"\u003eThe Noise You've Learned to Live With\u003c\/span\u003e\n\u003ch2\u003eIt's not just sleep. It's that nothing around you is quiet enough — to rest, to focus, or to just breathe.\u003c\/h2\u003e\n\u003cp\u003eYou've tried the cheap foam plugs. They work for an hour, then push themselves out — or turn hard and start to dig in until you give up and take them out.\u003c\/p\u003e\n\u003cp\u003eSo you've told yourself you're just \"sensitive to noise.\" That it's normal to lose focus at your desk, to lie awake next to a snorer, to never quite settle into a meditation because your brain won't switch off.\u003c\/p\u003e\n\u003cp\u003eYou're not the problem. You've just never had a plug built to actually stay where you put it — whether that's in bed at midnight or at your desk at 2pm.\u003c\/p\u003e\n\u003cp class=\"closer\"\u003eReal quiet isn't a luxury. It's just been badly designed — until now.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 3. STATS PROOF --\u003e\n\u003csection class=\"stats-proof\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eWhat people notice in the first week\u003c\/h2\u003e\n\u003cdiv class=\"stats-proof__row\"\u003e\n\u003cspan class=\"stats-proof__percent\"\u003e27dB\u003c\/span\u003e\n\u003cp\u003eAverage noise reduction reported — enough to take snoring, traffic, and office chatter down to a background hum\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats-proof__row\"\u003e\n\u003cspan class=\"stats-proof__percent\"\u003e92%\u003c\/span\u003e\n\u003cp\u003eSaid it stayed in place through a full night, a full workday, or both\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats-proof__row\"\u003e\n\u003cspan class=\"stats-proof__percent\"\u003e88%\u003c\/span\u003e\n\u003cp\u003eSaid they felt noticeably calmer and more focused within a few days of use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.smartlivstore.com\/cart\/46848550469831:1\" class=\"cta-btn\"\u003eGet SilentNight™ Now\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 4. LIFESTYLE TRANSFORMATION --\u003e\n\u003csection class=\"transform\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhat Changes When Silence Is Finally On Your Terms\u003c\/h2\u003e\n\u003cp class=\"subtext\"\u003eThis isn't about breaking in a new habit for weeks. Most people notice the difference the first time it actually stays in — whether that's at night, mid-workday, or halfway through a meditation.\u003c\/p\u003e\n\u003cdiv class=\"transform-grid\"\u003e\n\u003cdiv class=\"transform-col before\"\u003e\n\u003ch4\u003eBefore SilentNight™\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eWaking up to readjust a plug that's fallen out — again\u003c\/li\u003e\n\u003cli\u003eLosing focus at your desk every time someone starts talking nearby\u003c\/li\u003e\n\u003cli\u003eNever quite settling into meditation because your mind won't switch off\u003c\/li\u003e\n\u003cli\u003eFoggy, short-tempered days after another bad night — or another loud one\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"transform-col after\"\u003e\n\u003ch4\u003eAfter SilentNight™\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eA plug that locks around your ear and stays there — asleep, working, or still\u003c\/li\u003e\n\u003cli\u003eSoft silicone your ears barely notice, for hours at a time\u003c\/li\u003e\n\u003cli\u003eReal quiet whenever you need to focus, meditate, or just rest\u003c\/li\u003e\n\u003cli\u003eDays and nights that finally feel undisturbed, not just endured\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"transform-italic\"\u003eIt's a small object. But it's the difference between dreading the noise and finally tuning it out — whenever you need to.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5. INTRODUCE PRODUCT --\u003e\n\u003csection class=\"intro\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cspan class=\"eyebrow-mark\"\u003eMeet SilentNight™\u003c\/span\u003e\n\u003ch2\u003eNot foam. Not a generic clone. One plug, built for however you use it.\u003c\/h2\u003e\n\u003cp\u003eMost earplugs guess at one shape and hope it fits. SilentNight™ uses a soft hook that rests around the outer ear, so the plug locks in place instead of pressing straight into the canal.\u003c\/p\u003e\n\u003cp\u003eAdd a soft, layered silicone seal for real noise reduction, and you get a plug that stays put — whether you're asleep, deep in focus, or just need five quiet minutes.\u003c\/p\u003e\n\u003cp\u003eNo breaking-in period. No single-use waste. Just rinse, reinsert, and get your quiet back.\u003c\/p\u003e\n\u003cdiv class=\"mechanism\"\u003e\n\u003cstrong\u003eWhy it actually works:\u003c\/strong\u003e foam plugs fail because they expand unevenly, push themselves out, and trap moisture against the skin. Generic silicone plugs fail because the loop doesn't anchor to anything — it's decorative. SilentNight™'s hook is a real anchor, holding the plug around your ear's shape instead of jamming it into the canal.\u003c\/div\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003cvideo class=\"lazy-video\" muted=\"\" autoplay=\"autoplay\" loop=\"loop\" playsinline=\"\" preload=\"none\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/...\/poster.webp\"\u003e\n\u003csource data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4ccd27f4e46e448aa0227f195cac7d28.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cp class=\"video-caption\"\u003eWatch the hook settle into place — anchored around the ear, not pressed into it\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\n\u003c!-- 5.5 — 3-IN-1 MECHANISM --\u003e\n\u003csection class=\"mechanism-tabs\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eThree Things It Gets Right\u003c\/h2\u003e\n\u003cp class=\"subtext\"\u003eA seal that blocks noise, a hook that keeps it in place, and a build that holds up to daily life — asleep or awake.\u003c\/p\u003e\n\u003cdiv class=\"mechanism-tabs__row\" data-mech-tabs=\"\"\u003e\n\u003cdiv class=\"mech-panel is-active\" data-mech-panel=\"\"\u003e\n\u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger=\"\"\u003e \u003cspan class=\"mech-panel__trigger-left\"\u003e \u003cspan class=\"mech-panel__icon\"\u003e◐\u003c\/span\u003e \u003cspan\u003eLayered Seal\u003c\/span\u003e \u003c\/span\u003e \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"mech-panel__media\"\u003e\n\u003cimg class=\"mech-img--desktop\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Flexibalidade.webp?v=1784571395\" alt=\"Layered Seal\" loading=\"lazy\"\u003e \u003cimg class=\"mech-img--mobile\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Flexibalidade.webp?v=1784571395\" alt=\"Layered Seal\" loading=\"lazy\"\u003e\n\u003cdiv class=\"mech-panel__copy\"\u003e\n\u003cdiv class=\"mech-panel__copy-inner\"\u003e\n\u003cp\u003eSoft silicone layers work together to muffle sound from every direction — effective against snoring, traffic, office chatter and background hum, whenever it strikes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mech-panel\" data-mech-panel=\"\"\u003e\n\u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger=\"\"\u003e \u003cspan class=\"mech-panel__trigger-left\"\u003e \u003cspan class=\"mech-panel__icon\"\u003e⤢\u003c\/span\u003e \u003cspan\u003eHook-Lock Design\u003c\/span\u003e \u003c\/span\u003e \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"mech-panel__media\"\u003e\n\u003cimg class=\"mech-img--desktop\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Mecanismo_de_trava_1.webp?v=1784579362\" alt=\"Hook-Lock Design\" loading=\"lazy\"\u003e \u003cimg class=\"mech-img--mobile\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Mecanismo_de_trava_1.webp?v=1784579362\" alt=\"Hook-Lock Design\" loading=\"lazy\"\u003e\n\u003cdiv class=\"mech-panel__copy\"\u003e\n\u003cdiv class=\"mech-panel__copy-inner\"\u003e\n\u003cp\u003eThe hook wraps gently around the outer ear to keep the plug secure — whether you're turning in your sleep or moving through a busy day. No falling out, no readjusting every hour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mech-panel\" data-mech-panel=\"\"\u003e\n\u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger=\"\"\u003e \u003cspan class=\"mech-panel__trigger-left\"\u003e \u003cspan class=\"mech-panel__icon\"\u003e💧\u003c\/span\u003e \u003cspan\u003eWaterproof Build\u003c\/span\u003e \u003c\/span\u003e \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"mech-panel__media\"\u003e\n\u003cimg class=\"mech-img--desktop\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/provadgua_1.webp?v=1784579362\" alt=\"Waterproof Build\" loading=\"lazy\"\u003e \u003cimg class=\"mech-img--mobile\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/provadgua_1.webp?v=1784579362\" alt=\"Waterproof Build\" loading=\"lazy\"\u003e\n\u003cdiv class=\"mech-panel__copy\"\u003e\n\u003cdiv class=\"mech-panel__copy-inner\"\u003e\n\u003cp\u003eAt the pool, in the shower, or caught in the rain — the waterproof silicone holds its shape without absorbing moisture. Rinse it clean, ready for next time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\n\u003c!-- 6. TESTIMONIALS --\u003e\n\u003csection class=\"testimonials\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhat Our Customers Are Saying\u003c\/h2\u003e\n\u003cp class=\"stars\"\u003e★★★★★ Rated by 800+ US customers\u003c\/p\u003e\n\u003cdiv class=\"testimonial-grid\"\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cp class=\"quote\"\u003e\"I've bought foam plugs for years and always gave up within a fortnight. This is the first pair still in my ears at 6am.\"\u003c\/p\u003e\n\u003cdiv class=\"author\"\u003e\n\u003cdiv class=\"avatar\"\u003eH\u003c\/div\u003e\n\u003cdiv class=\"author-info\"\u003e\n\u003cstrong\u003eHannah P.\u003c\/strong\u003e \u003cspan\u003eLight sleeper, 31\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cp class=\"quote\"\u003e\"My partner snores like a freight train. This is the only thing that's let me actually sleep through it, side-sleeping and all.\"\u003c\/p\u003e\n\u003cdiv class=\"author\"\u003e\n\u003cdiv class=\"avatar\"\u003eD\u003c\/div\u003e\n\u003cdiv class=\"author-info\"\u003e\n\u003cstrong\u003eDaniel R.\u003c\/strong\u003e \u003cspan\u003eShares a bed with a snorer, 38\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cp class=\"quote\"\u003e\"I use these to actually get through deep work blocks without every notification and hallway conversation pulling me out. Total game changer for focus.\"\u003c\/p\u003e\n\u003cdiv class=\"author\"\u003e\n\u003cdiv class=\"avatar\"\u003eM\u003c\/div\u003e\n\u003cdiv class=\"author-info\"\u003e\n\u003cstrong\u003eMaya T.\u003c\/strong\u003e \u003cspan\u003eRemote worker, 29\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 7. BENEFITS --\u003e\n\u003csection class=\"benefits\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhat Changes When You Use It\u003c\/h2\u003e\n\u003cdiv class=\"benefit-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eFinally, a plug that stays where you put it\u003c\/h3\u003e\n\u003cp\u003eThe hook holds it in place, whether you toss and turn at night or move through a busy day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eQuiet without the ache\u003c\/h3\u003e\n\u003cp\u003eSits softly around the ear rather than jamming straight in, so hours of wear don't leave a mark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eReal quiet for real focus\u003c\/h3\u003e\n\u003cp\u003eWhether it's a deep work session, studying, or a five-minute reset — block out what's pulling your attention away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eA moment of stillness, on demand\u003c\/h3\u003e\n\u003cp\u003eMeditating, unwinding, or just need to think — SilentNight™ gives you quiet without waiting for the world to cooperate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eOne pair, not a drawer of used foam\u003c\/h3\u003e\n\u003cp\u003eWaterproof and reusable — rinse it clean and it's ready to go again, day or night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eYou'll still hear what matters\u003c\/h3\u003e\n\u003cp\u003eAn alarm, a knock, someone calling your name — while the constant background noise finally goes quiet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 8. HOW IT WORKS --\u003e\n\u003csection class=\"how\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003ch2\u003eHow It Works\u003c\/h2\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eFind Your Fit\u003c\/h3\u003e\n\u003cp\u003ePick the tip size that matches your ear from the included set — no guessing with a one-size plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eLock It In\u003c\/h3\u003e\n\u003cp\u003ePlace the plug and let the hook settle around the outer ear. It anchors on its own — no forcing required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eWear It However You Need It\u003c\/h3\u003e\n\u003cp\u003eSleeping, focusing, meditating, or just need a break — it stays put. Rinse after, ready for next time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 9. WHY DIFFERENT --\u003e\n\u003csection class=\"compare\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhy It's Different\u003c\/h2\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth class=\"highlight-col\"\u003eSilentNight™\u003c\/th\u003e\n\u003cth\u003eFoam Plugs\u003c\/th\u003e\n\u003cth\u003eGeneric Silicone\u003c\/th\u003e\n\u003cth\u003eANC Earbuds\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eStays in place, day or night\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅ Hook locks in place\u003c\/td\u003e\n\u003ctd\u003e❌ Pushes out or migrates deep\u003c\/td\u003e\n\u003ctd\u003e⚠️ Loop has no real anchor\u003c\/td\u003e\n\u003ctd\u003e⚠️ Can slip during movement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfortable for extended wear\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅ Sits flat, no pressure point\u003c\/td\u003e\n\u003ctd\u003e❌ Presses into pillow or ear\u003c\/td\u003e\n\u003ctd\u003e⚠️ Bulky against ear\u003c\/td\u003e\n\u003ctd\u003e❌ Hard shell digs in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusable \u0026amp; waterproof\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅ Rinse and reuse\u003c\/td\u003e\n\u003ctd\u003e❌ Single-use, absorbs moisture\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e⚠️ Not fully waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise reduction\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅ Layered seal, real reduction\u003c\/td\u003e\n\u003ctd\u003e⚠️ Inconsistent, degrades fast\u003c\/td\u003e\n\u003ctd\u003e⚠️ One-size seal, uneven fit\u003c\/td\u003e\n\u003ctd\u003e✅ Strong, but needs charging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo charging, no electronics\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅ Simple silicone\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌ Battery-dependent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCost over a year\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅ One pair, reused daily\u003c\/td\u003e\n\u003ctd\u003e❌ Rebuying constantly\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌ High upfront cost\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"compare-closer\"\u003eFoam plugs give up on you within a fortnight. SilentNight™ is built to outlast the problem — whatever time of day it shows up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 10. FEATURES --\u003e\n\u003csection class=\"features\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🔇\u003c\/span\u003e\u003cspan class=\"label\"\u003eLayered silicone seal for real noise reduction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003e\u003cspan class=\"label\"\u003eHook-lock design — anchors around the outer ear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🛌\u003c\/span\u003e\u003cspan class=\"label\"\u003eSide-sleeper friendly — sits flat, no pressure point\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e💧\u003c\/span\u003e\u003cspan class=\"label\"\u003eWaterproof build — rinse clean, reuse anytime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🧘\u003c\/span\u003e\u003cspan class=\"label\"\u003eVersatile by design — built for sleep, focus, meditation, or a quiet break\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e📏\u003c\/span\u003e\u003cspan class=\"label\"\u003eMultiple tip sizes — a real fit, not a guess\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e♻️\u003c\/span\u003e\u003cspan class=\"label\"\u003eFully reusable — no daily waste, no rebuying\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🎒\u003c\/span\u003e\u003cspan class=\"label\"\u003eCompact carry case — travels with you, stays put in a bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 11. FAQ --\u003e\n\u003csection class=\"faq\"\u003e\n\u003cdiv class=\"container\" style=\"max-width: 760px;\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan I use this during the day, not just at night?\u003c\/summary\u003e\n\u003cp\u003eYes — SilentNight™ works just as well for studying, deep focus, meditation, or a quiet break during a loud day. The hook and seal perform the same whether it's noon or midnight.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWill I still hear my alarm or someone calling my name?\u003c\/summary\u003e\n\u003cp\u003eYes. SilentNight™ reduces constant background noise like snoring, traffic and chatter — it doesn't create total silence, so alarms, knocks and sharper sounds still come through.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWill it fall out if I sleep on my side or move around during the day?\u003c\/summary\u003e\n\u003cp\u003eThe hook sits flat against the outer ear rather than jamming into the canal, so it doesn't create a pressure point against a pillow — or shift loose during everyday movement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow is this different from a pack of foam plugs?\u003c\/summary\u003e\n\u003cp\u003eFoam plugs expand unevenly, push themselves out and are single-use. SilentNight™'s hook anchors to your ear's shape, and the silicone is reusable and waterproof — one pair replaces a constant cycle of rebuying foam.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs the silicone safe for daily, all-day use?\u003c\/summary\u003e\n\u003cp\u003eYes — it's a soft, skin-friendly silicone designed for extended wear without irritation, and it's fully waterproof so it can be rinsed clean between uses.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat if none of the tip sizes fit me?\u003c\/summary\u003e\n\u003cp\u003eSilentNight™ comes with multiple tip sizes so you can find the right fit rather than relying on one generic size — most fit issues with earplugs come down to exactly this mismatch.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan I use it in the shower or at the pool?\u003c\/summary\u003e\n\u003cp\u003eYes — the waterproof silicone doesn't absorb moisture or lose its shape when wet, so it holds up whether you're swimming, showering, or caught in the rain.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow long does a pair actually last?\u003c\/summary\u003e\n\u003cp\u003eWith normal use and rinsing, the silicone holds its shape and seal well beyond what disposable foam plugs offer — no daily replacement needed.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes it actually block snoring and background noise?\u003c\/summary\u003e\n\u003cp\u003eThe layered seal is especially effective against low, sustained noise like snoring, traffic hum and background chatter — the kind of sound that keeps you half-alert, whether you're trying to sleep or focus.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat if I don't love it?\u003c\/summary\u003e\n\u003cp\u003eYou're covered by our 60-Day Money Back Guarantee — no questions asked.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 12. RISK REVERSAL --\u003e\n\u003csection class=\"guarantee\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"guarantee-box\"\u003e\n\u003cdiv class=\"badge\"\u003e🛡️\u003c\/div\u003e\n\u003ch2\u003e60-Day \"Try It On Your Terms\" Guarantee\u003c\/h2\u003e\n\u003cp\u003eWe're confident that once you feel a plug that actually stays in place, you won't go back to foam.\u003c\/p\u003e\n\u003cp\u003eTry SilentNight™ for 60 days — asleep, at your desk, mid-meditation, wherever you need it. If it's not the quiet you were hoping for, send it back for a full refund. No hoops, no hassle.\u003c\/p\u003e\n\u003cp class=\"final-line\"\u003eYour only risk is one more noisy moment before you try it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 13. FINAL CTA --\u003e\n\u003csection class=\"final-cta\" id=\"final-cta\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eYou've Earned Quiet, Whenever You Need It\u003c\/h2\u003e\n\u003cp\u003eNot another sleepless negotiation with the noise around you — day or night. Just a plug built to lock in, block out, and let you actually rest, focus, or just breathe.\u003c\/p\u003e\n\u003cp style=\"font-family: var(--font-heading, 'Fraunces', serif); font-style: italic; font-size: 18px; color: rgba(255,253,249,0.9);\"\u003eYour ears were never the problem. Give them the plug built for them.\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.smartlivstore.com\/cart\/46848550469831:1\" class=\"cta-btn\"\u003eGet SilentNight™ Now →\u003c\/a\u003e\n\u003cdiv class=\"micro\"\u003e60-Day Money Back Guarantee · Free Shipping · Real Silence, Finally\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n(function () {\n  var lazyVideos = document.querySelectorAll('video.lazy-video');\n  if (!lazyVideos.length) return;\n\n  var observer = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (entry.isIntersecting) {\n        var video = entry.target;\n        var source = video.querySelector('source[data-src]');\n        if (source \u0026\u0026 !source.src) {\n          source.src = source.getAttribute('data-src');\n          video.load();\n          video.play().catch(function () {});\n        }\n        observer.unobserve(video);\n      }\n    });\n  }, { rootMargin: '200px 0px', threshold: 0.1 });\n\n  lazyVideos.forEach(function (video) {\n    observer.observe(video);\n  });\n})();\n\n(function () {\n  var tabsWrapper = document.querySelector('[data-mech-tabs]');\n  if (!tabsWrapper) return;\n\n  var panels = tabsWrapper.querySelectorAll('[data-mech-panel]');\n\n  panels.forEach(function (panel) {\n    var trigger = panel.querySelector('[data-mech-trigger]');\n    if (!trigger) return;\n\n    trigger.addEventListener('click', function () {\n      var isAlreadyActive = panel.classList.contains('is-active');\n\n      panels.forEach(function (p) {\n        p.classList.remove('is-active');\n      });\n\n      if (!isAlreadyActive) {\n        panel.classList.add('is-active');\n      }\n    });\n  });\n})();\n\u003c\/script\u003e","brand":"SmartLiv","offers":[{"title":"Black \/ 1 Pair","offer_id":46848550469831,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 2 Pairs","offer_id":46848574914759,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 5 Pairs(Save 25$)","offer_id":46848574947527,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ 1 Pair","offer_id":46848550502599,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ 2 Pairs","offer_id":46848574980295,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ 5 Pairs(Save 25$)","offer_id":46848575013063,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 1 Pair","offer_id":46848550535367,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 2 Pairs","offer_id":46848575045831,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 5 Pairs(Save 25$)","offer_id":46848575078599,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 1 Pair","offer_id":46848550568135,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 2 Pairs","offer_id":46848575111367,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 5 Pairs(Save 25$)","offer_id":46848575144135,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"Cyan \/ 1 Pair","offer_id":46848550600903,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true},{"title":"Cyan \/ 2 Pairs","offer_id":46848575176903,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Cyan \/ 5 Pairs(Save 25$)","offer_id":46848575209671,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1 Pair","offer_id":46848550633671,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 2 Pairs","offer_id":46848575242439,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 5 Pairs(Save 25$)","offer_id":46848575275207,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Black_eff4ed25-675f-4edc-ae43-a9a18bfe639e.webp?v=1784571476"},{"product_id":"sleepmask™-total-blackout-eye-mask","title":"SleepMask™ Total Blackout Eye Mask","description":"\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eSilk Sleep Mask — Total Blackout Eye Mask\u003c\/strong\u003e\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003eYou might not realise it, but even a thin strip of light creeping through a curtain is enough to keep your brain slightly alert through the night. Light — even when your eyes are closed — signals to your body that it isn't fully time to rest. The result? You sleep, but never quite deeply enough.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cem\u003e\"Waking up still feeling tired isn't always about how long you slept — sometimes it's simply about the light.\"\u003c\/em\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003eThis sleep mask blocks out light completely, creating the dark environment your body needs to wind down properly. The soft silk-like material sits gently around the eyes without pressing against them, so there's no discomfort, no marks, and nothing to distract you.\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003e100% Blackout — no gaps, no light leaks\u003c\/strong\u003e\u003cbr\u003eThe contoured design sits close to the face without touching the eyelids directly. Whether you're a side sleeper, back sleeper, or somewhere in between — darkness, every time.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eNo pressure on the eyes\u003c\/strong\u003e\u003cbr\u003eUnlike flat masks that press directly onto the eyelids, the shaped interior creates a small pocket of space. Comfortable from the first night.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eSoft, skin-friendly material\u003c\/strong\u003e\u003cbr\u003eGentle enough for sensitive skin. Cool to the touch, and won't snag or irritate during the night.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eFully adjustable strap\u003c\/strong\u003e\u003cbr\u003eFits all head sizes. Stays in place without gripping too tight.\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003cul\u003e\n\u003cli style=\"text-align: center;\"\u003eBlocks 100% of light — useful for shift workers, light sleepers, or anyone with light sensitivity\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003eNo eye pressure — the interior sits away from your eyelids\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003eAdjustable strap — fits men and women comfortably\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003eLightweight and travel-friendly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003eFor anyone who finds it hard to rest in a bright room.\u003cbr\u003eFor light sleepers who wake at the smallest change in their environment.\u003cbr\u003eFor travellers, shift workers, or people simply after a darker, quieter night.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003eA small change that makes the bedroom feel properly dark — the way sleep was meant to feel.\u003c\/p\u003e","brand":"SmartLiv","offers":[{"title":"Blue","offer_id":46737907679431,"sku":null,"price":7.0,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":46737907712199,"sku":null,"price":7.0,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":46737907646663,"sku":null,"price":7.0,"currency_code":"GBP","in_stock":true},{"title":"Green","offer_id":46737907744967,"sku":null,"price":7.0,"currency_code":"GBP","in_stock":true},{"title":"Red","offer_id":46737907777735,"sku":null,"price":7.0,"currency_code":"GBP","in_stock":true},{"title":"Cyan","offer_id":46737907810503,"sku":null,"price":7.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/azul_ae5b0f11-af16-4cd8-8acc-f50239f47b21.webp?v=1784586256"},{"product_id":"the-butterfly-rest™-cervical-pillow","title":"The Butterfly Rest™ – Cervical Pillow","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eButterfly Rest™ — Cervical Pillow\u003c\/title\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600\u0026family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n\n  :root {\n    --petrol: #1F3A3D;\n    --petrol-dark: #142627;\n    --terracotta: #C4694A;\n    --terracotta-light: #E2977B;\n    --sand: #F7F3EC;\n    --sand-dark: #EDE6D8;\n    --ink: #2A2A28;\n    --cream-white: #FFFDF9;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Poppins', sans-serif;\n    background: var(--sand);\n    color: var(--ink);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  h1, h2, h3 {\n    font-family: 'Fraunces', serif;\n    font-weight: 500;\n    color: var(--petrol);\n    letter-spacing: -0.01em;\n  }\n\n  .container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  section { padding: 90px 24px; }\n  .section-inner { max-width: 780px; margin: 0 auto; }\n\n  .eyebrow-mark {\n    font-size: 12px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--terracotta);\n    font-weight: 600;\n    margin-bottom: 16px;\n    display: block;\n    text-align: center;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-dark) 100%);\n    color: var(--cream-white);\n    padding: 100px 24px 90px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -120px;\n    right: -120px;\n    width: 380px;\n    height: 380px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(196,105,74,0.25) 0%, transparent 70%);\n  }\n\n  .hero .eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--terracotta-light);\n    margin-bottom: 22px;\n    font-weight: 500;\n  }\n\n  .hero h1 {\n    color: var(--cream-white);\n    font-size: clamp(28px, 4.5vw, 48px);\n    max-width: 780px;\n    margin: 0 auto 28px;\n    line-height: 1.25;\n  }\n\n  .hero p.sub {\n    font-size: clamp(16px, 2vw, 19px);\n    color: rgba(255,253,249,0.85);\n    max-width: 600px;\n    margin: 0 auto 20px;\n    font-weight: 300;\n  }\n\n  \/* VIDEO *\/\n  .video-wrapper {\n    width: 100%;\n    max-width: 480px;\n    margin: 36px auto 0;\n    overflow: hidden;\n    border-radius: 12px;\n    aspect-ratio: 16 \/ 9;\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .video-wrapper.light { background: #FAF4EC; border: none; box-shadow: none; }\n\n  .video-wrapper video {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n  }\n\n  .cta-btn {\n    display: inline-block;\n    background: var(--terracotta);\n    color: var(--cream-white);\n    padding: 18px 44px;\n    border-radius: 4px;\n    font-weight: 600;\n    font-size: 16px;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    transition: background 0.25s ease, transform 0.25s ease;\n    border: none;\n    cursor: pointer;\n    margin-top: 28px;\n  }\n\n  .cta-btn:hover { background: #B25A3D; transform: translateY(-2px); }\n\n  \/* PROBLEM \/ GENERIC TEXT SECTIONS *\/\n  .text-section { background: var(--cream-white); }\n  .text-section.alt { background: var(--sand-dark); }\n\n  .text-section h2 {\n    font-size: clamp(24px, 3.2vw, 34px);\n    text-align: center;\n    margin-bottom: 28px;\n    line-height: 1.3;\n  }\n\n  .text-section p {\n    font-size: 16.5px;\n    color: #4A4A46;\n    margin-bottom: 20px;\n    font-weight: 300;\n    text-align: center;\n  }\n\n  .text-section p.closer {\n    font-family: 'Fraunces', serif;\n    font-style: italic;\n    font-size: 19px;\n    color: var(--petrol);\n    margin-top: 32px;\n  }\n\n  \/* COMPARISON *\/\n  .mechanism-compare { text-align: center; }\n  .mechanism-compare h2 { margin-bottom: 40px; }\n\n  .mechanism-compare__grid {\n    display: grid;\n    gap: 20px;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  .mechanism-compare__col {\n    padding: 30px 28px;\n    border-radius: 8px;\n    border: 1px solid var(--sand-dark);\n    text-align: left;\n    background: var(--cream-white);\n  }\n\n  .mechanism-compare__col--highlight {\n    border-color: var(--terracotta);\n    background: #FFF8F4;\n  }\n\n  .mechanism-compare__col h4 {\n    font-family: 'Fraunces', serif;\n    color: var(--petrol);\n    font-size: 18px;\n    margin-bottom: 10px;\n    font-weight: 500;\n  }\n\n  .mechanism-compare__col--highlight h4 { color: var(--terracotta); }\n\n  .mechanism-compare__col p {\n    font-size: 15px;\n    color: #4A4A46;\n    font-weight: 300;\n    text-align: left;\n    margin: 0;\n  }\n\n  @media (min-width: 640px) {\n    .mechanism-compare__grid { grid-template-columns: 1fr 1fr; }\n  }\n\n  \/* FEATURE CHECKLIST *\/\n  .checklist {\n    max-width: 640px;\n    margin: 36px auto 0;\n    text-align: left;\n  }\n\n  .checklist-item {\n    display: flex;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid var(--sand-dark);\n  }\n\n  .checklist-item:last-child { border-bottom: none; }\n\n  .checklist-item .mark {\n    color: var(--terracotta);\n    font-size: 16px;\n    flex-shrink: 0;\n  }\n\n  .checklist-item p {\n    font-size: 15.5px;\n    color: #4A4A46;\n    font-weight: 300;\n    text-align: left;\n    margin: 0;\n  }\n\n  .checklist-item strong { color: var(--petrol); font-weight: 500; }\n\n  \/* RESULTS BENEFITS *\/\n  .results { background: var(--petrol); color: var(--cream-white); }\n  .results h2 { color: var(--cream-white); text-align: center; margin-bottom: 40px; }\n  .results .section-inner { max-width: 700px; }\n\n  .results .checklist-item { border-bottom: 1px solid rgba(255,255,255,0.12); }\n  .results .checklist-item .mark { color: var(--terracotta-light); }\n  .results .checklist-item p { color: rgba(255,253,249,0.85); }\n\n  .results .final-note {\n    text-align: center;\n    font-family: 'Fraunces', serif;\n    font-style: italic;\n    font-size: 17px;\n    color: rgba(255,253,249,0.9);\n    margin-top: 30px;\n  }\n\n  \/* COST COMPARISON *\/\n  .cost { background: var(--cream-white); }\n  .cost h2 { text-align: center; margin-bottom: 40px; }\n\n  .cost-grid {\n    display: grid;\n    gap: 20px;\n    max-width: 700px;\n    margin: 0 auto;\n  }\n\n  .cost-card {\n    padding: 32px 28px;\n    border-radius: 8px;\n    border: 1px solid var(--sand-dark);\n    text-align: center;\n  }\n\n  .cost-card.highlight {\n    background: var(--petrol);\n    color: var(--cream-white);\n    border-color: var(--petrol);\n  }\n\n  .cost-card .price {\n    font-family: 'Fraunces', serif;\n    font-size: 38px;\n    margin: 10px 0;\n    color: var(--terracotta);\n  }\n\n  .cost-card.highlight .price { color: var(--terracotta-light); }\n\n  .cost-card .label {\n    font-size: 13px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    font-weight: 600;\n    color: var(--petrol);\n  }\n\n  .cost-card.highlight .label { color: rgba(255,253,249,0.8); }\n\n  .cost-card p.desc {\n    font-size: 14px;\n    color: #4A4A46;\n    font-weight: 300;\n    margin-top: 12px;\n    text-align: center;\n  }\n\n  .cost-card.highlight p.desc { color: rgba(255,253,249,0.82); }\n\n  @media (min-width: 640px) {\n    .cost-grid { grid-template-columns: 1fr 1fr; }\n  }\n\n  \/* GUARANTEE *\/\n  .guarantee { background: var(--sand-dark); text-align: center; }\n\n  .guarantee-box {\n    max-width: 640px;\n    margin: 0 auto;\n    background: var(--cream-white);\n    padding: 50px 40px;\n    border-radius: 8px;\n    border: 1px solid var(--sand-dark);\n  }\n\n  .guarantee-box .badge { font-size: 40px; margin-bottom: 20px; }\n  .guarantee-box h2 { font-size: clamp(24px, 3vw, 30px); margin-bottom: 20px; }\n  .guarantee-box p { font-size: 15.5px; color: #4A4A46; font-weight: 300; margin-bottom: 12px; }\n\n  .guarantee-box .final-line {\n    font-family: 'Fraunces', serif;\n    font-style: italic;\n    color: var(--terracotta);\n    font-size: 17px;\n    margin-top: 20px;\n  }\n\n  \/* FINAL CTA *\/\n  .final-cta {\n    background: linear-gradient(160deg, var(--petrol-dark) 0%, var(--petrol) 100%);\n    color: var(--cream-white);\n    text-align: center;\n    padding: 110px 24px;\n  }\n\n  .final-cta h2 {\n    color: var(--cream-white);\n    font-size: clamp(26px, 4vw, 40px);\n    max-width: 640px;\n    margin: 0 auto 24px;\n    line-height: 1.3;\n  }\n\n  .final-cta p {\n    color: rgba(255,253,249,0.82);\n    font-size: 16px;\n    font-weight: 300;\n    max-width: 540px;\n    margin: 0 auto 12px;\n  }\n\n  .final-cta .micro {\n    margin-top: 26px;\n    font-size: 13px;\n    color: rgba(255,253,249,0.6);\n    letter-spacing: 0.02em;\n  }\n\n  @media (max-width: 720px) {\n    section { padding: 60px 20px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eButterfly Rest™ — Cervical Pillow\u003c\/span\u003e\n    \u003ch1\u003eYour Neck Isn't Tense Because of Stress. It's Tense Because You're Sleeping Wrong — Every Single Night.\u003c\/h1\u003e\n    \u003cp class=\"sub\"\u003eButterfly Rest™ realigns your neck while you sleep — so you wake up without pain, without stiffness, and without that \"slept wrong\" feeling.\u003c\/p\u003e\n    \u003cdiv class=\"video-wrapper\"\u003e\n      \u003cvideo class=\"lazy-video\" loop muted playsinline autoplay preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9e7e840a012e4217a7141fdfb87c734b.mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#final-cta\" class=\"cta-btn\"\u003eGet Butterfly Rest™ →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- YOU KNOW THIS FEELING --\u003e\n\u003csection class=\"text-section\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003cspan class=\"eyebrow-mark\"\u003eThe Nightly Pattern\u003c\/span\u003e\n    \u003ch2\u003eYou know this feeling.\u003c\/h2\u003e\n    \u003cp\u003eYou wake up and your neck is already locked before you've even got out of bed. The headache kicks in before midday. You shift position all night, trying to find a comfortable spot that never comes. By the end of the day, your shoulder is so tense it feels like you've been carrying weight — even though you haven't done anything different.\u003c\/p\u003e\n    \u003cp\u003eAnd the worst part: you've already tried everything. Changed pillows, tested sleeping positions, even considered going back to the physiotherapist. But the pain always comes back.\u003c\/p\u003e\n    \u003cp class=\"closer\"\u003eBecause the problem was never you. It's what you've been resting your head on, 8 hours a night, every single night.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- THE TRUTH --\u003e\n\u003csection class=\"text-section alt\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003cspan class=\"eyebrow-mark\"\u003eWhat's Really Happening\u003c\/span\u003e\n    \u003ch2\u003eThe truth nobody's told you about neck pain.\u003c\/h2\u003e\n    \u003cp\u003eEvery ordinary pillow was made for one purpose: to be soft. Not to support your cervical spine.\u003c\/p\u003e\n    \u003cp\u003eThe problem is that, when you lie down, an ordinary pillow either pushes your head forward or lets it drop too far to the side — forcing your cervical spine into an abnormal curve for 6 to 8 hours straight. Every night. Year after year.\u003c\/p\u003e\n    \u003cp\u003eThis is what physiotherapists call \u003cstrong style=\"color:var(--petrol); font-weight:500;\"\u003enocturnal spinal misalignment\u003c\/strong\u003e — and it's one of the most common, and most overlooked, causes of chronic neck tension.\u003c\/p\u003e\n    \u003cp class=\"closer\"\u003eYou don't feel it happening, because you're asleep. But your body feels the result the moment you open your eyes.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- HOW IT FIXES THIS --\u003e\n\u003csection class=\"text-section\" style=\"background:#FAF4EC;\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003cspan class=\"eyebrow-mark\"\u003eThe Fix\u003c\/span\u003e\n    \u003ch2\u003eHow the Butterfly Rest™ fixes this.\u003c\/h2\u003e\n    \u003cdiv class=\"video-wrapper light\"\u003e\n      \u003cvideo class=\"lazy-video\" loop muted playsinline autoplay preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8b5f84e6f26e406fa860a86a44c3512c.mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top: 30px;\"\u003eThe butterfly shape isn't just for looks — it's functional. Every part is designed to give your neck back the position it should have all night long:\u003c\/p\u003e\n    \u003cdiv class=\"checklist\"\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003e\u003cstrong\u003eCentral hollow\u003c\/strong\u003e — cradles your head without letting it drop too far back.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003e\u003cstrong\u003eRaised side wings\u003c\/strong\u003e — support your neck and keep your cervical spine aligned with your spine, whether you sleep on your side or back.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003e\u003cstrong\u003eSlow-response memory foam\u003c\/strong\u003e — moulds to the shape of your neck and shoulder without losing support, unlike ordinary foam, which flattens within weeks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003e\u003cstrong\u003eSide shoulder support\u003c\/strong\u003e — takes the pressure off the joint if you're a side sleeper.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"closer\"\u003eThe result: your cervical spine stays in a neutral position all night long — exactly what physiotherapists recommend, but what no ordinary pillow delivers.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"text-section alt mechanism-compare\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003ch2\u003eOrdinary Pillow vs. Butterfly Rest™\u003c\/h2\u003e\n    \u003cdiv class=\"mechanism-compare__grid\"\u003e\n      \u003cdiv class=\"mechanism-compare__col\"\u003e\n        \u003ch4\u003eOrdinary Pillow\u003c\/h4\u003e\n        \u003cp\u003ePushes your head forward or lets it drop to the side, forcing your cervical spine out of alignment for 6–8 hours a night.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mechanism-compare__col mechanism-compare__col--highlight\"\u003e\n        \u003ch4\u003eButterfly Rest™\u003c\/h4\u003e\n        \u003cp\u003eCentral hollow + raised side wings keep your cervical spine in a neutral position all night long — exactly what physiotherapists recommend.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- RESULTS --\u003e\n\u003csection class=\"results\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003cspan class=\"eyebrow-mark\" style=\"color: var(--terracotta-light);\"\u003eWhat Changes\u003c\/span\u003e\n    \u003ch2\u003eWhat changes when your neck finally gets to rest.\u003c\/h2\u003e\n    \u003cdiv class=\"checklist\"\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003eWake up without pain or stiffness, no need to \"unlock\" your neck first thing in the morning.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003eFewer morning headaches.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003eMore continuous sleep — less shifting position, fewer nights spent trying to get comfortable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003eLighter shoulders, without that built-up tension.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item\"\u003e\n        \u003cspan class=\"mark\"\u003e✅\u003c\/span\u003e\n        \u003cp\u003eWake up with real energy, not the kind of tiredness even coffee can't fix.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"final-note\"\u003eNo exercises. No stretching. No appointments. Just a night's sleep the way it's meant to be.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- COST COMPARISON --\u003e\n\u003csection class=\"cost\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"eyebrow-mark\"\u003eThe Math\u003c\/span\u003e\n    \u003ch2\u003eLess Than a Single Physiotherapy Session\u003c\/h2\u003e\n    \u003cdiv class=\"cost-grid\"\u003e\n      \u003cdiv class=\"cost-card\"\u003e\n        \u003cdiv class=\"label\"\u003ePhysiotherapy\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e£100+\u003c\/div\u003e\n        \u003cp class=\"desc\"\u003ePer session — and most people need several a month, every month, just to maintain relief.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cost-card highlight\"\u003e\n        \u003cdiv class=\"label\"\u003eButterfly Rest™\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e£80\u003c\/div\u003e\n        \u003cp class=\"desc\"\u003eJust once. Works for you every single night — no subscription, no appointments, no leaving the house.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\u003csection class=\"guarantee\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"guarantee-box\"\u003e\n      \u003cdiv class=\"badge\"\u003e🛡️\u003c\/div\u003e\n      \u003ch2\u003eWhat if I don't adjust to it?\u003c\/h2\u003e\n      \u003cp\u003eYour body may take 1 to 3 nights to get used to the new alignment — this is completely normal and expected. It's your neck realigning after years in the wrong position.\u003c\/p\u003e\n      \u003cp class=\"final-line\"\u003eThat's why we offer a 60-day guarantee. Try it at home, in your own bed, risk-free.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"final-cta\" id=\"final-cta\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eYour Neck Has Waited Long Enough.\u003c\/h2\u003e\n    \u003cp\u003eNo exercises. No stretching. No appointments. Just a night's sleep the way it's meant to be — starting tonight.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"cta-btn\"\u003eGet Butterfly Rest™ Now →\u003c\/a\u003e\n    \u003cdiv class=\"micro\"\u003e60-Day Guarantee · Free Shipping · Rest, Redesigned\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"SmartLiv","offers":[{"title":"Black","offer_id":46778747814087,"sku":null,"price":80.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Hero.webp?v=1783434876"},{"product_id":"zenneck™","title":"ZenNeck™","description":"\u003cstyle\u003e\n  :root {\n    --petrol: #1F3A3D;\n    --petrol-dark: #142627;\n    --terracotta: #C4694A;\n    --terracotta-light: #E2977B;\n    --sand: #F7F3EC;\n    --sand-dark: #EDE6D8;\n    --ink: #2A2A28;\n    --cream-white: #FFFDF9;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: var(--font-body, 'Poppins', sans-serif);\n    background: var(--sand);\n    color: var(--ink);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  h1, h2, h3 {\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-weight: 500;\n    color: var(--petrol);\n    letter-spacing: -0.01em;\n  }\n\n  .container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-dark) 100%);\n    color: var(--cream-white);\n    padding: 90px 24px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -120px;\n    right: -120px;\n    width: 380px;\n    height: 380px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(196,105,74,0.25) 0%, transparent 70%);\n  }\n\n  .hero .eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--terracotta-light);\n    margin-bottom: 22px;\n    font-weight: 500;\n  }\n\n  .hero h1 {\n    color: var(--cream-white);\n    font-size: clamp(32px, 5vw, 58px);\n    max-width: 780px;\n    margin: 0 auto 24px;\n    line-height: 1.15;\n  }\n\n  .hero p.sub {\n    font-size: clamp(16px, 2vw, 20px);\n    color: rgba(255,253,249,0.82);\n    max-width: 560px;\n    margin: 0 auto 32px;\n    font-weight: 300;\n  }\n\n  .hero .social-proof {\n    font-size: 14px;\n    color: var(--terracotta-light);\n    font-weight: 500;\n    margin-bottom: 8px;\n  }\n\n  .cta-btn {\n    display: inline-block;\n    background: var(--terracotta);\n    color: var(--cream-white);\n    padding: 18px 44px;\n    border-radius: 4px;\n    font-weight: 600;\n    font-size: 16px;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    transition: background 0.25s ease, transform 0.25s ease;\n    border: none;\n    cursor: pointer;\n  }\n\n  .cta-btn:hover { background: #B25A3D; transform: translateY(-2px); }\n\n  .hero-bullets {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    margin-top: 52px;\n    max-width: 780px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hero-bullets div {\n    font-size: 14px;\n    color: rgba(255,253,249,0.9);\n    max-width: 200px;\n    font-weight: 300;\n  }\n\n  \/* SECTION GENERAL *\/\n  section {\n    padding: 90px 24px;\n  }\n\n  .section-inner {\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  .eyebrow-mark {\n    font-size: 12px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--terracotta);\n    font-weight: 600;\n    margin-bottom: 16px;\n    display: block;\n  }\n\n  \/* PROBLEM *\/\n  .problem {\n    background: var(--cream-white);\n  }\n\n  .problem h2 {\n    font-size: clamp(26px, 3.5vw, 38px);\n    margin-bottom: 28px;\n    line-height: 1.25;\n  }\n\n  .problem p {\n    font-size: 17px;\n    color: #4A4A46;\n    margin-bottom: 22px;\n    font-weight: 300;\n  }\n\n  .problem .closer {\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-style: italic;\n    font-size: 20px;\n    color: var(--petrol);\n    margin-top: 36px;\n    font-weight: 400;\n  }\n\n  \/* ============ STATS PROOF ============ *\/\n  .stats-proof {\n    background: var(--sand-dark);\n  }\n  .stats-proof .container {\n    max-width: 620px;\n  }\n  .stats-proof h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    margin-bottom: 30px;\n  }\n  .stats-proof__row {\n    display: flex;\n    align-items: baseline;\n    gap: 18px;\n    padding: 16px 0;\n  }\n  .stats-proof__percent {\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-size: 30px;\n    color: var(--terracotta);\n    min-width: 80px;\n    font-weight: 600;\n  }\n  .stats-proof__row p {\n    font-size: 15px;\n    color: var(--ink);\n    font-weight: 400;\n  }\n  .stats-proof .cta-btn { margin-top: 26px; }\n\n  \/* TRANSFORMATION *\/\n  .transform {\n    background: var(--cream-white);\n  }\n\n  .transform h2 {\n    text-align: center;\n    font-size: clamp(28px, 4vw, 40px);\n    margin-bottom: 14px;\n  }\n\n  .transform .subtext {\n    text-align: center;\n    max-width: 620px;\n    margin: 0 auto 50px;\n    font-size: 16px;\n    color: #4A4A46;\n    font-weight: 300;\n  }\n\n  .transform-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n    max-width: 850px;\n    margin: 0 auto;\n  }\n\n  .transform-col {\n    padding: 34px;\n    border-radius: 6px;\n  }\n\n  .transform-col.before {\n    background: var(--sand);\n  }\n\n  .transform-col.after {\n    background: var(--petrol);\n    color: var(--cream-white);\n  }\n\n  .transform-col h4 {\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-size: 13px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    font-weight: 600;\n  }\n\n  .transform-col.before h4 { color: var(--terracotta); }\n  .transform-col.after h4 { color: var(--terracotta-light); }\n\n  .transform-col ul {\n    list-style: none;\n  }\n\n  .transform-col li {\n    padding: 8px 0;\n    font-size: 15px;\n    font-weight: 300;\n  }\n\n  .transform-italic {\n    text-align: center;\n    max-width: 620px;\n    margin: 40px auto 0;\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-style: italic;\n    color: var(--petrol);\n    font-size: 17px;\n  }\n\n  \/* INTRO PRODUCT *\/\n  .intro {\n    background: var(--sand-dark);\n    text-align: center;\n  }\n\n  .intro h2 {\n    font-size: clamp(28px, 4vw, 42px);\n    margin-bottom: 26px;\n  }\n\n  .intro p {\n    font-size: 17px;\n    color: #4A4A46;\n    font-weight: 300;\n    max-width: 640px;\n    margin: 0 auto 18px;\n  }\n\n  .intro .mechanism {\n    background: var(--cream-white);\n    border-radius: 6px;\n    padding: 22px 26px;\n    max-width: 620px;\n    margin: 30px auto 0;\n    text-align: left;\n    font-size: 15px;\n    color: var(--ink);\n    font-weight: 300;\n  }\n\n  .intro .mechanism strong {\n    font-weight: 600;\n    color: var(--petrol);\n  }\n\n  \/* ============ 3-IN-1 MECHANISM (novo) ============ *\/\n  .mechanism-tabs {\n    background: var(--sand-dark);\n  }\n  .mechanism-tabs h2 {\n    text-align: center;\n    font-size: clamp(28px, 4vw, 40px);\n    margin-bottom: 14px;\n  }\n  .mechanism-tabs .subtext {\n    text-align: center;\n    max-width: 560px;\n    margin: 0 auto 50px;\n    font-size: 16px;\n    color: #4A4A46;\n    font-weight: 300;\n  }\n  .mechanism-tabs__row {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    max-width: 980px;\n    margin: 0 auto;\n  }\n  @media (min-width: 900px) {\n    .mechanism-tabs__row {\n      flex-direction: row;\n      align-items: stretch;\n      height: 480px;\n    }\n  }\n  .mech-panel {\n    border-radius: 8px;\n    overflow: hidden;\n    background: var(--petrol);\n    position: relative;\n    transition: flex-grow .35s ease;\n  }\n  @media (min-width: 900px) {\n    .mech-panel {\n      flex: 1 1 0;\n      display: flex;\n      flex-direction: column;\n    }\n    .mech-panel.is-active {\n      flex: 4 1 0;\n    }\n  }\n  .mech-panel__trigger {\n    all: unset;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    width: 100%;\n    padding: 18px 22px;\n    cursor: pointer;\n    color: var(--cream-white);\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-size: 17px;\n    font-weight: 500;\n    position: relative;\n    z-index: 2;\n    box-sizing: border-box;\n  }\n  .mech-panel__trigger-left { display: flex; align-items: center; gap: 12px; }\n  .mech-panel__icon { font-size: 20px; line-height: 1; color: var(--terracotta-light); }\n  .mech-panel__toggle {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    border: 1.5px solid rgba(255,253,249,.5);\n    position: relative;\n    flex-shrink: 0;\n  }\n  .mech-panel__toggle::before,\n  .mech-panel__toggle::after {\n    content: '';\n    position: absolute;\n    background: var(--cream-white);\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n  }\n  .mech-panel__toggle::before { width: 10px; height: 1.5px; }\n  .mech-panel__toggle::after { width: 1.5px; height: 10px; transition: opacity .2s ease; }\n  .mech-panel.is-active .mech-panel__toggle::after { opacity: 0; }\n\n  .mech-panel__media {\n    position: relative;\n    flex: 1;\n    min-height: 220px;\n  }\n  .mech-panel__media img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: .8;\n  }\n\n  \/* Por padrão mostra a versão desktop e esconde a mobile *\/\n  .mech-panel__media img.mech-img--mobile { display: none; }\n  .mech-panel__media img.mech-img--desktop { display: block; }\n\n  .mech-panel__copy {\n    position: absolute;\n    left: 0; right: 0; bottom: 0;\n    padding: 22px;\n    color: var(--cream-white);\n    background: linear-gradient(to top, rgba(20,38,39,.85), transparent 75%);\n    font-size: 14.5px;\n    font-weight: 300;\n    line-height: 1.6;\n    opacity: 0;\n    transform: translateY(8px);\n    transition: opacity .25s ease .1s, transform .25s ease .1s;\n  }\n  .mech-panel.is-active .mech-panel__copy {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  .mech-panel__copy p { margin: 0; max-width: 420px; font-weight: 300; }\n\n  @media (max-width: 899px) {\n    .mech-panel__media { display: none; }\n    .mech-panel.is-active .mech-panel__media { display: block; min-height: 260px; }\n    .mech-panel.is-active .mech-panel__copy { opacity: 1; transform: none; }\n\n    \/* Na versão mobile, inverte: mostra a imagem mobile, esconde a desktop *\/\n    .mech-panel__media img.mech-img--desktop { display: none; }\n    .mech-panel__media img.mech-img--mobile { display: block; }\n  }\n\n  \/* ============ TESTIMONIALS ============ *\/\n  .testimonials {\n    background: var(--cream-white);\n  }\n  .testimonials h2 {\n    text-align: center;\n    font-size: clamp(28px, 4vw, 38px);\n    margin-bottom: 10px;\n  }\n  .testimonials .stars {\n    text-align: center;\n    color: var(--terracotta);\n    font-size: 14px;\n    font-weight: 600;\n    margin-bottom: 46px;\n  }\n  .testimonial-grid {\n    max-width: 980px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 26px;\n  }\n  .testimonial-card {\n    background: var(--sand);\n    border-radius: 8px;\n    padding: 26px;\n  }\n  .testimonial-card .quote {\n    font-size: 15px;\n    color: var(--ink);\n    font-weight: 300;\n    min-height: 90px;\n    margin-bottom: 20px;\n  }\n  .testimonial-card .author {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .testimonial-card .avatar {\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    background: var(--petrol);\n    color: var(--cream-white);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-size: 15px;\n    flex-shrink: 0;\n  }\n  .testimonial-card .author-info strong {\n    display: block;\n    font-size: 14px;\n    color: var(--petrol);\n  }\n  .testimonial-card .author-info span {\n    font-size: 12.5px;\n    color: #8a8a84;\n  }\n\n  \/* BENEFITS *\/\n  .benefits {\n    background: var(--cream-white);\n  }\n\n  .benefits h2 {\n    text-align: center;\n    font-size: clamp(28px, 4vw, 40px);\n    margin-bottom: 60px;\n  }\n\n  .benefit-grid {\n    max-width: 980px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 40px;\n  }\n\n  .benefit-card {\n    background: var(--sand);\n    padding: 34px 30px;\n    border-radius: 6px;\n  }\n\n  .benefit-card h3 {\n    font-size: 19px;\n    margin-bottom: 12px;\n    font-weight: 500;\n  }\n\n  .benefit-card p {\n    font-size: 15px;\n    color: #4A4A46;\n    font-weight: 300;\n  }\n\n  \/* HOW IT WORKS *\/\n  .how {\n    background: var(--petrol);\n    color: var(--cream-white);\n  }\n\n  .how .section-inner { max-width: 900px; }\n\n  .how h2 {\n    color: var(--cream-white);\n    text-align: center;\n    font-size: clamp(28px, 4vw, 40px);\n    margin-bottom: 60px;\n  }\n\n  .steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 36px;\n  }\n\n  .step {\n    text-align: center;\n  }\n\n  .step .num {\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-size: 44px;\n    color: var(--terracotta-light);\n    margin-bottom: 14px;\n  }\n\n  .step h3 {\n    color: var(--cream-white);\n    font-size: 18px;\n    margin-bottom: 12px;\n    font-weight: 500;\n  }\n\n  .step p {\n    color: rgba(255,253,249,0.78);\n    font-size: 14.5px;\n    font-weight: 300;\n  }\n\n  \/* WHY DIFFERENT \/ TABLE *\/\n  .compare {\n    background: var(--sand-dark);\n  }\n\n  .compare h2 {\n    text-align: center;\n    font-size: clamp(28px, 4vw, 40px);\n    margin-bottom: 50px;\n  }\n\n  .table-scroll {\n    width: 100%;\n    max-width: 950px;\n    margin: 0 auto;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n    font-size: 14.5px;\n    background: var(--cream-white);\n  }\n\n  th, td {\n    padding: 16px 18px;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  th {\n    background: var(--petrol);\n    color: var(--cream-white);\n    font-weight: 500;\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-size: 15px;\n  }\n\n  th:first-child, td:first-child {\n    text-align: left;\n    font-weight: 500;\n    white-space: normal;\n  }\n\n  .highlight-col {\n    background: rgba(196,105,74,0.1);\n    font-weight: 600;\n    color: var(--petrol);\n    white-space: normal !important;\n  }\n\n  th.highlight-col {\n    background: var(--terracotta);\n    color: var(--cream-white);\n  }\n\n  .compare-closer {\n    text-align: center;\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-style: italic;\n    font-size: 19px;\n    color: var(--petrol);\n    margin-top: 40px;\n  }\n\n  \/* FEATURES *\/\n  .features {\n    background: var(--cream-white);\n  }\n\n  .features h2 {\n    text-align: center;\n    font-size: clamp(28px, 4vw, 40px);\n    margin-bottom: 50px;\n  }\n\n  .feature-grid {\n    max-width: 900px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 22px;\n  }\n\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    background: var(--sand);\n    padding: 20px 22px;\n    border-radius: 6px;\n  }\n\n  .feature-item .icon {\n    font-size: 22px;\n  }\n\n  .feature-item span.label {\n    font-size: 15px;\n    font-weight: 500;\n    color: var(--petrol);\n  }\n\n  \/* RISK REVERSAL *\/\n  .guarantee {\n    background: var(--sand-dark);\n    text-align: center;\n  }\n\n  .guarantee-box {\n    max-width: 640px;\n    margin: 0 auto;\n    background: var(--cream-white);\n    padding: 50px 40px;\n    border-radius: 8px;\n  }\n\n  .guarantee-box .badge {\n    font-size: 40px;\n    margin-bottom: 20px;\n  }\n\n  .guarantee-box h2 {\n    font-size: clamp(24px, 3vw, 30px);\n    margin-bottom: 20px;\n    color: var(--petrol-dark);\n  }\n\n  .guarantee-box p {\n    font-size: 15.5px;\n    color: #4A4A46;\n    font-weight: 300;\n    margin-bottom: 12px;\n  }\n\n  .guarantee-box .final-line {\n    font-family: var(--font-heading, 'Fraunces', serif);\n    font-style: italic;\n    color: var(--terracotta);\n    font-size: 17px;\n    margin-top: 20px;\n  }\n\n  \/* FINAL CTA *\/\n  .final-cta {\n    background: linear-gradient(160deg, var(--petrol-dark) 0%, var(--petrol) 100%);\n    color: var(--cream-white);\n    text-align: center;\n    padding: 110px 24px;\n  }\n\n  .final-cta h2 {\n    color: var(--cream-white);\n    font-size: clamp(28px, 4.5vw, 44px);\n    max-width: 640px;\n    margin: 0 auto 24px;\n    line-height: 1.25;\n  }\n\n  .final-cta p {\n    color: rgba(255,253,249,0.82);\n    font-size: 17px;\n    font-weight: 300;\n    max-width: 560px;\n    margin: 0 auto 40px;\n  }\n\n  .final-cta .micro {\n    margin-top: 22px;\n    font-size: 13px;\n    color: rgba(255,253,249,0.6);\n    letter-spacing: 0.02em;\n  }\n\n  @media (max-width: 720px) {\n    .benefit-grid, .steps, .transform-grid, .feature-grid,\n    .testimonial-grid, .stats-proof .container {\n      grid-template-columns: 1fr;\n    }\n    section { padding: 60px 20px; }\n    table { font-size: 12.5px; min-width: 560px; }\n    th, td { padding: 10px 8px; }\n    .table-scroll::after {\n      content: '← swipe to see all →';\n      display: block;\n      text-align: center;\n      font-size: 11px;\n      color: var(--terracotta);\n      margin-top: 10px;\n      font-style: italic;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq {\n    background: var(--sand);\n  }\n\n  .faq h2 {\n    text-align: center;\n    font-size: clamp(28px, 4vw, 40px);\n    margin-bottom: 50px;\n  }\n\n  .faq-item {\n    background: var(--cream-white);\n    border-radius: 6px;\n    margin-bottom: 14px;\n    overflow: hidden;\n  }\n\n  .faq-item summary {\n    padding: 22px 26px;\n    font-weight: 500;\n    font-size: 16px;\n    color: var(--petrol);\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n  }\n\n  .faq-item summary::-webkit-details-marker { display: none; }\n\n  .faq-item summary::after {\n    content: '+';\n    position: absolute;\n    right: 26px;\n    top: 20px;\n    font-size: 22px;\n    color: var(--terracotta);\n  }\n\n  .faq-item[open] summary::after {\n    content: '−';\n  }\n\n  .faq-item p {\n    padding: 0 26px 22px;\n    font-size: 15px;\n    font-weight: 300;\n    color: #4A4A46;\n    line-height: 1.6;\n  }\n\u003c\/style\u003e\n\n\u003c!-- 1. HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eZenNeck™\u003c\/span\u003e\n    \u003ch1\u003eYour Neck Carries the Whole Day. Give It Somewhere Soft to Land.\u003c\/h1\u003e\n    \u003cp class=\"sub\"\u003eWarmth, a gentle 15–20 minute stretch, and quiet vibration — the evening reset your neck has been waiting for.\u003c\/p\u003e\n    \u003cp class=\"social-proof\"\u003e★ 4.18 rated by 465+ people who use it every night\u003c\/p\u003e\n    \u003ca href=\"https:\/\/smartlivstore.com\/cart\/46793991684295:1\" class=\"cta-btn\"\u003eFeel ZenNeck™ Tonight →\u003c\/a\u003e\n    \u003cdiv class=\"hero-bullets\"\u003e\n      \u003cdiv\u003e🌙 Melts tension in minutes, right from your couch or bed\u003c\/div\u003e\n      \u003cdiv\u003e🔥 Soothing heat + gentle massage in one ergonomic design\u003c\/div\u003e\n      \u003cdiv\u003e🧠 No plugs, no cords — USB powered, fully portable\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 2. PROBLEM --\u003e\n\u003csection class=\"problem\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003cspan class=\"eyebrow-mark\"\u003eThe Everyday Weight\u003c\/span\u003e\n    \u003ch2\u003eIt starts before you even notice it.\u003c\/h2\u003e\n    \u003cp\u003eYou wake up, and the first thing you do is look at a screen. Then you sit down — at a desk, in a car, in front of a monitor — and you stay there. Hour after hour, your neck holds the same position, tilted just slightly forward, carrying the quiet weight of a head that never seems to rest.\u003c\/p\u003e\n    \u003cp\u003eBy 6pm, you've stopped noticing the tightness in your shoulders. It's just... there. A dull pull at the base of your neck. A stiffness that follows you from your desk to your couch to your bed.\u003c\/p\u003e\n    \u003cp\u003eYou tell yourself you'll stretch. You tell yourself you'll relax. But most nights, you just sit down, scroll a little more, and hope tomorrow feels lighter. It rarely does.\u003c\/p\u003e\n    \u003cp\u003eBecause the truth is — nothing about your day is actually built for rest. Not your chair. Not your commute. Not the sofa you collapse into at the end of it all.\u003c\/p\u003e\n    \u003cp class=\"closer\"\u003eYour body deserves a moment that's actually designed to help it unwind.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 3. STATS PROOF --\u003e\n\u003csection class=\"stats-proof\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv\u003e\n      \u003ch2\u003eReal customers using it every night\u003c\/h2\u003e\n      \u003cdiv class=\"stats-proof__row\"\u003e\n        \u003cspan class=\"stats-proof__percent\"\u003e94%\u003c\/span\u003e\n        \u003cp\u003eFelt noticeably less neck tension after just one session\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stats-proof__row\"\u003e\n        \u003cspan class=\"stats-proof__percent\"\u003e91%\u003c\/span\u003e\n        \u003cp\u003eSaid it became part of their nightly wind-down routine\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stats-proof__row\"\u003e\n        \u003cspan class=\"stats-proof__percent\"\u003e89%\u003c\/span\u003e\n        \u003cp\u003eReported falling asleep faster on nights they used it\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"https:\/\/smartlivstore.com\/cart\/46793991684295:1\" class=\"cta-btn\"\u003eGet ZenNeck™ Now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 4. LIFESTYLE TRANSFORMATION --\u003e\n\u003csection class=\"transform\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eThe Shift You'll Feel Tonight\u003c\/h2\u003e\n    \u003cp class=\"subtext\"\u003eThis isn't about waiting weeks for results. Most people notice the difference in their very first 20-minute session.\u003c\/p\u003e\n    \u003cdiv class=\"transform-grid\"\u003e\n      \u003cdiv class=\"transform-col before\"\u003e\n        \u003ch4\u003eBefore ZenNeck™\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eTense shoulders by mid-afternoon\u003c\/li\u003e\n          \u003cli\u003eScrolling in bed instead of winding down\u003c\/li\u003e\n          \u003cli\u003eWaking up feeling like you never fully rested\u003c\/li\u003e\n          \u003cli\u003eStress that lingers long after work ends\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"transform-col after\"\u003e\n        \u003ch4\u003eAfter ZenNeck™\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eA genuine reason to put the phone down at night\u003c\/li\u003e\n          \u003cli\u003eWarmth and gentle pressure replacing restless tension\u003c\/li\u003e\n          \u003cli\u003eA calmer transition from \"work mode\" to \"rest mode\"\u003c\/li\u003e\n          \u003cli\u003eMornings that feel a little lighter, a little easier\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"transform-italic\"\u003eIt's a small shift. But it's the difference between surviving your evenings and actually enjoying them.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5. INTRODUCE PRODUCT --\u003e\n\u003csection class=\"intro\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003cspan class=\"eyebrow-mark\"\u003eMeet ZenNeck™\u003c\/span\u003e\n    \u003ch2\u003eA quiet, 20-minute ritual — right at home.\u003c\/h2\u003e\n    \u003cp\u003eSlip it on. Feel the memory foam settle around your neck. Let the gentle inflation create a light, comfortable stretch. Add warmth. Add a soft wave of vibration. Close your eyes.\u003c\/p\u003e\n    \u003cp\u003eThis isn't a gadget you have to figure out. It's not a device you strap into like a piece of medical equipment. It's a simple, beautifully designed moment of stillness — something you look forward to, the way you look forward to a hot shower after a long day.\u003c\/p\u003e\n    \u003cp\u003eNo manuals. No settings to memorize. Just press one button, lean back, and let your evening begin.\u003c\/p\u003e\n    \u003cdiv class=\"mechanism\"\u003e\n      \u003cstrong\u003eWhy it actually works:\u003c\/strong\u003e tight neck muscles stay contracted when they never get a moment of real support. ZenNeck™ combines three things at once — gentle traction from the adjustable air inflation, sustained warmth to help muscles soften, and light vibration to ease surface tension — so your neck gets a genuine break instead of just a place to rest.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5.5 — 3-IN-1 MECHANISM --\u003e\n\u003csection class=\"mechanism-tabs\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eExperience the 3-in-1 Neck Therapy\u003c\/h2\u003e\n    \u003cp class=\"subtext\"\u003eTraction, warmth, and vibration — working together, not one at a time.\u003c\/p\u003e\n\n    \u003cdiv class=\"mechanism-tabs__row\" data-mech-tabs\u003e\n\n      \u003cdiv class=\"mech-panel is-active\" data-mech-panel\u003e\n        \u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger\u003e\n          \u003cspan class=\"mech-panel__trigger-left\"\u003e\n            \u003cspan class=\"mech-panel__icon\"\u003e⤢\u003c\/span\u003e\n            \u003cspan\u003eTraction Therapy\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"mech-panel__media\"\u003e\n          \u003cimg class=\"mech-img--desktop\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/TractionPC.webp?v=1784342531\" alt=\"Traction Therapy\" loading=\"lazy\"\u003e\n          \u003cimg class=\"mech-img--mobile\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/TractionMobile.webp?v=1784342531\" alt=\"Traction Therapy\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"mech-panel__copy\"\u003e\n            \u003cp\u003eThe adjustable air inflation gently lifts and stretches your neck at a comfortable angle, easing stiffness and helping reverse the forward-head posture built up over a long day.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mech-panel\" data-mech-panel\u003e\n        \u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger\u003e\n          \u003cspan class=\"mech-panel__trigger-left\"\u003e\n            \u003cspan class=\"mech-panel__icon\"\u003e≈\u003c\/span\u003e\n            \u003cspan\u003eVibration Therapy\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"mech-panel__media\"\u003e\n          \u003cimg class=\"mech-img--desktop\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/vibrationPC.webp?v=1784342532\" alt=\"Vibration Therapy\" loading=\"lazy\"\u003e\n          \u003cimg class=\"mech-img--mobile\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/vibrationMobile.webp?v=1784342532\" alt=\"Vibration Therapy\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"mech-panel__copy\"\u003e\n            \u003cp\u003eSoft, calming pulses ease surface tension in the neck and shoulders — a gentle massage layered on top of the stretch, not a harsh buzz.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mech-panel\" data-mech-panel\u003e\n        \u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger\u003e\n          \u003cspan class=\"mech-panel__trigger-left\"\u003e\n            \u003cspan class=\"mech-panel__icon\"\u003e◐\u003c\/span\u003e\n            \u003cspan\u003eHeat Therapy\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"mech-panel__media\"\u003e\n          \u003cimg class=\"mech-img--desktop\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Heat-TherapyPC.webp?v=1784342532\" alt=\"Heat Therapy\" loading=\"lazy\"\u003e\n          \u003cimg class=\"mech-img--mobile\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Heat-TherapyMobile.webp?v=1784342532\" alt=\"Heat Therapy\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"mech-panel__copy\"\u003e\n            \u003cp\u003eSustained, adjustable warmth helps tight muscles soften and relax, the way a hot shower does after a long day — but focused right where you carry the tension.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n  (function () {\n    var wrapper = document.querySelector('[data-mech-tabs]');\n    if (!wrapper) return;\n    var panels = Array.prototype.slice.call(wrapper.querySelectorAll('[data-mech-panel]'));\n\n    function activate(panel) {\n      panels.forEach(function (p) {\n        p.classList.toggle('is-active', p === panel);\n      });\n    }\n\n    panels.forEach(function (panel) {\n      var trigger = panel.querySelector('[data-mech-trigger]');\n      trigger.addEventListener('click', function () {\n        activate(panel);\n      });\n    });\n  })();\n\u003c\/script\u003e\n\n\u003c!-- 6. TESTIMONIALS --\u003e\n\u003csection class=\"testimonials\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eWhat Our Customers Are Saying\u003c\/h2\u003e\n    \u003cp class=\"stars\"\u003e★★★★★ 4.18\/5 · 465+ reviews\u003c\/p\u003e\n    \u003cdiv class=\"testimonial-grid\"\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cp class=\"quote\"\u003e\"I didn't realize how tense my neck was until I tried this. First night, I felt my shoulders actually drop.\"\u003c\/p\u003e\n        \u003cdiv class=\"author\"\u003e\n          \u003cdiv class=\"avatar\"\u003eJ\u003c\/div\u003e\n          \u003cdiv class=\"author-info\"\u003e\n            \u003cstrong\u003eJessica M.\u003c\/strong\u003e\n            \u003cspan\u003eDesk worker, 34\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cp class=\"quote\"\u003e\"The heat function alone is worth it. I use it every night after work and it's become part of my routine.\"\u003c\/p\u003e\n        \u003cdiv class=\"author\"\u003e\n          \u003cdiv class=\"avatar\"\u003eR\u003c\/div\u003e\n          \u003cdiv class=\"author-info\"\u003e\n            \u003cstrong\u003eRyan T.\u003c\/strong\u003e\n            \u003cspan\u003eRemote worker, 41\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cp class=\"quote\"\u003e\"I was skeptical about the vibration but it's actually really soothing. Sleep better on the nights I use it.\"\u003c\/p\u003e\n        \u003cdiv class=\"author\"\u003e\n          \u003cdiv class=\"avatar\"\u003eA\u003c\/div\u003e\n          \u003cdiv class=\"author-info\"\u003e\n            \u003cstrong\u003eAmanda K.\u003c\/strong\u003e\n            \u003cspan\u003eNurse, 29\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 7. BENEFITS --\u003e\n\u003csection class=\"benefits\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eWhat Changes When You Use It\u003c\/h2\u003e\n    \u003cdiv class=\"benefit-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eFeel the day loosen its grip\u003c\/h3\u003e\n        \u003cp\u003eThe memory foam contours gently around your neck, cradling it in a way regular pillows simply can't. Instead of fighting your position, it supports it — so your muscles finally get a chance to soften.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eWarmth that feels like a deep exhale\u003c\/h3\u003e\n        \u003cp\u003eThe built-in heating offers multiple adjustable warmth levels — a slow, comforting warmth, like sinking into a heated blanket on a cold night. It's often the first thing people notice, and the first thing they miss when they skip a night.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eA stretch that feels like permission to let go\u003c\/h3\u003e\n        \u003cp\u003eThe inflatable system creates a soft, adjustable lift you control yourself — not a snap or a pull, but a slow release, like someone gently easing the weight off your shoulders.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eQuiet vibration, real relaxation\u003c\/h3\u003e\n        \u003cp\u003eMultiple massage pulse settings add a subtle layer of comfort on top of the warmth and stretch — giving your mind something calming to focus on besides your inbox.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eA bedtime ritual that actually feels like one\u003c\/h3\u003e\n        \u003cp\u003eInstead of scrolling until your eyes get heavy, you have twenty minutes of stillness built into your evening — a signal to your whole body that the day is done.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eWake up without that \"still tired\" feeling\u003c\/h3\u003e\n        \u003cp\u003eWhen your neck spends the evening relaxed instead of tense, mornings feel different. Lighter. Easier. Like you actually rested instead of just sleeping.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 8. HOW IT WORKS --\u003e\n\u003csection class=\"how\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003ch2\u003eHow It Works\u003c\/h2\u003e\n    \u003cdiv class=\"steps\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eSettle In\u003c\/h3\u003e\n        \u003cp\u003eWrap ZenNeck™ around your neck. The memory foam contours instantly, finding your shape without any adjusting or fussing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eChoose Your Comfort\u003c\/h3\u003e\n        \u003cp\u003ePress one button to activate gentle inflation, soothing heat, and soft vibration — in any combination you like.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eLet Go\u003c\/h3\u003e\n        \u003cp\u003eClose your eyes for 15–20 minutes. No screens. No multitasking. Just warmth, gentle pressure, and quiet.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 9. WHY DIFFERENT --\u003e\n\u003csection class=\"compare\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eWhy It's Different\u003c\/h2\u003e\n    \u003cdiv class=\"table-scroll\"\u003e\n    \u003ctable\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003e\u003c\/th\u003e\n          \u003cth class=\"highlight-col\"\u003eZenNeck™\u003c\/th\u003e\n          \u003cth\u003eRegular Pillow\u003c\/th\u003e\n          \u003cth\u003eManual Stretching\u003c\/th\u003e\n          \u003cth\u003eBasic Neck Support\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAdjusts to your neck\u003c\/td\u003e\n          \u003ctd class=\"highlight-col\"\u003e✅ Contouring memory foam\u003c\/td\u003e\n          \u003ctd\u003e❌ Static shape\u003c\/td\u003e\n          \u003ctd\u003e❌ You do all the work\u003c\/td\u003e\n          \u003ctd\u003e⚠️ Fixed support only\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHeat therapy\u003c\/td\u003e\n          \u003ctd class=\"highlight-col\"\u003e✅ Built-in soothing warmth\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eGentle stretch\u003c\/td\u003e\n          \u003ctd class=\"highlight-col\"\u003e✅ Controlled, adjustable inflation\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n          \u003ctd\u003e⚠️ Inconsistent, easy to overdo\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMassage\u003c\/td\u003e\n          \u003ctd class=\"highlight-col\"\u003e✅ Soft vibration\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eEffort required\u003c\/td\u003e\n          \u003ctd class=\"highlight-col\"\u003e✅ Just press one button\u003c\/td\u003e\n          \u003ctd\u003eNone, but no relief\u003c\/td\u003e\n          \u003ctd\u003eHigh — takes discipline\u003c\/td\u003e\n          \u003ctd\u003eNone, but no real relaxation\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeels like a ritual\u003c\/td\u003e\n          \u003ctd class=\"highlight-col\"\u003e✅ Genuinely relaxing routine\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n          \u003ctd\u003e❌\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"compare-closer\"\u003eA regular pillow just sits there. ZenNeck™ actually helps you unwind.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 10. FEATURES --\u003e\n\u003csection class=\"features\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eProduct Features\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🔥\u003c\/span\u003e\u003cspan class=\"label\"\u003eSoothing Heat Therapy — multiple adjustable warmth levels\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e💆\u003c\/span\u003e\u003cspan class=\"label\"\u003eVibration Massage — soft, calming pulses with adjustable intensity\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🧠\u003c\/span\u003e\u003cspan class=\"label\"\u003ePremium Memory Foam — contours to your neck\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🎈\u003c\/span\u003e\u003cspan class=\"label\"\u003eAdjustable Inflation — customizable gentle stretch\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e📐\u003c\/span\u003e\u003cspan class=\"label\"\u003eErgonomic Design — fits naturally, no awkward angles\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🔌\u003c\/span\u003e\u003cspan class=\"label\"\u003eUSB Powered — full charge lasts several 20-minute sessions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🎛️\u003c\/span\u003e\u003cspan class=\"label\"\u003eOne-Touch Controls — no manual required\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🪶\u003c\/span\u003e\u003cspan class=\"label\"\u003eLightweight \u0026amp; Portable — desk, couch, car, or bed\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 11. FAQ --\u003e\n\u003csection class=\"faq\"\u003e\n  \u003cdiv class=\"container\" style=\"max-width: 760px;\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eHow long should I use ZenNeck™ each day?\u003c\/summary\u003e\n      \u003cp\u003eMost people enjoy 15–20 minutes in the evening as part of their wind-down routine. You can use it longer if you're simply enjoying the relaxation.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eIs it comfortable for all neck sizes?\u003c\/summary\u003e\n      \u003cp\u003eYes — the memory foam contours to your shape, and the inflation level is fully adjustable so you can find your ideal comfort.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eDo I need to charge it often?\u003c\/summary\u003e\n      \u003cp\u003eIt's USB rechargeable and typically lasts several sessions on a single charge, so it's ready whenever you need a moment to unwind.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eCan I use it while working or watching TV?\u003c\/summary\u003e\n      \u003cp\u003eAbsolutely. Many people use it at their desk during a break or while relaxing on the couch in the evening.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eIs the heat adjustable?\u003c\/summary\u003e\n      \u003cp\u003eYes, you can choose your preferred warmth level for a comfort that suits you.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eWill the vibration feel too strong?\u003c\/summary\u003e\n      \u003cp\u003eThe massage function is designed to be gentle and soothing, and intensity can be adjusted to your preference.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eIs this safe to use every day?\u003c\/summary\u003e\n      \u003cp\u003eYes, it's designed as a daily relaxation and comfort tool, similar to how you'd use a heating pad or massage pillow.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eHow is this different from a regular travel pillow?\u003c\/summary\u003e\n      \u003cp\u003eRegular pillows only offer static support. ZenNeck™ adds heat, gentle stretch, and massage — creating an actual relaxation experience, not just a resting spot.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eDoes it work for side sleepers or people who sit a lot?\u003c\/summary\u003e\n      \u003cp\u003eYes — it's designed for anyone who wants to relax their neck, whether that's after a long day at a desk, driving, or before bed.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eWhat if I don't love it?\u003c\/summary\u003e\n      \u003cp\u003eYou're covered by our 60-Day Money Back Guarantee — no questions asked.\u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 12. RISK REVERSAL --\u003e\n\u003csection class=\"guarantee\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"guarantee-box\"\u003e\n      \u003cdiv class=\"badge\"\u003e🛡️\u003c\/div\u003e\n      \u003ch2\u003e60-Day \"Feel The Difference\" Guarantee\u003c\/h2\u003e\n      \u003cp\u003eWe're confident that once you experience ZenNeck™, it'll become part of your evening routine — not just another gadget in a drawer.\u003c\/p\u003e\n      \u003cp\u003eTry it for 60 days. If it's not the relaxing reset you were hoping for, send it back for a full refund. No hoops, no hassle.\u003c\/p\u003e\n      \u003cp class=\"final-line\"\u003eYour only risk is missing out on the best 20 minutes of your day.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 13. FINAL CTA --\u003e\n\u003csection class=\"final-cta\" id=\"final-cta\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eYou've Earned a Moment That's Just for You.\u003c\/h2\u003e\n    \u003cp\u003eNot another task. Not another notification. Just warmth, gentle comfort, and quiet — a small ritual that helps you leave the day behind, one evening at a time.\u003c\/p\u003e\n    \u003cp style=\"font-family: var(--font-heading, 'Fraunces', serif); font-style: italic; font-size: 18px; color: rgba(255,253,249,0.9);\"\u003eYour neck has carried a lot today. Let it finally rest.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/smartlivstore.com\/cart\/46793991684295:1\" class=\"cta-btn\"\u003eGet ZenNeck™ Now →\u003c\/a\u003e\n    \u003cdiv class=\"micro\"\u003e60-Day Money Back Guarantee · Free Shipping · Rest, Redefined\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Smartliv","offers":[{"title":"Default Title","offer_id":46793991684295,"sku":null,"price":90.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/heroimg.webp?v=1784141573"},{"product_id":"infraglow™","title":"InfraGlow™","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --petrol: #3B2B22;\n    --petrol-dark: #241A15;\n    --terracotta: #E0592A;\n    --terracotta-light: #F2A56B;\n    --sand: #FBF3EA;\n    --sand-dark: #F1E4D3;\n    --ink: #2A2420;\n    --cream-white: #FFFCF8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Poppins', sans-serif;\n    background: var(--sand);\n    color: var(--ink);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  h1, h2, h3 {\n    font-family: 'Fraunces', serif;\n    font-weight: 500;\n    color: var(--petrol);\n    letter-spacing: -0.01em;\n  }\n\n  .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }\n\n  .img-placeholder {\n    width: 100%;\n    border-radius: 8px;\n    position: relative;\n    overflow: hidden;\n    background: linear-gradient(135deg, var(--terracotta) 0%, var(--petrol) 100%);\n  }\n  .img-placeholder img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    position: absolute;\n    inset: 0;\n  }\n\n  \/* PRICE BLOCK - novo *\/\n  .price-block {\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n    margin-bottom: 18px;\n    flex-wrap: wrap;\n  }\n  .price-block .price-now {\n    font-family: 'Fraunces', serif;\n    font-size: 30px;\n    font-weight: 600;\n  }\n  .price-block .price-was {\n    font-size: 16px;\n    text-decoration: line-through;\n    opacity: 0.55;\n  }\n  .price-block .price-badge {\n    background: var(--terracotta);\n    color: var(--cream-white);\n    font-size: 12px;\n    font-weight: 600;\n    padding: 4px 10px;\n    border-radius: 3px;\n    letter-spacing: 0.02em;\n  }\n  .hero .price-block .price-now { color: var(--cream-white); }\n  .hero .price-block .price-was { color: rgba(255,252,248,0.6); }\n  .vat-note {\n    font-size: 12px;\n    color: rgba(255,252,248,0.55);\n    margin-top: 6px;\n  }\n  .vat-note.on-light { color: #8a7c6d; }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-dark) 100%);\n    color: var(--cream-white);\n    padding: 90px 24px 60px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    top: -100px; right: -100px;\n    width: 380px; height: 380px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(224,89,42,0.35) 0%, transparent 70%);\n  }\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 48px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n  .hero .eyebrow {\n    font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--terracotta-light); margin-bottom: 22px; font-weight: 500;\n  }\n  .hero h1 {\n    color: var(--cream-white);\n    font-size: clamp(30px, 4vw, 48px);\n    margin-bottom: 22px; line-height: 1.18;\n  }\n  .hero p.sub {\n    font-size: clamp(16px, 2vw, 18px);\n    color: rgba(255,252,248,0.82);\n    max-width: 480px; margin-bottom: 26px; font-weight: 300;\n  }\n  .hero .social-proof {\n    font-size: 14px; color: var(--terracotta-light); font-weight: 500; margin-bottom: 18px;\n  }\n  .cta-btn {\n    display: inline-block; background: var(--terracotta); color: var(--cream-white);\n    padding: 18px 40px; border-radius: 4px; font-weight: 600; font-size: 16px;\n    text-decoration: none; letter-spacing: 0.01em;\n    transition: background 0.25s ease, transform 0.25s ease;\n    border: none; cursor: pointer;\n  }\n  .cta-btn:hover { background: #C64A21; transform: translateY(-2px); }\n  .hero-bullets {\n    display: flex; flex-direction: column; gap: 14px;\n    margin-top: 40px; max-width: 480px;\n  }\n  .hero-bullets div { font-size: 14px; color: rgba(255,252,248,0.9); font-weight: 300; }\n  .hero-img .img-placeholder { aspect-ratio: 4\/5; font-size: 15px; }\n\n  section { padding: 90px 24px; }\n  .section-inner { max-width: 780px; margin: 0 auto; }\n  .eyebrow-mark {\n    font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;\n    color: var(--terracotta); font-weight: 600; margin-bottom: 16px; display: block;\n  }\n\n  \/* PROBLEM *\/\n  .problem { background: var(--cream-white); }\n  .problem-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 50px; align-items: center; max-width: 1000px; margin: 0 auto; }\n  .problem h2 { font-size: clamp(26px, 3.5vw, 36px); margin-bottom: 26px; line-height: 1.28; }\n  .problem p { font-size: 16.5px; color: #524940; margin-bottom: 20px; font-weight: 300; }\n  .problem .closer {\n    font-family: 'Fraunces', serif; font-style: italic;\n    font-size: 19px; color: var(--petrol); margin-top: 30px; font-weight: 400;\n  }\n  .problem .img-placeholder { aspect-ratio: 3\/4; }\n\n  \/* STATS PROOF *\/\n  .stats-proof { background: var(--sand-dark); }\n  .stats-proof .container { max-width: 620px; }\n  .stats-proof h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 30px; text-align: center; }\n  .stats-proof__row { display: flex; align-items: baseline; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(59,43,34,0.08); }\n  .stats-proof__percent {\n    font-family: 'Fraunces', serif; font-size: 28px;\n    color: var(--terracotta); min-width: 70px; font-weight: 600;\n  }\n  .stats-proof__row p { font-size: 15px; color: var(--ink); font-weight: 400; }\n  .stats-proof .cta-btn { margin-top: 30px; display: block; width: fit-content; margin-left: auto; margin-right: auto; }\n  .stats-proof .disclaimer { font-size: 11.5px; color: #8a7c6d; text-align: center; margin-top: 14px; font-style: italic; }\n\n  \/* MECHANISM \/ INTRO *\/\n  .intro { background: var(--cream-white); }\n  .intro-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: center; max-width: 1000px; margin: 0 auto; }\n  .intro h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 22px; }\n  .intro p { font-size: 16px; color: #524940; font-weight: 300; margin-bottom: 16px; }\n  .intro .mechanism-box {\n    background: var(--sand); border-radius: 6px; padding: 20px 24px;\n    font-size: 15px; color: var(--petrol); font-weight: 500; margin: 24px 0;\n    border-left: 3px solid var(--terracotta);\n  }\n  .intro .athletes-box {\n    background: var(--petrol); color: var(--cream-white);\n    border-radius: 6px; padding: 26px 28px; margin-top: 26px;\n  }\n  .intro .athletes-box p { color: rgba(255,252,248,0.88); font-size: 14.5px; margin-bottom: 12px; }\n  .intro .athletes-box strong { color: var(--terracotta-light); }\n  .intro .athletes-box .athletes-source { font-size: 12px; color: rgba(255,252,248,0.55); font-style: italic; margin-top: 4px; }\n  .intro .athletes-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }\n  .intro .athletes-photo { aspect-ratio: 4\/5; font-size: 12.5px; }\n  .intro .img-placeholder { aspect-ratio: 4\/5; }\n\n  \/* VIDEO \/ REVIEW BLOCK - novo, quebra de padrão visual *\/\n  .social-block { background: var(--sand-dark); }\n  .social-block h2 { text-align: center; font-size: clamp(26px, 3.5vw, 34px); margin-bottom: 44px; }\n  .social-grid { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }\n  .review-card {\n    background: var(--cream-white); border-radius: 8px; padding: 22px 22px 20px;\n    display: flex; flex-direction: column; gap: 10px; align-self: start;\n  }\n  .review-card .reviewer { margin-top: 4px; }\n  .review-card .stars { color: var(--terracotta); font-size: 14px; letter-spacing: 2px; }\n  .review-card p { font-size: 14px; color: var(--ink); font-weight: 300; }\n  .review-card .reviewer { font-size: 12.5px; color: #8a7c6d; font-weight: 500; }\n  .video-card {\n    background: var(--petrol); border-radius: 8px; aspect-ratio: 9\/16;\n    display: flex; align-items: center; justify-content: center; position: relative;\n    overflow: hidden; cursor: pointer;\n  }\n  .video-card video {\n    position: absolute; inset: 0; width: 100%; height: 100%;\n    object-fit: cover; display: block; z-index: 1;\n  }\n  .video-card .play-icon {\n    width: 56px; height: 56px; border-radius: 50%; background: rgba(255,252,248,0.15);\n    display: flex; align-items: center; justify-content: center; z-index: 3;\n    border: 1.5px solid rgba(255,252,248,0.4);\n    transition: opacity .2s ease;\n  }\n  .video-card.is-playing .play-icon { opacity: 0; pointer-events: none; }\n  .video-card .play-icon::before { content: '▶'; color: var(--cream-white); font-size: 18px; margin-left: 3px; }\n  .video-card .img-placeholder { position: absolute; inset: 0; border-radius: 0; opacity: 0.5; z-index: 0; }\n  .video-card.is-loaded .img-placeholder { opacity: 0; transition: opacity .3s ease; }\n  .video-card .caption { position: absolute; bottom: 14px; left: 14px; right: 14px; color: var(--cream-white); font-size: 12.5px; z-index: 2; font-weight: 300; }\n\n  \/* MECHANISM TABS *\/\n  .mechanism-tabs { background: var(--cream-white); }\n  .mechanism-tabs h2 { text-align: center; font-size: clamp(28px, 4vw, 38px); margin-bottom: 14px; }\n  .mechanism-tabs .subtext {\n    text-align: center; max-width: 560px; margin: 0 auto 50px;\n    font-size: 16px; color: #524940; font-weight: 300;\n  }\n  .mechanism-tabs__row { display: flex; flex-direction: column; gap: 12px; max-width: 980px; margin: 0 auto; }\n  @media (min-width: 900px) {\n    .mechanism-tabs__row { flex-direction: row; align-items: stretch; height: 440px; }\n  }\n  .mech-panel {\n    border-radius: 8px; overflow: hidden; background: var(--petrol);\n    position: relative; transition: flex-grow .35s ease;\n  }\n  @media (min-width: 900px) {\n    .mech-panel { flex: 1 1 0; display: flex; flex-direction: column; }\n    .mech-panel.is-active { flex: 4 1 0; }\n  }\n  .mech-panel__trigger {\n    all: unset; display: flex; align-items: center; justify-content: space-between;\n    width: 100%; padding: 18px 22px; cursor: pointer; color: var(--cream-white);\n    font-family: 'Fraunces', serif; font-size: 16px; font-weight: 500;\n    position: relative; z-index: 2; box-sizing: border-box;\n  }\n  .mech-panel__trigger-left { display: flex; align-items: center; gap: 12px; }\n  .mech-panel__icon { font-size: 20px; line-height: 1; color: var(--terracotta-light); }\n  .mech-panel__toggle {\n    width: 24px; height: 24px; border-radius: 50%;\n    border: 1.5px solid rgba(255,252,248,.5); position: relative; flex-shrink: 0;\n  }\n  .mech-panel__toggle::before, .mech-panel__toggle::after {\n    content: ''; position: absolute; background: var(--cream-white);\n    top: 50%; left: 50%; transform: translate(-50%, -50%);\n  }\n  .mech-panel__toggle::before { width: 10px; height: 1.5px; }\n  .mech-panel__toggle::after { width: 1.5px; height: 10px; transition: opacity .2s ease; }\n  .mech-panel.is-active .mech-panel__toggle::after { opacity: 0; }\n  .mech-panel__media { position: relative; flex: 1; min-height: 200px; }\n  .mech-panel__media .img-placeholder { position: absolute; inset: 0; border-radius: 0; opacity: .55; }\n  .mech-panel__copy {\n    position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; color: var(--cream-white);\n    background: linear-gradient(to top, rgba(36,26,21,.92), transparent 75%);\n    font-size: 14.5px; font-weight: 300; line-height: 1.6;\n    opacity: 0; transform: translateY(8px);\n    transition: opacity .25s ease .1s, transform .25s ease .1s;\n    z-index: 2;\n  }\n  .mech-panel.is-active .mech-panel__copy { opacity: 1; transform: translateY(0); }\n  .mech-panel__copy p { margin: 0; max-width: 420px; font-weight: 300; }\n\n  @media (max-width: 899px) {\n    .mech-panel__media { display: block; position: static; }\n    .mech-panel__media .img-placeholder { position: static; width: 100%; aspect-ratio: 4\/3; border-radius: 0; opacity: 1; }\n    .mech-panel__copy {\n      position: static; background: var(--petrol);\n      display: grid; grid-template-rows: 0fr; opacity: 0;\n      transition: grid-template-rows .35s ease, opacity .25s ease;\n    }\n    .mech-panel__copy-inner { overflow: hidden; padding: 0 22px; min-height: 0; }\n    .mech-panel.is-active .mech-panel__copy { grid-template-rows: 1fr; opacity: 1; }\n    .mech-panel.is-active .mech-panel__copy-inner { padding: 18px 22px 22px; }\n  }\n\n  \/* BENEFITS *\/\n  .benefits { background: var(--sand-dark); }\n  .benefits h2 { text-align: center; font-size: clamp(28px, 4vw, 38px); margin-bottom: 16px; }\n  .benefits .subtext { text-align: center; max-width: 560px; margin: 0 auto 50px; font-size: 15.5px; color: #524940; font-weight: 300; }\n  .benefit-grid { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }\n  .benefit-card { background: var(--cream-white); padding: 30px 26px; border-radius: 6px; }\n  .benefit-card .icon { font-size: 26px; margin-bottom: 14px; display: block; }\n  .benefit-card h3 { font-size: 17px; margin-bottom: 10px; font-weight: 500; }\n  .benefit-card p { font-size: 14.5px; color: #524940; font-weight: 300; }\n  .benefits-cta { text-align: center; margin-top: 46px; }\n  .benefits-cta .price-block { justify-content: center; margin-bottom: 14px; }\n  .benefits-cta .vat-note { text-align: center; }\n\n  \/* HOW TO USE *\/\n  .how { background: var(--petrol); color: var(--cream-white); }\n  .how .section-inner { max-width: 950px; }\n  .how h2 { color: var(--cream-white); text-align: center; font-size: clamp(28px, 4vw, 38px); margin-bottom: 14px; }\n  .how .subtext { text-align: center; color: rgba(255,252,248,0.75); max-width: 560px; margin: 0 auto 56px; font-size: 15.5px; font-weight: 300; }\n  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 50px; }\n  .step { text-align: center; }\n  .step .num {\n    font-family: 'Fraunces', serif; font-size: 40px;\n    color: var(--terracotta-light); margin-bottom: 14px;\n  }\n  .step h3 { color: var(--cream-white); font-size: 17px; margin-bottom: 10px; font-weight: 500; }\n  .step p { color: rgba(255,252,248,0.78); font-size: 14px; font-weight: 300; }\n  .safety-box {\n    background: rgba(255,252,248,0.06); border: 1px solid rgba(255,252,248,0.15);\n    border-radius: 6px; padding: 26px 30px; max-width: 780px; margin: 0 auto;\n  }\n  .safety-box h4 { color: var(--terracotta-light); font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; font-family: 'Fraunces', serif; }\n  .safety-box ul { list-style: none; }\n  .safety-box li { font-size: 14px; color: rgba(255,252,248,0.85); font-weight: 300; padding: 6px 0; padding-left: 20px; position: relative; }\n  .safety-box li::before { content: '—'; position: absolute; left: 0; color: var(--terracotta-light); }\n\n  \/* COMPARE TABLE *\/\n  .compare { background: var(--cream-white); }\n  .compare h2 { text-align: center; font-size: clamp(26px, 3.5vw, 36px); margin-bottom: 44px; }\n  .table-scroll { width: 100%; max-width: 950px; margin: 0 auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }\n  table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; background: var(--sand); }\n  th, td { padding: 15px 16px; text-align: center; white-space: nowrap; }\n  th {\n    background: var(--petrol); color: var(--cream-white); font-weight: 500;\n    font-family: 'Fraunces', serif; font-size: 14.5px;\n  }\n  th:first-child, td:first-child { text-align: left; font-weight: 500; white-space: normal; }\n  .highlight-col { background: rgba(224,89,42,0.1); font-weight: 600; color: var(--petrol); white-space: normal !important; }\n  th.highlight-col { background: var(--terracotta); color: var(--cream-white); }\n  .compare-closer {\n    text-align: center; font-family: 'Fraunces', serif;\n    font-style: italic; font-size: 17px; color: var(--petrol); margin-top: 34px;\n  }\n\n  \/* GUARANTEE *\/\n  .guarantee { background: var(--sand-dark); text-align: center; }\n  .guarantee-box { max-width: 620px; margin: 0 auto; background: var(--cream-white); padding: 46px 40px; border-radius: 8px; }\n  .guarantee-box .badge { font-size: 38px; margin-bottom: 18px; }\n  .guarantee-box h2 { font-size: clamp(22px, 3vw, 28px); margin-bottom: 18px; color: var(--petrol-dark); }\n  .guarantee-box p { font-size: 15px; color: #524940; font-weight: 300; margin-bottom: 10px; }\n  .guarantee-box .final-line {\n    font-family: 'Fraunces', serif; font-style: italic;\n    color: var(--terracotta); font-size: 16px; margin-top: 18px;\n  }\n  .guarantee-box .legal-note {\n    font-size: 12px; color: #8a7c6d; margin-top: 20px; font-weight: 300; line-height: 1.5;\n  }\n\n  \/* FAQ *\/\n  .faq { background: var(--cream-white); }\n  .faq h2 { text-align: center; font-size: clamp(26px, 3.5vw, 36px); margin-bottom: 44px; }\n  .faq-item { background: var(--sand); border-radius: 6px; margin-bottom: 12px; overflow: hidden; }\n  .faq-item summary {\n    padding: 20px 24px; font-weight: 500; font-size: 15px; color: var(--petrol);\n    cursor: pointer; list-style: none; position: relative;\n  }\n  .faq-item summary::-webkit-details-marker { display: none; }\n  .faq-item summary::after {\n    content: '+'; position: absolute; right: 24px; top: 18px; font-size: 20px; color: var(--terracotta);\n  }\n  .faq-item[open] summary::after { content: '−'; }\n  .faq-item p { padding: 0 24px 20px; font-size: 14.5px; font-weight: 300; color: #524940; line-height: 1.6; }\n\n  \/* FINAL CTA *\/\n  .final-cta {\n    background: linear-gradient(160deg, var(--petrol-dark) 0%, var(--petrol) 100%);\n    color: var(--cream-white); text-align: center; padding: 100px 24px;\n  }\n  .final-cta h2 { color: var(--cream-white); font-size: clamp(28px, 4.5vw, 42px); max-width: 640px; margin: 0 auto 22px; line-height: 1.25; }\n  .final-cta p { color: rgba(255,252,248,0.82); font-size: 16.5px; font-weight: 300; max-width: 560px; margin: 0 auto 16px; }\n  .final-cta .italic-line { font-family: 'Fraunces', serif; font-style: italic; font-size: 17px; color: rgba(255,252,248,0.9); margin-bottom: 30px; }\n  .final-cta .price-block { justify-content: center; margin-bottom: 8px; }\n  .final-cta .micro { margin-top: 20px; font-size: 13px; color: rgba(255,252,248,0.6); letter-spacing: 0.02em; }\n\n  @media (max-width: 900px) {\n    .hero-grid, .problem-grid, .intro-grid { grid-template-columns: 1fr; }\n    .hero-img { order: -1; }\n    .hero-img .img-placeholder { aspect-ratio: 16\/10; }\n  }\n  @media (max-width: 720px) {\n    .benefit-grid, .steps, .stats-proof .container, .social-grid {\n      grid-template-columns: 1fr;\n    }\n    section { padding: 56px 20px; }\n    table { font-size: 12px; min-width: 560px; }\n    th, td { padding: 10px 8px; }\n    .table-scroll::after {\n      content: '← swipe to see more →'; display: block; text-align: center;\n      font-size: 11px; color: var(--terracotta); margin-top: 10px; font-style: italic;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- 1. HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eyebrow\"\u003eInfraGlow™\u003c\/span\u003e\n\u003ch1\u003eThe Warmth Your Body's Been Asking For After A Day On Your Feet, At Your Desk, Or At The Gym\u003c\/h1\u003e\n\u003cp class=\"sub\"\u003eThat deep, penetrating warmth that eases tight muscles and melts away built-up tension — at home, in 15 minutes, whenever you need it.\u003c\/p\u003e\n\u003cp class=\"social-proof\"\u003e★ Already helped over 1,000 people turn the end of their day into real, proper rest\u003c\/p\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cspan class=\"price-now\"\u003e£105\u003c\/span\u003e \u003cspan class=\"price-was\"\u003e£140\u003c\/span\u003e \u003cspan class=\"price-badge\"\u003eSAVE 25%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.smartlivstore.com\/cart\/46867536642247:1\" class=\"cta-btn\"\u003eGet My InfraGlow™ Now →\u003c\/a\u003e\n\u003cdiv class=\"vat-note\"\u003e· Free UK delivery · 90-day right to return\u003c\/div\u003e\n\u003cdiv class=\"hero-bullets\"\u003e\n\u003cdiv\u003e🔥 Deep warmth that eases tired muscles and stiff joints\u003c\/div\u003e\n\u003cdiv\u003e🏃 The same kind of recovery used by elite athletes\u003c\/div\u003e\n\u003cdiv\u003e🏠 Simple to use at home — no appointments, no complicated kit\u003c\/div\u003e\n\u003cdiv\u003e⚡ The same technology backed by clinical research, now within reach\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/ChatGPT-Image-Jul-22_-2026_-05_58_29-PM_1.webp?v=1784756202\" alt=\"Person relaxing at home with the InfraGlow™ lamp lit near their shoulders, cosy setting, warm glow\" loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"900\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2. THE PAIN --\u003e\n\u003csection class=\"problem\"\u003e\n\u003cdiv class=\"container problem-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eyebrow-mark\"\u003eThe Pain That Became Routine\u003c\/span\u003e\n\u003ch2\u003eIt's not just \"feeling tired\". It's your body asking for a kind of care you've never given it.\u003c\/h2\u003e\n\u003cp\u003eYou've probably felt it: that nagging ache after hours at the desk. The stiff neck when you wake up. Heavy legs after a workout. Sore shoulders, tight joints, muscles that never quite loosen up. And in the end, you just... live with it.\u003c\/p\u003e\n\u003cp\u003eNearly half of UK adults live with some form of persistent pain — whether it's in the back, neck, shoulders or joints. It's not bad luck. It's that no one ever showed you a simple way to give your body the deep rest it needs.\u003c\/p\u003e\n\u003cp class=\"closer\"\u003eLooking after your body shouldn't be complicated — you were just missing the right tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/closedor.webp?v=1784752916\" alt=\"Person rubbing their back or neck while working from home, showing discomfort\" loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"960\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. STATS --\u003e\n\u003csection class=\"stats-proof\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003ePersistent pain isn't the exception — it's the rule\u003c\/h2\u003e\n\u003cdiv class=\"stats-proof__row\"\u003e\n\u003cspan class=\"stats-proof__percent\"\u003e26%\u003c\/span\u003e\n\u003cp\u003eof adults live with persistent pain day-to-day, according to UK health survey data\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats-proof__row\"\u003e\n\u003cspan class=\"stats-proof__percent\"\u003e80%\u003c\/span\u003e\n\u003cp\u003eof people will experience some form of muscle or joint pain at some point in their lives\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats-proof__row\"\u003e\n\u003cspan class=\"stats-proof__percent\"\u003e10M+\u003c\/span\u003e\n\u003cp\u003eadults are affected by chronic pain — back, neck, shoulders or joints — every year in the UK alone\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.smartlivstore.com\/cart\/46867536642247:1\" class=\"cta-btn\"\u003eI Want To Ease This Tension\u003c\/a\u003e\n\u003cp class=\"disclaimer\"\u003eSources: NHS Digital (Health Survey for England) and British Pain Society\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. MECHANISM --\u003e\n\u003csection class=\"intro\"\u003e\n\u003cdiv class=\"container intro-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/closelampada.webp?v=1784752916\" alt=\"InfraGlow™ lamp switched on, warm reddish glow, close-up on the product\" loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"900\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eyebrow-mark\"\u003eMeet InfraGlow™\u003c\/span\u003e\n\u003ch2\u003eWarmth that reaches deep — not just the surface of your skin\u003c\/h2\u003e\n\u003cp\u003eInfraGlow™ emits infrared light, an invisible type of heat that penetrates several layers beneath the skin, reaching close to the muscle. This warmth boosts blood circulation in the area, helping your body ease built-up tension.\u003c\/p\u003e\n\u003cdiv class=\"mechanism-box\"\u003e💡 Deep warmth → more circulation in the area → more relaxed muscles and joints.\u003c\/div\u003e\n\u003cdiv class=\"athletes-box\"\u003e\n\u003cp\u003eLight therapy of this kind has become a popular recovery habit among professional athletes and in physiotherapy clinics, as part of broader warm-up and recovery routines. \u003cstrong\u003eErling Haaland\u003c\/strong\u003e has spoken openly about using red\/infrared light therapy as part of his recovery routine, and \u003cstrong\u003eCristiano Ronaldo\u003c\/strong\u003e has long relied on red-light recovery technology, including the red-light beds installed at Real Madrid's training facility and, more recently, the red-light devices in his own AVA recovery range.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eInfraGlow™ brings that same idea into your home, in a simple and accessible way — without needing a clinic appointment or professional equipment.\u003c\/p\u003e\n\u003cp class=\"athletes-source\"\u003eSources: public interviews and reporting on Erling Haaland's recovery routine; Real Madrid training-facility recovery technology; Cristiano Ronaldo's AVA recovery range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletes-photos\"\u003e\n\u003cdiv class=\"img-placeholder athletes-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Halland.webp?v=1784752915\" alt=\"Erling Haaland using red\/infrared light therapy\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"625\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder athletes-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Cr7infra.webp?v=1784752916\" alt=\"Cristiano Ronaldo using red-light infrared recovery technology\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"625\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. DOCTOR VIDEOS - NOVO BLOCO PARA QUEBRAR RITMO --\u003e\n\u003csection class=\"social-block\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhat experts say about infrared therapy\u003c\/h2\u003e\n\u003cp class=\"subtext\" style=\"margin-bottom: 44px; text-align: center;\"\u003eHear directly from professionals on how infrared heat therapy works and how to use it safely.\u003c\/p\u003e\n\u003cdiv class=\"social-grid\" data-lazy-videos=\"\"\u003e\n\u003cdiv class=\"video-card\" data-video-card=\"\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/pessoarelaxando_1.webp?v=1784752916\" alt=\"Doctor explaining the benefits of infrared light therapy, vertical video thumbnail\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cvideo data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b9cce8a87c2d417d8821cf85ac24af2a.mp4\" loop=\"loop\" playsinline=\"\" preload=\"none\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"play-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"caption\"\u003eDr. explains how infrared warmth eases muscle tension\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-card\" data-video-card=\"\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/closelampada.webp?v=1784752916\" alt=\"Doctor demonstrating correct distance and usage time for infrared lamps, vertical video thumbnail\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cvideo data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5a914e543d2a42f59460c82faad5ce84.mp4\" loop=\"loop\" playsinline=\"\" preload=\"none\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"play-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"caption\"\u003eHow to use infrared therapy safely at home\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-card\" data-video-card=\"\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/ChatGPT-Image-Jul-22_-2026_-05_58_26-PM_1.webp?v=1784756203\" alt=\"Doctor discussing who can benefit most from infrared heat therapy, vertical video thumbnail\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cvideo data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c1dccd9faa1c4333bfc68aaaf3110c49.mp4\" loop=\"loop\" playsinline=\"\" preload=\"none\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"play-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"caption\"\u003eWho benefits most from daily infrared sessions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"disclaimer\" style=\"margin-top: 30px;\"\u003eThese videos are for general educational purposes and do not replace personalised experts advice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. THREE PILLARS --\u003e\n\u003csection class=\"mechanism-tabs\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhat Makes InfraGlow™ Work\u003c\/h2\u003e\n\u003cp class=\"subtext\"\u003eDeep warmth, safe use and everyday simplicity — all designed to fit your routine.\u003c\/p\u003e\n\u003cdiv class=\"mechanism-tabs__row\" data-mech-tabs=\"\"\u003e\n\u003cdiv class=\"mech-panel is-active\" data-mech-panel=\"\"\u003e\n\u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger=\"\"\u003e \u003cspan class=\"mech-panel__trigger-left\"\u003e\u003cspan class=\"mech-panel__icon\"\u003e🔥\u003c\/span\u003e\u003cspan\u003eDeep Warmth\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"mech-panel__media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/pessoarelaxando_1.webp?v=1784752916\" alt=\"Warmth penetrating the treated area\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mech-panel__copy\"\u003e\n\u003cdiv class=\"mech-panel__copy-inner\"\u003e\n\u003cp\u003eInfrared light reaches deeper layers of skin, close to the muscle, creating a steady sense of warmth — quite different from a hot water bottle, which cools down within minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mech-panel\" data-mech-panel=\"\"\u003e\n\u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger=\"\"\u003e \u003cspan class=\"mech-panel__trigger-left\"\u003e\u003cspan class=\"mech-panel__icon\"\u003e🛡️\u003c\/span\u003e\u003cspan\u003eSafe To Use\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"mech-panel__media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/distanciarecomendada_1.webp?v=1784752915\" alt=\"Recommended distance between the lamp and the body\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mech-panel__copy\"\u003e\n\u003cdiv class=\"mech-panel__copy-inner\"\u003e\n\u003cp\u003eAdjustable warmth and a comfortable distance, designed for 15–20 minute sessions without irritating the skin. Simple to control, in a way that makes sense for your body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mech-panel\" data-mech-panel=\"\"\u003e\n\u003cbutton type=\"button\" class=\"mech-panel__trigger\" data-mech-trigger=\"\"\u003e \u003cspan class=\"mech-panel__trigger-left\"\u003e\u003cspan class=\"mech-panel__icon\"\u003e🏠\u003c\/span\u003e\u003cspan\u003eSimple, Every Day\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"mech-panel__toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"mech-panel__media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/ChatGPT-Image-Jul-22_-2026_-05_58_26-PM_1.webp?v=1784756203\" alt=\"Person relaxing at home with the lamp switched on\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mech-panel__copy\"\u003e\n\u003cdiv class=\"mech-panel__copy-inner\"\u003e\n\u003cp\u003eNo appointments, no waiting lists, no complicated kit. Switch it on, position it, and relax — every day, at your own pace, in your own home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. BENEFITS --\u003e\n\u003csection class=\"benefits\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhat Changes When You Use InfraGlow™\u003c\/h2\u003e\n\u003cp class=\"subtext\"\u003eMost customers say they notice a difference in as little as one week of daily use — with results building the more consistently it's used.\u003c\/p\u003e\n\u003cdiv class=\"benefit-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"icon\"\u003e💆\u003c\/span\u003e\n\u003ch3\u003eMuscle tension relief\u003c\/h3\u003e\n\u003cp\u003eDeep warmth helps loosen tight muscles after a long day or a tough workout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"icon\"\u003e🩸\u003c\/span\u003e\n\u003ch3\u003eBetter circulation, more energy\u003c\/h3\u003e\n\u003cp\u003eStimulates blood flow in the area, bringing more oxygen and nutrients where your body needs it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"icon\"\u003e🔁\u003c\/span\u003e\n\u003ch3\u003eA daily recovery ritual\u003c\/h3\u003e\n\u003cp\u003eUse it between work and rest, or after training — whenever your body asks for attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"icon\"\u003e🛋️\u003c\/span\u003e\n\u003ch3\u003eGenuine relaxation, at home\u003c\/h3\u003e\n\u003cp\u003eNo packed diary or expensive clinic — the relief comes to you, on your own schedule.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"icon\"\u003e🌅\u003c\/span\u003e\n\u003ch3\u003eLighter morning stiffness\u003c\/h3\u003e\n\u003cp\u003eA few minutes of warmth helps loosen muscles before you start your day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"icon\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003eValidated safety\u003c\/h3\u003e\n\u003cp\u003eDistance and usage time designed for all skin types, with clear guidance on use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-cta\"\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cspan class=\"price-now\"\u003e£105\u003c\/span\u003e \u003cspan class=\"price-was\"\u003e£140\u003c\/span\u003e \u003cspan class=\"price-badge\"\u003eSAVE 25%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.smartlivstore.com\/cart\/46867536642247:1\" class=\"cta-btn\"\u003eReady To Feel The Difference? Get Yours\u003c\/a\u003e\n\u003cp class=\"vat-note on-light\"\u003e· Free UK delivery\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 8. HOW TO USE --\u003e\n\u003csection class=\"how\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003ch2\u003eHow To Use InfraGlow™ Every Day\u003c\/h2\u003e\n\u003cp class=\"subtext\"\u003eSimple to use, built to last — no fuss involved.\u003c\/p\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eChoose the area\u003c\/h3\u003e\n\u003cp\u003eBack, shoulders, neck, legs — position the lamp on the area that needs attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eKeep the right distance\u003c\/h3\u003e\n\u003cp\u003eStay at a comfortable distance so the warmth doesn't irritate your skin. It should feel pleasant, never too hot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eRelax for 15–20 minutes\u003c\/h3\u003e\n\u003cp\u003eUse a timer and enjoy the moment — you can repeat up to 3 times a day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-box\"\u003e\n\u003ch4\u003eBest practice for use\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDon't use directly on the face for more than 10 minutes, and wear protective eyewear for that area.\u003c\/li\u003e\n\u003cli\u003eDon't apply creams or oils to the skin before a session.\u003c\/li\u003e\n\u003cli\u003eAvoid use on very recent injuries (first 24 hours).\u003c\/li\u003e\n\u003cli\u003ePregnant women, and people with skin conditions or heart conditions, should consult a doctor before use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 9. COMPARISON --\u003e\n\u003csection class=\"compare\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eWhy InfraGlow™ Is Different\u003c\/h2\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth class=\"highlight-col\"\u003eInfraGlow™\u003c\/th\u003e\n\u003cth\u003eHot Water Bottle\u003c\/th\u003e\n\u003cth\u003eStandard Heat Pad\u003c\/th\u003e\n\u003cth\u003eRecovery Clinics\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDeep, constant warmth\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅\u003c\/td\u003e\n\u003ctd\u003e⚠️ Cools quickly\u003c\/td\u003e\n\u003ctd\u003e⚠️ Cools quickly\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnlimited use at home\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌ Needs booking\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo recurring cost\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌ Expensive per session\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSame technology used by athletes\u003c\/td\u003e\n\u003ctd class=\"highlight-col\"\u003e✅\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003ctd\u003e❌\u003c\/td\u003e\n\u003ctd\u003e✅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"compare-closer\"\u003eYou don't need to be a professional athlete to have access to the same kind of care they use every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10. GUARANTEE --\u003e\n\u003csection class=\"guarantee\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"guarantee-box\"\u003e\n\u003cdiv class=\"badge\"\u003e🛡️\u003c\/div\u003e\n\u003ch2\u003e90-Day Guarantee — Satisfaction Or Your Money Back\u003c\/h2\u003e\n\u003cp\u003eTry InfraGlow™ for 90 days. If you don't feel the difference in your day-to-day life, we'll refund 100% of your money, no questions asked.\u003c\/p\u003e\n\u003cp class=\"final-line\"\u003eThe only risk here is putting off this moment of self-care any longer.\u003c\/p\u003e\n\u003cp class=\"legal-note\"\u003eThis is in addition to your statutory 14-day right to cancel under UK consumer law.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 11. FAQ --\u003e\n\u003csection class=\"faq\"\u003e\n\u003cdiv class=\"container\" style=\"max-width: 760px;\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDo I need any extra equipment to use it?\u003c\/summary\u003e\n\u003cp\u003eNo. InfraGlow™ comes ready to use — just switch it on and position it on the area you want to treat.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow long can I use it each day?\u003c\/summary\u003e\n\u003cp\u003eSessions of 15 to 20 minutes, up to 3 times a day, are recommended for most areas of the body. Near the face, we recommend a maximum of 10 minutes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs it safe to use every day?\u003c\/summary\u003e\n\u003cp\u003eYes, as long as you follow the recommended distance and time. More use doesn't mean more benefit — consistency matters more than intensity.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan I use it on any part of the body?\u003c\/summary\u003e\n\u003cp\u003eYes — back, shoulders, neck and legs are the most commonly treated areas. Near the face, we recommend extra caution and protective eyewear.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan pregnant women or people with health conditions use it?\u003c\/summary\u003e\n\u003cp\u003eWe recommend that pregnant women, and people with heart conditions or skin conditions, consult a doctor before using the product.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat if I don't like the product?\u003c\/summary\u003e\n\u003cp\u003eYou're covered by our 90-day guarantee — a full refund, no hassle.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 12. FINAL CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eYour Body Works Hard Every Day. Give It The Rest It Deserves.\u003c\/h2\u003e\n\u003cp\u003eThis isn't about becoming an athlete. It's about giving your body the same kind of care many people already build into their routine — in a simple way, right in your own home.\u003c\/p\u003e\n\u003cp class=\"italic-line\"\u003eThe relief you're looking for could be just 15 minutes away.\u003c\/p\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cspan class=\"price-now\"\u003e£105\u003c\/span\u003e \u003cspan class=\"price-was\"\u003e£140\u003c\/span\u003e \u003cspan class=\"price-badge\"\u003eSAVE 25%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.smartlivstore.com\/cart\/46867536642247:1\" class=\"cta-btn\"\u003eGet My InfraGlow™ Now →\u003c\/a\u003e\n\u003cdiv class=\"micro\"\u003e90-day guarantee · Free UK shipping · Thousands of happy customers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cscript\u003e\n(function () {\n  var grid = document.querySelector('[data-lazy-videos]');\n  if (!grid) return;\n  var cards = grid.querySelectorAll('[data-video-card]');\n\n  var observer = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      var card = entry.target;\n      var video = card.querySelector('video');\n      if (!video) return;\n\n      if (entry.isIntersecting) {\n        if (video.dataset.src \u0026\u0026 !video.src) {\n          video.src = video.dataset.src;\n          video.load();\n        }\n      } else {\n        if (!video.paused) {\n          video.pause();\n          card.classList.remove('is-playing');\n        }\n      }\n    });\n  }, { threshold: 0.4 });\n\n  cards.forEach(function (card) {\n    observer.observe(card);\n\n    card.addEventListener('click', function () {\n      var video = card.querySelector('video');\n      if (!video) return;\n\n      if (video.dataset.src \u0026\u0026 !video.src) {\n        video.src = video.dataset.src;\n        video.load();\n      }\n\n      if (video.paused) {\n        cards.forEach(function (otherCard) {\n          if (otherCard === card) return;\n          var otherVideo = otherCard.querySelector('video');\n          if (otherVideo \u0026\u0026 !otherVideo.paused) {\n            otherVideo.pause();\n            otherCard.classList.remove('is-playing');\n          }\n        });\n\n        video.play();\n        card.classList.add('is-playing', 'is-loaded');\n      } else {\n        video.pause();\n        card.classList.remove('is-playing');\n      }\n    });\n\n    var video = card.querySelector('video');\n    if (video) {\n      video.addEventListener('loadeddata', function () {\n        card.classList.add('is-loaded');\n      });\n    }\n  });\n})();\n\u003c\/script\u003e \u003cscript\u003e\n(function () {\n  var tabsWrapper = document.querySelector('[data-mech-tabs]');\n  if (!tabsWrapper) return;\n  var panels = tabsWrapper.querySelectorAll('[data-mech-panel]');\n  panels.forEach(function (panel) {\n    var trigger = panel.querySelector('[data-mech-trigger]');\n    if (!trigger) return;\n    trigger.addEventListener('click', function () {\n      var isAlreadyActive = panel.classList.contains('is-active');\n      panels.forEach(function (p) { p.classList.remove('is-active'); });\n      if (!isAlreadyActive) panel.classList.add('is-active');\n    });\n  });\n})();\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Smartliv","offers":[{"title":"Default Title","offer_id":46867536642247,"sku":null,"price":105.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/8111\/0727\/files\/Heroimage_1.webp?v=1784751214"}],"url":"https:\/\/www.smartlivstore.com\/collections\/sleep.oembed","provider":"Smartliv","version":"1.0","type":"link"}