*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}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{text-wrap:pretty}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);background-color: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}.scheme-contrast,.scheme-muted,.scheme-accent{background-color:var(--color-background);color:var(--color-foreground)}body{font-size:calc(1.5rem * var(--body-scale, 1));line-height:1.6;font-weight:var(--font-body--weight, 400);letter-spacing:.005em;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight, 400);line-height:1.05;letter-spacing:-.01em;margin:0;text-wrap:balance}.h0{font-size:calc(clamp(4rem,8vw,9rem) * var(--heading-scale, 1));line-height:.98}h1,.h1{font-size:calc(clamp(3.2rem,5.5vw,6rem) * var(--heading-scale, 1))}h2,.h2{font-size:calc(clamp(2.6rem,4vw,4rem) * var(--heading-scale, 1))}h3,.h3{font-size:calc(clamp(2rem,3vw,2.8rem) * var(--heading-scale, 1))}h4,.h4{font-size:calc(1.8rem * var(--heading-scale, 1))}h5,.h5{font-size:calc(1.5rem * var(--heading-scale, 1))}.eyebrow,.caption{font-family:var(--font-body--family);font-size:1.2rem;letter-spacing:.22em;text-transform:uppercase;opacity:.7}a{color:inherit}.rte a{text-underline-offset:.3em}.button,button.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:4.8rem;padding:1.2rem 2.8rem;font-family:var(--font-body--family);font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;line-height:1;text-decoration:none;cursor:pointer;border:1px solid var(--color-foreground);border-radius:var(--button-radius, 0);background-color:var(--color-foreground);color:var(--color-background);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background-color .2s ease,color .2s ease}.button:hover:not([disabled]){transform:translateY(-.15rem);box-shadow:0 .4rem 1.2rem rgb(var(--rgb-foreground) / .18);opacity:.95}.button--secondary{background-color:transparent;color:var(--color-foreground)}.button--secondary:hover:not([disabled]){background-color:var(--color-foreground);color:var(--color-background)}.button[disabled]{opacity:.45;cursor:not-allowed}img,svg,video{border-radius:var(--media-radius, 0)}.shopify-section+.shopify-section{margin-top:var(--section-spacing, 0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.page-section{padding-block:clamp(3.2rem,6vw,7.2rem)}.skip-to-content{position:absolute;left:1.2rem;top:-10rem;z-index:1000;background:var(--color-background);color:var(--color-foreground);border:2px solid var(--color-foreground);padding:1rem 1.6rem;font-size:1.3rem;text-decoration:none;transition:top .2s ease}.skip-to-content:focus{top:1.2rem}main:focus{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}a:focus-visible,button:focus-visible,[tabindex]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.product-grid{display:grid;gap:clamp(1.2rem,2vw,2.4rem) clamp(.8rem,1.5vw,1.6rem);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0;padding:0}@media screen and (min-width:750px){.product-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;display:block;overflow:hidden;background:rgb(var(--rgb-foreground) / .04);margin-bottom:1.2rem;border-radius:var(--media-radius, 0)}.product-card__media--portrait{aspect-ratio:4 / 5}.product-card__media--square{aspect-ratio:1 / 1}.product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .4s ease}.product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__img--primary{transform:scale(1.04)}.product-card:hover .product-card__img--secondary{opacity:1}.product-card__badges{position:absolute;top:1.2rem;left:1.2rem;display:flex;flex-direction:column;gap:.5rem}.product-card__badge{font-size:1.1rem;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .9rem;background:var(--color-fg-base);color:var(--color-bg-base);border-radius:999px}.product-card__badge--soldout{background:rgb(var(--rgb-foreground) / .55)}.product-card__info{display:flex;flex-direction:column;gap:.4rem}.product-card__title{text-decoration:none;color:inherit;font-size:1.4rem}.product-card__price{margin:0;font-size:1.4rem}.product-card__price-was{opacity:.5;margin-right:.5rem}.product-card__price-sale{color:var(--color-accent);font-weight:600}.product-card__highlights{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem .5rem}.product-card__highlights li{font-size:1rem;letter-spacing:.04em;text-transform:uppercase;opacity:.7;border:1px solid rgb(var(--rgb-foreground) / .18);border-radius:999px;padding:.25rem .7rem}.product-card__specs{list-style:none;margin:.9rem 0 0;padding:.9rem 0 0;border-top:1px solid rgb(var(--rgb-foreground) / .12);display:flex}.product-card__spec{flex:1 1 0;display:flex;align-items:center;gap:.6rem;padding:0 .8rem;min-width:0}.product-card__spec:first-child{padding-left:0}.product-card__spec+.product-card__spec{border-left:1px solid rgb(var(--rgb-foreground) / .12)}.product-card__spec-icon{flex:0 0 auto}.product-card__spec-icon svg{width:1.9rem;height:1.9rem;opacity:.7;stroke-width:1.4}.product-card__spec-text{display:flex;flex-direction:column;line-height:1.15;min-width:0}.product-card__spec-value{font-size:1.2rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__spec-label{font-size:1rem;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__swatches{display:flex;align-items:center;gap:.5rem;margin-top:.8rem}.product-card__swatch{width:2.6rem;height:2.6rem;padding:0;border-radius:50%;overflow:hidden;border:1px solid rgb(var(--rgb-foreground) / .2);cursor:pointer;background:none;transition:outline .15s ease;flex:0 0 auto}.product-card__swatch:hover,.product-card__swatch:focus-visible{outline:1.5px solid var(--color-foreground);outline-offset:2px}.product-card__swatch img{width:100%;height:100%;object-fit:cover}.product-card__more{font-size:1.1rem;opacity:.55}.product-card.is-swatching .product-card__img--secondary{opacity:0!important}.collection-tile__media,.blog-card__media,.atelier-cs__media,.atelier-gal__cell,.atelier-pt__tile,.atelier-pt__media,.product__thumb,.quick-view__media,.recently__media{border-radius:var(--media-radius, 0);overflow:hidden}.atelier-stl__image,.cart-item__img,.cart-line__img,.atelier-bs__bg-img,.atelier-tst__card,.atelier-tb__item,.atelier-stl__card,.search__page-result,.article__comment,.cart-page__summary-inner,.facet__panel,.product__meta{border-radius:var(--media-radius, 0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.collection__pagination{display:flex;justify-content:center;margin-top:4rem}.collection__pagination .pagination,.collection__pagination ul{display:flex;gap:1.2rem;list-style:none;padding:0}.collection__pagination a,.collection__pagination span{text-decoration:none;color:inherit}.button--full{flex:1}.pairwith__heading{text-align:center;margin:0 0 2.4rem}
/*# sourceMappingURL=/cdn/shop/t/5/assets/critical.css.map?v=94753418501703939681785600001 */
