:root{--navy: #0a1628;--navy-mid: #0d1f38;--navy-light: #122440;--green: #6dc040;--green-dark: #4a9e20;--green-glow: rgba(109, 192, 64, .15);--white: #ffffff;--muted: #8fa3bc;--border: rgba(109, 192, 64, .2);--border-subtle: rgba(255, 255, 255, .08);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow: 0 4px 24px rgba(0, 0, 0, .4);--transition: .25s ease;--font-main: "Arial", "Helvetica Neue", sans-serif;--max-width: 1280px;--header-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--navy);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:900;line-height:1.15;letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.25rem}h4{font-size:1rem}p{color:var(--muted);font-size:.95rem}.text-green{color:var(--green)}.text-white{color:var(--white)}.text-muted{color:var(--muted)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-padding{padding:72px 0}.section-padding--sm{padding:48px 0}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-8{gap:8px}.gap-16{gap:16px}.gap-24{gap:24px}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;margin-bottom:40px;text-align:center;position:relative}.section-title:after{content:"";display:block;width:48px;height:3px;background:var(--green);margin:12px auto 0;border-radius:2px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-weight:700;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--transition);white-space:nowrap}.btn--primary{background:var(--green);color:var(--white);border-color:var(--green)}.btn--primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px);box-shadow:0 8px 24px #6dc04059}.btn--outline{background:transparent;color:var(--green);border-color:var(--green)}.btn--outline:hover{background:var(--green);color:var(--white)}.btn--white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn--white:hover{background:transparent;color:var(--white)}.announcement-bar{background:var(--navy-mid);border-bottom:1px solid var(--border);padding:10px 0}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.announcement-bar__item{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;letter-spacing:.06em;color:var(--white)}.announcement-bar__item svg{color:var(--green);flex-shrink:0}.announcement-bar__divider{width:1px;height:16px;background:var(--border)}.site-header{position:sticky;top:0;z-index:100;background:#0a1628f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);height:var(--header-h);transition:background var(--transition)}.site-header.scrolled{background:var(--navy);box-shadow:0 2px 20px #00000080}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}.site-header__logo{flex-shrink:0}.site-header__logo img,.site-header__logo svg{height:44px;width:auto}.site-nav{display:flex;align-items:center;gap:0;flex:1;justify-content:center}.site-nav__link{display:block;padding:8px 12px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);transition:color var(--transition);position:relative}.site-nav__link:after{content:"";position:absolute;bottom:2px;left:12px;right:12px;height:2px;background:var(--green);transform:scaleX(0);transition:transform var(--transition);border-radius:1px}.site-nav__link:hover,.site-nav__link.active{color:var(--white)}.site-nav__link:hover:after,.site-nav__link.active:after{transform:scaleX(1)}.site-nav__link--accent{color:var(--green)!important}.site-nav__link--accent:hover{color:#8fd64f!important}.site-header__icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.header-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);color:var(--muted);transition:all var(--transition);position:relative;cursor:pointer}.header-icon:hover{color:var(--white);background:var(--navy-light)}.header-icon svg{width:20px;height:20px}.cart-badge{position:absolute;top:4px;right:4px;width:16px;height:16px;background:var(--green);border-radius:50%;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;color:var(--white)}.header-search{position:relative}.header-search__input{background:var(--navy-light);border:1px solid var(--border-subtle);border-radius:20px;padding:8px 16px 8px 36px;font-size:.8rem;color:var(--white);width:180px;transition:all var(--transition)}.header-search__input::placeholder{color:var(--muted)}.header-search__input:focus{outline:none;border-color:var(--green);width:220px;box-shadow:0 0 0 3px var(--green-glow)}.header-search__icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--muted);width:16px;height:16px}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;border-radius:var(--radius-sm);transition:background var(--transition)}.hamburger:hover{background:var(--navy-light)}.hamburger__line{width:22px;height:2px;background:var(--white);border-radius:1px;transition:all var(--transition)}.hamburger.open .hamburger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open .hamburger__line:nth-child(2){opacity:0}.hamburger.open .hamburger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-drawer{position:fixed;top:0;left:-100%;width:min(340px,90vw);height:100vh;background:var(--navy-mid);z-index:200;transition:left .3s ease;overflow-y:auto;border-right:1px solid var(--border)}.mobile-drawer.open{left:0}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.mobile-drawer__close{cursor:pointer;color:var(--muted);padding:4px;transition:color var(--transition)}.mobile-drawer__close:hover{color:var(--white)}.mobile-nav{padding:16px 0}.mobile-nav__link{display:block;padding:14px 24px;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border-subtle);transition:all var(--transition)}.mobile-nav__link:hover{color:var(--white);padding-left:32px}.mobile-nav__link--accent{color:var(--green)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:199;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-overlay.active{opacity:1;pointer-events:all}.hero-banner{position:relative;min-height:85vh;display:flex;align-items:center;background:var(--navy);overflow:hidden}.hero-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0a1628eb,#0a1628bf,#0a162866)}.hero-banner:before{content:"";position:absolute;bottom:-100px;right:10%;width:400px;height:400px;background:radial-gradient(circle,rgba(109,192,64,.12) 0%,transparent 70%);pointer-events:none}.hero-banner__content{position:relative;z-index:1;max-width:640px}.hero-banner__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:20px}.hero-banner__eyebrow:before{content:"";width:24px;height:2px;background:var(--green);border-radius:1px}.hero-banner__heading{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.08;letter-spacing:-.03em;margin-bottom:24px}.hero-banner__heading .accent{color:var(--green)}.hero-banner__subtext{font-size:1.05rem;color:var(--muted);margin-bottom:40px;max-width:480px;line-height:1.7}.hero-banner__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-trust{position:absolute;bottom:0;left:0;right:0;background:#0a1628d9;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-trust__inner{display:flex;align-items:center;justify-content:center;gap:48px;padding:16px 24px;flex-wrap:wrap}.hero-trust__item{display:flex;align-items:center;gap:10px;font-size:.8rem;font-weight:600;letter-spacing:.04em}.hero-trust__icon{width:32px;height:32px;background:var(--green-glow);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);flex-shrink:0}.hero-trust__icon svg{width:14px;height:14px}.features-bar{background:var(--navy-mid);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:56px 0}.features-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.feature-card{text-align:center;padding:32px 24px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:all var(--transition)}.feature-card:hover{border-color:var(--border);background:var(--navy-light);transform:translateY(-4px);box-shadow:var(--shadow)}.feature-card__icon{width:64px;height:64px;background:var(--green-glow);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--green);transition:all var(--transition)}.feature-card__icon svg{width:28px;height:28px}.feature-card:hover .feature-card__icon{background:var(--green);color:var(--white);border-color:var(--green);box-shadow:0 0 24px #6dc04066}.feature-card__title{font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--white);margin-bottom:8px}.feature-card__text{font-size:.8rem;color:var(--muted);line-height:1.6}.category-grid{padding:72px 0}.category-grid__items{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{position:relative;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-subtle);transition:all var(--transition);cursor:pointer;background:var(--navy-mid);aspect-ratio:3/4}.category-card:hover{border-color:var(--green);box-shadow:0 0 0 1px var(--green),var(--shadow);transform:translateY(-4px)}.category-card__image{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;transition:transform .4s ease}.category-card:hover .category-card__image{transform:scale(1.06)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,22,40,.92) 0%,rgba(10,22,40,.3) 60%,transparent 100%)}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:24px 20px}.category-card__name{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--white);margin-bottom:6px}.category-card__link{font-size:.75rem;font-weight:600;color:var(--green);letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:4px;transition:gap var(--transition)}.category-card:hover .category-card__link{gap:8px}.category-card--supplements{background:linear-gradient(135deg,#0d2010,#1a3d20)}.category-card--vitamins{background:linear-gradient(135deg,#0d1a30,#1a2f50)}.category-card--weight{background:linear-gradient(135deg,#1a1010,#301a1a)}.category-card--food{background:linear-gradient(135deg,#0d2020,#1a3030)}.product-card{background:var(--navy-mid);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition);position:relative}.product-card:hover{border-color:var(--border);box-shadow:var(--shadow);transform:translateY(-4px)}.product-card__image-wrap{position:relative;overflow:hidden;background:var(--navy-light);aspect-ratio:1}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:12px;padding:4px 10px;background:var(--green);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm)}.product-card__badge--sale{background:#e05c2a}.product-card__wishlist{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#0a1628cc;border:1px solid var(--border-subtle);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);transition:all var(--transition);opacity:0}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{color:var(--green);border-color:var(--green)}.product-card__body{padding:16px}.product-card__brand{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:4px}.product-card__title{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-card__price-current{font-size:1.05rem;font-weight:800;color:var(--white)}.product-card__price-compare{font-size:.85rem;color:var(--muted);text-decoration:line-through}.product-card__atc{width:100%;padding:10px;background:var(--navy-light);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--muted);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);font-family:var(--font-main)}.product-card__atc:hover{background:var(--green);color:var(--white);border-color:var(--green)}.featured-products{padding:72px 0;background:var(--navy)}.featured-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.featured-products__footer{text-align:center;margin-top:40px}.newsletter{background:var(--navy-mid);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:72px 0}.newsletter__inner{max-width:560px;margin:0 auto;text-align:center}.newsletter__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.newsletter__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;margin-bottom:12px}.newsletter__subtitle{color:var(--muted);font-size:.9rem;margin-bottom:32px}.newsletter__form{display:flex;gap:0;border:1px solid var(--border);border-radius:4px;overflow:hidden;background:var(--navy-light)}.newsletter__input{flex:1;padding:14px 20px;background:transparent;border:none;color:var(--white);font-size:.875rem;font-family:var(--font-main);outline:none}.newsletter__input::placeholder{color:var(--muted)}.newsletter__submit{padding:14px 28px;background:var(--green);color:var(--white);border:none;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:var(--font-main);transition:background var(--transition);flex-shrink:0}.newsletter__submit:hover{background:var(--green-dark)}.newsletter__disclaimer{font-size:.72rem;color:var(--muted);margin-top:12px;opacity:.7}.site-footer{background:#050e1c;border-top:2px solid var(--green);padding:64px 0 0}.site-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--border-subtle)}.footer-brand__logo{margin-bottom:16px}.footer-brand__logo img,.footer-brand__logo svg{height:40px;width:auto}.footer-brand__desc{font-size:.85rem;color:var(--muted);line-height:1.7;margin-bottom:24px;max-width:280px}.footer-socials{display:flex;gap:10px}.footer-social{width:36px;height:36px;background:var(--navy-light);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all var(--transition)}.footer-social:hover{background:var(--green);color:var(--white);border-color:var(--green)}.footer-social svg{width:16px;height:16px}.footer-col__title{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:20px;position:relative;padding-bottom:12px}.footer-col__title:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background:var(--green);border-radius:1px}.footer-col__links{display:flex;flex-direction:column;gap:10px}.footer-col__link{font-size:.85rem;color:var(--muted);transition:color var(--transition);display:flex;align-items:center;gap:6px}.footer-col__link:hover{color:var(--green)}.footer-col__link:before{content:"\203a";color:var(--green);font-size:1rem}.site-footer__bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-copyright{font-size:.78rem;color:var(--muted)}.footer-payments{display:flex;align-items:center;gap:8px}.footer-payment-icon{height:24px;border-radius:4px;opacity:.6;transition:opacity var(--transition)}.footer-payment-icon:hover{opacity:1}.product-page{padding:48px 0 80px}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery__main{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--navy-mid);border:1px solid var(--border-subtle)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:8px;margin-top:12px}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border-subtle);cursor:pointer;transition:border-color var(--transition)}.product-gallery__thumb.active{border-color:var(--green)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:8px}.product-info__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;color:var(--white);margin-bottom:16px;line-height:1.15}.product-info__price{display:flex;align-items:center;gap:12px;margin-bottom:24px}.product-info__price-current{font-size:1.75rem;font-weight:800;color:var(--white)}.product-info__price-compare{font-size:1.1rem;color:var(--muted);text-decoration:line-through}.product-info__price-save{padding:4px 10px;background:#e05c2a26;color:#e05c2a;border-radius:var(--radius-sm);font-size:.8rem;font-weight:700}.product-variants{margin-bottom:24px}.product-variants__label{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.product-variants__options{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{padding:8px 16px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:transparent;color:var(--muted);font-size:.85rem;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:all var(--transition)}.variant-btn:hover,.variant-btn.active{border-color:var(--green);color:var(--white);background:var(--green-glow)}.variant-btn.sold-out{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-atc{display:flex;gap:12px;margin-bottom:24px}.qty-selector{display:flex;align-items:center;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);overflow:hidden}.qty-btn{width:44px;height:50px;background:var(--navy-light);border:none;color:var(--white);font-size:1.2rem;cursor:pointer;transition:background var(--transition);font-family:var(--font-main)}.qty-btn:hover{background:var(--green)}.qty-input{width:56px;text-align:center;background:transparent;border:none;border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);color:var(--white);font-size:.95rem;font-weight:700;font-family:var(--font-main);outline:none}.product-description{padding-top:24px;border-top:1px solid var(--border-subtle);margin-top:24px}.product-description p{color:var(--muted);font-size:.9rem;line-height:1.8;margin-bottom:12px}.collection-page{padding:48px 0 80px}.collection-header{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid var(--border-subtle)}.collection-header__title{font-size:clamp(1.5rem,3vw,2rem)}.collection-header__count{color:var(--muted);font-size:.85rem;margin-top:4px}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:40px}.collection-filters__title{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.filter-group{margin-bottom:28px}.filter-group__label{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.filter-option{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;font-size:.85rem;color:var(--muted);transition:color var(--transition)}.filter-option:hover{color:var(--white)}.filter-option input[type=checkbox]{width:16px;height:16px;accent-color:var(--green)}.collection-products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination__btn{width:40px;height:40px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-family:var(--font-main);transition:all var(--transition)}.pagination__btn:hover,.pagination__btn.active{background:var(--green);color:var(--white);border-color:var(--green)}.cart-page{padding:48px 0 80px}.cart-page__title{margin-bottom:40px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:20px;align-items:center;padding:20px;background:var(--navy-mid);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:border-color var(--transition)}.cart-item:hover{border-color:var(--border)}.cart-item__image{width:88px;height:88px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--navy-light)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__title{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:4px}.cart-item__variant{font-size:.78rem;color:var(--muted);margin-bottom:12px}.cart-item__price{font-size:1rem;font-weight:800;color:var(--white);flex-shrink:0}.cart-item__remove{color:var(--muted);cursor:pointer;transition:color var(--transition);flex-shrink:0}.cart-item__remove:hover{color:#e05c2a}.cart-summary{background:var(--navy-mid);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:28px;position:sticky;top:calc(var(--header-h) + 24px)}.cart-summary__title{font-size:1rem;font-weight:800;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border-subtle)}.cart-summary__row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:10px;color:var(--muted)}.cart-summary__row--total{font-size:1.05rem;font-weight:800;color:var(--white);margin-top:16px;padding-top:16px;border-top:1px solid var(--border-subtle)}.cart-checkout-btn{display:block;width:100%;margin-top:20px;padding:16px;text-align:center;background:var(--green);color:var(--white);border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:var(--font-main);transition:background var(--transition)}.cart-checkout-btn:hover{background:var(--green-dark)}.page-404{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 24px}.page-404__number{font-size:clamp(5rem,15vw,10rem);font-weight:900;color:var(--green);line-height:1;opacity:.3;margin-bottom:-20px}.page-404__title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:16px}.page-404__text{color:var(--muted);margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto}.breadcrumb{display:flex;align-items:center;gap:8px;padding:16px 0;font-size:.78rem;color:var(--muted);border-bottom:1px solid var(--border-subtle);margin-bottom:32px}.breadcrumb a{color:var(--muted);transition:color var(--transition)}.breadcrumb a:hover{color:var(--green)}.breadcrumb__sep{color:var(--border)}.breadcrumb__current{color:var(--white)}.flash-message{padding:14px 20px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:10px}.flash-message--success{background:#6dc04026;border:1px solid var(--green);color:var(--green)}.flash-message--error{background:#e05c2a26;border:1px solid #e05c2a;color:#e05c2a}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:1100px){.features-bar__grid,.category-grid__items{grid-template-columns:repeat(2,1fr)}.featured-products__grid{grid-template-columns:repeat(3,1fr)}.site-footer__top{grid-template-columns:1fr 1fr;gap:32px}.collection-layout{grid-template-columns:1fr}.collection-products{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.product-page__grid,.cart-layout{grid-template-columns:1fr}.featured-products__grid,.collection-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--header-h: 60px}.site-nav,.header-search{display:none}.hamburger{display:flex}.site-header__icons .header-icon--account{display:none}.hero-banner{min-height:70vh}.hero-banner__heading{font-size:clamp(2rem,8vw,3rem)}.hero-trust__inner{gap:20px;padding:12px 16px}.hero-trust__item{font-size:.72rem}.features-bar__grid{grid-template-columns:repeat(2,1fr);gap:16px}.category-grid__items,.featured-products__grid{grid-template-columns:repeat(2,1fr);gap:12px}.collection-products{grid-template-columns:repeat(2,1fr)}.site-footer__top{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;text-align:center}.announcement-bar__inner{gap:16px}.announcement-bar__divider{display:none}.cart-layout{grid-template-columns:1fr}.product-atc{flex-direction:column}}@media(max-width:480px){.container{padding:0 16px}.section-padding{padding:48px 0}.features-bar__grid{grid-template-columns:1fr}.category-grid__items,.featured-products__grid{grid-template-columns:1fr 1fr}.hero-banner__actions{flex-direction:column;align-items:flex-start}.btn{width:100%;justify-content:center}.newsletter__form{flex-direction:column;border-radius:var(--radius-sm)}.newsletter__input{padding:14px 16px}.newsletter__submit{border-radius:0 0 var(--radius-sm) var(--radius-sm)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
