.chashagens-main{background-color:var(--color-white);min-height:calc(100vh - 200px);padding:2rem 1rem 4rem}.chashagens-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}.chashagens-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.chashagens-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}.chashagens-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;font-weight:600}.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-section{flex-direction:column;gap:2rem;display:flex}.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;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2c3e5026}.product-image{background-position:50%;background-size:cover;flex-shrink:0;height:250px;transition:transform .4s;position:relative}.product-card:hover .product-image{transform:scale(1.05)}.product-brand{color:var(--color-white);z-index:1;-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-model-badge{color:var(--color-white);z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#95a5a6e6;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-model{color:var(--color-wet-asphalt);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.product-size{color:var(--color-gray);margin-bottom:.5rem;font-size:.9rem}.product-details{color:var(--color-wet-asphalt);flex-grow:1;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;margin-top:auto;padding:.8rem;font-weight:500;transition:background-color .3s,transform .2s}.product-details-btn:hover{background-color:#1e2b37;transform:scale(1.02)}.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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-modal-content{background:var(--color-white);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:90vh;animation:.3s slideUp;display:flex}@keyframes slideUp{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;font-weight:600}.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;font-weight:500;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;font-weight:500;transition:background-color .3s}.apply-filters-btn: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}.modal-content{background:var(--color-white);border-radius:16px;width:100%;max-width:1000px;max-height:90vh;padding:2rem;animation:.3s scaleIn;position:relative;overflow-y:auto}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.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-info h2{color:var(--color-wet-asphalt);margin-bottom:1.5rem;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)}.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}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-image{height:220px}}@media (max-width:768px){.chashagens-header{flex-direction:column;align-items:flex-start;gap:1rem}.mobile-filter-btn{display:flex}.desktop-filters{display:none}.chashagens-content{grid-template-columns:1fr}.chashagens-title{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-image{height:180px}.product-info{padding:1rem}.product-model{font-size:1rem}.product-size,.product-details{font-size:.8rem}.product-details-btn{padding:.6rem;font-size:.9rem}.product-brand,.product-model-badge{padding:.2rem .6rem;font-size:.7rem}.modal-grid{grid-template-columns:1fr}}@media (max-width:480px){.chashagens-title{font-size:1.8rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-image{height:150px}.product-info{padding:.8rem}.product-model{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:.9rem;overflow:hidden}.product-size{margin-bottom:.3rem;font-size:.75rem}.product-details{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.product-details-btn{padding:.5rem;font-size:.8rem}.modal-content{padding:1rem}.modal-main-image{height:250px}.filter-modal-content{max-height:95vh}}@media (max-width:360px){.products-grid{grid-template-columns:1fr}.product-image{height:200px}}.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)}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.product-card{animation:.5s forwards slideInRight}@media (hover:hover){.product-card:hover{transform:translateY(-5px)}}@media (max-height:600px) and (orientation:landscape){.modal-content{max-height:85vh}.modal-main-image{height:200px}.filter-modal-content{max-height:85vh}}
