.showers-main{background-color:var(--color-white);min-height:calc(100vh - 200px);padding:2rem 1rem 4rem}.showers-container{max-width:1400px;margin:0 auto}.breadcrumbs{color:var(--color-gray);margin-bottom:2rem}.breadcrumbs a{color:var(--color-wet-asphalt);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.showers-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.showers-title{color:var(--color-wet-asphalt);margin:0;font-size:2.5rem}.mobile-filter-btn{background-color:var(--color-wet-asphalt);color:var(--color-white);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1rem;transition:background-color .3s;display:none}.mobile-filter-btn:hover{background-color:#1e2b37}.showers-content{grid-template-columns:280px 1fr;gap:2rem;display:grid}.filters-sidebar{background-color:#f8f9fa;border-radius:12px;height:fit-content;padding:1.5rem}.filters-header{border-bottom:1px solid var(--color-gray);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.filters-header h3{color:var(--color-wet-asphalt);font-size:1.2rem}.clear-filters{color:var(--color-gray);cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline;transition:color .3s}.clear-filters:hover{color:var(--color-wet-asphalt)}.filter-group{margin-bottom:1.5rem}.filter-group h4{color:var(--color-wet-asphalt);margin-bottom:.8rem;font-size:1rem}.filter-label{color:var(--color-wet-asphalt);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;transition:opacity .3s;display:flex}.filter-label:hover{opacity:.8}.filter-label input[type=checkbox]{cursor:pointer;width:16px;height:16px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{background:var(--color-white);border:1px solid var(--color-gray);cursor:pointer;will-change:transform;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2c3e5026}.product-image{will-change:background-image;backface-visibility:hidden;background-position:50%;background-size:cover;height:250px;transition:background-image .4s cubic-bezier(.4,0,.2,1);position:relative}.product-brand{color:var(--color-white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2c3e50cc;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;position:absolute;top:1rem;left:1rem}.product-info{padding:1.5rem}.product-model{color:var(--color-wet-asphalt);margin-bottom:.5rem;font-size:1.2rem}.product-size{color:var(--color-gray);margin-bottom:.5rem;font-size:.9rem}.product-details{color:var(--color-wet-asphalt);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.product-details-btn{background-color:var(--color-wet-asphalt);width:100%;color:var(--color-white);cursor:pointer;border:none;border-radius:6px;padding:.8rem;transition:background-color .3s,transform .2s}.product-details-btn:hover{background-color:#1e2b37;transform:scale(1.02)}.no-products{text-align:center;background:#f8f9fa;border-radius:12px;grid-column:1/-1;padding:4rem}.no-products p{color:var(--color-gray);margin-bottom:1rem;font-size:1.2rem}.no-products button{background-color:var(--color-wet-asphalt);color:var(--color-white);cursor:pointer;border:none;border-radius:6px;padding:.8rem 2rem;transition:background-color .3s}.no-products button:hover{background-color:#1e2b37}.modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--color-white);border-radius:16px;width:100%;max-width:1200px;max-height:90vh;padding:2rem;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 10px 40px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:var(--color-white);cursor:pointer;color:var(--color-gray);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 10px #0000001a}.modal-close:hover{color:var(--color-wet-asphalt);background:#f0f0f0;transform:rotate(90deg)}.modal-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.modal-images{flex-direction:column;gap:1rem;display:flex}.modal-main-image{background-color:#f8f9fa;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:12px;width:100%;height:350px;transition:transform .3s}.modal-main-image:hover{transform:scale(1.02)}.modal-secondary-image{background-color:#f8f9fa;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:12px;width:100%;height:200px;transition:transform .3s}.modal-secondary-image:hover{transform:scale(1.02)}.modal-info{padding-right:1rem}.modal-info h2{color:var(--color-wet-asphalt);margin-bottom:1.5rem;padding-right:2rem;font-size:2rem}.product-specs{border-collapse:collapse;width:100%;margin-bottom:1.5rem}.product-specs tr{border-bottom:1px solid var(--color-gray);transition:background-color .2s}.product-specs tr:hover{background-color:#f8f9fa}.product-specs td{padding:.8rem 0}.product-specs td:first-child{color:var(--color-wet-asphalt);width:40%;font-weight:700}.product-specs td:last-child{color:var(--color-gray)}.product-equipment h3{color:var(--color-wet-asphalt);margin-bottom:1rem;font-size:1.2rem}.product-equipment ul{grid-template-columns:repeat(2,1fr);gap:.5rem;list-style:none;display:grid}.product-equipment li{color:var(--color-gray);padding-left:1.2rem;font-size:.9rem;transition:transform .2s;position:relative}.product-equipment li:hover{transform:translate(5px)}.product-equipment li:before{content:"✓";color:var(--color-wet-asphalt);font-weight:700;position:absolute;left:0}.filter-modal{z-index:1100;background:#00000080;align-items:flex-end;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.filter-modal-content{background:var(--color-white);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:90vh;animation:.3s slideUpModal;display:flex}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filter-modal-header{border-bottom:1px solid var(--color-gray);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.filter-modal-header h3{color:var(--color-wet-asphalt);font-size:1.3rem}.filter-modal-close{cursor:pointer;color:var(--color-gray);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .3s;display:flex}.filter-modal-close:hover{color:var(--color-wet-asphalt);background:#f0f0f0}.filter-modal-body{padding:1.5rem;overflow-y:auto}.clear-filters-mobile{border:2px solid var(--color-gray);width:100%;color:var(--color-wet-asphalt);cursor:pointer;background:0 0;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:1rem;transition:all .3s}.clear-filters-mobile:hover{background-color:var(--color-gray);color:var(--color-white)}.filter-modal-footer{border-top:1px solid var(--color-gray);padding:1.5rem}.apply-filters-btn{background-color:var(--color-wet-asphalt);width:100%;color:var(--color-white);cursor:pointer;border:none;border-radius:8px;padding:1rem;font-size:1rem;transition:background-color .3s}.apply-filters-btn:hover{background-color:#1e2b37}.modal-content::-webkit-scrollbar{width:8px}.filter-modal-body::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.filter-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:var(--color-gray);border-radius:4px;transition:background .3s}.filter-modal-body::-webkit-scrollbar-thumb{background:var(--color-gray);border-radius:4px;transition:background .3s}.modal-content::-webkit-scrollbar-thumb:hover{background:var(--color-wet-asphalt)}.filter-modal-body::-webkit-scrollbar-thumb:hover{background:var(--color-wet-asphalt)}@media (min-width:769px) and (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-image{height:220px}.showers-title{font-size:2.2rem}}@media (max-width:768px){.showers-header{flex-direction:column;align-items:flex-start;gap:1rem}.mobile-filter-btn{display:flex}.desktop-filters{display:none}.showers-content{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-image{height:180px}.product-info{padding:1rem}.product-model{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:1rem;overflow:hidden}.product-size{margin-bottom:.3rem;font-size:.8rem}.product-details{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.8rem;font-size:.8rem;line-height:1.3;display:-webkit-box;overflow:hidden}.product-details-btn{padding:.6rem;font-size:.9rem}.product-brand{padding:.2rem .6rem;font-size:.7rem}.modal-grid{grid-template-columns:1fr;gap:1.5rem}.modal-content{padding:1.5rem}.modal-main-image{height:250px}.modal-secondary-image{height:150px}.modal-info h2{padding-right:2rem;font-size:1.5rem}.product-equipment ul{grid-template-columns:1fr}}@media (max-width:480px){.showers-title{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-image{height:150px}.product-info{padding:.8rem}.product-model{font-size:.9rem}.product-size{font-size:.75rem}.product-details{-webkit-line-clamp:2;font-size:.75rem}.product-details-btn{padding:.5rem;font-size:.8rem}.modal-content{padding:1rem}.modal-main-image{height:200px}.modal-secondary-image{height:120px}.filter-modal-content{max-height:95vh}}@media (max-width:360px){.products-grid{grid-template-columns:1fr;gap:1rem}.product-image{height:200px}.showers-title{font-size:1.8rem}}@media (max-height:600px) and (orientation:landscape){.modal-content{max-height:85vh}.modal-main-image{height:150px}.modal-secondary-image{height:100px}.filter-modal-content{max-height:85vh}}@media print{.mobile-filter-btn,.filters-sidebar,.product-details-btn,.modal-close,.filter-modal{display:none!important}.product-card{break-inside:avoid;page-break-inside:avoid}}
