:root {
  --green: #2f7d00;
  --green-dark: #215c00;
  --green-soft: #eaf4e5;
  --lime: #d9ef9f;
  --ink: #172016;
  --muted: #5e685b;
  --line: #dfe5dc;
  --soft: #f5f7f3;
  --white: #fff;
  --whatsapp: #128c4a;
  --radius: 14px;
  --shadow: 0 6px 22px rgba(34, 70, 21, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.container { width: min(1440px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 6px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(34px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.15; letter-spacing: -.035em; }
.button, button.button, input.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border: 1px solid transparent; border-radius: 7px; background: var(--green); color: #fff; font-weight: 800; line-height: 1.2; cursor: pointer; transition: .2s ease; }
.button:hover, button.button:hover, input.button:hover { background: var(--green-dark); color: #fff; transform: translateY(-1px); }
.button--primary { background: var(--green); color: #fff; }
.button--white { background: #fff; color: var(--green-dark); border-color: #fff; }
.text-link { color: var(--green); font-weight: 800; white-space: nowrap; }

/* Header */
.announcement { background: #f2f5f0; border-bottom: 1px solid var(--line); color: #40503b; font-size: 12px; }
.announcement .container { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 1px 0 var(--line); }
.header-main { min-height: 76px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; align-items: center; gap: 26px; }
.logo { display: inline-flex; align-items: center; gap: 8px; color: var(--green); white-space: nowrap; }
.logo-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; background: var(--green); color: #fff; transform: rotate(-5deg); }
.logo-mark svg { width: 24px; height: 24px; }
.logo-words { display: flex; align-items: baseline; font-size: 25px; letter-spacing: -.05em; }
.logo-words strong { font-weight: 800; }
.logo-words b { color: var(--green-dark); font-weight: 500; }
.header-product-search { height: 46px; display: flex; border: 2px solid var(--green); border-radius: 24px; overflow: hidden; background: #fff; }
.header-product-search input[type=search] { min-width: 0; flex: 1; padding: 0 18px; border: 0; outline: 0; color: var(--ink); }
.header-product-search button { width: 52px; border: 0; background: transparent; color: var(--green); display: grid; place-items: center; cursor: pointer; }
.header-product-search svg { width: 23px; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-whatsapp, .cart-link { display: flex; align-items: center; gap: 7px; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.header-whatsapp span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--whatsapp); color: #fff; font-size: 9px; }
.cart-link { position: relative; }
.cart-link svg { width: 27px; }
.cart-count { min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border-radius: 10px; background: var(--green); color: #fff; font-size: 10px; }
.header-nav-wrap { border-top: 1px solid var(--line); }
.header-nav-wrap > .container { display: flex; justify-content: space-between; align-items: center; min-height: 43px; gap: 30px; }
.nav .menu, .nav > ul { list-style: none; display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; }
.nav a, .quick-categories a { font-size: 13px; font-weight: 700; }
.nav a:hover, .quick-categories a:hover { color: var(--green); }
.quick-categories { display: flex; gap: 24px; color: #455340; }
.icon-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 4px; }
.icon-button svg { width: 26px; }

/* Home */
.hero { padding: 26px 0 24px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(260px, .9fr); gap: 16px; }
.hero-main { min-height: 420px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, #e3f3ee 0%, #b4ded5 100%); }
.hero-copy { padding: 48px 0 48px 48px; position: relative; z-index: 2; }
.hero-copy h1 { max-width: 700px; margin-bottom: 18px; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 24px; color: #41554b; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-products { align-self: stretch; display: flex; align-items: end; justify-content: center; gap: 0; padding: 50px 24px 24px 0; }
.hero-products a { width: 40%; margin-left: -9%; transform: rotate(-4deg); filter: drop-shadow(0 16px 14px rgba(20, 67, 47, .13)); transition: .25s ease; }
.hero-products a:nth-child(2) { transform: translateY(-22px) rotate(4deg); z-index: 2; }
.hero-products a:nth-child(3) { transform: rotate(7deg); }
.hero-products a:hover { transform: translateY(-10px) rotate(0deg); }
.hero-products img { width: 100%; height: 290px; object-fit: contain; mix-blend-mode: multiply; }
.hero-side { display: grid; gap: 16px; }
.promo-card { min-height: 202px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-radius: 18px; overflow: hidden; position: relative; }
.promo-card:after { content: ''; position: absolute; width: 150px; height: 150px; right: -35px; bottom: -70px; border: 35px solid rgba(255,255,255,.25); border-radius: 50%; }
.promo-card--green { background: #dff0d7; }
.promo-card--lime { background: #f0f5d7; }
.promo-card span { color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.promo-card strong { max-width: 240px; margin: 6px 0 19px; font-size: 24px; line-height: 1.15; }
.promo-card small { color: var(--green-dark); font-weight: 800; }
.quality-strip { padding: 14px 0 34px; }
.quality-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 12px; padding: 14px; border-radius: 14px; background: var(--green-soft); }
.quality-grid > div { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 10px; background: #fff; }
.quality-grid .quality-lead { background: transparent; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; color: var(--green-dark); }
.quality-lead strong { font-size: 18px; }
.quality-grid i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-style: normal; font-weight: 800; }
.quality-grid span { display: grid; }
.quality-grid small { color: var(--muted); font-size: 11px; }
.section { padding: 62px 0; }
.section--soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.category-card { min-height: 132px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; align-items: center; column-gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: .2s ease; }
.category-card:hover { border-color: #9bc17e; box-shadow: var(--shadow); transform: translateY(-2px); }
.category-card > span { width: 48px; height: 48px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 20px; font-weight: 800; }
.category-card strong { align-self: end; font-size: 15px; }
.category-card small { align-self: start; color: var(--green); font-weight: 700; }

/* Product grid */
.shop-main { padding: 34px 0 72px; }
.woocommerce-breadcrumb { color: var(--muted); font-size: 12px; margin-bottom: 22px !important; }
.catalogue-categories { margin-bottom: 26px; }
.catalogue-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 30px; margin-bottom: 22px; }
.catalogue-intro h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); }
.catalogue-intro > p { margin: 0 0 5px; color: var(--muted); }
.category-chips { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
.category-chips a { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 24px; background: #fff; font-size: 12px; font-weight: 800; }
.category-chips a:hover { border-color: var(--green); color: var(--green); }
.category-chips span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 11px; }
.woocommerce .woocommerce-result-count { color: var(--muted); font-size: 13px; }
.woocommerce .woocommerce-ordering select { min-height: 40px; padding: 8px 34px 8px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 22px 0 0; }
.woocommerce ul.products:before, .woocommerce ul.products:after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; display: flex; flex-direction: column; padding: 0 0 15px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; transition: .2s ease; }
.woocommerce ul.products li.product:hover { box-shadow: var(--shadow); border-color: #cbd9c5; transform: translateY(-2px); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.woocommerce ul.products li.product a img { width: 100%; height: 225px; margin: 0 0 13px; padding: 16px; object-fit: contain; background: #fff; }
.woocommerce ul.products li.product .product-brand { margin: 0 14px 6px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { display: -webkit-box; min-height: 60px; margin: 0 14px 8px; padding: 0; overflow: hidden; color: #21301f; font-size: 13px; font-weight: 700; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.woocommerce ul.products li.product .price { margin: auto 14px 12px; color: var(--ink); font-size: 16px; font-weight: 800; }
.woocommerce ul.products li.product .price del { color: #879082; font-size: 11px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce span.onsale { min-width: auto; min-height: auto; margin: 10px !important; padding: 5px 8px; border-radius: 5px; background: #d52b1e; font-size: 10px; line-height: 1; }
.product-actions { display: grid; grid-template-columns: 1fr; gap: 7px; padding: 0 14px; }
.woocommerce ul.products li.product .button, .product-actions .button { width: 100%; min-height: 39px; margin: 0; padding: 9px 10px; border-radius: 6px; font-size: 12px; }
.product-actions .add_to_cart_button { background: var(--green); color: #fff; }
.product-actions .whatsapp-order { background: #fff; color: var(--whatsapp); border-color: #91c8aa; }
.compare-toggle { width: max-content; padding: 3px 0; border: 0; background: transparent; color: #4e6350; font-size: 11px; font-weight: 800; cursor: pointer; }
.compare-toggle:hover, .compare-toggle.is-selected { color: var(--green); }
.home-products .whatsapp-order { display: none !important; }

/* Compare */
.compare-section { background: #fff; }
.compare-promo { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: center; padding: 38px; border-radius: 20px; background: linear-gradient(135deg, #edf6e8, #f7faef); }
.compare-copy p:not(.eyebrow) { color: var(--muted); }
.compare-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.compare-preview article { display: flex; flex-direction: column; min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.compare-preview img { width: 100%; height: 110px; object-fit: contain; }
.compare-preview span { color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.compare-preview strong { min-height: 44px; margin: 4px 0 8px; font-size: 11px; line-height: 1.35; }
.compare-page { padding: 54px 0 80px; }
.compare-heading { max-width: 720px; margin-bottom: 30px; }
.compare-heading h1 { margin-bottom: 12px; }
.compare-heading > p:last-child { color: var(--muted); }
.compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.compare-product { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.compare-image img { width: 100%; height: 250px; object-fit: contain; }
.compare-product h2 { min-height: 62px; margin: 7px 0 10px; font-size: 17px; }
.compare-price { color: var(--green-dark); font-size: 20px; font-weight: 800; }
.compare-product dl { margin: 20px 0; border-top: 1px solid var(--line); }
.compare-product dl div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.compare-product dt { color: var(--muted); }
.compare-product dd { margin: 0; text-align: right; font-weight: 700; }
.compare-actions { display: grid; gap: 8px; }
.empty-compare { padding: 45px; border-radius: 15px; background: var(--soft); text-align: center; }
.compare-bar { position: fixed; left: 50%; bottom: 18px; z-index: 500; width: min(650px, calc(100% - 30px)); padding: 12px 14px; border-radius: 12px; background: #173d08; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.24); transform: translate(-50%, 130%); opacity: 0; transition: .25s ease; }
.compare-bar.is-visible { transform: translate(-50%, 0); opacity: 1; }
.compare-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.compare-bar__inner > span { font-weight: 800; }
.compare-bar__inner > div { display: flex; align-items: center; gap: 8px; }
.compare-bar button { border: 0; background: transparent; color: #fff; font-size: 12px; cursor: pointer; }
.compare-bar .button { min-height: 37px; padding: 8px 13px; background: #fff; color: var(--green-dark); font-size: 12px; }

/* Product, cart and checkout */
.single-product .shop-main { padding-top: 42px; }
.woocommerce div.product div.images img { border-radius: 12px; background: #fff; }
.woocommerce div.product div.summary { margin-top: 5px; }
.woocommerce div.product .product_title { font-size: clamp(28px, 3.2vw, 43px); line-height: 1.16; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--green-dark); font-size: 25px; font-weight: 800; }
.woocommerce div.product form.cart .button { background: var(--green); }
.single-extra-actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 12px 0 18px; }
.single-extra-actions .button { min-width: 190px; }
.whatsapp-order { background: var(--whatsapp); color: #fff; }
.compare-toggle--large { border-color: var(--green); background: #fff; color: var(--green); }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 10px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #payment #place_order { background: var(--green); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--green); background: var(--green-soft); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--green); }

/* Delivery + footer */
.delivery-band { padding: 54px 0; background: var(--green-dark); color: #fff; }
.delivery-band .eyebrow { color: #bade9f; }
.delivery-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: center; }
.delivery-layout h2 { margin: 0; }
.delivery-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.delivery-options article { display: grid; gap: 4px; min-height: 140px; padding: 23px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); }
.delivery-options article strong { font-size: 27px; }
.delivery-options article span { color: #d7e7d0; font-size: 12px; }
.site-footer { padding: 55px 0 24px; background: #12280c; color: #d9e8d4; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 44px; }
.site-footer .logo { color: #fff; font-size: 23px; font-weight: 800; }
.site-footer .logo-mark { width: 32px; height: 32px; }
.footer-about p { max-width: 330px; margin-top: 16px; color: #b6c9af; }
.site-footer h4 { color: #fff; }
.footer-links { display: grid; gap: 9px; color: #b6c9af; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #91a68a; font-size: 11px; }
.woocommerce-pagination { margin-top: 30px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a { min-width: 38px; padding: 10px; border-radius: 6px; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--green); color: #fff; }

@media (max-width: 1080px) {
  .container { width: min(100% - 28px, 1200px); }
  .header-main { gap: 14px; }
  .quick-categories { display: none; }
  .header-nav-wrap > .container { justify-content: center; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: 1fr 1fr; }
  .promo-card { min-height: 170px; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .category-grid, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 14px; }
  .container { width: min(100% - 22px, 720px); }
  .announcement .container { min-height: 29px; justify-content: center; }
  .announcement span:last-child { display: none; }
  .site-header { position: relative; }
  .header-main { min-height: 118px; grid-template-columns: auto 1fr auto; grid-template-rows: 58px 47px; gap: 0 10px; }
  .menu-toggle { display: block; grid-column: 1; grid-row: 1; }
  .logo { grid-column: 2; grid-row: 1; justify-self: center; }
  .logo-mark { width: 32px; height: 32px; }
  .logo-words { font-size: 22px; }
  .header-actions { grid-column: 3; grid-row: 1; }
  .header-whatsapp b, .cart-label { display: none; }
  .header-product-search { grid-column: 1 / -1; grid-row: 2; height: 43px; }
  .header-nav-wrap { border-top: 0; }
  .header-nav-wrap > .container { min-height: 0; }
  .nav { display: none; position: absolute; z-index: 150; left: 11px; right: 11px; top: 59px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
  .nav.is-open { display: block; }
  .nav .menu, .nav > ul { align-items: stretch; flex-direction: column; gap: 0; }
  .nav a { display: block; padding: 11px; }
  .hero { padding: 14px 0; }
  .hero-main { min-height: 460px; grid-template-columns: 1fr; grid-template-rows: auto 180px; }
  .hero-copy { padding: 29px 24px 12px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-products { padding: 0 22px 12px; align-items: center; }
  .hero-products a { width: 31%; margin-left: 0; }
  .hero-products img { height: 155px; }
  .hero-side { grid-template-columns: 1fr 1fr; gap: 10px; }
  .promo-card { min-height: 155px; padding: 18px; }
  .promo-card strong { font-size: 17px; }
  .quality-grid { grid-template-columns: 1fr 1fr; padding: 8px; gap: 8px; }
  .quality-grid .quality-lead { grid-column: 1 / -1; min-height: 62px; }
  .quality-grid > div { min-height: 82px; padding: 10px; }
  .quality-grid > div:last-child { grid-column: 1 / -1; }
  .section { padding: 42px 0; }
  .section-heading { align-items: flex-start; margin-bottom: 21px; }
  .section-heading .text-link { display: none; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .category-card { min-height: 104px; padding: 12px; grid-template-columns: auto 1fr; column-gap: 10px; }
  .category-card > span { width: 38px; height: 38px; font-size: 15px; }
  .category-card strong { font-size: 12px; }
  .category-card small { font-size: 10px; }
  .shop-main { padding-top: 20px; }
  .catalogue-intro { grid-template-columns: 1fr; gap: 8px; }
  .catalogue-intro h1 { font-size: 34px; }
  .woocommerce .woocommerce-result-count { float: none; margin: 0 0 10px; }
  .woocommerce .woocommerce-ordering { float: none; margin: 0 0 15px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .woocommerce ul.products li.product a img { height: 165px; padding: 8px; }
  .woocommerce ul.products li.product .product-brand { margin-inline: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 56px; margin-inline: 10px; font-size: 11px; }
  .woocommerce ul.products li.product .price { margin-inline: 10px; font-size: 13px; }
  .product-actions { padding-inline: 10px; }
  .woocommerce ul.products li.product .button, .product-actions .button { min-height: 36px; padding: 7px 6px; font-size: 10px; }
  .compare-promo { grid-template-columns: 1fr; gap: 25px; padding: 25px 17px; }
  .compare-preview { overflow-x: auto; }
  .compare-preview article { min-width: 125px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-image img { height: 220px; }
  .delivery-layout { grid-template-columns: 1fr; gap: 22px; }
  .delivery-options { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .single-extra-actions { display: grid; }
  .single-extra-actions .button { width: 100%; }
}

@media (max-width: 390px) {
  .hero-side { grid-template-columns: 1fr; }
  .promo-card { min-height: 125px; }
  .woocommerce ul.products li.product a img { height: 145px; }
  .product-actions .whatsapp-order { font-size: 9px; }
  .compare-bar__inner > span { font-size: 11px; }
}
