storefront-facets{display:block;width:100%;margin-bottom:4.8rem}.collection-layout{margin-top:2rem;position:relative}.collection-sidebar{min-width:280px}.collection-main{min-width:0}.facets__wrapper{display:flex;flex-wrap:wrap;row-gap:1.6rem;column-gap:.8rem;margin-top:3.2rem;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid var(--color-border)}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.filters-title{margin:0;font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground))}.storefront-filters{margin-bottom:2rem}.disclosure-has-popup{position:relative}.filter-group__summary{color:rgba(var(--color-foreground));font-size:1.4rem;font-weight:700;padding:.8rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-radius:2px;line-height:18px;width:max-content}.filter-group__summary .icon-caret{position:relative;right:0}.filter-group__summary::-webkit-details-marker{display:none}.filter-group__summary.active{color:#f96647}.filter-group__icon{transition:transform .2s ease}.disclosure-has-popup[open] .filter-group__icon{transform:rotate(180deg)}.facets__display{box-shadow:0 5px 10px #0000000f;background-color:rgb(var(--color-background));position:absolute;top:calc(100% + .5rem);left:-1.2rem;width:23rem;max-height:40rem;overflow-y:auto;border-radius:0 0 2px 2px;padding:1.6rem;padding-bottom:0;z-index:2}.facets__header{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:600;background-color:rgb(var(--color-background))}.filter-group__actions{display:flex;justify-content:space-between;gap:.8rem}.filter-group__actions-btn{flex:1;padding:.8rem;border-radius:2px;font-size:1.2rem;font-weight:600;min-width:fit-content}.filter-reset-btn{border:1px solid rgba(var(--color-foreground))}.filter-reset-btn:hover{background-color:var(--color-primary);color:var(--color-warm-white)}.filter-apply-btn{border:none}.filter-list{list-style:none;display:flex;gap:.8rem;flex-wrap:wrap;margin:1.6rem 0}.filter-item{margin-bottom:.5rem}.filter-checkbox{position:relative;font-size:1.4rem;display:flex;word-break:break-word}.filter-checkbox input[type=checkbox]{position:absolute;opacity:1;width:1.6rem;height:1.6rem;top:.7rem;left:-.4rem;z-index:-1;appearance:none;-webkit-appearance:none;cursor:pointer}.filter-checkbox__text{border:1px solid rgba(var(--color-foreground));border-radius:2px;padding:.8rem;font-size:1.2rem;font-weight:600;line-height:normal;cursor:pointer;border-radius:.2rem}.filter-checkbox__text:hover{background-color:var(--color-border)}.filter-checkbox__text.active,.filter-checkbox>input[type=checkbox]:checked~.filter-checkbox__text,.filter-checkbox>input[type=radio]:checked~.filter-checkbox__text{background-color:var(--color-primary);color:var(--color-warm-white)}.filter-list--swatches{gap:1rem 1.2rem}.filter-item--swatch{margin-bottom:0}.filter-checkbox.filter-swatch{align-items:center;justify-content:center;min-width:4.4rem;min-height:4.4rem;padding:.4rem}.filter-checkbox.filter-swatch input[type=checkbox]{position:absolute;right:0;bottom:0;top:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2;appearance:none;-webkit-appearance:none}.filter-swatch__ring{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.28);padding:2px;box-sizing:border-box;pointer-events:none;transition:box-shadow .15s ease,border-color .15s ease}.filter-swatch__fill{display:block;width:100%;height:100%;border-radius:50%;border:1px solid rgba(var(--color-foreground),.15);box-sizing:border-box;background-color:#e5e5e5}.filter-checkbox.filter-swatch:hover .filter-swatch__ring{border-color:rgba(var(--color-foreground),.55)}.filter-checkbox.filter-swatch.active .filter-swatch__ring,.filter-checkbox.filter-swatch>input[type=checkbox]:checked~.filter-swatch__ring{border-color:rgba(var(--color-foreground),.9);box-shadow:0 0 0 2px rgba(var(--color-foreground),.18)}.filter-checkbox.filter-swatch:focus-within .filter-swatch__ring{outline:2px solid rgba(var(--color-foreground),.35);outline-offset:2px}.price-range-slider{margin-top:1.6rem}.price-range-slider__container{margin-bottom:1rem}.price-range-slider__track{position:relative;height:6px;background-color:#e0e0e0;border-radius:3px;margin:1rem 0}.price-range-slider__range{position:absolute;height:100%;background-color:#1976d2;border-radius:3px;top:0}.price-range-slider__handle{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;background-color:#1976d2;border:2px solid white;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #0003;z-index:2;transition:transform .1s ease}.price-range-slider__handle--min{left:0%}.price-range-slider__handle--max{left:100%}.price-range-slider__handle-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#fff;border-radius:50%}.price-range-slider__inputs{display:flex;gap:1rem;margin-bottom:1rem}.price-range-slider__input-group{display:flex;align-items:center;flex:1}.price-range-slider__input{flex:1;padding:.5rem;border:1px solid #ddd;border-radius:0 4px 4px 0;font-size:.875rem;text-align:center}.price-range-slider__input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d240}.price-range-slider__input.invalid{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.price-range-slider__input.invalid:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.facets__actions{display:flex;gap:.5rem}.facets__reset,.facets__apply{flex:1;padding:.75rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s}.facets__reset{background-color:#6c757d;color:#fff}.facets__reset:hover{background-color:#5a6268}.facets__apply{background-color:#1976d2;color:#fff}.facets__apply:hover{background-color:#1565c0}.product-count{margin-bottom:1.5rem;font-size:1.1rem;color:#666;font-weight:500}.storefront-products .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));column-gap:2rem;row-gap:calc(2rem + 15px);list-style:none;margin:0;padding:0}.product-card{position:relative}.product-card__header{position:absolute;right:12px;left:12px;top:12px;z-index:2;display:flex;align-items:center;gap:.8rem;justify-content:space-between}.product-card__header .favourite-button{position:relative;top:0;right:0;margin-left:auto}.product-card__media{position:relative;overflow:hidden}.product-card__media a{display:block;height:100%;width:100%;line-height:0}.product-card__media img{width:100%;aspect-ratio:1;object-fit:contain;background-color:#fff;transition:transform .3s ease}.product-card__media:not(.product-card__media--dual) img:hover{transform:scale(1.05)}.product-card__media--dual .product-card__media-inner{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background-color:#fff}.product-card__media--dual .product-card__media-inner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;margin:0;aspect-ratio:unset;transition:opacity .35s ease}.product-card__media--dual .product-card__media-inner img:nth-child(2){opacity:0}@media(hover:hover)and (pointer:fine){.product-card__media--dual:hover .product-card__media-inner img:nth-child(1){opacity:0}.product-card__media--dual:hover .product-card__media-inner img:nth-child(2){opacity:1}}.product-tag.out-of-stock{background-color:#ffeff6}.product-card__info{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-card__title{font-size:1.6rem;font-weight:500}.product-card__title a{text-decoration:none}.product-card__price{display:flex;align-items:center;gap:.5rem}.product-card__current-price{font-weight:800;color:rgb(var(--color-heading));font-size:1.6rem}.product-card__inventory{font-size:1.2rem;color:#95335d;font-weight:600}.product-card__compare-price{text-decoration:line-through;color:#999;font-size:.9rem}.product-card__swatch-link{display:inline-flex;line-height:0;text-decoration:none;border-radius:50%}.product-card__swatch-link:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.45);outline-offset:.2rem}.no-products{text-align:center;padding:3rem 1rem;color:#666}.no-products h2{margin-bottom:1rem;color:#333}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:8rem}.pagination__load-more{display:flex;align-items:center;justify-content:center;min-width:37rem}.pagination__load-more:disabled{opacity:.6;cursor:not-allowed;transform:none}.sort-container{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.sort-label{font-weight:500;color:#333}.sort-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:.9rem;cursor:pointer}.sort-select:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}.loading{opacity:.6;pointer-events:none}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #1976d2;border-radius:50%;animation:spin 1s linear infinite}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.active-filter-pill{display:flex;align-items:center;gap:.5rem;background-color:#1976d2;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.active-filter-pill__remove{background:none;border:none;color:#fff;cursor:pointer;padding:0;font-size:1rem;line-height:1;opacity:.8;transition:opacity .2s ease}.active-filter-pill__remove:hover{opacity:1}.clear-all-filters{background:none;border:none;color:#1976d2;cursor:pointer;font-size:.8rem;text-decoration:underline;padding:0;margin-left:auto}.clear-all-filters:hover{color:#1565c0}.filter-group--first-row,.filter-group--second-row{display:flex;gap:.8rem}@media(max-width:1024px){.collection-layout{grid-template-columns:1fr 2fr;gap:1.5rem}}@media(max-width:749px){.collection-layout{grid-template-columns:1fr;gap:1rem}.collection-sidebar{min-width:auto}.pagination__load-more{min-width:100%}.pagination{margin-top:5rem}.storefront-products .product-grid{grid-template-columns:repeat(2,minmax(2rem,1fr));column-gap:1.5rem;row-gap:calc(1.5rem + 15px)}.facets__wrapper-container{position:relative}.facets__wrapper{overflow-x:auto;overflow-y:hidden}.disclosure-has-popup{position:initial}.filter-group__summary{padding:.75rem}.facets__display{padding:0 .75rem .75rem}.price-range__inputs{flex-direction:column;gap:.75rem}.sort-container{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:400px){.storefront-products .product-grid{column-gap:1rem;row-gap:calc(1rem + 15px)}}@media(max-width:360px){.storefront-products .product-grid{grid-template-columns:1fr;column-gap:1rem;row-gap:calc(1rem + 15px)}}.loading-text{margin:0;font-size:3rem;font-weight:500;color:var(--color-foreground, #333);text-align:center}.storefront-products{position:relative}.button-spinner{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.button-text{vertical-align:middle}@media(pointer:coarse){[data-slider-handle]{touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}}[data-slider-handle]{touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.loading-spinner-container{position:absolute;left:50%;transform:translate(-50%);top:0;z-index:10000000;width:100%;height:100%;background:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:flex-start;padding-top:10rem}.filter-apply-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.filter-apply-btn:disabled:hover{background-color:inherit;color:inherit}
/*# sourceMappingURL=/cdn/shop/t/2/assets/collection-storefront.css.map */
