.collection-grid{background-color:rgb(var(--color-background));padding:calc(var(--header-height, 94px) + 2rem) 0}.collection-grid-module{width:100%}.collection_title{font-size:40px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2.5rem}.collection-grid-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem;height:70px;background-color:rgb(var(--color-background));position:sticky;z-index:1;padding:10px 0;top:var(--header-height, 94px)}.collection-grid-toolbar .product-count{display:flex;align-content:center;text-align:center}.collection-grid-controls{display:flex;align-items:center;flex-wrap:wrap;height:100%}.collection-grid-container{display:grid;gap:10px;grid-template-columns:repeat(4,1fr);position:relative;isolation:isolate;scroll-margin-top:calc(var(--header-height, 94px) + 80px)}.collection-grid--list-view{grid-template-columns:1fr;position:relative;isolation:isolate}.collection_filter_sort{display:flex;align-items:center;height:100%}@media (max-width: 999px){.collection-grid-container{grid-template-columns:repeat(2,1fr)}.collection_title{font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2.5rem}.collection-grid-toolbar{flex-direction:row-reverse;gap:5px}.collection-grid-toolbar .product-count{display:none}}.product-count-text{display:inline;font-size:var(--fluid-12-14);color:rgba(var(--color-foreground),.7);font-weight:500;letter-spacing:.1px}.filter-toggle{background:none;padding:0 1.25rem;height:100%;cursor:pointer;display:flex;text-transform:uppercase;font-weight:700;white-space:nowrap;align-items:center;gap:.5rem;font-size:13px;border:1px solid rgb(var(--color-foreground));color:rgba(var(--color-foreground))}.filter-toggle:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.filter-toggle:hover line,.filter-toggle:hover circle{stroke:rgb(var(--color-background))}.collection-sorter select{padding:.5rem 1rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;background-color:rgb(var(--color-background))}.collection-grid__empty{grid-column:1 / -1}.no-products-message{text-align:center;font-size:14px;padding:2rem}.no-products-message a{text-decoration:underline;color:rgb(var(--color-foreground));font-weight:500}.filters-drawer{position:fixed;width:480px;height:100%;right:-100%;background-color:rgb(var(--color-background));top:0;z-index:1000;display:flex;transition:right .5s ease-out;flex-direction:column}.filters-drawer.open{right:0}@media (max-width: 999px){.filters-drawer{right:auto;left:-100%;transition:left .5s ease-out}.filters-drawer.open{left:0}}@media (max-width: 768px){.filters-drawer{width:100%}.filter-toggle{background:none;padding:0 .75rem;font-size:12px}}.filter__header{display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;font-size:var(--fluid-20-28);padding:20px;letter-spacing:.4px;color:rgb(var(--color-foreground));font-weight:700;border-bottom:1px solid rgba(var(--color-foreground),.1)}.filter__body{overflow-y:auto;flex-grow:1}.filter__footer{padding:24px;margin-top:auto;display:flex;background-color:rgb(var(--color-foreground),.03);gap:10px;position:sticky;bottom:0}.filter__footer .filter_btn{display:block;width:50%;font-size:var(--fluid-12-14);letter-spacing:.1px;text-transform:uppercase;transition:all .3s ease;font-weight:700}.apply_btn{background-color:rgba(var(--color-foreground),.94);color:rgb(var(--color-background));width:100%;flex:1;padding-block:14px}.apply_btn .product-count-text{color:rgb(var(--color-background))}.remove_btn{position:relative;width:fit-content;margin:0 auto;text-align:center;padding:14px 0;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground))}.remove_btn:after{position:absolute;bottom:0;left:0;width:0;height:1px;background-color:rgb(var(--color-foreground));content:"";animation:none}.apply_btn:hover{background-color:rgba(var(--color-foreground));color:rgb(var(--color-background))}.remove_btn:hover:after{animation:link-underline 1.6s ease-in-out forwards}.close_filter-drawer{cursor:pointer}.filter__result{padding:24px;font-size:var(--fluid-14-16);border-bottom:1px solid rgba(var(--color-foreground),.05)}.filter__result-header{display:flex;justify-content:space-between;color:rgb(var(--color-foreground))}.price-range-inputs{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:15px}.price-input{position:relative}.price-input input{width:100%;padding:8px 8px 8px 40px;border:1px solid rgba(var(--color-foreground),.2);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;text-align:right}.range-slider{position:relative;height:8px;background:rgba(var(--color-foreground),.1);border-radius:4px;margin:30px auto;width:90%;overflow:visible}.range-slider .thumb{position:absolute;width:28px;height:28px;background:rgb(var(--color-background));border-radius:50%;top:50%;transform:translate(-50%,-50%);cursor:pointer;z-index:2;border:1px solid rgb(var(--color-foreground),.2);box-shadow:0 2px 4px #0000001a;transition:transform .1s ease}.range-slider .thumb.min{left:0}.range-slider .thumb.max{left:100%}.range-slider .track{position:absolute;height:100%;background:rgb(var(--color-foreground));border-radius:4px;left:0;width:100%}.price-input label{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:var(--fluid-14-16)}.filter-options{display:flex;flex-wrap:wrap;gap:10px}.filter-option{color:rgb(var(--color-foreground));display:block}.filter-option label{font-size:var(--fluid-12-14);cursor:pointer;position:relative;padding:10px;display:block;width:100%;height:100%;border:1px solid rgb(var(--color-foreground),.05);background-color:rgba(var(--color-foreground),.05)}.filter-option input[type=checkbox]{-webkit-appearance:none;appearance:none}.filter-option:has(:disabled){opacity:.5;pointer-events:none}.filter-option:has(:checked) label:after{transform:translateY(-50%) rotate(-45deg) scale(1)}.filter-option:has(:checked) label,.filter-option:hover label{border-color:rgb(var(--color-foreground))}.color-swatches{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.color-swatch{width:30px;height:30px;border-radius:50%;cursor:pointer;border:1px solid rgba(var(--color-foreground),.1);position:relative}.color-swatch.selected:after{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border:1px solid rgba(var(--color-foreground),.8);border-radius:50%}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.active-filter{display:inline-flex;align-items:center;background:transparent;border:1px solid rgb(var(--color-foreground));padding:10px 12px;font-size:var(--fluid-12-14);color:rgba(var(--color-foreground));pointer-events:none}.active-filter a{pointer-events:auto;text-decoration:none;color:inherit}.active-filter-remove{margin-left:10px;width:18px;height:18px;border:1px solid rgb(var(--color-foreground));padding:4px;border-radius:20px;cursor:pointer;pointer-events:auto;display:flex;align-items:center}.clear-all-filters{text-decoration:underline;text-underline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/collection.css.map */
