:root{--accent: #8DC63F;--accent-dark: #6FA832;--accent-light: #F0F8E8;--accent-border: rgba(141, 198, 63, .4);--bg-white: #FFFFFF;--bg-light: #F7F7F7;--bg-grey: #EFEFEF;--bg-dark: #0F0F0F;--bg-footer: #111111;--text-primary: #1A1A1A;--text-secondary: #444444;--text-muted: #888888;--text-light: #BBBBBB;--text-white: #FFFFFF;--border-light: #E8E8E8;--border-medium: #CCCCCC;--border-dark: #333333;--stock-green: #2E8B57;--sale-red: #E63329;--star-gold: #F5A623;--info-blue: #2D6EB4;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 999px;--shadow-sm: 0 1px 4px rgba(0,0,0,.06);--shadow-md: 0 2px 8px rgba(0,0,0,.08);--shadow-lg: 0 4px 16px rgba(0,0,0,.14);--shadow-xl: 0 8px 40px rgba(0,0,0,.18);--max-w: 1440px;--gutter: clamp(16px, 4vw, 48px);--section-pad: clamp(48px, 7vw, 96px);--density: 1;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--header-h: 72px;--ease: cubic-bezier(.4, 0, .2, 1)}@media(max-width:749px){:root{--section-pad: clamp(24px, 6vw, 40px);--gutter: 16px;--header-h: 60px}body{overflow-x:hidden}}.color-scheme-1{--scheme-bg: var(--bg-white);--scheme-text: var(--text-primary);--scheme-text-muted: var(--text-muted)}.color-scheme-2{--scheme-bg: var(--bg-light);--scheme-text: var(--text-primary);--scheme-text-muted: var(--text-muted)}.color-scheme-3{--scheme-bg: var(--bg-grey);--scheme-text: var(--text-primary);--scheme-text-muted: var(--text-muted)}.color-scheme-dark{--scheme-bg: var(--bg-dark);--scheme-text: var(--text-white);--scheme-text-muted: var(--text-light)}.color-scheme-accent{--scheme-bg: var(--accent-light);--scheme-text: var(--text-primary);--scheme-text-muted: var(--text-secondary)}[class*=color-scheme-]{background-color:var(--scheme-bg);color:var(--scheme-text)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-secondary);background:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .2s var(--ease)}a:hover{color:var(--accent-dark)}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:1rem}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .5em;line-height:1.15}h1{font-weight:800;font-size:clamp(40px,6vw,72px);letter-spacing:-.02em;text-transform:uppercase}h2{font-weight:700;font-size:clamp(28px,4vw,44px);letter-spacing:-.01em}h3{font-weight:600;font-size:clamp(20px,2.5vw,28px)}h4{font-weight:600;font-size:18px}p{margin:0 0 1em}.eyebrow{font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-dark);margin:0 0 .75em}.subtitle{font-size:clamp(15px,2vw,18px);color:var(--text-secondary)}.caption{font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.text-accent{color:var(--accent-dark)}.text-muted{color:var(--text-muted)}.text-white{color:var(--text-white)}.text-center{text-align:center}.line-clamp-1,.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter);width:100%}.container--narrow{max-width:900px}.container--wide{max-width:1480px}.section{padding:var(--section-pad) 0}.section--sm{padding:calc(var(--section-pad) * .5) 0}.section--lg{padding:calc(var(--section-pad) * 1.4) 0}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:clamp(24px,4vw,48px);flex-wrap:wrap}.section-head h2{margin:0}.grid{display:grid;gap:clamp(16px,2vw,28px)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-heading);font-weight:700;font-size:14px;letter-spacing:.04em;text-transform:uppercase;padding:14px 28px;border-radius:var(--radius-sm);transition:all .2s var(--ease);white-space:nowrap;line-height:1;border:2px solid transparent}.btn-primary{background:var(--accent);color:#0f0f0f}.btn-primary:hover{background:var(--accent-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--text-primary);color:#fff}.btn-secondary:hover{background:#000;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;border-color:var(--border-medium);color:var(--text-primary)}.btn-outline:hover{border-color:var(--text-primary)}.btn-ghost{background:var(--bg-grey);color:var(--text-primary)}.btn-ghost:hover{background:var(--border-light)}.btn-sm{padding:9px 16px;font-size:12px}.btn-lg{padding:18px 40px;font-size:16px}.btn-full{width:100%}.btn:disabled,.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn svg{width:18px;height:18px;flex-shrink:0}.btn-lg svg{width:20px;height:20px}.btn-sm svg{width:15px;height:15px}.btn--success{background:var(--stock-green);color:#fff}.btn--loading{position:relative;color:transparent!important}.btn--loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite;top:50%;left:50%;margin:-9px 0 0 -9px;color:#0f0f0f}.form-group{margin-bottom:18px}.form-label{display:block;font-weight:600;font-size:13px;margin-bottom:6px;color:var(--text-primary)}.form-hint{font-size:12px;color:var(--text-muted);margin-top:4px}.input,.select,.textarea{width:100%;padding:13px 16px;border:1px solid var(--border-medium);border-radius:var(--radius-sm);background:#fff;color:var(--text-primary);transition:border-color .2s var(--ease)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--accent)}.input--error{border-color:var(--sale-red)}.input--success{border-color:var(--stock-green)}.textarea{min-height:120px;resize:vertical}.select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23444' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.checkbox,.radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.checkbox input,.radio input{accent-color:var(--accent);width:18px;height:18px}.badge{display:inline-flex;align-items:center;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.05em;padding:4px 9px;border-radius:var(--radius-xs);line-height:1}.badge-bestseller{background:var(--accent);color:#0f0f0f}.badge-new{background:var(--info-blue);color:#fff}.badge-sale{background:var(--sale-red);color:#fff}.badge-vegan,.badge-bio{background:#e3f4e8;color:#1e7a42}.badge-glutenfrei,.badge-laktosefrei{background:#e3eef8;color:#1e5a94}.badge-keto,.badge-zuckerarm{background:#fcefd9;color:#b5740f}.product-card{position:relative;display:flex;flex-direction:column;background:transparent}.product-card__img-wrap{position:relative;aspect-ratio:1/1;background:transparent;border-radius:var(--radius-md);overflow:hidden;padding:0;margin-bottom:12px}.product-card__img{width:100%;height:100%;object-fit:contain;transition:transform .4s var(--ease),opacity .3s}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.product-card__wishlist{position:absolute;top:10px;right:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;z-index:2;background:#ffffffe6;border-radius:50%;color:var(--text-muted);transition:all .2s var(--ease)}.product-card__wishlist:hover{color:var(--sale-red);transform:scale(1.1)}.product-card__wishlist.wishlisted{color:var(--sale-red)}.product-card__actions{position:absolute;bottom:10px;right:10px;opacity:0;transform:translateY(8px);transition:all .25s var(--ease);z-index:2}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__quick-add{width:42px;height:42px;border-radius:50%;background:var(--accent);color:#0f0f0f;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.product-card__quick-add:hover{background:var(--accent-dark);color:#fff}.product-card__vendor{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:3px}.product-card__title{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.3;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__variant{font-size:12px;color:var(--text-muted);margin-bottom:6px}.product-card__rating{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted);margin-bottom:6px}.product-card__price{font-weight:700;font-size:16px;color:var(--text-primary)}.product-card__price-compare{font-weight:400;font-size:13px;color:var(--text-muted);text-decoration:line-through;margin-left:6px}.product-card__benefits{font-size:12px;color:var(--text-muted);margin-top:6px;display:flex;gap:6px;flex-wrap:wrap}.product-card__benefits span:before{content:"\2022  ";color:var(--accent)}.product-card__swatches{display:flex;gap:5px;margin-top:8px}.product-card__swatch{width:16px;height:16px;border-radius:50%;border:1px solid var(--border-light)}.product-card--mini .product-card__img-wrap{margin-bottom:8px}.stars{display:inline-flex;color:var(--star-gold);letter-spacing:1px}.announcement-bar{background:var(--bg-dark);color:#fff;font-size:12px;font-weight:500;letter-spacing:.04em;overflow:hidden}.announcement-bar__inner{display:flex;white-space:nowrap;padding:9px 0}.announcement-bar__track{display:inline-flex;gap:60px;padding-left:60px;animation:marquee 30s linear infinite}.announcement-bar:hover .announcement-bar__track{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.trust-bar-top{background:var(--bg-dark);color:#fff;border-top:1px solid rgba(255,255,255,.08)}.trust-bar-top__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-bar-top__item{display:flex;align-items:center;gap:10px;padding:11px 16px;justify-content:center;font-size:12px}.trust-bar-top__item svg{width:22px;height:22px;flex-shrink:0;color:var(--accent)}.trust-bar-top__title{font-weight:700;text-transform:uppercase;letter-spacing:.04em;display:block}.trust-bar-top__sub{color:var(--text-light);font-size:11px}.site-header{position:sticky;top:0;z-index:100;background:#fff;transition:box-shadow .3s var(--ease)}.site-header.scrolled{box-shadow:var(--shadow-md)}.site-header__inner{display:flex;align-items:center;gap:24px;height:var(--header-h)}.site-logo{flex-shrink:0;display:flex;align-items:center}.site-logo img{max-height:44px;width:auto}.site-nav{display:flex;gap:28px;margin:0 auto}.site-nav__link{position:relative;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-primary);padding:6px 0}.site-nav__link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--accent);transition:width .25s var(--ease)}.site-nav__link:hover:after,.site-nav__link--active:after{width:100%}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-search-trigger{display:flex;align-items:center;gap:10px;background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-pill);padding:9px 16px;color:var(--text-muted);font-size:13px;min-width:200px;transition:border-color .2s}.header-search-trigger svg{width:18px;height:18px;flex-shrink:0}.header-search-trigger span{white-space:nowrap}.header-search-trigger:hover{border-color:var(--border-medium)}.header-icon-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);border-radius:50%;transition:background .2s}.header-icon-btn:hover{background:var(--bg-light)}.header-icon-btn svg{width:22px;height:22px}.cart-count-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:var(--accent);color:#0f0f0f;border-radius:var(--radius-pill);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none}.header-search-bar{position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:var(--shadow-lg);padding:0 var(--gutter);max-height:0;overflow:hidden;transition:max-height .3s var(--ease),padding .3s var(--ease)}.header-search-bar.open{max-height:320px;padding:24px var(--gutter)}.header-search-bar__form{display:flex;gap:12px;max-width:var(--max-w);margin:0 auto}.header-search-bar__form input{flex:1;padding:15px 20px;border:1px solid var(--border-medium);border-radius:var(--radius-sm);font-size:16px}.search-quick-links{display:flex;gap:10px;flex-wrap:wrap;max-width:var(--max-w);margin:14px auto 0;font-size:13px}.search-quick-links a{background:var(--bg-light);padding:6px 14px;border-radius:var(--radius-pill);color:var(--text-secondary)}.search-quick-links a:hover{background:var(--accent-light);color:var(--accent-dark)}.search-page .predictive-results,.search-results-grid{max-width:var(--max-w);margin:18px auto 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s var(--ease);padding:32px var(--gutter);z-index:99}.mega-menu__grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.mega-menu__col h4{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:12px}.mega-menu__col a{display:block;padding:5px 0;font-size:14px;color:var(--text-secondary)}.mega-menu__col a:hover{color:var(--accent-dark)}.mobile-nav{position:fixed;top:0;left:0;bottom:0;width:84%;max-width:360px;background:#fff;z-index:1001;transform:translate(-100%);transition:transform .3s var(--ease);overflow-y:auto;display:flex;flex-direction:column}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border-light)}.mobile-nav__links{padding:12px 20px}.mobile-nav__links a{display:block;padding:14px 0;font-weight:600;font-size:16px;border-bottom:1px solid var(--border-light)}.nav-overlay,.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:opacity .3s;z-index:1000}.nav-overlay.open,.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;z-index:1002;transform:translate(100%);transition:transform .35s var(--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 22px;border-bottom:1px solid var(--border-light)}.cart-drawer__header h3{margin:0;font-size:18px}.cart-drawer__body{flex:1;overflow-y:auto;padding:0 22px}.cart-drawer__footer{border-top:1px solid var(--border-light);padding:18px 22px}.free-shipping-bar{padding:14px 22px;background:var(--bg-light);border-bottom:1px solid var(--border-light)}.free-shipping-bar__msg{font-size:13px;margin-bottom:8px}.free-shipping-bar__msg .success{color:var(--stock-green);font-weight:600}.shipping-progress{height:6px;background:var(--border-light);border-radius:var(--radius-pill);overflow:hidden}.shipping-progress__fill{height:100%;background:var(--accent);border-radius:var(--radius-pill);transition:width .5s var(--ease)}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid var(--border-light)}.cart-item__img img{width:72px;height:72px;object-fit:contain;background:var(--bg-light);border-radius:var(--radius-sm)}.cart-item__name{font-weight:600;font-size:14px;color:var(--text-primary)}.cart-item__variant{font-size:12px;color:var(--text-muted);margin:2px 0 8px}.cart-item__price{font-weight:700;font-size:14px}.cart-item__remove{color:var(--text-muted);font-size:16px;align-self:flex-start}.cart-item__remove:hover{color:var(--sale-red)}.cart-empty{text-align:center;padding:60px 20px}.cart-empty__icon{font-size:48px;margin-bottom:16px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}.cart-summary-row--total{font-weight:700;font-size:18px;color:var(--text-primary)}.payment-icons{display:flex;gap:8px;justify-content:center;margin-top:14px;opacity:.8}.payment-icons img{height:24px;width:auto}.qty-selector{display:inline-flex;align-items:center;border:1px solid var(--border-medium);border-radius:var(--radius-sm);overflow:hidden}.qty-btn{width:36px;height:38px;font-size:18px;color:var(--text-primary);display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--bg-light)}.qty-val{min-width:36px;text-align:center;font-weight:600}.hero{position:relative;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;min-height:clamp(420px,50vw,600px)}.hero__content{padding:40px 0}.hero__content h1{margin-bottom:18px}.hero__content h1 .accent{color:var(--accent-dark);display:block}.hero__subtext{font-size:clamp(16px,2vw,20px);color:var(--text-secondary);max-width:460px;margin-bottom:28px}.hero__ctas{display:flex;gap:14px;flex-wrap:wrap}.hero__media{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.hero__media img{max-height:520px;width:auto;object-fit:contain}.hero--bg-light{background:var(--bg-light)}.hero--bg-grey{background:var(--bg-grey)}.hero--bg-dark{background:var(--bg-dark)}.hero--bg-dark .hero__content h1,.hero--bg-dark .hero__subtext{color:#fff}.trust-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-section__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 16px}.trust-section__item svg{width:40px;height:40px;color:var(--accent-dark)}.trust-section__title{font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:var(--scheme-text, var(--text-primary))}.trust-section__sub{font-size:13px;color:var(--scheme-text-muted, var(--text-muted))}.trust-section__item--bordered{border:1px solid var(--border-light);border-radius:var(--radius-md)}.feature-bar{border:1px solid var(--border-light);border-radius:var(--radius-md);display:grid;grid-template-columns:repeat(4,1fr)}.feature-bar__item{display:flex;align-items:center;gap:14px;padding:24px}.feature-bar__item:not(:last-child){border-right:1px solid var(--border-light)}.feature-bar__icon{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-bar__icon svg{width:24px;height:24px;color:var(--accent-dark)}.feature-bar__title{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.feature-bar__sub{font-size:12px;color:var(--text-muted)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,2vw,24px)}.category-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;aspect-ratio:1/1;background:var(--bg-light);border-radius:var(--radius-lg);padding:24px;text-align:center;overflow:hidden;transition:all .25s var(--ease)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.category-card__icon{width:56px;height:56px;color:var(--accent-dark)}.category-card__icon svg{width:100%;height:100%}.category-card__name{font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-primary)}.category-card__count{font-size:13px;color:var(--text-muted)}.category-card--image{padding:0}.category-card--image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.category-card--image .category-card__name{position:relative;z-index:2;color:#fff}.category-card--image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0009);z-index:1}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.brand-logo{display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);aspect-ratio:3/2}.brand-logo img{max-height:48px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.65;transition:all .25s var(--ease)}.brand-logo:hover img{filter:grayscale(0);opacity:1}.bundle-steps{display:flex;align-items:center;gap:8px;margin-bottom:32px;flex-wrap:wrap}.bundle-step-pill{display:flex;align-items:center;gap:8px;padding:10px 18px;border:2px solid var(--border-light);border-radius:var(--radius-pill);font-weight:600;font-size:14px}.bundle-step-pill.active{border-color:var(--accent);background:var(--accent-light)}.bundle-step-pill.done{border-color:var(--accent)}.bundle-step-num{width:24px;height:24px;border-radius:50%;background:var(--border-light);display:flex;align-items:center;justify-content:center;font-size:12px}.bundle-step-pill.active .bundle-step-num,.bundle-step-pill.done .bundle-step-num{background:var(--accent);color:#0f0f0f}.bundle-product-card{cursor:pointer;border:2px solid transparent;border-radius:var(--radius-md);padding:12px;position:relative;transition:border-color .2s}.bundle-product-card.selected{border-color:var(--accent)}.bundle-product-card.selected:after{content:"\2713";position:absolute;top:8px;right:8px;width:24px;height:24px;background:var(--accent);color:#0f0f0f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.bundle-summary{background:var(--bg-light);border-radius:var(--radius-lg);padding:28px;margin-top:32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.bundle-summary__thumbs{display:flex;gap:8px}.bundle-summary__thumbs img{width:56px;height:56px;object-fit:contain;background:#fff;border-radius:var(--radius-sm)}.bundle-price-block{text-align:right}.bundle-price-block .full{text-decoration:line-through;color:var(--text-muted);font-size:14px}.bundle-price-block .bundle{font-weight:800;font-size:26px;color:var(--text-primary)}.bundle-price-block .save{color:var(--accent-dark);font-weight:600;font-size:13px}.countdown-wrap{display:flex;align-items:center;gap:12px}.countdown{display:inline-flex;align-items:center;gap:6px}.cd-unit{display:flex;flex-direction:column;align-items:center;background:var(--bg-dark);color:#fff;border-radius:var(--radius-sm);padding:8px 10px;min-width:48px}.cd-num{font-weight:800;font-size:20px;line-height:1}.cd-lbl{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin-top:3px}.cd-sep{font-weight:800;font-size:20px}.image-banner--split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,5vw,64px)}.image-banner__media img{width:100%;border-radius:var(--radius-lg)}.image-banner__features{list-style:none;padding:0;margin:20px 0}.image-banner__features li{display:flex;align-items:center;gap:10px;padding:6px 0;font-weight:500}.image-banner__features li:before{content:"\2713";color:var(--accent-dark);font-weight:800}.image-banner--overlay{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:420px;display:flex;align-items:center}.image-banner--overlay .container{position:relative;z-index:2}.photo-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:12px}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-md)}.photo-grid img:first-child{grid-row:1 / 3}.reviews-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:32px}.review-card{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px}.review-card .stars{margin-bottom:12px}.review-card__text{font-size:15px;color:var(--text-secondary);margin-bottom:16px}.review-card__author{font-weight:600;font-size:14px;color:var(--text-primary)}.review-card__verified{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--stock-green);margin-top:4px}.faq-item{border-bottom:1px solid var(--border-light)}.faq-btn{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:20px 0;font-weight:600;font-size:17px;color:var(--text-primary)}.faq-btn__icon{font-size:22px;transition:transform .25s var(--ease);flex-shrink:0;margin-left:16px;color:var(--accent-dark)}.faq-item.open .faq-btn__icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.faq-answer__inner{padding:0 0 20px;color:var(--text-secondary)}.newsletter{display:flex;align-items:center;gap:clamp(20px,4vw,48px);flex-wrap:wrap}.newsletter__icon{width:64px;height:64px;border-radius:50%;border:1.5px solid var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.newsletter__icon svg{width:30px;height:30px;color:var(--accent-dark)}.newsletter__content{flex:1;min-width:280px}.newsletter__content h2{margin-bottom:6px}.newsletter-form{display:flex;gap:10px;max-width:480px;margin-top:16px}.newsletter-form input{flex:1;padding:14px 18px;border:1px solid var(--border-medium);border-radius:var(--radius-sm)}.newsletter__benefits{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;font-size:13px;color:var(--text-secondary)}.newsletter__benefits span:before{content:"\2713  ";color:var(--accent-dark);font-weight:700}.success-msg{color:var(--stock-green);font-weight:600}.article-card{display:flex;flex-direction:column}.article-card__img{aspect-ratio:16/10;border-radius:var(--radius-md);overflow:hidden;margin-bottom:14px}.article-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.article-card:hover .article-card__img img{transform:scale(1.05)}.article-card__meta{font-size:12px;color:var(--text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.article-card__title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.article-card__excerpt{font-size:14px;color:var(--text-secondary)}.promo-banner{border-radius:var(--radius-lg);padding:clamp(32px,5vw,64px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px}.promo-banner__media img{max-height:220px}.collection-hero{padding:32px 0 8px}.collection-header{padding:24px 0}.collection-header h1{margin-bottom:10px}.collection-header__desc{max-width:560px;color:var(--text-secondary)}.collection-hero--image .collection-hero__inner{min-height:300px}.collection-hero--image .collection-header h1{font-size:clamp(40px,6vw,84px)}.collection-header h1{margin-bottom:8px}.collection-header p{max-width:640px;color:var(--text-secondary)}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:36px;align-items:start}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.collection-toolbar--mobile{display:none}@media(max-width:900px){.collection-toolbar--mobile{display:flex}}.collection-toolbar__count{font-size:14px;color:var(--text-muted)}.filter-sidebar{position:sticky;top:calc(var(--header-h) + 20px);align-self:start}.filter-sidebar__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;margin-bottom:8px;border-bottom:2px solid var(--text-primary)}.filter-sidebar__head h3{margin:0;font-size:16px;text-transform:uppercase;letter-spacing:.05em}.filter-reset-link{font-size:13px;color:var(--text-muted);text-decoration:underline}.filter-reset-link:hover{color:var(--accent-dark)}.filter-reset-link--bottom{display:block;text-align:center;margin-top:20px}.filter-group{border-bottom:1px solid var(--border-light)}.filter-group__head{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.filter-group__head::-webkit-details-marker{display:none}.filter-group__icon{position:relative;width:14px;height:14px;flex-shrink:0}.filter-group__icon:before,.filter-group__icon:after{content:"";position:absolute;background:var(--text-primary);transition:transform .25s var(--ease),opacity .25s}.filter-group__icon:before{top:6px;left:0;width:14px;height:2px}.filter-group__icon:after{top:0;left:6px;width:2px;height:14px}.filter-group[open] .filter-group__icon:after{transform:scaleY(0);opacity:0}.filter-group__body{padding:0 0 16px;display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto}.filter-option{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;cursor:pointer}.filter-option input{position:absolute;opacity:0;width:0;height:0}.filter-option__box{width:18px;height:18px;flex-shrink:0;border:1.5px solid var(--border-medium);border-radius:var(--radius-xs);display:flex;align-items:center;justify-content:center;transition:all .15s var(--ease)}.filter-option__box:after{content:"";width:10px;height:10px;background:#fff;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transition:transform .15s var(--ease)}.filter-option input:checked+.filter-option__box{background:var(--accent);border-color:var(--accent)}.filter-option input:checked+.filter-option__box:after{transform:scale(1)}.filter-option input:focus-visible+.filter-option__box{outline:2px solid var(--accent);outline-offset:2px}.filter-option__label{flex:1;color:var(--text-secondary)}.filter-option:hover .filter-option__label{color:var(--text-primary)}.filter-option__count{color:var(--text-muted);font-size:13px;font-variant-numeric:tabular-nums}.filter-option--disabled{opacity:.4;cursor:not-allowed}.filter-price{display:flex;align-items:center;gap:10px;padding:4px 0 8px}.filter-price__field{display:flex;align-items:center;gap:4px;flex:1;border:1px solid var(--border-medium);border-radius:var(--radius-sm);padding:0 10px;background:#fff}.filter-price__currency{font-size:13px;color:var(--text-muted)}.filter-price__field input{width:100%;border:none;padding:9px 0;background:transparent;font-size:14px}.filter-price__field input:focus{outline:none}.filter-price__sep{color:var(--text-muted)}.load-more-wrap{text-align:center;margin-top:44px}.load-more-info{margin-top:14px;font-size:13px;color:var(--text-muted)}.collection-sort{display:inline-flex;align-items:center;gap:8px}.collection-sort__label{font-size:13px;color:var(--text-muted);white-space:nowrap}.collection-sort select{padding:9px 34px 9px 14px;border:1px solid var(--border-medium);border-radius:var(--radius-sm);font-size:14px;font-weight:600;background-color:#fff;cursor:pointer}.mobile-filter-trigger{align-items:center;gap:8px;padding:10px 18px;border:1.5px solid var(--text-primary);border-radius:var(--radius-sm);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.mobile-filter-trigger svg{width:18px;height:18px}.product-grid{display:grid;gap:clamp(16px,2vw,28px)}.product-grid[data-cols="4"]{grid-template-columns:repeat(4,1fr)}.collection-seo{margin-top:48px;padding-top:32px;border-top:1px solid var(--border-light);color:var(--text-secondary);max-width:760px}.mobile-filter-trigger{display:none}.pdp-section{padding-top:24px}.product-layout{display:grid;grid-template-columns:55fr 45fr;gap:clamp(32px,5vw,64px);align-items:start}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:16px;position:sticky;top:calc(var(--header-h) + 20px)}.product-gallery__thumbs{display:flex;flex-direction:column;gap:10px}.product-gallery__thumb{aspect-ratio:1/1;border:1px solid var(--border-light);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;background:var(--bg-light)}.product-gallery__thumb.active{border-color:var(--accent);border-width:2px}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:6px}.product-gallery__main{position:relative;aspect-ratio:1/1;background:transparent;border-radius:var(--radius-lg);overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:24px}.product-gallery__slider,.product-gallery__slide{width:100%;height:100%}.product-gallery__slide:not(:first-child){display:none}.product-gallery__dots,.product-gallery__wish,.pdp-usp-strip,.product-secure-note{display:none}.product-gallery__zoom{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.product-gallery__sale-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--sale-red);color:#fff;font-weight:800;font-size:14px;line-height:1;padding:7px 12px;border-radius:var(--radius-pill)}.product-info h1{font-size:clamp(28px,4vw,40px);margin-bottom:8px}.product-info__subtitle{font-size:16px;color:var(--text-secondary);margin-bottom:14px}a.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:18px;font-size:14px;color:var(--text-muted)}a.product-rating:hover{color:var(--text-secondary)}.product-benefits{list-style:none;padding:0;margin:0 0 22px}.product-benefits li{display:flex;align-items:center;gap:10px;padding:5px 0;font-size:15px;color:var(--text-secondary)}.product-benefits li svg{width:20px;height:20px;color:var(--accent-dark);flex-shrink:0}.product-price-row{margin-bottom:18px}.product-price-block{display:flex;align-items:baseline;gap:12px;margin-bottom:4px;flex-wrap:wrap}.product-price{font-weight:800;font-size:28px;color:var(--text-primary)}.product-price--sale{color:var(--sale-red)}.product-price-compare{font-size:18px;color:var(--text-muted);text-decoration:line-through}.product-savings-pill{align-self:center;background:var(--sale-red);color:#fff;font-weight:700;font-size:12px;line-height:1;padding:5px 10px;border-radius:var(--radius-pill)}.product-tax-note{font-size:13px;color:var(--text-muted);margin:0}.product-stock{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;margin:0 0 14px}.product-stock__dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.product-stock--in{color:var(--stock-green)}.product-stock--in .product-stock__dot{background:var(--stock-green)}.product-stock--low{color:#c77800}.product-stock--low .product-stock__dot{background:#c77800;animation:stock-pulse 1.6s ease-in-out infinite}@keyframes stock-pulse{0%,to{opacity:1}50%{opacity:.35}}.delivery-box{display:flex;align-items:center;gap:12px;background:var(--accent-light);border-radius:var(--radius-md);padding:12px 16px;flex:1;min-width:0}.delivery-box__icon{color:var(--accent-dark);display:flex;flex-shrink:0}.delivery-box__icon svg{width:20px;height:20px}.delivery-box strong{display:block;font-size:13px;font-weight:800;color:var(--accent-dark);line-height:1.25}.delivery-box span{display:block;font-size:12px;color:var(--text-muted);line-height:1.3}.delivery-box--out{background:#fbecec}.delivery-box--out strong{color:#c0392b}.product-payment-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:14px 0 0}.product-payment-row img{width:40px;height:26px;object-fit:contain;border:1px solid var(--border-light);border-radius:4px;background:#fff;padding:2px}.product-payment-row__shipping{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--text-secondary);margin-left:auto}.product-payment-row__shipping svg{width:18px;height:18px;color:var(--accent-dark)}.swatch__img{width:52px;height:52px;border-radius:var(--radius-sm);border:2px solid var(--border-light);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fff;transition:border-color .2s;display:block}.swatch.active .swatch__img{border-color:var(--accent)}.swatch--has-img:hover .swatch__img{border-color:var(--accent-dark)}.size-cards{display:flex;gap:10px;flex-wrap:wrap}.size-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:108px;padding:12px 14px;background:#fff;border:1.5px solid #e4e4e4;border-radius:12px;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.size-card:hover{border-color:var(--accent, #8DC63F)}.size-card.active{border-color:var(--accent, #8DC63F);box-shadow:0 0 0 1px var(--accent, #8DC63F) inset}.size-card.active:after{content:"";position:absolute;top:-7px;right:-7px;width:20px;height:20px;border-radius:50%;background:var(--accent-dark, #6FA832) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;border:2px solid #fff}.size-card__value{font-size:14px;font-weight:800;color:var(--text-primary);line-height:1.2}.size-card__price{font-size:12.5px;font-weight:600;color:var(--text-secondary)}.size-card__unit{font-size:10.5px;color:var(--text-muted)}.size-card__save{position:absolute;right:8px;bottom:8px;background:#e8f5d6;color:#3a6b00;font-size:10px;font-weight:800;padding:2px 7px;border-radius:20px}.flavor-pills{display:flex;gap:9px;flex-wrap:wrap}.flavor-pill{position:relative;display:inline-flex;align-items:center;gap:7px;padding:9px 15px;background:#fff;border:1.5px solid #e4e4e4;border-radius:24px;font-size:13px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:border-color .15s,box-shadow .15s}.flavor-pill:hover{border-color:var(--accent, #8DC63F)}.flavor-pill.active{border-color:var(--accent, #8DC63F);box-shadow:0 0 0 1px var(--accent, #8DC63F) inset}.flavor-pill.active:after{content:"";position:absolute;top:-6px;right:-4px;width:17px;height:17px;border-radius:50%;background:var(--accent-dark, #6FA832) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/9px no-repeat;border:2px solid #fff}.flavor-pill__dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;box-shadow:inset 0 0 0 1px #00000014}.variant-dropdown{position:relative;max-width:340px}.variant-dropdown__select{width:100%;appearance:none;-webkit-appearance:none;padding:13px 42px 13px 16px;border:1.5px solid #e0e0e0;border-radius:12px;background:#fff;font-size:14.5px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:border-color .15s}.variant-dropdown__select:focus{outline:none;border-color:var(--accent)}.variant-dropdown__chev{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.swatch-group[hidden]{display:none!important}.product-dynamic-checkout,.product-trust-row{display:none}.variant-section{margin-bottom:22px}.variant-section__label{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.variant-section__label .selected-val{font-weight:400;text-transform:none;letter-spacing:0;color:var(--text-secondary);margin-left:8px}.swatch-group{display:flex;gap:12px;flex-wrap:wrap}.swatch{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.swatch__color{width:52px;height:52px;border-radius:var(--radius-sm);border:2px solid var(--border-light);transition:border-color .2s}.swatch.active .swatch__color{border-color:var(--accent)}.swatch__label{font-size:11px;color:var(--text-muted)}.size-group{display:flex;gap:10px;flex-wrap:wrap}.size-btn{padding:12px 22px;border:2px solid var(--border-light);border-radius:var(--radius-sm);font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.size-btn.active{border-color:var(--accent);background:var(--accent-light)}.size-btn:disabled{opacity:.4;text-decoration:line-through;cursor:not-allowed}.atc-group{display:flex;flex-direction:column;gap:10px;margin:24px 0}.atc-row{display:flex;gap:12px;align-items:stretch}.atc-row .qty-selector{flex-shrink:0}.atc-row .btn{flex:1}.stock-indicator{display:flex;align-items:center;gap:16px;font-size:14px;flex-wrap:wrap;margin-top:8px}.in-stock{color:var(--stock-green);font-weight:600}.low-stock{color:#c77800;font-weight:600}.out-of-stock{color:var(--sale-red);font-weight:600}.shipping-note{color:var(--text-muted);display:inline-flex;align-items:center;gap:6px}.nutri-stats-bar{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--border-light);border-radius:var(--radius-md);margin:40px 0}.nutri-stat{padding:24px 16px;text-align:center}.nutri-stat:not(:last-child){border-right:1px solid var(--border-light)}.nutri-stat__value{font-weight:800;font-size:26px;color:var(--text-primary);line-height:1}.nutri-stat__label{font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin:8px 0 4px}.nutri-stat__sub{font-size:12px;color:var(--text-muted)}.tabs-nav{display:flex;gap:32px;border-bottom:1px solid var(--border-light);margin-bottom:28px;overflow-x:auto}.tab-nav-btn{position:relative;padding:16px 0;font-weight:600;font-size:15px;color:var(--text-muted);white-space:nowrap}.tab-nav-btn.active{color:var(--text-primary)}.tab-nav-btn.active:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background:var(--accent)}.tab-panel{display:none}.tab-panel.active{display:block;animation:fadeIn .3s var(--ease)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tab-panel__split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.tab-panel__split img{border-radius:var(--radius-md)}.sticky-atc{position:fixed;left:0;right:0;bottom:0;background:#fff;box-shadow:0 -2px 16px #0000001a;transform:translateY(100%);transition:transform .3s var(--ease);z-index:90;padding:12px 0}.sticky-atc.visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.sticky-atc__info{display:flex;align-items:center;gap:12px}.sticky-atc__info img{width:48px;height:48px;object-fit:contain;background:var(--bg-light);border-radius:var(--radius-sm)}.nutri-table{width:100%;border-collapse:collapse}.nutri-table th,.nutri-table td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--border-light);font-size:14px}.nutri-table th{font-weight:700;background:var(--bg-light)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);margin-bottom:16px;flex-wrap:wrap}.breadcrumb a:hover{color:var(--accent-dark)}.breadcrumb .sep{color:var(--border-medium)}.cart-page-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;align-items:start}.cart-table{width:100%}.cart-table__head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding-bottom:14px;border-bottom:2px solid var(--text-primary);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.cart-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:12px;padding:22px 0;border-bottom:1px solid var(--border-light)}.cart-row__product{display:flex;gap:16px;align-items:center}.cart-row__product img{width:84px;height:84px;object-fit:contain;background:var(--bg-light);border-radius:var(--radius-sm)}.cart-row__name{font-weight:600;color:var(--text-primary)}.cart-row__variant{font-size:13px;color:var(--text-muted)}.cart-row__remove{font-size:13px;color:var(--text-muted);text-decoration:underline;margin-top:8px;display:inline-block}.cart-summary{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:28px;position:sticky;top:calc(var(--header-h) + 20px)}.cart-summary h3{font-size:16px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.cart-free-shipping-note{background:var(--accent-light);border-radius:var(--radius-sm);padding:14px 16px;display:flex;gap:10px;align-items:center;margin:16px 0;font-size:13px}.discount-row{display:flex;gap:8px;margin:16px 0}.discount-row input{flex:1;padding:12px 14px;border:1px solid var(--border-medium);border-radius:var(--radius-sm)}.cart-trust{margin-top:20px;display:flex;flex-direction:column;gap:12px}.cart-trust__item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary)}.cart-trust__item svg{width:20px;height:20px;color:var(--accent-dark)}.account-layout{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}.account-nav{position:sticky;top:calc(var(--header-h) + 20px)}.account-nav h3{font-size:14px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.account-nav__link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius-sm);font-weight:500;color:var(--text-secondary);border-left:3px solid transparent}.account-nav__link svg{width:20px;height:20px}.account-nav__link:hover{background:var(--bg-light)}.account-nav__link--active{color:var(--accent-dark);border-left-color:var(--accent);font-weight:600}.account-card{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:24px}.account-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.account-card__head h3{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.05em}.account-greeting{font-size:clamp(24px,3vw,34px);margin-bottom:6px}.loyalty-points{font-weight:800;font-size:40px;color:var(--accent-dark);line-height:1}.loyalty-bar{height:8px;background:var(--border-light);border-radius:var(--radius-pill);overflow:hidden;margin:14px 0 6px}.loyalty-bar__fill{height:100%;background:var(--accent);border-radius:var(--radius-pill)}.order-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border-light)}.order-row img{width:48px;height:48px;object-fit:contain;background:var(--bg-light);border-radius:var(--radius-sm)}.order-status{font-size:13px;display:inline-flex;align-items:center;gap:5px}.order-status:before{content:"\25cf"}.order-status--delivered{color:var(--stock-green)}.order-status--pending{color:#c77800}.cart-overlay:not(.open),.nav-overlay:not(.open),.modal-backdrop:not(.open),.quick-view-modal:not(.open),.upsell-modal:not(.open),.cart-drawer:not(.open),.mobile-nav:not(.open){pointer-events:none}.cart-drawer.open,.mobile-nav.open,.quick-view-modal.open,.upsell-modal.open{pointer-events:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s;z-index:1100}.quick-view-modal:not(.open) .modal-backdrop{opacity:0!important;visibility:hidden!important}.modal-backdrop.open{opacity:1;visibility:visible}.quick-view-modal,.upsell-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1101;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s}.quick-view-modal.open,.upsell-modal.open{opacity:1;visibility:visible}.modal-box{background:#fff;border-radius:var(--radius-lg);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:32px}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:18px;z-index:2}.qv-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.spinner{width:36px;height:36px;border:3px solid var(--border-light);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.upsell-modal__box{max-width:520px}.upsell-product{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border-light)}.upsell-product img{width:56px;height:56px;object-fit:contain;background:var(--bg-light);border-radius:var(--radius-sm)}.up-title{font-weight:600;font-size:14px}.up-price{font-weight:700;color:var(--text-primary)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,100px);background:var(--text-primary);color:#fff;padding:14px 22px;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:1200;font-size:14px;font-weight:500;opacity:0;transition:all .3s var(--ease);max-width:90vw}.toast.show{transform:translate(-50%);opacity:1}.toast--success{border-left:4px solid var(--accent)}.toast--error{border-left:4px solid var(--sale-red)}.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;max-width:480px;background:var(--bg-dark);color:#fff;border-radius:var(--radius-md);padding:20px 22px;box-shadow:var(--shadow-xl);z-index:1150;transform:translateY(150%);transition:transform .4s var(--ease)}.cookie-banner.show{transform:translateY(0)}.cookie-banner p{font-size:13px;color:var(--text-light);margin-bottom:14px}.cookie-banner__actions{display:flex;gap:10px}.back-to-top{position:fixed;bottom:24px;right:24px;width:46px;height:46px;border-radius:50%;background:var(--text-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s var(--ease);z-index:90}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.site-footer{background:var(--bg-footer);color:var(--text-light);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}.footer-col h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:18px}.footer-col a{display:block;padding:5px 0;font-size:14px;color:var(--text-light)}.footer-col a:hover{color:var(--accent)}.footer-logo img{max-height:40px;margin-bottom:16px}.footer-tagline{font-size:14px;margin-bottom:20px}.footer-social{display:flex;gap:12px}.footer-social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}.footer-social a:hover{background:var(--accent);border-color:var(--accent);color:#0f0f0f}.footer-social svg{width:18px;height:18px}.footer-payments{display:flex;gap:8px;flex-wrap:wrap}.footer-payments img{height:26px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;flex-wrap:wrap}.footer-bottom__links{display:flex;gap:24px;flex-wrap:wrap}.footer-bottom__links a:hover{color:var(--accent)}.footer-logo--text{font-weight:800;font-size:22px;color:#fff;letter-spacing:-.01em}.footer-logo__dot{color:var(--accent)}.footer-trust-mini{display:flex;flex-direction:column;gap:8px;margin-top:18px}.footer-trust-mini span{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-light)}.footer-trust-mini svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}.footer-col--brand{max-width:340px}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination span{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid var(--border-light);font-weight:600;font-size:14px}.pagination .current{background:var(--accent);color:#0f0f0f;border-color:var(--accent)}.skeleton{background:linear-gradient(90deg,var(--bg-light) 25%,var(--bg-grey) 50%,var(--bg-light) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-sm)}@keyframes shimmer{to{background-position:-200% 0}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal.revealed{opacity:1;transform:translateY(0)}.error-404{text-align:center;padding:80px 0}.error-404 .code{font-size:clamp(80px,14vw,160px);font-weight:800;color:var(--accent);line-height:1}.hidden{display:none!important}.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}.mt-0{margin-top:0}.mb-0{margin-bottom:0}@media(max-width:1024px){.product-grid[data-cols="4"],.grid-4{grid-template-columns:repeat(3,1fr)}.brand-grid{grid-template-columns:repeat(4,1fr)}.mega-menu__grid{grid-template-columns:repeat(3,1fr)}.collection-layout{grid-template-columns:1fr}.filter-sidebar{display:none}.filter-sidebar.open{display:block;position:fixed;inset:auto 0 0 0;top:0;background:#fff;z-index:1003;overflow-y:auto;padding:24px}.mobile-filter-trigger{display:inline-flex}}@media(max-width:900px){.product-layout{grid-template-columns:1fr}.product-gallery{position:static;grid-template-columns:1fr}.product-gallery__thumbs{flex-direction:row;order:2;overflow-x:auto}.cart-page-layout,.account-layout{grid-template-columns:1fr}.account-nav{position:static}.hero__inner{grid-template-columns:1fr;text-align:center}.hero__ctas{justify-content:center}.image-banner--split,.tab-panel__split{grid-template-columns:1fr}.nutri-stats-bar{grid-template-columns:repeat(2,1fr)}.nutri-stat{border-bottom:1px solid var(--border-light)}.feature-bar{grid-template-columns:repeat(2,1fr)}.feature-bar__item:nth-child(2){border-right:none}}@media(max-width:768px){.site-nav,.header-search-trigger{display:none}.menu-toggle{display:flex}.site-header__inner{gap:12px}.site-logo{margin:0 auto}.trust-bar-top__grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.trust-section__grid,.category-grid{grid-template-columns:repeat(2,1fr)}.cart-table__head{display:none}.cart-row{grid-template-columns:1fr;gap:8px}.promo-banner,.photo-grid{grid-template-columns:1fr}.photo-grid img:first-child{grid-row:auto}}@media(max-width:640px){.product-grid[data-cols="4"],.product-grid[data-cols="3"],.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(3,1fr)}.grid-2,.footer-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}h1{font-size:clamp(32px,9vw,44px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container--narrow{max-width:820px}.container--auth{max-width:460px}.auth-card{background:var(--surface,#fff);border:1px solid var(--border-light,#eee);border-radius:18px;padding:36px}.auth-card h1{font-size:26px;margin-bottom:20px}.auth-card label{display:block;font-weight:600;font-size:14px;margin:14px 0 6px}.auth-card input{width:100%;padding:13px 14px;border:1px solid var(--border-light,#ddd);border-radius:10px;font-size:15px}.auth-card input:focus{outline:none;border-color:var(--accent,#e63027)}.auth-card .btn{margin-top:18px}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--text-muted,#888);margin:22px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-light,#e5e5e5)}.auth-divider span{padding:0 14px;font-size:13px}.auth-link{display:inline-block;margin-top:14px;color:var(--text-muted,#888);font-size:14px;text-decoration:underline}.auth-success{background:#e8f7ee;color:#147a3d;padding:12px 14px;border-radius:10px;font-weight:600}.account-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.account-welcome{color:var(--text-muted,#777);margin-top:4px}.account-layout{display:grid;grid-template-columns:1fr 320px;gap:32px;margin-top:28px}.orders-table{border:1px solid var(--border-light,#eee);border-radius:14px;overflow:hidden}.orders-table__head,.orders-table__row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px;padding:14px 18px;align-items:center}.orders-table__head{background:var(--surface-alt,#f6f6f8);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.03em}.orders-table__row{border-top:1px solid var(--border-light,#eee);text-decoration:none;color:inherit}.orders-table__row:hover{background:var(--surface-alt,#fafafa)}.account-sidebar{background:var(--surface-alt,#f6f6f8);border-radius:14px;padding:24px;height:fit-content}.account-address{font-style:normal;line-height:1.6;margin:12px 0}.address-card{border:1px solid var(--border-light,#eee);border-radius:14px;padding:20px;margin-top:16px;position:relative}.address-card__badge{position:absolute;top:14px;right:14px;background:var(--accent,#e63027);color:#fff;font-size:11px;padding:3px 9px;border-radius:99px;font-weight:700}.address-card__actions{display:flex;gap:8px;margin-top:12px}.address-form-wrap{margin-top:16px;border-top:1px dashed var(--border-light,#ddd);padding-top:16px}.address-form-wrap label{display:block;font-weight:600;font-size:13px;margin:10px 0 5px}.address-form-wrap input{width:100%;padding:11px;border:1px solid var(--border-light,#ddd);border-radius:9px}.btn-sm{padding:7px 14px;font-size:13px}.order-meta{color:var(--text-muted,#777);margin:6px 0 22px}.order-totals{max-width:380px;margin-left:auto;margin-top:22px}.order-addresses{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px}.order-addresses h3{margin-bottom:10px}.product-tabs{margin-top:56px}.tabs-nav{display:flex;gap:6px;border-bottom:2px solid var(--border-light,#eee);flex-wrap:wrap}.tab-nav-btn{background:none;border:none;padding:14px 20px;font-weight:700;font-size:15px;cursor:pointer;color:var(--text-muted,#888);border-bottom:2px solid transparent;margin-bottom:-2px}.tab-nav-btn.active{color:var(--text,#111);border-bottom-color:var(--accent,#e63027)}.tab-panel{display:none;padding:26px 0;line-height:1.7}.tab-panel.active{display:block}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border-light,#eee)}.faq-btn{width:100%;background:none;border:none;text-align:left;padding:20px 0;font-weight:700;font-size:17px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-btn__icon{font-size:24px;transition:transform .25s;color:var(--accent,#e63027)}.faq-btn[aria-expanded=true] .faq-btn__icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer__inner{padding:0 0 20px;color:var(--text-muted,#666);line-height:1.7}.article__header{text-align:center;margin:20px 0 28px}.article__tag{display:inline-block;background:var(--accent,#e63027);color:#fff;padding:4px 12px;border-radius:99px;font-size:12px;font-weight:700;text-transform:uppercase}.article__header h1{font-size:38px;margin:14px 0}.article__meta{color:var(--text-muted,#888)}.article__image{border-radius:16px;overflow:hidden;margin-bottom:28px}.article__image img{width:100%;height:auto;display:block}.article__content{line-height:1.8;font-size:17px}.article__share{display:flex;align-items:center;gap:14px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border-light,#eee)}.article__share a{color:var(--text-muted,#666)}.article__nav{display:flex;justify-content:space-between;margin-top:32px;gap:12px}.blog-tags{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:32px}.blog-tags a{padding:8px 16px;border:1px solid var(--border-light,#ddd);border-radius:99px;text-decoration:none;color:inherit;font-size:14px}.blog-tags a.active{background:var(--text,#111);color:#fff;border-color:var(--text,#111)}.comment{border:1px solid var(--border-light,#eee);border-radius:12px;padding:16px;margin-top:14px}.comment-form{display:grid;gap:12px;margin-top:20px}.comment-form input,.comment-form textarea{padding:12px;border:1px solid var(--border-light,#ddd);border-radius:10px;width:100%}.error-404{text-align:center;padding:60px 0}.error-404 .code{font-size:90px;font-weight:800;color:var(--accent,#e63027);line-height:1}.error-404 h1{font-size:32px;margin:14px 0}.error-404__ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.password-page{margin:0}.password-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0c0c0e,#1a1a1f);color:#fff;text-align:center;padding:24px}.password-screen__inner{max-width:480px}.password-screen__brand{font-size:30px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:24px}.password-screen__logo{margin-bottom:24px}.password-screen h2{font-size:34px;margin-bottom:12px}.password-screen__text{color:#ffffffb3;margin-bottom:24px;line-height:1.6}.password-screen__form{display:flex;gap:10px;max-width:420px;margin:0 auto}.password-screen__form input{flex:1;padding:14px;border-radius:10px;border:none;font-size:15px}.password-screen__enter{margin-top:28px;background:none;border:none;color:#fff9;text-decoration:underline;cursor:pointer;font-size:14px}.password-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:none;align-items:center;justify-content:center;z-index:1000;padding:24px}.password-modal.open{display:flex}.password-modal__box{background:#fff;color:#111;border-radius:16px;padding:32px;max-width:380px;width:100%;position:relative}.password-modal__close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:20px;cursor:pointer}.password-modal__box input{width:100%;padding:13px;border:1px solid #ddd;border-radius:10px;margin:14px 0}.search-page-form{display:flex;gap:10px;max-width:560px;margin:18px 0 28px}.search-page-form input{flex:1;padding:14px;border:1px solid var(--border-light,#ddd);border-radius:10px;font-size:16px}.search-results-count{color:var(--text-muted,#777);margin-bottom:20px}.search-result-card{display:block;padding:18px;border:1px solid var(--border-light,#eee);border-radius:12px;text-decoration:none;color:inherit}.page-header{margin:10px 0 30px;text-align:center}.page-content{line-height:1.8;font-size:17px}.empty-state{text-align:center;padding:60px 0;color:var(--text-muted,#777)}.pagination{display:flex;gap:8px;justify-content:center;margin-top:40px}.pagination a,.pagination span{padding:10px 15px;border:1px solid var(--border-light,#ddd);border-radius:9px;text-decoration:none;color:inherit;font-weight:600}.pagination .current{background:var(--text,#111);color:#fff;border-color:var(--text,#111)}@media(max-width:860px){.account-layout,.order-addresses{grid-template-columns:1fr}.orders-table__head,.orders-table__row{grid-template-columns:1fr 1fr;font-size:14px}.article__header h1{font-size:28px}}.social-proof-popup{position:fixed;bottom:24px;z-index:900;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border-light,#eee);box-shadow:0 12px 40px #00000029;border-radius:14px;padding:12px 16px 12px 12px;max-width:330px;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .4s;pointer-events:none}.social-proof-popup.show{opacity:1;transform:translateY(0);pointer-events:auto}.social-proof-popup--bottom-left{left:24px}.social-proof-popup--bottom-right{right:24px}.social-proof-popup .sp-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.social-proof-popup .sp-img,.social-proof-popup .sp-img-placeholder{width:40px;height:40px;border-radius:10px;object-fit:cover;flex-shrink:0}.social-proof-popup .sp-img-placeholder{display:flex;align-items:center;justify-content:center;background:var(--accent,#c8102e);color:#fff;font-weight:800;font-size:13px}.social-proof-popup .sp-text{display:flex;flex-direction:column;line-height:1.3}.social-proof-popup .sp-main{font-size:13.5px;font-weight:600;color:var(--text,#111)}.social-proof-popup .sp-verified{display:inline-block;margin-left:5px;color:#1a9d4b;font-weight:800}.social-proof-popup .sp-time{font-size:12px;color:var(--text-muted,#888);margin-top:2px}@media(max-width:540px){.social-proof-popup{left:12px;right:12px;max-width:none;bottom:12px}}.collection-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.collection-header__eyebrow{display:inline-block;font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--accent,#c8102e);margin-bottom:8px}.collection-hero--image .collection-header{flex:1;max-width:560px}.collection-hero__media{flex-shrink:0;width:min(440px,42%)}.collection-hero__media img{width:100%;height:auto;border-radius:16px;object-fit:cover;box-shadow:0 14px 40px #0000001f}.filter-section__head{cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.filter-section__head:after{content:"\2304";font-size:18px;line-height:1;transition:transform .25s;opacity:.6}.filter-section.collapsed .filter-section__head:after{transform:rotate(-90deg)}.filter-section.collapsed .filter-option,.filter-section.collapsed .filter-price{display:none}.load-more-wrap{text-align:center;margin-top:40px}#load-more-btn.btn--loading{opacity:.6;pointer-events:none}@media(max-width:860px){.collection-hero__inner{flex-direction:column;align-items:flex-start;gap:20px}.collection-hero__media{width:100%}}.product-recommendations__title{text-align:center;margin-bottom:28px}[data-recommendations] .product-grid{min-height:60px}.badge-bestseller{background:var(--accent);color:#143000;font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:10px}.product-card__img-wrap{border:none;border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.product-card:hover .product-card__img-wrap{box-shadow:none;transform:translateY(-2px)}.product-card__title{font-weight:700;font-size:15px;margin-top:12px}.product-card__benefits{gap:8px;margin-top:10px}.product-card__benefits span{font-size:11px;color:var(--text-muted);background:var(--bg-light);border:1px solid var(--border-light);padding:4px 8px;border-radius:20px;display:inline-flex;align-items:center;gap:5px}.product-card__wishlist{top:9px;right:9px;width:32px;height:32px;border:1px solid var(--border-light);background:#fff}.product-card__wishlist svg{width:16px;height:16px;stroke:#999}.newsletter__checks span:before,.newsletter-benefits span:before{content:"\2713";color:var(--accent-dark);font-weight:800;margin-right:6px}.collection-hero.color-scheme-2,.collection-hero.color-scheme-3{background:linear-gradient(180deg,#fff 0%,var(--bg-light) 100%)}.collection-header__eyebrow{color:var(--accent-dark)}.filter-reset-link--bottom{display:block;margin-top:18px;width:100%;text-align:center;border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:11px;font-weight:600;font-size:13px;color:var(--text-secondary)}.filter-reset-link--bottom:hover{border-color:var(--accent);color:var(--accent-dark)}.site-logo__text{font-weight:800;font-size:22px;letter-spacing:-.02em;color:var(--text,#1A1A1A);text-transform:none}.site-logo__tld{color:var(--accent-dark,#6FA832);font-weight:800}.col-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:6px 0 22px;border-bottom:1px solid var(--border-light)}.col-head__text h1{font-size:clamp(26px,3.4vw,34px);font-weight:800;letter-spacing:-.02em;margin:0}.col-head__desc{color:var(--text-secondary);margin-top:6px;max-width:520px;font-size:14px}.collection-sort--head{flex-shrink:0;white-space:nowrap}.breadcrumb .sep{margin:0 8px;color:#ccc}.collection-hero__media--visual{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:14px;min-height:230px;width:min(440px,42%)}.collection-hero__molecule{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(111,168,50,.18),transparent 62%);opacity:.9}.collection-hero__pack{position:relative;z-index:1;display:grid;place-items:center;text-align:center;font-weight:800;font-size:12px;line-height:1.25;color:#fff;letter-spacing:.04em;background:linear-gradient(180deg,#2f2f2f,#141414);box-shadow:0 14px 30px #0000002e}.collection-hero__pack--tub{width:150px;height:200px;border-radius:14px}.collection-hero__pack--bottle{width:96px;height:160px;border-radius:12px}.collection-hero__pack--shaker{width:84px;height:215px;border-radius:50px 50px 8px 8px;background:linear-gradient(180deg,#2a2a2a,#111);color:#777}.product-card__benefits{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-card__benefits span{font-size:11px;color:var(--text-muted);background:var(--bg-light);border:1px solid var(--border-light);padding:4px 8px;border-radius:20px;display:flex;align-items:center;gap:5px}.product-card__benefits span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent)}.product-card__variant{color:var(--text-muted);font-size:13px;margin-top:2px}.product-card__price{font-weight:800;font-size:16px;margin-top:8px}@media(max-width:860px){.col-head{flex-direction:column;align-items:flex-start;gap:12px}.collection-hero__media--visual{width:100%}}.newsletter-section{padding:0;margin-bottom:0}.newsletter-card{display:flex;align-items:center;gap:40px;border:1.5px solid var(--border-light, #e5e5e5);border-radius:16px;background:#fff;padding:32px 40px;justify-content:space-between}.newsletter-card__left{display:flex;align-items:center;gap:24px;flex:1;min-width:0}.newsletter-card__icon{flex-shrink:0;width:64px;height:64px;border-radius:50%;border:2px solid var(--accent, #6fa832);display:flex;align-items:center;justify-content:center;color:var(--accent-dark, #5a9020)}.newsletter-card__icon svg{width:28px;height:28px}.newsletter-card__heading{font-size:22px;font-weight:900;letter-spacing:-.01em;margin:0 0 6px;line-height:1.1}.newsletter-card__sub{color:var(--text-secondary, #555);font-size:14px;margin:0;max-width:340px}.newsletter-card__right{flex-shrink:0;min-width:340px}.newsletter-card__form{width:100%}.newsletter-card__input-row{display:flex;gap:10px}.newsletter-card__input-row input[type=email]{flex:1;border:1.5px solid var(--border-light, #e0e0e0);border-radius:8px;padding:12px 16px;font-size:14px;outline:none;transition:border-color .2s;background:#fafafa}.newsletter-card__input-row input[type=email]:focus{border-color:var(--accent, #6fa832);background:#fff}.newsletter-card__input-row .btn{white-space:nowrap;padding:12px 24px;font-weight:800;letter-spacing:.04em}.newsletter-card__perks{display:flex;gap:18px;margin-top:12px;flex-wrap:wrap}.newsletter-card__perks span{font-size:13px;color:var(--text-secondary, #555);display:flex;align-items:center;gap:6px}.newsletter-card__perks span svg{width:14px;height:14px;color:var(--accent-dark, #5a9020);flex-shrink:0}.newsletter-card__success{color:var(--accent-dark);font-weight:600;margin-top:8px;display:flex;align-items:center;gap:6px}@media(max-width:900px){.newsletter-card{flex-direction:column;align-items:flex-start;padding:28px 24px;gap:24px}.newsletter-card__right{min-width:0;width:100%}}@media(max-width:540px){.newsletter-card__input-row{flex-direction:column}.newsletter-card__left{flex-direction:column;align-items:flex-start;gap:16px}}.site-footer{background:#fff;border-top:1px solid var(--border-light, #e5e5e5);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:260px repeat(3,1fr) 160px;gap:40px;padding-bottom:48px}.footer-col--brand{grid-column:1}.footer-brand-mark{display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:14px}.footer-brand-mark__box{width:48px;height:48px;background:var(--text, #111);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.footer-brand-mark__o{color:#fff;font-weight:900;font-size:18px;letter-spacing:-.02em}.footer-brand-mark__n{color:var(--accent, #6fa832);font-weight:900;font-size:16px;letter-spacing:-.02em;margin-top:-2px}.footer-brand-mark__name{font-size:15px;font-weight:700;color:var(--text, #111);line-height:1.25}.footer-brand-mark__tld{color:var(--accent-dark, #5a9020)}.footer-tagline{font-size:13px;color:var(--text-muted, #888);line-height:1.6;margin:0 0 20px}.footer-social{display:flex;gap:10px}.footer-social__link{width:36px;height:36px;border:1.5px solid var(--border-light, #e0e0e0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary, #555);transition:border-color .2s,color .2s;text-decoration:none}.footer-social__link:hover{border-color:var(--accent, #6fa832);color:var(--accent-dark, #5a9020)}.footer-col__heading{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text, #111);margin:0 0 18px}.footer-col__link{display:block;font-size:14px;color:var(--text-secondary, #555);padding:5px 0;text-decoration:none;transition:color .15s}.footer-col__link:hover{color:var(--accent-dark, #5a9020)}.footer-payments-grid{display:flex;flex-wrap:wrap;gap:8px}.footer-payment-badge{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--border-light, #ddd);border-radius:6px;padding:5px 10px;font-size:11px;font-weight:800;color:var(--text-secondary, #555);background:#fafafa;letter-spacing:.04em;min-width:44px}.footer-bottom{border-top:1px solid var(--border-light, #e5e5e5);padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom__copy{font-size:13px;color:var(--text-muted, #999)}.footer-bottom__links{display:flex;gap:20px}.footer-bottom__links a{font-size:13px;color:var(--text-muted, #888);text-decoration:none}.footer-bottom__links a:hover{color:var(--text, #111)}@media(max-width:1100px){.footer-grid{grid-template-columns:220px repeat(3,1fr)}.footer-col--payments{grid-column:1 / -1}.footer-payments-grid{flex-direction:row}}@media(max-width:860px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-col--brand{grid-column:1 / -1}}@media(max-width:540px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}.cart-page__heading{font-size:clamp(24px,3vw,32px);font-weight:900;margin-bottom:24px}.cart-page__count{font-weight:400;font-size:.75em;color:var(--text-muted)}.cart-shipping-bar{background:#f7faf2;border:1.5px solid #d6eab8;border-radius:10px;padding:12px 18px;margin-bottom:28px}.cart-shipping-bar__text{font-size:14px;color:var(--text-secondary);display:flex;align-items:center;gap:8px;margin-bottom:8px}.cart-shipping-bar__text svg{width:16px;height:16px;color:var(--accent-dark);flex-shrink:0}.cart-shipping-bar__text--done{color:var(--accent-dark);font-weight:600}.cart-shipping-bar__track{height:6px;background:#e0efd0;border-radius:99px;overflow:hidden}.cart-shipping-bar__fill{height:100%;background:var(--accent, #6fa832);border-radius:99px;transition:width .4s ease}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-table{border:1px solid var(--border-light);border-radius:12px;overflow:hidden}.cart-table__head{display:grid;grid-template-columns:1fr 140px 100px;background:var(--bg-light, #f5f5f5);padding:12px 20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.cart-row{display:grid;grid-template-columns:1fr 140px 100px;align-items:center;padding:20px;border-top:1px solid var(--border-light);gap:16px}.cart-row__product{display:flex;gap:16px;align-items:flex-start}.cart-row__img-wrap{flex-shrink:0;border-radius:8px;overflow:hidden;border:1px solid var(--border-light)}.cart-row__img-wrap img{width:80px;height:80px;object-fit:cover;display:block}.cart-row__info{display:flex;flex-direction:column;gap:4px}.cart-row__name{font-weight:700;font-size:14px;color:var(--text);text-decoration:none}.cart-row__name:hover{color:var(--accent-dark)}.cart-row__variant{font-size:12px;color:var(--text-muted)}.cart-row__unit-price{font-size:13px;color:var(--text-secondary)}.cart-row__remove{background:none;border:none;cursor:pointer;font-size:12px;color:var(--text-muted);padding:0;display:flex;align-items:center;gap:4px;margin-top:4px;transition:color .2s}.cart-row__remove:hover{color:#c0392b}.cart-row__remove svg{width:12px;height:12px}.cart-row__qty{justify-self:center}.cart-row__total{font-weight:800;font-size:15px;justify-self:end}.cart-upsell{margin-top:28px;border:1.5px solid var(--border-light);border-radius:12px;padding:20px}.cart-upsell__heading{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin:0 0 16px;color:var(--text-muted)}.cart-upsell__item{display:flex;align-items:center;gap:14px;padding:10px 0;border-top:1px solid var(--border-light)}.cart-upsell__item:first-of-type{border-top:none}.cart-upsell__item img{width:52px;height:52px;object-fit:cover;border-radius:8px;border:1px solid var(--border-light);flex-shrink:0}.cart-upsell__item-info{flex:1;min-width:0}.cart-upsell__name{font-size:13px;font-weight:600;color:var(--text);text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell__price{font-size:13px;font-weight:800;color:var(--text);margin-top:2px}.cart-upsell__add{flex-shrink:0;white-space:nowrap}.cart-summary{background:var(--bg-light, #f8f8f8);border:1.5px solid var(--border-light);border-radius:16px;padding:28px;position:sticky;top:100px}.cart-summary__heading{font-size:18px;font-weight:900;margin:0 0 20px}.cart-summary-lines{border-top:1px solid var(--border-light);padding-top:16px;margin-bottom:16px}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:14px;color:var(--text-secondary)}.cart-summary-row--discount{color:#27ae60;font-weight:600}.cart-summary-row--total{font-size:17px;font-weight:900;color:var(--text);border-top:2px solid var(--border-light);padding-top:16px;margin-top:8px}.cart-summary__shipping-note{font-size:12px;color:var(--text-muted)}.cart-discount-row{display:flex;gap:8px;margin-bottom:16px}.cart-discount-row input{flex:1;border:1.5px solid var(--border-light);border-radius:8px;padding:10px 14px;font-size:13px}.cart-summary__vat{font-size:11px;color:var(--text-muted);margin:8px 0 16px}.cart-checkout-btn{font-size:16px;font-weight:900;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;gap:8px}.cart-checkout-btn svg{width:16px;height:16px;flex-shrink:0}.cart-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border-light)}.cart-trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;font-size:11px;color:var(--text-muted)}.cart-trust-badge svg{width:18px;height:18px;color:var(--accent-dark)}.cart-payment-icons{display:flex;gap:6px;flex-wrap:wrap;margin-top:16px;justify-content:center}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr 320px}}@media(max-width:800px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-table__head,.cart-row{grid-template-columns:1fr 100px 80px}}@media(max-width:560px){.cart-table__head{display:none}.cart-row{grid-template-columns:1fr;gap:12px}.cart-row__qty,.cart-row__total{justify-self:start}}.trust-bar-top__item svg{width:20px;height:20px;flex-shrink:0}.stock-indicator svg,.shipping-note svg{width:15px;height:15px;vertical-align:middle;flex-shrink:0}.feature-bar__icon svg{width:28px;height:28px}.cart-trust-badge svg{width:20px;height:20px}.header-icon-btn svg{width:20px;height:20px}.header-search-trigger svg{width:18px;height:18px}.footer-social__link svg{width:16px;height:16px}.has-mega{position:static}.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:3px solid var(--accent, #6fa832);box-shadow:0 20px 60px #0000001f;padding:32px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:200}.has-mega:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu__grid{max-width:var(--max-w, 1280px);margin:0 auto;padding:0 var(--gutter, 24px);display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.mega-menu__col h4{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(--border-light)}.mega-menu__col a{display:block;padding:6px 0;font-size:14px;color:var(--text-secondary);text-decoration:none;transition:color .15s,padding-left .15s}.mega-menu__col a:hover{color:var(--accent-dark, #5a9020);padding-left:4px}@media(max-width:1024px){.mega-menu__grid{grid-template-columns:repeat(3,1fr)}}.mobile-nav__links{display:flex;flex-direction:column}.mobile-nav__item{border-bottom:1px solid var(--border-light)}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;font-size:15px;font-weight:600;color:var(--text);text-decoration:none;cursor:pointer;background:none;border:none;width:100%;text-align:left}.mobile-nav__link svg{width:16px;height:16px;transition:transform .22s;flex-shrink:0}.mobile-nav__item.open .mobile-nav__link svg{transform:rotate(180deg)}.mobile-nav__sub{display:none;background:var(--bg-light);padding:8px 0}.mobile-nav__item.open .mobile-nav__sub{display:block}.mobile-nav__sub a{display:block;padding:10px 28px;font-size:14px;color:var(--text-secondary);text-decoration:none}.mobile-nav__sub a:hover{color:var(--accent-dark)}.wishlist-page__empty{text-align:center;padding:80px 20px}.wishlist-page__empty .cart-empty__icon{margin-bottom:16px}.wishlist-page__empty .cart-empty__icon svg{width:48px;height:48px;color:var(--text-muted)}.wishlist-page__loading{display:flex;justify-content:center;padding:60px}.loading-spinner{width:36px;height:36px;border:3px solid var(--border-light);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-wishlist{flex:0 0 auto;align-self:stretch;width:56px;min-width:56px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#fff;border:1.5px solid var(--border, #e2e2e2);border-radius:var(--radius, 12px);color:#9aa0a6;cursor:pointer;transition:color .15s,border-color .15s,background .15s,transform .1s}.btn-wishlist svg{width:22px;height:22px}.btn-wishlist:hover{color:#e74c3c;border-color:#e74c3c;background:#fff5f5}.btn-wishlist:active{transform:scale(.95)}.btn-wishlist--active svg,.btn-wishlist--active{color:#e74c3c!important}.btn-wishlist--active{border-color:#e74c3c!important;background:#fff5f5}.btn-wishlist--active svg{fill:#e74c3c}.feature-bar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border-light);border-radius:12px;overflow:hidden;margin:32px 0}.feature-bar__item{display:flex;align-items:center;gap:14px;padding:18px 20px;border-right:1px solid var(--border-light)}.feature-bar__item:last-child{border-right:none}.feature-bar__icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1.5px solid var(--border-light);display:flex;align-items:center;justify-content:center;color:var(--accent-dark)}.feature-bar__value{font-size:16px;font-weight:900;color:var(--text);line-height:1}.feature-bar__title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--text);margin-top:2px}.feature-bar__sub{font-size:11px;color:var(--text-muted);margin-top:1px}.product-feature-bar{margin:32px 0 0}.product-feature-bar--inline{display:none}@media(max-width:860px){.feature-bar{grid-template-columns:repeat(2,1fr)}.feature-bar__item:nth-child(2){border-right:none}.feature-bar__item:nth-child(1),.feature-bar__item:nth-child(2){border-bottom:1px solid var(--border-light)}}@media(max-width:749px){.product-tabs~.product-feature-bar,.product-layout~.product-feature-bar:not(.product-feature-bar--inline){display:none!important}.product-feature-bar--inline{display:grid!important}}@media(max-width:480px){.feature-bar{grid-template-columns:1fr 1fr}}.cart-empty{text-align:center;padding:80px 20px}.cart-empty__icon{margin-bottom:20px}.cart-empty__icon svg{width:56px;height:56px;color:var(--text-muted, #ccc)}.cart-empty h2{font-size:22px;font-weight:800;margin-bottom:10px}.cart-empty p{color:var(--text-secondary);margin-bottom:28px}svg{display:inline-block;vertical-align:middle}.trust-box{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.trust-box__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:20px 16px;background:var(--bg-light);border-radius:10px;border:1px solid var(--border-light)}.trust-box__item svg{width:36px!important;height:36px!important;flex-shrink:0;color:var(--accent-dark)}.trust-box__item strong{font-size:13px;font-weight:800;color:var(--text);display:block}.trust-box__item span{font-size:12px;color:var(--text-muted);line-height:1.4}@media(max-width:640px){.trust-box{grid-template-columns:1fr}}.collection-banner-hero{position:relative;width:100%;overflow:hidden;background:var(--bg-light)}.collection-banner-hero__img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;object-position:center}.collection-banner-hero__overlay{position:absolute;bottom:0;left:0;right:0;padding:20px var(--gutter, 24px);background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 100%)}.collection-banner-hero__title{color:#fff;font-size:clamp(24px,4vw,48px);font-weight:900;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.35);letter-spacing:-.02em}.footer-logo-img{height:40px;width:auto;max-width:160px;object-fit:contain}.footer-payment-badge--img{padding:4px 6px;background:#fff}.footer-payment-badge--img img{height:28px;width:auto;display:block}svg:not([width]):not([height]){max-width:100%}img,svg{max-width:100%}.menu-toggle{display:flex!important;width:44px;height:44px;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--text, #111);padding:0;border-radius:8px;-webkit-tap-highlight-color:transparent}.menu-toggle svg{width:24px!important;height:24px!important;stroke:var(--text,#111)}@media(min-width:1024px){.menu-toggle{display:none!important}}@media(max-width:1023px){.site-header__inner{grid-template-columns:44px 1fr auto;gap:8px}.site-nav{display:none!important}.header-search-trigger{display:none}#search-toggle-mobile{display:none!important}.site-logo{justify-self:center}.site-header__inner{flex-wrap:wrap}.header-search-pill{display:block!important;order:3;flex:0 0 100%!important;max-width:100%!important;width:100%!important;margin:8px 0 4px!important;grid-column:1 / -1!important}.header-actions{gap:4px}.header-icon-btn{width:40px;height:40px;min-width:40px}}@media(max-width:640px){.trust-bar-top{display:none}}.mobile-nav{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);background:#fff;z-index:600;transform:translate(-100%);transition:transform .28s ease;overflow-y:auto;display:flex;flex-direction:column;box-shadow:4px 0 32px #0000002e}.mobile-nav.open{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-light);font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;position:sticky;top:0;background:#fff;z-index:1}.mobile-nav__header #mobile-nav-close{color:var(--text)}.nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:590;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nav-overlay.open{display:block}@media(max-width:768px){.product-grid[data-cols="4"],.product-grid[data-cols="3"]{grid-template-columns:repeat(2,1fr);gap:12px}.product-card__title{font-size:13px}.product-card__price{font-size:14px}}@media(max-width:400px){.product-grid[data-cols="4"],.product-grid[data-cols="3"],.product-grid[data-cols="2"]{grid-template-columns:1fr 1fr;gap:10px}}@media(max-width:860px){.product-layout{grid-template-columns:1fr;gap:24px}.feature-bar{grid-template-columns:1fr 1fr}.feature-bar__item:nth-child(2){border-right:none}.feature-bar__item:nth-child(3){border-right:1px solid var(--border-light)}.product-tabs .tabs-nav{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}@media(max-width:540px){.product-price-block{flex-wrap:wrap}.atc-group .atc-row{flex-direction:column;gap:10px}#atc-btn{width:100%}.feature-bar{grid-template-columns:1fr 1fr}.feature-bar__value{font-size:14px}.feature-bar__title{font-size:10px}.trust-box{grid-template-columns:1fr}}@media(max-width:640px){.cart-page__heading{font-size:22px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-table__head{display:none}.cart-row{grid-template-columns:1fr;gap:8px;padding:16px}.cart-row__qty,.cart-row__total{justify-self:start}.cart-trust-badges{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr;gap:24px;padding-bottom:32px}.footer-col--brand{grid-column:1}.site-footer{padding:40px 0 0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.footer-bottom__links{gap:14px}}@media(max-width:640px){.newsletter-card{padding:20px 16px;gap:20px}.newsletter-card__input-row{flex-direction:column;gap:8px}.newsletter-card__input-row .btn{width:100%;text-align:center}.newsletter-card__perks{flex-direction:column;gap:6px}}@media(max-width:768px){.collection-layout{grid-template-columns:1fr}.filter-sidebar{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#fff;overflow-y:auto;padding:20px}.filter-sidebar.open{display:block}.col-head{flex-direction:column;gap:12px}.collection-banner-hero__img{max-height:240px!important}}@media(max-width:640px){.section{padding:32px 0}h1{font-size:clamp(22px,6vw,32px)}h2{font-size:clamp(18px,5vw,26px)}.container{padding:0 16px}.btn-lg{padding:14px 20px;font-size:15px}.sticky-atc{bottom:0;padding:12px 16px}.sticky-atc__inner{gap:12px}}button,.btn,a.header-icon-btn,.filter-option,.size-btn,.swatch{min-height:44px}.filter-option{min-height:40px}input,select{min-height:44px}.product-card{border:none!important;box-shadow:none!important;background:transparent!important}.product-card:hover{box-shadow:none!important}.product-card__img-wrap{border-radius:12px;overflow:hidden;background:var(--bg-light, #f5f5f5);aspect-ratio:1;display:block}.product-card__img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__benefits{display:flex;flex-direction:column;gap:4px;margin-top:8px}.product-card__benefits span{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;line-height:1.3;color:var(--text, #111);background:transparent;padding:0;border:none;border-radius:0}.product-card__benefits span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent, #a3d900);flex-shrink:0}.product-card__wishlist{position:absolute;top:10px;right:10px;width:36px!important;height:36px!important;min-height:36px!important;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;background:#ffffffe6;border:none;box-shadow:0 2px 8px #0000001f;cursor:pointer;transition:background .2s,transform .2s;padding:0!important}.product-card__wishlist:hover{background:#fff;transform:scale(1.1)}.product-card__wishlist svg{width:16px!important;height:16px!important}.product-card__wishlist.active svg,.product-card__wishlist[data-wishlist-active] svg{color:#e53e3e;fill:#e53e3e}.filter-option__label{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;font-size:12px;line-height:1.4}.filter-option{align-items:flex-start!important;min-height:auto!important;padding:6px 0}.filter-group__body{display:flex;flex-direction:column;gap:2px}.product-gallery__main{position:relative;width:100%;aspect-ratio:1;background:var(--bg-light, #f5f5f5);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important}.product-gallery__zoom{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffffd9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.trust-bar-icon{display:flex;align-items:center}.trust-bar-icon svg{width:20px!important;height:20px!important}.trust-bar-icon-img{width:20px;height:20px;object-fit:contain}.product-card__title{font-size:14px;font-weight:700;line-height:1.3;color:var(--text, #111);display:block;margin-top:10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price{margin-top:6px;font-size:15px;font-weight:800}.product-card__rating{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-muted);margin-top:4px}.product-card__vendor{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:8px}.product-card__variant{font-size:12px;color:var(--text-muted);margin-top:2px}.product-gallery{display:flex!important;flex-direction:row!important;gap:12px!important;grid-template-columns:unset!important;align-items:flex-start}.product-gallery__thumbs{display:flex!important;flex-direction:column!important;gap:8px!important;width:76px!important;flex-shrink:0!important;order:0}.product-gallery__main{flex:1!important;min-width:0!important;order:1;position:relative;aspect-ratio:1!important;background:var(--bg-light)!important;border-radius:16px!important;overflow:hidden!important}.product-gallery__main img{width:100%!important;height:100%!important;object-fit:contain!important;padding:20px!important;display:block!important;max-height:unset!important}.product-gallery__thumb{width:76px!important;height:76px!important;aspect-ratio:1!important;flex-shrink:0!important}.product-card{background:transparent!important;box-shadow:none!important;border:none!important}.product-card__img-wrap{border:none!important;box-shadow:none!important}.product-card__img-wrap{background:none!important;border:none!important;outline:none!important;box-shadow:none!important;padding:0!important}.product-card{background:none!important;border:none!important;box-shadow:none!important;outline:none!important}.product-card__img{border-radius:12px!important;background:var(--bg-light, #f5f5f5)!important;padding:8px!important}.product-gallery,.product-gallery__main{border:none!important;outline:none!important;box-shadow:none!important}.feature-bar{border:none!important;box-shadow:none!important}.collection-hero{position:relative;width:100%;height:var(--hero-h, 380px);overflow:hidden;display:block}.collection-hero__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:40px clamp(20px,6vw,80px);max-width:520px;background:linear-gradient(to right,rgba(255,255,255,.72) 0%,rgba(255,255,255,.18) 70%,transparent 100%)}.collection-hero__overlay--dark{background:linear-gradient(to right,rgba(0,0,0,.65) 0%,rgba(0,0,0,.2) 70%,transparent 100%);color:#fff}.collection-hero__eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 10px}.collection-hero__headline{font-size:clamp(22px,3.5vw,42px);font-weight:900;line-height:1.1;margin:0 0 12px;color:var(--text-primary);text-transform:uppercase}.collection-hero__overlay--dark .collection-hero__headline{color:#fff}.collection-hero__accent{color:var(--accent)}.collection-hero__desc{font-size:14px;line-height:1.5;color:var(--text-muted);margin:0 0 16px;max-width:320px}.collection-hero__overlay--dark .collection-hero__desc{color:#fffc}.collection-hero__trust{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.collection-hero__trust li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-primary)}.collection-hero__overlay--dark .collection-hero__trust li{color:#fff}.collection-hero__trust svg{color:var(--accent);width:16px;height:16px;flex-shrink:0}.collection-section{padding-top:24px!important}.collection-section .container{max-width:1440px!important;padding:0 clamp(16px,3vw,40px)!important}.collection-layout{display:grid!important;grid-template-columns:240px 1fr!important;gap:28px!important;align-items:start!important}.filter-sidebar{width:240px!important;min-width:0}.collection-main{min-width:0}.filter-price-slider{padding:8px 0 4px}.filter-price-slider__track{position:relative;height:4px;background:var(--border-light, #e5e5e5);border-radius:4px;margin:16px 0}.filter-price-slider__fill{position:absolute;height:100%;border-radius:4px;background:var(--accent, #a3d900);top:0;left:0%;right:0%}.filter-price-slider__range{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:4px;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;pointer-events:none;margin:0}.filter-price-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--accent, #a3d900);box-shadow:0 1px 4px #00000026;pointer-events:all;cursor:grab;position:relative;z-index:2}.filter-price-slider__range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--accent, #a3d900);pointer-events:all;cursor:grab}.filter-price-slider__range--min,.filter-price-slider__range--max{z-index:1}.filter-price-slider__labels{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--text-primary);margin-top:8px}.filter-show-more{background:none;border:none;padding:6px 0;margin-top:4px;font-size:12px;font-weight:600;color:var(--accent, #a3d900);cursor:pointer;display:flex;align-items:center;gap:4px}.filter-show-more:hover{text-decoration:underline}.product-card__footer{margin-top:10px;padding-top:0}.product-card__atc{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;padding:10px 16px;border-radius:8px;transition:transform .15s,box-shadow .15s}.product-card__atc:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #a3d9004d}.product-card__atc--sold-out{opacity:.5;cursor:not-allowed}.product-card__rating{display:flex!important;align-items:center;gap:4px;font-size:12px;color:var(--text-muted);margin-bottom:4px}.product-card__rating .rating-stars{color:#f59e0b}.product-card__title{display:block;margin-bottom:2px}.product-card__price{margin-bottom:6px}.collection-section .container{max-width:none!important;padding-left:24px!important;padding-right:24px!important}.info-bar{background:#111;color:#fff;font-size:12px;font-weight:500;padding:7px 0}.info-bar__inner{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.info-bar__left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.info-bar__item{display:flex;align-items:center;gap:5px;white-space:nowrap}.info-bar__item svg{width:14px;height:14px;color:var(--accent)}.info-bar__sep{color:#ffffff59;font-size:11px}.info-bar__right{display:flex;align-items:center;gap:8px}.info-bar__link{color:#ffffffbf;text-decoration:none;font-size:12px;transition:color .15s}.info-bar__link:hover{color:#fff}.site-header{background:#fff;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100}.site-header__inner{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:16px;height:68px}.site-logo{flex-shrink:0}.site-nav{display:flex;align-items:center;gap:4px;flex-shrink:0}.header-search-pill{flex:1;max-width:420px;min-width:200px;margin:0 auto;position:relative}.header-search-pill__form{display:flex;align-items:center;background:#f5f5f5;border-radius:100px;border:1px solid transparent;transition:border-color .2s,box-shadow .2s;overflow:hidden}.header-search-pill__form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #a3d90026;background:#fff}.header-search-pill__input{flex:1;border:none;background:transparent;padding:10px 16px;font-size:14px;color:var(--text-primary);outline:none;min-width:0}.header-search-pill__input::placeholder{color:var(--text-muted)}.header-search-pill__btn{background:none;border:none;padding:10px 14px;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;transition:color .15s}.header-search-pill__btn:hover{color:var(--accent)}.header-search-pill__btn svg{width:18px;height:18px}.header-search-trigger,.header-search-bar{display:none!important}.trust-bar-bottom{background:#fff;border-bottom:1px solid var(--border-light);padding:14px 0}.trust-bar-bottom__grid{max-width:1440px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-bar-bottom__item{display:flex;align-items:center;gap:12px}.trust-bar-bottom__icon{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.trust-bar-bottom__icon svg{width:24px;height:24px}.trust-bar-bottom__title{display:block;font-size:13px;font-weight:700;color:var(--text-primary);line-height:1.2}.trust-bar-bottom__sub{display:block;font-size:12px;color:var(--text-muted);margin-top:1px;line-height:1.3}.product-card__qty-row{display:flex;align-items:center;gap:8px}.qty-stepper{display:flex;align-items:center;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;flex:1}.qty-stepper__btn{background:none;border:none;width:34px;height:38px;font-size:18px;font-weight:400;line-height:1;cursor:pointer;color:var(--text-primary);transition:background .15s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.qty-stepper__btn:hover{background:var(--bg-light)}.qty-stepper__val{flex:1;text-align:center;font-size:14px;font-weight:600;border-left:1px solid var(--border-light);border-right:1px solid var(--border-light);padding:0 4px;min-width:28px;line-height:38px}.product-card__atc-icon{width:40px;height:40px;flex-shrink:0;padding:0;border-radius:8px;display:flex;align-items:center;justify-content:center}.product-card__atc-icon:hover{transform:translateY(-1px);box-shadow:0 4px 12px #a3d90059}:root{--site-padding: clamp(16px, 3vw, 48px);--max-w: 1440px}.container{max-width:min(var(--max-w, 1440px),1500px)!important;margin-left:auto!important;margin-right:auto!important;width:100%!important;padding-left:var(--site-padding)!important;padding-right:var(--site-padding)!important}.container--readable,.template-page main .rte,.template-article .article__body{max-width:1400px!important;margin-left:auto!important;margin-right:auto!important}.section,.section--padded{width:100%}.info-bar__inner,.site-header__inner,.trust-bar-bottom__grid{padding-left:var(--site-padding)!important;padding-right:var(--site-padding)!important}.site-nav{gap:0!important}.site-nav__link{padding:6px 14px!important;font-size:13px!important;letter-spacing:.04em!important}.collection-hero{margin:16px var(--site-padding)!important;width:auto!important;border-radius:16px!important;overflow:hidden!important}@media(max-width:900px){.site-nav{display:none!important}.menu-toggle{display:flex!important}.header-search-pill{display:block!important}.header-icon-btn--search-mobile{display:none!important}.site-header__inner{gap:10px!important}.info-bar__right{display:none!important}.info-bar__left .info-bar__item:nth-child(n+3),.info-bar__left .info-bar__sep:nth-child(n+3){display:none!important}.trust-bar-bottom__grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.collection-hero{margin:12px!important}}@media(max-width:600px){.trust-bar-bottom{display:block!important}.collection-hero{margin:8px!important;border-radius:12px!important}.info-bar{padding:6px 0}.info-bar__inner{flex-direction:column;gap:4px;padding:0 12px!important}.info-bar__left{justify-content:center}}.site-footer,.footer-section,section[class*=footer]{width:100%!important}.site-footer .container,.footer-section .container,.newsletter .container{max-width:none!important;padding-left:var(--site-padding)!important;padding-right:var(--site-padding)!important}.collection-section{padding-top:20px!important}.collection-section .container{max-width:none!important;padding-left:var(--site-padding)!important;padding-right:var(--site-padding)!important}.collection-layout{grid-template-columns:220px 1fr!important}html,body{overflow-x:hidden!important;max-width:100%!important}*{box-sizing:border-box}.site-footer .container,.newsletter-section .container{max-width:none!important;padding-left:var(--site-padding)!important;padding-right:var(--site-padding)!important;width:100%!important}.collection-hero__overlay{max-width:min(520px,55%)!important;overflow:hidden}@media(max-width:640px){.collection-hero{margin:8px!important;border-radius:12px!important}.collection-hero__overlay{max-width:75%!important;padding:20px!important}.collection-hero__headline{font-size:clamp(18px,6vw,28px)!important}.collection-hero__desc{display:none!important}}.product-card__img-wrap{background:#fff!important}.site-header__inner,.info-bar__inner,.trust-bar-bottom__grid{max-width:none!important}@media(max-width:900px){.collection-layout{grid-template-columns:1fr!important}.filter-sidebar{display:none!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:200!important;background:#fff!important;max-width:320px!important;width:320px!important;overflow-y:auto!important;padding:20px!important;box-shadow:4px 0 24px #00000026!important}.filter-sidebar.mobile-open{display:block!important}.collection-toolbar--mobile{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 0!important;border-bottom:1px solid var(--border-light)!important;margin-bottom:16px!important}.mobile-filter-trigger{display:flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;border:1px solid var(--border-light)!important;border-radius:8px!important;background:#fff!important;font-size:14px!important;font-weight:600!important;cursor:pointer!important}.product-grid{grid-template-columns:repeat(2,1fr)!important}.qty-stepper__btn{width:28px!important;height:34px!important}.product-card__atc-icon{width:36px!important;height:36px!important}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.product-card__footer{margin-top:6px!important}}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199;display:none}.filter-overlay.active{display:block}:root{--bg-light: #ffffff}.product-gallery__thumb{background:#fff!important;border:1px solid #e8e8e8!important}.product-gallery__thumb.active{border-color:var(--accent)!important;border-width:2px!important}.product-gallery__main{background:#fff!important}.product-card__img-wrap{background:transparent!important;border:none!important;box-shadow:none!important}.section.color-scheme-2,[class*=color-scheme-2]{background-color:#fff!important}.info-bar__centered{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.info-bar__item{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;padding:0 24px;white-space:nowrap}.info-bar__icon{color:var(--accent);flex-shrink:0}.info-bar__highlight{color:var(--accent);font-weight:800}.info-bar__pipe{color:#ffffff4d;font-size:14px;flex-shrink:0;line-height:1}.trust-bar-bottom__grid{display:grid;grid-template-columns:repeat(4,1fr)!important}.trust-bar-bottom__item{padding:16px 24px;border-right:1px solid var(--border-light)}.trust-bar-bottom__item:last-child{border-right:none}.trust-bar-bottom__title{font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important;display:block!important}.trust-bar-bottom__sub{font-size:12px!important;color:var(--text-muted)!important}.trust-bar-bottom__icon svg{color:var(--text-primary)!important}.newsletter-section{padding:32px 0!important;background:transparent!important}.newsletter-section .container{background:transparent!important}.nl-dark-card{display:grid;grid-template-columns:1fr 1fr;background:#1a1a1a;border-radius:20px;overflow:hidden;min-height:340px;position:relative}.nl-dark-card__content{padding:44px 48px;display:flex;flex-direction:column;justify-content:center;gap:16px;color:#fff;position:relative;z-index:1}.nl-dark-card__badge{display:inline-flex;align-items:center;gap:6px;background:#a3d90026;border:1px solid rgba(163,217,0,.3);color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.08em;padding:5px 12px;border-radius:100px;width:fit-content}.nl-dark-card__heading{font-size:clamp(28px,3.5vw,44px)!important;font-weight:900!important;line-height:1.05!important;color:#fff!important;margin:0!important}.nl-accent{color:var(--accent)}.nl-dark-card__sub{font-size:15px;color:#ffffffb3;line-height:1.55;margin:0;max-width:420px}.nl-dark-card__form{display:flex;flex-direction:column;gap:12px}.nl-dark-card__input-row{display:flex;gap:0;align-items:stretch;border:1px solid rgba(255,255,255,.15);border-radius:10px;overflow:hidden}.nl-dark-card__input-wrap{flex:1;display:flex;align-items:center;gap:10px;padding:0 16px;background:#ffffff12}.nl-input-icon{color:#fff6;flex-shrink:0}.nl-dark-card__input{flex:1;border:none;background:transparent;color:#fff;font-size:14px;outline:none;padding:14px 0}.nl-dark-card__input::placeholder{color:#fff6}.nl-dark-card__btn{background:var(--accent);color:#000;border:none;padding:14px 22px;font-size:12px;font-weight:800;letter-spacing:.05em;cursor:pointer;white-space:nowrap;transition:background .15s,transform .1s}.nl-dark-card__btn:hover{background:#b5e800;transform:none}.nl-dark-card__checks{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;color:#ffffffbf;font-weight:500}.nl-dark-card__checks span{display:flex;align-items:center;gap:4px}.nl-dark-card__disclaimer{font-size:11px;color:#fff6;margin:0;line-height:1.4}.nl-dark-card__disclaimer a{color:#ffffff80;text-decoration:underline}.nl-dark-card__success{color:var(--accent);font-weight:600;font-size:14px}.nl-dark-card__image{position:relative;overflow:hidden}.nl-dark-card__img{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block}.nl-dark-card__img-placeholder{width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;color:#ffffff40;font-size:13px;text-align:center;border-left:1px dashed rgba(255,255,255,.1);padding:24px}@media(max-width:768px){.nl-dark-card{grid-template-columns:1fr}.nl-dark-card__image{display:none}.nl-dark-card__content{padding:32px 24px}.nl-dark-card__input-row{flex-direction:column;border-radius:10px;overflow:visible;border:none;gap:10px}.nl-dark-card__input-wrap{border:1px solid rgba(255,255,255,.15);border-radius:10px}.nl-dark-card__btn{border-radius:10px;text-align:center}.nl-dark-card__checks{gap:12px;flex-direction:column}}.footer-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin:32px 0;background:#f8f8f8}.footer-trust-strip__item{display:flex;align-items:flex-start;gap:14px;padding:24px 20px;border-right:1px solid #e5e5e5}.footer-trust-strip__item:last-child{border-right:none}.footer-trust-strip__icon{color:var(--accent);flex-shrink:0;padding-top:2px}.footer-trust-strip__item strong{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--text-primary);margin-bottom:3px}.footer-trust-strip__item span{display:block;font-size:12px;color:var(--text-muted);line-height:1.4}@media(max-width:900px){.footer-trust-strip{grid-template-columns:repeat(2,1fr)!important}.footer-trust-strip__item:nth-child(2){border-right:none}}@media(max-width:480px){.footer-trust-strip{grid-template-columns:1fr!important}.footer-trust-strip__item{border-right:none!important;border-bottom:1px solid #e5e5e5}}.home-hero{position:relative;display:flex;align-items:center;background:#111;background-size:cover;background-position:center;color:#fff}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b8 40%,#00000026)}.home-hero__inner{position:relative;z-index:1;padding:80px 0}.home-hero__content{max-width:560px}.home-hero__eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 16px}.home-hero__heading{font-size:clamp(40px,6vw,72px)!important;font-weight:900!important;line-height:1!important;margin:0 0 20px!important;color:#fff!important}.home-hero__accent{color:var(--accent);display:block}.home-hero__sub{font-size:17px;color:#fffc;line-height:1.6;margin:0 0 32px;max-width:440px}.home-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.55);color:#fff;background:transparent;border-radius:var(--radius-pill);padding:13px 28px;font-size:14px;font-weight:700;transition:border-color .15s,background .15s;cursor:pointer;text-decoration:none}.btn-ghost:hover{border-color:#fff;background:#ffffff1a}.home-hero__stats{display:flex;align-items:center;gap:20px;padding:16px 0;border-top:1px solid rgba(255,255,255,.15)}.home-hero__stat{display:flex;flex-direction:column}.home-hero__stat strong{font-size:22px;font-weight:900;color:#fff;line-height:1}.home-hero__stat span{font-size:11px;color:#ffffff8c;text-transform:uppercase;letter-spacing:.07em}.home-hero__stat-sep{width:1px;height:30px;background:#fff3}@media(max-width:640px){.home-hero__content{max-width:100%}.home-hero__inner{padding:56px 0}.home-hero__ctas{flex-direction:column}.home-hero__stats{gap:14px}}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;flex-wrap:wrap}.section-header--center{flex-direction:column;align-items:center;text-align:center}.section-header__title{font-size:clamp(22px,3vw,32px);font-weight:800;margin:0}.section-header__link{font-size:14px;font-weight:600;color:var(--accent);white-space:nowrap;text-decoration:none}.section-header__link:hover{text-decoration:underline}.section-eyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0 0 6px}.home-cats{padding:var(--section-pad) 0}.home-cats__grid{display:grid;gap:12px;grid-template-columns:repeat(4,1fr);grid-auto-rows:260px}.home-cat-tile--lg{grid-column:span 2;grid-row:span 2}.home-cats__grid--5{grid-template-rows:260px 260px}.home-cat-tile{position:relative;border-radius:16px;overflow:hidden;background:#1a1a1a;background-size:cover;background-position:center;display:flex;text-decoration:none;cursor:pointer;transition:transform .25s var(--ease)}.home-cat-tile:hover{transform:scale(1.02)}.home-cat-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#0000001a 60%);transition:background .25s}.home-cat-tile:hover .home-cat-tile__overlay{background:linear-gradient(to top,#000000d9,#0003 60%)}.home-cat-tile__body{position:absolute;bottom:0;left:0;right:0;padding:20px 22px;display:flex;flex-direction:column;gap:4px}.home-cat-tile__label{font-size:18px;font-weight:900;color:#fff;letter-spacing:.03em;text-transform:uppercase}.home-cat-tile--lg .home-cat-tile__label{font-size:28px}.home-cat-tile__sub{font-size:13px;color:#ffffffb3}.home-cat-tile__arrow{font-size:18px;color:var(--accent);font-weight:700;transform:translate(0);transition:transform .2s}.home-cat-tile:hover .home-cat-tile__arrow{transform:translate(5px)}@media(max-width:900px){.home-cats__grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.home-cat-tile--lg{grid-column:span 2;grid-row:span 1}}@media(max-width:480px){.home-cats__grid{grid-template-columns:1fr 1fr;grid-auto-rows:140px;gap:8px}.home-cat-tile--lg{grid-column:span 2}.home-cat-tile__label{font-size:14px!important}}.home-featured{padding:var(--section-pad) 0;background:#fafafa}.home-featured__cta{text-align:center;margin-top:32px}.home-reviews{padding:var(--section-pad) 0}.home-reviews__stars-summary{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap;justify-content:center}.home-reviews__big-stars{font-size:22px;color:#f5a623;letter-spacing:2px}.home-reviews__rating{font-size:14px;color:var(--text-muted)}.home-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.review-card{background:#fff;border:1px solid #ebebeb;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:12px}.review-card__stars{color:#f5a623;font-size:16px;letter-spacing:2px}.review-card__text{font-size:15px;color:var(--text-secondary);line-height:1.6;margin:0;flex:1}.review-card__author{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px}.review-card__author strong{font-weight:700;color:var(--text-primary)}.review-card__author span{color:var(--text-muted)}.review-card__product{font-size:11px;font-weight:600;background:var(--accent-light);color:var(--accent-dark);padding:2px 8px;border-radius:100px}@media(max-width:900px){.home-reviews__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.home-reviews__grid{grid-template-columns:1fr}}.bundle-section{background:#111;color:#fff;padding:var(--section-pad) 0}.bundle-header{text-align:center;margin-bottom:40px}.bundle-header__title{font-size:clamp(26px,3.5vw,40px);font-weight:900;color:#fff;margin:8px 0}.bundle-header__sub{color:#fff9;font-size:15px;margin:0 0 14px}.bundle-header__badge{display:inline-block;background:var(--accent);color:#000;font-size:13px;font-weight:800;padding:6px 18px;border-radius:100px;letter-spacing:.05em}.bundle-layout{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}.bundle-progress{display:flex;align-items:center;gap:0;margin-bottom:28px}.bundle-progress__step{display:flex;align-items:center;gap:8px;cursor:default}.bundle-progress__dot{width:34px;height:34px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff6;transition:all .2s;flex-shrink:0}.bundle-progress__step.is-active .bundle-progress__dot{background:var(--accent);border-color:var(--accent);color:#000}.bundle-progress__step.is-done .bundle-progress__dot{background:#a3d90033;border-color:var(--accent);color:var(--accent)}.bundle-progress__label{font-size:13px;font-weight:600;color:#fff6;white-space:nowrap}.bundle-progress__step.is-active .bundle-progress__label,.bundle-progress__step.is-done .bundle-progress__label{color:#fff}.bundle-progress__line{flex:1;height:2px;background:#ffffff1a;margin:0 10px;min-width:20px}.bundle-panel{display:none}.bundle-panel.is-active{display:block}.bundle-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.bpc{background:#ffffff0d;border:2px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;cursor:pointer;text-align:center;transition:border-color .15s,background .15s,transform .15s;position:relative}.bpc:hover{border-color:#ffffff40;background:#ffffff14}.bpc.is-selected{border-color:var(--accent);background:#a3d9001a}.bpc__img-wrap{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;margin-bottom:8px;background:#ffffff0d}.bpc__img-wrap img{width:100%;height:100%;object-fit:contain}.bpc__check{position:absolute;top:0;right:0;bottom:0;left:0;background:#a3d900e6;display:none;align-items:center;justify-content:center;color:#000;border-radius:8px}.bpc.is-selected .bpc__check{display:flex}.bpc__name{display:block;font-size:12px;font-weight:600;color:#ffffffe6;line-height:1.3;margin-bottom:4px}.bpc__price{display:block;font-size:12px;color:var(--accent);font-weight:700}.bundle-panel__nav{display:flex;gap:10px;margin-top:16px;justify-content:flex-end}.btn-bundle-nav{padding:10px 22px;border-radius:8px;border:1.5px solid rgba(255,255,255,.2);background:transparent;color:#fffc;cursor:pointer;font-size:13px;font-weight:700;transition:all .15s}.btn-bundle-nav:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.btn-bundle-nav--next{background:var(--accent);color:#000;border-color:var(--accent)}.btn-bundle-nav--next:disabled{background:#a3d90033;color:#a3d90066;border-color:transparent;cursor:not-allowed}.bundle-summary-card{background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;position:sticky;top:100px}.bundle-summary-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.bundle-summary-card__title{font-size:16px;font-weight:800}.bundle-summary-card__discount-badge{background:var(--accent);color:#000;font-size:12px;font-weight:800;padding:3px 10px;border-radius:100px}.bundle-slot{padding:12px;border-radius:10px;border:1.5px dashed rgba(255,255,255,.12);margin-bottom:8px;min-height:56px}.bundle-slot__empty{display:flex;align-items:center;gap:10px;color:#ffffff59;font-size:13px}.bundle-slot__num{width:24px;height:24px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.bundle-slot__filled{display:flex;align-items:center;gap:10px}.bundle-slot__img{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#ffffff14;flex-shrink:0}.bundle-slot__name{display:block;font-size:12px;font-weight:600;color:#fff;line-height:1.3}.bundle-slot__price{display:block;font-size:11px;color:var(--accent);font-weight:700}.bundle-slot__remove{margin-left:auto;background:transparent;border:none;color:#ffffff4d;cursor:pointer;font-size:14px;padding:4px}.bundle-slot__remove:hover{color:#f44}.bundle-price-summary{border-top:1px solid rgba(255,255,255,.08);padding-top:14px;margin:14px 0;display:flex;flex-direction:column;gap:6px}.bundle-price-row{display:flex;justify-content:space-between;font-size:13px;color:#ffffff80}.bundle-price-row--save{color:var(--accent);font-weight:600}.bundle-price-row--total{color:#fff;font-weight:800;font-size:16px}.bundle-atc-btn{width:100%;background:#a3d90033;color:#ffffff4d;border:2px solid rgba(163,217,0,.2);border-radius:10px;padding:14px 20px;font-size:14px;font-weight:800;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.bundle-atc-btn.is-ready{background:var(--accent);color:#000;border-color:var(--accent);cursor:pointer}.bundle-atc-btn.is-ready:hover{background:#b5e800}.bundle-atc-btn.is-success{background:#2ecc71;color:#fff;border-color:#2ecc71}.bundle-atc-hint{font-size:11px;color:#ffffff4d;text-align:center;margin-top:8px}@media(max-width:900px){.bundle-layout{grid-template-columns:1fr}.bundle-summary-card{position:static}}@media(max-width:560px){.bundle-product-grid{grid-template-columns:repeat(2,1fr)}}.countdown-section{background:#0d0d0d;background-size:cover;background-position:center;position:relative;padding:56px 0;overflow:hidden}.countdown-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8}.countdown-section__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.countdown-content__badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#000;font-size:11px;font-weight:800;letter-spacing:.08em;padding:5px 14px;border-radius:100px;margin-bottom:16px}.countdown-content__heading{font-size:clamp(28px,4vw,48px);font-weight:900;color:#fff;margin:0 0 12px;line-height:1.05}.countdown-content__sub{color:#ffffffa6;font-size:16px;margin:0 0 20px;max-width:400px;line-height:1.55}.countdown-content__offer{display:inline-block;border:2px solid var(--accent);color:var(--accent);font-size:18px;font-weight:900;padding:8px 24px;border-radius:8px;margin-bottom:24px;letter-spacing:.05em}.countdown-content__btn{margin-top:4px}.countdown-timer{display:flex;align-items:center;gap:10px;flex-shrink:0}.countdown-box{background:#ffffff12;border:1.5px solid rgba(255,255,255,.12);border-radius:12px;padding:16px 14px;text-align:center;min-width:76px}.countdown-box__num{display:block;font-size:40px;font-weight:900;color:#fff;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.countdown-box__label{display:block;font-size:10px;font-weight:700;color:#fff6;letter-spacing:.1em;margin-top:6px}.countdown-sep{font-size:32px;font-weight:900;color:var(--accent);line-height:1;margin-top:-10px}@media(max-width:800px){.countdown-section__inner{grid-template-columns:1fr;gap:32px}.countdown-timer{justify-content:flex-start;flex-wrap:wrap}.countdown-box{min-width:64px}.countdown-box__num{font-size:30px}}.brand-marquee-section{padding:24px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;overflow:hidden;background:#fff}.brand-marquee-section__head{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.brand-marquee-section__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.brand-marquee-wrap{overflow:hidden}.brand-marquee{display:flex;width:max-content;animation:none}.brand-marquee__track{display:flex;align-items:center;gap:0;animation:marquee-scroll 30s linear infinite}.brand-marquee__item{display:flex;align-items:center;justify-content:center;padding:8px 32px;font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#888;text-decoration:none;white-space:nowrap;border-right:1px solid #e8e8e8;transition:color .15s,background .15s}.brand-marquee__item:hover{color:#000;background:#f5f5f5}.brand-marquee__item img{height:28px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:filter .15s,opacity .15s}.brand-marquee__item:hover img{filter:none;opacity:1}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.product-grid[data-cols="3"]{grid-template-columns:repeat(3,1fr)}.product-grid[data-cols="2"]{grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.pc{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:#fff;border:1px solid #f0f0f0;transition:box-shadow .2s,transform .2s}.pc:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-2px)}.pc__img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f8f8;display:block}.pc__img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.pc__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s}.pc:hover .pc__img--main{transform:scale(1.04)}.pc:hover .pc__img--hover{opacity:1}.pc__img-placeholder{width:100%;height:100%;background:#f0f0f0}.pc__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px}.pc__badge{font-size:11px;font-weight:800;padding:3px 9px;border-radius:6px;line-height:1.4}.pc__badge--sale{background:#e53935;color:#fff}.pc__badge--new{background:var(--accent);color:#000}.pc__badge--sold{background:#999;color:#fff}.pc__quick-add{position:absolute;bottom:0;left:0;right:0;background:#000000d1;color:#fff;font-size:13px;font-weight:700;padding:12px;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;opacity:0;transform:translateY(6px);transition:opacity .2s,transform .2s;cursor:pointer}.pc:hover .pc__quick-add{opacity:1;transform:translateY(0)}.pc__body{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1;gap:6px}.pc__vendor{font-size:10px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.pc__title{font-size:14px;font-weight:700;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc__title a{color:var(--text-primary);text-decoration:none}.pc__title a:hover{color:var(--accent-dark)}.pc__price-row{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:4px}.pc__price{font-size:15px;font-weight:800;color:var(--text-primary)}.pc__price--sale{color:#e53935}.pc__price--compare{font-size:12px;font-weight:500;color:var(--text-muted);text-decoration:line-through}.faq-section{padding:var(--section-pad) 0}.faq-layout{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start}.faq-left{position:sticky;top:100px}.faq-left__title{font-size:clamp(26px,3vw,38px);font-weight:900;margin:8px 0 14px}.faq-left__sub{color:var(--text-secondary);font-size:15px;line-height:1.6;margin:0 0 20px}.faq-left__cta{font-size:14px;font-weight:700;color:var(--accent-dark);text-decoration:none}.faq-left__cta:hover{text-decoration:underline}.faq-search{position:relative;margin-bottom:20px}.faq-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.faq-search__input{width:100%;padding:12px 16px 12px 42px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:14px;outline:none;transition:border-color .15s}.faq-search__input:focus{border-color:var(--accent)}.faq-item{border-bottom:1px solid #f0f0f0}.faq-item__q{width:100%;background:none;border:none;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:15px;font-weight:700;color:var(--text-primary);cursor:pointer;text-align:left}.faq-item__q:hover{color:var(--accent-dark)}.faq-item__icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1.5px solid #ddd;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.faq-item.is-open .faq-item__icon{background:var(--accent);border-color:var(--accent)}.faq-icon-minus,.faq-item.is-open .faq-icon-plus{display:none}.faq-item__a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.is-open .faq-item__a{max-height:400px}.faq-item__a-inner{padding:0 0 18px;font-size:15px;color:var(--text-secondary);line-height:1.7}.faq-no-results{font-size:14px;color:var(--text-muted);padding:16px 0}@media(max-width:768px){.faq-layout{grid-template-columns:1fr;gap:28px}.faq-left{position:static}}.cart-page{padding:24px 0 64px;overflow-x:hidden}.breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:12px}.breadcrumb a{color:var(--text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--text-primary)}.cart-page__title{font-size:clamp(26px,4vw,36px);font-weight:900;margin:0 0 24px}.cart-page__count{color:var(--text-muted);font-weight:400}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}.cart-shipping-bar{background:#f0fbe0;border:1px solid #c6e897;border-radius:12px;padding:14px 18px;margin-bottom:20px}.cart-shipping-bar__text{font-size:14px;color:#3a6b00;display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.cart-shipping-bar__track{background:#d4edab;border-radius:100px;height:7px;overflow:hidden}.cart-shipping-bar__fill{background:var(--accent);height:100%;border-radius:100px;transition:width .4s}.cart-table{border:1px solid #ebebeb;border-radius:12px;overflow:hidden}.cart-table__head{display:grid;grid-template-columns:1fr 120px 80px;padding:10px 20px;background:#fafafa;border-bottom:1px solid #ebebeb;font-size:11px;font-weight:700;letter-spacing:.07em;color:var(--text-muted)}.cart-item{display:grid;grid-template-columns:80px 1fr 120px 80px;gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid #f5f5f5;position:relative}.cart-item:last-child{border-bottom:none}.cart-item__media a{display:block;border-radius:8px;overflow:hidden;background:#f8f8f8}.cart-item__media img{width:80px;height:80px;object-fit:contain;display:block}.cart-item__info{display:flex;flex-direction:column;gap:3px}.cart-item__title{font-size:14px;font-weight:700;color:var(--text-primary);text-decoration:none;line-height:1.3}.cart-item__variant,.cart-item__unit-price{font-size:12px;color:var(--text-muted)}.cart-item__delivery{font-size:12px;color:#3a8c1c;display:flex;align-items:center;gap:6px;font-weight:600}.cart-item__dot{width:7px;height:7px;border-radius:50%;background:#3a8c1c;flex-shrink:0}.cart-item__qty{display:flex;align-items:center;gap:0;border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden}.qty-btn{background:#fff;border:none;width:34px;height:38px;font-size:16px;cursor:pointer;color:var(--text-primary);transition:background .1s;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#f5f5f5}.qty-input{width:42px;height:38px;border:none;border-left:1.5px solid #e0e0e0;border-right:1.5px solid #e0e0e0;text-align:center;font-size:14px;font-weight:700;outline:none}.cart-item__price{font-size:15px;font-weight:800;text-align:right}.cart-item__remove{position:absolute;bottom:14px;right:20px;left:auto;background:none;border:none;cursor:pointer;font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:5px;padding:0;transition:color .15s}.cart-item__remove:hover{color:#e53935}.cart-cross-sell{margin-top:24px;border:1px solid #ebebeb;border-radius:12px;padding:20px}.cart-cross-sell__title{font-size:16px;font-weight:800;margin:0 0 16px}.cart-cross-sell__track{display:flex;gap:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.cart-cross-sell__track::-webkit-scrollbar{display:none}.csc{flex-shrink:0;width:120px;text-align:center}.csc__img-wrap{display:block;width:100%;aspect-ratio:1;background:#f8f8f8;border-radius:10px;overflow:hidden;margin-bottom:8px}.csc__img-wrap img{width:100%;height:100%;object-fit:contain}.csc__name{font-size:11px;color:var(--text-primary);line-height:1.3;margin-bottom:4px}.csc__price{font-size:13px;font-weight:800;color:var(--text-primary)}.csc__add{width:100%;margin-top:6px;background:var(--accent);color:#000;border:none;border-radius:6px;font-size:18px;font-weight:700;height:30px;cursor:pointer;transition:background .15s}.csc__add:hover{background:#b5e800}.cart-summary{background:#fff;border:1.5px solid #ebebeb;border-radius:16px;padding:24px;position:sticky;top:100px}.cart-summary__title{font-size:20px;font-weight:900;margin:0 0 20px}.cart-summary__rows{border-bottom:1px solid #f0f0f0;padding-bottom:16px;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-secondary)}.cart-summary__shipping{color:var(--text-muted)}.cart-discount{display:flex;gap:8px;margin-bottom:16px}.cart-discount__input{flex:1;border:1.5px solid #e0e0e0;border-radius:8px;padding:10px 14px;font-size:14px;outline:none;transition:border-color .15s}.cart-discount__input:focus{border-color:var(--accent)}.cart-discount__btn{background:#111;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s}.cart-discount__btn:hover{background:#333}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:900;margin-bottom:4px}.cart-summary__tax-note{font-size:12px;color:var(--text-muted);margin:0 0 20px}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--accent);color:#000;border-radius:10px;padding:16px;font-size:15px;font-weight:900;text-decoration:none;letter-spacing:.04em;margin-bottom:10px;transition:background .15s}.cart-checkout-btn:hover{background:#b5e800}.cart-continue-btn{display:flex;align-items:center;justify-content:center;width:100%;background:#fff;color:#111;border:1.5px solid #d0d0d0;border-radius:10px;padding:14px;font-size:14px;font-weight:800;text-decoration:none;letter-spacing:.04em;margin-bottom:20px;transition:border-color .15s}.cart-continue-btn:hover{border-color:#111}.cart-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;text-align:center;border-top:1px solid #f0f0f0;padding-top:16px;margin-bottom:16px}.cart-trust__item{display:flex;flex-direction:column;align-items:center;gap:5px}.cart-trust__item svg{color:var(--accent-dark)}.cart-trust__item span{font-size:10px;font-weight:600;color:var(--text-muted);line-height:1.3}.cart-payment-icons{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.cart-payment-icon{border:1.5px solid #e0e0e0;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:800;color:var(--text-muted)}.cart-empty{text-align:center;padding:80px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}.cart-empty svg{color:#d0d0d0}.cart-empty h2{font-size:24px;font-weight:800}.cart-empty p{color:var(--text-muted);font-size:15px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:70px 1fr}.cart-item__price,.cart-item__qty{grid-column:2}}@media(max-width:560px){.cart-table__head{display:none}.cart-item{grid-template-columns:64px 1fr;gap:10px;padding:12px}}.nav-drawer{position:fixed;top:0;left:0;width:min(320px,90vw);height:100vh;background:#111;z-index:9999;transform:translate(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column}.nav-drawer.is-open{transform:translate(0)}.nav-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nav-drawer__overlay.is-open{opacity:1;pointer-events:all}.nav-drawer__top{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-drawer__logo{color:#fff;font-size:18px;font-weight:900;letter-spacing:.04em;text-decoration:none}.nav-drawer__close{background:none;border:none;color:#fff9;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color .15s,background .15s}.nav-drawer__close:hover{color:#fff;background:#ffffff1a}.nav-drawer__nav{flex:1;padding:12px 0}.nav-drawer__link{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;color:#ffffffd9;font-size:16px;font-weight:700;text-decoration:none;letter-spacing:.02em;transition:color .15s,background .15s}.nav-drawer__link:hover{color:#fff;background:#ffffff0f}.nav-drawer__link--sale{color:var(--accent)!important}.nav-drawer__arrow{font-size:12px;color:#ffffff4d}.nav-drawer__divider{height:1px;background:#ffffff12;margin:8px 20px}.nav-drawer__bottom{padding:16px 20px;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:16px;align-items:center}.nav-drawer__bottom-link{color:#ffffff80;font-size:13px;font-weight:600;text-decoration:none}.nav-drawer__bottom-link:hover{color:#fff}@media(max-width:768px){.footer-grid{grid-template-columns:1fr!important;gap:0!important}.footer-col{border-bottom:1px solid rgba(255,255,255,.08)}.footer-col__title{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:14px 0;margin-bottom:0!important}.footer-col__title:after{content:"+";font-size:18px;font-weight:300;color:#fff6;transition:transform .2s}.footer-col.is-open .footer-col__title:after{content:"\2212"}.footer-col__links{max-height:0;overflow:hidden;transition:max-height .3s ease}.footer-col.is-open .footer-col__links{max-height:300px;padding-bottom:14px}.footer-col--logo{border-bottom:none}.footer-col--logo .footer-col__links{max-height:none!important}.footer-bottom{flex-direction:column!important;text-align:center;gap:12px!important}.footer-payment-icons,.footer-social{justify-content:center}}.cart-item{display:block;grid-template-columns:unset}.cart-table .cart-item{display:grid;grid-template-columns:80px 1fr 120px 80px;gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid #f5f5f5;position:relative}.cart-table .cart-item:last-child{border-bottom:none}.cart-table .cart-item__remove{position:absolute;bottom:14px;right:20px;left:auto;background:none;border:none;cursor:pointer;font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:5px;padding:0;transition:color .15s}.cart-table .cart-item__remove:hover{color:#e53935}.cart-table .qty-btn{background:#fff;border:none;width:34px;height:38px;font-size:16px;cursor:pointer;color:var(--text-primary);transition:background .1s;display:flex;align-items:center;justify-content:center}.cart-table .qty-btn:hover{background:#f5f5f5}.cart-table .qty-input{width:42px;height:38px;border:none;border-left:1.5px solid #e0e0e0;border-right:1.5px solid #e0e0e0;text-align:center;font-size:14px;font-weight:700;outline:none}.cart-table .cart-item__price{font-size:15px;font-weight:800;text-align:right}@media(max-width:900px){.cart-table .cart-item{grid-template-columns:70px 1fr}.cart-table .cart-item__price,.cart-table .cart-item__qty{grid-column:2}}@media(max-width:560px){.cart-table .cart-item{grid-template-columns:64px 1fr;gap:10px;padding:12px}}.header-search-pill{position:relative}.predictive-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 12px 40px #0000001f;z-index:9000;max-height:440px;overflow-y:auto;display:none}.predictive-results.is-open{display:block}.predictive-result-item{display:flex;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;color:var(--text-primary);transition:background .12s;border-bottom:1px solid #f5f5f5}.predictive-result-item:last-child{border-bottom:none}.predictive-result-item:hover{background:#f8f8f8}.predictive-result-img{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#f5f5f5;flex-shrink:0}.predictive-result-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.predictive-result-title{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-result-vendor{font-size:11px;color:var(--text-muted)}.predictive-result-price{font-size:13px;font-weight:800;color:var(--accent-dark);flex-shrink:0}.predictive-results__footer{padding:12px 16px;text-align:center;font-size:13px;font-weight:700;color:var(--accent-dark);cursor:pointer;background:#fafafa;border-radius:0 0 14px 14px}.predictive-results__footer:hover{background:#f0f0f0}.predictive-results__empty{padding:20px 16px;text-align:center;font-size:13px;color:var(--text-muted)}.site-header{position:sticky;top:0;z-index:500;background:#fff}.announcement-bar+.site-header,.announcement-bar~.site-header{top:0}.header-search-pill .predictive-results{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;background:#fff!important;border:1px solid #e8e8e8!important;border-radius:14px!important;box-shadow:0 12px 40px #00000024!important;z-index:9000!important;max-height:420px!important;overflow-y:auto!important;grid-template-columns:none!important;grid-template-columns:unset!important;display:none!important}.header-search-pill .predictive-result-item{display:flex!important;align-items:center!important;gap:12px!important;padding:10px 16px!important;text-decoration:none!important;color:var(--text-primary)!important;border-bottom:1px solid #f5f5f5!important;transition:background .12s!important;background:transparent!important;border-radius:0!important}.header-search-pill .predictive-result-item:last-of-type{border-bottom:none!important}.header-search-pill .predictive-result-item:hover{background:#f8f8f8!important}.header-search-pill .predictive-result-img{width:52px!important;height:52px!important;min-width:52px!important;border-radius:8px!important;object-fit:contain!important;background:#f4f4f4!important;flex-shrink:0!important}.header-search-pill .predictive-result-info{display:flex!important;flex-direction:column!important;gap:2px!important;flex:1!important;min-width:0!important}.header-search-pill .predictive-result-title{font-size:13px!important;font-weight:700!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.header-search-pill .predictive-result-vendor{font-size:11px!important;color:var(--text-muted)!important}.header-search-pill .predictive-result-price{font-size:13px!important;font-weight:800!important;color:var(--accent-dark)!important;flex-shrink:0!important}.header-search-pill .predictive-results__footer{padding:12px 16px!important;text-align:center!important;font-size:13px!important;font-weight:700!important;color:var(--accent-dark)!important;cursor:pointer!important;background:#fafafa!important;border-radius:0 0 14px 14px!important;border-top:1px solid #f0f0f0!important;display:block!important}.header-search-pill .predictive-results__footer:hover{background:#f0f0f0!important}.header-search-pill .predictive-results__empty{padding:20px 16px!important;text-align:center!important;font-size:13px!important;color:var(--text-muted)!important}.brands-hero{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;padding:60px 0 48px}.brands-hero__title{font-size:clamp(36px,5vw,56px);font-weight:900;margin:8px 0 14px}.brands-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:32px 0 60px}@media(max-width:900px){.brands-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.brands-grid{grid-template-columns:repeat(2,1fr)}}.brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 16px;border:1.5px solid #f0f0f0;border-radius:16px;background:#fff;text-decoration:none;color:var(--text-primary);transition:all .2s;text-align:center}.brand-card:hover{border-color:var(--accent);box-shadow:0 8px 32px #0000001a;transform:translateY(-3px)}.brand-card__logo-wrap{height:52px;display:flex;align-items:center;justify-content:center}.brand-card__logo-wrap img{max-height:48px;max-width:120px;object-fit:contain}.brand-card__initials{width:52px;height:52px;border-radius:12px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:#000}.brand-card__name{font-size:13px;font-weight:700}.brands-filter{display:flex;gap:6px;flex-wrap:wrap;margin:24px 0 8px;padding:20px 0 0;border-top:1px solid #f0f0f0}.brands-filter__btn{border:1.5px solid #e0e0e0;background:#fff;border-radius:7px;padding:6px 12px;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.brands-filter__btn.is-active,.brands-filter__btn:hover{background:var(--accent);border-color:var(--accent);color:#000}.brands-search{width:100%;max-width:400px;padding:12px 18px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:15px;outline:none;margin-bottom:8px}.brands-search:focus{border-color:var(--accent)}.brands-empty{text-align:center;padding:60px 20px;color:var(--text-muted);font-size:15px}.brand-marquee-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.brand-marquee-section__all{font-size:13px;font-weight:700;color:var(--accent-dark);text-decoration:none}.brand-marquee__item img{display:block}.header-search-pill{position:relative;flex:1 1 280px;max-width:380px;min-width:140px}.header-search-pill .predictive-results{display:none!important;position:fixed!important;top:var(--ps-top, 132px)!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:min(1320px,96vw)!important;max-width:96vw!important;min-width:unset!important;background:#fff!important;border:1px solid #e8e8e8!important;border-radius:18px!important;box-shadow:0 16px 48px #00000024!important;z-index:9000!important;overflow:hidden!important;grid-template-columns:unset!important}.header-search-pill .predictive-results.is-open{display:block!important}.ps-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;min-height:200px}.ps-col{padding:20px 0}.ps-col:not(:last-child){border-right:1px solid #f0f0f0}.ps-col__head{font-size:11px;font-weight:800;letter-spacing:.08em;color:#999;padding:0 20px 10px}.ps-product{display:flex;align-items:center;gap:12px;padding:9px 20px;text-decoration:none;color:inherit;transition:background .1s}.ps-product:hover{background:#f8f8f8}.ps-product__img{width:44px;height:44px;border-radius:8px;object-fit:contain;background:#f5f5f5;flex-shrink:0}.ps-product__name{font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ps-product__vendor{font-size:11px;color:#999}.ps-product__price{font-size:13px;font-weight:800;color:var(--accent-dark);flex-shrink:0;margin-left:auto}.ps-suggest{display:flex;align-items:center;gap:8px;padding:9px 20px;font-size:13px;color:var(--text-secondary);text-decoration:none;cursor:pointer;transition:background .1s}.ps-suggest:hover{background:#f8f8f8;color:var(--text-primary)}.ps-suggest svg{flex-shrink:0;color:#bbb}.ps-brand{display:flex;align-items:center;gap:10px;padding:9px 20px;text-decoration:none;color:inherit;transition:background .1s}.ps-brand:hover{background:#f8f8f8}.ps-brand__logo{width:36px;height:24px;object-fit:contain;flex-shrink:0}.ps-brand__initials{width:36px;height:24px;background:var(--accent);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex-shrink:0}.ps-brand__name{font-size:13px;font-weight:700}.ps-brands-all{display:block;padding:8px 20px;font-size:13px;font-weight:700;color:var(--accent-dark);text-decoration:none}.ps-brands-all:hover{text-decoration:underline}.ps-footer{border-top:1px solid #f0f0f0;padding:0}.ps-footer a{display:flex;align-items:center;gap:12px;padding:14px 24px;font-size:14px;font-weight:700;color:var(--text-primary);text-decoration:none;background:#fafafa}.ps-footer a:hover{background:#f0f8df}.ps-footer svg{color:var(--accent-dark);flex-shrink:0}@media(max-width:900px){.ps-grid{grid-template-columns:1fr}.ps-col:not(:last-child){border-right:none;border-bottom:1px solid #f0f0f0}.header-search-pill .predictive-results{min-width:unset!important}}#predictive-results img{width:44px!important;height:44px!important;max-width:44px!important;min-width:44px!important;object-fit:contain!important;display:inline-block!important;flex-shrink:0!important;background:#f5f5f5!important;border-radius:8px!important}.cat-grid-section .container>*{background:#fff}.cat-grid-section{background:#f8f8f8}.cat-grid-wrap{background:#fff;border-radius:20px;padding:32px;border:1px solid #f0f0f0;box-shadow:0 2px 12px #0000000d}.bestseller-section h2,.bestseller-header__left h2{text-transform:none!important}.bs-card__atc{background:#7ec832!important;color:#1a3a00!important}.bs-card__atc:hover{background:#6ab020!important}.bs-card__badge{background:#7ec832!important}.prod-card__wish,.prw__card-wish,.bs-card__wish,.cart-rec-card__wish,[class*=__wish],[aria-label=Wunschliste],[aria-label="Zur Wunschliste"]{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:50%!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.pc{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #f0f0f0;border-radius:var(--radius-lg, 16px);overflow:hidden;transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.pc:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.pc__img-wrap{position:relative;display:block;background:#fff;aspect-ratio:1 / 1;overflow:hidden;text-decoration:none}.pc__img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .4s var(--ease),opacity .3s;display:block}.pc__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s var(--ease)}.pc__img-wrap:has(.pc__img--hover):hover .pc__img--main{opacity:0}.pc__img-wrap:hover .pc__img--hover{opacity:1}.pc__img-placeholder{width:100%;height:100%;background:var(--bg-light, #f5f5f5);min-height:180px}.pc__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.pc__badge{display:inline-flex;align-items:center;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:4px;line-height:1.2;white-space:nowrap}.pc__badge--sale{background:var(--sale-red, #E63329);color:#fff}.pc__badge--sold{background:#555;color:#fff}.pc__badge--new{background:var(--info-blue, #2D6EB4);color:#fff}.pc__badge--bestseller{background:var(--accent, #8DC63F);color:#143000}.pc__badge--topseller{background:#ff6b2b;color:#fff}.pc__badge--vegan{background:#d4edda;color:#155724}.pc__badge--limited{background:#7b2d8b;color:#fff}.pc__badge--aktion{background:var(--sale-red, #E63329);color:#fff}.pc__badge--keto{background:#fff3cd;color:#856404}.pc__badge--gluten{background:#d1ecf1;color:#0c5460}.pc__badge--protein{background:#1a1a2e;color:var(--accent, #8DC63F)}.pc__quick-plus{position:absolute;top:10px;right:10px;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--text-primary, #1A1A1A);border:1.5px solid var(--border-light, #e8e8e8);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 2px 8px #0000001a;transition:background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease),transform .12s var(--ease)}.pc__quick-plus:hover{background:var(--accent, #8DC63F);border-color:var(--accent, #8DC63F);color:#143000;transform:scale(1.08)}.pc__quick-plus.added{background:var(--accent, #8DC63F);border-color:var(--accent, #8DC63F);color:#143000}.pc__plus-icon{display:none!important}.pc__cart-icon{display:block!important}.pc__body{padding:14px 16px 16px;flex:1;display:flex;flex-direction:column;gap:3px}.pc__stars{display:flex;align-items:center;gap:2px;color:var(--star-gold, #F5A623);margin-bottom:4px}.pc__star--full{color:var(--star-gold, #F5A623)}.pc__star--empty{color:#ddd}.pc__stars-count{font-size:11px;color:var(--text-muted, #888);margin-left:3px}.pc__vendor{display:inline-flex;align-items:center;gap:4px;width:fit-content;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted, #888);text-decoration:none;transition:color .15s var(--ease)}.pc__vendor:hover{color:var(--accent-dark, #6FA832)}.pc__verified{flex-shrink:0}.pc__title{font-size:14px;font-weight:700;line-height:1.3;color:var(--text-primary, #1A1A1A);margin:2px 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc__title a{color:inherit;text-decoration:none}.pc__title a:hover{color:var(--accent-dark, #6FA832)}.pc__price-row{display:flex;align-items:baseline;gap:7px;margin:4px 0 6px}.pc__price{font-size:16px;font-weight:800;color:var(--text-primary, #1A1A1A)}.pc__price--sale{color:var(--sale-red, #E63329)}.pc__price--compare{font-size:13px;font-weight:400;color:var(--text-muted, #888);text-decoration:line-through}.pc__tag-pills{display:flex;flex-wrap:nowrap;gap:5px;margin:4px 0 8px;overflow:hidden}.pc__tag-pill{flex-shrink:0}.pc__tag-pill{display:inline-flex;align-items:center;font-size:10px;font-weight:600;color:var(--text-secondary, #555);background:var(--bg-light, #F7F7F7);border:1px solid var(--border-light, #E8E8E8);border-radius:var(--radius-pill, 999px);padding:3px 9px;white-space:nowrap;letter-spacing:.02em;transition:background .15s,border-color .15s}.pc__tag-pill:hover{background:var(--accent-light, #F0F8E8);border-color:var(--accent-border, rgba(141,198,63,.4));color:var(--accent-dark, #6FA832)}.pc__atc-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;margin-top:auto;background:transparent;color:var(--text-primary, #1A1A1A);border:1.5px solid #e0e0e0;border-radius:10px;font-size:13px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:border-color .15s,background .15s,color .15s;text-decoration:none}.pc__atc-btn:hover,.pc__atc-btn.added{border-color:var(--accent, #8DC63F);background:var(--accent-light, #F0F8E8);color:var(--accent-dark, #6FA832)}.pc__atc-btn--sold{opacity:.5;cursor:not-allowed;background:var(--bg-light, #f5f5f5);border-color:var(--border-light, #e8e8e8);color:var(--text-muted, #888)}.pc__weight{position:absolute;top:10px;left:10px;z-index:2;font-size:11px;font-weight:800;color:var(--text-secondary, #444);background:#ffffffeb;border-radius:6px;padding:3px 8px;display:none}.pc__stock,.col-mtoolbar{display:none}@media(max-width:749px){.col-mtoolbar{display:block;margin:0 0 14px}.col-head .collection-sort{display:none!important}.col-head{border-bottom:none!important;padding-bottom:4px!important}.col-head__desc{display:none!important}.col-msearch{display:flex;align-items:stretch;gap:0;margin-bottom:10px;border:1.5px solid var(--border-medium, #d8d8d8);border-radius:10px;overflow:hidden;background:#fff}.col-msearch__input{flex:1;min-width:0;border:none;outline:none;padding:0 14px;height:46px;font-size:15px;color:var(--text-primary, #1a1a1a);background:transparent}.col-msearch__input::placeholder{color:#aaa}.col-msearch__btn{flex-shrink:0;width:52px;border:none;background:var(--accent, #8DC63F);color:#143000;display:flex;align-items:center;justify-content:center;cursor:pointer}.col-msearch__btn:active{background:var(--accent-dark, #6FA832)}.col-mrow{display:flex;gap:10px;margin-bottom:12px}.col-msort{position:relative;flex:1;display:flex;align-items:center;gap:8px;border:1.5px solid var(--border-medium, #d8d8d8);border-radius:10px;padding:0 12px;height:48px;background:#fff}.col-msort__icon{flex-shrink:0;color:var(--text-secondary, #555)}.col-msort__chevron{flex-shrink:0;color:var(--text-secondary, #555);pointer-events:none}.col-msort select{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;font-weight:700;color:var(--text-primary, #1a1a1a);-webkit-appearance:none;appearance:none;padding-right:4px;cursor:pointer}.col-mfilter{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;border:1.5px solid var(--accent, #8DC63F);border-radius:10px;height:48px;background:#fff;color:var(--text-primary, #1a1a1a);font-size:14px;font-weight:800;cursor:pointer}.col-mfilter:active{background:var(--accent-light, #F0F8E8)}.col-mpills{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -16px;padding:0 16px 2px}.col-mpills::-webkit-scrollbar{display:none}.col-mpill{flex-shrink:0;display:inline-flex;align-items:center;padding:8px 16px;border:1.5px solid var(--border-light, #e4e4e4);border-radius:999px;font-size:13px;font-weight:700;color:var(--text-secondary, #444);background:#fff;text-decoration:none;white-space:nowrap}.col-mpill.is-active{border-color:var(--accent, #8DC63F);background:var(--accent-light, #F0F8E8);color:var(--accent-dark, #6FA832)}.collection-toolbar--mobile{display:none!important}}@media(max-width:749px){body:not(.no-list-view) :is(.collection-grid,.bestseller-track){display:flex!important;flex-direction:column;gap:0;grid-template-columns:none!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc{position:relative;flex-direction:row;align-items:center;gap:16px;border:none;border-bottom:1px solid var(--border-light, #ededed);border-radius:0;padding:18px 0;box-shadow:none!important;transform:none!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__img-wrap{flex-shrink:0;width:112px;height:112px;aspect-ratio:1;border-radius:12px;overflow:hidden;align-self:center;background:var(--bg-light, #f5f5f5)!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__img{padding:8px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__weight{display:inline-block;top:6px;left:6px;font-size:10px;padding:2px 7px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__img-wrap .pc__badges{display:none}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__body{flex:1;min-width:0;padding:0 70px 0 0;gap:1px;position:static;order:2;align-self:center}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__vendor{order:1;margin:0 0 2px;font-size:9px;letter-spacing:.05em}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__verified{width:11px!important;height:11px!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__title{order:2;font-size:12px;font-weight:700;line-height:1.3;-webkit-line-clamp:3;margin:0 0 3px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__price-row{order:3;margin:0 0 3px;padding-top:0;white-space:nowrap;flex-wrap:nowrap}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__price{font-size:14px;font-weight:800;white-space:nowrap}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__stars{order:4;margin-bottom:4px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__star{width:11px;height:11px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__stars-count{font-size:9px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__tag-pills{order:5;margin:0;gap:4px;flex-wrap:nowrap!important;overflow:hidden}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__tag-pill{font-size:8px;padding:2px 7px;flex-shrink:0;white-space:nowrap}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__tag-pill:nth-child(n+3){display:none!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__stock{display:inline-flex;align-items:center;position:absolute;top:18px;right:0;font-size:9px;font-weight:800;padding:3px 8px;border-radius:999px;letter-spacing:.02em;z-index:3;white-space:nowrap}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__stock--in{background:var(--accent-light, #E8F5D4);color:var(--accent-dark, #5a8f1e)}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__stock--out{background:#fdecea;color:#c0392b}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__actions{position:absolute!important;bottom:18px;right:0;top:auto!important;order:3;flex-shrink:0;display:flex!important;flex-direction:row!important;align-items:center;gap:12px;opacity:1!important;transform:none!important;z-index:3}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__action-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border-radius:50%!important;border:none!important;background:transparent!important;box-shadow:none!important;color:var(--text-secondary, #555)!important;display:flex;align-items:center;justify-content:center;cursor:pointer}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__action-btn svg{width:22px!important;height:22px!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__plus-icon{display:none!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__cart-icon{display:block!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__quick-plus{border:none!important;background:transparent!important;color:var(--text-secondary, #555)!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__quick-plus:hover{background:transparent!important;color:var(--accent-dark, #6FA832)!important;transform:none!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__wishlist.active{color:#e74c3c!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__quick-plus.added{color:var(--accent-dark, #6FA832)!important;background:transparent!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__atc-btn{display:none}}@media(max-width:380px){body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc{gap:12px;padding:16px 0}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__img-wrap{width:92px;height:92px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__body{padding-right:62px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__title{font-size:12px!important;-webkit-line-clamp:4;margin:0 0 3px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__vendor{font-size:9px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__price{font-size:13px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__tag-pill{font-size:8px;padding:2px 6px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__stock{font-size:8px;padding:3px 7px;top:16px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__actions{bottom:16px;gap:10px}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__action-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}body:not(.no-list-view) :is(.collection-grid,.bestseller-track) .pc__action-btn svg{width:20px!important;height:20px!important}}.footer-payments-grid{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:8px}.footer-payment-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-light, #e8e8e8);border-radius:var(--radius-sm, 6px);background:#fff;padding:4px 6px;height:36px;min-width:52px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.footer-payment-badge:hover{border-color:var(--border-medium, #ccc);box-shadow:var(--shadow-sm)}.footer-payment-badge svg{display:block;height:22px;width:auto;max-width:48px}.footer-payment-badge img{display:block;height:22px;width:auto;max-width:48px;object-fit:contain}.brand-marquee-section__head{display:flex;align-items:center;justify-content:space-between;padding:0 0 12px}.brand-marquee-section__label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted, #888)}.brand-marquee-section__all{font-size:13px;font-weight:600;color:var(--accent-dark, #6FA832);text-decoration:none}.brand-marquee-section__all:hover{text-decoration:underline}.trust-badges-wrap{border-top:1px solid #efefef;border-bottom:1px solid #efefef;background:#fff}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 20px;gap:10px;border-right:1px solid #efefef}.trust-badge:last-child{border-right:none}.trust-badge__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;color:#111;flex-shrink:0}.trust-badge__icon svg{width:64px!important;height:64px!important;stroke-width:1.3!important}.trust-badge__title{font-size:13px;font-weight:700;color:#111;margin:0;display:block;text-transform:none}.trust-badge__sub{font-size:12px;color:#999;margin:0;display:block;line-height:1.4}@media(max-width:768px){.trust-badges__grid{grid-template-columns:repeat(2,1fr)}.trust-badge{border-bottom:1px solid #efefef}.trust-badge:nth-child(2n){border-right:none}.trust-badge:nth-last-child(-n+2){border-bottom:none}}@media(max-width:480px){.trust-badge{padding:24px 12px}.trust-badge__icon,.trust-badge__icon svg{width:48px!important;height:48px!important}}.reviews-section{background:#fff}.reviews-layout{display:grid;grid-template-columns:280px 1fr;gap:20px;align-items:start}.reviews-summary{background:#f7f7f7;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:14px}.reviews-summary__eyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;margin:0;color:var(--accent-dark, #4e8a14)}.reviews-summary__heading{font-size:clamp(20px,2.2vw,28px);font-weight:900;color:#111;margin:0;line-height:1.15;text-transform:none}.reviews-summary__tp{display:flex;align-items:center;gap:12px}.tp-stars{display:flex;gap:3px}.tp-star{width:32px;height:32px;background:#00b67a;color:#fff;font-size:17px;border-radius:4px;display:flex;align-items:center;justify-content:center;line-height:1}.tp-star--empty{background:#d0d0d0}.reviews-summary__score{font-size:30px;font-weight:900;color:#111}.reviews-summary__meta{font-size:12px;color:#888;margin:0}.reviews-cards-wrap{display:flex;flex-direction:column;gap:16px;min-width:0}.reviews-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rc{background:#fff;border:1px solid #ebebeb;border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:12px}.rc__top{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.rc__stars{display:flex;gap:2px;font-size:15px}.rc__star{color:#f59e0b}.rc__star--empty{color:#e0e0e0}.rc__verified{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#27ae60;background:#edf9f3;padding:3px 10px;border-radius:100px;white-space:nowrap}.rc__text{font-size:14px;color:#333;line-height:1.65;margin:0;flex:1}.rc__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.rc__author{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.rc__name{font-size:13px;font-weight:700;color:#111}.rc__location{display:inline-flex;align-items:center;gap:3px;font-size:12px;color:#aaa}.rc__location svg{color:#ccc;flex-shrink:0}.rc__product{font-size:11px;font-weight:600;color:#555;background:#f5f5f5;border:1px solid #e8e8e8;padding:3px 10px;border-radius:100px;white-space:nowrap}.reviews-nav{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:4px}.reviews-nav__btn{width:40px;height:40px;border-radius:50%;border:1.5px solid #e0e0e0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s;color:#333}.reviews-nav__btn:hover{border-color:#111;background:#f7f7f7}.reviews-dots{display:flex;gap:6px;align-items:center}.reviews-dot{width:8px;height:8px;border-radius:4px;background:#ddd;border:none;cursor:pointer;padding:0;transition:background .2s,width .2s}.reviews-dot.is-active{background:#111;width:22px}@media(max-width:960px){.reviews-layout{grid-template-columns:1fr}}@media(max-width:600px){.reviews-cards{grid-template-columns:1fr}.rc{padding:18px}}.reviews-dot{display:inline-block!important;width:8px!important;height:8px!important;min-width:8px!important;min-height:8px!important;max-width:8px!important;max-height:8px!important;border-radius:50%!important;background:#d0d0d0!important;border:none!important;padding:0!important;margin:0!important;cursor:pointer;transition:background .2s,width .2s,max-width .2s,border-radius .2s;appearance:none;-webkit-appearance:none;outline:none;box-shadow:none!important;flex-shrink:0}.reviews-dot.is-active{width:22px!important;max-width:22px!important;min-width:22px!important;border-radius:4px!important;background:#111!important}.trust-badge__icon,.bs-trust__icon{width:44px!important;height:44px!important}.trust-badge__icon svg,.bs-trust__icon svg{width:44px!important;height:44px!important}input[type=text],input[type=search],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=url],select,textarea,.input,.select,.textarea,.header-search-pill__input,.nl-dark-card__input,.cart-discount__input,.faq-search__input,.brands-search,.search-page-form input{font-size:16px!important}.btn,.header-icon-btn,.pc__atc-btn,.cart-checkout-btn,.qty-btn,.qty-stepper__btn,.size-btn,.cart-discount__btn,.nl-dark-card__btn{min-height:44px}@media(min-width:1800px){.product-grid[data-cols="4"]{grid-template-columns:repeat(5,1fr)!important}.product-grid[data-cols="3"]{grid-template-columns:repeat(4,1fr)!important}.brands-grid{grid-template-columns:repeat(6,1fr)}.home-cats__grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:2200px){.product-grid[data-cols="4"]{grid-template-columns:repeat(6,1fr)!important}.product-grid[data-cols="3"]{grid-template-columns:repeat(5,1fr)!important}.brands-grid{grid-template-columns:repeat(8,1fr)}}@media(min-width:2800px){.product-grid[data-cols="4"]{grid-template-columns:repeat(7,1fr)!important}}html,body{overflow-x:hidden;max-width:100%}@media(max-width:1100px)and (min-width:901px){.header-search-pill{max-width:280px}.site-nav__link{padding:6px 10px!important;font-size:12.5px!important}}@media(max-width:900px){.site-header__inner{display:grid!important;grid-template-columns:44px 1fr auto!important;align-items:center;height:60px!important}.site-logo{justify-self:center}.site-logo img{max-height:34px}.header-actions{gap:2px}.menu-toggle{display:flex!important}}.header-search-mobile-panel{position:fixed;left:0;right:0;top:0;z-index:700;background:#fff;padding:12px 16px;box-shadow:var(--shadow-md);transform:translateY(-100%);transition:transform .25s var(--ease)}.header-search-mobile-panel.open{transform:translateY(0)}@media(max-width:768px){.home-hero__inner{padding:48px 0!important}.home-hero__heading{font-size:clamp(30px,9vw,48px)!important}.home-hero__sub{font-size:15px}.home-hero__stats{flex-wrap:wrap;gap:12px}.section-header{align-items:flex-start}}@media(max-width:480px){.section{padding:36px 0!important}.home-hero__stat strong{font-size:18px}.review-card{padding:18px}}@media(max-width:900px){.collection-toolbar--mobile{position:sticky;top:60px;z-index:50;background:#fff;padding:10px 0!important}.collection-sort select{font-size:13px;padding:9px 30px 9px 12px}.filter-sidebar.mobile-open:before{content:"Filter";display:block;font-size:16px;font-weight:800;margin-bottom:12px}}@media(max-width:380px){.product-grid[data-cols="4"],.product-grid[data-cols="3"],.product-grid[data-cols="2"]{grid-template-columns:1fr 1fr!important;gap:8px!important}.pc__body{padding:10px 10px 12px}.pc__title{font-size:12.5px}.pc__price{font-size:14px}}@media(max-width:860px){.product-gallery{flex-direction:column!important}.product-gallery__thumbs{flex-direction:row!important;width:100%!important;order:2!important;overflow-x:auto;gap:8px!important}.product-gallery__main{order:1!important;width:100%!important}.product-gallery__thumb{width:64px!important;height:64px!important}}@media(max-width:540px){.product-info h1{font-size:clamp(22px,6vw,30px)}.product-price{font-size:24px}.nutri-stats-bar{grid-template-columns:repeat(2,1fr)}.nutri-stat:nth-child(odd){border-right:1px solid var(--border-light)}.sticky-atc__info img{width:40px;height:40px}.sticky-atc .btn{padding:12px 18px;font-size:14px}}@media(max-width:560px){.cart-table .cart-item{grid-template-columns:64px 1fr!important;grid-template-areas:"media info" "media qty" "price price";gap:8px 12px!important}.cart-item__media{grid-area:media}.cart-item__info{grid-area:info}.cart-item__qty{grid-area:qty;justify-self:start}.cart-item__price{grid-area:price;text-align:left!important}.cart-item__remove{position:static!important;margin-top:4px}.cart-trust{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.cart-cross-sell__track{gap:10px}.csc{width:104px}}@media(max-width:460px){.cart-drawer{max-width:100%!important}}@media(max-width:768px){.footer-trust-strip{grid-template-columns:repeat(2,1fr)!important}.footer-trust-strip__item:nth-child(2){border-right:none}.site-footer{padding:40px 0 0!important}}@media(max-width:480px){.footer-trust-strip{grid-template-columns:1fr!important}.footer-trust-strip__item{border-right:none!important;border-bottom:1px solid #e5e5e5}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}.footer-bottom__links{flex-wrap:wrap;gap:12px}}@media(max-width:900px){.header-search-pill .predictive-results{position:fixed!important;top:60px!important;left:8px!important;right:8px!important;min-width:unset!important;width:auto!important;border-radius:14px!important;max-height:70vh!important}.ps-grid{grid-template-columns:1fr!important}}@media(max-width:860px){.account-layout{grid-template-columns:1fr!important;gap:24px!important}.account-nav{position:static!important}.account-nav__list{display:flex;flex-wrap:wrap;gap:8px}.auth-row,.order-addresses{grid-template-columns:1fr!important}.orders-table__head,.orders-table__row{grid-template-columns:1fr 1fr!important;font-size:13px}}@media(max-width:480px){.auth-card{padding:24px 18px!important}.account-greeting{font-size:24px}}@media(max-width:480px){h1{font-size:clamp(24px,7vw,34px)}h2{font-size:clamp(20px,5.5vw,28px)}.btn{padding:13px 22px}.breadcrumb{font-size:12px}}.info-bar__marquee{display:none}@media(max-width:900px){.info-bar{padding:7px 0!important;overflow:hidden}.info-bar__centered{display:none!important}.info-bar__marquee{display:block;width:100%;overflow:hidden;white-space:nowrap;position:relative}.info-bar__marquee-track{display:inline-flex;align-items:center;gap:0;white-space:nowrap;animation:infobar-scroll 22s linear infinite;will-change:transform}.info-bar__marquee .info-bar__item{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;padding:0 14px;white-space:nowrap}.info-bar__marquee .info-bar__pipe{color:#fff6;font-size:12px;padding:0 2px}.info-bar__marquee .info-bar__icon{width:14px;height:14px}}@keyframes infobar-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:640px){.home-hero{min-height:0!important;height:auto!important}.home-hero__overlay{background:linear-gradient(to top,#000000d1,#00000073 55%,#0000008c)!important}.home-hero__inner{padding:24px 0 20px!important}.home-hero__eyebrow{font-size:10px;margin:0 0 8px}.home-hero__heading{font-size:clamp(24px,7vw,34px)!important;margin:0 0 10px!important;line-height:1.05!important}.home-hero__sub{font-size:13px;line-height:1.45;margin:0 0 16px}.home-hero__ctas{gap:8px;margin-bottom:16px;flex-direction:row!important;flex-wrap:wrap}.home-hero__ctas .btn,.home-hero__ctas .btn-ghost{width:auto!important;flex:1 1 auto;padding:11px 16px!important;font-size:13px!important}.home-hero__stats{flex-wrap:wrap;gap:12px 16px;padding:12px 0 0!important;justify-content:flex-start}.home-hero__stat strong{font-size:16px}.home-hero__stat span{font-size:9px}}@media(max-width:640px){.collection-hero{--hero-h: 150px !important}.collection-hero__img{height:150px!important;object-fit:cover!important}.collection-hero__overlay{max-width:100%!important;padding:14px 16px!important;background:linear-gradient(to top,#0009,#00000026)}.collection-hero__eyebrow{font-size:9px!important;margin-bottom:4px!important}.collection-hero__headline{font-size:clamp(16px,5vw,22px)!important}.collection-hero__trust{display:none!important}}.filter-overlay{display:none}@media(max-width:900px){.filter-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:199;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.filter-overlay.active{opacity:1;visibility:visible}.filter-sidebar{display:block!important;position:fixed!important;inset:auto!important;height:100%!important;width:min(360px,88vw)!important;max-width:88vw!important;background:#fff!important;z-index:200!important;overflow-y:auto!important;padding:0!important;transform:translate(-100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:none!important;visibility:hidden!important}.filter-sidebar.mobile-open{transform:translate(0)!important;box-shadow:4px 0 28px #0000002e!important;visibility:visible!important}.filter-sidebar__head{position:sticky;top:0;z-index:2;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px;padding:16px 18px!important;margin:0!important;background:#fff!important;border-bottom:1px solid #ececec!important}.filter-sidebar__head h3{font-size:16px!important}.filter-reset-link{margin-left:auto;font-size:13px}.filter-sidebar__close{display:inline-flex!important;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:#f4f4f4;color:#333;font-size:16px;cursor:pointer;flex-shrink:0}.filter-sidebar__close:hover{background:#ececec}#collection-filter-form{padding:16px 18px 96px!important}.filter-sidebar:after{content:none}.filter-apply-bar{position:sticky;bottom:0;background:#fff;border-top:1px solid #ececec;padding:12px 18px}}.filter-sidebar__close{display:none}@media(max-width:560px){.prw__card{min-width:78%!important}.prw__outer{overflow:visible!important}.prw__slider{gap:8px!important}.prw__nav{display:none!important}.bestseller-track-wrap{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 calc(-1 * var(--site-padding));padding-left:var(--site-padding);padding-right:var(--site-padding)}.bs-card-wrap{width:80vw!important;max-width:280px;scroll-snap-align:start}}@media(max-width:560px){.cart-recs{padding:28px 16px!important}.cart-recs__trust{margin-top:24px!important;padding-top:20px!important;gap:14px!important;flex-direction:column;align-items:flex-start}.cart-recs__trust-item{padding:0!important;border-right:none!important;width:100%}}@media(max-width:749px){.on-footer{display:flex!important;flex-direction:column}.on-footer>div:nth-of-type(3){order:1}.on-footer>div:nth-of-type(2){order:2}.on-footer>div:nth-of-type(1){order:3}.on-footer>div:nth-of-type(4){order:4}.on-footer__payments{margin-top:0!important;text-align:center;padding:20px 0 18px!important;border-bottom:1px solid #ececec}.on-footer__payments-grid{justify-content:center!important}.on-footer__grid{padding-top:24px!important}}.swatch__color{background:linear-gradient(135deg,#f0f0f0,#e2e2e2)}.pc{border:none!important;background:#fff!important}.pc:hover{box-shadow:0 6px 24px #00000014!important}.pc__img-wrap{background:#fff!important;border:none!important}.pc__img{padding:10px!important}.pc__actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:8px;z-index:4}.pc__actions .pc__quick-plus{position:static!important;top:auto!important;right:auto!important}.pc__action-btn{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;background:#fff;border:1.5px solid var(--border-light, #e8e8e8);color:var(--text-primary, #1A1A1A);cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease),transform .12s var(--ease);flex-shrink:0;box-sizing:border-box}.pc__action-btn svg{width:17px;height:17px;display:block}.pc__quick-plus:hover{background:var(--accent, #8DC63F)!important;border-color:var(--accent, #8DC63F)!important;color:#143000!important;transform:scale(1.08)}.pc__quick-plus.added{background:var(--accent, #8DC63F)!important;border-color:var(--accent, #8DC63F)!important;color:#143000!important}.pc__quick-plus.loading{opacity:.6;pointer-events:none}.pc__wishlist:hover{border-color:#e53e3e!important;color:#e53e3e!important;transform:scale(1.08)}.pc__wishlist.active{border-color:#e53e3e!important;color:#e53e3e!important}.pc__wishlist.active svg{fill:#e53e3e}.pc__verified{width:13px!important;height:13px!important;min-width:13px!important;flex-shrink:0!important;display:inline-block}.pc__vendor{gap:5px!important}.pc__vendor-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}a.product-info__vendor{display:inline-flex;align-items:center;gap:6px;text-decoration:none;width:fit-content;transition:color .15s}a.product-info__vendor:hover{color:var(--accent, #6fa832)}a.product-info__vendor .product-info__vendor-name{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:inherit}.product-info__verified{flex-shrink:0;display:block}.product-rating__new{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent, #6fa832);background:#8dc63f1f;padding:2px 8px;border-radius:20px}@media(max-width:900px){.collection-layout{display:block!important;grid-template-columns:1fr!important}.collection-layout>.filter-sidebar{float:none}.collection-results,.collection-layout>.product-grid,.collection-layout>div:last-child{width:100%!important}}@media(max-width:900px){.info-bar{margin:0!important;padding:5px 0!important;min-height:0!important;display:flex!important;align-items:center!important;line-height:1!important}.info-bar__marquee{width:100%}.info-bar__marquee-track{align-items:center}.info-bar__marquee .info-bar__item{line-height:1!important;font-size:11.5px!important;padding:0 12px!important}.info-bar__marquee .info-bar__pipe{padding:0!important}}@media(max-width:900px){.collection-toolbar--mobile{gap:8px!important}.collection-toolbar--mobile .collection-sort{flex:1;min-width:0}.collection-toolbar--mobile .collection-sort__label{display:none}.collection-toolbar--mobile .collection-sort select{width:100%;font-size:13px!important;padding:10px 30px 10px 12px!important}.mobile-filter-trigger{flex-shrink:0;font-size:13px!important;padding:10px 16px!important;font-weight:700}.filter-sidebar.mobile-open{padding:18px 18px 90px!important}.filter-sidebar .filter-group{margin-bottom:16px}.filter-sidebar .filter-group__title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:6px 0}}@media(max-width:749px){.bestseller-track-wrap{overflow-x:visible!important;margin:0!important;padding:0!important}.bestseller-track{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:0!important;transform:none!important;min-width:0!important;width:100%!important}.bs-card-wrap{width:100%!important;max-width:none!important;min-width:0!important;flex-shrink:1!important}.bestseller-arrows,.bestseller-track-wrap__arrow{display:none!important}}@media(max-width:768px){.home-hero{min-height:0!important;height:auto!important}.home-hero__inner{padding:26px 0 22px!important}.home-hero__eyebrow{font-size:10px!important;margin:0 0 8px!important}.home-hero__heading{font-size:clamp(24px,7vw,34px)!important;margin:0 0 12px!important;line-height:1.05!important}.home-hero__sub{font-size:14px!important;line-height:1.45!important;margin:0 0 18px!important}.home-hero__ctas{gap:8px!important;margin-bottom:18px!important}.home-hero__ctas .btn,.home-hero__ctas .btn-ghost{padding:12px 18px!important;font-size:13px!important}.home-hero__stats{gap:16px!important;padding:12px 0 0!important}.home-hero__stat strong{font-size:17px!important}.home-hero__stat span{font-size:9px!important}}@media(max-width:480px){.home-hero__inner{padding:20px 0 18px!important}.home-hero__heading{font-size:clamp(22px,7vw,30px)!important}.home-hero__sub{font-size:13px!important}}@media(max-width:760px){.sticky-atc{transform:translateY(0)!important;opacity:1!important;visibility:visible!important;position:fixed!important;left:0;right:0;bottom:0;z-index:250!important;box-shadow:0 -2px 16px #0000001f!important;padding-bottom:env(safe-area-inset-bottom)!important}.sticky-atc__inner{padding-top:10px!important;padding-bottom:10px!important}body{padding-bottom:72px}}@media(max-width:900px){.trust-bar-bottom{display:block!important;padding:5px 0!important}.trust-bar-bottom__grid{grid-template-columns:repeat(4,1fr)!important;gap:0!important;padding-left:4px!important;padding-right:4px!important}.trust-bar-bottom__item{flex-direction:row!important;align-items:center!important;text-align:left!important;justify-content:flex-start!important;padding:8px 6px 8px 10px!important;border-right:1px solid #eee!important;gap:6px!important;min-width:0}.trust-bar-bottom__item:last-child{border-right:none!important}.trust-bar-bottom__icon{width:15px!important;height:15px!important;color:var(--text-primary, #1a1a1a)!important}.trust-bar-bottom__icon svg{width:15px!important;height:15px!important;color:var(--text-primary, #1a1a1a)!important}.trust-bar-bottom__title{font-size:8px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.03em!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0!important}.trust-bar-bottom__sub{display:block!important;font-size:7.5px!important;color:#999!important;line-height:1.2!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-search-pill__form{border-radius:8px!important}.header-search-pill__input{padding:6px 4px 6px 12px!important;font-size:13px!important}.header-search-pill__btn{padding:6px 10px!important}.header-search-pill__btn svg{width:15px!important;height:15px!important}.header-search-pill{margin:2px 0!important}.header-search-pill .predictive-results{position:absolute!important;top:calc(100% + 6px)!important;left:0!important;right:0!important;transform:none!important;width:100%!important;max-width:100%!important;min-width:0!important;border-radius:12px!important;max-height:70vh!important;overflow-y:auto!important}.header-search-pill .ps-grid{grid-template-columns:1fr!important;min-height:0!important}.header-search-pill .ps-col--suggests,.header-search-pill .ps-col--products~* .ps-col__brands,.header-search-pill .ps-grid>div:nth-child(3){display:none!important}.header-search-pill .ps-col--products{border-right:none!important;padding:12px 0!important}}@media(max-width:380px){.trust-bar-bottom__title{font-size:8.5px!important}.trust-bar-bottom__item{padding:8px 3px!important;gap:4px!important}.trust-bar-bottom__icon{width:18px!important;height:18px!important}.trust-bar-bottom__icon svg{width:17px!important;height:17px!important}.header-search-pill__input{font-size:13px!important;padding:6px 4px 6px 10px!important}}.cart-page,.cart-page .container{max-width:100%;overflow-x:clip}.cart-layout,.cart-left,.cart-summary{min-width:0}.cart-extras{min-width:0;margin-top:20px;padding-top:18px;border-top:1px solid #f0f0f0}@media(max-width:900px){.cart-extras{display:none!important}}.cart-recs{min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}.cart-recs__outer{min-width:0;max-width:100%;overflow-x:auto}.cart-recs__track{min-width:0}@media(max-width:900px){.cart-layout{display:flex!important;flex-direction:column;align-items:stretch!important;gap:16px;grid-template-columns:1fr!important}.cart-layout>*{width:100%;box-sizing:border-box}.cart-left{display:contents!important}.cart-shipping-bar{order:1;margin-bottom:0!important}.cart-table{order:2}.cart-summary{order:3;position:static!important}.cart-recs{order:4;margin-top:0!important}}@media(max-width:749px){.cart-table{background:transparent}.cart-table .cart-item{display:grid!important;grid-template-columns:76px 1fr!important;grid-template-rows:auto auto;column-gap:14px;row-gap:12px;align-items:start;background:#fff;border:1.5px solid #ececec!important;border-radius:16px;padding:14px!important;margin-bottom:12px;position:relative}.cart-item__media{grid-column:1;grid-row:1}.cart-item__media img{width:76px;height:76px}.cart-item__info{grid-column:2;grid-row:1;min-width:0;padding-right:28px}.cart-item__title{white-space:normal;overflow-wrap:anywhere;font-size:14px;line-height:1.35}.cart-item__variant{font-size:12px}.cart-item__unit-price,.cart-item__delivery{display:none}.cart-item__qty{grid-column:1 / 2;grid-row:2;justify-self:start;align-self:center}.cart-item__qty .qty-btn{width:36px;height:38px}.cart-item__price{grid-column:2 / 3;grid-row:2;text-align:right!important;align-self:center;font-size:16px}.cart-table .cart-item__remove{position:absolute!important;top:12px!important;right:12px!important;left:auto!important;bottom:auto!important;font-size:0;gap:0;color:silver;margin:0}.cart-table .cart-item__remove svg{width:17px;height:17px}.cart-table .cart-item__remove:hover{color:#e53935}.cart-page__title{font-size:23px;margin-bottom:14px}.cart-page .breadcrumb{font-size:11px;margin-bottom:6px}.cart-shipping-bar{min-width:0;max-width:100%;box-sizing:border-box;padding:12px 14px}.cart-shipping-bar__text{font-size:13px;margin-bottom:8px}.cart-shipping-bar__track{max-width:100%}.cart-summary{padding:20px 16px;border-radius:16px}.cart-summary__title{font-size:17px;margin-bottom:14px}}@media(max-width:749px){body.template-product .pdp-section{padding-top:0!important;padding-bottom:24px!important}body.template-product .breadcrumb{display:flex;flex-wrap:nowrap;margin:2px 0 6px;font-size:11px;gap:6px;white-space:nowrap;overflow:hidden}body.template-product .breadcrumb>*{flex-shrink:0}body.template-product .breadcrumb span:last-child{flex-shrink:1;min-width:0}body.template-product .breadcrumb .sep{font-size:0}body.template-product .breadcrumb .sep:after{content:"\203a";font-size:11px;color:#bbb}body.template-product .breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}body.template-product .product-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);column-gap:12px;row-gap:6px;align-items:start}body.template-product .product-info{display:contents}body.template-product .product-gallery{position:static;display:block!important;grid-column:1;grid-row:1;margin:0}body.template-product .product-gallery__thumbs{display:none!important}body.template-product .product-gallery__main{aspect-ratio:1 / 1;background:#f8f8f8;border-radius:16px}body.template-product .product-gallery__main img{padding:8px}body.template-product .product-gallery__slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%}body.template-product .product-gallery__slider::-webkit-scrollbar{display:none}body.template-product .product-gallery__slide{flex:0 0 100%;scroll-snap-align:start;display:block!important;height:100%}body.template-product .product-gallery__wish{display:flex;position:absolute;top:10px;right:10px;z-index:3;width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #ececec;box-shadow:0 1px 4px #0000000f;align-items:center;justify-content:center;color:#444}body.template-product .product-gallery__wish svg{width:19px;height:19px}body.template-product .product-gallery__wish.active{color:var(--sale-red)}body.template-product .product-gallery__dots{display:flex;justify-content:center;gap:6px;margin-top:8px}body.template-product .product-gallery__dot{width:7px;height:7px!important;border-radius:50%;padding:0;min-height:0!important;min-width:0!important;background:#dcdcdc;transition:background .2s,transform .2s}body.template-product .product-gallery__dot.active{background:var(--accent-dark);transform:scale(1.25)}body.template-product .product-gallery__sale-badge{top:8px;left:8px;font-size:12px;padding:5px 9px}body.template-product .product-gallery__zoom{display:none}body.template-product .product-info__head{grid-column:2;grid-row:1;align-self:center}body.template-product .product-info__badge{grid-column:1;grid-row:1;align-self:start;justify-self:start;z-index:2}body.template-product .product-benefits,body.template-product #product-form,body.template-product .product-payment-row,body.template-product .product-secure-note,body.template-product .product-feature-bar{grid-column:1 / -1}body.template-product .product-price-row{margin:4px 0 0;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px}body.template-product .product-price-block{display:contents}body.template-product .product-price{width:100%}body.template-product .product-price--sale{color:var(--text-primary)}body.template-product .product-price-compare{font-size:14px}body.template-product .product-stock{display:none}body.template-product a.product-info__vendor{margin-bottom:3px;font-size:11px}body.template-product .product-info h1{font-size:clamp(19px,5.2vw,23px);margin:0 0 5px;line-height:1.16;text-transform:none;letter-spacing:-.01em}body.template-product .product-info__subtitle{font-size:12px;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.template-product a.product-rating{margin:0 0 6px;font-size:12px}body.template-product .product-price{font-size:24px;line-height:1.05;font-weight:800}body.template-product .product-savings-pill{display:none}body.template-product .product-tax-note{font-size:12px;margin:0;color:var(--text-muted)}body.template-product .product-feature-bar{background:transparent;border:none;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;border-radius:0;margin:2px 0;box-shadow:none;grid-template-columns:repeat(4,1fr)}body.template-product .product-feature-bar .feature-bar__item{flex-direction:column;align-items:center;text-align:center;gap:3px;padding:9px 3px;border-right:1px solid var(--border-light);border-bottom:none}body.template-product .product-feature-bar .feature-bar__item:last-child{border-right:none}body.template-product .product-feature-bar .feature-bar__icon{width:26px;height:26px;border:none;color:var(--accent-dark)}body.template-product .product-feature-bar .feature-bar__icon svg{width:18px;height:18px;color:var(--accent-dark)}body.template-product .product-feature-bar .feature-bar__value{font-size:12px}body.template-product .product-feature-bar .feature-bar__title{font-size:9.5px;margin-top:1px;letter-spacing:.03em}body.template-product .product-feature-bar .feature-bar__sub{display:block;font-size:9px;color:var(--text-muted);margin-top:1px;text-transform:none;letter-spacing:0;font-weight:500}body.template-product .product-benefits{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:transparent;border-radius:0;padding:0;margin:0}body.template-product .product-benefits li{background:#f0f8e8;border-radius:10px;padding:8px 10px!important;align-items:center!important}body.template-product .product-benefits li,body.template-product .product-benefits li>*:last-child{overflow:hidden}body.template-product .product-benefits li{font-size:10.5px;gap:6px;line-height:1.3;align-items:flex-start}body.template-product .product-benefits li svg{width:16px;height:16px;flex-shrink:0;background:var(--accent-dark);color:#fff;border-radius:50%;padding:3.5px;margin-top:1px}body.template-product .variant-section{background:transparent;border:none;border-radius:0;padding:0;margin-bottom:4px}body.template-product .variant-section__label{font-size:12px;font-weight:700;text-transform:none;letter-spacing:0;margin-bottom:4px}body.template-product .size-cards{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding:8px 2px;margin:-8px -2px 0}body.template-product .size-cards::-webkit-scrollbar{display:none}body.template-product .size-card{min-width:96px;padding:10px 12px;flex-shrink:0}body.template-product .size-card__value{font-size:13px}body.template-product .size-card__price{font-size:12px}body.template-product .flavor-pills{gap:7px;padding-top:6px}body.template-product .flavor-pill{padding:8px 13px;font-size:12px;gap:6px}body.template-product .flavor-pill__dot{width:9px;height:9px}body.template-product .variant-dropdown{max-width:none}body.template-product .variant-dropdown__select{padding:12px 40px 12px 14px;font-size:14px;border-radius:11px}body.template-product .atc-group{margin:0 0 6px}body.template-product .atc-group .atc-row--buy{display:grid;grid-template-columns:auto 1fr;align-items:stretch;gap:10px}body.template-product .qty-selector{border-radius:12px}body.template-product .qty-selector .qty-btn{height:44px;width:36px;font-size:16px}body.template-product #qty-input{min-width:28px;text-align:center;font-weight:700}body.template-product .delivery-box{border-radius:12px;padding:8px 12px;gap:9px}body.template-product .delivery-box__icon svg{width:20px;height:20px}body.template-product .delivery-box strong{font-size:13px}body.template-product .delivery-box span{font-size:11px}body.template-product .atc-actions{display:flex;align-items:stretch;gap:10px;margin-top:6px}body.template-product #atc-btn.btn-full{flex:1 1 auto;width:100%;min-height:50px;font-size:16px;border-radius:12px}body.template-product #atc-btn.btn-full svg{width:22px;height:22px}body.template-product .atc-actions .btn-wishlist{display:inline-flex}body.template-product .product-payment-row{display:none}body.template-product .product-payment-row img{width:36px;height:24px}body.template-product .product-payment-row__shipping{margin-left:0;width:100%;justify-content:center;font-size:12px}body.template-product .product-secure-note{display:flex;align-items:center;justify-content:center;gap:6px;margin:6px 0 0;padding-top:10px;border-top:1px solid #f2f2f2;font-size:11px;color:var(--text-muted)}body.template-product .product-secure-note svg{width:13px;height:13px}body.template-product .product-tabs{margin-top:24px}body.template-product .tabs-nav{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:22px;scrollbar-width:none;-webkit-overflow-scrolling:touch}body.template-product .tabs-nav::-webkit-scrollbar{display:none}body.template-product .tab-nav-btn{white-space:nowrap;font-size:14px;padding:13px 0}body.template-product .desc-clamp.is-clamped:not(.is-open){max-height:205px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 70%,transparent 100%);mask-image:linear-gradient(#000 70%,transparent 100%)}.desc-more{display:inline-flex;align-items:center;gap:5px;background:none;border:none;padding:10px 0 0;font-size:13.5px;font-weight:700;color:var(--accent-dark);cursor:pointer}body.template-product .sticky-atc{display:block;z-index:150;padding:8px 0 calc(8px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #00000017}body.template-product .sticky-atc__inner{gap:10px;padding:0 14px}body.template-product .sticky-atc__info img{width:40px;height:40px;border-radius:8px}body.template-product .sticky-atc__info strong{font-size:12px;display:block;line-height:1.2;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.template-product .sticky-atc__info span{font-size:13px;font-weight:800}body.template-product #sticky-atc-btn{flex-shrink:0;padding:12px 18px;font-size:12.5px;border-radius:10px;background:#fff;color:var(--text-primary);border:1.5px solid #e0e0e0}}@media(min-width:901px){.trust-bar-bottom{background:#fff;border-bottom:1px solid #f0f0f0}.trust-bar-bottom__grid{max-width:1440px;padding:0 40px}.trust-bar-bottom__item{justify-content:center;padding:16px 24px;gap:12px}.trust-bar-bottom__icon{width:30px;height:30px;color:var(--accent-dark)}.trust-bar-bottom__icon svg{width:26px;height:26px}.trust-bar-bottom__title{font-size:12.5px;letter-spacing:.05em;color:#111}.trust-bar-bottom__sub{font-size:12.5px;color:#888}}#atc-btn.btn,#sticky-atc-btn.btn{background:#fff;color:var(--text-primary, #1A1A1A);border:1.5px solid #e0e0e0}#atc-btn.btn:hover,#sticky-atc-btn.btn:hover{background:var(--accent-light, #F0F8E8);border-color:var(--accent, #8DC63F);color:var(--accent-dark, #6FA832);transform:none;box-shadow:none}#atc-btn.btn:disabled{background:var(--bg-light, #f5f5f5);color:var(--text-muted, #888)}.bundle-atc-btn.is-ready{background:#fff!important;color:var(--text-primary, #1A1A1A)!important;border:1.5px solid #e0e0e0!important}.bundle-atc-btn.is-ready:hover{background:var(--accent-light, #F0F8E8)!important;border-color:var(--accent, #8DC63F)!important;color:var(--accent-dark, #6FA832)!important}.atc-actions{display:flex;align-items:stretch;gap:10px}.atc-actions .btn{flex:1 1 auto}.atc-actions .btn-wishlist{align-self:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}.atc-actions .btn-wishlist svg{width:20px;height:20px}.collection-section .container{max-width:none!important}.product-gallery__main,.product-gallery__main img{max-height:720px}@media(min-width:1024px){.product-gallery{align-self:start}}.lg-section{background:#f7f7f7}.lg-card{max-width:520px;margin:0 auto;background:#fff;border-radius:20px;padding:clamp(28px,5vw,44px) clamp(20px,4vw,40px);box-shadow:0 2px 16px #0000000d}.lg-title{font-size:clamp(24px,4vw,30px);font-weight:800;text-align:center;margin:0 0 8px;text-transform:none;letter-spacing:-.01em}.lg-title--sm{font-size:20px;text-align:left}.lg-sub{text-align:center;font-size:14.5px;color:#888;margin:0 0 28px;line-height:1.5}.lg-label{display:block;font-size:13.5px;font-weight:700;color:#222;margin:0 0 8px}.lg-input{position:relative;display:flex;align-items:center;margin-bottom:18px}.lg-input__icon{position:absolute;left:14px;display:flex;color:#b5b5b5;pointer-events:none}.lg-input input{width:100%;box-sizing:border-box;padding:15px 44px;border:1.5px solid #e4e4e4;border-radius:12px;font-size:15px;color:#111;background:#fff;transition:border-color .15s}.lg-input input::placeholder{color:#b5b5b5}.lg-input input:focus{outline:none;border-color:var(--accent, #8DC63F)}.lg-input__eye{position:absolute;right:12px;display:flex;background:none;border:none;padding:4px;cursor:pointer;color:#b5b5b5}.lg-input__eye:hover,.lg-input__eye.on{color:#555}.lg-forgot{display:block;text-align:right;font-size:13px;color:#666;text-decoration:none;margin:-6px 0 20px}.lg-forgot:hover{color:#111;text-decoration:underline}.lg-cta{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 20px;background:var(--accent, #8DC63F);color:#0f0f0f;border:none;border-radius:14px;font-size:14.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .15s,transform .1s}.lg-cta svg{position:absolute;right:18px}.lg-cta:hover{background:var(--accent-dark, #6FA832);color:#fff}.lg-cta:active{transform:scale(.99)}.lg-divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:#aaa;font-size:13px}.lg-divider:before,.lg-divider:after{content:"";flex:1;height:1px;background:#ececec}.lg-google{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;padding:14px 20px;background:#fff;color:#111;border:1.5px solid #e4e4e4;border-radius:14px;font-size:13.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;transition:border-color .15s}.lg-google:hover{border-color:#bbb}.lg-register{text-align:center;font-size:14px;color:#666;margin:22px 0 0}.lg-register a{color:var(--accent-dark, #6FA832);font-weight:700;text-decoration:underline}.lg-success{background:#f0f8e8;color:#3a6b00;border-radius:10px;padding:12px 14px;font-size:14px}@media(max-width:749px){.lg-section{padding:20px 0 36px}.lg-card{border-radius:16px}}.lg-benefits{margin:0 0 22px;padding:14px 16px;background:#f4faec;border-radius:12px}.lg-benefits li{display:flex;align-items:center;gap:9px;font-size:13px;color:#444;padding:4px 0}.lg-benefits svg{width:16px;height:16px;color:var(--accent-dark, #6FA832);flex-shrink:0}.lg-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:560px){.lg-row{grid-template-columns:1fr;gap:0}}.blog-tags{gap:10px;margin-bottom:clamp(20px,3vw,32px)}.blog-tags a{padding:9px 17px;border:1.5px solid #e4e4e4;border-radius:24px;font-size:13px;font-weight:700;color:#333;transition:border-color .15s,background .15s,color .15s}.blog-tags a:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent-dark)}.blog-tags a.active{background:var(--accent);border-color:var(--accent);color:#0f0f0f}.article-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s;text-decoration:none}.article-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #00000017;border-color:var(--accent)}.article-card__img{aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-light)}.article-card__img img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:16px 18px 18px}.article-card__meta{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:7px}.article-card__title{font-size:16px;font-weight:800;color:#111;margin:0 0 6px;line-height:1.3;text-transform:none}.article-card__excerpt{font-size:13px;color:#777;line-height:1.5;margin:0}.page-header h1{font-size:clamp(26px,4vw,38px);text-transform:none;letter-spacing:-.01em}.page-content{font-size:15px;line-height:1.75;color:var(--text-secondary)}.page-content h2{font-size:clamp(19px,2.4vw,24px);margin-top:1.6em;text-transform:none}.page-content h3{font-size:17px;margin-top:1.4em}.page-content a{color:var(--accent-dark);text-decoration:underline}.account-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.account-header h1{font-size:clamp(24px,3.5vw,34px);margin:0;text-transform:none}.account-welcome{font-size:14px;color:var(--text-muted);margin:0 0 24px}.account-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.account-orders,.account-sidebar{background:#fff;border:1.5px solid #ececec;border-radius:16px;padding:22px}.account-orders h2,.account-sidebar h3{font-size:16px;font-weight:800;text-transform:none;margin:0 0 16px}.orders-table__head{display:grid;grid-template-columns:1.2fr 1fr 1fr .8fr;gap:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#999;padding-bottom:10px;border-bottom:1.5px solid #f0f0f0}.orders-table__row{display:grid;grid-template-columns:1.2fr 1fr 1fr .8fr;gap:8px;padding:13px 0;border-bottom:1px solid #f5f5f5;font-size:13.5px;color:var(--text-secondary);text-decoration:none;transition:background .12s}.orders-table__row:hover{background:#fafafa}.orders-table__row span:first-child{font-weight:800;color:var(--accent-dark)}.account-address{font-size:13.5px;line-height:1.6;color:var(--text-secondary);margin-bottom:14px}@media(max-width:900px){.account-layout{grid-template-columns:1fr}.orders-table__head{display:none}.orders-table__row{grid-template-columns:1fr 1fr;row-gap:3px}}.address-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin:20px 0}.address-card{background:#fff;border:1.5px solid #ececec;border-radius:14px;padding:18px;font-size:13.5px;line-height:1.6;color:var(--text-secondary);transition:border-color .15s}.address-card:hover{border-color:var(--accent)}.address-card__badge{display:inline-block;background:var(--accent-light);color:var(--accent-dark);font-size:10.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:20px;margin-bottom:10px}.address-card__actions{display:flex;gap:12px;margin-top:12px}.address-card__actions a,.address-card__actions button{font-size:12.5px;font-weight:700;color:var(--accent-dark);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.template-customers-order .cart-table{background:#fff;border:1.5px solid #ececec;border-radius:16px;padding:8px 18px}.srch{padding-top:20px}.srch__head{text-align:center;max-width:620px;margin:0 auto clamp(28px,4vw,44px)}.srch__eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dark, #6FA832);margin:0 0 6px}.srch__title{font-size:clamp(26px,4.5vw,40px);font-weight:900;text-transform:none;letter-spacing:-.01em;margin:0 0 4px}.srch__count{font-size:14px;color:var(--text-muted, #888);margin:0 0 20px}.srch__form{display:flex;align-items:center;gap:8px;margin-top:16px;padding:6px 6px 6px 18px;background:#fff;border:1.5px solid #e4e4e4;border-radius:40px;transition:border-color .15s,box-shadow .15s}.srch__form:focus-within{border-color:var(--accent, #8DC63F);box-shadow:0 4px 20px #8dc63f26}.srch__form svg{color:#b5b5b5;flex-shrink:0}.srch__form input{flex:1;min-width:0;border:none;outline:none;font-size:15px;color:var(--text-primary);background:transparent;padding:10px 0}.srch__form button{flex-shrink:0;background:var(--accent, #8DC63F);color:#0f0f0f;border:none;border-radius:30px;padding:12px 26px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .15s}.srch__form button:hover{background:var(--accent-dark, #6FA832);color:#fff}.srch__section-head{display:flex;align-items:center;gap:10px;margin:clamp(24px,4vw,40px) 0 16px}.srch__section-head h2{font-size:clamp(17px,2vw,22px);font-weight:800;margin:0;text-transform:none}.srch__section-head span{background:var(--accent-light, #F0F8E8);color:var(--accent-dark, #6FA832);font-size:12px;font-weight:800;padding:3px 10px;border-radius:20px}.srch__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.srch-card{display:flex;flex-direction:column;background:#fafafa;border:1px solid #f0f0f0;border-radius:14px;padding:18px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s}.srch-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000012;border-color:var(--accent, #8DC63F)}.srch-card__type{align-self:flex-start;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-dark, #6FA832);background:var(--accent-light, #F0F8E8);padding:3px 9px;border-radius:20px;margin-bottom:10px}.srch-card__title{font-size:15px;font-weight:800;color:#111;margin:0 0 6px;line-height:1.3}.srch-card__excerpt{font-size:12.5px;color:#777;line-height:1.5;margin:0 0 12px}.srch-card__more{margin-top:auto;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--accent-dark, #6FA832)}.srch__empty{text-align:center;padding:clamp(30px,6vw,60px) 16px}.srch__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;background:var(--accent-light, #F0F8E8);color:var(--accent-dark, #6FA832);margin-bottom:18px}.srch__empty h2{font-size:clamp(20px,3vw,26px);font-weight:800;margin:0 0 8px;text-transform:none}.srch__empty p{font-size:14px;color:#888;line-height:1.6;margin:0 0 22px}.srch__suggest{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.srch__suggest a{padding:10px 18px;border:1.5px solid #e4e4e4;border-radius:24px;font-size:13px;font-weight:700;color:#333;text-decoration:none;transition:border-color .15s,background .15s,color .15s}.srch__suggest a:hover{border-color:var(--accent, #8DC63F);background:var(--accent-light, #F0F8E8);color:var(--accent-dark, #6FA832)}@media(max-width:900px){.srch__cards{grid-template-columns:1fr 1fr}}@media(max-width:749px){.srch{padding-top:10px}.srch__head{margin-bottom:20px}.srch__title{font-size:24px}.srch__count{font-size:12px;margin-bottom:12px}.srch__form{padding:4px 4px 4px 14px}.srch__form input{font-size:14px;padding:9px 0}.srch__form button{padding:10px 18px;font-size:12px}.srch__cards{grid-template-columns:1fr;gap:10px}.srch__suggest a{padding:8px 14px;font-size:12px}}@media(min-width:750px){.on-footer__trust--top{background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.on-footer__trust--top .on-footer__trust-item{justify-content:center;padding:16px 24px;gap:12px;border-right:1px solid #f0f0f0}.on-footer__trust--top .on-footer__trust-item:last-child{border-right:none}.on-footer__trust--top .on-footer__trust-icon{color:var(--accent-dark);width:auto;height:auto;background:none}.on-footer__trust--top .on-footer__trust-icon svg{width:26px;height:26px}.on-footer__trust--top .on-footer__trust-title{font-size:12.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#111}.on-footer__trust--top .on-footer__trust-sub{font-size:12.5px;color:#888}}.collection-sort__label{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.collection-sort select{appearance:none;-webkit-appearance:none;padding:10px 34px 10px 14px;border:1.5px solid #e4e4e4;border-radius:10px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 12px center;font-size:13px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:border-color .15s}.collection-sort select:focus{outline:none;border-color:var(--accent)}.col-msort select{appearance:none;-webkit-appearance:none;background:transparent;border:none;font-size:13px;font-weight:600;color:var(--text-primary);cursor:pointer}.col-msort select:focus{outline:none}.shopify-policy__container{max-width:820px!important;margin:0 auto!important;padding:clamp(28px,5vw,56px) var(--gutter, 20px) clamp(40px,6vw,72px)!important}.shopify-policy__title{text-align:center;margin-bottom:clamp(24px,4vw,40px);padding-bottom:18px;border-bottom:1px solid #f0f0f0}.shopify-policy__title h1{font-size:clamp(26px,4vw,38px);font-weight:900;text-transform:none;letter-spacing:-.01em;margin:0 0 6px}.shopify-policy__title:after{content:"";display:block;width:42px;height:3px;background:var(--accent, #8DC63F);border-radius:3px;margin:14px auto 0}.shopify-policy__body{font-size:15px;line-height:1.8;color:var(--text-secondary, #444)}.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body strong:only-child{font-size:clamp(17px,2vw,21px);font-weight:800;text-transform:none;color:var(--text-primary, #111);margin:1.8em 0 .6em}.shopify-policy__body h3{font-size:16px}.shopify-policy__body p{margin:0 0 1em}.shopify-policy__body a{color:var(--accent-dark, #6FA832);text-decoration:underline}.shopify-policy__body ul,.shopify-policy__body ol{padding-left:1.4em;margin:0 0 1.2em}.shopify-policy__body ul{list-style:disc}.shopify-policy__body ol{list-style:decimal}.shopify-policy__body li{margin-bottom:.4em}.shopify-policy__body table{width:100%;border-collapse:collapse;margin:1.2em 0;font-size:13.5px}.shopify-policy__body th,.shopify-policy__body td{text-align:left;padding:10px 12px;border-bottom:1px solid #f0f0f0}.shopify-policy__body th{background:#fafafa;font-weight:700}@media(max-width:749px){.shopify-policy__body{font-size:14px;line-height:1.75}}.faq-section{padding:clamp(32px,5vw,64px) 0;background:#fff}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(28px,4vw,64px);align-items:start}.faq-left__title{font-size:clamp(24px,3.5vw,38px);font-weight:900;text-transform:none;letter-spacing:-.01em;margin:0 0 10px}.faq-left__sub{font-size:14.5px;color:var(--text-muted);line-height:1.6;margin:0 0 18px}.faq-left__cta{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--accent-dark);text-decoration:none;border-bottom:2px solid var(--accent);padding-bottom:2px}.faq-search{display:flex;align-items:center;gap:8px;border:1.5px solid #e4e4e4;border-radius:24px;padding:10px 16px;margin-bottom:16px;color:#b5b5b5;transition:border-color .15s}.faq-search:focus-within{border-color:var(--accent)}.faq-search__input{flex:1;min-width:0;border:none;outline:none;font-size:14px;background:transparent;color:var(--text-primary)}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:#fff;border:1.5px solid #ececec;border-radius:14px;overflow:hidden;transition:border-color .15s}.faq-item:hover{border-color:#d5d5d5}.faq-item.is-open{border-color:var(--accent)}.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 18px;font-size:14.5px;font-weight:700;color:var(--text-primary);text-align:left;background:none;border:none;cursor:pointer}.faq-item__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--accent-light);color:var(--accent-dark);flex-shrink:0}.faq-item__icon svg{width:14px;height:14px}.faq-item .faq-icon-minus,.faq-item.is-open .faq-icon-plus{display:none}.faq-item.is-open .faq-icon-minus{display:block}.faq-item__a{display:none}.faq-item.is-open .faq-item__a{display:block}.faq-item__a-inner{padding:14px 18px 18px;font-size:13.5px;line-height:1.7;color:var(--text-secondary);border-top:1px solid #f5f5f5;margin:0}.faq-no-results{text-align:center;color:var(--text-muted);font-size:14px;padding:20px}@media(max-width:900px){.faq-layout{grid-template-columns:1fr;gap:18px}.faq-left{text-align:center}.faq-left__title{font-size:24px}.faq-left__sub{font-size:13px;margin-bottom:12px}.faq-item__q{padding:14px 15px;font-size:13.5px}.faq-item__a-inner{padding:12px 15px 15px;font-size:13px}}.product-gallery__thumbs{max-height:720px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d5d5d5 transparent;padding-right:2px}.product-gallery__thumbs::-webkit-scrollbar{width:4px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:4px}.product-gallery__main{cursor:zoom-in}.product-gallery__arrow{display:none}@media(max-width:749px){.product-gallery__arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:24px;height:24px;border-radius:50%;background:#ffffffa6;border:none;color:#999;padding:0}.product-gallery__arrow svg{width:13px;height:13px}.product-gallery__arrow--prev{left:6px}.product-gallery__arrow--next{right:6px}}.pdp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a0a0aeb;display:flex;align-items:center;justify-content:center}.pdp-lightbox[hidden]{display:none}.pdp-lightbox img{max-width:min(92vw,1100px);max-height:86vh;object-fit:contain;border-radius:8px;background:#fff;padding:12px}.pdp-lightbox__close{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;background:#fff;border:none;cursor:pointer;font-size:17px;color:#111;display:flex;align-items:center;justify-content:center}.pdp-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:none;cursor:pointer;color:#111;display:flex;align-items:center;justify-content:center;transition:transform .12s}.pdp-lightbox__nav:hover{transform:translateY(-50%) scale(1.06)}.pdp-lightbox__nav--prev{left:16px}.pdp-lightbox__nav--next{right:16px}.pdp-lightbox__count{position:absolute;bottom:18px;left:50%;transform:translate(-50%);background:#ffffff24;color:#fff;font-size:12.5px;font-weight:700;padding:5px 14px;border-radius:20px}@media(max-width:749px){.pdp-lightbox img{max-width:96vw;padding:8px}.pdp-lightbox__nav{width:38px;height:38px}.pdp-lightbox__nav--prev{left:8px}.pdp-lightbox__nav--next{right:8px}}@media(max-width:1024px){.collection-layout{grid-template-columns:1fr!important}.filter-sidebar:not(.open){display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
