.shop-layout{background-color:var(--bg-color);min-height:100vh;padding-top:80px}.shop-hero{text-align:center;background:linear-gradient(#78350f0d,#78350f05);border-bottom:1px solid #78350f1a;margin-bottom:3rem;padding:4rem 0}.hero-breadcrumb{color:#888;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.hero-breadcrumb a{color:#888}.hero-breadcrumb a:hover{color:var(--primary-color)}.shop-hero h1{color:var(--primary-color);margin-bottom:.5rem;font-size:3.5rem}.shop-hero p{color:#666;font-size:1.1rem}.shop-grid-container{grid-template-columns:260px 1fr;gap:25px;max-width:1400px;margin:0 auto;padding:0 2% 6rem;display:grid}.shop-filters-sidebar{height:fit-content;position:sticky;top:100px}.filter-card{border-radius:24px;padding:30px}.filter-card-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.filter-card-header h3{margin:0;font-size:1.8rem}.clear-all{color:var(--accent-color);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:600;text-decoration:underline}.filter-group{margin-bottom:2.5rem}.filter-label{color:#1a1a1a;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.2rem;font-size:.9rem;font-weight:700}.search-box-premium{background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;padding:0 1rem;transition:all .3s;display:flex;position:relative}.search-box-premium:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #78350f1a}.search-box-premium input{background:0 0;border:none;outline:none;width:100%;padding:.8rem .5rem;font-size:.9rem}.clear-icon{cursor:pointer;color:#ccc}.category-list-premium{padding:0;list-style:none}.category-list-premium li{cursor:pointer;color:#444;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.95rem;transition:all .2s;display:flex}.category-list-premium li:hover{color:var(--primary-color);transform:translate(5px)}.category-list-premium li.active{color:var(--primary-color);font-weight:700}.category-list-premium li.active:before{content:"";background:var(--primary-color);border-radius:50%;width:6px;height:6px}.premium-range{width:100%;accent-color:var(--primary-color);margin-bottom:1rem}.price-display{color:#666;justify-content:space-between;font-size:.85rem;font-weight:600;display:flex}.shop-toolbar{border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 2rem;display:flex}.results-info{color:#555;font-size:.95rem}.results-info span{color:#000;font-weight:700}.sorting-box{align-items:center;gap:1rem;display:flex}.sorting-box label{color:#666;font-size:.85rem;font-weight:600}.sorting-box select{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:8px;outline:none;padding:.5rem 1rem;font-size:.9rem}.shop-products-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.shop-product-card{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.shop-product-card:hover{box-shadow:0 10px 30px #00000014}.card-image-section{background:#fff;justify-content:center;align-items:center;height:280px;padding:1rem;display:flex;position:relative}.card-image-section img{object-fit:contain;max-width:90%;max-height:90%}.card-badges{z-index:5;flex-direction:column;gap:8px;display:flex;position:absolute;top:15px;left:15px}.badge-bestseller{color:#fff;background:#000;border-radius:8px;align-items:center;gap:5px;padding:4px 12px;font-size:.75rem;font-weight:700;display:flex}.badge-hot{color:#fff;background:#e11d48;border-radius:8px;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:700}.wishlist-btn{cursor:pointer;color:#666;z-index:5;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.wishlist-btn:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca}.card-details{flex-direction:column;flex:1;padding:1.5rem;display:flex}.card-details h3{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:3rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.rating-stock-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.rating-capsule{color:#fff;background:#10b981;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:700;display:flex}.rating-count{color:#888;margin-left:5px;font-size:.8rem}.stock-status{color:#10b981;font-size:.85rem;font-weight:600}.card-price-row{align-items:center;gap:8px;margin-bottom:.5rem;display:flex}.current-price{color:#000;font-size:1.25rem;font-weight:800}.original-price{color:#999;font-size:.9rem;text-decoration:line-through}.discount-calc{color:#10b981;font-size:.9rem;font-weight:700}.card-meta-info{color:#888;margin-bottom:1.5rem;font-size:.75rem}.card-actions-footer{grid-template-columns:1fr 1fr;gap:12px;margin-top:auto;display:grid}.btn-buy-now{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:8px;padding:12px;font-size:.85rem;font-weight:700;transition:opacity .2s}.btn-add-cart{color:#431407;cursor:pointer;background:#fdf2e9;border:1px solid #fed7aa;border-radius:8px;padding:12px;font-size:.85rem;font-weight:700}.btn-buy-now:hover,.btn-add-cart:hover{opacity:.9}.shop-loading-area,.shop-empty-area{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:100px 0;display:flex}.premium-loader{border:3px solid #78350f1a;border-top:3px solid var(--primary-color);border-radius:50%;width:50px;height:50px;margin-bottom:2rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.shop-empty-area h3{margin:1rem 0;font-size:2rem}.shop-empty-area p{color:#666;margin-bottom:2rem}@media (max-width:1024px){.shop-grid-container{grid-template-columns:1fr}.shop-filters-sidebar{order:2;position:relative;top:0}.shop-main-content{order:1}.shop-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.shop-hero h1{font-size:2.5rem}.shop-toolbar{flex-direction:column;align-items:flex-start;gap:1rem}.shop-products-grid{grid-template-columns:1fr}}
