{"product_id":"opulence-3-5-seat-electric-sliding-seat-sofa-bed-mustard-fabric","title":"Opulence 3.5 Seat Electric Sliding Seat Sofa Bed – Mustard Fabric","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@500;600;700\u0026amp;family=Inter:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --stone:#e6e3db;\n    --stone-deep:#d8d3c6;\n    --ink:#221f1b;\n    --ink-soft:#5a564c;\n    --steel:#5c6670;\n    --steel-deep:#454e56;\n    --amber:#c98a3e;\n    --card:#f5f2e9;\n    --line:rgba(34,31,27,0.14);\n  }\n\n  *{ box-sizing:border-box; }\n\n  body{\n    margin:0;\n    background:var(--stone);\n    color:var(--ink);\n    font-family:'Inter', -apple-system, 'Segoe UI', sans-serif;\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .wrap{\n    max-width:960px;\n    margin:0 auto;\n    padding:0 28px;\n  }\n\n  .display{\n    font-family:'Space Grotesk', 'Inter', sans-serif;\n    font-weight:600;\n  }\n\n  \/* ---------- Header ---------- *\/\n  .header{\n    padding:58px 0 8px;\n  }\n  .tag-row{\n    display:flex;\n    gap:8px;\n    margin-bottom:22px;\n    flex-wrap:wrap;\n  }\n  .tag-row span{\n    font-size:12.5px;\n    color:var(--ink-soft);\n    background:var(--card);\n    border:1px solid var(--line);\n    padding:5px 12px;\n    border-radius:4px;\n  }\n  h1{\n    font-family:'Space Grotesk', sans-serif;\n    font-weight:700;\n    font-size:40px;\n    line-height:1.12;\n    letter-spacing:-0.5px;\n    margin:0 0 16px;\n    max-width:20ch;\n  }\n  .lede{\n    font-size:17px;\n    color:var(--ink-soft);\n    max-width:62ch;\n    margin:0 0 24px;\n  }\n  .dim-row{\n    display:flex;\n    gap:10px;\n    flex-wrap:wrap;\n    margin-bottom:44px;\n  }\n  .dim-chip{\n    background:var(--ink);\n    color:var(--stone);\n    font-size:13px;\n    padding:9px 14px;\n    border-radius:4px;\n  }\n  .dim-chip b{ font-weight:600; }\n\n  \/* ---------- Slide mechanism demo ---------- *\/\n  .mech-card{\n    background:var(--card);\n    border:1px solid var(--line);\n    border-radius:10px;\n    padding:28px;\n    margin-bottom:52px;\n  }\n  .mech-head{\n    display:flex;\n    justify-content:space-between;\n    align-items:baseline;\n    margin-bottom:18px;\n    flex-wrap:wrap;\n    gap:8px;\n  }\n  .mech-head h2{\n    font-family:'Space Grotesk', sans-serif;\n    font-size:16px;\n    font-weight:600;\n    margin:0;\n  }\n  .mech-readout{\n    font-size:13px;\n    color:var(--ink-soft);\n  }\n  .mech-readout b{ color:var(--amber); font-weight:600; }\n\n  .mech-stage{\n    width:100%;\n    height:170px;\n    margin-bottom:14px;\n  }\n\n  .mech-slider{\n    width:100%;\n    -webkit-appearance:none;\n    appearance:none;\n    height:4px;\n    border-radius:2px;\n    background:var(--stone-deep);\n    outline:none;\n  }\n  .mech-slider::-webkit-slider-thumb{\n    -webkit-appearance:none;\n    width:20px;\n    height:20px;\n    border-radius:50%;\n    background:var(--steel-deep);\n    cursor:pointer;\n    border:3px solid var(--card);\n    box-shadow:0 0 0 1px var(--steel-deep);\n  }\n  .mech-slider::-moz-range-thumb{\n    width:20px;\n    height:20px;\n    border-radius:50%;\n    background:var(--steel-deep);\n    cursor:pointer;\n    border:3px solid var(--card);\n  }\n  .mech-labels{\n    display:flex;\n    justify-content:space-between;\n    font-size:12px;\n    color:var(--ink-soft);\n    margin-top:8px;\n  }\n\n  \/* ---------- Important callout: slide vs recline ---------- *\/\n  .clarify{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:2px;\n    background:var(--line);\n    border:1px solid var(--line);\n    border-radius:10px;\n    overflow:hidden;\n    margin-bottom:56px;\n  }\n  .clarify \u003e div{\n    background:var(--card);\n    padding:22px 24px;\n  }\n  .clarify .no-block{\n    opacity:0.6;\n  }\n  .clarify h4{\n    display:flex;\n    align-items:center;\n    gap:8px;\n    font-size:14px;\n    font-weight:600;\n    margin:0 0 10px;\n  }\n  .clarify p{\n    font-size:13.5px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n  .badge-x{\n    width:18px; height:18px; border-radius:50%;\n    background:#9a9385; position:relative; flex:0 0 auto;\n  }\n  .badge-x::before, .badge-x::after{\n    content:''; position:absolute; background:var(--card);\n    width:10px; height:2px; top:8px; left:4px;\n  }\n  .badge-x::before{ transform:rotate(45deg); }\n  .badge-x::after{ transform:rotate(-45deg); }\n  .badge-check{\n    width:18px; height:18px; border-radius:50%;\n    background:var(--amber); position:relative; flex:0 0 auto;\n  }\n  .badge-check::before{\n    content:''; position:absolute; left:5px; top:8px;\n    width:8px; height:4px; border-left:2px solid var(--card);\n    border-bottom:2px solid var(--card);\n    transform:rotate(-45deg);\n  }\n\n  \/* ---------- Intro ---------- *\/\n  .intro{\n    padding:0 0 52px;\n    border-top:1px solid var(--line);\n    padding-top:36px;\n  }\n  .intro p{\n    font-size:16.5px;\n    max-width:68ch;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .section-heading{\n    font-family:'Space Grotesk', sans-serif;\n    font-weight:600;\n    font-size:24px;\n    margin:0 0 28px;\n  }\n  .features{\n    padding:0 0 56px;\n  }\n  .feature-list{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:2px;\n    background:var(--line);\n    border:1px solid var(--line);\n    border-radius:10px;\n    overflow:hidden;\n  }\n  .feature-row{\n    background:var(--card);\n    padding:22px 24px;\n    display:flex;\n    gap:14px;\n  }\n  .feature-row .num{\n    font-family:'Space Grotesk', sans-serif;\n    font-size:13px;\n    color:var(--amber);\n    font-weight:600;\n    flex:0 0 auto;\n    padding-top:2px;\n  }\n  .feature-row h3{\n    font-size:15px;\n    font-weight:600;\n    margin:0 0 6px;\n  }\n  .feature-row p{\n    font-size:13.5px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n\n  \/* ---------- Measurements + materials ---------- *\/\n  .two-col{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:40px;\n    padding:0 0 60px;\n  }\n  table{\n    width:100%;\n    border-collapse:collapse;\n  }\n  tr{ border-bottom:1px solid var(--line); }\n  tr:last-child{ border-bottom:none; }\n  td{\n    padding:12px 4px;\n    font-size:14.5px;\n    vertical-align:top;\n  }\n  td.label{ color:var(--ink-soft); width:52%; }\n  td.value{ color:var(--ink); font-weight:500; }\n\n  \/* ---------- Closing ---------- *\/\n  .style-note{\n    padding:0 0 72px;\n  }\n  .style-note-inner{\n    background:var(--ink);\n    color:var(--stone);\n    padding:38px 40px;\n    border-radius:10px;\n  }\n  .style-note-inner h4{\n    font-family:'Space Grotesk', sans-serif;\n    font-weight:600;\n    font-size:19px;\n    margin:0 0 12px;\n  }\n  .style-note-inner p{\n    margin:0;\n    font-size:14.5px;\n    color:#cdc8ba;\n    max-width:64ch;\n  }\n\n  @media (max-width:720px){\n    h1{ font-size:30px; }\n    .clarify{ grid-template-columns:1fr; }\n    .feature-list{ grid-template-columns:1fr; }\n    .two-col{ grid-template-columns:1fr; gap:44px; }\n    .style-note-inner{ padding:28px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003csection class=\"header\"\u003e\n\u003cdiv class=\"tag-row\"\u003e\n\u003cspan\u003eSliding Seat Sofa\u003c\/span\u003e \u003cspan\u003eElectric\u003c\/span\u003e \u003cspan\u003e3.5 Seater\u003c\/span\u003e \u003cspan\u003eSofa Bed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eOpulence 3.5 Seat Electric Sliding Seat Sofa Bed\u003c\/h1\u003e\n\u003cp class=\"lede\"\u003eA fully electric seat mechanism that glides forward, not back, turning a clean-lined contemporary sofa into a spacious lounging or sleeping surface at the touch of a button.\u003c\/p\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cdiv class=\"dim-chip\"\u003eWidth \u003cb\u003e2650mm\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-chip\"\u003eDepth \u003cb\u003e1050mm\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-chip\"\u003eHeight \u003cb\u003e950mm\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mech-card\"\u003e\n\u003cdiv class=\"mech-head\"\u003e\n\u003ch2 class=\"display\"\u003eTry the sliding mechanism\u003c\/h2\u003e\n\u003cdiv class=\"mech-readout\"\u003eSeat position: \u003cb id=\"mech-pct\"\u003e0%\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csvg class=\"mech-stage\" viewbox=\"0 0 600 170\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \n      \u003crect x=\"40\" y=\"30\" width=\"60\" height=\"110\" rx=\"8\" fill=\"#454e56\"\u003e\u003c\/rect\u003e\n      \n      \u003crect x=\"40\" y=\"132\" width=\"500\" height=\"8\" rx=\"4\" fill=\"#d8d3c6\"\u003e\u003c\/rect\u003e\n      \n      \u003cg id=\"seat-block\"\u003e\n        \u003crect x=\"100\" y=\"90\" width=\"220\" height=\"50\" rx=\"8\" fill=\"#5c6670\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"100\" y=\"60\" width=\"60\" height=\"40\" rx=\"8\" fill=\"#c98a3e\" opacity=\"0.9\"\u003e\u003c\/rect\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e \u003cinput type=\"range\" min=\"0\" max=\"100\" value=\"0\" class=\"mech-slider\" id=\"mech-range\"\u003e\n\u003cdiv class=\"mech-labels\"\u003e\n\u003cspan\u003eSofa\u003c\/span\u003e \u003cspan\u003eFully extended sleeping surface\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"clarify\"\u003e\n\u003cdiv class=\"no-block\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"badge-x\"\u003e\u003c\/span\u003e Not a recliner\u003c\/h4\u003e\n\u003cp\u003eOpulence does not tilt or lean backward like a traditional reclining sofa — there's no backward-tipping motion to get used to.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e\n\u003cspan class=\"badge-check\"\u003e\u003c\/span\u003e Electric sliding seat\u003c\/h4\u003e\n\u003cp\u003eThe seat itself extends forward on a smooth electric mechanism, turning the sofa into a flat lounging or sleeping surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"intro\"\u003e\n\u003cp\u003eOpulence is built for contemporary Australian homes that want genuine flexibility without sacrificing a clean, minimalist look. The fully electric sliding seat extends forward smoothly at the press of a button, so the transition from an evening on the sofa to a spacious lounging or sleeping area takes seconds, not effort. Underneath the premium fabric upholstery, a reinforced internal structure and a solid, engineered wood frame carry the extra movement without feeling loose over time.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"features\"\u003e\n\u003ch2 class=\"section-heading\"\u003eKey features\u003c\/h2\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eElectric sliding seat\u003c\/h3\u003e\n\u003cp\u003eA smooth forward extension converts the seat into a bed-style lounge at the touch of a button.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSofa bed functionality\u003c\/h3\u003e\n\u003cp\u003eExtended, it opens into a spacious surface for relaxing or sleeping — no separate mattress to store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePremium fabric upholstery\u003c\/h3\u003e\n\u003cp\u003eA soft-touch fabric that's durable underfoot and easy to maintain day to day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"num\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eModular configuration\u003c\/h3\u003e\n\u003cp\u003eA flexible layout that adapts to different room shapes and living arrangements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"num\"\u003e05\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDeep cushions \u0026amp; wide armrests\u003c\/h3\u003e\n\u003cp\u003eGenerously sized for everyday comfort, not just for show.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"num\"\u003e06\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eModern minimalist design\u003c\/h3\u003e\n\u003cp\u003eClean lines that sit comfortably in a contemporary living room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"num\"\u003e07\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBuilt to last\u003c\/h3\u003e\n\u003cp\u003eA reinforced internal structure supports the sliding mechanism through daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"two-col\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"section-heading\"\u003eMeasurements\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eDimensions (W x D x H)\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e265 x (65-105) x 95CM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eSeating\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e3.5 seats\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eMechanism\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eElectric, forward-sliding seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"section-heading\"\u003eMaterials \u0026amp; construction\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eUpholstery\u003c\/td\u003e\n\u003ctd class=\"value\"\u003ePremium fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eFrame\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eSolid and engineered wood construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eCushions\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eHigh-density foam for support and comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"two-col\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"section-heading\"\u003ePackaging\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eNumber of Boxes\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eBox Dimensions\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e60*80*80CM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eWeight per Box\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e50 KG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eTotal Shipping Weight\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e150 KG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"section-heading\"\u003eDelivery \u0026amp; Assembly\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eDelivered As\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e3 Boxes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eMinimum Doorway Width Required\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e65CM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eAssembly Type\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eMinimal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eEstimated Assembly Time\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e10 Mins\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"two-col\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"section-heading\"\u003eWarranty\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eWarranty Period\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e2 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"style-note\"\u003e\n\u003cdiv class=\"style-note-inner\"\u003e\n\u003ch4\u003eOne thing to know before you buy\u003c\/h4\u003e\n\u003cp\u003eOpulence is a sliding seat sofa, not a traditional reclining sofa. The seat extends forward to open up the lounging or sleeping surface, rather than tilting backward the way a recliner does.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LuxuryZone DÉCOR","offers":[{"title":"Default Title","offer_id":49003276828894,"sku":null,"price":2899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6433\/4302\/files\/Gemini_Generated_Image_d6y9cbd6y9cbd6y9.jpg?v=1788789160","url":"https:\/\/lzdecor.com\/products\/opulence-3-5-seat-electric-sliding-seat-sofa-bed-mustard-fabric","provider":"LuxuryZone DÉCOR","version":"1.0","type":"link"}