{"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","url":"https:\/\/kaguyasu.co.uk\/products\/modern-sofas-versatile-two-seater-sofabed-bsf-k038","provider":"Kaguyasu-EU","version":"1.0","type":"link"}