*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{font-size:14px;font-weight:400;line-height:1.5;text-wrap:pretty}h1,h2{font-size:12px;font-weight:700;line-height:1.3}h3{font-size:18px;font-weight:700;line-height:1.3}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);font-size:12px;font-weight:400;line-height:1.8;background-color:var(--color-background);color:var(--color-foreground)}a{color:inherit}button,input[type=submit]{font:inherit}.button,button,input[type=submit]{border:1px solid currentcolor;border-radius:0;background:var(--color-foreground);color:var(--color-background);cursor:pointer;min-height:44px;padding:.8rem 1rem;text-transform:uppercase}.button--secondary{background:var(--color-background);color:var(--color-foreground)}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.section-stack{padding-block:clamp(1.25rem,2.5vw,2.75rem)}body.template-index main#MainContent{display:block;overflow:visible;padding-block-start:56px}body:not(.template-index) main#MainContent{padding-block-start:56px}body.template-index main#MainContent>.shopify-section{display:block!important;position:sticky!important;top:56px!important;width:100%;min-height:calc(100svh - 56px)!important;overflow:visible;margin:0!important;background:var(--color-background)}body.template-index main#MainContent>.shopify-section:first-child{z-index:1;height:calc(100svh - 56px)!important}body.template-index main#MainContent>.shopify-section:first-child>.hero{height:100%;min-height:calc(100svh - 56px)!important}body.template-index main#MainContent>.shopify-section>.landing-stack-layer{width:100%;min-height:calc(100svh - 56px)!important;background:var(--color-background)}body.template-index main#MainContent>.shopify-section:has(>.home-image--editorial),body.template-index main#MainContent>.shopify-section>.home-image--editorial{background:#e8e4db!important}body.template-index main#MainContent>.shopify-section:not(:first-child){box-shadow:0 -24px 70px #00000014}body.template-index main#MainContent>.shopify-section:nth-child(2){z-index:2}body.template-index main#MainContent>.shopify-section:nth-child(3){z-index:3}body.template-index main#MainContent>.shopify-section:nth-child(4){z-index:4}body.template-index main#MainContent>.shopify-section:nth-child(5){z-index:5}body.template-index main#MainContent>.shopify-section:nth-child(6){z-index:6}body.template-index main#MainContent>.shopify-section:nth-child(7){z-index:7}body.template-index main#MainContent>.shopify-section:nth-child(8){z-index:8}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-block-end:.9rem}.section-header h1,.section-header h2{font-size:12px;font-weight:700;line-height:1.3;letter-spacing:0;text-transform:none}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:clamp(1rem,2vw,2rem)}.product-card{position:relative;min-width:0}.product-card__media{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;background:#f3f1ed}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.product-card__image--hover{opacity:0}.product-card__media:hover .product-card__image--hover,.product-card__media:focus-visible .product-card__image--hover{opacity:1}.product-card__badge{position:absolute;left:0;top:.75rem;background:transparent;color:var(--color-foreground);font-size:.78rem;padding:.25rem .75rem;text-transform:uppercase}.product-card__wishlist,.wishlist-button{display:inline-grid;place-items:center;width:38px;height:38px;min-height:38px;padding:0;border:0;background:transparent;color:var(--color-foreground);text-transform:none}.product-card__wishlist{position:absolute;right:0;top:0;z-index:1}.wishlist-button__icon{display:block;width:21px;height:21px;background:currentColor;-webkit-mask:var(--wishlist-icon) center / contain no-repeat;mask:var(--wishlist-icon) center / contain no-repeat}.wishlist-button[aria-pressed=true] .wishlist-button__icon{-webkit-mask-image:var(--wishlist-liked-icon);mask-image:var(--wishlist-liked-icon);transform:scale(1.08)}.product-card__content{display:grid;gap:.25rem;padding-block-start:.7rem;font-size:12px}.product-card__title{text-decoration:none}.product-card__price{color:#000000a8}.collection-filters{display:flex;flex-wrap:wrap;align-items:start;gap:.75rem;padding-block:1rem;border-block:1px solid rgba(0,0,0,.12)}.collection-filter{min-width:min(220px,100%)}.collection-filter summary{cursor:pointer;min-height:44px;display:flex;align-items:center}.collection-filter__values{display:grid;gap:.55rem;padding:.75rem 0}.collection-filter__values label{display:flex;align-items:center;gap:.45rem}.collection-filter__values input[type=number]{max-width:120px;min-height:40px;border:1px solid rgba(0,0,0,.2);padding:0 .5rem}.cookie-consent{position:fixed;right:1rem;bottom:1rem;z-index:50;display:none;width:min(420px,calc(100vw - 2rem));border:1px solid rgba(0,0,0,.14);background:var(--color-background);box-shadow:0 20px 60px #00000029;padding:1rem}.cookie-consent[data-visible=true]{display:block}.cookie-consent__actions{display:flex;gap:.75rem;margin-block-start:1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){body.template-index main#MainContent,body:not(.template-index) main#MainContent{padding-block-start:56px}body.template-index main#MainContent>.shopify-section{top:56px!important;min-height:calc(100svh - 56px)!important}body.template-index main#MainContent>.shopify-section:first-child{height:calc(100svh - 56px)!important}body.template-index main#MainContent>.shopify-section:first-child>.hero,body.template-index main#MainContent>.shopify-section>.landing-stack-layer{min-height:calc(100svh - 56px)!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .75rem}.section-header{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/critical.css.map */
