[{"id":289497350343,"handle":"agua-canada-shop-by-collection-by-style-contemporary","title":"Agua Canada\/Shop By Collection\/By Style\/Contemporary","updated_at":"2025-06-22T14:30:26-04:00","body_html":"\u003ch1 style=\"text-align: center;\"\u003eContemporary\u003cbr\u003e\n\u003c\/h1\u003e","published_at":"2022-07-11T16:54:03-04:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Agua Canada\/Shop By Collection\/By Style\/Contemporary"}],"published_scope":"web"},{"id":241805066439,"handle":"agua-canada-bathroom-faucets-shower-tub-faucets","title":"Agua Canada\/Bathroom\/Faucets\/Shower \u0026 Tub Faucets","updated_at":"2025-06-18T10:42:44-04:00","body_html":"\u003ch1 style=\"text-align: center;\"\u003eShower \u0026amp; Tub Faucets\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":"2021-01-15T18:08:32-05:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Category_Aqua Canada\/Salle de bain\/Robinets\/Robinets_douch-bain"}],"published_scope":"web"},{"id":303835709639,"handle":"new-products-auto","title":"New Products Auto","updated_at":"2025-06-23T15:42:56-04: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":"2025-06-23T17:15:13-04: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-06-23T16:45:07-04: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":"2025-06-19T10:03:52-04: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"}]
["Agua Canada\/Shop By Collection\/By Style\/Contemporary","AVAILABILITY:Pre order","AVAILABILITY_Pre order","black mate","Category_Aqua Canada\/Salle de bain\/Robinets\/Robinets_douch-bain","no_promo","noir mat","Preorder","promo_black-friday"]
Aller au contenu
Accueil Ensemble de douche et de bain carré fini noir mat
VASSO-BK
Ensemble de douche et de bain carré fini noir mat
Corps en acier inoxydable
Pomme de douche carrée de 8'' avec bras de douche de 15”
Barre de douche de 24’’
Douchette rectangulaire à fonction unique avec flexible en acier inoxydable de 59"
Poignées rectangulaires
Bec de baignoire
Embouts en silicone anti-calcaire pour tous les jets
Cartouche en céramique
Système de régulation de pression équilibrée
Déviateur 3 voies (fonction partagée)
Installation brute incluse
Douche de pluie : 2,5 gpm max (9,5L/min) 80psi
Douchette : 2,5 gpm max (9,5L/min) 80psi
Robinet de baignoire : 8,4 gpm max (37L/min) 20psi
La description
Description
Complétez votre salle de bain en ajoutant ce robinet de bain-douche à 3 fonctions. Cet ensemble comprend la douche de tête à effet pluie, la douchette à main et sa barre, le bec de bain, la valve et l'inverseur. La cartouche en céramique et le corps en laiton massif assurent la longévité. Avec ses caractéristiques rectangulaires, VASSO-BK est le design parfait pour une salle de bain de style moderne !
Caractéristiques
Corps en acier inoxydable
Pomme de douche carrée 8'' avec bras de douche 15m
Barre de douche 24''
Douchette rectangulaire à fonction unique avec boyau flexible en acier inoxydable de 59"
Poignées rectangulaires
Bec de baignoire
Embouts en silicone anticalcaire pour tous les jets
Cartouche en céramique
Système de régulation de pression équilibré
Inverseur 3 voies (fonction partagée)
Brut inclus
Douche de pluie : 2,5 gpm max (9,5L/min) 80psi
Douchette à main : 2,5 gpm max (9,5L/min) 80psi
Remplisseur de baignoire : 8,4 gpm max (37L/min) 20psi
Caractéristiques
Finitions disponibles : Chrome, noir mat et laiton brossé (or)
Certification CSA (B125.1-18) et CUPC (ASME A112.18.1)
Garantie à vie sur la cartouche
Garantie de 5 ans sur la finition noire mate
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]