:root{--black: #0a0a0a;--white: #ffffff;--off-white: #f8f8f8;--grey-light: #e8e8e8;--grey-mid: #999999;--grey-dark: #444444;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--nav-height: 70px;--page-max: 1440px;--gutter: clamp(2rem, 4vw, 6rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);font-size:1.4rem;font-weight:300;line-height:1.6;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:300;line-height:1.1;letter-spacing:-.01em}.display{font-size:clamp(4rem,8vw,10rem);font-weight:300;font-family:var(--font-heading);line-height:.95;letter-spacing:-.02em}.h1{font-size:clamp(3.2rem,5vw,6.4rem)}.h2{font-size:clamp(2.4rem,3.5vw,4.8rem)}.h3{font-size:clamp(2rem,2.5vw,3.2rem)}.h4{font-size:2rem}.label{font-family:var(--font-body);font-size:1.1rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.rte{line-height:1.8}.rte p+p{margin-top:1.4rem}.page-width{max-width:var(--page-max);margin:0 auto;padding:0 var(--gutter)}.content-for-layout{min-height:50vh}.button{display:inline-flex;align-items:center;gap:1rem;font-family:var(--font-body);font-size:1.1rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;background:none;transition:all .3s ease;padding:0}.button--primary{background:var(--black);color:var(--white);padding:1.4rem 3.2rem;border:1px solid var(--black)}.button--primary:hover{background:var(--white);color:var(--black)}.button--outline{background:transparent;color:var(--white);padding:1.4rem 3.2rem;border:1px solid var(--white)}.button--outline:hover{background:var(--white);color:var(--black)}.button--outline-dark{background:transparent;color:var(--black);padding:1.4rem 3.2rem;border:1px solid var(--black)}.button--outline-dark:hover{background:var(--black);color:var(--white)}.button--link{color:var(--black);gap:.8rem}.button--link:after{content:"\2192";transition:transform .3s ease}.button--link:hover:after{transform:translate(4px)}.button--full-width{width:100%;justify-content:center}.announcement-bar{background:var(--black);color:var(--white);text-align:center;padding:1rem 2rem}.announcement-bar__message{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;font-weight:400}.announcement-bar a{color:inherit}.header{position:sticky;top:0;z-index:200;background:var(--white);height:var(--nav-height);border-bottom:1px solid var(--grey-light)}.header__inner{max-width:var(--page-max);margin:0 auto;padding:0 var(--gutter);height:100%;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:0;column-gap:4rem}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:14px;background:none;border:none;cursor:pointer;padding:0;margin-right:2rem;min-width:44px;min-height:44px;align-items:center}.header__hamburger span{display:block;width:22px;height:1px;background:var(--black);transition:all .3s}.header__logo-wrap{display:flex;align-items:center}.header__logo-link{font-family:var(--font-heading);font-size:2rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--black);text-decoration:none}.header__logo-img{height:auto;display:block}.header__shop-name{font-family:var(--font-heading);font-size:2rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--black)}.header__nav{display:flex;align-items:center;justify-content:center;gap:3.2rem}.header__nav-item{font-size:1.2rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--black);text-decoration:none;transition:opacity .2s;padding:.4rem 0;white-space:nowrap}.header__nav-item:hover{opacity:.45}.header__nav-item--active{border-bottom:1px solid var(--black)}.header__actions{display:flex;align-items:center;gap:1.6rem;justify-content:flex-end}.header__action-btn{display:flex;align-items:center;justify-content:center;color:var(--black);transition:opacity .2s;position:relative;min-width:36px;min-height:44px;text-decoration:none}.header__action-btn:hover{opacity:.5}.cart-count-bubble,.header__wishlist-count{position:absolute;top:4px;right:-6px;background:var(--black);color:var(--white);font-size:.9rem;font-weight:600;width:1.6rem;height:1.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-body)}@media(max-width:989px){.header__inner{grid-template-columns:auto 1fr auto;padding:0 1.6rem;gap:0}.header__hamburger{display:flex;grid-column:1;margin-right:0}.header__logo-wrap{grid-column:2;justify-content:center;display:flex}.header__nav{display:none}.header__actions{grid-column:3;gap:.8rem}.header__account-btn{display:none}}.mobile-nav{display:none;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:var(--white);z-index:199;padding:3.2rem 2.4rem;overflow-y:auto;flex-direction:column}.mobile-nav.is-open{display:flex}.mobile-nav__item{font-family:var(--font-heading);font-size:3.6rem;font-weight:300;padding:1.6rem 0;border-bottom:1px solid var(--grey-light);color:var(--black);text-decoration:none;letter-spacing:-.01em}.mobile-nav__item:hover{opacity:.6}.icon-caret{display:none}.hero-fullscreen{position:relative;height:calc(100vh - var(--nav-height));min-height:60rem;overflow:hidden}.hero-fullscreen__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-fullscreen__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-fullscreen__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 40%,#00000073)}.hero-fullscreen__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:var(--gutter);padding-bottom:calc(var(--gutter) * 1.5);color:var(--white)}.hero-fullscreen__content--center{align-items:center;justify-content:center;text-align:center}.hero-fullscreen__eyebrow{font-size:1.1rem;letter-spacing:.25em;text-transform:uppercase;font-weight:400;margin-bottom:1.6rem;opacity:.85}.hero-fullscreen__title{font-family:var(--font-heading);font-size:clamp(4.8rem,9vw,12rem);font-weight:300;line-height:.92;letter-spacing:-.02em;margin-bottom:3.2rem;max-width:80rem}.hero-fullscreen__title em{font-style:italic}.split-collections{display:grid;grid-template-columns:1fr 1fr}@media(max-width:749px){.split-collections{grid-template-columns:1fr}}.split-collections__panel{position:relative;overflow:hidden;cursor:pointer;aspect-ratio:3/4}@media(max-width:749px){.split-collections__panel{aspect-ratio:4/5}}.split-collections__panel:hover .split-collections__img{transform:scale(1.04)}.split-collections__img{width:100%;height:100%;object-fit:cover;object-position:var(--img-position, center center);transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.split-collections__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000000d 60%);transition:background .4s ease}.split-collections__panel:hover .split-collections__overlay{background:linear-gradient(to top,#000000a6,#00000026 60%)}.split-collections__label{position:absolute;bottom:0;left:0;right:0;padding:clamp(2.4rem,4vw,4rem);color:var(--white);display:flex;flex-direction:column;gap:1.2rem}.split-collections__tag{font-size:1rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;opacity:.8}.split-collections__title{font-family:var(--font-heading);font-size:clamp(3.6rem,5vw,6.4rem);font-weight:300;line-height:.95;letter-spacing:-.01em}.split-collections__cta{font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;display:flex;align-items:center;gap:.8rem;opacity:0;transform:translateY(8px);transition:all .3s ease;color:var(--white)}.split-collections__cta:after{content:"\2192"}.split-collections__panel:hover .split-collections__cta{opacity:1;transform:translateY(0)}.split-collections__panel:first-child{border-right:1px solid rgba(255,255,255,.2)}.featured-collection{padding:8rem 0}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4rem;padding:0 var(--gutter);max-width:var(--page-max);margin-left:auto;margin-right:auto}.section-header h2{font-family:var(--font-heading);font-size:clamp(2.8rem,4vw,5.2rem);font-weight:300;letter-spacing:-.01em}.section-header .view-all{font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:var(--grey-mid);border-bottom:1px solid var(--grey-mid);padding-bottom:.2rem;transition:color .2s,border-color .2s}.section-header .view-all:hover{color:var(--black);border-color:var(--black)}.title-wrapper-with-link{display:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;padding:0 var(--gutter);max-width:var(--page-max);margin:0 auto}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,1fr);padding:0 1.2rem}}.collection-grid{display:grid;gap:2px;padding:0 var(--gutter);max-width:var(--page-max);margin:0 auto}.collection-grid--2{grid-template-columns:repeat(2,1fr)}.collection-grid--3{grid-template-columns:repeat(3,1fr)}.collection-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.collection-grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:989px){.collection-grid--3,.collection-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.collection-grid--2,.collection-grid--3,.collection-grid--4{grid-template-columns:repeat(2,1fr);padding:0 .8rem;gap:1px}}.product-card{display:block;position:relative}.product-card__image-wrap{position:relative;overflow:hidden;background:var(--off-white);aspect-ratio:3/4}.product-card__img-link{display:block;width:100%;height:100%}.product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease}.product-card:hover .product-card__img--primary{transform:scale(1.04)}.product-card:hover .product-card__img--secondary{opacity:1}.product-card__wishlist{position:absolute;top:1.4rem;right:1.4rem;width:3.6rem;height:3.6rem;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background .2s;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:989px){.product-card__wishlist{opacity:1}}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist.is-active{background:var(--black);opacity:1}.product-card__wishlist.is-active .product-card__wishlist-icon{color:var(--white);fill:var(--white)}.product-card__wishlist-icon{color:var(--black);transition:color .2s,fill .2s}.product-card__info-link{display:block;text-decoration:none;color:inherit}.product-card__info{padding:1.4rem 0 2.8rem}.product-card__vendor{font-size:1rem;letter-spacing:.16em;text-transform:uppercase;color:var(--grey);margin-bottom:.4rem}.product-card__title{font-family:var(--font-heading);font-size:1.7rem;font-weight:400;color:var(--black);margin-bottom:.6rem;line-height:1.2}.product-card__price{font-size:1.3rem;color:var(--grey)}.product-card__price-compare{text-decoration:line-through;color:var(--grey-light);margin-right:.6rem}.product-card__price-current{color:var(--black)}.placeholder-svg.product-card__img{width:100%;height:100%;object-fit:cover}.collection-layout{display:grid;grid-template-columns:24rem 1fr;gap:0;max-width:var(--page-max);margin:0 auto;align-items:start}.collection-filters{background:var(--white);color:var(--black);position:sticky;top:var(--nav-height);max-height:calc(100vh - var(--nav-height));overflow-y:auto;scrollbar-width:none;border-right:1px solid var(--grey-light);transition:transform .3s ease}.collection-filters::-webkit-scrollbar{display:none}.collection-filters__inner{padding:3.2rem 2.4rem}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.8rem;padding-bottom:1.8rem;border-bottom:1px solid var(--grey-light)}.collection-filters__label{font-family:var(--font-body);font-size:.9rem;letter-spacing:.28em;text-transform:uppercase;color:var(--grey)}.collection-filters__header-actions{display:flex;align-items:center;gap:1.6rem}.collection-filters__clear{font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);text-decoration:none;transition:color .2s;border-bottom:1px solid transparent}.collection-filters__clear:hover{color:var(--black);border-color:var(--black)}.collection-filters__close{background:none;border:none;cursor:pointer;color:var(--grey);padding:.4rem;display:none;transition:color .2s}.collection-filters__close:hover{color:var(--black)}.filter-group{margin-bottom:0;padding-bottom:0;border-bottom:1px solid var(--grey-light)}.filter-group__title{font-family:var(--font-body);font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:var(--black);margin-bottom:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0}.filter-group__list{list-style:none;display:flex;flex-direction:column;gap:.4rem;padding-bottom:1.6rem}.filter-group__item label{display:flex;align-items:center;gap:1.2rem;cursor:pointer;font-size:1.3rem;color:var(--grey);transition:color .2s;line-height:1;padding:.4rem 0}.filter-group__item label:hover{color:var(--black)}.filter-group__item input[type=checkbox]{appearance:none;-webkit-appearance:none;width:1.4rem;height:1.4rem;border:1px solid var(--grey-light);background:transparent;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s;position:relative}.filter-group__item input[type=checkbox]:checked{background:var(--black);border-color:var(--black)}.filter-group__item input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:1px;width:5px;height:8px;border:1.5px solid var(--white);border-top:none;border-left:none;transform:rotate(45deg)}.filter-group__count{font-size:1rem;color:var(--grey-mid);margin-left:auto}.collection__filter-btn{display:none;align-items:center;gap:.8rem;background:var(--white);color:var(--black);border:1px solid var(--grey-light);font-family:var(--font-body);font-size:1rem;letter-spacing:.18em;text-transform:uppercase;padding:1rem 1.6rem;cursor:pointer;transition:border-color .2s}.collection__filter-btn:hover{border-color:var(--black)}.filter-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:299;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.filter-backdrop.is-visible{display:block}.collection-page{padding-top:3rem}.collection-page__header{max-width:var(--page-max);margin:0 auto;padding:0 var(--gutter) 3rem;border-bottom:1px solid var(--grey-light)}.collection-page__title{font-family:var(--font-heading);font-size:clamp(3.2rem,5vw,7rem);font-weight:300;letter-spacing:-.02em}.collection-page__desc{font-size:1.4rem;color:var(--grey);margin-top:1rem}.collection-page__body{display:grid;grid-template-columns:26rem 1fr;gap:0;align-items:start;max-width:var(--page-max);margin:0 auto}.collection-main{padding:0;min-height:60vh}.collection-bar{display:flex;align-items:center;justify-content:space-between;padding:2.4rem var(--gutter);border-bottom:1px solid var(--grey-light)}.collection-bar__count{font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--grey)}.collection-bar__sort{display:flex;align-items:center;gap:1rem;font-size:1.2rem;color:var(--grey)}.collection-bar__sort-label{font-size:1.1rem;letter-spacing:.1em;color:var(--grey);white-space:nowrap}.collection-bar__sort select{border:1px solid var(--grey-light);background:var(--white);color:var(--black);font-family:var(--font-body);font-size:1.2rem;padding:.7rem 2.8rem .7rem 1rem;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.collection-bar__filter-toggle{display:none;align-items:center;gap:.8rem;background:none;border:1px solid var(--grey-light);color:var(--black);font-family:var(--font-body);font-size:1rem;letter-spacing:.15em;text-transform:uppercase;padding:.8rem 1.4rem;cursor:pointer;transition:border-color .2s}.collection-bar__filter-toggle:hover{border-color:var(--black)}.collection-bar__filter-toggle--hidden{display:none;align-items:center;gap:.8rem;background:none;border:none;font-family:var(--font-body);font-size:1rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;color:var(--black);padding:0}.collection-empty{padding:5rem var(--gutter);font-size:1.4rem;color:var(--grey);text-align:center}.filter-group{border-bottom:1px solid var(--grey-light);padding-bottom:0;margin-bottom:0}.filter-group:last-child{border-bottom:none}.filter-group__trigger,.filter-group summary{font-family:var(--font-body);font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:var(--black);cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;list-style:none;-webkit-user-select:none;user-select:none}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary svg{transition:transform .2s;color:var(--grey-mid)}.filter-group[open] summary svg{transform:rotate(180deg)}.filter-group__list{list-style:none;padding-bottom:1.6rem;display:flex;flex-direction:column;gap:.4rem}.filter-option{display:flex;align-items:center;gap:1rem;font-size:1.3rem;color:var(--grey);text-decoration:none;padding:.4rem 0;transition:color .2s}.filter-option:hover,.filter-option--active{color:var(--black)}.filter-option--active .filter-option__check{color:var(--black);font-size:1rem}.collection-pagination{display:flex;justify-content:center;gap:.8rem;padding:4rem var(--gutter)}.pagination__item{width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;font-size:1.3rem;text-decoration:none;color:var(--grey);border:1px solid var(--grey-light);transition:all .2s}.pagination__item:hover,.pagination__item--current{background:var(--black);color:var(--white);border-color:var(--black)}@media(max-width:989px){.collection-page__body{grid-template-columns:1fr}.collection-bar{flex-wrap:wrap;gap:1.2rem;padding:1.6rem var(--gutter)}.collection-bar__count{width:100%;font-size:1rem}.collection-bar__sort{flex:1;min-width:0}.collection-bar__sort-label{display:none}.collection-bar__sort select{width:100%;font-size:1.2rem;padding:.8rem 3rem .8rem 1rem;border:1px solid var(--grey-light);background:var(--white);color:var(--black);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.collection-bar__filter-toggle{display:flex;flex-shrink:0;padding:.8rem 1.2rem;font-size:.95rem}}@media(max-width:989px){.collection-layout{grid-template-columns:1fr}.collection-filters{position:fixed;top:0;left:0;bottom:0;width:min(30rem,85vw);z-index:300;transform:translate(-100%);min-height:100dvh;max-height:100dvh;border-right:1px solid var(--grey-light);box-shadow:4px 0 24px #00000014}.collection-filters.is-open{transform:translate(0)}.collection-filters__close,.collection__filter-btn{display:flex}}.price{font-size:1.4rem;color:var(--grey-dark)}.price--on-sale .price__regular{display:none}.price--on-sale .price__sale{display:inline}.price__sale{display:none}.price--on-sale .price-item--regular{text-decoration:line-through;color:var(--grey-mid);margin-right:.6rem}.price__badge-sale,.price__badge-sold-out{display:none}.badge{display:inline-block;padding:.2rem .7rem;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;background:var(--black);color:var(--white);font-family:var(--font-body);font-weight:500;margin-left:.6rem}.materials-section{background:var(--off-white);overflow:hidden}.materials-section__inner{max-width:var(--page-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:70vh}@media(max-width:989px){.materials-section__inner{grid-template-columns:1fr}}.materials-section__image-side{position:relative;overflow:hidden;min-height:50rem}@media(max-width:989px){.materials-section__image-side{min-height:55vw}}.materials-section__img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.materials-section:hover .materials-section__img{transform:scale(1.03)}.placeholder-svg.materials-section__img{position:static;height:100%}.materials-section__text-side{padding:clamp(4rem,6vw,8rem) clamp(3.2rem,5vw,7.2rem);display:flex;flex-direction:column;justify-content:center}.materials-section__eyebrow{font-size:1rem;letter-spacing:.25em;text-transform:uppercase;color:var(--grey-mid);margin-bottom:2rem}.materials-section__title{font-family:var(--font-heading);font-size:clamp(3.6rem,5vw,6.4rem);font-weight:300;line-height:1;letter-spacing:-.02em;margin-bottom:2.4rem;white-space:pre-line}.materials-section__title em{font-style:italic;color:var(--grey-mid)}.materials-section__body{font-size:1.5rem;line-height:1.8;color:var(--grey-dark);margin-bottom:3.2rem;max-width:44rem}.materials-section__certs{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--grey-light);margin-bottom:1.6rem}.cert-row{display:flex;align-items:flex-start;gap:1.6rem;padding:1.6rem 0;border-bottom:1px solid var(--grey-light)}.cert-row__icon{font-size:1.8rem;line-height:1;flex-shrink:0;margin-top:.2rem}.cert-row__text{display:flex;flex-direction:column;gap:.3rem}.cert-row__name{font-size:1.2rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--black)}.cert-row__desc{font-size:1.3rem;color:var(--grey-mid);line-height:1.5}.collection{padding:5.6rem 0}.collection__header{padding:0 var(--gutter);max-width:var(--page-max);margin:0 auto 4rem;border-bottom:1px solid var(--grey-light);padding-bottom:2.4rem}.collection__title{font-family:var(--font-heading);font-size:clamp(3.2rem,5vw,7.2rem);font-weight:300;letter-spacing:-.02em;margin-bottom:.8rem}.collection__description{font-size:1.4rem;color:var(--grey-mid)}.collection__grid-controls{display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter);max-width:var(--page-max);margin:0 auto 3.2rem}.collection__count{font-size:1.2rem;color:var(--grey-mid);letter-spacing:.05em}.collection__sort-wrapper{display:flex;align-items:center;gap:1rem;font-size:1.2rem;color:var(--grey-mid)}.select{position:relative;display:inline-flex;align-items:center}.select__select{-webkit-appearance:none;appearance:none;border:none;border-bottom:1px solid var(--grey-light);padding:.6rem 2.4rem .6rem 0;font-size:1.2rem;font-family:var(--font-body);background:transparent;color:var(--black);cursor:pointer;letter-spacing:.05em}.select__select:focus{outline:none;border-bottom-color:var(--black)}.icon-caret{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);pointer-events:none;display:block}.grid{display:grid;gap:2px}.grid--4-col-desktop{grid-template-columns:repeat(4,1fr)}.grid--3-col-desktop{grid-template-columns:repeat(3,1fr)}.grid--2-col-tablet{grid-template-columns:repeat(2,1fr)}@media(max-width:1200px){.grid--4-col-desktop{grid-template-columns:repeat(3,1fr)}}@media(max-width:989px){.grid--4-col-desktop{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.grid--4-col-desktop,.grid--3-col-desktop{grid-template-columns:repeat(2,1fr)}}.collection .product-grid{padding:0 var(--gutter);max-width:var(--page-max);margin:0 auto;gap:2px;grid-template-columns:repeat(4,1fr)}@media(max-width:989px){.collection .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.collection .product-grid{padding:0 1.2rem}}.pagination-wrapper{display:flex;justify-content:center;padding:5.6rem var(--gutter) 0}.product{display:grid;grid-template-columns:55% 1fr;gap:0;min-height:80vh}@media(max-width:989px){.product{grid-template-columns:1fr}}.product__media-wrapper{background:var(--off-white)}.product-media__img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.product__media-list{display:flex;gap:2px;flex-wrap:nowrap;overflow-x:auto;padding:2px;background:var(--off-white)}.product__media-list::-webkit-scrollbar{height:0}.product__media-thumb{flex-shrink:0;width:80px;height:100px;border:2px solid transparent;cursor:pointer;overflow:hidden;background:none;padding:0;transition:border-color .2s}.product__media-thumb.is-active{border-color:var(--black)}.product__media-thumb img{width:100%;height:100%;object-fit:cover}.product__info-wrapper{padding:5.6rem 4.8rem;position:sticky;top:var(--nav-height);align-self:start;max-height:calc(100vh - var(--nav-height));overflow-y:auto}@media(max-width:989px){.product__info-wrapper{padding:3.2rem var(--gutter);position:static;max-height:none}}.product__text{font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:var(--grey-mid);margin-bottom:1.2rem}.product__title{font-family:var(--font-heading);font-size:clamp(2.8rem,3.5vw,4.4rem);font-weight:300;letter-spacing:-.01em;line-height:1.05;margin-bottom:2rem}.product__description{font-size:1.4rem;color:var(--grey-dark);line-height:1.8;margin:2.4rem 0;border-top:1px solid var(--grey-light);padding-top:2.4rem}.product-form__input{margin-bottom:2rem}.form__label{display:block;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-mid);margin-bottom:1rem}.product-form__buttons{margin-top:2.4rem}.product-form__submit{width:100%;padding:1.6rem;font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;background:var(--black);color:var(--white);border:1px solid var(--black);cursor:pointer;font-family:var(--font-body);font-weight:500;transition:all .3s}.product-form__submit:hover{background:var(--white);color:var(--black)}.product-form__submit:disabled{background:var(--grey-light);border-color:var(--grey-light);color:var(--grey-mid);cursor:not-allowed}.quantity{display:inline-flex;align-items:center;border:1px solid var(--grey-light)}.quantity__button{width:4.4rem;height:4.4rem;border:none;background:none;cursor:pointer;font-size:1.8rem;display:flex;align-items:center;justify-content:center;color:var(--black);transition:background .15s}.quantity__button:hover{background:var(--off-white)}.quantity__input{width:5.6rem;height:4.4rem;border:none;border-left:1px solid var(--grey-light);border-right:1px solid var(--grey-light);text-align:center;font-size:1.4rem;font-family:var(--font-body);background:none}.quantity__input:focus{outline:none}.select__select{border:1px solid var(--grey-light);padding:1.2rem 1.6rem;font-size:1.4rem;width:100%;border-radius:0}.cart-page{min-height:60vh;padding-bottom:8rem}.cart-page__inner{max-width:1200px;margin:0 auto;padding:4rem var(--gutter) 0}.cart-page__title{font-family:var(--font-heading);font-size:clamp(3.2rem,5vw,6rem);font-weight:300;letter-spacing:-.02em;margin-bottom:4rem;padding-bottom:2.4rem;border-bottom:1px solid var(--grey-light)}.cart-page__layout{display:grid;grid-template-columns:1fr 38rem;gap:6rem;align-items:start}@media(max-width:989px){.cart-page__layout{grid-template-columns:1fr;gap:4rem}}.cart-item{display:grid;grid-template-columns:12rem 1fr;gap:2.4rem;padding:2.4rem 0;border-bottom:1px solid var(--grey-light);align-items:start}@media(max-width:749px){.cart-item{grid-template-columns:9rem 1fr;gap:1.6rem}}.cart-item__img-link{display:block}.cart-item__img{width:100%;aspect-ratio:3/4;object-fit:cover;background:var(--off-white);display:block}.cart-item__details{display:flex;flex-direction:column;gap:1.6rem;padding-top:.4rem}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem}.cart-item__vendor{font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:.4rem}.cart-item__name{font-family:var(--font-heading);font-size:1.8rem;font-weight:400;color:var(--black);text-decoration:none;display:block;line-height:1.2}.cart-item__name:hover{color:var(--grey)}.cart-item__variant{font-size:1.2rem;color:var(--grey);margin-top:.4rem}.cart-item__price{font-family:var(--font-heading);font-size:1.8rem;font-weight:300;white-space:nowrap}.cart-item__bottom{display:flex;align-items:center;gap:2rem}.cart-item__remove{background:none;border:none;font-family:var(--font-body);font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:0;transition:color .2s}.cart-item__remove:hover{color:var(--black)}.cart-page__summary{position:sticky;top:10rem}.cart-summary{border:1px solid var(--grey-light);padding:3.2rem}.cart-summary__title{font-family:var(--font-heading);font-size:2.4rem;font-weight:300;margin-bottom:2.4rem;padding-bottom:2rem;border-bottom:1px solid var(--grey-light)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.4rem;color:var(--grey)}.cart-summary__row--discount{color:#2d7a3a}.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;padding:2rem 0;margin-top:1.2rem;border-top:1px solid var(--grey-light);font-size:1.6rem;font-weight:500;color:var(--black)}.cart-summary__tax-note{font-size:1.1rem;color:var(--grey);margin-bottom:2.4rem;line-height:1.5}.cart-summary__checkout{display:block;width:100%;background:var(--black);color:var(--white);border:none;font-family:var(--font-body);font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;padding:1.8rem 2rem;cursor:pointer;transition:background .2s;margin-bottom:1.2rem}.cart-summary__checkout:hover{background:#222}.cart-summary__alt-checkout{margin-bottom:1.2rem}.cart-summary__continue{display:block;text-align:center;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);text-decoration:none;margin-top:1.6rem;transition:color .2s}.cart-summary__continue:hover{color:var(--black)}.cart-page__empty{text-align:center;padding:8rem 2rem}.cart-page__empty-text{font-family:var(--font-heading);font-size:2.8rem;font-weight:300;color:var(--grey);margin-bottom:3rem}.cart__ctas{display:flex;flex-direction:column;gap:1.2rem}.cart__checkout-button{width:100%;padding:1.8rem;font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;font-family:var(--font-body);font-weight:500;background:var(--black);color:var(--white);border:none;cursor:pointer;transition:all .3s}.cart__checkout-button:hover{background:var(--grey-dark)}.cart__update-button{background:none;border:1px solid var(--grey-light);color:var(--black);padding:1.2rem;font-family:var(--font-body);cursor:pointer;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase}.cart--empty{text-align:center;padding:10rem 0}.cart__empty-text{font-family:var(--font-heading);font-size:3.6rem;font-weight:300;margin-bottom:2.4rem}.discounts{margin:1rem 0}.discounts__discount{font-size:1.2rem;color:var(--grey-mid)}.additional-checkout-buttons{margin-top:1.2rem}.cart-remove-button{background:none;border:none;cursor:pointer;color:var(--grey-mid);padding:.4rem;transition:color .2s}.cart-remove-button:hover{color:var(--black)}.loading-overlay.hidden{display:none}.footer{background:var(--white);border-top:1px solid var(--grey-light);margin-top:0}.footer__content-top{max-width:var(--page-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:4rem;padding:6rem var(--gutter)}@media(max-width:749px){.footer__content-top{padding:4rem 2rem;grid-template-columns:1fr 1fr;gap:3.2rem}}.footer__heading{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;font-family:var(--font-body);margin-bottom:2rem;color:var(--black)}.footer-block__details-content li{margin-bottom:1.2rem}.footer-block__details-content a{font-size:1.3rem;color:var(--grey-mid);transition:color .2s}.footer-block__details-content a:hover{color:var(--black)}.footer__column-content{font-size:1.3rem;color:var(--grey-mid);line-height:1.8}.footer__content-bottom{border-top:1px solid var(--grey-light)}.footer__content-bottom-wrapper{max-width:var(--page-max);margin:0 auto;padding:2.4rem var(--gutter);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.6rem}.copyright__content{font-size:1.2rem;color:var(--grey-mid)}.copyright__content a{color:var(--grey-mid)}.list-payment{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.list-payment__item svg{height:22px;width:auto}.page-content{max-width:80rem;margin:0 auto;padding:5.6rem var(--gutter) 8rem}.page-header{margin-bottom:3.2rem;padding-bottom:2.4rem;border-bottom:1px solid var(--grey-light)}.page-header h1{font-family:var(--font-heading);font-size:clamp(3.2rem,5vw,6.4rem);font-weight:300;letter-spacing:-.02em}.error-page{text-align:center;padding:10rem var(--gutter)}.large-title{font-family:var(--font-heading);font-size:16rem;font-weight:300;letter-spacing:-.04em;opacity:.08;line-height:1}.error-page h2{font-family:var(--font-heading);font-size:3.6rem;font-weight:300;margin:-2rem 0 1.6rem}.error-page p{color:var(--grey-mid);font-size:1.4rem;margin-bottom:3.6rem}.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}.skip-to-content-link{position:absolute;top:0;left:0;transform:translateY(-100%);transition:transform .2s;z-index:999;background:var(--black);color:var(--white);padding:1rem 2rem;font-size:1.4rem}.skip-to-content-link:focus{transform:translateY(0)}.full-unstyled-link{color:inherit;text-decoration:none;display:block}.link--text{color:inherit}.focus-none:focus{outline:none}.placeholder-svg{background:var(--off-white);color:var(--grey-light);width:100%;height:100%}.color-background-1{background:var(--white);color:var(--black)}.color-background-2{background:var(--off-white)}.color-accent-1{background:var(--black);color:var(--white)}.color-accent-2{background:var(--grey-dark);color:var(--white)}.color-inverse{background:var(--black);color:var(--white)}.center{text-align:center;margin-top:4rem}.underline-links-hover a:hover{text-decoration:underline}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:var(--grey-light)}.footer__content-bottom-wrapper{display:flex;flex-direction:column;gap:2.4rem;padding-top:3.2rem;padding-bottom:3.2rem}.footer__brand a{font-family:var(--font-heading);font-size:2.2rem;font-weight:400;letter-spacing:.1em;color:var(--black);text-decoration:none}.footer__logo{height:32px;width:auto}.footer__nav{display:flex;flex-wrap:wrap;gap:.4rem 2.4rem}.footer__nav-link{font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-mid);transition:color .2s}.footer__nav-link:hover{color:var(--black)}.footer__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.6rem;padding-top:2.4rem;border-top:1px solid var(--grey-light)}@media(max-width:599px){:root{--gutter: 1.6rem}}.product-page{padding:4rem 0 8rem}.product-page__inner{max-width:var(--page-max);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.product-gallery-wrapper{position:sticky;top:calc(var(--nav-height) + 2rem)}.product-gallery-mobile{display:none}.product-gallery{display:grid;grid-template-columns:1fr;gap:1.2rem}.product-gallery--has-thumbs{grid-template-columns:7.2rem 1fr}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.8rem}.product-gallery__thumb{width:7.2rem;height:9.2rem;overflow:hidden;border:1px solid transparent;background:var(--off-white);cursor:pointer;padding:0;transition:border-color .2s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:var(--black)}.product-gallery__main{aspect-ratio:3/4;overflow:hidden;background:var(--off-white)}.product-gallery__img{width:100%;height:100%;object-fit:cover;display:block}.product-info{padding-top:1rem}.product-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.6rem}.product-badge{display:inline-block;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .9rem;border:1px solid var(--grey-light);color:var(--grey)}.product-info__vendor{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--grey);margin-bottom:.8rem}.product-info__title{font-family:var(--font-heading);font-size:clamp(2.4rem,3.5vw,4rem);font-weight:300;letter-spacing:-.01em;line-height:1.1;margin-bottom:2rem}.product-info__price{display:flex;align-items:baseline;gap:1rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--grey-light)}.product-info__price-compare{font-size:1.5rem;color:var(--grey-mid);text-decoration:line-through}.product-info__price-current{font-size:2.2rem;font-weight:500;color:var(--black)}.product-info__price-tax{font-size:1.1rem;color:var(--grey);margin-left:.4rem}.product-option{margin-bottom:2.4rem}.product-option__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.product-option__label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:var(--black)}.product-option__guide{font-size:1.1rem;letter-spacing:.08em;color:var(--grey);text-decoration:underline;text-underline-offset:.2em}.product-option__sizes{display:flex;flex-wrap:wrap;gap:.8rem}.size-btn{display:flex;align-items:center;justify-content:center;min-width:4.8rem;height:4.8rem;padding:0 1.2rem;border:1px solid var(--grey-light);font-size:1.2rem;font-family:var(--font-body);cursor:pointer;transition:all .15s;background:var(--white);color:var(--black);-webkit-user-select:none;user-select:none}.size-btn input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.size-btn:hover{border-color:var(--black)}.size-btn.is-active{background:var(--black);color:var(--white);border-color:var(--black)}.product-option__swatches{display:flex;flex-wrap:wrap;gap:.8rem}.swatch{position:relative;cursor:pointer}.swatch input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.swatch__dot{display:block;width:3.2rem;height:3.2rem;border-radius:50%;border:2px solid transparent;box-shadow:0 0 0 1px var(--grey-light);transition:box-shadow .15s}.swatch.is-active .swatch__dot{box-shadow:0 0 0 2px var(--black)}.product-info__quantity{margin-bottom:2rem}.product-info__qty-label{display:block;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;color:var(--black)}.product-info__cta-row{display:flex;gap:1.2rem;margin-bottom:3.2rem}.product-info__add-btn{flex:1;padding:1.6rem 2.4rem;background:var(--black);color:var(--white);border:none;font-family:var(--font-body);font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:background .2s}.product-info__add-btn:hover:not(:disabled){background:#222}.product-info__add-btn:disabled{background:var(--grey-mid);cursor:not-allowed}.product-info__wishlist-btn{width:5.4rem;height:5.4rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--grey-light);background:var(--white);cursor:pointer;color:var(--black);transition:all .2s;flex-shrink:0}.product-info__wishlist-btn:hover,.product-info__wishlist-btn.is-wishlisted{background:var(--black);color:var(--white);border-color:var(--black)}.product-info__certs{display:flex;flex-direction:column;gap:1.6rem;padding:2.4rem 0;border-top:1px solid var(--grey-light);border-bottom:1px solid var(--grey-light);margin-bottom:2.4rem}.product-cert{display:flex;align-items:flex-start;gap:1.4rem;color:var(--grey)}.product-cert svg{flex-shrink:0;margin-top:.2rem}.product-cert__title{font-size:1.2rem;font-weight:500;color:var(--black);margin-bottom:.2rem}.product-cert__desc{font-size:1.2rem;color:var(--grey);line-height:1.5}.product-info__reminder{padding:1.6rem;background:var(--off-white);margin-bottom:2.4rem}.product-info__reminder-text{font-size:1.2rem;margin-bottom:1rem}.product-info__reminder-btn{display:inline-block;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--black);text-decoration:underline;text-underline-offset:.3em}.product-accordion{border-top:1px solid var(--grey-light)}.product-accordion:last-of-type{border-bottom:1px solid var(--grey-light)}.product-accordion__trigger{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 0;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;color:var(--black)}.product-accordion__trigger::-webkit-details-marker{display:none}.product-accordion__icon{transition:transform .2s;flex-shrink:0}.product-accordion[open] .product-accordion__icon{transform:rotate(180deg)}.product-accordion__body{padding-bottom:2rem;font-size:1.3rem;line-height:1.7;color:var(--grey-dark)}.size-chart{width:100%;margin-top:1.6rem}.size-chart__img{width:100%;max-width:40rem;margin-bottom:2.4rem;display:block}.size-chart__table{width:100%;border-collapse:collapse;font-size:1.2rem}.size-chart__table th{text-align:center;padding:.8rem .6rem;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);border-bottom:1px solid var(--grey-light);font-weight:500}.size-chart__table td{text-align:center;padding:.8rem .6rem;font-size:1.2rem;border-bottom:1px solid var(--grey-light);color:var(--black)}.size-chart__table tr:last-child td{border-bottom:none}.size-chart__table td:first-child{font-weight:600;letter-spacing:.05em}.size-chart__note{font-size:1.1rem;color:var(--grey);margin-top:1.2rem}.product-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--white);border-top:1px solid var(--grey-light);padding:1.2rem var(--gutter);align-items:center;gap:1.6rem;transform:translateY(100%);transition:transform .3s ease}.product-sticky-bar.is-visible{transform:translateY(0)}.product-sticky-bar__info{flex:1}.product-sticky-bar__title{font-size:1.3rem;font-weight:500;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-sticky-bar__price{font-size:1.2rem;color:var(--grey);margin-top:.2rem}.product-sticky-bar__btn{padding:1.2rem 2rem;background:var(--black);color:var(--white);border:none;font-family:var(--font-body);font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap}@media(max-width:989px){.product-page__inner{grid-template-columns:1fr;gap:3.2rem}.product-gallery-wrapper{position:static}.product-gallery-mobile{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.product-gallery-mobile::-webkit-scrollbar{display:none}.product-gallery-mobile__slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:3/4;overflow:hidden;background:var(--off-white)}.product-gallery-mobile__slide img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery-mobile__dots{display:flex;justify-content:center;gap:.6rem;padding:1.2rem 0}.gallery-dot{width:.6rem;height:.6rem;border-radius:50%;background:var(--grey-light);cursor:pointer;transition:background .2s}.gallery-dot.is-active{background:var(--black)}.product-gallery{display:none}.product-sticky-bar{display:flex}}@media(max-width:599px){.product-info__title{font-size:2.8rem}.product-info__add-btn{padding:1.4rem 1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/theme.css.map */
