*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg-2: #f7f5f1;--bg-3: #efece6;--text: #14110c;--text-muted: #7a746b;--accent: #b8935e;--accent-dark: #9a7746;--border: #e6e2da;--dark: #14110c;--radius: 4px;--font-heading: "Bebas Neue", "Montserrat", sans-serif;--font-body: "Inter", "Montserrat", sans-serif;--transition: .2s ease;--container: 1280px}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}ul{list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}.section-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.5rem);letter-spacing:.04em;text-align:center;margin-bottom:48px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.section-header .section-title{margin-bottom:0}.section-link{font-size:.875rem;letter-spacing:.1em;color:var(--accent);transition:opacity var(--transition)}.section-link:hover{opacity:.7}.page-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);letter-spacing:.04em;margin-bottom:40px}.rte h1,.rte h2,.rte h3{font-family:var(--font-heading)}.rte p{margin-bottom:1em;color:var(--text-muted)}.rte a{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-family:var(--font-heading);font-size:1rem;letter-spacing:.12em;border-radius:var(--radius);transition:all var(--transition);white-space:nowrap}.btn--primary{background:var(--accent);color:#000;border:2px solid var(--accent)}.btn--primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.btn--outline{background:transparent;color:var(--text);border:2px solid var(--text)}.btn--outline:hover{background:var(--text);color:var(--bg)}.btn--full{width:100%}.btn--sm{padding:10px 20px;font-size:.875rem}.btn:disabled{opacity:.4;cursor:not-allowed}.icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text);transition:color var(--transition)}.icon-btn:hover{color:var(--accent)}.announcement-bar{overflow:hidden;white-space:nowrap;padding:10px 0;font-family:var(--font-heading);font-size:.875rem;letter-spacing:.12em}.announcement-bar__track{display:flex}.announcement-bar__inner{display:flex;animation:ticker 28s linear infinite;will-change:transform}.announcement-bar__item{display:inline-flex;align-items:center;gap:8px;padding:0 32px}.announcement-bar__icon{font-size:.75rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.countdown-banner{display:flex;align-items:center;justify-content:center;padding:12px 24px;gap:24px}.countdown-banner__inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}.countdown-banner__text{font-family:var(--font-heading);font-size:1rem;letter-spacing:.1em}.countdown-banner__timer{display:flex;align-items:center;gap:4px}.countdown-unit{display:flex;flex-direction:column;align-items:center;background:#0000000f;padding:6px 10px;border-radius:var(--radius);min-width:44px}.countdown-number{font-family:var(--font-heading);font-size:1.25rem;line-height:1}.countdown-label{font-size:.6rem;letter-spacing:.1em;opacity:.7;margin-top:2px}.countdown-sep{font-size:1.25rem;font-weight:700;line-height:1;padding-bottom:12px}.countdown-banner__btn{background:var(--accent);color:#000;padding:8px 20px;border-radius:var(--radius);font-family:var(--font-heading);font-size:.9rem;letter-spacing:.1em;transition:background var(--transition)}.countdown-banner__btn:hover{background:var(--accent-dark)}.site-header{position:sticky;top:0;z-index:100;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;height:70px;max-width:var(--container);margin:0 auto}.site-header__nav{display:flex;align-items:center;gap:32px}.nav-link{font-family:var(--font-heading);font-size:1rem;letter-spacing:.08em;color:var(--text);transition:color var(--transition);position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width var(--transition)}.nav-link:hover{color:var(--accent)}.nav-link:hover:after{width:100%}.nav-item--dropdown{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 12px);left:0;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);min-width:180px;padding:8px 0;opacity:0;pointer-events:none;transform:translateY(-8px);transition:all var(--transition);z-index:10}.nav-item--dropdown:hover .nav-dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.nav-dropdown__link{display:block;padding:10px 20px;font-size:.9rem;transition:background var(--transition)}.nav-dropdown__link:hover{background:var(--bg-3);color:var(--accent)}.site-header__logo{display:flex;justify-content:center;align-items:center}.site-header__logo-text{font-family:var(--font-heading);font-size:2rem;letter-spacing:.2em;color:var(--text)}.site-header__icons{display:flex;align-items:center;justify-content:flex-end;gap:4px}.cart-count{position:absolute;top:4px;right:4px;background:var(--accent);color:#000;border-radius:50%;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count:empty,.cart-count[data-count="0"]{display:none}.site-header__menu-toggle{display:none;flex-direction:column;gap:5px;padding:8px}.site-header__menu-toggle span{display:block;width:22px;height:2px;background:var(--text);transition:all var(--transition)}.search-bar{display:none;align-items:center;gap:12px;padding:12px 24px;border-top:1px solid var(--border);background:var(--bg-2)}.search-bar.open{display:flex}.search-bar form{flex:1;display:flex;align-items:center;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.search-bar input{flex:1;background:transparent;border:none;padding:10px 16px;color:var(--text);font-size:1rem;outline:none}.search-bar input::placeholder{color:var(--text-muted)}.search-bar button[type=submit]{padding:10px 16px;color:var(--text-muted);transition:color var(--transition)}.search-bar button[type=submit]:hover{color:var(--accent)}.search-bar__close{font-size:1.5rem;color:var(--text-muted);padding:4px 8px;transition:color var(--transition)}.search-bar__close:hover{color:var(--text)}.mobile-nav{position:fixed;top:0;left:0;width:300px;height:100vh;background:var(--bg-2);border-right:1px solid var(--border);z-index:200;transform:translate(-100%);transition:transform .3s ease;padding:24px}.mobile-nav.open{transform:translate(0)}.mobile-nav__close{font-size:2rem;color:var(--text-muted);display:block;text-align:right;margin-bottom:32px;transition:color var(--transition)}.mobile-nav__close:hover{color:var(--text)}.mobile-nav__link{display:block;font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.08em;padding:12px 0;border-bottom:1px solid var(--border);transition:color var(--transition)}.mobile-nav__link:hover{color:var(--accent)}.mobile-nav__divider{margin:16px 0}.overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:150}.overlay.active{display:block}.hero{position:relative;display:flex;align-items:flex-end;padding-bottom:80px;background-size:cover;background-position:center;background-color:#14110c}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.hero__content{position:relative;z-index:1;width:100%;text-align:center;padding:0 24px;color:#fff}.hero .btn--outline{color:#fff;border-color:#fff}.hero .btn--outline:hover{background:#fff;color:#14110c}.hero__eyebrow{font-family:var(--font-heading);font-size:1rem;letter-spacing:.25em;color:var(--accent);margin-bottom:12px}.hero__title{font-family:var(--font-heading);font-size:clamp(3rem,8vw,7rem);letter-spacing:.05em;line-height:1;margin-bottom:20px}.hero__sub{font-size:1.125rem;color:#ffffffbf;margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.hero__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.trust-bar{padding:32px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-bar__inner{max-width:var(--container);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-bar__item{display:flex;align-items:center;gap:12px}.trust-bar__icon{font-size:1.75rem;flex-shrink:0}.trust-bar__text{display:flex;flex-direction:column}.trust-bar__text strong{font-family:var(--font-heading);font-size:1rem;letter-spacing:.05em}.trust-bar__text span{font-size:.8rem;color:var(--text-muted);margin-top:2px}.category-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius)}.category-card__img-wrap{width:100%;height:100%;position:relative}.category-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-card__img-wrap img{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000001a 60%)}.category-card__placeholder{width:100%;height:100%;background:var(--bg-3)}.category-card__label{position:absolute;bottom:20px;left:0;right:0;text-align:center;font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.1em;z-index:1}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{display:flex;flex-direction:column}.product-card__img-wrap{position:relative;display:block;aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background:var(--bg-2);margin-bottom:12px}.product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:opacity var(--transition),transform .4s ease}.product-card__hover-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease!important}.product-card:hover .product-card__img-wrap img:first-child{opacity:0;transform:scale(1.03)}.product-card:hover .product-card__hover-img{opacity:1}.product-card__badge{position:absolute;top:10px;left:10px;background:#e63946;color:#fff;font-family:var(--font-heading);font-size:.75rem;letter-spacing:.1em;padding:4px 10px;border-radius:2px;z-index:1}.product-card__badge--new{background:var(--accent);color:#000}.product-card__no-img,.product-card__placeholder-img{width:100%;height:100%;background:var(--bg-3)}.product-card__info{padding:0 4px}.product-card__title{font-size:.9rem;letter-spacing:.02em;margin-bottom:6px;line-height:1.4}.product-card__pricing{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-card__price{font-family:var(--font-heading);font-size:1.1rem;color:var(--text)}.product-card__price--sale{color:#e63946}.product-card__compare{font-size:.9rem;color:var(--text-muted);text-decoration:line-through}.product-card__atc{width:100%}.marquee-section{padding:16px 0;overflow:hidden;font-family:var(--font-heading);font-size:1rem;letter-spacing:.15em}.marquee{display:flex}.marquee__track{display:flex;animation:ticker 22s linear infinite;will-change:transform}.marquee__item{display:inline-flex;align-items:center;gap:16px;padding:0 16px;white-space:nowrap}.marquee__sep{font-size:.6rem}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.testimonial-card__stars{color:var(--accent);font-size:1rem;margin-bottom:12px;letter-spacing:2px}.testimonial-card__text{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:20px}.testimonial-card__author{display:flex;align-items:center;gap:10px;font-size:.875rem}.testimonial-card__author img{width:36px;height:36px;border-radius:50%;object-fit:cover}.testimonial-card__verified{margin-left:auto;color:var(--accent);font-size:.75rem}.cart-drawer{position:fixed;top:0;right:0;width:420px;height:100vh;background:var(--bg-2);border-left:1px solid var(--border);z-index:300;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-drawer__header h2{font-family:var(--font-heading);font-size:1.25rem;letter-spacing:.1em}.cart-drawer__close{font-size:1.75rem;color:var(--text-muted);line-height:1;transition:color var(--transition)}.cart-drawer__close:hover{color:var(--text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:24px}.cart-drawer__empty{text-align:center;padding:60px 20px}.cart-drawer__empty p{color:var(--text-muted);margin-bottom:24px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.05em;margin-bottom:16px}.cart-drawer__view-cart{display:block;text-align:center;margin-top:12px;font-size:.875rem;color:var(--text-muted);text-decoration:underline;transition:color var(--transition)}.cart-drawer__view-cart:hover{color:var(--text)}.cart-drawer-item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;align-items:start;padding:16px 0;border-bottom:1px solid var(--border)}.cart-drawer-item__img{width:80px;height:80px;border-radius:var(--radius);object-fit:cover}.cart-drawer-item__title{font-size:.9rem;margin-bottom:4px}.cart-drawer-item__variant{font-size:.8rem;color:var(--text-muted);margin-bottom:8px}.cart-drawer-item__qty{display:flex;align-items:center;gap:8px}.cart-drawer-item__remove{font-size:.75rem;color:var(--text-muted);text-decoration:underline;margin-top:6px;display:block;background:none;border:none;cursor:pointer;transition:color var(--transition)}.cart-drawer-item__remove:hover{color:#e63946}.cart-drawer-item__price{font-family:var(--font-heading);font-size:1rem}.qty-control{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.qty-control--lg .qty-btn{width:44px;height:44px;font-size:1.25rem}.qty-control--lg .qty-input{width:56px;height:44px;font-size:1rem}.qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text);background:var(--bg-3);transition:background var(--transition)}.qty-btn:hover{background:var(--border)}.qty-input{width:44px;height:36px;text-align:center;background:transparent;border:none;color:var(--text);font-size:.9rem;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery__slide{display:none;border-radius:var(--radius);overflow:hidden}.product-gallery__slide.active{display:block}.product-gallery__slide img{width:100%;aspect-ratio:1;object-fit:cover}.product-gallery__thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.product-gallery__thumb{width:64px;height:64px;border:2px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition);flex-shrink:0}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.8rem;letter-spacing:.15em;color:var(--accent);text-transform:uppercase;margin-bottom:8px}.product-info__title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:.04em;margin-bottom:20px;line-height:1.1}.product-info__pricing{display:flex;align-items:center;gap:12px;margin-bottom:28px}.product-info__price{font-family:var(--font-heading);font-size:1.75rem}.product-info__price--sale{color:#e63946}.product-info__compare{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.product-info__save{background:#e63946;color:#fff;font-size:.8rem;padding:3px 10px;border-radius:2px;font-family:var(--font-heading);letter-spacing:.05em}.product-option{margin-bottom:20px}.product-option__label{display:block;font-family:var(--font-heading);font-size:.9rem;letter-spacing:.1em;margin-bottom:10px;color:var(--text-muted)}.product-option__values{display:flex;gap:8px;flex-wrap:wrap}.option-btn{padding:8px 16px;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;color:var(--text);background:transparent;cursor:pointer;transition:all var(--transition)}.option-btn:hover,.option-btn.active{border-color:var(--accent);background:var(--accent);color:#000}.product-atc{display:flex;gap:12px;margin-bottom:24px;align-items:center}.product-atc__btn{flex:1}.product-trust{display:flex;gap:20px;flex-wrap:wrap;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:20px;font-size:.8rem;color:var(--text-muted)}.product-accordion{border-bottom:1px solid var(--border);margin-bottom:0}.product-accordion summary{padding:16px 0;font-family:var(--font-heading);font-size:1rem;letter-spacing:.08em;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";font-size:1.25rem;transition:transform var(--transition)}.product-accordion[open] summary:after{transform:rotate(45deg)}.product-accordion__body{padding:0 0 20px;color:var(--text-muted);font-size:.9rem;line-height:1.7}.related-products{padding-top:60px;border-top:1px solid var(--border);margin-top:60px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:24px 0;border-bottom:1px solid var(--border);align-items:start}.cart-item__img{border-radius:var(--radius);overflow:hidden}.cart-item__img img{width:100%;aspect-ratio:1;object-fit:cover}.cart-item__title{font-size:1rem;margin-bottom:4px}.cart-item__variant{font-size:.85rem;color:var(--text-muted);margin-bottom:16px}.cart-item__qty-row{display:flex;align-items:center;gap:16px}.cart-item__remove{font-size:.8rem;color:var(--text-muted);text-decoration:underline;transition:color var(--transition)}.cart-item__remove:hover{color:#e63946}.cart-item__price{font-family:var(--font-heading);font-size:1.1rem}.cart-summary{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:28px;position:sticky;top:100px}.cart-summary h2{font-family:var(--font-heading);font-size:1.25rem;letter-spacing:.1em;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.cart-summary__row{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:16px}.cart-summary__note{font-size:.8rem;color:var(--text-muted);margin-bottom:20px}.cart-summary__continue{display:block;text-align:center;margin-top:12px;font-size:.875rem;color:var(--text-muted);text-decoration:underline}.cart-summary__continue:hover{color:var(--text)}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{color:var(--text-muted);margin-bottom:24px;font-size:1.1rem}.collection-header{margin-bottom:40px}.collection-description{color:var(--text-muted);margin-bottom:24px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.collection-count{font-size:.875rem;color:var(--text-muted)}.collection-sort label{font-size:.875rem;color:var(--text-muted);margin-right:8px}.collection-sort select{background:var(--bg-2);color:var(--text);border:1px solid var(--border);padding:6px 12px;border-radius:var(--radius);font-size:.875rem;cursor:pointer}.pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination__btn{padding:10px 16px;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;transition:all var(--transition)}.pagination__btn:hover,.pagination__btn--current{border-color:var(--accent);color:var(--accent)}.search-form{display:flex;gap:12px;margin-bottom:40px}.search-form input{flex:1;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 20px;color:var(--text);font-size:1rem;outline:none;transition:border-color var(--transition)}.search-form input:focus{border-color:var(--accent)}.search-results-count{color:var(--text-muted);margin-bottom:32px}.site-footer{background:var(--bg-2);border-top:1px solid var(--border)}.site-footer__top{padding:64px 0}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:48px}.site-footer__logo-text{font-family:var(--font-heading);font-size:2.5rem;letter-spacing:.2em;display:block;margin-bottom:12px}.site-footer__tagline{color:var(--text-muted);font-size:.9rem;margin-top:8px;margin-bottom:20px}.site-footer__social{display:flex;gap:16px}.site-footer__social a{color:var(--text-muted);transition:color var(--transition)}.site-footer__social a:hover{color:var(--accent)}.site-footer__col-title{font-family:var(--font-heading);font-size:1rem;letter-spacing:.1em;margin-bottom:20px}.site-footer__links li{margin-bottom:10px}.site-footer__links a{font-size:.875rem;color:var(--text-muted);transition:color var(--transition)}.site-footer__links a:hover{color:var(--text)}.site-footer__newsletter-text{font-size:.875rem;color:var(--text-muted);margin-bottom:12px}.site-footer__newsletter{display:flex;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.site-footer__newsletter input{flex:1;background:transparent;border:none;padding:10px 14px;color:var(--text);font-size:.875rem;outline:none}.site-footer__newsletter input::placeholder{color:var(--text-muted)}.site-footer__newsletter button{padding:10px 16px;background:var(--accent);color:#000;font-family:var(--font-heading);font-size:.875rem;letter-spacing:.1em;transition:background var(--transition)}.site-footer__newsletter button:hover{background:var(--accent-dark)}.site-footer__bottom{padding:20px 0;border-top:1px solid var(--border)}.site-footer__bottom .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.site-footer__bottom p{font-size:.8rem;color:var(--text-muted)}.site-footer__payment{display:flex;gap:8px;align-items:center}.payment-icon{height:24px;width:auto}.page-content,.page-search,.page-collection,.page-product,.page-cart{min-height:50vh}.cart-drawer__header h2 span{color:var(--text-muted);font-weight:400}.cart-drawer__promo{background:#000;color:#fff;text-align:center;padding:14px 20px}.cart-drawer__promo strong{display:block;font-size:.9rem;letter-spacing:.03em;font-weight:700}.cart-drawer__promo span{display:block;font-size:.85rem;opacity:.85;margin-top:2px}.cart-progress{padding:8px 4px 28px}.cart-progress__msg{text-align:center;font-size:.95rem;margin-bottom:20px}.cart-progress__msg strong{font-weight:700}.cart-progress__track{position:relative;height:6px;background:var(--border);border-radius:999px;margin:0 12px}.cart-progress__fill{position:absolute;left:0;top:0;height:100%;background:#2e7d46;border-radius:999px;width:0;transition:width .5s ease}.cart-progress__milestone{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.cart-progress__dot{width:34px;height:34px;border-radius:50%;background:var(--border);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .4s ease}.cart-progress__milestone.reached .cart-progress__dot{background:#2e7d46}.cart-progress__label{position:absolute;top:40px;white-space:nowrap;font-size:.72rem;font-weight:700;letter-spacing:.04em}.cart-progress__milestone#milestone-shipping .cart-progress__label{transform:translate(-30%)}.cart-drawer-item{display:grid;grid-template-columns:72px 1fr auto;gap:16px;align-items:start;padding:20px 0;border-bottom:1px solid var(--border)}.cart-drawer-item__img{width:72px;height:72px;border-radius:50%;object-fit:cover;background:var(--bg-3)}.cart-drawer-item__title{font-size:1rem;font-weight:600;margin-bottom:4px}.cart-drawer-item__variant{font-size:.85rem;color:var(--text-muted);margin-bottom:4px}.cart-drawer-item__price{font-size:.95rem;font-weight:600;margin-bottom:10px}.cart-drawer-item__col-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-drawer-item__delete{background:none;border:none;cursor:pointer;color:var(--text-muted);transition:color var(--transition);padding:2px}.cart-drawer-item__delete:hover{color:#e63946}.cart-drawer-item .qty-control{border-radius:var(--radius)}.cart-upsell{padding:24px 0 8px}.cart-upsell__title{font-size:1.05rem;font-weight:700;margin-bottom:16px}.cart-upsell__carousel{display:flex;align-items:center;gap:6px}.cart-upsell__arrow{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color var(--transition)}.cart-upsell__arrow:hover{color:var(--text)}.cart-upsell__viewport{flex:1;overflow:hidden}.cart-upsell__track{display:flex;transition:transform .35s ease}.cart-upsell__card{flex:0 0 100%;box-sizing:border-box;background:var(--bg-3);border-radius:8px;padding:16px;display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:center}.cart-upsell__card img{width:100px;height:100px;object-fit:cover;border-radius:6px;background:#fff}.cart-upsell__card-title{font-size:1.05rem;font-weight:700;margin-bottom:6px;line-height:1.25}.cart-upsell__card-price{font-size:1.05rem;font-weight:700;margin-bottom:12px}.cart-upsell__card-actions{display:flex;gap:8px}.cart-upsell__select{flex:1;background:var(--bg-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;font-size:.9rem;cursor:pointer}.cart-upsell__add{background:var(--accent);color:#000;border:none;border-radius:var(--radius);padding:10px 22px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background var(--transition)}.cart-upsell__add:hover{background:var(--accent-dark)}.cart-protection{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;background:var(--bg-3);border-radius:8px;padding:16px;margin-bottom:16px}.cart-protection__icon{flex-shrink:0}.cart-protection__head{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.cart-protection__head strong,.cart-protection__price{font-size:.95rem;font-weight:700}.cart-protection__text p{font-size:.82rem;color:var(--text-muted);line-height:1.4;margin-top:2px}.toggle{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle__slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:999px;transition:background .25s ease}.toggle__slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .25s ease}.toggle input:checked+.toggle__slider{background:var(--accent)}.toggle input:checked+.toggle__slider:before{transform:translate(22px)}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:16px;background:#000;color:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px 24px;font-size:1.1rem;font-weight:700;transition:opacity var(--transition)}.cart-checkout-btn:hover{opacity:.88}.cart-checkout-btn__lock{display:inline-flex;align-items:center;gap:8px}.cart-checkout-btn__sep{width:1px;height:20px;background:#ffffff4d}.cart-payments,.product-payments{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px}.cart-payment-icon,.product-payment-icon{height:26px;width:auto;border-radius:4px;background:#fff;padding:2px}.product-reviews-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;font-size:.95rem}.product-reviews-link__stars{color:var(--accent);letter-spacing:2px}.product-reviews-link__count{color:var(--text-muted);text-decoration:underline}.product-installments{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:28px;font-size:.95rem;color:var(--text-muted)}.product-installments__badges{display:inline-flex;gap:8px}.installment-badge{font-weight:700;font-size:.8rem;padding:3px 10px;border-radius:999px}.installment-badge--afterpay{background:#b2fce4;color:#000}.installment-badge--zip{background:#1a1a2e;color:#fff}.product-option__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.product-option__selected{color:var(--text-muted);font-weight:400}.product-option__guide{font-size:.9rem;text-decoration:underline;color:var(--text)}.product-option__values--swatch{gap:10px}.swatch-btn{width:42px;height:42px;border-radius:50%;padding:3px;border:2px solid transparent;background:transparent;cursor:pointer;transition:border-color var(--transition)}.swatch-btn__fill{display:block;width:100%;height:100%;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:var(--bg-3)}.swatch-btn.active{border-color:var(--text)}.product-bogo{background:var(--bg-2);border-radius:8px;padding:24px;text-align:center;margin:28px 0}.product-bogo__title{font-weight:800;font-size:1.35rem;letter-spacing:.02em;margin-bottom:12px}.product-bogo__text{font-size:.95rem;color:var(--text-muted);line-height:1.6}.product-atc-btn{width:100%;background:#000;color:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;transition:opacity var(--transition);box-shadow:0 6px 24px #0006}.product-atc-btn:hover{opacity:.9}.product-atc-btn:disabled{opacity:.5;cursor:not-allowed}.product-atc-btn__label{font-family:var(--font-heading);font-size:1.6rem;letter-spacing:.06em}.product-atc-btn__stock{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;letter-spacing:.06em}.product-atc-btn__dot{width:9px;height:9px;border-radius:50%;background:#35c759;display:inline-block}.product-timeline{display:flex;align-items:flex-start;justify-content:space-between;margin:32px 0}.product-timeline__step{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0;width:33%}.product-timeline__icon{width:52px;height:52px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.product-timeline__date{font-size:.9rem;font-weight:700}.product-timeline__label{font-size:.85rem;color:var(--text-muted);margin-top:2px}.product-timeline__line{flex:1;height:2px;background:var(--border);margin-top:26px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid__grid,.trust-bar__inner{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1fr 1fr;gap:32px}.product-layout{grid-template-columns:1fr;gap:40px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.section-padding{padding:48px 0}.site-header__nav{display:none}.site-header__menu-toggle{display:flex}.site-header__inner{grid-template-columns:40px 1fr 40px}.site-header__icons{justify-content:flex-end}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.category-grid__grid{grid-template-columns:repeat(2,1fr);gap:12px}.testimonials__grid{grid-template-columns:1fr}.trust-bar__inner{grid-template-columns:1fr 1fr;gap:16px}.site-footer__grid{grid-template-columns:1fr;gap:32px}.cart-drawer{width:100%;max-width:420px}.hero__title{font-size:clamp(2.5rem,10vw,5rem)}.countdown-banner__inner{gap:12px}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hero__buttons{flex-direction:column;align-items:center}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.cart-item{grid-template-columns:80px 1fr}.cart-item__price{grid-column:2}.product-atc{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/icevlt.css.map */
