/* ── ODUMAN SHARED STYLES ── */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

:root {
  --dark: #17191D;
  --copper: #6F613F;
  --copper-light: #8A7A55;
  --cream: #EDE5D9;
  --warm-white: #F7F4EE;
  --border: #D9CFBD;
  --muted: #625849;
  --muted-dark-bg: rgba(255,255,255,0.72);
  --text: #1A1712;
  --card: #FAFAF8;
  --nav-height: 96px;
  --topbar-height: 40px;
  --cat-bar-height: 54px;
  --search-bar-height: 68px;
  --mobile-search-bar-height: 50px;
  --header-total: calc(var(--nav-height) + var(--cat-bar-height) + var(--search-bar-height));
}

* { box-sizing: border-box; margin: 0; padding: 0; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--warm-white); color: var(--text); font-size: 16.9px; }
a { text-decoration: none; color: inherit; cursor: pointer; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 2000;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  background: #fff;
  color: var(--dark);
  border: 2px solid var(--copper);
  border-radius: 3px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: transform .15s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  outline: 3px solid rgba(111,97,63,.35);
  outline-offset: 2px;
}

.skip-target {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(111,97,63,.45);
  outline-offset: 3px;
}

#nav-placeholder:empty {
  display: block;
  min-height: calc(var(--topbar-height) + var(--nav-height) + var(--cat-bar-height));
  background: var(--warm-white);
}

.admin-impersonation-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  min-height: 42px;
  padding: 8px 18px;
  background: #7A2119;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  position: relative;
  z-index: 500;
}
.admin-impersonation-banner strong {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.admin-impersonation-banner .impersonation-expiry {
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

/* ── TOP BAR ── */
.topbar {
  background: #151510; color: rgba(255,255,255,0.85);
  font-size: 13.28px; letter-spacing: 0.07em; padding: 0 56px;
  height: var(--topbar-height); display: flex; justify-content: space-between; align-items: center; gap: 24px;
}
.topbar-left { display: flex; align-items: center; min-width: 0; color: rgba(255,255,255,0.42); white-space: nowrap; }
.topbar-right { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-left: auto; }
.topbar-right a { color: rgba(255,255,255,0.55); padding: 3px 0; border-radius: 2px; font-size: 13.28px; letter-spacing: 0.1em; transition: all 0.2s; white-space: nowrap; }
.topbar-right a.active, .topbar-right a:hover { background: rgba(255,255,255,0.1); color: white; }

/* ── MAIN NAV ── */
.main-nav {
  background: white; border-bottom: 1px solid var(--border);
  padding: 0 56px; display: flex; align-items: center; gap: 34px;
  height: var(--nav-height); position: sticky; top: 0; z-index: 300;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}
.logo { display: flex; align-items: center; flex-shrink: 0; padding: 4px 0; }
.logo img { height: 70.74px; display: block; transition: opacity 0.2s; }
.logo img:hover { opacity: 0.8; }
.logo-fallback { font-family: 'Jost', sans-serif; font-size: 52.16px; font-weight: 800; letter-spacing: 0.08em; color: var(--dark); display: none; }

/* Search inside nav */
.nav-search { flex: 1 1 auto; min-width: 420px; }
.nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-links { display: flex; gap: 20px; font-size: 14.49px; color: var(--muted); }
.nav-links a:hover { color: var(--dark); }

/* ── CATEGORY BAR ── */
.cat-bar {
  background: #151510;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 2px;
  min-height: var(--cat-bar-height);
  padding: 0 clamp(16px, 2.5vw, 44px);
  position: sticky;
  top: var(--nav-height);
  z-index: 250;
}
.cat-bar-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}
.cat-bar-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; min-width: 0; min-height: var(--cat-bar-height); padding: 6px clamp(8px, 1vw, 16px);
  font-size: 14.49px; letter-spacing: 0.04em; line-height: 1.15;
  font-weight: 500;
  color: rgba(255,255,255,0.55); cursor: pointer;
  border-bottom: 2px solid transparent; transition: all 0.2s;
  white-space: normal; border-right: none;
  background: rgba(255,255,255,0.015); font-family: 'Inter', sans-serif; border-top: none; border-left: none;
}
.cat-bar-btn > span {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  text-align: center;
  text-overflow: clip;
  overflow-wrap: break-word;
}
.cat-bar-btn:hover, .cat-bar-item:hover .cat-bar-btn {
  color: white; border-bottom-color: var(--copper); background: rgba(255,255,255,0.07);
}
.cat-bar-btn.cat-active {
  color: white; border-bottom-color: var(--copper);
  background: rgba(255,255,255,0.12);
  font-weight: 600;
}
.cat-bar-icon { font-size: 18.11px; }

