.collection-grid-controls{display:flex;gap:.5rem;align-items:center;flex:1}.collection-toolbar-right{display:flex;align-items:center;gap:1rem}.active-filters-container{display:flex;margin-block:1rem;flex-wrap:wrap;gap:.5rem;min-height:40px;align-items:center}.active-filters-container.mobile-only{padding:16px 24px;margin:0;border-bottom:1px solid rgba(var(--color-foreground),.1);display:none}.active-filters-container.desktop-only{display:flex}.active-filter-tag{display:flex;align-items:center;cursor:pointer;gap:.5rem;padding:6px 12px;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;font-size:12px;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.active-filter-tag__name{font-weight:500}.active-filter-tag__remove{cursor:pointer;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;flex-shrink:0;position:relative}.active-filter-tag:hover .active-filter-tag__remove{background-color:rgba(var(--color-foreground),.1)}.active-filter-tag__remove:before,.active-filter-tag__remove:after{content:"";position:absolute;width:8px;height:1px;background-color:rgb(var(--color-foreground));transform:rotate(45deg)}.active-filter-tag__remove:after{transform:rotate(-45deg)}.rtl .active-filters-container{flex-direction:row-reverse}@media (max-width: 999px){.active-filters-container.desktop-only{display:none}.active-filters-container.mobile-only{display:flex}}.collection-grid-container{display:grid;grid-template-columns:repeat(4,1fr);min-height:35vh;gap:8px;margin-block:2rem 4rem}.product-count-text{font-size:15px}.select-filter .options__drawer{position:absolute;left:0;top:100%;width:fit-content;transform:translateY(-10px);opacity:0;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.05);border-radius:6px;box-shadow:0 8px 18px #00000014;z-index:200;transition:transform var(--transition-speed, .3s) ease,opacity var(--transition-speed, .3s) ease;margin-top:5px}.select-filter[open] .options__drawer{transform:translateY(0);opacity:1}.select-filter .reset-btn{display:block;width:100%;text-align:left;text-decoration:underline;text-underline-offset:4px;padding:20px;background-color:rgb(var(--color-background));font-size:12px;border-bottom:1px solid rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));cursor:pointer}.options__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px 8px 0;border-radius:4px;cursor:pointer;transition:all var(--transition-speed, .3s) ease;font-size:15px;width:100%;background:transparent;border:none;color:rgb(var(--color-foreground))}.options__label{color:rgba(var(--color-foreground),.7);margin-right:.5rem;font-size:12px}.options__value{white-space:nowrap;font-weight:500;flex-grow:1;text-align:left}.options__arrow{width:6px;height:6px;border-bottom:2px solid rgb(var(--color-foreground));border-right:2px solid rgb(var(--color-foreground));transform:rotate(45deg);transition:transform var(--transition-speed, .3s) ease;flex-shrink:0}custom-select[open] .options__arrow{transform:rotate(225deg)}.select-filter input{-webkit-appearance:none;appearance:none}.select-label{display:block;padding:8px 12px 8px 34px;font-size:12px;cursor:pointer;position:relative;white-space:nowrap}.select-label:before{position:absolute;left:16px;width:14px;height:14px;border:1px solid rgba(var(--color-foreground),.2);top:50%;transform:translateY(-50%);content:""}.select-label:has(input[type=checkbox]:checked):after,.select-label.is-active:after{content:"";position:absolute;left:22px;width:3px;height:8px;border-right:1px solid rgba(var(--color-foreground),.8);border-bottom:1px solid rgba(var(--color-foreground),.8);transform:translateY(-50%) rotate(45deg);top:50%}.select-label:has(input[type=radio]):before{border-radius:50%}.select-label:has(input[type=radio]:checked):after{content:"";position:absolute;left:20px;width:6px;height:6px;border-radius:50%;background:rgb(var(--color-foreground));transform:translateY(-50%);top:50%}.select-label:has(input[type=radio]:checked),.select-label:has(input[type=checkbox]:checked){font-weight:500}.price-range-inputs{display:flex;gap:10px;padding:12px}.price-field{position:relative;display:flex;align-items:center;gap:5px}.price-field span{display:block;position:relative;color:rgba(var(--color-foreground),.7);font-size:12px}.price-field input{width:100%;min-width:140px;border:3px solid rgba(var(--color-foreground),.2);padding:16px;font-size:12px;background:transparent;transition:border-color .2s ease}.price-field label{position:absolute;top:50%;left:40px;font-size:12px;color:rgba(var(--color-foreground),.6);transform:translateY(-50%);pointer-events:none;transition:all .2s ease}.price-field input:focus+label,.price-field input:not(:placeholder-shown)+label{top:7px;font-size:10px;color:rgb(var(--color-foreground))}.price-field input:focus{border:2px solid rgba(var(--color-foreground));outline:none}.no-products-message{grid-column:1 / -1;padding:2rem;display:flex;justify-content:center;font-size:20px;gap:5px;align-items:center;color:rgb(var(--color-foreground))}.no-products-message a{display:inline;text-decoration:underline;text-underline-offset:3px}.no-products-message a:hover{opacity:.7}.collection{overflow:hidden}.collection-grid-toolbar{position:sticky;margin-top:2rem;top:0;z-index:10;display:flex;align-items:center;min-height:50px;background:rgb(var(--color-foreground),.05);height:var(--header-height)}.collection-toolbar-container{width:100%;display:flex;justify-content:space-between;align-items:center}.infinite-loader{position:relative;text-align:center;width:100%;padding:2rem 0;font-size:14px;color:rgba(var(--color-foreground),.6);overflow:hidden;background:linear-gradient(to top,rgba(var(--color-background),1),rgba(var(--color-background),.85) 40%,rgba(var(--color-background),.6) 65%,rgba(var(--color-background),.3) 85%,rgba(var(--color-background),0))}.filters-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .5s ease-out,visibility .5s ease-out}.filters-drawer-overlay.active{opacity:1;visibility:visible}.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__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)}.close_filter-drawer{cursor:pointer;font-size:32px;line-height:1;color:rgb(var(--color-foreground))}.filter__body{overflow-y:auto}.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));margin-bottom:15px;font-weight:500}.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{border-color:rgb(var(--color-foreground));font-weight:500}.filter-option-link{display:block;padding:10px;font-size:var(--fluid-12-14);border:1px solid rgb(var(--color-foreground),.05);background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));text-decoration:none}.filter-option-link.is-active,.filter-option-link:hover{border-color:rgb(var(--color-foreground));font-weight:500}.filter__footer{padding:24px;display:flex;background-color:rgb(var(--color-foreground),.03);gap:8px;flex-direction:column}.filter_btn{display:block;font-size:var(--fluid-16-20);letter-spacing:.1px;border:none;cursor:pointer;background-color:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));padding-block:14px;text-align:center}.apply_btn{background-color:rgba(var(--color-foreground));color:rgb(var(--color-background))}.remove_btn{text-decoration:underline;text-underline-offset:3px;background-color:transparent}.remove_btn:after{position:absolute;bottom:0;left:0;width:0;height:1px;background-color:rgb(var(--color-foreground));content:"";animation:none}.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))}.mobile-only{display:none}.desktop-only{display:block}@media (max-width: 999px){.collection-grid-container{grid-template-columns:repeat(2,1fr);gap:8px}.select-filter{min-width:60px}.collection-grid-toolbar{background-color:transparent}.collection-grid-controls{gap:1rem;display:none;width:fit-content}.price-range-inputs{flex-direction:column}.no-products-message{flex-direction:column;justify-content:center;text-align:center;font-size:16px}.no-products-message a{display:inline;text-decoration:underline;text-underline-offset:3px}.collection-grid-controls .select-filter:not(#sort-by-filter){display:none}.mobile-only{display:flex}#sort-by-filter .options__trigger{padding:0 1.25rem;height:100%;border:1px solid rgb(var(--color-foreground));background:transparent;color:rgba(var(--color-foreground));text-transform:uppercase;font-weight:700;font-size:13px}#sort-by-filter .options__trigger:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}#sort-by-filter .options__trigger:hover .options__arrow{border-bottom-color:rgb(var(--color-background));border-right-color:rgb(var(--color-background))}.collection-toolbar-right{gap:8px;display:flex;width:100%}.filter-toggle{padding:1rem .75rem;font-size:var(--fluid-12-14);background-color:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));border:none;width:50%;font-weight:400;justify-content:center;text-transform:none}.filter-toggle:hover{background-color:rgba(var(--color-foreground),.15);color:rgb(var(--color-foreground))}#sort-by-filter{width:50%;flex:1}#sort-by-filter .options__trigger{padding:1rem .75rem;height:100%;border:none;background-color:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground));font-size:12px;width:100%;border-radius:0;text-align:center}#sort-by-filter .options__value{text-align:center;font-size:var(--fluid-12-14);text-transform:none;font-weight:400}#sort-by-filter .options__trigger:hover{background-color:rgba(var(--color-foreground),.15);color:rgb(var(--color-foreground))}#product-count{display:none}}.collection-page{background-color:rgb(var(--color-background));padding-top:calc(var(--header-height, 85px) + 4.6rem)}.collection_title-box{display:flex;flex-direction:column;gap:1rem;align-items:center}.collection .featured-header{display:flex;margin-bottom:1rem;overflow:hidden}.collection .featured-heading{font-size:var(--fluid-14-16);color:rgb(var(--color-foreground));width:100%;text-align:center;max-width:800px}.collection .featured_title{font-size:var(--fluid-28-36);margin-bottom:5px;min-height:36px;letter-spacing:.5px}.collection .desc{width:100%;line-height:1.4;letter-spacing:.5px}.collection-menu-list{display:flex;gap:1.5rem;margin-top:1rem;justify-content:center;overflow-x:auto;padding-bottom:1rem}.collection-menu-list a{position:relative;text-decoration:none;font-size:var(--fluid-14-16);color:rgb(var(--color-foreground))}.collection-menu-list a:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:rgb(var(--color-foreground));transform:scaleX(1);transform-origin:left;transition:transform .3s ease}.collection-menu-list a:hover:before{transform:scaleX(0);transform-origin:right}@media (max-width: 999px){.collection .desc{max-width:100%}.collection .featured-heading{text-align:left}.collection-menu-list{justify-content:start;width:100%}.collection-menu-list a{flex:1 0 auto;margin:0 auto}.collection .featured_title{margin-bottom:12px}.collection_title-box{padding:0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/collection.css.map */
