SpineCore™ Back Support Belt
/* ============================================================ SpineCore™ Back Support Belt — Scoped Shopify Description Paste ENTIRE file into product description HTML editor () All classes prefixed "sc-" — zero conflict with Dawn theme. ============================================================ */ .sc-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a1a; line-height: 1.65; max-width: 680px; margin: 0 auto; padding: 0 16px; } .sc-wrap * { box-sizing: border-box; } /* Trust bar */ .sc-trust { background: #0f1f0f; color: #fff; text-align: center; padding: 10px 16px; font-size: 12px; letter-spacing: 0.07em; font-weight: 600; text-transform: uppercase; margin: 0 -16px; } /* Divider */ .sc-divider { border: none; border-top: 1px solid #e6ede6; margin: 0; } /* Section */ .sc-section { padding: 28px 0; } /* Eyebrow label */ .sc-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #2d6e2d; margin: 0 0 6px 0; display: block; } /* Headings */ .sc-h2 { font-size: 22px; font-weight: 800; line-height: 1.25; color: #0f1f0f; margin: 0 0 12px 0; } .sc-h2 em { font-style: italic; color: #2d6e2d; } /* Body */ .sc-body { font-size: 15px; color: #333; margin: 0 0 14px 0; line-height: 1.7; } /* Dark hook */ .sc-hook { background: #0f1f0f; color: #fff; padding: 26px 20px; border-radius: 10px; margin: 0 0 20px 0; text-align: center; } .sc-hook-title { font-size: 22px; font-weight: 800; line-height: 1.3; margin: 0 0 12px 0; color: #fff; } .sc-hook-sub { font-size: 14px; color: #a8d0a8; line-height: 1.7; margin: 0; } /* Problem card */ .sc-problem { background: #fff8f0; border-left: 4px solid #c0392b; padding: 16px; border-radius: 6px; margin: 16px 0; } .sc-problem p { font-size: 15px; color: #2c1010; line-height: 1.7; margin: 0; } .sc-problem strong { color: #c0392b; } /* Video placeholder */ .sc-video { background: #f0f7f0; border: 1.5px dashed #2d6e2d; border-radius: 8px; padding: 16px; text-align: center; font-size: 13px; color: #2d6e2d; font-weight: 600; margin: 20px 0; display: block; letter-spacing: 0.02em; } /* Stats */ .sc-stats { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 8px; padding: 18px 0 4px; } .sc-stat { text-align: center; flex: 1 1 80px; padding-bottom: 14px; } .sc-stat-num { display: block; font-size: 26px; font-weight: 800; color: #0f1f0f; line-height: 1.1; } .sc-stat-label { font-size: 11px; color: #6a8a6a; margin-top: 3px; line-height: 1.3; display: block; } /* Highlight strip */ .sc-strip { background: #eef7ee; border-left: 4px solid #2d6e2d; padding: 13px 16px; border-radius: 6px; margin: 14px 0; font-size: 14px; color: #0f1f0f; font-weight: 600; line-height: 1.7; } /* Size pills */ .sc-sizes { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; } .sc-size { background: #eef7ee; border: 1.5px solid #8abf8a; border-radius: 20px; padding: 7px 16px; font-size: 12px; font-weight: 700; color: #0f1f0f; } /* Condition tags */ .sc-conditions { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; } .sc-tag { background: #f0f7f0; border: 1.5px solid #a8d0a8; border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 700; color: #0f2a0f; } /* Features */ .sc-features { margin: 14px 0; } .sc-feat { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e6ede6; align-items: flex-start; } .sc-feat:last-child { border-bottom: none; } .sc-feat-num { font-size: 20px; font-weight: 900; color: #b8d8b8; line-height: 1; min-width: 30px; margin-top: 2px; } .sc-feat-title { font-size: 14px; font-weight: 700; color: #0f1f0f; margin: 0 0 4px 0; } .sc-feat-desc { font-size: 13px; color: #555; line-height: 1.55; margin: 0; } /* Steps */ .sc-steps { margin: 14px 0; } .sc-step { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e6ede6; align-items: flex-start; } .sc-step:last-child { border-bottom: none; } .sc-step-num { width: 32px; height: 32px; min-width: 32px; border-radius: 50%; background: #0f1f0f; color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-top: 2px; } .sc-step-title { font-size: 14px; font-weight: 700; color: #0f1f0f; margin: 0 0 4px 0; } .sc-step-body { font-size: 13px; color: #555; line-height: 1.55; margin: 0; } /* Spec table */ .sc-table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 14px 0; } .sc-table tr:nth-child(even) { background: #f0f7f0; } .sc-table td { padding: 10px 12px; border-bottom: 1px solid #e6ede6; vertical-align: top; } .sc-table td:first-child { font-weight: 700; color: #2d6e2d; width: 42%; } /* Guarantee */ .sc-guarantee { background: #d8f0d8; border-radius: 8px; padding: 16px; display: flex; gap: 12px; align-items: flex-start; margin: 20px 0; } .sc-g-icon { font-size: 24px; min-width: 28px; } .sc-g-title { font-size: 14px; font-weight: 800; color: #0f1f0f; margin: 0 0 4px 0; } .sc-g-body { font-size: 13px; color: #0f3a0f; line-height: 1.5; margin: 0; } /* CTA */ .sc-cta { background: #0f1f0f; padding: 26px 20px; border-radius: 12px; margin: 20px 0; text-align: center; } .sc-cta-title { font-size: 20px; font-weight: 800; color: #fff; margin: 0 0 6px 0; line-height: 1.3; } .sc-cta-sub { font-size: 13px; color: #a8d0a8; margin: 0 0 20px 0; } .sc-btn { display: block; width: 100%; padding: 14px 16px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; text-align: center; margin: 0 0 10px 0; letter-spacing: 0.02em; border: none; cursor: pointer; } .sc-btn:last-child { margin-bottom: 0; } .sc-btn-primary { background: #2d6e2d; color: #fff; } .sc-btn-outline { background: transparent; color: #a8d0a8; border: 1.5px solid #a8d0a8; } /* Badge */ .sc-badge { font-size: 12px; text-align: center; color: #2d6e2d; font-weight: 700; margin: 10px 0 0; letter-spacing: 0.03em; } /* Mobile */ @media (max-width: 480px) { .sc-h2 { font-size: 19px; } .sc-hook-title { font-size: 18px; } .sc-stat-num { font-size: 22px; } } Best-Selling Back Support Belt · 100,000+ Verified Customers · 30-Day Money-Back Guarantee You Push Through the Pain Every Single Day.But It's Getting Harder to Ignore. The ache that starts by mid-morning. The tension that builds through a long commute. The way you shift positions constantly — never finding one that actually helps. You've stopped doing things you used to do without thinking. Back pain doesn't just hurt your body. It quietly shrinks your life. Most people with back pain spend months trying everything except the one thing that addresses the actual problem — spinal support during the activities that cause the strain. Painkillers mask it. Rest delays it. Expensive clinic appointments are only available when your schedule allows.Back pain is the leading cause of disability worldwide — and 80% of people will experience it at some point in their lives. The difference between those who manage it and those who don't is rarely treatment. It's consistent, daily support. The Solution Introducing SpineCore™Back Support Belt The clinically designed lumbar support belt that gently decompresses the spine, supports the lower back during daily activity, and corrects posture without the bulk of traditional braces. Wear it under your clothes at a desk, during physical work, on a commute, or through a full day of standing — targeted relief that moves with you, not against you. Key Features Why SpineCore™ Works When Other Braces Don't How to Use Ten Minutes a Day. Real Relief That Builds Over Time. Specifications Product Details Size S/M 26–35 inch waist · 99–187 lbs Size L/XL 34–43 inch waist · 110–276 lbs Full Fit Range 27–47 inch waist with dual strap configuration Support System Dual-tension pulley cord — single-hand adjustment Best For Lower back pain, sciatica, poor posture, disc pressure, long sitting, physical labour Recommended Use 10–60 minutes daily — build over first two weeks Suitable For Men and women — all ages 🛡️ 30-Day Money-Back Guarantee — Zero Risk Wear SpineCore™ every day for 30 days. If your back doesn't feel measurably better and your posture hasn't improved, contact our team for a full refund — no return required, no questions asked.
More you might like
Related
Back Support Belt Back Support
Related
Back Support Belt Back Support
Related
Back Support Belt Back Support
Related