:root{--shop-red: #e20919;--shop-dark: #18181b;--shop-gray: #27272a;--shop-muted: #71717a;--shop-light: #f4f4f5;--shop-white: #fafafa}.shop-hero{background:var(--shop-dark);position:relative;overflow:hidden}.shop-hero:after{content:"BOUTIQUE";position:absolute;right:-1%;top:50%;transform:translateY(-50%);font-size:clamp(60px,12vw,140px);font-weight:800;color:#ffffff06;letter-spacing:-.02em;pointer-events:none;line-height:1;white-space:nowrap}.shop-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;color:#fff}.shop-title .accent{color:var(--shop-red);position:relative;display:inline-block}.shop-title .accent:after{content:"";position:absolute;bottom:.1em;left:0;right:0;height:.12em;background:var(--shop-red);opacity:.4;transform:skew(-12deg)}.shop-breadcrumb{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#ffffff80}.shop-breadcrumb a{color:#ffffff80;text-decoration:none;transition:color .2s ease}.shop-breadcrumb a:hover{color:#fff!important}.shop-breadcrumb .separator{margin:0 .5rem;color:#ffffff4d}.shop-subtitle{color:#ffffff8c;font-size:.9rem;max-width:450px;letter-spacing:.01em}.shop-sidebar{position:sticky;top:100px}.sidebar-title{font-size:.6875rem;text-transform:uppercase;letter-spacing:.15em;color:var(--shop-muted);margin-bottom:.75rem;font-weight:600}.category-list{list-style:none;padding:0;margin:0}.category-item{margin-bottom:0}.category-link{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;color:var(--shop-gray);text-decoration:none;border-radius:6px;transition:all .2s ease;font-size:.8125rem}.category-link:hover{background:var(--shop-light);color:var(--shop-dark)!important}.category-link.active{background:var(--shop-dark);color:#fff!important;font-weight:500}.category-link.active:hover{background:var(--shop-gray);color:#fff!important}.category-link.active .category-count{color:#ffffffb3}.category-count{font-size:.6875rem;color:var(--shop-muted)}.products-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e4e4e7}.products-count{font-size:.8125rem;color:var(--shop-muted)}.products-count strong{color:var(--shop-dark)}.product-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid #e4e4e7}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001f}.product-card:hover .product-image{transform:scale(1.05)}.product-card:hover .product-quick-view{opacity:1;transform:translate(-50%) translateY(0)}.product-image-wrapper{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db;font-size:2.5rem}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.product-badge{padding:.25rem .5rem;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:3px;display:inline-block}.badge-new{background:var(--shop-dark);color:#fff}.badge-promo{background:var(--shop-red);color:#fff}.badge-out-of-stock{background:var(--shop-gray);color:#fff}.product-card:has(.badge-out-of-stock) .product-image{filter:grayscale(60%) opacity(.7)}.product-card:has(.badge-out-of-stock) .product-quick-view{background:var(--shop-muted)}.product-quick-view{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%) translateY(10px);opacity:0;background:var(--shop-dark);color:#fff;padding:.5rem 1rem;border-radius:5px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:all .25s ease;white-space:nowrap}.product-quick-view:hover{background:var(--shop-red);color:#fff!important}.product-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.product-category{font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:var(--shop-muted);margin-bottom:.375rem}.product-title{font-size:.875rem;font-weight:600;color:var(--shop-dark);margin-bottom:.5rem;line-height:1.4;flex-grow:1}.product-title a{color:inherit;text-decoration:none;transition:color .2s ease}.product-title a:hover{color:var(--shop-red)!important}.product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-top:auto}.product-price{font-size:1rem;font-weight:700;color:var(--shop-dark);letter-spacing:-.01em}.product-price.on-sale{color:var(--shop-red)}.product-price-original{font-size:.75rem;color:var(--shop-muted);text-decoration:line-through}.product-stock-status{font-size:.6875rem;margin-top:.375rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.product-stock-status .stock-danger{color:var(--shop-red)}.product-stock-status .stock-warning{color:#d97706}.empty-state{text-align:center;padding:3rem 1.5rem;background:var(--shop-light);border-radius:8px}.empty-state-icon{font-size:3rem;color:#d1d5db;margin-bottom:1rem}.empty-state-title{font-size:1.125rem;font-weight:600;color:var(--shop-dark);margin-bottom:.375rem}.empty-state-text{color:var(--shop-muted);font-size:.875rem}.shop-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.shop-pagination .page-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #e4e4e7;border-radius:8px;color:var(--shop-gray);font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease}.shop-pagination .page-link:hover{border-color:var(--shop-dark);color:var(--shop-dark)!important}.shop-pagination .page-item.active .page-link{background:var(--shop-dark);border-color:var(--shop-dark);color:#fff!important}@media (max-width: 991px){.shop-sidebar{position:static;margin-bottom:2rem}.sidebar-title{margin-bottom:1rem}.category-list{display:flex;flex-wrap:wrap;gap:.5rem}.category-item{margin-bottom:0}.category-link{padding:.4rem .75rem;font-size:.75rem;border:1px solid #e4e4e7;border-radius:50px;gap:.375rem}.category-link.active{border-color:var(--shop-dark)}.category-count{background:#00000014;padding:.1rem .4rem;border-radius:50px;font-size:.6rem;min-width:1.25rem;text-align:center}.category-link.active .category-count{background:#fff3}}@media (max-width: 767px){.products-header{flex-direction:column;align-items:flex-start;gap:1rem}}
