[{"id":183903060013,"handle":"agua-canada","title":"Agua Canada","updated_at":"2025-02-11T09:45:04-05:00","body_html":"","published_at":"2020-03-20T12:36:50-04:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Category_Aqua Canada"}],"published_scope":"web"},{"id":183910432813,"handle":"collection-designer","title":"Agua Canada\/Designer Collection","updated_at":"2025-02-10T14:50:09-05:00","body_html":"","published_at":"2020-03-20T12:40:21-04:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Category_Aqua Canada\/Collection Designer"}],"published_scope":"web"},{"id":227832758436,"handle":"agua-canada-produits-vedettes","title":"Agua Canada\/Produits vedettes","updated_at":"2025-02-07T08:53:36-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":292665262279,"handle":"agua-canada-bathroom-vanities","title":"Agua Canada\/Bathroom\/Vanities","updated_at":"2025-01-04T01:20:37-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":"2025-01-04T01:20:37-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":"2025-02-11T09: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":309422620871,"handle":"promo-black-friday","title":"Promo Black Friday","updated_at":"2025-02-11T09:45:04-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":303240511687,"handle":"all-products","title":"All products","updated_at":"2025-02-11T09:45:04-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-bathroom","title":"ZD TEST Bathroom","updated_at":"2025-02-11T09:45:04-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;\n }\n\n .collection-container {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n margin-top: 2px;\n }\n\n .category-header {\n font-size: 36px;\n font-weight: bold;\n color: #333;\n text-transform: uppercase;\n letter-spacing: 2px;\n margin-top: -30px;\n margin-bottom: 5px; \/* Reduced margin *\/\n }\n\n .category-container {\n display: flex;\n gap: 16px;\n overflow-x: auto; \/* Allow horizontal scrolling *\/\n -webkit-overflow-scrolling: touch; \/* Smooth scrolling on mobile *\/\n scroll-snap-type: x mandatory; \/* Scroll snapping *\/\n margin-top: 5px; \/* Reduced gap *\/\n transition: transform 0.5s ease; \/* For smooth transition on animation *\/\n justify-content: center; \/* Center align the items in the row *\/\n align-items: flex-start; \/* Align items to the top of the row *\/\n }\n\n \/* Add dramatic bounce animation *\/\n @keyframes bounce {\n 0% {\n transform: translateX(0);\n }\n 75% {\n transform: translateX(-150px); \/* Move dramatically to the left again *\/\n }\n 100% {\n transform: translateX(0); \/* Return to the original position *\/\n }\n }\n\n .bounce-animation {\n animation: bounce 0.8s ease-out 1; \/* Extended duration for dramatic effect *\/\n }\n\n .category-item {\n flex: 0 0 auto; \/* Prevent items from shrinking *\/\n text-align: center;\n text-decoration: none;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n scroll-snap-align: center; \/* Snap items to center *\/\n cursor: pointer;\n height: 100%; \/* Ensure the item height is dynamic *\/\n }\n\n .category-image {\n width: 140px;\n height: 140px;\n object-fit: contain; \/* Maintain image proportions *\/\n object-position: center;\n border-radius: 8px;\n transition: transform 0.3s ease;\n background: transparent; \/* Ensure no background *\/\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n }\n\n .category-image:hover {\n transform: scale(1.05);\n }\n\n .category-text {\n font-size: 14px;\n font-weight: bold;\n color: #333;\n margin-top: 8px;\n text-decoration: none;\n border: none;\n display: flex;\n justify-content: center;\n align-items: center;\n height: auto; \/* Allow text to adjust height based on content *\/\n line-height: 1.5; \/* Improve line spacing for multi-line text *\/\n }\n\n \/* Remove lines or borders *\/\n .category-item, .category-item * {\n border: none !important;\n text-decoration: none !important;\n box-shadow: none !important;\n }\n\n .category-item::before,\n .category-item::after {\n content: none !important;\n }\n\n \/* Hide scrollbars for smoother appearance *\/\n .category-container::-webkit-scrollbar {\n display: none;\n }\n\n .category-container {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n\n \/* Adjustments for mobile *\/\n @media (max-width: 768px) {\n .category-container {\n padding: 10px 0; \/* Add padding for better visibility *\/\n }\n\n \/* Adjust category image on mobile to fit properly *\/\n .category-image {\n width: 100px; \/* Set a reasonable fixed width *\/\n height: 100px; \/* Set a reasonable fixed height *\/\n object-fit: contain; \/* Keep the image's proportions intact *\/\n }\n\n \/* Shift the first image to the left *\/\n .category-container .category-item:first-child {\n margin-left: 170px; \/* Adjust this value to shift it left *\/\n }\n\n \/* Style for arrow buttons *\/\n .arrow-button {\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n background-color: rgba(0, 0, 0, 0.1);\n color: white;\n border: none;\n padding: 10px;\n font-size: 18px;\n border-radius: 50%;\n cursor: pointer;\n z-index: 10;\n }\n\n .arrow-left {\n left: 5px;\n }\n\n .arrow-right {\n right: 5px;\n }\n }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n \/\/ Check if the screen width is mobile\n if (window.innerWidth \u003c= 768) {\n window.addEventListener('load', function() {\n const categoryContainer = document.querySelector('.category-container');\n \/\/ Add the bounce animation to the container when the page loads\n categoryContainer.classList.add('bounce-animation');\n });\n\n \/\/ Function to scroll to the left\n function scrollLeft() {\n const categoryContainer = document.querySelector('.category-container');\n categoryContainer.scrollBy({\n left: -150, \/\/ Move 150px to the left\n behavior: 'smooth',\n });\n }\n\n \/\/ Function to scroll to the right\n function scrollRight() {\n const categoryContainer = document.querySelector('.category-container');\n categoryContainer.scrollBy({\n left: 150, \/\/ Move 150px to the right\n behavior: 'smooth',\n });\n }\n\n }\n\u003c\/script\u003e\n\n\u003cdiv class=\"collection-container\"\u003e\n \u003cdiv class=\"category-header\"\u003e\n \u003ch1\u003eBathroom\u003c\/h1\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"category-container\"\u003e\n \u003ca href=\"https:\/\/www.aguacanada.com\/collections\/zd-test-sinks\" class=\"category-item\"\u003e\n \u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/FRIDO-W-GD.jpg?v=1700770980\u0026amp;width=800\" alt=\"Bathroom Sinks\" class=\"category-image\"\u003e\n \u003cdiv class=\"category-text\"\u003eBathroom Sinks\u003c\/div\u003e\n \u003c\/a\u003e\n \u003ca href=\"https:\/\/www.aguacanada.com\/collections\/zd-test-bathroom-faucets\" class=\"category-item\"\u003e\n \u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/ROSA.jpg?v=1700849164\u0026amp;width=800\" alt=\"Bathroom Sink Faucets\" class=\"category-image\"\u003e\n \u003cdiv class=\"category-text\"\u003eBathroom Sink \u003cbr\u003eFaucets\u003c\/div\u003e\n \u003c\/a\u003e\n \u003ca href=\"\/shower-bath-faucets\" class=\"category-item\"\u003e\n \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 \u003cbr\u003eFaucets\u003c\/div\u003e\n \u003c\/a\u003e\n \u003ca href=\"\/bathtubs\" class=\"category-item\"\u003e\n \u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/BELLINO-60-BK.jpg?v=1714139704\u0026amp;width=800\" alt=\"Bathtubs\" class=\"category-image\"\u003e\n \u003cdiv class=\"category-text\"\u003eBathtubs\u003c\/div\u003e\n \u003c\/a\u003e\n \u003ca href=\"\/glass-panels\" class=\"category-item\"\u003e\n \u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/CLD-48_28fa95cd-7633-4cc4-a0f9-d8535b54d70d.jpg?v=1700844430\u0026amp;width=800\" alt=\"Glass Panels\" class=\"category-image\"\u003e\n \u003cdiv class=\"category-text\"\u003eGlass Panels\u003c\/div\u003e\n \u003c\/a\u003e\n \u003ca href=\"\/accessories\" class=\"category-item\"\u003e\n \u003cimg src=\"https:\/\/www.aguacanada.com\/cdn\/shop\/files\/DAPHNE-BK_f7eac405-64f5-4ca5-813c-eacd1875b6c4.jpg?v=1701791191\u0026amp;width=800\" alt=\"Bathroom Accessories\" class=\"category-image\"\u003e\n \u003cdiv class=\"category-text\"\u003eBathroom \u003cbr\u003eAccessories\u003c\/div\u003e\n \u003c\/a\u003e\n \u003c\/div\u003e\n\u003c\/div\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"}]
["AVAILABILITY:Pre order","AVAILABILITY_Pre order","black matte","Category_Aqua","Category_Aqua Canada","Category_Aqua Canada\/Collection Designer","Category_Aqua Canada\/Salle de bain\/Vanite","Category_Aqua Canada\/Salle de bain\/Vanite\/Vanites"]
Aller au contenu
Accueil VANITÉ SUR PATTES 2 TIROIRS ''SHAKER'' NOIR MAT 48"
IRENE-48-V013
VANITÉ SUR PATTES 2 TIROIRS ''SHAKER'' NOIR MAT 48"
IRENE-48-OA14
Size: 47‘’ x 18 1/2’’ x 34 1/2'' Meuble lavabo 2 tiroirs. Meuble avec lavabo intégré au comptoir. Façade de tiroir en placage de bois noir mat. Ouverture en U pour la tuyauterie. Aucun trou de percé sur le comptoir. Choix de robinet mural ou mono-trou. Robinetterie et renvoi vendu séparément. Pattes ajustables. Comptoir en polymère blanc avec lavabo encastré.
DÉPÊCHEZ-VOUS! SEULEMENT RESTENT EN STOCK.
La description
Description
Le choix parfait pour ceux qui recherchent un meuble de salle de bain classique et intemporel. Avec ses tiroirs en placage de bois de chêne noir mat, ce modèle durera et ajoutera de la beauté à tout environnement de salle de bain.
Caractéristiques
Spécifications Entretien recommandé :
Garantie et certifications :
VANITÉ SUR PATTES 2 TIROIRS ''SHAKER'' NOIR MAT 48"
$2,375.00
ZoneD / Noir Mat
ZoneD / Noir Mat ZoneO / Noir Mat ZoneT / Noir Mat ZoneF / Noir Mat
Le choix d’une sélection entraîne une actualisation complète de la page.
Vue express [split_t4snt][split_t4snt]Ajouter à la liste d'envies [split_t4snt]Ajouter au panier [split_t4snt]