.collection-with-filters{display:flex;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 1rem}.advanced-filters-sidebar{width:300px;flex-shrink:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;height:fit-content;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #000}.filter-header h3{font-size:1.25rem;font-weight:600;margin:0}.clear-all-btn{background:none;border:none;color:#d32f2f;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;text-decoration:underline}.clear-all-btn:hover{color:#b71c1c}.applied-filters{display:none;margin-bottom:1rem}.applied-filters[style*="display: block"]{display:block}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{display:inline-flex;align-items:center;gap:.5rem;background:#e3f2fd;border:1px solid #2196f3;border-radius:16px;padding:.25rem .75rem;font-size:.875rem}.filter-tag .remove-filter{background:none;border:none;color:#1976d2;font-size:1.25rem;line-height:1;cursor:pointer;padding:0;margin-left:.25rem}.filter-tag .remove-filter:hover{color:#0d47a1}.filter-groups{display:flex;flex-direction:column;gap:1.5rem}.filter-group{border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.filter-group:last-child{border-bottom:none}.filter-group-title{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#333}.filter-items{display:flex;flex-direction:column;gap:1rem}.filter-item{display:flex;flex-direction:column;gap:.5rem}.filter-title{font-size:.875rem;font-weight:500;color:#666}.filter-options{display:flex;flex-direction:column;gap:.375rem;max-height:200px;overflow-y:auto;padding-right:.5rem}.filter-options::-webkit-scrollbar{width:6px}.filter-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.filter-options::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.filter-options::-webkit-scrollbar-thumb:hover{background:#555}.loading-options{font-size:.75rem;color:#999;padding:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .2s}.filter-option:hover{background:#f5f5f5}.filter-option.disabled{opacity:.5;cursor:not-allowed}.filter-option.disabled:hover{background:transparent}.filter-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#2196f3}.filter-checkbox:disabled{cursor:not-allowed}.filter-label{font-size:.875rem;color:#333;flex:1}.filter-count{font-size:.75rem;color:#999}.products-container{flex:1;min-width:0}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}#results-count{font-size:1rem;color:#666}#products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.product-link{text-decoration:none;color:inherit;display:block}.product-image{width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:1rem}.product-title{font-size:.875rem;font-weight:500;margin:0 0 .5rem;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-vendor{font-size:.75rem;color:#666;margin:0 0 .5rem}.product-price{font-size:1rem;font-weight:600;color:#2196f3;margin:0}.no-results{text-align:center;padding:3rem 1rem;background:#f5f5f5;border-radius:8px}.no-results p{font-size:1.125rem;color:#666;margin:0 0 1rem}.loading{text-align:center;padding:3rem 1rem;font-size:1.125rem;color:#666}.error{text-align:center;padding:3rem 1rem;background:#ffebee;border:1px solid #ef5350;border-radius:8px;color:#c62828;font-size:1rem}#pagination{margin-top:2rem}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.page-btn{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){background:#f5f5f5;border-color:#2196f3}.page-btn.active{background:#2196f3;color:#fff;border-color:#2196f3}.page-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.collection-with-filters{flex-direction:column}.advanced-filters-sidebar{position:fixed;top:0;left:-100%;width:85%;max-width:350px;height:100vh;max-height:100vh;z-index:1000;transition:left .3s ease;border-radius:0;border-right:1px solid #e0e0e0}.advanced-filters-sidebar.open{left:0}.filter-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.filter-overlay.active{display:block}.mobile-filter-toggle{position:fixed;bottom:20px;right:20px;background:#2196f3;color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 8px #0003;z-index:998;display:flex;align-items:center;justify-content:center}.mobile-filter-toggle:hover{background:#1976d2}#products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.products-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width: 480px){#products-grid{grid-template-columns:repeat(2,1fr)}.product-info{padding:.75rem}.product-title{font-size:.8125rem}.product-vendor{font-size:.6875rem}.product-price{font-size:.875rem}}@media print{.advanced-filters-sidebar,.mobile-filter-toggle,#pagination{display:none}.collection-with-filters{display:block}#products-grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/advanced-filters.css.map */