@media (min-width: 769px) and (max-width: 1320px) {
  .cat-bar {
    gap: 0;
    padding-inline: 8px;
  }
  .cat-bar-btn {
    padding-inline: 5px;
    font-size: 12.88px;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  :root { --cat-bar-height: 62px; }
  .cat-bar-btn {
    padding-inline: 4px;
    font-size: 12.08px;
  }
}

/* Category dropdown panel */
.cat-dropdown {
  display: none; position: absolute; top: 100%; left: 0;
  min-width: 220px; background: white;
  border: 1px solid var(--border); border-top: 2px solid var(--copper);
  border-radius: 0 0 6px 6px; box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  z-index: 200; padding: 8px 0;
}
.cat-bar-item:nth-child(n+6) .cat-dropdown { left: auto; right: 0; }
.cat-bar-item:hover .cat-dropdown { display: block; }
.cat-dropdown-header {
  padding: 10px 16px 6px; font-size: 12.08px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.cat-dropdown-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 16px; font-size: 14.49px; color: var(--text);
  transition: background 0.15s;
}
.cat-dropdown-link:hover { background: var(--cream); color: var(--copper); }
.dl-count {
  font-size: 12.08px; color: var(--muted); background: var(--cream);
  padding: 1px 6px; border-radius: 10px;
}
.cat-dropdown-all {
  display: block; padding: 8px 16px; font-size: 13.28px;
  color: var(--copper); border-top: 1px solid var(--border); margin-top: 4px;
  transition: background 0.15s;
}
.cat-dropdown-all:hover { background: var(--cream); }

/* cat-bar mobile rules moved to mobile.css */
/* ── SEARCH (inside nav) ── */
.search-bar-inner {
  display: flex; align-items: center; gap: 0;
  background: var(--cream); border: 1.5px solid var(--border);
  border-radius: 4px; overflow: visible;
  position: relative;
  transition: border-color 0.2s;
  height: 47px;
}
.search-bar-inner:focus-within {
  border-color: var(--copper);
  background: white;
  box-shadow: 0 2px 12px rgba(206,145,16,0.12);
}
.sbar-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; margin: 0 14px; color: var(--muted); flex-shrink: 0;
  pointer-events: none;
}
.sbar-icon svg { width: 18px; height: 18px; display: block; }
.sbar-input {
  flex: 1; border: none; outline: none;
  font-size: 15.7px; font-family: 'Inter', sans-serif;
  color: var(--dark); background: none;
  padding: 9px 0; min-width: 0;
}
.sbar-input::placeholder { color: var(--muted); }
.sbar-clear {
  background: none; border: none; cursor: pointer;
  color: var(--muted); font-size: 15.7px; padding: 0 8px;
  line-height: 1; flex-shrink: 0;
}
.sbar-clear:hover { color: var(--dark); }
.sbar-go {
  background: var(--copper); color: white;
  border: none; cursor: pointer;
  font-size: 13.28px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0 22px;
  min-width: 106px;
  height: 100%;
  font-family: 'Inter', sans-serif;
  flex-shrink: 0;
  border-radius: 0 3px 3px 0;
  transition: background 0.2s;
}
.sbar-go:hover { background: var(--dark); }
.profile-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--copper);
  color: white;
  border: none;
  border-radius: 4px;
  height: 36px;
  padding: 0 16px;
  font-size: 13.28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}
.profile-nav-btn:hover { background: var(--dark); }

/* Dropdown */
.sbar-dropdown {
  display: none;
  position: absolute; top: calc(100% + 4px); left: -1px; right: -1px;
  background: white;
  border: 1.5px solid var(--copper);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  z-index: 500; overflow: hidden;
}
.sbar-result {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer; transition: background 0.12s;
  color: inherit; text-decoration: none;
}
.sbar-result:hover { background: var(--cream); }
.sbar-r-icon { font-size: 26.57px; width: 32px; text-align: center; flex-shrink: 0; }
.sbar-r-name { font-size: 15.7px; font-weight: 500; color: var(--dark); }
.sbar-r-cat { font-size: 13.28px; color: var(--muted); margin-top: 1px; }
.sr-mark { color: var(--copper); font-weight: 700; }
.sbar-footer {
  display: block;
  padding: 10px 16px; font-size: 14.49px; color: var(--copper);
  border-top: 1px solid var(--border); cursor: pointer;
  background: var(--cream); text-align: center;
  transition: background 0.12s;
}
.sbar-footer:hover { background: var(--border); }
.sbar-empty { padding: 18px 16px; text-align: center; font-size: 14.49px; color: var(--muted); }

/* Mid-width screens: tighten surrounding controls before sacrificing search width */
@media (max-width: 1320px) {
  .profile-nav-btn { display: none; }
  .main-nav { padding: 0 32px; gap: 22px; }
  .nav-search { min-width: 360px; }
}

.login-link { font-size: 14.49px; color: var(--muted); display: flex; align-items: center; gap: 5px; transition: color 0.2s; white-space: nowrap; }
.login-link:hover { color: var(--dark); }
.dealer-btn {
  background: var(--copper); color: white; font-size: 13.28px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 13px 22px;
  border: none; cursor: pointer; border-radius: 2px; white-space: nowrap; transition: background 0.2s;
}
.dealer-profile-btn {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  letter-spacing: 0.03em;
}
.dealer-account-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}
.dealer-account-actions .dealer-profile-btn { width: 100%; }
.dealer-logout-btn {
  align-self: flex-end;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0 2px;
  font: 500 9.66px/1.2 'Inter', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.15s;
}
.dealer-logout-btn:hover { color: var(--copper); }
.dealer-btn:hover { background: var(--dark); }
/* Compact the CTAs on tighter desktop widths so the inline search keeps a usable width */
@media (max-width: 1200px) {
  .main-nav { padding: 0 24px; gap: 18px; }
  .dealer-btn { padding: 9px 14px; font-size: 11.27px; letter-spacing: 0.04em; }
  .dealer-profile-btn { max-width: 190px; }
}
/* Only shorten the search button when the header is genuinely tight */
@media (max-width: 1080px) {
  .main-nav { padding: 0 20px; gap: 14px; }
  .nav-search { min-width: 300px; }
  .dealer-btn { padding: 8px 11px; font-size: 10.46px; letter-spacing: 0.03em; }
  .dealer-profile-btn { max-width: 160px; }
  .sbar-go { padding: 0 12px; min-width: 67px; font-size: 11.27px; letter-spacing: 0.04em; }
  .sbar-icon { margin: 0 10px; }
}
/* Narrowest desktop widths: even compact CTAs leave no room, so collapse the search */
@media (max-width: 950px) {
  .nav-search { display: none; }
  .nav-right { margin-left: auto; }
}

