{"id":275,"date":"2026-01-08T06:15:49","date_gmt":"2026-01-08T06:15:49","guid":{"rendered":"https:\/\/cozility-furniture.com\/?page_id=275"},"modified":"2026-01-23T08:45:27","modified_gmt":"2026-01-23T08:45:27","slug":"275-2","status":"publish","type":"page","link":"https:\/\/cozility-furniture.com\/?page_id=275","title":{"rendered":"Bedroom discount"},"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;3_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; _builder_version=&#8221;4.23.3&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][et_pb_column type=&#8221;3_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;-52px|||||&#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-1144 status-publish first instock product_cat-bedside-table product_cat-category product_cat-night-stands product_cat-sofa-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=3-drawer-30-nightstand-with-led-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\/3-Drawer-30-Nightstand-with-LED-Light-Modern-Nightstand-with-3-Storag-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"3-Drawer 30&#039;&#039; Nightstand with LED Light\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">3-Drawer 30&#8221; Nightstand with LED 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>108.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;108.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>85.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;85.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1145 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=43-3-classic-wood-makeup-vanity-set-with-flip-top-mirror-and-stool\" 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\/43.3-Classic-Wood-Makeup-Vanity-Set-with-Flip-top-Mirror-and-Stool-Dr-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"43.3&quot; Classic Wood Makeup Vanity Set with Flip-top Mirror and Stool\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">43.3&#8243; Classic Wood Makeup Vanity Set with Flip-top Mirror and 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>308.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;308.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>246.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;246.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-934 status-publish 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 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-962 status-publish last instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-bed-base-frame-head-and-foot-incline-quiet-motor\" 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-Bed-Base-Frame-Head-and-Foot-Incline-Quiet-Motor-King-Size-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Adjustable Bed Base Frame Head and Foot Incline Quiet Motor\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Adjustable Bed Base Frame Head and Foot Incline Quiet Motor<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>236.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;236.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>189.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;189.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-963 status-publish first instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-bed-frame-with-massage-head\" 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-Bed-Frame-with-Massage-Head-Foot-Incline-Split-King-Size-W-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Adjustable Bed Frame with Massage Head\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Adjustable Bed Frame with Massage Head<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>1,010.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;1,010.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>808.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;808.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-620 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=dresser-table-dresser-100-solid-oak-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\/Linen-Gray-Makeup-Stool-with-Cushion-Dresser-Table-dresser-100-solid-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Dresser Table dresser 100% solid oak table\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Dresser Table dresser 100% solid oak 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>615.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;615.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>492.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;492.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-894 status-publish last instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=full-floor-bed-frame-with-fence-montessori-wooden-childrens-floor-bed\" 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-Floor-Bed-Frame-with-Fence-Montessori-wooden-childrens-floor-bed-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Full Floor Bed Frame with Fence, Montessori wooden children&#039;s floor bed\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Full Floor Bed Frame with Fence, Montessori wooden children&#8217;s floor 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>285.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;285.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>228.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;228.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-895 status-publish first instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=full-xl-over-queen-metal-bunk-bed-with-ladder-and-slats\" 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-XL-Over-Queen-Metal-Bunk-Bed-with-Ladder-and-Slats-Support-for-Ad-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Full XL Over Queen Metal Bunk Bed with Ladder and Slats\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Full XL Over Queen Metal Bunk Bed with Ladder and Slats<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>456.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;456.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>365.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;365.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-873 status-publish instock product_cat-bed product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=hero-patrol-police-car-bed\" 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\/Hero-Patrol-Police-Car-Bed-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Hero Patrol Police Car Bed\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Hero Patrol Police Car 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>593.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;593.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>475.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;475.00.<\/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-999 status-publish last 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=left-bedside-cabinet-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\/37-Middle-Size-Left-Bedside-Cabinet-Vanity-Table-Cushioned-Stool-Ex-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Left Bedside Cabinet Vanity Table + Cushioned Stool\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Left Bedside Cabinet 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>230.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;230.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>185.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;185.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1583 status-publish first 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-686 status-publish instock product_cat-category product_cat-night-stands has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=two-drawers-nightstand\" 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\/TWO-DRAWERS-NIGHTSTAND-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"TWO DRAWERS NIGHTSTAND\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">TWO DRAWERS NIGHTSTAND<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>202.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;202.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>162.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;162.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1608 status-publish instock product_cat-category product_cat-desk product_cat-dressers has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=vanity-desk-with-mirror-and-lights-3\" 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\/Vanity-Desk-with-Mirror-and-Lights-Makeup-Vanity-Table-with-Flip-Top-6-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Vanity Desk with Mirror and Lights\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Vanity Desk with Mirror and Lights<\/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<li class=\"product type-product post-985 status-publish last 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=vanity-dressing-table-with-led-mirror\" 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\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Vanity Dressing Table with LED Mirror\" srcset=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-300x300.jpg 300w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-150x150.jpg 150w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-480x480.jpg 480w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-100x100.jpg 100w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea.jpg 500w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Vanity Dressing Table with LED Mirror<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>78.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;78.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>62.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;62.00.<\/span><\/span>\n<\/a><\/li>\n<\/ul>\n<\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#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-1144 status-publish first instock product_cat-bedside-table product_cat-category product_cat-night-stands product_cat-sofa-table has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=3-drawer-30-nightstand-with-led-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\/3-Drawer-30-Nightstand-with-LED-Light-Modern-Nightstand-with-3-Storag-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"3-Drawer 30&#039;&#039; Nightstand with LED Light\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">3-Drawer 30&#8221; Nightstand with LED 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>108.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;108.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>85.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;85.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1145 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=43-3-classic-wood-makeup-vanity-set-with-flip-top-mirror-and-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\/43.3-Classic-Wood-Makeup-Vanity-Set-with-Flip-top-Mirror-and-Stool-Dr-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"43.3&quot; Classic Wood Makeup Vanity Set with Flip-top Mirror and Stool\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">43.3&#8243; Classic Wood Makeup Vanity Set with Flip-top Mirror and 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>308.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;308.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>246.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;246.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-934 status-publish 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-962 status-publish last instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-bed-base-frame-head-and-foot-incline-quiet-motor\" 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-Bed-Base-Frame-Head-and-Foot-Incline-Quiet-Motor-King-Size-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Adjustable Bed Base Frame Head and Foot Incline Quiet Motor\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Adjustable Bed Base Frame Head and Foot Incline Quiet Motor<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>236.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;236.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>189.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;189.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-963 status-publish first instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=adjustable-bed-frame-with-massage-head\" 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-Bed-Frame-with-Massage-Head-Foot-Incline-Split-King-Size-W-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Adjustable Bed Frame with Massage Head\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Adjustable Bed Frame with Massage Head<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>1,010.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;1,010.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>808.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;808.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-620 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=dresser-table-dresser-100-solid-oak-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\/Linen-Gray-Makeup-Stool-with-Cushion-Dresser-Table-dresser-100-solid-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Dresser Table dresser 100% solid oak table\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Dresser Table dresser 100% solid oak 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>615.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;615.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>492.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;492.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-894 status-publish last instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=full-floor-bed-frame-with-fence-montessori-wooden-childrens-floor-bed\" 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-Floor-Bed-Frame-with-Fence-Montessori-wooden-childrens-floor-bed-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Full Floor Bed Frame with Fence, Montessori wooden children&#039;s floor bed\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Full Floor Bed Frame with Fence, Montessori wooden children&#8217;s floor 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>285.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;285.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>228.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;228.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-895 status-publish first instock product_cat-bed-frames product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=full-xl-over-queen-metal-bunk-bed-with-ladder-and-slats\" 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-XL-Over-Queen-Metal-Bunk-Bed-with-Ladder-and-Slats-Support-for-Ad-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Full XL Over Queen Metal Bunk Bed with Ladder and Slats\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Full XL Over Queen Metal Bunk Bed with Ladder and Slats<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>456.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;456.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>365.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;365.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-873 status-publish instock product_cat-bed product_cat-category has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=hero-patrol-police-car-bed\" 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\/Hero-Patrol-Police-Car-Bed-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Hero Patrol Police Car Bed\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Hero Patrol Police Car 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>593.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;593.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>475.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;475.00.<\/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-999 status-publish last 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=left-bedside-cabinet-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\/37-Middle-Size-Left-Bedside-Cabinet-Vanity-Table-Cushioned-Stool-Ex-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Left Bedside Cabinet Vanity Table + Cushioned Stool\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Left Bedside Cabinet 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>230.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;230.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>185.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;185.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1583 status-publish first 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-686 status-publish instock product_cat-category product_cat-night-stands has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=two-drawers-nightstand\" 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\/TWO-DRAWERS-NIGHTSTAND-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"TWO DRAWERS NIGHTSTAND\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">TWO DRAWERS NIGHTSTAND<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>202.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;202.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>162.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;162.00.<\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1608 status-publish instock product_cat-category product_cat-desk product_cat-dressers has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cozility-furniture.com\/?product=vanity-desk-with-mirror-and-lights-3\" 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\/Vanity-Desk-with-Mirror-and-Lights-Makeup-Vanity-Table-with-Flip-Top-6-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Vanity Desk with Mirror and Lights\" decoding=\"async\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Vanity Desk with Mirror and Lights<\/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<li class=\"product type-product post-985 status-publish last 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=vanity-dressing-table-with-led-mirror\" 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\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Vanity Dressing Table with LED Mirror\" decoding=\"async\" srcset=\"https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-300x300.jpg 300w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-150x150.jpg 150w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-480x480.jpg 480w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea-100x100.jpg 100w, https:\/\/cozility-furniture.com\/wp-content\/uploads\/2026\/01\/Vanity-Dressing-Table-with-LED-Mirror-Storage-\u2013-White-Makeup-Desk-Fea.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Vanity Dressing Table with LED Mirror<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>78.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;78.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>62.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;62.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-275","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/275","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=275"}],"version-history":[{"count":11,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/275\/revisions"}],"predecessor-version":[{"id":2076,"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=\/wp\/v2\/pages\/275\/revisions\/2076"}],"wp:attachment":[{"href":"https:\/\/cozility-furniture.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}