{"product_id":"small-folding-compact-computer-desk-bgz-k-008","title":"Small Folding Desk | Compact Computer Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Design:\u003c\/b\u003e A highly versatile \u003cb\u003esmall folding desk\u003c\/b\u003e designed for tight modern spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Core:\u003c\/b\u003e A sturdy \u003cb\u003esimple computer desk\u003c\/b\u003e featuring a scratch-resistant melamine surface.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMobile Setup:\u003c\/b\u003e A lightweight, \u003cb\u003eportable office desk\u003c\/b\u003e with a heavy-duty foldable steel frame.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Storage:\u003c\/b\u003e An efficient \u003cb\u003ecompact computer desk\u003c\/b\u003e equipped with a convenient under-desk shelf.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eStable Floor Support:\u003c\/b\u003e Adjustable anti-slip leveling feet help keep the desk steady on uneven floors.\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=\"KaguReadMoreTriggerBGZK008\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eVersatile Small Folding Desk Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_main_images_16.webp?v=1778729722\" alt=\"Small folding desk compact computer desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eAdapt seamlessly to any room. This space-saving \u003cb\u003esmall folding desk\u003c\/b\u003e delivers exceptional usability and convenience for modern dynamic lifestyles. The simple design can be adapted to many scenes and locations.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_3.jpg?v=1779160647\" alt=\"Durable simple computer desk melamine surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Simple Computer Desk Surface\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium melamine laminate. This sturdy \u003cb\u003esimple computer desk\u003c\/b\u003e resists water and daily scratches, ensuring effortless maintenance.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_6.jpg?v=1779160648\" alt=\"Heavy-duty portable office desk steel frame\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Portable Office Desk Frame\u003c\/h3\u003e\n          \u003cp\u003eExperience exceptional structural support. The thick steel frame makes this \u003cb\u003eportable office desk\u003c\/b\u003e highly stable and visually sophisticated.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_7.jpg?v=1779160648\" alt=\"Compact computer desk with under-desk storage shelf\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCompact Computer Desk with Storage Shelf\u003c\/h3\u003e\n          \u003cp\u003eMaximize your available workspace. The built-in shelf on this \u003cb\u003ecompact computer desk\u003c\/b\u003e holds books and magazines for a clutter-free 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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_8.jpg?v=1779160648\" alt=\"Adjustable anti-slip leveling desk feet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdjustable Anti-Slip Leveling Desk Feet\u003c\/h3\u003e\n          \u003cp\u003eAdapt to uneven floors effortlessly. The silent, non-slip adjustable feet provide stable, wobble-free support for maximum ergonomic comfort.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_1.jpg?v=1779160647\" alt=\"Color options for Kaguyasu small folding desk\" 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 board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite Maple, Natural, Walnut\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e7¡§C12kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e90kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ?¨¢ 40 ?¨¢ 75cm, 80 ?¨¢ 50 ?¨¢ 75cm\u003cbr\u003e80 ?¨¢ 60 ?¨¢ 75cm, 100 ?¨¢ 40 ?¨¢ 75cm\u003cbr\u003e100 ?¨¢ 50 ?¨¢ 75cm, 100 ?¨¢ 60 ?¨¢ 75cm\u003cbr\u003e120 ?¨¢ 40 ?¨¢ 75cm, 120 ?¨¢ 50 ?¨¢ 75cm\u003cbr\u003e120 ?¨¢ 60 ?¨¢ 75cm\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\"\u003eCustomization 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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_2.jpg?v=1779160647\" alt=\"Small folding desk compact computer desk 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 small folding desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This compact computer desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes range from 80 ?¨¢ 40 ?¨¢ 75cm to 120 ?¨¢ 60 ?¨¢ 75cm. Please confirm the selected size, workspace layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 90kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available colors include White Maple, Natural, and Walnut.\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 small folding desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this small folding desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this compact computer desk 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 customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed load capacity is 90kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include White Maple, Natural, and Walnut.\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=\"KaguReadMoreTriggerBGZK008\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK008\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White Maple \/ With Storage shelves \/ 80*40*75cm","offer_id":43011266183216,"sku":"BGZ-008-01","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 80*50*75cm","offer_id":43011266215984,"sku":"BGZ-008-03","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 80*60*75cm","offer_id":43011266248752,"sku":"BGZ-008-05","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*40*75cm","offer_id":43011266281520,"sku":"BGZ-008-07","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*50*75cm","offer_id":43011266314288,"sku":"BGZ-008-09","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*60*75cm","offer_id":43011266347056,"sku":"BGZ-008-11","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*40*75cm","offer_id":43011266379824,"sku":"BGZ-008-13","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*50*75cm","offer_id":43011266412592,"sku":"BGZ-008-15","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*60*75cm","offer_id":43011266445360,"sku":"BGZ-008-17","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 80*40*75cm","offer_id":43011266478128,"sku":"BGZ-008-02","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 80*50*75cm","offer_id":43011266510896,"sku":"BGZ-008-04","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*40*75cm","offer_id":43011266543664,"sku":"BGZ-008-08","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*50*75cm","offer_id":43011266576432,"sku":"BGZ-008-10","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*60*75cm","offer_id":43011266609200,"sku":"BGZ-008-12","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*40*75cm","offer_id":43011266641968,"sku":"BGZ-008-14","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*50*75cm","offer_id":43011266674736,"sku":"BGZ-008-16","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*60*75cm","offer_id":43011266707504,"sku":"BGZ-008-18","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*40*75cm","offer_id":43011266740272,"sku":"BGZ-008-19","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*50*75cm","offer_id":43011266773040,"sku":"BGZ-008-21","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*60*75cm","offer_id":43011266805808,"sku":"BGZ-008-23","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*40*75cm","offer_id":43011266838576,"sku":"BGZ-008-25","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*50*75cm","offer_id":43011266871344,"sku":"BGZ-008-27","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*60*75cm","offer_id":43011266904112,"sku":"BGZ-008-29","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*40*75cm","offer_id":43011266936880,"sku":"BGZ-008-31","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*50*75cm","offer_id":43011266969648,"sku":"BGZ-008-33","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*60*75cm","offer_id":43011267002416,"sku":"BGZ-008-35","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*40*75cm","offer_id":43011267035184,"sku":"BGZ-008-37","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*50*75cm","offer_id":43011267067952,"sku":"BGZ-008-39","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*60*75cm","offer_id":43011267100720,"sku":"BGZ-008-41","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*40*75cm","offer_id":43011267133488,"sku":"BGZ-008-43","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*50*75cm","offer_id":43011267166256,"sku":"BGZ-008-45","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*60*75cm","offer_id":43011267199024,"sku":"BGZ-008-47","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*40*75cm","offer_id":43011267231792,"sku":"BGZ-008-49","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*50*75cm","offer_id":43011267264560,"sku":"BGZ-008-51","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*60*75cm","offer_id":43011267297328,"sku":"BGZ-008-53","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 80*40*75cm","offer_id":43011267330096,"sku":"BGZ-008-54","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 80*50*75cm","offer_id":43011267362864,"sku":"BGZ-008-55","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*40*75cm","offer_id":43011267395632,"sku":"BGZ-008-56","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*50*75cm","offer_id":43011267428400,"sku":"BGZ-008-57","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*60*75cm","offer_id":43011267461168,"sku":"BGZ-008-58","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*40*75cm","offer_id":43011267493936,"sku":"BGZ-008-59","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*50*75cm","offer_id":43011267526704,"sku":"BGZ-008-60","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*60*75cm","offer_id":43011267559472,"sku":"BGZ-008-61","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 80*40*75cm","offer_id":43011267592240,"sku":"BGZ-008-62","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 80*50*75cm","offer_id":43011267625008,"sku":"BGZ-008-63","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*40*75cm","offer_id":43011267657776,"sku":"BGZ-008-64","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*50*75cm","offer_id":43011267690544,"sku":"BGZ-008-65","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*60*75cm","offer_id":43011267723312,"sku":"BGZ-008-66","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*40*75cm","offer_id":43011267756080,"sku":"BGZ-008-67","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*50*75cm","offer_id":43011267788848,"sku":"BGZ-008-68","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*60*75cm","offer_id":43011267821616,"sku":"BGZ-008-69","price":265.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_main_images_1.jpg?v=1779160641","url":"https:\/\/kaguyasu.co.uk\/products\/small-folding-compact-computer-desk-bgz-k-008","provider":"Kaguyasu-EU","version":"1.0","type":"link"}