/*
Theme Name: MediHeal
Theme URI: https://mediheal.in
Author: MediHeal Team
Author URI: https://mediheal.in
Description: Ultra-fast WooCommerce pharmacy theme. LCP optimized, SEO-ready, fully responsive with mega menu. Built for medicine & healthcare eCommerce stores.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediheal
Domain Path: /languages
Tags: woocommerce, e-commerce, pharmacy, health, responsive, mega-menu, lcp-optimized
WC requires at least: 8.0
WC tested up to: 8.9
*/

/* ============================================================
   MEDIHEAL WOOCOMMERCE THEME — Global Stylesheet
   Architecture: CSS Custom Properties → BEM-lite classes
   Performance: Critical CSS inlined via wp_head hook
   ============================================================ */

/* ── CSS Variables ── */
:root {
  --g9: #041f12; --g8: #0a3322; --g7: #0f6b3a;
  --g6: #13844a; --g5: #18a05b; --g4: #22c55e;
  --g3: #4ade80; --g2: #bbf7d0; --g1: #dcfce7; --g0: #f0fdf4;
  --acc: #f5c400; --acc2: #d9ae00; --acc-s: #fffbeb;
  --red: #ef4444; --red-s: #fef2f2;
  --blue: #2563eb; --blue-s: #eff6ff;
  --w: #ffffff;
  --n9: #0f172a; --n8: #1e293b; --n7: #334155; --n6: #475569;
  --n5: #64748b; --n4: #94a3b8; --n3: #cbd5e1;
  --n2: #e2e8f0; --n1: #f1f5f9; --n0: #f8fafc;
  --fh: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --fb: 'DM Sans', system-ui, -apple-system, sans-serif;
  --r8: 8px; --r12: 12px; --r16: 16px;
  --r20: 20px; --r24: 24px; --r32: 32px; --pill: 999px;
  --sh1: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh2: 0 4px 12px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);
  --sh3: 0 8px 28px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.06);
  --sh4: 0 16px 48px rgba(0,0,0,.15), 0 6px 18px rgba(0,0,0,.08);
  --shg: 0 6px 24px rgba(15, 107, 58, .30);
  --ease: .2s cubic-bezier(.4, 0, .2, 1);
  --ease2: .32s cubic-bezier(.4, 0, .2, 1);
  --mx: 1400px; --hh: 68px; --nh: 46px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; }
body { font-family: var(--fb); color: var(--n8); background: var(--w); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; line-height: 1; }
input, select, textarea { font-family: inherit; }
h1,h2,h3,h4,h5,h6 { font-family: var(--fh); line-height: 1.2;}
strong { font-weight: 700; }
table { border-collapse: collapse; width: 100%; }

/* ── Layout ── */
.mh-container { width: 100%; max-width: var(--mx); margin: 0 auto; padding: 0 24px; }
.mh-section { padding: 64px 0; }
.mh-section-sm { padding: 44px 0; }
.mh-section-xs { padding: 28px 0; }

/* ── Announcement Bar ── */
.mh-ann { background: linear-gradient(90deg, var(--g9), var(--g8)); padding: 9px 0; text-align: center; font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.78); }
.mh-ann strong, .mh-ann .hl { color: var(--acc); font-weight: 800; }
.mh-ann a { color: rgba(255,255,255,.6); text-decoration: underline; transition: color var(--ease); }
.mh-ann a:hover { color: var(--acc); }
.mh-ann__row { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.mh-ann__sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.25); flex-shrink: 0; }

/* ── Header ── */
.mh-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--n2); box-shadow: var(--sh1); transition: box-shadow var(--ease); }
.mh-header.is-scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.1); }
.mh-header__inner { display: flex; align-items: center; gap: 14px; height: var(--hh); }

/* Logo */
.mh-logo { display: flex; align-items: center; gap: 10px; font-family: var(--fh); font-weight: 900; font-size: 1.35rem; color: var(--g7); flex-shrink: 0; letter-spacing: -.3px; text-decoration: none; }
.mh-logo__icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--g6), var(--g8)); border-radius: var(--r12); display: flex; align-items: center; justify-content: center; box-shadow: var(--shg); flex-shrink: 0; }
.mh-logo__icon svg { width: 22px; height: 22px; fill: var(--w); }

/* Search */
.mh-search { flex: 1 1 auto; max-width: none; display: flex; border: 2px solid var(--n2); border-radius: var(--pill); overflow: hidden; background: var(--w); transition: border-color var(--ease), box-shadow var(--ease); }
.mh-search:focus-within { border-color: var(--g5); box-shadow: 0 0 0 4px rgba(34,197,94,.1); }
.mh-search__cat { background: var(--n0); border: none; border-right: 1.5px solid var(--n2); padding: 0 12px; font-size: .78rem; font-weight: 600; color: var(--n6); min-width: 130px; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; padding-right: 26px; }
.mh-search__cat:focus { outline: none; }
.mh-search__wrap { flex: 1; position: relative; }
.mh-search__input { width: 100%; border: none; padding: 0 16px; font-size: .9rem; color: var(--n8); background: transparent; height: 44px; }
.mh-search__input:focus { outline: none; }
.mh-search__input::placeholder { color: var(--n4); }
/* Suggestions */
.mh-search__suggestions { display: none; position: absolute; top: calc(100% + 4px); left: -132px; right: -90px; background: var(--w); border: 1.5px solid var(--n2); border-radius: var(--r16); box-shadow: var(--sh4); z-index: 400; overflow: hidden; }
.mh-search__wrap:focus-within .mh-search__suggestions { display: block; }
.mh-search__sugg-item { display: flex; align-items: center; gap: 10px; padding: 11px 16px; font-size: .86rem; color: var(--n7); transition: background var(--ease); cursor: pointer; border-bottom: 1px solid var(--n1); }
.mh-search__sugg-item:last-child { border-bottom: none; }
.mh-search__sugg-item:hover { background: var(--g0); }
.mh-search__sugg-item svg { width: 13px; height: 13px; stroke: var(--n4); fill: none; stroke-width: 2; flex-shrink: 0; }
.mh-search__sugg-tag { margin-left: auto; font-size: .68rem; background: var(--n1); color: var(--n5); padding: 2px 7px; border-radius: var(--pill); white-space: nowrap; }
.mh-search__btn { background: var(--g6); color: var(--w); padding: 0 22px; font-family: var(--fh); font-weight: 700; font-size: .86rem; border-radius: 0 var(--pill) var(--pill) 0; margin: -2px; display: flex; align-items: center; gap: 6px; transition: background var(--ease); }
.mh-search__btn:hover { background: var(--g7); }
.mh-search__btn svg { width: 15px; height: 15px; stroke: var(--w); fill: none; stroke-width: 2.5; }

/* Header Actions */
.mh-header__actions { display: flex; align-items: center; gap: 3px; flex-shrink: 0; }
.mh-hact { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 7px 9px; border-radius: var(--r12); color: var(--n5); font-size: .67rem; font-weight: 600; transition: all var(--ease); text-decoration: none; position: relative; cursor: pointer; }
.mh-hact:hover { background: var(--n1); color: var(--g6); }
.mh-hact svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.mh-hact__count { position: absolute; top: 4px; right: 5px; background: var(--red); color: var(--w); font-size: .56rem; font-weight: 900; min-width: 16px; height: 16px; border-radius: var(--pill); display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--w); padding: 0 2px; }
.mh-rx-btn { display: flex; align-items: center; gap: 7px; background: linear-gradient(135deg, var(--g7), var(--g8)); color: var(--w); padding: 10px 16px; border-radius: var(--pill); font-family: var(--fh); font-weight: 700; font-size: .81rem; transition: all var(--ease); box-shadow: var(--shg); flex-shrink: 0; text-decoration: none; }
.mh-rx-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(15,107,58,.35); color: var(--w); }
.mh-rx-btn svg { width: 15px; height: 15px; stroke: var(--w); fill: none; stroke-width: 2; }
.mh-mobile-toggle { display: none; width: 40px; height: 40px; border-radius: var(--r8); background: var(--n1); align-items: center; justify-content: center; }
.mh-mobile-toggle svg { width: 20px; height: 20px; stroke: var(--n7); fill: none; stroke-width: 2; }

/* ── Navigation / Mega Menu ── */
.mh-nav { background: linear-gradient(90deg, var(--g8) 0%, var(--g7) 100%); position: relative; z-index: 999; }
.mh-nav__inner { display: flex; align-items: stretch; height: var(--nh); }
/* Mega trigger — Pure CSS :hover approach for desktop */
.mh-mega-wrap { position: relative; }
.mh-mega-btn { display: flex; align-items: center; gap: 8px; padding: 0 20px; background: rgba(255,255,255,.12); color: var(--w); font-family: var(--fh); font-weight: 700; font-size: .83rem; height: 100%; cursor: pointer; border: none; transition: background var(--ease); }
.mh-mega-btn:hover, .mh-mega-btn:focus { background: rgba(255,255,255,.22); }
.mh-mega-btn svg { width: 15px; height: 15px; stroke: var(--w); fill: none; stroke-width: 2; }
.mh-mega-btn .arr { width: 11px; height: 11px; margin-left: 2px; transition: transform var(--ease); }
.mh-mega-wrap:hover .mh-mega-btn { background: rgba(255,255,255,.22); }
.mh-mega-wrap:hover .mh-mega-btn .arr { transform: rotate(180deg); }
/* Mega dropdown */
.mh-mega-drop { position: absolute; top: 100%; left: 0; background: var(--w); border-radius: 0 0 var(--r20) var(--r20); box-shadow: var(--sh4); width: 820px; border-top: 3px solid var(--g5); padding: 28px; display: none; z-index: 990; }
.mh-mega-wrap:hover .mh-mega-drop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; animation: mhMegaIn .18s ease; }
@keyframes mhMegaIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.mh-mega__col-title { font-family: var(--fh); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; color: var(--g6); margin-bottom: 10px; padding: 0 8px; display: flex; align-items: center; gap: 5px; }
.mh-mega__col-title::after { content: ''; flex: 1; height: 1px; background: var(--g1); }
.mh-mega__item { display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: var(--r8); color: var(--n7); font-size: .82rem; font-weight: 600; transition: all var(--ease); text-decoration: none; }
.mh-mega__item:hover { background: var(--g0); color: var(--g7); transform: translateX(2px); }
.mh-mega__icon { width: 30px; height: 30px; border-radius: var(--r8); background: var(--n1); display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; transition: background var(--ease); }
.mh-mega__item:hover .mh-mega__icon { background: var(--g1); }
.mh-mega__text { flex: 1; }
.mh-mega__text span { display: block; font-size: .67rem; color: var(--n4); font-weight: 400; margin-top: 1px; }
/* Nav links */
.mh-nav__links { display: flex; align-items: stretch; flex: 1; padding: 0 4px; list-style: none; margin: 0; }
.mh-nav__links > li { position: relative; display: flex; align-items: center; }
.mh-nav__links > li > a,
.mh-nav__link { color: rgba(255,255,255,.8); padding: 0 13px; font-size: .83rem; font-weight: 600; height: 100%; display: flex; align-items: center; gap: 5px; white-space: nowrap; transition: color var(--ease); position: relative; text-decoration: none; }
.mh-nav__links > li > a:hover,
.mh-nav__links > li.current-menu-item > a,
.mh-nav__link:hover, .mh-nav__link.current-menu-item, .mh-nav__link.active { color: var(--w); }
.mh-nav__links > li.current-menu-item > a::after,
.mh-nav__link.active::after, .mh-nav__link.current-menu-item::after { content: ''; position: absolute; bottom: 0; left: 13px; right: 13px; height: 3px; background: var(--acc); border-radius: 3px 3px 0 0; }
/* dropdown caret for parent items */
.mh-nav__links > li.menu-item-has-children > a::before { content: ''; order: 2; width: 6px; height: 6px; border-right: 2px solid rgba(255,255,255,.7); border-bottom: 2px solid rgba(255,255,255,.7); transform: rotate(45deg) translateY(-2px); transition: transform var(--ease); }
.mh-nav__links > li.menu-item-has-children:hover > a::before { transform: rotate(225deg) translateY(2px); }
/* sub-menu dropdown */
.mh-nav__links .sub-menu { position: absolute; top: 100%; left: 0; min-width: 215px; background: var(--w); border-radius: 0 0 var(--r12) var(--r12); box-shadow: var(--sh3); padding: 8px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); z-index: 1000; }
.mh-nav__links > li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mh-nav__links .sub-menu li { position: relative; display: block; }
.mh-nav__links .sub-menu a { display: block; padding: 9px 12px; color: var(--n7); font-size: .88rem; font-weight: 600; border-radius: var(--r8); text-decoration: none; transition: background var(--ease), color var(--ease); }
.mh-nav__links .sub-menu a:hover { background: var(--g0); color: var(--g8); }
.mh-nav__links .sub-menu .sub-menu { top: -8px; left: 100%; opacity: 0; visibility: hidden; transform: translateX(8px); border-radius: var(--r12); }
.mh-nav__links .sub-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateX(0); }
.mh-nav__hot { display: inline-block; width: 5px; height: 5px; background: var(--red); border-radius: 50%; margin-left: 3px; vertical-align: middle; animation: mhHotPulse 1.6s ease-in-out infinite; }
@keyframes mhHotPulse { 0%,100%{opacity:1}50%{opacity:.3} }
.mh-nav__location { margin-left: auto; padding: 0 14px; display: flex; align-items: center; gap: 5px; font-size: .78rem; color: rgba(255,255,255,.6); flex-shrink: 0; }
.mh-nav__location svg { width: 13px; height: 13px; stroke: var(--g3); fill: none; stroke-width: 2; }

