/*
 * Adcraft360 V2.3 — modern green florist theme
 * This file is intentionally loaded after the stable site and commerce styles.
 * It changes presentation only; business logic and data flow remain untouched.
 */
:root{
  --ink:#18212d;
  --plum:#18212d;
  --plum-dark:#101923;
  --coral:#18b875;
  --leaf:#139a61;
  --ivory:#f7f9fa;
  --cream:#f2f5f5;
  --line:#e5e9ec;
  --muted:#687481;
  --green:#18b875;
  --green-dark:#0d9259;
  --green-soft:#e9faf2;
  --navy:#15202b;
  --gold:#f0b429;
  --commerce-plum:#18212d;
  --commerce-coral:#18b875;
  --commerce-green:#139a61;
  --commerce-cream:#f2f8f5;
  --commerce-line:#e3e9e6;
}

html{scroll-behavior:smooth}
body{background:#fff;color:var(--ink);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body::selection{background:#c9f4df;color:#0b5234}
.container{width:min(1240px,calc(100% - 40px))}
.eyebrow{color:var(--green-dark);font-size:11px;font-weight:850;letter-spacing:.13em}
.button{border-radius:10px;font-weight:800;letter-spacing:-.01em;box-shadow:none}
.button.primary,.button.coral{background:var(--green);border-color:var(--green);color:#fff}
.button.primary:hover,.button.coral:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px)}
.button.dark{background:var(--navy);color:#fff}
.text-link{color:var(--green-dark);font-weight:800}

/* Utility and announcement bars */
.utility-bar{height:32px;background:#f3f6f7;border-bottom:1px solid #edf0f1;color:#66727e;font-size:11px}
.utility-bar>.container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-contact,.utility-links{display:flex;align-items:center;gap:18px}
.utility-bar a{color:#53606b;font-weight:750}
.utility-bar a:hover{color:var(--green-dark)}
.announcement{min-height:34px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;gap:22px;padding:7px 20px;font-size:12px;font-weight:700}
.announcement a{color:#fff;font-weight:900;text-decoration:underline;text-underline-offset:3px}

/* Header */
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);box-shadow:0 3px 18px rgba(23,34,44,.055);backdrop-filter:blur(12px)}
.header-main{min-height:86px;display:grid;grid-template-columns:190px minmax(280px,1fr) minmax(230px,.7fr) auto;gap:22px;align-items:center}
.brand{gap:10px}
.brand img{width:148px;max-height:50px;object-fit:contain;object-position:left center}
.brand>span{display:none}
.header-search{height:46px;border:1px solid #dfe5e8;border-radius:999px;background:#f6f8f9;display:grid;grid-template-columns:1fr 48px;overflow:hidden;transition:.2s}
.header-search:focus-within{background:#fff;border-color:var(--green);box-shadow:0 0 0 3px rgba(24,184,117,.12)}
.header-search input{border:0;background:transparent;padding:0 18px;font:inherit;color:var(--ink);outline:0}
.header-search button{border:0;background:transparent;color:var(--green-dark);font-size:25px;cursor:pointer}
.location-pill{height:46px;border:1px solid #d9eee4;border-radius:10px;background:var(--green-soft);color:#176441;padding:0 14px;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left;overflow:hidden}
.location-pill>span:first-child{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--green);color:#fff;font-size:16px;flex:none}
.location-pill small{display:block;color:#638071;font-size:10px}
.location-pill b{display:block;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.header-tools{display:flex;align-items:center;gap:8px}
.header-tool{position:relative;min-width:58px;min-height:52px;padding:4px 7px!important;border:0!important;border-radius:10px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#43505c!important;background:transparent!important;font-weight:750}
.header-tool:hover{background:#f2f7f4!important;color:var(--green-dark)!important}
.header-tool i{font-size:23px;line-height:1;font-style:normal}
.header-tool small{font-size:10px;white-space:nowrap}
.header-tool.cart>span{position:absolute;right:6px;top:1px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--green);color:#fff;font-size:10px;font-weight:900}
.desktop-nav{border-top:1px solid #f0f2f3;background:#fff}
.desktop-nav>ul{min-height:49px;display:flex;align-items:center;justify-content:center;gap:4px}
.desktop-nav li>a{padding:15px 18px;color:#27333e;font-size:13px;font-weight:760}
.desktop-nav li>a:hover,.desktop-nav li:hover>a{color:var(--green-dark);background:var(--green-soft)}
.desktop-nav ul ul{border:1px solid var(--line);border-radius:0 0 13px 13px;box-shadow:0 18px 35px rgba(20,33,43,.12);overflow:hidden}
.mobile-menu-button{color:var(--navy)}

/* Home hero */
.hero{width:min(1240px,calc(100% - 40px));min-height:500px;margin:24px auto 0;border-radius:22px;overflow:hidden;background:#edf1f1;isolation:isolate}
.hero-bg{filter:saturate(.92);object-position:center}
.hero-shade{background:linear-gradient(90deg,rgba(12,25,30,.75) 0%,rgba(12,25,30,.47) 40%,rgba(12,25,30,.05) 73%)}
.hero-content{width:100%;min-height:500px;padding:56px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.hero-copy{max-width:610px}
.hero-copy .eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;backdrop-filter:blur(10px)}
.hero-copy h1{font-family:"DM Sans",Inter,sans-serif;font-size:clamp(42px,5vw,68px);line-height:1.01;letter-spacing:-.055em;margin:18px 0 16px;color:#fff}
.hero-copy p{max-width:540px;color:rgba(255,255,255,.9);font-size:17px;line-height:1.65}
.hero-actions{margin-top:26px}
.hero-actions .button{min-height:48px;padding:0 23px}
.hero-actions .text-link{color:#fff}
.hero-proof{align-self:flex-end;width:480px;padding:18px;border:1px solid rgba(255,255,255,.22);border-radius:15px;background:rgba(255,255,255,.91);color:var(--ink);box-shadow:0 14px 40px rgba(0,0,0,.12);backdrop-filter:blur(10px)}
.hero-proof>span{background:var(--green-soft);color:var(--green-dark)}
.hero-proof p b{color:var(--navy)}

/* Sections and categories */
.category-section,.blog-section,.recommendations{padding-top:64px;padding-bottom:66px}
.section-heading{align-items:end;margin-bottom:26px}
.section-heading h2{font-family:"DM Sans",Inter,sans-serif;font-size:clamp(29px,3vw,42px);line-height:1.08;letter-spacing:-.04em;margin-top:8px}
.section-heading>a{color:var(--green-dark);font-weight:800}
.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.category-card{position:relative;min-height:205px;border:1px solid #e8ecee;border-radius:17px;background:#f4f7f7;overflow:hidden;box-shadow:0 5px 16px rgba(30,43,53,.05);transition:.25s}
.category-card:nth-child(3n+1){background:#f0f7f4}
.category-card:nth-child(3n+2){background:#fbf3ef}
.category-card:nth-child(3n){background:#f4f2f8}
.category-card:hover{transform:translateY(-5px);border-color:#cce8db;box-shadow:0 16px 30px rgba(28,53,43,.11)}
.category-card img{width:100%;height:145px;object-fit:cover;transition:.35s}
.category-card:hover img{transform:scale(1.04)}
.category-card>span{position:static;padding:13px 14px;display:block;background:transparent;color:var(--ink)}
.category-card b{display:block;font-size:13px;line-height:1.25}
.category-card small{display:block;margin-top:3px;color:var(--muted);font-size:10px}

/* Product list */
.products-section{padding:65px 0 76px;background:#f6f8f8;border-top:1px solid #edf0f1;border-bottom:1px solid #edf0f1}
.product-grid{gap:18px}
.product-card{background:#fff;border:1px solid #e3e8ea;border-radius:15px;overflow:hidden;box-shadow:0 4px 14px rgba(27,40,50,.045);transition:transform .23s,box-shadow .23s,border-color .23s}
.product-card:hover{transform:translateY(-4px);border-color:#cae4d7;box-shadow:0 14px 30px rgba(26,49,40,.1)}
.product-image{aspect-ratio:1/1.04;background:#f2f4f4;overflow:hidden}
.product-image img{transition:transform .42s}
.product-card:hover .product-image img{transform:scale(1.045)}
.delivery-badge{left:10px;top:10px;background:var(--green);color:#fff;border:0;border-radius:6px;padding:6px 9px;font-size:10px;font-weight:850;box-shadow:0 4px 14px rgba(11,117,71,.18)}
.discount-badge{right:10px;top:10px;background:#ef4c5a;color:#fff;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;font-size:11px;font-weight:900;box-shadow:0 4px 13px rgba(200,36,51,.23)}
.product-info{padding:14px 15px 15px}
.product-category{color:var(--green-dark);font-size:10px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}
.product-info h3{min-height:42px;margin:7px 0 6px;font-family:"DM Sans",Inter,sans-serif;font-size:14px;line-height:1.45;font-weight:760;letter-spacing:-.015em}
.rating{font-size:12px;color:#67737e}
.rating>span,.stars{color:var(--gold)}
.price-row{min-height:38px;margin-top:10px;display:flex;align-items:end;gap:8px}
.price-row del{color:#97a0a8;font-size:12px}
.price-row strong{color:var(--navy);font-size:20px;letter-spacing:-.035em}
.product-card-actions{display:grid;grid-template-columns:1.25fr .75fr;gap:7px;margin-top:11px}
.product-card-actions a{min-height:36px;border-radius:8px;display:grid;place-items:center;padding:0 9px;font-size:11px;font-weight:850;transition:.18s}
.card-quick{background:var(--green);color:#fff}
.card-quick:hover{background:var(--green-dark);color:#fff}
.card-detail{border:1px solid #dce3e5;color:#3b4853;background:#fff}
.card-detail:hover{border-color:var(--green);color:var(--green-dark)}

/* Editorial, benefits and blog */
.editorial{margin-top:70px;margin-bottom:70px;border-radius:22px;background:#edf8f3;overflow:hidden;gap:0}
.editorial-image{min-height:460px}
.editorial-image img{border-radius:0}
.editorial-image>span{background:var(--green);color:#fff}
.editorial-copy{padding:54px}
.editorial-copy h2{font-family:"DM Sans",Inter,sans-serif;letter-spacing:-.045em;color:var(--navy)}
.promise{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.promise-grid{gap:0}
.promise article{padding:32px 26px;border-right:1px solid var(--line)}
.promise article:last-child{border-right:0}
.promise article>span{background:var(--green-soft);color:var(--green-dark)}
.promise h3{font-family:"DM Sans",Inter,sans-serif;font-size:15px}
.blog-grid{gap:20px}
.blog-grid article{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden;padding-bottom:18px;box-shadow:0 4px 15px rgba(28,39,47,.045)}
.blog-grid article>a:first-child{display:block;overflow:hidden}
.blog-grid img{height:215px;transition:transform .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:17px;margin-right:17px}
.blog-grid time{display:block;margin-top:14px;color:var(--green-dark);font-weight:800}
.blog-grid h3,.blog-grid h2{font-family:"DM Sans",Inter,sans-serif;letter-spacing:-.025em}

/* Inner pages */
.page-hero{background:linear-gradient(135deg,#eef9f4,#f7faf9);border-bottom:1px solid #e2eee8}
.page-hero.compact{padding-top:58px;padding-bottom:58px}
.page-hero h1{font-family:"DM Sans",Inter,sans-serif;letter-spacing:-.05em;color:var(--navy)}
.location-inline{border:1px solid #bee6d2;background:#fff;color:var(--green-dark);border-radius:9px}
.listing{gap:30px;padding-top:42px;padding-bottom:70px}
.filter-card,.support-nav,.legal-nav{border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 8px 25px rgba(27,39,47,.055);overflow:hidden}
.filter-card a.active,.support-nav a:hover,.legal-nav a.active{background:var(--green-soft);color:var(--green-dark)}
.listing-top select,.large-search input{border-color:#dce3e5;border-radius:10px}
.empty-state{border:1px solid #dfe6e3;border-radius:16px;background:#f7faf8}
.support-layout,.article-layout{padding-top:44px;padding-bottom:75px}
.support-content details{border:1px solid var(--line);border-radius:11px;background:#fff;margin-bottom:10px;overflow:hidden}
.support-content summary{padding:18px 20px}
.support-content details[open]{border-color:#bfe3d2;box-shadow:0 8px 22px rgba(22,72,50,.06)}
.support-content details[open] summary{background:var(--green-soft);color:var(--green-dark)}
.prose{border:1px solid var(--line);border-radius:16px;background:#fff;padding:34px;box-shadow:0 8px 25px rgba(27,39,47,.05)}
.template-warning{border-color:#ecdca6;background:#fff9e5;color:#6d581a}

/* Commerce product and purchase flow */
.commerce-product{padding-top:30px}
.breadcrumbs{color:#78838c;font-size:12px}
.breadcrumbs a:hover{color:var(--green-dark)}
.commerce-product-grid{grid-template-columns:minmax(0,1.08fr) minmax(260px,.72fr) minmax(340px,.84fr);gap:25px}
.commerce-gallery{top:122px;min-height:555px;border:1px solid var(--line);border-radius:16px;background:#f4f6f6;box-shadow:0 6px 24px rgba(24,37,47,.06)}
.commerce-gallery>img{min-height:555px}
.commerce-summary{padding:14px 4px}
.commerce-summary h1{font-family:"DM Sans",Inter,sans-serif;font-size:clamp(30px,3vw,44px);letter-spacing:-.05em;color:var(--navy)}
.commerce-summary>p{color:#66727c}
.product-code{display:inline-flex;padding:7px 10px;border-radius:7px;background:#f3f6f6;color:#65717b;font-size:11px}
.detail-price{margin:18px 0}
.detail-price strong{color:var(--navy)}
.button.ghost{border-color:#dce4e1;color:var(--green-dark);border-radius:9px}
.button.ghost:hover{background:var(--green-soft);border-color:#bfe3d2}
.delivery-wizard{top:120px;padding:23px;border:1px solid #d9e7e0;border-radius:16px;box-shadow:0 15px 42px rgba(23,58,43,.11)}
.wizard-head{margin:-23px -23px 12px;padding:22px 23px 18px;border-radius:16px 16px 0 0;background:linear-gradient(135deg,#effbf5,#f7fbf9);border-bottom:1px solid #deebe4}
.wizard-head h2{font-family:"DM Sans",Inter,sans-serif;color:var(--navy);letter-spacing:-.035em}
.wizard-step b i{background:var(--green);color:#fff}
.wizard-step select,.wizard-option select,.wizard-option input,.auth-card input,.checkout-forms input,.checkout-forms textarea,.tracking-search input{border-color:#d9e2de;border-radius:9px}
.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(--green);box-shadow:0 0 0 3px rgba(24,184,117,.11)}
.slot-grid input:checked+span{border-color:var(--green);background:var(--green-soft);box-shadow:0 0 0 2px rgba(24,184,117,.1)}
.addon-list label:hover{background:var(--green-soft)}
.live-quote{background:#f1f8f4}
.live-quote strong{color:var(--green-dark)}
.add-cart{background:var(--green);border-color:var(--green);border-radius:9px}
.wa-secondary{color:var(--green-dark)}
.product-trust{background:#fff}
.product-trust article{border-color:var(--line);background:#f8faf9}
.reviews-section{background:#f5f8f7}
.review-form,.auth-card,.cart-summary,.checkout-summary,.tracking-search{border-color:var(--line);border-radius:16px;box-shadow:0 12px 34px rgba(24,38,47,.07)}
.cart-item{border-color:var(--line);border-radius:13px}
.checkout-progress span.active{background:var(--green);color:#fff}

/* Footer and payment area */
.site-footer{background:var(--navy);color:#cbd3d8}
.footer-lead{border-bottom-color:rgba(255,255,255,.1)}
.footer-lead h2{font-family:"DM Sans",Inter,sans-serif;letter-spacing:-.045em;color:#fff}
.footer-grid h3{color:#fff;font-size:13px}
.footer-grid a{color:#c5ced4}
.footer-grid a:hover{color:#72e3ad}
.footer-bottom{border-top-color:rgba(255,255,255,.1);color:#94a0a8}
.socials a{border:1px solid rgba(255,255,255,.15);border-radius:7px;background:rgba(255,255,255,.05);color:#fff}
.payment-logos{border-top:1px solid #e7ebed;background:#fff}
.floating-contact{bottom:24px}
.floating-contact>button{background:var(--green);box-shadow:0 12px 34px rgba(8,113,66,.3)}
.floating-contact>button>span{background:#fff;color:var(--green-dark)}
.floating-contact-links a{color:var(--navy)}
.cookie-note{border-color:#dfe6e3;box-shadow:0 18px 46px rgba(21,32,43,.18)}
.cookie-note button{background:var(--green);color:#fff}

/* Mobile navigation dock */
.mobile-bottom-dock{display:none}

@media(max-width:1120px){
  .header-main{grid-template-columns:160px minmax(260px,1fr) minmax(210px,.7fr) auto;gap:12px}
  .brand img{width:135px}
  .desktop-nav li>a{padding-left:12px;padding-right:12px}
  .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .commerce-product-grid{grid-template-columns:1fr 1fr}
  .delivery-wizard{grid-column:1/-1;position:static}
}

@media(max-width:900px){
  .utility-bar{display:none}
  .header-main{min-height:72px;grid-template-columns:44px 1fr auto;gap:10px}
  .mobile-menu-button{display:grid}
  .header-search,.location-pill{display:none}
  .brand{justify-self:center}
  .brand img{width:138px}
  .header-tool.account{display:none!important}
  .header-tool.cart{min-width:48px}
  .header-tool.cart small{display:none}
  .desktop-nav{display:none}
  .mobile-drawer{background:#fff}
  .drawer-head{border-bottom:1px solid var(--line)}
  .drawer-location{background:var(--green-soft);color:var(--green-dark);border-color:#cae9d9}
  .drawer-search button{background:var(--green);color:#fff}
  .drawer-help{color:var(--green-dark)}
  .hero{min-height:470px;margin-top:14px}
  .hero-content{min-height:470px;padding:42px}
  .hero-proof{display:none}
  .category-grid{grid-template-columns:repeat(3,minmax(0,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 var(--line)}
}

@media(max-width:680px){
  body{padding-bottom:64px}
  .container{width:min(100% - 24px,1240px)}
  .announcement{min-height:31px;justify-content:space-between;padding:6px 12px;font-size:10px}
  .site-header{position:sticky;top:0;z-index:800}
  .header-main{min-height:63px}
  .brand img{width:124px;max-height:42px}
  .header-tool i{font-size:22px}
  .hero{width:calc(100% - 24px);min-height:420px;margin-top:12px;border-radius:15px}
  .hero-bg{object-position:61% center}
  .hero-shade{background:linear-gradient(90deg,rgba(12,25,30,.78),rgba(12,25,30,.36))}
  .hero-content{min-height:420px;padding:28px 22px;align-items:flex-end}
  .hero-copy h1{font-size:38px;max-width:330px}
  .hero-copy p{font-size:14px;max-width:310px}
  .hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
  .category-section,.blog-section,.recommendations{padding-top:44px;padding-bottom:46px}
  .section-heading{align-items:start;gap:12px;margin-bottom:20px}
  .section-heading h2{font-size:28px}
  .section-heading>p{display:none}
  .category-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 10px;scrollbar-width:none}
  .category-grid::-webkit-scrollbar{display:none}
  .category-card{flex:0 0 142px;min-height:177px;scroll-snap-align:start}
  .category-card img{height:116px}
  .products-section{padding:45px 0 52px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-image{aspect-ratio:1/1.06}
  .product-info{padding:11px}
  .product-info h3{min-height:38px;font-size:12px}
  .price-row{display:block;min-height:43px}
  .price-row del{display:block}
  .price-row strong{display:block;font-size:17px}
  .product-card-actions{grid-template-columns:1fr;margin-top:7px}
  .card-detail{display:none!important}
  .delivery-badge{font-size:8px;padding:5px 6px}
  .discount-badge{width:35px;height:35px;font-size:9px}
  .editorial{width:calc(100% - 24px);margin-top:48px;margin-bottom:48px;border-radius:15px}
  .editorial-image{min-height:300px}
  .editorial-copy{padding:30px 22px}
  .promise-grid{grid-template-columns:1fr 1fr}
  .promise article{padding:24px 15px}
  .promise p{font-size:11px}
  .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:22px 18px}
  .commerce-product{padding-top:16px}
  .commerce-product-grid{grid-template-columns:1fr;gap:18px}
  .commerce-gallery{min-height:390px;border-radius:13px}
  .commerce-gallery>img{min-height:390px}
  .commerce-summary h1{font-size:31px}
  .delivery-wizard{padding:18px;border-radius:13px}
  .wizard-head{margin:-18px -18px 10px;padding:19px 18px 15px;border-radius:13px 13px 0 0}
  .footer-lead{align-items:flex-start;gap:18px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}
  .footer-grid>section:first-child{grid-column:1/-1}
  .payment-logos{padding-bottom:76px}
  .mobile-bottom-dock{position:fixed;z-index:925;left:0;right:0;bottom:0;height:64px;padding:4px 7px 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 #dfe5e7;box-shadow:0 -8px 25px rgba(20,34,43,.1);backdrop-filter:blur(12px)}
  .mobile-bottom-dock a,.mobile-bottom-dock button{position:relative;height:53px;border:0;background:transparent;color:#52606b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit;cursor:pointer}
  .mobile-bottom-dock i{font-style:normal;font-size:21px;line-height:1;color:#34424e}
  .mobile-bottom-dock small{font-size:9px;font-weight:750}
  .mobile-bottom-dock button i{width:34px;height:34px;margin-top:-17px;border:4px solid #fff;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 5px 16px rgba(16,145,87,.27)}
  .mobile-bottom-dock button small{margin-top:-1px;color:var(--green-dark)}
  .mobile-bottom-dock b{position:absolute;right:12px;top:2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--green);color:#fff;font-size:9px;display:grid;place-items:center}
  .floating-contact{right:12px;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:12px;right:12px;bottom:74px}
}

@media(max-width:380px){
  .hero-copy h1{font-size:33px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{gap:7px}
  .product-info{padding:9px}
  .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}
}
