[{"id":292665262279,"handle":"agua-canada-bathroom-vanities","title":"Agua Canada\/Bathroom\/Vanities","updated_at":"2024-12-05T09:13:39-05:00","body_html":"\u003ch1\u003eVanities\u003c\/h1\u003e","published_at":"2022-10-06T07:02:04-04:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Category_Aqua Canada\/Salle de bain\/Vanite"}],"published_scope":"web"},{"id":293098848455,"handle":"agua-canada-bathroom-vanities-cabinets","title":"Agua Canada\/Bathroom\/Vanities\/Cabinets","updated_at":"2024-12-05T08:19:37-05:00","body_html":"","published_at":"2022-10-17T16:22:28-04:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Category_Aqua Canada\/Salle de bain\/Vanite\/Cabinets"}],"published_scope":"web"},{"id":303240511687,"handle":"all-products","title":"All products","updated_at":"2024-12-10T17:15:05-05:00","body_html":"","published_at":"2024-05-06T10:16:05-04:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"variant_price","relation":"greater_than","condition":"-9999"}],"published_scope":"web"},{"id":299709464775,"handle":"best-sellers","title":"Best sellers","updated_at":"2024-12-10T17:15:05-05:00","body_html":"","published_at":"2024-01-11T16:46:42-05:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"variant_inventory","relation":"greater_than","condition":"2"},{"column":"variant_price","relation":"greater_than","condition":"40"}],"published_scope":"web"},{"id":303835709639,"handle":"new-products-auto","title":"New Products Auto","updated_at":"2024-12-10T15:45:04-05:00","body_html":"","published_at":"2024-05-27T11:14:49-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"variant_price","relation":"greater_than","condition":"300"}],"published_scope":"web"},{"id":300402442439,"handle":"not-in-sale-products","title":"Not in sale products","updated_at":"2024-12-08T23:35:10-05:00","body_html":"À utiliser pour les coupons rabais des promotions.","published_at":"2024-01-26T11:12:06-05:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"is_price_reduced","relation":"is_not_set","condition":""}],"published_scope":"web"},{"id":299618894023,"handle":"nouveaux-produits","title":"Nouveaux produits","updated_at":"2024-12-10T17:15:05-05:00","body_html":"","published_at":"2024-01-09T15:01:43-05:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"variant_inventory","relation":"greater_than","condition":"2"}],"published_scope":"web"},{"id":309422620871,"handle":"promo-black-friday","title":"Promo Black Friday","updated_at":"2024-12-10T17:15:05-05:00","body_html":"","published_at":"2024-11-24T23:08:31-05:00","sort_order":"best-selling","template_suffix":"promo-black-friday","disjunctive":true,"rules":[{"column":"variant_title","relation":"contains","condition":"black"},{"column":"variant_title","relation":"contains","condition":"gold"},{"column":"variant_title","relation":"contains","condition":"matte white"}],"published_scope":"web"},{"id":296286814407,"handle":"promo-estivale","updated_at":"2024-12-10T17:15:05-05:00","published_at":"2023-07-20T09:20:56-04:00","sort_order":"best-selling","template_suffix":"","published_scope":"web","title":"Promo Estivale","body_html":""},{"id":309522464967,"handle":"gold","title":"ZD Collection TEST","updated_at":"2024-12-10T17:15:05-05:00","body_html":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n \/* General page and body styles *\/\n body {\n font-family: Arial, sans-serif;\n margin: 0;\n padding: 0;\n text-align: center;\n overflow-x: hidden; \/* Prevent horizontal scroll *\/\n }\n\n .collection-container {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n margin-top: 10px;\n }\n\n \/* Styling for the \"Shop By Collection\" label *\/\n .gold-label {\n font-family: 'Helvetica', sans-serif;\n font-size: 36px;\n font-weight: bold;\n color: #333;\n margin-top: 10px;\n margin-bottom: 0px;\n }\n\n \/* Container for the images and their text *\/\n .category-container {\n display: flex;\n justify-content: center;\n gap: 42px; \/* Adjusted gap between images *\/\n margin-bottom: 10px; \/* Reduced space below the images *\/\n }\n\n \/* Each image with text centered below *\/\n .category-item {\n text-align: center;\n text-decoration: none;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: 220px;\n border: none;\n }\n\n \/* Category images *\/\n .category-image {\n width: 140px; \/* Reduced image width *\/\n height: 140px; \/* Reduced image height *\/\n object-fit: cover;\n cursor: pointer;\n border-radius: 8px;\n box-shadow: none !important;\n margin-bottom: 10px; \/* Reduced spacing below the image *\/\n transition: transform 0.3s ease;\n }\n\n \/* Disable zoom effect on hover *\/\n .category-image:hover {\n transform: scale(1);\n }\n\n \/* Category text *\/\n .category-text {\n font-size: 16px;\n font-weight: bold;\n color: #333;\n text-decoration: none;\n margin: 0;\n }\n\n \/* Remove the sidebar filters *\/\n .sidebar, .filter, .shopify-section .filter-wrapper, .filters-bar, .filter-panel {\n display: none !important;\n }\n\n \/* Adjust spacing between categories and product list *\/\n .product-list {\n margin-top: -10px; \/* Reduced space between categories and first product row *\/\n }\n\n \/* Remove all pseudo-elements and unwanted decorations *\/\n .category-item a, .category-item, .category-text {\n text-decoration: none !important;\n border: none !important;\n outline: none !important;\n }\n\n .category-item:hover {\n box-shadow: none !important;\n }\n \u003c\/style\u003e\n\u003cdiv class=\"collection-container\"\u003e\n\u003c!-- BRUSHED GOLD Label above the images --\u003e\n\u003cdiv class=\"gold-label\"\u003eSHOP BY COLLECTION\u003c\/div\u003e\n\u003c!-- Category Images Section --\u003e\n\u003cdiv class=\"category-container\"\u003e\n\u003c!-- Kitchen Image and Text --\u003e\u003ca href=\"\/kitchen\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/products\/MONROE-GD-2.jpg?v=1623092483\u0026amp;width=360\" alt=\"Kitchen Sink with Gold Faucet\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eKitchen\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- Bathroom Image and Text --\u003e\u003ca href=\"https:\/\/www.aguacanada.com\/collections\/zd-test-gold-bathroom\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/SAHARA_2c029740-10be-4f56-94c7-10806dc60680.jpg?v=1724875077\u0026amp;width=600\" alt=\"Brushed Brass Shower Kit\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eBathroom\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Products Section (example) --\u003e\n\u003cdiv class=\"product-list\"\u003e\u003c!-- Product details go here --\u003e\u003c\/div\u003e\n\u003c\/div\u003e","published_at":"2024-11-28T20:29:56-05:00","sort_order":"manual","template_suffix":"","disjunctive":true,"rules":[{"column":"title","relation":"contains","condition":"Brushed Brass"},{"column":"title","relation":"contains","condition":"Brushed Gold"},{"column":"tag","relation":"equals","condition":"color_Gold"},{"column":"tag","relation":"equals","condition":"black matte"},{"column":"tag","relation":"equals","condition":"matte black"},{"column":"tag","relation":"equals","condition":"matte"},{"column":"title","relation":"contains","condition":"White"},{"column":"title","relation":"contains","condition":"Black"},{"column":"title","relation":"contains","condition":"Gold"},{"column":"title","relation":"contains","condition":"Brass"},{"column":"title","relation":"contains","condition":"Staineless"}],"published_scope":"web"}]
["AVAILABILITY:Pre order","AVAILABILITY_In stock","Category_Aqua Canada\/Salle de bain\/Vanite","Category_Aqua Canada\/Salle de bain\/Vanite\/Cabinets","no_promo","promo_black-friday","USA-NO-SHOW"]
The IRWIN hanging linen cabinet features an elegant rectangular design with removable glass shelves and two doors, making it an aesthetically pleasing storage unit for any modern or classic interior decor.
Features
Size: 15 3/4'' x 13 3/4'' x 63''
Linen Cabinet 2 doors
Removable glass shelves
Matte black wood veneer door
Interior finish: matte black
Soft-closing hinge
Possibility of changing the opening of the door to right or left
Specifications
Recommended maintenance:
Use a non-abrasive liquid cleaner, warm water and a soft cloth will be enough to remove the dirt. Rinse after cleaning, dry with a soft dry cloth.