/* ── Mobile Drawer ── */
.mh-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.52); z-index: 1100; backdrop-filter: blur(2px); }
.mh-overlay.is-open { display: block; }
.mh-drawer { position: fixed; top: 0; right: -100%; width: 86%; max-width: 340px; height: 100%; background: var(--w); z-index: 1200; transition: right .28s cubic-bezier(.4,0,.2,1); overflow-y: auto; box-shadow: -4px 0 24px rgba(0,0,0,.14); }
.mh-drawer.is-open { right: 0; }
.mh-drawer__head { padding: 18px 20px; border-bottom: 1px solid var(--n2); display: flex; align-items: center; justify-content: space-between; }
.mh-drawer__close { width: 36px; height: 36px; border-radius: var(--r8); background: var(--n1); display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; }
.mh-drawer__close svg { width: 17px; height: 17px; stroke: var(--n7); fill: none; stroke-width: 2; }
.mh-drawer__nav a { display: flex; align-items: center; gap: 12px; padding: 13px 20px; font-size: .89rem; font-weight: 700; color: var(--n7); border-bottom: 1px solid var(--n1); transition: all var(--ease); text-decoration: none; }
.mh-drawer__nav a:hover, .mh-drawer__nav a.active { background: var(--g0); color: var(--g7); padding-left: 24px; }
.mh-drawer__rx { padding: 16px 20px; border-top: 1px solid var(--n2); margin-top: 8px; }
.mh-drawer__rx-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(135deg, var(--g7), var(--g8)); color: var(--w); padding: 13px; border-radius: var(--pill); font-family: var(--fh); font-weight: 800; font-size: .87rem; text-decoration: none; width: 100%; }
.mh-drawer__rx-btn svg { width: 15px; height: 15px; stroke: var(--w); fill: none; stroke-width: 2; }

/* ── Breadcrumb ── */
.mh-breadcrumb { padding: 11px 0; border-bottom: 1px solid var(--n1); background: var(--w); font-size: .8rem; color: var(--n4); }
.mh-breadcrumb a { color: var(--n4); transition: color var(--ease); }
.mh-breadcrumb a:hover { color: var(--g6); }
.mh-breadcrumb .sep { color: var(--n3); margin: 0 4px; font-size: .7rem; }
.mh-breadcrumb .current { color: var(--n8); font-weight: 600; }
/* WooCommerce breadcrumb override */
.woocommerce-breadcrumb { margin: 0; padding: 0; background: none; font-size: .8rem; color: var(--n4); display: flex;}
.woocommerce-breadcrumb a { color: var(--n4); }
.woocommerce-breadcrumb a:hover { color: var(--g6); }

/* ── Section Headers ── */
.mh-sh { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
.mh-sh__eyebrow { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--g6); display: flex; align-items: center; gap: 6px; margin-bottom: 5px; }
.mh-sh__eyebrow::before { content: ''; display: block; width: 18px; height: 2.5px; background: var(--g6); border-radius: 2px; }
.mh-sh__title { font-family: var(--fh); font-size: clamp(1.25rem, 2.4vw, 1.8rem); font-weight: 900; color: var(--n9); }
.mh-sh__sub { font-size: .87rem; color: var(--n5); margin-top: 5px; }
.mh-va { display: inline-flex; align-items: center; gap: 5px; font-size: .82rem; font-weight: 700; color: var(--g6); padding: 7px 15px; border-radius: var(--pill); border: 1.5px solid var(--g2); background: var(--g0); transition: all var(--ease); white-space: nowrap; text-decoration: none; }
.mh-va:hover { background: var(--g6); color: var(--w); border-color: var(--g6); }
.mh-va svg { width: 13px; height: 13px; transition: transform var(--ease); }
.mh-va:hover svg { transform: translateX(3px); }

/* ── Buttons ── */
.mh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: var(--pill); font-family: var(--fh); font-weight: 700; cursor: pointer; transition: all var(--ease); white-space: nowrap; border: 2px solid transparent; text-decoration: none; }
.mh-btn--yellow { background: var(--acc); color: var(--n9); padding: 13px 26px; font-size: .9rem; font-weight: 800; box-shadow: 0 4px 16px rgba(245,196,0,.35); }
.mh-btn--yellow:hover { background: var(--acc2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,196,0,.45); }
.mh-btn--green { background: var(--g6); color: var(--w); padding: 12px 24px; font-size: .88rem; }
.mh-btn--green:hover { background: var(--g7); transform: translateY(-2px); color: var(--w); }
.mh-btn--ghost-white { border-color: rgba(255,255,255,.4); color: var(--w); background: rgba(255,255,255,.08); padding: 12px 22px; font-size: .88rem; backdrop-filter: blur(4px); }
.mh-btn--ghost-white:hover { background: rgba(255,255,255,.18); border-color: var(--w); color: var(--w); }
.mh-btn--outline { border-color: var(--n3); color: var(--n7); background: var(--w); padding: 10px 20px; font-size: .84rem; }
.mh-btn--outline:hover { border-color: var(--g5); color: var(--g6); background: var(--g0); }
.mh-btn--sm { padding: 8px 16px; font-size: .8rem; }
.mh-btn--lg { padding: 15px 30px; font-size: .96rem; }

