{"title":"Sofas","description":"","products":[{"product_id":"chic-minimalist-sofa-small-settees-velvet-bsf-2040","title":"Chic Minimalist Sofa | Elegant Small Sofas and Settees | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSpace-Saving Design:\u003c\/b\u003e An elegant \u003cb\u003esmall sofa for bedroom\u003c\/b\u003e or living room settings, offering compact luxury.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePet Friendly Durability:\u003c\/b\u003e Premium \u003cb\u003esmall sofas and settees\u003c\/b\u003e wrapped in skin-friendly, cat scratch-resistant fabric.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e Natural resilient latex and 45D foam provide a seating experience that rivals \u003cb\u003elarge comfy sofas\u003c\/b\u003e.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Support:\u003c\/b\u003e A robust \u003cb\u003e2 seater sofa\u003c\/b\u003e configuration with a solid wood frame supporting up to 440lb.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eDeep Seat Comfort:\u003c\/b\u003e Widened seat depth allows comfortable cross-legged sitting, making the sofa practical for compact lounge or bedroom use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSF2040\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Modern Velvet Small Sofas and Settees\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/1_7e7d9037-d398-4d7e-bfd8-87b9e0569034.jpg?v=1747978008\" alt=\"Chic minimalist small sofa and settee by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eRedefine your living space. This modern velvet \u003cb\u003esmall sofas and settees\u003c\/b\u003e piece combines skin-friendly breathability with a full, luxurious texture for comfort.\u003c\/p\u003e\n\n      \u003ch2\u003eThree Key Sofa Design Features\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/2_635a9ffa-d9db-4a0a-80c4-afae38708ca6.jpg?v=1747978008\" alt=\"Three key design features of minimalist sofa\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/3_8fd7fc9f-aad3-45d4-9573-4a1b2242c57b.jpg?v=1747978008\" alt=\"Skin-friendly cat scratch resistant sofa fabric\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSkin Friendly Cat Scratch Resistant Sofa Fabric\u003c\/h3\u003e\n          \u003cp\u003eEnjoy pet-friendly luxury effortlessly. The waterproof, stain-resistant surface features a floral absorption process, giving it the delicate, durable texture of genuine leather.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/4_4414d459-4c35-4945-94a0-97272de51b9c.jpg?v=1747978007\" alt=\"Natural resilient latex cushioning for 2 seater sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eNatural Resilient Latex 2 Seater Sofa Cushioning\u003c\/h3\u003e\n          \u003cp\u003eAdapt perfectly to your curves. This highly resilient \u003cb\u003e2 seater sofa\u003c\/b\u003e configuration uses natural honeycomb latex to release excess body heat while providing a contouring fit.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/5_049620b7-74c4-496d-908e-0c5f9eafe6b9.jpg?v=1747978007\" alt=\"45D high density resilient foam sofa support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy Duty 45D High Density Resilient Foam\u003c\/h3\u003e\n          \u003cp\u003eStep away from standard \u003cb\u003elarge comfy sofas\u003c\/b\u003e and experience 45D foam capable of supporting up to 440lb without deformation, ensuring sag-free commercial durability.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/6_869fc5a0-47cc-489b-a127-72ad54a2b504.jpg?v=1747978006\" alt=\"Solid wood frame internal support structure\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSolid Wood Frame Internal Support Structure\u003c\/h3\u003e\n          \u003cp\u003eEnsure strong commercial stability. The solid wood main frame, paired with serpentine springs and elastic bands, supports resilience and compression resistance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/7_296ee340-58d3-4c78-ada2-aef151090265.jpg?v=1747978007\" alt=\"Spacious seat depth for small sofa for bedroom\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Seat Depth For Small Sofa for Bedroom\u003c\/h3\u003e\n          \u003cp\u003eMaximize compact comfort instantly. Perfect as a luxurious \u003cb\u003esmall sofa for bedroom\u003c\/b\u003e settings, the widened seat surface allows comfortable cross-legged sitting.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/8_d1dd1b95-9aec-4a61-8869-9b42450b9d1a.jpg?v=1747978008\" alt=\"Velvet fiber cotton filled plush throw pillow\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVelvet Fiber Cotton Filled Plush Throw Pillow\u003c\/h3\u003e\n          \u003cp\u003eShowcase minimalist perfection. The throw pillow is filled with full, fluffy velvet fiber cotton, providing long-lasting support that prevents sagging.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/chic_minimalist_sofa_elegant_small_sofas_and_settees_kaguyasuBSF-2040_detailed_images_2.jpg?v=1779161019\" alt=\"Widened spacious seat depth sofa detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Seat Depth\u003c\/h3\u003e\n          \u003cp\u003eThe widened and enlarged seating surface allows you to sit cross-legged comfortably without feeling cramped, offering ample space to stretch and accommodating any sitting posture.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/10_64c735b1-14b2-4b4a-90f0-4f42e0a723a2.jpg?v=1747978007\" alt=\"Velvet fiber cotton filled throw pillow detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVelvet Fiber Cotton-Filled Throw Pillow\u003c\/h3\u003e\n          \u003cp\u003eThe throw pillow is filled with velvet fiber cotton, making it fluffy, soft, and full. It is resistant to deformation and sagging, with a sturdy and solid frame for long-lasting support.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColor Difference Notice\u003c\/h2\u003e\n      \u003cp\u003eDue to differences in monitor settings and lighting, there may be slight color variations in the product. Please refer to the actual product for the most accurate color.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/11_e174a2ae-24b6-454e-ab26-9cd7ad625179.jpg?v=1747978193\" alt=\"Color difference notice for minimalist sofa\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColor Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/17_upscayl_1x_realesrgan-x4plus.png?v=1747982026\" alt=\"Color options for Kaguyasu small sofas and settees\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/For_custom_colors.jpg?v=1743479482\" alt=\"Custom color options for Kaguyasu sofa\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSofa Type\u003c\/th\u003e\n              \u003ctd\u003eModern velvet small sofa \/ 2 seater sofa\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFabric\u003c\/th\u003e\n              \u003ctd\u003eSkin-friendly, cat scratch-resistant fabric with waterproof and stain-resistant surface\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCushioning\u003c\/th\u003e\n              \u003ctd\u003eNatural resilient honeycomb latex and 45D high-density resilient foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n              \u003ctd\u003eSolid wood main frame with serpentine springs and elastic bands\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupport Capacity\u003c\/th\u003e\n              \u003ctd\u003eUp to 440lb\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSeat Design\u003c\/th\u003e\n              \u003ctd\u003eWidened and enlarged seat surface for cross-legged sitting\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eThrow Pillow\u003c\/th\u003e\n              \u003ctd\u003eVelvet fiber cotton-filled throw pillow\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/chic_minimalist_sofa_elegant_small_sofas_and_settees_kaguyasuBSF-2040_detailed_images_1.jpg?v=1779161019\" alt=\"Chic minimalist sofa dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this minimalist sofa:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFabric:\u003c\/b\u003e The product description lists skin-friendly, cat scratch-resistant fabric with waterproof and stain-resistant surface features.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCushioning:\u003c\/b\u003e Natural honeycomb latex and 45D high-density resilient foam support contouring comfort and resilience.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFrame:\u003c\/b\u003e The solid wood main frame is paired with serpentine springs and elastic bands.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSupport Capacity:\u003c\/b\u003e The product description lists support up to 440lb.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSeat Depth:\u003c\/b\u003e The widened seating surface supports comfortable cross-legged sitting.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Notice:\u003c\/b\u003e Slight color variation may occur due to monitor settings and lighting; please refer to the actual product for the most accurate color.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat fabric is used for this small sofa?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists skin-friendly, cat scratch-resistant fabric with waterproof and stain-resistant surface features.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat cushioning materials are included?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe sofa uses natural resilient honeycomb latex and 45D high-density resilient foam.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed support capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists support up to 440lb.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be used in compact spaces?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description positions it as an elegant small sofa for bedroom or living room settings, with a widened seat surface for compact comfort.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBSF2040\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF2040\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011287482416,"sku":"BSF-2040-01","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011287515184,"sku":"BSF-2040-02","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287547952,"sku":"BSF-2040-03","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287580720,"sku":"BSF-2040-04","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011287613488,"sku":"BSF-2040-05","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287646256,"sku":"BSF-2040-06","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011287679024,"sku":"BSF-2040-07","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011287711792,"sku":"BSF-2040-08","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287744560,"sku":"BSF-2040-09","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287777328,"sku":"BSF-2040-10","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011287810096,"sku":"BSF-2040-11","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287842864,"sku":"BSF-2040-12","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011287875632,"sku":"BSF-2040-13","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011287908400,"sku":"BSF-2040-14","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011287941168,"sku":"BSF-2040-15","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011287973936,"sku":"BSF-2040-16","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288006704,"sku":"BSF-2040-17","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288039472,"sku":"BSF-2040-18","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288072240,"sku":"BSF-2040-19","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288105008,"sku":"BSF-2040-20","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288137776,"sku":"BSF-2040-21","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288170544,"sku":"BSF-2040-22","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011288203312,"sku":"BSF-2040-23","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011288236080,"sku":"BSF-2040-24","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288268848,"sku":"BSF-2040-25","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288301616,"sku":"BSF-2040-26","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288334384,"sku":"BSF-2040-27","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288367152,"sku":"BSF-2040-28","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288399920,"sku":"BSF-2040-29","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288432688,"sku":"BSF-2040-30","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288465456,"sku":"BSF-2040-31","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288498224,"sku":"BSF-2040-32","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288530992,"sku":"BSF-2040-33","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288563760,"sku":"BSF-2040-34","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288596528,"sku":"BSF-2040-35","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288629296,"sku":"BSF-2040-36","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011288662064,"sku":"BSF-2040-37","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011288694832,"sku":"BSF-2040-38","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288727600,"sku":"BSF-2040-39","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288760368,"sku":"BSF-2040-40","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288793136,"sku":"BSF-2040-41","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288825904,"sku":"BSF-2040-42","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288858672,"sku":"BSF-2040-43","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288891440,"sku":"BSF-2040-44","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288924208,"sku":"BSF-2040-45","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288956976,"sku":"BSF-2040-46","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288989744,"sku":"BSF-2040-47","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289022512,"sku":"BSF-2040-48","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289055280,"sku":"BSF-2040-49","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289088048,"sku":"BSF-2040-50","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011289120816,"sku":"BSF-2040-51","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011289153584,"sku":"BSF-2040-52","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289186352,"sku":"BSF-2040-53","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289219120,"sku":"BSF-2040-54","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289251888,"sku":"BSF-2040-55","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289284656,"sku":"BSF-2040-56","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289317424,"sku":"BSF-2040-57","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289350192,"sku":"BSF-2040-58","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289382960,"sku":"BSF-2040-59","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289415728,"sku":"BSF-2040-60","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289448496,"sku":"BSF-2040-61","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289481264,"sku":"BSF-2040-62","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289514032,"sku":"BSF-2040-63","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289546800,"sku":"BSF-2040-64","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289579568,"sku":"BSF-2040-65","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289612336,"sku":"BSF-2040-66","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289645104,"sku":"BSF-2040-67","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289677872,"sku":"BSF-2040-68","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289710640,"sku":"BSF-2040-69","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289743408,"sku":"BSF-2040-70","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289776176,"sku":"BSF-2040-71","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289808944,"sku":"BSF-2040-72","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289841712,"sku":"BSF-2040-73","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289874480,"sku":"BSF-2040-74","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289907248,"sku":"BSF-2040-75","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289940016,"sku":"BSF-2040-76","price":2692.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/chic_minimalist_sofa_elegant_small_sofas_and_settees_kaguyasuBSF-2040_main_images_18.webp?v=1778729838"},{"product_id":"modern-office-sofa-compact-white-living-room-bsf-018","title":"Modern Office Sofa | Compact White Sofa for Living Room | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Aesthetics:\u003c\/b\u003e A premium \u003cb\u003ewood frame sofa\u003c\/b\u003e designed to beautifully elevate contemporary living spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCompact Elegance:\u003c\/b\u003e The perfect \u003cb\u003esofa for living room\u003c\/b\u003e comfort that transforms your home into a cozy retreat.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Sizing:\u003c\/b\u003e Premium \u003cb\u003esmall sofas and settees\u003c\/b\u003e tailored for highly dynamic and compact environments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e An ergonomic \u003cb\u003e2 seater sofa\u003c\/b\u003e featuring deep, high-rebound urethane foam cushions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Support Structure:\u003c\/b\u003e Natural wood frame, S-springs, and silicone fill support long-lasting comfort for daily seating.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n  \n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSF018\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eContemporary Wood Frame Sofa Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_3.jpg?v=1779160997\" alt=\"Modern office sofa compact white sofa for living room by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your home. This \u003cb\u003ewood frame sofa\u003c\/b\u003e blends a sleek modern aesthetic with lasting durability for daily relaxation.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images.jpg?v=1779676710\" alt=\"Sofa for living room with deep seat comfort\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eUltimate Sofa for Living Room Comfort\u003c\/h3\u003e\n          \u003cp\u003eSink into luxury. The deep seat design makes this \u003cb\u003esofa for living room\u003c\/b\u003e spaces the perfect centerpiece for spending quality time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_7.jpg?v=1779676379\" alt=\"Space saving small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpace Saving Small Sofas and Settees\u003c\/h3\u003e\n          \u003cp\u003eMaximize your floor plan. These \u003cb\u003esmall sofas and settees\u003c\/b\u003e offer exceptional comfort and full-body relaxation for compact, cozy environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_6.jpg?v=1779676379\" alt=\"Ergonomic cloud-like two seater sofa cushion\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eErgonomic Cloud-Like 2 Seater Sofa\u003c\/h3\u003e\n          \u003cp\u003eExperience superior support. This \u003cb\u003e2 seater sofa\u003c\/b\u003e features high-rebound urethane and silicone-filled cushions that contour to your body.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_4.jpg?v=1779676378\" alt=\"Soft cushion detail for modern office sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSoft Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe listed cushion materials include high-rebound urethane and silicone fill, supporting a soft and comfortable sitting experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_1.jpg?v=1779160996\" alt=\"Color options for Kaguyasu modern office sofa\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eFlannel fabric, high-rebound urethane\u003cbr\u003eNatural wood frame, S-springs, silicone fill\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eLight brown + white, white, light brown\u003cbr\u003eDark brown + white, blue + light gray\u003cbr\u003eLight gray, dark gray, yellow, dark gray + light gray\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e20-60kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e120 * 96 * 63cm, 200 * 96 * 63cm\u003cbr\u003e220 * 96 * 63cm, 260 * 96 * 63cm\u003cbr\u003e280 * 96 * 63cm, 300 * 96 * 63cm\u003cbr\u003e320 * 96 * 63cm, 360 * 96 * 63cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eColor\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this finished sofa product:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Status:\u003c\/b\u003e Assembly is not required for this product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the large size of the finished product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you have any questions about product size, weight, or other details, please contact us via chatbot or email.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping company will be used. The shipping company and tracking number will be notified by email after the product has been shipped.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If delivery to your location is required, a delivery fee will be charged. If you do not require delivery to your location, please make arrangements to receive the package on the delivery date.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Because it is made of natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the color of the photo may differ from the actual product. Product photos are for illustrative purposes only.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this modern office sofa require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this finished sofa be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the large size of the finished product, delivery will be curbside or to the first floor. Please check the packaging size and delivery route before purchasing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Light brown + white, white, light brown, Dark brown + white, blue + light gray, Light gray, dark gray, yellow, and dark gray + light gray.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBSF018\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF018\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*96*63cm Single \/ none","offer_id":42944218300464,"sku":"BSF-018-01","price":427.0,"currency_code":"GBP","in_stock":true},{"title":"200*96*63cm 3 people \/ none","offer_id":42944218333232,"sku":"BSF-018-03","price":759.0,"currency_code":"GBP","in_stock":true},{"title":"200*96*63cm 3 people \/ can be","offer_id":42944218366000,"sku":"BSF-018-04","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"220*96*63cm split type 3 people \/ none","offer_id":42944218398768,"sku":"BSF-018-05","price":876.0,"currency_code":"GBP","in_stock":true},{"title":"220*96*63cm split type 3 people \/ can be","offer_id":42944218431536,"sku":"BSF-018-06","price":1070.0,"currency_code":"GBP","in_stock":true},{"title":"260*96*63cm split type 4 people \/ none","offer_id":42944218464304,"sku":"BSF-018-07","price":992.0,"currency_code":"GBP","in_stock":true},{"title":"260*96*63cm split type 4 people \/ can be","offer_id":42944218497072,"sku":"BSF-018-08","price":1168.0,"currency_code":"GBP","in_stock":true},{"title":"280*96*63cm split type 4 people \/ none","offer_id":42944218529840,"sku":"BSF-018-09","price":1109.0,"currency_code":"GBP","in_stock":true},{"title":"280*96*63cm split type 4 people \/ can be","offer_id":42944218562608,"sku":"BSF-018-010","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"300*96*63cm split type 4 people \/ none","offer_id":42944218595376,"sku":"BSF-018-011","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"300*96*63cm split type 4 people \/ can be","offer_id":42944218628144,"sku":"BSF-018-012","price":1419.0,"currency_code":"GBP","in_stock":true},{"title":"320*96*63cm split type 5 people \/ none","offer_id":42944218660912,"sku":"BSF-018-013","price":1342.0,"currency_code":"GBP","in_stock":true},{"title":"320*96*63cm split type 5 people \/ can be","offer_id":42944218693680,"sku":"BSF-018-014","price":1536.0,"currency_code":"GBP","in_stock":true},{"title":"360*96*63cm split type 5 people \/ none","offer_id":42944218726448,"sku":"BSF-018-015","price":1458.0,"currency_code":"GBP","in_stock":true},{"title":"360*96*63cm split type 5 people \/ can be","offer_id":42944218759216,"sku":"BSF-018-016","price":1652.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_main_images_2.jpg?v=1779160991"},{"product_id":"minimalist-sofa-small-leather-office-sofa-bsf-019","title":"Minimalist Sofa | Premium Small Leather Sofa for Office | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eMinimalist Office Sofa:\u003c\/b\u003e A premium \u003cb\u003esmall leather sofa for office\u003c\/b\u003e spaces with a clean, modern appearance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMultiple Size Options:\u003c\/b\u003e Available widths include 110cm, 180cm, 220cm, 260cm, 280cm, and 310cm.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Product:\u003c\/b\u003e Assembly is not required, making it easier to place after delivery.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eListed Load Capacity:\u003c\/b\u003e The listed load capacity is 250kg.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePractical Office Materials:\u003c\/b\u003e Synthetic leather, sponge, and polyester create a practical seating option for daily office use.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSF019\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Sofa for Office Spaces\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_8.jpg?v=1779703447\" alt=\"Minimalist sofa premium small leather sofa for office by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA premium minimalist sofa made with synthetic leather, sponge, and polyester, available in multiple colors and widths for office seating layouts.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_9.jpg?v=1779703467\" alt=\"Premium small leather sofa for office detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSynthetic Leather Office Sofa\u003c\/h3\u003e\n          \u003cp\u003eThe listed materials include synthetic leather, sponge, and polyester, creating a practical sofa option for office seating areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_11.jpg?v=1779703474\" alt=\"Minimalist sofa seating detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMultiple Width Options\u003c\/h3\u003e\n          \u003cp\u003eChoose from 110cm, 180cm, 220cm, 260cm, 280cm, and 310cm widths to match your planned office layout.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_7.jpg?v=1779703488\" alt=\"Finished minimalist office sofa detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eNo Assembly Required\u003c\/h3\u003e\n          \u003cp\u003eThis sofa is listed as a finished product with no assembly required. Please check the packaging size and delivery route before purchase.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_10.jpg?v=1779703490\" alt=\"Small leather sofa for office seating view\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e250kg Listed Load Capacity\u003c\/h3\u003e\n          \u003cp\u003eThe sofa has a listed load capacity of 250kg, with product weights ranging from 20kg to 60kg depending on the selected size.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images.jpg?v=1779705561\" alt=\"Color options for Kaguyasu minimalist office sofa\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSynthetic leather, sponge, polyester\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eOrange, Khaki, White\u003cbr\u003eDark Gray, Dark Blue\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e20¡§C60kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e250kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e110\/180\/220\/260\/280\/310W ?¨¢ 94D ?¨¢ 82Hcm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot allowed\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Item\u003c\/th\u003e\n              \u003ctd\u003eNone\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this finished sofa product:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Status:\u003c\/b\u003e Assembly is not required for this product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size of the finished product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you are unsure about the size, weight, or other product details, please contact us via chatbot or email.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping source will be used. The shipping company and tracking number will be notified by email after the product has been shipped.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If you wish to have the product delivered inside, a delivery fee will be incurred. If you do not wish to have inside delivery, please make arrangements to receive the package on the delivery date.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not allowed for this product, and no customizable items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, there may be slight variations in color, surface texture, and pattern, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the color of the photograph may differ from the actual product. Product photos are for illustrative purposes only.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this minimalist sofa require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not allowed for this product, and there are no customizable items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this finished sofa be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the size of the finished product, delivery will be curbside or to the first floor. Please check the packaging size and delivery route before purchasing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Orange, Khaki, White, Dark Gray, and Dark Blue.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBSF019\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF019\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"If you would like white or another color \/ 110*95D*80 Single\/Polyester","offer_id":42944218791984,"sku":"BSF-019-01","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 110*95D*82 Single\/Synthetic eather","offer_id":42944218824752,"sku":"BSF-019-02","price":860.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 180*95D*80 Double\/Polyester","offer_id":42944218857520,"sku":"BSF-019-03","price":974.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 180*95D*82 Double\/Synthetic eather","offer_id":42944218890288,"sku":"BSF-019-04","price":1257.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 220*95D*80 Three-person\/Polyester","offer_id":42944218923056,"sku":"BSF-019-05","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 210*95D*82 Three-seater\/Synthetic leather","offer_id":42944218955824,"sku":"BSF-019-06","price":1269.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 260*95D*80 Three-person\/Polyester","offer_id":42944218988592,"sku":"BSF-019-07","price":1250.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 240*95D*82 Three-seater\/Synthetic leather","offer_id":42944219021360,"sku":"BSF-019-08","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 280*95D*80 4 people \/ Polyester","offer_id":42944219054128,"sku":"BSF-019-09","price":1329.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 270*95D*82 Four-seater \/ Synthetic leather","offer_id":42944219086896,"sku":"BSF-019-10","price":1445.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 320*95D*80 4 people \/ Polyester","offer_id":42944219119664,"sku":"BSF-019-11","price":1358.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 300*95D*82 Four-seater \/ Synthetic leather","offer_id":42944219152432,"sku":"BSF-019-12","price":1714.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 70*70*42cm Footrest\/Polyester","offer_id":42944219185200,"sku":"BSF-019-JT-01","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 80*70*40cm Footrest\/Synthetic eather","offer_id":42944219217968,"sku":"BSF-019-JT-02","price":348.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 110*95D*80 Single\/Polyester","offer_id":43074308440112,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 110*95D*82 Single\/Synthetic eather","offer_id":43074308472880,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 180*95D*80 Double\/Polyester","offer_id":43074308505648,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 180*95D*82 Double\/Synthetic eather","offer_id":43074308538416,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 220*95D*80 Three-person\/Polyester","offer_id":43074308571184,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 210*95D*82 Three-seater\/Synthetic leather","offer_id":43074308603952,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 260*95D*80 Three-person\/Polyester","offer_id":43074308636720,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 240*95D*82 Three-seater\/Synthetic leather","offer_id":43074308669488,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 280*95D*80 4 people \/ Polyester","offer_id":43074308702256,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 270*95D*82 Four-seater \/ Synthetic leather","offer_id":43074308735024,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 320*95D*80 4 people \/ Polyester","offer_id":43074308767792,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 300*95D*82 Four-seater \/ Synthetic leather","offer_id":43074308800560,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 70*70*42cm Footrest\/Polyester","offer_id":43074308833328,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 80*70*40cm Footrest\/Synthetic eather","offer_id":43074308866096,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_main_images_1.jpg?v=1779161002"},{"product_id":"modern-sofas-versatile-two-seater-sofabed-bsf-k038","title":"Modern Sofas Collection | Versatile Two Seater Sofabed | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Marvel:\u003c\/b\u003e A dynamic \u003cb\u003etwo seater sofabed\u003c\/b\u003e perfect for compact modern living rooms.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eConvertible Utility:\u003c\/b\u003e This versatile \u003cb\u003e2 seater bed settee\u003c\/b\u003e instantly transforms for overnight guests.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e Sink into premium padding rivaling \u003cb\u003elarge comfy sofas\u003c\/b\u003e for daily relaxation.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Foundation:\u003c\/b\u003e Sturdy engineering makes these \u003cb\u003esmall sofas and settees\u003c\/b\u003e reliable and wobble-free.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eAll-Season Fabric:\u003c\/b\u003e Breathable cotton linen seating helps keep the sofa comfortable for year-round lounging and sleeping.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSFK038\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eDynamic Lifestyle Versatile Two Seater Sofabed Aesthetics\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_2.jpg?v=1779161059\" alt=\"Modern sofas collection versatile two seater sofabed by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your compact space. This dynamic \u003cb\u003etwo seater sofabed\u003c\/b\u003e flawlessly blends chic minimalist aesthetics with reliable all-day lounge and sleep functionality. Perfect for apartments or cozy dens.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_1.jpg?v=1779161059\" alt=\"Carbon steel foundation for small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRobust Carbon Steel Foundation for Small Sofas and Settees\u003c\/h3\u003e\n          \u003cp\u003eEngineered for heavy-duty support. Unlike standard compact furniture, these reliable \u003cb\u003esmall sofas and settees\u003c\/b\u003e feature a carbon steel frame that provides exceptional load-bearing capacity and prevents wobbling.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_5_6e8f9ee9-bc2b-4713-9002-66b99b4a9dab.jpg?v=1779702921\" alt=\"Convertible triple mode two seater sofabed\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eConvertible Triple-Mode 2 Seater Bed Settee\u003c\/h3\u003e\n          \u003cp\u003eExperience maximum utility. This versatile \u003cb\u003e2 seater bed settee\u003c\/b\u003e instantly converts between sofa, couch, and bed modes, perfect for dynamic modern living, movie marathons, or breaks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_4.jpg?v=1779161060\" alt=\"High-rebound urethane padding for large comfy sofas\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePadding Rivaling Large Comfy Sofas for Supported Posture\u003c\/h3\u003e\n          \u003cp\u003eSink into luxury. Independently developed high-rebound urethane padding ensures dynamic comfort that prevents losing its supportive form over time, rivaling the premium feel of \u003cb\u003elarge comfy sofas\u003c\/b\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_10.jpg?v=1779161062\" alt=\"All-season breathable cotton linen sofa bed\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAll-Season Breathable Cotton Linen Sofa Bed\u003c\/h3\u003e\n          \u003cp\u003eStay comfortable year-round. The breathable cotton linen seat ensures a cool summer and cozy winter feel, making it useful in any season for your dynamic lifestyle.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_9.jpg?v=1779161062\" alt=\"Supportive posture and armrests for small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSupported Posture and Supportive Armrests\u003c\/h3\u003e\n          \u003cp\u003eReduce physical burden seamlessly. These \u003cb\u003esmall sofas and settees\u003c\/b\u003e feature ergonomic supportive armrests and a wide, deep seat that gently support your arms and provide a relaxed sitting posture with minimal gap behind the knees.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images.jpg?v=1779690234\" alt=\"Modern two seater sofabed lifestyle detail\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_8.jpg?v=1779161062\" alt=\"Supportive armrests for two seater sofabed relaxation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSupportive Armrests for Two Seater Sofabed Relaxation\u003c\/h3\u003e\n          \u003cp\u003eThe supportive armrest design helps complete the relaxed sofa experience for daily lounging, breaks, and compact living spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images.png?v=1779691394\" alt=\"Color options for Kaguyasu versatile two seater sofabed\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n              \u003ctd\u003eSeat: Cotton linen\u003cbr\u003eCushion: High-rebound urethane\u003cbr\u003eFrame: Carbon steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eSteel Gray\u003cbr\u003eGrass Green, Blue\u003cbr\u003eBeige, Dark Brown\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e40¡§C80kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e72 ?¨¢ 60 ?¨¢ 78cm, 87 ?¨¢ 60 ?¨¢ 78cm\u003cbr\u003e107 ?¨¢ 60 ?¨¢ 78cm, 127 ?¨¢ 60 ?¨¢ 78cm\u003cbr\u003e157 ?¨¢ 60 ?¨¢ 78cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembling\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomize\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eNone\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0620\/9155\/9109\/files\/BSF-K038__12_1.jpg?v=1744363094\" alt=\"Modern two seater sofabed dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this two seater sofabed:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This product requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in shooting lighting and screen resolution, the photo color and actual product color may differ. Product photos are for illustrative purposes only.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this two seater sofabed require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this 2 seater bed settee be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customizable items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used for this sofabed?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed materials include cotton linen for the seat, high-rebound urethane for the cushion, and carbon steel for the frame.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Steel Gray, Grass Green, Blue, Beige, and Dark Brown.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBSFK038\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSFK038\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige \/ 72*60*78cm","offer_id":42944226787376,"sku":"BSF-K038-023","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 87*60*78cm","offer_id":42944226951216,"sku":"BSF-K038-03","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 107*60*78cm","offer_id":42944227115056,"sku":"BSF-K038-08","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 127*60*78cm","offer_id":42944227278896,"sku":"BSF-K038-013","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 157*60*78cm","offer_id":42944227442736,"sku":"BSF-K038-018","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 72*60*78cm","offer_id":42944226820144,"sku":"BSF-K038-025","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 87*60*78cm","offer_id":42944226983984,"sku":"BSF-K038-05","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 107*60*78cm","offer_id":42944227147824,"sku":"BSF-K038-010","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 127*60*78cm","offer_id":42944227311664,"sku":"BSF-K038-015","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 157*60*78cm","offer_id":42944227475504,"sku":"BSF-K038-020","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 72*60*78cm","offer_id":42944226852912,"sku":"BSF-K038-022","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 87*60*78cm","offer_id":42944227016752,"sku":"BSF-K038-02","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 107*60*78cm","offer_id":42944227180592,"sku":"BSF-K038-07","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 127*60*78cm","offer_id":42944227344432,"sku":"BSF-K038-012","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 157*60*78cm","offer_id":42944227508272,"sku":"BSF-K038-017","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 72*60*78cm","offer_id":42944226885680,"sku":"BSF-K038-021","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 87*60*78cm","offer_id":42944227049520,"sku":"BSF-K038-01","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 107*60*78cm","offer_id":42944227213360,"sku":"BSF-K038-06","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 127*60*78cm","offer_id":42944227377200,"sku":"BSF-K038-011","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 157*60*78cm","offer_id":42944227541040,"sku":"BSF-K038-016","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 72*60*78cm","offer_id":42944226918448,"sku":"BSF-K038-024","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 87*60*78cm","offer_id":42944227082288,"sku":"BSF-K038-04","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 107*60*78cm","offer_id":42944227246128,"sku":"BSF-K038-09","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 127*60*78cm","offer_id":42944227409968,"sku":"BSF-K038-014","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 157*60*78cm","offer_id":42944227573808,"sku":"BSF-K038-019","price":324.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_main_images_1.jpg?v=1779161053"},{"product_id":"small-office-sofa-1-seater-recliner-leather-bsf-k046","title":"Small Office Sofa | Premium 1 Seater Recliner Sofa | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3, \n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-color-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; list-style: none; padding: 0; margin: 0; }\n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-color-list { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eThe Benchmark of Executive Relaxation\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eUltimate Personal Comfort:\u003c\/b\u003e A premium 1 seater recliner sofa engineered specifically for deep relaxation, dynamic positioning, and professional stress relief.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCompact Executive Style:\u003c\/b\u003e An elegant and space-efficient small leather sofa solution tailored beautifully for private offices, luxury study rooms, and tight corporate settings.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eDynamic Lounging Architecture:\u003c\/b\u003e A versatile single recliner featuring a smooth, built-in reclining mechanism that glides seamlessly into relaxation mode.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eComplete Suite Aesthetic:\u003c\/b\u003e Designed to sit harmoniously alongside existing seating or form a cohesive, sophisticated leather sofa and recliner set.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003ePremium 1 Seater Recliner Sofa\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eElevate your downtime within high-focus environments. True luxury means having a dedicated space to recharge. Crafted around a heavy-duty structural steel frame, this small leather sofa provides an unparalleled reclining experience without encroaching on your spatial footprint. Transition from active concentration to passive sanctuary seamlessly, allowing the body to sink into deep-seated comfort while maintaining the pristine visual authority required of modern executive spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_office_sofa_premium_1_seater_recliner_sofa_kaguyasuBSF-K046_detailed_images.jpg?v=1779161068\" alt=\"Kaguyasu Premium Executive 1 Seater Recliner Sofa Showcase\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Lounge \u0026amp; Executive Series (BSF-K046)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eGenuine Cowhide Leather \/ Premium Eco-PU Leather Options, High-Rebound Urethane Foam, Reinforced Steel Chassis\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorways\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-list\"\u003e\n            \u003cli\u003eExecutive Black\u003c\/li\u003e\n\u003cli\u003eClassic Brown\u003c\/li\u003e\n            \u003cli\u003eVintage Dark Brown\u003c\/li\u003e\n\u003cli\u003eMinimalist Gray\u003c\/li\u003e\n            \u003cli\u003eWarm Earth Tones\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e120~150 * 80 * 76 cm\u003c\/li\u003e\n            \u003cli\u003e80 * 50 * 40 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Profiles\u003c\/th\u003e\n\u003ctd\u003e10 - 30 kg (Varies by material config)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eNot Required\u003c\/b\u003e (Fully integrated and delivered ready for immediate use)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eBespoke Customization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Tailored selections for both Color and Outer Material)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eBespoke Material Options\u003c\/h3\u003e\n    \u003cp\u003eTo align with corporate branding or high-end residential palettes, this recliner supports meticulous material curation. Clients can specify top-grain cowhide for executive suites or high-durability PU leather for commercial reception lounges. Contact our trade consultants for custom swatch kits and project design alignment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat customization choices are available?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThis product line is fully open to material upgrades. You can choose between our standard contract-grade PU leather or upgrade to premium top-grain cowhide leather. Custom colors can also be coordinated to seamlessly match your room's design palette or corporate specifications.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow precise are the colors shown online?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe work to deliver accurate visual profiles; however, slight variations may happen due to studio lighting setups during photography or the screen calibration of your viewing device. The photos provided serve as a reliable guide for the aesthetic form.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is covered under material wear and tear?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe select premium, resilient upholstery components. Minor natural variations in surface texture, grain orientation, or light color nuances are hallmarks of true craftsmanship and high-quality leather. Standard structural changes or surface softening through regular daily use over time are normal characteristics of luxury seating and are not classified as manufacturing defects.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120~150*80*76cm\/Earth color \/ material","offer_id":42944227606576,"sku":"BSF-K046-01","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Earth color \/ PU leather","offer_id":42944227639344,"sku":"BSF-K046-02","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Brown \/ material","offer_id":42944227672112,"sku":"BSF-K046-03","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Brown \/ PU leather","offer_id":42944227704880,"sku":"BSF-K046-04","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Dark Brown \/ material","offer_id":42944227737648,"sku":"BSF-K046-05","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Dark Brown \/ PU leather","offer_id":42944227770416,"sku":"BSF-K046-06","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Black \/ material","offer_id":42944227803184,"sku":"BSF-K046-07","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Black \/ PU leather","offer_id":42944227835952,"sku":"BSF-K046-08","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Gray \/ material","offer_id":42944227868720,"sku":"BSF-K046-09","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Gray \/ PU leather","offer_id":42944227901488,"sku":"BSF-K046-010","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"80*50*40cm\/Brown \/ Ottoman","offer_id":42944227934256,"sku":"BSF-K046-JT-01","price":368.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_office_sofa_premium_1_seater_recliner_sofa_kaguyasuBSF-K046_main_images_2.webp?v=1778729852"},{"product_id":"premium-modern-sofas-large-comfy-living-room-bsf-k048","title":"Premium Modern Sofas | Large Comfy Sofas For Living Room | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Read More Interaction --- *\/\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eNordic Minimalism:\u003c\/b\u003e A sleek \u003cb\u003esofa for living room\u003c\/b\u003e spaces featuring a low-type design for dynamic relaxation.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eUltimate Comfort:\u003c\/b\u003e These \u003cb\u003elarge comfy sofas\u003c\/b\u003e utilize high-rebound urethane and silicone fill for non-deforming support.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Sizing:\u003c\/b\u003e We offer premium \u003cb\u003esmall sofas and settees\u003c\/b\u003e tailored effortlessly for compact apartments or cozy dens.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eErgonomic Posture:\u003c\/b\u003e An advanced \u003cb\u003e2 seater sofa\u003c\/b\u003e configuration providing body-fitting curves and deep seat comfort.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Premium Fabric:\u003c\/b\u003e High-quality polyester fabric helps resist shrinking and pilling while maintaining an elegant textured look.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSFK048\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eNordic Minimalism Meets Luxurious Comfort\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_5.jpg?v=1779161085\" alt=\"Premium modern sofa for living room by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eRedefine your daily relaxation. This stunning low-type \u003cb\u003esofa for living room\u003c\/b\u003e lounging brings sophisticated Nordic aesthetics and comfort to your home, making it a cozy centerpiece for dynamic interiors.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_3.png?v=1779678844\" alt=\"Large comfy sofa with deep seat relaxation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExperience Floor Like Deep Seat Relaxation\u003c\/h3\u003e\n          \u003cp\u003eReconnect with your living space effortlessly. The deep seat design of these \u003cb\u003elarge comfy sofas\u003c\/b\u003e offers whole-body relaxation that feels just as pleasant as sitting on a secure floor.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_2.jpg?v=1779161083\" alt=\"Premium polyester fabric for small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Eco Friendly Premium Polyester Fabric\u003c\/h3\u003e\n          \u003cp\u003eBuilt to outlast typical \u003cb\u003esmall sofas and settees\u003c\/b\u003e. This high-quality polyester fabric helps prevent shrinking and pilling, maintaining its elegant look and textured feel after prolonged use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_4.jpg?v=1779161085\" alt=\"Heavy-duty non-deforming sofa cushions\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy Duty Non Deforming Sofa Cushions\u003c\/h3\u003e\n          \u003cp\u003eSink safely into commercial-grade support. The thick, responsive cushions padded with high-rebound urethane and silicone fill resist deformation and sagging, outperforming average \u003cb\u003e2 seater sofa\u003c\/b\u003e options.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_4.png?v=1779679215\" alt=\"Body fitting ergonomic curved sofa support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBody Fitting Ergonomic Curved Support\u003c\/h3\u003e\n          \u003cp\u003eMaintain comfortable posture seamlessly. The engineered curves across the backrest and seat snugly support your body without causing fatigue.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_6.jpg?v=1779161085\" alt=\"Color options for Kaguyasu premium modern sofas\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eFlannel, polyester, high-rebound urethane\u003cbr\u003eLatex, natural wood, silicone fill\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eBeige, light gray\u003cbr\u003eEvergreen, orange\u003cbr\u003eDark gray, khaki, iron blue\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e10¡§C350kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e110 ?¨¢ 80 ?¨¢ 83cm, 110 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e180 ?¨¢ 80 ?¨¢ 83cm, 180 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e205 ?¨¢ 80 ?¨¢ 83cm, 205 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e240 ?¨¢ 80 ?¨¢ 83cm, 240 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e280 ?¨¢ 80 ?¨¢ 83cm, 280 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e320 ?¨¢ 80 ?¨¢ 83cm, 320 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e350 ?¨¢ 80 ?¨¢ 83cm, 350 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e280 ?¨¢ 165(80) ?¨¢ 83cm, 280 ?¨¢ 165(95) ?¨¢ 83cm\u003cbr\u003e355 ?¨¢ 165(80) ?¨¢ 83cm, 355 ?¨¢ 165(95) ?¨¢ 83cm\u003cbr\u003e70 ?¨¢ 60cm, 80 ?¨¢ 46cm + 60 ?¨¢ 38cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Item\u003c\/th\u003e\n              \u003ctd\u003eColor\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images.png?v=1779678539\" alt=\"Premium modern sofa dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important delivery guidelines for this finished sofa product:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size of the finished product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you are unsure about details such as product size or weight, please contact us via chatbot or email before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping company will be used. The shipping company and tracking number will be notified by email after the product has been shipped.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If you wish to have the product delivered inside, a delivery fee will be incurred. If you do not wish to have inside delivery, please make arrangements to receive the package on the delivery date.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this sofa require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required for this sofa.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this finished sofa be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the size of the finished product, delivery will be curbside or to the first floor. Please check packaging size and the delivery route before purchasing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I request inside delivery?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eInside delivery may incur a delivery fee. If you do not request inside delivery, please arrange to receive the package on the delivery date.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBSFK048\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSFK048\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Urethane foam cushion \/ Polyester fabric \/ 110*80*83cm","offer_id":42944227967024,"sku":"BSF-K048-01","price":296.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 110*95*83cm","offer_id":42944228098096,"sku":"BSF-K048-05","price":415.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 180*80*83cm","offer_id":42944228229168,"sku":"BSF-K048-09","price":442.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 180*95*83cm","offer_id":42944228360240,"sku":"BSF-K048-13","price":530.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 205*80*83cm","offer_id":42944228491312,"sku":"BSF-K048-17","price":497.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 205*95*83cm","offer_id":42944228622384,"sku":"BSF-K048-21","price":549.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 240*80*83cm","offer_id":42944228753456,"sku":"BSF-K048-25","price":670.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 240*95*83cm","offer_id":42944228884528,"sku":"BSF-K048-29","price":680.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*80*83cm","offer_id":42944229015600,"sku":"BSF-K048-33","price":648.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*95*83cm","offer_id":42944229146672,"sku":"BSF-K048-37","price":787.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 320*80*83cm","offer_id":42944229277744,"sku":"BSF-K048-41","price":635.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 320*95*83cm","offer_id":42944229408816,"sku":"BSF-K048-45","price":990.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 350*80*83cm","offer_id":42944229539888,"sku":"BSF-K048-49","price":908.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 350*95*83cm","offer_id":42944229670960,"sku":"BSF-K048-53","price":1029.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*165*80*83cm","offer_id":43376992616496,"sku":"BSF-K048-57","price":943.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*165*95*83cm","offer_id":43376992649264,"sku":"BSF-K048-61","price":1190.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 355*165*80*83cm","offer_id":43376992682032,"sku":"BSF-K048-65","price":1161.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 355*165*95*83cm","offer_id":43376992714800,"sku":"BSF-K048-69","price":1408.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 70*60cm","offer_id":42944230326320,"sku":"BSF-K048-JT-01","price":228.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 110*80*83cm","offer_id":42944227999792,"sku":"BSF-K048-02","price":351.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 110*95*83cm","offer_id":42944228130864,"sku":"BSF-K048-06","price":415.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 180*80*83cm","offer_id":42944228261936,"sku":"BSF-K048-10","price":442.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 180*95*83cm","offer_id":42944228393008,"sku":"BSF-K048-14","price":528.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 205*80*83cm","offer_id":42944228524080,"sku":"BSF-K048-18","price":497.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 205*95*83cm","offer_id":42944228655152,"sku":"BSF-K048-22","price":549.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 240*80*83cm","offer_id":42944228786224,"sku":"BSF-K048-26","price":608.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 240*95*83cm","offer_id":42944228917296,"sku":"BSF-K048-30","price":681.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*80*83cm","offer_id":42944229048368,"sku":"BSF-K048-34","price":648.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*95*83cm","offer_id":42944229179440,"sku":"BSF-K048-38","price":793.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 320*80*83cm","offer_id":42944229310512,"sku":"BSF-K048-42","price":660.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 320*95*83cm","offer_id":42944229441584,"sku":"BSF-K048-46","price":951.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 350*80*83cm","offer_id":42944229572656,"sku":"BSF-K048-50","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 350*95*83cm","offer_id":42944229703728,"sku":"BSF-K048-54","price":1007.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*165*80*83cm","offer_id":43376992747568,"sku":"BSF-K048-58","price":943.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*165*95*83cm","offer_id":43376992780336,"sku":"BSF-K048-62","price":1146.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 355*165*80*83cm","offer_id":43376992813104,"sku":"BSF-K048-66","price":1307.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 355*165*95*83cm","offer_id":43376992845872,"sku":"BSF-K048-70","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 70*60cm","offer_id":42944230359088,"sku":"BSF-K048-JT-02","price":228.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 110*80*83cm","offer_id":42944228032560,"sku":"BSF-K048-03","price":434.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 110*95*83cm","offer_id":42944228163632,"sku":"BSF-K048-07","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 180*80*83cm","offer_id":42944228294704,"sku":"BSF-K048-11","price":604.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 180*95*83cm","offer_id":42944228425776,"sku":"BSF-K048-15","price":639.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 205*80*83cm","offer_id":42944228556848,"sku":"BSF-K048-19","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 205*95*83cm","offer_id":42944228687920,"sku":"BSF-K048-23","price":651.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 240*80*83cm","offer_id":42944228818992,"sku":"BSF-K048-27","price":680.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 240*95*83cm","offer_id":42944228950064,"sku":"BSF-K048-31","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*80*83cm","offer_id":42944229081136,"sku":"BSF-K048-35","price":812.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*95*83cm","offer_id":42944229212208,"sku":"BSF-K048-39","price":916.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 320*80*83cm","offer_id":42944229343280,"sku":"BSF-K048-43","price":927.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 320*95*83cm","offer_id":42944229474352,"sku":"BSF-K048-47","price":1050.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 350*80*83cm","offer_id":42944229605424,"sku":"BSF-K048-51","price":1086.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 350*95*83cm","offer_id":42944229736496,"sku":"BSF-K048-55","price":1147.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*165*80*83cm","offer_id":43376992878640,"sku":"BSF-K048-59","price":1121.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*165*95*83cm","offer_id":43376992911408,"sku":"BSF-K048-63","price":1232.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 355*165*80*83cm","offer_id":43376992944176,"sku":"BSF-K048-67","price":1389.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 355*165*95*83cm","offer_id":43376992976944,"sku":"BSF-K048-71","price":1429.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 110*80*83cm","offer_id":42944228065328,"sku":"BSF-K048-04","price":434.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 110*95*83cm","offer_id":42944228196400,"sku":"BSF-K048-08","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 180*80*83cm","offer_id":42944228327472,"sku":"BSF-K048-12","price":604.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 180*95*83cm","offer_id":42944228458544,"sku":"BSF-K048-16","price":639.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 205*80*83cm","offer_id":42944228589616,"sku":"BSF-K048-20","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 205*95*83cm","offer_id":42944228720688,"sku":"BSF-K048-24","price":618.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 240*80*83cm","offer_id":42944228851760,"sku":"BSF-K048-28","price":681.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 240*95*83cm","offer_id":42944228982832,"sku":"BSF-K048-32","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*80*83cm","offer_id":42944229113904,"sku":"BSF-K048-36","price":812.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*95*83cm","offer_id":42944229244976,"sku":"BSF-K048-40","price":916.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 320*80*83cm","offer_id":42944229376048,"sku":"BSF-K048-44","price":927.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 320*95*83cm","offer_id":42944229507120,"sku":"BSF-K048-48","price":1050.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 350*80*83cm","offer_id":42944229638192,"sku":"BSF-K048-52","price":1086.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 350*95*83cm","offer_id":42944229769264,"sku":"BSF-K048-56","price":1147.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*165*80*83cm","offer_id":43376993009712,"sku":"BSF-K048-60","price":1121.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*165*95*83cm","offer_id":43376993042480,"sku":"BSF-K048-64","price":1172.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 355*165*80*83cm","offer_id":43376993075248,"sku":"BSF-K048-68","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 355*165*95*83cm","offer_id":43376993108016,"sku":"BSF-K048-72","price":1328.0,"currency_code":"GBP","in_stock":true},{"title":"Low table \/ Rock slab \/ 80*46cm+60*38cm","offer_id":42944230391856,"sku":"BSF-K048-CJ-01","price":311.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_main_images_1.jpg?v=1779161077"},{"product_id":"modern-sofas-l-shaped-wood-frame-platform-suite-bsf-k080","title":"Modern Sofas | Versatile L-shaped Sofas \u0026 Wood Frame Sofa Suite | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--k-bg-dark); margin-bottom: 25px; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  .kagu-color-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; list-style: none; padding: 0; margin: 0; }\n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/FAQ --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-color-list { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eArchitectural Comfort, Tailored for You\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Warmth:\u003c\/b\u003e A signature wood-frame sofa suite that marries architectural rigidity with warm, contemporary domestic aesthetics.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eAdaptive Versatility:\u003c\/b\u003e A dynamic centerpiece for living room environments, offering flexible configurations from linear arrangements to spacious L-shaped setups.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Ergonomics:\u003c\/b\u003e Engineered with sag-resistant, high-rebound cushioning designed to maintain structure and support for years of high-traffic use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eDeep-Seated Luxury:\u003c\/b\u003e A thoughtfully proportioned couch, deep enough for total relaxation, transforming your living room into a true sanctuary.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eVersatile L-Shaped Sofa \u0026amp; Wood Frame Suite\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eCreate your own tailored sanctuary. As a standout piece in our modern furniture collection, this adjustable sofa unit serves as both a stunning aesthetic centerpiece and a functional daily retreat. Featuring a signature wood-frame platform and plush, deep-seated cushions, it offers the perfect balance between firmness and comfort. Whether you are outfitting a large open-plan living room or a cozy apartment lounge, this suite adapts to your spatial requirements with effortless elegance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-image-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_versatile_l-shaped_sofas_wood_frame_sofa_suite_kaguyasuBSF-K080_detailed_images_1.jpg?v=1779161098\" alt=\"Kaguyasu Modern Wood Frame Sofa Suite and L-shaped configuration\" class=\"kagu-long-showcase\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Modular Living Series (BSF-K080)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eCommercial-Grade Melamine Laminate Frame, High-Rebound Urethane Foam Core\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Colorways\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-list\"\u003e\n            \u003cli\u003eNatural + Beige\u003c\/li\u003e\n\u003cli\u003eWalnut + Beige\u003c\/li\u003e\n            \u003cli\u003eNatural + Light Green\u003c\/li\u003e\n\u003cli\u003eWalnut + Light Green\u003c\/li\u003e\n            \u003cli\u003eNatural + Light Gray\u003c\/li\u003e\n\u003cli\u003eWalnut + Light Gray\u003c\/li\u003e\n            \u003cli\u003eNatural + Charcoal Gray\u003c\/li\u003e\n\u003cli\u003eWalnut + Charcoal Gray\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eStandard Dimensions\u003cbr\u003e\u003csmall\u003e(L * D * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e150 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e180 * 82 * 88-100 cm\u003c\/li\u003e\n            \u003cli\u003e200 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e220 * 82 * 88-100 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e260 * 82 * 88-100 cm\u003c\/li\u003e\n            \u003cli\u003e280 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e320 * 82 * 88-100 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e80 - 150 kg (Varies by configuration)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eNot Required\u003c\/b\u003e (Delivered as a complete professional suite)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Color and fabric matching for interior design projects)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eBespoke Interior Solutions\u003c\/h3\u003e\n    \u003cp\u003eFor designers and property managers, we offer color and finish customization to ensure this sofa suite aligns perfectly with your existing project palette. Contact our commercial team for trade pricing and bulk logistics scheduling.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre natural variations normal in the wood or fabric?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. Due to the use of premium materials, the color, surface texture, and pattern may differ slightly, giving each piece a unique character. This is normal and does not affect structural integrity or daily use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I request custom color options?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eSince this item is customizable, please reach out to our team with your desired interior color scheme. We can provide fabric swatches and finish samples to ensure your sofa suite complements your home's unique design.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow accurate are the colors shown online?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eDue to studio lighting and screen resolution variations, the product color may differ slightly from the image. Our website photos are for illustrative purposes to showcase the design aesthetic.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural + Beige (High-resilience foam) \/ 150*82*88~100cm (adjustable)","offer_id":43011227877424,"sku":"BSF-K080-02","price":410.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (High-resilience foam) \/ 180*82*88~100cm (adjustable)","offer_id":43011227942960,"sku":"BSF-K080-03","price":470.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (High-resilience foam) \/ 200*82*88~100cm (adjustable)","offer_id":43011228008496,"sku":"BSF-K080-04","price":519.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (High-resilience foam) \/ 220*82*88~100cm (adjustable)","offer_id":43011228074032,"sku":"BSF-K080-05","price":598.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (High-resilience foam) \/ 240*82*88~100cm (adjustable)","offer_id":43011228139568,"sku":"BSF-K080-06","price":696.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (High-resilience foam) \/ 260*82*88~100cm (adjustable)","offer_id":43011228205104,"sku":"BSF-K080-07","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (High-resilience foam) \/ 280*82*88~100cm (adjustable)","offer_id":43011228270640,"sku":"BSF-K080-08","price":954.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (High-resilience foam) \/ 320*82*88~100cm (adjustable)","offer_id":43011228336176,"sku":"BSF-K080-09","price":1045.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 150*82*88~100cm (adjustable)","offer_id":43011227910192,"sku":"BSF-K080-11","price":410.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 180*82*88~100cm (adjustable)","offer_id":43011227975728,"sku":"BSF-K080-12","price":470.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 200*82*88~100cm (adjustable)","offer_id":43011228041264,"sku":"BSF-K080-13","price":519.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 220*82*88~100cm (adjustable)","offer_id":43011228106800,"sku":"BSF-K080-14","price":598.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 240*82*88~100cm (adjustable)","offer_id":43011228172336,"sku":"BSF-K080-15","price":696.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 260*82*88~100cm (adjustable)","offer_id":43011228237872,"sku":"BSF-K080-16","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 280*82*88~100cm (adjustable)","offer_id":43011228303408,"sku":"BSF-K080-17","price":954.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Beige (High-resilience foam) \/ 320*82*88~100cm (adjustable)","offer_id":43011228368944,"sku":"BSF-K080-18","price":1045.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_versatile_l-shaped_sofas_wood_frame_sofa_suite_kaguyasuBSF-K080_main_images.jpg?v=1779691913"},{"product_id":"modern-minimalist-sofa-small-settees-bsf-2065","title":"Modern Minimalist Sofa | Comfy Small Sofas And Settees | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 35px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 35px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 18000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (min-width: 769px) {\n    .kagu-img-grid.kagu-options-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Nordic Design:\u003c\/b\u003e A modern minimalist sofa for bedrooms, balconies, living rooms, lounges, and compact reception corners.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEasy Clean Waterproof Fabric:\u003c\/b\u003e Wash-free three-in-one fabric offers practical waterproof, anti-static, and low-maintenance daily use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePlush Full-Body Comfort:\u003c\/b\u003e High-density foam and ergonomic shaping create a compact yet generously comfortable lounging experience.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Spring Support:\u003c\/b\u003e Heavy-duty S-shaped springs help maintain cushioning, structure, and long-term seating comfort.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eTear-Resistant Velvet Upholstery:\u003c\/b\u003e Breathable velvet upholstery helps reduce pilling and deformation for a smoother, longer-lasting seating experience.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSF2065\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Minimalist Sofa for Compact Comfortable Living\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_4.jpg?v=1779161046\" alt=\"Modern minimalist small sofa for bedroom and living room\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eAdd relaxed Nordic style to compact spaces with this modern minimalist sofa. Designed for bedrooms, balconies, living rooms, lounges, apartments, and casual office corners, it combines waterproof easy-clean fabric, tear-resistant velvet upholstery, dense high-rebound foam, S-shaped spring support, and versatile style and colour options for everyday comfort.\u003c\/p\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_10.webp?v=1778729840\" alt=\"Nordic comfy small sofa and settee lifestyle view\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_11.webp?v=1778729840\" alt=\"Waterproof easy clean fabric for modern minimalist sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWash-Free Waterproof Easy Clean Sofa Fabric\u003c\/h3\u003e\n          \u003cp\u003eThe innovative three-in-one fabric supports easier daily care with waterproof and anti-static protection. It is practical for busy homes, bedrooms, balcony seating, lounge areas, and compact living spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/BSF-2065_08.png?v=1745552872\" alt=\"Tear-resistant comfortable velvet upholstery on small sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eTear-Resistant Comfortable Velvet Upholstery\u003c\/h3\u003e\n          \u003cp\u003eThe warm beige velvet upholstery is designed for breathable year-round comfort. Its tear-resistant surface helps reduce pilling and deformation for a smoother, longer-lasting seating experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_2.webp?v=1778729859\" alt=\"Compact small sofa with large lounging capacity\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCompact Small Sofa with Generous Comfort\u003c\/h3\u003e\n          \u003cp\u003eDespite its compact footprint, the sofa provides comfortable ergonomic support for whole-body relaxation. It is a practical choice for bedrooms, small lounges, balconies, studios, and cosy office corners.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_3.webp?v=1778729856\" alt=\"High-density foam cushioning inside comfy small sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Foam for Plush Rebound\u003c\/h3\u003e\n          \u003cp\u003eThe independently developed high-density foam feels flexible and full-bodied, offering supportive cushioning with strong rebound. It brings premium comfort to a smaller sofa format.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_5.webp?v=1778729842\" alt=\"S-shaped spring support system inside minimalist sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty S-Shaped Spring Support\u003c\/h3\u003e\n          \u003cp\u003eThe integrated S-shaped spring structure provides lasting cushioning and helps maintain the sofa shape after repeated use. It supports stable, comfortable lounging for daily relaxation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_7.webp?v=1778729866\" alt=\"Modern minimalist sofa style options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_8.webp?v=1778729859\" alt=\"Modern minimalist sofa colour options\" class=\"kagu-section-img\"\u003e\n\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n  \u003ctable\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n        \u003ctd\u003eA modern minimalist sofa designed for compact comfort in bedrooms, balconies, living rooms, lounges, studios, apartments, and small office relaxation areas. It combines easy-clean waterproof fabric, tear-resistant velvet upholstery, high-density foam, and S-shaped spring support.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n        \u003ctd\u003eModern Minimalist Sofa \/ Comfy Small Sofa \/ Small Sofa and Settee\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eFabric\u003c\/th\u003e\n        \u003ctd\u003eWash-free waterproof three-in-one fabric with anti-static protection\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eUpholstery\u003c\/th\u003e\n        \u003ctd\u003eTear-resistant comfortable velvet upholstery\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eCushioning\u003c\/th\u003e\n        \u003ctd\u003eHigh-density foam with flexible rebound support\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSupport System\u003c\/th\u003e\n        \u003ctd\u003eHeavy-duty S-shaped spring support system\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eStyle \u0026amp; Colour\u003c\/th\u003e\n        \u003ctd\u003eStyle options and colour options shown in product images\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n        \u003ctd\u003eRefer to the dimension image. Unit: inch.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n        \u003ctd\u003eBedrooms, balconies, living rooms, apartments, studios, lounges, reception corners, and compact relaxation areas\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_1.jpg?v=1779161045\" alt=\"Modern minimalist sofa dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eRoom Planning Notice:\u003c\/b\u003e Please confirm sofa size, doorway width, lift access, stair clearance, room layout, and final placement area before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Fabric Notice:\u003c\/b\u003e Product colour, fabric texture, velvet surface, and cushion appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Although the fabric is designed for easier cleaning, wipe spills promptly with a soft cloth and avoid harsh detergents, sharp objects, excessive moisture, and prolonged direct sunlight.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eComfort Notice:\u003c\/b\u003e Foam feel and cushion rebound may vary slightly by use, room temperature, and personal preference.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for modern minimalist sofa and small sofa orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm sofa size, doorway width, lift access, stair clearance, turning space, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLayout Planning:\u003c\/b\u003e Suitable for bedrooms, balconies, compact living rooms, apartments, studios, lounge corners, and small reception spaces.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStyle Planning:\u003c\/b\u003e Review style options, colour options, fabric tone, and room palette before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for apartment furnishing, lounge areas, reception corners, studio projects, and compact relaxation spaces.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft dry or slightly damp cloth. Keep away from sharp edges, standing water, excessive heat, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this sofa suitable for small rooms?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It is designed as a compact small sofa and settee for bedrooms, balconies, apartments, studios, lounges, and smaller living areas.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs the fabric easy to clean?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product details describe a wash-free waterproof easy-clean fabric with anti-static protection. Spills should still be wiped promptly and gently.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat provides the sofa comfort?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe sofa uses high-density foam cushioning and an S-shaped spring support system for flexible rebound, structure, and everyday relaxation comfort.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected style, colour, dimensions, doorway width, lift access, stair clearance, room layout, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBSF2065\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF2065\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Off-White \/ Large Size Skin-Friendly Velvet","offer_id":43011213131824,"sku":"BSF-2065-01","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Large Size Tech Fabric","offer_id":43011213164592,"sku":"BSF-2065-02","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213197360,"sku":"BSF-2065-03","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Tech Fabric","offer_id":43011213230128,"sku":"BSF-2065-04","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Skin-Friendly Velvet with Footrest","offer_id":43011213262896,"sku":"BSF-2065-05","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Tech Fabric with Footrest","offer_id":43011213295664,"sku":"BSF-2065-06","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Large Size Skin-Friendly Velvet","offer_id":43011213328432,"sku":"BSF-2065-07","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Large Size Tech Fabric","offer_id":43011213361200,"sku":"BSF-2065-08","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213393968,"sku":"BSF-2065-09","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Tech Fabric","offer_id":43011213426736,"sku":"BSF-2065-10","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Skin-Friendly Velvet with Footrest","offer_id":43011213459504,"sku":"BSF-2065-11","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Tech Fabric with Footrest","offer_id":43011213492272,"sku":"BSF-2065-12","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Large Size Skin-Friendly Velvet","offer_id":43011213525040,"sku":"BSF-2065-13","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Large Size Tech Fabric","offer_id":43011213557808,"sku":"BSF-2065-14","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213590576,"sku":"BSF-2065-15","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Tech Fabric","offer_id":43011213623344,"sku":"BSF-2065-16","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Skin-Friendly Velvet with Footrest","offer_id":43011213656112,"sku":"BSF-2065-17","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Tech Fabric with Footrest","offer_id":43011213688880,"sku":"BSF-2065-18","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Large Size Skin-Friendly Velvet","offer_id":43011213721648,"sku":"BSF-2065-19","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Large Size Tech Fabric","offer_id":43011213754416,"sku":"BSF-2065-20","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213787184,"sku":"BSF-2065-21","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Tech Fabric","offer_id":43011213819952,"sku":"BSF-2065-22","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Skin-Friendly Velvet with Footrest","offer_id":43011213852720,"sku":"BSF-2065-23","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Tech Fabric with Footrest","offer_id":43011213885488,"sku":"BSF-2065-24","price":362.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_main_images_2.jpg?v=1779161040"},{"product_id":"minimalist-sofa-large-comfy-sofas-wide-bsf-2060","title":"Minimalist Sofa | Large Comfy Sofas \u0026 Wide Sofas | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 11000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003ePet-Friendly Durability:\u003c\/b\u003e A minimalist sofa for living room spaces, wrapped in cat-scratch-resistant leather for easier daily care.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive Lounging:\u003c\/b\u003e One of Kaguyasu's wide sofas, designed with generous seating space and a supportive backrest for relaxed comfort.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e High-density elastic foam cushions provide the soft, resilient feel expected from large comfy sofas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eHeavy-Duty Core:\u003c\/b\u003e Solid wood frame construction with serpentine springs and elastic webbing supports stable everyday lounging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eWide Curved Armrests:\u003c\/b\u003e Broad curved armrests add relaxed support and provide a convenient surface for small daily items.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSF2060\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Wide Sofa for Large Comfy Living Spaces\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_main_images_2.jpg?v=1779161028\" alt=\"Minimalist wide sofa for large comfy living room seating\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eUpgrade your daily lounging with this minimalist sofa designed for modern living rooms, lounges, apartments, and cosy family spaces. It combines cat-scratch-resistant leather, high-density foam cushioning, wide armrests, handcrafted stitching, ergonomic back support, spacious seating, and a solid internal frame for comfort that feels refined and dependable.\u003c\/p\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_2.jpg?v=1779161033\" alt=\"Cat scratch resistant leather surface for pet friendly minimalist sofa\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eUltra-Durable Cat-Scratch-Resistant Leather\u003c\/h3\u003e\n\u003cp\u003eEnjoy a more pet-friendly and easy-care living space. The leather-look surface is designed to resist everyday scratches while offering a smooth, delicate touch that suits modern family rooms and relaxed lounge areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_5.jpg?v=1779161035\" alt=\"High density foam cushioning for wide comfortable sofa\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Density Foam for Wide Sofas\u003c\/h3\u003e\n\u003cp\u003eHighly elastic, high-density foam creates a soft yet supportive sitting experience. It helps the sofa feel comfortable for daily lounging while maintaining resilience after repeated use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_3.jpg?v=1779161034\" alt=\"Wide curved sofa armrest for resting and small item placement\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eWide Curved Armrests for Convenience\u003c\/h3\u003e\n\u003cp\u003eThe broad curved armrests add both comfort and practicality. They provide a relaxed resting position and a convenient surface for small daily items such as a phone, remote control, or book.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_9.jpg?v=1779161036\" alt=\"Handcrafted stitching detail on minimalist comfy sofa\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePlush Handcrafted Stitching Design\u003c\/h3\u003e\n\u003cp\u003eDelicate stitching adds depth, texture, and a more refined visual finish. The detail helps the sofa look more luxurious while keeping the overall shape clean and minimalist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_8.jpg?v=1779161036\" alt=\"Ergonomic relieving backrest for wide living room sofa\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eErgonomically Designed Relieving Backrest\u003c\/h3\u003e\n\u003cp\u003eThe slightly tilted backrest supports a more relaxed sitting posture and helps ease pressure during long periods of lounging. It is designed for everyday comfort in living rooms and lounge spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_7.jpg?v=1779161036\" alt=\"Spacious comfy two seater sofa cushion for relaxed sitting\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSpacious Comfy Two Seater Sofa Cushion\u003c\/h3\u003e\n\u003cp\u003eThe wide seat cushion gives you generous room to sit, stretch, and relax without feeling cramped. It supports casual lounging, family time, reading, and everyday living room comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_6.jpg?v=1779161035\" alt=\"Solid wood sofa frame with serpentine springs and elastic webbing\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSturdy Solid Wood Frame Construction\u003c\/h3\u003e\n\u003cp\u003eThe solid wood frame is paired with serpentine springs and elastic webbing to support lasting stability and resilience. It provides a dependable internal structure for a large comfy sofa used every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eColour Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_1.jpg?v=1779161033\" alt=\"Minimalist wide sofa colour options for living room interiors\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eMinimalist Sofa \/ Large Comfy Sofa \/ Wide Sofa\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n\u003ctd\u003eModern minimalist sofa with wide armrests and supportive backrest\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSurface Material\u003c\/th\u003e\n\u003ctd\u003eCat-scratch-resistant leather-look surface for easier daily care\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCushioning\u003c\/th\u003e\n\u003ctd\u003eHigh-density elastic foam for soft, resilient seating comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eSolid wood frame with serpentine springs and elastic webbing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eArmrest\u003c\/th\u003e\n\u003ctd\u003eWide curved armrests for comfort and small item placement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBackrest\u003c\/th\u003e\n\u003ctd\u003eErgonomically tilted relieving backrest for relaxed sitting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eLiving rooms, apartments, lounges, family rooms, studios, reception corners, and cosy commercial waiting areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003ePlease refer to the dimension image below. Unit: cm.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_detailed_images_10.jpg?v=1779161036\" alt=\"Minimalist large comfy sofa dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Product colour, leather texture, surface sheen, and stitching appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePet-Friendly Notice:\u003c\/b\u003e Cat-scratch-resistant materials can help reduce visible daily marks, but no sofa surface is completely damage-proof. Regular care is still recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for sofa, lounge, and living room seating orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm sofa dimensions, room depth, doorway width, stair clearance, lift access, and final placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eLayout Planning:\u003c\/b\u003e Check available wall space, walking clearance, coffee table distance, and preferred seating orientation before ordering.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Use:\u003c\/b\u003e Suitable for living rooms, apartments, studios, reception corners, office lounges, and relaxed waiting areas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For apartments, hospitality spaces, showrooms, lounges, and commercial seating projects, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe gently with a soft cloth and clean spills promptly. Avoid sharp objects, excessive moisture, and prolonged direct sunlight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this sofa suitable for living rooms with pets?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The sofa uses a cat-scratch-resistant leather-look surface designed for easier daily care. Regular cleaning and proper pet care are still recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes this sofa comfortable?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe wide seat, high-density elastic foam, broad armrests, and ergonomically tilted backrest work together to create a soft and supportive lounging experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the sofa frame sturdy?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The sofa is built with a solid wood frame, serpentine springs, and elastic webbing to support stable and resilient everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003ePlease confirm the sofa dimensions, doorway width, lift access, stair clearance, hallway route, room depth, and final placement area before placing an order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBSF2060\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF2060\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Off-white \/ Cat Scratch Resistant Leather \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944281542704,"sku":"BSF-2060-01","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch Resistant Leather \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944281575472,"sku":"BSF-2060-02","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch Resistant Leather \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944281608240,"sku":"BSF-2060-03","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch Resistant Leather \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944281641008,"sku":"BSF-2060-04","price":1706.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Cat Scratch Resistant Leather \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944281673776,"sku":"BSF-2060-05","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Cat Scratch Resistant Leather \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944281706544,"sku":"BSF-2060-06","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Cat Scratch Resistant Leather \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944281739312,"sku":"BSF-2060-07","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Cat Scratch Resistant Leather \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944281772080,"sku":"BSF-2060-08","price":1706.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Cat Scratch Resistant Leather \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944281804848,"sku":"BSF-2060-09","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Cat Scratch Resistant Leather \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944281837616,"sku":"BSF-2060-10","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Cat Scratch Resistant Leather \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944281870384,"sku":"BSF-2060-11","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Cat Scratch Resistant Leather \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944281903152,"sku":"BSF-2060-12","price":1706.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch Resistant Leather \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944281935920,"sku":"BSF-2060-13","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch Resistant Leather \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944281968688,"sku":"BSF-2060-14","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch Resistant Leather \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944282001456,"sku":"BSF-2060-15","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch Resistant Leather \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944282034224,"sku":"BSF-2060-16","price":1706.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Lambswool \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944282066992,"sku":"BSF-2060-17","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Lambswool \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944282099760,"sku":"BSF-2060-18","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Lambswool \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944282132528,"sku":"BSF-2060-19","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Lambswool \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944282165296,"sku":"BSF-2060-20","price":1706.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Lambswool \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944282198064,"sku":"BSF-2060-21","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Lambswool \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944282230832,"sku":"BSF-2060-22","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Lambswool \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944282263600,"sku":"BSF-2060-23","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Lambswool \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944282296368,"sku":"BSF-2060-24","price":1706.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Lambswool \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944282329136,"sku":"BSF-2060-25","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Lambswool \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944282361904,"sku":"BSF-2060-26","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Lambswool \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944282394672,"sku":"BSF-2060-27","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Lambswool \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944282427440,"sku":"BSF-2060-28","price":1706.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Lambswool \/ L83.82cm x W83.82cm x H58.42cm","offer_id":42944282460208,"sku":"BSF-2060-29","price":662.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Lambswool \/ L154.94cm x W83.82cm x H58.42cm","offer_id":42944282492976,"sku":"BSF-2060-30","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Lambswool \/ L200.66cm x W83.82cm x H58.42cm","offer_id":42944282525744,"sku":"BSF-2060-31","price":1381.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Lambswool \/ L238.76cm x W83.82cm x H58.42cm","offer_id":42944282558512,"sku":"BSF-2060-32","price":1706.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_comfy_sofas_wide_sofas_kaguyasuBSF-2060_main_images_1.jpg?v=1779161028"},{"product_id":"premium-small-office-sofa-settees-psf-2071","title":"Premium Small Office Sofa | Comfy Small Sofas and Settees | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 10000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Design:\u003c\/b\u003e A premium small office sofa designed for minimalist living rooms, compact offices, reception corners, and cosy lounge areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEasy-Clean Tech Fabric:\u003c\/b\u003e Stain-resistant, scratch-resistant, and mould-resistant fabric supports easier maintenance in homes and commercial spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e High-density moulded foam delivers the soft, resilient feel of large comfy sofas without taking up unnecessary space.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Layout Options:\u003c\/b\u003e Choose from single modules or a complete 2 seater sofa configuration for dynamic office and lounge environments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Solid Wood Frame:\u003c\/b\u003e Imported solid wood frame construction supports long-term stability and reliable daily seating in office lounges and reception areas.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerPSF2071\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Small Office Sofa for Compact Comfortable Seating\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_detailed_images_6.jpg?v=1779161137\" alt=\"Premium small office sofa with minimalist compact white design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate a compact office, reception corner, studio, waiting area, or cosy living room with this premium small office sofa. Its clean modern profile, easy-care tech fabric, high-density moulded foam, ergonomic backrest, solid wood frame, and flexible module options create comfortable seating without overwhelming the room.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_detailed_images_4.jpg?v=1779161136\" alt=\"Small office sofa with stain resistant scratch resistant tech fabric\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdvanced Stain-Resistant Tech Fabric\u003c\/h3\u003e\n          \u003cp\u003eEnjoy easier daily maintenance with premium three-proof tech fabric designed to resist stains, scratches, and mould. It is ideal for small sofas and settees used in busy offices, waiting rooms, lounges, and modern homes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_detailed_images_9.jpg?v=1779161138\" alt=\"High density moulded foam cushioning for comfy small sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Moulded Foam Cushioning\u003c\/h3\u003e\n          \u003cp\u003eThe one-piece high-density foam creates a soft, supportive, and resilient sitting experience. It provides the plush feel of large comfy sofas while helping the compact sofa maintain shape and comfort over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_detailed_images_7.jpg?v=1779161138\" alt=\"Heavy duty solid wood frame construction for small office sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Solid Wood Frame\u003c\/h3\u003e\n          \u003cp\u003eBuilt for reliable daily seating, the imported solid wood frame supports long-term stability and strong load-bearing performance. It helps the sofa remain steady in office lounges, reception spaces, and commercial seating areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_detailed_images_8.jpg?v=1779161138\" alt=\"Ergonomic contoured backrest for compact office sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eErgonomically Contoured Backrest\u003c\/h3\u003e\n          \u003cp\u003eThe contoured backrest follows the body¡¯s natural curve to provide more comfortable support for relaxed sitting. It helps create a softer, more inviting seating experience in compact rooms and office lounge areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_main_images_1.jpg?v=1779161130\" alt=\"Flexible custom 2 seater sofa configuration for small office spaces\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eFlexible Custom 2 Seater Sofa Options\u003c\/h3\u003e\n          \u003cp\u003eAdapt the seating layout to your space. Choose from single modules or a complete 2 seater sofa configuration to maximise comfort in compact offices, reception corners, studios, and dynamic commercial environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-img-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_detailed_images_3.jpg?v=1779161136\" alt=\"Premium small office sofa style options and seating modules\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/db056b087c9a4f96a04f8430d6d50a6e.jpg?v=1743407194\" alt=\"Small sofa style and configuration reference\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003ePremium Small Office Sofa \/ Compact Sofa \/ 2 Seater Sofa\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eMinimalist compact sofa with clean modern profile\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFabric\u003c\/th\u003e\n              \u003ctd\u003eStain-resistant, scratch-resistant, and mould-resistant tech fabric\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCushioning\u003c\/th\u003e\n              \u003ctd\u003eOne-piece high-density moulded foam for soft resilient comfort\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n              \u003ctd\u003eHeavy-duty imported solid wood frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBackrest\u003c\/th\u003e\n              \u003ctd\u003eErgonomically contoured backrest for comfortable support\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eConfiguration\u003c\/th\u003e\n              \u003ctd\u003eSingle module or 2 seater sofa configuration options\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eSmall offices, reception areas, waiting rooms, compact living rooms, studios, lounges, and commercial seating areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the dimension image below. Unit: inch.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_detailed_images_2.jpg?v=1779161136\" alt=\"Premium small office sofa dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Product colour, fabric tone, surface texture, and softness may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eConfiguration Notice:\u003c\/b\u003e Please confirm the required module, sofa size, quantity, and final placement area before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for sofa, lounge, and office seating orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm sofa dimensions, room depth, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLayout Planning:\u003c\/b\u003e Choose between single modules and 2 seater sofa configurations according to seating capacity and room layout.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for offices, waiting rooms, studios, serviced apartments, reception corners, and compact lounge projects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For office lounges, hospitality spaces, and commercial seating projects, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe gently with a soft cloth and clean spills promptly. Avoid sharp objects, excessive moisture, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this sofa suitable for small offices?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The compact design is suitable for small offices, reception corners, waiting rooms, studios, lounge areas, and cosy living rooms.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs the fabric easy to clean?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The tech fabric is designed to resist stains, scratches, and mould, making daily care easier for both home and commercial use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I choose a 2 seater sofa configuration?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The sofa can support single module or 2 seater sofa configurations. Please confirm the selected style and quantity before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat makes the sofa comfortable?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe high-density moulded foam and ergonomic contoured backrest provide soft, resilient support for relaxed sitting in compact spaces.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerPSF2071\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerPSF2071\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"L83.0cm* W73.0cm* H68.0cm Sofa","offer_id":43082417078320,"sku":"PSF-2071-01","price":744.0,"currency_code":"GBP","in_stock":true},{"title":"L160.0cm x W83.0cmx H67.0cm Sofa","offer_id":43082417111088,"sku":"PSF-2071-02","price":1009.0,"currency_code":"GBP","in_stock":true},{"title":"L190.0cmx W83.0cm x H67.0cm Sofa","offer_id":43082417143856,"sku":"PSF-2071-03","price":1254.0,"currency_code":"GBP","in_stock":true},{"title":"L220.0cm x W83.0cm x H67.0cm Sofa","offer_id":43082417176624,"sku":"PSF-2071-04","price":1452.0,"currency_code":"GBP","in_stock":true},{"title":"L100.0cm x W55.0cm x H38.0cm Stool","offer_id":43082417209392,"sku":"PSF-2071-05","price":732.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_small_office_sofa_comfy_small_sofas_and_settees_kaguyasuPSF-2071_main_images_3.jpg?v=1779161130"},{"product_id":"minimalist-sofa-2-seater-sofa-sz-sf-0003","title":"Minimalist Sofa | 2 Seater Sofa | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 9000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Elegance:\u003c\/b\u003e A curved two seater sofa designed to elevate compact living rooms, studios, and cosy lounge areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eOrganic Silhouette:\u003c\/b\u003e A waterdrop-inspired minimalist sofa with soft lines that adds warmth and visual flow to modern interiors.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Construction:\u003c\/b\u003e Built with a heavy-duty larch wood frame and internal cross-bracing for stable everyday seating support.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eContouring Comfort:\u003c\/b\u003e High-resilience foam cushions support relaxed sitting while helping the sofa maintain its shape after use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCompact Room Versatility:\u003c\/b\u003e Suitable for small apartments, bedrooms, studios, lounge corners, guest rooms, and cosy commercial waiting areas.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerSZSF0003\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist 2 Seater Sofa with Curved Modern Comfort\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_detailed_images_9.webp?v=1778729441\" alt=\"Minimalist 2 seater sofa with curved waterdrop silhouette\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eRedefine a compact living space with this minimalist sofa. Its curved two seater silhouette, heavy-duty larch wood frame, high-resilience foam cushioning, and soft organic form make it suitable for modern apartments, studios, lounge corners, bedrooms, and cosy guest areas.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_detailed_images_2.webp?v=1778729459\" alt=\"Minimalist sofa with heavy duty larch solid wood internal frame\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Larch Solid Wood Frame\u003c\/h3\u003e\n          \u003cp\u003eBuilt for everyday support, the internal larch wood frame uses robust cross-bracing to improve load-bearing stability. Compared with typical small sofas and settees, this structure provides a stronger foundation for long-term use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_detailed_images_3.webp?v=1778729357\" alt=\"Premium larch wood construction detail for small sofa frame\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium Larch Wood Sofa Construction\u003c\/h3\u003e\n          \u003cp\u003eDense larch wood helps the sofa maintain structural strength through daily sitting, lounging, and guest use. It supports the curved design from within while helping the sofa stay stable in compact rooms.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_detailed_images_4.webp?v=1778729271\" alt=\"High resilience foam cushioning for comfortable 2 seater sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Resilience Foam Comfort\u003c\/h3\u003e\n          \u003cp\u003eThe premium foam cushioning contours gently to the body¡¯s pressure points and springs back after each use. It helps deliver a soft yet supportive sitting experience for reading, conversation, relaxing, or daily lounging.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_main_images_5.webp?v=1778729693\" alt=\"Waterdrop shaped minimalist curved sofa silhouette for modern interiors\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWaterdrop-Shaped Curved Silhouette\u003c\/h3\u003e\n          \u003cp\u003eBreak away from rigid straight lines. The fluid, waterdrop-inspired profile adds softness and sculptural character, making this 2 seater sofa a graceful centrepiece for chic modern interiors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_detailed_images_6.webp?v=1778729490\" alt=\"Minimalist 2 seater sofa style and colour options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eMinimalist Sofa \/ 2 Seater Sofa \/ Small Sofa\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eCurved waterdrop-inspired silhouette with soft minimalist lines\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n              \u003ctd\u003eHeavy-duty larch solid wood internal frame with reinforced cross-bracing\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCushioning\u003c\/th\u003e\n              \u003ctd\u003eHigh-resilience foam for supportive comfort and shape recovery\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSeat Type\u003c\/th\u003e\n              \u003ctd\u003eCompact two seater sofa for relaxed daily sitting\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eSmall apartments, living rooms, bedrooms, studios, lounge corners, guest rooms, and cosy commercial waiting areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the dimension image below. Unit: inch.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_detailed_images_2.jpg?v=1779161149\" alt=\"Minimalist 2 seater sofa dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Product colour, fabric tone, surface texture, and visual softness may vary slightly due to lighting conditions, production batch, and screen settings.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePlacement Notice:\u003c\/b\u003e Please check sofa dimensions, doorway width, stair clearance, lift access, and final placement area before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for sofa, lounge, and compact seating orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm sofa size, room depth, doorway width, stair clearance, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCompact Space Use:\u003c\/b\u003e Suitable for small apartments, studios, bedrooms, lounge corners, and cosy guest seating areas.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For lounges, studios, showrooms, serviced apartments, and hospitality spaces, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCare Guidance:\u003c\/b\u003e Avoid sharp objects, excessive moisture, and prolonged direct sunlight. Clean gently according to the selected surface material.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this sofa suitable for small rooms?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The curved two seater format is designed for compact living rooms, bedrooms, studios, apartments, and cosy lounge corners.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the frame made from?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe sofa uses a heavy-duty larch solid wood internal frame with reinforced cross-bracing for stable daily seating support.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat makes the sofa comfortable?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eHigh-resilience foam helps contour to body pressure points while springing back after use, offering a soft but supportive sitting experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the sofa dimensions, doorway width, lift access, stair clearance, hallway route, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerSZSF0003\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerSZSF0003\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Khaki \/ Three-Seater Sofa \/ Left Armrest \/ 239cm x 109cm x 76cm","offer_id":43011194650672,"sku":"SZ-SF-0003-01","price":2740.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Three-Seater Sofa \/ Right Armrest \/ 239cm x 109cm x 76cm","offer_id":43011194683440,"sku":"SZ-SF-0003-04","price":2740.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Four-Seater Sofa \/ Left Armrest \/ 279cm x 109cm x 76cm","offer_id":43011194716208,"sku":"SZ-SF-0003-02","price":2970.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Four-Seater Sofa \/ Right Armrest \/ 279cm x 109cm x 76cm","offer_id":43011194748976,"sku":"SZ-SF-0003-05","price":2970.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Five-Seater Sofa \/ Left Armrest \/ 340cm x 109cm x 76cm","offer_id":43011194781744,"sku":"SZ-SF-0003-03","price":3034.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Five-Seater Sofa \/ Right Armrest \/ 340cm x 109cm x 76cm","offer_id":43011194814512,"sku":"SZ-SF-0003-06","price":3034.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_2_seater_sofa_kaguyasuSZ-SF-0003_main_images_5.webp?v=1778729693"},{"product_id":"minimalist-sofa-large-sofas-couches-2-seater-sf-dr-s01","title":"Minimalist Sofa | Large Sofas Couches \u0026 Wide 2 Seater Sofa | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 9000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious Lounge Design:\u003c\/b\u003e A minimalist sofa with a wide, cloud-like seat for relaxed everyday lounging.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eAdjustable Backrest:\u003c\/b\u003e The wide 2 seater sofa transitions from a 90¡ã upright position to a 140¡ã recline for flexible comfort.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Core:\u003c\/b\u003e An industrial-grade carbon steel internal frame supports stable use and deformation-resistant durability.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eTech-Integrated Comfort:\u003c\/b\u003e Built-in USB charging and a 360¡ã rotatable phone holder turn this sofa into a modern lounge station.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eLow-Profile Floor Sofa Style:\u003c\/b\u003e The rounded, low-profile silhouette suits living rooms, studios, guest spaces, reading corners, and relaxed lounge areas.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerSZSFDRS01\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Wide Sofa for Cloud-Like Lounging\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_sofas_couches_wide_2_seater_sofa_kaguyasuSZ-SF-DR-S01_detailed_images_5.jpg?v=1779161164\" alt=\"Minimalist wide 2 seater sofa for modern lounging\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eBring soft, relaxed comfort into a modern living room, studio, lounge, reading corner, or guest space with this minimalist sofa. Its rounded floor-sofa silhouette, wide seat, adjustable reclining backrest, USB charging function, phone holder, and carbon steel internal frame make it a practical choice for everyday lounging.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_sofas_couches_wide_2_seater_sofa_kaguyasuSZ-SF-DR-S01_detailed_images_4.jpg?v=1779161165\" alt=\"Wide 2 seater sofa with 90 to 140 degree adjustable reclining backrest\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMulti-Angle Adjustable Reclining Backrest\u003c\/h3\u003e\n          \u003cp\u003eAdapt the sofa to your preferred sitting posture. The backrest adjusts from a focused 90¡ã upright position to a deeper 140¡ã recline, making it suitable for reading, watching, gaming, casual conversation, or restorative rest.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_sofas_couches_wide_2_seater_sofa_kaguyasuSZ-SF-DR-S01_detailed_images_2.webp?v=1778729317\" alt=\"Minimalist 2 seater sofa with 360 degree rotatable smart phone holder\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated Rotatable Smart Phone Holder\u003c\/h3\u003e\n          \u003cp\u003eEnjoy hands-free convenience while relaxing. The 360¡ã adjustable phone holder allows easier viewing from different angles, making this 2 seater sofa a more functional lounge station for media, video calls, or casual browsing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_sofas_couches_wide_2_seater_sofa_kaguyasuSZ-SF-DR-S01_detailed_images_4.webp?v=1778729420\" alt=\"Large sofa couch with built in USB device charging port\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBuilt-In USB Device Charging Port\u003c\/h3\u003e\n          \u003cp\u003eKeep your devices powered without leaving your seat. The built-in USB charging port adds everyday convenience for phones, tablets, and small devices, helping the sofa go beyond standard large sofas and couches in practical utility.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_sofas_couches_wide_2_seater_sofa_kaguyasuSZ-SF-DR-S01_detailed_images_3.webp?v=1778729344\" alt=\"Minimalist sofa with high load carbon steel internal frame base\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Load Carbon Steel Internal Frame\u003c\/h3\u003e\n          \u003cp\u003eEngineered for stable everyday use, the internal carbon steel frame provides a strong support core and helps resist deformation over time. It brings dependable structure to a soft, relaxed floor-sofa design.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eMinimalist Sofa \/ Wide 2 Seater Sofa \/ Floor Sofa\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSeat Style\u003c\/th\u003e\n              \u003ctd\u003eWide low-profile lounge sofa with rounded modern silhouette\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n              \u003ctd\u003eIndustrial-grade carbon steel internal frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBackrest\u003c\/th\u003e\n              \u003ctd\u003eMulti-angle adjustable reclining backrest, approx. 90¡ã¨C140¡ã\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCharging Feature\u003c\/th\u003e\n              \u003ctd\u003eBuilt-in USB charging port\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePhone Holder\u003c\/th\u003e\n              \u003ctd\u003e360¡ã rotatable smart phone holder mount\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eLiving rooms, lounges, studios, guest rooms, reading corners, gaming areas, and relaxed modern interiors\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_sofas_couches_wide_2_seater_sofa_kaguyasuSZ-SF-DR-S01_detailed_images_3.jpg?v=1779161164\" alt=\"Minimalist wide 2 seater sofa dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003ePower Notice:\u003c\/b\u003e USB charging function, cable route, plug type, and electrical compatibility may vary by configuration and destination. Please confirm requirements before fulfilment where needed.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eImage Notice:\u003c\/b\u003e Product photos are for reference only. Colour, texture, and appearance may vary slightly due to lighting conditions and screen settings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for sofa, lounge, and commercial seating orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm sofa dimensions, room depth, doorway width, stair clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e For USB charging use, check nearby power access and safe cable routing before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePlacement Use:\u003c\/b\u003e Suitable for living rooms, lounge areas, studios, guest spaces, media corners, and relaxed commercial waiting areas.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For lounge projects, showrooms, studios, or hospitality areas, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Avoid sharp objects, excessive moisture, and prolonged direct sunlight. Clean gently according to the selected surface material.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the sofa backrest be adjusted?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The backrest supports multiple angles from approximately 90¡ã upright to 140¡ã recline, making it suitable for sitting, reading, relaxing, and casual lounging.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this sofa include USB charging?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The sofa includes a built-in USB charging port. Please confirm electrical compatibility and cable placement before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the phone holder used for?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe 360¡ã rotatable phone holder supports hands-free viewing, making it useful for watching videos, browsing, video calls, or following content while relaxing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this sofa suitable for lounge and studio spaces?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Its wide, low-profile, minimalist design works well in living rooms, studios, reading corners, guest spaces, media areas, and relaxed commercial lounge settings.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerSZSFDRS01\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerSZSFDRS01\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige \/ L106.7cm x W99.1cm x H101.6cm","offer_id":43082416685104,"sku":"SZ-SF-DR-S01","price":611.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_large_sofas_couches_wide_2_seater_sofa_kaguyasuSZ-SF-DR-S01_main_images_4.jpg?v=1779161159"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/modern_sofas_luxury_2_seater_sofa_designer_living_room_couch_kaguyasuJDSF-K043_detailed_images.jpg?v=1780645025","url":"https:\/\/kaguyasu.co.uk\/collections\/sofas.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}