*,*:before,*:after{box-sizing:border-box}html{font-size:calc(15px * var(--font-body-scale));scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body-family);font-weight:var(--font-body-weight);color:var(--color-text);background:var(--color-background);line-height:1.5;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none;padding:0}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,.h1,.h2,.h3{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.15;letter-spacing:.01em;margin:0}.h1,h1{font-size:calc(2rem * var(--font-heading-scale))}.h2,h2{font-size:calc(1.55rem * var(--font-heading-scale))}.h3,h3{font-size:calc(1.2rem * var(--font-heading-scale))}@media screen and (min-width:750px){.h1,h1{font-size:calc(2.75rem * var(--font-heading-scale))}.h2,h2{font-size:calc(2rem * var(--font-heading-scale))}}.page-width{width:100%;max-width:var(--page-width);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.skip-link{position:absolute;left:-999px;top:0;background:var(--color-button);color:var(--color-button-label);padding:.75rem 1rem;z-index:1000}.skip-link:focus{left:var(--gutter);top:.5rem}.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}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.5rem;border-radius:var(--radius-pill);background:var(--color-button);color:var(--color-button-label);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:opacity var(--transition),transform var(--transition);width:100%}.button:hover{opacity:.9}.button--secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-text)}.button--full{width:100%}@media screen and (min-width:750px){.button{width:auto;min-width:12rem}}.link-underline{display:inline-block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:.15rem}.announcement-bar{--announcement-bg: #c4a574;--announcement-text: #111111;background:var(--announcement-bg);color:var(--announcement-text);font-size:.78rem;font-weight:600;letter-spacing:.05em;overflow:hidden;min-height:2.35rem;display:flex;align-items:center}.announcement-bar__marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.announcement-bar__track{display:flex;width:max-content;align-items:center;gap:0;animation:announcement-marquee 28s linear infinite;will-change:transform}.announcement-bar__item{display:inline-flex;align-items:center;gap:.75rem;padding:.45rem 1.1rem;white-space:nowrap}.announcement-bar__dot{opacity:.55}.announcement-bar__link{text-decoration:underline;text-underline-offset:2px;font-weight:700;white-space:nowrap;color:inherit}@keyframes announcement-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation:none}}.site-header{background:#111;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);z-index:40}.site-header .icon-button{color:#fff}.site-header .cart-count{background:var(--color-accent);color:#111}.site-header.is-sticky{position:sticky;top:0}.site-header__row{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);gap:.75rem}.site-header__left,.site-header__right{display:flex;align-items:center;gap:.35rem;min-width:0}.site-header__left{flex:1 1 auto}.site-header__right{flex:0 0 auto;justify-content:flex-end}.site-header__logo{display:flex;justify-content:flex-start;align-items:center;text-align:left;height:100%;max-width:min(58vw,200px)}.site-header__logo-text{font-family:var(--font-heading-family);font-size:1.15rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:#fff}.site-header__logo img,.site-header__logo-image{width:auto!important;height:2.9rem!important;max-height:2.9rem!important;max-width:min(64vw,200px)!important;display:block;object-fit:contain;object-position:left center}.site-header__logo .logo-mark{width:2.85rem;height:2.85rem}@media screen and (min-width:750px){.site-header__logo{max-width:220px}.site-header__logo img,.site-header__logo-image{height:3.15rem!important;max-height:3.15rem!important;max-width:220px!important}.site-header__logo .logo-mark{width:3.15rem;height:3.15rem}}.menu-drawer__logo{width:auto;max-width:none;height:auto}.site-footer__logo-link{display:inline-flex;align-items:center;margin-bottom:1rem}.site-footer__logo{width:auto!important;height:3rem!important;max-height:3rem!important;max-width:min(70vw,200px)!important;display:block;object-fit:contain;object-position:left center}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;position:relative}.icon-button svg{width:1.35rem;height:1.35rem}.cart-count{position:absolute;top:.2rem;right:.15rem;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:var(--radius-pill);background:#c0392b;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.site-nav{display:none}@media screen and (min-width:990px){.site-nav{display:block;border-top:1px solid var(--color-border)}.site-nav__list{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;padding:.85rem 0}.site-nav{border-top-color:#ffffff1f}.site-nav__link{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:#ffffffeb}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:var(--color-accent)}.menu-toggle{display:none}}.menu-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none}.menu-drawer[hidden]{display:none}.menu-drawer.is-open{pointer-events:auto}.menu-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity var(--transition)}.menu-drawer.is-open .menu-drawer__overlay{opacity:1}.menu-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(86vw,22rem);background:var(--color-background);transform:translate(-100%);transition:transform var(--transition);padding:1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.menu-drawer.is-open .menu-drawer__panel{transform:translate(0)}.menu-drawer__header{display:flex;justify-content:space-between;align-items:center}.menu-drawer__nav a{display:block;padding:.85rem 0;border-bottom:1px solid var(--color-border);font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#fffffff7;display:flex;align-items:flex-start;justify-content:center;padding:4rem var(--gutter) var(--gutter)}.search-modal[hidden]{display:none}.search-modal__form{width:min(40rem,100%);display:flex;gap:.5rem;border-bottom:1px solid var(--color-text);padding-bottom:.5rem}.search-modal__input{flex:1;border:0;outline:0;background:transparent;font-size:1.1rem;padding:.5rem 0}.search-modal__close{position:absolute;top:1rem;right:var(--gutter)}.hero{position:relative;min-height:72vh;display:flex;align-items:flex-end;color:#fff;overflow:hidden;background:#1a1a1a}@media screen and (min-width:750px){.hero{min-height:78vh;align-items:center}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c)}.hero__content{position:relative;z-index:1;width:100%;padding:2.5rem 0 3rem;animation:fadeUp .8s ease both}.hero__eyebrow{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.75rem;opacity:.9}.hero__heading{max-width:14ch;margin-bottom:.75rem}.hero__subheading{max-width:28ch;margin:0 0 1.5rem;font-size:1rem;opacity:.92}.hero__content--center{text-align:center}.hero__content--center .hero__heading,.hero__content--center .hero__subheading{margin-left:auto;margin-right:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.trust-strip{border-bottom:1px solid var(--color-border);background:var(--color-background)}.trust-strip__list{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.25rem 0}@media screen and (min-width:750px){.trust-strip__list{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.5rem 0}}.trust-strip__item{text-align:center}.trust-strip__title{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-bottom:.25rem}.trust-strip__text{margin:0;font-size:.85rem;color:var(--color-text-muted)}.category-carousel{padding:2.75rem 0}.section-header{text-align:center;margin-bottom:1.5rem}.section-header--left{text-align:left}.section-header--center{text-align:center}.section-header__desc{max-width:40rem;margin-inline:auto}.section-header--left .section-header__desc{margin-inline:0}.section-header__eyebrow{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.4rem}.section-header__heading{letter-spacing:.06em;text-transform:uppercase}.section-header__sub{margin:.5rem 0 0;color:var(--color-text-muted);font-size:.95rem}.category-carousel__track{display:flex;gap:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem 0 .75rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-carousel__track::-webkit-scrollbar{display:none}.category-card{flex:0 0 42%;scroll-snap-align:start;text-align:center}@media screen and (min-width:750px){.category-card{flex-basis:22%}}.category-card__media{aspect-ratio:1;background:var(--color-surface);overflow:hidden;margin-bottom:.75rem}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-card:hover .category-card__media img{transform:scale(1.04)}.category-card__title{font-family:var(--font-heading-family);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.featured-collection,.main-collection{padding:2.5rem 0 3rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .75rem}@media screen and (min-width:990px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem 1.25rem}}.product-grid--section{grid-template-columns:repeat(var(--fc-cols-mobile, 2),minmax(0,1fr))}@media screen and (min-width:990px){.product-grid--section{grid-template-columns:repeat(var(--fc-cols-desktop, 4),minmax(0,1fr))}}.product-grid--swipe-mobile{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(42%,1fr);overflow-x:auto;scroll-snap-type:x mandatory;gap:.75rem;padding-bottom:.35rem;-webkit-overflow-scrolling:touch}.product-grid--swipe-mobile .product-grid__item{scroll-snap-align:start}@media screen and (min-width:990px){.product-grid--swipe-mobile:not(.product-grid--slider-desktop){display:grid;grid-auto-flow:unset;grid-auto-columns:unset;overflow:visible;grid-template-columns:repeat(var(--fc-cols-desktop, 4),minmax(0,1fr))}.product-grid--slider-desktop{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(22%,1fr);overflow-x:auto;scroll-snap-type:x mandatory;gap:1.25rem}}.featured-collection,.related-products{padding-top:var(--section-padding-top, 2.25rem);padding-bottom:var(--section-padding-bottom, 2.25rem)}.featured-collection__inner{padding-inline:1rem}.featured-collection__view-all{text-align:center;margin-top:1.75rem}.product-card{display:flex;flex-direction:column;height:100%}.product-card__media{position:relative;aspect-ratio:1;background:var(--color-surface);overflow:hidden;margin-bottom:.7rem}.product-card__media--square{aspect-ratio:1}.product-card__media--portrait{aspect-ratio:3 / 4}.product-card__media--adapt{aspect-ratio:auto}.product-card__media--adapt img{position:relative;height:auto}.product-card__vendor{margin:0 0 .25rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .45s ease}.product-card__media--has-secondary .product-card__image--primary,.product-card__media--has-secondary .product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0}.product-card__media--has-secondary .product-card__image--secondary{opacity:0}.product-card:hover .product-card__media--has-secondary .product-card__image--secondary{opacity:1}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__badge{position:absolute;top:.6rem;right:.6rem;background:var(--color-badge);color:var(--color-text);font-size:.65rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;padding:.3rem .45rem}.product-card__title{font-size:.85rem;line-height:1.35;margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:.95rem;font-weight:600}.product-card__compare{color:var(--color-text-muted);text-decoration:line-through;font-weight:400;font-size:.85rem;margin-right:.35rem}.product-card__actions{margin-top:.75rem}.product-card__actions .button{font-size:.68rem;min-height:2.5rem;padding:.6rem .75rem}.collection-hero{padding:1.75rem 0 .5rem;text-align:center}.collection-hero__title{letter-spacing:.08em;text-transform:uppercase}.collection-hero__desc{max-width:36rem;margin:.75rem auto 0;color:var(--color-text-muted);font-size:.95rem}.quick-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1.25rem 0 .5rem}.quick-filter{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.4rem 1rem;border:1px solid var(--color-text);border-radius:var(--radius-pill);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.quick-filter.is-active,.quick-filter:hover{background:var(--color-text);color:var(--color-background)}.collection-count{text-align:center;color:var(--color-text-muted);font-size:.85rem;margin:.75rem 0 1.25rem}.breadcrumbs{padding:.85rem 0 1rem}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .45rem;list-style:none;margin:0;padding:0;font-size:.78rem;color:var(--color-text-muted)}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.45rem;max-width:100%}.breadcrumbs__item:not(:last-child):after{content:">";color:#b0b0b0;margin-left:.1rem}.breadcrumbs__item a{color:var(--color-text-muted);text-decoration:none}.breadcrumbs__item a:hover{color:var(--color-text);text-decoration:underline;text-underline-offset:2px}.breadcrumbs__item[aria-current=page] span{color:var(--color-text);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.main-product{padding:0 0 3rem}.product{display:grid;gap:1.25rem}@media screen and (min-width:990px){.product{grid-template-columns:1.15fr 1fr;gap:2.5rem;align-items:start;padding-top:.25rem}.product__info{position:sticky;top:calc(var(--header-height) + 1rem)}}.product-gallery{display:flex;flex-direction:column;gap:.65rem;width:100%}.product-gallery__stage{position:relative;background:var(--color-surface);overflow:hidden;border-radius:1.1rem;width:100%}.product-gallery__viewport{display:flex;width:100%;transition:transform .3s ease;will-change:transform;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.product-gallery__viewport:active{cursor:grabbing}.product-gallery__slide{flex:0 0 100%;width:100%;aspect-ratio:1;background:var(--color-surface)}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.35rem;height:2.35rem;border-radius:50%;background:#fffffff0;color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 .15rem .55rem #00000024;z-index:2}.product-gallery__nav--prev{left:.5rem}.product-gallery__nav--next{right:.5rem}.product-gallery__counter{position:absolute;right:.65rem;bottom:.65rem;display:inline-flex;align-items:center;min-height:1.5rem;padding:.18rem .5rem;border-radius:var(--radius-pill);background:#111111b3;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.04em;z-index:2;pointer-events:none}.product-gallery__thumbs{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:.5rem;width:100%;margin:0;padding:0;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:1 1 0;min-width:0;max-width:5.25rem;aspect-ratio:1;border:1.5px solid transparent;background:var(--color-surface);overflow:hidden;padding:0;opacity:.75;border-radius:.7rem}.product-gallery__thumb.is-active{border-color:var(--color-text);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (min-width:750px){.product-gallery__stage{border-radius:1.25rem}.product-gallery__thumb{max-width:5.75rem;border-radius:.8rem}}.product__collection-link{display:inline-block;color:#2f6fed;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;margin-bottom:.5rem}.product__title{font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;line-height:1.3;margin:0 0 .75rem}.product-verified{display:inline-flex;vertical-align:middle;margin-left:.2rem;position:relative;top:-.08em}.product-verified svg{display:block;width:1.1rem;height:1.1rem}@media screen and (min-width:750px){.product__title{font-size:1.65rem}}.product__price-row{margin-bottom:.35rem}.product__price-row .product__price,.product__price{font-size:1.45rem;font-weight:700}.product__compare{color:var(--color-text-muted);text-decoration:line-through;font-size:1rem;font-weight:400;margin-right:.4rem}.product__trust{display:flex;flex-direction:column;gap:.4rem;margin:1rem 0 1.25rem;padding:.85rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem}.product__trust-item:before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:var(--color-accent);flex-shrink:0}.product-seals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin:1.15rem 0 .35rem;padding:.25rem 0 0;list-style:none}.product-seal{display:flex;justify-content:center;align-items:flex-start}.product-seal__image{width:100%;max-width:7.5rem;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 .2rem .35rem rgba(0,0,0,.14))}@media screen and (min-width:750px){.product-seals{gap:.75rem;margin-top:1.35rem}.product-seal__image{max-width:8.5rem}}.product__reviews-slot{margin:.35rem 0 .75rem;min-height:0}.product__reviews-slot:empty{display:none}.product__cod-slot{margin:1rem 0 1.25rem;scroll-margin-top:6rem}.product__app-block+.product__app-block{margin-top:.85rem}.product__app-block--cod :is(button,.btn,[type=submit],a.button){width:100%}.product-form{display:grid;gap:1rem;margin-bottom:1rem}.product-form__label{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.45rem}.variant-pills{display:flex;flex-wrap:wrap;gap:.45rem}.variant-pills input{position:absolute;opacity:0;pointer-events:none}.variant-pills label{display:inline-flex;min-height:2.4rem;align-items:center;padding:.4rem .9rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:.85rem}.variant-pills input:checked+label{border-color:var(--color-text);background:var(--color-text);color:var(--color-background)}.product-form__buy-row{display:flex;align-items:stretch;gap:.65rem;margin-top:.25rem}.quantity{display:inline-flex;align-items:center;width:fit-content;min-width:7.5rem;border:1px solid var(--color-border);border-radius:.45rem;overflow:hidden;background:#fff}.quantity--compact{flex:0 0 auto}.quantity__btn{width:2.55rem;height:3.1rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1;color:var(--color-text);transition:background var(--transition)}.quantity__btn:hover{background:var(--color-surface)}.quantity__input,.quantity input{width:2.4rem;height:3.1rem;border:0;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;background:transparent;font-weight:600;font-size:.95rem;-moz-appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.button--buy{flex:1 1 auto;width:auto;min-width:0;border-radius:.45rem;min-height:3.1rem;padding:.7rem 1rem;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;background:#111827;color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.button--buy__label{text-align:left}.button--buy__price{font-size:.95rem;font-weight:800;letter-spacing:0;white-space:nowrap;background:#ffffff1f;padding:.35rem .55rem;border-radius:.3rem}.product-accordion{margin-top:1.5rem;border-top:1px solid var(--color-border)}.product-accordion details{border-bottom:1px solid var(--color-border)}.product-accordion summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion__content{padding:0 0 1rem;color:var(--color-text-muted);font-size:.95rem}.product-accordion__content>*:first-child{margin-top:0}.sticky-cod-bar{display:none}@media screen and (max-width:749px){.sticky-cod-bar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:35;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));background:var(--color-background);border-top:1px solid var(--color-border);box-shadow:0 -.4rem 1.6rem #0000001a;transform:translateY(110%);transition:transform var(--transition)}.sticky-cod-bar.is-visible{transform:translateY(0)}.sticky-cod-bar[hidden]{display:none}.sticky-cod-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-cod-bar__price{display:flex;flex-direction:column;min-width:0}.sticky-cod-bar__compare{font-size:.75rem;text-decoration:line-through;opacity:.65}.sticky-cod-bar__current{font-size:1.1rem;font-weight:700;white-space:nowrap}.sticky-cod-bar__button{flex:0 0 auto;width:auto;min-width:9.5rem;margin:0}body.has-sticky-cod-bar{padding-bottom:5.5rem}body.has-whatsapp-fab.has-sticky-cod-bar .whatsapp-fab{bottom:5.75rem}}.whatsapp-fab{position:fixed;left:1rem;bottom:1.25rem;z-index:45;display:inline-flex;align-items:center;gap:.5rem;background:var(--color-whatsapp);color:#fff;border-radius:var(--radius-pill);padding:.7rem 1rem .7rem .75rem;box-shadow:0 .35rem 1.25rem #0000002e;font-size:.85rem;font-weight:600}.whatsapp-fab svg{width:1.35rem;height:1.35rem}.site-footer{background:#111;color:#ffffffe0;border-top:1px solid rgba(255,255,255,.08);padding:2.75rem 0 1.75rem;margin-top:2rem}.site-footer--dark a{color:#ffffffe0}.site-footer--dark a:hover{color:var(--color-accent)}.site-footer__grid{display:grid;gap:2rem}@media screen and (min-width:750px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem 3rem;align-items:start}}.site-footer__heading{margin:0 0 .85rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);font-weight:600}.site-footer__text{color:#ffffffb8;font-size:.92rem;max-width:28rem;margin:0;line-height:1.55}.site-footer__trust{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.15rem 0 0;padding:0;list-style:none}.site-footer__trust li{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:.75rem;letter-spacing:.04em;color:#ffffffd9}.site-footer__trust li:before{content:"";width:.35rem;height:.35rem;border-radius:50%;background:var(--color-accent);flex-shrink:0}.site-footer__nav{display:grid;gap:.7rem}.site-footer__nav a{font-size:.9rem;letter-spacing:.04em}.site-footer__bottom{margin-top:2.25rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;color:#ffffff8c;font-size:.8rem}.site-footer__tagline{letter-spacing:.12em;text-transform:uppercase;color:#d4af37d9}.social-links{display:flex;flex-wrap:wrap;gap:.85rem 1.1rem;margin-top:.85rem}.social-links a{font-size:.85rem;letter-spacing:.04em}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none}.cart-drawer[hidden]{display:none}.cart-drawer.is-open{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity var(--transition)}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(92vw,24rem);background:var(--color-background);transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.1rem;border-bottom:1px solid var(--color-border)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.1rem}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:1rem 1.1rem calc(1rem + env(safe-area-inset-bottom,0px))}.cart-item{display:grid;grid-template-columns:4.5rem 1fr;gap:.75rem;margin-bottom:1rem}.cart-item__media{aspect-ratio:1;background:var(--color-surface)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-size:.9rem;margin-bottom:.25rem}.cart-item__price{font-size:.85rem;font-weight:600}.cart-item__remove{font-size:.75rem;color:var(--color-text-muted);text-decoration:underline;margin-top:.35rem}.cart-subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.5rem}.cart-note{font-size:.78rem;color:var(--color-text-muted);margin:0 0 .85rem}.cart-empty{text-align:center;padding:2rem 0;color:var(--color-text-muted)}.main-cart{padding:2rem 0 3rem}.main-cart__title{margin-bottom:1.5rem;text-align:center;letter-spacing:.08em;text-transform:uppercase}.pagination{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.pagination a,.pagination span{min-width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:50%;font-size:.85rem}.pagination .is-active{background:var(--color-text);color:var(--color-background);border-color:var(--color-text)}.page-section{padding:2.5rem 0 3.5rem}.page-section__inner{max-width:40rem;margin:0 auto}.empty-state{text-align:center;padding:3rem 0}.placeholder-svg{background:var(--color-surface);width:100%;height:100%;fill:#cfcfcf}.rte p{margin:0 0 .85rem}.rte a{text-decoration:underline;text-underline-offset:2px}.related-products{padding:1rem 0 3rem}.page-width--narrow{max-width:42rem}.image-banner{position:relative;display:grid;align-items:center;min-height:18rem;color:#fff;overflow:hidden}.image-banner--small{min-height:16rem}.image-banner--medium{min-height:22rem}.image-banner--large{min-height:28rem}.image-banner__media,.image-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.image-banner__media{background:var(--banner-image, none) center / cover no-repeat,linear-gradient(135deg,#1a1a1a,#3a3a3a)}.image-banner__overlay{background:#000;pointer-events:none}.image-banner__content{position:relative;z-index:1;padding:2.5rem 0;display:grid;gap:.85rem;max-width:38rem}.image-banner__content--center{margin-inline:auto;text-align:center;justify-items:center}.image-banner__heading{font-family:var(--font-heading-family);font-size:clamp(1.8rem,4vw,2.8rem);margin:0}.image-banner__text{opacity:.92}.image-banner__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.25rem}.image-banner .button--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.75)}.image-with-text__grid,.multirow__row{display:grid;gap:1.5rem;align-items:center}@media screen and (min-width:750px){.image-with-text__grid,.multirow__row{grid-template-columns:1fr 1fr;gap:2.5rem}.image-with-text__grid--reverse .image-with-text__media,.multirow__row--reverse .multirow__media{order:2}}.image-with-text__media,.multirow__media{overflow:hidden;border-radius:.35rem;background:var(--color-surface);aspect-ratio:4 / 5}.image-with-text__media img,.multirow__media img{width:100%;height:100%;object-fit:cover}.image-with-text__content,.multirow__content{display:grid;gap:.9rem;justify-items:start}.image-with-text__text{color:var(--color-text-muted, #555)}.multirow__row+.multirow__row{margin-top:2.5rem}.multicolumn__grid{display:grid;gap:1.25rem;grid-template-columns:1fr;margin-top:1.5rem}@media screen and (min-width:750px){.multicolumn__grid{grid-template-columns:repeat(var(--cols, 3),minmax(0,1fr))}}.multicolumn__item{display:grid;gap:.65rem;align-content:start}.multicolumn__media{aspect-ratio:var(--mc-ratio, 1);overflow:hidden;border-radius:.35rem;background:var(--color-surface)}.multicolumn__media--circle{border-radius:50%;max-width:10rem}.multicolumn__media--narrow{max-width:8.5rem}.multicolumn__grid--align-center{text-align:center}.multicolumn__grid--align-center .multicolumn__media{margin-inline:auto}.multicolumn__grid--swipe{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(70%,1fr);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}@media screen and (min-width:750px){.multicolumn__grid--swipe{grid-auto-flow:unset;grid-auto-columns:unset;overflow:visible;grid-template-columns:repeat(var(--cols, 3),minmax(0,1fr))}}.multicolumn__media img{width:100%;height:100%;object-fit:cover}.multicolumn__title{font-family:var(--font-heading-family);font-size:1.1rem;margin:0}.multicolumn__text{font-size:.95rem;color:var(--color-text-muted, #555)}.multicolumn__link{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}.collection-list__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.25rem}@media screen and (min-width:990px){.collection-list__grid{grid-template-columns:repeat(var(--cl-cols, 3),minmax(0,1fr));gap:1.25rem}}.collection-list__grid--swipe{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(42%,1fr);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}@media screen and (min-width:990px){.collection-list__grid--swipe{grid-auto-flow:unset;grid-auto-columns:unset;overflow:visible;grid-template-columns:repeat(var(--cl-cols, 3),minmax(0,1fr))}}.collection-list__card{display:grid;gap:.65rem}.collection-list__media{aspect-ratio:var(--cl-ratio, 1);overflow:hidden;border-radius:.35rem;background:var(--color-surface)}.collection-list__media img,.collection-list__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.collection-list__title{font-family:var(--font-heading-family);font-size:1rem;letter-spacing:.04em;text-transform:uppercase;margin:0}.newsletter__inner{max-width:34rem;margin:0 auto;text-align:center;display:grid;gap:.85rem}.newsletter__row{display:grid;gap:.65rem}@media screen and (min-width:750px){.newsletter__row{grid-template-columns:1fr auto}}.newsletter__row input,.contact-form__field input,.contact-form__field textarea{width:100%;border:1px solid var(--color-border);border-radius:.35rem;padding:.85rem 1rem;background:#fff}.newsletter__success,.contact-form__success{color:#1b6b3a}.newsletter__error,.contact-form__error{color:#a12626}.contact-form__form{display:grid;gap:1rem;margin-top:1.25rem}.contact-form__field{display:grid;gap:.4rem}.contact-form__field label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.video-section__frame{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:.35rem;background:#111;margin-top:1rem}.video-section__frame iframe,.video-section__frame video,.video-section__frame .placeholder-svg{width:100%;height:100%;border:0;object-fit:cover}.slideshow{position:relative;color:#fff}.slideshow__slide{position:relative;display:none;min-height:22rem;align-items:center}.slideshow__slide.is-active{display:grid}.slideshow__media,.slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.slideshow__media{background:var(--slide-image, none) center / cover no-repeat,linear-gradient(135deg,#1a1a1a,#444)}.slideshow__overlay{background:#000;pointer-events:none}.slideshow__content{position:relative;z-index:1;padding:3rem 0;display:grid;gap:.85rem;max-width:36rem;justify-items:start}.slideshow__heading{font-family:var(--font-heading-family);font-size:clamp(1.7rem,4vw,2.6rem);margin:0}.slideshow__controls{position:absolute;inset-inline:0;bottom:1rem;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#fff}.slideshow__controls .icon-button{color:#fff;font-size:1.6rem;line-height:1}.slideshow__dots{display:flex;gap:.4rem}.slideshow__dot{width:.55rem;height:.55rem;border-radius:50%;background:#ffffff73}.slideshow__dot.is-active{background:#fff}.collage__grid{display:grid;gap:.85rem;grid-template-columns:1fr 1fr;margin-top:1.25rem}.collage__item{position:relative;overflow:hidden;border-radius:.35rem;background:var(--color-surface);min-height:12rem}.collage__item--large{grid-column:1 / -1;min-height:18rem}.collage__item img,.collage__item .placeholder-svg{width:100%;height:100%;object-fit:cover}.collage__caption{position:absolute;left:.85rem;bottom:.85rem;color:#fff;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.45)}.collage__placeholder{display:grid;place-items:center;min-height:12rem;padding:1rem;text-align:center;color:#777}.featured-blog__grid{display:grid;gap:1.25rem;margin-top:1.25rem}@media screen and (min-width:750px){.featured-blog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.featured-blog__card{display:grid;gap:.65rem}.featured-blog__media{aspect-ratio:4 / 3;overflow:hidden;border-radius:.35rem;background:var(--color-surface)}.featured-blog__media img,.featured-blog__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.featured-blog__title{font-family:var(--font-heading-family);font-size:1.05rem;margin:0}.featured-blog__date,.featured-blog__excerpt{font-size:.9rem;color:var(--color-text-muted, #666);margin:0}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
