{"title":"Home page","description":null,"products":[{"product_id":"double-thick-honeycomb-gel-seat-cushion-breathable-non-slip-pressure-relief-for-office-car-wheelchair","title":"Geluna Cooling Honeycomb Seat Cushion","description":"\u003cstyle\u003e\n  \/* ============ RESET \u0026 BASE ============ *\/\n  .gel-desc, .gel-desc * { box-sizing: border-box; margin: 0; padding: 0; }\n  .gel-desc {\n    --gp: #7B5CD6;\n    --gp-dark: #4C1D95;\n    --gp-light: #A78BFA;\n    --gp-soft: #F5F3FF;\n    --gp-border: #EDE9FE;\n    --text: #1F1B2E;\n    --text-soft: #6B6680;\n    --text-mute: #9B91AE;\n    --gold: #fbbf24;\n    --success: #10b981;\n    --success-bg: #d1fae5;\n    --danger: #ef4444;\n    --danger-bg: #fee2e2;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    max-width: 100%;\n    overflow-x: hidden;\n  }\n  .gel-desc svg { display: inline-block !important; flex-shrink: 0; vertical-align: middle; }\n\n  \/* ============ SECTION BASE ============ *\/\n  .gel-sec { padding: 28px 16px; position: relative; }\n  .gel-sec-title {\n    font-size: 22px;\n    font-weight: 800;\n    color: var(--text);\n    text-align: center;\n    margin-bottom: 6px;\n    letter-spacing: -0.5px;\n    line-height: 1.25;\n  }\n  .gel-sec-sub {\n    text-align: center;\n    font-size: 14px;\n    color: var(--text-soft);\n    margin-bottom: 22px;\n    max-width: 320px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* ============ 1. HERO HOOK ============ *\/\n  .gel-hero {\n    background: linear-gradient(160deg, var(--gp-dark) 0%, var(--gp) 60%, var(--gp-light) 100%);\n    color: #fff !important;\n    padding: 32px 20px 28px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .gel-hero::before {\n    content: \"\";\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 180px; height: 180px;\n    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);\n    pointer-events: none;\n  }\n  .gel-hero::after {\n    content: \"\";\n    position: absolute;\n    bottom: -30px; left: -30px;\n    width: 140px; height: 140px;\n    background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);\n    pointer-events: none;\n  }\n  .gel-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(255,255,255,0.22) !important;\n    backdrop-filter: blur(8px);\n    padding: 6px 14px;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n    margin-bottom: 14px;\n    border: 1px solid rgba(255,255,255,0.35) !important;\n    color: #fff !important;\n    position: relative;\n    z-index: 1;\n  }\n  .gel-hero h1 {\n    font-size: 26px;\n    font-weight: 900;\n    line-height: 1.2;\n    margin-bottom: 10px;\n    letter-spacing: -0.6px;\n    color: #fff !important;\n    text-shadow: 0 2px 8px rgba(76, 29, 149, 0.25);\n    position: relative;\n    z-index: 1;\n  }\n  .gel-hero p {\n    font-size: 14.5px;\n    color: rgba(255, 255, 255, 0.92) !important;\n    max-width: 340px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ============ 2. TRUST BAR ============ *\/\n  .gel-trust {\n    background: #fff;\n    display: flex;\n    justify-content: space-around;\n    padding: 16px 8px;\n    border-bottom: 1px solid var(--gp-border);\n  }\n  .gel-trust-item { text-align: center; flex: 1; min-width: 0; }\n  .gel-trust-num {\n    display: block;\n    font-size: 18px;\n    font-weight: 900;\n    color: var(--gp-dark);\n    line-height: 1.1;\n  }\n  .gel-trust-lbl {\n    font-size: 10.5px;\n    color: var(--text-mute);\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.3px;\n    margin-top: 3px;\n    display: block;\n  }\n  .gel-trust-stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }\n\n  \/* ============ 3. STATS GRID ============ *\/\n  .gel-stats {\n    background: var(--gp-soft);\n    padding: 24px 16px;\n  }\n  .gel-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n  }\n  .gel-stat-card {\n    background: #fff;\n    border-radius: 14px;\n    padding: 16px 8px;\n    text-align: center;\n    border: 1px solid var(--gp-border);\n    box-shadow: 0 2px 8px rgba(123,92,214,0.06);\n  }\n  .gel-stat-num {\n    font-size: 28px;\n    font-weight: 900;\n    color: var(--gp);\n    line-height: 1;\n    background: linear-gradient(135deg, var(--gp-dark), var(--gp-light));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .gel-stat-suffix { font-size: 14px; font-weight: 800; color: var(--gp); }\n  .gel-stat-lbl {\n    display: block;\n    font-size: 10.5px;\n    font-weight: 700;\n    color: var(--text-soft);\n    margin-top: 6px;\n    line-height: 1.3;\n  }\n\n  \/* ============ 4. PAIN POINTS ============ *\/\n  .gel-pain { background: #fff8f8; padding: 28px 16px; }\n  .gel-pain .gel-sec-title { color: #991b1b; }\n  .gel-pain-list {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    max-width: 380px;\n    margin: 0 auto;\n  }\n  .gel-pain-item {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: #fff;\n    padding: 12px 14px;\n    border-radius: 12px;\n    border: 1px solid #fecaca;\n    font-size: 13.5px;\n    color: #7f1d1d;\n    font-weight: 600;\n  }\n  .gel-pain-x {\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    background: var(--danger-bg);\n    color: var(--danger);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    font-size: 14px;\n  }\n\n  \/* ============ 5. KEY BENEFITS ============ *\/\n  .gel-benefits { background: #fff; }\n  .gel-benefit-list { display: flex; flex-direction: column; gap: 10px; }\n  .gel-benefit {\n    display: flex;\n    gap: 14px;\n    padding: 16px;\n    background: linear-gradient(135deg, #fff 0%, var(--gp-soft) 100%);\n    border-radius: 16px;\n    border: 1px solid var(--gp-border);\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n  .gel-benefit:active {\n    transform: scale(0.98);\n    box-shadow: 0 4px 12px rgba(123,92,214,0.15);\n  }\n  .gel-benefit-icon {\n    flex-shrink: 0;\n    width: 52px;\n    height: 52px;\n    border-radius: 14px;\n    background: linear-gradient(135deg, var(--gp) 0%, var(--gp-light) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 26px;\n    box-shadow: 0 4px 12px rgba(123,92,214,0.3);\n  }\n  .gel-benefit-text h3 {\n    font-size: 15.5px;\n    font-weight: 800;\n    color: var(--text);\n    margin-bottom: 4px;\n    line-height: 1.3;\n    letter-spacing: -0.2px;\n  }\n  .gel-benefit-text p {\n    font-size: 13px;\n    color: var(--text-soft);\n    line-height: 1.5;\n  }\n  .gel-benefit-text strong { color: var(--gp-dark); font-weight: 800; }\n\n  \/* ============ 6. HOW IT WORKS ============ *\/\n  .gel-how { background: var(--gp-soft); }\n  .gel-steps { display: flex; flex-direction: column; gap: 10px; }\n  .gel-step {\n    background: #fff;\n    border-radius: 16px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    border: 1px solid var(--gp-border);\n    position: relative;\n  }\n  .gel-step-num {\n    flex-shrink: 0;\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--gp-dark), var(--gp));\n    color: #fff;\n    font-size: 20px;\n    font-weight: 900;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 4px 12px rgba(76,29,149,0.35);\n  }\n  .gel-step-body h4 {\n    font-size: 15px;\n    font-weight: 800;\n    color: var(--text);\n    margin-bottom: 2px;\n  }\n  .gel-step-body p { font-size: 13px; color: var(--text-soft); }\n\n  \/* ============ 7. PERFECT FOR ============ *\/\n  .gel-uses { background: #fff; }\n  .gel-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .gel-use {\n    text-align: center;\n    padding: 18px 8px;\n    background: linear-gradient(135deg, #fff 0%, var(--gp-soft) 100%);\n    border: 1.5px solid var(--gp-border);\n    border-radius: 14px;\n    transition: all .25s ease;\n  }\n  .gel-use:active {\n    transform: scale(0.95);\n    border-color: var(--gp-light);\n    background: var(--gp-soft);\n  }\n  .gel-use-emoji { font-size: 32px; margin-bottom: 6px; display: block; }\n  .gel-use-lbl {\n    font-size: 12px;\n    font-weight: 800;\n    color: var(--text);\n    letter-spacing: -0.1px;\n  }\n\n  \/* ============ 8. REVIEWS ============ *\/\n  .gel-reviews {\n    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);\n  }\n  .gel-rev-summary {\n    text-align: center;\n    background: #fff;\n    border-radius: 16px;\n    padding: 16px;\n    margin-bottom: 16px;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.04);\n  }\n  .gel-rev-score {\n    font-size: 42px;\n    font-weight: 900;\n    color: var(--text);\n    line-height: 1;\n  }\n  .gel-rev-stars-lg {\n    color: var(--gold);\n    font-size: 20px;\n    letter-spacing: 2px;\n    display: block;\n    margin: 6px 0;\n  }\n  .gel-rev-count {\n    font-size: 12.5px;\n    color: var(--text-soft);\n    font-weight: 600;\n  }\n  .gel-rev-card {\n    background: #fff;\n    padding: 16px;\n    border-radius: 14px;\n    margin-bottom: 10px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n  }\n  .gel-rev-head {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n  .gel-rev-avatar {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--gp) 0%, var(--gp-dark) 100%);\n    color: #fff;\n    font-weight: 800;\n    font-size: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .gel-rev-name { font-size: 14px; font-weight: 800; color: var(--text); }\n  .gel-rev-stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }\n  .gel-rev-text {\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: #374151;\n    margin-bottom: 8px;\n  }\n  .gel-rev-verified {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    color: #166534;\n    font-size: 11px;\n    font-weight: 700;\n    background: #d1fae5;\n    padding: 3px 8px;\n    border-radius: 6px;\n  }\n\n  \/* ============ 9. SPECS ============ *\/\n  .gel-specs { background: #fafafa; }\n  .gel-spec-list {\n    background: #fff;\n    border-radius: 16px;\n    overflow: hidden;\n    border: 1px solid var(--gp-border);\n  }\n  .gel-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--gp-border);\n    gap: 10px;\n  }\n  .gel-spec-row:last-child { border-bottom: none; }\n  .gel-spec-lbl {\n    font-size: 13px;\n    color: var(--text-soft);\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    flex-shrink: 0;\n  }\n  .gel-spec-val {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--text);\n    text-align: right;\n    line-height: 1.4;\n  }\n\n  \/* ============ 10. GUARANTEE ============ *\/\n  .gel-guarantee {\n    background: linear-gradient(135deg, #dcfce7 0%, #a7f3d0 100%);\n    text-align: center;\n    padding: 32px 20px;\n    position: relative;\n    overflow: hidden;\n  }\n  .gel-guarantee::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n      radial-gradient(circle at 15% 25%, rgba(16,185,129,0.12) 0, transparent 50%),\n      radial-gradient(circle at 85% 75%, rgba(16,185,129,0.1) 0, transparent 50%);\n    pointer-events: none;\n  }\n  .gel-guarantee-seal {\n    width: 90px;\n    height: 90px;\n    margin: 0 auto 14px;\n    background: #fff;\n    border-radius: 50%;\n    border: 4px solid var(--success);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 44px;\n    box-shadow: 0 8px 24px rgba(16,185,129,0.25);\n    position: relative;\n    z-index: 1;\n  }\n  .gel-guarantee h2 {\n    font-size: 22px;\n    font-weight: 900;\n    color: #064e3b;\n    margin-bottom: 8px;\n    letter-spacing: -0.4px;\n    position: relative;\n    z-index: 1;\n  }\n  .gel-guarantee p {\n    font-size: 14px;\n    color: #065f46;\n    font-weight: 600;\n    line-height: 1.55;\n    max-width: 320px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n  .gel-guarantee-pills {\n    display: flex;\n    justify-content: center;\n    gap: 6px;\n    flex-wrap: wrap;\n    margin-top: 14px;\n    position: relative;\n    z-index: 1;\n  }\n  .gel-guarantee-pill {\n    background: rgba(255,255,255,0.85);\n    color: #065f46;\n    padding: 6px 12px;\n    border-radius: 999px;\n    font-size: 11.5px;\n    font-weight: 800;\n    border: 1px solid var(--success);\n  }\n\n  \/* ============ 11. FAQ ============ *\/\n  .gel-faq { background: #fff; }\n  .gel-faq-item {\n    border: 1.5px solid var(--gp-border);\n    border-radius: 12px;\n    margin-bottom: 10px;\n    overflow: hidden;\n    transition: border-color .2s ease;\n  }\n  .gel-faq-item[open] { border-color: var(--gp-light); }\n  .gel-faq-q {\n    padding: 14px 16px;\n    font-weight: 700;\n    color: var(--text);\n    font-size: 14px;\n    cursor: pointer;\n    background: var(--gp-soft);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 10px;\n    list-style: none;\n    line-height: 1.4;\n  }\n  .gel-faq-q::-webkit-details-marker { display: none; }\n  .gel-faq-q::after {\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--gp);\n    transition: transform .25s ease;\n    flex-shrink: 0;\n  }\n  .gel-faq-item[open] .gel-faq-q::after { transform: rotate(45deg); }\n  .gel-faq-a {\n    padding: 14px 16px;\n    font-size: 13.5px;\n    color: var(--text-soft);\n    line-height: 1.6;\n    background: #fff;\n  }\n\n  \/* ============ 12. URGENCY FINAL ============ *\/\n  .gel-urgency {\n    background: linear-gradient(135deg, #fff7ed, #ffedd5);\n    border-top: 3px dashed #fb923c;\n    text-align: center;\n    padding: 24px 16px;\n  }\n  .gel-urgency-flame { font-size: 36px; margin-bottom: 6px; }\n  .gel-urgency h3 {\n    font-size: 18px;\n    font-weight: 900;\n    color: #9a3412;\n    margin-bottom: 4px;\n  }\n  .gel-urgency p {\n    font-size: 13px;\n    color: #c2410c;\n    font-weight: 600;\n  }\n  .gel-urgency-count {\n    color: var(--danger);\n    font-weight: 900;\n    font-size: 15px;\n  }\n\n  \/* ============ DESKTOP UPGRADES ============ *\/\n  @media (min-width: 768px) {\n    .gel-sec { padding: 44px 32px; }\n    .gel-sec-title { font-size: 28px; }\n    .gel-hero { padding: 48px 32px; }\n    .gel-hero h1 { font-size: 34px; }\n    .gel-stats-grid { gap: 14px; }\n    .gel-stat-num { font-size: 36px; }\n    .gel-use-grid { grid-template-columns: repeat(6, 1fr); }\n    .gel-trust-num { font-size: 22px; }\n    .gel-benefit-list {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gel-desc\"\u003e\n\u003c!-- 1. HERO HOOK --\u003e\n\u003csection class=\"gel-hero\"\u003e\u003cspan class=\"gel-hero-badge\"\u003e⭐ Loved by 50,000+ customers\u003c\/span\u003e\n\u003ch1\u003eSit longer.\u003cbr\u003eFeel better.\u003c\/h1\u003e\n\u003cp\u003eTurn any seat into your favorite spot at work, in the car, or on the go.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 2. TRUST BAR --\u003e\n\u003csection class=\"gel-trust\"\u003e\n\u003cdiv class=\"gel-trust-item\"\u003e\n\u003cspan class=\"gel-trust-num\"\u003e4.8\u003c\/span\u003e \u003cspan class=\"gel-trust-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"gel-trust-lbl\"\u003e5,247 reviews\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-trust-item\"\u003e\n\u003cspan class=\"gel-trust-num\"\u003e50K+\u003c\/span\u003e \u003cspan class=\"gel-trust-lbl\"\u003eSold worldwide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-trust-item\"\u003e\n\u003cspan class=\"gel-trust-num\"\u003e30‑Day\u003c\/span\u003e \u003cspan class=\"gel-trust-lbl\"\u003eMoney back\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. STATS --\u003e\n\u003csection class=\"gel-sec gel-stats\"\u003e\n\u003ch2 class=\"gel-sec-title\"\u003eBacked by real results\u003c\/h2\u003e\n\u003cp class=\"gel-sec-sub\"\u003eEngineered to relieve pressure, stay cool, and last for years\u003c\/p\u003e\n\u003cdiv class=\"gel-stats-grid\"\u003e\n\u003cdiv class=\"gel-stat-card\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"gel-stat-num\"\u003e40\u003c\/span\u003e\u003cspan class=\"gel-stat-suffix\"\u003e%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"gel-stat-lbl\"\u003eLess tailbone pressure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-stat-card\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"gel-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"gel-stat-suffix\"\u003e°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"gel-stat-lbl\"\u003eCooler than foam\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-stat-card\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"gel-stat-num\"\u003e98\u003c\/span\u003e\u003cspan class=\"gel-stat-suffix\"\u003e%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"gel-stat-lbl\"\u003eWould recommend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. PAIN POINTS --\u003e\u003c!-- 5. BENEFITS --\u003e\n\u003csection class=\"gel-sec gel-benefits\"\u003e\n\u003ch2 class=\"gel-sec-title\"\u003eWhy 5,000+ customers love it\u003c\/h2\u003e\n\u003cp class=\"gel-sec-sub\"\u003eDesigned by ergonomic experts for all‑day comfort\u003c\/p\u003e\n\u003cdiv class=\"gel-benefit-list\"\u003e\n\u003cdiv class=\"gel-benefit\"\u003e\n\u003cdiv class=\"gel-benefit-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit-text\"\u003e\n\u003ch3\u003eInstant pressure relief\u003c\/h3\u003e\n\u003cp\u003eMedical‑grade honeycomb design reduces tailbone \u0026amp; back pressure by \u003cstrong\u003e40%\u003c\/strong\u003e. Recommended by physical therapists.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit\"\u003e\n\u003cdiv class=\"gel-benefit-icon\"\u003e❄️\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit-text\"\u003e\n\u003ch3\u003eStay cool all day\u003c\/h3\u003e\n\u003cp\u003eBreathable gel airflow keeps you \u003cstrong\u003e3°C cooler\u003c\/strong\u003e than memory foam. No more hot, sweaty seats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit\"\u003e\n\u003cdiv class=\"gel-benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit-text\"\u003e\n\u003ch3\u003eBuilt to last years\u003c\/h3\u003e\n\u003cp\u003ePremium gel won't flatten or lose shape. \u003cstrong\u003eOne purchase, years of comfort\u003c\/strong\u003e guaranteed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit\"\u003e\n\u003cdiv class=\"gel-benefit-icon\"\u003e🪑\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit-text\"\u003e\n\u003ch3\u003eFits any seat\u003c\/h3\u003e\n\u003cp\u003eNon‑slip base grips office chairs, car seats, wheelchairs, dining chairs \u0026amp; more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit\"\u003e\n\u003cdiv class=\"gel-benefit-icon\"\u003e🎒\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit-text\"\u003e\n\u003ch3\u003eLightweight \u0026amp; portable\u003c\/h3\u003e\n\u003cp\u003eSlim, foldable design  \u003cstrong\u003egrab it and go\u003c\/strong\u003e in seconds. Comfort wherever you sit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit\"\u003e\n\u003cdiv class=\"gel-benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"gel-benefit-text\"\u003e\n\u003ch3\u003eEffortless to clean\u003c\/h3\u003e\n\u003cp\u003eJust wipe with a damp cloth. Stays fresh, hygienic, and looking new for years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. HOW IT WORKS --\u003e\n\u003csection class=\"gel-sec gel-how\"\u003e\n\u003ch2 class=\"gel-sec-title\"\u003eRelief in 3 simple steps\u003c\/h2\u003e\n\u003cp class=\"gel-sec-sub\"\u003eOut of the box and onto your seat in under 30 seconds\u003c\/p\u003e\n\u003cdiv class=\"gel-steps\"\u003e\n\u003cdiv class=\"gel-step\"\u003e\n\u003cdiv class=\"gel-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"gel-step-body\"\u003e\n\u003ch4\u003ePlace on any seat\u003c\/h4\u003e\n\u003cp\u003eNon‑slip base grips instantly no straps or fuss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-step\"\u003e\n\u003cdiv class=\"gel-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"gel-step-body\"\u003e\n\u003ch4\u003eSit \u0026amp; feel the difference\u003c\/h4\u003e\n\u003cp\u003eHoneycomb gel adapts to your body shape in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-step\"\u003e\n\u003cdiv class=\"gel-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"gel-step-body\"\u003e\n\u003ch4\u003eStay comfortable for hours\u003c\/h4\u003e\n\u003cp\u003eCool airflow + pressure relief = no more numb legs or back pain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. PERFECT FOR --\u003e\n\u003csection class=\"gel-sec gel-uses\"\u003e\n\u003ch2 class=\"gel-sec-title\"\u003ePerfect for every seat\u003c\/h2\u003e\n\u003cp class=\"gel-sec-sub\"\u003eOne cushion, endless places to use it\u003c\/p\u003e\n\u003cdiv class=\"gel-use-grid\"\u003e\n\u003cdiv class=\"gel-use\"\u003e\n\u003cspan class=\"gel-use-emoji\"\u003e💼\u003c\/span\u003e\n\u003cdiv class=\"gel-use-lbl\"\u003eOffice\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-use\"\u003e\n\u003cspan class=\"gel-use-emoji\"\u003e🚗\u003c\/span\u003e\n\u003cdiv class=\"gel-use-lbl\"\u003eCar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-use\"\u003e\n\u003cspan class=\"gel-use-emoji\"\u003e🏠\u003c\/span\u003e\n\u003cdiv class=\"gel-use-lbl\"\u003eHome\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-use\"\u003e\n\u003cspan class=\"gel-use-emoji\"\u003e♿\u003c\/span\u003e\n\u003cdiv class=\"gel-use-lbl\"\u003eWheelchair\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-use\"\u003e\n\u003cspan class=\"gel-use-emoji\"\u003e🎮\u003c\/span\u003e\n\u003cdiv class=\"gel-use-lbl\"\u003eGaming\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-use\"\u003e\n\u003cspan class=\"gel-use-emoji\"\u003e✈️\u003c\/span\u003e\n\u003cdiv class=\"gel-use-lbl\"\u003eTravel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 8. REVIEWS --\u003e\n\u003csection class=\"gel-sec gel-reviews\"\u003e\n\u003ch2 class=\"gel-sec-title\"\u003eReal reviews from real customers\u003c\/h2\u003e\n\u003cdiv class=\"gel-rev-summary\"\u003e\n\u003cdiv class=\"gel-rev-score\"\u003e4.8\u003c\/div\u003e\n\u003cspan class=\"gel-rev-stars-lg\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"gel-rev-count\"\u003eBased on 5,247 verified reviews\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-rev-card\"\u003e\n\u003cdiv class=\"gel-rev-head\"\u003e\n\u003cdiv class=\"gel-rev-avatar\"\u003eS\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gel-rev-name\"\u003eSarah M.\u003c\/div\u003e\n\u003cdiv class=\"gel-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"gel-rev-text\"\u003e\"I have a desk job and used to get up every hour because of back pain. This cushion is a game changer  I can sit comfortably for 4+ hours now. Wish I'd bought it sooner!\"\u003c\/p\u003e\n\u003cspan class=\"gel-rev-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-rev-card\"\u003e\n\u003cdiv class=\"gel-rev-head\"\u003e\n\u003cdiv class=\"gel-rev-avatar\"\u003eD\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gel-rev-name\"\u003eDavid R.\u003c\/div\u003e\n\u003cdiv class=\"gel-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"gel-rev-text\"\u003e\"As a long‑haul driver, this saved my tailbone. Cool even in Texas summer. The non‑slip base actually works  doesn't slide around like the others I tried.\"\u003c\/p\u003e\n\u003cspan class=\"gel-rev-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-rev-card\"\u003e\n\u003cdiv class=\"gel-rev-head\"\u003e\n\u003cdiv class=\"gel-rev-avatar\"\u003eJ\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gel-rev-name\"\u003eJennifer K.\u003c\/div\u003e\n\u003cdiv class=\"gel-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"gel-rev-text\"\u003e\"My physical therapist actually recommended a honeycomb gel cushion. Bought this one because of the reviews  zero regrets. Already ordered a second one for my car.\"\u003c\/p\u003e\n\u003cspan class=\"gel-rev-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 9. SPECS --\u003e\n\u003csection class=\"gel-sec gel-specs\"\u003e\n\u003ch2 class=\"gel-sec-title\"\u003eProduct details\u003c\/h2\u003e\n\u003cdiv class=\"gel-spec-list\"\u003e\n\u003cdiv class=\"gel-spec-row\"\u003e\n\u003cspan class=\"gel-spec-lbl\"\u003e📏 Size\u003c\/span\u003e \u003cspan class=\"gel-spec-val\"\u003e40 × 35 × 2.5 cm\u003cbr\u003e15.7 × 13.8 × 1.0 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-spec-row\"\u003e\n\u003cspan class=\"gel-spec-lbl\"\u003e🧪 Material\u003c\/span\u003e \u003cspan class=\"gel-spec-val\"\u003ePremium gel polymer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-spec-row\"\u003e\n\u003cspan class=\"gel-spec-lbl\"\u003e🎨 Colors\u003c\/span\u003e \u003cspan class=\"gel-spec-val\"\u003ePurple, Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-spec-row\"\u003e\n\u003cspan class=\"gel-spec-lbl\"\u003e⚖️ Weight capacity\u003c\/span\u003e \u003cspan class=\"gel-spec-val\"\u003e150 kg \/ 330 lbs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-spec-row\"\u003e\n\u003cspan class=\"gel-spec-lbl\"\u003e🌡️ Temp range\u003c\/span\u003e \u003cspan class=\"gel-spec-val\"\u003e‑20°C to 60°C\u003cbr\u003e‑4°F to 140°F\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gel-spec-row\"\u003e\n\u003cspan class=\"gel-spec-lbl\"\u003e🧼 Care\u003c\/span\u003e \u003cspan class=\"gel-spec-val\"\u003eWipe with damp cloth\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10. GUARANTEE --\u003e\n\u003csection class=\"gel-guarantee\"\u003e\n\u003cdiv class=\"gel-guarantee-seal\"\u003e🛡️\u003c\/div\u003e\n\u003ch2\u003e100% risk‑free guarantee\u003c\/h2\u003e\n\u003cp\u003eTry it for 30 days. Don't love it? Get a full refund no questions asked. Plus 12‑month warranty included.\u003c\/p\u003e\n\u003cdiv class=\"gel-guarantee-pills\"\u003e\n\u003cspan class=\"gel-guarantee-pill\"\u003e✓ Free returns\u003c\/span\u003e \u003cspan class=\"gel-guarantee-pill\"\u003e✓ Full refund\u003c\/span\u003e \u003cspan class=\"gel-guarantee-pill\"\u003e✓ 12mo warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 11. FAQ --\u003e\n\u003csection class=\"gel-sec gel-faq\"\u003e\n\u003ch2 class=\"gel-sec-title\"\u003eFrequently asked questions\u003c\/h2\u003e\n\u003cdetails class=\"gel-faq-item\" open=\"\"\u003e\n\u003csummary class=\"gel-faq-q\"\u003eWill it fit my chair?\u003c\/summary\u003e\n\u003cdiv class=\"gel-faq-a\"\u003eYes! At 40 × 35 cm (15.7\" × 13.8\"), it fits virtually any seat office chairs, car seats, wheelchairs, dining chairs, recliners, gaming chairs, stadium seats, and more. The non‑slip base grips securely on any surface.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gel-faq-item\"\u003e\n\u003csummary class=\"gel-faq-q\"\u003eHow is it different from memory foam?\u003c\/summary\u003e\n\u003cdiv class=\"gel-faq-a\"\u003eMemory foam compresses over time and traps heat, making you sweat. Our honeycomb gel design stays cool with constant airflow, never flattens, and distributes weight evenly to reduce pressure points by up to 40%.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gel-faq-item\"\u003e\n\u003csummary class=\"gel-faq-q\"\u003eCan it help with sciatica or tailbone pain?\u003c\/summary\u003e\n\u003cdiv class=\"gel-faq-a\"\u003eMany customers with sciatica, tailbone pain, hemorrhoids, and post‑surgery discomfort report significant relief. The honeycomb structure reduces direct pressure on sensitive areas. Note: results vary, and we always recommend consulting your doctor for medical conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gel-faq-item\"\u003e\n\u003csummary class=\"gel-faq-q\"\u003eHow long does it last?\u003c\/summary\u003e\n\u003cdiv class=\"gel-faq-a\"\u003eOur premium gel polymer is built to last 3‑5+ years with daily use, without flattening or losing shape. It's backed by a 12‑month warranty for total peace of mind.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gel-faq-item\" open=\"\"\u003e\n\u003csummary class=\"gel-faq-q\"\u003eWhat if I don't like it?\u003c\/summary\u003e\n\u003cdiv class=\"gel-faq-a\"\u003eNo worries! You have 30 days to try it risk‑free. If it's not for you, return it for a full refund no questions asked, no hidden fees.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gel-faq-item\"\u003e\n\u003csummary class=\"gel-faq-q\"\u003eHow fast is shipping?\u003c\/summary\u003e\n\u003cdiv class=\"gel-faq-a\"\u003eFree shipping on all US orders. Most orders arrive in 5‑8 business days. You'll receive a tracking link by email as soon as your order ships.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- 12. URGENCY --\u003e\n\u003csection class=\"gel-urgency\"\u003e\n\u003cdiv class=\"gel-urgency-flame\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eSelling fast at this price\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"gel-urgency-count\"\u003eOver 500 sold\u003c\/span\u003e in the past 24 hours\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ODMPOD","offers":[{"title":"Purple","offer_id":44932972412975,"sku":"CJYD272440601AZ","price":38.31,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":44936541536303,"sku":null,"price":38.31,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/4113\/2079\/files\/f8aafa53-c1a5-4b79-98d7-ce56b2f655f6.jpg?v=1774756722"},{"product_id":"geluna-memory-foam-seat-cushion","title":"Geluna Memory Foam Seat Cushion","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0736\/4113\/2079\/files\/S3e9e96a813d147128150e9ba93e58faeN.avif?v=1772004357\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0736\/4113\/2079\/files\/S0333d8940985423d9a269c98b46bf5851.avif?v=1772004372\" alt=\"\"\u003e\u003c\/p\u003e","brand":"GELUNA","offers":[{"title":"BLACK","offer_id":44985406488623,"sku":null,"price":48.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/4113\/2079\/files\/unnamed_d48b2b70-9e30-4637-a1c8-10bc91410f22.jpg?v=1772834306"}],"url":"https:\/\/geluna.shop\/collections\/frontpage.oembed","provider":"GELUNA","version":"1.0","type":"link"}