@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;transition:all .3s ease}.comparative-page .product-carousel-container.is-sticky{position:fixed;top:76px;left:0;right:0;width:100%;z-index:998;background-color:#fff;box-shadow:0 2px 12px #0000001a;padding:12px 0;margin-bottom:0;animation:slideDown .3s ease-out}.comparative-page .product-carousel-container.is-sticky .product-selector .carousel-track{gap:12px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item{flex-direction:row;align-items:center;padding:8px;gap:12px;border-radius:6px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .image{width:60px;min-width:60px;margin-bottom:0;border-radius:6px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .image img{aspect-ratio:1;border-radius:6px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .info-product{gap:10px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .info-product .contenido-producto{min-height:auto;gap:2px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .info-product .contenido-producto h3{font-size:14px;margin-bottom:0}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .info-product .contenido-producto .product-sku{font-size:12px;margin-bottom:0}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .info-product .pdf-link{width:32px;padding:4px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .info-product .pdf-link svg{width:16px;height:16px}.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;max-width:1100px;margin:0 auto}.comparative-page .product-selector .carousel-track{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;width:100%}.comparative-page .product-selector .products-label{grid-column:1;font-size:24px;font-weight:600;color:#111;display:flex;padding-bottom:10px}.comparative-page .product-selector .product-item{width:100%;box-sizing:border-box;display:flex;flex-direction:column;background-color:var(--tertiary-color);border-radius:8px;padding:10px;transition:transform .3s ease}.comparative-page .product-selector .product-item .image{width:100%;overflow:hidden;margin-bottom:1rem;border-radius:8px}.comparative-page .product-selector .product-item .image img{width:100%;height:100%;object-fit:contain;border-radius:8px;transition:all .5s ease;background-color:#fff;aspect-ratio:1}.comparative-page .product-selector .product-item .image img:hover{transform:scale(1.05)}.comparative-page .product-selector .product-item .info-product{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:30px;width:100%}.comparative-page .product-selector .product-item .info-product .contenido-producto{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:5px;width:80%;min-height:100px}.comparative-page .product-selector .product-item .info-product .contenido-producto h3{font-size:18px;font-weight:600;margin-bottom:.5rem;color:var(--primary-color)}.comparative-page .product-selector .product-item .info-product .contenido-producto .product-sku{font-size:14px;color:#616161;margin-bottom:.5rem;font-weight:400}.comparative-page .product-selector .product-item .info-product .pdf-link{padding:.5rem;background-color:var(--hover-color);text-decoration:none;transition:all .3s ease;width:46px;display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:50%}.comparative-page .product-selector .product-item .info-product .pdf-link svg{width:20px;height:20px}.comparative-page .product-selector .product-item .info-product .pdf-link:hover{background-color:var(--primary-color)}.comparative-page .product-selector .product-item .info-product .pdf-link:hover svg path{fill:var(--hover-color)}.comparative-page .product-sku{font-size:14px;color:#666;font-weight:400}.comparative-page .comparison-sections{max-width:1100px;margin:0 auto}.comparative-page .comparison-sections .comparison-section{margin-bottom:40px}.comparative-page .comparison-sections .comparison-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 .comparison-sections .comparison-section .comparison-rows{display:flex;flex-direction:column;gap:0}.comparative-page .comparison-sections .comparison-section .comparison-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;padding:10px 0;border-bottom:1px solid #eee;align-items:flex-start}.comparative-page .comparison-sections .comparison-section .comparison-row:last-child{border-bottom:none}.comparative-page .comparison-sections .comparison-section .comparison-row .field-label{font-size:14px;font-weight:600;color:#111;line-height:1.5}.comparative-page .comparison-sections .comparison-section .comparison-row .field-value{font-size:14px;font-weight:400;color:#333;line-height:1.5;word-break:break-word}.comparative-page .comparison-sections .comparison-section .comparison-row .field-values{display:contents}.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.is-sticky{top:60px;padding:8px 0}.comparative-page .product-carousel-container.is-sticky .product-selector{overflow-x:auto}.comparative-page .product-carousel-container.is-sticky .product-selector .carousel-track{display:flex;gap:8px;padding:0 16px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item{min-width:200px;max-width:200px;padding:6px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .image{width:40px;min-width:40px}.comparative-page .product-carousel-container.is-sticky .product-selector .product-item .info-product .contenido-producto h3{font-size:12px}.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{display:flex;gap:20px;justify-content:flex-start;padding:0 16px}.comparative-page .product-selector .products-label{display:none}.comparative-page .product-selector .product-item{width:280px;max-width:280px;flex-shrink:0}.comparative-page .product-selector .product-item .info-product{gap:10px}.comparative-page .product-selector .product-item .info-product .contenido-producto{min-height:auto}.comparative-page .product-selector .product-item .info-product .contenido-producto h3{font-size:14px}.comparative-page .product-selector .product-item .info-product .pdf-link{width:34px}.comparative-page .comparison-sections .comparison-section{margin-bottom:30px}.comparative-page .comparison-sections .comparison-section .section-title{font-size:18px}.comparative-page .comparison-sections .comparison-section .comparison-row{grid-template-columns:1fr;gap:4px;padding:12px 0}.comparative-page .comparison-sections .comparison-section .comparison-row .field-label{font-size:13px}.comparative-page .comparison-sections .comparison-section .comparison-row .field-values{display:grid;grid-template-columns:1fr 1fr;gap:12px}.comparative-page .comparison-sections .comparison-section .comparison-row .field-value{font-size:13px}.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 .info-product .contenido-producto h3{font-size:12px}.comparative-page .product-selector .product-item .info-product .pdf-link{width:30px}.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 slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}70%{opacity:1}to{opacity:0;visibility:hidden}}