/* ── Badges ── */
.mh-badge { display: inline-flex; align-items: center; padding: 3px 8px; border-radius: var(--pill); font-size: .67rem; font-weight: 800; letter-spacing: .3px; line-height: 1.4; }
.mh-badge--sale   { background: var(--red);  color: var(--w); }
.mh-badge--new    { background: var(--g6);   color: var(--w); }
.mh-badge--hot    { background: #f97316;     color: var(--w); }
.mh-badge--save   { background: var(--acc);  color: var(--n9); }
.mh-badge--free   { background: var(--blue); color: var(--w); }

/* ── Hero ── */
.mh-hero { background: linear-gradient(135deg, var(--g9) 0%, var(--g8) 40%, var(--g7) 75%, var(--g5) 100%); min-height: 520px; display: flex; align-items: center; position: relative; overflow: hidden; }
.mh-hero__bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.mh-hero__glow1 { position: absolute; top: -100px; right: -40px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(34,197,94,.1) 0%, transparent 70%); pointer-events: none; }
.mh-hero__glow2 { position: absolute; bottom: -80px; left: -60px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(245,196,0,.07) 0%, transparent 70%); pointer-events: none; }
.mh-hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 72px 0; position: relative; z-index: 1; }
.mh-hero__pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); color: var(--w); font-size: .76rem; font-weight: 700; padding: 7px 16px; border-radius: var(--pill); margin-bottom: 20px; letter-spacing: .3px; backdrop-filter: blur(8px); }
.mh-hero__pill-dot { width: 8px; height: 8px; background: var(--g3); border-radius: 50%; animation: mhPillDot 2s ease-in-out infinite; }
@keyframes mhPillDot { 0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6} }
.mh-hero h1 { font-family: var(--fh); font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 900; line-height: 1.14; color: var(--w); margin-bottom: 18px; }
.mh-hero h1 em { color: var(--acc); font-style: normal; display: block; }
.mh-hero__desc { font-size: .99rem; color: rgba(255,255,255,.8); line-height: 1.78; margin-bottom: 28px; max-width: 460px; }
.mh-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 34px; }
.mh-hero__stats { display: flex; gap: 22px; flex-wrap: wrap; }
.mh-hero__stat { display: flex; align-items: center; gap: 10px; }
.mh-hero__stat-avs { display: flex; }
.mh-hero__stat-av { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--g6); background: var(--g5); display: flex; align-items: center; justify-content: center; font-size: .62rem; font-weight: 900; color: var(--w); margin-left: -6px; }
.mh-hero__stat-av:first-child { margin-left: 0; }
.mh-hero__stat-info strong { display: block; font-size: .93rem; font-weight: 800; color: var(--w); }
.mh-hero__stat-info span { font-size: .74rem; color: rgba(255,255,255,.63); }
/* Hero visual */
.mh-hero__visual { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.mh-hero__img { width: 100%; max-width: 460px; height: 400px; border-radius: var(--r24) var(--r24) 0 0; overflow: hidden; position: relative; }
.mh-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.mh-hero__img-placeholder { background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.1); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,.35); font-size: .78rem; text-align: center; padding: 20px; height: 100%; }
.mh-fcard { position: absolute; background: var(--w); border-radius: var(--r16); padding: 11px 14px; box-shadow: var(--sh4); display: flex; align-items: center; gap: 10px; min-width: 154px; }
.mh-fcard--1 { bottom: 54px; left: 15px; animation: mhFloat1 3s ease-in-out infinite; }
.mh-fcard--2 { top: 46px; right: 12px; animation: mhFloat2 3s ease-in-out infinite .8s; }
.mh-fcard--3 { top: 46%; left: 10px; transform: translateY(-50%); animation: mhFloat1 3s ease-in-out infinite 1.5s; }
@keyframes mhFloat1 { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }
@keyframes mhFloat2 { 0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)} }
.mh-fcard__icon { width: 38px; height: 38px; border-radius: var(--r8); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.mh-fcard__text strong { font-size: .83rem; font-weight: 800; color: var(--n9); display: block; }
.mh-fcard__text span { font-size: .7rem; color: var(--n5); }

/* ── Trust Strip ── */
.mh-trust { background: linear-gradient(90deg, var(--g0), rgba(220,252,231,.45)); border-top: 1px solid var(--g2); border-bottom: 1px solid var(--g2); }
.mh-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mh-trust__item { display: flex; align-items: center; gap: 14px; padding: 18px 22px; border-right: 1px solid var(--g2); transition: background var(--ease); }
.mh-trust__item:last-child { border-right: none; }
.mh-trust__item:hover { background: var(--g1); }
.mh-trust__icon { width: 46px; height: 46px; border-radius: var(--r12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mh-trust__icon svg { width: 22px; height: 22px; stroke: var(--w); fill: none; stroke-width: 1.8; }
.mh-trust__text strong { font-family: var(--fh); font-size: .85rem; font-weight: 800; color: var(--g8); display: block; }
.mh-trust__text span { font-size: .75rem; color: var(--n5); }

/* ── Quick Actions ── */
.mh-qa__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mh-qa__card { border-radius: var(--r20); padding: 22px 18px; display: flex; align-items: center; gap: 14px; cursor: pointer; transition: all var(--ease); text-decoration: none; position: relative; overflow: hidden; }
.mh-qa__card::after { content: '→'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 1.05rem; font-weight: 900; opacity: .5; transition: all var(--ease); }
.mh-qa__card:hover { transform: translateY(-4px); box-shadow: var(--sh3); }
.mh-qa__card:hover::after { transform: translateY(-50%) translateX(4px); opacity: .9; }
.mh-qa__icon { width: 54px; height: 54px; border-radius: var(--r16); background: rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; font-size: 1.65rem; flex-shrink: 0; }
.mh-qa__text h3 { font-family: var(--fh); font-size: .98rem; font-weight: 800; margin-bottom: 3px; }
.mh-qa__text p { font-size: .75rem; opacity: .8; }

/* ── Category Cards ── */
.mh-cats__scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.mh-cats__scroll::-webkit-scrollbar { display: none; }
.mh-cat__card { flex-shrink: 0; width: 124px; background: var(--w); border: 1.5px solid var(--n2); border-radius: var(--r20); padding: 18px 10px; text-align: center; transition: all var(--ease); cursor: pointer; position: relative; overflow: hidden; text-decoration: none; display: block; margin-top: 10px;}
.mh-cat__card::before { content: ''; position: absolute; inset: 0; background: var(--g0); opacity: 0; transition: opacity var(--ease); }
.mh-cat__card:hover, .mh-cat__card.active { border-color: var(--g5); transform: translateY(-5px); box-shadow: var(--sh2); }
.mh-cat__card:hover::before, .mh-cat__card.active::before { opacity: 1; }
.mh-cat__inner { position: relative; z-index: 1; }
.mh-cat__icon { width: 64px; height: 64px; margin: 0 auto 10px; background: var(--n1); border-radius: var(--r16); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; transition: all var(--ease); }
.mh-cat__card:hover .mh-cat__icon { background: var(--g1); transform: scale(1.06); }
.mh-cat__name { font-family: var(--fh); font-weight: 800; font-size: .77rem; color: var(--n8); line-height: 1.3; }
.mh-cat__count { font-size: .67rem; color: var(--n4); margin-top: 2px; }

/* ── Promo Banners ── */
.mh-promos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mh-prom { border-radius: var(--r24); padding: 26px 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 166px; position: relative; overflow: hidden; transition: all var(--ease); }
.mh-prom:hover { transform: translateY(-4px); box-shadow: var(--sh3); }
.mh-prom::before { content: ''; position: absolute; bottom: -30px; right: -30px; width: 150px; height: 150px; border-radius: 50%; opacity: .12; }
.mh-prom--1 { background: var(--g0); border: 1.5px solid var(--g2); }
.mh-prom--1::before { background: var(--g4); }
.mh-prom--1 .mh-prom__num { color: var(--g6); }
.mh-prom--1 h3 { color: var(--g8); }
.mh-prom--2 { background: linear-gradient(135deg, var(--g8), var(--g6)); }
.mh-prom--2::before { background: var(--w); }
.mh-prom--2 .mh-prom__num { color: var(--acc); }
.mh-prom--2 h3, .mh-prom--2 p { color: var(--w); }
.mh-prom--3 { background: linear-gradient(135deg, #1e3a8a, #3b82f6); }
.mh-prom--3::before { background: var(--w); }
.mh-prom--3 .mh-prom__num { color: #93c5fd; }
.mh-prom--3 h3, .mh-prom--3 p { color: var(--w); }
.mh-prom__label { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; opacity: .6; margin-bottom: 4px; }
.mh-prom__num { font-family: var(--fh); font-size: 1.9rem; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.mh-prom h3 { font-family: var(--fh); font-size: .96rem; font-weight: 800; line-height: 1.3; margin-bottom: 3px; }
.mh-prom p { font-size: .77rem; opacity: .75; margin-bottom: 12px; }
.mh-prom__btn { display: inline-flex; align-items: center; gap: 5px; padding: 7px 15px; border-radius: var(--pill); font-family: var(--fh); font-weight: 700; font-size: .77rem; width: fit-content; transition: all var(--ease); text-decoration: none; }
.mh-prom--1 .mh-prom__btn { background: var(--g6); color: var(--w); }
.mh-prom--1 .mh-prom__btn:hover { background: var(--g7); color: var(--w); }
.mh-prom--2 .mh-prom__btn, .mh-prom--3 .mh-prom__btn { background: rgba(255,255,255,.18); color: var(--w); border: 1px solid rgba(255,255,255,.28); }
.mh-prom--2 .mh-prom__btn:hover, .mh-prom--3 .mh-prom__btn:hover { background: rgba(255,255,255,.32); color: var(--w); }

/* ── Flash Sale ── */
.mh-flash { background: linear-gradient(90deg, var(--g9), var(--g7)); padding: 13px 0; }
.mh-flash__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.mh-flash__left { display: flex; align-items: center; gap: 12px; }
.mh-flash__badge { background: var(--red); color: var(--w); font-family: var(--fh); font-weight: 800; font-size: .75rem; padding: 5px 12px; border-radius: var(--pill); letter-spacing: .5px; animation: mhFlashBlink 1.3s ease-in-out infinite; }
@keyframes mhFlashBlink { 0%,100%{opacity:1}50%{opacity:.62} }
.mh-flash__title { font-family: var(--fh); font-size: .9rem; font-weight: 800; color: var(--w); }
.mh-flash__timer { display: flex; align-items: center; gap: 7px; }
.mh-timer-unit { background: rgba(0,0,0,.35); color: var(--w); border-radius: var(--r8); padding: 8px 11px; text-align: center; min-width: 52px; }
.mh-timer-unit strong { display: block; font-family: var(--fh); font-size: 1.4rem; font-weight: 900; line-height: 1; }
.mh-timer-unit span { font-size: .58rem; text-transform: uppercase; letter-spacing: .5px; opacity: .6; }
.mh-timer-sep { color: rgba(255,255,255,.3); font-size: 1.4rem; font-weight: 900; }

/* ── Tabs ── */
.mh-tabs { display: flex; gap: 4px; background: var(--n1); border-radius: var(--pill); padding: 4px; width: fit-content; flex-wrap: wrap; margin-bottom: 26px; }
.mh-tab { padding: 7px 18px; border-radius: var(--pill); font-size: .82rem; font-weight: 700; color: var(--n5); transition: all var(--ease); cursor: pointer; border: none; background: none; }
.mh-tab.active, .mh-tab:hover { background: var(--w); color: var(--g7); box-shadow: var(--sh1); }

/* ── Product Cards (WooCommerce) ── */
.mh-products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.mh-products-grid--4 { grid-template-columns: repeat(4, 1fr); }
.mh-products-grid--3 { grid-template-columns: repeat(3, 1fr); }

.mh-product-card { background: var(--w); border: 1.5px solid var(--n2); border-radius: var(--r20); overflow: hidden; transition: all var(--ease); display: flex; flex-direction: column; position: relative; }
.mh-product-card:hover { border-color: var(--g4); box-shadow: var(--sh3); transform: translateY(-5px); }
.mh-product-card__badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 4px; z-index: 2; }
.mh-product-card__wishlist { position: absolute; top: 10px; right: 10px; z-index: 2; width: 32px; height: 32px; background: var(--w); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh1); border: 1.5px solid var(--n2); transition: all var(--ease); cursor: pointer; }
.mh-product-card__wishlist:hover, .mh-product-card__wishlist.is-active { background: var(--red-s); border-color: var(--red); }
.mh-product-card__wishlist svg { width: 14px; height: 14px; stroke: var(--n4); fill: none; stroke-width: 1.8; transition: all var(--ease); }
.mh-product-card__wishlist.is-active svg { stroke: var(--red); fill: var(--red); }
.mh-product-card__image { background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 18px; height: 172px; overflow: hidden; text-decoration: none; border-bottom: 1px solid #f5f5f5; }
.mh-product-card__image img { max-height: 170px; width: auto; object-fit: contain; transition: transform var(--ease); }
.mh-product-card:hover .mh-product-card__image img { transform: scale(1.08); }
.mh-product-card__body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.mh-product-card__brand { font-size: .69rem; color: var(--n4); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 3px; }
.mh-product-card__title { font-family: var(--fh); font-weight: 700; font-size: .87rem; color: var(--n9); line-height: 1.4; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; text-decoration: none; }
.mh-product-card__title:hover { color: var(--g6); }
.mh-product-card__meta { font-size: .72rem; color: var(--n4); margin-bottom: 7px; }
.mh-product-card__rating { display: flex; align-items: center; gap: 5px; margin-bottom: 9px; }
.mh-product-card__stars { display: flex; gap: 1px; }
.mh-product-card__stars svg { width: 12px; height: 12px; fill: var(--acc); }
.mh-product-card__stars svg.empty { fill: var(--n2); }
.mh-product-card__count { font-size: .69rem; color: var(--n4); }
.mh-product-card__footer { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-top: auto; }
.mh-product-card__price { font-family: var(--fh); font-weight: 900; font-size: 1.06rem; color: var(--g7); }
.mh-product-card__price-old { font-size: .74rem; color: var(--n4); text-decoration: line-through; display: block; }
.mh-product-card__add { width: 100%; min-height: 40px; border-radius: var(--r12); background: #f5c400; color: #1a1a1a; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 14px; font-family: var(--fh); font-weight: 800; font-size: .85rem; line-height: 1.1; text-align: center; text-decoration: none; transition: background var(--ease); cursor: pointer; border: none; }
.mh-product-card__add:hover { background: var(--g7); }
.mh-product-card__add svg { width: 15px; height: 15px; stroke: var(--w); fill: none; stroke-width: 2.5; }
.mh-product-card__notify { width: 100%; min-height: 40px; border-radius: var(--r12); background: var(--n2); color: var(--n7); font-family: var(--fh); font-weight: 800; font-size: .85rem; padding: 9px 14px; border: none; cursor: pointer; transition: background var(--ease); }
.mh-product-card__notify:hover { background: var(--n3); }
/* OOS */
.mh-product-card__oos { position: absolute; inset: 0; background: rgba(255,255,255,.88); display: flex; align-items: center; justify-content: center; z-index: 3; backdrop-filter: blur(2px); }
.mh-product-card__oos span { background: var(--n7); color: var(--w); padding: 7px 18px; border-radius: var(--pill); font-size: .79rem; font-weight: 700; }

/* WooCommerce price override */
.mh-product-card .woocommerce-Price-amount { font-family: var(--fh); font-weight: 900; font-size: 1.06rem; color: var(--g7); }
.mh-product-card del .woocommerce-Price-amount { font-size: .74rem; color: var(--n4); font-weight: 400; }

/* ── Lab Tests ── */
.mh-lab { background: linear-gradient(135deg, var(--g9), var(--g8)); border-radius: var(--r24); padding: 40px; position: relative; overflow: hidden; }
.mh-lab::before { content: ''; position: absolute; right: -50px; top: -50px; width: 260px; height: 260px; background: rgba(34,197,94,.08); border-radius: 50%; }
.mh-lab__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.mh-lab__tests { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mh-lab__test { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r16); padding: 16px; transition: all var(--ease); cursor: pointer; text-decoration: none; display: block; }
.mh-lab__test:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.mh-lab__test-icon { font-size: 1.5rem; margin-bottom: 8px; }
.mh-lab__test strong { font-family: var(--fh); font-size: .87rem; font-weight: 800; color: var(--w); display: block; margin-bottom: 2px; }
.mh-lab__test span { font-size: .72rem; color: rgba(255,255,255,.6); }
.mh-lab__test-price { font-family: var(--fh); font-size: .92rem; font-weight: 900; color: var(--acc); margin-top: 7px; display: block; }

/* ── Doctor Consult ── */
.mh-consult { background: linear-gradient(135deg, #1e3a8a, #2563eb, #3b82f6); border-radius: var(--r24); padding: 36px 40px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; position: relative; overflow: hidden; }
.mh-consult::before { content: ''; position: absolute; top: -40px; right: 120px; width: 200px; height: 200px; background: rgba(255,255,255,.05); border-radius: 50%; }
.mh-consult__text { position: relative; z-index: 1; }
.mh-consult__tag { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; color: rgba(255,255,255,.55); margin-bottom: 8px; }
.mh-consult__text h2 { font-family: var(--fh); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 900; color: var(--w); margin-bottom: 10px; }
.mh-consult__desc { font-size: .87rem; color: rgba(255,255,255,.72); margin-bottom: 18px; line-height: 1.7; }
.mh-consult__feats { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.mh-consult__feat { display: flex; align-items: center; gap: 5px; font-size: .79rem; color: rgba(255,255,255,.78); font-weight: 600; }
.mh-consult__feat svg { width: 13px; height: 13px; stroke: var(--g3); fill: none; stroke-width: 2; }
.mh-consult__badge { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r20); padding: 24px; text-align: center; width: 190px; backdrop-filter: blur(8px); position: relative; z-index: 1; }
.mh-consult__badge-icon { font-size: 3rem; margin-bottom: 8px; }
.mh-consult__badge strong { font-family: var(--fh); font-size: 1.2rem; font-weight: 900; color: var(--w); display: block; }
.mh-consult__badge span { font-size: .73rem; color: rgba(255,255,255,.62); }

/* ── Health Concerns ── */
.mh-concerns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mh-concern { border-radius: var(--r20); padding: 20px 18px; display: flex; align-items: center; gap: 14px; transition: all var(--ease); cursor: pointer; text-decoration: none; position: relative; overflow: hidden; }
.mh-concern:hover { transform: translateY(-4px); box-shadow: var(--sh3); }
.mh-concern__icon { width: 54px; height: 54px; border-radius: var(--r16); background: rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; flex-shrink: 0; }
.mh-concern__body h4 { font-family: var(--fh); font-weight: 800; font-size: .91rem; margin-bottom: 2px; }
.mh-concern__body p { font-size: .73rem; opacity: .8; margin-bottom: 4px; }
.mh-concern__discount { font-family: var(--fh); font-size: 1.05rem; font-weight: 900; display: block; margin-bottom: 4px; }
.mh-concern__cta { display: inline-flex; align-items: center; gap: 4px; font-size: .72rem; font-weight: 700; padding: 4px 11px; border-radius: var(--pill); background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.28); transition: background var(--ease); }
.mh-concern__cta:hover { background: rgba(255,255,255,.35); }

/* ── Brands ── */
.mh-brands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.mh-brand { background: var(--w); border: 1.5px solid var(--n2); border-radius: var(--r16); padding: 18px 10px; text-align: center; transition: all var(--ease); cursor: pointer; text-decoration: none; display: block; }
.mh-brand:hover { border-color: var(--g5); box-shadow: var(--sh2); transform: translateY(-3px); }
.mh-brand__icon { font-size: 2rem; margin-bottom: 6px; }
.mh-brand__name { font-family: var(--fh); font-size: .77rem; font-weight: 800; color: var(--n7); }
.mh-brand__count { font-size: .67rem; color: var(--n4); margin-top: 2px; }

/* ── Stats ── */
.mh-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--g0); border-radius: var(--r24); border: 1.5px solid var(--g2); overflow: hidden; }
.mh-stat { padding: 28px 22px; text-align: center; border-right: 1px solid var(--g2); }
.mh-stat:last-child { border-right: none; }
.mh-stat__num { font-family: var(--fh); font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 900; color: var(--g6); display: block; }
.mh-stat__label { font-size: .82rem; color: var(--n6); margin-top: 4px; font-weight: 600; }
.mh-stat__sub { font-size: .7rem; color: var(--n4); margin-top: 2px; }
.mh-certs { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.mh-cert { display: flex; align-items: center; gap: 6px; background: var(--w); border: 1.5px solid var(--g2); border-radius: var(--pill); padding: 7px 14px; font-size: .76rem; font-weight: 700; color: var(--g7); }

/* ── Blog Cards ── */
.mh-blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mh-blog-card { background: var(--w); border: 1.5px solid var(--n2); border-radius: var(--r20); overflow: hidden; transition: all var(--ease); text-decoration: none; display: block; }
.mh-blog-card:hover { box-shadow: var(--sh3); transform: translateY(-5px); border-color: var(--g3); }
.mh-blog-card__img { height: 190px; display: flex; align-items: center; justify-content: center; font-size: 3rem; position: relative; overflow: hidden; }
.mh-blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
.mh-blog-card__cat { position: absolute; top: 12px; left: 12px; background: var(--g6); color: var(--w); font-size: .65rem; font-weight: 800; padding: 4px 10px; border-radius: var(--pill); text-transform: uppercase; letter-spacing: .3px; }
.mh-blog-card__body { padding: 18px; }
.mh-blog-card__meta { font-size: .7rem; color: var(--n4); margin-bottom: 7px; display: flex; align-items: center; gap: 7px; }
.mh-blog-card__title { font-family: var(--fh); font-weight: 800; font-size: .91rem; color: var(--n9); margin-bottom: 7px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mh-blog-card__desc { font-size: .79rem; color: var(--n5); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mh-blog-card__link { display: inline-flex; align-items: center; gap: 5px; color: var(--g6); font-weight: 700; font-size: .79rem; margin-top: 10px; transition: color var(--ease); }
.mh-blog-card__link:hover { color: var(--g8); }
.mh-blog-card__link svg { width: 13px; height: 13px; transition: transform var(--ease); }
.mh-blog-card__link:hover svg { transform: translateX(3px); }

/* ── Reviews ── */
.mh-reviews-wrap { background: var(--n0); border-radius: var(--r24); padding: 36px; border: 1.5px solid var(--n2); }
.mh-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mh-review { background: var(--w); border-radius: var(--r16); padding: 20px; border: 1.5px solid var(--n2); transition: all var(--ease); }
.mh-review:hover { border-color: var(--g3); box-shadow: var(--sh2); }
.mh-review__stars { display: flex; gap: 2px; margin-bottom: 10px; }
.mh-review__stars svg { width: 13px; height: 13px; fill: var(--acc); }
.mh-review__stars svg.empty { fill: var(--n2); }
.mh-review__text { font-size: .85rem; color: var(--n6); line-height: 1.72; margin-bottom: 14px; font-style: italic; }
.mh-review__author { display: flex; align-items: center; gap: 10px; }
.mh-review__avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--g1); display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 900; font-size: .88rem; color: var(--g7); flex-shrink: 0; }
.mh-review__name { font-family: var(--fh); font-weight: 800; font-size: .84rem; color: var(--n9); display: block; }
.mh-review__loc { font-size: .7rem; color: var(--n4); }
.mh-review__verified { display: inline-flex; align-items: center; gap: 3px; font-size: .67rem; color: var(--g6); font-weight: 700; margin-top: 2px; }

/* ── Newsletter ── */
.mh-newsletter { background: linear-gradient(135deg, var(--g9), var(--g7)); padding: 60px 0; text-align: center; position: relative; overflow: hidden; }
.mh-newsletter::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: rgba(34,197,94,.07); border-radius: 50%; }
.mh-newsletter::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 260px; height: 260px; background: rgba(245,196,0,.05); border-radius: 50%; }
.mh-newsletter__inner { position: relative; z-index: 1; max-width: 540px; margin: 0 auto; }
.mh-newsletter h2 { font-family: var(--fh); font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 900; color: var(--w); margin-bottom: 8px; }
.mh-newsletter p { font-size: .9rem; color: rgba(255,255,255,.7); margin-bottom: 26px; }
.mh-newsletter__form { display: flex; border-radius: var(--pill); overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.28); }
.mh-newsletter__input { flex: 1; border: none; padding: 14px 20px; font-size: .88rem; background: var(--w); color: var(--n8); }
.mh-newsletter__input:focus { outline: none; }
.mh-newsletter__btn { background: var(--acc); color: var(--n9); padding: 0 26px; font-family: var(--fh); font-weight: 800; font-size: .88rem; transition: background var(--ease); cursor: pointer; border: none; }
.mh-newsletter__btn:hover { background: var(--acc2); }

/* ── Footer ── */
.mh-footer { background: var(--n9); color: rgba(255,255,255,.6); }
.mh-footer__top { padding: 56px 0 44px; border-bottom: 1px solid rgba(255,255,255,.07); }
.mh-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 44px; }
.mh-footer__logo { color: var(--w); margin-bottom: 14px; display: inline-flex; }
.mh-footer__desc { font-size: .81rem; line-height: 1.75; color: rgba(255,255,255,.5); margin-bottom: 18px; max-width: 272px; }
.mh-footer__social { display: flex; gap: 7px; }
.mh-footer__social-btn { width: 36px; height: 36px; border-radius: var(--r8); background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; transition: background var(--ease); text-decoration: none; }
.mh-footer__social-btn:hover { background: var(--g6); }
.mh-footer__social-btn svg { width: 15px; height: 15px; stroke: var(--w); fill: none; }
.mh-footer__col h4 { font-family: var(--fh); font-weight: 800; font-size: .87rem; color: var(--w); margin-bottom: 14px; letter-spacing: .2px; }
.mh-footer__links li { margin-bottom: 9px; }
.mh-footer__links a { font-size: .81rem; color: rgba(255,255,255,.5); transition: all var(--ease); display: flex; align-items: center; gap: 6px; text-decoration: none; }
.mh-footer__links a:hover { color: var(--w); padding-left: 4px; }
.mh-footer__contact { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; font-size: .8rem; color: rgba(255,255,255,.52); }
.mh-footer__contact svg { width: 14px; height: 14px; stroke: var(--g3); fill: none; flex-shrink: 0; margin-top: 3px; }
.mh-footer__apps { display: flex; gap: 7px; margin-top: 13px; flex-wrap: wrap; }
.mh-footer__app { background: rgba(255,255,255,.08); border-radius: var(--r8); padding: 6px 12px; font-size: .72rem; font-weight: 700; color: var(--w); display: flex; align-items: center; gap: 5px; transition: background var(--ease); text-decoration: none; }
.mh-footer__app:hover { background: rgba(255,255,255,.14); color: var(--w); }
.mh-footer__bottom { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; flex-wrap: wrap; gap: 10px; }
.mh-footer__copy { font-size: .74rem; color: rgba(255,255,255,.3); }
.mh-footer__payments { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.mh-footer__pay { background: rgba(255,255,255,.08); border-radius: 4px; padding: 3px 9px; font-size: .67rem; font-weight: 700; color: rgba(255,255,255,.42); }

/* ── Mobile Bottom Nav ── */
.mh-bottom-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,.97); backdrop-filter: blur(20px); border-top: 1px solid var(--n2); z-index: 900; padding-bottom: env(safe-area-inset-bottom); }
.mh-bottom-nav__row { display: flex; }
.mh-bottom-nav__item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 9px 4px; gap: 2px; font-size: .59rem; font-weight: 700; color: var(--n4); transition: color var(--ease); text-decoration: none; position: relative;     padding: 10px 32px 10px 32px; }
.mh-bottom-nav__item.active, .mh-bottom-nav__item:hover { color: var(--g6); }
.mh-bottom-nav__item svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.mh-bottom-nav__badge { position: absolute; top: 5px; right: calc(50% - 16px); background: var(--red); color: var(--w); font-size: .54rem; font-weight: 900; min-width: 14px; height: 14px; border-radius: var(--pill); display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--w); padding: 0 2px; }

