/* Adcraft360 V2.3 — navy and emerald florist storefront. Presentation layer only. */
:root{
  --ink:#2f3843;
  --plum:#162b44;
  --plum-dark:#102239;
  --coral:#22b96f;
  --leaf:#22a968;
  --ivory:#fff;
  --cream:#f7f9fa;
  --sand:#eff5f2;
  --line:#e1e7e5;
  --muted:#87908d;
  --bornova-navy:#162b44;
  --bornova-navy-dark:#102239;
  --bornova-green:#24b86f;
  --bornova-green-dark:#168c53;
  --bornova-mint:#e8faf1;
  --bornova-cyan:#10aec0;
  --commerce-ink:#2f3843;
  --commerce-plum:#162b44;
  --commerce-coral:#24b86f;
  --commerce-cream:#f1faf6;
  --commerce-line:#dfe7e3;
  --commerce-green:#24b86f;
}

html{scroll-behavior:smooth}
body{background:#fff;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}
.container{width:min(1240px,calc(100% - 40px))}
.eyebrow{color:var(--bornova-green);font-size:10px;font-weight:900;letter-spacing:.13em}
.button{border-radius:8px;font-weight:850;box-shadow:none}
.button.primary,.button.coral{background:var(--bornova-green);border-color:var(--bornova-green);color:#fff}
.button.primary:hover,.button.coral:hover{background:var(--bornova-green-dark);border-color:var(--bornova-green-dark);transform:translateY(-1px)}
.button.dark{background:var(--bornova-navy);color:#fff}
.text-link{color:var(--bornova-green-dark);font-weight:850}

/* Header */
.announcement{min-height:46px;padding:0 max(26px,calc((100vw - 1240px)/2));background:var(--bornova-navy);color:#d5e0e9;border:0;font-size:10px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.announcement>div{display:flex;align-items:center;gap:30px}
.announcement a{color:#edf4f8;font-weight:650}
.announcement a:hover{color:#73e2ad}
.announcement>span{color:#9eafbd}
.site-header{position:sticky;top:0;z-index:800;background:#fff;border:0;box-shadow:0 4px 18px rgba(20,43,68,.08)}
.header-main{min-height:88px;display:grid;grid-template-columns:205px minmax(280px,1fr) auto;align-items:center;gap:28px}
.mobile-menu-button{display:none}
.brand{grid-column:1;grid-row:1;justify-self:start}
.brand img{width:190px;max-height:58px;object-fit:contain;object-position:left center}
.brand>span{display:none}
.header-search{grid-column:2;grid-row:1;height:52px;border:1px solid #d5dfe3;border-radius:999px;background:#f7f9fa;display:grid;grid-template-columns:1fr 52px;overflow:hidden;box-shadow:inset 0 0 0 3px #f3f6f7}
.header-search:focus-within{border-color:#9ccdb4;box-shadow:0 0 0 3px rgba(36,184,111,.1)}
.header-search input{min-width:0;border:0;background:transparent;padding:0 22px;font:inherit;font-size:12px;outline:0}
.header-search input::placeholder{color:#98a2a9}
.header-search button{width:43px;height:43px;margin:4px;border:0;border-radius:50%;background:var(--bornova-green);color:#fff;font-size:22px;cursor:pointer}
.header-search button:hover{background:var(--bornova-green-dark)}
.location-pill{display:none}
.header-tools{grid-column:3;grid-row:1;display:flex;align-items:center;gap:8px}
.header-tool{position:relative;min-width:150px!important;min-height:61px!important;padding:9px 12px!important;border:1px solid #dce4e7!important;border-radius:11px!important;background:#fff!important;color:#273746!important;display:grid!important;grid-template-columns:35px auto;align-items:center;gap:8px;text-align:left;font-size:10px!important;box-shadow:0 3px 10px rgba(22,43,68,.04)}
.header-tool:hover{border-color:#b7d7c7!important;background:#f7fcf9!important;color:#173e2b!important}
.header-tool i{width:35px;height:35px;border-radius:8px;background:var(--bornova-mint);color:var(--bornova-green-dark);display:grid;place-items:center;font-style:normal;font-size:19px}
.header-tool span{font-weight:850;line-height:1.15;white-space:nowrap}
.header-tool small{display:block;margin-top:3px;color:#939da3;font-size:8px;font-weight:500}
.header-tool.account{min-width:126px!important}
.header-tool.cart>b{position:absolute;left:30px;top:-7px;min-width:20px;height:20px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#ee5a68;color:#fff;font-size:8px;display:grid;place-items:center}
.desktop-nav{background:#fff;border-top:1px solid #ecf0f1;border-bottom:1px solid #e8edee}
.desktop-nav>ul{min-height:64px;display:flex;align-items:stretch;justify-content:center;gap:0;flex-wrap:wrap}
.desktop-nav li>a{height:64px;padding:0 20px;display:flex;align-items:center;color:#1f2830;font-size:10px;font-weight:750;text-transform:uppercase;border-right:1px solid #edf0f1}
.desktop-nav li:first-child>a{border-left:1px solid #edf0f1}
.desktop-nav li>a:hover,.desktop-nav li:hover>a{background:var(--bornova-navy);color:#fff}
.desktop-nav ul ul{background:#fff;border:1px solid #e2e8e9;border-radius:0 0 9px 9px;box-shadow:0 18px 40px rgba(16,34,57,.16);overflow:hidden}
.desktop-nav ul ul a{height:auto;padding:12px 15px;color:#29343c;text-transform:none;border:0}

/* Location and trust panel */
.bornova-delivery-panel{min-height:160px;margin-top:28px;border:1px solid #d9eee3;border-radius:20px;background:linear-gradient(100deg,#f7fffb,#eafbf2);display:grid;grid-template-columns:140px minmax(310px,1fr) 1.25fr;overflow:hidden;box-shadow:0 10px 35px rgba(21,99,61,.06)}
.bornova-delivery-panel>button{border:0;background:linear-gradient(145deg,#12af70,#33d184);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.bornova-delivery-panel>button>i{font-style:normal;font-size:40px}
.bornova-delivery-panel>button span{display:block;text-align:center}
.bornova-delivery-panel>button small{display:block;font-size:8px;font-weight:900;letter-spacing:.04em}
.bornova-delivery-panel>button b{display:block;margin-top:3px;font-size:13px;text-transform:uppercase}
.bornova-location-copy{position:relative;padding:27px 30px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #d9eee3}
.bornova-location-copy::after{content:"";position:absolute;right:-7px;top:50%;width:13px;height:13px;border:4px solid #fff;border-radius:50%;background:var(--bornova-green);transform:translateY(-50%)}
.bornova-location-copy h2{margin:0;font-size:21px;font-weight:500;letter-spacing:-.02em}
.bornova-location-copy h2 strong{color:var(--bornova-green-dark)}
.bornova-location-copy p{margin:6px 0 13px;color:#81908a;font-size:10px}
.bornova-location-copy>button{min-height:48px;padding:0 16px;border:1px solid #d6e2dc;border-radius:8px;background:#fff;color:#6d7a74;display:flex;align-items:center;justify-content:space-between;font:inherit;font-size:10px;text-align:left;cursor:pointer;box-shadow:0 5px 13px rgba(30,73,51,.06)}
.bornova-location-copy>button:hover{border-color:#96c8ad}
.bornova-location-copy>button b{color:var(--bornova-green);font-size:15px}
.bornova-benefits{display:grid;grid-template-columns:repeat(4,1fr)}
.bornova-benefits>span{padding:16px 7px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.bornova-benefits i{font-style:normal;font-size:34px;line-height:1;color:var(--bornova-green)}
.bornova-benefits b{margin-top:9px;color:#394840;font-size:8px;text-transform:uppercase}
.bornova-benefits small{margin-top:3px;color:#727f79;font-size:9px;text-transform:uppercase}

/* Promotional mosaic */
.bornova-promos{height:430px;margin-top:24px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}
.bornova-promos>a{position:relative;border-radius:17px;overflow:hidden;background:#eaf6f0;isolation:isolate}
.bornova-promo-main{grid-row:1/3}
.bornova-promos img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}
.bornova-promos>a:hover img{transform:scale(1.035)}
.bornova-promos>a::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,78,78,.78),rgba(20,178,123,.35) 56%,rgba(24,192,104,.08))}
.bornova-promo-side::after{background:linear-gradient(90deg,rgba(11,108,113,.83),rgba(49,193,111,.34) 64%,rgba(239,226,64,.14))!important}
.bornova-promos span{position:absolute;z-index:2;left:7%;top:50%;width:55%;transform:translateY(-50%);color:#fff;display:flex;flex-direction:column;align-items:flex-start}
.bornova-promos small{font-size:9px;font-weight:900;letter-spacing:.13em}
.bornova-promos b{margin:7px 0 18px;font-size:clamp(26px,3vw,48px);line-height:.98;text-transform:uppercase;letter-spacing:-.04em;text-shadow:0 3px 15px rgba(0,0,0,.16)}
.bornova-promo-side b{font-size:clamp(20px,2.5vw,35px)}
.bornova-promos em{padding:9px 18px;border-radius:999px;background:#fff;color:#21352b;font-size:9px;font-weight:900;font-style:normal;text-transform:uppercase}

/* Categories */
.category-section{padding-top:42px;padding-bottom:48px}
.section-heading{align-items:end;margin-bottom:24px}
.section-heading h2{font-size:clamp(30px,3.3vw,46px);line-height:1.05;letter-spacing:-.04em;color:#23364a}
.section-heading>a{color:var(--bornova-green-dark);font-size:11px;font-weight:850}
.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.category-card{min-height:175px;border:1px solid #e2e8e6;border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 7px 18px rgba(27,50,40,.04)}
.category-card::after{background:linear-gradient(transparent,rgba(17,42,31,.82))}
.category-card img{transition:.4s}
.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(27,50,40,.1)}
.category-card b{font-family:Inter,sans-serif;font-size:12px;font-weight:800}
.category-card small{font-size:8px}

/* Products */
.products-section{padding:58px 0 78px;background:#fff;border-top:1px solid #edf0f1}
.products-section .section-heading{justify-content:center;text-align:center}
.products-section .section-heading p{display:none}
.products-section .section-heading h2::after{content:"";display:block;width:62px;height:3px;margin:14px auto 0;border-radius:3px;background:var(--bornova-green)}
.product-grid{gap:22px}
.product-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-card{min-width:0;border:1px solid #e6ebea;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 10px 29px rgba(19,43,31,.06);transition:.25s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(19,43,31,.12)}
.product-image{aspect-ratio:1/1.06;border-radius:0;background:#f4f6f5;overflow:hidden}
.product-image img{transition:.4s}
.product-card:hover .product-image img{transform:scale(1.035)}
.delivery-badge{left:15px;top:15px;padding:7px 12px;border-radius:999px;background:#4d906e;color:#fff;font-size:8px;font-weight:850;text-transform:uppercase;box-shadow:none}
.discount-badge{right:14px;top:14px;padding:7px 9px;border-radius:999px;background:#ef5969;color:#fff;font-size:9px}
.bornova-quick{position:absolute;inset:auto 0 0;padding:10px;background:rgba(22,43,68,.85);color:#fff;text-align:center;font-size:9px;font-weight:800;opacity:0;transform:translateY(100%);transition:.25s}
.product-card:hover .bornova-quick{opacity:1;transform:none}
.product-info{padding:18px 18px 16px;text-align:left}
.bornova-delivery{display:block;margin-bottom:8px;color:#408b65;font-size:9px;font-weight:750}
.product-category{display:none}
.product-info h3{min-height:42px;margin:0 0 8px;font:600 14px/1.45 Inter,sans-serif}
.rating{padding-bottom:13px;border-bottom:1px solid #edf0ef;color:#919b96;font-size:8px}
.rating>span{color:#d9ad42;letter-spacing:.05em}
.price-row{min-height:52px;margin-top:14px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 10px}
.price-row del{grid-column:1;color:#a3aba7;font-size:10px}
.price-row strong{grid-column:1;margin-left:0;color:#1e2924;font-size:24px;letter-spacing:-.035em}
.price-row em{grid-column:2;grid-row:1/3;padding:8px 9px;border-radius:7px;background:#f0f6f3;color:#4e8467;text-align:center;font-size:8px;font-weight:700;font-style:normal;line-height:1.35}
.bornova-buy{min-height:46px;margin-top:12px;border-radius:8px;background:#4b4d4c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:850}
.bornova-buy:hover{background:var(--bornova-navy)}

/* Editorial, promise and blog */
.editorial{margin-top:70px;margin-bottom:70px;border-radius:20px;background:var(--bornova-navy);overflow:hidden}
.editorial-image img{border-radius:0}
.editorial-image>span{background:var(--bornova-green);color:#fff}
.editorial-copy h2{color:#fff}
.promise{background:#f3f8f5;color:#33433b;border-top:1px solid #e0e9e4;border-bottom:1px solid #e0e9e4}
.promise-grid{gap:0}
.promise article{padding:30px 24px;border-left:0;border-right:1px solid #dae5df}
.promise article:last-child{border-right:0}
.promise article>span{width:44px;height:44px;border-radius:13px;background:var(--bornova-green);color:#fff;display:grid;place-items:center}
.promise h3{font-family:Inter,sans-serif;font-size:14px;color:#33443b}
.promise p{color:#819089}
.blog-section,.recommendations{padding-top:70px;padding-bottom:70px}
.blog-grid{gap:20px}
.blog-grid article{border:1px solid #e3e9e6;border-radius:15px;background:#fff;overflow:hidden;padding-bottom:18px;box-shadow:0 8px 22px rgba(22,43,32,.05)}
.blog-grid img{height:220px;border-radius:0;transition:.35s}
.blog-grid article:hover img{transform:scale(1.035)}
.blog-grid time,.blog-grid h3,.blog-grid h2,.blog-grid p,.blog-grid article>.text-link{margin-left:16px;margin-right:16px}
.blog-grid time{color:var(--bornova-green-dark);font-weight:800}
.blog-grid h3,.blog-grid h2{font-family:Inter,sans-serif}

/* Inner pages */
.page-hero{background:linear-gradient(120deg,#f5f8fa,#eff8f3);border-bottom:1px solid #e0e7e4}
.page-hero.compact{padding-top:55px;padding-bottom:55px}
.page-hero h1{color:#22364b}
.location-inline{border:1px solid #a9d3bd;border-radius:7px;background:#fff;color:var(--bornova-green-dark)}
.listing{gap:28px;padding-top:40px;padding-bottom:75px}
.filter-card,.support-nav,.legal-nav{border:1px solid #dfe7e3;border-radius:11px;background:#fff;box-shadow:0 9px 27px rgba(22,43,32,.06);overflow:hidden}
.filter-card a.active,.support-nav a:hover,.legal-nav a.active{background:var(--bornova-mint);color:#137847}
.listing-top select,.large-search input{border-color:#d8e1dd;border-radius:7px}
.empty-state{border-color:#dfe7e3;border-radius:13px;background:#f7faf8}
.support-layout,.article-layout{padding-top:42px;padding-bottom:75px}
.support-content details{border:1px solid #dfe7e3;border-radius:9px;background:#fff;margin-bottom:9px;overflow:hidden}
.support-content details[open]{border-color:#a9d4bd;box-shadow:0 8px 22px rgba(27,93,58,.08)}
.support-content details[open] summary{background:var(--bornova-mint);color:#137847}
.prose{border:1px solid #dfe7e3;border-radius:13px;background:#fff;padding:32px;box-shadow:0 8px 25px rgba(22,43,32,.05)}

/* Product detail and checkout */
.commerce-product{padding-top:28px}
.breadcrumbs{color:#87918c;font-size:10px}
.breadcrumbs a:hover{color:var(--bornova-green-dark)}
.commerce-product-grid{grid-template-columns:minmax(0,1.05fr) minmax(260px,.7fr) minmax(360px,.9fr);gap:27px}
.commerce-gallery{top:122px;min-height:575px;border:1px solid #e1e7e4;border-radius:18px;background:#f5f7f6;box-shadow:0 12px 37px rgba(22,43,32,.07)}
.commerce-gallery>img{min-height:575px}
.commerce-summary{padding:19px 4px}
.commerce-summary h1{font-size:clamp(31px,3.1vw,46px);letter-spacing:-.04em;color:#23374b}
.commerce-summary>p{color:#77817c}
.product-code{display:inline-flex;padding:7px 10px;border-radius:6px;background:#f0f3f2;color:#69736e;font-size:9px}
.detail-price{margin:18px 0}
.detail-price strong{color:#1d2b24}
.button.ghost{border-color:#b8d7c7;border-radius:8px;color:var(--bornova-green-dark)}
.button.ghost:hover{background:var(--bornova-mint)}
.delivery-wizard{top:120px;padding:23px;border:1px solid #dce5e0;border-radius:17px;box-shadow:0 17px 45px rgba(22,43,32,.12)}
.wizard-head{margin:-23px -23px 14px;padding:22px 23px 18px;border-radius:17px 17px 0 0;background:#f3f6f7;border-bottom:1px solid #dfe6e3}
.wizard-head h2{color:#22364a}
.wizard-step b i{background:var(--bornova-mint);color:var(--bornova-green-dark)}
.wizard-step select,.wizard-option select,.wizard-option input,.auth-card input,.checkout-forms input,.checkout-forms textarea,.tracking-search input{border-color:#d6dfdb;border-radius:8px}
.wizard-step select:focus,.wizard-option select:focus,.wizard-option input:focus,.checkout-forms input:focus,.checkout-forms textarea:focus{outline:0;border-color:var(--bornova-green);box-shadow:0 0 0 3px rgba(36,184,111,.1)}
.slot-grid span{border-radius:8px}
.slot-grid input:checked+span{border-color:var(--bornova-green);background:#effaf4;box-shadow:0 0 0 2px rgba(36,184,111,.09)}
.live-quote{border-radius:10px;background:#f1f8f4}
.live-quote strong{color:var(--bornova-green-dark)}
.add-cart{background:var(--bornova-green);border-color:var(--bornova-green);border-radius:8px;color:#fff}
.wa-secondary{color:var(--bornova-green-dark)}
.product-trust article{border-color:#dfe7e3;border-radius:12px;background:#fbfcfb}
.product-trust article>span{border-radius:12px;background:var(--bornova-navy)}
.reviews-section{background:#f4f7f6}
.review-form,.auth-card,.cart-summary,.checkout-summary,.tracking-search{border-color:#dfe7e3;border-radius:15px;box-shadow:0 13px 34px rgba(22,43,32,.08)}
.cart-item{border-color:#dfe7e3;border-radius:13px}
.cart-summary{background:var(--bornova-navy)}
.checkout-progress span.active{background:var(--bornova-green);color:#fff}
.checkout-forms>section{border-color:#dfe7e3;border-radius:14px}
.payment-options label{border-color:#dfe7e3;border-radius:9px}
.note-picker-button{border-color:#9fceb5;background:#f2faf6;color:#147a48}

/* Footer and floating tools */
.location-modal section{border-top:5px solid var(--bornova-green);border-radius:15px}
.site-footer{background:var(--bornova-navy);color:#b7c6d1;border-top:0}
.footer-lead{border-bottom-color:rgba(255,255,255,.12)}
.footer-lead h2{color:#fff}
.footer-grid h3{color:#fff;font-size:12px}
.footer-grid a{color:#bdcad3}
.footer-grid a:hover{color:#76e3ad}
.footer-bottom{border-top-color:rgba(255,255,255,.12);color:#899dad}
.footer-brand img{filter:brightness(0) invert(1)}
.socials a{border:1px solid rgba(255,255,255,.18);border-radius:7px;background:rgba(255,255,255,.06);color:#fff}
.payment-logos{border-top:1px solid #dfe6e3;background:#fff}
.floating-contact>button{background:var(--bornova-green);color:#fff;box-shadow:0 13px 35px rgba(23,125,75,.3)}
.floating-contact>button>span{background:#fff;color:var(--bornova-green)}
.floating-contact-links a{color:#283743}
.cookie-note{border-color:#d9e1dd;box-shadow:0 17px 44px rgba(16,34,57,.18)}
.cookie-note button{background:var(--bornova-green);color:#fff}
.bornova-mobile-dock{display:none}

@media(max-width:1180px){
  .header-main{grid-template-columns:170px minmax(220px,1fr) auto;gap:13px}
  .brand img{width:160px}
  .header-tool{min-width:128px!important}
  .header-tool.account{display:none!important}
  .desktop-nav li>a{padding-left:13px;padding-right:13px}
  .bornova-delivery-panel{grid-template-columns:120px minmax(280px,1fr) 1fr}
  .category-grid{gap:11px}
  .commerce-product-grid{grid-template-columns:1fr 1fr}
  .delivery-wizard{grid-column:1/-1;position:static}
}

@media(max-width:900px){
  .announcement>span{display:none}
  .header-main{min-height:72px;grid-template-columns:46px 1fr auto;gap:8px}
  .mobile-menu-button{grid-column:1;grid-row:1;display:grid;color:var(--bornova-green)}
  .brand{grid-column:2;grid-row:1;justify-self:center}
  .brand img{width:155px}
  .header-search,.header-tool.tracking,.header-tool.account{display:none!important}
  .header-tools{grid-column:3;grid-row:1}
  .header-tool.cart{width:49px!important;min-width:49px!important;height:49px!important;min-height:49px!important;grid-template-columns:1fr!important;padding:0!important;background:var(--bornova-green)!important;border-color:var(--bornova-green)!important}
  .header-tool.cart>span{display:none}
  .header-tool.cart i{background:transparent;color:#fff;font-size:24px}
  .desktop-nav{display:none}
  .mobile-drawer{background:#fff}
  .drawer-head{background:var(--bornova-navy);border:0}
  .drawer-head img{filter:brightness(0) invert(1)}
  .drawer-head button{color:#fff}
  .drawer-location{background:var(--bornova-mint);color:var(--bornova-green-dark);border-color:#c0dfcf}
  .drawer-search button{background:var(--bornova-green);color:#fff}
  .drawer-help{background:var(--bornova-navy);color:#fff}
  .bornova-delivery-panel{grid-template-columns:105px 1fr;min-height:145px}
  .bornova-benefits{grid-column:1/-1;min-height:105px;border-top:1px solid #d9eee3}
  .bornova-location-copy{border-right:0}
  .bornova-location-copy::after{display:none}
  .bornova-promos{height:700px;grid-template-columns:1fr;grid-template-rows:2fr 1fr 1fr}
  .bornova-promo-main{grid-row:auto}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid.columns-5{grid-template-columns:repeat(4,1fr)}
  .promise-grid{grid-template-columns:repeat(2,1fr)}
  .promise article:nth-child(2){border-right:0}
  .promise article:nth-child(-n+2){border-bottom:1px solid #dae5df}
}

@media(max-width:680px){
  body{padding-bottom:65px}
  .container{width:min(100% - 20px,1240px)}
  .announcement{min-height:30px;padding:0 10px;font-size:8px}
  .announcement>div{gap:12px}
  .announcement>div a:first-child{display:none}
  .site-header{top:0}
  .header-main{min-height:63px}
  .brand img{width:132px;max-height:42px}
  .bornova-delivery-panel{margin-top:10px;border-radius:11px;grid-template-columns:86px 1fr}
  .bornova-delivery-panel>button{min-height:124px}
  .bornova-delivery-panel>button>i{font-size:30px}
  .bornova-delivery-panel>button small{font-size:6px}
  .bornova-delivery-panel>button b{font-size:9px}
  .bornova-location-copy{padding:18px 14px}
  .bornova-location-copy h2{font-size:15px}
  .bornova-location-copy p{font-size:8px}
  .bornova-location-copy>button{min-height:43px;padding:0 11px;font-size:8px}
  .bornova-benefits{min-height:90px}
  .bornova-benefits>span{padding:10px 3px}
  .bornova-benefits i{font-size:23px}
  .bornova-benefits b,.bornova-benefits small{font-size:6px}
  .bornova-promos{height:auto;margin-top:10px;display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:8px}
  .bornova-promos>a{min-height:180px;border-radius:10px}
  .bornova-promo-main{min-height:280px!important}
  .bornova-promos span{left:6%;width:62%}
  .bornova-promos b{font-size:27px}
  .bornova-promo-side b{font-size:22px}
  .bornova-promos em{padding:7px 11px;font-size:7px}
  .category-section{padding-top:30px;padding-bottom:32px}
  .section-heading{align-items:flex-start;gap:10px;margin-bottom:18px}
  .section-heading h2{font-size:29px}
  .category-grid{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 1px 10px;scrollbar-width:none}
  .category-grid::-webkit-scrollbar{display:none}
  .category-card{flex:0 0 150px;min-height:178px;scroll-snap-align:start}
  .products-section{padding:40px 0 53px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .product-card{border-radius:12px}
  .product-info{padding:10px}
  .bornova-delivery{font-size:7px}
  .product-info h3{min-height:37px;font-size:10px}
  .rating{padding-bottom:9px;font-size:6px}
  .price-row{min-height:45px;margin-top:9px;gap:2px 4px}
  .price-row strong{font-size:16px}
  .price-row em{padding:5px;font-size:6px}
  .delivery-badge{left:7px;top:7px;padding:5px 7px;font-size:6px}
  .discount-badge{right:7px;top:7px;font-size:7px}
  .bornova-buy{min-height:36px;margin-top:8px;font-size:8px}
  .bornova-quick{display:none}
  .editorial{width:calc(100% - 20px);margin-top:46px;margin-bottom:46px;border-radius:12px}
  .editorial-image{min-height:300px}
  .editorial-copy{padding:30px 20px}
  .promise-grid{grid-template-columns:1fr 1fr}
  .promise article{padding:22px 12px}
  .promise p{font-size:10px}
  .blog-section,.recommendations{padding-top:46px;padding-bottom:50px}
  .blog-grid{grid-template-columns:1fr}
  .page-hero.compact{padding-top:40px;padding-bottom:40px}
  .listing,.support-layout,.article-layout{padding-top:28px;padding-bottom:52px}
  .prose{padding:21px 16px}
  .commerce-product{padding-top:15px}
  .commerce-product-grid{grid-template-columns:1fr;gap:17px}
  .commerce-gallery{min-height:390px;border-radius:11px}
  .commerce-gallery>img{min-height:390px}
  .commerce-summary h1{font-size:31px}
  .delivery-wizard{padding:18px;border-radius:11px}
  .wizard-head{margin:-18px -18px 10px;padding:18px;border-radius:11px 11px 0 0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}
  .footer-grid>section:first-child{grid-column:1/-1}
  .payment-logos{padding-bottom:76px}
  .bornova-mobile-dock{position:fixed;z-index:925;left:0;right:0;bottom:0;height:65px;padding:4px 6px calc(4px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:rgba(255,255,255,.98);border-top:1px solid #dce4e0;box-shadow:0 -8px 24px rgba(16,34,57,.13);backdrop-filter:blur(12px)}
  .bornova-mobile-dock a,.bornova-mobile-dock button{position:relative;height:53px;border:0;background:transparent;color:#64716b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit;cursor:pointer}
  .bornova-mobile-dock i{font-style:normal;font-size:20px;line-height:1;color:var(--bornova-green)}
  .bornova-mobile-dock small{font-size:8px;font-weight:800}
  .bornova-mobile-dock button i{width:36px;height:36px;margin-top:-18px;border:4px solid #fff;border-radius:50%;background:var(--bornova-green);color:#fff;display:grid;place-items:center;box-shadow:0 6px 17px rgba(23,125,75,.26)}
  .bornova-mobile-dock button small{margin-top:-1px;color:var(--bornova-green-dark)}
  .bornova-mobile-dock b{position:absolute;right:12px;top:2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ef5969;color:#fff;font-size:8px;display:grid;place-items:center}
  .floating-contact{right:11px;bottom:76px}
  .floating-contact>button{width:48px;min-width:48px;height:48px;min-height:48px;padding:5px}
  .floating-contact>button>span{width:38px;height:38px}
  .cookie-note{left:10px;right:10px;bottom:75px}
}

@media(max-width:380px){
  .bornova-promos b{font-size:24px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{gap:6px}
  .product-info{padding:8px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>section:first-child{grid-column:auto}
}

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