/* ── WHY STRIP ── */
.why-strip {
  background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 40px 48px; display: grid; gap: 20px;
}
@media (min-width: 769px) { .why-strip { grid-template-columns: repeat(4, 1fr); } }
.why-item { display: flex; flex-direction: column; gap: 0; }
.why-img { width: 100%; aspect-ratio: 16/10; border-radius: 6px; overflow: hidden; }
.why-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-text { padding: 14px 4px 0; }
.why-title { font-size: 15.7px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.why-desc { font-size: 13.28px; color: var(--muted); line-height: 1.5; }

/* ── DEALER BANNER ── */
.dealer-banner {
  background: var(--dark); padding: 40px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.dealer-banner h2 { font-family: 'Jost', sans-serif; font-size: 31.4px; font-weight: 800; color: white; margin-bottom: 6px; }
.dealer-banner h2 span { color: #C8B170; }
.dealer-banner p { font-size: 14.49px; color: rgba(255,255,255,0.72); max-width: 460px; line-height: 1.6; }
.dealer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex-shrink: 0; }
.btn-large {
  background: var(--copper); color: white; font-size: 13.28px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 13px 29px;
  border: none; cursor: pointer; border-radius: 2px; white-space: nowrap; transition: background 0.2s;
}
.btn-large:hover { background: var(--copper-light); }

/* ── FOOTER ── */
footer { background: #151510; color: rgba(255,255,255,0.4); padding: 44px 48px 28px; }
.footer-grid { display: grid; gap: 36px; margin-bottom: 32px; }
@media (min-width: 769px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-brand { font-family: 'Jost', sans-serif; font-size: 21.73px; font-weight: 800; color: rgba(255,255,255,0.6); margin-bottom: 12px; letter-spacing: 0.06em; }
.footer-about { font-size: 14.49px; line-height: 1.7; color: rgba(255,255,255,0.66); max-width: 260px; }
.footer-heading,
.footer-col h4 { font-size: 12.08px; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.72); margin-bottom: 14px; font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { font-size: 14.49px; color: rgba(255,255,255,0.58); margin-bottom: 7px; cursor: pointer; transition: color 0.2s; }
.footer-col ul li:hover { color: rgba(255,255,255,0.86); }
.footer-col ul li.no-hover { cursor: default; }
.footer-col ul li.no-hover:hover { color: rgba(255,255,255,0.58); }
.footer-addr-link { color: rgba(255,255,255,0.58); text-decoration: underline; text-underline-offset: 3px; line-height: 1.6; display: inline-block; }
.footer-addr-link:hover { color: rgba(255,255,255,0.86); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; display: flex; justify-content: space-between; font-size: 13.28px; color: rgba(255,255,255,0.58); }
.footer-made { display: inline-flex; align-items: center; gap: 7px; }
.footer-made .lang-flag { opacity: 0.65; }

/* Social media icons */
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-official-sites { margin-top: 18px; }
.footer-official-heading {
  margin-bottom: 8px; color: rgba(255,255,255,0.72); font-family: 'Jost', sans-serif;
  font-size: 12.08px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
.footer-official-links { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-official-links a {
  display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.5);
  font-size: 13.28px; line-height: 1.35; text-decoration: none; transition: color 0.2s;
}
.footer-official-links a:hover { color: white; }
.footer-official-links a span { color: var(--copper); font-size: 12.08px; }
.social-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.35); transition: all 0.2s; }
.social-icon:hover { background: var(--copper); color: white; }
.social-icon svg { width: 16px; height: 16px; }
.social-icon img { width: 18px; height: 18px; object-fit: contain; display: block; }

/* Homepage social buttons (larger, prominent) */
.home-social-section { display: flex; justify-content: center; gap: 20px; padding: 40px 48px; background: var(--dark); flex-wrap: wrap; }
.home-social-btn { display: flex; align-items: center; gap: 11px; padding: 14px 29px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; color: rgba(255,255,255,0.6); text-decoration: none; transition: all 0.2s; min-width: 162px; }
.home-social-btn:hover { background: rgba(255,255,255,0.1); border-color: var(--copper); color: white; }
.home-social-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; flex-shrink: 0; }
.home-social-icon svg { width: 25px; height: 25px; }
.home-social-icon img { width: 25px; height: 25px; object-fit: contain; display: block; }
.home-social-icon.has-image { width: 38px; height: 38px; padding: 6px; background: rgba(255,255,255,0.94); border-radius: 9px; box-shadow: 0 6px 16px rgba(0,0,0,0.14); }
.home-social-icon.has-image img { width: 100%; height: 100%; }
.home-social-label { font-size: 16.9px; font-weight: 600; font-family: 'Jost', sans-serif; letter-spacing: 0.03em; }
@media (max-width: 768px) {
  .home-social-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px 16px;
    gap: 10px;
  }
  .home-social-btn {
    min-width: 0;
    width: 100%;
    padding: 11px 9px;
    gap: 7px;
    justify-content: center;
    overflow: hidden;
  }
  .home-social-icon { width: 22px; height: 22px; }
  .home-social-icon svg { width: 18px; height: 18px; }
  .home-social-icon img { width: 18px; height: 18px; }
  .home-social-icon.has-image { width: 25px; height: 25px; padding: 4px; border-radius: 6px; }
  .home-social-label {
    min-width: 0;
    font-size: 12.08px;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

/* WhatsApp */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; background: #25D366; color: white;
  width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 28.98px; cursor: pointer;
  box-shadow: 0 4px 16px rgba(37,211,102,0.3); z-index: 999; transition: transform 0.2s;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* Product grid (used on category pages) */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 769px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }
.product-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 4px; overflow: hidden; cursor: pointer; transition: all 0.22s;
}
.product-card-link {
  text-decoration: none; display: block; color: inherit;
}
.product-card:hover { border-color: var(--copper); box-shadow: 0 4px 20px rgba(206,145,16,0.13); transform: translateY(-2px); }
.product-img {
  width: 100%; aspect-ratio: 1; background: white;
  display: flex; align-items: center; justify-content: center; font-size: 53.13px; position: relative;
}
.product-badge {
  position: absolute; top: 8px; left: 8px; background: var(--dark); color: white;
  font-size: 10.87px; letter-spacing: 0.1em; text-transform: uppercase; padding: 2px 7px; border-radius: 2px;
}
.product-badge.new-badge { background: var(--copper); }
.product-info { padding: 11px 13px; border-top: 1px solid var(--border); }
.product-name { font-size: 13.28px; font-weight: 600; color: var(--dark); margin-bottom: 3px; line-height: 1.4; }
.product-series { font-size: 12.08px; color: var(--muted); }
.card-price { font-family: 'Jost', sans-serif; font-size: 15.7px; font-weight: 700; color: var(--copper); margin-top: 6px; }
.product-dims {
  font-size: 12.08px; color: var(--muted); margin-top: 7px; padding-top: 7px;
  border-top: 1px solid var(--border); display: flex; gap: 4px; flex-wrap: wrap;
}
.dim-tag { background: var(--cream); padding: 2px 5px; border-radius: 2px; font-size: 10.87px; }

@media (max-width: 1100px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
/* mobile rules moved to mobile.css */


/* ── LANGUAGE DROPDOWN ── */
.lang-dropdown { position: relative; }

.lang-flag {
  display: inline-block;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.16);
  flex: 0 0 auto;
}
.lang-code { line-height: 1; }

.lang-toggle-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.75);
  font-size: 13.28px;
  font-family: inherit;
  letter-spacing: 0.08em;
  padding: 3px 9px 3px 8px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: border-color 0.15s, color 0.15s;
  white-space: nowrap;
}
/* Mobile lang button - bigger tap target */
@media (max-width: 768px) {
  .lang-toggle-btn {
    border-color: rgba(0,0,0,0.18);
    color: var(--dark);
    font-size: 14.49px;
    padding: 6px 10px;
    min-height: 36px;
    background: var(--cream);
  }
  .lang-toggle-btn:hover { border-color: var(--copper); color: var(--copper); background: white; }
  .lang-menu {
    right: 0;
    min-width: 150px;
    z-index: 9999;
  }
}
.lang-toggle-btn:hover {
  border-color: rgba(255,255,255,0.55);
  color: #fff;
}
.lang-chevron { font-size: 10.87px; opacity: 0.7; }