/* ── Back to Top ── */
.mh-btt { position: fixed; bottom: 80px; right: 18px; width: 44px; height: 44px; border-radius: 50%; background: var(--g6); color: var(--w); display: flex; align-items: center; justify-content: center; box-shadow: var(--shg); z-index: 500; cursor: pointer; opacity: 0; pointer-events: none; transition: all var(--ease); border: none; }
.mh-btt.is-visible { opacity: 1; pointer-events: all; }
.mh-btt:hover { background: var(--g7); transform: translateY(-3px); }
.mh-btt svg { width: 18px; height: 18px; stroke: var(--w); fill: none; stroke-width: 2.5; }

/* WhatsApp */
.mh-wa { position: fixed; bottom: 134px; right: 18px; width: 48px; height: 48px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.45); z-index: 500; transition: all var(--ease); text-decoration: none; }
.mh-wa:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(37,211,102,.55); }
.mh-wa svg { width: 24px; height: 24px; fill: var(--w); }

/* ── WooCommerce Shop Page / Archive ── */
.mh-shop-page { padding: 24px 0 60px; }
.mh-shop-layout { display: grid; grid-template-columns: 272px 1fr; gap: 22px; align-items: start; }
/* Filter Sidebar */
.mh-filter-sidebar { background: var(--w); border: 1.5px solid var(--n2); border-radius: var(--r20); overflow: hidden; position: sticky; top: calc(var(--hh) + var(--nh) + 16px); }
.mh-filter-sidebar__head { background: linear-gradient(90deg, var(--g8), var(--g7)); padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; }
.mh-filter-sidebar__head h3 { font-family: var(--fh); font-size: .9rem; font-weight: 800; color: var(--w); display: flex; align-items: center; gap: 8px; }
.mh-filter-sidebar__head h3 svg { width: 15px; height: 15px; stroke: var(--w); fill: none; stroke-width: 2; }
.mh-filter-clear { font-size: .74rem; color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); padding: 4px 10px; border-radius: var(--pill); cursor: pointer; transition: background var(--ease); border: none; }
.mh-filter-clear:hover { background: rgba(255,255,255,.22); color: rgba(255,255,255,.75); }
/* Filter Groups */
.mh-fg { border-bottom: 1px solid var(--n1); }
.mh-fg:last-child { border-bottom: none; }
.mh-fg__toggle { display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; cursor: pointer; transition: background var(--ease); user-select: none; }
.mh-fg__toggle:hover { background: var(--n0); }
.mh-fg__title { font-family: var(--fh); font-weight: 800; font-size: .86rem; color: var(--n9); }
.mh-fg__toggle svg { width: 14px; height: 14px; stroke: var(--n4); fill: none; stroke-width: 2.5; transition: transform var(--ease); }
.mh-fg__toggle.is-open svg { transform: rotate(180deg); }
.mh-fg__body { padding: 4px 20px 14px; display: none; }
.mh-fg__body.is-open { display: block; }
/* Filter Options */
.mh-fopt { display: flex; align-items: center; gap: 9px; padding: 5px 0; cursor: pointer; }
.mh-fopt input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--g6); cursor: pointer; flex-shrink: 0; }
.mh-fopt__label { display: flex; align-items: center; justify-content: space-between; flex: 1; }
.mh-fopt__label span { font-size: .83rem; color: var(--n7); }
.mh-fopt__count { font-size: .69rem; color: var(--n4); background: var(--n1); padding: 1px 7px; border-radius: var(--pill); }
.mh-fopt:hover .mh-fopt__label span { color: var(--g7); }
/* Price range */
.mh-price-inputs { display: flex; gap: 7px; align-items: center; margin-top: 10px; }
.mh-price-input { flex: 1; border: 1.5px solid var(--n2); border-radius: var(--r8); padding: 8px 10px; font-size: .81rem; text-align: center; outline: none; transition: border-color var(--ease); font-family: var(--fb); }
.mh-price-input:focus { border-color: var(--g5); }
.mh-price-slider { width: 100%; margin-top: 10px; accent-color: var(--g6); }
.mh-price-presets { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 10px; }
.mh-pp { background: var(--n1); border: 1.5px solid var(--n2); padding: 5px 10px; border-radius: var(--pill); font-size: .71rem; font-weight: 700; cursor: pointer; transition: all var(--ease); color: var(--n6); white-space: nowrap; border-button: none; }
.mh-pp.active, .mh-pp:hover { background: var(--g0); border-color: var(--g5); color: var(--g7); }
/* Brand search */
.mh-brand-search { position: relative; margin-bottom: 8px; }
.mh-brand-search input { width: 100%; border: 1.5px solid var(--n2); border-radius: var(--r8); padding: 7px 10px 7px 28px; font-size: .79rem; outline: none; transition: border-color var(--ease); font-family: var(--fb); }
.mh-brand-search input:focus { border-color: var(--g5); }
.mh-brand-search svg { position: absolute; left: 9px; top: 50%; transform: translateY(-50%); width: 13px; height: 13px; stroke: var(--n4); fill: none; pointer-events: none; }
/* Rating */
.mh-ropt { display: flex; align-items: center; gap: 8px; padding: 5px 0; cursor: pointer; }
.mh-ropt input { accent-color: var(--g6); cursor: pointer; width: 14px; height: 14px; }
.mh-ropt__stars { display: flex; gap: 1px; }
.mh-ropt__stars svg { width: 12px; height: 12px; fill: var(--acc); }
.mh-ropt__count { margin-left: auto; font-size: .69rem; color: var(--n4); background: var(--n1); padding: 1px 7px; border-radius: var(--pill); }
/* Filter footer */
.mh-filter-footer { padding: 14px 20px; background: var(--n0); display: flex; gap: 8px; border-top: 1px solid var(--n2); }
.mh-filter-apply { flex: 2; background: var(--g6); color: var(--w); padding: 10px; border-radius: var(--r8); font-family: var(--fh); font-weight: 800; font-size: .86rem; transition: background var(--ease); cursor: pointer; border: none; }
.mh-filter-apply:hover { background: var(--g7); }
.mh-filter-reset { flex: 1; background: var(--w); border: 1.5px solid var(--n2); color: var(--n7); padding: 10px; border-radius: var(--r8); font-weight: 700; font-size: .81rem; transition: all var(--ease); cursor: pointer; }
.mh-filter-reset:hover { background: var(--n1); }

