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

:root {
  --red: #dd3030;
  --red-dark: #b72424;
  --red-soft: #fdedea;
  --ink: #2a211d;
  --ink-soft: #6b5f59;
  --cream: #fffbf5;
  --paper: #fff4ed;
  --border: #eee1d6;
  --gold: #e2992f;
  --gold-soft: #fcf1dc;
  --leaf: #2f8f5b;
  --leaf-soft: #e4f4ea;
  --sky: #3e7cb1;
  --white: #ffffff;
  --shadow-sm: 0 4px 14px rgba(67, 42, 30, .07);
  --shadow-md: 0 14px 34px rgba(67, 42, 30, .11);
  --shadow-lg: 0 24px 70px rgba(44, 26, 19, .18);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 135px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); box-shadow: 0 3px 18px rgba(70,42,25,.04); backdrop-filter: blur(14px); }
.header-main { height: 73px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 43px; height: 43px; border-radius: 14px 14px 17px 17px; display: grid; place-items: center; color: white; font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -.5px; background: linear-gradient(145deg, #eb3d37, var(--red-dark)); box-shadow: 0 6px 15px rgba(221,48,48,.22); transform: rotate(-2deg); }
.brand-mark span { transform: rotate(2deg); }
.brand-mark i { position: absolute; width: 9px; height: 6px; border: 2px solid white; border-bottom: 0; border-radius: 8px 8px 0 0; left: 17px; top: -5px; opacity: .9; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.04; }
.brand-copy strong { font-family: "Baloo 2", sans-serif; font-size: 18px; font-weight: 800; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: 9.5px; letter-spacing: .015em; }
.search-wrap { position: relative; flex: 1; min-width: 180px; }
.search-wrap > .search-icon { position: absolute; top: 50%; left: 15px; width: 17px; height: 17px; z-index: 2; color: var(--ink-soft); transform: translateY(-50%); }
.search-wrap input { width: 100%; height: 44px; border: 1px solid var(--border); border-radius: 999px; padding: 0 54px 0 43px; background: #fffaf6; color: var(--ink); font-size: 13px; outline: none; transition: border .2s, box-shadow .2s, background .2s; }
.search-wrap input::placeholder { color: #998d87; }
.search-wrap input:focus { background: white; border-color: #e6b9ae; box-shadow: 0 0 0 4px var(--red-soft); }
.search-wrap kbd { position: absolute; top: 50%; right: 13px; transform: translateY(-50%); border: 1px solid var(--border); border-radius: 6px; padding: 3px 5px; color: #998d87; background: white; font: 10px Inter, sans-serif; }
.desktop-search { max-width: 510px; margin-inline: auto; }
.search-results { display: none; position: absolute; z-index: 50; top: calc(100% + 9px); left: 0; right: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: white; box-shadow: var(--shadow-md); }
.search-results.show { display: block; }
.search-result { width: 100%; display: flex; align-items: center; gap: 11px; padding: 10px 13px; text-align: left; color: var(--ink); border-bottom: 1px solid #f5ece5; background: white; }
.search-result:last-child { border-bottom: 0; }
.search-result:hover, .search-result:focus { background: var(--cream); }
.search-result-emoji { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; font-size: 20px; background: var(--tile, var(--paper)); }
.search-result-copy { min-width: 0; }
.search-result-copy strong { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.search-result-copy small { color: var(--ink-soft); font-size: 10px; }
.search-result-price { margin-left: auto; font-size: 12px; font-weight: 800; color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.delivery-location { display: flex; align-items: center; gap: 8px; padding-right: 9px; }
.location-pin { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; color: var(--red); background: var(--red-soft); }
.location-pin svg { width: 15px; height: 15px; }
.delivery-location > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.delivery-location small, .cart-copy small { color: var(--ink-soft); font-size: 9.5px; }
.delivery-location strong, .cart-copy strong { font-size: 11px; }
.icon-button { position: relative; width: 39px; height: 39px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: transparent; transition: background .2s, color .2s, transform .15s; }
.icon-button:hover { background: var(--red-soft); color: var(--red); }
.icon-button:active { transform: scale(.93); }
.icon-button svg { width: 19px; height: 19px; }
.has-badge { position: relative; }
.count-badge { position: absolute; top: -2px; right: -3px; min-width: 17px; height: 17px; padding: 0 4px; display: none; place-items: center; border: 2px solid white; border-radius: 999px; color: white; background: var(--red); font-size: 9px; font-weight: 800; line-height: 1; }
.count-badge.visible { display: grid; }
.cart-pill { position: relative; height: 45px; display: flex; align-items: center; gap: 8px; padding: 5px 12px 5px 7px; border: 1px solid var(--border); border-radius: 999px; color: var(--ink); background: white; transition: border .2s, box-shadow .2s; }
.cart-pill:hover { border-color: #e4b6aa; box-shadow: var(--shadow-sm); }
.cart-icon { width: 32px; height: 32px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--red); }
.cart-icon svg { width: 17px; height: 17px; }
.cart-copy { min-width: 43px; display: flex; flex-direction: column; align-items: flex-start; line-height: 1.08; }
.cart-pill .count-badge { right: -5px; }
.mobile-search { display: none; padding-bottom: 10px; }
.category-nav { border-top: 1px solid #f4ebe5; }
.category-nav-inner { display: flex; align-items: center; justify-content: center; gap: 4px; overflow-x: auto; scrollbar-width: none; padding-block: 7px; }
.category-nav-inner::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 999px; color: #584b45; font-size: 11px; font-weight: 700; white-space: nowrap; transition: color .2s, background .2s; }
.category-nav a:hover { color: var(--red); background: var(--red-soft); }
.category-nav .deals-link { color: var(--red); }
.desktop-hide { display: none; }

/* Hero */
.hero-shell { margin-top: 20px; }
.hero { --hero-bg: #fdedea; --hero-accent: #dd3030; --hero-deep: #b72424; position: relative; min-height: 378px; overflow: hidden; border-radius: 30px; background: var(--hero-bg); isolation: isolate; transition: background .4s ease; }
.hero-pattern { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(var(--hero-accent) .8px, transparent .8px); background-size: 16px 16px; mask-image: linear-gradient(90deg, #000, transparent 70%); z-index: -1; }
.hero::after { content: ""; position: absolute; left: -40px; bottom: -75px; width: 350px; height: 130px; border: 24px solid rgba(255,255,255,.45); border-radius: 50%; transform: rotate(-8deg); z-index: -1; }
.hero-copy { position: relative; z-index: 2; width: 55%; padding: 58px 30px 48px 72px; }
.eyebrow, .section-kicker, .panel-kicker { display: block; margin-bottom: 9px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { width: max-content; max-width: 100%; padding: 7px 11px; border: 1px solid color-mix(in srgb, var(--hero-accent) 28%, transparent); border-radius: 999px; color: var(--hero-deep); background: rgba(255,255,255,.58); }
.hero h1 { max-width: 610px; margin: 0; font-family: "Baloo 2", sans-serif; font-size: clamp(38px, 4.2vw, 61px); font-weight: 800; line-height: .98; letter-spacing: -.035em; }
.hero p { max-width: 500px; margin: 17px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.primary-button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-top: 23px; padding: 0 20px; border-radius: 999px; color: white; background: var(--hero-deep); box-shadow: 0 9px 20px color-mix(in srgb, var(--hero-deep) 25%, transparent); font-size: 12px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.primary-button svg { width: 16px; height: 16px; transition: transform .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px color-mix(in srgb, var(--hero-deep) 32%, transparent); }
.primary-button:hover svg { transform: translateX(3px); }
.hero-promises { display: flex; gap: 17px; margin-top: 18px; color: var(--ink-soft); font-size: 9.5px; font-weight: 600; }
.hero-visual { position: absolute; top: 0; right: 0; width: 47%; height: 100%; display: grid; place-items: center; }
.hero-blob { position: absolute; width: min(330px, 72%); aspect-ratio: 1; border-radius: 41% 59% 53% 47% / 52% 40% 60% 48%; background: rgba(255,255,255,.57); box-shadow: inset 0 0 0 25px rgba(255,255,255,.22); animation: blob 8s ease-in-out infinite; }
@keyframes blob { 0%,100% { border-radius: 41% 59% 53% 47% / 52% 40% 60% 48%; transform: rotate(-4deg); } 50% { border-radius: 58% 42% 40% 60% / 42% 60% 40% 58%; transform: rotate(5deg); } }
.hero-emoji { position: relative; z-index: 1; display: block; font-size: clamp(105px, 13vw, 166px); filter: drop-shadow(0 22px 18px rgba(51,31,20,.15)); transform: translateY(-3px); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(-3px) rotate(-2deg); } 50% { transform: translateY(-12px) rotate(2deg); } }
.mini-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; background: rgba(255,255,255,.83); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); font-size: 10px; }
.mini-card b { font-size: 9px; }
.card-one { left: 5%; top: 26%; transform: rotate(-4deg); }
.card-two { right: 8%; bottom: 18%; transform: rotate(3deg); }
.hero-arrow { position: absolute; z-index: 3; top: 50%; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); transform: translateY(-50%); transition: transform .15s, background .2s; }
.hero-arrow:hover { background: white; }
.hero-arrow:active { transform: translateY(-50%) scale(.92); }
.hero-arrow svg { width: 16px; height: 16px; }
.hero-prev { left: 16px; }
.hero-next { right: 16px; }
.hero-dots { position: absolute; z-index: 3; left: 50%; bottom: 17px; display: flex; gap: 6px; transform: translateX(-50%); }
.hero-dot { width: 7px; height: 7px; padding: 0; border-radius: 999px; background: rgba(42,33,29,.23); transition: width .25s, background .25s; }
.hero-dot.active { width: 24px; background: var(--hero-deep); }

/* Trust + categories */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.trust-item { display: flex; align-items: center; gap: 11px; padding: 14px 15px; border: 1px solid var(--border); border-radius: 15px; background: white; }
.trust-icon { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: var(--red); background: var(--red-soft); }
.trust-icon svg { width: 18px; height: 18px; }
.trust-item strong { display: block; margin-bottom: 2px; font-size: 11px; }
.trust-item small { display: block; color: var(--ink-soft); font-size: 9px; line-height: 1.35; }
.category-section { margin-top: 55px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-heading h2, .catalog-head h2, .local-banner h2 { margin: 0; font-family: "Baloo 2", sans-serif; font-size: clamp(25px, 2.5vw, 34px); line-height: 1; letter-spacing: -.025em; }
.section-heading .section-kicker { margin-bottom: 6px; }
.section-heading > p { margin: 0 0 3px; color: var(--ink-soft); font-size: 11px; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.category-tile { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; min-width: 0; padding: 20px 8px 16px; border: 1px solid var(--border); border-radius: 20px; background: white; text-align: center; transition: transform .2s, box-shadow .2s, border .2s; }
.category-tile::after { content: ""; position: absolute; width: 80px; height: 80px; right: -31px; top: -32px; border-radius: 50%; background: var(--tile); opacity: .5; }
.category-tile:hover { z-index: 1; border-color: color-mix(in srgb, var(--tile) 70%, #d8c9be); box-shadow: var(--shadow-md); transform: translateY(-5px); }
.category-emoji { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 11px; border-radius: 50%; background: var(--tile); font-size: 35px; transition: transform .25s; }
.category-tile:hover .category-emoji { transform: scale(1.08) rotate(-4deg); }
.category-tile strong { min-height: 33px; font-family: "Baloo 2", sans-serif; font-size: 14px; line-height: 1.15; }
.category-tile small { color: var(--ink-soft); font-size: 9px; }

/* Product catalog */
.catalog-section { margin-top: 58px; scroll-margin-top: 135px; }
.catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.catalog-title-row { display: flex; align-items: center; gap: 10px; }
.catalog-title-emoji { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; background: var(--tile, var(--paper)); font-size: 21px; }
.catalog-head p { margin: 6px 0 0; color: var(--ink-soft); font-size: 10.5px; }
.catalog-actions { display: flex; align-items: center; gap: 8px; }
.sort-select { height: 35px; border: 1px solid var(--border); border-radius: 999px; padding: 0 32px 0 13px; color: var(--ink); background-color: white; font-size: 10px; font-weight: 600; outline: none; cursor: pointer; }
.sort-select:focus { border-color: var(--red); }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.product-row { display: flex; gap: 13px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding: 2px 1px 12px; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.product-row::-webkit-scrollbar { height: 5px; }
.product-row::-webkit-scrollbar-thumb { border-radius: 5px; background: var(--border); }
.product-row .product-card { width: 190px; flex: 0 0 190px; scroll-snap-align: start; }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--border); border-radius: 19px; background: white; transition: border .2s, transform .2s, box-shadow .2s; }
.product-card:hover { z-index: 1; border-color: #e1cec1; box-shadow: var(--shadow-md); transform: translateY(-3px); }
.product-visual { position: relative; height: 148px; display: grid; place-items: center; overflow: hidden; background: var(--tile, var(--paper)); cursor: pointer; }
.product-visual::before { content: ""; position: absolute; width: 106px; height: 106px; border-radius: 50%; background: rgba(255,255,255,.48); box-shadow: 0 0 0 13px rgba(255,255,255,.16); }
.product-visual::after { content: ""; position: absolute; width: 75px; height: 18px; left: 50%; bottom: 13px; border-radius: 50%; background: rgba(60,40,30,.10); filter: blur(5px); transform: translateX(-50%); }
.product-emoji { position: relative; z-index: 1; font-size: 55px; filter: drop-shadow(0 9px 6px rgba(52,34,25,.12)); transition: transform .25s; }
.product-card:hover .product-emoji { transform: scale(1.08) translateY(-2px); }
.discount-badge { position: absolute; z-index: 4; top: 9px; left: 9px; padding: 5px 8px; border-radius: 999px; color: white; background: var(--red); box-shadow: 0 5px 12px rgba(221,48,48,.2); font-size: 8px; font-weight: 800; letter-spacing: .02em; }
.wish-button, .quick-button { position: absolute; z-index: 5; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(238,225,214,.8); border-radius: 50%; color: var(--ink-soft); background: rgba(255,255,255,.9); box-shadow: 0 4px 10px rgba(55,33,22,.08); transition: color .2s, transform .2s, opacity .2s; }
.wish-button { top: 9px; right: 9px; }
.quick-button { right: 9px; bottom: 9px; opacity: 0; transform: translateY(5px); }
.wish-button svg, .quick-button svg { width: 15px; height: 15px; }
.wish-button:hover, .wish-button.active { color: var(--red); transform: scale(1.06); }
.wish-button.active svg { fill: var(--red); }
.product-card:hover .quick-button { opacity: 1; transform: translateY(0); }
.product-info { display: flex; flex: 1; flex-direction: column; padding: 12px; }
.product-category { overflow: hidden; margin-bottom: 4px; color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-name { min-height: 36px; display: -webkit-box; overflow: hidden; margin: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-family: "Baloo 2", sans-serif; font-size: 14px; font-weight: 700; line-height: 1.25; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 5px; }
.product-pack { overflow: hidden; color: var(--ink-soft); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.rating { display: inline-flex; align-items: center; gap: 3px; color: var(--ink); font-size: 9px; font-weight: 700; }
.rating svg { width: 11px; height: 11px; fill: var(--gold); stroke: var(--gold); }
.price-row { min-height: 25px; display: flex; align-items: baseline; gap: 6px; margin-top: 8px; }
.price { font-size: 15px; font-weight: 800; }
.original-price { color: #998d87; font-size: 9px; text-decoration: line-through; }
.add-wrap { min-height: 35px; display: flex; align-items: center; margin-top: auto; padding-top: 9px; }
.add-button { width: 100%; height: 34px; border: 1px solid var(--red); border-radius: 999px; color: var(--red); background: white; font-size: 10px; font-weight: 800; transition: color .2s, background .2s, transform .15s; }
.add-button:hover { color: white; background: var(--red); }
.add-button:active { transform: scale(.97); }
.qty-stepper { width: 100%; height: 34px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; border: 1px solid var(--red); border-radius: 999px; color: white; background: var(--red); }
.qty-stepper button { width: 35px; height: 100%; display: grid; place-items: center; color: white; background: transparent; }
.qty-stepper button:hover { background: rgba(0,0,0,.08); }
.qty-stepper svg { width: 13px; height: 13px; }
.qty-stepper span { font-size: 11px; font-weight: 800; }
.qty-stepper.small { width: 94px; height: 29px; }
.qty-stepper.small button { width: 29px; }
.show-all-wrap { display: flex; justify-content: center; margin-top: 20px; }
.outline-button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 19px; border: 1px solid var(--red); border-radius: 999px; color: var(--red); background: white; font-size: 10px; font-weight: 800; transition: background .2s, color .2s; }
.outline-button:hover { color: white; background: var(--red); }

/* Local banner + footer */
.local-banner { position: relative; overflow: hidden; min-height: 185px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; margin-top: 65px; padding: 30px 48px; border-radius: 27px; color: white; background: linear-gradient(120deg, #b72424, #e54036); }
.local-banner::after { content: ""; position: absolute; width: 240px; height: 240px; right: 20%; top: -170px; border: 32px solid rgba(255,255,255,.08); border-radius: 50%; }
.local-banner-icon { position: relative; z-index: 1; width: 94px; height: 94px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.13); font-size: 46px; }
.local-banner > div { position: relative; z-index: 1; }
.section-kicker.light { color: #ffd7cf; }
.local-banner p { margin: 8px 0 0; color: #ffe7e2; font-size: 11px; }
.white-button { position: relative; z-index: 1; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; border-radius: 999px; color: var(--red-dark); background: white; box-shadow: 0 9px 20px rgba(70,15,10,.15); font-size: 10px; font-weight: 800; }
.white-button svg { width: 16px; height: 16px; }
.site-footer { margin-top: 70px; border-top: 1px solid var(--border); background: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; padding-block: 50px; }
.footer-brand > p { max-width: 340px; margin: 17px 0; color: var(--ink-soft); font-size: 10.5px; line-height: 1.7; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid var(--border); border-radius: 999px; background: white; color: var(--ink-soft); font-size: 9.5px; font-weight: 600; }
.footer-contact svg { width: 13px; height: 13px; color: var(--red); }
.footer-top h3 { margin: 3px 0 15px; font-family: "Baloo 2", sans-serif; font-size: 14px; }
.footer-top > div:not(:first-child) > a, #footer-categories a { display: block; width: max-content; max-width: 100%; margin: 0 0 10px; color: var(--ink-soft); font-size: 10px; }
.footer-top > div:not(:first-child) > a:hover, #footer-categories a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid var(--border); }
.footer-bottom > div { min-height: 54px; display: flex; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: 9px; }
.whatsapp-float { position: fixed; z-index: 25; right: 22px; bottom: 22px; height: 47px; display: flex; align-items: center; gap: 8px; padding: 0 15px; border-radius: 999px; color: white; background: #27905a; box-shadow: 0 10px 25px rgba(32,112,70,.3); font-size: 10px; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 18px; height: 18px; }
.bottom-nav { display: none; }

/* Panels + overlays */
.overlay { position: fixed; z-index: 60; inset: 0; visibility: hidden; background: rgba(35,24,20,.46); opacity: 0; backdrop-filter: blur(2px); transition: opacity .25s, visibility .25s; }
.overlay.open { visibility: visible; opacity: 1; }
.side-panel { position: fixed; z-index: 65; top: 0; bottom: 0; width: min(420px, 100%); display: flex; flex-direction: column; background: white; box-shadow: var(--shadow-lg); transition: transform .3s cubic-bezier(.22,.8,.25,1); }
.right-panel { right: 0; transform: translateX(102%); }
.left-panel { left: 0; width: min(320px, 88%); transform: translateX(-102%); }
.side-panel.open { transform: translateX(0); }
.panel-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.panel-head h2 { display: flex; align-items: center; gap: 8px; margin: 0; font-family: "Baloo 2", sans-serif; font-size: 21px; line-height: 1; }
.panel-head h2 svg { width: 18px; height: 18px; color: var(--red); }
.panel-kicker { margin-bottom: 5px; font-size: 8px; }
.drawer-body { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 15px 18px; }
.drawer-footer { flex: 0 0 auto; padding: 17px 18px 20px; border-top: 1px solid var(--border); background: white; }
.empty-state { height: 100%; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; text-align: center; }
.empty-icon { width: 92px; height: 92px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--paper); font-size: 45px; }
.empty-state h3 { margin: 0; font-family: "Baloo 2", sans-serif; font-size: 21px; }
.empty-state p { max-width: 260px; margin: 5px 0 18px; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.solid-button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 20px; border-radius: 999px; color: white; background: var(--red); font-size: 10px; font-weight: 800; transition: background .2s, transform .15s; }
.solid-button:hover { background: var(--red-dark); }
.solid-button:active { transform: scale(.97); }
.solid-button.full { width: 100%; }
.solid-button.green { background: var(--leaf); }
.cart-progress { margin-bottom: 15px; padding: 11px 12px; border-radius: 13px; background: var(--leaf-soft); }
.cart-progress p { display: flex; align-items: center; gap: 6px; margin: 0 0 7px; color: #24774a; font-size: 9px; font-weight: 700; }
.cart-progress svg { width: 13px; height: 13px; }
.progress-track { height: 5px; overflow: hidden; border-radius: 5px; background: rgba(47,143,91,.15); }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--leaf); }
.drawer-item { display: grid; grid-template-columns: 60px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 13px 0; border-bottom: 1px solid #f3e9e2; }
.drawer-thumb { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 15px; background: var(--tile, var(--paper)); font-size: 30px; }
.drawer-item-copy { min-width: 0; }
.drawer-item-copy strong { display: block; overflow: hidden; margin-bottom: 3px; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.drawer-item-copy small { display: block; color: var(--ink-soft); font-size: 9px; }
.drawer-item-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 8px; }
.drawer-price { font-size: 11px; font-weight: 800; }
.remove-button { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #9a8e88; background: transparent; }
.remove-button:hover { color: var(--red); background: var(--red-soft); }
.remove-button svg { width: 15px; height: 15px; }
.wish-item { grid-template-columns: 60px minmax(0,1fr) auto; }
.wish-item-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--ink-soft); font-size: 10px; }
.summary-row.savings { color: var(--leaf); }
.summary-row.total { margin: 12px 0 15px; padding-top: 12px; border-top: 1px dashed var(--border); color: var(--ink); font-size: 14px; font-weight: 800; }
.mobile-location { display: flex; align-items: center; gap: 11px; margin: 14px 15px 5px; padding: 12px; border-radius: 14px; color: var(--red); background: var(--red-soft); }
.mobile-location svg { width: 18px; height: 18px; }
.mobile-location span { display: flex; flex-direction: column; color: var(--ink); }
.mobile-location small { color: var(--ink-soft); font-size: 8px; }
.mobile-location strong { margin-top: 2px; font-size: 10px; }
.mobile-menu-links { display: flex; flex-direction: column; padding: 10px 12px; }
.mobile-menu-links a { display: flex; align-items: center; gap: 11px; padding: 10px 11px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.mobile-menu-links a:hover { color: var(--red); background: var(--red-soft); }
.mobile-menu-links .menu-emoji { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: var(--tile, var(--paper)); font-size: 16px; }
.menu-help { margin: auto 15px 18px; padding: 15px; border: 1px solid var(--border); border-radius: 15px; background: var(--cream); }
.menu-help span { display: block; color: var(--ink-soft); font-size: 9px; }
.menu-help a { display: block; margin-top: 5px; color: var(--red); font-size: 11px; font-weight: 800; }

/* Modal */
.modal-backdrop { position: fixed; z-index: 75; inset: 0; visibility: hidden; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(35,24,20,.5); opacity: 0; backdrop-filter: blur(3px); transition: opacity .22s, visibility .22s; }
.modal-backdrop.open { visibility: visible; opacity: 1; }
.modal-card { width: min(540px, 100%); max-height: min(90vh, 800px); overflow-y: auto; border-radius: 25px; background: white; box-shadow: var(--shadow-lg); transform: translateY(15px) scale(.98); transition: transform .25s cubic-bezier(.22,.8,.25,1); }
.modal-backdrop.open .modal-card { transform: translateY(0) scale(1); }
.quick-visual { position: relative; height: 245px; display: grid; place-items: center; overflow: hidden; background: var(--tile, var(--paper)); }
.quick-visual::before { content: ""; position: absolute; width: 175px; height: 175px; border-radius: 50%; background: rgba(255,255,255,.46); box-shadow: 0 0 0 22px rgba(255,255,255,.16); }
.quick-visual .product-emoji { font-size: 100px; }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; color: var(--ink); background: rgba(255,255,255,.9); }
.quick-content { padding: 22px 24px 24px; }
.quick-category { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quick-content h2 { margin: 5px 0 0; font-family: "Baloo 2", sans-serif; font-size: 25px; line-height: 1.05; }
.quick-subrow { display: flex; align-items: center; gap: 10px; margin-top: 7px; color: var(--ink-soft); font-size: 10px; }
.quick-reviews { color: var(--ink-soft); }
.quick-price { display: flex; align-items: baseline; gap: 9px; margin-top: 15px; }
.quick-price .price { font-size: 24px; }
.quick-description { margin: 13px 0 0; color: var(--ink-soft); font-size: 10.5px; line-height: 1.65; }
.quick-benefits { display: flex; gap: 8px; margin-top: 13px; }
.quick-benefits span { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 9px; color: #24774a; background: var(--leaf-soft); font-size: 8px; font-weight: 700; }
.quick-benefits svg { width: 12px; height: 12px; }
.quick-actions { display: flex; align-items: center; gap: 9px; margin-top: 19px; }
.quick-actions .solid-button, .quick-actions .qty-stepper { flex: 1; }
.whatsapp-button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 15px; border: 1px solid var(--leaf); border-radius: 999px; color: var(--leaf); background: white; font-size: 9px; font-weight: 800; }
.whatsapp-button svg { width: 15px; height: 15px; }
.checkout-card { width: min(555px, 100%); }
.checkout-head { position: sticky; z-index: 3; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); background: white; }
.checkout-head span { display: block; margin-bottom: 4px; color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.checkout-head h2 { margin: 0; font-family: "Baloo 2", sans-serif; font-size: 20px; line-height: 1; }
.checkout-steps { display: flex; padding: 17px 25px 5px; }
.checkout-step { position: relative; flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--ink-soft); font-size: 8px; }
.checkout-step:not(:last-child)::after { content: ""; position: absolute; z-index: 0; width: calc(100% - 32px); height: 2px; top: 13px; left: calc(50% + 16px); background: var(--border); }
.checkout-step.done:not(:last-child)::after { background: var(--leaf); }
.step-circle { position: relative; z-index: 1; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--ink-soft); background: var(--border); font-size: 9px; font-weight: 800; }
.checkout-step.active .step-circle { color: white; background: var(--red); }
.checkout-step.done .step-circle { color: white; background: var(--leaf); }
.step-circle svg { width: 13px; height: 13px; }
.checkout-content { padding: 18px 22px 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 700; }
.field input, .field textarea { width: 100%; min-height: 40px; border: 1px solid var(--border); border-radius: 11px; padding: 9px 11px; color: var(--ink); background: white; font-size: 10px; outline: none; resize: vertical; }
.field textarea { min-height: 68px; }
.field input:focus, .field textarea:focus { border-color: #e6a296; box-shadow: 0 0 0 3px var(--red-soft); }
.field.error input, .field.error textarea { border-color: var(--red); }
.error-text { display: block; margin-top: 4px; color: var(--red); font-size: 8px; }
.checkout-buttons { display: flex; gap: 9px; margin-top: 17px; }
.checkout-buttons > * { flex: 1; }
.checkout-items { max-height: 250px; overflow-y: auto; padding-right: 4px; }
.checkout-item { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid #f3e9e2; }
.checkout-item span:first-child { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: var(--tile); font-size: 21px; }
.checkout-item div { min-width: 0; flex: 1; }
.checkout-item strong { display: block; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.checkout-item small { color: var(--ink-soft); font-size: 8px; }
.checkout-item b { font-size: 10px; }
.checkout-summary { margin-top: 13px; padding: 13px; border-radius: 14px; background: var(--paper); }
.payment-options { display: grid; gap: 10px; }
.payment-option { display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--border); border-radius: 15px; color: var(--ink); background: white; text-align: left; }
.payment-option.selected { border-color: var(--red); background: var(--red-soft); }
.payment-option > svg { width: 20px; height: 20px; }
.payment-option span { flex: 1; }
.payment-option strong { display: block; font-size: 10px; }
.payment-option small { display: block; margin-top: 2px; color: var(--ink-soft); font-size: 8px; }
.payment-option .selected-check { width: 16px; height: 16px; color: var(--red); }
.confirmation { display: flex; flex-direction: column; align-items: center; padding: 10px 0 2px; text-align: center; }
.confirmation-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 50%; color: var(--leaf); background: var(--leaf-soft); }
.confirmation-icon svg { width: 35px; height: 35px; stroke-width: 1.6; }
.confirmation h3 { margin: 0; font-family: "Baloo 2", sans-serif; font-size: 25px; }
.confirmation > p { margin: 4px 0 14px; color: var(--ink-soft); font-size: 10px; }
.order-card { width: 100%; margin-bottom: 13px; padding: 14px; border-radius: 15px; background: var(--paper); text-align: left; }
.order-card small { display: block; color: var(--ink-soft); font-size: 8px; }
.order-card strong { display: block; margin: 2px 0 9px; font-size: 14px; }
.order-card-row { display: flex; justify-content: space-between; gap: 10px; color: var(--ink-soft); font-size: 9px; }
.confirmation .solid-button, .confirmation .outline-button { width: 100%; margin-top: 8px; }

/* Toasts */
.toast-stack { position: fixed; z-index: 100; left: 50%; bottom: 24px; display: flex; flex-direction: column; align-items: center; gap: 8px; pointer-events: none; transform: translateX(-50%); }
.toast { display: flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--border); border-radius: 999px; color: var(--ink); background: white; box-shadow: var(--shadow-md); font-size: 10px; font-weight: 700; animation: toast-in .25s ease both; }
.toast svg { width: 14px; height: 14px; color: var(--leaf); }
.toast.out { animation: toast-out .25s ease both; }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px) scale(.96); } }
@keyframes toast-out { to { opacity: 0; transform: translateY(8px) scale(.96); } }

@media (max-width: 1050px) {
  .shell { width: min(100% - 28px, 1240px); }
  .desktop-hide { display: grid; }
  .header-main { gap: 12px; }
  .delivery-location { display: none; }
  .category-nav-inner { justify-content: flex-start; }
  .hero-copy { padding-left: 58px; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-top { gap: 30px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 145px; }
  .header-main { height: 61px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px 12px 15px 15px; }
  .brand-mark i { left: 15px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 8.5px; }
  .desktop-search { display: none; }
  .mobile-search { display: block; }
  .mobile-search .search-wrap input { height: 39px; }
  .category-nav a { padding-block: 5px; }
  .account-button { display: none; }
  .cart-copy { display: none; }
  .cart-pill { width: 39px; height: 39px; padding: 0; display: grid; place-items: center; border: 0; }
  .cart-icon { width: 39px; height: 39px; color: var(--ink); background: transparent; }
  .hero { min-height: 340px; }
  .hero-copy { width: 59%; padding: 46px 20px 42px 50px; }
  .hero h1 { font-size: 38px; }
  .hero-visual { width: 43%; }
  .hero-emoji { font-size: 100px; }
  .mini-card { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-visual { height: 138px; }
  .local-banner { padding-inline: 28px; }
  .local-banner-icon { display: none; }
  .local-banner { grid-template-columns: 1fr auto; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-top > div:last-child { display: none; }
}

@media (max-width: 600px) {
  :root { --shadow-md: 0 10px 25px rgba(67,42,30,.10); }
  body { padding-bottom: 62px; }
  .shell { width: calc(100% - 24px); }
  .site-header { box-shadow: 0 2px 14px rgba(70,42,25,.05); }
  .header-main { gap: 7px; }
  .mobile-menu-trigger { margin-left: -6px; }
  .brand { gap: 8px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 34px; height: 34px; font-size: 13px; }
  .brand-mark i { width: 7px; left: 13px; }
  .header-actions { gap: 0; }
  .header-actions .icon-button, .cart-pill, .cart-icon { width: 36px; height: 36px; }
  .mobile-search { padding-bottom: 8px; }
  .mobile-search .search-wrap input { padding-right: 15px; }
  .category-nav-inner { padding-block: 6px; }
  .category-nav a { font-size: 10px; }
  .hero-shell { margin-top: 12px; }
  .hero { min-height: 405px; border-radius: 22px; }
  .hero-pattern { mask-image: linear-gradient(#000, transparent); }
  .hero-copy { width: 100%; padding: 29px 26px 150px; text-align: center; }
  .eyebrow { margin-inline: auto; font-size: 8px; }
  .hero h1 { margin-inline: auto; font-size: 35px; }
  .hero p { margin-top: 11px; font-size: 11px; line-height: 1.5; }
  .primary-button { min-height: 40px; margin-top: 15px; }
  .hero-promises { justify-content: center; margin-top: 13px; font-size: 7.5px; }
  .hero-visual { width: 100%; height: 145px; top: auto; bottom: 8px; }
  .hero-blob { width: 135px; }
  .hero-emoji { font-size: 85px; }
  .hero-arrow { width: 30px; height: 30px; top: 54%; }
  .hero-prev { left: 8px; }
  .hero-next { right: 8px; }
  .hero-dots { bottom: 10px; }
  .trust-strip { gap: 7px; margin-top: 9px; }
  .trust-item { align-items: flex-start; gap: 8px; padding: 10px; border-radius: 13px; }
  .trust-icon { width: 31px; height: 31px; border-radius: 9px; }
  .trust-icon svg { width: 15px; height: 15px; }
  .trust-item strong { font-size: 9px; }
  .trust-item small { font-size: 7.5px; }
  .category-section { margin-top: 39px; }
  .section-heading { align-items: flex-start; margin-bottom: 13px; }
  .section-heading > p { max-width: 130px; text-align: right; font-size: 8px; line-height: 1.4; }
  .section-heading h2, .catalog-head h2 { font-size: 24px; }
  .section-kicker { font-size: 8px; }
  .category-grid { gap: 8px; }
  .category-tile { padding: 14px 5px 11px; border-radius: 15px; }
  .category-emoji { width: 54px; height: 54px; margin-bottom: 8px; font-size: 27px; }
  .category-tile strong { min-height: 28px; font-size: 11px; }
  .category-tile small { font-size: 7.5px; }
  .catalog-section { margin-top: 43px; scroll-margin-top: 145px; }
  .catalog-head { align-items: flex-start; margin-bottom: 12px; }
  .catalog-title-emoji { width: 34px; height: 34px; font-size: 18px; }
  .catalog-head p { font-size: 8.5px; }
  .sort-select { width: 112px; height: 32px; padding-left: 10px; font-size: 8px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .product-row { margin-right: -12px; gap: 9px; }
  .product-row .product-card { width: 148px; flex-basis: 148px; }
  .product-card { border-radius: 15px; }
  .product-visual { height: 116px; }
  .product-visual::before { width: 83px; height: 83px; }
  .product-emoji { font-size: 43px; }
  .discount-badge { top: 7px; left: 7px; padding: 4px 6px; font-size: 6.5px; }
  .wish-button, .quick-button { width: 27px; height: 27px; }
  .wish-button { top: 7px; right: 7px; }
  .quick-button { display: none; }
  .product-info { padding: 10px; }
  .product-name { min-height: 32px; font-size: 12px; }
  .product-category { font-size: 6.7px; }
  .product-pack, .rating { font-size: 8px; }
  .price { font-size: 13px; }
  .add-button, .qty-stepper { height: 31px; }
  .show-all-wrap { margin-top: 14px; }
  .local-banner { min-height: 230px; grid-template-columns: 1fr; gap: 18px; margin-top: 48px; padding: 28px 23px; text-align: center; }
  .local-banner h2 { font-size: 27px; }
  .local-banner p { font-size: 9px; }
  .white-button { justify-self: center; }
  .site-footer { margin-top: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-block: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:nth-child(3) { display: block; }
  .footer-bottom > div { min-height: 65px; flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
  .whatsapp-float { right: 14px; bottom: 72px; width: 46px; height: 46px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
  .bottom-nav { position: fixed; z-index: 29; left: 0; right: 0; bottom: 0; height: 61px; display: flex; border-top: 1px solid var(--border); background: rgba(255,255,255,.97); box-shadow: 0 -4px 18px rgba(50,30,20,.06); backdrop-filter: blur(10px); }
  .bottom-nav a, .bottom-nav button { position: relative; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 0; color: var(--ink-soft); background: transparent; font-size: 7.5px; }
  .bottom-nav a:first-child { color: var(--red); }
  .bottom-nav svg { width: 18px; height: 18px; }
  .mobile-cart-nav b { position: absolute; top: 5px; right: calc(50% - 18px); min-width: 15px; height: 15px; display: none; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--red); font-size: 7px; }
  .mobile-cart-nav b.visible { display: grid; }
  .modal-backdrop { align-items: flex-end; padding: 0; }
  .modal-card { width: 100%; max-height: 92vh; border-radius: 24px 24px 0 0; }
  .quick-visual { height: 190px; }
  .quick-visual .product-emoji { font-size: 80px; }
  .quick-content { padding: 18px; }
  .quick-content h2 { font-size: 22px; }
  .quick-actions { flex-wrap: wrap; }
  .whatsapp-button { flex: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .checkout-content { padding: 16px 17px 22px; }
  .toast-stack { bottom: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
