@charset "UTF-8";.comparative-page{padding:80px 0}.comparative-page .title-wrapper{display:flex;align-items:center;gap:16px;margin-bottom:40px}.comparative-page .title-wrapper .back-arrow{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:transparent;color:#111;transition:all .3s ease;text-decoration:none;flex-shrink:0}.comparative-page .title-wrapper .back-arrow:hover{background-color:#f5f5f5;transform:translate(-4px)}.comparative-page .title-wrapper .back-arrow svg{width:32px;height:32px}.comparative-page .title-wrapper .comparative-title{font-size:64px;font-weight:400;color:#111;margin:0;text-align:left}.comparative-page .no-products-selected{padding:60px 0}.comparative-page .no-products-selected .message-box{background-color:#f5f5f5;border-radius:8px;padding:60px 40px;text-align:center;max-width:600px;margin:0 auto}.comparative-page .no-products-selected .message-box h2{font-size:28px;font-weight:500;color:#111;margin-bottom:16px}.comparative-page .no-products-selected .message-box p{font-size:18px;color:#666;margin-bottom:32px;line-height:1.5}.comparative-page .no-products-selected .message-box .select-products-button{display:inline-block;background-color:#111;color:#fff;padding:14px 32px;border-radius:4px;text-decoration:none;font-size:18px;font-weight:500;transition:all .3s ease}.comparative-page .no-products-selected .message-box .select-products-button:hover{background-color:#333;transform:translateY(-2px)}.comparative-page .product-carousel-container{display:flex;align-items:center;position:relative;margin-bottom:60px}.comparative-page .product-carousel-container .carousel-nav{background-color:#fff;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;position:absolute;box-shadow:0 2px 5px #0000001a;transition:all .3s ease;color:#222;padding:0}.comparative-page .product-carousel-container .carousel-nav:hover{background-color:#f5f5f5;color:var(--primary-color)}.comparative-page .product-carousel-container .carousel-nav.disabled{opacity:.5;cursor:not-allowed;color:#999}.comparative-page .product-carousel-container .carousel-nav.prev{left:0;display:none}.comparative-page .product-carousel-container .carousel-nav.next{right:0;display:none}.comparative-page .product-carousel-container .carousel-nav svg{width:24px;height:24px}.comparative-page .product-selector{width:100%;overflow:hidden}.comparative-page .product-selector .carousel-track{display:flex;transition:transform .5s ease;width:100%;justify-content:center;gap:20px}.comparative-page .product-selector .product-item{flex:0 0 auto;width:100%;max-width:420px;padding:0 10px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:16px}.comparative-page .product-selector .product-item .product-image{width:100%;aspect-ratio:1/1;background-color:#e8e8e8;display:flex;align-items:center;justify-content:center;padding:20px;border-radius:8px;max-height:320px}.comparative-page .product-selector .product-item .product-image img{max-width:100%;max-height:100%;object-fit:contain}.comparative-page .product-selector .product-item .product-info{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.comparative-page .product-selector .product-item .product-info h3{font-size:18px;font-weight:400;color:#111;margin:0;text-align:center}.comparative-page .product-selector .product-item .product-info .tds-button{background-color:#111;color:#fff;padding:8px 20px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:400;transition:all .3s ease;display:inline-block}.comparative-page .product-selector .product-item .product-info .tds-button:hover{background-color:#333}.comparative-page .comparative-table{padding:60px 0}.comparative-page .comparative-table .products-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:880px;margin:0 auto;grid-auto-rows:minmax(auto,auto)}.comparative-page .comparative-table .product-column{display:contents}.comparative-page .comparative-table .product-column:nth-child(1) .spec-section{grid-column:1}.comparative-page .comparative-table .product-column:nth-child(2) .spec-section{grid-column:2}.comparative-page .comparative-table .spec-section.general-specifications{grid-row:1}.comparative-page .comparative-table .spec-section.flow-rate{grid-row:2}.comparative-page .comparative-table .spec-section.pressure{grid-row:3}.comparative-page .comparative-table .spec-section.power{grid-row:4}.comparative-page .comparative-table .spec-section.special-functions{grid-row:5}.comparative-page .comparative-table .spec-section.maintenance{grid-row:6}.comparative-page .comparative-table .spec-section.io-ports{grid-row:7}.comparative-page .comparative-table .spec-section.connectivity{grid-row:8}.comparative-page .comparative-table .spec-section .section-title{font-size:20px;font-weight:400;color:#111;text-align:left;padding-bottom:12px;border-bottom:1px solid #111;margin-bottom:20px}.comparative-page .comparative-table .spec-section .spec-item{margin-bottom:12px;line-height:1.6;font-size:14px;color:#111}.comparative-page .comparative-table .spec-section .spec-item .spec-label{font-weight:600;display:inline;margin-right:4px}.comparative-page .comparative-table .spec-section .spec-item .spec-value{font-weight:400;display:inline}.comparative-page .comparative-table .spec-section .spec-item.diverter-icon{display:flex;justify-content:flex-start;margin:16px 0}.comparative-page .comparative-table .spec-section .spec-item.diverter-icon .icon{width:80px;height:auto}.comparative-page .comparative-table .spec-section .spec-item.user-settings{display:flex;flex-direction:column;gap:8px}.comparative-page .comparative-table .spec-section .spec-item.user-settings .user-icons{display:flex;gap:4px;margin:8px 0}.comparative-page .comparative-table .spec-section .spec-item.user-settings .user-icons .user-icon{width:24px;height:36px}.comparative-page .comparative-table .spec-section .spec-item.user-settings .spec-value{display:block}.comparative-page .comparative-table .spec-section .spec-item .check-icon{width:20px;height:20px;margin-left:6px;vertical-align:middle;display:inline-block}.comparative-page .comparative-table .spec-section .spec-item .no-data{color:#999;font-style:italic}@media (max-width: 768px){.comparative-page{padding:40px 0}.comparative-page .title-wrapper{gap:12px;margin-bottom:24px}.comparative-page .title-wrapper .back-arrow{width:40px;height:40px}.comparative-page .title-wrapper .back-arrow svg{width:24px;height:24px}.comparative-page .title-wrapper .comparative-title{font-size:36px}.comparative-page .no-products-selected{padding:40px 0}.comparative-page .no-products-selected .message-box{padding:40px 20px}.comparative-page .no-products-selected .message-box h2{font-size:22px}.comparative-page .no-products-selected .message-box p{font-size:14px;margin-bottom:24px}.comparative-page .no-products-selected .message-box .select-products-button{padding:12px 24px;font-size:14px}.comparative-page .product-carousel-container{margin-bottom:40px}.comparative-page .product-carousel-container .carousel-nav,.comparative-page .product-carousel-container .carousel-nav.prev,.comparative-page .product-carousel-container .carousel-nav.next{display:none}.comparative-page .product-selector{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparative-page .product-selector::-webkit-scrollbar{height:4px}.comparative-page .product-selector::-webkit-scrollbar-track{background:#e8e8e8}.comparative-page .product-selector::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.comparative-page .product-selector::-webkit-scrollbar-thumb:hover{background:#555}.comparative-page .product-selector .carousel-track{gap:20px;justify-content:flex-start;padding:0 16px}.comparative-page .product-selector .product-item{width:280px;max-width:280px;gap:12px;flex-shrink:0}.comparative-page .product-selector .product-item .product-image{padding:16px}.comparative-page .product-selector .product-item .product-info{gap:8px}.comparative-page .product-selector .product-item .product-info h3{font-size:14px}.comparative-page .product-selector .product-item .product-info .tds-button{padding:6px 16px;font-size:12px}.comparative-page .comparative-table{padding:40px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.comparative-page .comparative-table:after{content:"← Swipe to compare →";position:absolute;top:20px;left:50%;transform:translate(-50%);background-color:#111111d9;color:#fff;padding:8px 16px;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap;pointer-events:none;z-index:10;animation:fadeOut 3s ease-out forwards}.comparative-page .comparative-table::-webkit-scrollbar{height:4px}.comparative-page .comparative-table::-webkit-scrollbar-track{background:#e8e8e8}.comparative-page .comparative-table::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.comparative-page .comparative-table::-webkit-scrollbar-thumb:hover{background:#555}.comparative-page .comparative-table .products-columns{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:20px;min-width:min-content;padding:0 16px}.comparative-page .comparative-table .product-column{display:flex;flex-direction:column;flex:0 0 auto;width:280px;max-width:280px;gap:32px}.comparative-page .comparative-table .spec-section.general-specifications,.comparative-page .comparative-table .spec-section.flow-rate,.comparative-page .comparative-table .spec-section.working-pressure,.comparative-page .comparative-table .spec-section.power,.comparative-page .comparative-table .spec-section.special-functions{grid-row:auto}.comparative-page .comparative-table .spec-section .section-title{font-size:18px;padding-bottom:10px;margin-bottom:16px}.comparative-page .comparative-table .spec-section .spec-item{margin-bottom:10px;font-size:13px}.comparative-page .comparative-table .spec-section .spec-item .spec-label,.comparative-page .comparative-table .spec-section .spec-item .spec-value{font-size:13px}.comparative-page .comparative-table .spec-section .spec-item.diverter-icon{margin:12px 0}.comparative-page .comparative-table .spec-section .spec-item.diverter-icon .icon{width:60px}.comparative-page .comparative-table .spec-section .spec-item.user-settings .user-icons{margin:6px 0}.comparative-page .comparative-table .spec-section .spec-item.user-settings .user-icons .user-icon{width:20px;height:30px}.comparative-page .comparative-table .spec-section .spec-item .check-icon{width:16px;height:16px}}@media (max-width: 480px){.comparative-page .title-wrapper{gap:8px}.comparative-page .title-wrapper .back-arrow{width:36px;height:36px}.comparative-page .title-wrapper .back-arrow svg{width:20px;height:20px}.comparative-page .title-wrapper .comparative-title{font-size:28px}.comparative-page .product-selector .carousel-track{gap:20px}.comparative-page .product-selector .product-item{width:260px;max-width:260px}.comparative-page .product-selector .product-item .product-info h3{font-size:12px}.comparative-page .product-selector .product-item .product-info .tds-button{padding:5px 12px;font-size:11px}.comparative-page .comparative-table .products-columns{gap:16px}.comparative-page .comparative-table .product-column{width:260px;max-width:260px;gap:28px}.comparative-page .comparative-table .spec-section .section-title{font-size:18px}.comparative-page .comparative-table .spec-section .spec-item,.comparative-page .comparative-table .spec-section .spec-item .spec-label,.comparative-page .comparative-table .spec-section .spec-item .spec-value{font-size:12px}}@keyframes fadeOut{0%{opacity:1}70%{opacity:1}to{opacity:0;visibility:hidden}}