/* Active filter tags */
.mh-active-tags { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-bottom: 14px; padding: 10px 14px; background: var(--g0); border-radius: var(--r12); border: 1px solid var(--g2); }
.mh-active-tags__label { font-size: .77rem; font-weight: 800; color: var(--g7); white-space: nowrap; }
.mh-ftag { display: inline-flex; align-items: center; gap: 5px; background: var(--w); border: 1.5px solid var(--g4); color: var(--g7); font-size: .76rem; font-weight: 700; padding: 4px 10px; border-radius: var(--pill); cursor: pointer; transition: all var(--ease); border-button: none; }
.mh-ftag:hover { background: var(--red-s); border-color: var(--red); color: var(--red); }
.mh-active-tags__clear { margin-left: auto; font-size: .76rem; font-weight: 700; color: var(--red); cursor: pointer; white-space: nowrap; background: none; border: none; }
.mh-active-tags__clear:hover { text-decoration: underline; }

/* Mobile filter chips */
.mh-mobile-filters { display: none; gap: 8px; overflow-x: auto; padding: 12px 0 4px; scrollbar-width: none; }
.mh-mobile-filters::-webkit-scrollbar { display: none; }
.mh-mfb { flex-shrink: 0; background: var(--w); border: 1.5px solid var(--n2); padding: 7px 14px; border-radius: var(--pill); font-size: .8rem; font-weight: 700; cursor: pointer; transition: all var(--ease); display: flex; align-items: center; gap: 5px; color: var(--n6); white-space: nowrap; }
.mh-mfb.active, .mh-mfb:hover { background: var(--g0); border-color: var(--g5); color: var(--g7); }
.mh-mfb svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Sort Bar */
.mh-sort-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 12px 16px; background: var(--n0); border-radius: var(--r12); border: 1.5px solid var(--n2); margin-bottom: 16px; }
.mh-sort-bar__info { font-size: .84rem; color: var(--n5); }
.mh-sort-bar__info strong { color: var(--n9); }
.mh-sort-bar__right { display: flex; align-items: center; gap: 10px; }
.mh-sort-select { border: 1.5px solid var(--n2); border-radius: var(--r8); padding: 7px 12px; font-size: .81rem; outline: none; background: var(--w); cursor: pointer; color: var(--n7); font-family: var(--fb); transition: border-color var(--ease); }
.mh-sort-select:focus { border-color: var(--g5); }
.mh-view-toggle { display: flex; gap: 3px; }
.mh-vbtn { width: 34px; height: 34px; border-radius: var(--r8); display: flex; align-items: center; justify-content: center; background: var(--n1); border: 1.5px solid var(--n2); cursor: pointer; transition: all var(--ease); color: var(--n5); }
.mh-vbtn.active, .mh-vbtn:hover { background: var(--g0); border-color: var(--g5); color: var(--g7); }
.mh-vbtn svg { width: 14px; height: 14px; fill: currentColor; }

