:root{--red: #B5213A;--red-dark: #8B1A2D;--red-light: #D4324D;--green: #1B4332;--green-mid: #2D6A4F;--green-light: #40916C;--green-pale: #D8F3DC;--gold: #D4890A;--gold-light: #F0A820;--cream: #F8F3EA;--cream-dark: #EDE4D3;--cream-mid: #F2EBE0;--burgundy: #8B1515;--burgundy-dark: #641010;--dark: #14100A;--text: #2C1A0A;--text-mid: #5A4435;--text-light: #8A7565;--border: #E5DDD0;--white: #FFFFFF;--gray-100: #F5F0E8;--gray-200: #EDE4D3;--gray-300: #D5C9B8;--gray-400: #B8A897;--font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-script: "Dancing Script", cursive;--container-sm: 720px;--container-md: 1080px;--container-lg: 1280px;--container-xl: 1440px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 3px rgba(44,21,4,.06);--shadow-sm: 0 2px 8px rgba(44,21,4,.08);--shadow-md: 0 4px 16px rgba(44,21,4,.1);--shadow-lg: 0 8px 32px rgba(44,21,4,.12);--shadow-xl: 0 16px 56px rgba(44,21,4,.16);--transition: .22s cubic-bezier(.4, 0, .2, 1);--transition-slow: .38s cubic-bezier(.4, 0, .2, 1);--header-height: 70px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:15px;line-height:1.6;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.15}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--container-lg);margin-inline:auto;padding-inline:1.5rem}.container--sm{max-width:var(--container-sm)}.container--md{max-width:var(--container-md)}.container--xl{max-width:var(--container-xl)}.overline{font-family:var(--font-body);font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--red);display:flex;align-items:center;gap:.5rem}.overline--gold{color:var(--gold)}.overline--green{color:var(--green-light)}.overline:before,.overline:after{content:"";width:18px;height:2px;background:currentColor;border-radius:2px;flex-shrink:0}.kente-stripe{height:4px;background:repeating-linear-gradient(90deg,var(--red) 0px,var(--red) 18%,var(--gold) 18%,var(--gold) 32%,var(--green) 32%,var(--green) 48%,var(--cream-dark) 48%,var(--cream-dark) 60%,var(--red) 60%,var(--red) 76%,var(--gold) 76%,var(--gold) 88%,var(--green) 88%,var(--green) 100%)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.03em;transition:all var(--transition);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-primary{background:var(--red);color:#fff;border-color:var(--red)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);box-shadow:0 6px 20px #b5213a52;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{border-color:var(--text-mid);background:var(--gray-100)}.btn-outline-red{background:transparent;color:var(--red);border-color:var(--red)}.btn-outline-red:hover{background:var(--red);color:#fff}.btn-green{background:var(--green);color:#fff;border-color:var(--green)}.btn-green:hover{background:var(--green-mid);transform:translateY(-2px);box-shadow:0 6px 20px #1b433247}.btn-gold{background:var(--gold);color:#fff;border-color:var(--gold)}.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 6px 20px #d4890a47}.btn-commander{background:var(--red);color:#fff;border-color:var(--red);padding:.65rem 1.25rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:700}.btn-commander:hover{background:var(--red-dark);box-shadow:0 4px 14px #b5213a61}.btn-sm{padding:.55rem 1.25rem;font-size:.75rem}.btn-lg{padding:.9rem 2.25rem;font-size:.875rem}.btn-full{width:100%;justify-content:center}.badge{display:inline-flex;align-items:center;padding:.2rem .625rem;font-size:.625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border-radius:0}.badge--sale,.badge--bestseller{background:var(--red);color:#fff}.badge--new{background:var(--green);color:#fff}.form-input{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;color:var(--text);background:#fff;transition:border-color var(--transition)}.form-input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px #b5213a14}.form-input::placeholder{color:var(--gray-400)}.quantity-selector{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:#fff}.quantity-btn{width:38px;height:42px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text);background:var(--gray-100);transition:background var(--transition)}.quantity-btn:hover{background:var(--cream-dark)}.quantity-input{width:48px;height:42px;text-align:center;border:none;border-inline:1.5px solid var(--border);font-size:.9375rem;font-weight:600;color:var(--text);background:#fff;-moz-appearance:textfield}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none}.section{padding-block:4.5rem}.section--sm{padding-block:2.5rem}.section--lg{padding-block:6rem}.section--cream{background:var(--cream)}.section--white{background:#fff}.section--green{background:var(--green);color:#fff}.section--gray{background:var(--gray-100)}.section-header{margin-bottom:2.5rem}.section-header--center{text-align:center}.section-header--flex{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.section-header__overline{margin-bottom:.625rem}.section-header__title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;color:var(--dark)}.section-header__title--light{color:#fff}.section-header__subtitle{font-size:.9375rem;color:var(--text-mid);max-width:500px;margin-top:.5rem;line-height:1.7}.section-header__link{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-mid);white-space:nowrap;transition:color var(--transition);flex-shrink:0}.section-header__link:hover{color:var(--red)}.announcement-bar{background:var(--green);color:#fff;text-align:center;padding:.625rem 3rem;font-size:.8125rem;font-weight:500;letter-spacing:.01em;position:relative}.announcement-bar a{color:var(--gold-light);text-decoration:underline}.announcement-bar__close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#ffffffb3;transition:color var(--transition);display:flex;align-items:center}.announcement-bar__close:hover{color:#fff}.announcement-bar.is-hidden{display:none}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border);height:var(--header-height);transition:box-shadow var(--transition)}.site-header.is-scrolled{box-shadow:0 2px 20px #2c150414}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:1.5rem}.header-logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0;text-decoration:none}.header-logo__icon{width:40px;height:40px;flex-shrink:0}.header-logo__icon svg,.header-logo__icon img{width:100%;height:100%}.header-logo__text-wrap{display:flex;flex-direction:column;line-height:1.1}.header-logo__name{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--green);letter-spacing:-.01em;line-height:1}.header-logo__tagline{font-family:var(--font-body);font-size:.65rem;color:var(--text-light);letter-spacing:.04em;margin-top:3px}.header-nav{display:flex;align-items:center;gap:0}.header-nav__link{padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:var(--text-mid);border-radius:var(--radius-sm);transition:color var(--transition);position:relative}.header-nav__link:hover{color:var(--dark)}.header-nav__link--active{color:var(--red);font-weight:600}.header-nav__link--active:after{content:"";position:absolute;bottom:0;left:.875rem;right:.875rem;height:2px;background:var(--red);border-radius:2px}.header-nav__link--new{color:var(--green);font-weight:600}.header-nav__link--new:before{content:"\2726";font-size:8px;margin-right:3px;vertical-align:middle;color:var(--green)}.header-nav__link--new:hover{color:var(--green);opacity:.8}.mobile-nav__link--new{color:var(--green);font-weight:600}.header-actions{display:flex;align-items:center;gap:.375rem}.header-action-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:var(--text);transition:all var(--transition);position:relative}.header-action-btn:hover{background:var(--gray-100);color:var(--dark)}.cart-count{position:absolute;top:2px;right:2px;width:18px;height:18px;background:var(--red);color:#fff;border-radius:var(--radius-full);font-size:.625rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid white}.cart-count[data-count="0"]{display:none}.header-menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text)}.hamburger{display:flex;flex-direction:column;gap:5px;width:20px}.hamburger span{display:block;width:100%;height:1.5px;background:currentColor;border-radius:2px;transition:all var(--transition);transform-origin:center}.is-open .hamburger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.is-open .hamburger span:nth-child(2){opacity:0;transform:scaleX(0)}.is-open .hamburger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;transform:translate(-100%);transition:transform var(--transition-slow)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__inner{width:min(320px,88vw);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:var(--shadow-xl);overflow-y:auto}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.mobile-nav__close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:var(--text);transition:background var(--transition)}.mobile-nav__close:hover{background:var(--gray-100)}.mobile-nav__links{padding:.75rem;flex:1}.mobile-nav__link{display:block;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text);border-radius:var(--radius-md);transition:all var(--transition)}.mobile-nav__link:hover{background:#b5213a0d;color:var(--red);padding-left:1.25rem}.mobile-nav__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.menu-overlay,.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14100a73;z-index:150;opacity:0;pointer-events:none;transition:opacity var(--transition-slow);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.menu-overlay.is-visible,.cart-overlay.is-visible{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:#fff;z-index:200;transform:translate(100%);transition:transform var(--transition-slow);display:flex;flex-direction:column;box-shadow:var(--shadow-xl)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__title{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--dark)}.cart-drawer__close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:background var(--transition);color:var(--text)}.cart-drawer__close:hover{background:var(--gray-100)}.cart-drawer__body{flex:1;overflow-y:auto}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);background:var(--gray-100)}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.875rem}.cart-drawer__note{font-size:.6875rem;color:var(--text-light);text-align:center;margin-top:.625rem}.shipping-bar{background:var(--gray-200);border-radius:var(--radius-full);height:5px;margin:.5rem 0 1rem;overflow:hidden}.shipping-bar__fill{height:100%;background:linear-gradient(90deg,var(--green),var(--green-light));border-radius:var(--radius-full);transition:width .6s ease}.shipping-bar__text{font-size:.8125rem;color:var(--text-mid);text-align:center}.shipping-bar__text.is-achieved{color:var(--green);font-weight:600}.cart-item{display:flex;gap:.875rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.cart-item__image{width:72px;height:72px;border-radius:var(--radius-md);object-fit:cover;background:var(--gray-100);flex-shrink:0}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-size:.875rem;font-weight:600;color:var(--dark);margin-bottom:2px}.cart-item__variant{font-size:.75rem;color:var(--text-light);margin-bottom:.5rem}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-item__price{font-size:.9375rem;font-weight:700;color:var(--dark)}.cart-item__remove{font-size:.6875rem;color:var(--text-light);text-decoration:underline}.cart-item__remove:hover{color:var(--red)}.hero{background:var(--cream);overflow:hidden;position:relative}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;z-index:0;transition:transform 8s ease}.hero:hover .hero__bg{transform:scale(1.03)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0e0a05cc,#0e0a058c 45%,#0e0a0533);z-index:1}.hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:580px;padding-block:5rem}.hero__text{max-width:600px}.hero__overline{margin-bottom:1.25rem}.hero__title{font-size:clamp(2.5rem,5.5vw,5rem);font-weight:800;line-height:.95;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--dark)}.hero__title .text-green{color:var(--green)}.hero__title .text-red{color:var(--red)}.hero__subtitle{font-size:.9375rem;line-height:1.75;color:var(--text-mid);max-width:460px;margin-bottom:2rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center;margin-bottom:2rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.25rem}.hero__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-mid)}.hero__trust-item svg{color:var(--green-light);flex-shrink:0}.text-dark{color:var(--dark)}.text-green{color:var(--green)}.hero--has-bg .hero__title,.hero--has-bg .hero__title .text-green,.hero--has-bg .hero__title .text-dark{color:#fff!important}.hero--has-bg .hero__overline{color:#fffc!important;border-color:#ffffff4d!important}.hero--has-bg .hero__subtitle{color:#ffffffe0!important}.hero--has-bg .hero__trust-item{color:#ffffffbf!important}.hero--has-bg .hero__trust-item svg{color:#ffffffbf!important}.hero--has-bg .btn-outline{color:#fff!important;border-color:#fff9!important;background:#ffffff1a!important}.hero--has-bg .btn-outline:hover{background:#ffffff38!important;border-color:#fff!important}.featured-strip{background:#fff;border-block:1px solid var(--border);padding-block:1.5rem}.featured-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;divide-x:1px solid var(--border)}.featured-strip__item{display:flex;align-items:flex-start;gap:1rem;padding:.5rem 1.5rem;border-right:1px solid var(--border)}.featured-strip__item:first-child{padding-left:0}.featured-strip__item:last-child{border-right:none}.featured-strip__icon{width:42px;height:42px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0}.featured-strip__icon--green{background:var(--green);color:#fff}.featured-strip__icon--red{background:var(--red);color:#fff}.featured-strip__icon--gold{background:var(--gold);color:#fff}.featured-strip__icon--green2{background:var(--green-light);color:#fff}.featured-strip__title{font-size:.8125rem;font-weight:700;color:var(--dark);margin-bottom:2px;text-transform:uppercase;letter-spacing:.03em}.featured-strip__desc{font-size:.75rem;color:var(--text-light);line-height:1.5}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:box-shadow var(--transition-slow),transform var(--transition-slow);display:flex;flex-direction:column}.product-card:hover{box-shadow:0 12px 40px #2c15041f;transform:translateY(-5px)}.product-card__image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--cream)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--cream-dark),var(--cream));font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#2c15041a}.product-card__badge{position:absolute;top:.625rem;left:.625rem;background:var(--red);color:#fff;font-size:.5625rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .75rem;border-radius:var(--radius-full)}.product-card__body{padding:1.125rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-family:var(--font-body);font-size:.9375rem;font-weight:700;color:var(--dark);margin-bottom:.2rem;line-height:1.3}.product-card__category{font-size:.8125rem;font-weight:500;color:var(--red);margin-bottom:.5rem;font-style:italic}.product-card__desc{font-size:.8125rem;color:var(--text-light);line-height:1.6;margin-bottom:.875rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.875rem;border-top:1px solid var(--border);margin-top:auto}.product-card__price-wrap{display:flex;flex-direction:column;gap:2px}.product-card__weight{font-size:.6875rem;color:var(--text-light);letter-spacing:.02em}.product-card__price{font-size:1.125rem;font-weight:800;color:var(--dark);letter-spacing:-.01em}.product-card__price--sale{color:var(--red)}.product-card__compare{font-size:.75rem;color:var(--gray-400);text-decoration:line-through}.product-card__add-btn{width:38px;height:38px;border-radius:var(--radius-full);background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition);box-shadow:0 3px 10px #b5213a40}.product-card__add-btn:hover{background:var(--red-dark);transform:scale(1.1);box-shadow:0 5px 16px #b5213a61}.product-card__add-btn:disabled{background:var(--gray-300);cursor:not-allowed;transform:none;box-shadow:none}.product-card__link-row{padding-top:.75rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-mid);transition:color var(--transition)}.product-card__link-row:hover{color:var(--red)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.recipe-feature{overflow:hidden}.recipe-feature__inner{display:grid;grid-template-columns:1fr 1fr;min-height:460px}.recipe-feature__text{background:var(--burgundy);padding:4rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.recipe-feature__text:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:var(--radius-full);background:#ffffff0a}.recipe-feature__text:after{content:"";position:absolute;bottom:-40px;left:-40px;width:150px;height:150px;border-radius:var(--radius-full);background:#0000001a}.recipe-feature__overline{margin-bottom:1rem;color:var(--gold-light);position:relative;z-index:1}.recipe-feature__overline:before,.recipe-feature__overline:after{background:var(--gold-light)}.recipe-feature__title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.125rem;position:relative;z-index:1}.recipe-feature__desc{font-size:.9375rem;color:#ffffffc7;line-height:1.7;margin-bottom:2rem;max-width:360px;position:relative;z-index:1}.recipe-feature__cta{position:relative;z-index:1}.recipe-feature__cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;transition:all var(--transition)}.recipe-feature__cta-btn:hover{background:#ffffff1a;border-color:#fff}.recipe-feature__image{position:relative;overflow:hidden}.recipe-feature__image img{width:100%;height:100%;object-fit:cover}.recipe-feature__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#6B1010,var(--burgundy),#4A0808);display:flex;align-items:center;justify-content:center}.brand-story{background:var(--green);position:relative;overflow:hidden}.brand-story__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 2px,transparent 2px,transparent 40px);background-size:40px 40px}.brand-story__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}.brand-story__image-wrap{position:relative}.brand-story__image{border-radius:var(--radius-xl);aspect-ratio:4/5;object-fit:cover;width:100%}.brand-story__image-placeholder{border-radius:var(--radius-xl);aspect-ratio:4/5;background:#ffffff14;display:flex;align-items:center;justify-content:center}.brand-story__stat-card{position:absolute;bottom:2rem;left:-1.5rem;background:#fff;border-radius:var(--radius-lg);padding:1.125rem 1.5rem;box-shadow:var(--shadow-lg);min-width:160px}.brand-story__stat-num{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;color:var(--red);line-height:1}.brand-story__stat-label{font-size:.75rem;color:var(--text-mid);margin-top:2px}.brand-story__text{color:#fff}.brand-story__overline{margin-bottom:1.125rem;color:var(--gold-light)}.brand-story__overline:before,.brand-story__overline:after{background:var(--gold-light)}.brand-story__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.1;margin-bottom:1.25rem;color:#fff}.brand-story__title em{font-style:italic;color:var(--gold-light)}.brand-story__body{font-size:.9375rem;line-height:1.8;color:#ffffffc7;margin-bottom:1.75rem}.brand-story__features{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2.25rem}.brand-story__feature{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#ffffffd9}.brand-story__feature-dot{width:6px;height:6px;border-radius:var(--radius-full);background:var(--gold-light);flex-shrink:0}.benefits-strip{background:#fff}.benefits-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:2rem 1.5rem;border-right:1px solid var(--border)}.benefit-item:last-child{border-right:none}.benefit-item__icon{width:50px;height:50px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-item__icon--green{background:var(--green);color:#fff}.benefit-item__icon--red{background:var(--red);color:#fff}.benefit-item__icon--gold{background:var(--gold);color:#fff}.benefit-item__icon--green2{background:var(--green-light);color:#fff}.benefit-item__title{font-size:.8125rem;font-weight:700;color:var(--dark);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.04em}.benefit-item__desc{font-size:.8rem;color:var(--text-light);line-height:1.5}.newsletter-bottom{background:var(--cream);border-top:1px solid var(--border);padding-block:2.5rem}.newsletter-bottom__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem;align-items:center}.newsletter-bottom__overline{font-size:.75rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.newsletter-bottom__title{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.875rem}.newsletter-bottom__input-wrap{display:flex;gap:0;border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:#fff}.newsletter-bottom__input{flex:1;padding:.7rem .875rem;border:none;font-size:.875rem;color:var(--text);background:transparent}.newsletter-bottom__input:focus{outline:none}.newsletter-bottom__input::placeholder{color:var(--gray-400)}.newsletter-bottom__submit{width:38px;height:38px;flex-shrink:0;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.newsletter-bottom__submit:hover{background:var(--red-dark)}.newsletter-bottom__item{display:flex;align-items:center;gap:.875rem}.newsletter-bottom__item-icon{width:44px;height:44px;border-radius:var(--radius-full);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green)}.newsletter-bottom__item-title{font-size:.8125rem;font-weight:700;color:var(--dark)}.newsletter-bottom__item-desc{font-size:.75rem;color:var(--text-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:#fff;border-radius:var(--radius-lg);padding:1.75rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.testimonial-card__stars{color:var(--gold);font-size:1rem;letter-spacing:-1px}.testimonial-card__text{font-size:.9rem;line-height:1.7;color:var(--text-mid);font-style:italic;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.testimonial-card__avatar{width:44px;height:44px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--red),var(--gold));color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial-card__name{font-size:.875rem;font-weight:700;color:var(--dark)}.testimonial-card__location{font-size:.75rem;color:var(--text-light)}.testimonial-card__product{font-size:.6875rem;font-weight:600;color:var(--green);background:#1b433214;padding:.2rem .5rem;border-radius:var(--radius-full);display:inline-block;margin-top:2px}.newsletter{position:relative;overflow:hidden;background:var(--red)}.newsletter:before{content:"";position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:var(--radius-full);background:#ffffff0d}.newsletter__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.newsletter__text{color:#fff}.newsletter__overline{margin-bottom:.875rem;color:#ffffffa6}.newsletter__overline:before,.newsletter__overline:after{background:#ffffff80}.newsletter__title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.1}.newsletter__subtitle{font-size:.9375rem;color:#fffc;line-height:1.6}.newsletter__perks{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}.newsletter__perk{font-size:.875rem;color:#ffffffd9;display:flex;align-items:center;gap:.5rem}.newsletter__perk:before{content:"\2713";font-weight:800;color:var(--gold-light)}.newsletter__form{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-xl);padding:2.25rem;border:1px solid rgba(255,255,255,.2)}.newsletter__form-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.375rem}.newsletter__form-subtitle{font-size:.875rem;color:#ffffffb3;margin-bottom:1.375rem}.newsletter__input-wrap{display:flex;flex-direction:column;gap:.625rem}.newsletter__input{width:100%;padding:.825rem 1rem;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);background:#ffffff1a;color:#fff;font-size:.9rem;transition:border-color var(--transition)}.newsletter__input::placeholder{color:#ffffff73}.newsletter__input:focus{outline:none;border-color:#ffffff8c}.newsletter__submit{width:100%;padding:.875rem;background:#fff;color:var(--red);border-radius:var(--radius-sm);font-weight:800;font-size:.9375rem;letter-spacing:.02em;transition:all var(--transition)}.newsletter__submit:hover{background:var(--cream);transform:translateY(-1px);box-shadow:0 6px 20px #0000002e}.newsletter__disclaimer{font-size:.6875rem;color:#ffffff73;text-align:center;margin-top:.625rem}.site-footer{background:var(--green);color:#ffffffbf;position:relative;overflow:hidden}.footer-glow{position:absolute;bottom:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(181,33,58,.18) 0%,rgba(27,67,50,.12) 45%,transparent 70%);pointer-events:none}.footer-top{padding-block:3.5rem;position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem}.footer-brand__logo-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand__logo{filter:brightness(0) invert(1);height:38px;width:auto}.footer-brand__name{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:#fff}.footer-brand__tagline{font-size:.6875rem;color:#ffffff80;letter-spacing:.06em;display:block;margin-top:1px}.footer-brand__desc{font-size:.8125rem;line-height:1.7;color:#ffffff8c;margin-bottom:1.25rem}.footer-brand__contact{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.5rem}.footer-brand__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#ffffffb3}.footer-brand__contact-item svg{flex-shrink:0;color:var(--gold-light)}.footer-social{display:flex;gap:.5rem}.footer-social__link{width:36px;height:36px;background:#ffffff1a;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#ffffffa6;transition:all var(--transition)}.footer-social__link:hover{background:var(--red);color:#fff;transform:translateY(-2px)}.footer-col__title{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;margin-bottom:1.125rem}.footer-col__links{display:flex;flex-direction:column;gap:.5rem}.footer-col__link{font-size:.8125rem;color:#ffffff8c;transition:color var(--transition)}.footer-col__link:hover{color:#ffffffe6}.footer-bottom{padding-block:1rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.footer-bottom__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.75rem;color:#ffffff59}.footer-bottom__links{display:flex;gap:1.25rem}.footer-bottom__links a{color:#ffffff73;transition:color var(--transition)}.footer-bottom__links a:hover{color:#fffc}.payment-badges{display:flex;gap:.5rem;align-items:center}.payment-logo{height:26px;width:auto;opacity:.85;transition:opacity .2s}.payment-logo:hover{opacity:1}.product-page{padding-block:2.5rem}.product-page__breadcrumb{font-size:.8125rem;color:var(--text-light);margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-page__breadcrumb a{color:var(--text-mid);transition:color var(--transition)}.product-page__breadcrumb a:hover{color:var(--red)}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.product-gallery{position:sticky;top:calc(var(--header-height) + 1.5rem)}.product-gallery__main{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1/1;background:var(--cream);margin-bottom:.75rem;cursor:zoom-in}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.625rem;overflow-x:auto}.product-gallery__thumb{width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition);background:var(--cream)}.product-gallery__thumb.is-active{border-color:var(--red)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__brand{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-light);margin-bottom:.5rem}.product-info__title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;color:var(--dark);margin-bottom:.625rem;line-height:1.15}.product-info__category{font-size:.9375rem;color:var(--red);font-style:italic;margin-bottom:.75rem;font-weight:500}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-info__stars{color:var(--gold);letter-spacing:-1px}.product-info__rating-count{font-size:.8125rem;color:var(--text-light)}.product-info__price-wrap{display:flex;align-items:baseline;gap:.75rem;padding-block:1.125rem;border-block:1px solid var(--border);margin-block:1.125rem}.product-info__price{font-size:2rem;font-weight:800;color:var(--dark)}.product-info__price--sale{color:var(--red)}.product-info__compare{font-size:1.25rem;font-weight:400;color:var(--gray-400);text-decoration:line-through}.product-info__discount-badge{background:var(--red);color:#fff;padding:.2rem .575rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:800}.product-info__desc{font-size:.9375rem;line-height:1.75;color:var(--text-mid);margin-bottom:1.5rem}.product-info__variants{margin-bottom:1.375rem}.variant-label{display:flex;justify-content:space-between;font-size:.875rem;font-weight:700;color:var(--dark);margin-bottom:.575rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.475rem 1.075rem;border-radius:var(--radius-sm);border:1.5px solid var(--border);font-size:.875rem;font-weight:500;color:var(--text);transition:all var(--transition);background:#fff}.variant-btn:hover{border-color:var(--red);color:var(--red)}.variant-btn.is-active{background:var(--red);color:#fff;border-color:var(--red)}.variant-btn.is-unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.product-info__add-to-cart{display:flex;gap:.625rem;margin-bottom:1.125rem;align-items:stretch}.product-info__atc-btn{flex:1;padding:.9rem;font-size:.9375rem;font-weight:700;letter-spacing:.03em}.product-info__wishlist-btn{width:50px;height:50px;border-radius:var(--radius-sm);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-mid);transition:all var(--transition);background:#fff}.product-info__wishlist-btn:hover{border-color:var(--red);color:var(--red)}.product-info__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;margin-bottom:1.5rem}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;padding:.75rem .375rem;background:var(--gray-100);border-radius:var(--radius-md);font-size:.6875rem;color:var(--text-mid);font-weight:500}.trust-badge svg{color:var(--green)}.product-tabs{margin-top:2rem}.product-tabs__nav{display:flex;border-bottom:1px solid var(--border);margin-bottom:1.375rem}.product-tabs__btn{padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;color:var(--text-light);border-bottom:2px solid transparent;transition:all var(--transition);margin-bottom:-1px}.product-tabs__btn.is-active{color:var(--red);border-bottom-color:var(--red)}.product-tab-content{display:none;font-size:.9rem;line-height:1.75;color:var(--text-mid)}.product-tab-content.is-active{display:block}.product-tab-content h3{font-family:var(--font-body);font-size:.9375rem;font-weight:700;color:var(--dark);margin:1.25rem 0 .5rem}.product-tab-content ul{padding-left:1.25rem}.product-tab-content li{list-style:disc;margin-bottom:.3rem}.collection-page{padding-block:2.5rem}.collection-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.collection-header__title{font-size:clamp(1.75rem,4vw,3rem);color:var(--dark);margin-bottom:.375rem}.collection-header__desc{font-size:.9375rem;color:var(--text-mid);max-width:600px}.collection-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.collection-count{font-size:.875rem;color:var(--text-light)}.sort-select{padding:.525rem 2rem .525rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;color:var(--text);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%232C1A0A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;-webkit-appearance:none;cursor:pointer}.cart-page{padding-block:2.5rem}.cart-page__title{font-size:clamp(1.75rem,4vw,3rem);color:var(--dark);margin-bottom:2rem}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start}.cart-page__row{display:flex;gap:1.25rem;padding-block:1.25rem;border-bottom:1px solid var(--border);align-items:center}.cart-page__image{width:90px;height:90px;border-radius:var(--radius-md);object-fit:cover;background:var(--gray-100);flex-shrink:0}.cart-page__details{flex:1}.cart-page__product-title{font-size:.9375rem;font-weight:700;color:var(--dark);margin-bottom:.2rem}.cart-page__variant{font-size:.8125rem;color:var(--text-light);margin-bottom:.75rem}.cart-page__controls{display:flex;align-items:center;gap:1.25rem}.cart-page__price-col{font-size:1.0625rem;font-weight:800;color:var(--dark);text-align:right;min-width:75px}.cart-summary{background:var(--gray-100);border-radius:var(--radius-xl);padding:1.75rem;position:sticky;top:calc(var(--header-height) + 1.5rem);border:1px solid var(--border)}.cart-summary__title{font-size:1.125rem;font-weight:700;margin-bottom:1.375rem;color:var(--dark)}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;padding-block:.5rem;border-bottom:1px solid var(--border);color:var(--text-mid)}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.0625rem;font-weight:800;padding-top:.875rem;margin-top:.375rem;border-top:2px solid var(--border);margin-bottom:1.125rem;color:var(--dark)}.cart-summary__continue{display:block;text-align:center;font-size:.8125rem;color:var(--text-light);margin-top:.5rem;text-decoration:underline;transition:color var(--transition)}.cart-summary__continue:hover{color:var(--red)}.cart-summary__note{font-size:.6875rem;color:var(--text-light);text-align:center;margin-top:.875rem}.empty-state{text-align:center;padding:5rem 2rem}.empty-state__icon{font-size:3rem;margin-bottom:1.25rem;color:var(--gray-300);display:flex;justify-content:center}.empty-state__title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.625rem}.empty-state__text{color:var(--text-mid);margin-bottom:2rem}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}.error-page__number{font-size:8rem;font-weight:700;color:var(--red);opacity:.12;line-height:1;margin-bottom:-2rem}.error-page__title{font-size:2rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.error-page__text{color:var(--text-mid);margin-bottom:2rem}.search-page{padding-block:3rem}.search-form-wrap{display:flex;max-width:600px;margin:0 auto 3rem;box-shadow:var(--shadow-md);border-radius:var(--radius-sm);overflow:hidden}.search-input{flex:1;padding:.875rem 1.25rem;border:none;font-size:1rem;color:var(--text);background:#fff}.search-input:focus{outline:none}.search-submit{padding:.875rem 1.5rem;background:var(--red);color:#fff;font-weight:600;transition:background var(--transition)}.search-submit:hover{background:var(--red-dark)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}[data-aos]{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}[data-aos].aos-animate{opacity:1;transform:translateY(0)}.toast{position:fixed;bottom:2rem;right:2rem;z-index:999;background:var(--dark);color:#fff;padding:.875rem 1.375rem;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;transform:translateY(100px);opacity:0;transition:all var(--transition-slow);max-width:340px}.toast.is-visible{transform:translateY(0);opacity:1}.toast--success .toast__icon{color:#4ade80}.toast--error .toast__icon{color:var(--red-light)}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;background:#fff;padding:.875rem 1.25rem;box-shadow:0 -4px 24px #2c15041a;align-items:center;gap:1rem;border-top:1px solid var(--border)}.sticky-atc__title{font-size:.875rem;font-weight:600;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:1rem;font-weight:800;color:var(--red);flex-shrink:0}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero__text{max-width:520px}}@media(max-width:1024px){:root{--header-height: 64px}.header-nav{display:none}.header-menu-toggle{display:flex}.mobile-nav{display:block}.products-grid{grid-template-columns:repeat(3,1fr)}.benefits-strip__grid{grid-template-columns:repeat(2,1fr)}.benefit-item:nth-child(2){border-right:none}.brand-story__inner{grid-template-columns:1fr}.newsletter__inner{grid-template-columns:1fr;gap:2rem}.recipe-feature__inner{grid-template-columns:1fr}.recipe-feature__text{padding:3rem 2.5rem}.recipe-feature__image{min-height:280px}.newsletter-bottom__grid{grid-template-columns:1fr 1fr}.cart-page__layout,.product-page__layout{grid-template-columns:1fr}.product-gallery{position:static}}@media(max-width:768px){.section{padding-block:3rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.hero__inner{min-height:460px;padding-block:3.5rem}.hero__text,.hero__subtitle{max-width:100%}.testimonials-grid{grid-template-columns:1fr}.newsletter-bottom__grid{grid-template-columns:1fr;gap:1.25rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem}.featured-strip__grid{grid-template-columns:repeat(2,1fr)}.featured-strip__item:nth-child(2){border-right:none}.footer-bottom__inner{flex-direction:column;align-items:flex-start;gap:.5rem}.hero__ctas{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.container{padding-inline:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.footer-grid,.benefits-strip__grid{grid-template-columns:1fr}.benefit-item{border-right:none;border-bottom:1px solid var(--border)}.benefit-item:last-child{border-bottom:none}.newsletter__form{padding:1.5rem}.recipe-feature__text{padding:2.5rem 1.5rem}.sticky-atc{display:flex}.hero__title{font-size:2.5rem}.featured-strip__grid{grid-template-columns:1fr}.featured-strip__item{border-right:none;border-bottom:1px solid var(--border)}}@media print{.site-header,.site-footer,.announcement-bar{display:none}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.32s}.reveal-delay-4{transition-delay:.45s}.product-card__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#14100a00;transition:background .4s ease;pointer-events:none}.product-card:hover .product-card__image-wrap:after{background:#14100a0a}.hero-texture{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 80% 50%,rgba(27,67,50,.05) 0%,transparent 60%),radial-gradient(circle at 10% 80%,rgba(181,33,58,.04) 0%,transparent 50%);pointer-events:none}.section-header__title{font-size:clamp(1.875rem,3.2vw,3rem);font-weight:700;color:var(--dark);letter-spacing:-.02em;line-height:1.15}:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:var(--radius-sm)}.overline{font-size:.625rem;letter-spacing:.22em}.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;width:56px;height:56px;background:#25d366;color:#fff;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36673;text-decoration:none;transition:transform .25s,box-shadow .25s}.wa-float:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 28px #25d3668c}.wa-float--hidden{display:none}.wa-float__tooltip{position:absolute;right:calc(100% + .75rem);background:var(--dark);color:#fff;font-size:.75rem;font-weight:600;white-space:nowrap;padding:.4rem .875rem;border-radius:var(--radius-full);opacity:0;pointer-events:none;transform:translate(6px);transition:opacity .2s,transform .2s}.wa-float__tooltip:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:var(--dark);border-right:0}.wa-float:hover .wa-float__tooltip{opacity:1;transform:translate(0)}@media(max-width:768px){.wa-float{bottom:1rem;right:1rem;width:50px;height:50px}.wa-float__tooltip{display:none}}@media(max-width:1024px){.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:200}body{padding-top:var(--header-height, 64px)}.site-header.is-scrolled{box-shadow:0 2px 16px #2c15041f}}@media(max-width:768px){.btn-commander{padding:.55rem .875rem;font-size:.75rem}.btn-commander svg{width:14px;height:14px}.announcement-bar{padding:.5rem 2.25rem;font-size:.75rem;line-height:1.5}}@media(max-width:480px){:root{--header-height: 58px}body{padding-top:58px}.header-logo__icon{width:32px;height:32px}.header-logo__name{font-size:1.2rem}.header-logo__tagline{display:none}.header-actions{gap:.2rem}.header-action-btn{width:36px;height:36px}}@media(max-width:768px){.hero__inner{min-height:480px;padding-block:3rem;align-items:flex-end;padding-bottom:2.5rem}.hero__title{font-size:clamp(1.875rem,8vw,2.5rem);line-height:1.05;letter-spacing:-.02em;margin-bottom:.875rem}.hero__subtitle{font-size:.875rem;line-height:1.65;margin-bottom:1.375rem;max-width:100%}.hero__ctas{flex-direction:row;flex-wrap:wrap;gap:.625rem;margin-bottom:1.5rem}.hero__trust{display:flex;flex-direction:row;align-items:center;gap:.875rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;scrollbar-width:none}.hero__trust::-webkit-scrollbar{display:none}.hero__trust-item{display:flex;flex-direction:row;align-items:center;font-size:.75rem;gap:.35rem;white-space:nowrap;flex-shrink:0}.hero__trust-item svg{width:14px;height:14px;flex-shrink:0}}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.benefit-card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:2rem 1.5rem;border-right:1px solid var(--border)}.benefit-card:last-child{border-right:none}.benefit-card__icon{width:50px;height:50px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-card__title{font-size:.8125rem;font-weight:700;color:var(--dark);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.benefit-card__text{font-size:.8rem;color:var(--text-light);line-height:1.55;margin:0}@media(max-width:768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefit-card{padding:1.5rem 1.25rem;border-bottom:1px solid var(--border)}.benefit-card:nth-child(2n){border-right:none}.benefit-card:nth-child(odd){border-right:1px solid var(--border)}.benefit-card:nth-last-child(-n+2){border-bottom:none}}@media(max-width:480px){.benefits-grid{grid-template-columns:1fr}.benefit-card{flex-direction:row;align-items:flex-start;padding:1.125rem 1rem;border-right:none;border-bottom:1px solid var(--border);gap:1rem}.benefit-card:last-child{border-bottom:none}.benefit-card:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.benefit-card:last-child{border-bottom:none!important}.benefit-card__icon{width:44px;height:44px;flex-shrink:0}.benefit-card__icon svg{width:22px;height:22px}.benefit-card__content{display:flex;flex-direction:column;gap:.2rem}.benefit-card__title{font-size:.8125rem;margin-bottom:.15rem}.benefit-card__text{font-size:.775rem}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__add-btn{width:44px;height:44px}.product-card__body{padding:.75rem}.product-card__title{font-size:.8125rem;-webkit-line-clamp:2}.product-card__weight{font-size:.6875rem}.product-card__price{font-size:.9375rem}.product-card__old-price{font-size:.75rem}}@media(max-width:360px){.products-grid{grid-template-columns:1fr}}@media(max-width:768px){.section{padding-block:2.75rem}.container{padding-inline:1rem}}@media(max-width:480px){.section{padding-block:2.25rem}.container{padding-inline:.9375rem}.section-header{margin-bottom:1.375rem}.section-header__title{font-size:1.625rem;line-height:1.1}.section-header__subtitle{font-size:.875rem}.section-label{font-size:.65rem;letter-spacing:.08em}}@media(max-width:768px){.brand-story__stats{grid-template-columns:repeat(3,1fr);gap:.625rem}.brand-story__stat-number{font-size:2rem}.brand-story__stat-label{font-size:.7rem}}@media(max-width:768px){.rating-summary{gap:1.25rem}.rating-summary__score{font-size:3.5rem}.testimonial-card{padding:1.25rem}.testimonial-card__text{font-size:.875rem;line-height:1.6}.testimonial-card__author-name{font-size:.8125rem}}@media(max-width:480px){.newsletter__form-inner{flex-direction:column;gap:.625rem}.newsletter__form-input{border-radius:var(--radius-lg)}.newsletter__form-btn{border-radius:var(--radius-lg);width:100%;justify-content:center}.newsletter__form{padding:1.5rem 1.25rem}}@media(max-width:480px){.footer{padding-top:2.5rem;padding-bottom:1.25rem}.footer-logo__name{font-size:1.25rem}.footer-desc{font-size:.8125rem;line-height:1.65}.footer-contact__item{font-size:.8125rem}.footer-bottom__inner{font-size:.75rem}.footer-bottom__links{gap:.75rem}}@media(max-width:768px){.mobile-nav__link{min-height:52px;font-size:1.0625rem;display:flex;align-items:center}.mobile-nav__footer-link{min-height:44px}}@media(max-width:480px){.sticky-atc{padding:.75rem 1rem;gap:.75rem}.sticky-atc__title{font-size:.8rem}.sticky-atc__price{font-size:.9375rem}}@media(max-width:480px){.wa-float{bottom:1rem;right:.875rem;width:48px;height:48px}}@media(max-width:360px){.container{padding-inline:.75rem}.hero__title{font-size:1.75rem}.hero__ctas .btn{padding:.65rem 1rem;font-size:.75rem}.section-header__title{font-size:1.375rem}.btn{padding:.65rem .9375rem}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/theme.css.map */
