*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.skip-link{position:absolute;left:-999px;top:0;z-index:1000;background:var(--color-primary);color:var(--color-primary-contrast);padding:.75rem 1.25rem}.skip-link:focus{left:0}.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.section{margin-block:var(--section-spacing)}.section--tight{margin-block:calc(var(--section-spacing) * .55)}.main-content{min-height:50vh}h1,h2,h3,h4,h5{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.05;margin:0 0 .5em}.section-title{font-family:var(--font-heading-family);font-size:clamp(1.7rem,4.2vw,2.7rem);letter-spacing:1px;margin:0}.section-title.is-uppercase{text-transform:uppercase}.eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 1rem}.rte p{margin:0 0 1em}.rte a{text-decoration:underline;text-underline-offset:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 2rem;border:1px solid transparent;border-radius:var(--button-radius);font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .1s;background:var(--color-primary);color:var(--color-primary-contrast);line-height:1}.btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.btn--light{background:var(--color-surface);color:var(--color-text)}.btn--light:hover{background:var(--color-text);color:var(--color-surface);filter:none}.btn--outline{background:transparent;border-color:currentColor;color:var(--color-text)}.btn--outline:hover{background:var(--color-text);color:var(--color-surface)}.btn--block{width:100%}.btn--sm{padding:.7rem 1.3rem;font-size:.72rem}.link-quiet{font-size:.85rem;letter-spacing:.08em;border-bottom:1px solid currentColor;padding-bottom:2px}.announcement{background:var(--color-primary);color:var(--color-primary-contrast);font-size:.82rem;letter-spacing:.04em;overflow:hidden}.announcement__track{display:flex;gap:4rem;white-space:nowrap;width:max-content;padding-block:.55rem;animation:marquee 22s linear infinite}.announcement:hover .announcement__track{animation-play-state:paused}.announcement__item{font-weight:600}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{position:relative;z-index:30;background:var(--color-surface)}.header--transparent{position:absolute;inset-inline:0;background:transparent}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding-block:1.1rem}.header__left,.header__right{display:flex;align-items:center;gap:1.1rem}.header__right{justify-content:flex-end}.header__logo{justify-self:center;display:inline-flex}.header__logo img{width:var(--logo-w, 110px);height:auto}.header__logo-text{font-family:var(--font-heading-family);font-size:1.5rem;letter-spacing:.14em;text-transform:uppercase}.header__icon{background:none;border:0;padding:.25rem;color:inherit;display:inline-flex;line-height:0;position:relative}.header__icon svg{width:24px;height:24px}.header--transparent .header__inner,.header--transparent .header__logo-text{color:var(--color-primary-contrast)}.cart-count{position:absolute;transform:translate(60%,-60%);background:var(--color-sale);color:#fff;font-size:.62rem;min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;padding:0 4px;font-weight:700}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;visibility:hidden;pointer-events:none}.drawer.is-open{visibility:visible;pointer-events:auto}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14141080;opacity:0;transition:opacity .3s}.drawer.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;bottom:0;width:min(420px,88vw);background:var(--color-primary);color:var(--color-primary-contrast);display:flex;flex-direction:column;transition:transform .35s ease;padding:1.5rem}.drawer--left .drawer__panel{inset-inline-start:0;transform:translate(-105%)}.drawer--right .drawer__panel{inset-inline-end:0;transform:translate(105%)}[dir=rtl] .drawer--left .drawer__panel{transform:translate(105%)}[dir=rtl] .drawer--right .drawer__panel{transform:translate(-105%)}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.drawer__close{background:none;border:0;color:inherit;line-height:0;padding:.25rem}.drawer__nav{list-style:none;margin:0;padding:0}.drawer__nav a{display:block;padding:.85rem 0;font-size:1.05rem;letter-spacing:.03em;border-bottom:1px solid rgba(255,255,255,.12)}.drawer__footer{margin-top:auto;padding-top:1.5rem;font-size:.85rem;opacity:.9}.drawer__social{display:flex;gap:1rem;margin-top:.75rem}.drawer__social svg{width:22px;height:22px}.hero{position:relative;isolation:isolate}.hero__media{position:relative}.hero__media img,.hero__media video{width:100%;object-fit:cover}.hero--full .hero__media{height:100svh}.hero--full .hero__media img,.hero--full .hero__media video{height:100%}.hero--large .hero__media{aspect-ratio:4/5}.hero--medium .hero__media{aspect-ratio:16/12}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--ov,.25));z-index:1}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem;gap:1.2rem}.hero__content.is-bottom{justify-content:flex-end;padding-bottom:12vh}.hero__title{font-family:var(--font-heading-family);font-size:clamp(2.6rem,8vw,5.5rem);line-height:.95;letter-spacing:.04em;margin:0;text-shadow:0 2px 24px rgba(0,0,0,.35)}.hero__text{max-width:34ch;font-size:clamp(1.05rem,2.6vw,1.4rem);margin:0;line-height:1.35}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.5rem,1.5vw,1.1rem)}.collection-card{position:relative;display:block;overflow:hidden;border-radius:var(--card-radius)}.collection-card__img{aspect-ratio:3/4}.collection-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-card:hover .collection-card__img img{transform:scale(1.04)}.collection-card__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#00000073)}.collection-card__body{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;gap:.6rem;padding:1rem}.collection-card__name{font-family:var(--font-heading-family);font-size:clamp(1.1rem,3.4vw,1.9rem);margin:0}.collection-card__count{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;opacity:.9}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.6rem;flex-wrap:wrap}.product-grid{display:grid;gap:clamp(1rem,2.2vw,1.6rem);grid-template-columns:repeat(var(--cols, 4),1fr)}.carousel{position:relative}.carousel__track{display:grid;grid-auto-flow:column;gap:clamp(1rem,2.2vw,1.6rem);grid-auto-columns:var(--slide-w, 78%);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1.1rem;-webkit-overflow-scrolling:touch}.carousel__track>*{scroll-snap-align:start}.carousel__track::-webkit-scrollbar{height:3px}.carousel__track::-webkit-scrollbar-thumb{background:var(--color-text)}.carousel__track::-webkit-scrollbar-track{background:var(--color-border)}.card{background:transparent}.card__media{position:relative;display:block;overflow:hidden;border-radius:var(--card-radius);background:var(--color-surface)}.card__media.ratio-portrait{aspect-ratio:3/4}.card__media.ratio-square{aspect-ratio:1/1}.card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .4s,transform .6s}.card__media .img-2{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.card:hover .card__media .img-2{opacity:1}.card:hover .card__media .img-1{transform:scale(1.02)}.card__badge{position:absolute;top:.6rem;inset-inline-start:.6rem;z-index:2;background:var(--color-sale);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem}.card__body{padding:.85rem .1rem 0}.card__vendor{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .25rem}.card__title{font-size:1rem;font-weight:600;margin:0 0 .4rem;font-family:var(--font-body-family)}.card__title a:hover{color:var(--color-primary)}.price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.price__regular{font-size:.98rem}.price__compare{text-decoration:line-through;color:var(--color-text-muted);font-size:.85rem}.price__sale{color:var(--color-sale);font-weight:600}.price__prefix{font-size:.8rem;color:var(--color-text-muted)}.rating{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem}.rating__stars{--pct: 100%;position:relative;display:inline-block;font-size:.9rem;line-height:1;letter-spacing:1px}.rating__stars:before{content:"\2605\2605\2605\2605\2605";color:var(--color-border)}.rating__stars:after{content:"\2605\2605\2605\2605\2605";color:var(--color-accent);position:absolute;top:0;right:0;bottom:0;left:0;width:var(--pct);overflow:hidden;white-space:nowrap}.rating__count{font-size:.72rem;color:var(--color-text-muted)}.swatches{display:flex;gap:.4rem;margin-top:.55rem}.swatch{width:20px;height:20px;border-radius:999px;border:1px solid var(--color-border);box-shadow:inset 0 0 0 2px #fff}.swatch[data-more]{display:grid;place-items:center;font-size:.6rem;box-shadow:none;color:var(--color-text-muted)}.spotlight{display:grid;gap:clamp(1.5rem,4vw,3.5rem);grid-template-columns:1fr;align-items:center}@media(min-width:850px){.spotlight{grid-template-columns:1.1fr 1fr}}.gallery{position:relative;border-radius:var(--card-radius);overflow:hidden}.gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.gallery__track img{min-width:100%;aspect-ratio:1/1;object-fit:cover;scroll-snap-align:start}.gallery__counter{position:absolute;bottom:1rem;inset-inline-start:1rem;z-index:2;background:#ffffffe6;padding:.3rem .7rem;font-size:.8rem;border-radius:2px}.spotlight__price{font-size:1.4rem;margin:.5rem 0 1.25rem}.spotlight .swatches{margin-block:1rem 1.5rem}.swatch--lg{width:34px;height:34px}.swatch.is-active{outline:2px solid var(--color-text);outline-offset:2px}.reviews-masonry{columns:2;column-gap:clamp(.6rem,2vw,1.2rem)}@media(min-width:720px){.reviews-masonry{columns:3}}@media(min-width:1100px){.reviews-masonry{columns:4}}.review-card{break-inside:avoid;margin-bottom:clamp(.6rem,2vw,1.2rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--card-radius);overflow:hidden}.review-card__img img{width:100%}.review-card__body{padding:.9rem 1rem 1.1rem}.review-card__head{display:flex;align-items:center;gap:.4rem}.review-card__name{font-weight:700;font-size:.95rem}.review-card__verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;color:var(--color-text-muted)}.review-card__verified svg{width:14px;height:14px;color:var(--color-primary)}.review-card__date{font-size:.72rem;color:var(--color-text-muted);margin:.15rem 0 .4rem}.review-card__text{font-size:.9rem;margin:.4rem 0 0}.about{text-align:center}.about__statement{font-family:var(--font-heading-family);font-size:clamp(1.4rem,3.6vw,2.4rem);line-height:1.25;max-width:30ch;margin:1rem auto 2.5rem;text-transform:uppercase;letter-spacing:.01em}.about__img img{width:100%;border-radius:var(--card-radius)}.about__logo{width:120px;margin:0 auto}.footer{background:var(--color-primary);color:var(--color-primary-contrast);margin-top:var(--section-spacing)}.footer__media img,.footer__media video{width:100%;max-height:60vh;object-fit:cover}.footer__inner{padding-block:clamp(2.5rem,6vw,4.5rem)}.footer__statement{font-size:clamp(1rem,2.2vw,1.25rem);max-width:60ch;line-height:1.5;opacity:.92}.footer__logo{width:120px;margin:2rem 0}.footer__grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:800px){.footer__grid{grid-template-columns:repeat(3,1fr)}}.footer__col h3{font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;opacity:.8}.footer__col ul{list-style:none;margin:0;padding:0}.footer__col li{margin-bottom:.7rem}.footer__col a:hover{text-decoration:underline;text-underline-offset:3px}.footer__whatsapp{display:inline-flex;align-items:center;gap:.6rem;background:#25d366;color:#fff;padding:.9rem 1.2rem;border-radius:4px;font-weight:600;margin-top:.5rem}.footer__whatsapp svg{width:22px;height:22px}.footer__social{display:flex;gap:1rem;margin-top:1rem}.footer__social svg{width:24px;height:24px}.footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding-block:1.2rem;font-size:.78rem;opacity:.8;text-align:center}.product{display:grid;gap:clamp(1.5rem,4vw,3rem);grid-template-columns:1fr}@media(min-width:850px){.product{grid-template-columns:1.05fr 1fr;align-items:start}}.product__media-main{border-radius:var(--card-radius);overflow:hidden}.product__media-main img{width:100%;aspect-ratio:3/4;object-fit:cover}.product__thumbs{display:flex;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}.product__thumbs img{width:64px;height:80px;object-fit:cover;cursor:pointer;border:1px solid var(--color-border)}.product__info{position:sticky;top:1.5rem}.product__title{font-size:clamp(1.6rem,4vw,2.4rem);margin:.25rem 0 .75rem}.product__price{font-size:1.5rem;margin-bottom:1.25rem}.option{margin-bottom:1.25rem}.option__label{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.55rem}.option__values{display:flex;flex-wrap:wrap;gap:.5rem}.option__value{border:1px solid var(--color-border);background:var(--color-surface);padding:.5rem .9rem;font-size:.85rem;border-radius:2px;position:relative}.option__value input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0}.option__value:has(input:checked){border-color:var(--color-text);background:var(--color-text);color:var(--color-surface)}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border)}.qty button{background:none;border:0;width:42px;height:44px;font-size:1.1rem}.qty input{width:48px;height:44px;border:0;text-align:center;background:transparent;font:inherit}.product__form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.product__description{margin-top:2rem;border-top:1px solid var(--color-border);padding-top:1.5rem}.collection-banner{text-align:center;padding-block:clamp(2rem,5vw,3.5rem)}.collection-banner h1{font-size:clamp(2rem,5vw,3.2rem)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.collection-toolbar select{padding:.55rem .8rem;border:1px solid var(--color-border);background:var(--color-surface);font:inherit}.cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border);align-items:center}.cart-line img{width:80px;aspect-ratio:3/4;object-fit:cover}.cart__summary{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;font-size:1.2rem}.cart-drawer__items{overflow-y:auto;flex:1}.cart-drawer .cart-line{grid-template-columns:64px 1fr auto}.cart-drawer .cart-line img{width:64px}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}[hidden]{display:none!important}.empty-state{text-align:center;padding-block:clamp(3rem,8vw,6rem)}@media(max-width:989px){.product-grid{--cols: 2}}@media(max-width:640px){.header__inner{padding-block:.85rem}.collection-grid{gap:.5rem}}@media(min-width:750px){.carousel__track{--slide-w: 30%}.carousel__track.is-large{--slide-w: 42%}}@media(max-width:749px){.carousel__track.is-large{--slide-w: 82%}}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.search-form{display:flex;gap:.5rem;margin-top:.5rem}.search-form input{flex:1;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:inherit;font:inherit}.search-form input::placeholder{color:#fff9}.search-form button{background:var(--color-primary-contrast);color:var(--color-primary);border:0;padding:0 1.1rem;display:inline-flex;align-items:center}.carousel__head-nav{display:inline-flex;gap:.5rem}.carousel__nav{width:42px;height:42px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;border-radius:999px;transition:background .2s,color .2s}.carousel__nav:hover{background:var(--color-text);color:var(--color-surface)}.carousel__nav svg{width:18px;height:18px}.carousel__nav[disabled]{opacity:.35;cursor:default}.rail-progress{height:2px;background:var(--color-border);margin-top:.4rem;position:relative;overflow:hidden;border-radius:2px}.rail-progress__bar{position:absolute;top:0;left:0;height:100%;width:30%;background:var(--color-primary)}.card__media .quick-add{position:absolute;inset-inline:.6rem;bottom:.6rem;z-index:3;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s}.card:hover .card__media .quick-add{opacity:1;transform:none}@media(hover:none){.card__media .quick-add{opacity:1;transform:none}}.price--on-sale .price__regular{color:var(--color-sale);font-weight:600}.cart-drawer .drawer__panel{background:var(--color-surface);color:var(--color-text)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cart-drawer__head h2{margin:0;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase}.cart-line__title{font-weight:600;font-size:.92rem}.cart-line__variant{font-size:.78rem;color:var(--color-text-muted);margin-top:.15rem}.cart-line__remove{background:none;border:0;padding:0;margin-top:.35rem;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:2px}.cart-empty{text-align:center;padding-block:3rem;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.cart-foot{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.cart-foot__row{display:flex;justify-content:space-between;font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.cart-foot__note{font-size:.76rem;color:var(--color-text-muted);margin:0 0 1rem}.collection-grid--page{grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.collection-grid--page{grid-template-columns:repeat(3,1fr)}}.collection-grid--page .collection-card__img{aspect-ratio:1/1}.pagination{display:flex;gap:.4rem;justify-content:center;margin-top:2.5rem}.pagination a,.pagination span{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);font-size:.85rem}.pagination .is-current{background:var(--color-text);color:var(--color-surface);border-color:var(--color-text)}.product__thumbs img.is-active{border-color:var(--color-text)}.reviews__more{text-align:center;margin-top:1.75rem}.spotlight{display:block}.spotlight__inner{display:grid;gap:clamp(1.5rem,4vw,3.5rem);grid-template-columns:1fr;align-items:center}@media(min-width:850px){.spotlight__inner{grid-template-columns:1.1fr 1fr}}.spotlight__form{margin-top:.5rem}.section-head__right{display:inline-flex;align-items:center;gap:1rem}.gallery__main{position:relative;aspect-ratio:4/5;background:var(--color-surface)}.gallery__main img,.gallery__main svg{width:100%;height:100%;object-fit:cover;display:block}.gallery__thumbs{display:flex;gap:.5rem;padding:.5rem;flex-wrap:wrap}.gallery__thumb{width:60px;height:76px;padding:0;border:1px solid var(--color-border);background:none;overflow:hidden;flex:0 0 auto;cursor:pointer}.gallery__thumb.is-active{border-color:var(--color-text)}.gallery__thumb img{width:100%;height:100%;object-fit:cover}.product{display:block}.product__layout{display:grid;gap:clamp(1.5rem,4vw,3rem);grid-template-columns:1fr}@media(min-width:850px){.product__layout{grid-template-columns:1.05fr 1fr;align-items:start}}.product__media{position:relative}.option__value.is-active{border-color:var(--color-text);background:var(--color-text);color:var(--color-surface)}.cart-lines{margin-top:1rem}.cart-line__media img{width:80px;aspect-ratio:3/4;object-fit:cover}.cart-line__details{display:flex;flex-direction:column;gap:.15rem}.cart-line__price{font-size:.9rem;color:var(--color-text-muted)}.cart-line__qty{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.cart-line__total{font-weight:600}.cart__summary{display:block;margin-top:2rem;margin-inline-start:auto;max-width:380px}.cart__summary-row{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:600}.cart__note{font-size:.8rem;color:var(--color-text-muted);margin:.4rem 0 1.25rem}.cart__actions{display:flex;flex-direction:column;gap:.75rem}.section-head--center{justify-content:center;text-align:center;flex-direction:column;align-items:center;gap:.4rem}.section-sub{color:var(--color-text-muted);margin:0}.page-width--narrow{max-width:760px}.collection-banner__desc{max-width:60ch;margin:.75rem auto 0}.collection-toolbar__count{font-size:.85rem;color:var(--color-text-muted)}.search-form--page{max-width:520px;margin:1.25rem auto 0}.search-form--page input{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text)}.search-form--page input::placeholder{color:var(--color-text-muted)}.search-form--page button{background:var(--color-text);color:var(--color-surface)}.empty-state--404 .section-title{font-size:clamp(3rem,12vw,6rem)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
