{"title":"Modern Sofas","description":"","products":[{"product_id":"modern-sofas-versatile-two-seater-sofabed-bsf-k038","title":"Modern Sofas Collection | Versatile Two Seater Sofabed","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":"premium-modern-sofas-large-comfy-living-room-bsf-k048","title":"Premium Modern Sofas | Large Comfy Sofas For Living Room","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","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-sofas-luxury-2-seater-designer-couch-jdsf-k043","title":"Modern Sofas | Luxury 2 Seater Sofa \u0026 Designer Living Room Couch","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 (Single Column Layout) --- *\/\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 { \n    list-style: none; \n    padding: 0; \n    margin: 0; \n    display: grid; \n    grid-template-columns: 1fr; \n    gap: 14px; \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; left: 0; top: 3px;\n    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 {\n    background: #fff;\n    padding: 30px;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    margin-bottom: 35px;\n  }\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 (Seamless Flow) --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { \n    width: 100%; \n    height: auto; \n    display: block; \n    border-radius: 8px; \n    border: 1px solid var(--k-bg-dark); \n    margin-bottom: 25px; \n  }\n  .kagu-long-showcase:last-child { margin-bottom: 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-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  \/* --- Logistics \/ B2B Section --- *\/\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.2rem; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; color: var(--k-text-main); }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 14px; color: var(--k-text-main); }\n  .kagu-b2b-box li::before { content: '?'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 30px; }\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; transition: all 0.3s; }\n  .kagu-accordion details:hover { border-color: var(--k-sec); }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; user-select: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; font-weight: 400; line-height: 1; transition: transform 0.3s; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary { border-bottom: 1px solid var(--k-bg-light); background: var(--k-bg-light); }\n  .kagu-accordion .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; background: #fff; }\n  .kagu-accordion .kagu-faq-content p { margin: 0; margin-bottom: 10px;}\n  .kagu-accordion .kagu-faq-content p:last-child { margin-bottom: 0; }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.5rem; }\n    .kagu-usp-bullets { padding: 20px 18px; margin-bottom: 30px; }\n    .kagu-tbl { margin-top: 20px; margin-bottom: 20px; }\n    .kagu-tbl table { display: table; min-width: 100%; } \n    .kagu-tbl th, .kagu-tbl td { display: table-cell; padding: 12px 14px; font-size: 13.5px; }\n    .kagu-tbl th { width: 35%; }\n    .kagu-tbl td { width: 65%; }\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-b2b-box { padding: 22px 18px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eThe Intersection of Comfort \u0026amp; Corporate Elegance\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eResimercial Design:\u003c\/b\u003e A striking modern designer sofa that effortlessly bridges the gap between high-end residential comfort and boutique commercial sophistication.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Tactility:\u003c\/b\u003e Luxuriously upholstered in rich, breathable flannel and high-grade polyester, offering an exquisite touch with lasting resilience.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBespoke Adaptability:\u003c\/b\u003e Available in vibrant statement Orange or pristine White, alongside tailored color customizations to align perfectly with your interior palette.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eModern Designer Couch \u0026amp; Luxury 2-Seater Sofa\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eDiscover ultimate elegance with our luxury seating collection. Designed under the principles of \"Warm Minimalism,\" this standout flannel unit redefines modern lounging. It serves dual purposes flawlessly: acting as a deeply inviting centerpiece for an upscale living room, while offering the structural integrity and aesthetic prestige required for boutique executive lounges and creative reception spaces. Elevate your environment with a sofa that speaks volumes through its quiet luxury and meticulous craftsmanship.\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_luxury_2_seater_sofa_designer_living_room_couch_kaguyasuJDSF-K043_detailed_images.jpg?v=1779441121\" alt=\"Modern Luxury 2 Seater Sofa Designer Living Room Couch | Kaguyasu\" class=\"kagu-long-showcase\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_luxury_2_seater_sofa_designer_living_room_couch_kaguyasuJDSF-K043_detailed_images_2_f1b4c93d-3e76-4e36-aa13-ca00a58c56fe.jpg?v=1779672604\" alt=\"Kaguyasu Designer Flannel Sofa Dimensions and Modular Layouts\" 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 scope=\"row\"\u003eCollection\u003c\/th\u003e\n          \u003ctd\u003eKaguyasu Resimercial Lounge Series (JDSF-K043)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eUpholstery Material\u003c\/th\u003e\n          \u003ctd\u003ePremium Flannel \u0026amp; Commercial-Grade Polyester Blend\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eStandard Colorways\u003c\/th\u003e\n          \u003ctd\u003eClassic White, Statement Orange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Dimensions\u003cbr\u003e\u003csmall\u003e(Sofa Units)\u003c\/small\u003e\n\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003cul class=\"kagu-size-grid\"\u003e\n              \u003cli\u003e63 * 82 * 82 cm\u003c\/li\u003e\n              \u003cli\u003e170 * 96 * 78 cm\u003c\/li\u003e\n              \u003cli\u003e200 * 96 * 78 cm\u003c\/li\u003e\n              \u003cli\u003e230 * 96 * 78 cm\u003c\/li\u003e\n              \u003cli\u003e260 * 96 * 78 cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Dimensions\u003cbr\u003e\u003csmall\u003e(Matching Ottomans)\u003c\/small\u003e\n\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003cul class=\"kagu-size-grid\"\u003e\n              \u003cli\u003e60 * 60 * 45 cm\u003c\/li\u003e\n              \u003cli\u003e80 * 80 * 40 cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eTotal Weight\u003c\/th\u003e\n          \u003ctd\u003e30kg ¨C 50kg (Varies based on configured dimensions)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003ePossible\u003c\/b\u003e (Fabric color customization is available upon request)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAssembly Protocol\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Shipped securely with structural components and instructions)\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\u003eBoutique Commercial Fit-Outs \u0026amp; Customization\u003c\/h3\u003e\n    \u003cp\u003eKaguyasu specializes in outfitting high-end corporate and hospitality spaces. If you are curating a premium environment:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eBrand Palette Matching:\u003c\/b\u003e Through our bespoke program, we can customize the fabric color of this sofa unit to align with your exact corporate identity or interior design theme.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVolume Sourcing:\u003c\/b\u003e Ideal for hotel lobbies, private member clubs, and executive waiting areas. Please contact our commercial team for synchronized project delivery and B2B volume pricing.\u003c\/li\u003e\n    \u003c\/ul\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\u003eWill the color of the sofa match exactly what I see on my screen?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eDue to differences in studio lighting during shooting and varying screen resolutions on different devices, the color of the photographs and the actual object may slightly differ. The photos on our website are provided for illustrative purposes, capturing the essence of the design.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre there variations in the fabric texture?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. Because we utilize natural material blends and specialized manufacturing processes, the surface texture, pattern, and color may exhibit slight natural variations. This gives each piece a unique character and will not affect normal use. Everyday changes due to wear and tear are not considered product defects.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I request a custom color for my project?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eFor custom color inquiries, please reach out directly to our customer support or B2B account team prior to placing your order. We will guide you through the available fabric swatch options and confirm production lead times.\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":"63*82*82cm\/Flannel","offer_id":43011227156528,"sku":"JDSF-K043-01","price":367.0,"currency_code":"GBP","in_stock":true},{"title":"170*96*78cm\/Polyester","offer_id":43011227189296,"sku":"JDSF-K043-02","price":555.0,"currency_code":"GBP","in_stock":true},{"title":"200*96*78cm\/Polyester","offer_id":43011227222064,"sku":"JDSF-K043-03","price":706.0,"currency_code":"GBP","in_stock":true},{"title":"230*96*78cm\/Polyester","offer_id":43011227254832,"sku":"JDSF-K043-04","price":835.0,"currency_code":"GBP","in_stock":true},{"title":"260*96*78cm\/Polyester","offer_id":43011227287600,"sku":"JDSF-K043-05","price":923.0,"currency_code":"GBP","in_stock":true},{"title":"60*60*45cm \/ 80*80*40cm","offer_id":43011227320368,"sku":"JDSF-K043-cj-01","price":382.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_luxury_2_seater_sofa_designer_living_room_couch_kaguyasuJDSF-K043_main_images.jpg?v=1779161114"}],"url":"https:\/\/kaguyasu.co.uk\/collections\/modern-sofas.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}