@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root{
  --green:#087f4b;
  --green-dark:#045f39;
  --green-ink:#053d2a;
  --green-soft:#eaf7f0;
  --lime:#b8e25c;
  --lime-soft:#eff8d8;
  --cream:#fbfaf5;
  --white:#fff;
  --ink:#1e2b25;
  --muted:#69776f;
  --line:#e6ebe7;
  --red:#e44444;
  --orange:#ff8a3d;
  --shadow:0 16px 40px rgba(28,66,48,.09);
  --shadow-sm:0 8px 24px rgba(28,66,48,.08);
  --radius:22px;
  --container:min(1420px, calc(100% - 48px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
button,input,select{font:inherit}
button,a{ -webkit-tap-highlight-color:transparent }
a{color:inherit;text-decoration:none}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:var(--container);margin-inline:auto}
.hidden{display:none!important}

.announcement{background:var(--green-dark);color:#fff;font-size:13px}
.announcement-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.announcement strong{color:#d7f18e}
.announcement-right{opacity:.86}

.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-main{height:84px;display:grid;grid-template-columns:auto 230px minmax(320px,1fr) auto;gap:18px;align-items:center}
.brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}
.brand img{filter:drop-shadow(0 6px 12px rgba(8,127,75,.18))}
.brand-copy{display:flex;flex-direction:column;line-height:.87;letter-spacing:-1.3px;font-family:Manrope,sans-serif}
.brand-copy strong{font-size:23px;color:var(--green);font-weight:800}
.brand-copy span{font-size:15px;color:var(--green-ink);font-weight:800;letter-spacing:-.45px;margin-top:5px}
.location-button{border:1px solid var(--line);background:#fff;border-radius:14px;display:flex;align-items:center;gap:9px;height:50px;padding:0 12px;color:var(--ink);text-align:left;min-width:0}
.location-button:hover{border-color:#c6d9cd;background:#fbfdfb}
.location-button .location-pin{font-size:22px;color:var(--green);font-weight:700}
.location-button div,.location-button>span:nth-child(2){min-width:0;display:flex;flex-direction:column}
.location-button small{font-size:10px;color:var(--muted);margin-bottom:2px}
.location-button strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:145px}
.chevron{margin-left:auto;color:var(--muted)}
.search-box{height:52px;display:flex;align-items:center;border:2px solid #dce7e0;border-radius:16px;background:#f8fbf9;padding-left:15px;overflow:hidden;transition:.2s}
.search-box:focus-within{border-color:var(--green);box-shadow:0 0 0 4px rgba(8,127,75,.08);background:#fff}
.search-icon{font-size:24px;color:var(--green);line-height:1;transform:rotate(-18deg)}
.search-box input{flex:1;height:100%;border:0;outline:0;background:transparent;padding:0 12px;min-width:0;color:var(--ink)}
.search-box input::placeholder{color:#87958d}
.search-box button{border:0;background:var(--green);color:#fff;height:38px;border-radius:11px;padding:0 18px;margin-right:6px;font-weight:700;font-size:13px}
.search-box button:hover{background:var(--green-dark)}
.header-actions{display:flex;align-items:center;gap:5px}
.icon-action{position:relative;border:0;background:transparent;min-width:64px;height:56px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:var(--ink)}
.icon-action:hover{background:var(--green-soft)}
.icon-action span{font-size:23px;line-height:1;color:var(--green)}
.icon-action small{font-size:10px;font-weight:600;color:#536159}
.icon-action b{position:absolute;top:4px;right:8px;background:var(--red);color:#fff;border-radius:20px;font-size:9px;padding:2px 5px;min-width:16px;text-align:center}
.icon-action b:empty,.icon-action b[data-zero="1"]{display:none}
.cart-button{position:relative;border:0;background:var(--green);color:#fff;border-radius:15px;height:54px;display:flex;align-items:center;gap:9px;padding:0 16px 0 13px;min-width:132px}
.cart-button:hover{background:var(--green-dark)}
.cart-icon{font-size:20px}
.cart-button>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.cart-button small{font-size:10px;opacity:.75}
.cart-button strong{font-size:12px}
.cart-button b{position:absolute;top:-7px;right:-7px;background:var(--lime);color:var(--green-ink);min-width:24px;height:24px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:10px}
.category-nav{border-top:1px solid #f0f3f1;background:#fff}
.category-nav-inner{height:48px;display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none}
.category-nav-inner::-webkit-scrollbar{display:none}
.category-nav button{border:0;background:transparent;padding:8px 12px;border-radius:9px;white-space:nowrap;font-size:12px;font-weight:650;color:#4d5e55}
.category-nav button:hover,.category-nav button.active{background:var(--green-soft);color:var(--green)}
.category-nav button:first-child{color:#fff;background:var(--green);padding-inline:14px}

.hero-section{padding:26px 0 12px;background:linear-gradient(180deg,#fff 0,#fbfdfc 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(340px,.95fr);gap:18px}
.hero-card,.mini-campaign{border-radius:28px;overflow:hidden;position:relative}
.hero-main-card{min-height:486px;background:var(--green-dark);box-shadow:var(--shadow)}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(.98)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,68,40,.92) 0%,rgba(4,76,44,.75) 42%,rgba(4,76,44,.1) 73%),linear-gradient(0deg,rgba(0,0,0,.15),transparent 60%)}
.hero-content{position:relative;z-index:2;max-width:600px;padding:62px 58px;color:#fff}
.eyebrow,.section-kicker,.modal-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:1.7px;color:var(--green)}
.eyebrow{color:#dff3a5;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);padding:7px 11px;border-radius:20px}
.hero-content h1{font-family:Manrope,sans-serif;font-size:53px;line-height:1.03;letter-spacing:-2.7px;margin:18px 0 16px}
.hero-content h1 em{font-style:normal;color:#d9f594}
.hero-content p{font-size:17px;line-height:1.55;color:rgba(255,255,255,.83);max-width:520px;margin:0 0 27px}
.btn{border:0;border-radius:13px;height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:750;font-size:13px;transition:.18s}
.btn-light{background:#fff;color:var(--green-dark);box-shadow:0 10px 26px rgba(0,0,0,.13)}
.btn-light:hover{transform:translateY(-1px);background:#f5f9f6}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{background:var(--green-dark)}
.btn-outline{background:#fff;color:var(--green);border:1px solid #cde0d4;min-width:220px}
.btn-outline:hover{border-color:var(--green);background:var(--green-soft)}
.btn.wide{width:100%}
.hero-note{position:absolute;z-index:3;right:22px;bottom:22px;background:rgba(255,255,255,.94);border-radius:17px;padding:13px 15px;display:flex;align-items:center;gap:9px;color:var(--green-dark);box-shadow:0 12px 32px rgba(0,0,0,.16)}
.hero-note strong{font-size:24px;font-family:Manrope,sans-serif}
.hero-note span{font-size:10px;font-weight:700;line-height:1.35;color:#52645a}
.hero-side{display:grid;gap:18px}
.mini-campaign{min-height:234px;padding:29px 30px;display:flex;justify-content:space-between;align-items:flex-start}
.green-card{background:linear-gradient(135deg,#dff3a0,#c8eb75);color:var(--green-ink)}
.soft-card{background:#eef8f2;border:1px solid #dceee4;color:var(--green-ink)}
.campaign-badge{display:inline-block;font-size:9px;font-weight:800;letter-spacing:1.2px;background:#fff;padding:6px 8px;border-radius:20px;color:var(--green)}
.campaign-badge.white{background:var(--green);color:#fff}
.mini-campaign h2{font-family:Manrope,sans-serif;font-size:27px;line-height:1.07;letter-spacing:-1.2px;margin:12px 0 4px}
.mini-campaign p{font-size:13px;color:#50725f;margin:0 0 17px}
.mini-campaign a,.text-button{font-size:12px;font-weight:750;color:var(--green-dark);border:0;background:transparent;padding:0}
.produce-stack{position:absolute;right:8px;bottom:3px;font-size:82px;transform:rotate(-8deg);filter:drop-shadow(0 12px 18px rgba(37,85,54,.12))}
.produce-stack span{position:absolute;right:72px;bottom:10px;font-size:60px;transform:rotate(13deg)}
.produce-stack b{position:absolute;right:20px;bottom:78px;font-size:46px;transform:rotate(15deg)}
.loyalty-card-visual{position:absolute;right:-25px;bottom:20px;width:190px;height:114px;border-radius:18px;background:linear-gradient(135deg,var(--green),#0c9e60);color:#fff;box-shadow:0 18px 30px rgba(8,127,75,.22);transform:rotate(-8deg);padding:17px;display:flex;flex-direction:column;justify-content:space-between}
.loyalty-card-visual .mini-logo{width:32px;height:32px;background:#fff;color:var(--green);border-radius:9px;display:grid;place-items:center;font-weight:900;font-size:12px}
.loyalty-card-visual span{font-size:11px;opacity:.75;letter-spacing:2px}.loyalty-card-visual b{font-size:10px;letter-spacing:1px}

.benefits-strip{padding:15px 0 4px}
.benefits-grid{border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:0 8px 24px rgba(28,66,48,.035)}
.benefit{display:flex;align-items:center;gap:12px;padding:17px 24px;position:relative}
.benefit:not(:last-child):after{content:"";position:absolute;right:0;top:24%;height:52%;width:1px;background:var(--line)}
.benefit>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--green-soft);font-size:20px}
.benefit div{display:flex;flex-direction:column;gap:3px}.benefit strong{font-size:12px}.benefit small{font-size:10px;color:var(--muted)}

.section{padding:66px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}
.section-heading h2{font-family:Manrope,sans-serif;font-size:32px;letter-spacing:-1.45px;margin:7px 0 0;color:#173b2b}
.section-subtitle{margin:7px 0 0;color:var(--muted);font-size:13px}
.link-button{border:0;background:transparent;color:var(--green);font-weight:750;font-size:13px;padding:8px 0}
.link-button:hover{text-decoration:underline}
.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}
.category-card{border:1px solid var(--line);background:#fff;border-radius:19px;min-height:154px;padding:17px 13px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition:.18s;position:relative;overflow:hidden}
.category-card:before{content:"";position:absolute;width:85px;height:85px;border-radius:50%;background:var(--green-soft);top:18px;left:50%;transform:translateX(-50%);z-index:0}
.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#cfe1d5}
.category-emoji{font-size:46px;position:relative;z-index:1;filter:drop-shadow(0 7px 8px rgba(0,0,0,.08))}
.category-card strong{font-size:12px;line-height:1.25;position:relative;z-index:1}.category-card small{font-size:9px;color:var(--muted);position:relative;z-index:1}

.deals-section{background:#f7faf8}
.compact-heading{align-items:center}
.deal-timer{display:flex;align-items:center;gap:11px;font-size:11px;color:var(--muted)}
.deal-timer strong{font-family:Manrope,sans-serif;background:var(--green);color:#fff;border-radius:10px;padding:8px 11px;letter-spacing:1.2px}
.campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.campaign-panel{position:relative;overflow:hidden;min-height:240px;border-radius:23px;padding:29px;color:#153d2d}
.campaign-panel>div:first-child{position:relative;z-index:2}
.campaign-panel span{font-size:9px;letter-spacing:1.3px;font-weight:800}
.campaign-panel h3{font-family:Manrope,sans-serif;font-size:25px;line-height:1.08;letter-spacing:-1px;margin:11px 0 8px}.campaign-panel h3 strong{color:var(--green)}
.campaign-panel p{font-size:11px;max-width:210px;color:#5c7065;margin:0 0 22px;line-height:1.5}.campaign-panel a{font-size:11px;font-weight:800;color:var(--green-dark)}
.citrus{background:#f3f7d9}.dairy{background:#fff0d9}.home{background:#e8f2fb}
.campaign-art{position:absolute;right:6px;bottom:7px;font-size:84px;transform:rotate(-9deg);z-index:1}.campaign-art b{font-size:56px;position:absolute;right:68px;bottom:0}.campaign-art i{font-style:normal;font-size:48px;position:absolute;right:15px;bottom:69px}

.products-section{padding-bottom:74px}.product-heading{align-items:center}
.product-toolbar{display:flex;align-items:center;gap:8px}.product-toolbar select{border:1px solid var(--line);background:#fff;height:40px;border-radius:10px;padding:0 31px 0 12px;color:#526058;font-size:11px;outline:none}.filter-reset{height:40px;border:0;background:#f4f7f5;color:var(--green);border-radius:10px;padding:0 12px;font-size:11px;font-weight:700}
.product-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none;margin-bottom:15px}.product-tabs::-webkit-scrollbar{display:none}.product-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:20px;height:35px;padding:0 14px;font-size:10px;font-weight:700;color:#56645c}.product-tabs button:hover,.product-tabs button.active{background:var(--green);border-color:var(--green);color:#fff}
.product-result-line{display:flex;justify-content:space-between;align-items:center;color:#849088;font-size:10px;margin-bottom:13px}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.product-card{position:relative;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;padding:12px;display:flex;flex-direction:column;min-height:323px;transition:.18s}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#cfe1d5}
.product-badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.product-badge{font-size:8px;font-weight:800;border-radius:6px;padding:4px 6px;background:var(--red);color:#fff}.product-badge.secondary{background:var(--green)}
.fav-btn{position:absolute;right:9px;top:9px;z-index:2;width:31px;height:31px;border-radius:50%;border:1px solid #e4eae6;background:rgba(255,255,255,.92);font-size:18px;display:grid;place-items:center;color:#789086}.fav-btn.active{color:#e44a55;background:#fff0f2;border-color:#ffd5db}.fav-btn:hover{transform:scale(1.05)}
.product-visual{height:136px;border-radius:13px;background:linear-gradient(145deg,#f7faf8,#eef6f1);display:grid;place-items:center;margin-bottom:12px;overflow:hidden;position:relative}.product-visual:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(28,66,48,.06)}.product-emoji{font-size:66px;z-index:1;filter:drop-shadow(0 10px 9px rgba(0,0,0,.10));transform:rotate(-4deg)}
.product-brand{font-size:8px;color:#89958e;text-transform:uppercase;font-weight:800;letter-spacing:.45px;margin-bottom:4px}.product-name{font-size:11px;font-weight:650;line-height:1.32;height:30px;overflow:hidden;margin:0 0 8px}.product-unit{font-size:9px;color:var(--muted);margin-bottom:auto}.price-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:12px;min-height:35px}.price-stack{display:flex;flex-direction:column}.old-price{font-size:9px;text-decoration:line-through;color:#9da69f;height:12px}.current-price{font-family:Manrope,sans-serif;font-size:16px;color:#173e2c;letter-spacing:-.35px}.add-btn{width:39px;height:37px;border:0;border-radius:11px;background:var(--green);color:#fff;font-size:23px;display:grid;place-items:center;line-height:1}.add-btn:hover{background:var(--green-dark);transform:scale(1.03)}
.centered{text-align:center;margin-top:24px}

.big-promo-section{padding:8px 0 64px}.big-promo{min-height:340px;border-radius:29px;overflow:hidden;background:linear-gradient(112deg,#075f3c,#087f4b 57%,#0a9559);display:grid;grid-template-columns:1.05fr .95fr;color:#fff;position:relative}.big-promo:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-250px;top:-130px;border:90px solid rgba(255,255,255,.05)}.big-promo-copy{padding:54px 60px;position:relative;z-index:2}.light-kicker{color:#cfee8c}.big-promo h2{font-family:Manrope,sans-serif;font-size:39px;letter-spacing:-1.7px;line-height:1.08;margin:10px 0 13px;max-width:540px}.big-promo p{font-size:13px;color:rgba(255,255,255,.75);max-width:510px;line-height:1.6}.promo-price{margin:22px 0 21px;display:flex;align-items:baseline;gap:5px}.promo-price strong{font-family:Manrope,sans-serif;font-size:31px}.promo-price span{font-size:12px;opacity:.7}.big-promo-visual{position:relative;min-height:340px}.delivery-bag{position:absolute;left:50%;top:51%;transform:translate(-50%,-50%) rotate(5deg);width:185px;height:220px;background:#fff;border-radius:18px 18px 28px 28px;box-shadow:0 28px 48px rgba(0,0,0,.23);color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center}.delivery-bag:before{content:"";position:absolute;top:-35px;width:96px;height:62px;border:14px solid #fff;border-bottom:0;border-radius:60px 60px 0 0}.delivery-bag span{font-family:Manrope,sans-serif;font-weight:900;font-size:29px;letter-spacing:-2px}.delivery-bag strong{font-size:43px;color:#a6d549;line-height:1}.floating-badge{position:absolute;background:#fff;color:#315342;padding:10px 13px;border-radius:12px;font-size:10px;font-weight:750;box-shadow:0 13px 28px rgba(0,0,0,.15)}.badge-one{left:4%;top:25%}.badge-two{right:10%;top:38%}.badge-three{left:8%;bottom:18%}

.recipes-section{background:#fbfaf6}.recipe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.recipe-card{border-radius:21px;overflow:hidden;background:#fff;border:1px solid #eaece7;transition:.18s;display:flex;flex-direction:column}.recipe-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.recipe-img{height:206px;position:relative;overflow:hidden;background:#e6eee8}.recipe-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.recipe-card:hover .recipe-img img{transform:scale(1.025)}.recipe-time{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.92);border-radius:20px;padding:7px 9px;font-size:9px;font-weight:750;color:#395848}.recipe-body{padding:16px}.recipe-tag{font-size:8px;font-weight:800;letter-spacing:1px;color:var(--green)}.recipe-body h3{font-family:Manrope,sans-serif;font-size:17px;letter-spacing:-.5px;margin:6px 0 7px}.recipe-body p{font-size:10px;line-height:1.5;color:var(--muted);margin:0 0 14px;height:30px;overflow:hidden}.recipe-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px}.recipe-footer span{font-size:9px;color:#7b8880}.recipe-footer button{border:0;background:transparent;color:var(--green);font-size:10px;font-weight:800;padding:0}

.store-story{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.story-photo-wrap{height:430px;border-radius:28px;overflow:hidden;position:relative;background:#eef5f0}.story-photo-wrap img{width:100%;height:100%;object-fit:cover}.story-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,59,39,.14),transparent 55%)}.story-badge{position:absolute;z-index:2;left:20px;bottom:20px;width:118px;height:118px;border-radius:50%;background:var(--lime);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green-ink);transform:rotate(-7deg);box-shadow:0 12px 30px rgba(0,0,0,.13)}.story-badge strong{font-family:Manrope,sans-serif;font-size:20px}.story-badge span{font-size:10px;font-weight:750}.story-copy{max-width:570px}.story-copy h2{font-family:Manrope,sans-serif;font-size:36px;line-height:1.1;letter-spacing:-1.6px;color:#173e2c;margin:10px 0 15px}.story-copy>p{color:var(--muted);font-size:13px;line-height:1.7}.story-copy ul{list-style:none;padding:0;margin:23px 0 27px;display:grid;gap:10px}.story-copy li{font-size:12px;font-weight:600;color:#40564a;display:flex;align-items:center;gap:10px}.story-copy li span{width:25px;height:25px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:11px}

.app-section{padding:20px 0 70px}.app-card{min-height:320px;border-radius:29px;background:#f1f7f3;border:1px solid #dfece4;display:grid;grid-template-columns:310px 1fr 140px;align-items:center;gap:22px;padding:33px 50px;overflow:hidden;position:relative}.phone-mockup{height:310px;display:flex;align-items:flex-end;justify-content:center}.phone-screen{width:171px;height:305px;border-radius:28px 28px 0 0;background:#fff;border:8px solid #20342a;border-bottom:0;box-shadow:0 23px 35px rgba(25,62,44,.15);padding:20px 11px 10px;position:relative}.phone-notch{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:52px;height:10px;background:#20342a;border-radius:8px}.phone-logo{margin-top:4px;color:var(--green);font-family:Manrope,sans-serif;font-size:16px;font-weight:900}.phone-banner{margin-top:15px;background:linear-gradient(135deg,var(--green),#0fa061);height:104px;border-radius:15px;color:#fff;font-family:Manrope,sans-serif;font-size:26px;font-weight:900;padding:17px}.phone-banner span{font-size:9px;display:block;font-weight:600}.phone-products{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:8px}.phone-products i{font-style:normal;background:#f1f7f3;border-radius:9px;height:48px;display:grid;place-items:center;font-size:22px}.app-copy{max-width:620px}.app-copy h2{font-family:Manrope,sans-serif;font-size:34px;line-height:1.1;letter-spacing:-1.5px;margin:9px 0 12px;color:#173e2c}.app-copy p{font-size:13px;color:var(--muted);line-height:1.6}.store-buttons{display:flex;gap:9px;margin-top:20px}.store-buttons button{width:152px;height:50px;border:0;border-radius:11px;background:#18251f;color:#fff;text-align:left;padding:8px 14px;display:flex;flex-direction:column;justify-content:center}.store-buttons small{font-size:8px;opacity:.72}.store-buttons strong{font-size:14px}.qr-placeholder{width:112px;height:122px;background:#fff;border-radius:16px;border:1px solid #d8e5dc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.qr-placeholder span{font-size:58px;line-height:.8;color:#173e2c}.qr-placeholder small{font-size:9px;color:var(--muted);font-weight:700}

.site-footer{background:#0c2e21;color:#eaf2ed;padding:58px 0 100px}.footer-top{display:grid;grid-template-columns:1.35fr repeat(3,.82fr) 1.3fr;gap:38px;padding-bottom:42px}.footer-brand-logo .brand-copy strong{color:#d8f197}.footer-brand-logo .brand-copy span{color:#fff}.footer-brand p{font-size:11px;line-height:1.6;color:#9fb4a8;max-width:245px;margin:16px 0}.socials{display:flex;gap:7px}.socials a{width:32px;height:32px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center;font-size:12px;color:#c9d7cf}.socials a:hover{background:#fff;color:var(--green)}.footer-links{display:flex;flex-direction:column;gap:11px}.footer-links h3,.newsletter h3{font-size:12px;margin:5px 0 8px;color:#fff}.footer-links a{font-size:10px;color:#9fb4a8}.footer-links a:hover{color:#d9ef9d}.newsletter p{font-size:10px;color:#9fb4a8;line-height:1.5}.newsletter form{height:43px;display:flex;background:#fff;border-radius:10px;overflow:hidden;margin:13px 0 8px}.newsletter input{flex:1;min-width:0;border:0;outline:0;padding:0 11px;font-size:10px}.newsletter button{width:43px;border:0;background:var(--lime);color:var(--green-ink);font-size:18px}.newsletter small{font-size:8px;color:#71897c}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:9px;color:#81998c}.legal{display:flex;gap:15px}.legal a:hover{color:#fff}.payments{display:flex;gap:6px}.payments span{border:1px solid rgba(255,255,255,.14);padding:4px 6px;border-radius:5px;font-size:8px;color:#b7c8bf}

.mobile-bottom-nav{display:none}

.cart-drawer{position:fixed;z-index:70;top:0;right:0;width:min(430px,100%);height:100dvh;background:#fff;transform:translateX(105%);transition:.27s ease;box-shadow:-25px 0 50px rgba(15,45,30,.18);display:flex;flex-direction:column;padding:23px 22px 20px}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.drawer-head span{font-size:9px;color:var(--green);font-weight:800;letter-spacing:1.2px}.drawer-head h2{font-family:Manrope,sans-serif;font-size:24px;letter-spacing:-1px;margin:3px 0}.close-button,.modal-close{border:0;background:#f2f6f3;border-radius:50%;width:36px;height:36px;font-size:23px;color:#53645a;display:grid;place-items:center}.free-shipping-box{background:var(--green-soft);border-radius:13px;padding:12px 13px;margin-bottom:11px}.shipping-line{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#4e6659}.shipping-line strong{font-size:18px}.progress{height:5px;border-radius:10px;background:#d5e7dc;margin-top:8px;overflow:hidden}.progress i{display:block;height:100%;width:0;background:var(--green);border-radius:10px;transition:.25s}.cart-items{flex:1;overflow:auto;display:flex;flex-direction:column;gap:8px;padding-right:2px}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:9px}.cart-item-visual{width:58px;height:58px;border-radius:10px;background:#f1f7f3;display:grid;place-items:center;font-size:31px}.cart-item h4{font-size:10px;margin:0 0 3px;line-height:1.35}.cart-item small{font-size:8px;color:var(--muted)}.cart-item-footer{display:flex;align-items:center;gap:7px;margin-top:7px}.qty-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;height:28px;overflow:hidden}.qty-control button{width:27px;height:100%;border:0;background:#f7f9f8;color:var(--green);font-weight:800}.qty-control span{min-width:25px;text-align:center;font-size:9px}.cart-item-price{font-family:Manrope,sans-serif;font-size:11px;color:#244936}.remove-item{border:0;background:transparent;color:#aa5d61;font-size:9px;padding:3px}.cart-empty{flex:1;display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.cart-empty.show{display:flex}.cart-empty>div{font-size:49px}.cart-empty h3{font-family:Manrope,sans-serif;font-size:18px;margin:9px 0 5px}.cart-empty p{font-size:10px;color:var(--muted);line-height:1.5;max-width:230px;margin:0 0 18px}.cart-summary{border-top:1px solid var(--line);padding-top:13px;margin-top:10px}.cart-summary>div{display:flex;justify-content:space-between;align-items:center;padding:4px 1px;font-size:10px;color:#65736b}.cart-summary>div strong{color:#264a38}.cart-total{margin-top:4px;border-top:1px dashed #dbe3de;padding-top:10px!important;font-size:13px!important}.cart-total strong{font-family:Manrope,sans-serif;font-size:18px;color:#173e2c!important}.checkout-button{width:100%;height:50px;border:0;border-radius:13px;background:var(--green);color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-top:11px}.checkout-button:hover{background:var(--green-dark)}.cart-summary>small{display:block;text-align:center;font-size:8px;color:#9ba49e;margin-top:8px}

.modal-backdrop{position:fixed;z-index:60;inset:0;background:rgba(8,36,24,.45);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:.2s}.modal-backdrop.show{opacity:1;pointer-events:auto}.modal{position:fixed;z-index:80;left:50%;top:50%;transform:translate(-50%,-47%) scale(.97);width:min(520px,calc(100% - 34px));max-height:88dvh;overflow:auto;background:#fff;border-radius:24px;padding:32px;box-shadow:0 25px 80px rgba(4,42,25,.25);opacity:0;pointer-events:none;transition:.22s}.modal.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:17px;top:17px}.modal h2{font-family:Manrope,sans-serif;font-size:27px;letter-spacing:-1px;color:#173e2c;margin:8px 0}.modal>p,.recipe-modal-body>p{font-size:11px;color:var(--muted);line-height:1.6}.address-options{display:grid;gap:8px;margin:20px 0 12px}.address-options button{height:64px;border:1px solid var(--line);background:#fff;border-radius:13px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;text-align:left;padding:0 13px}.address-options button:hover{border-color:#bcd8c7;background:#fbfdfc}.address-options button>span{font-size:24px}.address-options button div{display:flex;flex-direction:column;gap:3px}.address-options button strong{font-size:11px}.address-options button small{font-size:9px;color:var(--muted)}.address-options button b{color:var(--green)}.address-input{display:flex;align-items:center;height:48px;border:1px solid var(--line);border-radius:12px;overflow:hidden;padding-left:12px}.address-input>span{color:var(--green);font-size:18px}.address-input input{flex:1;min-width:0;border:0;outline:0;height:100%;padding:0 9px;font-size:10px}.address-input button{height:36px;border:0;background:var(--green);color:#fff;border-radius:9px;padding:0 13px;margin-right:5px;font-size:10px;font-weight:750}.info-modal{text-align:center;width:min(420px,calc(100% - 34px))}.info-icon{width:68px;height:68px;border-radius:20px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:29px;margin:10px auto 14px}.info-modal p{margin-bottom:20px}.recipe-modal{padding:0;overflow:hidden;width:min(650px,calc(100% - 34px))}.recipe-modal>.modal-close{background:rgba(255,255,255,.92);z-index:3}.recipe-modal>img{width:100%;height:250px;object-fit:cover}.recipe-modal-body{padding:24px 28px 28px}.recipe-meta{display:flex;gap:13px;font-size:9px;color:#718077;margin:9px 0 11px}.ingredient-box{margin-top:17px;background:#f6f9f7;border-radius:14px;padding:13px;display:flex;align-items:center;justify-content:space-between;gap:15px}.ingredient-box div{display:flex;flex-direction:column;gap:3px}.ingredient-box strong{font-size:11px}.ingredient-box small{font-size:8px;color:var(--muted);line-height:1.45;max-width:300px}.ingredient-box .btn{height:40px;font-size:9px;white-space:nowrap}

.toast{position:fixed;z-index:100;right:22px;bottom:22px;min-width:290px;max-width:380px;background:#173e2c;color:#fff;border-radius:15px;padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 15px 40px rgba(7,58,35,.25);transform:translateY(25px);opacity:0;pointer-events:none;transition:.25s}.toast.show{transform:translateY(0);opacity:1}.toast>span{width:34px;height:34px;border-radius:10px;background:#d8f197;color:#173e2c;display:grid;place-items:center;font-weight:900}.toast div{display:flex;flex-direction:column;gap:2px}.toast strong{font-size:10px}.toast small{font-size:8px;color:#b9cbc1}

@media (max-width:1220px){
  :root{--container:min(100% - 32px,1180px)}
  .header-main{grid-template-columns:auto minmax(300px,1fr) auto}.location-button{display:none}.category-grid{grid-template-columns:repeat(5,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.footer-top{grid-template-columns:1.3fr repeat(3,.8fr);}.newsletter{grid-column:1/-1;max-width:420px}.hero-main-card{min-height:455px}.hero-content h1{font-size:46px}
}
@media (max-width:900px){
  .announcement-right{display:none}.header-main{height:auto;padding:11px 0;grid-template-columns:auto 1fr auto;gap:10px}.search-box{grid-column:1/-1;grid-row:2;height:47px}.icon-action{display:none}.cart-button{min-width:auto;width:52px;padding:0;justify-content:center}.cart-button>span:nth-child(2){display:none}.cart-button b{right:-5px}.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr}.mini-campaign{min-height:205px}.benefits-grid{grid-template-columns:1fr 1fr}.benefit:nth-child(2):after{display:none}.benefit:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:repeat(4,1fr)}.campaign-grid{grid-template-columns:1fr}.campaign-panel{min-height:200px}.product-grid{grid-template-columns:repeat(3,1fr)}.big-promo{grid-template-columns:1fr}.big-promo-visual{display:none}.recipe-grid{grid-template-columns:1fr 1fr}.store-story{grid-template-columns:1fr;gap:30px}.story-copy{max-width:none}.app-card{grid-template-columns:230px 1fr;padding:28px}.qr-placeholder{display:none}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.footer-links:nth-of-type(4){display:none}.footer-bottom{flex-wrap:wrap}.payments{width:100%}
}
@media (max-width:640px){
  :root{--container:calc(100% - 24px)}
  body{padding-bottom:68px}.announcement-inner{height:31px;font-size:10px}.site-header{top:0}.header-main{grid-template-columns:auto 1fr}.brand img{width:40px;height:40px}.brand-copy strong{font-size:20px}.brand-copy span{font-size:13px}.header-actions{display:none}.search-box{height:45px}.search-box button{display:none}.category-nav-inner{height:42px}.category-nav button{font-size:10px;padding:7px 10px}.hero-section{padding-top:12px}.hero-main-card{min-height:500px;border-radius:22px}.hero-content{padding:45px 25px;max-width:94%}.hero-content h1{font-size:41px;letter-spacing:-2px}.hero-content p{font-size:14px}.hero-note{right:14px;bottom:14px}.hero-side{grid-template-columns:1fr}.mini-campaign{border-radius:20px}.benefits-strip{padding-top:10px}.benefits-grid{grid-template-columns:1fr 1fr}.benefit{padding:13px 11px;gap:8px}.benefit>span{width:36px;height:36px;font-size:17px}.benefit strong{font-size:10px}.benefit small{font-size:8px}.section{padding:48px 0}.section-heading{align-items:flex-start}.section-heading h2{font-size:27px}.section-heading .link-button{display:none}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{min-width:134px;scroll-snap-align:start}.deal-timer{display:none}.product-heading{display:block}.product-toolbar{margin-top:13px}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-card{min-height:307px;padding:9px}.product-visual{height:126px}.product-emoji{font-size:58px}.product-name{font-size:10px}.current-price{font-size:15px}.campaign-panel{padding:24px}.campaign-art{opacity:.9}.big-promo-copy{padding:38px 26px}.big-promo h2{font-size:30px}.recipe-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.recipe-grid::-webkit-scrollbar{display:none}.recipe-card{min-width:275px;scroll-snap-align:start}.store-story{gap:24px}.story-photo-wrap{height:330px}.story-copy h2{font-size:29px}.app-card{display:block;padding:32px 24px}.phone-mockup{display:none}.app-copy h2{font-size:29px}.store-buttons button{width:50%}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.newsletter{grid-column:1/-1}.footer-links:nth-of-type(4){display:flex}.footer-bottom{display:block}.legal{margin:13px 0;flex-wrap:wrap}.mobile-bottom-nav{position:fixed;z-index:50;bottom:0;left:0;right:0;height:64px;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.98);border-top:1px solid var(--line);box-shadow:0 -8px 25px rgba(25,55,41,.08);padding-bottom:max(env(safe-area-inset-bottom),0px)}.mobile-bottom-nav a,.mobile-bottom-nav button{position:relative;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#607067}.mobile-bottom-nav span{font-size:20px;line-height:1;color:var(--green)}.mobile-bottom-nav small{font-size:8px;font-weight:650}.mobile-bottom-nav b{position:absolute;top:5px;right:22%;min-width:18px;height:18px;border-radius:9px;background:var(--red);color:#fff;font-size:8px;display:grid;place-items:center}.cart-drawer{padding:18px 14px 72px}.toast{left:12px;right:12px;bottom:78px;min-width:0}.modal{padding:27px 21px}.recipe-modal{padding:0}.recipe-modal-body{padding:20px}.recipe-modal>img{height:205px}.ingredient-box{display:block}.ingredient-box .btn{width:100%;margin-top:12px}
}

/* ===== Canlı deneyim / 3D hareket katmanı ===== */
.announcement{overflow:hidden;position:relative;height:38px;display:flex;align-items:center;background:linear-gradient(90deg,#035333,#087f4b,#035f3a);box-shadow:inset 0 -1px rgba(255,255,255,.08)}
.announcement:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04),transparent 25%,rgba(255,255,255,.05) 55%,transparent);pointer-events:none}
.ticker-track{display:flex;width:max-content;will-change:transform;animation:tickerMove 30s linear infinite}
.ticker-group{display:flex;align-items:center;gap:28px;padding-right:28px;white-space:nowrap}
.ticker-group span{font-size:12px;letter-spacing:.1px;color:rgba(255,255,255,.9)}
.ticker-group strong{color:#ddf69d}.ticker-group i{font-style:normal;color:#8fd2ac;font-size:16px}
.announcement:hover .ticker-track{animation-play-state:paused}
@keyframes tickerMove{to{transform:translateX(-50%)}}

.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(8,127,75,.35),transparent);transform:scaleX(.3);opacity:.45;animation:headerShimmer 5s ease-in-out infinite}
@keyframes headerShimmer{50%{transform:scaleX(.95);opacity:.8}}

.hero-main-card{isolation:isolate;perspective:1100px;transform:translateZ(0);border:1px solid rgba(255,255,255,.08)}
.hero-main-card:before{content:"";position:absolute;z-index:1;inset:-35%;background:radial-gradient(circle at 75% 35%,rgba(184,226,92,.18),transparent 21%),radial-gradient(circle at 70% 78%,rgba(255,255,255,.12),transparent 17%);pointer-events:none;animation:heroAura 8s ease-in-out infinite alternate}
@keyframes heroAura{to{transform:translate3d(-3%,2%,0) scale(1.08)}}
.hero-photo{animation:heroZoom 14s ease-in-out infinite alternate;will-change:transform}
@keyframes heroZoom{to{transform:scale(1.045)}}
.hero-overlay{z-index:1}
.hero-content{z-index:5}
.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#dff58f;box-shadow:0 0 0 0 rgba(223,245,143,.55);animation:livePulse 1.8s infinite}
@keyframes livePulse{65%{box-shadow:0 0 0 8px rgba(223,245,143,0)}}
.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.hero-shop-btn{position:relative;overflow:hidden;isolation:isolate}
.hero-shop-btn:before{content:"";position:absolute;z-index:-1;top:-70%;left:-35%;width:24px;height:240%;background:rgba(255,255,255,.75);transform:rotate(26deg);filter:blur(4px);animation:buttonShine 3.6s ease-in-out infinite}
.hero-shop-btn span{transition:transform .2s}.hero-shop-btn:hover span{transform:translateX(4px)}
@keyframes buttonShine{0%,54%{left:-40%;opacity:0}65%{opacity:.8}82%,100%{left:135%;opacity:0}}
.hero-trust{display:flex;align-items:center;gap:5px;color:#dff3a5;font-size:10px;font-weight:700;letter-spacing:.6px}
.hero-trust b{color:#fff;font-size:13px}.hero-trust small{display:block;color:rgba(255,255,255,.65);font-weight:500;letter-spacing:0;margin-left:5px}

.hero-3d-stage{--stage-scale:1;--rx:0deg;--ry:0deg;--tx:0px;--ty:0px;position:absolute;z-index:4;right:24px;top:38px;width:390px;height:370px;transform-style:preserve-3d;pointer-events:none;transform:scale(var(--stage-scale)) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(var(--tx),var(--ty),0);transition:transform .25s ease-out;filter:drop-shadow(0 20px 30px rgba(2,45,27,.22))}
.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.7}.glow-one{width:210px;height:210px;right:56px;top:64px;background:radial-gradient(circle,rgba(201,239,119,.36),rgba(201,239,119,0) 68%)}.glow-two{width:170px;height:170px;right:8px;bottom:5px;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 70%)}
.grocery-cube{position:absolute;right:58px;top:88px;width:132px;height:154px;transform-style:preserve-3d;transform:rotateX(-8deg) rotateY(-24deg) rotateZ(3deg);animation:cubeFloat 5.4s ease-in-out infinite}
.cube-face{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:Manrope,sans-serif;font-weight:800;backface-visibility:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}
.cube-front{inset:0;background:linear-gradient(145deg,#fff,#eaf7f0);color:#087f4b;border-radius:15px;transform:translateZ(30px)}
.cube-front span{font-size:28px;letter-spacing:-2px}.cube-front b{font-size:11px;letter-spacing:2px;color:#245d43;margin-top:4px}
.cube-side{width:60px;height:154px;right:-30px;top:0;background:linear-gradient(180deg,#0c9e60,#056a3f);color:white;border-radius:0 11px 11px 0;transform:rotateY(90deg) translateZ(0);font-size:10px;line-height:1.6;letter-spacing:1.2px}
.cube-top{width:132px;height:60px;left:0;top:-30px;background:#d9f594;color:#045f39;border-radius:10px 10px 0 0;transform:rotateX(90deg);font-size:10px;letter-spacing:1px}
@keyframes cubeFloat{0%,100%{transform:rotateX(-8deg) rotateY(-24deg) rotateZ(3deg) translateY(0)}50%{transform:rotateX(-3deg) rotateY(-17deg) rotateZ(-1deg) translateY(-13px)}}

.float-product{position:absolute;min-width:142px;height:62px;padding:8px 13px 8px 8px;border:1px solid rgba(255,255,255,.55);border-radius:17px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);box-shadow:0 16px 35px rgba(2,58,34,.14);display:flex;align-items:center;gap:9px;color:#153d2d;transform-style:preserve-3d}
.float-product>span{width:45px;height:45px;border-radius:13px;background:#edf8e5;display:grid;place-items:center;font-size:29px}.float-product div{display:flex;flex-direction:column;gap:2px}.float-product b{font-size:10px}.float-product small{font-size:8px;color:#6b7d72}
.fp-1{left:7px;top:75px;transform:rotate(-7deg) translateZ(55px);animation:floatOne 4.6s ease-in-out infinite}.fp-2{right:0;bottom:61px;transform:rotate(5deg) translateZ(40px);animation:floatTwo 5.3s ease-in-out infinite}.fp-3{left:26px;bottom:35px;transform:rotate(-3deg) translateZ(75px);animation:floatThree 5.8s ease-in-out infinite}
@keyframes floatOne{50%{transform:rotate(-3deg) translate3d(7px,-10px,72px)}}@keyframes floatTwo{50%{transform:rotate(1deg) translate3d(-7px,-12px,62px)}}@keyframes floatThree{50%{transform:rotate(2deg) translate3d(10px,-8px,88px)}}
.speed-pill{position:absolute;right:13px;top:34px;background:#d9f594;color:#045f39;border-radius:999px;padding:10px 13px;box-shadow:0 12px 28px rgba(3,67,40,.18);display:flex;align-items:center;gap:5px;font-size:10px;transform:rotate(5deg);animation:speedBob 4s ease-in-out infinite}.speed-pill b{font-size:13px}.speed-pill span{opacity:.72}@keyframes speedBob{50%{transform:rotate(-2deg) translateY(-8px)}}

.hero-note{animation:noteFloat 4.2s ease-in-out infinite}@keyframes noteFloat{50%{transform:translateY(-6px)}}
.tilt-card{transform-style:preserve-3d;transition:transform .18s ease-out,box-shadow .22s}.tilt-card:hover{box-shadow:0 20px 42px rgba(26,72,50,.12)}.tilt-card>div{transform:translateZ(16px)}
.category-card,.product-card,.campaign-panel,.recipe-card{will-change:transform}
.product-card:after{content:"";position:absolute;inset:-1px;border-radius:18px;background:linear-gradient(125deg,transparent 25%,rgba(255,255,255,.7) 47%,transparent 67%);transform:translateX(-130%);pointer-events:none;transition:.55s}.product-card:hover:after{transform:translateX(130%)}
.add-btn{transition:transform .18s,box-shadow .18s!important}.add-btn:hover{transform:rotate(90deg) scale(1.08);box-shadow:0 8px 18px rgba(8,127,75,.18)}

.reveal-on-scroll{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.reveal-on-scroll.is-visible{opacity:1;transform:none}
.products-section.hero-arrival .product-grid{animation:productArrival .75s cubic-bezier(.2,.7,.2,1)}
.products-section.hero-arrival .product-card{animation:cardPop .65s cubic-bezier(.2,.85,.2,1) both}
.products-section.hero-arrival .product-card:nth-child(2){animation-delay:.04s}.products-section.hero-arrival .product-card:nth-child(3){animation-delay:.08s}.products-section.hero-arrival .product-card:nth-child(4){animation-delay:.12s}.products-section.hero-arrival .product-card:nth-child(5){animation-delay:.16s}.products-section.hero-arrival .product-card:nth-child(6){animation-delay:.20s}
@keyframes productArrival{0%{filter:saturate(.65)}100%{filter:saturate(1)}}@keyframes cardPop{0%{opacity:.5;transform:translateY(18px) scale(.975)}100%{opacity:1;transform:none}}

@media (max-width:1220px){.hero-3d-stage{--stage-scale:.74;right:-24px;transform-origin:right center}.hero-content{max-width:475px}.hero-trust{display:none}}
@media (max-width:900px){.hero-3d-stage{--stage-scale:.84;right:12px;top:73px;transform-origin:right top}.hero-content{max-width:60%;padding-right:0}.ticker-group{gap:20px}.ticker-group span{font-size:11px}}
@media (max-width:640px){.announcement{height:32px}.ticker-track{animation-duration:22s}.ticker-group{gap:18px;padding-right:18px}.ticker-group span{font-size:9px}.hero-main-card{min-height:548px}.hero-content{max-width:100%;padding-bottom:210px}.hero-3d-stage{--stage-scale:.70;width:330px;height:225px;right:50%;top:auto;bottom:12px;transform:translateX(50%) scale(var(--stage-scale)) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(var(--tx),var(--ty),0);transform-origin:center bottom}.grocery-cube{right:84px;top:40px}.fp-1{left:6px;top:30px}.fp-2{right:0;bottom:20px}.fp-3{left:18px;bottom:1px}.speed-pill{right:16px;top:3px}.hero-note{display:none}.hero-actions{gap:12px}.hero-trust{display:none}}
@media (prefers-reduced-motion:reduce){.ticker-track,.hero-photo,.hero-main-card:before,.live-dot,.hero-shop-btn:before,.grocery-cube,.float-product,.speed-pill,.hero-note,.site-header:after{animation:none!important}.reveal-on-scroll{opacity:1;transform:none;transition:none}.hero-3d-stage{transition:none}}
