:root{--color-primary: #1a1a2e;--color-accent: #ff4d3d;--color-bg: #ffffff;--color-text: #1a1a2e;--color-muted: #6b7280;--color-surface: #f7f7f9;--color-border: #e5e7eb;--color-sale: #e11d48;--color-success: #16a34a;--color-warning: #f59e0b;--page-width: 1280px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 3px rgba(16, 24, 40, .08);--shadow-md: 0 4px 12px rgba(16, 24, 40, .08), 0 2px 4px rgba(16, 24, 40, .04);--shadow-lg: 0 20px 40px rgba(16, 24, 40, .12);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--ease: cubic-bezier(.4, 0, .2, 1);--dur-fast: .15s;--dur: .25s;--dur-slow: .4s;--break-sm: 550px;--break-md: 750px;--break-lg: 990px;--break-xl: 1200px;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-heading: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-body-size: 16px;--z-drawer: 80;--z-overlay: 70;--z-sticky: 60;--z-popup: 90}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--font-body-size);line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg,video{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}h1,h2,h3,h4,h5{font-family:var(--font-heading);line-height:1.2;font-weight:700}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:12px;left:12px;z-index:200;width:auto;height:auto;padding:10px 16px;clip:auto;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--space-4)}@media(min-width:750px){.container{padding-inline:var(--space-5)}}.text-center{text-align:center}.visually-hidden,.hide-mobile{display:none}@media(min-width:750px){.hide-mobile{display:revert}.hide-desktop{display:none}}.section{padding-block:var(--space-7)}.section--tight{padding-block:var(--space-5)}@media(min-width:750px){.section{padding-block:var(--space-8)}.section--tight{padding-block:var(--space-6)}}.section__header{margin-bottom:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2)}.section__title{font-size:clamp(1.5rem,3.5vw,2.25rem)}.section__subtitle{color:var(--color-muted);font-size:1.05rem;max-width:60ch}.section__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:var(--color-accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:14px 24px;border-radius:var(--radius-pill);font-weight:600;font-size:1rem;line-height:1;text-align:center;transition:transform var(--dur-fast) var(--ease),background var(--dur-fast),box-shadow var(--dur-fast),opacity var(--dur-fast);min-height:48px;white-space:nowrap}.btn:active{transform:translateY(1px) scale(.99)}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-accent);box-shadow:var(--shadow-md)}.btn--accent{background:var(--color-accent);color:#fff}.btn--accent:hover{filter:brightness(1.05);box-shadow:var(--shadow-md)}.btn--secondary{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-border)}.btn--secondary:hover{border-color:var(--color-primary)}.btn--ghost{background:var(--color-surface);color:var(--color-text)}.btn--ghost:hover{background:var(--color-border)}.btn--block{width:100%}.btn--lg{padding:18px 32px;font-size:1.1rem;min-height:56px}.btn--sm{padding:8px 16px;font-size:.85rem;min-height:36px}.btn[disabled],.btn--disabled{opacity:.5;pointer-events:none}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-pill);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1}.badge--sale{background:var(--color-sale);color:#fff}.badge--bestseller{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.badge--hot{background:linear-gradient(135deg,#ef4444,#ec4899);color:#fff}.badge--limited{background:var(--color-primary);color:#fff}.badge--new,.badge--freeship{background:var(--color-success);color:#fff}.badge--soft{background:var(--color-surface);color:var(--color-muted)}.icon-chip{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-primary);flex-shrink:0}.icon-chip svg{width:22px;height:22px}.product-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-5)}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid--3{grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.product-grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.product-grid--3{grid-template-columns:repeat(3,1fr)}}.card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card__media{position:relative;aspect-ratio:1 / 1;background:var(--color-surface);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.card:hover .card__media img{transform:scale(1.05)}.card__badges{position:absolute;top:var(--space-3);left:var(--space-3);display:flex;flex-direction:column;gap:6px;z-index:2;align-items:flex-start}.card__wishlist{position:absolute;top:var(--space-3);right:var(--space-3);width:38px;height:38px;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;box-shadow:var(--shadow-sm);transition:background var(--dur-fast),color var(--dur-fast);z-index:2}.card__wishlist:hover{background:#fff;color:var(--color-sale)}.card__wishlist svg{width:18px;height:18px}.card__wishlist.is-active{color:var(--color-sale)}.card__quickview{position:absolute;left:var(--space-3);right:var(--space-3);bottom:var(--space-3);opacity:0;transform:translateY(8px);transition:opacity var(--dur) var(--ease),transform var(--dur) var(--ease);z-index:2}@media(pointer:coarse){.card__quickview{opacity:1;transform:none}}.card:hover .card__quickview{opacity:1;transform:translateY(0)}.card__body{padding:var(--space-3);display:flex;flex-direction:column;gap:6px;flex:1}@media(min-width:750px){.card__body{padding:var(--space-4)}}.card__vendor{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.card__title{font-size:.95rem;font-weight:600;line-height:1.35}.card__title a:hover{color:var(--color-accent)}.card__rating{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--color-muted)}.card__price{margin-top:auto;display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.price{font-weight:700;font-size:1.05rem}.price--compare{color:var(--color-muted);text-decoration:line-through;font-weight:500;font-size:.95rem}.price--sale{color:var(--color-sale)}.price__save{font-size:.78rem;font-weight:700;color:var(--color-success);background:#16a34a1a;padding:2px 8px;border-radius:var(--radius-pill)}.card__stock{font-size:.76rem;color:var(--color-warning);font-weight:600;display:flex;align-items:center;gap:4px}.card__add{margin-top:var(--space-2);width:100%}.stars{display:inline-flex;position:relative;color:#f59e0b}.stars__bg{display:flex;gap:1px;color:var(--color-border)}.stars__fg{display:flex;gap:1px;position:absolute;left:0;top:0;overflow:hidden;color:inherit}.stars svg{width:15px;height:15px}.price-block{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-2)}.price-block .price{font-size:1.6rem}.price-block .price--compare{font-size:1.1rem}.price-block__save{font-size:.85rem;font-weight:700;color:var(--color-success);background:#16a34a1f;padding:4px 12px;border-radius:var(--radius-pill)}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:.85rem;font-weight:600}.field__input,.select,textarea{width:100%;padding:12px 14px;background:#fff;border:1.5px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--dur-fast);font-size:1rem}.field__input:focus,.select:focus,textarea:focus{border-color:var(--color-primary);outline:none}.variant-picker{display:flex;flex-wrap:wrap;gap:var(--space-2)}.variant-option{padding:10px 16px;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:#fff;font-size:.9rem;font-weight:600;transition:all var(--dur-fast);min-height:44px}.variant-option:hover{border-color:var(--color-primary)}.variant-option.is-selected{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.variant-option:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.variant-option[disabled]{opacity:.4;text-decoration:line-through;cursor:not-allowed}.qty{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.qty button{width:44px;height:44px;display:grid;place-items:center;font-size:1.2rem;transition:background var(--dur-fast)}.qty button:hover{background:var(--color-surface)}.qty input{width:48px;height:44px;text-align:center;border:none;border-inline:1.5px solid var(--color-border);font-weight:600;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tiers{display:grid;gap:var(--space-2);margin-block:var(--space-4)}.tier{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--dur-fast);position:relative}.tier:hover{border-color:var(--color-primary)}.tier.is-selected{border-color:var(--color-primary);background:#1a1a2e08;box-shadow:var(--shadow-sm)}.tier__qty{font-weight:700;font-size:1.05rem}.tier__desc{color:var(--color-muted);font-size:.85rem}.tier__price{text-align:right}.tier__price-each{font-size:.75rem;color:var(--color-muted)}.tier__badge{position:absolute;top:-10px;right:var(--space-3);background:var(--color-accent);color:#fff;font-size:.68rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em}.freeship{padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface)}.freeship__text{font-size:.85rem;margin-bottom:var(--space-2);font-weight:500}.freeship__track{height:8px;background:var(--color-border);border-radius:var(--radius-pill);overflow:hidden}.freeship__fill{height:100%;background:linear-gradient(90deg,var(--color-success),#34d399);border-radius:inherit;transition:width var(--dur-slow) var(--ease)}.freeship.is-unlocked .freeship__text{color:var(--color-success);font-weight:700}.countdown{display:inline-flex;gap:var(--space-2);align-items:center}.countdown__unit{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);padding:6px 8px;min-width:42px;text-align:center;font-variant-numeric:tabular-nums;font-weight:700;font-size:1.1rem;line-height:1}.countdown__sep{font-weight:700;opacity:.5}.countdown__label{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7;display:block;margin-top:2px}.countdown__unit span:first-child{display:block}.trust-row{display:flex;flex-wrap:wrap;gap:var(--space-4)}.trust-item{display:flex;align-items:center;gap:var(--space-2);font-size:.85rem;font-weight:500;color:var(--color-muted)}.trust-item svg{width:20px;height:20px;color:var(--color-success);flex-shrink:0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182880;opacity:0;visibility:hidden;transition:opacity var(--dur) var(--ease),visibility var(--dur);z-index:var(--z-overlay)}.overlay.is-open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;height:100%;height:100dvh;width:min(420px,100%);background:#fff;z-index:var(--z-drawer);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--dur-slow) var(--ease);box-shadow:var(--shadow-lg)}.drawer.is-open{transform:translate(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border)}.drawer__title{font-size:1.2rem;font-weight:700}.drawer__close{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;transition:background var(--dur-fast)}.drawer__close:hover{background:var(--color-surface)}.drawer__body{flex:1;overflow-y:auto;padding:var(--space-4) var(--space-5)}.drawer__footer{padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:var(--space-3)}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:var(--space-3);padding-block:var(--space-3);border-bottom:1px solid var(--color-border)}.cart-item__media{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-size:.9rem;font-weight:600;line-height:1.3}.cart-item__variant{font-size:.78rem;color:var(--color-muted)}.cart-item__price{font-weight:700;font-size:.9rem}.cart-item__remove{font-size:.75rem;color:var(--color-muted);text-decoration:underline}.cart-item__remove:hover{color:var(--color-sale)}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;grid-column:2 / 4;margin-top:var(--space-2)}.cart-item__qty{transform:scale(.85);transform-origin:left}.header{position:sticky;top:0;z-index:var(--z-sticky);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:box-shadow var(--dur) var(--ease)}.header.is-scrolled{box-shadow:var(--shadow-sm)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-4);min-height:64px}@media(min-width:990px){.header__inner{min-height:72px;grid-template-columns:auto auto 1fr auto}}.header__logo img{max-height:40px;width:auto}.header__logo-text{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.nav{display:none}@media(min-width:990px){.nav{display:flex;gap:var(--space-5)}}.nav__link{font-weight:600;font-size:.95rem;padding:var(--space-2) 0;position:relative}.nav__link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-accent);transform:scaleX(0);transition:transform var(--dur) var(--ease);transform-origin:left}.nav__link:hover:after{transform:scaleX(1)}.header__search{position:relative}@media(max-width:989px){.header__search-desktop{display:none}}.header__actions{display:flex;align-items:center;gap:var(--space-1)}.header__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;position:relative;transition:background var(--dur-fast)}.header__icon:hover{background:var(--color-surface)}.header__icon svg{width:22px;height:22px}.header__icon .count-bubble{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;border-radius:var(--radius-pill);background:var(--color-accent);color:#fff;font-size:.68rem;font-weight:700;display:grid;place-items:center;line-height:1}.count-bubble[hidden]{display:none}.header__menu-toggle{display:grid}@media(min-width:990px){.header__menu-toggle{display:none}}.announce{background:var(--color-primary);color:#fff;font-size:.82rem;font-weight:500;text-align:center;padding:var(--space-2) var(--space-4);overflow:hidden}.announce__track{display:flex;transition:transform var(--dur-slow) var(--ease)}.announce__msg{flex:0 0 100%;display:flex;align-items:center;justify-content:center;gap:var(--space-2);white-space:nowrap}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:var(--z-drawer);transform:translate(-100%);transition:transform var(--dur-slow) var(--ease);display:flex;flex-direction:column}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);border-bottom:1px solid var(--color-border)}.mobile-menu__nav{flex:1;overflow-y:auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.mobile-menu__link{font-size:1.15rem;font-weight:600;padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.hero{position:relative;overflow:hidden}.hero__inner{position:relative;display:grid;gap:var(--space-6);align-items:center;min-height:70vh;padding-block:var(--space-8)}@media(min-width:750px){.hero__inner{grid-template-columns:1.1fr 1fr;min-height:600px}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#00000073)}.hero--light .hero__bg:after{background:linear-gradient(180deg,#fff6,#ffffffb3)}.hero__content{max-width:540px;color:#fff}.hero--light .hero__content{color:var(--color-text)}.hero__eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--color-accent);color:#fff;padding:6px 14px;border-radius:var(--radius-pill);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-4)}.hero__title{font-size:clamp(2rem,6vw,3.5rem);line-height:1.05;margin-bottom:var(--space-4)}.hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);opacity:.92;margin-bottom:var(--space-5);max-width:46ch}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.hero__countdown{margin-top:var(--space-5)}.collection-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.collection-card{position:relative;aspect-ratio:3/4;border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:flex-end}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.collection-card:hover img{transform:scale(1.06)}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.7))}.collection-card__body{position:relative;z-index:1;padding:var(--space-4);color:#fff;width:100%}.collection-card__title{font-size:1.15rem;font-weight:700}.collection-card__count{font-size:.8rem;opacity:.85}.flash{background:linear-gradient(135deg,#fff5f3,#fff);border:1px solid rgba(225,29,72,.15);border-radius:var(--radius-lg);padding:var(--space-6)}@media(min-width:750px){.flash{padding:var(--space-7)}}.flash__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5)}.flash__title{display:flex;align-items:center;gap:var(--space-3);font-size:clamp(1.4rem,3vw,2rem)}.flash__icon{font-size:1.6em}.bundle{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-5)}@media(min-width:750px){.bundle{padding:var(--space-7)}}.bundle__products{display:grid;gap:var(--space-4);margin-block:var(--space-5)}@media(min-width:750px){.bundle__products{grid-template-columns:repeat(3,1fr);align-items:center}}.bundle__item{text-align:center}.bundle__item-media{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:#fff;margin-bottom:var(--space-2)}.bundle__item-media img{width:100%;height:100%;object-fit:cover}.bundle__plus{display:none}@media(min-width:750px){.bundle__plus{display:grid;place-items:center;font-size:1.8rem;font-weight:700;color:var(--color-muted)}}.bundle__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--color-border)}.promo-grid{display:grid;gap:var(--space-4);grid-template-columns:1fr}@media(min-width:750px){.promo-grid{grid-template-columns:repeat(2,1fr)}}.promo-tile{position:relative;border-radius:var(--radius-md);overflow:hidden;padding:var(--space-6);display:flex;flex-direction:column;justify-content:center;min-height:180px;background:var(--color-surface)}.promo-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.promo-tile__title{font-size:1.3rem;font-weight:700}.promo-tile__text{margin-top:var(--space-2);opacity:.85}.reviews-grid{display:grid;gap:var(--space-4);grid-template-columns:1fr}@media(min-width:750px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;display:flex;flex-direction:column;gap:var(--space-3)}.review-card__author{display:flex;align-items:center;gap:var(--space-3)}.review-card__avatar{width:44px;height:44px;border-radius:50%;background:var(--color-surface);display:grid;place-items:center;font-weight:700;color:var(--color-primary)}.review-card__verified{font-size:.75rem;color:var(--color-success);display:flex;align-items:center;gap:4px}.faq-list{display:flex;flex-direction:column;gap:var(--space-2);max-width:800px;margin-inline:auto}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.faq-item summary{padding:var(--space-4);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;font-weight:300;transition:transform var(--dur) var(--ease)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item__answer{padding:0 var(--space-4) var(--space-4);color:var(--color-muted)}.newsletter{text-align:center;padding:var(--space-7);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-primary),#2d2d5a);color:#fff}.newsletter__form{display:flex;gap:var(--space-2);max-width:480px;margin:var(--space-4) auto 0}.newsletter__form input{flex:1;padding:14px 18px;border-radius:var(--radius-pill);border:none}.newsletter__form button{background:var(--color-accent);color:#fff;padding:14px 28px;border-radius:var(--radius-pill);font-weight:600}.newsletter__form button:hover{filter:brightness(1.08)}.newsletter__incentive{display:inline-flex;align-items:center;gap:6px;background:#ffffff26;padding:6px 14px;border-radius:var(--radius-pill);font-size:.85rem;margin-top:var(--space-3)}.footer{background:var(--color-primary);color:#fffc;padding-block:var(--space-7) var(--space-5);margin-top:var(--space-8)}.footer__grid{display:grid;gap:var(--space-6);grid-template-columns:1fr;padding-bottom:var(--space-6);border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:750px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand h3{color:#fff;margin-bottom:var(--space-2)}.footer__col h4{color:#fff;font-size:.95rem;margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.footer__col a{display:block;padding-block:4px;transition:color var(--dur-fast)}.footer__col a:hover{color:#fff}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3);padding-top:var(--space-5);font-size:.82rem}.footer__pay{display:flex;gap:var(--space-2);flex-wrap:wrap}.product{display:grid;gap:var(--space-6);padding-block:var(--space-5)}@media(min-width:990px){.product{grid-template-columns:1.1fr 1fr;gap:var(--space-7);align-items:start}}.product__gallery{display:flex;flex-direction:column;gap:var(--space-3);position:sticky;top:90px}@media(max-width:989px){.product__gallery{position:static}}.gallery__main{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface)}.gallery__main img{width:100%;height:100%;object-fit:cover}.gallery__thumbs{display:flex;gap:var(--space-2);overflow-x:auto;padding-bottom:4px}.gallery__thumb{flex:0 0 72px;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--dur-fast)}.gallery__thumb.is-active{border-color:var(--color-primary)}.gallery__thumb img{width:100%;height:100%;object-fit:cover}.product__info{display:flex;flex-direction:column;gap:var(--space-3)}.product__title{font-size:clamp(1.6rem,4vw,2.4rem)}.product__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);color:var(--color-muted);font-size:.9rem}.product__rating{display:flex;align-items:center;gap:var(--space-2)}.product__rating a{text-decoration:underline;font-size:.85rem}.product__badges{display:flex;flex-wrap:wrap;gap:var(--space-2)}.product__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);padding:var(--space-3) 0}.product__urgency{display:inline-flex;align-items:center;gap:6px;background:#f59e0b1f;color:#b45309;padding:6px 12px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:600}.product__urgency--low{background:#e11d481a;color:var(--color-sale)}.product__highlights{display:grid;gap:var(--space-3);grid-template-columns:1fr;padding:var(--space-4);background:var(--color-surface);border-radius:var(--radius-md)}@media(min-width:550px){.product__highlights{grid-template-columns:1fr 1fr}}.highlight{display:flex;align-items:center;gap:var(--space-3);font-size:.9rem}.highlight svg{width:24px;height:24px;color:var(--color-success);flex-shrink:0}.product-form{display:flex;flex-direction:column;gap:var(--space-4);padding-top:var(--space-3)}.product-form__row{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.product-form__cta{display:flex;flex-direction:column;gap:var(--space-2)}@media(min-width:550px){.product-form__cta{flex-direction:row}}.buy-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--color-border);padding:var(--space-3) var(--space-4);z-index:var(--z-sticky);transform:translateY(100%);transition:transform var(--dur) var(--ease);box-shadow:0 -4px 20px #10182814;display:flex;align-items:center;gap:var(--space-3)}.buy-bar.is-visible{transform:translateY(0)}.buy-bar__info{flex:1;min-width:0}.buy-bar__title{font-size:.8rem;color:var(--color-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buy-bar__price{font-weight:700}@media(min-width:990px){.buy-bar{display:none}}.product-tabs{margin-top:var(--space-7);border-top:1px solid var(--color-border);padding-top:var(--space-6)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.82rem;color:var(--color-muted);padding-block:var(--space-3)}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb__sep{opacity:.5}.cart-page{display:grid;gap:var(--space-6)}@media(min-width:990px){.cart-page{grid-template-columns:1fr 380px;align-items:start}}.cart-items{width:100%}.cart-row{display:grid;grid-template-columns:88px 1fr;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border)}@media(min-width:550px){.cart-row{grid-template-columns:88px 1fr auto auto;align-items:start}}.cart-row__media{width:88px;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface)}.cart-row__media img{width:100%;height:100%;object-fit:cover}.cart-summary{background:var(--color-surface);border-radius:var(--radius-md);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.cart-summary__row{display:flex;justify-content:space-between}.cart-summary__total{font-size:1.3rem;font-weight:700;padding-top:var(--space-3);border-top:1px solid var(--color-border)}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182899;z-index:var(--z-popup);display:grid;place-items:center;padding:var(--space-4);opacity:0;visibility:hidden;transition:opacity var(--dur) var(--ease),visibility var(--dur)}.popup-overlay.is-open{opacity:1;visibility:visible}.popup{background:#fff;border-radius:var(--radius-lg);max-width:480px;width:100%;overflow:hidden;transform:scale(.95);transition:transform var(--dur) var(--ease);position:relative}.popup-overlay.is-open .popup{transform:scale(1)}.popup__media{aspect-ratio:16/9;overflow:hidden}.popup__media img{width:100%;height:100%;object-fit:cover}.popup__body{padding:var(--space-6);text-align:center}.popup__close{position:absolute;top:var(--space-3);right:var(--space-3);width:36px;height:36px;background:#ffffffe6;border-radius:50%;display:grid;place-items:center;z-index:2}.quickview{display:grid;gap:var(--space-4)}@media(min-width:750px){.quickview{grid-template-columns:1fr 1fr}}.quickview__media{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface)}.quickview__media img{width:100%;height:100%;object-fit:cover}.whatsapp-float{position:fixed;bottom:84px;right:var(--space-4);width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-lg);z-index:var(--z-sticky);transition:transform var(--dur-fast)}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float svg{width:30px;height:30px}@media(min-width:990px){.whatsapp-float{bottom:var(--space-5)}}.is-loading{position:relative;pointer-events:none;opacity:.7}.spinner{display:inline-block;width:18px;height:18px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.template-password{background:var(--color-surface);min-height:100vh;display:grid;place-items:center}.password-page{background:#fff;padding:var(--space-6);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;max-width:400px;width:100%;margin:var(--space-4)}.rte{font-size:1rem;line-height:1.6;color:var(--color-text)}.rte p{margin-bottom:1em}.rte h1,.rte h2,.rte h3,.rte h4{margin-top:1.5em;margin-bottom:.5em}.rte ul,.rte ol{padding-left:1.5em;margin-bottom:1em;list-style:inherit}.search-result{transition:background var(--dur-fast)}.search-result:hover,.search-result:focus{background:var(--color-surface)}.card__placeholder{width:100%;height:100%;object-fit:cover;background:var(--color-surface);fill:var(--color-muted);padding:10%}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
