.collection-page{padding-block:1.5rem 4rem}.collection-page__breadcrumbs{display:flex;flex-wrap:wrap;gap:.375rem;font-size:.8125rem;color:var(--color-secondary);margin-bottom:1.5rem}.collection-page__breadcrumbs a{color:var(--color-secondary);text-decoration:none}.collection-page__breadcrumbs a:hover{color:var(--color-primary);text-decoration:underline}.collection-page__header{margin-bottom:2rem}.collection-page__description{max-width:65ch;color:var(--color-secondary);margin-top:.5rem}.collection-page__layout{display:grid;grid-template-columns:15rem minmax(0,1fr);gap:3rem;align-items:start}.collection-page__sidebar-head{display:none}.sidebar-block{border-top:1px solid color-mix(in srgb,var(--color-secondary) 25%,transparent);padding-block:1.125rem}.sidebar-block:first-child{border-top:0;padding-top:0}.sidebar-block__heading{font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}details.sidebar-filter>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center}details.sidebar-filter>summary::-webkit-details-marker{display:none}details.sidebar-filter>summary:after{content:"+";font-size:1rem;color:var(--color-secondary)}details.sidebar-filter[open]>summary:after{content:"\2013"}.sidebar-tree,.sidebar-filter__values{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.sidebar-tree ul{list-style:none;margin:.5rem 0 .25rem;padding-left:.875rem;display:grid;gap:.5rem;border-left:1px solid color-mix(in srgb,var(--color-secondary) 25%,transparent)}.sidebar-tree a{text-decoration:none;color:var(--color-foreground);font-size:.9375rem}.sidebar-tree a:hover{color:var(--color-accent)}.sidebar-tree a[aria-current=page]{color:var(--color-primary);font-weight:600}.sidebar-tree__count{font-size:.75rem;color:var(--color-secondary)}.sidebar-filter__value{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;cursor:pointer}.sidebar-filter__value input{accent-color:var(--color-primary);width:1rem;height:1rem}.sidebar-filter__value--empty{color:var(--color-secondary);opacity:.6;cursor:default}.sidebar-filter__price{display:flex;gap:.75rem}.sidebar-filter__price label{display:grid;gap:.25rem;font-size:.8125rem;color:var(--color-secondary)}.sidebar-filter__price input{width:100%;padding:.375rem .5rem;border:1px solid color-mix(in srgb,var(--color-secondary) 40%,transparent);border-radius:var(--style-border-radius-inputs);font-size:.9375rem}.collection-page__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}button.collection-page__filter-toggle{display:none}.collection-page__count{font-size:.875rem;color:var(--color-secondary)}.collection-page__sort{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-secondary);white-space:nowrap}.collection-page__sort select{padding:.4375rem .625rem;border:1px solid color-mix(in srgb,var(--color-secondary) 40%,transparent);border-radius:var(--style-border-radius-inputs);background-color:var(--color-background);color:var(--color-foreground);font-size:.875rem}.collection-page__active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem}.collection-page__pill{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-primary);background-color:var(--color-tint);padding:.3125rem .75rem;border-radius:999px;text-decoration:none}.collection-page__pill:hover{background-color:color-mix(in srgb,var(--color-tint) 70%,var(--color-secondary) 30%)}.collection-page__clear{font-size:.8125rem;color:var(--color-secondary)}.collection-page__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}@media(min-width:990px){.collection-page__grid{grid-template-columns:repeat(3,1fr)}}.collection-page__empty{display:grid;justify-items:start;gap:1rem;padding-block:3rem;color:var(--color-secondary)}.collection-page__pagination{margin-top:3rem;text-align:center;font-size:.9375rem}.collection-page__pagination a,.collection-page__pagination span{padding:.25rem .5rem;color:var(--color-primary)}.collection-page__overlay{display:none}@media(max-width:989px){.collection-page__layout{grid-template-columns:minmax(0,1fr)}button.collection-page__filter-toggle{display:inline-block;padding:.5rem 1rem;font-size:.8125rem}.collection-page__toolbar{flex-wrap:wrap}.collection-page__count{order:3;flex-basis:100%}.collection-page__sidebar{position:fixed;inset:0 auto 0 0;z-index:60;width:min(20rem,85vw);background-color:var(--color-background);padding:1.25rem;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease;visibility:hidden}.collection-page--drawer-open .collection-page__sidebar{transform:translate(0);visibility:visible}.collection-page__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;border:0;padding:0;background-color:#0006;opacity:0;pointer-events:none;transition:opacity .25s ease}.collection-page--drawer-open .collection-page__overlay{display:block;opacity:1;pointer-events:auto}.collection-page__sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.collection-page__sidebar-title{font-weight:600;color:var(--color-primary)}.collection-page__drawer-close{border:0;background:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--color-secondary)}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-collection{padding-block:4rem}.featured-collection__header{text-align:center;display:grid;gap:.75rem;margin-bottom:2.5rem}.featured-collection__heading-row{display:flex;align-items:center;justify-content:center;gap:clamp(.75rem,3vw,2rem)}.featured-collection__arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:clamp(1.25rem,2.8vw,1.75rem);padding:0;border:0;background:transparent;color:var(--color-primary);cursor:pointer;transition:transform .2s ease,opacity .2s ease}.featured-collection__arrow svg{width:100%;height:auto}.featured-collection__arrow:hover:not(:disabled){opacity:.7}[data-carousel-prev]:hover:not(:disabled){transform:translate(-.1875rem) rotate(-1.5deg)}[data-carousel-next]:hover:not(:disabled){transform:translate(.1875rem) rotate(1.5deg)}.featured-collection__arrow:disabled{opacity:.25;cursor:default}@media(prefers-reduced-motion:reduce){.featured-collection__arrow{transition:opacity .2s ease}.featured-collection__arrow:hover:not(:disabled){transform:none}}.featured-collection__track{--featured-collection-gap: 1.5rem;list-style:none;margin:0;padding:0;display:grid;grid-auto-flow:column;grid-auto-columns:45%;gap:var(--featured-collection-gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.featured-collection__track::-webkit-scrollbar{display:none}.featured-collection__slide{scroll-snap-align:start}@media(min-width:750px){.featured-collection__track{grid-auto-columns:calc((100% - (var(--featured-collection-per-view, 4) - 1) * var(--featured-collection-gap)) / var(--featured-collection-per-view, 4))}}@media(prefers-reduced-motion:reduce){.featured-collection__track{scroll-behavior:auto}}.featured-collection__footer{text-align:center;margin-top:2.5rem}footer{--footer-bg: #3c433b;margin-top:4rem;display:flex;flex-wrap:wrap;background-color:var(--footer-bg);color:var(--color-on-primary)}footer .footer__info{flex:1 1 340px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:3rem 1.5rem;text-align:center}footer .footer__info-text p{margin:0}footer .footer__directions:hover{background-color:var(--color-on-primary);border-color:var(--color-on-primary);color:var(--footer-bg)}footer .footer__map{flex:1 1 340px;position:relative;min-height:340px;background-color:var(--footer-bg);background-position:center;background-size:1900px 760px;background-repeat:no-repeat}footer .footer__map span{position:absolute;right:10px;bottom:6px;font:11px/1 Arial,Helvetica,sans-serif;color:#ffffff80}footer a{color:var(--color-on-primary)}footer .footer__bottom{flex:1 1 100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin:0 1.5rem;padding:1.25rem 0 1.5rem;border-top:1px solid rgba(255,255,255,.2);font-size:.875rem;color:#ffffffbf}footer .footer__copyright a{text-decoration:none}footer .footer__copyright a:hover{text-decoration:underline}footer .footer__payment{display:flex;flex-wrap:wrap;gap:.5rem}.shopify-section:has(>header){position:sticky;top:0;z-index:10;background-color:var(--color-background);border-bottom:1px solid color-mix(in srgb,var(--color-primary) 12%,transparent)}header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem 2rem;padding-block:1.125rem}header .header__logo img{width:170px;height:auto}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header .header__menu{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem 2rem}header .header__menu a{font-size:.875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);transition:color .2s ease}header .header__menu a:hover{color:var(--color-accent)}header .header__icons{display:flex;gap:1.25rem}header .header__icons svg{width:1.75rem;color:var(--color-primary)}header .header__cart sup{position:absolute;top:-.25rem;left:100%;min-width:1.05rem;text-align:center;background-color:var(--color-accent);color:var(--color-on-accent);border-radius:999px;font-size:.6875rem;font-weight:700;padding:.1rem .25rem}@media(max-width:749px){header{grid-template-columns:auto auto}header .header__logo img{width:140px}header .header__menu{order:3;grid-column:1 / -1;justify-content:start}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;display:grid;align-items:center;justify-items:center;text-align:center;overflow:hidden;min-height:min(34rem,70svh);padding:5rem var(--page-margin)}.hero--image{background-color:#0a120d}.hero--image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23g)'/%3E%3C/svg%3E");opacity:.4}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:1;max-width:42rem;display:grid;gap:1.25rem;justify-items:center}.hero--image .hero__content{color:var(--color-on-primary)}.hero__heading{font-size:clamp(2.7rem,6vw,4.2rem);line-height:.95}.hero--image .hero__heading{color:var(--color-on-primary)}.hero__text{font-size:1.125rem;max-width:55ch}.hero__actions{margin-top:.5rem}.shopify-section:has(>.password){flex:1}.password{display:grid;grid-template-rows:minmax(14rem,34svh) auto;min-height:100svh}.password__media{position:relative;overflow:hidden;background-color:#0a120d}.password__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23g)'/%3E%3C/svg%3E");opacity:.4}.password__image{width:100%;height:100%;object-fit:cover}.password__panel{display:grid;align-content:center;background-color:var(--color-tint);padding:clamp(2.5rem,6vw,4.5rem) var(--page-margin)}.password__inner{display:grid;justify-items:start;gap:1.5rem;width:100%;max-width:34rem;margin-inline:auto}.password__wordmark img{width:clamp(180px,34vw,260px);height:auto}.password__wordmark,.password__crown,.password__inner>.eyebrow,.password__heading,.password__text:not(.password__message),.password__cta{justify-self:center}.password__text:not(.password__message){text-align:center}.password__crown{width:59px;height:auto;margin-block:.625rem}.password__inner>.eyebrow{margin-block-end:-1.125rem}.password__signup form{margin-block-start:.75rem}.password__heading{text-align:center;font-size:clamp(2rem,3.6vw,3rem);line-height:1.05}.password__text{color:var(--color-secondary);max-width:46ch}.password__text p+p{margin-block-start:.75rem}.password__message{padding-inline-start:1rem;border-inline-start:2px solid var(--color-accent)}.password__signup,.password__store,.password__lock{width:100%;padding-block-start:1.5rem;border-block-start:1px solid color-mix(in srgb,var(--color-primary) 18%,transparent)}.password__signup-text,.password__store{font-size:.9375rem;color:var(--color-secondary)}.password__store{text-align:center}.password__store p{margin:0}.password__store strong{font-weight:600;color:var(--color-foreground)}.password__label{display:block;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary);margin-block:1rem .5rem}.password__row{display:flex;flex-wrap:wrap;gap:.75rem}.password__row input{flex:1 1 14rem;min-width:0;padding:.8125rem 1rem;background-color:var(--color-background);color:var(--color-foreground);border:1px solid color-mix(in srgb,var(--color-primary) 30%,transparent)}.password__row input:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.password__links{display:flex;flex-wrap:wrap;gap:.5rem 1.75rem;list-style:none;padding:0;font-size:.9375rem}.password__links a{text-decoration-color:color-mix(in srgb,var(--color-primary) 40%,transparent);text-underline-offset:.25em}.password__links a:hover{color:var(--color-accent);text-decoration-color:currentcolor}.password__lock summary{cursor:pointer;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary)}.password__lock summary:hover{color:var(--color-primary)}.password__errors{font-size:.9375rem;color:#9b2c2c}.password__errors ul{margin:0;padding-inline-start:1.25rem}.password__note{margin-block-start:.75rem;color:var(--color-primary)}@media(min-width:60rem){.password{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.password__panel{padding-inline:clamp(3rem,6vw,5.5rem)}.password__inner{margin-inline:0}}.product-page{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:3rem 4.5rem;padding-block:3rem 5rem}@media(max-width:989px){.product-page{grid-template-columns:minmax(0,1fr);padding-block:1.5rem 3.5rem}}.product-gallery__viewport{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;background-color:var(--color-tint)}.product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__slide{scroll-snap-align:start}.product-gallery__slide>img,.product-gallery__slide>svg{width:100%;height:auto}.product-gallery__controls{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 auto;width:4.5rem;border:1px solid transparent;opacity:.75;transition:opacity .2s ease,border-color .2s ease}.product-gallery__thumb:hover{opacity:1}.product-gallery__thumb.is-active{border-color:var(--color-primary);opacity:1}.product-gallery__arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--color-primary);border-radius:50%;background:transparent;color:var(--color-primary);cursor:pointer;transition:background-color .2s ease,color .2s ease}.product-gallery__arrow:hover:not(:disabled){background-color:var(--color-primary);color:var(--color-on-primary)}.product-gallery__arrow:disabled{opacity:.35;cursor:default}.product-page__info{display:flex;flex-direction:column;min-width:0}.product-page__breadcrumbs{display:flex;flex-wrap:wrap;gap:.375rem;font-size:.8125rem;color:var(--color-secondary);margin-bottom:1.5rem}.product-page__breadcrumbs a{color:var(--color-secondary);text-decoration:none}.product-page__breadcrumbs a:hover{color:var(--color-primary);text-decoration:underline}.product-page__vendor{margin-bottom:.5rem}.product-page__title{font-size:clamp(2rem,4vw,2.875rem);margin-bottom:.75rem}.product-page__price{display:flex;align-items:baseline;gap:.625rem;font-size:1.25rem;color:var(--color-foreground);margin-bottom:1.75rem}.product-page__compare-price{font-size:1rem;color:var(--color-secondary)}.product-form{width:100%;max-width:26rem}.product-form__label{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.375rem}.product-form__variants{width:100%;padding:.75rem 1rem;border:1px solid var(--color-secondary);color:var(--color-foreground);margin-bottom:1rem}.product-form__submit{width:100%}.product-form__submit:disabled{background-color:var(--color-secondary);border-color:var(--color-secondary);cursor:default}.product-form__payment{margin-top:.625rem}.product-page__description{margin-top:2rem;max-width:60ch}.product-page__description p{margin-block:.75em}.product-page__accordions{width:100%;max-width:34rem;margin-top:2rem;border-top:1px solid var(--color-tint)}.product-page__accordion{border-bottom:1px solid var(--color-tint)}.product-page__accordion summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-weight:600;color:var(--color-primary);cursor:pointer;list-style:none}.product-page__accordion summary::-webkit-details-marker{display:none}.product-page__accordion summary:after{content:"+";font-size:1.25rem;line-height:1;color:var(--color-accent)}.product-page__accordion[open] summary:after{content:"\2212"}.product-page__accordion-content{padding-bottom:1.25rem;max-width:55ch}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{display:block;text-decoration:none;color:var(--color-foreground)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--color-tint);margin-bottom:.875rem}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s ease}.product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.625rem;left:.625rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .5rem;background-color:var(--color-primary);color:var(--color-on-primary)}.product-card__badge--soldout{background-color:var(--color-secondary)}.product-card__vendor{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.25rem}.product-card__title{font-weight:600;color:var(--color-primary)}.product-card__price{font-size:.9375rem;color:var(--color-secondary);margin-top:.25rem}.product-card__price-compare{margin-right:.375rem}.product-card__price-sale{color:var(--color-accent);font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
