.shop-page{padding:1rem 1.5rem 4rem;max-width:1600px;margin:0 auto}.shop-header{margin-bottom:2rem}.shop-header .breadcrumb{margin-bottom:1rem;padding:0;background:transparent}.shop-header h1{font-family:'Playfair Display',serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;color:#1a1a1a;margin-bottom:.5rem}.shop-header p{color:#888;margin-bottom:0}.shop-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;margin-bottom:1.5rem}.shop-toolbar-left{display:flex;align-items:center;gap:.75rem}.filter-toggle-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#fff;border:1px solid #e0e0e0;border-radius:999px;font-size:.9rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease}.filter-toggle-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.sort-select-modern{padding:.6rem 1rem;border:1px solid #e0e0e0;border-radius:999px;font-size:.9rem;background:#fff;min-width:160px}.results-count{font-size:.9rem;color:#888}.filter-panel{background:#fafafa;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.filter-section-title{font-size:.9rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.filter-clear-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e0e0e0;border-radius:8px;font-size:.85rem;color:#666;cursor:pointer;transition:all .2s ease}.filter-clear-btn:hover{background:#c62828;color:#fff;border-color:#c62828}.products-grid-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.products-grid-modern{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.products-grid-modern{grid-template-columns:repeat(4,1fr)}}.product-card-modern{position:relative;background:#fff;border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid #f0f0f0}.product-card-modern:hover{box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-4px)}.product-card-image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5}.product-card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card-modern:hover .product-card-image-wrapper img{transform:scale(1.05)}.product-badge-modern{position:absolute;top:.75rem;left:.75rem;padding:.35rem .75rem;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;background:#1a1a1a;color:#fff}.product-badge-sale{background:#c62828}.product-badge-soldout{background:#9e9e9e}.product-wishlist-btn{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:0;border-radius:50%;color:#888;cursor:pointer;opacity:0;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-card-modern:hover .product-wishlist-btn{opacity:1}.product-wishlist-btn:hover{color:#c62828}.product-quick-view{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:rgba(26,26,26,.9);color:#fff;font-size:.8rem;font-weight:500;text-align:center;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;opacity:0;transform:translateY(100%);transition:all .3s ease}.product-card-modern:hover .product-quick-view{opacity:1;transform:translateY(0)}.product-card-info{padding:1rem;text-align:center}.product-card-name{font-size:.95rem;font-weight:600;color:#1a1a1a;text-decoration:none;display:block;margin-bottom:.5rem}.product-card-name:hover{color:#c9a86c}.product-card-price{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.price-current{font-size:1rem;font-weight:600;color:#1a1a1a}.price-original{font-size:.85rem;color:#888;text-decoration:line-through}.stock-indicator{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px}.stock-in{background:rgba(46,125,50,.1);color:#2e7d32}.stock-low{background:rgba(245,124,0,.1);color:#f57c00}.stock-out{background:rgba(198,40,40,.1);color:#c62828}.pagination-modern{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination-modern .page-link{padding:.5rem .875rem;border:1px solid #e0e0e0;border-radius:8px;color:#1a1a1a;transition:all .2s ease}.pagination-modern .page-item.active .page-link,.pagination-modern .page-link:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.shop-empty{text-align:center;padding:4rem 2rem}.shop-empty svg{width:80px;height:80px;color:#ddd;margin-bottom:1.5rem}.shop-empty h4{font-weight:600;margin-bottom:.5rem}.shop-empty p{color:#888;margin-bottom:1.5rem}.color-swatch{display:inline-block;width:28px;height:28px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e0e0e0;cursor:pointer;transition:all .2s ease}.color-swatch:hover,.color-swatch.active{box-shadow:0 0 0 2px #1a1a1a}.skeleton-card{height:360px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:16px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}