*{box-sizing:border-box}:root{--bg:#080b0d;--bg-soft:#101518;--card:rgba(18,23,26,.72);--card-strong:rgba(14,18,20,.82);--line:#26323a;--line-soft:rgba(166,205,173,.18);--text:#eef4ef;--muted:#95a49a;--accent:#375f4a;--accent-2:#9ec2a5;--gold:#d5c29b;--gold-soft:hsla(40,41%,72%,.18);--shadow:0 20px 50px rgba(0,0,0,.45);--shadow-soft:0 16px 36px rgba(0,0,0,.24);--space-2xs:12px;--space-xs:16px;--space-sm:20px;--space-md:24px;--space-lg:32px;--space-xl:48px;--space-2xl:64px;--space-compact:var(--space-sm);--space-regular:var(--space-lg);--space-large:var(--space-xl);--header-height:60px;--py-16:var(--space-regular);--py-20:var(--space-large);--py-24:var(--space-2xl);--page-top-offset:0px;--container-max:1200px;--container-padding:24px;--section-gap:clamp(40px,6vw,64px);--section-padding:clamp(24px,3vw,32px);--section-inner-gap:clamp(20px,2.5vw,32px);--card-gap:16px;--card-radius:24px;--card-border:1px solid hsla(46,19%,68%,.12);--card-bg:linear-gradient(180deg,rgba(20,24,27,.84),rgba(12,16,18,.9))}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% -10%,rgba(123,178,138,.25),transparent 40%),radial-gradient(circle at 90% 10%,rgba(73,106,121,.28),transparent 42%),radial-gradient(circle at 50% 0,hsla(40,41%,72%,.08),transparent 34%),linear-gradient(140deg,#06080a,#0a0f12 45%,#0d1417);color:var(--text);font-family:var(--font-main),"Segoe UI",sans-serif;letter-spacing:.01em;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-inline:var(--container-padding)}.card{position:relative;background:var(--card-bg);border:var(--card-border);border-radius:var(--card-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:18px;box-shadow:var(--shadow);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .22s ease}.card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,hsla(0,0%,100%,.03),transparent 30%)}.grid{display:grid;grid-gap:18px;gap:18px}.btn{background:linear-gradient(135deg,#416851,#294438);border:1px solid rgba(132,172,142,.32);color:#fff;border-radius:14px;padding:12px 18px;font-weight:700;cursor:pointer;box-shadow:0 12px 26px rgba(6,11,9,.26);transition:transform .18s ease,filter .2s ease,box-shadow .2s ease,border-color .2s ease}.btn:hover{filter:brightness(1.06);box-shadow:0 18px 30px rgba(6,11,9,.32)}.btn2{background:rgba(12,17,20,.72);border:1px solid hsla(40,41%,72%,.12);color:var(--text);border-radius:14px;padding:11px 16px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-soft);transition:border-color .2s ease,transform .2s ease,background .2s ease,box-shadow .2s ease}.btn2:hover{border-color:hsla(40,41%,72%,.28);background:rgba(17,23,26,.86);box-shadow:0 18px 28px rgba(0,0,0,.22)}.btn2:focus-visible,.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid hsla(40,41%,72%,.82);outline-offset:2px}input,select,textarea{width:100%;background:rgba(16,23,27,.92);border:1px solid rgba(166,205,173,.12);color:var(--text);padding:12px;border-radius:14px;outline:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}input:focus,select:focus,textarea:focus{border-color:hsla(40,41%,72%,.38);box-shadow:0 0 0 4px hsla(40,41%,72%,.08)}small{color:var(--muted)}h1{font-size:clamp(32px,6vw,52px);line-height:1.05;letter-spacing:-.04em}h1,h2{margin:0;font-family:var(--font-display),Georgia,serif;font-weight:600}h2{font-size:clamp(24px,3.3vw,30px);letter-spacing:-.03em}h3{font-size:18px;margin:0;letter-spacing:-.02em}.site-shell{min-height:100vh;display:flex;flex-direction:column;isolation:isolate}.site-header-stack{position:relative;z-index:40}.page-main{flex:1 1;position:relative;z-index:0;padding-top:var(--space-compact);padding-bottom:88px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid hsla(0,0%,100%,.06);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header--solid{background:#0b0f0d}.site-header--home{background:rgba(10,15,12,.95)}.site-nav{display:grid;grid-template-columns:minmax(172px,auto) minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;min-height:var(--header-height);padding-top:8px;padding-bottom:8px}.site-header-utility{position:relative;z-index:10;background:#0b0f0d;border-bottom:1px solid hsla(0,0%,100%,.04)}.site-header-stack--home .site-header-utility{background:rgba(10,15,12,.95)}.site-header-utility-inner{display:flex;justify-content:flex-end;align-items:center;gap:12px;min-height:38px;padding-top:6px;padding-bottom:6px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:172px;padding-right:12px}.brand-logo{display:block;width:auto;height:48px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.28))}.brand-mark{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#d8d2c4;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.contact-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(154,178,161,.18);background:rgba(20,24,22,.92);color:#f5f1e8;line-height:1.2;max-width:100%;white-space:normal;font-size:13px}.contact-pill-ghost{background:hsla(42,39%,94%,.04)}.trust-line-note{display:block;color:var(--muted);line-height:1.3;max-width:100%;text-wrap:balance;font-size:12px;opacity:.72}.cart-link{display:inline-flex;align-items:center;gap:8px;transition:border-color .18s ease,transform .18s ease,background .18s ease}.cart-link:hover{border-color:hsla(40,41%,72%,.18)}.cart-badge{min-width:22px;height:22px;border-radius:999px;background:var(--accent);border:1px solid #4f7b61;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;line-height:1;padding:0 6px}.nav-link{color:#d2ddd5;padding:4px 2px;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease,transform .18s ease;font-size:15px}.catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.qty-control{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:8px 12px;border-radius:16px;border:1px solid var(--line);background:rgba(12,17,20,.72)}.qty-control-compact{min-height:44px;padding:6px 10px;gap:8px}.qty-btn{width:28px;height:28px;border-radius:999px;border:1px solid rgba(154,178,161,.2);background:hsla(0,0%,100%,.04);color:var(--text);cursor:pointer;font-size:18px;line-height:1}.qty-value{min-width:22px;text-align:center;font-weight:800}.footer-legal-link{color:#d7e5d9;text-decoration:underline;text-underline-offset:3px}.legal-page{display:flex;flex-direction:column;gap:18px;max-width:860px}.legal-page p{margin:0;color:var(--muted);line-height:1.7}.nav-link:hover{color:#fff;border-color:rgba(145,186,154,.7)}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:20px;gap:20px}.hero-image{width:100%;border-radius:18px;object-fit:cover;border:1px solid rgba(173,216,181,.24);min-height:220px;max-height:360px}.product-thumb-catalog{display:block;width:100%;height:clamp(340px,52vw,520px);border-radius:14px;object-fit:contain;object-position:center;border:1px solid rgba(173,216,181,.24);background:linear-gradient(180deg,rgba(12,17,20,.65),rgba(9,14,16,.82));padding:8px;margin-bottom:12px}.product-full-image{width:100%;aspect-ratio:3/4;object-fit:contain;border-radius:18px;border:1px solid rgba(173,216,181,.24);background:rgba(7,11,12,.78);padding:10px;margin-bottom:14px}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.hero-main{padding:30px}.catalog-copy,.hero-copy{color:var(--muted);max-width:620px;margin-top:14px;line-height:1.65;font-size:17px}.catalog-card-actions,.hero-actions,.product-buy-actions{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.cta-primary{min-width:180px}.hero-checks{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;color:#d9ece0;font-size:14px}.hero-proof-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:22px}.mini-proof{padding:14px;border-radius:18px;background:rgba(9,14,16,.7);border:1px solid rgba(125,170,137,.18)}.mini-proof b,.section-note,.status-pill{display:block;font-weight:800}.card li,.card p,.mini-proof span,.section-note{color:var(--muted);line-height:1.6}.hero-visual{position:relative}.floating-offer{position:absolute;right:18px;bottom:18px;max-width:240px;display:flex;flex-direction:column;gap:6px;background:rgba(8,11,13,.88)}.section-block{margin-top:28px}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:14px}.mini-cta{color:#c9e2cd;font-weight:700}.bundle-grid,.catalog-grid,.collections-grid,.detail-grid,.dual-grid,.product-detail-grid,.state-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dual-grid,.product-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-card,.state-card{display:flex;flex-direction:column;gap:10px;min-height:220px}.bundle-card ul,.detail-list,.product-bullets{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.bundle-card li,.detail-list li,.product-bullets li{color:#d9e7dc}.mini-cta-inline{margin-top:auto}.delivery-card p,.review-card p,.trust-card p{margin:0}.benefit-pills,.collection-chip-row,.collection-filter-row,.review-list,.trust-list{display:flex;flex-wrap:wrap;gap:10px}.benefit-pills span,.collection-chip,.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(83,129,97,.14);border:1px solid rgba(138,187,150,.22)}.review-list,.trust-list{flex-direction:column}.review-card{margin:0;padding:14px;border-radius:18px;background:rgba(10,15,17,.62);border:1px solid rgba(125,170,137,.12)}.review-card footer{margin-top:10px;color:#d6e9db;font-weight:700}.collection-card{display:flex;flex-direction:column;gap:12px}.about-copy,.catalog-card-copy,.collection-card p,.delivery-copy,.product-card p{margin:0;line-height:1.65}.collection-bullets{display:flex;flex-direction:column;gap:8px}.collection-bullets span{color:#dbe9dd}.collection-footer{margin-top:auto;display:flex;justify-content:space-between;gap:12px;align-items:center}.collection-price{color:#f4fff5;font-weight:800}.catalog-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.catalog-grid,.collections-grid{margin-top:16px}.catalog-card,.product-card{display:flex;flex-direction:column;min-height:100%}.price-box{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-top:16px}.compact-bundles{margin-top:14px}.sticky-cta-shell{display:none}.sticky-cta-shell.is-hidden{opacity:0;transform:translate3d(0,8px,0);pointer-events:none}.sticky-cta{display:inline-flex;align-items:center;justify-content:center;min-width:148px;padding:13px 18px;border-radius:999px;background:linear-gradient(135deg,#49745c,#87b080);color:#fff;font-weight:800;box-shadow:0 14px 32px rgba(8,16,12,.34)}.sticky-cta:hover{filter:brightness(1.04)}.site-footer{border-top:1px solid rgba(64,84,73,.45);margin-top:48px;background:rgba(4,7,8,.45)}.home-page{display:flex;flex-direction:column;gap:var(--section-gap);padding-top:0;padding-bottom:var(--py-20)}.home-section{position:relative;scroll-margin-top:calc(var(--header-height) + 24px)}.home-page>.card,.home-page>.home-section,.home-page>section{margin:0}.home-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;line-height:1;letter-spacing:.24em;text-transform:uppercase;color:#c4c0b2}.home-kicker:before{content:"";width:28px;height:1px;background:hsla(47,13%,73%,.56)}.home-section h1,.home-section h2,.home-section h3{font-weight:600;letter-spacing:-.04em;text-wrap:balance}.home-section h2{font-size:clamp(32px,5vw,58px);line-height:.98}.home-section-copy{display:flex;flex-direction:column;gap:var(--card-gap)}.home-section-heading{display:flex;flex-direction:column;gap:var(--space-xs);margin-bottom:var(--section-inner-gap);max-width:760px}.home-section-heading--reviews{margin-bottom:0}.home-reviews-intro{max-width:52ch}.home-lead,.home-text-xl{margin:0;color:#f4efe4;font-size:clamp(20px,2vw,28px);line-height:1.3}.home-text-muted{margin:0;color:#9ca79d;font-size:17px;line-height:1.65;max-width:44ch}.home-actions{display:flex;gap:12px;flex-wrap:wrap}.home-btn-primary,.home-btn-secondary,.home-card-link,.home-sticky-mobile-link{min-height:52px;padding:15px 20px;border-radius:999px;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-btn-primary{background:linear-gradient(135deg,#d8c8a5,#c0a97c);border-color:rgba(255,245,219,.18);color:#17120c}.home-btn-secondary{border-color:hsla(46,19%,69%,.2);background:hsla(43,56%,91%,.05)}.home-hero{min-height:min(76vh,760px);display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);grid-gap:var(--space-regular);gap:var(--space-regular);align-items:stretch}.home-hero-copy{display:flex;flex-direction:column;justify-content:center;gap:var(--space-compact);padding:16px 0}.home-hero-trust{margin:0;color:#a8aea4;font-size:14px;line-height:1.5}.home-hero h1{font-size:clamp(50px,8vw,104px);line-height:.94;max-width:680px;text-wrap:balance}.home-hero-lines{display:flex;flex-wrap:wrap;gap:10px}.home-batch-item,.home-delivery-item,.home-detail-chip,.home-hero-lines span{display:inline-flex;align-items:center;padding:12px 16px;border:1px solid hsla(45,21%,71%,.12);border-radius:999px;background:rgba(255,248,231,.04);color:#ddd7c9}.home-atmosphere-visual,.home-brand-visual,.home-hero-visual{min-height:100%}.home-hero-image-shell{position:relative;height:100%;min-height:540px}.home-atmosphere-image,.home-brand-visual,.home-hero-image,.home-story-image{width:100%;height:100%;border-radius:34px;border:1px solid hsla(45,35%,73%,.12);background-size:cover;background-position:50%;overflow:hidden}.home-hero-image{background-image:linear-gradient(180deg,rgba(7,10,12,.08),rgba(7,10,12,.48)),url(/brand/hero.png);box-shadow:0 28px 80px rgba(0,0,0,.35)}.home-hero-caption{position:absolute;right:24px;bottom:24px;display:flex;flex-direction:column;gap:8px;padding:16px 18px;background:rgba(11,15,15,.66)}.home-atmosphere,.home-brand{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);grid-gap:var(--space-regular);gap:var(--space-regular);padding:var(--section-padding)}.home-atmosphere-image{min-height:360px;background-image:linear-gradient(180deg,rgba(8,10,10,.1),rgba(8,10,10,.5)),url(/products/sibirskiy-sbor.jpg);background-size:contain;background-position:center 42%;background-repeat:no-repeat}.home-atmosphere-visual{display:grid;grid-gap:14px;gap:14px}.home-atmosphere-caption-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.home-atmosphere-caption-card{display:flex;flex-direction:column;gap:8px;min-height:96px;padding:16px 18px;border-radius:18px;border:1px solid hsla(40,41%,72%,.1);background:rgba(12,17,18,.52)}.home-atmosphere-caption-card span{color:#9ca79d;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.home-atmosphere-caption-card strong{color:#f5efe1;line-height:1.4}.home-atmosphere-words,.home-batch-list,.home-delivery-grid,.home-story-details{display:flex;flex-wrap:wrap;gap:12px}.home-atmosphere-words span{font-size:clamp(20px,2vw,28px);color:#f0eadf}.home-story{padding:var(--section-padding);grid-gap:var(--space-regular)}.home-story,.home-story-layout{display:grid;gap:var(--space-regular)}.home-story-layout{grid-template-columns:minmax(320px,1.05fr) minmax(0,.95fr);grid-gap:var(--space-regular);align-items:stretch}.home-story-message{display:flex;align-items:flex-end;min-height:100%;padding:24px;background:linear-gradient(180deg,rgba(19,24,26,.9),rgba(12,16,18,.96))}.home-story-message p{margin:0;color:#f3ecdf;font-size:20px;line-height:1.55}.home-story-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;align-content:center}.home-detail-chip{min-height:120px;justify-content:center;text-align:center}.home-choice-grid,.home-flavors-grid,.home-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm);align-items:stretch}.state-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm);align-items:stretch}.state-shop-card{gap:var(--space-sm);height:100%;min-height:300px;padding:22px}.state-shop-card,.state-shop-copy{display:flex;flex-direction:column}.state-shop-copy{gap:10px}.state-shop-copy h3{font-size:32px;line-height:1}.state-shop-phrase{margin:0;color:#f3ecdf;font-size:19px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.state-shop-product{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;border-top:1px solid hsla(45,21%,71%,.12)}.state-shop-product-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#9ca79d}.state-shop-price{color:#f3ecdf;font-size:28px;font-weight:800}.state-shop-button{width:100%}.home-choice-card,.home-flavor-card,.home-review-card{display:flex;flex-direction:column;gap:18px}.home-choice-card{min-height:280px;justify-content:space-between;padding:28px}.home-choice-card-featured{background:linear-gradient(180deg,rgba(31,36,32,.94),rgba(17,22,19,.96));border-color:hsla(42,45%,71%,.18)}.home-choice-subtitle{margin:10px 0 12px;font-size:24px;color:#efe7d8}.home-card-link{display:inline-flex;justify-content:center;width:-moz-fit-content;width:fit-content;border:1px solid hsla(45,21%,71%,.12);background:rgba(255,248,231,.04);color:#efe7d8;transition:transform .18s ease,border-color .18s ease,background .18s ease}.home-flavor-card{padding:18px;height:100%;min-height:100%}.home-flavor-card-featured{border-color:hsla(40,41%,72%,.22)}.home-flavor-link{display:flex;flex-direction:column;gap:16px;min-height:100%;flex:1 1}.home-flavor-media{border-radius:26px;overflow:hidden;background:radial-gradient(circle at 50% 20%,rgba(83,102,85,.42),rgba(11,15,16,.96));aspect-ratio:4/5;min-height:0}.home-flavor-image{display:block;width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .28s ease}.home-flavor-copy{display:flex;flex-direction:column;gap:8px;min-height:116px;flex:1 1}.home-flavor-index{font-size:12px;letter-spacing:.22em;color:#a49d8b}.home-product-flag{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:26px;padding:4px 10px;border-radius:999px;background:hsla(41,40%,75%,.12);color:#efe5d2;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-flavor-notes{margin:0;color:#e7dfcf;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-flavor-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.home-flavor-actions>*{width:100%}.cart-upsell-microcopy,.catalog-card-trust,.home-card-trust{display:block;color:#9ca79d;line-height:1.45}.catalog-card-trust,.home-card-trust{font-size:13px}.cart-upsell-microcopy{font-size:14px}.home-reviews{padding:var(--section-padding);display:grid;grid-gap:var(--section-inner-gap);gap:var(--section-inner-gap)}.home-review-card{padding:20px;border-radius:26px;background:rgba(11,15,15,.58);border:1px solid hsla(46,20%,71%,.08);min-height:100%;max-height:680px;overflow:hidden}.home-review-card p{margin:0;color:#f2ebde;line-height:1.8;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm);align-items:stretch}.review-surface{display:flex;flex-direction:column;gap:var(--space-sm);height:100%;min-height:100%;min-height:320px;padding:20px;border-radius:26px;border:1px solid hsla(40,41%,72%,.12);background:linear-gradient(180deg,rgba(15,19,21,.92),rgba(10,14,15,.96));box-shadow:0 18px 42px rgba(0,0,0,.22);overflow:hidden}.review-surface--text{min-height:240px;max-height:280px}.review-surface--image{min-height:320px}.review-surface-body,.reviews-card-body{display:flex;flex:1 1;flex-direction:column;gap:14px;min-height:0;justify-content:space-between}.review-surface-body--text{justify-content:center}.review-surface-body--with-image{justify-content:space-between}.review-surface-text{margin:0;color:#f3ecdf;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.review-surface-meta{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-top:auto;padding-top:14px;border-top:1px solid hsla(40,41%,72%,.08);color:#a8aea4}.review-surface-meta span,.review-surface-meta strong{display:block}.review-surface-meta span{text-align:right;color:#8f988f;font-size:13px}.review-image-shell{overflow:hidden;border-radius:20px;background:rgba(12,17,18,.52);aspect-ratio:4/4.6}.review-image-card{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.1)}.home-review-media{border-radius:22px;overflow:hidden;margin-bottom:16px}.home-review-image{width:100%;height:auto;display:block;transform:scale(1.1)}.home-review-meta{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-top:16px;color:#a8aea4}.home-brand-visual{min-height:520px;background-image:linear-gradient(180deg,rgba(8,10,10,.18),rgba(8,10,10,.54)),url(/reviews/review-spring.jpg);background-size:contain;background-position:50%;background-repeat:no-repeat}.home-batch,.home-delivery,.home-final-cta,.home-telegram{padding:var(--section-padding)}.home-batch,.home-telegram{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto);grid-gap:var(--space-regular);gap:var(--space-regular);align-items:end}.home-batch-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;align-self:center}.home-batch-item{gap:14px}.home-telegram-action{display:flex;justify-content:flex-end;align-self:center}.home-telegram-action>a{width:100%;min-width:220px}.home-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.home-delivery-item{min-height:56px;width:100%;justify-content:flex-start}.home-final-cta{display:flex;flex-direction:column;align-items:center;gap:var(--space-regular);padding-top:48px;padding-bottom:48px;text-align:center}.home-sticky-mobile{display:none}.home-sticky-mobile.is-hidden{opacity:0;transform:translate3d(0,8px,0);pointer-events:none}.home-sticky-mobile-link{display:inline-flex;width:100%;justify-content:center;background:linear-gradient(135deg,#d8c8a5,#c0a97c);color:#17120c;min-height:48px;padding:13px 16px;box-shadow:0 12px 28px rgba(0,0,0,.26)}.catalog-page,.product-page-premium,.reviews-page-premium{display:flex;flex-direction:column;gap:var(--section-gap);padding-top:0;padding-bottom:var(--space-large)}.catalog-page>*{margin:0}.catalog-bridge,.catalog-shell,.product-shell-premium,.reviews-cta-premium,.reviews-hero-premium{padding:var(--section-padding)}.catalog-bridge,.catalog-section-intro,.catalog-shell{position:relative;overflow:clip}.catalog-section-intro{display:flex;justify-content:space-between;gap:var(--space-regular);align-items:flex-end;padding:var(--section-padding)}.catalog-section-note{max-width:420px}.catalog-hero-premium,.product-hero-premium{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);grid-gap:24px;gap:24px;align-items:start}.catalog-hero-copy-premium,.product-copy-premium{display:flex;flex-direction:column;gap:16px}.catalog-hero-copy-premium h1,.product-copy-premium h1,.reviews-hero-premium h1{font-size:clamp(36px,5vw,64px);line-height:.96;margin:0;letter-spacing:-.05em;max-width:11ch}.catalog-hero-meta-premium{display:grid;grid-gap:12px;gap:12px}.catalog-meta-panel{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border-radius:var(--card-radius);border:1px solid hsla(46,20%,71%,.08);background:rgba(12,16,16,.62)}.catalog-meta-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#9ca79d}.catalog-filter-row-premium{display:flex;flex-wrap:wrap;gap:12px;margin-top:var(--space-compact)}.catalog-filter-chip,.product-benefits-premium span,.reviews-card-tag-premium,.reviews-tag-premium{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:999px;border:1px solid hsla(46,20%,71%,.1);background:rgba(255,248,231,.04);color:#ddd7c9}.catalog-filter-chip.is-active{background:hsla(41,40%,75%,.16);color:#f3ecdc}.catalog-product-grid-premium,.reviews-grid-premium{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-regular)}.catalog-product-grid-premium{align-items:stretch}.catalog-product-card-premium{padding:18px;display:flex;flex-direction:column;gap:16px;height:100%;min-height:100%;position:relative;overflow:hidden}.cart-item-premium:hover,.catalog-product-card-premium:hover,.home-choice-card:hover,.home-flavor-card:hover,.reviews-card-premium:hover,.support-card-premium:hover{border-color:hsla(40,41%,72%,.18);box-shadow:0 24px 56px rgba(0,0,0,.32)}.home-choice-card:hover .home-card-link,.product-bundle-card-premium:hover .home-card-link,.support-card-premium:hover .home-card-link{background:rgba(255,248,231,.08);border-color:hsla(40,41%,72%,.24)}.catalog-product-link-premium{display:flex;flex-direction:column;gap:14px;min-height:100%;flex:1 1}.catalog-product-link-premium>*{min-width:0}.catalog-product-content-premium{display:flex;flex-direction:column;gap:10px;flex:1 1;min-height:112px}.catalog-product-image-premium{min-height:0;aspect-ratio:4/5;margin-bottom:0;border-radius:26px;background:radial-gradient(circle at 50% 14%,rgba(92,111,89,.42),rgba(10,14,14,.96));transition:transform .28s ease,filter .28s ease}.catalog-product-footer-premium,.catalog-product-topline-premium,.product-benefits-premium,.product-meta-row-premium,.reviews-card-tags-premium,.reviews-meta-premium{display:flex;gap:10px;flex-wrap:wrap}.catalog-product-topline-premium,.reviews-meta-premium{justify-content:space-between;align-items:center}.catalog-product-footer-premium{justify-content:space-between;align-items:end;margin-top:auto;min-height:48px}.catalog-product-title-premium{margin:0;font-size:22px;line-height:1.08}.catalog-product-copy-premium,.reviews-copy-premium{color:#f0e8da;line-height:1.7}.catalog-product-copy-premium,.catalog-product-note-premium,.reviews-copy-premium{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.catalog-product-note-premium{color:#9ca79d;line-height:1.6;max-width:28ch}.catalog-product-footer-premium strong,.product-price-premium{font-size:28px;font-weight:800;color:#f5efe1}.catalog-product-footer-premium span{color:#9ca79d;white-space:nowrap;text-align:right}.catalog-card-trust{margin-top:8px}.catalog-product-actions-premium{margin-top:0;min-height:52px;display:flex;align-items:stretch;padding-top:2px}.catalog-card-actions-premium{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;margin-top:0;width:100%}.catalog-card-main-cta,.catalog-card-secondary-cta{width:100%;min-height:52px}.catalog-bridge{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto);grid-gap:var(--space-regular);gap:var(--space-regular);align-items:center;border-radius:var(--card-radius)}.catalog-bridge-copy{display:flex;flex-direction:column;gap:12px;min-width:0}.catalog-bridge-action{display:flex;justify-content:flex-end;align-items:center}.catalog-bridge-action>a{width:100%;min-width:220px}.product-shell-premium{display:grid;grid-gap:var(--space-regular);gap:var(--space-regular)}.product-shell-conversion{gap:var(--space-regular);padding:var(--section-padding);position:relative}.product-hero-conversion{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);grid-gap:var(--space-regular);gap:var(--space-regular);align-items:start}.product-gallery-shell{display:grid;grid-gap:14px;gap:14px}.product-gallery-main{overflow:hidden;border-radius:30px;border:1px solid hsla(45,35%,73%,.12);background:radial-gradient(circle at 50% 16%,rgba(94,116,92,.38),rgba(9,13,14,.96))}.product-gallery-image{display:block;width:100%;height:clamp(360px,50vw,640px);object-fit:contain;padding:24px}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.product-gallery-thumb{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:22px;border:1px solid hsla(45,35%,73%,.1);background:rgba(15,20,22,.86);color:#d8d2c4;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.product-gallery-thumb.is-active,.product-gallery-thumb:hover{border-color:hsla(40,41%,72%,.24);background:rgba(20,26,28,.92)}.product-gallery-thumb-image{display:block;width:100%;height:116px;object-fit:contain;border-radius:16px;background:hsla(0,0%,100%,.02)}.product-summary-conversion{display:flex;flex-direction:column;gap:var(--space-compact)}.product-summary-top{display:flex;flex-direction:column;gap:12px}.product-summary-kickers{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.product-micro-marker{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:999px;border:1px solid hsla(40,41%,72%,.14);background:rgba(255,248,231,.04);color:#efe5d2;font-size:13px;font-weight:700}.product-tagline-conversion{margin:0;color:#f4ecdd;font-size:clamp(22px,2.5vw,30px);line-height:1.18;max-width:20ch}.product-price-conversion{font-size:clamp(36px,5vw,54px);line-height:1;font-weight:800;color:#f6efe0}.product-short-conversion{margin:0;color:#aeb4aa;font-size:17px;line-height:1.6;max-width:40ch}.product-purchase-box{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:24px;border:1px solid hsla(45,35%,73%,.1);background:rgba(13,18,19,.72)}.product-quick-qty{display:grid;grid-gap:8px;gap:8px}.product-quick-qty-buttons{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.product-quick-qty-btn{min-width:58px;min-height:46px;border-radius:999px;border:1px solid hsla(45,35%,73%,.12);background:rgba(255,248,231,.04);color:#efe5d2;font-weight:800;cursor:pointer}.product-quick-qty-btn.is-active{background:hsla(40,41%,72%,.18);border-color:hsla(40,41%,72%,.28)}.product-qty-note{color:#d8c8a5;font-size:13px;font-weight:700;line-height:1.4}.product-purchase-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.product-in-cart-note{color:#aeb4aa;font-size:14px}.product-buy-actions-conversion{margin-top:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-main-cta,.product-secondary-cta{width:100%;min-height:56px}.product-trust-line-conversion{display:flex;flex-wrap:wrap;gap:10px}.product-inline-reviews{display:grid;grid-gap:10px;gap:10px;margin-top:4px}.product-inline-review-card{padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(17,22,23,.78),rgba(12,17,18,.58));border:1px solid hsla(40,41%,72%,.12);box-shadow:0 12px 24px rgba(0,0,0,.16)}.product-inline-review-card p,.product-inline-review-card small{margin:0}.product-inline-review-card p{color:#f3ecdf;line-height:1.6;margin-bottom:6px}.product-inline-review-card small{color:#aeb4aa}.home-final-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.home-final-trust span{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border-radius:999px;background:rgba(255,248,231,.04);border:1px solid hsla(40,41%,72%,.1);color:#d8d2c4}.home-spotlight{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:end}.home-spotlight-action{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.home-spotlight-action strong{font-size:32px;color:#f5efe1}.home-reasons{display:grid;grid-gap:22px;gap:22px}.home-reasons-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.home-reason-item{min-height:64px;display:flex;align-items:center;padding:14px 16px;border-radius:18px;border:1px solid hsla(40,41%,72%,.1);background:rgba(12,17,18,.52);color:#efe5d2}.product-inline-bundle,.product-inline-upsell{display:grid;grid-gap:12px;gap:12px;padding-top:12px;border-top:1px solid hsla(40,41%,72%,.1)}.product-inline-block-head{display:flex;flex-direction:column;gap:6px}.product-inline-block-head p{margin:0;color:#aeb4aa;line-height:1.5}.product-inline-kicker{color:#efe5d2;font-size:13px;font-weight:700}.product-inline-upsell-list{display:grid;grid-gap:10px;gap:10px}.product-inline-upsell-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:18px;border:1px solid hsla(40,41%,72%,.08);background:rgba(12,17,18,.5)}.product-inline-upsell-copy{display:flex;gap:12px;align-items:center;min-width:0}.product-inline-upsell-copy p,.product-inline-upsell-copy span{margin:0;color:#aeb4aa}.product-inline-bundle-footer span,.product-inline-upsell-copy strong{color:#f4ecdd}.product-inline-upsell-image{width:68px;height:68px;object-fit:contain;border-radius:14px;background:radial-gradient(circle at 50% 18%,rgba(83,102,85,.42),rgba(11,15,16,.96));padding:6px}.product-inline-bundle-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-block-stack{display:grid;grid-gap:var(--space-compact);gap:var(--space-compact)}.product-content-block{padding:var(--section-padding)}.product-overview-block,.product-proof-block{display:grid;grid-gap:var(--space-regular);gap:var(--space-regular)}.product-overview-heading{display:flex;flex-direction:column;gap:12px;max-width:760px}.product-overview-grid,.product-proof-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-compact);gap:var(--space-compact)}.product-overview-item,.product-proof-column{display:flex;flex-direction:column;gap:12px}.product-two-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.product-bundle-items,.product-feeling-words{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.product-feeling-words span{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border-radius:999px;background:rgba(255,248,231,.04);border:1px solid hsla(40,41%,72%,.1);color:#efe5d2}.product-detail-list-conversion{margin-top:16px}.product-cross-sell-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-compact);gap:var(--space-compact);margin-top:var(--space-compact)}.product-mini-card{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:var(--card-radius);border:1px solid hsla(40,41%,72%,.1);background:rgba(12,17,18,.58)}.product-mini-copy{display:flex;gap:14px;align-items:center}.product-bundle-price span,.product-faq-item p,.product-mini-copy p,.product-mini-copy span{margin:0;color:#aeb4aa}.product-bundle-price strong,.product-mini-copy strong{color:#f4ecdd}.product-mini-image{width:84px;height:84px;object-fit:contain;border-radius:16px;background:radial-gradient(circle at 50% 18%,rgba(83,102,85,.42),rgba(11,15,16,.96));padding:8px}.product-inline-add,.product-inline-add-bundle{width:100%}.product-bundle-conversion{display:grid;grid-gap:16px;gap:16px}.product-bundle-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;flex-wrap:wrap}.product-review-list-conversion{margin-top:16px}.product-faq-list{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.product-faq-item{padding:16px 18px;border-radius:20px;border:1px solid hsla(40,41%,72%,.08);background:rgba(13,17,19,.54)}.product-faq-item summary{cursor:pointer;list-style:none;font-weight:700;color:#f4ecdd}.product-faq-item summary::-webkit-details-marker{display:none}.product-faq-item p{margin-top:10px;line-height:1.65}.product-media-premium{border-radius:32px;background:radial-gradient(circle at 50% 16%,rgba(94,116,92,.38),rgba(9,13,14,.96));overflow:hidden}.product-image-premium{margin-bottom:0;border-radius:32px;min-height:560px;background:transparent;border:1px solid hsla(45,35%,73%,.12)}.product-meta-row-premium .status-pill{background:rgba(255,248,231,.05);border-color:hsla(46,20%,71%,.12)}.product-price-box-premium{align-items:flex-end;gap:18px}.product-bundle-card-premium,.product-panel-premium,.reviews-card-premium{padding:22px}.product-detail-grid-premium{gap:18px}.product-bundle-premium h3,.product-reviews-premium h3{margin-top:10px}.product-bundle-card-premium{gap:12px}.reviews-hero-premium{display:grid;grid-gap:18px;gap:18px}.reviews-card-tags-premium,.reviews-tags-premium{display:flex;flex-wrap:wrap;gap:10px}.reviews-grid-premium{display:grid}.reviews-card-premium{display:flex;flex-direction:column;gap:14px;min-height:100%;max-height:680px;overflow:hidden}.review-card p,.reviews-copy-premium{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.reviews-media-premium{border-radius:24px;background:rgba(8,11,12,.96)}.reviews-media-premium .testimonial-media{aspect-ratio:auto;height:auto;object-fit:contain;transform:none}.catalog-product-card-premium:hover .catalog-product-image-premium,.home-flavor-card:hover .home-flavor-image,.home-review-card:hover .home-review-image,.product-media-premium:hover .product-image-premium,.reviews-card-premium:hover .testimonial-media{transform:scale(1.03)}.home-review-image,.product-image-premium,.testimonial-media{transition:transform .28s ease}.reviews-meta-premium{color:#9ca79d}.cart-page-premium,.checkout-page-premium,.support-page-premium{display:flex;flex-direction:column;gap:var(--space-regular);padding-top:0;padding-bottom:var(--space-large)}.cart-empty-premium,.cart-hero-premium,.cart-recommendation-premium,.cart-summary-premium,.checkout-hero-premium,.checkout-shell-premium,.support-copy-premium,.support-hero-premium{padding:var(--section-padding)}.cart-hero-premium,.checkout-hero-premium,.support-hero-premium{min-height:0}.cart-hero-premium h1,.checkout-hero-premium h1,.support-hero-premium h1{margin:10px 0 0;font-size:clamp(34px,4.5vw,60px);line-height:.98;letter-spacing:-.05em;max-width:12ch}.cart-items-premium,.support-grid-premium{gap:var(--space-compact)}.cart-item-premium,.support-card-premium{display:flex;justify-content:space-between;gap:16px;align-items:center;position:relative}.support-card-premium{flex-direction:column;align-items:flex-start;padding:26px}.cart-item-controls-premium,.cart-item-copy-premium,.cart-summary-actions-premium{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cart-item-copy-premium{flex-direction:column;align-items:flex-start}.cart-item-controls-premium{justify-content:flex-end}.cart-summary-row-premium{display:flex;justify-content:space-between;gap:16px}.cart-summary-total-premium{margin-top:10px;font-weight:900;font-size:18px}.cart-summary-actions-premium{margin-top:14px}.cart-shipping-note-premium{margin-bottom:14px;padding:12px 14px;border-radius:16px;background:hsla(41,40%,75%,.08);border:1px solid hsla(41,40%,75%,.12);color:#efe5d2;font-weight:700}.cart-summary-subnote{display:block;margin-top:12px;color:#aeb4aa}.cart-summary-trust-premium{display:flex;flex-direction:column;gap:6px;margin-top:12px;color:#aeb4aa;font-size:14px}.cart-upsell-premium{display:grid;grid-gap:16px;gap:16px}.cart-upsell-head{display:flex;flex-direction:column;gap:10px}.cart-upsell-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-compact);gap:var(--space-compact)}.cart-upsell-card{display:flex;flex-direction:column;justify-content:space-between;gap:14px;min-height:180px;padding:18px;border-radius:20px;border:1px solid hsla(40,41%,72%,.1);background:rgba(12,17,18,.58)}.cart-upsell-card p{margin:8px 0 0;color:#aeb4aa;line-height:1.55}.cart-upsell-footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.cart-upsell-footer span{font-weight:800;color:#f4ecdd}.cart-mobile-bar{display:none}.cart-mobile-bar-cta{width:auto}.checkout-shell-premium{display:grid;grid-gap:var(--space-compact);gap:var(--space-compact)}.checkout-section-premium{display:grid;grid-gap:8px;gap:8px}.checkout-submit-premium{min-height:56px}.checkout-error-premium{margin:14px 0 0}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.testimonial-media-wrap,.ugc-media-wrap{border-radius:18px;overflow:hidden;border:1px solid rgba(173,216,181,.18);background:rgba(7,11,12,.82)}.testimonial-media,.ugc-media{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transform:scale(1.1)}@media (max-width:860px){:root{--header-height:112px;--page-top-offset:0px;--container-padding:16px;--section-gap:40px;--section-padding:20px;--section-inner-gap:20px}.bundle-grid,.catalog-grid,.collections-grid,.dual-grid,.hero,.hero-proof-row,.product-detail-grid,.state-grid{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}.bundle-card,.state-card{min-height:0}.site-nav{min-height:var(--header-height);flex-direction:column;align-items:stretch;gap:10px;padding-top:10px;padding-bottom:10px}.brand{padding-top:0;align-self:flex-start}.brand-logo{height:44px}.brand-mark{font-size:10px;letter-spacing:.18em}.nav-meta,.trust-line{align-items:flex-start;justify-content:flex-start;max-width:100%}.sticky-cta-shell{display:none}.card,.hero-main{padding:18px}.nav-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px 12px;gap:8px 12px}.cart-link,.nav-link{white-space:normal;min-width:0}.nav-link{padding:2px 0}.trust-line{gap:6px}.contact-pill{justify-content:flex-start;font-size:13px}.trust-line-note{font-size:12px}.catalog-grid,.catalog-product-grid,.collections-grid{grid-template-columns:1fr}.catalog-card-actions,.product-buy-actions{flex-direction:column;align-items:stretch}.catalog-card-actions .btn,.catalog-card-actions .btn2,.product-buy-actions .btn,.product-buy-actions .btn2,.qty-control{width:100%}.qty-control{justify-content:space-between}.footer-inner{flex-direction:column}.site-nav{display:flex;gap:14px;min-height:auto}.nav-meta,.site-nav{align-items:flex-start}.nav-meta{width:100%;gap:12px}.nav-links{width:100%;gap:10px 14px}.site-header-utility-inner{justify-content:flex-start;align-items:flex-start;flex-direction:column}.trust-line{align-items:flex-start;text-align:left;max-width:none}.home-page{gap:48px;padding-top:0;padding-bottom:120px}.cart-upsell-grid,.catalog-bridge,.catalog-hero-premium,.catalog-product-grid-premium,.catalog-section-intro,.home-atmosphere,.home-batch,.home-brand,.home-choice-grid,.home-flavors-grid,.home-hero,.home-reviews-grid,.home-story-layout,.home-telegram,.product-cross-sell-grid,.product-hero-conversion,.product-hero-premium,.product-overview-grid,.product-proof-block,.product-two-column-grid,.review-grid,.reviews-grid-premium,.state-shop-grid{grid-template-columns:1fr}.review-surface{min-width:0}.home-hero-copy{padding:0}.home-hero-image-shell{min-height:460px}.home-hero-caption{right:14px;left:14px;bottom:14px}.catalog-bridge,.catalog-section-intro,.catalog-shell,.home-atmosphere,.home-batch,.home-brand,.home-delivery,.home-final-cta,.home-reviews,.home-story,.home-telegram,.product-content-block,.product-shell-premium,.reviews-cta-premium,.reviews-hero-premium{padding:20px}.catalog-bridge-action,.catalog-bridge-action>a{width:100%}.home-text-muted{font-size:16px}.catalog-product-card-premium,.home-flavor-card,.home-review-card,.product-mini-card,.review-surface,.state-shop-card{padding:18px}.state-shop-copy h3{font-size:28px}.state-shop-phrase{font-size:18px}.cart-hero-premium h1,.catalog-hero-copy-premium h1,.checkout-hero-premium h1,.product-summary-conversion h1,.reviews-hero-premium h1,.support-hero-premium h1{max-width:none}.catalog-product-image-premium,.home-atmosphere-image,.home-brand-visual,.home-flavor-media,.home-story-image,.product-gallery-image,.product-image-premium{min-height:300px}.home-atmosphere-caption-grid,.home-delivery-grid,.home-flavor-actions{grid-template-columns:1fr}.home-telegram-action,.home-telegram-action>a{width:100%}.cart-page-premium,.catalog-page,.checkout-page-premium,.product-page-premium,.reviews-page-premium,.support-page-premium{padding-top:0;padding-bottom:120px}.cart-empty-premium,.cart-hero-premium,.cart-recommendation-premium,.cart-summary-premium,.checkout-hero-premium,.checkout-shell-premium,.support-copy-premium,.support-hero-premium{padding:20px}.cart-item-controls-premium,.cart-item-premium,.cart-summary-actions-premium,.cart-upsell-footer,.product-buy-actions-conversion,.product-inline-bundle-footer,.product-inline-upsell-card,.product-inline-upsell-copy,.product-mini-copy{flex-direction:column;align-items:stretch}.catalog-card-actions-premium{grid-template-columns:1fr}.cart-mobile-bar{position:fixed;left:16px;right:16px;bottom:16px;z-index:30;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:rgba(8,11,12,.94);border:1px solid hsla(40,41%,72%,.12);box-shadow:0 12px 28px rgba(0,0,0,.28)}.cart-mobile-bar small,.cart-mobile-bar strong{display:block}.cart-mobile-bar strong{color:#f4ecdd;font-size:20px}.catalog-product-content-premium{min-height:0}.catalog-product-footer-premium{align-items:flex-start}.catalog-product-footer-premium span{text-align:left}.product-shell-conversion{padding:20px}.product-gallery-thumb-image{height:88px}.product-short-conversion{font-size:17px}.product-trust-line-conversion .status-pill{width:100%;justify-content:flex-start}.home-batch-list{justify-content:flex-start}.home-sticky-mobile{display:block;position:fixed;left:16px;right:16px;bottom:12px;z-index:30;transition:opacity .18s ease,transform .18s ease}}@media (min-width:861px) and (max-width:1180px){:root{--container-padding:20px;--section-gap:48px;--section-padding:24px}.site-nav{min-height:58px}.home-delivery-grid,.review-grid,.state-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-logo{height:42px}.nav-links{gap:10px}.nav-link{font-size:15px}.trust-line{max-width:250px}.catalog-product-grid,.catalog-product-grid-premium,.reviews-grid-premium{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:861px) and (max-width:1040px){.catalog-product-grid,.catalog-product-grid-premium,.home-delivery-grid,.home-flavors-grid,.review-grid,.reviews-grid-premium,.state-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@font-face{font-family:__Manrope_fe7774;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_fe7774;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_fe7774;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_fe7774;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_fe7774;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_fe7774;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_Fallback_fe7774;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_fe7774{font-family:__Manrope_fe7774,__Manrope_Fallback_fe7774;font-style:normal}.__variable_fe7774{--font-main:"__Manrope_fe7774","__Manrope_Fallback_fe7774"}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_d5dfb1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_d5dfb1;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_d5dfb1{font-family:__Cormorant_Garamond_d5dfb1,__Cormorant_Garamond_Fallback_d5dfb1;font-style:normal}.__variable_d5dfb1{--font-display:"__Cormorant_Garamond_d5dfb1","__Cormorant_Garamond_Fallback_d5dfb1"}