*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body-family);font-weight:var(--font-body-weight, 400);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 700);line-height:1.05;letter-spacing:-.02em;margin:0}.skip-link{position:absolute;left:-9999px;top:0;background:var(--color-text);color:var(--color-bg);padding:.75rem 1.25rem;z-index:1000}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.container{width:100%;max-width:var(--page-width, 1280px);margin-inline:auto;padding-inline:clamp(1rem,4vw,3rem)}.eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-secondary);margin:0 0 .9rem;font-weight:600}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-offset:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.9rem;background:var(--color-button);color:var(--color-button-text);border:1px solid var(--color-button);border-radius:var(--radius, 0);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1;transition:background .25s ease,color .25s ease,opacity .2s ease}.btn:hover{background:transparent;color:var(--color-button)}.btn:disabled{opacity:.4;pointer-events:none}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--outline:hover{border-color:var(--color-text);background:transparent;color:var(--color-text)}.btn--full{width:100%}.header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px}.header__logo{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 700);font-size:1.35rem;letter-spacing:.04em;text-transform:uppercase}.header__logo img{width:auto;max-height:40px}.header__nav{display:flex;gap:1.75rem;flex:1;justify-content:center}.header__link{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;position:relative;padding-bottom:2px}.header__link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:currentColor;transition:width .25s ease}.header__link:hover:after{width:100%}.header__cart{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;white-space:nowrap}.hero{position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#111;color:#fff}.hero--short{min-height:56vh}.hero--medium{min-height:72vh}.hero--tall{min-height:88vh}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052}.hero__inner{position:relative;width:100%;max-width:var(--page-width, 1280px);margin-inline:auto;padding:clamp(2rem,6vw,5rem) clamp(1rem,4vw,3rem)}.hero--left .hero__inner{text-align:left}.hero--center .hero__inner{text-align:center}.hero__content{max-width:620px}.hero--center .hero__content{margin-inline:auto}.hero__eyebrow{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;margin:0 0 1rem;font-weight:600;opacity:.85}.hero__title{font-size:clamp(2.4rem,6vw,4.6rem);margin:0 0 1.1rem;letter-spacing:-.03em}.hero__text{font-size:1.05rem;line-height:1.5;margin:0 0 1.9rem;opacity:.92}.hero .btn{background:#fff;color:#111;border-color:#fff}.hero .btn:hover{background:transparent;color:#fff}.section{padding-block:clamp(3.5rem,8vw,6rem)}.section__head{max-width:720px;margin-bottom:clamp(2rem,5vw,3.25rem)}.section--center .section__head{margin-inline:auto;text-align:center}.section__title{font-size:clamp(1.8rem,4vw,2.8rem)}.section__sub{color:var(--color-secondary);font-size:1.05rem;margin:.9rem 0 0}.section__foot{margin-top:clamp(2rem,5vw,3rem);text-align:center}.section__empty{border:1px dashed var(--color-border);padding:2rem;text-align:center;color:var(--color-secondary)}.grid{display:grid;gap:1px;background:var(--color-border);border:1px solid var(--color-border)}.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}.grid__item{background:var(--color-bg)}.card{display:flex;flex-direction:column;height:100%}.card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f3f2ee}.card__media img,.card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.card:hover .card__media img{transform:scale(1.04)}.card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-text);color:var(--color-bg);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;padding:.35rem .6rem;font-weight:600}.card__info{display:flex;flex-direction:column;flex:1;padding:1.1rem 1.1rem 1.3rem}.card__title{font-family:var(--font-body-family);font-weight:600;letter-spacing:0;font-size:.98rem;line-height:1.3;margin:0 0 .35rem}.card__price{color:var(--color-secondary);font-size:.92rem;margin-bottom:1rem}.card__price--sale{color:var(--color-text)}.card__price--was{color:var(--color-secondary);margin-left:.5rem}.card__btn{margin-top:auto}.product{padding-block:clamp(2rem,5vw,3.5rem)}.product__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,3.5rem)}.gallery__main{aspect-ratio:1 / 1;overflow:hidden;background:#f3f2ee;border:1px solid var(--color-border)}.gallery__main img,.gallery__placeholder{width:100%;height:100%;object-fit:cover}.gallery__thumbs{display:flex;gap:.6rem;margin-top:.75rem;flex-wrap:wrap}.gallery__thumb{width:64px;height:64px;padding:0;overflow:hidden;border:1px solid var(--color-border);background:#f3f2ee;opacity:.65;transition:opacity .2s ease}.gallery__thumb img{width:100%;height:100%;object-fit:cover}.gallery__thumb.is-active,.gallery__thumb:hover{opacity:1;border-color:var(--color-text)}.product__vendor{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary);margin:0 0 .85rem;font-weight:600}.product__title{font-size:clamp(1.8rem,4vw,2.6rem);margin:0 0 1rem}.product__price{font-size:1.25rem;margin-bottom:1.75rem;display:flex;gap:.75rem;align-items:baseline}.product__price s{color:var(--color-secondary);font-size:1rem}.product__form{margin-bottom:2rem}.product__option{margin-bottom:1.1rem}.product__option-label{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;margin-bottom:.45rem;color:var(--color-secondary)}.product__qty{margin-bottom:1.4rem}.product__qty label{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;margin-bottom:.45rem;color:var(--color-secondary)}.select{position:relative;display:inline-block;min-width:220px}.select:after{content:"";position:absolute;right:1rem;top:50%;width:.5rem;height:.5rem;border-right:1.5px solid var(--color-text);border-bottom:1.5px solid var(--color-text);transform:translateY(-70%) rotate(45deg);pointer-events:none}select,input[type=number],input[type=text],input[type=email],input[type=password],input[type=search],textarea{width:100%;padding:.85rem 2.5rem .85rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius, 0);background:var(--color-bg);color:var(--color-text);font-family:inherit;font-size:.95rem;-webkit-appearance:none;appearance:none}input[type=number],input[type=text],input[type=email],input[type=password],input[type=search],textarea{padding-right:1rem}input[type=number]{width:110px}select:focus,input:focus,textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.product__description{margin-top:.5rem;color:var(--color-text)}.product__description h2,.product__description h3{font-size:1.1rem;margin:1.5rem 0 .5rem}.collection{padding-block:clamp(2.5rem,6vw,4rem)}.collection__head{margin-bottom:clamp(2rem,5vw,3rem);max-width:720px}.collection__title{font-size:clamp(2rem,5vw,3.2rem)}.collection__desc{color:var(--color-secondary);margin-top:1rem}.pagination{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-top:clamp(2.5rem,6vw,4rem)}.pagination__link,.pagination__current{min-width:42px;height:42px;padding:0 .5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);font-size:.9rem}.pagination__link:hover{border-color:var(--color-text)}.pagination__current{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.cart{padding-block:clamp(2.5rem,6vw,4rem)}.cart__title{font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem}.cart__row{display:grid;grid-template-columns:88px 1fr auto;gap:1.25rem;align-items:start;padding:1.5rem 0;border-top:1px solid var(--color-border)}.cart__row:last-child{border-bottom:1px solid var(--color-border)}.cart__media img{width:88px;height:88px;object-fit:cover;background:#f3f2ee}.cart__name{font-weight:600}.cart__variant{color:var(--color-secondary);font-size:.85rem;margin:.25rem 0}.cart__price{color:var(--color-secondary);font-size:.9rem;margin:.25rem 0 0}.cart__qty{grid-column:2;margin-top:.75rem}.cart__line-price{font-weight:600;text-align:right}.cart__remove{grid-column:2;justify-self:start;margin-top:.5rem;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--color-secondary);text-decoration:underline;text-underline-offset:3px}.cart__remove:hover{color:var(--color-text)}.cart__footer{margin-top:2rem;padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.cart__subtotal{display:flex;justify-content:space-between;gap:2rem;width:100%;max-width:360px;font-size:1.15rem;font-weight:600}.cart__note{color:var(--color-secondary);font-size:.85rem;margin:0;width:100%;max-width:360px;text-align:right}.cart__actions{display:flex;gap:.75rem;width:100%;max-width:360px}.cart__actions .btn{flex:1}.cart__empty{text-align:center;padding:4rem 0}.cart__empty p{color:var(--color-secondary);margin-bottom:1.5rem}.page,.search,.error404,.customer{padding-block:clamp(2.5rem,6vw,4rem)}.page__title,.search h1,.error404 h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1.5rem}.error404{text-align:center}.error404 h1{font-size:clamp(4rem,12vw,8rem)}.error404 p{color:var(--color-secondary);margin-bottom:2rem}.search__form{display:flex;gap:.75rem;max-width:520px;margin-bottom:2.5rem}.search__form input{flex:1}.customer{max-width:640px}.customer h1{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:1.5rem}.customer h2{font-size:1.2rem;margin:2rem 0 1rem}.customer label{display:block;font-size:.8rem;font-weight:600;margin:1rem 0 .4rem}.customer .btn{margin-top:1.5rem}.customer table{width:100%;border-collapse:collapse}.customer th,.customer td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid var(--color-border);font-size:.92rem}.errors{color:#b00020;margin-bottom:1rem}.error{color:#b00020}.password{max-width:480px;text-align:center;margin-block:clamp(4rem,12vw,8rem)}.password h1{font-size:clamp(2rem,6vw,3.5rem);margin-bottom:1rem}.password p{color:var(--color-secondary);margin-bottom:2rem}.password input{margin-bottom:1rem;text-align:center}.giftcard{max-width:460px;text-align:center;margin-block:clamp(3rem,8vw,5rem)}.giftcard__amount{font-size:clamp(2.5rem,8vw,4rem);font-family:var(--font-heading-family);margin:1rem 0}.giftcard__code{font-size:1.4rem;letter-spacing:.2em;padding:1rem;border:1px dashed var(--color-border);margin:1rem 0}.giftcard__balance{color:var(--color-secondary)}.collection-card{display:block}.collection-card img{aspect-ratio:3/2;object-fit:cover;margin-bottom:.75rem;background:#f3f2ee}.collection-card span{font-weight:600}.footer{border-top:1px solid var(--color-border);margin-top:clamp(3rem,8vw,6rem);padding-block:clamp(2.5rem,6vw,4rem)}.footer__inner{text-align:center}.footer__name{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 700);font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem}.footer__text{color:var(--color-secondary);max-width:480px;margin:0 auto 1.25rem}.footer__copy{color:var(--color-secondary);font-size:.82rem;margin:0}.product__tagline{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .9rem;padding:.4rem .9rem;background:var(--fun-tint, rgba(0,0,0,.05));color:var(--fun-ink, var(--color-text));border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:none;line-height:1.2}.product__price [data-price]{font-weight:800;font-size:1.5rem;letter-spacing:-.01em}.product__price s{font-weight:600}.product .gallery__main{border-radius:24px;background:var(--fun-tint, #f3f2ee);border:1.5px solid var(--fun-tint-strong, var(--color-border))}.product .gallery__thumb{border-radius:14px}.product .gallery__thumb.is-active,.product .gallery__thumb:hover{border-color:var(--fun, var(--color-text))}.product .gallery__main img{transition:transform .3s ease;transform-origin:center bottom}.product .gallery__main:hover img{animation:squish .6s ease}@keyframes squish{0%{transform:scale(1)}28%{transform:scale(1.07,.93)}52%{transform:scale(.96,1.04)}74%{transform:scale(1.03,.98)}to{transform:scale(1)}}.product select,.product input[type=number]{border-radius:12px}.product__add{background:var(--fun, #7048e8);border-color:var(--fun, #7048e8);color:#fff;border-radius:999px;padding:1.05rem 2rem;font-size:.85rem;box-shadow:0 7px 0 -1px var(--fun-ink, rgba(0,0,0,.3));transition:transform .14s ease,box-shadow .14s ease}.product__add:hover{background:var(--fun, #7048e8);color:#fff;transform:translateY(-2px);box-shadow:0 10px 0 -1px var(--fun-ink, rgba(0,0,0,.3))}.product__add:active{transform:translateY(3px);box-shadow:0 3px 0 -1px var(--fun-ink, rgba(0,0,0,.3))}.product__trust{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin:1.25rem 0 0;padding:1rem 1.2rem;background:var(--fun-tint, rgba(0,0,0,.04));border-radius:18px}.trust__item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600}.trust__item span:first-child{font-size:1.15rem;line-height:1}.product__trust+.product__description{margin-top:1.5rem}.highlights{margin-top:clamp(2rem,5vw,3rem);padding-bottom:clamp(1rem,3vw,2rem)}.highlights__heading{font-size:clamp(1.4rem,3.5vw,2rem);margin:0 0 1.25rem}.highlights__grid{display:grid;grid-template-columns:1fr;gap:.85rem}.highlight{display:flex;gap:.9rem;align-items:flex-start;padding:1.15rem 1.2rem;background:var(--hl-tint, rgba(0,0,0,.04));border:1.5px solid var(--hl-line, rgba(0,0,0,.1));border-radius:20px;transition:transform .18s ease}.highlight:hover{transform:translateY(-3px)}.highlight__emoji{flex-shrink:0;display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:50%;background:var(--color-bg, #fff);font-size:1.6rem;line-height:1}.highlight__body{min-width:0}.highlight__heading{font-family:var(--font-body-family);font-weight:800;font-size:1rem;margin:.15rem 0 .25rem}.highlight__text{margin:0;color:var(--color-secondary);font-size:.9rem;line-height:1.45}@media(min-width:560px){.highlights__grid{grid-template-columns:1fr 1fr}}@media(min-width:640px){.grid--3,.grid--4{grid-template-columns:repeat(3,1fr)}.cart__row{grid-template-columns:96px 1fr 120px auto;align-items:center}.cart__qty,.cart__remove{grid-column:auto;margin-top:0}.cart__media img{width:96px;height:96px}}@media(min-width:1000px){.grid--4{grid-template-columns:repeat(4,1fr)}.product__grid{grid-template-columns:1.1fr 1fr;align-items:start}.gallery{position:sticky;top:96px}.header__nav{gap:2.25rem}}@media(max-width:749px){.header__nav{display:none}.header__inner{min-height:60px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/base.css.map */