/* Pagination */
.mh-pagination { display: flex; justify-content: center; align-items: center; gap: 6px; flex-wrap: wrap; margin-top: 40px; }
.mh-pagination .page-numbers { min-width: 40px; height: 40px; border-radius: var(--r8); display: flex; align-items: center; justify-content: center; font-size: .87rem; font-weight: 700; border: 1.5px solid var(--n2); color: var(--n6); transition: all var(--ease); cursor: pointer; background: var(--w); padding: 0 8px; text-decoration: none; }
.mh-pagination .page-numbers.current, .mh-pagination .page-numbers:hover { background: var(--g6); border-color: var(--g6); color: var(--w); }
.mh-pagination .page-numbers.dots { border: none; background: none; color: var(--n4); cursor: default; }

/* ── WooCommerce Product Page Overrides ── */
.woocommerce div.product { margin: 0; padding: 0; }
.woocommerce div.product .woocommerce-product-gallery { border-radius: var(--r20); overflow: hidden; border: 1.5px solid var(--n2); }
.woocommerce div.product .product_title { font-family: var(--fh); font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 900; color: var(--n9); margin-bottom: 12px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { font-family: var(--fh); font-weight: 900; font-size: 1.6rem; color: var(--g7); }
.woocommerce div.product p.price del { font-size: 1rem; color: var(--n4); opacity: 1; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 14px; }
.woocommerce .star-rating span { color: var(--acc); }
.woocommerce .star-rating::before { color: var(--n3); }
.woocommerce .single_add_to_cart_button { background: var(--g6); color: var(--w); border: none; border-radius: var(--pill); font-family: var(--fh); font-weight: 800; font-size: .96rem; padding: 14px 32px; transition: all var(--ease); box-shadow: var(--shg); }
.woocommerce .single_add_to_cart_button:hover { background: var(--g7); transform: translateY(-2px); }
.woocommerce .quantity input { border: 1.5px solid var(--n2); border-radius: var(--r8); font-family: var(--fh); font-weight: 700; font-size: 1rem; padding: 10px 14px; text-align: center; outline: none; transition: border-color var(--ease); }
.woocommerce .quantity input:focus { border-color: var(--g5); }
/* Cart */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { background: var(--g6); border-radius: var(--pill); font-family: var(--fh); font-weight: 800; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover { background: var(--g7); }
/* Checkout */
.woocommerce #payment #place_order { background: var(--g6); border-radius: var(--pill); font-family: var(--fh); font-weight: 800; }
/* Notices */
.woocommerce-message, .woocommerce-info { border-top-color: var(--g6); }
.woocommerce-message .button, .woocommerce-info .button { background: var(--g6); color: var(--w); border-radius: var(--pill); font-family: var(--fh); }

/* ── Page Header ── */
.mh-page-header { background: linear-gradient(135deg, var(--g0), rgba(220,252,231,.4)); border-bottom: 1px solid var(--g2); padding: 20px 0; }
.mh-page-header__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.mh-page-header h1 { font-family: var(--fh); font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 900; color: var(--g8); }
.mh-page-header__meta { font-size: .83rem; color: var(--n5); margin-top: 3px; }
.mh-cat-pills { display: flex; gap: 8px; overflow-x: auto; padding: 14px 0 2px; scrollbar-width: none; }
.mh-cat-pills::-webkit-scrollbar { display: none; }
.mh-cpill { flex-shrink: 0; background: var(--w); border: 1.5px solid var(--n2); padding: 7px 15px; border-radius: var(--pill); font-size: .8rem; font-weight: 700; cursor: pointer; transition: all var(--ease); color: var(--n6); white-space: nowrap; text-decoration: none; display: inline-block; }
.mh-cpill.active, .mh-cpill:hover { background: var(--g0); border-color: var(--g5); color: var(--g7); }

/* ── Toast Notifications ── */
#mh-toasts { position: fixed; bottom: 82px; right: 18px; z-index: 9999; display: flex; flex-direction: column; gap: 7px; pointer-events: none; }
.mh-toast { background: var(--n8); color: var(--w); padding: 10px 18px; border-radius: var(--pill); font-size: .82rem; font-weight: 700; box-shadow: 0 4px 20px rgba(0,0,0,.2); transform: translateX(140%); transition: transform .26s cubic-bezier(.4,0,.2,1); white-space: nowrap; pointer-events: none; font-family: var(--fb); }
.mh-toast.is-visible { transform: translateX(0); }

/* ── Responsive ── */
@media (max-width: 1200px) {
  .mh-products-grid { grid-template-columns: repeat(4, 1fr); }
  .mh-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .mh-brands { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
  .mh-mega-drop { width: 640px; }
  .mh-mega-wrap:hover .mh-mega-drop { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .mh-hero__inner { grid-template-columns: 1fr; }
  .mh-hero__visual { display: none; }
  .mh-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .mh-trust__item:nth-child(2) { border-right: none; }
  .mh-trust__item:nth-child(3) { border-top: 1px solid var(--g2); }
  .mh-trust__item:nth-child(4) { border-top: 1px solid var(--g2); border-right: none; }
  .mh-concerns { grid-template-columns: repeat(2, 1fr); }
  .mh-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .mh-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .mh-promos { grid-template-columns: 1fr 1fr; }
  .mh-qa__grid { grid-template-columns: repeat(2, 1fr); }
  .mh-lab__grid { grid-template-columns: 1fr; }
  .mh-consult { grid-template-columns: 1fr; }
  .mh-consult__badge { display: none; }
  .mh-shop-layout { grid-template-columns: 1fr; }
  .mh-filter-sidebar { display: none; }
  .mh-mobile-filters { display: flex; }
}
@media (max-width: 768px) {
  :root { --hh: 60px; }
  .mh-container { padding: 0 16px; }
  .mh-section { padding: 44px 0; }
  .mh-section-sm { padding: 32px 0; }
  /* Announcement bar: compact single-line, swipe to see all offers */
  .mh-ann { font-size: .72rem; padding: 7px 0; }
  .mh-ann__row { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; gap: 14px; scrollbar-width: none; -ms-overflow-style: none; }
  .mh-ann__row::-webkit-scrollbar { display: none; }
  .mh-ann__row > span { white-space: nowrap; flex-shrink: 0; }
  /* ── Mobile header: logo (left) + hamburger menu (right) only.
     Search, Cart and Account live in the fixed bottom bar + drawer. */
  .mh-header__inner { gap: 8px; height: 56px; }
  .mh-logo { font-size: 1.2rem; }
  .mh-search { display: none; }
  .mh-header__actions { margin-left: auto; gap: 2px; }
  .mh-header__actions .mh-hact,
  .mh-rx-btn { display: none; }
  .mh-nav { display: none; }
  .mh-mega-wrap { display: none; }
  .mh-mobile-toggle { display: flex; }
  .mh-bottom-nav { display: flex; }
  body { padding-bottom: 66px; }
  .mh-products-grid { grid-template-columns: repeat(2, 1fr); }
  .mh-blog-grid { grid-template-columns: 1fr; }
  .mh-reviews-grid { grid-template-columns: 1fr; }
  .mh-footer__grid { grid-template-columns: 1fr; }
  .mh-promos { grid-template-columns: 1fr; }
  .mh-concerns { grid-template-columns: 1fr; }
  .mh-newsletter__form { flex-direction: column; border-radius: var(--r20); }
  .mh-newsletter__btn { padding: 14px; }
  .mh-stats { grid-template-columns: repeat(2, 1fr); }
  .mh-stat:nth-child(2) { border-right: none; }
  .mh-stat:nth-child(3) { border-top: 1px solid var(--g2); }
  .mh-brands { grid-template-columns: repeat(3, 1fr); }
  .mh-footer__bottom { flex-direction: column; text-align: center; }
  .mh-lab__tests { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .mh-qa__grid { grid-template-columns: 1fr; }
  .mh-hero__btns { flex-direction: column; }
  .mh-hero__stats { flex-direction: column; gap: 14px; }
  .mh-brands { grid-template-columns: repeat(2, 1fr); }
  .mh-flash__inner { flex-direction: column; align-items: flex-start; }
}

/* ── Accessibility ── */
:focus-visible { outline: 3px solid var(--g5); outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── WooCommerce Skeleton / Loading ── */
@keyframes mhShimmer { 0%{background-position:200% 0}100%{background-position:-200% 0} }
.mh-skeleton { background: linear-gradient(90deg, var(--n1) 25%, var(--n2) 50%, var(--n1) 75%); background-size: 200% 100%; animation: mhShimmer 1.5s infinite; border-radius: var(--r8); }


/* ============================================================
   PRODUCT DETAILS PAGE — reference-style open layout
============================================================ */
.mh-pdp-top { display: grid; grid-template-columns: 4fr 6fr; gap: 40px; align-items: start; }
/* Sticky product image: stays in view while the right-side content scrolls,
   releases naturally when the .mh-pdp-top section ends (long description below). */
.mh-pdp-top .mh-single-product__gallery { position: sticky; top: calc(var(--hh) + var(--nh) + 16px); align-self: start; }
/* gallery fills its 40% column (override WooCommerce default 48% float) */
.mh-pdp-top .mh-single-product__gallery,
.mh-pdp-top .mh-single-product__gallery .woocommerce-product-gallery { width: 100%; max-width: 100%; float: none; margin: 0; }

.mh-pdp-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; font-size: .86rem; }
.mh-pdp-rating__count { color: var(--n7); font-weight: 700; text-decoration: none; }
.mh-pdp-rating__count:hover { color: var(--g7); text-decoration: underline; }
.mh-pdp-rating__sep { color: var(--n3); }
.mh-pdp-rating__add { color: var(--g6); font-weight: 700; text-decoration: none; }
.mh-pdp-rating__add:hover { text-decoration: underline; }

.mh-pdp-section { margin-top: 36px; }
.mh-pdp-reviews { scroll-margin-top: 90px; }

/* Rich-text rendering of the long product description (What is / Benefits / etc.) */
.mh-pdp-rte { color: var(--n8); font-size: 1rem; line-height: 1.75; }
.mh-pdp-rte > :first-child { margin-top: 0; }
.mh-pdp-rte h2 { font-size: 1.4rem; font-weight: 800; color: var(--g9); margin: 28px 0 12px; line-height: 1.3; }
.mh-pdp-rte h3 { font-size: 1.12rem; font-weight: 800; color: var(--g8); margin: 22px 0 10px; }
.mh-pdp-rte h4 { font-size: 1rem; font-weight: 800; color: var(--n9); margin: 18px 0 8px; }
.mh-pdp-rte p { margin: 0 0 14px; }
.mh-pdp-rte ul, .mh-pdp-rte ol { margin: 0 0 16px; padding-left: 22px; }
.mh-pdp-rte li { margin-bottom: 7px; }
.mh-pdp-rte a { color: var(--g6); font-weight: 600; text-decoration: underline; }
.mh-pdp-rte img { max-width: 100%; height: auto; border-radius: var(--r12); }
.mh-pdp-rte table { width: 100%; border-collapse: collapse; margin: 0 0 18px; font-size: .94rem; }
.mh-pdp-rte th, .mh-pdp-rte td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--n2); }
.mh-pdp-rte thead th { background: var(--g0); color: var(--g9); font-weight: 800; }

.mh-pdp-disclaimer { margin-top: 36px; padding: 16px 18px; background: var(--n1); border: 1px solid var(--n2); border-radius: var(--r12); color: var(--n6); font-size: .84rem; line-height: 1.65; }
.mh-pdp-disclaimer strong { color: var(--n8); }

@media (max-width: 900px) {
  .mh-pdp-top { grid-template-columns: 1fr; gap: 24px; }
  .mh-pdp-top .mh-single-product__gallery { position: static; top: auto; }
}
@media (max-width: 768px) {
  .mh-pdp-rte h2 { font-size: 1.22rem; }
}

/* ============================================================
   PDP — FAQs + Reviews
============================================================ */
.mh-pdp-h2 { font-size: 1.5rem; font-weight: 800; color: var(--g9); margin: 0 0 18px; }

/* FAQ accordion (native <details>) */
.mh-faq__list { display: flex; flex-direction: column; gap: 10px; }
.mh-faq__item { border: 1px solid var(--n2); border-radius: var(--r12); background: var(--w); overflow: hidden; transition: border-color var(--ease); }
.mh-faq__item[open] { border-color: var(--g2); box-shadow: var(--sh1); }
.mh-faq__q { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 18px; cursor: pointer; font-weight: 700; color: var(--n9); font-size: .97rem; list-style: none; }
.mh-faq__q::-webkit-details-marker { display: none; }
.mh-faq__q:hover { color: var(--g7); }
.mh-faq__ico { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: var(--g6); stroke-width: 2.5; transition: transform var(--ease); }
.mh-faq__item[open] .mh-faq__ico { transform: rotate(180deg); }
.mh-faq__a { padding: 0 18px 16px; color: var(--n7); line-height: 1.7; font-size: .95rem; }
.mh-faq__a p { margin: 0 0 10px; }
.mh-faq__a p:last-child { margin-bottom: 0; }

/* Reviews summary */
.mh-rev-summary { display: grid; grid-template-columns: 180px 150px 1fr; gap: 28px; align-items: center; padding: 24px; background: var(--g0); border: 1px solid var(--g2); border-radius: var(--r16); margin-bottom: 26px; }
.mh-rev-summary__score { text-align: center; }
.mh-rev-summary__num { font-size: 3rem; font-weight: 800; color: var(--g8); line-height: 1; }
.mh-rev-summary__stars { margin: 8px 0 4px; }
.mh-rev-summary__count { font-size: .85rem; color: var(--n6); font-weight: 600; }
.mh-rev-summary__bars { display: flex; flex-direction: column; gap: 7px; }
.mh-rev-bar { display: grid; grid-template-columns: 38px 1fr 42px; align-items: center; gap: 10px; font-size: .82rem; color: var(--n6); }
.mh-rev-bar__label { font-weight: 700; color: var(--n7); white-space: nowrap; }
.mh-rev-bar__track { height: 8px; background: var(--n2); border-radius: var(--pill); overflow: hidden; }
.mh-rev-bar__fill { display: block; height: 100%; background: var(--acc); border-radius: var(--pill); }
.mh-rev-bar__pct { text-align: right; font-weight: 600; }

/* WooCommerce review list + form */
.mh-pdp-reviews .woocommerce-Reviews-title { display: none; }
.mh-pdp-reviews .commentlist { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.mh-pdp-reviews .comment_container { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--n2); border-radius: var(--r12); background: var(--w); }
.mh-pdp-reviews .comment_container img.avatar { width: 44px; height: 44px; border-radius: 50%; margin: 0; }
.mh-pdp-reviews .comment-text { flex: 1; }
.mh-pdp-reviews .meta { font-size: .9rem; color: var(--n6); margin-bottom: 6px; }
.mh-pdp-reviews .woocommerce-review__author { font-weight: 700; color: var(--n9); }
.mh-pdp-reviews #respond { border: 1px solid var(--n2); border-radius: var(--r16); padding: 22px; background: var(--n0); margin-top: 8px; }
.mh-pdp-reviews #reply-title { font-size: 1.15rem; font-weight: 800; color: var(--g9); margin: 0 0 14px; display: block; }
.mh-pdp-reviews .comment-form-rating label,
.mh-pdp-reviews .comment-form-comment label,
.mh-pdp-reviews .comment-form-author label,
.mh-pdp-reviews .comment-form-email label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--n8); font-size: .9rem; }
.mh-pdp-reviews textarea,
.mh-pdp-reviews input[type=text],
.mh-pdp-reviews input[type=email] { width: 100%; padding: 11px 14px; border: 1.5px solid var(--n2); border-radius: var(--r12); font: inherit; background: var(--w); }
.mh-pdp-reviews textarea:focus,
.mh-pdp-reviews input:focus { outline: none; border-color: var(--g4); }
.mh-pdp-reviews .form-submit input,
.mh-pdp-reviews #submit { background: var(--g6); color: #fff; border: 0; border-radius: var(--pill); padding: 12px 28px; font-weight: 700; cursor: pointer; transition: background var(--ease); }
.mh-pdp-reviews .form-submit input:hover,
.mh-pdp-reviews #submit:hover { background: var(--g7); }
.mh-pdp-reviews p.stars a { color: var(--acc); }

@media (max-width: 600px) {
  .mh-rev-summary { grid-template-columns: 1fr; gap: 18px; }
}

/* ============================================================
   PDP REVIEWS — head, recommend, form, cards, buttons
============================================================ */
.mh-reviews__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }

