.shop-page{animation:.5s ease-out both slideUpFade}.shop-header{text-align:center}.shop-header h1{margin-bottom:.5rem;font-size:2.5rem}.category-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.filter-btn{border:1px solid var(--gray-light);color:var(--gray-medium);transition:var(--transition);border-radius:50px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500}.filter-btn:hover{border-color:var(--black);color:var(--black)}.filter-btn.active{background-color:var(--black);color:var(--white);border-color:var(--black)}.product-card{background:var(--white);border-radius:var(--radius);transition:var(--transition);border:1px solid #ddd;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:var(--black);transform:translateY(-5px)}.product-image{background-color:var(--gray-light);height:300px;position:relative;overflow:hidden}.product-link{width:100%;display:block}.object-cover{object-fit:cover;width:100%;height:100%;display:block}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.product-sizes{align-items:center;gap:.4rem;display:flex}.product-size{text-transform:uppercase;color:var(--gray-medium);border:1px solid var(--gray-light);transition:var(--transition);border-radius:4px;padding:.1rem;font-size:.75rem;font-weight:600}.product-price{color:var(--black);font-size:1.1rem;font-weight:700}.product-info h3{margin-bottom:.75rem;font-size:1rem!important}.product-desc{color:var(--gray-medium);margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.btn-full{width:100%;margin-top:auto}@media (max-width:600px){.shop-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)!important}.product-image{height:180px}.product-info{padding:.75rem .5rem}.product-info h3{line-height:1.3;font-size:.9rem!important}.product-price{font-size:.95rem}.product-desc{display:none}.shop-grid .btn{letter-spacing:0;padding:.6rem .5rem;font-size:.85rem}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
