{"id":42,"date":"2026-01-04T08:04:43","date_gmt":"2026-01-04T08:04:43","guid":{"rendered":"https:\/\/cozility-furniture.com\/?page_id=42"},"modified":"2026-01-23T08:43:24","modified_gmt":"2026-01-23T08:43:24","slug":"42-2","status":"publish","type":"page","link":"https:\/\/cozility-furniture.com\/?page_id=42","title":{"rendered":"Living room"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Products&#8221; _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;1135.3px&#8221; custom_padding=&#8221;0px|||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!DOCTYPE html><!-- [et_pb_line_break_holder] --><html lang=\"zh-CN\"><!-- [et_pb_line_break_holder] --><head><!-- [et_pb_line_break_holder] -->    <meta charset=\"UTF-8\"><!-- [et_pb_line_break_holder] -->    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><!-- [et_pb_line_break_holder] -->    <title>Furniture Categories<\/title><!-- [et_pb_line_break_holder] -->    <\/p>\n<style><!-- [et_pb_line_break_holder] -->        * {<!-- [et_pb_line_break_holder] -->            margin: 0;<!-- [et_pb_line_break_holder] -->            padding: 0;<!-- [et_pb_line_break_holder] -->            box-sizing: border-box;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        body {<!-- [et_pb_line_break_holder] -->            font-family: 'Helvetica Neue', Arial, sans-serif;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        .categories-grid {<!-- [et_pb_line_break_holder] -->            display: grid;<!-- [et_pb_line_break_holder] -->            grid-template-columns: repeat(2, 1fr);<!-- [et_pb_line_break_holder] -->            gap: 0;<!-- [et_pb_line_break_holder] -->            width: 100%;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        .category-item {<!-- [et_pb_line_break_holder] -->            background: #fff;<!-- [et_pb_line_break_holder] -->            padding: 20px 15px;<!-- [et_pb_line_break_holder] -->            text-align: center;<!-- [et_pb_line_break_holder] -->            display: flex;<!-- [et_pb_line_break_holder] -->            flex-direction: column;<!-- [et_pb_line_break_holder] -->            align-items: center;<!-- [et_pb_line_break_holder] -->            justify-content: center;<!-- [et_pb_line_break_holder] -->            height: 100%;<!-- [et_pb_line_break_holder] -->            text-decoration: none;<!-- [et_pb_line_break_holder] -->            color: inherit;<!-- [et_pb_line_break_holder] -->            border-right: 1px solid #f0f0f0;<!-- [et_pb_line_break_holder] -->            border-bottom: 1px solid #f0f0f0;<!-- [et_pb_line_break_holder] -->            transition: all 0.3s ease;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        .category-item:hover {<!-- [et_pb_line_break_holder] -->            background-color: #f9f9f9;<!-- [et_pb_line_break_holder] -->            transform: translateY(-2px);<!-- [et_pb_line_break_holder] -->            box-shadow: 0 4px 8px rgba(0,0,0,0.1);<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        \/* \u79fb\u9664\u6700\u540e\u4e00\u5217\u7684\u53f3\u8fb9\u6846 *\/<!-- [et_pb_line_break_holder] -->        .category-item:nth-child(2n) {<!-- [et_pb_line_break_holder] -->            border-right: none;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        \/* \u79fb\u9664\u6700\u540e\u4e24\u884c\u7684\u4e0b\u8fb9\u6846 *\/<!-- [et_pb_line_break_holder] -->        .category-item:nth-last-child(-n+2) {<!-- [et_pb_line_break_holder] -->            border-bottom: none;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        .category-icon {<!-- [et_pb_line_break_holder] -->            width: 70px;<!-- [et_pb_line_break_holder] -->            height: 70px;<!-- [et_pb_line_break_holder] -->            margin-bottom: 12px;<!-- [et_pb_line_break_holder] -->            display: flex;<!-- [et_pb_line_break_holder] -->            align-items: center;<!-- [et_pb_line_break_holder] -->            justify-content: center;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        .category-icon img {<!-- [et_pb_line_break_holder] -->            max-width: 100%;<!-- [et_pb_line_break_holder] -->            max-height: 100%;<!-- [et_pb_line_break_holder] -->            object-fit: contain;<!-- [et_pb_line_break_holder] -->            transition: transform 0.3s ease;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        .category-item:hover .category-icon img {<!-- [et_pb_line_break_holder] -->            transform: scale(1.05);<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        .category-name {<!-- [et_pb_line_break_holder] -->            font-size: 0.95rem;<!-- [et_pb_line_break_holder] -->            font-weight: 600;<!-- [et_pb_line_break_holder] -->            color: #2c3e50;<!-- [et_pb_line_break_holder] -->            text-transform: uppercase;<!-- [et_pb_line_break_holder] -->            letter-spacing: 0.5px;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        @media (max-width: 360px) {<!-- [et_pb_line_break_holder] -->            .category-item {<!-- [et_pb_line_break_holder] -->                padding: 15px 10px;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            .category-icon {<!-- [et_pb_line_break_holder] -->                width: 60px;<!-- [et_pb_line_break_holder] -->                height: 60px;<!-- [et_pb_line_break_holder] -->                margin-bottom: 10px;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            .category-name {<!-- [et_pb_line_break_holder] -->                font-size: 0.85rem;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        @media (min-width: 768px) {<!-- [et_pb_line_break_holder] -->            .categories-grid {<!-- [et_pb_line_break_holder] -->                grid-template-columns: repeat(4, 1fr);<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            \/* \u684c\u9762\u7aef\uff1a\u79fb\u9664\u7b2c4\u5217\u7684\u53f3\u8fb9\u6846\u548c\u6700\u540e1\u884c\u7684\u4e0b\u8fb9\u6846 *\/<!-- [et_pb_line_break_holder] -->            .category-item:nth-child(4n) {<!-- [et_pb_line_break_holder] -->                border-right: none;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            .category-item:nth-last-child(-n+1) {<!-- [et_pb_line_break_holder] -->                border-bottom: none;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            .category-item:nth-child(n+5) {<!-- [et_pb_line_break_holder] -->                border-bottom: none;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            .category-icon {<!-- [et_pb_line_break_holder] -->                width: 80px;<!-- [et_pb_line_break_holder] -->                height: 80px;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            .category-name {<!-- [et_pb_line_break_holder] -->                font-size: 1rem;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    <\/style>\n<p><!-- [et_pb_line_break_holder] --><\/head><!-- [et_pb_line_break_holder] --><body><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"categories-grid\"><!-- [et_pb_line_break_holder] -->        <a href=\"https:\/\/cozility-furniture.com\/?page_id=42\" class=\"category-item\" target=\"_self\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-icon\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2025\/12\/furniture-icon-05.png\" alt=\"Living Room\"><!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-name\">Living Room<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/a><!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        <a href=\"https:\/\/cozility-furniture.com\/?page_id=255\" class=\"category-item\" target=\"_self\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-icon\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2025\/12\/furniture-icon-06.png\" alt=\"Bedroom\"><!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-name\">Bedroom<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/a><!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        <a href=\"https:\/\/cozility-furniture.com\/?page_id=259\" class=\"category-item\" target=\"_self\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-icon\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2025\/12\/furniture-icon-08.png\" alt=\"Dining Room\"><!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-name\">Dining Room<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/a><!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        <a href=\"https:\/\/cozility-furniture.com\/?page_id=263\" class=\"category-item\" target=\"_self\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-icon\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2025\/12\/furniture-icon-22.png\" alt=\"Other Furniture\"><!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"category-name\">Other Furniture<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/a><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/body><!-- [et_pb_line_break_holder] --><\/html>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-53px|||||&#8221; custom_padding=&#8221;0px|||||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<div style=\"max-width: 480px; margin: 20px auto; padding: 15px; background: #fff; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); font-family: sans-serif;\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div style=\"display: flex; align-items: center; justify-content: space-between;\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div style=\"font-weight: bold; color: #333; font-size: 16px;\">Sort by:<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <select id=\"sortOptions\" style=\"width: 65%; padding: 10px 12px; border-radius: 6px; border: 1px solid #ddd; background: white; font-size: 15px; color: #333; cursor: pointer;\"><!-- [et_pb_line_break_holder] --><option value=\"default\">Default<\/option><!-- [et_pb_line_break_holder] --><option value=\"newest\">Newest<\/option><!-- [et_pb_line_break_holder] --><option value=\"price-low\">Price: Low to High<\/option><!-- [et_pb_line_break_holder] --><option value=\"price-high\">Price: High to Low<\/option><!-- [et_pb_line_break_holder] --><option value=\"bestseller\">Best Selling<\/option><!-- [et_pb_line_break_holder] -->    <\/select><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->\/\/ \u6392\u5e8f\u529f\u80fd<!-- [et_pb_line_break_holder] -->document.getElementById('sortOptions').addEventListener('change', function() {<!-- [et_pb_line_break_holder] -->  const sortValue = this.value;<!-- [et_pb_line_break_holder] -->  console.log('Sort by:', sortValue);<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/\/ \u8fd9\u91cc\u53ef\u4ee5\u6dfb\u52a0\u5b9e\u9645\u6392\u5e8f\u903b\u8f91<!-- [et_pb_line_break_holder] -->  \/\/ \u4f8b\u5982\uff1a\u91cd\u65b0\u6392\u5217\u4ea7\u54c1\u5217\u8868\u3001\u53d1\u9001\u8bf7\u6c42\u5230\u670d\u52a1\u5668\u7b49<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/\/ \u793a\u4f8b\uff1a\u663e\u793a\u9009\u62e9\u7684\u6392\u5e8f\u65b9\u5f0f<!-- [et_pb_line_break_holder] -->  const sortText = this.options[this.selectedIndex].text;<!-- [et_pb_line_break_holder] -->  alert(`Products will be sorted by: ${sortText}`);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"product type-product post-1150 status-publish first instock product_cat-category product_cat-sofa-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=2-tier-black-side-table-with-storage-sofa-table-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img fetchpriority=\"high\" fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/2-Tier-Black-Side-Table-with-Storage-Sofa-Table-for-Living-Room-Metal-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"2-Tier Black Side Table with Storage Sofa Table\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">2-Tier Black Side Table with Storage Sofa Table<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>88.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;88.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>70.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;70.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-369 status-publish instock product_cat-accent-chair product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=27-2w-rocking-chair-for-nursery\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/27.2W-Rocking-Chair-for-Nursery-Sherpa-Glider-Chair-with-High-Back-an-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"27.2&quot;W Rocking Chair for Nursery\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">27.2&#8243;W Rocking Chair for Nursery<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>232.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-533 status-publish instock product_cat-category product_cat-sofa has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=360-swivel-barrel-chair\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Oversized-Swivel-Accent-Chair-360-Swivel-Barrel-Chair-Papasan-Chair-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"360 Swivel Barrel Chair\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">360 Swivel Barrel Chair<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>198.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;198.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>158.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;158.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-810 status-publish last instock product_cat-bookshelf has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=4-tier-all-steel-rotating-bookshelf-with-360-wheels\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"4-Tier All-Steel Rotating Bookshelf with 360\u00b0 Wheels\" srcset=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-300x300.jpg 300w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-150x150.jpg 150w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-480x480.jpg 480w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-100x100.jpg 100w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd.jpg 500w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">4-Tier All-Steel Rotating Bookshelf with 360\u00b0 Wheels<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>140.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-934 status-publish first instock product_cat-category product_cat-desk has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-art-drawing-desk-craft-station\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Adjustable-Art-Drawing-Desk-Craft-Station-Drafting-with-2-fabric-Drawe-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Adjustable Art Drawing Desk Craft Station\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Adjustable Art Drawing Desk Craft Station<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>178.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;178.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>142.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;142.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-932 status-publish instock product_cat-category product_cat-desk has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-drawing-drafting-table-desk\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/adjustable-drawing-drafting-table-desk-with-2-drawers-for-home-office-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"adjustable drawing drafting table desk\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">adjustable drawing drafting table desk<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>146.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-618 status-publish instock product_cat-category product_cat-coffee-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=capsule-centre-table-low-table-100-solid-wood\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Capsule-centre-table-Low-table-Table-with-drawers-100-solid-wood-Top-b-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Capsule centre table Low table 100% solid wood\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Capsule centre table Low table 100% solid wood<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>395.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;395.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>315.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;315.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-607 status-publish last instock product_cat-category product_cat-coffee-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=center-table-low-table-100-solid-wood-top-plate\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Center-table-Low-Table-100-solid-wood-Top-plate-Desk-Coffee-table-Widt-2-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Center table Low Table 100% solid wood Top plate\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Center table Low Table 100% solid wood Top plate<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>235.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;235.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>188.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;188.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-851 status-publish first instock product_cat-category product_cat-coffee-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=contemporary-artistic-double-layer-coffee-table\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Contemporary-Artistic-Double-Layer-Coffee-Table-White-Marble-and-Woo-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Contemporary Artistic Double Layer Coffee Table\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Contemporary Artistic Double Layer Coffee Table<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>300.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;300.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>240.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;240.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-151 status-publish instock product_cat-category product_cat-sofa has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=convertible-folding-sofa-bed-with-fixed-frame-and-pillow-back-handrail-cloud-corduroy-folding-mattress-sofa\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/6f3ad9bf662e26597114ed261450bfaa-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Convertible Folding Sofa Bed\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Convertible Folding Sofa Bed<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>881.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;881.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>705.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;705.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-595 status-publish instock product_cat-category product_cat-coffee-table has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=elevating-center-table-low-table-100-solid-oak-wood-top-plate-desk\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Elevating-Center-Table-Low-Table-100-Solid-Oak-Wood-Top-Plate-Desk-Cof-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Elevating Center Table Low Table 100% Solid Oak Wood Top Plate Desk\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Elevating Center Table Low Table 100% Solid Oak Wood Top Plate Desk<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>382.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>546.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;382.00 through &#36;546.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-327 status-publish last instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=extendable-dining-table\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/56b728d750674ad1cc14eec1971e3db1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Extendable Dining Table\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Extendable Dining Table<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>345.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>430.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;345.00 through &#36;430.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-354 status-publish first instock product_cat-category product_cat-sideboard has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=fully-unfolded-51-18-inches-white-foldable-table\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/b7b8c9fc6732f62b6fa6045227425b08-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fully unfolded 51.18 inches white foldable table\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Fully unfolded 51.18 inches white foldable table<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>132.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-621 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=kitchen-island-cart-with-walnut-wood-top\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Kitchen-Island-Cart-with-walnut-wood-Top-Rolling-Storage-Cabinet-on-W-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kitchen Island Cart with walnut wood Top\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Kitchen Island Cart with walnut wood Top<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>188.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;188.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>150.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;150.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-644 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=kitchen-pantry-storage-cabinet\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Kitchen-Pantry-Storage-CabinetFreestanding-Pantry-Cabinet-with-Doors-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kitchen Pantry Storage Cabinet\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Kitchen Pantry Storage Cabinet<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>162.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-417 status-publish last instock product_cat-category product_cat-sofa has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=oversized-oval-upholstered-bean-bag-sofa\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Ovrsized-Oval-Upholstered-Bean-Bag-Sofa-Lazy-Sofa-with-3-Large-Pillo-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Oversized Oval Upholstered Bean Bag Sofa\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Oversized Oval Upholstered Bean Bag Sofa<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>459.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-131 status-publish first instock product_cat-category product_cat-sofa has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=power-recliner-swivel-glider-usb-charger-with-bluetooth-music-player-different-function-sleep-working-game-and-leisure-model-orange\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/35226f7665d410644358bc3d1e1d0ec0-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Power Recliner Swivel Glider\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Power Recliner Swivel Glider<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>558.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;558.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>446.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;446.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-455 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=retro-sideboard-door-with-circular-groove\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/TREXM-Retro-Sideboard-door-with-Circular-Groove-Design-Round-Metal-Doo-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Retro Sideboard door with Circular Groove\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Retro Sideboard door with Circular Groove<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>318.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>425.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;318.00 through &#36;425.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-684 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=retro-sideboard-door-with-circular-groove-design\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/TREXM-Retro-Sideboard-door-with-Circular-Groove-Design-Round-Metal-Doo-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Retro Sideboard door with Circular Groove Design\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Retro Sideboard door with Circular Groove Design<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>314.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>422.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;314.00 through &#36;422.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-645 status-publish last instock product_cat-sideboard has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=sideboard-buffet-cabinet\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Sideboard-Buffet-Cabinet-51-Large-Kitchen-Storage-Cabinet-with-Drawer-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sideboard Buffet Cabinet\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Sideboard Buffet Cabinet<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>176.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-199 status-publish first instock product_cat-cabinets product_cat-category product_cat-sideboard product_tag-elegant-glass-doors product_tag-full-assembly-required product_tag-lasting-durability product_tag-modern-farmhouse-sideboard product_tag-spacious-adjustable-storage has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=sideboard-cabinet-with-storage\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sideboard Cabinet with Storage\" srcset=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-300x300.jpg 300w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-150x150.jpg 150w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-480x480.jpg 480w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-100x100.jpg 100w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235.jpg 500w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Sideboard Cabinet with Storage<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>280.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;280.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>224.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;224.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-550 status-publish instock product_cat-sofa product_tag-highly-elastic-and-high-density-sponge-cushion product_tag-make-the-small-space-living-more-casual product_tag-versatile-sofa-bed product_tag-wear-and-breathable has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=54-30-inch-double-upholstered-broaching-machine\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/54.30-Double-Buffer-Broaching-Machine-Wood-Panel-Support-Buffer-Fram-12-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sofa bed with storage\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Sofa bed with storage<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>388.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;388.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>310.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;310.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-751 status-publish instock product_cat-category product_cat-coffee-table has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=square-double-layer-coffee-table-with-hidden-compartment\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Square-double-layer-coffee-table-with-hidden-compartment-and-fingerpri-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Square double-layer coffee table with hidden compartment\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Square double-layer coffee table with hidden compartment<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>146.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-553 status-publish last instock product_cat-category product_cat-sofa has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=yellow-comfortable-chair\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Yellow-comfortable-chair-for-Small-apartment-Bedroom-space-Balcony-Sma-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Yellow comfortable chair\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Yellow comfortable chair<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>276.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>277.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;276.00 through &#36;277.00<\/span><\/span>\n<\/a><\/li>\n<\/ul>\n<\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Footer&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f4fafa&#8221; top_divider_style=&#8221;ramp&#8221; top_divider_color=&#8221;#ffffff&#8221; top_divider_height=&#8221;80%&#8221; top_divider_flip=&#8221;vertical&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.4em&#8221; header_3_font=&#8221;Autour One|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;16px&#8221; header_3_line_height=&#8221;1.6em&#8221; custom_margin=&#8221;||10px||false|false&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_tablet=&#8221;1.6em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;18px&#8221; header_3_font_size_phone=&#8221;16px&#8221; header_3_font_size_last_edited=&#8221;off|desktop&#8221; header_3_line_height_tablet=&#8221;1.5em&#8221; header_3_line_height_phone=&#8221;1.6em&#8221; header_3_line_height_last_edited=&#8221;off|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>CozilityFurniture<\/h3>\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\"><\/div>\n<\/div>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Josefin Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.4em&#8221; header_3_font=&#8221;Autour One|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_line_height=&#8221;1.4em&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_tablet=&#8221;1.6em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;18px&#8221; header_3_font_size_phone=&#8221;16px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;1.5em&#8221; header_3_line_height_phone=&#8221;1.6em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We offer a wide variety of furniture options to meet your style and budget, making us the ideal choice for fulfilling all your furniture needs.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.4em&#8221; header_3_font=&#8221;Autour One|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;16px&#8221; header_3_line_height=&#8221;1.6em&#8221; custom_margin=&#8221;||10px||false|false&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_tablet=&#8221;1.6em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Contact Us<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Josefin Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.4em&#8221; link_text_color=&#8221;#134c5f&#8221; header_3_font=&#8221;Autour One|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_line_height=&#8221;1.4em&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_tablet=&#8221;1.6em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;18px&#8221; header_3_font_size_phone=&#8221;16px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;1.5em&#8221; header_3_line_height_phone=&#8221;1.6em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div data-v-418200c0=\"\" uno-bly=\"mt-16px lh-16px flex\">Headquarters: 4388 Shirley Avenue, El Monte, CA 91731, USA<br \/>Other offices: Unit A, 12\/F, Shun Ho Tower, 24-30 Ice House Street, Central, Hong KongUnit C Swift Point, Cosford Lane, Rugby<\/div>\n<p>+86 18663191435<\/p>\n<p>cozilityfurniture@gmail.com<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.4em&#8221; header_3_font=&#8221;Autour One|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;16px&#8221; header_3_line_height=&#8221;1.6em&#8221; custom_margin=&#8221;||10px||false|false&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_tablet=&#8221;1.6em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Opening Hours<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Josefin Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.4em&#8221; link_text_color=&#8221;#134c5f&#8221; header_3_font=&#8221;Autour One|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_line_height=&#8221;1.4em&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_tablet=&#8221;1.6em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;18px&#8221; header_3_font_size_phone=&#8221;16px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;1.5em&#8221; header_3_line_height_phone=&#8221;1.6em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Mon \u2013 Fri: 8am \u2013 8pm<\/p>\n<p>Sat: 9am \u2013 5pm\u200b\u200b<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sort by: Default Newest Price: Low to High Price: High to Low Best Selling <div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"product type-product post-1150 status-publish first instock product_cat-category product_cat-sofa-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=2-tier-black-side-table-with-storage-sofa-table-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/2-Tier-Black-Side-Table-with-Storage-Sofa-Table-for-Living-Room-Metal-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"2-Tier Black Side Table with Storage Sofa Table\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">2-Tier Black Side Table with Storage Sofa Table<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>88.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;88.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>70.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;70.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-369 status-publish instock product_cat-accent-chair product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=27-2w-rocking-chair-for-nursery\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/27.2W-Rocking-Chair-for-Nursery-Sherpa-Glider-Chair-with-High-Back-an-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"27.2&quot;W Rocking Chair for Nursery\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">27.2&#8243;W Rocking Chair for Nursery<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>232.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-533 status-publish instock product_cat-category product_cat-sofa has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=360-swivel-barrel-chair\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Oversized-Swivel-Accent-Chair-360-Swivel-Barrel-Chair-Papasan-Chair-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"360 Swivel Barrel Chair\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">360 Swivel Barrel Chair<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>198.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;198.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>158.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;158.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-810 status-publish last instock product_cat-bookshelf has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=4-tier-all-steel-rotating-bookshelf-with-360-wheels\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"4-Tier All-Steel Rotating Bookshelf with 360\u00b0 Wheels\" decoding=\"async\" srcset=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-300x300.jpg 300w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-150x150.jpg 150w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-480x480.jpg 480w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd-100x100.jpg 100w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/4-Tier-All-Steel-Rotating-Bookshelf-with-360\u00b0-Wheels-Large-Size-Sturd.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">4-Tier All-Steel Rotating Bookshelf with 360\u00b0 Wheels<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>140.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-934 status-publish first instock product_cat-category product_cat-desk has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-art-drawing-desk-craft-station\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Adjustable-Art-Drawing-Desk-Craft-Station-Drafting-with-2-fabric-Drawe-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Adjustable Art Drawing Desk Craft Station\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Adjustable Art Drawing Desk Craft Station<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>178.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;178.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>142.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;142.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-932 status-publish instock product_cat-category product_cat-desk has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-drawing-drafting-table-desk\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/adjustable-drawing-drafting-table-desk-with-2-drawers-for-home-office-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"adjustable drawing drafting table desk\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">adjustable drawing drafting table desk<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>146.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-618 status-publish instock product_cat-category product_cat-coffee-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=capsule-centre-table-low-table-100-solid-wood\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Capsule-centre-table-Low-table-Table-with-drawers-100-solid-wood-Top-b-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Capsule centre table Low table 100% solid wood\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Capsule centre table Low table 100% solid wood<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>395.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;395.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>315.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;315.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-607 status-publish last instock product_cat-category product_cat-coffee-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=center-table-low-table-100-solid-wood-top-plate\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Center-table-Low-Table-100-solid-wood-Top-plate-Desk-Coffee-table-Widt-2-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Center table Low Table 100% solid wood Top plate\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Center table Low Table 100% solid wood Top plate<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>235.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;235.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>188.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;188.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-851 status-publish first instock product_cat-category product_cat-coffee-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=contemporary-artistic-double-layer-coffee-table\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Contemporary-Artistic-Double-Layer-Coffee-Table-White-Marble-and-Woo-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Contemporary Artistic Double Layer Coffee Table\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Contemporary Artistic Double Layer Coffee Table<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>300.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;300.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>240.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;240.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-151 status-publish instock product_cat-category product_cat-sofa has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=convertible-folding-sofa-bed-with-fixed-frame-and-pillow-back-handrail-cloud-corduroy-folding-mattress-sofa\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/6f3ad9bf662e26597114ed261450bfaa-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Convertible Folding Sofa Bed\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Convertible Folding Sofa Bed<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>881.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;881.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>705.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;705.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-595 status-publish instock product_cat-category product_cat-coffee-table has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=elevating-center-table-low-table-100-solid-oak-wood-top-plate-desk\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Elevating-Center-Table-Low-Table-100-Solid-Oak-Wood-Top-Plate-Desk-Cof-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Elevating Center Table Low Table 100% Solid Oak Wood Top Plate Desk\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Elevating Center Table Low Table 100% Solid Oak Wood Top Plate Desk<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>382.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>546.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;382.00 through &#36;546.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-327 status-publish last instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=extendable-dining-table\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/56b728d750674ad1cc14eec1971e3db1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Extendable Dining Table\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Extendable Dining Table<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>345.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>430.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;345.00 through &#36;430.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-354 status-publish first instock product_cat-category product_cat-sideboard has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=fully-unfolded-51-18-inches-white-foldable-table\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/b7b8c9fc6732f62b6fa6045227425b08-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fully unfolded 51.18 inches white foldable table\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Fully unfolded 51.18 inches white foldable table<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>132.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-621 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=kitchen-island-cart-with-walnut-wood-top\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Kitchen-Island-Cart-with-walnut-wood-Top-Rolling-Storage-Cabinet-on-W-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kitchen Island Cart with walnut wood Top\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Kitchen Island Cart with walnut wood Top<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>188.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;188.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>150.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;150.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-644 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=kitchen-pantry-storage-cabinet\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Kitchen-Pantry-Storage-CabinetFreestanding-Pantry-Cabinet-with-Doors-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kitchen Pantry Storage Cabinet\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Kitchen Pantry Storage Cabinet<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>162.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-417 status-publish last instock product_cat-category product_cat-sofa has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=oversized-oval-upholstered-bean-bag-sofa\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Ovrsized-Oval-Upholstered-Bean-Bag-Sofa-Lazy-Sofa-with-3-Large-Pillo-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Oversized Oval Upholstered Bean Bag Sofa\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Oversized Oval Upholstered Bean Bag Sofa<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>459.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-131 status-publish first instock product_cat-category product_cat-sofa has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=power-recliner-swivel-glider-usb-charger-with-bluetooth-music-player-different-function-sleep-working-game-and-leisure-model-orange\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/35226f7665d410644358bc3d1e1d0ec0-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Power Recliner Swivel Glider\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Power Recliner Swivel Glider<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>558.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;558.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>446.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;446.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-455 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=retro-sideboard-door-with-circular-groove\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/TREXM-Retro-Sideboard-door-with-Circular-Groove-Design-Round-Metal-Doo-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Retro Sideboard door with Circular Groove\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Retro Sideboard door with Circular Groove<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>318.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>425.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;318.00 through &#36;425.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-684 status-publish instock product_cat-category product_cat-sideboard has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=retro-sideboard-door-with-circular-groove-design\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/TREXM-Retro-Sideboard-door-with-Circular-Groove-Design-Round-Metal-Doo-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Retro Sideboard door with Circular Groove Design\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Retro Sideboard door with Circular Groove Design<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>314.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>422.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;314.00 through &#36;422.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-645 status-publish last instock product_cat-sideboard has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=sideboard-buffet-cabinet\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Sideboard-Buffet-Cabinet-51-Large-Kitchen-Storage-Cabinet-with-Drawer-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sideboard Buffet Cabinet\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Sideboard Buffet Cabinet<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>176.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-199 status-publish first instock product_cat-cabinets product_cat-category product_cat-sideboard product_tag-elegant-glass-doors product_tag-full-assembly-required product_tag-lasting-durability product_tag-modern-farmhouse-sideboard product_tag-spacious-adjustable-storage has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=sideboard-cabinet-with-storage\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sideboard Cabinet with Storage\" decoding=\"async\" srcset=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-300x300.jpg 300w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-150x150.jpg 150w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-480x480.jpg 480w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235-100x100.jpg 100w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/\u5fae\u4fe1\u56fe\u7247_20260130155235.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Sideboard Cabinet with Storage<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>280.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;280.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>224.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;224.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-550 status-publish instock product_cat-sofa product_tag-highly-elastic-and-high-density-sponge-cushion product_tag-make-the-small-space-living-more-casual product_tag-versatile-sofa-bed product_tag-wear-and-breathable has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=54-30-inch-double-upholstered-broaching-machine\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/54.30-Double-Buffer-Broaching-Machine-Wood-Panel-Support-Buffer-Fram-12-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sofa bed with storage\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Sofa bed with storage<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>388.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;388.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>310.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;310.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-751 status-publish instock product_cat-category product_cat-coffee-table has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=square-double-layer-coffee-table-with-hidden-compartment\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Square-double-layer-coffee-table-with-hidden-compartment-and-fingerpri-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Square double-layer coffee table with hidden compartment\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Square double-layer coffee table with hidden compartment<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>146.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-553 status-publish last instock product_cat-category product_cat-sofa has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=yellow-comfortable-chair\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Yellow-comfortable-chair-for-Small-apartment-Bedroom-space-Balcony-Sma-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Yellow comfortable chair\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Yellow comfortable chair<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>276.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>277.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;276.00 through &#36;277.00<\/span><\/span>\n<\/a><\/li>\n<\/ul>\n<\/div> CozilityFurniture We offer a wide variety of furniture options to meet your style and budget, making us the ideal choice for fulfilling all your furniture needs.Contact UsHeadquarters: 4388 Shirley Avenue, El Monte, CA 91731, USAOther offices: Unit A, 12\/F, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-42","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=42"}],"version-history":[{"count":42,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":2074,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions\/2074"}],"wp:attachment":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}