Polar Wave Mattress – All Foam or Hybrid
.pw-wrap { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1a1a2e; max-width: 900px; margin: 0 auto; } .pw-hero { background: linear-gradient(135deg, #0f3460 0%, #16213e 50%, #0a1628 100%); border-radius: 16px; padding: 48px 36px; text-align: center; margin-bottom: 36px; position: relative; overflow: hidden; } .pw-hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(100,200,255,0.08) 0%, transparent 60%); animation: pulse 4s ease-in-out infinite; } @keyframes pulse { 0%,100%{transform:scale(1);opacity:0.5} 50%{transform:scale(1.1);opacity:1} } .pw-hero h1 { color: #ffffff; font-size: 2.2em; font-weight: 800; letter-spacing: -0.5px; margin: 0 0 12px; text-shadow: 0 2px 20px rgba(100,200,255,0.4); } .pw-hero p { color: #a8d8ea; font-size: 1.1em; line-height: 1.7; margin: 0; max-width: 620px; display: inline-block; } .pw-badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; } .pw-badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(100,200,255,0.3); color: #a8d8ea; border-radius: 50px; padding: 6px 18px; font-size: 0.82em; font-weight: 600; letter-spacing: 0.5px; backdrop-filter: blur(4px); } .pw-section-title { font-size: 1.5em; font-weight: 800; color: #0f3460; margin: 40px 0 20px; padding-left: 16px; border-left: 4px solid #4fc3f7; letter-spacing: -0.3px; } .pw-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 36px; } @media(max-width:600px){.pw-card-grid{grid-template-columns:1fr;}} .pw-card { background: #f8fbff; border: 1px solid #e0eef8; border-radius: 14px; padding: 28px 24px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .pw-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(15,52,96,0.12); } .pw-card h3 { color: #0f3460; font-size: 1.05em; font-weight: 700; margin: 0 0 10px; display: flex; align-items: center; gap: 8px; } .pw-card p { color: #4a5568; font-size: 0.92em; line-height: 1.65; margin: 0; } .pw-icon { width: 32px; height: 32px; background: linear-gradient(135deg, #4fc3f7, #0288d1); border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; color: white; font-size: 1em; flex-shrink: 0; } .pw-divider { border: none; border-top: 1px solid #e8f0f8; margin: 36px 0; } .pw-table-wrap { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 24px rgba(15,52,96,0.08); margin-bottom: 36px; } .pw-table { width: 100%; border-collapse: collapse; font-size: 0.93em; } .pw-table thead tr { background: linear-gradient(90deg, #0f3460, #1565c0); } .pw-table thead th { color: #ffffff; padding: 16px 20px; text-align: left; font-weight: 700; letter-spacing: 0.3px; } .pw-table tbody tr { border-bottom: 1px solid #e8f0f8; transition: background 0.2s; } .pw-table tbody tr:hover { background: #f0f7ff; } .pw-table tbody tr:last-child { border-bottom: none; } .pw-table td { padding: 14px 20px; color: #2d3748; vertical-align: top; line-height: 1.55; } .pw-table td:first-child { font-weight: 700; color: #0f3460; width: 30%; } .pw-table td .tag-af { background: #e3f2fd; color: #0277bd; border-radius: 4px; padding: 2px 8px; font-size: 0.8em; font-weight: 600; margin-right: 4px; } .pw-table td .tag-hy { background: #e8f5e9; color: #2e7d32; border-radius: 4px; padding: 2px 8px; font-size: 0.8em; font-weight: 600; } .pw-zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 36px; } @media(max-width:600px){.pw-zone-grid{grid-template-columns:1fr;}} .pw-zone-card { background: linear-gradient(135deg, #f0f7ff, #e3f2fd); border: 1px solid #bbdefb; border-radius: 12px; padding: 22px 18px; text-align: center; } .pw-zone-card .zone-num { font-size: 2em; font-weight: 900; color: #1565c0; line-height: 1; margin-bottom: 8px; } .pw-zone-card h4 { color: #0f3460; font-size: 0.95em; font-weight: 700; margin: 0 0 6px; } .pw-zone-card p { color: #546e7a; font-size: 0.85em; margin: 0; line-height: 1.5; } .pw-benefits-table-wrap { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 24px rgba(15,52,96,0.08); margin-bottom: 36px; } .pw-benefits-table { width: 100%; border-collapse: collapse; font-size: 0.93em; } .pw-benefits-table thead tr { background: linear-gradient(90deg, #1b5e20, #2e7d32); } .pw-benefits-table thead th { color: #fff; padding: 16px 20px; text-align: left; font-weight: 700; } .pw-benefits-table tbody tr { border-bottom: 1px solid #e8f5e9; transition: background 0.2s; } .pw-benefits-table tbody tr:hover { background: #f1f8e9; } .pw-benefits-table tbody tr:last-child { border-bottom: none; } .pw-benefits-table td { padding: 14px 20px; color: #2d3748; line-height: 1.55; } .pw-benefits-table td:first-child { font-weight: 700; color: #1b5e20; width: 35%; } .pw-check { color: #2e7d32; font-weight: 700; margin-right: 6px; } .pw-cta { background: linear-gradient(135deg, #0f3460, #1565c0); border-radius: 16px; padding: 36px 32px; text-align: center; margin-top: 40px; } .pw-cta h3 { color: #ffffff; font-size: 1.4em; font-weight: 800; margin: 0 0 10px; } .pw-cta p { color: #a8d8ea; font-size: 0.97em; margin: 0; line-height: 1.6; } .pw-feel-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; } .pw-feel-pill { flex: 1; min-width: 120px; background: #f8fbff; border: 2px solid #bbdefb; border-radius: 50px; padding: 14px 20px; text-align: center; } .pw-feel-pill span { display: block; font-size: 1.4em; margin-bottom: 4px; } .pw-feel-pill strong { color: #0f3460; font-size: 0.9em; display: block; } .pw-feel-pill small { color: #78909c; font-size: 0.78em; } Polar Wave Mattress Cool Comfort. Tailored Support. Engineered for the sleep you deserve — night after night. All-Foam Available Hybrid Available Cooling Gel Technology Adjustable Base Compatible Choose Your Comfort Feel 🌙PlushCloud-like softness ⚖️MediumBalanced support 🏔️FirmMaximum stability Construction & Layer Technology Layer Material Benefit Model Top Comfort Layer Gel Infused AirFoam Open-cell structure with cooling gel — superior airflow & responsive pressure relief All-FoamHybrid Mid Cooling Layer Liquid Gel Foam Liquid cooling gel swirled into a cellular structure — actively disperses body heat All-FoamHybrid Support Base (All-Foam) HD High-Density Foam Long-lasting durability, structural stability & consistent edge support All-Foam Support Base (Hybrid) 3-Zone Foam Box Hybrid Base Three targeted support zones for shoulder, lumbar, and hip & leg alignment Hybrid Cover Removable Zip Cover Machine-washable — simply unzip and refresh for a hygienic sleep surface All-FoamHybrid Hybrid 3-Zone Support System 01 Shoulder Zone Gentle contouring pressure relief for side sleepers and shoulder comfort 02 Lumbar Zone Enhanced back and core support to maintain healthy spinal alignment 03 Hip & Leg Zone Balanced alignment and reinforced durability for lower body support Features & Benefits at a Glance Feature What It Means for You ✓Zero Pressure Sleep Technology Relieves pressure points across your body so you wake up without aches or stiffness ✓100% Spinal Support Keeps your spine in perfect neutral alignment throughout the night, every night ✓Zero Motion Disturbance Advanced motion isolation means your partner's movements won't interrupt your sleep ✓Dual Cooling Gel System Two layers of cooling technology actively draw heat away from your body all night long ✓Machine-Washable Cover Removable zip cover keeps your mattress fresh, hygienic, and easy to maintain ✓Adjustable Base Compatible Pairs seamlessly with an adjustable base for a fully personalised sleep experience ✓5 Size Options Long Single, King Single, Double, Queen, and King — the perfect fit for every bedroom Why Sleepers Love the Polar Wave ❄️Stays Cool All Night The dual-layer cooling gel system — AirFoam + Liquid Gel — works together to regulate your body temperature so you never overheat mid-sleep. 🧘Wakes You Pain-Free Zero Pressure Technology gently cradles every curve of your body, eliminating the pressure points that cause morning stiffness and discomfort. 🤝Perfect for Couples Motion isolation technology absorbs movement so you and your partner can sleep independently — no more being woken by tossing and turning. ⚙️Built to Last High-density foam base and premium materials are engineered for years of consistent, supportive performance without sagging or breakdown. Ready to Transform Your Sleep? Choose your model — All-Foam or Hybrid — select your comfort feel, and wake up to the difference the Polar Wave makes.For the ultimate sleep experience, pair with an adjustable base.
More you might like
Related
Mlily Polar Wave All Foam 25cm Cooling Comfort Mattress
Related
Mlily Polar Wave 25cm Cooling Hybrid Mattress
Related
Dragon Alliance Waverly LL Polarized Square
Related