[{"id":227832758436,"handle":"agua-canada-produits-vedettes","title":"Agua Canada\/Produits vedettes","updated_at":"2024-12-07T06:38:31-05:00","body_html":"","published_at":"2020-10-23T17:06:40-04:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"variant_price","relation":"greater_than","condition":"1000"}],"published_scope":"web"},{"id":183903191085,"handle":"salle-de-bain","title":"Agua Canada\/Bathroom","updated_at":"2024-12-07T11:30:21-05:00","body_html":"\u003ch1 style=\"text-align: center;\"\u003eBathroom\u003c\/h1\u003e\n\u003cstyle\u003e\u003c!--\n.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}.tb_button.hover {borer:2px outset #def; background-color: #f8f8f8 !important;}.ws_toolbar {z-index:100000} .ws_toolbar .ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px} .tb_highlight{background-color:yellow} .tb_hide {visibility:hidden} .ws_toolbar img {padding:2px;margin:0px}\n--\u003e\u003c\/style\u003e","published_at":"2020-03-20T12:36:54-04:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Category_Aqua Canada\/Salle de bain"}],"published_scope":"web"},{"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":293098815687,"handle":"agua-canada-bathroom-vanities-vanities","title":"Agua Canada\/Bathroom\/Vanities\/Vanities","updated_at":"2024-12-05T09:13:39-05:00","body_html":"","published_at":"2022-10-17T16:21:44-04:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Category_Aqua Canada\/Salle de bain\/Vanite\/Vanites"}],"published_scope":"web"},{"id":303835709639,"handle":"new-products-auto","title":"New Products Auto","updated_at":"2024-12-07T06:32:53-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":303240511687,"handle":"all-products","title":"All products","updated_at":"2024-12-07T11:30:21-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":309523448007,"handle":"zd-test-gold-bathroom","title":"ZD TEST Gold Bathroom","updated_at":"2024-12-07T11:30:21-05:00","body_html":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\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; \/* Push everything up *\/\n }\n\n \/* Container for the images and their text *\/\n .category-container {\n display: flex;\n justify-content: space-between; \/* Spread items out evenly *\/\n flex-wrap: nowrap; \/* Prevent wrapping of items *\/\n gap: 12px; \/* Reduced gap between images to make them larger *\/\n margin-bottom: 20px; \/* Increased space below the images *\/\n }\n\n \/* Each image with text centered below *\/\n .category-item {\n text-align: center; \/* Centers the text under each image *\/\n border: none; \/* Ensure no borders around each item *\/\n flex: 0 0 16%; \/* Makes each item 16% width to fit all 6 items in one row *\/\n text-decoration: none; \/* Ensure no underline on the link *\/\n outline: none; \/* Remove outline from link on focus\/hover *\/\n display: flex;\n flex-direction: column; \/* Stack image and text vertically *\/\n justify-content: space-between; \/* Space out image and text *\/\n height: 220px; \/* Slightly reduced height for the entire category item *\/\n }\n\n \/* Remove any default Shopify or theme borders\/underlines from anchor tags *\/\n .category-item a {\n text-decoration: none; \/* No underlines *\/\n border: none; \/* Remove borders *\/\n outline: none; \/* Ensure no outline on focus *\/\n }\n\n \/* Category Image Styles *\/\n .category-image {\n width: 140px; \/* Adjusted image width to fit all categories in one row *\/\n height: 140px; \/* Adjusted image height to make it a square *\/\n object-fit: contain; \/* Ensure the entire image fits inside the container *\/\n object-position: center; \/* Center the image *\/\n cursor: pointer;\n border-radius: 8px;\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n transition: transform 0.3s ease;\n }\n\n .category-image:hover {\n transform: scale(1.05);\n }\n\n \/* Category Text Styles *\/\n .category-text {\n font-size: 14px; \/* Smaller font size for text *\/\n font-weight: bold;\n color: #333;\n text-decoration: none; \/* Ensure there are no underlines under the text *\/\n margin-top: 4px; \/* Reduced space above the text *\/\n margin-bottom: 0; \/* Ensure no bottom margin *\/\n }\n\n \/* Special Adjustments for Text Alignment *\/\n .category-item .category-text {\n margin-top: auto; \/* Ensures the text is pushed towards the bottom if there's empty space *\/\n margin-bottom: auto; \/* Allows the text to be vertically centered *\/\n }\n\n \/* Remove any extra margin or padding from links *\/\n a, .category-item, .category-text {\n margin: 0;\n padding: 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 \/* Reduced space between images and the first row of products *\/\n .product-list {\n margin-top: -20px; \/* Reduced space between images and products *\/\n margin-bottom: 0; \/* No extra margin at the bottom *\/\n }\n\n \/* Remove any border, underline, or box-shadow effect under category items *\/\n .category-item a {\n text-decoration: none; \/* Remove underline *\/\n border: none; \/* Remove border *\/\n outline: none; \/* Remove outline *\/\n }\n\n .category-item:hover {\n border: none; \/* Remove border on hover *\/\n box-shadow: none; \/* Remove box-shadow on hover *\/\n }\n\n \/* Remove any box-shadow or borders around images *\/\n .category-image {\n border: none; \/* No border around images *\/\n box-shadow: none; \/* Remove any box-shadow *\/\n }\n\n \/* Category Text - remove underline *\/\n .category-text {\n text-decoration: none; \/* No underline on text *\/\n }\n\n \/* Remove any borders, box-shadows, and text decoration on category items and images *\/\n .category-item, .category-item * {\n border: none !important;\n box-shadow: none !important;\n text-decoration: none !important;\n }\n\n \/* Remove any pseudo-elements like ::before or ::after that may cause unwanted lines *\/\n .category-item::before,\n .category-item::after {\n content: none !important;\n }\n \u003c\/style\u003e\n\u003cdiv class=\"collection-container\"\u003e\n\u003c!-- Category Images Section --\u003e\n\u003cdiv class=\"category-container\"\u003e\n\u003c!-- Sinks Image and Text --\u003e\u003ca href=\"\/sinks\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/products\/FRIDO-GDsite.jpg?v=1607376291\u0026amp;width=180\" alt=\"Sinks\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eSinks\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- Sink Faucets Image and Text --\u003e\u003ca href=\"\/sink-faucets\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/ROSA-GD.jpg?v=1700849148\u0026amp;width=700\" alt=\"Sink Faucets\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eSink Faucets\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- Shower \u0026 Bath Faucets Image and Text --\u003e\u003ca href=\"\/shower-bath-faucets\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/VANIKA-GD.jpg?v=1700847475\u0026amp;width=600\" alt=\"Shower \u0026amp; Bath Faucets\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eShower \u0026amp; Bath Faucets\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- Bathtubs Image and Text --\u003e\u003ca href=\"\/bathtubs\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/Brisca-GD-GABARIT-1500X1500.jpg?v=1706043438\u0026amp;width=600\" alt=\"Bathtubs\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eBathtubs\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- Glass Panels Image and Text --\u003e\u003ca href=\"\/glass-panels\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/CLD-36GD-II.jpg?v=1700844612\u0026amp;width=600\" alt=\"Glass Panels\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eGlass Panels\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- Accessories Image and Text --\u003e\u003ca href=\"\/accessories\" class=\"category-item\"\u003e\u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/DAPHNE-GD_18131ab9-3927-4be9-8eee-46ca2b00b5e9.jpg?v=1701791222\u0026amp;width=700\" alt=\"Accessories\" class=\"category-image\"\u003e\n\u003cdiv class=\"category-text\"\u003eAccessories\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\n\u003cp\u003e \u003c\/p\u003e\n","published_at":"2024-11-28T21:39:16-05:00","sort_order":"best-selling","template_suffix":"zd-test-template","disjunctive":true,"rules":[{"column":"product_category_id","relation":"equals","condition":"hg-1-4"},{"column":"product_category_id","relation":"equals","condition":"hg-1-5"},{"column":"product_category_id","relation":"equals","condition":"ha-10-3-5-1"},{"column":"product_category_id","relation":"equals","condition":"fr-4-14-1"},{"column":"product_category_id","relation":"equals","condition":"ha-10-3-3-2"},{"column":"product_category_id","relation":"equals","condition":"ha-10-3-2"},{"column":"product_category_id","relation":"equals","condition":"fr-4-14-1"},{"column":"product_category_id","relation":"equals","condition":"ha-10-2-2-6"},{"column":"product_category_id","relation":"equals","condition":"ha-10-2-6-6"},{"column":"product_category_id","relation":"equals","condition":"ha-10-3-6-2"},{"column":"product_category_id","relation":"equals","condition":"hg-1-21"},{"column":"product_category_id","relation":"equals","condition":"ha-10-3-5-1-3"},{"column":"product_category_id","relation":"equals","condition":"ha-10-3-5-1-2"},{"column":"product_category_id","relation":"equals","condition":"ha-10-3-6"},{"column":"product_category_id","relation":"equals","condition":"ha-10-2-8-8"},{"column":"product_category_id","relation":"equals","condition":"ha-10-2-8-4"},{"column":"product_category_id","relation":"equals","condition":"hg-1-19"},{"column":"product_category_id","relation":"equals","condition":"ha-10-2-6"},{"column":"product_category_id","relation":"equals","condition":"ha-10-2-6-4"},{"column":"product_category_id","relation":"equals","condition":"ha-10-2-6-7"},{"column":"product_category_id","relation":"equals","condition":"hg-1-1"},{"column":"product_category_id","relation":"equals","condition":"hg-1-5"}],"published_scope":"web"}]
["60\"","AVAILABILITY:Pre order","AVAILABILITY_In stock","Category_Aqua Canada\/Salle de bain","Category_Aqua Canada\/Salle de bain\/Vanite","Category_Aqua Canada\/Salle de bain\/Vanite\/Vanites","marque_Agua Canada"]
Une unité de vanité originale et époustouflante, dotée d'un tiroir unique et de rangement de chaque côté, le tout orné d'un devant en placage de bois khaki. Améliorée avec des glissières de tiroir à fermeture douce, elle allie fonctionnalité et design exquis de manière transparente.
Caractéristiques
Taille : 58 13/16’’ x 21 11/16’’ x 17 11/16’’
Unité de vanité avec 1 tiroir et rangement de chaque côté
Façade de tiroir en khaki placage en bois
Ouverture en forme de U pour le tuyau
Aucun trou percé dans le plan de travail
Choix de robinet mural ou à trou unique
Robinetterie et évacuation : non inclus
Surface solide, finition kaki
Tiroir gris foncé
Glissières de tiroir à fermeture douce.
Spécifications
Entretien recommandé :
Utilisez un nettoyant liquide non abrasif, de l'eau tiède et un chiffon doux suffiront à enlever la saleté. Rincez après le nettoyage, séchez avec un chiffon doux et sec.