SleepMaker Biopedic B2
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); .bio{ font-family:'Open Sans',sans-serif; color:#222; font-size:15px; line-height:1 .7; max-width:820px; margin:0 auto; padding-top:6px; -webkit-font-smoothing:antialiased; } .bio *{ box-sizing:border-box; } .bio .bio-label{ font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:#C2824D; margin:0 0 14px; } .bio-intro{ font-size:15.5px; color:#333; margin:0 0 30px; } .bio-intro strong{ color:#2C241B; } /* BENEFIT TILES */ .bio-benefits{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:0 0 38px; } .bio-benefit{ background:#F7EDE3; border-radius:12px; padding:20px 18px; text-align:left; } .bio-benefit svg{ width:26px; height:26px; stroke:#C2824D; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; margin-bottom:11px; } .bio-benefit h3{ font-size:14px; font-weight:700; color:#2C241B; margin:0 0 5px; } .bio-benefit p{ font-size:13px; color:#5a5045; margin:0; line-height:1.5; } /* SPOTLIGHT */ .bio-spot{ margin:0 0 38px; } .bio-spot-lead{ font-size:14.5px; color:#333; margin:0 0 18px; } .bio-spot-lead b{ color:#2C241B; } .bio-spot-fig{ background:#FFFFFF; border:1px solid #E5E5E5; border-radius:12px; padding:18px; margin:0 0 18px; } .bio-spot-svg{ width:100%; height:auto; display:block; } .bio-spot-points{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; } .bio-spot-point{ background:#F7EDE3; border-radius:10px; padding:15px 16px; } .bio-spot-point b{ display:block; font-size:13px; font-weight:700; color:#2C241B; margin:0 0 4px; } .bio-spot-point span{ font-size:12.5px; color:#5a5045; line-height:1.5; } /* IS THIS YOU? */ .bio-fit{ background:#2C241B; border-radius:14px; padding:26px; margin:0 0 38px; color:#F7EDE3; } .bio-fit .bio-label{ color:#E8C9AA; } .bio-fit-list{ display:grid; grid-template-columns:1fr 1fr; gap:14px 26px; } .bio-fit-item{ display:flex; gap:11px; align-items:flex-start; } .bio-fit-tick{ flex:0 0 auto; width:20px; height:20px; border-radius:50%; background:#C2824D; display:inline-flex; align-items:center; justify-content:center; margin-top:2px; } .bio-fit-tick svg{ width:11px; height:11px; stroke:#fff; fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; } .bio-fit-item span:last-child{ font-size:13.5px; color:#EDE4D8; line-height:1.5; } .bio-fit-item b{ color:#fff; font-weight:700; } /* TRUST STRIP */ .bio-trust{ display:grid; grid-template-columns:repeat(2,1fr); gap:0; border:1px solid #E5E5E5; border-radius:12px; overflow:hidden; margin:0 0 38px; } .bio-trust-card{ padding:20px 18px; text-align:center; border-right:1px solid #E5E5E5; } .bio-trust-card:last-child{ border-right:none; } .bio-trust-card svg{ width:24px; height:24px; stroke:#C2824D; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; margin-bottom:9px; } .bio-trust-card h4{ font-size:13.5px; font-weight:700; color:#2C241B; margin:0 0 4px; } .bio-trust-card p{ font-size:12.5px; color:#6B6B6B; margin:0; line-height:1.45; } .bio-trust-card a{ color:#C2824D; text-decoration:underline; } /* FIRMNESS */ .bio-firm{ margin:0 0 38px; } .bio-fval{ font-size:14px; font-weight:700; color:#2C241B; } .bio-ftrack{ position:relative; height:14px; border-radius:8px; background:linear-gradient(to right,#F7EDE3,#E8C9AA 55%,#2C241B); margin:14px 0 8px; } .bio-fmarker{ position:absolute; top:50%; width:18px; height:18px; border-radius:50%; background:#fff; border:3px solid #C2824D; transform:translate(-50%,-50%); box-shadow:0 1px 3px rgba(0,0,0,.25); } .bio-fends{ display:flex; justify-content:space-between; font-size:12px; color:#6B6B6B; font-weight:700; letter-spacing:.04em; } .bio-fnote{ font-size:13px; color:#6B6B6B; margin:10px 0 0; } /* COLLAPSIBLE */ .bio-acc{ margin:0 0 14px; border:1px solid #E5E5E5; border-radius:12px; overflow:hidden; } .bio-acc summary{ list-style:none; cursor:pointer; padding:18px 20px; font-size:15px; font-weight:700; color:#2C241B; position:relative; display:flex; align-items:center; gap:11px; } .bio-acc summary::-webkit-details-marker{ display:none; } .bio-acc summary .bio-ai{ width:20px; height:20px; stroke:#C2824D; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex:0 0 auto; } .bio-acc summary::after{ content:""; position:absolute; right:20px; top:50%; width:9px; height:9px; border-right:2px solid #C2824D; border-bottom:2px solid #C2824D; transform:translateY(-65%) rotate(45deg); transition:transform .2s ease; } .bio-acc[open] summary::after{ transform:translateY(-35%) rotate(-135deg); } .bio-acc[open] summary{ border-bottom:1px solid #E5E5E5; } .bio-acc-body{ padding:20px; } /* cutaway + layers */ .bio-cut-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:center; } .bio-cut-svg{ width:100%; height:auto; } .bio-layer{ display:flex; align-items:flex-start; gap:11px; padding:10px 0; border-bottom:1px solid #ECECEC; } .bio-layer:last-child{ border-bottom:none; } .bio-layer-sw{ flex:0 0 auto; width:15px; height:15px; border-radius:4px; margin-top:3px; border:1px solid rgba(0,0,0,.08); } .bio-layer h5{ margin:0; font-size:13.5px; font-weight:700; color:#2C241B; } .bio-layer p{ margin:2px 0 0; font-size:12.5px; color:#6B6B6B; } /* spec + sizes */ .bio-row{ display:flex; justify-content:space-between; gap:16px; padding:10px 0; border-bottom:1px solid #ECECEC; font-size:14px; } .bio-row span:first-child{ color:#6B6B6B; } .bio-row span:last-child{ color:#2C241B; font-weight:600; text-align:right; } .bio-sub{ font-size:13px; font-weight:700; color:#2C241B; margin:22px 0 12px; } .bio-size-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; } .bio-size{ display:flex; justify-content:space-between; gap:12px; background:#F5F5F5; border-radius:8px; padding:11px 14px; font-size:13.5px; } .bio-size span:first-child{ font-weight:700; color:#2C241B; } .bio-size span:last-child{ color:#6B6B6B; } .bio-note{ font-size:12.5px; color:#6B6B6B; margin:12px 0 0; } /* care */ .bio-care{ display:grid; grid-template-columns:1fr 1fr; gap:12px; } .bio-care-card{ background:#F5F5F5; border-radius:10px; padding:15px 16px; } .bio-care-card .e{ font-size:19px; display:block; margin-bottom:6px; line-height:1; } .bio-care-card h5{ font-size:13px; font-weight:700; color:#2C241B; margin:0 0 4px; } .bio-care-card p{ font-size:13px; color:#555; margin:0; line-height:1.5; } /* FAQ */ .bio-faq{ margin:32px 0 38px; } .bio-faq details{ border-bottom:1px solid #E5E5E5; } .bio-faq details:first-of-type{ border-top:1px solid #E5E5E5; } .bio-faq summary{ list-style:none; cursor:pointer; padding:16px 36px 16px 2px; position:relative; font-size:14px; font-weight:700; color:#2C241B; } .bio-faq summary::-webkit-details-marker{ display:none; } .bio-faq summary::after{ content:""; position:absolute; right:8px; top:50%; width:9px; height:9px; border-right:2px solid #C2824D; border-bottom:2px solid #C2824D; transform:translateY(-65%) rotate(45deg); transition:transform .2s ease; } .bio-faq details[open] summary::after{ transform:translateY(-35%) rotate(-135deg); } .bio-faq-a{ padding:0 2px 18px; font-size:14px; color:#444; line-height:1.6; } /* SEO */ .bio-seo{ border-top:1px solid #E5E5E5; padding-top:28px; } .bio-seo h2{ font-size:19px; font-weight:700; color:#2C241B; margin:0 0 14px; } .bio-seo p{ font-size:13.5px; color:#6B6B6B; line-height:1.7; margin:0 0 14px; } .bio-seo p:last-child{ margin-bottom:0; } .bio .mr-link{ color:#C2824D; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:2px; font-weight:600; } @media (max-width:768px){ .bio-benefits,.bio-fit-list,.bio-care,.bio-size-grid,.bio-cut-wrap,.bio-spot-points{ grid-template-columns:1fr; } .bio-trust{ grid-template-columns:1fr; } .bio-trust-card{ border-right:none; border-bottom:1px solid #E5E5E5; } .bio-trust-card:last-child{ border-bottom:none; } } SleepMaker · Pocket Spring Mattress The Biopedic B2 tops a pocket spring core with a breathable Fibre:Nuvole comfort layer and temperature-reactive KülKōte, which absorbs and releases heat to help manage the surface temperature as you sleep. Heat-tempered Australian Pocket:Coil springs are individually wrapped, so support follows where your body rests, while a solid Comfort:Edge foam surround supports right to the sides. A Dreamfoam comfort layer adds cushioning and an Ultra-Fresh® treatment helps it stay fresh. It has a medium 5/10 feel and stands 26 cm tall. KülKōte cool comfort Temperature-reactive material absorbs and releases heat to help manage the surface temperature through the night. Australian Pocket:Coil Heat-tempered, individually wrapped springs respond where your body rests and help limit partner disturbance. Comfort:Edge support A solid foam edge supports right to the sides of the mattress and helps reduce the roll-out feeling. Cool, supported comfort The Biopedic B2 builds comfort in layers over a full pocket spring core. A breathable Fibre:Nuvole top and temperature-reactive KülKōte work together to keep the sleep surface comfortable and help draw heat away, with a Dreamfoam layer adding cushioning underneath. Below sit heat-tempered Australian Pocket:Coil springs, each wrapped in its own pocket so they respond independently, with a solid Comfort:Edge foam surround that supports the mattress all the way to its edges. Breathable comfort topFibre:Nuvole fibres cushion the surface while letting it breathe. Temperature managementKülKōte absorbs and releases heat to help keep the surface comfortable. Edge-to-edge supportA solid Comfort:Edge foam surround supports the full sleep surface. The Biopedic B2 is for you if… You want a medium, balanced feel — the Biopedic B2 sits at 5/10, neither firm nor especially soft. You sleep warm — the breathable Fibre:Nuvole top and temperature-reactive KülKōte help manage surface heat. You use the full surface — the Comfort:Edge foam surround supports right to the sides and reduces roll-out. You share the bed — individually wrapped pocket springs help limit partner disturbance. 10-year warranty Warranty policy Try it in person At our 5 SE QLD showrooms Firmness Medium · 5 / 10 1 · Soft10 · Firm Firmness is subjective — how firm a mattress feels can vary with body weight and sleeping position. We highly recommend trying it in person at one of our five SE QLD showrooms before you decide. The detail What's inside the mattress Fibre:Nuvole comfort top Pure comfort fibres that cushion the surface and let it breathe Dreamfoam comfort layer with KülKōte Medium-density foam with temperature-reactive KülKōte Australian Pocket:Coil core Heat-tempered, individually wrapped pocket springs Comfort:Edge surround Solid foam edge supporting the full sleep surface Total height 26 cm Dimensions & sizes TypePocket spring with comfort fibre top Comfort layersFibre:Nuvole, Dreamfoam with KülKōte Support coreAustralian Pocket:Coil with Comfort:Edge foam edge support TreatmentUltra-Fresh® treated Total height26 cm Available sizes (W × L) Single92 × 188 cm King Single107 × 203 cm Double137 × 188 cm Queen153 × 203 cm King183 × 203 cm Sizes follow SleepMaker standard mattress dimensions. Care & maintenance 🔄 Rotate regularly Turn it head-to-foot every few months to help it wear evenly. 🛡️ Use a protector Keeps the cover cleaner and guards against everyday spills. 🌬️ Let it breathe Air it out from time to time and keep the room well ventilated. 🧼 Spot clean only Damp cloth and mild cleaner; avoid soaking or harsh chemicals. Frequently asked questions How firm is the Biopedic B2, and who is it for? It has a medium feel — around 5 on a 1 to 10 scale — sitting between soft and firm. That suits sleepers who want a balanced surface that isn't too plush or too hard. Firmness is subjective, so we'd suggest trying it in person at one of our five SE QLD showrooms. Does it help if I sleep warm? It's designed with warmer sleepers in mind. The breathable Fibre:Nuvole top lets the surface breathe, and the temperature-reactive KülKōte absorbs and releases heat to help manage the surface temperature as you sleep. Does it have good edge support? Yes. A solid Comfort:Edge foam surround runs around the pocket springs, supporting the mattress right to the sides. That gives you more usable surface and helps reduce the feeling of rolling off the edge. What sizes does it come in? Single, King Single, Double, Queen and King — dimensions are listed in the Dimensions & sizes section above. What base or frame should I use? Use it on a solid (platform) base or a slatted base with evenly spaced slats, so the mattress is supported evenly across its full size. An unsupportive base can affect comfort and may affect your warranty — see our warranty policy. Do I need to flip it? No. The Biopedic B2 is single-sided, with the comfort layers on top, so it isn't designed to be flipped. Rotate it head-to-foot every few months to help it wear evenly. SleepMaker Biopedic B2 Mattress — full product details The SleepMaker Biopedic B2 is a pocket spring mattress that pairs a breathable Fibre:Nuvole comfort top with temperature-reactive KülKōte, which absorbs and releases heat to help manage the surface temperature through the night. Heat-tempered Australian Pocket:Coil springs are individually wrapped so they respond where your body rests, a Dreamfoam layer adds cushioning, and a solid Comfort:Edge foam surround supports the mattress right to its edges. Our mattress buying guide covers firmness, spring structure and materials in more detail. With a medium 5/10 feel, the Biopedic B2 suits sleepers who want a balanced surface with cooling comfort and supportive edges, and an Ultra-Fresh® treatment helps the mattress stay fresh through everyday use. It comes in five Australian Standard sizes: Single, King Single, Double, Queen and King. Backed by a 10-year warranty, the Biopedic B2 works with any standard ensemble base or slatted bed frame. Because firmness is personal, the best way to know if it's right for you is to lie on it — come and try it at our showrooms in Rocklea, Virginia, Bundall (Gold Coast), North Ipswich and Beenleigh.
More you might like
Related
Sleepmaker Lifestyle Beechworth Biopedic Pocket Spring - Me
Related
Sleepmaker Lifestyle Southport Biopedic Pocket Spring - Med
Related
Sleepmaker Lifestyle Wellington Biopedic Pocket Spring - Pl
Related