.product-filter.svelte-14zyx3g{margin-bottom:2rem;display:flex;align-items:center;flex-wrap:wrap;gap:1rem;justify-content:space-between}.filter-label.svelte-14zyx3g{color:var(--bs-primary) margin-right: .5rem}.filter-controls.svelte-14zyx3g{display:flex;flex-wrap:wrap;gap:.8rem;flex-grow:1;align-items:center}.filter-select.svelte-14zyx3g{padding:.5rem 1rem;border:1px solid var(--bs-primary);border-radius:4px;background-color:var(--bs-light);color:var(--bs-primary);min-width:150px}.search-box.svelte-14zyx3g{flex-grow:1;min-width:200px}input[type=text].svelte-14zyx3g{padding:.6rem 1rem;border:1px solid var(--bs-primary);color:var(--bs-primary);border-radius:4px;width:100%}.view-options.svelte-14zyx3g{display:flex;gap:.5rem}.view-btn.svelte-14zyx3g{background-color:var(--bs-light);border:1px solid var(--bs-primary);border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.view-btn.svelte-14zyx3g:hover,.view-btn.active.svelte-14zyx3g{background-color:var(--bs-primary);color:var(--bs-light)}@media (max-width: 768px){.product-filter.svelte-14zyx3g{flex-direction:column;align-items:flex-start}.filter-controls.svelte-14zyx3g{width:100%}.filter-select.svelte-14zyx3g,.search-box.svelte-14zyx3g{width:100%;max-width:none}.view-options.svelte-14zyx3g{width:100%;justify-content:center}}.product-list-section.svelte-dikuu4{width:100vw;padding-block:0}.products-grid.svelte-dikuu4{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.products-grid.list-view.svelte-dikuu4{grid-template-columns:1fr;gap:1rem}.products-grid.list-view.svelte-dikuu4 .product-item:where(.svelte-dikuu4){background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;transition:all .3s ease;overflow:hidden}.products-grid.list-view.svelte-dikuu4 .product-item:where(.svelte-dikuu4):hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.product-item.svelte-dikuu4{transition:transform .2s ease}.product-item.svelte-dikuu4:hover{transform:translateY(-5px)}.products-grid.list-view .product-card{display:grid;grid-template-columns:200px 1fr;gap:1.5rem;padding:1rem}.products-grid.list-view .product-image{width:200px;height:200px;object-fit:cover;border-radius:8px}.products-grid.list-view .product-info{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem 0}.products-grid.list-view .product-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--bs-primary)}.products-grid.list-view .product-description{color:#666;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-grid.list-view .product-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.products-grid.list-view .product-price{font-size:1.5rem;font-weight:600;color:var(--bs-primary)}.products-grid.list-view .product-stock{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.products-grid.list-view .product-stock.in-stock{background-color:#e6f4ea;color:#1e7e34}.products-grid.list-view .product-stock.low-stock{background-color:#fff3e0;color:#f57c00}.products-grid.list-view .product-stock.out-of-stock{background-color:#fbe9e7;color:#d32f2f}.products-grid.list-view .product-actions{display:flex;gap:1rem;align-items:center}.products-grid.list-view .btn-add-to-cart{padding:.5rem 1.5rem;border-radius:8px;font-weight:500;transition:all .2s ease}.products-grid.list-view .btn-add-to-cart:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.products-grid.svelte-dikuu4{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.products-grid.list-view .product-card{grid-template-columns:1fr;gap:1rem}.products-grid.list-view .product-image{width:100%;height:200px}.products-grid.list-view .product-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.products-grid.list-view .product-actions{flex-direction:column;width:100%}.products-grid.list-view .btn-add-to-cart{width:100%}}
