[{"id":241805066439,"handle":"agua-canada-bathroom-faucets-shower-tub-faucets","title":"Agua Canada\/Bathroom\/Faucets\/Shower \u0026 Tub Faucets","updated_at":"2025-07-06T16:05:07-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":289497350343,"handle":"agua-canada-shop-by-collection-by-style-contemporary","title":"Agua Canada\/Shop By Collection\/By Style\/Contemporary","updated_at":"2025-07-08T20:30:13-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":303240511687,"handle":"all-products","title":"All products","updated_at":"2025-07-09T01:00:07-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":303835709639,"handle":"new-products-auto","title":"New Products Auto","updated_at":"2025-07-08T21:00:12-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":309523448007,"handle":"zd-test-bathroom","title":"ZD TEST Bathroom","updated_at":"2025-07-09T01:00: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"]
Skip to content
Home Matte Black Square Shower & Bath Kit
VASSO-BK
Matte Black Square Shower & Bath Kit
Stainless steel body
Square 8'' shower head with 15” shower arm
24’’ shower rail
Single function rectangular hand shower with flexible 59" stainless steel hose
Rectangular handles
Bathtub spout
Anti-lime silicone tips for all jets
Ceramic cartridge
Balanced pressure regulating system
3-way diverter (shared function)
Rough included
Rain shower: 2,5 gpm max (9,5L/min) 80psi
Hand shower: 2,5 gpm max (9,5L/min) 80psi
Tub filler: 8,4 gpm max (37L/min) 20psi
Description
Description
Complete your bathroom by adding this 3-function bath shower faucet. This set includes the rain head shower, the hand shower and rail, the bath spout, the valve and the diverter. The ceramic cartridge and the solid brass body ensure the longevity. With its recatngular features, VASSO-BK is the perfect design for a modern-style bathroom!
Features
Stainless steel body
Square 8'' shower head with 15” shower arm
24’’ shower rail
Single function rectangular hand shower with flexible 59" stainless steel hose
Rectangular handles
Bathtub spout
Anti-lime silicone tips for all jets
Ceramic cartridge
Balanced pressure regulating system
3-way diverter (shared function)
Rough included
Rain shower: 2,5 gpm max (9,5L/min) 80psi
Hand shower: 2,5 gpm max (9,5L/min) 80psi
Tub filler: 8,4 gpm max (37L/min) 20psi
Specifications
Available finishes: Chrome, matte black and brushed brass (gold)
CSA (B125.1-18) and CUPC (ASME A112.18.1) certification
Life warranty on cartridge
5-year warranty on matte black finish
Choosing a selection results in a full page refresh.
Quick view [split_t4snt][split_t4snt]Add to Wishlist [split_t4snt]Add to cart [split_t4snt]