{"title":"Office Storage","description":"","products":[{"product_id":"premium-executive-bookcase-oak-display-cabinet-cwg-s056","title":"Premium Executive Bookcase | Oak Display Cabinet Design | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-sec);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 20px 0 30px 0;\n    font-size: 14px;\n  }\n\n  .kagu-note-box p {\n    margin: 0 0 10px 0;\n  }\n\n  .kagu-note-box p:last-child {\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: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eExecutive Elegance:\u003c\/b\u003e A massive, premium \u003cb\u003ebookcase\u003c\/b\u003e engineered to anchor and elevate professional office environments.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eEco-Friendly Construction:\u003c\/b\u003e High-quality melamine creates durable \u003cb\u003eshelves with wood\u003c\/b\u003e finishes that emit extremely low formaldehyde.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVersatile Showcase:\u003c\/b\u003e A multi-functional \u003cb\u003eoak display cabinet\u003c\/b\u003e with file storage, open display areas, and a wardrobe section.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Reliability:\u003c\/b\u003e Built for massive commercial \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e with weight capacity for heavy daily use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eQuiet Cabinet Operation:\u003c\/b\u003e Premium damping hinges absorb impact when opening and closing doors for quiet, smooth, and durable use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerCWGS056\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Executive Bookcase Oak Display Cabinet Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_7.jpg?v=1779161477\" alt=\"Premium executive oak display cabinet by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA premium executive bookcase crafted with melamine decorative laminate, wood-textured shelves, quiet damping hinges, open display areas, document storage, and a dedicated wardrobe section for professional office environments.\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_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_7.jpg?v=1779161477\" alt=\"Eco-friendly melamine shelves with wood finish\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Non-Toxic Shelves With Wood Finish\u003c\/h3\u003e\n          \u003cp\u003eBreathe easily while you work. Crafted from premium melamine decorative laminate, these sturdy \u003cb\u003eshelves with wood\u003c\/b\u003e textures emit extremely low levels of formaldehyde, providing a non-toxic, odorless, and warp-resistant commercial experience.\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_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_1.jpg?v=1779161457\" alt=\"Silent damping hinges for commercial display cabinet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSilent Damping Hinges for Commercial Cabinets\u003c\/h3\u003e\n          \u003cp\u003eExperience quiet professionalism. Unlike standard \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e, this unit features premium damping hinges that absorb impact when opening and closing the doors, ensuring quiet, smooth, and durable operation.\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_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_2.jpg?v=1779161458\" alt=\"Multifunctional oak display cabinet with wardrobe space\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMultifunctional Design With Wardrobe Space\u003c\/h3\u003e\n          \u003cp\u003eAdapt to every business scenario seamlessly. In addition to massive shelves for documents and business supplies, this unique \u003cb\u003eoak display cabinet\u003c\/b\u003e features a dedicated hanging space for costumes and suits, making it suitable for business meetings and executive interviews.\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\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_3.jpg?v=1779161459\" alt=\"Premium executive bookcase storage and display layout\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColor Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_6.jpg?v=1779161460\" alt=\"Color options for executive oak display cabinet\" 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\u003eMelamine decorative laminate\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eOak, White, Walnut\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e45¨C100kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e200 ¡Á 40 ¡Á 200cm, 240 ¡Á 40 ¡Á 200cm\u003cbr\u003e280 ¡Á 40 ¡Á 200cm, 320 ¡Á 40 ¡Á 200cm\u003cbr\u003e360 ¡Á 40 ¡Á 200cm, 400 ¡Á 40 ¡Á 200cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\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\/0681\/2870\/2512\/files\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_21.webp?v=1778729905\" alt=\"Premium executive bookcase dimensions option one\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_25.webp?v=1778729903\" alt=\"Premium executive bookcase dimensions option two\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_27.webp?v=1778729905\" alt=\"Premium executive bookcase dimensions option three\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_detailed_images_9.webp?v=1778729894\" alt=\"Premium executive bookcase dimensions option four\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial Notice:\u003c\/b\u003e Due to the natural materials, the color, surface texture, pattern, etc. may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in lighting during shooting and screen resolution, the color of the photo and the actual object may differ. The photos on our website are for illustrative purposes only.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this premium executive bookcase:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The product specification lists melamine decorative laminate.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor:\u003c\/b\u003e Available colors listed are Oak, White, and Walnut.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly:\u003c\/b\u003e Assembly is required.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible, and customizable items are listed as none.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCabinet Hardware:\u003c\/b\u003e The product description includes damping hinges for quiet, smooth operation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial \u0026amp; Photo Notice:\u003c\/b\u003e Slight variations in color, texture, pattern, lighting, or screen display may occur and should be checked against the actual product.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is listed for this executive bookcase?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product specification lists melamine decorative laminate.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed color options are Oak, White, and Walnut.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs assembly required?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The specification table lists assembly as required.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this bookcase be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. The specification table lists customization as not possible, with customizable items listed as none.\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=\"KaguReadMoreTriggerCWGS056\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerCWGS056\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"80*40*200cm\/White\/Type A","offer_id":42944189268016,"sku":"CWG-S056-07","price":412.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*200cm\/White\/Type B","offer_id":42944189300784,"sku":"CWG-S056-08","price":412.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*200cm\/White\/Type C","offer_id":42944189333552,"sku":"CWG-S056-09","price":412.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*200cm\/White\/Type A","offer_id":42944189366320,"sku":"CWG-S056-010","price":595.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*200cm\/White\/Type A","offer_id":42944189399088,"sku":"CWG-S056-011","price":680.0,"currency_code":"GBP","in_stock":true},{"title":"200*40*200cm\/White\/Type A","offer_id":42944189431856,"sku":"CWG-S056-012","price":835.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*200cm\/Walnut\/Type A","offer_id":42944189464624,"sku":"CWG-S056-016","price":412.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*200cm\/Walnut\/Type B","offer_id":42944189497392,"sku":"CWG-S056-017","price":412.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*200cm\/Walnut\/Type C","offer_id":42944189530160,"sku":"CWG-S056-018","price":412.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*200cm \/Walnut \/ Type A","offer_id":42944189562928,"sku":"CWG-S056-019","price":595.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*200cm\/Walnut\/Type A","offer_id":42944189595696,"sku":"CWG-S056-020","price":680.0,"currency_code":"GBP","in_stock":true},{"title":"200*40*200cm\/Walnut\/Type A","offer_id":42944189628464,"sku":"CWG-S056-021","price":835.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_bookcase_oak_display_cabinet_design_kaguyasuCWG-S056_main_images_6.webp?v=1780717026"},{"product_id":"minimalist-bookshelf-white-steel-cupboard-display-cwg-c080","title":"Minimalist Bookshelf Unit | White Steel Cupboard Display | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-sec);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 20px 0 30px 0;\n    font-size: 14px;\n  }\n\n  .kagu-note-box p {\n    margin: 0 0 10px 0;\n  }\n\n  .kagu-note-box p:last-child {\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: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eMinimalist Elegance:\u003c\/b\u003e A sleek white steel \u003cb\u003ebookcase\u003c\/b\u003e designed to organize and brighten modern workspaces or homes.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVersatile Organization:\u003c\/b\u003e Adjustable internal shelving creates a flexible \u003cb\u003ecube with storage\u003c\/b\u003e for unique daily essentials.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure \u0026amp; Private:\u003c\/b\u003e A reliable \u003cb\u003esideboard cabinet\u003c\/b\u003e equipped with a convenient, keyless combination lock system.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Showcase:\u003c\/b\u003e A durable \u003cb\u003ecupboard display\u003c\/b\u003e that safely supports heavy binders, books, and decor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCustomizable Fit:\u003c\/b\u003e Available in multiple sizes with customization possible for size and color.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerCWGC080\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Bookshelf Unit White Steel Cupboard Display\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_detailed_images_5.jpg?v=1779161415\" alt=\"Minimalist white steel bookshelf unit by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA minimalist white steel cupboard display designed with adjustable shelving, a secure combination lock, high-strength steel construction, and multiple size options for organized office or home storage.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_detailed_images_5.jpg?v=1779161415\" alt=\"Adjustable cube with storage design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdjustable Cube With Storage Design\u003c\/h3\u003e\n          \u003cp\u003eAdapt to your specific storage needs effortlessly. The interior shelves can be easily adjusted to accommodate items of various sizes, creating a versatile \u003cb\u003ecube with storage\u003c\/b\u003e that makes organizing daily files and supplies highly efficient.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_detailed_images_6.jpg?v=1779161416\" alt=\"Combination lock for white steel sideboard cabinet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Sideboard Cabinet With Combination Lock\u003c\/h3\u003e\n          \u003cp\u003eKeep your valuables and sensitive documents safe. This modern \u003cb\u003esideboard cabinet\u003c\/b\u003e features a built-in combination lock, providing secure, keyless access so you stay organized while ensuring privacy.\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\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_detailed_images_4.jpg?v=1779161415\" alt=\"White steel cupboard display detail\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_detailed_images_7.jpg?v=1779161416\" alt=\"Heavy-duty cupboard display construction\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Cupboard Display Construction\u003c\/h3\u003e\n          \u003cp\u003eStore and showcase with peace of mind. Crafted from premium high-strength steel, this \u003cb\u003ecupboard display\u003c\/b\u003e offers exceptional load-bearing capacity, supporting heavy books and display pieces without bending or sagging.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_detailed_images_3.jpg?v=1779161414\" alt=\"High-quality load-bearing steel bookshelf material\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Quality Load-Bearing Materials\u003c\/h3\u003e\n          \u003cp\u003eCrafted from high-quality materials, it features excellent load-bearing capacity, allowing you to use it with peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSteel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e25¨C60kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ¡Á 40 ¡Á 76cm, 80 ¡Á 40 ¡Á 109cm\u003cbr\u003e90 ¡Á 40 ¡Á 76cm, 90 ¡Á 40 ¡Á 109cm\u003cbr\u003e120 ¡Á 40 ¡Á 76cm, 120 ¡Á 40 ¡Á 109cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\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\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eSize, Color\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_main_image_27.jpg?v=1779776803\" alt=\"White steel cupboard display dimensions front view\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_main_image_7.jpg?v=1779776802\" alt=\"Minimalist bookshelf unit dimensions option\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_main_image_6.jpg?v=1779776803\" alt=\"White steel cupboard dimensions layout\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_main_image_10.jpg?v=1779776800\" alt=\"Cupboard display dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial Notice:\u003c\/b\u003e Due to the natural materials used in some components, slight variations in color, surface texture, and patterns may occur. These will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in lighting during photography and screen resolution, the colors in the photos may differ slightly from the actual product. The photos on our website are for illustrative purposes only.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this white steel cupboard display:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The product specification lists steel.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor:\u003c\/b\u003e The listed color is white.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly:\u003c\/b\u003e Assembly is required.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for size and color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSecurity:\u003c\/b\u003e The product description includes a built-in combination lock for keyless access.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial \u0026amp; Photo Notice:\u003c\/b\u003e Slight variations in color, texture, patterns, lighting, or screen display may occur and should be checked against the actual product.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is listed for this bookshelf unit?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product specification lists steel.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this sideboard cabinet include a lock?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description includes a built-in combination lock for secure, keyless access.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs assembly required?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The specification table lists assembly as required.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this cupboard display be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is listed as possible, with size and color as customizable items.\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=\"KaguReadMoreTriggerCWGC080\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerCWGC080\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"90*40*76cm\/Key type","offer_id":42944189956144,"sku":"CWG-C080-01","price":311.0,"currency_code":"GBP","in_stock":true},{"title":"90*40*109cm\/Key type 1","offer_id":42944189988912,"sku":"CWG-C080-02","price":366.0,"currency_code":"GBP","in_stock":true},{"title":"90*40*109cm\/Key type 2","offer_id":42944190021680,"sku":"CWG-C080-03","price":366.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*76cm\/Key type","offer_id":42944190054448,"sku":"CWG-C080-09","price":436.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*109cm\/Key type 1","offer_id":42944190087216,"sku":"CWG-C080-04","price":506.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*109cm\/Key type 2","offer_id":42944190119984,"sku":"CWG-C080-10","price":506.0,"currency_code":"GBP","in_stock":true},{"title":"90*40*109cm \/ Dial lock type 2","offer_id":42944190152752,"sku":"CWG-C080-11","price":387.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*76cm\/Dial lock type","offer_id":42944190185520,"sku":"CWG-C080-07","price":457.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*109cm\/Dial lock type 1","offer_id":42944190218288,"sku":"CWG-C080-12","price":526.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*109cm \/ Dial lock type 2","offer_id":42944190251056,"sku":"CWG-C080-08","price":526.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*76cm \/ Dial lock type 3","offer_id":42944190283824,"sku":"CWG-C080-13","price":418.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*109cm \/ Dial lock type 3","offer_id":42944190316592,"sku":"CWG-C080-14","price":639.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_bookshelf_unit_white_steel_cupboard_display_kaguyasuCWG-C080_main_image.jpg?v=1781236219"},{"product_id":"sleek-steel-drawer-pedestal-cube-with-storage-cwg-2044","title":"Sleek Steel Drawer Pedestal | Cube With Storage \u0026 Bookcase | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Reliability:\u003c\/b\u003e Commercial-grade steel \u003cb\u003estorage units\u003c\/b\u003e engineered for durability and strong load-bearing support.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVersatile Organization:\u003c\/b\u003e Functions as a sleek industrial \u003cb\u003ebookcase\u003c\/b\u003e or secure filing cabinet for modern workspaces.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Partitioning:\u003c\/b\u003e A thoughtfully designed \u003cb\u003ecube with storage\u003c\/b\u003e layout helps categorize daily operational essentials.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eMaximum Capacity:\u003c\/b\u003e Spacious internal shelves accommodate heavy equipment, binders, and organizing \u003cb\u003estorage boxes\u003c\/b\u003e.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eDurable Surface Finish:\u003c\/b\u003e Thickened cold-rolled steel and electrostatic powder coating support anti-corrosion, moisture-resistant, and easy-maintenance use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerCWG2044\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Metal Storage Filing Cabinet Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_1.jpg?v=1779161385\" alt=\"Sleek steel drawer pedestal cube with storage bookcase by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA sleek metal cabinet that combines industrial-strength durability with a modern minimalist aesthetic, serving as a foundational storage piece for professional workspaces and home offices.\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\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_5.webp?v=1778729775\" alt=\"Versatile metal storage cabinet application scenarios\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Application \u0026amp; Scenario Integration\u003c\/h3\u003e\n          \u003cp\u003eAdaptable to any dynamic environment. Whether placed in a corporate office, creative studio, or commercial warehouse, this versatile unit integrates into daily workflow to maximize efficiency.\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\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_6.webp?v=1778729777\" alt=\"Detailed craftsmanship for steel storage units\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMeticulous Attention to Detail\u003c\/h3\u003e\n          \u003cp\u003eExperience premium commercial craftsmanship. From precision-engineered door hinges to the smooth surface finish, every element of these \u003cb\u003estorage units\u003c\/b\u003e is designed for secure and long-lasting operation.\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\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_7.webp?v=1778729776\" alt=\"198lbs shelf load capacity for metal bookcase\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSuper Strong 198lbs Load Capacity\u003c\/h3\u003e\n          \u003cp\u003eStore heavy items with confidence. The cabinet's evenly distributed load-bearing design reduces pressure on localized areas. Each individual shelf can safely bear up to 198lbs, functioning as an ultra-stable \u003cb\u003ebookcase\u003c\/b\u003e without sagging.\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\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_8.webp?v=1778729777\" alt=\"Thickened cold-rolled steel construction for storage cabinet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThickened Cold-Rolled Steel Construction\u003c\/h3\u003e\n          \u003cp\u003eInvest in long-term reliability. Made from premium thickened cold-rolled steel, this material is strong, stable, and highly resistant to deformation and cracking. Its anti-corrosion properties support years of commercial 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\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_9.webp?v=1778729777\" alt=\"Eco-friendly electrostatic powder coating on steel cabinet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Electrostatic Powder Coating\u003c\/h3\u003e\n          \u003cp\u003eEnjoy a safe, clean, and durable surface. The advanced electrostatic spray coating process creates strong adhesion and a smooth finish, forming a moisture- and rust-resistant layer that is eco-friendly, non-toxic, and easy to maintain.\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\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_10.webp?v=1778729775\" alt=\"Large capacity cube with storage design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLarge Capacity Cube With Storage Design\u003c\/h3\u003e\n          \u003cp\u003eKeep clutter out of sight. The thoughtful interior design features partitioned sections that act as a highly efficient \u003cb\u003ecube with storage\u003c\/b\u003e. Deep, spacious shelves accommodate large equipment, files, and standard \u003cb\u003estorage boxes\u003c\/b\u003e.\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\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_1.webp?v=1778729776\" alt=\"Additional view of steel storage filing cabinet\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eMetal storage filing cabinet \/ cube with storage \/ bookcase\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eThickened cold-rolled steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSurface Process\u003c\/th\u003e\n              \u003ctd\u003eElectrostatic powder coating \/ electrostatic spray coating\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eShelf Load Capacity\u003c\/th\u003e\n              \u003ctd\u003eUp to 198lbs per individual shelf\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage Layout\u003c\/th\u003e\n              \u003ctd\u003ePartitioned interior sections with deep, spacious shelves\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSuitable Storage\u003c\/th\u003e\n              \u003ctd\u003eHeavy equipment, binders, files, daily items, and standard storage boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eApplication Scenarios\u003c\/th\u003e\n              \u003ctd\u003eCorporate office, creative studio, commercial warehouse, and home office\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_detailed_images_2.jpg?v=1779161385\" alt=\"Sleek steel drawer pedestal 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 metal storage filing cabinet:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The product description lists thickened cold-rolled steel construction.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e Each individual shelf can safely bear up to 198lbs.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSurface Finish:\u003c\/b\u003e Electrostatic powder coating creates a smooth, moisture-resistant, rust-resistant, and easy-maintenance surface.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Layout:\u003c\/b\u003e Partitioned sections and deep shelves accommodate equipment, files, binders, and standard storage boxes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eApplication:\u003c\/b\u003e The cabinet is described for corporate offices, creative studios, commercial warehouses, and home offices.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for this steel storage cabinet?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists premium thickened cold-rolled steel.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed shelf load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eEach individual shelf can safely bear up to 198lbs.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat surface finish does the cabinet use?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists an electrostatic powder coating \/ electrostatic spray coating process for a smooth, moisture-resistant, rust-resistant, and easy-maintenance surface.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat can be stored inside this cube with storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe deep shelves and partitioned sections are described for heavy equipment, binders, files, daily items, and standard storage boxes.\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=\"KaguReadMoreTriggerCWG2044\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerCWG2044\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Brown \/ 3-Door 3-Drawer Low Cabinet \/ 0.030cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082422911024,"sku":"CWG-2044-01","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 3-Door 3-Drawer Low Cabinet \/ 0.036cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082422943792,"sku":"CWG-2044-02","price":596.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 3-Door 3-Drawer Low Cabinet \/ 0.041cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082422976560,"sku":"CWG-2044-03","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 3-Door 3-Drawer Low Cabinet \/ 0.046cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423009328,"sku":"CWG-2044-04","price":699.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 3-Door 3-Drawer Low Cabinet \/ 0.051cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423042096,"sku":"CWG-2044-05","price":749.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 3-Door 3-Drawer Low Cabinet \/ 0.030cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423074864,"sku":"CWG-2044-06","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 3-Door 3-Drawer Low Cabinet \/ 0.036cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423107632,"sku":"CWG-2044-07","price":596.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 3-Door 3-Drawer Low Cabinet \/ 0.041cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423140400,"sku":"CWG-2044-08","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 3-Door 3-Drawer Low Cabinet \/ 0.046cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423173168,"sku":"CWG-2044-09","price":699.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 3-Door 3-Drawer Low Cabinet \/ 0.051cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423205936,"sku":"CWG-2044-10","price":749.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 3-Door 3-Drawer Low Cabinet \/ 0.030cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423238704,"sku":"CWG-2044-11","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 3-Door 3-Drawer Low Cabinet \/ 0.036cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423271472,"sku":"CWG-2044-12","price":596.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 3-Door 3-Drawer Low Cabinet \/ 0.041cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423304240,"sku":"CWG-2044-13","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 3-Door 3-Drawer Low Cabinet \/ 0.046cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423337008,"sku":"CWG-2044-14","price":699.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 3-Door 3-Drawer Low Cabinet \/ 0.051cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423369776,"sku":"CWG-2044-15","price":749.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 3-Door 3-Drawer Low Cabinet \/ 0.030cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423402544,"sku":"CWG-2044-16","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 3-Door 3-Drawer Low Cabinet \/ 0.036cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423435312,"sku":"CWG-2044-17","price":596.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 3-Door 3-Drawer Low Cabinet \/ 0.041cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423468080,"sku":"CWG-2044-18","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 3-Door 3-Drawer Low Cabinet \/ 0.046cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423500848,"sku":"CWG-2044-19","price":699.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 3-Door 3-Drawer Low Cabinet \/ 0.051cm \/ 83.8cmL x 38.1cmW x 101.6cmH","offer_id":43082423533616,"sku":"CWG-2044-20","price":749.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 4-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423566384,"sku":"CWG-2044-21","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 4-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423599152,"sku":"CWG-2044-22","price":609.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 4-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423631920,"sku":"CWG-2044-23","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 4-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423664688,"sku":"CWG-2044-24","price":737.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 4-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423697456,"sku":"CWG-2044-25","price":787.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 4-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423730224,"sku":"CWG-2044-26","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 4-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423762992,"sku":"CWG-2044-27","price":609.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 4-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423795760,"sku":"CWG-2044-28","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 4-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423828528,"sku":"CWG-2044-29","price":737.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 4-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423861296,"sku":"CWG-2044-30","price":787.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 4-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423894064,"sku":"CWG-2044-31","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 4-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423926832,"sku":"CWG-2044-32","price":609.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 4-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423959600,"sku":"CWG-2044-33","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 4-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082423992368,"sku":"CWG-2044-34","price":737.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 4-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082424025136,"sku":"CWG-2044-35","price":787.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 4-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082424057904,"sku":"CWG-2044-36","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 4-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082424090672,"sku":"CWG-2044-37","price":609.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 4-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082424123440,"sku":"CWG-2044-38","price":544.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 4-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082424156208,"sku":"CWG-2044-39","price":737.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 4-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 58.4cmH","offer_id":43082424188976,"sku":"CWG-2044-40","price":787.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 5-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424221744,"sku":"CWG-2044-41","price":584.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 5-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424254512,"sku":"CWG-2044-42","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 5-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424287280,"sku":"CWG-2044-43","price":711.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 5-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424320048,"sku":"CWG-2044-44","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 5-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424352816,"sku":"CWG-2044-45","price":825.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 5-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424385584,"sku":"CWG-2044-46","price":584.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 5-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424418352,"sku":"CWG-2044-47","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 5-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424451120,"sku":"CWG-2044-48","price":711.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 5-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424483888,"sku":"CWG-2044-49","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 5-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424516656,"sku":"CWG-2044-50","price":825.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 5-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424549424,"sku":"CWG-2044-51","price":584.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 5-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424582192,"sku":"CWG-2044-52","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 5-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424614960,"sku":"CWG-2044-53","price":711.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 5-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424647728,"sku":"CWG-2044-54","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 5-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424680496,"sku":"CWG-2044-55","price":825.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 5-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424713264,"sku":"CWG-2044-56","price":584.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 5-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424746032,"sku":"CWG-2044-57","price":647.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 5-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424778800,"sku":"CWG-2044-58","price":711.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 5-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424811568,"sku":"CWG-2044-59","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 5-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 71.1cmH","offer_id":43082424844336,"sku":"CWG-2044-60","price":825.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 6-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082424877104,"sku":"CWG-2044-61","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 6-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082424909872,"sku":"CWG-2044-62","price":724.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 6-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082424942640,"sku":"CWG-2044-63","price":778.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 6-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082424975408,"sku":"CWG-2044-64","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 1-Door 6-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425008176,"sku":"CWG-2044-65","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 6-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425040944,"sku":"CWG-2044-66","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 6-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425073712,"sku":"CWG-2044-67","price":724.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 6-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425106480,"sku":"CWG-2044-68","price":778.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 6-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425139248,"sku":"CWG-2044-69","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 1-Door 6-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425172016,"sku":"CWG-2044-70","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 6-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425204784,"sku":"CWG-2044-71","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 6-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425237552,"sku":"CWG-2044-72","price":724.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 6-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425270320,"sku":"CWG-2044-73","price":778.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 6-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425303088,"sku":"CWG-2044-74","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1-Door 6-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425335856,"sku":"CWG-2044-75","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 6-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425368624,"sku":"CWG-2044-76","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 6-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425401392,"sku":"CWG-2044-77","price":724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 6-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425434160,"sku":"CWG-2044-78","price":778.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 6-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425466928,"sku":"CWG-2044-79","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 1-Door 6-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425499696,"sku":"CWG-2044-80","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 12-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425532464,"sku":"CWG-2044-81","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 12-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425565232,"sku":"CWG-2044-82","price":830.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 12-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425598000,"sku":"CWG-2044-83","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 12-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425630768,"sku":"CWG-2044-84","price":959.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 12-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425663536,"sku":"CWG-2044-85","price":1009.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 12-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425696304,"sku":"CWG-2044-86","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 12-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425729072,"sku":"CWG-2044-87","price":830.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 12-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425761840,"sku":"CWG-2044-88","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 12-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425794608,"sku":"CWG-2044-89","price":959.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 12-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425827376,"sku":"CWG-2044-90","price":1009.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 12-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425860144,"sku":"CWG-2044-91","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 12-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425892912,"sku":"CWG-2044-92","price":830.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 12-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425925680,"sku":"CWG-2044-93","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 12-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425958448,"sku":"CWG-2044-94","price":959.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 12-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082425991216,"sku":"CWG-2044-95","price":1009.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 12-Drawer Low Cabinet \/ 0.030cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082426023984,"sku":"CWG-2044-96","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 12-Drawer Low Cabinet \/ 0.036cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082426056752,"sku":"CWG-2044-97","price":830.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 12-Drawer Low Cabinet \/ 0.041cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082426089520,"sku":"CWG-2044-98","price":894.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 12-Drawer Low Cabinet \/ 0.046cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082426122288,"sku":"CWG-2044-99","price":959.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 12-Drawer Low Cabinet \/ 0.051cm \/ 76.2cmL x 38.1cmW x 88.9cmH","offer_id":43082426155056,"sku":"CWG-2044-100","price":1009.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/sleek_steel_drawer_pedestal_cube_with_storage_bookcase_kaguyasuCWG-2044_main_images_2.jpg?v=1779161379"},{"product_id":"versatile-bookshelf-elegant-sideboard-cabinet-wood-cwg-065","title":"Versatile Bookshelf | Elegant Sideboard Cabinet in Wood | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3, \n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-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  .kagu-color-tags { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }\n  .kagu-color-tags li { background: #fff; border: 1px solid var(--k-bg-dark); padding: 4px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; color: var(--k-text-title); }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eMaster Your Workspace with Sophisticated Utility\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eResimercial Modern Elegance:\u003c\/b\u003e A highly versatile bookshelf and sideboard cabinet fluidly balanced to elevate both private executive suites and upscale residential workspaces.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eEngineered High-Performance Finishes:\u003c\/b\u003e Surfaced with contract-grade melamine decorative laminate, achieving beautiful shelves with wood grain textures and rich, vibrant solid accents.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Low-Profile Capacity:\u003c\/b\u003e Optimized, compact storage units expertly proportioned to systematically organize daily essentials, core literature, and curated gallery decor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eMulti-Functional Spatial Fluidity:\u003c\/b\u003e Seamlessly bridges the gap between everyday professional organizers and elegant cabinets and display cabinets, preserving open sightlines.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eVersatile Bookshelf \u0026amp; Elegant Sideboard Credenza\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eIntroduce a flexible, low-line architectural asset to your office perimeter. The CWG-065 Credenza is a testament to the power of unencumbered layouts. By lowering the storage horizon to a sophisticated 64-66cm height, it grants deep storage capacity without boxing in your environment. Ideal for placement beneath grand office windows or as a sleek media console behind master desk arrays, it delivers impeccable utility wrapped in our signature aesthetic of Warm Minimalism.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/versatile_bookshelf_elegant_sideboard_cabinet_in_wood_kaguyasuCWG-065_detailed_images_3.jpg?v=1779161373\" alt=\"Kaguyasu CWG-065 Versatile Low Profile Bookshelf and Elegant Wood Grain Sideboard Cabinet\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Modular Sideboard Series (CWG-065)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003ePremium Wear-Resistant Melamine Decorative Laminate over High-Density Board\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorways\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-tags\"\u003e\n            \u003cli\u003eNatural Wood\u003c\/li\u003e\n            \u003cli\u003eWhite Accent\u003c\/li\u003e\n            \u003cli\u003eExecutive Walnut\u003c\/li\u003e\n            \u003cli\u003eContemporary Blue Accent\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Profile\u003c\/th\u003e\n\u003ctd\u003e30 - 40 kg (Solid, tip-resistant architectural stance)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e120 * 40 * 66 cm\u003c\/li\u003e\n            \u003cli\u003e95 * 40 * 66 cm\u003c\/li\u003e\n            \u003cli\u003e120 * 50 * 64 cm\u003c\/li\u003e\n            \u003cli\u003e80 * 50 * 64 cm\u003c\/li\u003e\n            \u003cli\u003e120 * 40 * 65 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Precision pre-drilled components included for streamlined installation)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eStandardized Modular Production (Bespoke alterations not available)\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\u003eStandardized Corporate Outfitting\u003c\/h3\u003e\n    \u003cp\u003eThe CWG-065 line is optimized for swift, uniform commercial workspace deployment. Its heavy-duty laminate surface resists micro-scratches and fluid spills, making it an excellent investment for fast-paced creative agencies, corporate breakout zones, and luxury co-working lounges. For volume project procurement and spatial staging quotes, please connect with our trade desk.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the unique advantages of this premium laminate surface?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe apply high-performance melamine decorative laminate engineered to withstand heavy contract use. Unlike delicate natural veneers, this advanced surface is highly resistant to heat, coffee stains, and light scratches from everyday office equipment, while still retaining a beautifully convincing, deeply tactile wood grain texture.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow realistic are the solid and wood grain tones online?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe capture all product profiles under professional studio lighting to showcase accurate detailing. However, due to the variance in ambient lighting conditions (such as warm desktop accent lamps vs. bright white office overhead fluorescent fixtures) and individual screen rendering calibrations, the product's finish may show subtle depth variations in person.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat should I expect regarding delivery and assembly?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThe CWG-065 sideboards arrive safely flat-packed with robust edge protection. The packaging includes clear, intuitive schematics and all necessary structural fastening hardware. Standard assembly can be completed easily by one or two individuals, ensuring a perfectly aligned, heavy-duty storage solution ready for active deployment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*40*66cm Type A","offer_id":42944219938864,"sku":"CWG-065-01","price":421.0,"currency_code":"GBP","in_stock":true},{"title":"95*40*66cm Type B","offer_id":42944219971632,"sku":"CWG-065-02","price":409.0,"currency_code":"GBP","in_stock":true},{"title":"120*50*64cm Type C","offer_id":42944220004400,"sku":"CWG-065-03","price":500.0,"currency_code":"GBP","in_stock":true},{"title":"80*50*64cm Type D","offer_id":42944220037168,"sku":"CWG-065-04","price":318.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*65cm Type E","offer_id":42944220069936,"sku":"CWG-065-05","price":452.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*65cm Type F","offer_id":42944220102704,"sku":"CWG-065-06","price":434.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*65cm Type G","offer_id":42944220135472,"sku":"CWG-065-07","price":446.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/versatile_bookshelf_elegant_sideboard_cabinet_in_wood_kaguyasuCWG-065_main_images_1.jpg?v=1779161366"},{"product_id":"classic-wooden-bookcase-professional-storage-units-cwg-046","title":"Classic Wooden Bookcase | Professional Storage Units | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3, \n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-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  .kagu-color-tags { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }\n  .kagu-color-tags li { background: #fff; border: 1px solid var(--k-bg-dark); padding: 4px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; color: var(--k-text-title); }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin-bottom: 15px; }\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-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  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eThe Benchmark of Corporate Storage\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eMonolithic Executive Presence:\u003c\/b\u003e A majestic, classic bookcase meticulously engineered to anchor high-focus professional workspaces, corporate libraries, and sophisticated study rooms.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eEnterprise-Scale Capacity:\u003c\/b\u003e Heavy-duty storage infrastructure expanding up to an impressive 3200mm in seamless length, tailored for absolute organizational efficiency.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Sustainable Architecture:\u003c\/b\u003e Crafted from high-density, eco-friendly engineered timber frameworks to provide durable, distortion-free wood for your long-term shelving needs.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eRefined Contrast Finishes:\u003c\/b\u003e Beautifully detailed deep-pore wood grain textures presented in striking, modern two-tone palettes that elevate your spatial hierarchy.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eClassic Wooden Bookcase \u0026amp; Professional Filing Cabinet\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eElevate the visual and structural authority of your office suite. The CWG-046 combines the timeless symmetry of classical cabinetry with a clean, contemporary layout. Specially optimized for high-density file cataloging and heavy literature archiving, its deep shelves offer unyielding support under immense volumes. Blending seamlessly into the Kaguyasu environment of \"Warm Minimalism,\" it transforms raw storage space into an elegant background statement of professional achievement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/classic_wooden_bookcase_professional_storage_units_kaguyasuCWG-046_detailed_images_1.jpg?v=1779161359\" alt=\"Kaguyasu CWG-046 Premium Classic Wooden Bookcase and Heavy Duty Executive Storage Wall\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Professional Archive Series (CWG-046)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003ePremium Contract-Grade High-Density Eco-Friendly Timber Board\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAesthetic Finishes\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-tags\"\u003e\n            \u003cli\u003eBlack Oak Walnut\u003c\/li\u003e\n            \u003cli\u003eBlack White\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eLoad-Bearing Profile\u003c\/th\u003e\n\u003ctd\u003e150 - 400 kg (Engineered for ultimate heavy-duty capacity)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eStandard Spatial Matrix\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e800 * 400 * 2000 mm\u003c\/li\u003e\n            \u003cli\u003e1600 * 400 * 2000 mm\u003c\/li\u003e\n            \u003cli\u003e2000 * 400 * 2000 mm\u003c\/li\u003e\n            \u003cli\u003e2400 * 400 * 2000 mm\u003c\/li\u003e\n            \u003cli\u003e2800 * 400 * 2000 mm\u003c\/li\u003e\n            \u003cli\u003e3200 * 400 * 2000 mm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Flat-packed. Professional technical deployment recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eBespoke Customization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Fully open to architectural integration 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 Project Architecture \u0026amp; Tailoring\u003c\/h3\u003e\n    \u003cp\u003eThe CWG-046 collection is designed to adapt precisely to custom floor plan layouts and workplace layout briefs:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eDimension Customization:\u003c\/b\u003e Footprints can be precision-scaled beyond the standard 3200mm span to achieve absolute wall-to-wall corporate library alignment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBespoke Colorways:\u003c\/b\u003e In addition to Black Oak Walnut and Black White, we can coordinate specific lacquer or laminate finishes to integrate with corporate brand books or custom architectural palettes. Contact our contract trade desk for tailored quotes.\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\u003eCan this system safely hold extreme volumes of corporate binders?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eAbsolutely. The CWG-046 is a specialized high-density architectural piece rated to sustain heavy weights from 150kg up to 400kg depending on configuration. To ensure maximum workplace structural safety with the 2000mm profile, we recommend utilizing the integrated heavy-duty wall anchor components included in your hardware package.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow noticeable are the modern two-tone textures in different environments?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eOur premium finishes utilize calibrated contract-grade laminates to project an elegant, tactile experience. Minor shifts in depth can occur under varying color temperatures¡ªfor instance, cool corporate fluorescent overheads vs. low-kelvin warm residential lighting profiles. The online photography serves as an accurate representation of form and geometric contrast.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the lead time for custom dimension and color orders?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWhile our standardized architectural units ship within standard windows, bespoke scaling for custom lengths or specialized architectural colors requires technical drawing sign-off. Please allow additional production cycles for custom configurations to guarantee Kaguyasu¡¯s high level of quality control.\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":"Black Oak \/ 800*400*2000mm","offer_id":42944225083440,"sku":"CWG-046-01","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Black Oak \/ 1600*400*2000mm","offer_id":42944225181744,"sku":"CWG-046-04","price":841.0,"currency_code":"GBP","in_stock":true},{"title":"Black Oak \/ 2000*400*2000mm","offer_id":42944225312816,"sku":"CWG-046-08","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"Black Oak \/ 2400*400*2000mm","offer_id":42944225443888,"sku":"CWG-046-12","price":1353.0,"currency_code":"GBP","in_stock":true},{"title":"Black Oak \/ 2800*400*2000mm","offer_id":42944225574960,"sku":"CWG-046-16","price":1584.0,"currency_code":"GBP","in_stock":true},{"title":"Black Oak \/ 3200*400*2000mm","offer_id":42944225706032,"sku":"CWG-046-20","price":1656.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 800*400*2000mm","offer_id":42944225116208,"sku":"CWG-046-02","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 1600*400*2000mm","offer_id":42944225214512,"sku":"CWG-046-05","price":841.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 2000*400*2000mm","offer_id":42944225345584,"sku":"CWG-046-09","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 2400*400*2000mm","offer_id":42944225476656,"sku":"CWG-046-13","price":1353.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 2800*400*2000mm","offer_id":42944225607728,"sku":"CWG-046-17","price":1584.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 3200*400*2000mm","offer_id":42944225738800,"sku":"CWG-046-21","price":1656.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 800*400*2000mm","offer_id":42944225148976,"sku":"CWG-046-03","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 1600*400*2000mm","offer_id":42944225247280,"sku":"CWG-046-06","price":841.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 2000*400*2000mm","offer_id":42944225378352,"sku":"CWG-046-10","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 2400*400*2000mm","offer_id":42944225509424,"sku":"CWG-046-14","price":1353.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 2800*400*2000mm","offer_id":42944225640496,"sku":"CWG-046-18","price":1584.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 3200*400*2000mm","offer_id":42944225771568,"sku":"CWG-046-22","price":1656.0,"currency_code":"GBP","in_stock":true},{"title":"white \/ 1600*400*2000mm","offer_id":42944225280048,"sku":"CWG-046-07","price":841.0,"currency_code":"GBP","in_stock":true},{"title":"white \/ 2000*400*2000mm","offer_id":42944225411120,"sku":"CWG-046-11","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"white \/ 2400*400*2000mm","offer_id":42944225542192,"sku":"CWG-046-15","price":1353.0,"currency_code":"GBP","in_stock":true},{"title":"white \/ 2800*400*2000mm","offer_id":42944225673264,"sku":"CWG-046-19","price":1584.0,"currency_code":"GBP","in_stock":true},{"title":"white \/ 3200*400*2000mm","offer_id":42944225804336,"sku":"CWG-046-23","price":1656.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/classic_wooden_bookcase_professional_storage_units_kaguyasuCWG-046_main_images_1.webp?v=1779846543"},{"product_id":"large-brown-bookcase-cabinets-display-wardrobe-lbg-k005","title":"Large Brown Bookcase | Cabinets and Display Cabinets | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3, \n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eThe Ultimate Multi-Functional Executive Wall\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Structural Reliability:\u003c\/b\u003e Built with internal commercial-grade reinforcement frameworks and high-density timber, engineered to sustain extreme load capacities up to 300kg without compromise.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eIntelligent Dual-Zone Organization:\u003c\/b\u003e Functions flawlessly as an expansive architectural display cabinet for active reference media, paired with a concealed, private executive wardrobe for attire and secure storage.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Grid Partitioning:\u003c\/b\u003e Designed with an elegant, balanced cube architecture that simplifies spatial categorization for essential files, heavy literature, and curated personal artifacts.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eIntegrated Hardware Connectivity:\u003c\/b\u003e Features precise, pre-fabricated cable routing pathways, allowing effortless retrofitting of custom lighting solutions, wireless charging arrays, and smart office appliances.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eLarge Brown Bookcase \u0026amp; Executive Wardrobe Command Center\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eRedefine the focal point of your leadership space. The LBG-K005 commands authority through its rich brown aesthetic and massive modular footprint. Developed for elite workspaces that balance open collaboration with total privacy, this system merges a monumental display bookcase with a hidden wardrobe. Adhering to the principles of \"Warm Minimalism,\" it clears active visual clutter while providing an integrated infrastructure to power your essential tech and illuminate your triumphs.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_brown_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K005_detailed_images_2_5b2b0dd8-584f-4a29-ac91-5ae147509648.jpg?v=1782368845\" alt=\"Kaguyasu Premium Large Brown Bookcase and Integrated Executive Wardrobe System\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Executive Architecture Series (LBG-K005)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003ePremium Eco-Friendly High-Density Structure Timber\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eFinish \u0026amp; Colorway\u003c\/th\u003e\n\u003ctd\u003eDeep Executive Brown (Tactile Textured Grain)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Rating\u003c\/th\u003e\n\u003ctd\u003e200 - 300 kg (High-capacity heavy load-bearing)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Footprints\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e200 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e280 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e320 * 40 * 200 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Flat-packed. Professional technical deployment recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eStandardized Modular Grid System\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\u003eCorporate Infrastructure Deployment\u003c\/h3\u003e\n    \u003cp\u003eWith lengths expanding up to 320cm and integrated personal wardrobe zones, the LBG-K005 serves as an anchor piece for c-suite offices, high-end boardrooms, and law offices. We work directly with interior architects and procurement officers to align corporate rollouts. Contact our commercial team to request detailed technical spacing layouts and bulk trade terms.\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\u003eDoes the system arrive with integrated lighting or power outlets?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eNo, the product does not include built-in electrical components, LED strips, or active power outlets. However, to keep your installation neat and clutter-free, the cabinetry features pre-fabricated internal openings and grommet routes so your technical team can easily install your preferred smart appliances, ambient lighting, or localized charging docks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow noticeable are natural surface differences?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eBecause we aim to achieve a genuine, organic \"Warm Minimalism\" texture, minor differences in color depth, surface texture patterns, and subtle grain flows are natural characteristics of the premium material overlay. These authentic details make each installation unique and do not impact structural performance or indicate product flaws.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the key delivery and installation requirements?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eGiven the grand 200cm height and extreme weight capacity (up to 300kg), these units are delivered flat-packed in heavy-duty protective crates. To ensure proper door alignment, safe handling, and absolute stability in workspace environments, we highly recommend scheduling assembly with a professional contract furniture installation crew.\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":"2000*400*2000mm","offer_id":42944226099248,"sku":"LBG-K005-01","price":1542.0,"currency_code":"GBP","in_stock":true},{"title":"2400*400*2000mm","offer_id":42944226132016,"sku":"LBG-K005-02","price":1662.0,"currency_code":"GBP","in_stock":true},{"title":"2800*400*2000mm","offer_id":42944226164784,"sku":"LBG-K005-03","price":1743.0,"currency_code":"GBP","in_stock":true},{"title":"3200*400*2000mm","offer_id":42944226197552,"sku":"LBG-K005-04","price":1839.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_brown_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K005_main_images_1.webp?v=1779789499"},{"product_id":"walnut-executive-bookcase-professional-cupboard-display-lbg-k008","title":"Walnut Executive Bookcase | Professional Cupboard Display | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3, \n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin-bottom: 15px; }\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-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  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eThe Architectural Anchor of Boardrooms\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eExecutive Presence:\u003c\/b\u003e A commanding wooden display cabinet architectural design, custom-tailored to gracefully anchor high-profile office suites, executive boardrooms, and upscale galleries.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eMassive Structural Capacity:\u003c\/b\u003e Heavy-duty storage unit scaling up to 320cm in seamless length, masterfully meeting the high-capacity archiving needs of global enterprises.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eElegant Light Walnut Finish:\u003c\/b\u003e Features premium, tactile Light Walnut wood grain textures that project an immediate impression of understated warmth and enduring prestige.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVersatile Showcase Design:\u003c\/b\u003e Combines open-tier display zoning for professional accolades, media, and artwork with secure, concealed lower cabinetry for document archiving.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eWalnut Executive Bookcase \u0026amp; Cupboard Display\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eAnchor your professional environment with a statement of timeless sophistication. The LBG-K008 Executive Bookcase is an elite addition to our storage collection, meticulously conceptualized to blend the roles of a majestic showcase cupboard and an ultra-reliable filing vault. Built with heavy-duty structural integrity to sustain extensive law libraries, design corporate galleries, or executive reference media, it frames your professional milestones within a pristine layout of \"Warm Minimalism.\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/walnut_executive_bookcase_professional_cupboard_display_kaguyasuLBG-K008_detailed_images_2.jpg?v=1779161484\" alt=\"Kaguyasu Premium Light Walnut Executive Bookcase and Boardroom Display Cabinet\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Executive Architecture Series (LBG-K008)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003eReinforced High-Density Structural Board with Light Walnut Laminate\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorway\u003c\/th\u003e\n\u003ctd\u003eRefined Light Walnut\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Profile\u003c\/th\u003e\n\u003ctd\u003e40 - 250 kg (Configuration dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e80 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e160 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e200 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e280 * 40 * 200 cm\u003c\/li\u003e\n            \u003cli\u003e320 * 40 * 200 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Professional contract installation highly recommended for models above 160cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003ePossible\u003c\/b\u003e (Fully adaptable for custom corporate spatial blueprints)\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 Corporate Project Customization\u003c\/h3\u003e\n    \u003cp\u003eThe LBG-K008 series supports comprehensive tailoring to fulfill specific architectural briefs and commercial floor planning requirements:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSize Customization:\u003c\/b\u003e Beyond our standard lengths up to 320cm, we can extend or reduce the footprint to achieve perfect wall-to-wall integration.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eType \u0026amp; Layout Alteration:\u003c\/b\u003e Internal shelf configurations, glass door integrations, or localized lockable filing drawers can be specified for large-scale fit-outs. Contact our commercial trade managers for direct project support.\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\u003eAre these storage units secure for confidential files?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. The lower cupboard partitions are designed with structural integrity in mind to house high-weight binder archives. Custom lock systems for specific confidential compartments can be added through our custom design team upon project request.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow realistic is the Light Walnut texture?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe implement professional contract-grade laminate overlays that deeply replicate natural wood veins. Minor shade variances are normal under differing commercial lighting temperatures (e.g., cool office LED vs. warm boardroom halogens).\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is your guidance regarding the assembly of massive sizes?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eDue to the executive height (200cm) and heavy load ratings, our 240cm, 280cm, and 320cm models arrive in multi-crate flat packages. For maximum workplace safety and optimal alignment of doors, we advise that installation be conducted by a certified furniture technician crew.\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":"80*40*200cm\/Light Walnut","offer_id":42944226230320,"sku":"LBG-K008-01","price":524.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*200cm\/Off-white","offer_id":42944226263088,"sku":"LBG-K008-02","price":885.0,"currency_code":"GBP","in_stock":true},{"title":"200*40*200cm \/Light Walnut + Off-white","offer_id":42944226295856,"sku":"LBG-K008-03","price":1254.0,"currency_code":"GBP","in_stock":true},{"title":"240*40*200cm \/Light Walnut + Off-white","offer_id":42944226328624,"sku":"LBG-K008-04","price":1408.0,"currency_code":"GBP","in_stock":true},{"title":"280*40*200cm \/Light Walnut + Off-white","offer_id":42944226361392,"sku":"LBG-K008-05","price":1556.0,"currency_code":"GBP","in_stock":true},{"title":"320*40*200cm \/Light Walnut + Off-white","offer_id":42944226394160,"sku":"LBG-K008-06","price":1677.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/walnut_executive_bookcase_professional_cupboard_display_kaguyasuLBG-K008_main_images_1.webp?v=1779792122"},{"product_id":"versatile-bookshelf-elegant-storage-units-doors-lbg-k027","title":"Versatile Bookshelf | Elegant Storage Units With Doors | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--k-bg-dark); margin-bottom: 25px; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \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  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eArchitectural Storage \u0026amp; Display\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eArchitectural Versatility:\u003c\/b\u003e Premium storage units designed to seamlessly integrate into modern living rooms, executive offices, and professional retail spaces.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eRefined Visual Balance:\u003c\/b\u003e Available in Natural \u0026amp; Beige for classic organic warmth, or Brown \u0026amp; Gray for a sleek, contemporary corporate edge.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHybrid Storage Design:\u003c\/b\u003e Features a curated blend of open display shelving for curated decor and concealed lower cabinets to maintain a clutter-free environment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eIndustrial-Grade Reliability:\u003c\/b\u003e Engineered with heavy-duty structural integrity, supporting up to 200kg to house extensive libraries or high-end collections.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eVersatile Bookshelf \u0026amp; Modular Display Cabinet\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eMaster your space with natural charm and systematic organization. The LBG-K027 is a definitive entry in our cabinetry collection, built to accommodate the rigorous needs of both home libraries and professional workspaces. With scalable lengths up to 257cm and a high-load capacity, this unit provides a commanding presence while maintaining the clean, minimalist aesthetic essential to the Kaguyasu experience.\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\/versatile_bookshelf_elegant_storage_units_with_doors_kaguyasuLBG-K027_detailed_images_1.jpg?v=1779161494\" alt=\"Kaguyasu LBG-K027 Modular Bookshelf and Storage Unit\" 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 Storage Series (LBG-K027)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003eHigh-Density Structural Composite\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Finishes\u003c\/th\u003e\n\u003ctd\u003eBrown + Gray, Natural + Beige\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Capacity\u003c\/th\u003e\n\u003ctd\u003eUp to 200 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eDimensions (L*W*H)\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e257 * 35 * 180 cm\u003c\/li\u003e\n            \u003cli\u003e198 * 35 * 180 cm\u003c\/li\u003e\n            \u003cli\u003e119 * 35 * 180 cm\u003c\/li\u003e\n            \u003cli\u003e79 * 35 * 180 cm\u003c\/li\u003e\n            \u003cli\u003e59 * 35 * 180 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Professional installation recommended for larger configurations)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eStandardized Modular Units\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\u003eCorporate \u0026amp; Professional Procurement\u003c\/h3\u003e\n    \u003cp\u003eGiven the heavy-duty capacity and range of dimensions, this collection is an ideal solution for office archives, law libraries, and corporate display areas. We facilitate bulk logistics for project-based fit-outs. Contact our commercial team for volume pricing and coordinated delivery.\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\u003eIs this bookshelf stable for heavy loads?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. The LBG-K027 is engineered with high-density materials capable of supporting up to 200kg. For all configurations, particularly the taller 180cm units, we recommend securing the unit to the wall using the provided anti-tip hardware to ensure maximum stability.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow accurate are the wood grain textures?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe utilize high-quality composite wood-grain finishes to replicate organic aesthetics. Due to lighting during studio photography and monitor resolution differences, the texture and shade may vary slightly from the product images online.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan these units be combined?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. The modular design allows you to mix and match the available sizes to create a custom wall-to-wall storage solution that fits your specific room dimensions perfectly.\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":"Brown + Gray \/ 257*35*180cm","offer_id":42944233177136,"sku":"LBG-K027-01","price":1530.0,"currency_code":"GBP","in_stock":true},{"title":"Brown + Gray \/ 198*35*180cm","offer_id":42944233242672,"sku":"LBG-K027-03","price":1215.0,"currency_code":"GBP","in_stock":true},{"title":"Brown + Gray \/ 119*35*180cm","offer_id":42944233308208,"sku":"LBG-K027-05","price":705.0,"currency_code":"GBP","in_stock":true},{"title":"Brown + Gray \/ 79*35*180cm","offer_id":42944233373744,"sku":"LBG-K027-07","price":501.0,"currency_code":"GBP","in_stock":true},{"title":"Brown + Gray \/ 59*35*180cm","offer_id":42944233439280,"sku":"LBG-K027-09","price":385.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige \/ 257*35*180cm","offer_id":42944233209904,"sku":"LBG-K027-02","price":1530.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige \/ 198*35*180cm","offer_id":42944233275440,"sku":"LBG-K027-04","price":1154.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige \/ 119*35*180cm","offer_id":42944233340976,"sku":"LBG-K027-06","price":644.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige \/ 79*35*180cm","offer_id":42944233406512,"sku":"LBG-K027-08","price":501.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige \/ 59*35*180cm","offer_id":42944233472048,"sku":"LBG-K027-010","price":385.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/versatile_bookshelf_elegant_storage_units_with_doors_kaguyasuLBG-K027_main_images_1.webp?v=1779845654"},{"product_id":"executive-wooden-bookcase-cabinets-display-storage-lbg-k039","title":"Executive Wooden Bookcase | Cabinets and Display Cabinets | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Read More Interaction --- *\/\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\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\u003eExecutive Presence:\u003c\/b\u003e A premium wooden bookcase that stands out among high-end \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e for its commanding presence.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMassive Capacity:\u003c\/b\u003e Expansive, heavy-duty \u003cb\u003estorage units\u003c\/b\u003e scaling up to 320cm in length for ultimate boardroom and office organization.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eElegant Finishes:\u003c\/b\u003e Featuring rich Walnut tones that rival the classic warmth of an \u003cb\u003eoak display cabinet\u003c\/b\u003e, modernized for contemporary spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Organization:\u003c\/b\u003e Combining open display areas with secure, concealed \u003cb\u003eshelves with wood\u003c\/b\u003e finishes to keep your daily essentials perfectly organized.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eStable Plinth Base:\u003c\/b\u003e A solid base structure helps support the heavy cabinet securely and reduce wobbling in executive office settings.\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=\"KaguReadMoreTriggerLBGK039\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSophisticated Executive Storage Cabinet\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_wooden_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K039_main_image.jpg?v=1779793846\" alt=\"Executive wooden bookcase with cabinets and display cabinets by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA premium wooden bookcase with rich Walnut tones, open display areas, concealed lower storage, and a solid plinth base for executive offices, boardrooms, and organised professional 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\/executive_wooden_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K039_detailed_images_4.jpg?v=1779161507\" alt=\"Heavy-duty storage units for executive office organization\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAmple Space Within Heavy-Duty Storage Units\u003c\/h3\u003e\n          \u003cp\u003eNever run out of space again. The massive interior is thoughtfully divided into numerous specialized areas by sturdy partitions, allowing you to neatly categorize and store items according to their type and purpose.\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\/executive_wooden_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K039_detailed_images_7.jpg?v=1779947216\" alt=\"Open cupboard display storage for executive wooden bookcase\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eElegant Open Cupboard Display Storage\u003c\/h3\u003e\n          \u003cp\u003eShowcase your achievements with pride. Offering the grand aesthetic of a traditional \u003cb\u003eoak display cabinet\u003c\/b\u003e, the open upper design lacks sight-blocking doors. This allows you to see stored items at a glance, making it incredibly easy to display art, awards, and access daily literature.\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\/executive_wooden_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K039_detailed_images_5.jpg?v=1779947101\" alt=\"Closed door shelves with wood finish for private storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Closed Door Shelves With Wood Finish\u003c\/h3\u003e\n          \u003cp\u003eProtect your privacy and your documents. The lower section features sturdy \u003cb\u003eshelves with wood\u003c\/b\u003e textures hidden behind solid doors. Closing the doors neatly conceals your private items while effectively protecting your sensitive belongings from dust and moisture.\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\/executive_wooden_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K039_detailed_images.jpg?v=1779947102\" alt=\"Solid plinth base for stable cabinets and display cabinets\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSolid Plinth Base for Ultimate Stability\u003c\/h3\u003e\n          \u003cp\u003eInvest in structural safety. Setting the standard for premium \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e, the robustly constructed plinth base ensures a high load-bearing capacity and excellent stability, firmly supporting the heavy cabinet without any wobbling.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Color\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_wooden_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K039_detailed_images_1.jpg?v=1779161505\" alt=\"Walnut color option for Kaguyasu executive wooden bookcase\" 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\u003eParticle board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWalnut\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e100¨C150kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e200 ¡Á 40 ¡Á 200cm\u003cbr\u003e240 ¡Á 40 ¡Á 200cm\u003cbr\u003e320 ¡Á 40 ¡Á 200cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eColor, Size\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\/LBG-K039-_-9_1.jpg?v=1731049238\" alt=\"Executive wooden bookcase 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 executive wooden bookcase:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This product requires assembly. Please prepare enough space and installation time after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes include 200 ¡Á 40 ¡Á 200cm, 240 ¡Á 40 ¡Á 200cm, and 320 ¡Á 40 ¡Á 200cm. Please confirm the selected size, wall position, doorway clearance, and final installation area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color and size.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to the use of natural materials, there may be slight variations in color, surface texture, and patterns, but these will not affect normal use. Changes resulting from regular 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 lighting during photography and varying screen resolutions, the color of the photos may differ slightly from the actual product. Product photos are for illustrative purposes only.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Appliance Notice:\u003c\/b\u003e This product does not include electrical appliances such as lighting fixtures or power outlets. The furniture is pre-designed with openings so customers can provide and install their own lighting and electrical equipment.\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 executive wooden bookcase require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this executive wooden bookcase.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the color or size be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color and size.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this product include lighting fixtures or power outlets?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. This product does not include electrical appliances such as lighting fixtures or power outlets. The furniture is pre-designed with openings so customers can provide and install their own lighting and electrical equipment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWill the color look exactly like the product photos?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to natural materials, photography lighting, and screen resolution differences, the color, surface texture, pattern, and actual appearance may differ slightly from the photos. Product photos are for illustrative purposes only.\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=\"KaguReadMoreTriggerLBGK039\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBGK039\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"200*40*200cm","offer_id":42944233832496,"sku":"LBG-K039-01","price":985.0,"currency_code":"GBP","in_stock":true},{"title":"240*40*200cm","offer_id":42944233865264,"sku":"LBG-K039-02","price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"320*40*200cm","offer_id":42944233898032,"sku":"LBG-K039-03","price":1593.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_wooden_bookcase_cabinets_and_display_cabinets_kaguyasuLBG-K039_main_images.jpg?v=1779846036"},{"product_id":"biometric-storage-unit-tall-thin-bookcase-design-cwg-k063","title":"Biometric Storage Unit | Tall And Thin Bookcase Design | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Read More Interaction --- *\/\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\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\u003eSpace-Saving Security:\u003c\/b\u003e A smart \u003cb\u003etall and thin bookcase\u003c\/b\u003e design perfect for maximizing vertical storage in tight office spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Reliability:\u003c\/b\u003e Commercial-grade steel \u003cb\u003estorage units\u003c\/b\u003e engineered for ultimate durability and damage resistance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Organization:\u003c\/b\u003e Features a multi-tiered \u003cb\u003eshelf shelving\u003c\/b\u003e system that adjusts seamlessly to your changing needs.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSleek Professionalism:\u003c\/b\u003e Functions beautifully as a secure \u003cb\u003ecupboard display\u003c\/b\u003e, keeping sensitive files and keys neatly hidden.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmooth Key Access:\u003c\/b\u003e Dedicated key hooks with smooth slide rails help users quickly find and manage keys during busy office operations.\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=\"KaguReadMoreTriggerCWGK063\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSophisticated Tall and Thin Bookcase Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_main_images_1.webp?v=1778729836\" alt=\"Biometric storage unit tall and thin bookcase by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your office organization. Featuring a surprisingly large capacity within a space-saving footprint, this \u003cb\u003etall and thin bookcase\u003c\/b\u003e flawlessly fulfills both your secure key management and daily file storage needs without overwhelming your room.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_detailed_images_5.jpg?v=1779780457\" alt=\"Durable cold-rolled steel storage unit\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Cold-Rolled Steel Storage Units\u003c\/h3\u003e\n          \u003cp\u003eInvest in lifetime security. The entire cabinet is crafted from high-quality cold-rolled steel, offering incredibly robust \u003cb\u003estorage units\u003c\/b\u003e that are highly resistant to daily wear, impact, and damage, ensuring long-lasting corporate use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_detailed_images_3.jpg?v=1779780439\" alt=\"Smooth slide rails for key storage access\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmooth Slide Rails for Effortless Access\u003c\/h3\u003e\n          \u003cp\u003eManage your assets with ease. The internal boards equipped with dedicated key hooks feature precision-engineered slide rails, allowing them to glide in and out effortlessly and helping you find exact keys during busy shifts.\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\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_detailed_images_6.jpg?v=1779780462\" alt=\"Multi-tiered cupboard display storage design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eFunctional Multi-Tiered Cupboard Display\u003c\/h3\u003e\n          \u003cp\u003eMaintain a pristine and secure workspace. The multi-tiered internal design allows keys, devices, and sensitive files to be neatly categorized, acting as a highly functional \u003cb\u003ecupboard display\u003c\/b\u003e that keeps your operational environment perfectly organized.\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\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_detailed_images_4.jpg?v=1779780448\" alt=\"Adjustable shelf shelving system inside steel cabinet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eConvenient Adjustable Shelf Shelving System\u003c\/h3\u003e\n          \u003cp\u003eAccommodate items of any size. The internal \u003cb\u003eshelf shelving\u003c\/b\u003e system is intelligently designed to be adjustable in multiple stages, making it incredibly easy to configure the cabinet's height layout to fit tall binders or small equipment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eVariations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_detailed_images_2.jpg?v=1779161436\" alt=\"Biometric storage unit variations in sky gray\" 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\u003eSteel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eSky Gray\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e9¨C75.4kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e50 ¡Á 17 ¡Á 80cm, 55 ¡Á 40 ¡Á 90cm, 66.5 ¡Á 40 ¡Á 90cm, 90 ¡Á 40 ¡Á 90cm, 90 ¡Á 40 ¡Á 180cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eSize\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\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_detailed_images_2.webp?v=1778729841\" alt=\"Biometric storage unit dimensions guide\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_detailed_images_1.webp?v=1778729840\" alt=\"Tall and thin bookcase 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 steel storage unit:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Status:\u003c\/b\u003e Assembly is not required for this product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes range from compact 50 ¡Á 17 ¡Á 80cm storage to taller 90 ¡Á 40 ¡Á 180cm storage. Please confirm your selected size and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for size.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check doorway clearance, lift access, corridor width, and installation position before delivery, especially for taller or heavier configurations.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e Tracking information will be updated after shipment is arranged with the suitable furniture shipping carrier.\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 storage unit require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required for this steel storage unit.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the size be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for size.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for this storage unit?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed material is steel. The product description also highlights cold-rolled steel construction.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable sizes include 50 ¡Á 17 ¡Á 80cm, 55 ¡Á 40 ¡Á 90cm, 66.5 ¡Á 40 ¡Á 90cm, 90 ¡Á 40 ¡Á 90cm, and 90 ¡Á 40 ¡Á 180cm.\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=\"KaguReadMoreTriggerCWGK063\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerCWGK063\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Key box (with 120 keys)","offer_id":43011242164272,"sku":"CWG-K063-01","price":197.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 200 keys)","offer_id":43011242197040,"sku":"CWG-K063-02","price":282.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 300 keys)","offer_id":43011242229808,"sku":"CWG-K063-03","price":383.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 400 keys)","offer_id":43011242262576,"sku":"CWG-K063-04","price":403.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 500 keys)","offer_id":43011242295344,"sku":"CWG-K063-05","price":525.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 600 keys)","offer_id":43011242328112,"sku":"CWG-K063-06","price":591.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 700 keys)","offer_id":43011242360880,"sku":"CWG-K063-07","price":624.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 500 keys) + document storage","offer_id":43011242393648,"sku":"CWG-K063-08","price":755.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 600 keys) + document storage","offer_id":43011242426416,"sku":"CWG-K063-09","price":813.0,"currency_code":"GBP","in_stock":true},{"title":"Key box (with 700 keys) + document storage","offer_id":43011242459184,"sku":"CWG-K063-010","price":886.0,"currency_code":"GBP","in_stock":true},{"title":"(Customizable) Key Box (with 1000 keys) + Document Storage","offer_id":43011242491952,"sku":"CWG-K063-DZ-01","price":1247.0,"currency_code":"GBP","in_stock":true},{"title":"Two-tier key box (includes 800 keys)","offer_id":43011242524720,"sku":"CWG-K063-011","price":952.0,"currency_code":"GBP","in_stock":true},{"title":"Two-tier key box (includes 1000 keys)","offer_id":43011242557488,"sku":"CWG-K063-012","price":1083.0,"currency_code":"GBP","in_stock":true},{"title":"Two-tier key box (includes 1200 keys)","offer_id":43011242590256,"sku":"CWG-K063-013","price":1181.0,"currency_code":"GBP","in_stock":true},{"title":"Two-tier key box (includes 1400 keys)","offer_id":43011242623024,"sku":"CWG-K063-014","price":1313.0,"currency_code":"GBP","in_stock":true},{"title":"Fingerprint authentication type A","offer_id":43011242655792,"sku":"CWG-K063-015","price":25.0,"currency_code":"GBP","in_stock":true},{"title":"Password type","offer_id":43011242688560,"sku":"CWG-K063-016","price":25.0,"currency_code":"GBP","in_stock":true},{"title":"Fingerprint authentication type B","offer_id":43011242721328,"sku":"CWG-K063-017","price":25.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/biometric_storage_unit_-_tall_and_thin_bookcase_design_-_kaguyasuCWG-K063_main_images_1.webp?v=1778729836"},{"product_id":"robust-shelf-shelving-large-capacity-wood-bookcase-cwg-k054","title":"Robust Shelf Shelving | Large Capacity Wood Bookcase | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Read More Interaction --- *\/\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-dim-gallery {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-dim-gallery img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\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: '?';\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\u003eExecutive Presence:\u003c\/b\u003e A robust, large capacity wood \u003cb\u003ebookcase\u003c\/b\u003e engineered to beautifully anchor professional workspaces and sophisticated home offices.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMassive Capacity:\u003c\/b\u003e Commercial-grade \u003cb\u003estorage units\u003c\/b\u003e scaling up to an impressive 320cm in length for ultimate organizational power.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEco-Friendly Materials:\u003c\/b\u003e Utilizing high-density engineered wood to provide durable \u003cb\u003eshelves with wood\u003c\/b\u003e grain textures that resist warping.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Organization:\u003c\/b\u003e Standing out among modern \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e by offering fully concealed, dust-proof storage with an elegant Khaki finish.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eStable Plinth Base:\u003c\/b\u003e A heavy-duty base helps support the cabinet securely while reducing floor-level dust, moisture, and wobbling.\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=\"KaguReadMoreTriggerCWGK054\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eElegant and Spacious Storage Cabinet\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_3.jpg?v=1779161426\" alt=\"Robust shelf shelving large capacity wood bookcase by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your professional environment. This elegant \u003cb\u003ebookcase\u003c\/b\u003e features a calming Khaki color scheme that creates a serene atmosphere, instantly turning your corporate office or home study into a highly organized, premium space.\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\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_13.jpg?v=1779947494\" alt=\"Large capacity storage units with divided sections\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHighly Functional Storage Units\u003c\/h3\u003e\n          \u003cp\u003eNever run out of space again. The massive interior of these \u003cb\u003estorage units\u003c\/b\u003e is intelligently divided into multiple sections by sturdy shelves and partitions, allowing you to neatly categorize and store items according to their specific type and daily purpose.\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\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_16.jpg?v=1779947645\" alt=\"Concealed cabinets and display cabinets with solid doors\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eConcealed Cabinets and Display Cabinets\u003c\/h3\u003e\n          \u003cp\u003eProtect your privacy and your documents. Unlike open-tier shelving, this unit functions as highly secure \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e. Closing the solid doors completely hides the contents, making it convenient for storing private items while effectively protecting your sensitive belongings from dust and moisture.\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\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_5_798efff1-bc90-4be9-8b90-60f06bf17229.jpg?v=1779947488\" alt=\"Eco-friendly shelves with wood grain construction\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Shelves With Wood Construction\u003c\/h3\u003e\n          \u003cp\u003eInvest in long-lasting structural integrity. Constructed from eco-friendly, high-density engineered wood, these robust \u003cb\u003eshelves with wood\u003c\/b\u003e textures boast a uniform structure. This makes the entire cabinet highly resistant to damage from warping or twisting, ensuring decades of reliable use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_15.jpg?v=1779947647\" alt=\"Stable plinth base design for wood bookcase\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eStable Plinth Base Design\u003c\/h3\u003e\n          \u003cp\u003ePrioritize safety and cleanliness. The heavy-duty plinth base ensures a sufficient distance between the bottom shelf and the floor, effectively preventing the intrusion of ground-level dust and moisture. Its robust construction offers excellent load-bearing capacity, firmly supporting the heavy main body without wobbling.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eEco-friendly board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eKhaki\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e100¨C200kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ¡Á 40 ¡Á 200cm, 120 ¡Á 40 ¡Á 200cm, 160 ¡Á 40 ¡Á 200cm, 200 ¡Á 40 ¡Á 200cm, 240 ¡Á 40 ¡Á 200cm, 280 ¡Á 40 ¡Á 200cm, 320 ¡Á 40 ¡Á 200cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\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      \u003cdiv class=\"kagu-dim-gallery\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_20.jpg?v=1779947823\" alt=\"Robust wood bookcase dimensions guide 80cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_21.jpg?v=1779947824\" alt=\"Robust wood bookcase dimensions guide 120cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_22.jpg?v=1779947824\" alt=\"Robust wood bookcase dimensions guide 160cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_17.jpg?v=1779947823\" alt=\"Robust wood bookcase dimensions guide 200cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_18.jpg?v=1779947824\" alt=\"Robust wood bookcase dimensions guide 240cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_detailed_images_19.jpg?v=1779947827\" alt=\"Robust wood bookcase dimensions guide 320cm\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this large capacity wood bookcase:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This product requires assembly. Please prepare enough space and installation time after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available lengths range from 80cm to 320cm. Please confirm the selected size, wall position, doorway clearance, and final installation area before ordering.\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 the use of natural materials, there may be slight variations in color, surface texture, and patterns, but these will not affect normal use. Changes resulting from regular 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 lighting during photography and varying screen resolutions, the color of the photos may differ slightly from the actual product. Product photos are for illustrative purposes only.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this large capacity wood bookcase require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this bookcase.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this bookcase 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 sizes are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable sizes include 80 ¡Á 40 ¡Á 200cm, 120 ¡Á 40 ¡Á 200cm, 160 ¡Á 40 ¡Á 200cm, 200 ¡Á 40 ¡Á 200cm, 240 ¡Á 40 ¡Á 200cm, 280 ¡Á 40 ¡Á 200cm, and 320 ¡Á 40 ¡Á 200cm.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWill the color look exactly like the product photos?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to natural materials, photography lighting, and screen resolution differences, the color, surface texture, pattern, and actual appearance may differ slightly from the photos. Product photos are for illustrative purposes only.\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=\"KaguReadMoreTriggerCWGK054\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerCWGK054\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"80*40*200cm\/with handles","offer_id":42944235307056,"sku":"CWG-K054-01","price":403.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*200cm \/ with handles","offer_id":42944235339824,"sku":"CWG-K054-02","price":604.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*200cm\/with handles","offer_id":42944235372592,"sku":"CWG-K054-03","price":805.0,"currency_code":"GBP","in_stock":true},{"title":"200*40*200cm\/with handles","offer_id":42944235405360,"sku":"CWG-K054-04","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"240*40*200cm \/ with handles","offer_id":42944235438128,"sku":"CWG-K054-05","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"280*40*200cm\/with handles","offer_id":42944235470896,"sku":"CWG-K054-06","price":1408.0,"currency_code":"GBP","in_stock":true},{"title":"320*40*200cm \/ with handles","offer_id":42944235503664,"sku":"CWG-K054-07","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"80*40*200cm\/No handles","offer_id":42944235536432,"sku":"CWG-K054-08","price":457.0,"currency_code":"GBP","in_stock":true},{"title":"120*40*200cm\/No handles","offer_id":42944235569200,"sku":"CWG-K054-09","price":684.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*200cm\/No handles","offer_id":42944235601968,"sku":"CWG-K054-010","price":912.0,"currency_code":"GBP","in_stock":true},{"title":"200*40*200cm\/No handles","offer_id":42944235634736,"sku":"CWG-K054-011","price":1140.0,"currency_code":"GBP","in_stock":true},{"title":"240*40*200cm\/No handles","offer_id":42944235667504,"sku":"CWG-K054-012","price":1368.0,"currency_code":"GBP","in_stock":true},{"title":"280*40*200cm\/No handles","offer_id":42944235700272,"sku":"CWG-K054-013","price":1596.0,"currency_code":"GBP","in_stock":true},{"title":"320*40*200cm\/No handles","offer_id":42944235733040,"sku":"CWG-K054-014","price":1641.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/robust_shelf_shelving_large_capacity_wood_bookcase_kaguyasuCWG-K054_main_images_1.jpg?v=1779161420"},{"product_id":"premium-white-bookcase-cabinets-display-storage-cwg-k098","title":"Premium White Bookcase | Cabinets and Display Cabinets | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Read More Interaction --- *\/\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-dim-gallery {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-dim-gallery img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\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: '?';\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\u003eElegant Organization:\u003c\/b\u003e A stunning \u003cb\u003ebookcase\u003c\/b\u003e that blends calming colors to transform any office into a high-quality space.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMassive Capacity:\u003c\/b\u003e Explore our expansive \u003cb\u003estorage units\u003c\/b\u003e, scaling up to 400cm in length for ultimate commercial utility.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Construction:\u003c\/b\u003e Featuring robust \u003cb\u003eshelves with wood\u003c\/b\u003e finishes, supporting an extraordinary weight capacity of up to 280kg.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Functionality:\u003c\/b\u003e Balancing open display areas with secure, concealed \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e for perfect daily organization.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eStable Wall-Fit Base:\u003c\/b\u003e A sturdy flush-back base supports the main cabinet securely while allowing tight placement against the wall.\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=\"KaguReadMoreTriggerCWGK098\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Storage Units with a Gentle Appearance\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_6.jpg?v=1779869353\" alt=\"Premium white bookcase with cabinets and display cabinets by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA premium white bookcase and storage unit designed to bring calm color balance, open display space, and concealed cabinet storage into a high-quality office environment.\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_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_8.jpg?v=1779869355\" alt=\"Large storage units for complete office organization\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAmple Storage Capacity for Complete Organization\u003c\/h3\u003e\n          \u003cp\u003eNever run out of space again. Featuring numerous dedicated storage sections, these massive \u003cb\u003estorage units\u003c\/b\u003e allow you to classify and store items by purpose and type, effortlessly maintaining a neat, tidy, and highly efficient corporate environment.\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_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_7.jpg?v=1779869360\" alt=\"Open storage shelves with wood finish for display\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAccessible Open Storage Shelves With Wood Finish\u003c\/h3\u003e\n          \u003cp\u003eShowcase your achievements with pride. The upper open design features high-density \u003cb\u003eshelves with wood\u003c\/b\u003e textures, ensuring no doors obstruct your view. You can see what is stored inside at a glance, allowing you to easily display awards or grab essential binders quickly.\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_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_5.jpg?v=1779869360\" alt=\"Concealed cabinets and display cabinets for office storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure \u0026amp; Concealed Cabinets and Display Cabinets\u003c\/h3\u003e\n          \u003cp\u003eProtect your privacy. The lower section functions as highly secure \u003cb\u003ecabinets and display cabinets\u003c\/b\u003e. When the doors are closed, the contents are completely hidden, making it convenient for storing sensitive files while effectively preventing dust and moisture buildup.\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_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_4.jpg?v=1779869362\" alt=\"Stable heavy-duty base design for premium bookcase\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eStable Heavy-Duty Base Design\u003c\/h3\u003e\n          \u003cp\u003eInvest in structural safety. The remarkably sturdy base firmly supports the massive main body, safely accommodating up to 280kg of weight. Furthermore, its flush-back design allows it to be installed tightly against a wall, providing a highly secure and comfortable user experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_2.jpg?v=1779161347\" alt=\"Color options for Kaguyasu premium white bookcase\" 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\u003eParticleboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eOak + White\u003cbr\u003eGray Oak + Khaki\u003cbr\u003eMoss Gray + Dark Gray\u003cbr\u003eWalnut + Dark Gray\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e50¨C280kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ¡Á 40 ¡Á 200cm, 160 ¡Á 40 ¡Á 200cm, 200 ¡Á 40 ¡Á 200cm, 240 ¡Á 40 ¡Á 200cm, 280 ¡Á 40 ¡Á 200cm, 320 ¡Á 40 ¡Á 200cm, 360 ¡Á 40 ¡Á 200cm, 400 ¡Á 40 ¡Á 200cm\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\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eSize, Color\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-dim-gallery\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_16.webp?v=1778729867\" alt=\"Premium white bookcase dimensions guide 80cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_17.webp?v=1778729868\" alt=\"Premium white bookcase dimensions guide 160cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_18.webp?v=1778729868\" alt=\"Premium white bookcase dimensions guide 200cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_19.webp?v=1778729868\" alt=\"Premium white bookcase dimensions guide 240cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_20.webp?v=1778729868\" alt=\"Premium white bookcase dimensions guide 280cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_21.webp?v=1778729869\" alt=\"Premium white bookcase dimensions guide 320cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_22.webp?v=1778729870\" alt=\"Premium white bookcase dimensions guide 360cm\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_detailed_images_23.webp?v=1778729871\" alt=\"Premium white bookcase dimensions guide 400cm\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this large bookcase and storage unit:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This product requires assembly. Please prepare enough space and installation time after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available lengths range from 80cm to 400cm. Please confirm the selected size, wall position, doorway clearance, and final installation area before ordering.\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. Changes caused by 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          \u003cli\u003e\n\u003cb\u003eElectrical Appliance Notice:\u003c\/b\u003e This product does not include electrical appliances such as lighting or outlets. The furniture has openings so customers can prepare and install lighting fixtures and electrical appliances themselves.\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 bookcase require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this bookcase and storage unit.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the size or color be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for size and color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this product include lighting or outlets?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. This product does not include electrical appliances such as lighting or outlets. The furniture has openings so customers can prepare and install lighting fixtures and electrical appliances themselves.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWill the color or surface texture look exactly like the photos?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to natural materials, shooting lighting, and screen resolution, the color, surface texture, pattern, and actual appearance may differ slightly from the photos. Product photos are for illustrative purposes only.\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=\"KaguReadMoreTriggerCWGK098\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerCWGK098\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Oak + White \/ 80*40*200cm","offer_id":42944238911536,"sku":"CWG-K098-01","price":453.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + White \/ 160*40*200cm","offer_id":42944239042608,"sku":"CWG-K098-05","price":900.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + White \/ 200*40*200cm","offer_id":42944239173680,"sku":"CWG-K098-09","price":1126.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + White \/ 240*40*200cm","offer_id":42944239304752,"sku":"CWG-K098-013","price":1347.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + White \/ 280*40*200cm","offer_id":42944239435824,"sku":"CWG-K098-017","price":1572.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + White \/ 320*40*200cm","offer_id":42944239566896,"sku":"CWG-K098-021","price":1619.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + White \/ 360*40*200cm","offer_id":42944239697968,"sku":"CWG-K098-025","price":1674.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + White \/ 400*40*200cm","offer_id":42944239829040,"sku":"CWG-K098-029","price":1801.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 80*40*200cm","offer_id":42944238944304,"sku":"CWG-K098-02","price":453.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 160*40*200cm","offer_id":42944239075376,"sku":"CWG-K098-06","price":900.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 200*40*200cm","offer_id":42944239206448,"sku":"CWG-K098-010","price":1126.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 240*40*200cm","offer_id":42944239337520,"sku":"CWG-K098-014","price":1347.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 280*40*200cm","offer_id":42944239468592,"sku":"CWG-K098-018","price":1572.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 320*40*200cm","offer_id":42944239599664,"sku":"CWG-K098-022","price":1619.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 360*40*200cm","offer_id":42944239730736,"sku":"CWG-K098-026","price":1674.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut + Dark Gray \/ 400*40*200cm","offer_id":42944239861808,"sku":"CWG-K098-030","price":1801.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 80*40*200cm","offer_id":42944238977072,"sku":"CWG-K098-03","price":453.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 160*40*200cm","offer_id":42944239108144,"sku":"CWG-K098-07","price":900.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 200*40*200cm","offer_id":42944239239216,"sku":"CWG-K098-011","price":1126.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 240*40*200cm","offer_id":42944239370288,"sku":"CWG-K098-015","price":1347.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 280*40*200cm","offer_id":42944239501360,"sku":"CWG-K098-019","price":1572.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 320*40*200cm","offer_id":42944239632432,"sku":"CWG-K098-023","price":1619.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 360*40*200cm","offer_id":42944239763504,"sku":"CWG-K098-027","price":1674.0,"currency_code":"GBP","in_stock":true},{"title":"Gray oak + khaki \/ 400*40*200cm","offer_id":42944239894576,"sku":"CWG-K098-031","price":1801.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 80*40*200cm","offer_id":42944239009840,"sku":"CWG-K098-04","price":453.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 160*40*200cm","offer_id":42944239140912,"sku":"CWG-K098-08","price":900.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 200*40*200cm","offer_id":42944239271984,"sku":"CWG-K098-012","price":1126.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 240*40*200cm","offer_id":42944239403056,"sku":"CWG-K098-016","price":1347.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 280*40*200cm","offer_id":42944239534128,"sku":"CWG-K098-020","price":1572.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 320*40*200cm","offer_id":42944239665200,"sku":"CWG-K098-024","price":1619.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 360*40*200cm","offer_id":42944239796272,"sku":"CWG-K098-028","price":1674.0,"currency_code":"GBP","in_stock":true},{"title":"Moss gray + dark gray \/ 400*40*200cm","offer_id":42944239927344,"sku":"CWG-K098-032","price":1801.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_white_bookcase_cabinets_and_display_cabinets_kaguyasuCWG-K098_main_images_1.webp?v=1778729852"},{"product_id":"sleek-grey-bookcase-eco-shelves-with-wood-cwg-034","title":"Sleek Grey Bookcase | Eco-Friendly Shelves With Wood | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--k-bg-dark); margin-bottom: 25px; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n\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\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eOrganized Serenity for Modern Spaces\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Storage Architecture:\u003c\/b\u003e A high-capacity bookcase designed to create visual order, elevating your workspace or living area with a clean, minimalist silhouette.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Hybrid Materials:\u003c\/b\u003e Expertly crafted with durable, eco-friendly MDF and solid rubberwood accents, offering the perfect balance of structural longevity and natural texture.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVersatile Display Utility:\u003c\/b\u003e Features smooth-action sliding doors, allowing you to transition between hidden storage and elegant shelving to highlight your decor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eEngineered for Reliability:\u003c\/b\u003e Heavy-duty shelving construction engineered to sustain heavy volumes and art pieces without sagging over time.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eSleek Grey Bookcase | Eco-Friendly Shelving\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eOptimize your environment effortlessly. This minimalist unit redefines practical shelving, blending the durability of engineered wood with the organic warmth of rubberwood accents. Whether serving as a professional bookcase in a contemporary office or an elegant display cabinet in your home sanctuary, its versatile form ensures your most prized items are organized with sophisticated ease.\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\/sleek_grey_bookcase_eco-friendly_shelves_with_wood_kaguyasuCWG-m-034_detailed_images_3.jpg?v=1779161448\" alt=\"Kaguyasu Sleek Grey Eco-Friendly Bookcase\" 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 Minimalist Storage (CWG-m-034)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Materials\u003c\/th\u003e\n\u003ctd\u003eEco-Friendly MDF, Solid Rubberwood Doors\/Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Colorways\u003c\/th\u003e\n\u003ctd\u003eGray+Rubberwood, White+Rubberwood, Rubberwood+White, Rubberwood+Gray\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eDimensions (L*W*H)\u003c\/th\u003e\n\u003ctd\u003e80 * 40 * 120 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e38 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eModel Variants\u003c\/th\u003e\n\u003ctd\u003eType A \/ Type B\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (All hardware included)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eNot possible (Standardized model)\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\u003eCorporate \u0026amp; Design Procurement\u003c\/h3\u003e\n    \u003cp\u003eThis unit is a staple for professional office fit-outs and residential design projects. Because it is a standardized model, we maintain consistent stock for rapid deployment. Contact our B2B team for volume purchasing and bulk shipping rates.\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 material variations normal?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. Due to the use of natural rubberwood, variations in grain pattern and texture may occur. These are characteristic of the natural material and are not considered defects. Standard wear and tear over time is also not covered under defects.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow accurate are the product colors?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe strive to represent colors accurately. However, due to lighting during studio photography and individual screen resolution settings, the physical product may vary slightly from online images.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this product customizable?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eTo maintain the structural precision of the sliding door system and overall shelf integrity, this model is not available for custom sizing or modification.\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":"Gray + rubberwood door \/ Type A","offer_id":42944240418864,"sku":"CWG-m-034-1","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + rubberwood door \/ Type B","offer_id":42944240549936,"sku":"CWG-m-034-5","price":183.0,"currency_code":"GBP","in_stock":true},{"title":"White + rubberwood door \/ Type A","offer_id":42944240451632,"sku":"CWG-m-034-2","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"White + rubberwood door \/ Type B","offer_id":42944240582704,"sku":"CWG-m-034-6","price":183.0,"currency_code":"GBP","in_stock":true},{"title":"Rubberwood + White Door \/ Type A","offer_id":42944240484400,"sku":"CWG-m-034-3","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Rubberwood + White Door \/ Type B","offer_id":42944240615472,"sku":"CWG-m-034-7","price":183.0,"currency_code":"GBP","in_stock":true},{"title":"Rubberwood + Gray \/ Type A","offer_id":42944240517168,"sku":"CWG-m-034-4","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Rubberwood + Gray \/ Type B","offer_id":42944240648240,"sku":"CWG-m-034-8","price":183.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/sleek_grey_bookcase_eco-friendly_shelves_with_wood_kaguyasuCWG-m-034_main_images_2.jpg?v=1779161442"},{"product_id":"chic-sideboard-cabinet-lockable-bookcase-cwg-c077","title":"Chic Sideboard Cabinet | Lockable Bookcase | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 35px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 35px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 18000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n        \u003cb\u003eModern Sideboard Elegance:\u003c\/b\u003e A chic sideboard cabinet that blends minimalist design with practical storage for homes, offices, and commercial interiors.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eEco-Friendly Particle Board:\u003c\/b\u003e Premium low-formaldehyde particle board creates sturdy shelves with wood grain finishes for safer everyday storage.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eLarge Storage Capacity:\u003c\/b\u003e Available in lengths up to 4000 mm, making it a flexible storage unit for documents, decor, books, and daily essentials.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eCustomisable Size and Colour:\u003c\/b\u003e Choose from listed colour palettes or request custom size and colour options to match your room or office layout.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eDurable Wood-Grain Structure:\u003c\/b\u003e Thick high-density melamine decorative board helps resist warping while maintaining reliable long-term storage support.\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=\"KaguReadMoreTriggerCWGC077\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eChic Sideboard Cabinet for Modern Storage Interiors\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0620\/9155\/9109\/files\/CWG-C077-01.jpg?v=1744962845\" alt=\"Chic sideboard cabinet with modern minimalist storage design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your living room, office, hallway, reception area, or commercial interior with this chic sideboard cabinet and lockable bookcase. Built from particle board with wood grain style finishes, it offers expansive size choices, practical storage capacity, green, black, natural, and walnut colour options, plus size and colour customisation support for flexible interior planning.\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\/0620\/9155\/9109\/files\/CWG-C077-02.jpg?v=1744962854\" alt=\"Thick durable shelves with wood grain finish sideboard cabinet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThick Durable Shelves with Wood Finish\u003c\/h3\u003e\n          \u003cp\u003eHigh-density melamine decorative board creates a thick and durable structure for long-term use, helping the sideboard cabinet resist warping and maintain reliable storage support.\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\/0620\/9155\/9109\/files\/CWG-C077-03.jpg?v=1744962864\" alt=\"Eco-friendly safe storage unit with wood grain finish\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly and Safe Storage Units\u003c\/h3\u003e\n          \u003cp\u003eLow-formaldehyde board construction supports a safer, cleaner storage experience. The calming wood grain finish helps reduce visual monotony while adding a strong, sophisticated presence.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/chic_sideboard_cabinet_lockable_bookcase_kaguyasuCWG-C077_detailed_images_4.jpg?v=1779161399\" alt=\"Chic sideboard cabinet colour options in green black natural and walnut\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eChic Sideboard Cabinet \/ Lockable Bookcase \/ Storage Unit \/ Shelves with Wood Finish\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticle board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n              \u003ctd\u003eGreen, black, natural, walnut\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e40¨C160 kg \/ approx. 88¨C353 lb\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize Options\u003c\/th\u003e\n              \u003ctd\u003e\n                800 ¡Á 400 ¡Á 800 mm \/ approx. 31.5 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                1200 ¡Á 400 ¡Á 800 mm \/ approx. 47.2 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                1600 ¡Á 400 ¡Á 800 mm \/ approx. 63.0 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                2000 ¡Á 400 ¡Á 800 mm \/ approx. 78.7 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                2400 ¡Á 400 ¡Á 800 mm \/ approx. 94.5 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                2800 ¡Á 400 ¡Á 800 mm \/ approx. 110.2 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                3200 ¡Á 400 ¡Á 800 mm \/ approx. 126.0 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                3600 ¡Á 400 ¡Á 800 mm \/ approx. 141.7 ¡Á 15.7 ¡Á 31.5 in\u003cbr\u003e\n                4000 ¡Á 400 ¡Á 800 mm \/ approx. 157.5 ¡Á 15.7 ¡Á 31.5 in\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSpace Planning\u003c\/th\u003e\n              \u003ctd\u003ePlease confirm cabinet length, wall clearance, door or drawer opening space, doorway width, lift access, stair clearance, floor level, and final placement area before ordering.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisable Items\u003c\/th\u003e\n              \u003ctd\u003eSize, colour\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\/CWG-C077-06.jpg?v=1744962890\" alt=\"Chic sideboard cabinet dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial Notice:\u003c\/b\u003e Due to board and finish characteristics, colour, surface texture, wood grain effect, and pattern may vary slightly. Normal wear over time is not considered a product defect.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour may look different under different lighting conditions, shooting environments, and screen settings. Images are for visual reference only.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Size and colour customisation is possible. Please confirm the required cabinet length, room layout, and colour direction before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Clean gently with a soft cloth. Avoid sharp objects, abrasive cleaners, standing water, excessive moisture, heavy impact, and prolonged direct sunlight.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for chic sideboard cabinet and lockable bookcase orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare enough space, suitable tools, and a clean setup area before installation.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eRoom Layout Check:\u003c\/b\u003e Confirm cabinet length, wall position, opening clearance, doorway width, lift access, stair clearance, and final placement area before purchase.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eCustom Planning:\u003c\/b\u003e Confirm required size, colour, storage function, and room style before requesting customisation.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for offices, reception areas, storage walls, document storage zones, reading spaces, showrooms, and modern home interiors.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eDaily Care:\u003c\/b\u003e Keep the cabinet away from standing water, abrasive cleaners, excessive moisture, heavy impact, and prolonged sunlight.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for this sideboard cabinet?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed material is particle board, designed for practical daily storage and modern interior use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this cabinet be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product information lists customisation as possible, with size and colour as customisable items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colours are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed colour options are green, black, natural, and walnut.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm cabinet dimensions, doorway width, lift access, stair clearance, wall clearance, opening space, floor level, colour choice, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerCWGC077\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerCWGC077\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"800*400*800mm\/White\/Type 1","offer_id":42944242122800,"sku":"CWG-C077-01","price":229.0,"currency_code":"GBP","in_stock":true},{"title":"800*400*800mm\/White\/Type 2","offer_id":42944242155568,"sku":"CWG-C077-02","price":255.0,"currency_code":"GBP","in_stock":true},{"title":"1200*400*800mm\/White\/Type 1","offer_id":42944242188336,"sku":"CWG-C077-03","price":369.0,"currency_code":"GBP","in_stock":true},{"title":"1200*400*800mm\/White\/Type 2","offer_id":42944242221104,"sku":"CWG-C077-04","price":403.0,"currency_code":"GBP","in_stock":true},{"title":"1600*400*800mm\/White\/Type 1","offer_id":42944242253872,"sku":"CWG-C077-05","price":457.0,"currency_code":"GBP","in_stock":true},{"title":"1600*400*800mm\/White\/Type 2","offer_id":42944242286640,"sku":"CWG-C077-06","price":483.0,"currency_code":"GBP","in_stock":true},{"title":"2000*400*800mm\/White\/Type 1","offer_id":42944242319408,"sku":"CWG-C077-07","price":570.0,"currency_code":"GBP","in_stock":true},{"title":"2000*400*800mm\/White\/Type 2","offer_id":42944242352176,"sku":"CWG-C077-08","price":791.0,"currency_code":"GBP","in_stock":true},{"title":"2400*400*800mm\/White\/Type 1","offer_id":42944242384944,"sku":"CWG-C077-09","price":711.0,"currency_code":"GBP","in_stock":true},{"title":"2400*400*800mm\/White\/Type 2","offer_id":42944242417712,"sku":"CWG-C077-10","price":966.0,"currency_code":"GBP","in_stock":true},{"title":"2800*400*800mm\/White\/Type 1","offer_id":42944242450480,"sku":"CWG-C077-11","price":1019.0,"currency_code":"GBP","in_stock":true},{"title":"3200*400*800mm\/White\/Type 1","offer_id":42944242483248,"sku":"CWG-C077-12","price":1126.0,"currency_code":"GBP","in_stock":true},{"title":"4000*400*800mm\/White\/Type 1","offer_id":42944242516016,"sku":"CWG-C077-14","price":1354.0,"currency_code":"GBP","in_stock":true},{"title":"800*400*800mm\/Black\/Type 3","offer_id":42944242548784,"sku":"CWG-C077-15","price":229.0,"currency_code":"GBP","in_stock":true},{"title":"800*400*800mm\/Black\/Type 4","offer_id":42944242581552,"sku":"CWG-C077-16","price":255.0,"currency_code":"GBP","in_stock":true},{"title":"1200*400*800mm\/Black\/Type 3","offer_id":42944242614320,"sku":"CWG-C077-17","price":403.0,"currency_code":"GBP","in_stock":true},{"title":"1600*400*800mm\/Black\/Type 3","offer_id":42944242647088,"sku":"CWG-C077-18","price":483.0,"currency_code":"GBP","in_stock":true},{"title":"2000*400*800mm\/Black\/Type 3","offer_id":42944242679856,"sku":"CWG-C077-19","price":791.0,"currency_code":"GBP","in_stock":true},{"title":"2400*400*800mm\/Black\/Type 3","offer_id":42944242712624,"sku":"CWG-C077-20","price":966.0,"currency_code":"GBP","in_stock":true},{"title":"1000*600*750mm\/White","offer_id":42944242745392,"sku":"CWG-C077-DZ-01","price":2219.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/chic_sideboard_cabinet_lockable_bookcase_kaguyasuCWG-C077_main_images_2.jpg?v=1779161393"},{"product_id":"bookcase-display-cabinet-with-glass-doors-and-lights-mg-lbg-ch31","title":"Bookcase | Display Cabinet With Glass Doors And Lights | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets (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\u003eIlluminated Elegance \u0026amp; Organization\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eElegant Showcase:\u003c\/b\u003e A stunning display cabinet featuring sleek glass doors and integrated lighting, perfect for illuminating prized collections and executive decor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Finishes:\u003c\/b\u003e Crafted with commercial-grade melamine, showcasing rich wood-grain textures and vibrant solid colors for long-lasting structural integrity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCompact \u0026amp; Versatile:\u003c\/b\u003e Intelligently designed storage units that maximize vertical capacity without overwhelming your room's spatial layout.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Aesthetic:\u003c\/b\u003e Stands out among traditional cabinetry with a sleek, warm-minimalist silhouette that seamlessly blends into contemporary resimercial spaces.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eIlluminated Display Cabinet \u0026amp; Modern Bookcase\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eElevate your owner's suite or boutique lounge with unmatched sophistication. Designed under the Kaguyasu principles of \"Warm Minimalism,\" this premium display cabinet offers a serene, organized sanctuary for your finest volumes and art pieces. The seamless integration of glass doors and ambient lighting transforms everyday storage into a curated gallery experience, reflecting a quiet luxury that enhances both corporate and residential environments.\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\/bookcase_display_cabinet_with_glass_doors_and_lights_kaguyasuMG-LBG-CH31_detailed_images_1.jpg?v=1779161551\" alt=\"Kaguyasu Bookcase and Display Cabinet With Glass Doors And Lights\" 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 Executive Storage Series (MG-LBG-CH31)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePrimary Material\u003c\/th\u003e\n          \u003ctd\u003eEco-Friendly Melamine Decorative Laminate (Engineered for commercial durability)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Finishes\u003c\/th\u003e\n          \u003ctd\u003eNatural Wood, White Walnut, Statement Blue\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eStandard Dimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003cul class=\"kagu-size-grid\"\u003e\n              \u003cli\u003e120 * 40 * 66 cm\u003c\/li\u003e\n              \u003cli\u003e95 * 40 * 66 cm\u003c\/li\u003e\n              \u003cli\u003e120 * 50 * 64 cm\u003c\/li\u003e\n              \u003cli\u003e80 * 50 * 64 cm\u003c\/li\u003e\n              \u003cli\u003e120 * 40 * 65 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 40kg (Depending on selected dimension)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eNot Possible\u003c\/b\u003e (This unit is structurally optimized as a fixed-size standardized product)\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 (Comprehensive instructions and hardware included)\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\u003eSecure Logistics \u0026amp; Commercial Procurement\u003c\/h3\u003e\n    \u003cp\u003eWhile this particular cabinet design does not support custom dimensional scaling, Kaguyasu remains fully equipped to handle large-scale volume orders for commercial fit-outs:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eReinforced Glass Transit:\u003c\/b\u003e All fragile components, including the glass doors and internal lighting fixtures, are encased in specialized shock-absorbent EPS foam and rigid outer crating to guarantee pristine arrival.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVolume Procurement:\u003c\/b\u003e Ideal for outfitting executive suites, modern libraries, and high-end retail displays. Please reach out to our B2B team for dynamic corporate pricing on multi-unit orders.\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\u003eHow does the integrated lighting system work?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThe cabinet includes an elegant ambient lighting solution designed to highlight your displayed items. The wiring is discreetly channeled through the rear panel during the assembly process to maintain the clean, minimalist aesthetic of the showcase.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the shelves strong enough for heavy books?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. The high-density melamine structural boards are engineered to bear significant weight. They are highly suitable for heavy volumes, awards, or decorative sculptures without bowing over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I order this cabinet in a custom size?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eCurrently, to maintain the precise structural integrity and flawless alignment of the glass doors, this specific model is only available in the carefully curated standard sizes listed in the specifications table.\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":"240*40*200cm","offer_id":42944243990576,"sku":"MG-LBG-CH31-01","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"280*40*200cm","offer_id":42944244023344,"sku":"MG-LBG-CH31-02","price":1016.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*80cm","offer_id":42944244056112,"sku":"MG-LBG-CH31-03","price":355.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/bookcase_display_cabinet_with_glass_doors_and_lights_kaguyasuMG-LBG-CH31_main_images_1.jpg?v=1779161518"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/bookcase_display_cabinet_with_glass_doors_and_lights_kaguyasuMG-LBG-CH31_detailed_images_3.jpg?v=1780645796","url":"https:\/\/kaguyasu.co.uk\/collections\/office-storage.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}