.collection-page{background:var(--color-background);color:var(--color-foreground)}.collection-page__inner{padding-block:0}.collection-hero{margin-bottom:0;text-align:left}.collection-hero.shop-hero h1{margin-bottom:var(--space-md)}.shop-page-shell{padding-top:var(--space-section);padding-bottom:var(--space-section)}.collection-hero__description{max-width:none;color:var(--color-foreground);line-height:1;font-size:var(--text-body);font-weight:300}.collection-hero__description--plain{margin:0}.shop-hero .text-h1{margin-bottom:24px;font-size:var(--text-h4);line-height:1.2}@media(min-width:1600px){.shop-hero .text-h1{font-size:var(--text-h4)}}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-section);box-shadow:0 .5px 0 var(--color-mocha);padding:var(--space-section) 0 var(--space-section) 0}.collection-toolbar__primary{display:flex;align-items:center;gap:1rem;justify-content:flex-start;width:100%}.collection-toolbar__toggle{flex-shrink:0}.collection-toolbar__count{display:none;margin:0;text-transform:uppercase;letter-spacing:5%;color:var(--color-muted)}.filter-btn{display:inline-flex;align-items:center;padding:12px 24px;background:transparent;cursor:pointer;transition:all .3s ease}.filter-btn span{font-size:var(--text-small-12);font-weight:400;letter-spacing:5%;color:var(--text-primary);line-height:1em}.filter-icon{margin-left:12px}.filter-btn-label-mobile{display:none}.sort-dropdown{display:flex;align-items:center;gap:10px;min-width:0;margin-left:auto}.filter-group--sort{display:none}.sort-label{min-width:70px;font-size:var(--text-small-12);font-weight:400;line-height:1em;letter-spacing:5%;color:var(--text-primary)}.sort-select{min-width:150px;min-height:0;border:1px solid var(--color-border);background:var(--color-background);color:var(--color-foreground);padding:14px 30px 14px 10px;font:inherit;font-size:var(--text-body);line-height:1em;letter-spacing:5%;text-transform:uppercase;-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 1.1rem) calc(50% - .2rem),calc(100% - .8rem) calc(50% - .2rem);background-size:.4rem .4rem,.4rem .4rem;background-repeat:no-repeat}.collection-filters[hidden]{display:none}.collection-filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-overlay);pointer-events:none;visibility:hidden}.collection-filters.is-open{pointer-events:auto;visibility:visible}.collection-filters__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#3f32292e;opacity:0;transition:opacity .2s ease}.collection-filters.is-open .collection-filters__scrim{opacity:1}.collection-filters__dialog{position:absolute;top:0;left:0;display:grid;grid-template-rows:auto auto 1fr;width:min(400px,100vw);height:100%;background:var(--color-background);border-right:1px solid var(--color-border);padding:var(--space-lg);gap:var(--space-lg);transform:translate(-100%);transition:transform .2s ease}.collection-filters.is-open .collection-filters__dialog{transform:translate(0)}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.collection-filters__header h2{font-family:var(--font-sans);font-size:var(--text-body-22);font-weight:400;letter-spacing:5%;text-transform:uppercase;margin:0}.collection-filters__body{overflow-y:auto;display:grid;gap:1.25rem;align-content:start}.filter-group{border:none}.filter-group:last-child{border:none}.filter-group__summary{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 0 .5rem;list-style:none;cursor:default;font-size:var(--text-small-12);font-weight:400;letter-spacing:0%;text-transform:uppercase;color:var(--color-foreground)}.filter-group__summary::-webkit-details-marker{display:none}.filter-group__summary svg{display:none}.filter-group__body{padding-bottom:0}.filter-group__list{display:grid;gap:.5rem}.filter-group__option{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-mocha);font-size:var(--text-small-12);letter-spacing:0%;text-transform:uppercase;cursor:pointer;font-weight:300}.filter-group__option input[type=checkbox],.filter-group__option input[type=radio]{width:11px;height:11px;flex-shrink:0;appearance:auto;-webkit-appearance:checkbox;border-radius:0;accent-color:var(--color-foreground);cursor:pointer}.filter-group__price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.filter-group__price-field{display:grid;gap:.25rem;font-size:var(--text-micro);letter-spacing:5%;text-transform:uppercase}.filter-group__price-field input{min-height:2rem;border:1px solid var(--color-border);background:var(--color-background);color:var(--color-foreground);padding:.375rem .5rem;font:inherit;font-size:var(--text-micro)}.collection-filters__footer{display:flex;align-items:start;justify-content:space-between;gap:.5rem;border-top:1px solid var(--color-border);padding-top:var(--space-lg)}.collection-filters__clear,.collection-filters__apply{flex:1;padding:8px 10px;font-size:var(--text-micro);letter-spacing:5%;text-align:center;white-space:nowrap}.collection-grid{grid-template-columns:repeat(var(--collection-columns),minmax(0,1fr));gap:var(--space-section)}.collection-grid__empty{grid-column:1 / -1;border:1px dashed var(--color-border);padding:var(--space-xl);text-align:center;color:var(--color-muted)}.collection-page .product-card--shop{display:flex;flex-direction:column}.collection-page .product-card--shop .product-card__options{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0}.collection-page .product-card--shop .product-card__option-select{flex:0 0 auto}.collection-page .product-card--shop .product-card__option-select~.variant-swatches{margin-left:auto}.collection-page .product-card--shop .variant-swatches{flex:0 0 auto;flex-wrap:nowrap;gap:8px}.collection-page .variant-swatches__swatch{width:25px;height:25px;border-color:var(--color-mocha);box-shadow:none;transform:none}.collection-page .product-card--shop .variant-swatches__swatch.is-active,.collection-page .product-card--shop .variant-swatches__swatch:hover{transform:none}.collection-page .product-card--shop .product-card__body{margin-bottom:0}.collection-page .product-card--shop .product-card__copy{gap:4px}.collection-page .product-card--shop .product-card__title,.collection-page .product-card--shop .product-card__title a{font-weight:400;line-height:1.15;letter-spacing:5%;text-transform:uppercase}.collection-page .product-card--shop .product-price{flex:0 0 auto;justify-content:flex-end;margin-top:0;text-align:right}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:var(--space-xl);flex-wrap:wrap}.pagination-page,.pagination-prev,.pagination-next{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.75rem;border:1px solid var(--color-border);color:var(--color-foreground);text-decoration:none}.pagination-page.is-current{background:var(--color-foreground);color:var(--color-background)}.collection-page.is-loading{cursor:progress}.collection-page.is-loading .collection-grid{opacity:.58}.template-collection-scar-collection .shop-page-shell,.template-collection-sculpted-collection .shop-page-shell{padding-bottom:0}@media screen and (max-width:1440px){.collection-page .product-card--shop .product-btn{height:auto}}@media(max-width:1024px){.shop-page-shell{padding-top:var(--space-xl);padding-bottom:72px}.collection-toolbar{gap:1rem;margin-bottom:40px}.shop-hero .text-h1{margin-bottom:16px}.collection-toolbar__primary{width:100%}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-page .product-card--shop .product-card__options{flex-wrap:wrap;row-gap:12px}.shop-hero .collection-hero__description{line-height:1.3}}@media(max-width:1023px){.template-collection-scar-collection .shop-page-shell,.template-collection-sculpted-collection .shop-page-shell{padding-top:0}}@media(max-width:749px){.collection-page__inner{padding-block:var(--space-md)}.shop-page-shell{padding-top:var(--space-xs);padding-bottom:var(--space-lg)}.shop-hero{margin-bottom:0}.shop-hero .collection-hero__description{font-size:var(--text-body-small);line-height:1.4;color:var(--color-slate);font-weight:300}.collection-page .variant-swatches__swatch{border-color:var(--color-taupe)}.collection-toolbar{align-items:center;gap:12px;flex-wrap:nowrap;border-bottom:none;box-shadow:inset 0 .3px 0 var(--color-mocha);margin-top:var(--space-md);margin-bottom:0;padding-top:20px;padding-bottom:20px}.collection-toolbar__primary{width:auto;justify-content:flex-start;flex-wrap:nowrap;gap:12px}.filter-btn{width:auto;justify-content:flex-start;padding:6px;--hl-c: var(--color-mocha);--hl-w: .3px}.filter-btn-label-desktop{display:none}.filter-btn-label-mobile{display:inline}.filter-btn span{font-size:var(--text-small);font-weight:300;line-height:1.3}.filter-icon{width:14px;height:14px;margin-left:0;margin-right:8px}.collection-toolbar__count{display:block;width:auto;margin-left:auto;text-align:right;font-size:var(--text-small);font-weight:300;color:var(--color-mocha)}.sort-dropdown{display:none}.filter-group--sort{display:block}.collection-grid{gap:1.125rem .75rem}.collection-filters__dialog{width:min(100%,220px)}.collection-page .product-card--shop .product-price{margin-top:4px}}@media(max-width:480px){.filter-group__option,.filter-group__option input[type=checkbox],.filter-group__option input[type=radio]{color:var(--color-mocha)}.filter-group__option input[type=radio]{margin-top:-2px}}.sort-dropdown .choices{flex-shrink:0;min-width:150px;margin-bottom:0}.sort-dropdown .choices[data-type*=select-one] .choices__inner{--hl-c: var(--color-foreground);padding:12px 30px 14px 10px;font-size:var(--text-body);letter-spacing:5%}.sort-dropdown .choices[data-type*=select-one]:after{right:22px;margin-top:6px}.sort-dropdown .choices[data-type*=select-one].is-open:after{right:10px;margin-top:33px}.sort-dropdown .choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{max-height:350px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-collection.css.map */
