*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:calc(16px * var(--body-scale, 1));line-height:1.55;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:1rem}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:calc(2.6rem * var(--heading-scale, 1))}h2{font-size:calc(2rem * var(--heading-scale, 1))}h3{font-size:calc(1.5rem * var(--heading-scale, 1))}p{margin:0 0 1em;color:var(--color-text)}.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}.skip-to-content{position:absolute;left:1rem;top:-60px;background:var(--color-accent);color:#fff;padding:.75rem 1.25rem;border-radius:6px;z-index:1000;transition:top .2s ease}.skip-to-content:focus{top:1rem}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 24px}@media(max-width:749px){.page-width{padding:0 16px}}.section-spacing{margin-block:calc(var(--spacing-sections) / 2)}@media(min-width:750px){.section-spacing{margin-block:var(--spacing-sections)}}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.section-header__text h2{margin-bottom:.35em}.section-header__text p{color:var(--color-text-secondary);margin:0}.section-header--center{flex-direction:column;text-align:center;align-items:center}.section-header--center .section-header__text{max-width:620px}.section-header--center .section-header__text h2{position:relative;padding-bottom:.6rem}.section-header--center .section-header__text h2:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:46px;height:3px;background:var(--color-accent);border-radius:2px}.eyebrow{display:inline-block;font-size:.8rem;font-weight:600;color:var(--color-accent-dark);margin-bottom:.6em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.85em 1.9em;border-radius:var(--button-radius);font-weight:600;font-size:.95rem;border:1px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .15s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-dark)}.btn-outline{background:transparent;border-color:var(--color-text);color:var(--color-text)}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent-dark)}.btn-outline-accent{background:transparent;border-color:var(--color-accent);color:var(--color-accent-dark)}.btn-outline-accent:hover{background:var(--color-accent-soft)}.btn-full{width:100%}.btn-sm{padding:.6em 1.3em;font-size:.85rem}.btn[disabled],.btn.is-disabled{opacity:.5;cursor:not-allowed}.btn-link{background:none;border:none;padding:0;color:var(--color-accent-dark);font-weight:600;border-bottom:1px solid transparent}.btn-link:hover{border-bottom-color:currentColor}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:transparent;border:none;color:var(--color-text);position:relative;transition:background-color .2s ease}.icon-btn:hover{background:var(--color-accent-soft)}.icon-btn svg{width:21px;height:21px}.badge-count{position:absolute;top:2px;right:2px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.announcement-bar{background:var(--color-text);color:#fff;font-size:.8rem;overflow:hidden}.announcement-bar__row{display:flex;align-items:center;justify-content:center;padding:.55rem 0;gap:.5rem 2rem;flex-wrap:wrap}.announcement-bar__track{display:flex;flex-wrap:wrap;gap:.4rem 1.75rem;justify-content:center}.announcement-bar__item{display:inline-flex;align-items:center;gap:.4em}.announcement-bar__utility{display:none;align-items:center;gap:1.5rem;opacity:.9}.announcement-bar__utility a{display:inline-flex;align-items:center;gap:.4em}.announcement-bar__utility a svg{width:13px;height:13px}.announcement-bar__socials{display:flex;gap:.75rem}.announcement-bar__socials svg{width:13px;height:13px}@media(min-width:990px){.announcement-bar__row{justify-content:space-between}.announcement-bar__utility{display:flex}}.site-header{background:var(--color-header-bg);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:40}.site-header__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1rem 0}.site-header__logo img{max-width:var(--logo-width);height:auto}.site-header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-text)}.site-header__nav{display:none}.site-header__actions{display:flex;align-items:center;gap:.15rem;justify-self:end}@media(min-width:990px){.site-header__nav{display:flex;justify-content:center;gap:2.1rem}.site-header__nav a{font-size:.95rem;font-weight:500;padding:.4em 0;border-bottom:2px solid transparent;transition:border-color .2s ease,color .2s ease}.site-header__nav a:hover{border-color:var(--color-accent);color:var(--color-accent-dark)}.header-mobile-toggle{display:none}}@media(max-width:989px){.site-header__row{grid-template-columns:auto auto 1fr auto}}.header-search{display:none;align-items:center;gap:.5rem}@media(min-width:990px){.header-search{display:flex;flex:1;max-width:320px;margin-left:1rem;border:1px solid var(--color-border);border-radius:999px;padding:.45em .5em .45em 1em;background:var(--color-surface)}.header-search input{border:none;outline:none;background:none;width:100%;font-size:.9rem}.header-search button{background:none;border:none;display:flex;color:var(--color-text-secondary)}}.mobile-menu-drawer,.filter-drawer,.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.mobile-menu-drawer.is-open,.filter-drawer.is-open,.cart-drawer.is-open{visibility:visible;pointer-events:auto}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14100e73;opacity:0;transition:opacity .25s ease}.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;bottom:0;left:0;width:min(360px,88vw);background:var(--color-surface);transform:translate(-100%);transition:transform .28s ease;display:flex;flex-direction:column;overflow-y:auto}.is-open .drawer__panel{transform:translate(0)}.drawer__panel--right{left:auto;right:0;transform:translate(100%)}.is-open .drawer__panel--right{transform:translate(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid var(--color-border)}.drawer__body{padding:1.25rem;flex:1}.mobile-nav a{display:block;padding:.85rem 0;font-size:1.05rem;border-bottom:1px solid var(--color-border)}.mobile-nav__utility{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.hero{position:relative;display:grid;align-items:center;min-height:420px;overflow:hidden;border-radius:0}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__media--mobile{display:block}.hero__media--desktop{display:none}@media(min-width:750px){.hero__media--mobile{display:none}.hero__media--desktop{display:block}.hero{min-height:560px}}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#14100e6b,#14100e0f 65%)}.hero__content{position:relative;max-width:560px;padding:3rem 1.5rem;color:#fff}.hero__content.hero__content--dark{color:var(--color-text)}.hero__eyebrow{font-size:.85rem;letter-spacing:.03em;font-weight:600;margin-bottom:.75em;opacity:.9}.hero__heading{font-size:clamp(2.1rem,5vw,3.4rem);margin-bottom:.4em}.hero__heading-accent{color:var(--color-accent);font-style:italic}.hero__text{font-size:1.05rem;opacity:.92;margin-bottom:1.5em;max-width:440px}@media(min-width:990px){.hero__content{padding:3rem}}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}@media(min-width:750px){.features{grid-template-columns:repeat(4,1fr)}}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.feature-item__icon{width:52px;height:52px;border-radius:50%;background:var(--color-accent-soft);display:flex;align-items:center;justify-content:center;color:var(--color-accent-dark)}.feature-item__icon svg{width:24px;height:24px}.feature-item h3{font-size:.95rem;margin-bottom:.2em}.feature-item p{font-size:.83rem;color:var(--color-text-secondary);margin:0}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:750px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1200px){.category-grid.cols-5{grid-template-columns:repeat(5,1fr)}}.category-card{position:relative;display:block;border-radius:var(--corner-radius);overflow:hidden;aspect-ratio:3/4;background:var(--color-accent-soft)}.category-card__media{position:relative;width:100%;height:100%}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover img{transform:scale(1.05)}.category-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#0000008c)}.category-card__label{position:absolute;left:0;right:0;bottom:0;padding:1rem;color:#fff;font-family:var(--font-heading);font-size:1.1rem;font-weight:700}.category-card--below{aspect-ratio:auto;background:none;border-radius:0;text-align:center}.category-card--below .category-card__media{aspect-ratio:1/1;border-radius:var(--corner-radius);overflow:hidden;background:var(--color-accent-soft)}.category-card__label--below{display:block;margin-top:.75rem;color:var(--color-text);font-weight:600;font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem}@media(min-width:750px){.product-grid.cols-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:750px){.product-grid.cols-4-desktop{grid-template-columns:repeat(4,1fr)}}.product-grid.cols-4-desktop{grid-template-columns:repeat(2,1fr)}.product-card{position:relative;display:flex;flex-direction:column}.product-card__media{position:relative;display:block;border-radius:var(--corner-radius);overflow:hidden;background:#f4efec;aspect-ratio:4/5}.product-card__media.ratio-square{aspect-ratio:1/1}.product-card__media.ratio-adapt{aspect-ratio:auto}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .5s ease}.product-card__media img.product-card__image--back{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:hover img.product-card__image--back{opacity:1}.product-card__media:hover img.product-card__image--front{opacity:0}.product-card__badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.badge{font-size:.7rem;font-weight:700;padding:.3em .65em;border-radius:999px;background:var(--color-text);color:#fff}.badge-sale{background:var(--color-sale)}.badge-soldout{background:var(--color-text-secondary)}.product-card__wishlist{position:absolute;top:.5rem;right:.5rem;z-index:2;width:36px;height:36px;border-radius:50%;background:#ffffffeb;border:none;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:color .2s ease,transform .15s ease}.product-card__wishlist svg{width:17px;height:17px}.product-card__wishlist:hover{transform:scale(1.08)}.product-card__wishlist.is-active{color:var(--color-accent)}.product-card__wishlist.is-active svg{fill:currentColor}.product-card__actions{display:flex;align-items:stretch;gap:.5rem;margin-top:.7rem}.product-card__add{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__icon-btn{flex:0 0 auto;width:38px;height:38px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.product-card__icon-btn:hover{background:var(--color-accent-soft);border-color:var(--color-accent)}.product-card__icon-btn svg{width:17px;height:17px}.product-card__icon-btn.is-active{color:var(--color-accent);border-color:var(--color-accent)}.product-card__icon-btn.is-active svg{fill:currentColor}.product-card__info{padding-top:.75rem}.product-card__vendor{font-size:.75rem;color:var(--color-text-secondary);margin-bottom:.2em}.product-card__title{font-family:var(--font-body);font-size:.92rem;font-weight:500;margin:0 0 .35em;line-height:1.35}.product-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.product-card__rating{display:flex;align-items:center;gap:.3rem;margin-bottom:.3rem}.product-card__rating svg{width:12px;height:12px;color:#e0a93f}.product-card__rating span{font-size:.75rem;color:var(--color-text-secondary)}.price{display:flex;align-items:baseline;gap:.5em;flex-wrap:wrap}.price__current{font-weight:700;font-size:.98rem}.price__compare{font-size:.85rem;color:var(--color-text-secondary);text-decoration:line-through}.price__discount{font-size:.78rem;color:var(--color-sale);font-weight:600}.price--on-sale .price__current{color:var(--color-sale)}.product-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.75rem;flex-wrap:wrap}.product-tabs__tab{background:none;border:none;padding:.5em .2em;font-size:.92rem;font-weight:600;color:var(--color-text-secondary);border-bottom:2px solid transparent;margin:0 .6rem}.product-tabs__tab:hover{color:var(--color-text)}.product-tabs__tab.is-active{color:var(--color-accent);border-color:var(--color-accent)}.product-tabs__panel[hidden]{display:none}.promo-banner{position:relative;border-radius:var(--corner-radius);overflow:hidden;display:grid;min-height:320px;align-items:center}.promo-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.promo-banner__content{position:relative;padding:2.5rem;max-width:460px}.promo-banner--left .promo-banner__content{margin-right:auto}.promo-banner--right .promo-banner__content{margin-left:auto;text-align:right}.newsletter{background:var(--color-accent-soft);border-radius:var(--corner-radius);padding:3rem 1.5rem;text-align:center}.newsletter__form{display:flex;max-width:440px;margin:1.5rem auto 0;gap:.6rem;flex-wrap:wrap;justify-content:center}.newsletter__form input{flex:1;min-width:200px;padding:.85em 1.2em;border-radius:999px;border:1px solid var(--color-border);background:#fff}.site-footer{background:var(--color-footer-bg);color:var(--color-footer-text);margin-top:var(--spacing-sections)}.site-footer a{color:var(--color-footer-text);opacity:.85}.site-footer a:hover{opacity:1;color:var(--color-accent)}.footer-grid{display:grid;gap:2.5rem;padding:3.5rem 0 2rem;grid-template-columns:1fr}@media(min-width:750px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr}}.footer-grid h4{font-family:var(--font-body);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;opacity:.7}.footer-grid ul li{margin-bottom:.6rem;font-size:.9rem}.footer-logo{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--color-footer-text);margin-bottom:.8rem;display:inline-block}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.footer-social a{width:36px;height:36px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center}.footer-social svg{width:16px;height:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.25rem 0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.8rem;opacity:.75}.footer-payments{display:flex;gap:.5rem;flex-wrap:wrap}.footer-payments span{border:1px solid rgba(255,255,255,.25);border-radius:4px;padding:.2em .6em;font-size:.72rem}.breadcrumbs{font-size:.82rem;color:var(--color-text-secondary);margin-bottom:1.25rem}.breadcrumbs a:hover{color:var(--color-accent-dark)}.breadcrumbs .sep{margin:0 .4em}.collection-header{margin-bottom:2rem}.collection-banner{position:relative;border-radius:var(--corner-radius);overflow:hidden;margin-bottom:1.5rem;min-height:200px;display:flex;align-items:center}.collection-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-banner__content{position:relative;padding:2rem;color:#fff}.collection-banner__content.light{color:var(--color-text)}.collection-layout{display:grid;gap:2rem;grid-template-columns:1fr;align-items:start}@media(min-width:990px){.collection-layout{grid-template-columns:240px 1fr}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.collection-toolbar__buttons{display:flex;gap:.6rem}@media(min-width:990px){.collection-toolbar__mobile-only{display:none}}.filter-sidebar{display:none}@media(min-width:990px){.filter-sidebar{display:block}}.filter-group{border-bottom:1px solid var(--color-border);padding:1.1rem 0}.filter-group summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.filter-group summary::-webkit-details-marker{display:none}.filter-group__options{margin-top:.9rem;display:flex;flex-direction:column;gap:.6rem}.filter-checkbox{display:flex;align-items:center;gap:.55rem;font-size:.88rem}.filter-price-range{display:flex;align-items:center;gap:.6rem;margin-top:.5rem}.filter-price-range input{width:100%;padding:.5em .7em;border:1px solid var(--color-border);border-radius:6px}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.active-filter-pill{display:inline-flex;align-items:center;gap:.4em;background:var(--color-accent-soft);padding:.35em .8em;border-radius:999px;font-size:.8rem}select.select-sort{padding:.6em 2.2em .6em 1em;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);font-size:.88rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%237A716B'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1em center}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:2.5rem}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.88rem}.pagination a:hover{background:var(--color-accent-soft)}.pagination .current{background:var(--color-text);color:#fff}.empty-state{text-align:center;padding:4rem 1rem}.empty-state__icon{margin:0 auto 1.25rem;color:var(--color-text-secondary)}.empty-state__icon svg{width:56px;height:56px}.product-layout{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:990px){.product-layout{grid-template-columns:1.1fr 1fr}}.product-gallery__main{border-radius:var(--corner-radius);overflow:hidden;background:#f4efec;aspect-ratio:4/5;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.6rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 auto;width:72px;height:90px;border-radius:8px;overflow:hidden;border:2px solid transparent;opacity:.7}.product-gallery__thumb.is-active{border-color:var(--color-accent);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}@media(min-width:990px){.product-gallery{display:flex;flex-direction:row-reverse;gap:.75rem}.product-gallery__main{flex:1;margin-bottom:0;min-width:0}.product-gallery__thumbs{flex:0 0 84px;flex-direction:column;overflow-x:visible;overflow-y:auto;max-height:560px}.product-gallery__thumb{width:100%;height:100px}}.product-info__vendor{color:var(--color-text-secondary);font-size:.85rem;margin-bottom:.4rem}.product-info__title{margin-bottom:.5rem}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-info__rating svg{width:14px;height:14px;color:#e0a93f}.product-info__rating a{font-size:.85rem;color:var(--color-text-secondary)}.product-info__price{margin-bottom:1.25rem}.product-info__price .price__current{font-size:1.4rem}.product-info__availability{display:flex;align-items:center;gap:.5em;font-size:.9rem;margin-bottom:1.5rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--color-success);display:inline-block}.dot.out{background:var(--color-sale)}.product-form__option{margin-bottom:1.25rem}.product-form__option-label{display:flex;justify-content:space-between;font-weight:600;font-size:.9rem;margin-bottom:.6rem}.swatch-list{display:flex;flex-wrap:wrap;gap:.6rem}.swatch{min-width:44px;height:44px;padding:0 .9em;border:1px solid var(--color-border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;background:var(--color-surface);transition:border-color .15s ease}.swatch:hover{border-color:var(--color-accent)}.swatch.is-selected{border-color:var(--color-accent);background:var(--color-accent-soft);font-weight:600}.swatch.is-unavailable{opacity:.35;text-decoration:line-through}.swatch-color{width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border);padding:2px}.swatch-color.is-selected{border:2px solid var(--color-accent)}.swatch-color span{display:block;width:100%;height:100%;border-radius:50%}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;overflow:hidden}.quantity-selector button{width:42px;height:42px;background:none;border:none;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.quantity-selector button:hover{background:var(--color-accent-soft)}.quantity-selector input{width:44px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);height:42px}.product-form__buttons{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.product-form__row{display:flex;gap:.75rem;align-items:stretch}.product-form__row .quantity-selector{flex:0 0 auto}.product-form__row .btn{flex:1}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1.5rem 0;padding:1.1rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;font-size:.75rem;color:var(--color-text-secondary)}.product-trust__item svg{width:22px;height:22px;color:var(--color-accent-dark)}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-item summary{padding:1rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;list-style:none}.accordion-item summary::-webkit-details-marker{display:none}.accordion-item summary .chevron{transition:transform .2s ease}.accordion-item[open] summary .chevron{transform:rotate(180deg)}.accordion-item__content{padding:0 0 1.1rem;color:var(--color-text-secondary);font-size:.92rem}.sticky-atc{position:fixed;left:0;right:0;bottom:0;background:var(--color-surface);border-top:1px solid var(--color-border);padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;z-index:30;transform:translateY(100%);transition:transform .25s ease;padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__price{font-weight:700;white-space:nowrap}@media(min-width:990px){.sticky-atc{display:none}}.cart-layout{display:grid;gap:2.5rem;grid-template-columns:1fr;align-items:start}@media(min-width:990px){.cart-layout{grid-template-columns:1fr 340px}}.cart-line{display:grid;grid-template-columns:90px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}#CartPageRoot .cart-table-header{display:none}@media(min-width:750px){#CartPageRoot .cart-table-header{display:grid;grid-template-columns:90px 1fr 110px 110px 110px;gap:1rem;padding-bottom:.75rem;margin-bottom:.25rem;border-bottom:1px solid var(--color-border);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary)}#CartPageRoot .cart-table-header span:first-child{grid-column:span 2}#CartPageRoot .cart-line{grid-template-columns:90px 1fr 110px 110px;align-items:center}#CartPageRoot .cart-line__unit-price{text-align:center}}.cart-line__unit-price{font-weight:600;display:flex;gap:.4rem;flex-wrap:wrap}.cart-line__image{border-radius:8px;overflow:hidden;aspect-ratio:4/5;background:#f4efec}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-weight:600;margin-bottom:.2rem}.cart-line__variant{font-size:.85rem;color:var(--color-text-secondary);margin-bottom:.6rem}.cart-line__controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cart-line__remove{font-size:.82rem;color:var(--color-text-secondary)}.cart-line__remove:hover{color:var(--color-sale)}.cart-line__price{text-align:right;font-weight:700;white-space:nowrap}.cart-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--corner-radius);padding:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:.95rem}.cart-summary__total{font-weight:700;font-size:1.1rem;padding-top:.8rem;border-top:1px solid var(--color-border)}.free-shipping-bar{margin-bottom:1.25rem}.free-shipping-bar__track{height:6px;background:var(--color-border);border-radius:999px;overflow:hidden;margin-top:.5rem}.free-shipping-bar__fill{height:100%;background:var(--color-accent);border-radius:999px;transition:width .3s ease}.free-shipping-bar p{font-size:.82rem;margin:0}.cart-drawer .drawer__panel{width:min(420px,92vw)}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:1.25rem}.form-page{max-width:460px;margin:0 auto;padding-block:1rem}.form-page--wide{max-width:640px}.field{margin-bottom:1.1rem}.field label{display:block;font-size:.88rem;font-weight:600;margin-bottom:.4rem}.field input,.field textarea,.field select{width:100%;padding:.85em 1em;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--color-accent)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.field-row{grid-template-columns:1fr}}.form-error{background:#fbeae7;color:var(--color-sale);padding:.85rem 1rem;border-radius:8px;font-size:.88rem;margin-bottom:1.25rem}.form-success{background:#e9f1ea;color:var(--color-success);padding:.85rem 1rem;border-radius:8px;font-size:.88rem;margin-bottom:1.25rem}.form-links{display:flex;justify-content:space-between;margin-top:1rem;font-size:.88rem}.checkbox-row{display:flex;align-items:center;gap:.6rem;font-size:.88rem}.account-layout{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:900px){.account-layout{grid-template-columns:230px 1fr}}.account-nav a{display:block;padding:.7rem .9rem;border-radius:8px;font-size:.92rem;margin-bottom:.2rem}.account-nav a:hover{background:var(--color-accent-soft)}.account-nav a.is-active{background:var(--color-accent-soft);font-weight:600;color:var(--color-accent-dark)}.summary-card{border:1px solid var(--color-border);border-radius:var(--corner-radius);padding:1.5rem}.order-table{width:100%;border-collapse:collapse}.order-table th,.order-table td{text-align:left;padding:.9rem .5rem;border-bottom:1px solid var(--color-border);font-size:.9rem}.order-table th{color:var(--color-text-secondary);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.status-pill{display:inline-block;padding:.25em .75em;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--color-accent-soft);color:var(--color-accent-dark)}.address-card{border:1px solid var(--color-border);border-radius:var(--corner-radius);padding:1.25rem}.address-card__actions{display:flex;gap:1rem;margin-top:.9rem;font-size:.85rem}.policies-layout{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:900px){.policies-layout{grid-template-columns:240px 1fr}}.policies-nav{display:flex;flex-direction:column;gap:.2rem}.policies-nav__item{text-align:left;background:none;border:none;padding:.75rem .9rem;border-radius:8px;font-size:.92rem;color:var(--color-text-secondary)}.policies-nav__item:hover{background:var(--color-accent-soft)}.policies-nav__item.is-active{background:var(--color-accent-soft);color:var(--color-accent-dark);font-weight:600}.policies-content{max-width:640px}.policies-panel[hidden]{display:none}.faq-list{max-width:760px;margin:0 auto}.faq-category{margin-bottom:2.5rem}.faq-category h3{margin-bottom:.75rem}.article-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.article-grid{grid-template-columns:repeat(3,1fr)}}.article-card__image{border-radius:var(--corner-radius);overflow:hidden;aspect-ratio:4/3;margin-bottom:1rem;background:#f4efec}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card__meta{font-size:.78rem;color:var(--color-text-secondary);margin-bottom:.4rem}.article-featured{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width:750px){.article-featured{grid-template-columns:1.2fr 1fr;align-items:center}}.article-featured__image{border-radius:var(--corner-radius);overflow:hidden;aspect-ratio:4/3}.article-body{max-width:720px;margin:0 auto}.article-body img{border-radius:var(--corner-radius);margin:1.5rem 0}.article-body h2,.article-body h3{margin-top:1.5em}.error-page{text-align:center;padding:5rem 1rem}.error-page__code{font-family:var(--font-heading);font-size:5rem;color:var(--color-accent);margin-bottom:0}.track-order-form{max-width:480px;margin:0 auto 2.5rem}.wishlist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem}@media(min-width:750px){.wishlist-grid{grid-template-columns:repeat(4,1fr)}}.quick-view-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;padding:1.25rem}.quick-view-modal.is-open{visibility:visible;opacity:1;pointer-events:auto}.quick-view-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14100e80}.quick-view-modal__panel{position:relative;background:var(--color-surface);border-radius:var(--corner-radius);max-width:900px;width:100%;max-height:88vh;overflow-y:auto;padding:1.5rem}.quick-view-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:2}.whatsapp-float{position:fixed;right:1.25rem;bottom:1.25rem;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000038;z-index:60;transition:transform .15s ease}.whatsapp-float:hover{transform:scale(1.06)}.whatsapp-float svg{width:26px;height:26px}.toast{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%) translateY(10px);background:var(--color-text);color:#fff;padding:.85rem 1.4rem;border-radius:999px;font-size:.88rem;z-index:200;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.predictive-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 16px 32px #14100e1a;max-height:70vh;overflow-y:auto;z-index:50;display:none;padding:.5rem}.predictive-search-results.is-open{display:block}.predictive-search-results__item{display:flex;align-items:center;gap:.75rem;padding:.6rem;border-radius:8px}.predictive-search-results__item:hover{background:var(--color-accent-soft)}.predictive-search-results__item img{width:44px;height:55px;object-fit:cover;border-radius:6px;background:#f4efec}.predictive-search-results__item-info p{margin:0;font-size:.88rem}.predictive-search-results__item-info span{font-size:.8rem;color:var(--color-text-secondary)}.predictive-search-results__empty{padding:1rem;text-align:center;font-size:.85rem;color:var(--color-text-secondary)}.predictive-search-results__view-all{display:block;text-align:center;padding:.7rem;font-size:.85rem;font-weight:600;border-top:1px solid var(--color-border);margin-top:.4rem}.mt-0{margin-top:0}.text-center{text-align:center}.no-overflow-x{overflow-x:hidden}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
