.products-container{width:100%;max-width:1600px;min-height:calc(100vh - 200px);margin:0 auto;padding:1rem;overflow-x:hidden}@media (min-width:768px){.products-container{padding:2rem 1.5rem}}.products-header{border-bottom:1px solid var(--border-color);flex-direction:column;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}@media (min-width:768px){.products-header{flex-direction:row;justify-content:space-between;align-items:center}}.products-header h1{text-transform:uppercase;letter-spacing:-.5px;margin:0;font-size:1.5rem;font-weight:900}@media (min-width:768px){.products-header h1{font-size:1.8rem}}.products-count{color:var(--text-secondary);min-height:1.2rem;margin-top:.25rem;font-size:.8rem}.products-header-actions{align-items:center;gap:.75rem;display:flex}.products-btn{background:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.products-btn:hover{border-color:var(--text-color);box-shadow:0 2px 8px #0000000d}.products-btn.active,.products-btn.primary{background:var(--text-color);color:var(--background);border-color:var(--text-color)}.products-btn.active:hover,.products-btn.primary:hover{background:var(--accent);border-color:var(--accent);color:#fff}.products-select{background:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:0;padding:.75rem 2rem .75rem 1rem;font-size:.75rem;font-weight:600}:root[class~=dark] .products-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23cccccc' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.products-select:focus{border-color:var(--text-color);outline:none}.products-layout{align-items:flex-start;gap:2rem;display:flex}.products-grid{flex-grow:1;grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:900px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--card-bg);border:1px solid var(--border-color);flex-direction:column;height:100%;transition:all .2s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--text-color);box-shadow:0 4px 12px #00000014}.product-card-image{aspect-ratio:4/3;background:var(--input-bg);width:100%;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;z-index:2;border-radius:9999px;padding:.25rem .5rem;font-size:.6rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}@media (min-width:768px){.product-card-badge{letter-spacing:.5px;padding:.35rem .75rem;font-size:.65rem;top:.75rem;left:.75rem}}.product-card-discount{color:#fff;z-index:2;background:#dc2626;border-radius:9999px;padding:.25rem .5rem;font-size:.6rem;font-weight:700;position:absolute;top:.5rem;right:.5rem}@media (min-width:768px){.product-card-discount{padding:.35rem .5rem;font-size:.65rem;top:.75rem;right:.75rem}}.product-card-content{flex-direction:column;flex-grow:1;padding:.75rem;display:flex}@media (min-width:768px){.product-card-content{padding:1rem}}.product-card-condition{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.65rem;font-weight:700}.product-card-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:.4rem;font-size:.8rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:768px){.product-card-title{margin-bottom:.5rem;font-size:.9rem;line-height:1.4}}.product-card-title a{color:inherit;text-decoration:none;transition:color .2s}.product-card-title a:hover{color:var(--accent)}.product-card-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:.75rem;display:flex}.product-card-price{flex-direction:column;display:flex}.product-card-price-original{color:var(--text-secondary);font-size:.7rem;text-decoration:line-through}.product-card-price-current{font-size:.95rem;font-weight:900}@media (min-width:768px){.product-card-price-current{font-size:1.1rem}}.product-card-price-current.discount{color:#dc2626}.product-card-stock{text-transform:uppercase;color:#dc2626;background:#dc26261a;padding:.35rem .5rem;font-size:.65rem;font-weight:700}.products-pagination{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:3rem;display:flex}.pagination-btn{background:var(--card-bg);border:1px solid var(--border-color);width:2.5rem;height:2.5rem;color:var(--text-color);cursor:pointer;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.pagination-btn:hover{border-color:var(--text-color)}.pagination-btn.active{background:var(--text-color);color:var(--background);border-color:var(--text-color)}.products-empty{text-align:center;background:var(--card-bg);border:1px solid var(--border-color);padding:4rem 2rem}.products-empty h3{text-transform:uppercase;margin-bottom:.5rem;font-size:1rem;font-weight:900}.products-empty p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem}.product-skeleton{background:var(--input-bg);border:1px solid var(--border-color);aspect-ratio:4/5;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product-detail-container{width:100%;max-width:1200px;margin:0 auto;padding:1rem;overflow-x:hidden}@media (min-width:768px){.product-detail-container{padding:2rem 1.5rem}}.product-detail-back{text-transform:uppercase;letter-spacing:1px;color:var(--text-color);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.product-detail-back:hover{color:var(--text-color)}.product-detail-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-gallery{position:relative}.product-gallery-main{aspect-ratio:1;background:var(--input-bg);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}@media (min-width:768px){.product-gallery-main{aspect-ratio:4/3}}.product-gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-nav-btn{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;opacity:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery:hover .gallery-nav-btn{opacity:1}.gallery-nav-btn:hover{border-color:var(--text-color)}.gallery-nav-btn.prev{left:.75rem}.gallery-nav-btn.next{right:.75rem}.gallery-dots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.gallery-dot{background:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:.5rem;height:.5rem;transition:all .2s}.gallery-dot.active{background:var(--text-color);transform:scale(1.25)}.product-info{flex-direction:column;display:flex}.product-info-badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;align-self:flex-start;margin-bottom:1rem;padding:.35rem .75rem;font-size:.65rem;font-weight:700;display:inline-block}.product-info-title{margin-bottom:1rem;font-size:1.5rem;font-weight:900;line-height:1.2}@media (min-width:768px){.product-info-title{font-size:2rem}}.product-info-price{margin-bottom:1.5rem}.product-info-price-original{color:var(--text-secondary);margin-right:.5rem;font-size:.9rem;text-decoration:line-through}.product-info-price-current{font-size:2rem;font-weight:900}.product-info-price-current.discount{color:#dc2626}.product-info-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem;line-height:1.7}.product-info-specs{background:var(--input-bg);border:1px solid var(--border-color);grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;padding:1.5rem;display:grid}.product-info-specs dt{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:.65rem;font-weight:900}.product-info-specs dd{text-transform:uppercase;margin:0;font-weight:700}.product-info-action{margin-top:auto}.product-highlights{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:2rem}.product-highlights-grid{text-align:center;grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.product-highlights-grid{grid-template-columns:repeat(3,1fr)}}.highlight-item{flex-direction:column;align-items:center;display:flex}.highlight-icon{background:var(--input-bg);border:1px solid var(--border-color);justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:flex}.highlight-title{margin-bottom:.25rem;font-size:.85rem;font-weight:700}.highlight-text{color:var(--text-secondary);font-size:.75rem}.similar-products{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:2rem}.similar-products h2{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:1rem;font-weight:900}@media (min-width:1024px){.filter-mobile-btn{display:none!important}}@media (max-width:480px){.product-card-badge,.product-card-discount{padding:.2rem .4rem!important;font-size:.55rem!important;top:.4rem!important;left:.4rem!important}.product-card-discount{left:auto!important;right:.4rem!important}.product-card-title{margin-bottom:.25rem!important;font-size:.75rem!important}.product-card-price-current{font-size:.85rem!important}.product-card-price-original{font-size:.65rem!important}.product-card-condition{font-size:.6rem!important}.product-card-content{padding:.5rem!important}}