.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: var(--dark);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  min-width: 130px;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  overflow: hidden;
}
.lang-menu.lang-menu-open { display: block; }

.lang-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  font-size: 13.28px;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: background 0.1s, color 0.1s;
  white-space: nowrap;
}
.lang-menu a:hover { background: rgba(255,255,255,0.07); color: #fff; }
.lang-menu a.lang-active {
  color: var(--copper);
  font-weight: 600;
}

/* ── MOBILE CONTROLS (hidden on desktop) ── */
.mob-controls { display: none; }
.mob-drawer { display: none; }
.mob-backdrop { display: none; }
.mob-search-overlay { display: none !important; }

/* mob-controls and mob-drawer display rules are in mobile.css */
/* Slide product image */
.sp-img {
  width: 100%; height: calc(100% - 28px);
  object-fit: contain; display: block;
}



.mob-cat-toggle { display: none; }
.mob-cat-panel  { display: none; }
.mob-cat-bar    { display: none; }
.mob-search-bar { display: none; }

/* =====================================================
   ODUMAN mobile.css - ASCII only, iOS Safari safe
   Breakpoints: 768px tablet, 480px phone
   ===================================================== */


/* -- PRODUCT PAGE desktop layout -- */
@media (min-width: 769px) {
  .product-layout { grid-template-columns: 1fr 1fr; gap: 56px; }
  .product-visual  { position: sticky; top: 20px; }
  .specs-grid      { grid-template-columns: repeat(4, 1fr); }
}

/* =====================================================
   TABLET (max-width: 768px)
   ===================================================== */
@media (max-width: 768px) {

  /* -- Variables -- */
  :root {
    --nav-height: 74px;
    --topbar-height: 0px;
    --cat-bar-height: 44px;
  }

  #nav-placeholder:empty {
    min-height: calc(var(--nav-height) + var(--mobile-search-bar-height) + var(--cat-bar-height));
  }

  /* -- TOPBAR: hidden on mobile -- */
  .topbar { display: none; }

  /* -- MAIN NAV -- */
  .main-nav {
    padding: 0 16px;
    height: var(--nav-height);
    gap: 12px;
  }

  /* Logo smaller */
  .logo img { height: 57.04px; }
  .logo-fallback { font-size: 30.43px; }

  /* Hide desktop elements */
  .nav-search  { display: none; }
  .nav-links   { display: none; }
  .login-link  { display: none; }
  .dealer-btn  { display: none; }
  /* Show lang selector in mobile nav */
  .nav-lang-mobile { display: flex !important; }

  /* -- MOBILE CONTROLS -- */
  .mob-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }
  .mob-search-bar { display: block; }
  .mob-cat-bar    { display: block; }

  /* mob-search-btn removed - search bar always visible */

  .mob-menu-btn {
    width: 36px; height: 36px;
    background: none; border: none;
    cursor: pointer;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 5px; border-radius: 4px;
    transition: background 0.2s;
  }
  .mob-menu-btn:hover { background: var(--cream); }
  .mob-menu-btn span {
    display: block; width: 22px; height: 2px;
    background: var(--dark); border-radius: 2px;
    transition: all 0.25s;
  }
  .mob-menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mob-menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .mob-menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* mob-search-overlay removed - search bar always visible */

  /* -- MOBILE DRAWER -- */
  .mob-drawer {
    position: fixed;
    top: var(--nav-height);
    right: -100%;
    width: min(320px, 90vw);
    height: calc(100vh - var(--nav-height));
    background: white;
    z-index: 400;
    overflow-y: auto;
    transition: right 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -4px 0 32px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
  }
  .mob-drawer.open { right: 0; }

  .mob-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 399;
  }
  .mob-backdrop.open { display: block; }

  .mob-drawer-section { padding: 20px 20px 0; }
  .mob-drawer-section:last-child { padding-bottom: 24px; }
  .mob-drawer-divider { height: 1px; background: var(--border); margin: 16px 0; }

  .mob-nav-link {
    display: flex; align-items: center;
    padding: 13px 0;
    font-size: 18.11px; font-weight: 500; color: var(--dark);
    border-bottom: 1px solid var(--border);
    transition: color 0.2s;
  }
  .mob-nav-link:last-child { border-bottom: none; }
  .mob-nav-link:hover { color: var(--copper); }

  .mob-cat-link {
    display: flex; align-items: center; gap: 10px;
    padding: 11px 0;
    font-size: 15.7px; color: var(--text);
    border-bottom: 1px solid var(--border);
    transition: color 0.2s;
  }
  .mob-cat-link:last-child { border-bottom: none; }
  .mob-cat-link:hover { color: var(--copper); }
  .mob-cat-icon { font-size: 20.53px; width: 24px; text-align: center; }

  .mob-drawer-label {
    font-size: 12.08px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--muted); margin-bottom: 4px;
  }

  .mob-drawer-apply {
    display: block; width: 100%;
    background: var(--copper); color: white;
    font-size: 14.49px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 14px; border: none; border-radius: 2px; cursor: pointer;
    text-align: center; margin-bottom: 10px;
    transition: background 0.2s;
  }
  .mob-drawer-apply:hover { background: var(--dark); }

  .mob-drawer-login {
    display: block; width: 100%;
    background: none; color: var(--muted);
    font-size: 14.49px; letter-spacing: 0.06em;
    padding: 10px; border: 1px solid var(--border); border-radius: 2px;
    cursor: pointer; text-align: center; text-decoration: none;
    transition: all 0.2s;
  }
  .mob-drawer-login:hover { border-color: var(--dark); color: var(--dark); }

  .mob-lang-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 8px;
  }
  .mob-lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 4px;
    font-size: 14.49px; text-align: center;
    border: 1px solid var(--border); border-radius: 3px;
    background: none; cursor: pointer; color: var(--muted);
    transition: all 0.15s;
  }
  .mob-lang-btn:hover { border-color: var(--copper); color: var(--copper); }
  .mob-lang-btn.active { background: var(--dark); color: white; border-color: var(--dark); }

  /* -- CATEGORIES BAR: replaced with card grid -- */
  .cat-bar { display: none; }

  /* Always-visible search bar */
  .mob-search-bar {
    display: block;
    background: white;
    padding: 7px 16px;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: var(--nav-height);
    z-index: 251;
    position: sticky;
  }
  .mob-search-bar .sbar-dropdown {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% - 8px);
    z-index: 9999;
  }
  .mob-search-inner {
    display: flex;
    align-items: center;
    background: var(--cream);
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 0 12px;
    gap: 8px;
    height: 35px;
    transition: border-color 0.2s;
  }
  .mob-search-inner:focus-within {
    border-color: var(--copper);
    background: white;
  }
  .mob-sbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--muted);
  }
  .mob-sbar-icon svg { width: 16px; height: 16px; display: block; }
  .mob-sbar-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16.9px;
    font-family: inherit;
    color: var(--dark);
    outline: none;
  }
  .mob-sbar-input::placeholder { color: var(--muted); }
  .mob-sbar-clear {
    background: none; border: none; cursor: pointer;
    color: var(--muted); font-size: 16.9px; padding: 2px 4px;
  }

  /* Categories toggle header */
  .mob-cat-bar {
    position: sticky;
    top: calc(var(--nav-height) + 57px);
    z-index: 250;
  }
  .mob-cat-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--dark);
    color: rgba(255,255,255,0.75);
    border: none;
    padding: 15px 18px;
    font-size: 14.49px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: pointer;
    border-bottom: none;
    text-transform: uppercase;
  }
  .mob-cat-toggle-text { display: flex; align-items: center; gap: 8px; }
  .mob-cat-toggle-text::before {
    content: "\2630";
    font-size: 16.9px;
    opacity: 0.6;
  }
  .mob-cat-chevron {
    color: rgba(255,255,255,0.55);
    transition: transform 0.25s cubic-bezier(0.4,0,0.2,1);
    flex-shrink: 0;
  }

  /* Category cards panel */
  .mob-cat-panel {
    display: grid;
    grid-template-rows: 0fr;
    background: transparent;
    border-bottom: 0;
    overflow: hidden;
    transition: grid-template-rows 0.28s cubic-bezier(0.4,0,0.2,1);
  }
  .mob-cat-panel.open {
    grid-template-rows: 1fr;
    background: var(--copper);
    border-bottom: 1px solid rgba(0,0,0,0.16);
  }
  .mob-cat-grid {
    min-height: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: transparent;
    padding: 0 10px;
  }
  .mob-cat-panel.open .mob-cat-grid {
    padding-bottom: 10px;
  }
  .mob-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 16px 6px;
    background: transparent;
    text-decoration: none;
    transition: background 0.15s, transform 0.15s, color 0.15s;
    border: none;
    border-radius: 0;
    margin: 0;
  }
  .mob-cat-card:active { transform: scale(0.96); }
  .mob-cat-card:hover,
  .mob-cat-card.mob-cat-active {
    background: transparent;
  }
  .mob-cat-card-emoji { font-size: 33.81px; line-height: 1; }
  .mob-cat-card-label {
    font-size: 12.08px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: white;
    text-align: center;
    line-height: 1.3;
  }
  .mob-cat-card.mob-cat-active .mob-cat-card-label { color: white; }

  /* -- FOOTER -- */
  .why-strip { grid-template-columns: 1fr; gap: 0; }
  .why-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .why-item:first-child { padding-left: 20px; }
  .why-icon { font-size: 26.57px; flex-shrink: 0; margin-top: 2px; }
  .why-title { font-size: 15.7px; font-weight: 600; margin-bottom: 3px; }
  .why-desc { font-size: 14.49px; line-height: 1.5; }
  .why-item:last-child { border-bottom: none; }
  .dealer-banner { padding: 32px 20px; }
  .dealer-banner h2 { font-size: 26.57px; }
  .dealer-right { margin-top: 20px; }
  .btn-large { width: 100%; }
  footer { padding: 32px 20px 20px; }
  /* Footer: brand full-width on top, 3 link cols below side by side */
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
  }
  /* Brand block spans all 3 columns */
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .footer-about { max-width: 55%; font-size: 13.28px; }
  /* 3 link columns sit side by side */
  .footer-col { padding: 0 10px; border-right: 1px solid rgba(255,255,255,0.06); }
  .footer-col:first-of-type { padding-left: 0; }
  .footer-col:last-of-type { border-right: none; padding-right: 0; }
  .footer-heading, .footer-col h4 { font-size: 10.87px; margin-bottom: 10px; }
  .footer-col ul li { font-size: 13.28px; margin-bottom: 6px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
  .whatsapp-float { bottom: 18px; right: 18px; width: 58px; height: 58px; font-size: 31.4px; }

  /* -- HOME PAGE — slider rules in mobile.css -- */
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3),
  .stat-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.06); }
  .stat-num { font-size: 53.13px; }
  .stat-hint { font-size: 43.47px; line-height: 1; }
  /* stat-drawer padding now on .stat-drawer-inner */
  .stat-drawer-inner { gap: 16px; padding: 0 16px; }
  .stat-drawer.open .stat-drawer-inner { padding: 18px 16px; }
  .stat-drawer-num { font-size: 33.81px; }
  .stat-drawer-text { font-size: 14.49px; line-height: 1.65; }
  .blog-section { padding: 32px 20px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .blog-card-body { padding: 10px 12px; }
  .blog-title { font-size: 14.49px; }
  .blog-excerpt { display: none; }
  .blog-date { font-size: 12.08px; margin-top: 6px; }
  .about-section { padding: 32px 20px; grid-template-columns: 1fr; gap: 28px; }
  .about-text h2 { font-size: 28.98px; }
  .about-milestones { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .milestone { padding: 16px; }
  .milestone-num { font-size: 26.57px; }

  /* -- CATEGORY PAGES -- */
  .page-header { padding: 20px 16px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .page-header h1 { font-size: 28.98px; }
  .page-header-right { display: none; }
  .toolbar { padding: 10px 16px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .sub-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 2px; }
  .sub-tabs::-webkit-scrollbar { display: none; }
  .sub-tab { flex-shrink: 0; }
  .toolbar-right { width: 100%; justify-content: space-between; }
  .sort-select { flex: 1; max-width: 200px; }
  .products-wrap { padding: 16px 16px 40px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-img { font-size: 43.47px; }
  .product-info { padding: 9px 10px; }
  .product-name { font-size: 12.08px; }
  .search-page-header { padding: 20px 16px; }
  .search-page-title { font-size: 26.57px; }
  .search-bar-row { padding: 12px 16px; }

  /* -- PRODUCT DETAIL -- */
  .product-page-wrap { padding: 16px 14px 60px; }
  .product-layout { grid-template-columns: 1fr; gap: 20px; }
  .product-visual { position: static; top: auto; }
  .product-img-box { font-size: 77.28px; margin-bottom: 12px; }
  .product-name-h1 { font-size: 24.15px; }
  .product-desc-list li { font-size: 14.49px; padding: 5px 0 5px 16px; }
  .specs-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .spec-value { font-size: 18.11px; }
  .spec-key { font-size: 9.66px; }
  .barcode-row { flex-wrap: wrap; gap: 3px; }
  .barcode-key { min-width: unset; width: 100%; }
  .barcode-val { font-size: 13.28px; }
  .pallet-box { padding: 12px 14px; }
  .pallet-row { font-size: 13.28px; }
  .variant-thumbs { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
  .variant-thumbs::-webkit-scrollbar { display: none; }
  .variant-thumb { flex-shrink: 0; }
  .product-name-h1 { font-size: 26.57px; }
  .specs-grid { grid-template-columns: repeat(2, 1fr); }
  .barcode-row { flex-wrap: wrap; gap: 4px; }
  .barcode-key { min-width: unset; width: 100%; }
  .barcode-val { font-size: 14.49px; }
  .product-cta { gap: 8px; }
  .btn-primary, .btn-secondary { font-size: 14.49px; padding: 12px 14px; }
  .variants-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; }
  .variant-card { padding: 14px 10px 10px; }
  .vc-icon { font-size: 38.64px; margin-bottom: 8px; }
  .vc-name { font-size: 12.08px; }

  /* -- CONTACT -- */
  .contact-wrap { padding: 28px 16px 0; }
  .contact-title { font-size: 31.4px; }
  .contact-sub { margin-bottom: 24px; }
  .contact-layout { grid-template-columns: 1fr; gap: 20px; }
  .map-container { min-height: 280px; }
  .map-container iframe { min-height: 280px; }
  .contact-coming { padding: 18px 20px; font-size: 14.49px; margin: 20px 0 32px; }

  /* -- DEALERSHIP -- */
  .dealer-page { padding: 28px 16px 48px; }
  .dealer-header { margin-bottom: 28px; }
  .dealer-header h1 { font-size: 31.4px; }
  .dealer-benefits { grid-template-columns: 1fr; gap: 10px; margin-bottom: 28px; }
  .benefit-card { padding: 14px 16px; display: flex; gap: 14px; align-items: flex-start; }
  .benefit-icon { font-size: 24.15px; margin-bottom: 0; flex-shrink: 0; }
  .dealer-form-wrap { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 12px; }
  .form-row.triple { grid-template-columns: 1fr; }

  /* -- ABOUT / BLOG -- */
  .coming-wrap { padding: 40px 20px; }
  .coming-title { font-size: 33.81px; }
  .coming-facts { grid-template-columns: 1fr; gap: 12px; margin: 28px 0; }
  .coming-cta { width: 100%; text-align: center; box-sizing: border-box; }

  /* -- LOGIN -- */
  .auth-page { padding: 32px 16px; align-items: flex-start; }
  .auth-box { padding: 32px 24px; }
}

/* =====================================================
   PHONE (max-width: 480px)
   ===================================================== */
@media (max-width: 480px) {

  .main-nav { padding: 0 12px; }

  /* Home — slider rules in mobile.css */
  .stat-num { font-size: 43.47px; }
  .stat-label { font-size: 10.87px; }
  .stat-hint { font-size: 43.47px; line-height: 1; }
  .stat-item { padding: 14px 0; }
  .stat-drawer-inner { flex-direction: column; gap: 10px; padding: 0 12px; }
  .stat-drawer.open .stat-drawer-inner { padding: 16px 12px; }
  .stat-drawer-divider { display: none; }
  .stat-drawer-num { font-size: 28.98px; }
  .blog-section { padding: 24px 16px; }
  .section-title-home { font-size: 22.94px; }
  .about-section { padding: 24px 16px; gap: 20px; }
  .about-text h2 { font-size: 25.36px; }
  .milestone-num { font-size: 24.15px; }
  .milestone-label { font-size: 12.08px; }

  /* Category pages */
  .page-header { padding: 16px 12px; }
  .page-header h1 { font-size: 24.15px; }
  .toolbar { padding: 8px 12px; gap: 8px; }
  .sub-tab { padding: 5px 10px; font-size: 12.08px; }
  .products-wrap { padding: 12px 12px 32px; }
  .product-grid { gap: 8px; }
  .product-img { font-size: 36.22px; }
  .product-name { font-size: 12.08px; }
  .product-series { font-size: 10.87px; }
  .product-dims { display: none; }

  /* Product detail */
  .product-page-wrap { padding: 14px 12px 48px; }
  .product-img-box { font-size: 67.62px; }
  .product-name-h1 { font-size: 24.15px; }
  .spec-value { font-size: 18.11px; }
  .spec-key { font-size: 9.66px; }
  .pallet-box { padding: 12px 14px; }
  .pallet-row { font-size: 13.28px; }
  .product-cta { flex-direction: column; }
  .btn-order, .btn-wholesale, .btn-addcart { padding: 12px 14px; font-size: 14.49px; }
  .btn-primary, .btn-secondary { width: 100%; font-size: 14.49px; }
  .variants-section { margin-top: 36px; padding-top: 24px; }
  .variants-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .vc-icon { font-size: 33.81px; }

  /* Contact */
  .contact-wrap { padding: 20px 12px 0; }
  .contact-title { font-size: 26.57px; }
  .contact-card { padding: 14px 16px; gap: 12px; }
  .contact-card-icon { font-size: 24.15px; }
  .map-container { min-height: 220px; }
  .map-container iframe { min-height: 220px; }

  /* Dealership */
  .dealer-page { padding: 20px 12px 40px; }
  .dealer-header h1 { font-size: 26.57px; }
  .dealer-form-wrap { padding: 20px 16px; }
  .form-group input, .form-group select, .form-group textarea { font-size: 16.9px; padding: 12px; }

  /* About */
  .coming-wrap { padding: 28px 12px; }
  .coming-title { font-size: 28.98px; }
  .fact-card { padding: 16px; }
  .fact-year { font-size: 26.57px; }

  /* Login */
  .auth-page { padding: 20px 12px; }
  .auth-box { padding: 24px 16px; }
  .auth-title { font-size: 24.15px; }
}

/* Lang dropdown visibility control */
#langDropdownMob { display: none; }
@media (max-width: 768px) {
  #langDropdownMob { display: flex; align-items: center; }
  #langDropdownMob .lang-toggle-btn,
  #langDropdownMob .lang-toggle-btn:hover,
  #langDropdownMob .lang-toggle-btn:active,
  #langDropdownMob .lang-toggle-btn:focus-visible {
    background: var(--cream);
    color: var(--dark);
    border-color: rgba(0,0,0,0.18);
  }
  #langDropdownMob .lang-toggle-btn:hover,
  #langDropdownMob .lang-toggle-btn:active,
  #langDropdownMob .lang-toggle-btn:focus-visible {
    border-color: var(--copper);
    color: var(--copper);
  }
  .topbar .lang-dropdown { display: none; }
}

/* ── CART ── */
.cart-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #faf8f3 0%, #f1eadf 100%);
  color: var(--dark);
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: border-color 0.15s, background 0.15s, color 0.15s, transform 0.15s;
}
.cart-nav-link:hover {
  border-color: var(--copper);
  background: linear-gradient(135deg, #f5efe5 0%, #eaddc8 100%);
  color: var(--copper);
  transform: translateY(-1px);
}
.cart-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.cart-nav-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.cart-badge {
  display: none; align-items: center; justify-content: center;
  background: var(--copper); color: white; font-size: 12.08px; font-weight: 700;
  min-width: 18px; height: 18px; border-radius: 9px; padding: 0 5px;
  line-height: 1; font-family: 'Inter', sans-serif;
  position: absolute;
  top: -6px;
  right: -7px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.mob-drawer-cart {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; font-size: 16.9px; color: var(--dark);
  text-decoration: none; border-radius: 4px; transition: background 0.15s, color 0.15s;
  font-weight: 500;
}
.mob-drawer-cart:hover { background: var(--cream); color: var(--copper); }
.mob-cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: inherit;
  flex-shrink: 0;
}
.mob-cart-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.mob-cart-label { flex: 1; }
.mob-cart-badge {
  font-size: 12.08px;
  position: static;
  box-shadow: none;
}
.card-cart-btn {
  display: block; width: 100%; margin-top: 8px; padding: 6px 0;
  background: none; border: 1px solid var(--copper); border-radius: 2px;
  color: var(--copper); font-size: 13.28px; font-weight: 600;
  letter-spacing: 0.04em; cursor: pointer; transition: all 0.15s;
  font-family: 'Inter', sans-serif;
}
.card-cart-btn:hover { background: var(--copper); color: white; }
.card-cart-btn:disabled { opacity: 0.6; cursor: default; }
.card-package-select {
  width: 100%; height: 25px; margin-top: 8px; padding: 0 7px;
  border: 1px solid var(--border); border-radius: 2px; background: white;
  color: var(--dark); font-size: 13.28px; font-family: 'Inter', sans-serif;
}
.card-cart-row { display: flex; gap: 6px; align-items: stretch; margin-top: 6px; }
.card-qty-wrap { display: flex; align-items: center; gap: 0; flex-shrink: 0; }
.card-qty-btn {
  width: 24px; height: 25px; border: 1px solid var(--border); background: white;
  font-size: 16.9px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--dark); transition: all 0.15s; padding: 0; font-family: 'Inter', sans-serif;
}
.card-qty-btn:first-child { border-radius: 2px 0 0 2px; }
.card-qty-btn:last-child { border-radius: 0 2px 2px 0; }
.card-qty-btn:hover { background: var(--cream); border-color: var(--copper); }
.card-qty-input {
  width: 31px; height: 25px; border: 1px solid var(--border); border-left: none; border-right: none;
  text-align: center; font-size: 14.49px; font-family: 'Inter', sans-serif; color: var(--dark);
  background: white; outline: none; -moz-appearance: textfield; padding: 0;
}
.card-qty-input::-webkit-inner-spin-button,
.card-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.card-cart-row .card-cart-btn { flex: 1; margin-top: 0; }