.mh-rev-summary__rec { text-align: center; border-left: 1px solid var(--g2); border-right: 1px solid var(--g2); padding: 0 12px; }
.mh-rev-summary__recpct { font-size: 1.9rem; font-weight: 800; color: var(--g7); line-height: 1; }
.mh-rev-summary__reclbl { font-size: .78rem; color: var(--n6); margin-top: 6px; line-height: 1.35; }

/* Write a Review button */
.mh-btn-write { background: var(--g6); color: #fff; border: 0; border-radius: var(--pill); padding: 11px 22px; font-weight: 700; font-size: .92rem; cursor: pointer; transition: background var(--ease); }
.mh-btn-write:hover { background: var(--g7); }

/* Review form (toggle) */
.mh-review-form { border: 1px solid var(--n2); border-radius: var(--r16); padding: 22px; background: var(--n0); margin-bottom: 26px; }
.mh-review-form__title { font-size: 1.12rem; font-weight: 800; color: var(--g9); margin: 0 0 14px; }
.mh-rf__field { margin-bottom: 14px; }
.mh-rf__field > label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--n8); font-size: .9rem; }
.mh-rf__field > label span { color: var(--red); }
.mh-rf__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mh-review-form textarea,
.mh-review-form input[type=text],
.mh-review-form input[type=email] { width: 100%; padding: 11px 14px; border: 1.5px solid var(--n2); border-radius: var(--r12); font: inherit; background: var(--w); }
.mh-review-form textarea:focus,
.mh-review-form input:focus { outline: none; border-color: var(--g4); }
.mh-rf__stars { display: inline-flex; gap: 4px; }
.mh-rf__star { background: none; border: 0; font-size: 1.8rem; line-height: 1; color: var(--n3); cursor: pointer; padding: 0; transition: color .12s; }
.mh-rf__star.is-on { color: var(--acc); }
.mh-rf__msg { display: none; padding: 10px 14px; border-radius: var(--r12); font-size: .88rem; margin-bottom: 14px; }
.mh-rf__msg.is-ok  { display: block; background: var(--g0); color: var(--g8); border: 1px solid var(--g2); }
.mh-rf__msg.is-err { display: block; background: #fdecec; color: #b3261e; border: 1px solid #f5c2c0; }
.mh-btn-submit-review { background: var(--acc); color: var(--g9); border: 0; border-radius: var(--pill); padding: 12px 30px; font-weight: 800; cursor: pointer; transition: filter var(--ease); }
.mh-btn-submit-review:hover { filter: brightness(.95); }
.mh-btn-submit-review.is-loading { opacity: .6; pointer-events: none; }

/* Review cards */
.mh-reviews__list { display: flex; flex-direction: column; gap: 14px; }
.mh-rev-card { padding: 18px; border: 1px solid var(--n2); border-radius: var(--r12); background: var(--w); }
.mh-rev-card--hidden { display: none; }
.mh-rev-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.mh-rev-card__author { font-weight: 700; color: var(--n9); }
.mh-rev-card__date { font-size: .82rem; color: var(--n5); }
.mh-rev-card__stars { color: var(--acc); font-size: .95rem; margin-bottom: 8px; }
.mh-rev-card__text { color: var(--n7); line-height: 1.65; font-size: .95rem; }
.mh-rev-card__text p:last-child { margin-bottom: 0; }
.mh-reviews__empty { color: var(--n6); padding: 8px 0; }

/* See all reviews */
.mh-btn-seeall { display: inline-block; margin-top: 18px; background: var(--w); color: var(--g7); border: 1.5px solid var(--g3); border-radius: var(--pill); padding: 11px 26px; font-weight: 700; cursor: pointer; transition: all var(--ease); }
.mh-btn-seeall:hover { background: var(--g0); border-color: var(--g5); }

@media (max-width: 700px) {
  .mh-rev-summary { grid-template-columns: 1fr; gap: 16px; }
  .mh-rev-summary__rec { border: 0; border-top: 1px solid var(--g2); border-bottom: 1px solid var(--g2); padding: 14px 0; }
  .mh-rf__row { grid-template-columns: 1fr; }
}

/* ============================================================
   DEDICATED PRODUCT REVIEWS PAGE
============================================================ */
.mh-crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: .86rem; color: var(--n5); margin-bottom: 18px; }
.mh-crumbs a { color: var(--n6); text-decoration: none; }
.mh-crumbs a:hover { color: var(--g7); text-decoration: underline; }
.mh-crumbs span { color: var(--n4); }
.mh-revpage__title { font-size: 1.9rem; font-weight: 800; color: var(--n9); margin: 0 0 22px; }
.mh-revpage__filters { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.mh-revpage__filters label { font-weight: 600; color: var(--n7); font-size: .9rem; display: inline-flex; align-items: center; gap: 8px; }
.mh-revpage__filters select { padding: 8px 12px; border: 1.5px solid var(--n2); border-radius: var(--r12); background: var(--w); font: inherit; cursor: pointer; }
.mh-revpage__filters select:focus { outline: none; border-color: var(--g4); }
.mh-revpage__count { font-weight: 700; color: var(--n8); margin: 0 0 16px; }
.mh-revpage__pager { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.mh-pg { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border: 1.5px solid var(--n2); border-radius: var(--r12); color: var(--n7); text-decoration: none; font-weight: 700; transition: all var(--ease); }
.mh-pg:hover { border-color: var(--g4); color: var(--g7); }
.mh-pg.is-active { background: var(--g6); border-color: var(--g6); color: #fff; }

/* ============================================================
   MOBILE POLISH — drawer admin menu + reviews page
============================================================ */
/* Admin menu rendered inside the mobile drawer (ul/li) */
.mh-drawer__menu { list-style: none; margin: 0; padding: 0; }
.mh-drawer__menu li { position: relative; }
.mh-drawer__menu a { display: block; padding: 13px 20px; font-size: .9rem; font-weight: 700; color: var(--n7); border-bottom: 1px solid var(--n1); text-decoration: none; transition: all var(--ease); }
.mh-drawer__menu a:hover, .mh-drawer__menu .current-menu-item > a { background: var(--g0); color: var(--g7); }
.mh-drawer__menu .sub-menu { list-style: none; margin: 0; padding: 0; background: var(--n0); }
.mh-drawer__menu .sub-menu a { padding-left: 40px; font-weight: 600; font-size: .86rem; color: var(--n6); }
.mh-drawer__menu .sub-menu .sub-menu a { padding-left: 56px; }

/* Reviews page — tighten for mobile */
@media (max-width: 768px) {
  .mh-revpage__title { font-size: 1.4rem; margin-bottom: 16px; }
  .mh-revpage__filters { gap: 10px; }
  .mh-revpage__filters select { flex: 1; min-width: 0; }
  .mh-reviews__head { gap: 12px; }
  .mh-reviews__head .mh-btn-write { width: 100%; }
  .mh-rev-card__top { flex-wrap: wrap; gap: 4px; }
  .mh-pg { min-width: 34px; height: 34px; }
  .mh-pdp-section, .mh-pdp-disclaimer { margin-top: 26px; }
}
@media (max-width: 480px) {
  .mh-rev-summary__num { font-size: 2.4rem; }
  .mh-rev-summary__recpct { font-size: 1.6rem; }
  .mh-revpage__title { font-size: 1.25rem; }
}

/* ============================================================
   PERFORMANCE — lazy render + reveal on scroll
============================================================ */
/* Browser skips rendering off-screen sections until near the viewport
   (lighter initial render → faster LCP). Hero is NOT a .mh-section, so it
   always renders immediately. */
.mh-section, .mh-section-sm { content-visibility: auto; contain-intrinsic-size: auto 520px; }

/* Client-side reveal-on-scroll. Gated behind .mh-js (added in <head> before
   paint) so there is no flash and content stays visible if JS is off. */
.mh-js .mh-section, .mh-js .mh-section-sm { opacity: 0; transform: translateY(26px); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1); }
.mh-js .mh-section.is-in, .mh-js .mh-section-sm.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .mh-js .mh-section, .mh-js .mh-section-sm { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   HORIZONTAL SLIDER (category row) — arrows on desktop, swipe on mobile
============================================================ */
.mh-slider { position: relative; }
.mh-slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 40px; height: 40px; border-radius: 50%; background: var(--w); border: 1.5px solid var(--n2); box-shadow: var(--sh2); color: var(--g7); font-size: 1.5rem; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: opacity var(--ease), background var(--ease), color var(--ease), border-color var(--ease); }
.mh-slider__arrow:hover { background: var(--g6); color: #fff; border-color: var(--g6); }
.mh-slider__arrow--prev { left: -10px; }
.mh-slider__arrow--next { right: -10px; }
.mh-slider__arrow.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
@media (max-width: 768px) {
  .mh-slider__arrow { display: none; }            /* mobile = swipe */
  .mh-cat__card { width: 104px; padding: 14px 8px; }
  .mh-cat__icon { width: 52px; height: 52px; font-size: 1.4rem; }
}

/* Home product rows -> horizontal slider on BOTH desktop & mobile.
   Desktop shows arrows (via .mh-slider); mobile is swipe. PLP grid (#mhProductsGrid) stays a grid. */
.mh-products-grid--slider {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
  gap: 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.mh-products-grid--slider::-webkit-scrollbar { display: none; }
.mh-products-grid--slider > * { flex: 0 0 calc((100% - 4 * 16px) / 5); scroll-snap-align: start; }
@media (max-width: 768px) {
  .mh-products-grid--slider > * { flex: 0 0 46%; }
}
@media (max-width: 480px) {
  .mh-products-grid--slider > * { flex: 0 0 58%; }
}

/* Other homepage card rows -> swipe slider on mobile only (blog stays a grid) */
@media (max-width: 768px) {
  .mh-concerns,
  .mh-brands,
  .mh-qa__grid,
  .mh-reviews-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
  }
  .mh-concerns::-webkit-scrollbar,
  .mh-brands::-webkit-scrollbar,
  .mh-qa__grid::-webkit-scrollbar,
  .mh-reviews-grid::-webkit-scrollbar { display: none; }
  .mh-concerns > *,
  .mh-qa__grid > *      { flex: 0 0 46%; scroll-snap-align: start; }
  .mh-reviews-grid > *  { flex: 0 0 80%; scroll-snap-align: start; }
  .mh-brands > *        { flex: 0 0 31%; scroll-snap-align: start; }
  .mh-reviews-wrap { padding: 16px 14px; }
}
@media (max-width: 480px) {
  .mh-concerns > *,
  .mh-qa__grid > *      { flex: 0 0 58%; }
  .mh-reviews-grid > *  { flex: 0 0 88%; }
  .mh-brands > *        { flex: 0 0 33%; }
}
.mh-single-product__info .price {
    display: none;
}
a {
    color: #13844a;
    text-decoration: underline;
    font-weight: 600;
}
/* Main product row */
.mh-pdp-top {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 2;
    width: 100%;
}
/* Left gallery increase */

/* Woo gallery wrapper */
.mh-pdp-top .woocommerce-product-gallery {
    width: 100% !important;
}
article.mh-product-card {
    margin-top: 10px;
}

/* =========================================================
 * MEDIHEAL - CLEAN TWO-COLUMN CHECKOUT (NO OVERLAP)
 * ========================================================= */

.woocommerce-checkout .woocommerce-info {
    border-top-color: #0b8252;
    background-color: #f4fbf7;
    color: #2c3e50;
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 25px;
}

/* Master Form Wrapper */
.woocommerce-checkout form.checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

/* Left Column Container (Billing + Shipping Stacked) */
.woocommerce-checkout #customer_details {
    flex: 1 1 60%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Separation between Billing and Shipping blocks */
    width: 100%;
}

/* Clear Float & Layout fixes for Columns */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    flex: none;
    background: #ffffff;
    padding: 25px;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

/* Section Titles */
.woocommerce-checkout h3,
.woocommerce-checkout #ship-to-different-address {
    font-size: 18px;
    font-weight: 600;
    color: #1a252c;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f4f8;
}

.woocommerce-checkout #ship-to-different-address label {
    font-size: 18px;
    font-weight: 600;
    color: #1a252c;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Fix Woocommerce Field Row Overlaps */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0; /* Row separation */
    margin: 0 -7.5px;
}

