{"id":259,"date":"2026-01-07T08:18:15","date_gmt":"2026-01-07T08:18:15","guid":{"rendered":"https:\/\/cozility-furniture.com\/?page_id=259"},"modified":"2026-01-23T08:43:47","modified_gmt":"2026-01-23T08:43:47","slug":"259-2","status":"publish","type":"page","link":"https:\/\/cozility-furniture.com\/?page_id=259","title":{"rendered":"Dining 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 column_structure=&#8221;2_3,1_3&#8243; 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;2_3&#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; text_orientation=&#8221;center&#8221; min_height=&#8221;2913.5px&#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-778 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=3-pieces-bookcase-display-cabinet-with-5-colors-adjustable-led-ceiling-light\" 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\/78.75-Tall-3-Pieces-Bookcase-Display-Cabinet-with-5-Colors-Adjustable-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"3-Pieces Bookcase, Display Cabinet with 5 Colors Adjustable LED Ceiling Light\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">3-Pieces Bookcase, Display Cabinet with 5 Colors Adjustable LED Ceiling Light<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>648.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;648.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>518.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;518.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-665 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=bar-cabinet-console-table\" 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\/Bar-cabinet-Console-Table-with-2-Door-Cabinet-1-Drawers-Coffee-Bar-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Bar cabinet Console Table\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Bar cabinet Console Table<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>294.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-567 status-publish instock product_cat-category product_cat-dining-chair has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=dining-chair-wooden-fas-grade-oak-natural-wood\" 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\/Dining-Chair-Wooden-FAS-Grade-Oak-Natural-Wood-Made-in-North-America-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Dining Chair Wooden FAS Grade Oak Natural Wood\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Dining Chair Wooden FAS Grade Oak Natural Wood<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>98.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>308.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;98.00 through &#36;308.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-721 status-publish last instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=display-cabinet-and-two-triangle-sided-bookshelves\" 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\/75.25-Tall-Display-Cabinet-and-Two-Triangle-Sided-Bookshelves-69.25-W-2-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Display Cabinet and Two Triangle Sided Bookshelves\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Display Cabinet and Two Triangle Sided Bookshelves<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>246.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>978.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;246.00 through &#36;978.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-327 status-publish first 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-1009 status-publish instock product_cat-category product_cat-dressers has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=full-body-mirror-cabinet-round-mirror-led-vanity-table-cushioned-stool\" 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\/Full-Body-Mirror-Cabinet-Round-Mirror-LED-Vanity-Table-Cushioned-S-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Full Body Mirror Cabinet + Round Mirror LED Vanity Table + Cushioned Stool\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Full Body Mirror Cabinet + Round Mirror LED Vanity Table + Cushioned Stool<\/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>242.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;242.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-546 status-publish instock product_cat-category product_cat-dining-tables 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-2\" 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\/Fully-unfolded-51.18-inches-white-foldable-table-suitable-for-small-f-300x300.png\" 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>135.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-354 status-publish last 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-523 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=kitchen-pantry-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\/62.99in-Kitchen-Pantry-Cabinet-Walnut-Buffet-Cupboards-S-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kitchen Pantry Cabinet\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Kitchen Pantry Cabinet<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>395.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>400.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;395.00 through &#36;400.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-494 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=laundry-cabinet-with-2-removable-liner-bags\" 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\/Laundry-Cabinet-with-2-Removable-Liner-Bags-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Laundry Cabinet ,with 2 Removable Liner Bags\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Laundry Cabinet ,with 2 Removable Liner Bags<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>107.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>283.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;107.00 through &#36;283.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-805 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=metal-garage-storage-cabinet-six-separate-storage-compartments\" 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\/Metal-garage-storage-cabinet-six-separate-storage-compartments-70.9-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Metal garage storage cabinet, six separate storage compartments\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Metal garage storage cabinet, six separate storage compartments<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>210.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;210.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>168.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;168.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1014 status-publish last instock product_cat-desk-chair product_cat-dining-chair has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=modern-dining-chairs-equipped-with-pu-artificial-leather-backrest-cushions-and-black-metal-legs\" 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\/Modern-dining-chairs-equipped-with-PU-artificial-leather-backrest-cus-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Modern dining chairs, equipped with PU artificial leather backrest cushions and black metal legs\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Modern dining chairs, equipped with PU artificial leather backrest cushions and black metal legs<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>173.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>732.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;173.00 through &#36;732.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-683 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=modern-sideboard-buffet-cabinet\" 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-Modern-Sideboard-MDF-Buffet-Cabinet-Marble-Sticker-Tabletop-and-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Modern Sideboard  Buffet Cabinet\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Modern Sideboard  Buffet Cabinet<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>290.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;290.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>236.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;236.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-983 status-publish instock product_cat-category product_cat-dining-tables has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=multi-functional-folding-table-with-storage-shelves-and-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\/Multi-Functional-Folding-Table-with-Storage-Shelves-and-Wheels-47-Inc-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Multi-Functional Folding Table with Storage Shelves and Wheels\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Multi-Functional Folding Table with Storage Shelves and Wheels<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>148.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1583 status-publish instock product_cat-category product_cat-desk product_cat-dining-tables has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=multi-functional-folding-table-with-storage-shelves-and-wheels-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\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Multi-Functional-Folding-Table-with-Storage-Shelves-and-Wheels-47-Inc-6-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Multi-Functional Folding Table with Storage Shelves and Wheels\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Multi-Functional Folding Table with Storage Shelves and Wheels<\/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-787 status-publish last instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=multifuctional-storage-cabinet-buffet-sideboard-with-drawer\" 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\/Set-of-2-32.5-58.8W-Multifuctional-Storage-Cabinet-Buffet-Sideboard-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Multifuctional Storage Cabinet, Buffet Sideboard with Drawer\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Multifuctional Storage Cabinet, Buffet Sideboard with Drawer<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>146.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>523.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;146.00 through &#36;523.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-619 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=north-america-a-grade-cherry-one-piece-solid-wood-storage-rack\" 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\/North-America-A-Grade-Cherry-One-Piece-Solid-Wood-Storage-Rack-Simple-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"North America A Grade Cherry One Piece Solid Wood Storage Rack\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">North America A Grade Cherry One Piece Solid Wood Storage Rack<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>186.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-712 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=shoe-storage-organizer-with-bench-shoe-rack-with-6-tier-adjustable-shelves\" 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\/12-Pair-Shoe-Storage-Organizer-with-Bench-43.25H-Shoe-Cabinets-Shoe-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Shoe Storage Organizer with Bench, Shoe Rack with 6-Tier Adjustable Shelves\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Shoe Storage Organizer with Bench, Shoe Rack with 6-Tier Adjustable Shelves<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>155.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;155.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>124.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;124.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-199 status-publish 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-664 status-publish last instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=stand-up-kitchen-pantry-storage-cabinet\" 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\/67-Tall-Kitchen-Pantry-Cabinet-with-Doors-and-Shelves-Large-Stand-Up-P-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Stand Up Kitchen Pantry Storage Cabinet\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Stand Up Kitchen Pantry Storage Cabinet<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>192.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;192.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>154.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;154.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-518 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=tall-kitchen-pantry-cabinet-with-multi-functional-pull-out-multi-tier-storage-shelf\" 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\/70.87-Tall-Kitchen-Pantry-Cabinet-with-multi-functional-pull-out-multi-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tall Kitchen Pantry Cabinet with multi-functional pull-out multi-tier storage shelf\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Tall Kitchen Pantry Cabinet with multi-functional pull-out multi-tier storage shelf<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>460.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;460.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>368.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;368.00.<\/span><\/span>\n<\/a><\/li>\n<\/ul>\n<\/div>[\/et_pb_code][\/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_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<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-778 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=3-pieces-bookcase-display-cabinet-with-5-colors-adjustable-led-ceiling-light\" 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\/78.75-Tall-3-Pieces-Bookcase-Display-Cabinet-with-5-Colors-Adjustable-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"3-Pieces Bookcase, Display Cabinet with 5 Colors Adjustable LED Ceiling Light\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">3-Pieces Bookcase, Display Cabinet with 5 Colors Adjustable LED Ceiling Light<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>648.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;648.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>518.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;518.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-665 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=bar-cabinet-console-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\/Bar-cabinet-Console-Table-with-2-Door-Cabinet-1-Drawers-Coffee-Bar-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Bar cabinet Console Table\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Bar cabinet Console Table<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>294.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-567 status-publish instock product_cat-category product_cat-dining-chair has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=dining-chair-wooden-fas-grade-oak-natural-wood\" 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\/Dining-Chair-Wooden-FAS-Grade-Oak-Natural-Wood-Made-in-North-America-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Dining Chair Wooden FAS Grade Oak Natural Wood\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Dining Chair Wooden FAS Grade Oak Natural Wood<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>98.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>308.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;98.00 through &#36;308.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-721 status-publish last instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=display-cabinet-and-two-triangle-sided-bookshelves\" 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\/75.25-Tall-Display-Cabinet-and-Two-Triangle-Sided-Bookshelves-69.25-W-2-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Display Cabinet and Two Triangle Sided Bookshelves\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Display Cabinet and Two Triangle Sided Bookshelves<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>246.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>978.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;246.00 through &#36;978.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-327 status-publish first 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-1009 status-publish instock product_cat-category product_cat-dressers has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=full-body-mirror-cabinet-round-mirror-led-vanity-table-cushioned-stool\" 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\/Full-Body-Mirror-Cabinet-Round-Mirror-LED-Vanity-Table-Cushioned-S-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Full Body Mirror Cabinet + Round Mirror LED Vanity Table + Cushioned Stool\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Full Body Mirror Cabinet + Round Mirror LED Vanity Table + Cushioned Stool<\/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>242.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;242.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-546 status-publish instock product_cat-category product_cat-dining-tables 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-2\" 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\/Fully-unfolded-51.18-inches-white-foldable-table-suitable-for-small-f-300x300.png\" 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>135.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-354 status-publish last 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-523 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=kitchen-pantry-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\/62.99in-Kitchen-Pantry-Cabinet-Walnut-Buffet-Cupboards-S-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kitchen Pantry Cabinet\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Kitchen Pantry Cabinet<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>395.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>400.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;395.00 through &#36;400.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-494 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=laundry-cabinet-with-2-removable-liner-bags\" 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\/Laundry-Cabinet-with-2-Removable-Liner-Bags-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Laundry Cabinet ,with 2 Removable Liner Bags\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Laundry Cabinet ,with 2 Removable Liner Bags<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>107.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>283.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;107.00 through &#36;283.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-805 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=metal-garage-storage-cabinet-six-separate-storage-compartments\" 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\/Metal-garage-storage-cabinet-six-separate-storage-compartments-70.9-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Metal garage storage cabinet, six separate storage compartments\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Metal garage storage cabinet, six separate storage compartments<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>210.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;210.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>168.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;168.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1014 status-publish last instock product_cat-desk-chair product_cat-dining-chair has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=modern-dining-chairs-equipped-with-pu-artificial-leather-backrest-cushions-and-black-metal-legs\" 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\/Modern-dining-chairs-equipped-with-PU-artificial-leather-backrest-cus-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Modern dining chairs, equipped with PU artificial leather backrest cushions and black metal legs\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Modern dining chairs, equipped with PU artificial leather backrest cushions and black metal legs<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>173.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>732.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;173.00 through &#36;732.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-683 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=modern-sideboard-buffet-cabinet\" 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-Modern-Sideboard-MDF-Buffet-Cabinet-Marble-Sticker-Tabletop-and-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Modern Sideboard  Buffet Cabinet\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Modern Sideboard  Buffet Cabinet<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>290.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;290.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>236.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;236.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-983 status-publish instock product_cat-category product_cat-dining-tables has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=multi-functional-folding-table-with-storage-shelves-and-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\/Multi-Functional-Folding-Table-with-Storage-Shelves-and-Wheels-47-Inc-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Multi-Functional Folding Table with Storage Shelves and Wheels\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Multi-Functional Folding Table with Storage Shelves and Wheels<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>148.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1583 status-publish instock product_cat-category product_cat-desk product_cat-dining-tables has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=multi-functional-folding-table-with-storage-shelves-and-wheels-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\/Multi-Functional-Folding-Table-with-Storage-Shelves-and-Wheels-47-Inc-6-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Multi-Functional Folding Table with Storage Shelves and Wheels\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Multi-Functional Folding Table with Storage Shelves and Wheels<\/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-787 status-publish last instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=multifuctional-storage-cabinet-buffet-sideboard-with-drawer\" 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\/Set-of-2-32.5-58.8W-Multifuctional-Storage-Cabinet-Buffet-Sideboard-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Multifuctional Storage Cabinet, Buffet Sideboard with Drawer\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Multifuctional Storage Cabinet, Buffet Sideboard with Drawer<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>146.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>523.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;146.00 through &#36;523.00<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-619 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=north-america-a-grade-cherry-one-piece-solid-wood-storage-rack\" 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\/North-America-A-Grade-Cherry-One-Piece-Solid-Wood-Storage-Rack-Simple-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"North America A Grade Cherry One Piece Solid Wood Storage Rack\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">North America A Grade Cherry One Piece Solid Wood Storage Rack<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>186.00<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-712 status-publish instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=shoe-storage-organizer-with-bench-shoe-rack-with-6-tier-adjustable-shelves\" 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\/12-Pair-Shoe-Storage-Organizer-with-Bench-43.25H-Shoe-Cabinets-Shoe-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Shoe Storage Organizer with Bench, Shoe Rack with 6-Tier Adjustable Shelves\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Shoe Storage Organizer with Bench, Shoe Rack with 6-Tier Adjustable Shelves<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>155.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;155.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>124.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;124.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-199 status-publish 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-664 status-publish last instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=stand-up-kitchen-pantry-storage-cabinet\" 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\/67-Tall-Kitchen-Pantry-Cabinet-with-Doors-and-Shelves-Large-Stand-Up-P-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Stand Up Kitchen Pantry Storage Cabinet\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Stand Up Kitchen Pantry Storage Cabinet<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>192.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;192.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>154.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;154.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-518 status-publish first instock product_cat-cabinets product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=tall-kitchen-pantry-cabinet-with-multi-functional-pull-out-multi-tier-storage-shelf\" 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\/70.87-Tall-Kitchen-Pantry-Cabinet-with-multi-functional-pull-out-multi-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tall Kitchen Pantry Cabinet with multi-functional pull-out multi-tier storage shelf\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Tall Kitchen Pantry Cabinet with multi-functional pull-out multi-tier storage shelf<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>460.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;460.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>368.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;368.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-259","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/259","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=259"}],"version-history":[{"count":12,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/259\/revisions"}],"predecessor-version":[{"id":2072,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/259\/revisions\/2072"}],"wp:attachment":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}