.laptop-store{background:#f8fafc;min-height:100vh}.laptop-store .loading-section{justify-content:center;align-items:center;min-height:400px;display:flex}.container{width:90%;max-width:1200px;margin:0 auto}.store-controls{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:20px;padding:20px 0;display:flex}.store-controls .search-box{flex:1;max-width:400px;position:relative}.store-controls .search-box .search-icon{color:#6b7280;font-size:16px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.store-controls .search-box .search-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:12px 15px 12px 45px;font-size:16px;transition:border-color .2s}.store-controls .search-box .search-input:focus{border-color:#2563eb;outline:none}.store-controls .controls-right{align-items:center;gap:15px;display:flex}.store-controls .controls-right .sidebar-toggle{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;display:none}.store-controls .controls-right .sidebar-toggle:hover{background:#1d4ed8}@media (max-width:768px){.store-controls .controls-right .sidebar-toggle.mobile-only{display:flex}}.store-controls .controls-right .sort-select{color:#1f2937;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 15px center/16px no-repeat;border:1px solid #e2e8f0;border-radius:8px;min-width:160px;padding:10px 40px 10px 15px;font-size:14px}.store-controls .controls-right .sort-select:focus{border-color:#2563eb;outline:none}@media (max-width:768px){.store-controls{flex-direction:column;align-items:stretch;gap:15px}.store-controls .search-box{max-width:100%}.store-controls .controls-right{justify-content:space-between}}.store-content{gap:30px;min-height:500px;display:flex}@media (max-width:768px){.store-content{gap:0;position:relative}}.sidebar-overlay{display:none}@media (max-width:768px){.sidebar-overlay{z-index:1000;background:#00000080;width:100%;height:100%;display:block;position:fixed;top:0;left:0}.sidebar-overlay.active{display:block}}.filters-sidebar{flex-shrink:0;width:280px}@media (max-width:768px){.filters-sidebar.sidebar-open{z-index:1001;background:#fff;height:100vh;padding:20px;position:fixed;top:0;left:0;overflow-y:auto}.filters-sidebar.sidebar-closed{display:none}}.filters-sidebar .sidebar-content{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.filters-sidebar .sidebar-content .sidebar-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.filters-sidebar .sidebar-content .sidebar-header h3{color:#1f2937;margin:0;font-size:18px;font-weight:600}.filters-sidebar .sidebar-content .sidebar-header .header-actions{align-items:center;gap:10px;display:flex}.filters-sidebar .sidebar-content .sidebar-header .header-actions .clear-filters{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:5px 10px;font-size:14px;font-weight:500}.filters-sidebar .sidebar-content .sidebar-header .header-actions .clear-filters:hover{text-decoration:underline}.filters-sidebar .sidebar-content .sidebar-header .header-actions .close-sidebar{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:5px;font-size:20px;display:none}@media (max-width:768px){.filters-sidebar .sidebar-content .sidebar-header .header-actions .close-sidebar.mobile-only{display:block}}.filters-sidebar .sidebar-content .filter-section{margin-bottom:25px}.filters-sidebar .sidebar-content .filter-section:last-child{margin-bottom:0}.filters-sidebar .sidebar-content .filter-section h4{color:#1f2937;text-transform:uppercase;margin-bottom:15px;font-size:14px;font-weight:600}.filters-sidebar .sidebar-content .filter-section .filter-options{flex-direction:column;gap:10px;display:flex}.filters-sidebar .sidebar-content .filter-section .filter-options .filter-option{cursor:pointer;color:#4b5563;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.filters-sidebar .sidebar-content .filter-section .filter-options .filter-option:hover{color:#1f2937}.filters-sidebar .sidebar-content .filter-section .filter-options .filter-option input{cursor:pointer;accent-color:#2563eb;width:18px;height:18px}.filters-sidebar .sidebar-content .filter-section .filter-options .filter-option .filter-text{align-items:center;gap:8px;display:flex}.filters-sidebar .sidebar-content .filter-section .filter-options .filter-option .filter-text .filter-icon{color:#2563eb;font-size:14px}.filters-sidebar .sidebar-content .filter-section .price-controls .price-display{color:#2563eb;text-align:center;background:#2563eb0d;border-radius:6px;margin-bottom:15px;padding:10px;font-size:14px;font-weight:600}.filters-sidebar .sidebar-content .filter-section .price-controls .price-slider{background:#e2e8f0;border-radius:2px;outline:none;width:100%;height:4px;margin-bottom:10px}.filters-sidebar .sidebar-content .filter-section .price-controls .price-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#2563eb;border-radius:50%;width:18px;height:18px}.filters-sidebar .sidebar-content .filter-section .price-controls .price-limits{color:#6b7280;justify-content:space-between;font-size:12px;display:flex}@media (max-width:768px){.filters-sidebar .sidebar-content{border:none;border-radius:0;padding:0}}.products-section{flex:1}.products-section .results-info{margin-bottom:25px}.products-section .results-info .results-count{color:#1f2937;margin-bottom:10px;font-size:16px;font-weight:500;display:block}.products-section .results-info .active-filters{flex-wrap:wrap;gap:10px;display:flex}.products-section .results-info .active-filters .active-filter{color:#2563eb;background:#2563eb1a;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:14px;display:flex}.products-section .results-info .active-filters .active-filter .remove-filter{cursor:pointer;color:#2563eb99;margin-left:5px;font-size:14px;transition:all .2s}.products-section .results-info .active-filters .active-filter .remove-filter:hover{color:#ef4444;transform:scale(1.1)}.products-section .no-results{text-align:center;padding:60px 20px}.products-section .no-results h3{color:#1f2937;margin-bottom:15px;font-size:20px;font-weight:600}.products-section .no-results p{color:#4b5563;margin-bottom:25px;font-size:16px}.products-section .no-results .clear-filters-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:12px 30px;font-size:16px;font-weight:500}.products-section .no-results .clear-filters-btn:hover{background:#1d4ed8}.products-grid{grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:40px;display:grid}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:480px){.products-grid{grid-template-columns:1fr;gap:20px}}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:0 4px 12px #0000001a}.product-card .product-image{background:#f1f5f9;height:200px;position:relative;overflow:hidden}.product-card .product-image .product-img{object-fit:contain;width:100%;height:100%;padding:20px}.product-card .product-image .stock-badge{color:#fff;background:#ef4444;border-radius:4px;padding:5px 10px;font-size:12px;font-weight:500;position:absolute;top:15px;right:15px}.product-card .product-image .wishlist-btn{color:#4b5563;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex;position:absolute;top:15px;left:15px}.product-card .product-image .wishlist-btn:hover{color:#ef4444}.product-card .product-image .product-badges{flex-direction:column;gap:5px;display:flex;position:absolute;bottom:15px;left:15px}.product-card .product-image .product-badges .badge{color:#fff;border-radius:4px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:500;display:flex}.product-card .product-image .product-badges .badge.refurbished-laptop{background:#3b82f6}.product-card .product-image .product-badges .badge.new-laptop{background:#10b981}.product-card .product-image .product-badges .badge.accessories{background:#8b5cf6}.product-card .product-image .product-badges .badge.printer{background:#f59e0b}.product-card .product-image .product-badges .badge.discount{background:#ef4444}.product-card .product-info{padding:20px}.product-card .product-info .product-brand{color:#2563eb;text-transform:uppercase;margin-bottom:5px;font-size:14px;font-weight:600}.product-card .product-info .product-title{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:45px;margin-bottom:10px;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card .product-info .product-specs{color:#4b5563;font-size:14px;line-height:1.5}.product-card .product-info .product-rating{align-items:center;gap:8px;margin-bottom:15px;display:flex}.product-card .product-info .product-rating .stars{gap:2px;display:flex}.product-card .product-info .product-rating .stars .star{color:#e5e7eb;font-size:14px}.product-card .product-info .product-rating .stars .star.filled{color:#fbbf24}.product-card .product-info .product-rating .rating-text{color:#6b7280;font-size:14px}.product-card .product-info .product-pricing{align-items:center;gap:10px;margin-bottom:20px;display:flex}.product-card .product-info .product-pricing .current-price{color:#1f2937;font-size:20px;font-weight:700}.product-card .product-info .product-pricing .original-price{color:#6b7280;font-size:16px;text-decoration:line-through}.product-card .product-info .product-actions{gap:10px;display:flex}.product-card .product-info .product-actions .cart-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:500;display:flex}.product-card .product-info .product-actions .cart-btn:hover:not(.disabled){background:#1d4ed8}.product-card .product-info .product-actions .cart-btn.disabled{cursor:not-allowed;background:#6b7280}.product-card .product-info .product-actions .details-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:6px;padding:12px 20px;font-size:14px;font-weight:500}.product-card .product-info .product-actions .details-btn:hover{background:#2563eb0d}.store-features{background:#fff;border-top:1px solid #e2e8f0;padding:50px 0}.store-features .store-features__grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}@media (max-width:768px){.store-features .store-features__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:480px){.store-features .store-features__grid{grid-template-columns:1fr;gap:25px}}.store-features .store-feature__card{text-align:center;padding:20px}.store-features .store-feature__card .store-feature__icon{color:#2563eb;background:#2563eb1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:24px;display:flex}.store-features .store-feature__card .store-feature__title{color:#1f2937;margin-bottom:10px;font-size:16px;font-weight:600}.store-features .store-feature__card .store-feature__description{color:#4b5563;margin:0;font-size:14px;line-height:1.5}@media (max-width:1024px){.container{padding:0 15px}.products-grid{gap:20px}}@media (max-width:768px){.store-controls{margin-bottom:15px;padding:15px 0}.products-grid{gap:15px}.product-card .product-image{height:180px}.product-card .product-info{padding:15px}.product-card .product-info .product-title{min-height:42px;font-size:15px}.product-card .product-info .product-specs{min-height:38px;font-size:13px}.product-card .product-info .product-pricing .current-price{font-size:18px}}@media (max-width:480px){.container{padding:0 10px}.store-controls .search-box .search-input{padding:10px 15px 10px 40px;font-size:14px}.store-controls .controls-right .sort-select{min-width:140px;padding:8px 35px 8px 12px;font-size:13px}.product-card .product-image{height:160px}.product-card .product-info .product-brand{font-size:12px}.product-card .product-info .product-title{min-height:40px;font-size:14px}.product-card .product-info .product-specs{min-height:36px;font-size:12px}.product-card .product-info .product-actions{flex-direction:column}.product-card .product-info .product-actions .cart-btn,.product-card .product-info .product-actions .details-btn{justify-content:center;width:100%}}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.hidden{display:none}@media (max-width:768px){.mobile-hidden{display:none}}
