.page-hero{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:50px 0 40px;color:#fff;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.3}.page-hero .container{position:relative;z-index:2}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-size:14px}.breadcrumb a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#fff}.breadcrumb svg{opacity:.6}.breadcrumb span{color:#fff;font-weight:500}.page-title{font-size:38px;font-weight:700;margin-bottom:8px;line-height:1.2}.page-subtitle{font-size:16px;opacity:.9;max-width:600px}.products-page-content{padding:30px 0;background:#f9fafb;min-height:60vh}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:25px;align-items:start}.filter-toggle-btn{display:none;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;font-weight:600;color:#111827;cursor:pointer;margin-bottom:20px;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.1)}.filter-toggle-btn:hover{border-color:#3b82f6;color:#3b82f6}.filter-toggle-btn svg{flex-shrink:0}.filters-sidebar{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:90px;max-height:calc(100vh - 110px);overflow-y:auto}.filters-sidebar::-webkit-scrollbar{width:6px}.filters-sidebar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.filters-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.filters-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f3f4f6}.filters-header h3{font-size:18px;font-weight:700;color:#111827;display:flex;align-items:center;gap:8px}.btn-clear-filters{padding:6px 12px;background:#f3f4f6;border:none;border-radius:6px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:.3s}.btn-clear-filters:hover{background:#e5e7eb;color:#111827}.filter-section{margin-bottom:25px}.filter-section:last-child{margin-bottom:0}.filter-section-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.filter-search{position:relative;margin-bottom:20px}.filter-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.filter-search input{width:100%;padding:10px 12px 10px 38px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:.3s}.filter-search input:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.filter-select{width:100%;padding:10px 32px 10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%239ca3af" stroke-width="2" stroke-linecap="round"/></svg>') right 10px center no-repeat #fff;cursor:pointer;transition:.3s;appearance:none}.filter-select:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.products-main{min-width:0}.products-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:15px 20px;background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.results-info p{color:#6b7280;font-size:14px;margin:0}.results-info strong{color:#3b82f6;font-weight:600}.sort-wrapper{display:flex;align-items:center;gap:10px}.sort-wrapper label{font-size:14px;color:#6b7280;font-weight:500}.sort-wrapper select{padding:8px 32px 8px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%239ca3af" stroke-width="2" stroke-linecap="round"/></svg>') right 10px center no-repeat #fff;cursor:pointer;transition:.3s;appearance:none}.sort-wrapper select:focus{outline:0;border-color:#3b82f6}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-bottom:30px}.product-card{background:#fff;border-radius:10px;overflow:hidden;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.1);position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.product-card.out-of-stock{opacity:.7}.product-image{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f3f4f6}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.08)}.product-badge{position:absolute;top:8px;left:8px;padding:4px 10px;border-radius:5px;font-size:11px;font-weight:600;z-index:2}.product-badge.discount{background:#ef4444;color:#fff}.product-badge.new{background:#10b981;color:#fff}.product-badge.bestseller{background:#f59e0b;color:#fff}.product-badge.featured{background:#8b5cf6;color:#fff}.out-of-stock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;z-index:3}.wishlist-btn{position:absolute;top:8px;right:8px;width:36px;height:36px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;z-index:2;box-shadow:0 2px 6px rgba(0,0,0,.15)}.wishlist-btn:hover{transform:scale(1.1);background:#fee}.wishlist-btn.active{background:#fee}.wishlist-btn svg{color:#ef4444;width:18px;height:18px}.wishlist-btn.active svg path{fill:currentColor}.product-content{padding:12px;flex:1;display:flex;flex-direction:column}.product-title{font-size:15px;font-weight:600;color:#111827;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-brand{font-size:12px;color:#6b7280;margin-bottom:6px}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.stars{color:#fbbf24;font-size:14px;letter-spacing:1px}.rating-count{font-size:11px;color:#9ca3af}.product-description{font-size:13px;color:#6b7280;line-height:1.4;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid #f3f4f6}.product-price{display:flex;flex-direction:column;gap:2px}.current-price{font-size:18px;font-weight:700;color:#111827}.original-price{font-size:12px;color:#9ca3af;text-decoration:line-through}.btn-cart{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:.3s;white-space:nowrap}.btn-cart:hover:not(:disabled){background:#2563eb;transform:translateY(-2px)}.btn-cart:disabled{background:#d1d5db;cursor:not-allowed}.btn-cart svg{width:16px;height:16px}.load-more-container{text-align:center;padding:20px 0}.btn-large{padding:12px 28px;font-size:15px;min-width:200px}.no-results{text-align:center;padding:60px 20px;grid-column:1/-1}.no-results svg{color:#d1d5db;margin-bottom:15px}.no-results h3{font-size:22px;color:#111827;margin-bottom:8px}.no-results p{color:#6b7280;margin-bottom:20px;font-size:15px}.loading-container{grid-column:1/-1;text-align:center;padding:60px 20px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin;margin:0 auto 15px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loading-container p{color:#666;font-size:15px}.filter-bottom-sheet{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:1000;max-height:80vh;transform:translateY(100%);transition:transform .3s}.filter-bottom-sheet.active{transform:translateY(0)}.filter-sheet-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;opacity:0;transition:opacity .3s}.filter-sheet-overlay.active{opacity:1}.filter-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:2px solid #f3f4f6}.filter-sheet-header h3{font-size:18px;font-weight:700;color:#111827}.filter-sheet-close{width:32px;height:32px;background:#f3f4f6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s}.filter-sheet-close:hover{background:#e5e7eb}.filter-sheet-content{padding:20px;overflow-y:auto;max-height:calc(80vh - 140px)}.filter-sheet-footer{padding:15px 20px;border-top:2px solid #f3f4f6;display:flex;gap:10px}.filter-sheet-footer button{flex:1;padding:12px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.btn-apply-filters{background:#3b82f6;color:#fff}.btn-apply-filters:hover{background:#2563eb}.btn-reset-filters{background:#f3f4f6;color:#6b7280}.btn-reset-filters:hover{background:#e5e7eb}@media (max-width:1200px){.products-layout{grid-template-columns:260px 1fr;gap:20px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}}@media (max-width:992px){.page-title{font-size:32px}.products-layout{grid-template-columns:1fr}.filters-sidebar{display:none}.filter-toggle-btn{display:flex}.filter-bottom-sheet,.filter-sheet-overlay{display:block}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}}@media (max-width:768px){.page-title{font-size:28px}.page-subtitle{font-size:15px}.page-hero{padding:40px 0 30px}.products-page-content{padding:20px 0}.products-header{flex-direction:column;align-items:stretch;gap:12px;padding:12px 15px}.sort-wrapper{justify-content:space-between}.sort-wrapper select{flex:1}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.product-content{padding:10px}.product-title{font-size:14px}.product-description{font-size:12px}.current-price{font-size:16px}.btn-cart{padding:7px 10px;font-size:12px}}@media (max-width:480px){.page-title{font-size:24px}.page-subtitle{font-size:14px}.page-hero{padding:35px 0 25px}.breadcrumb{font-size:13px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{border-radius:8px}.product-content{padding:8px}.product-badge{top:6px;left:6px;padding:3px 8px;font-size:10px}.wishlist-btn{width:30px;height:30px;top:6px;right:6px}.wishlist-btn svg{width:16px;height:16px}.product-title{font-size:13px;margin-bottom:4px}.product-brand{font-size:11px}.product-rating{margin-bottom:6px}.stars{font-size:12px}.product-description{display:none}.product-footer{flex-direction:column;align-items:stretch;gap:8px}.product-price{flex-direction:row;gap:6px;align-items:baseline}.current-price{font-size:15px}.original-price{font-size:11px}.btn-cart{justify-content:center;padding:8px}.filter-sheet-content{padding:15px}#load-more-btn{min-width:100%}}