:root{
  --wine:#8d1230;
  --wine-dark:#681020;
  --ink:#151515;
  --muted:#6b6662;
  --blush:#fff0ed;
  --blush-2:#f9ddd3;
  --line:#eadbd4;
  --card:#fff;
  --shadow:0 16px 45px rgba(99,45,37,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:#fff;
}
a{color:inherit;text-decoration:none}
button,select,input,textarea{font:inherit}
.site-header{
  height:88px;
  display:flex;
  align-items:center;
  gap:34px;
  padding:0 3.2vw;
  border-bottom:1px solid #f1ebe8;
  position:sticky; top:0; z-index:20;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--wine);line-height:.95;font-size:18px}
.brand-mark{font-size:38px;line-height:1}
.desktop-nav{display:flex;gap:30px;align-items:center;justify-content:center;flex:1;font-size:14px;font-weight:700}
.desktop-nav a:hover{color:var(--wine)}
.header-actions{display:flex;align-items:center;gap:18px}
.menu-btn{display:none;font-size:22px}

body.menu-open{overflow:hidden}
.mobile-nav{position:fixed;inset:0;z-index:110;display:flex}
.mobile-nav[hidden]{display:none}
.mobile-nav-backdrop{position:absolute;inset:0;border:0;background:rgba(31,18,20,.56);backdrop-filter:blur(4px);cursor:pointer}
.mobile-nav-panel{position:relative;z-index:1;width:min(320px,84vw);height:100%;background:#fff;box-shadow:20px 0 60px rgba(39,17,21,.24);display:flex;flex-direction:column;animation:mobile-nav-in .22s ease-out;overflow-y:auto}
@keyframes mobile-nav-in{from{transform:translateX(-16px);opacity:.6}to{transform:none;opacity:1}}
.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:18px 16px;border-bottom:1px solid #f1e7e3}
.mobile-nav-header .brand{font-size:15px;gap:8px}
.mobile-nav-panel a{padding:16px 20px;font-weight:800;font-size:16px;border-bottom:1px solid #f5eeeb;color:var(--ink)}
.mobile-nav-panel a:active{background:#fff4f5}
.icon-btn,.cart-btn{border:0;background:transparent;cursor:pointer;display:flex;gap:7px;align-items:center}
.cart-btn{font-size:22px;position:relative}
.cart-btn b{background:var(--wine);color:#fff;border-radius:50%;font-size:11px;min-width:20px;height:20px;display:grid;place-items:center;position:absolute;top:-7px;right:-11px}

.hero{
  min-height:510px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(105deg, rgba(255,255,255,.15), rgba(255,255,255,0) 40%),
    url("hero-banner.png") center/cover no-repeat;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:30px 3vw 120px;
}
.hero::after{
  content:"";
  position:absolute;left:-5%;right:-5%;bottom:-35px;height:125px;
  background:linear-gradient(180deg,rgba(160,85,73,.08),rgba(255,255,255,.3));
  border-radius:50%;
}
.hero-copy{text-align:center;padding-top:10px;z-index:2;width:100%;max-width:640px;margin:0 auto}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900;color:var(--wine);margin:0 0 10px}
.hero h1{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--wine-dark);font-size:56px;line-height:1.06;margin:10px 0 12px;
}
.hero-copy p:not(.eyebrow){font-size:17px;line-height:1.5;margin:auto;max-width:520px}
.hero-media{position:relative;min-height:300px;z-index:1;display:none}
.bouquet-illustration{font-size:220px;transform:rotate(-4deg);filter:drop-shadow(0 22px 22px rgba(94,49,40,.15))}
.hero-right{align-items:center;justify-content:center;gap:18px;font-size:95px;opacity:.78}
.hero-right .candle{font-size:78px;margin-top:140px}

.finder{
  position:absolute;z-index:5;left:50%;bottom:28px;transform:translateX(-50%);
  width:min(1060px,91vw);background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.8);
  border-radius:24px;box-shadow:var(--shadow);padding:20px 24px;
  display:grid;grid-template-columns:1.05fr 1.45fr .95fr auto;gap:18px;align-items:end;
}
.field{display:grid;gap:9px}
.field label{font-size:14px;font-weight:900}
select{
  width:100%;height:49px;border:1px solid #dbc8c0;background:#fff;border-radius:8px;padding:0 14px;color:#2d2927;
}
.primary{
  height:49px;border:0;border-radius:8px;padding:0 26px;background:var(--wine);color:#fff;font-weight:900;cursor:pointer;
}
.primary:hover{background:var(--wine-dark)}
.quick-pills{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}
.pill{border:1px solid #efc8cf;background:#fff7f8;color:#2f2528;border-radius:9px;padding:7px 13px;font-size:12px;cursor:pointer}
.pill:hover,.pill.active{background:var(--wine);color:white;border-color:var(--wine)}

.trust-row{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px 6vw;background:#fff8f5;border-bottom:1px solid #f3e5df;
}
.trust-row article{display:flex;align-items:center;justify-content:center;gap:14px}
.trust-icon{
  width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:50%;
  color:var(--wine);background:#fff;border:1px solid #efd7d8;box-shadow:0 5px 14px rgba(141,18,48,.08);
}
.trust-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-row b,.trust-row small{display:block}
.trust-row small{margin-top:3px;color:#4f4a47}

.products-section,.fruit-feature,.home-collection,.seo-section,.neighborhood-section{padding:24px 4.5vw 42px}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}
.section-heading h2,.seo-section h2{font-size:24px;margin:0}
.section-heading a{color:var(--wine);font-weight:800;font-size:14px}
.fruit-feature{padding-top:38px;background:linear-gradient(180deg,#fff 0%,#fffaf7 100%)}
.collection-link{border:0;background:transparent;color:var(--wine);font-weight:900;font-size:14px;cursor:pointer;padding:8px 0}
.fruit-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.fruit-feature-card{border:1px solid #eee4df;border-radius:18px;overflow:hidden;background:#fff;text-align:left;padding:0;cursor:pointer;transition:.22s ease;box-shadow:0 7px 24px rgba(56,28,22,.05)}
.fruit-feature-card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(56,28,22,.11);border-color:#e5bac4}
.fruit-feature-image{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:#fff8f5}
.fruit-feature-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.fruit-feature-card:hover img{transform:scale(1.025)}
.fruit-feature-info{display:grid;gap:6px;padding:15px 16px 17px}
.fruit-feature-info small{color:var(--wine);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:10px}
.fruit-feature-info strong{font-size:15px;color:var(--ink)}
.fruit-feature-info b{font-size:13px;color:#4f4a47}
.home-collection{padding-top:38px}.new-arrivals-feature{background:linear-gradient(180deg,#fff8f5,#fff)}.breakfast-feature{background:#fff}.chocolate-feature{background:linear-gradient(180deg,#fffaf7,#fff4f1)}
.home-collection-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.chocolate-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-product-card{width:100%}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.mixed-products-section{padding-top:32px;background:linear-gradient(180deg,#fff,#fffaf8)}
.mixed-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-card{border:1px solid #eee4df;border-radius:14px;overflow:hidden;background:var(--card);transition:.22s ease;min-width:0}
.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(56,28,22,.08)}
.product-card[role="button"]{cursor:pointer}.product-card:focus-visible{outline:3px solid rgba(141,18,48,.3);outline-offset:3px}
.product-image{aspect-ratio:4/5;background:linear-gradient(145deg,#fff1ec,#fff);display:grid;place-items:center;font-size:82px;position:relative;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.expand-image{position:absolute;left:50%;bottom:12px;z-index:2;transform:translate(-50%,8px);padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--wine);font-size:10px;font-weight:900;letter-spacing:.02em;box-shadow:0 5px 18px rgba(33,17,20,.18);cursor:zoom-in;opacity:0;transition:.2s ease;white-space:nowrap}
.product-image:hover .expand-image,.fruit-feature-image:hover .expand-image{transform:translate(-50%,0);opacity:1}
.image-preview{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px}
.image-preview[hidden]{display:none}.image-preview-backdrop{position:absolute;inset:0;border:0;background:rgba(27,16,18,.78);backdrop-filter:blur(7px)}
.image-preview-card{position:relative;z-index:1;width:min(560px,calc(100vw - 32px));max-height:calc(100dvh - 32px);display:grid;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.34)}
.image-preview-card>img{width:100%;max-height:calc(100dvh - 122px);aspect-ratio:4/5;object-fit:contain;background:#f7f0eb}
.image-preview-close{position:absolute;right:12px;top:12px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:var(--wine);font-size:28px;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.16)}
.image-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 16px}.image-preview-footer strong{font-size:15px}.image-preview-footer .primary{width:auto;white-space:nowrap}
.image-preview-copy{display:grid;gap:4px;min-width:0}.image-preview-copy span{font-size:12px;line-height:1.35;color:#716966}
body.preview-open{overflow:hidden}
.stock-badge{position:absolute;right:9px;top:9px;background:#fff;padding:5px 7px;border-radius:999px;font-size:10px;font-weight:900;color:var(--wine);box-shadow:0 4px 18px rgba(0,0,0,.08)}
.product-info{padding:12px}
.product-info h3{font-size:13px;margin:0 0 5px}
.product-description{margin:0 0 8px;color:#716966;font-size:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:27px}
.rating{font-size:12px;color:#ed8c00}
.rating span{color:#777;margin-left:5px}
.price-row{display:flex;gap:8px;align-items:center;justify-content:space-between;margin-top:9px}
.price{font-weight:900;font-size:13px}
.delivery{font-size:10px;background:#fff0f2;color:var(--wine);padding:6px 8px;border-radius:8px;white-space:nowrap}

.seo-section{
  background:#fff8f5;
  display:grid;grid-template-columns:1fr 1.3fr;gap:40px;align-items:center;
}
.seo-section p{color:var(--muted);line-height:1.6}
.city-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.city-link{border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px;transition:.2s}
.city-link:hover{border-color:#d99aaa;transform:translateY(-2px)}
.city-link b{display:block;color:var(--wine);margin-bottom:5px}
.city-link span{font-size:12px;color:var(--muted)}

.neighborhood-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.neighborhood-card{border:1px solid #eee4df;border-radius:12px;padding:14px;background:#fff}
.neighborhood-card strong{font-size:13px}
.neighborhood-card small{display:block;color:var(--muted);margin-top:5px}
footer{padding:28px 4.5vw;border-top:1px solid #eee4df;display:flex;justify-content:space-between;color:#645d59}

body.checkout-open{overflow:hidden}
.checkout-modal{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end}
.checkout-modal[hidden]{display:none}
.checkout-backdrop{position:absolute;inset:0;border:0;background:rgba(31,18,20,.56);backdrop-filter:blur(4px);cursor:pointer}
.checkout-panel{position:relative;width:min(560px,100%);height:100%;overflow-y:auto;background:#fff;box-shadow:-20px 0 60px rgba(39,17,21,.24);animation:checkout-in .24s ease-out}
@keyframes checkout-in{from{transform:translateX(35px);opacity:.65}to{transform:none;opacity:1}}
.checkout-header{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;padding:20px 24px 14px;background:rgba(255,255,255,.96);border-bottom:1px solid #f1e7e3;backdrop-filter:blur(12px)}
.checkout-header h2{margin:0;font-size:25px}.checkout-header .eyebrow{margin-bottom:5px}
.checkout-close{width:42px;height:42px;border:0;border-radius:50%;background:#fff3f4;color:var(--wine);font-size:28px;line-height:1;cursor:pointer}
.checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 24px 6px;background:#fff}
.checkout-progress span{display:flex;align-items:center;gap:7px;color:#8a817d;font-size:12px;font-weight:800}
.checkout-progress b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#f3e9e6;color:#756b67}
.checkout-progress .active{color:var(--wine)}.checkout-progress .active b{background:var(--wine);color:#fff}.checkout-progress .done b{background:#e9f5e9;color:#28703b}
#quick-checkout{padding:14px 24px 100px}.checkout-step{display:none}.checkout-step.active{display:block}
.checkout-product{display:grid;grid-template-columns:108px 1fr;gap:16px;align-items:center;border:1px solid #eee2dd;border-radius:16px;padding:10px;background:#fffaf8}
.checkout-product img{width:108px;aspect-ratio:4/5;object-fit:cover;border-radius:11px;background:#f8efeb}
.checkout-emoji{width:108px;aspect-ratio:4/5;display:grid;place-items:center;border-radius:11px;background:#f8efeb;font-size:46px}
.checkout-product small{color:var(--wine);text-transform:uppercase;letter-spacing:.1em;font-weight:900;font-size:10px}.checkout-product h3{font-size:18px;line-height:1.2;margin:6px 0 9px}.checkout-product b{font-size:16px}
.standard-note{display:flex;align-items:center;gap:9px;margin:12px 0 20px;padding:11px 13px;border-radius:11px;background:#f2f8f1;color:#285b34;font-size:12px}.standard-note span{color:#4c654f}
.balloon-fieldset,.payment-fieldset{border:0;padding:0;margin:0}.balloon-fieldset legend,.payment-fieldset legend{font-weight:900;margin-bottom:11px}
.balloon-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.balloon-option{position:relative}.balloon-option input{position:absolute;opacity:0;pointer-events:none}.balloon-option span{min-height:62px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e5d7d1;border-radius:12px;padding:10px 12px;cursor:pointer;transition:.15s}.balloon-option small{margin-top:4px;color:#756d68;font-size:11px}.balloon-option input:checked+span{border-color:var(--wine);background:#fff4f5;box-shadow:0 0 0 2px rgba(141,18,48,.08)}
.balloon-message{margin-top:12px}
.checkout-fields{display:grid;gap:13px}.checkout-fields.two-columns{grid-template-columns:1fr 1fr}.checkout-fields .full{grid-column:1/-1}
.checkout-fields .field,.balloon-message{display:grid;gap:7px}.checkout-fields .field>span,.balloon-message>span{font-size:12px;font-weight:900}
.checkout-fields input,.checkout-fields select,.checkout-fields textarea,.balloon-message input{width:100%;border:1px solid #d9c8c1;border-radius:10px;background:#fff;padding:0 12px;color:#292522;outline:none}
.checkout-fields input,.checkout-fields select,.balloon-message input{height:48px}.checkout-fields textarea{height:76px;padding-top:11px;resize:vertical}
.checkout-fields input:focus,.checkout-fields select:focus,.checkout-fields textarea:focus,.balloon-message input:focus{border-color:var(--wine);box-shadow:0 0 0 3px rgba(141,18,48,.09)}
.saved-address{display:block;width:100%;margin-bottom:14px;border:1px dashed #d9a6b2;border-radius:10px;background:#fff7f8;color:var(--wine);padding:11px;font-weight:900;cursor:pointer}
.order-summary{border:1px solid #eaded9;border-radius:15px;overflow:hidden;margin-bottom:18px}.summary-product{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:10px 12px;background:#fffaf8}.summary-product img{width:58px;aspect-ratio:4/5;object-fit:cover;border-radius:7px}.summary-product div{display:grid;gap:4px}.summary-product small{font-size:11px;color:#716966}.summary-product strong{font-size:13px}.summary-line,.summary-total{display:flex;justify-content:space-between;gap:16px;padding:11px 13px;border-top:1px solid #eee4df;font-size:13px}.summary-delivery{display:grid;gap:4px;padding:12px 13px;border-top:1px solid #eee4df;font-size:12px}.summary-delivery span{color:#433d3a}.summary-delivery small{color:#716966;line-height:1.45}.summary-total{font-size:18px;background:#fff4f5;color:var(--wine)}
.summary-emoji{width:58px;aspect-ratio:4/5;display:grid;place-items:center;border-radius:7px;background:#f8efeb;font-size:26px}
.payment-fieldset{margin-top:18px}.payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.payment-options label{position:relative}.payment-options input{position:absolute;opacity:0}.payment-options span{min-height:67px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e4d8d2;border-radius:11px;padding:10px;cursor:pointer}.payment-options small{font-size:10px;color:#716966;margin-top:3px}.payment-options input:checked+span{border-color:var(--wine);background:#fff4f5;box-shadow:0 0 0 2px rgba(141,18,48,.08)}
.payment-security{font-size:11px;line-height:1.5;color:#6c6561;background:#f7f7f5;padding:10px 12px;border-radius:9px}.payment-status{display:grid;gap:5px;margin-top:12px;padding:13px;border-radius:10px;background:#fff4dd;color:#604a12;font-size:12px}
.checkout-footer{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;gap:10px;padding:14px 24px;border-top:1px solid #eee3de;background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
.checkout-footer .primary{flex:1}.checkout-secondary{height:49px;border:1px solid #d9c8c1;border-radius:8px;background:#fff;color:#4e4743;padding:0 20px;font-weight:900;cursor:pointer}

@media (max-width:1100px){
  .desktop-nav{display:none}
  .menu-btn{display:flex}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .fruit-feature-grid{grid-template-columns:repeat(3,1fr)}
  .home-collection-grid{grid-template-columns:repeat(3,1fr)}
  .chocolate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .finder{grid-template-columns:1fr 1fr}
  .primary{width:100%}
}
@media (max-width:760px){
  body{overflow-x:hidden}
  .site-header{height:68px;padding:0 14px;gap:10px;justify-content:space-between}
  .brand{font-size:14px;gap:7px;white-space:nowrap}.brand-mark{font-size:30px}
  .header-actions{gap:7px}.header-actions .icon-btn span{display:none}
  .icon-btn,.cart-btn{width:44px;height:44px;justify-content:center;padding:0;font-size:20px;border-radius:50%}
  .icon-btn:active,.cart-btn:active{background:#fff0f2}
  .cart-btn b{right:-2px;top:-2px;min-width:18px;height:18px;font-size:10px}

  .hero{
    display:flex;min-height:0;padding:24px 14px 20px;
    background-color:#fff4ef;background-size:auto 330px;background-position:36% top;
  }
  .hero::after{display:none}.hero-media{display:none}
  .hero-copy{padding:4px 8px 0;max-width:410px;text-shadow:0 1px 0 rgba(255,255,255,.65)}
  .hero h1{font-size:38px;line-height:1.02;margin:8px 0 10px}
  .hero-copy p:not(.eyebrow){font-size:15px;line-height:1.42;max-width:340px}
  .finder{
    position:relative;left:auto;bottom:auto;transform:none;width:100%;margin-top:24px;
    grid-template-columns:1fr;padding:16px;gap:13px;border-radius:18px;
    background:rgba(255,255,255,.97);box-shadow:0 14px 34px rgba(99,45,37,.16);
  }
  .field{gap:7px}.field label{font-size:13px}
  select{height:48px;font-size:16px;border-radius:10px;padding:0 12px}
  .primary{height:50px;border-radius:10px;font-size:15px}
  .quick-pills{grid-column:1;flex-wrap:nowrap;overflow-x:auto;padding:1px 0 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .quick-pills::-webkit-scrollbar{display:none}.pill{flex:0 0 auto;min-height:36px;padding:8px 13px}

  .trust-row{grid-template-columns:1fr 1fr;gap:14px 10px;padding:18px 14px}
  .trust-row article{justify-content:flex-start;gap:9px;min-width:0}
  .trust-icon{width:40px;height:40px;flex-basis:40px}.trust-icon svg{width:23px;height:23px}
  .trust-row b{font-size:12px;line-height:1.2}.trust-row small{font-size:10px;line-height:1.3}

  .products-section,.fruit-feature,.home-collection,.seo-section,.neighborhood-section{padding:30px 16px 36px}
  .section-heading{align-items:flex-start;gap:12px;margin-bottom:16px}
  .section-heading h2,.seo-section h2{font-size:22px;line-height:1.15}
  .section-heading a,.collection-link{font-size:12px;white-space:nowrap;padding-top:4px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-grid.odd-count .product-card:last-child{grid-column:1/-1;width:calc((100% - 12px)/2);justify-self:center}
  .product-card{border-radius:13px}.product-info{padding:11px}
  .product-info h3{font-size:12px;line-height:1.25;min-height:30px;margin-bottom:7px}
  .rating{font-size:10px}.price-row{align-items:flex-start;flex-direction:column;gap:6px}
  .price{font-size:12px}.delivery{font-size:9px;padding:5px 7px}
  .stock-badge{left:7px;right:7px;top:7px;text-align:center;white-space:normal;font-size:9px}

  .fruit-feature{padding-left:16px;padding-right:16px}
  .fruit-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .fruit-feature-card:last-child:nth-child(odd){grid-column:1/-1;width:calc((100% - 12px)/2);justify-self:center}
  .fruit-feature-card{border-radius:14px}.fruit-feature-info{padding:11px;gap:5px}
  .fruit-feature-info strong{font-size:12px;line-height:1.25}.fruit-feature-info b{font-size:11px}.fruit-feature-info small{font-size:8px}
  .home-collection-grid,.chocolate-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .home-collection-grid.five-items .home-product-card:last-child{grid-column:1/-1;width:calc((100% - 12px)/2);justify-self:center}
  .chocolate-grid .home-product-card:last-child:nth-child(odd){grid-column:1/-1;width:calc((100% - 12px)/2);justify-self:center}
  .expand-image{bottom:7px;padding:6px 9px;font-size:9px;opacity:.92;transform:translate(-50%,0)}
  .image-preview{padding:10px}.image-preview-card{width:100%;max-height:calc(100dvh - 20px);border-radius:17px}.image-preview-card>img{max-height:calc(100dvh - 125px)}
  .image-preview-footer{align-items:stretch;flex-direction:column;gap:9px;padding:11px 13px}.image-preview-footer .primary{width:100%}

  .seo-section{grid-template-columns:1fr;gap:20px}.seo-section p{font-size:14px}
  .city-links{grid-template-columns:1fr;gap:10px}.city-link{padding:14px}
  .neighborhood-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.neighborhood-card{padding:12px}
  footer{padding:24px 16px;flex-direction:column;align-items:center;gap:7px;text-align:center;font-size:13px}
  #productos{scroll-margin-top:76px}

  .checkout-panel{width:100%;height:100dvh;box-shadow:none;animation:checkout-up .22s ease-out}
  @keyframes checkout-up{from{transform:translateY(25px);opacity:.7}to{transform:none;opacity:1}}
  .checkout-header{padding:14px 16px 10px}.checkout-header h2{font-size:20px}.checkout-close{width:40px;height:40px}
  .checkout-progress{padding:12px 16px 5px}.checkout-progress span{font-size:10px;gap:5px}.checkout-progress b{width:23px;height:23px}
  #quick-checkout{padding:12px 14px 92px}.checkout-product{grid-template-columns:84px 1fr;gap:12px;padding:8px}.checkout-product img,.checkout-emoji{width:84px}.checkout-product h3{font-size:15px;margin:4px 0 7px}
  .standard-note{align-items:flex-start;flex-direction:column;gap:3px;margin-bottom:16px}.balloon-options{gap:7px}.balloon-option span{min-height:60px;padding:9px;font-size:12px}
  .checkout-fields.two-columns{grid-template-columns:1fr}.checkout-fields .full{grid-column:auto}.checkout-fields input,.checkout-fields select,.balloon-message input{font-size:16px}
  .payment-options{grid-template-columns:1fr 1fr 1fr;gap:6px}.payment-options span{padding:8px;font-size:12px}.payment-options small{font-size:9px}
  .checkout-footer{position:fixed;padding:11px 14px max(11px,env(safe-area-inset-bottom))}.checkout-secondary{padding:0 16px}
}

@media (max-width:420px){
  .site-header{padding:0 10px}.header-actions{gap:4px}.icon-btn,.cart-btn{width:42px;height:42px;font-size:18px}
  .hero{padding-left:10px;padding-right:10px;background-position:35% top}.hero h1{font-size:34px}
  .finder{padding:14px}.trust-row{padding-left:10px;padding-right:10px}
  .products-section,.fruit-feature,.home-collection,.seo-section,.neighborhood-section{padding-left:12px;padding-right:12px}
  .section-heading{flex-wrap:wrap}.section-heading a,.collection-link{padding:0}
}