.woocommerce-checkout .form-row {
    padding: 0 7.5px !important;
    margin: 0 0 10px 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 50% !important;
}

/* Form Inputs & Select Boxes */
.woocommerce-checkout .form-row label {
    font-weight: 500;
    font-size: 13px;
    color: #4a5568;
    margin-bottom: 6px;
    display: block;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 14px;
    color: #2d3748;
    box-sizing: border-box;
}

.woocommerce-checkout .form-row textarea {
    height: auto !important;
    min-height: 80px;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .select2-container--default--open .select2-selection--single {
    border-color: #0b8252;
    outline: none;
    box-shadow: 0 0 0 3px rgba(11, 130, 82, 0.15);
}

/* Right Column (Your Order Block) */
.woocommerce-checkout #order_review_heading {
    display: none;
}

.woocommerce-checkout #order_review {
    flex: 1 1 35%;
    min-width: 300px;
    background: #ffffff;
    padding: 25px !important;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 20px;
    box-sizing: border-box;
	margin-top: 20px;
}

.woocommerce-checkout #order_review::before {
    content: "Your Order";
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1a252c;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f4f8;
}

/* Order Summary Table */
.woocommerce-checkout table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: none;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
    font-size: 14px;
    color: #4a5568;
}
.woocommerce-checkout table.shop_table tr.order-total th,
.woocommerce-checkout table.shop_table tr.order-total td {
    font-size: 18px;
    font-weight: 700;
    color: #0b8252;
    border-bottom: none;
}

/* Payment Methods & Place Order Button */
.woocommerce-checkout #payment {
    background: #f8fafc;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #e2e8f0;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.woocommerce-checkout #place_order {
    width: 100%;
    background-color: #0b8252;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
}

.woocommerce-checkout #place_order:hover {
    background-color: #086640;
}

/* Responsive Fix for Mobile & Tablet */
@media (max-width: 768px) {
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100% !important;
    }
    
    .woocommerce-checkout form.checkout {
        flex-direction: column;
    }

    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review {
        flex: 1 1 100%;
        width: 100%;
        position: static;
    }
}
div#custom_checkout_fields {
    display: flex;
}
/* ============================================================
   MH SEARCH OVERLAY GRID STYLES
============================================================ */
/* Container & Header Overflow Fix */
.site-header, 
.header-wrapper, 
.mh-search, 
.mh-search__wrap {
	overflow: visible;
}

.mh-search {
	position: relative;
}

.mh-search__wrap {
	position: relative;
	flex: 1;
}

/* Floating Results Dropdown Modal */
.mh-search__suggestions {
	position: absolute;
	top: calc(100% + 10px);
	left: -110px; /* Aligns grid directly below input bar */
	width: 580px;
	max-width: 90vw;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
	border: 1px solid #e1e8ed;
	z-index: 9999999;
	padding: 18px;
	box-sizing: border-box;
}

.mh-search__results-header {
	font-size: 13px;
	color: #718096;
	margin-bottom: 12px;
	text-align: left;
}

.mh-search__results-header strong {
	color: #1a252c;
}

/* 3-Column Image Cards Grid */
.mh-search__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.mh-search__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px 8px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	text-decoration: none;
	background: #ffffff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mh-search__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.mh-search__card-img {
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}

.mh-search__card-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.mh-search__card-title {
	font-size: 12px;
	font-weight: 600;
	color: #2d3748;
	margin-bottom: 4px;
	line-height: 1.25;
}

.mh-search__card-price {
	font-size: 12px;
	color: #2b6cb0;
	font-weight: 700;
}

@media (max-width: 600px) {
	.mh-search__suggestions {
		left: 0;
		width: 100%;
	}
	.mh-search__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}