/* ── GLOBAL STORE POPUP ── */
.global-store-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(18, 17, 15, 0.54);
  backdrop-filter: blur(4px);
}
.global-store-popup.open { display: flex; }
.global-store-popup-box {
  width: min(430px, 100%);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.22);
  padding: 26px;
}
.global-store-popup-message {
  margin: 0;
  color: var(--dark);
  font-family: 'Inter', sans-serif;
  font-size: 19.32px;
  line-height: 1.55;
}
.global-store-popup-actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.global-store-popup-primary,
.global-store-popup-secondary {
  flex: 1;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 15.7px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
}
.global-store-popup-primary {
  border: 1px solid var(--copper);
  background: var(--copper);
  color: #fff;
}
.global-store-popup-primary:hover {
  background: #8f5f38;
  border-color: #8f5f38;
  transform: translateY(-1px);
}
.global-store-popup-secondary {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--dark);
}
.global-store-popup-secondary:hover {
  border-color: var(--copper);
  color: var(--copper);
}
.site-message-popup .global-store-popup-box {
  width: min(460px, 100%);
  text-align: center;
}
.site-message-popup .global-store-popup-actions {
  justify-content: center;
}
.site-message-popup .global-store-popup-secondary {
  flex: 0 1 auto;
  width: min(180px, 100%);
  align-self: center;
}

.turnstile-wrap {
  display: flex;
  justify-content: center;
  min-height: 65px;
  margin: 14px 0 8px;
}

.turnstile-wrap iframe {
  max-width: 100%;
}

@media (max-width: 480px) {
  .global-store-popup { padding: 14px; }
  .global-store-popup-box { padding: 22px 18px; }
  .global-store-popup-message { font-size: 18.11px; }
  .global-store-popup-actions { flex-direction: column; }
}

/* ── WIDE SCREEN SCALING ──
   MacBook Retina shows ~1440 CSS px wide, Windows 1080p shows ~1920.
   Zoom proportionally so the site feels the same relative size on both. */
@media (min-width: 1600px) {
  html { zoom: 1.1; }
}
@media (min-width: 1800px) {
  html { zoom: 1.2; }
}
@media (min-width: 2100px) {
  html { zoom: 1.35; }
}

/* Arabic text mode: keep the site layout stable, only shape text as RTL. */
body.is-rtl h1,
body.is-rtl h2,
body.is-rtl h3,
body.is-rtl h4,
body.is-rtl p,
body.is-rtl li,
body.is-rtl label,
body.is-rtl textarea,
body.is-rtl [data-i18n],
body.is-rtl [data-i18n-html],
body.is-rtl .slide-tag,
body.is-rtl .slide h1,
body.is-rtl .slide h2,
body.is-rtl .slide p,
body.is-rtl .stat-label,
body.is-rtl .stat-drawer-text,
body.is-rtl .why-title,
body.is-rtl .why-desc,
body.is-rtl .footer-about,
body.is-rtl .footer-col,
body.is-rtl .product-name,
body.is-rtl .product-name-h1,
body.is-rtl .product-desc-list,
body.is-rtl .product-rich-desc,
body.is-rtl .vc-name,
body.is-rtl .blog-card-title,
body.is-rtl .blog-card-summary,
body.is-rtl .post-body,
body.is-rtl .legal-wrap,
body.is-rtl .auth-notice,
body.is-rtl .cart-package-summary,
body.is-rtl .cart-package-breakdown {
  direction: rtl;
  unicode-bidi: plaintext;
}

body.is-rtl input[type="email"],
body.is-rtl input[type="tel"],
body.is-rtl input[type="number"],
body.is-rtl .barcode-val,
body.is-rtl .product-barcode-chip span,
body.is-rtl .product-price-value,
body.is-rtl .card-price,
body.is-rtl .td-mono {
  direction: ltr;
  unicode-bidi: isolate;
}
