/**
 * Gommans & Co corporate storefront — Tech Blue / Anthracite / Entrepreneurial Orange
 * Mobile-first. Load AFTER gommans-theme.css
 */
:root {
  --gc-blue: #0b4f8a;
  --gc-blue-dark: #083a66;
  --gc-anthracite: #1f2933;
  --gc-ink: #1f2933;
  --gc-muted: #5c6770;
  --gc-line: #e5e7eb;
  --gc-soft: #f7f8fa;
  --gc-card: #ffffff;
  --gc-orange: #e85d04;
  --gc-orange-dark: #cf4f00;
  --gc-radius: 14px;
  --gc-radius-sm: 10px;
  --gc-shadow: 0 10px 28px rgba(31, 41, 51, .08);
  --gc-shadow-lg: 0 22px 50px rgba(31, 41, 51, .16);
  --gc-container: 1180px;
  --gc-tap: 48px;
}

html { scroll-behavior: smooth; }
body.gc-theme {
  overflow-x: hidden !important;
  color: var(--gc-ink);
  background: #fff;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-text-size-adjust: 100%;
}
body.gc-theme img, body.gc-theme svg, body.gc-theme video:not(.gc-hero__video):not(.gc-help__video) { max-width: 100%; height: auto; }
body.gc-theme .container {
  width: 100%;
  max-width: var(--gc-container);
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
body.gc-theme input[type="text"],
body.gc-theme input[type="email"],
body.gc-theme input[type="password"],
body.gc-theme input[type="search"],
body.gc-theme input[type="tel"],
body.gc-theme select,
body.gc-theme textarea { font-size: 16px !important; }
body.gc-nav-open { overflow: hidden; }

/* Buttons */
.gc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: var(--gc-tap); padding: 0 18px; border-radius: 999px;
  font-weight: 700; font-size: 14px; text-decoration: none !important;
  border: 1px solid transparent; cursor: pointer; transition: .18s ease;
}
.gc-btn--orange { background: var(--gc-orange); color: #fff !important; border-color: var(--gc-orange); }
.gc-btn--orange:hover { background: var(--gc-orange-dark); color: #fff !important; }
.gc-btn--ghost { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.7); }
.gc-btn--ghost:hover { background: #fff; color: var(--gc-anthracite) !important; }
.gc-btn--ghost-dark { background: #fff; color: var(--gc-anthracite) !important; border-color: var(--gc-line); }
.gc-btn--ghost-dark:hover { border-color: var(--gc-anthracite); }
.gc-btn--block { width: 100%; }

/* ===== HEADER ===== */
.gc-header { position: sticky; top: 0; z-index: 1000; background: #fff; box-shadow: 0 2px 16px rgba(31,41,51,.08); }
.gc-header__topbar { background: var(--gc-anthracite); color: rgba(255,255,255,.88); }
.gc-header__topbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 40px; padding-top: 6px; padding-bottom: 6px;
}
.gc-header__usp { margin: 0; font-size: 12px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gc-header__top-tools { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.gc-header__main { background: #fff; border-bottom: 1px solid var(--gc-line); }
.gc-header__main-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
/* Beat legacy gommans-theme flex rules that break the grid */
.gc-header__logo {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible !important;
}
.gc-header__logo img { max-height: 52px; width: auto; display: block; }
.gc-header__brand { font-weight: 800; font-size: 20px; color: var(--gc-anthracite) !important; text-decoration: none !important; }
.gc-header__search { flex: 1 1 100%; min-width: 0; order: 4; }
.gc-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto !important;
  order: 3;
}
.gc-header__actions > .gc-header__icon,
.gc-header__actions > .gc-header__menu-btn,
.gc-header__actions > .gc-header__cart {
  flex: 0 0 var(--gc-tap);
}
.gc-header__icon,
.gc-header__menu-btn,
#cart > button,
.gc-cart > button {
  width: var(--gc-tap) !important;
  height: var(--gc-tap) !important;
  min-width: var(--gc-tap) !important;
  max-width: var(--gc-tap) !important;
  border-radius: 999px !important;
  border: 1px solid var(--gc-line) !important;
  background: var(--gc-soft) !important;
  color: var(--gc-anthracite) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  box-shadow: none !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  vertical-align: middle;
  line-height: 1 !important;
  font-size: 0 !important;
}
.gc-header__icon .fa,
.gc-header__menu-btn .fa,
#cart > button .fa,
.gc-cart__icon .fa {
  color: var(--gc-anthracite) !important;
  font-size: 17px !important;
  line-height: 1 !important;
}
.gc-header__cart,
#cart.gc-cart,
#cart.btn-group.gc-cart,
#cart {
  width: var(--gc-tap) !important;
  min-width: var(--gc-tap) !important;
  max-width: var(--gc-tap) !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0 !important;
  vertical-align: middle;
  position: relative;
}
/* Beat legacy red 38px cart button from gommans-theme.css */
.gc-header .gc-cart .gc-cart__btn,
.gc-header #cart > button.gc-cart__btn {
  background: var(--gc-soft) !important;
  border: 1px solid var(--gc-line) !important;
  width: var(--gc-tap) !important;
  height: var(--gc-tap) !important;
  min-width: var(--gc-tap) !important;
  max-width: var(--gc-tap) !important;
  overflow: hidden !important;
}
.gc-header .gc-cart__icon .fa { color: var(--gc-anthracite) !important; }
.gc-header__menu-btn { display: inline-flex; position: relative; z-index: 1301; }
.gc-header__menu-btn.is-active,
.gc-header__menu-btn[aria-expanded="true"] {
  background: var(--gc-blue) !important; border-color: var(--gc-blue) !important; color: #fff !important;
}
.gc-header__menu-btn.is-active .fa,
.gc-header__menu-btn[aria-expanded="true"] .fa { color: #fff !important; }
.gc-header__navrow {
  display: block;
  background: linear-gradient(180deg, var(--gc-blue) 0%, var(--gc-blue-dark) 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.gc-header__navrow .gc-header__nav-list > li > a,
.gc-header__navrow a {
  color: #fff !important;
  font-weight: 600 !important;
  letter-spacing: .02em;
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.gc-header__navrow .gc-header__nav-list > li > a:hover,
.gc-header__navrow .gc-header__nav-list > li > a:focus {
  color: #fff !important;
  background: rgba(255,255,255,.12) !important;
}
.gc-header__navrow .gc-nav-shop__caret { opacity: .85; }

/* Tablet: 640px – 1023px */
@media (min-width: 640px) and (max-width: 1023px) {
  .gc-header__main-inner {
    display: grid !important;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo actions"
      "search search";
    align-items: center;
    gap: 12px 16px;
  }
  .gc-header__logo { grid-area: logo; order: 1; }
  .gc-header__logo img { max-height: 58px; }
  .gc-header__actions { grid-area: actions; order: 2; margin-left: 0 !important; justify-self: end; }
  .gc-header__search { grid-area: search; order: 3; flex: none; width: 100%; max-width: none; }
  .gc-header__search-mobile { display: none !important; }
  .gc-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .gc-cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

/* Desktop: logo | centered icons | search right */
@media (min-width: 1024px) {
  .gc-header__main-inner {
    display: grid !important;
    grid-template-columns: minmax(200px, 280px) minmax(0, 1fr) minmax(320px, 420px);
    grid-template-areas: "logo actions search";
    align-items: center;
    gap: 20px 24px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .gc-header__logo { grid-area: logo; order: 1; }
  .gc-header__logo img { max-height: 72px; }
  .gc-header__actions {
    grid-area: actions;
    order: 2;
    justify-self: center;
    margin-left: 0 !important;
    gap: 10px;
  }
  .gc-header__search {
    grid-area: search;
    order: 3;
    justify-self: end;
    flex: none !important;
    width: 100% !important;
    max-width: 420px !important;
    min-width: 300px;
  }
  .gc-header__search-mobile { display: none !important; }
  .gc-header__navrow .container { padding-left: 12px; padding-right: 12px; }
  #gc-main-nav .gc-header__nav-list {
    justify-content: center !important;
    gap: 2px 4px !important;
    padding: 0 !important;
  }
  #gc-main-nav .gc-header__nav-list > li > a {
    min-height: 52px !important;
    padding: 0 20px !important;
    font-size: 15px !important;
    border-radius: 10px;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
  }
  #gc-main-nav .gc-header__nav-list > li > a:hover {
    transform: translateY(-1px);
  }
  .gc-hero__card {
    background: rgba(255,255,255,.94);
    max-width: 680px;
    padding: 36px 40px;
  }
  .gc-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
}

/* Mobile nav: beat legacy gommans-theme !important rules */
@media (max-width: 1023px) {
  .gc-header__navrow { background: transparent; min-height: 0; }
  #gc-main-nav.gc-header__nav,
  #gc-main-nav {
    display: none !important;
  }
  #gc-main-nav.gc-header__nav.is-open,
  #gc-main-nav.is-open {
    display: block !important;
    position: fixed !important;
    top: calc(148px + env(safe-area-inset-top, 0px)) !important;
    left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: rgba(31, 41, 51, .96) !important;
    padding: 16px !important;
    overflow-y: auto !important;
    z-index: 1200 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  #gc-main-nav.is-open .gc-header__nav-list {
    display: flex !important; flex-direction: column !important; align-items: stretch !important;
    gap: 4px; margin: 0; padding: 0; list-style: none;
  }
  #gc-main-nav.is-open .gc-header__nav-list > li > a,
  #gc-main-nav.is-open a {
    display: flex !important; align-items: center; min-height: var(--gc-tap);
    padding: 0 14px !important; color: #fff !important; font-weight: 600 !important;
    border-radius: 12px; border-bottom: 0 !important; white-space: normal !important;
  }
  #gc-main-nav.is-open .gc-header__nav-list > li > a:hover,
  #gc-main-nav.is-open .gc-header__nav-list > li > a:focus {
    background: rgba(255,255,255,.1); color: #fff !important;
  }
  /* Shop mega-panel becomes inline accordion in mobile drawer */
  #gc-main-nav.is-open .gc-shop-panel,
  #gc-main-nav.is-open .gc-nav-shop .gc-shop-panel {
    position: static !important; display: none !important;
    width: 100% !important; min-width: 0 !important; max-width: none !important;
    box-shadow: none !important; border: 0 !important; background: transparent !important;
    padding: 0 0 8px !important; opacity: 1 !important; visibility: visible !important;
    pointer-events: auto !important; transform: none !important;
  }
  #gc-main-nav.is-open .gc-nav-shop.is-open .gc-shop-panel,
  #gc-main-nav.is-open .gc-nav-shop.has-panel.is-open .gc-shop-panel {
    display: block !important;
  }
  #gc-main-nav.is-open .gc-shop-panel__inner {
    background: rgba(255,255,255,.06) !important; border-radius: 12px; padding: 10px !important;
    box-shadow: none !important; border: 0 !important;
  }
  #gc-main-nav.is-open .gc-shop-panel a { color: #fff !important; }
  body.gc-nav-open { overflow: hidden !important; }
  .gc-header { z-index: 1300; }
}
@media (min-width: 1024px) {
  .gc-header__menu-btn { display: none !important; }
  #gc-main-nav.gc-header__nav,
  #gc-main-nav {
    display: block !important; position: static !important; background: transparent !important;
    padding: 0 !important; overflow: visible !important; inset: auto !important;
  }
  #gc-main-nav ul,
  #gc-main-nav .gc-header__nav-list {
    display: flex !important; flex-wrap: wrap; justify-content: center; gap: 4px 8px;
    margin: 0; padding: 6px 0; list-style: none; flex-direction: row !important;
  }
  #gc-main-nav a { min-height: 40px; font-size: 14px; padding: 0 12px; }
}

/* ===== CART DROPDOWN (mobile fix) ===== */
#cart > button #cart-total,
#cart > button .gc-cart__count,
.gc-header #cart-total,
.gc-cart__count {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gc-cart__icon {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.gc-cart__badge {
  position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px; background: var(--gc-orange); color: #fff; font-size: 11px; font-weight: 700;
  line-height: 18px; text-align: center;
}
#cart .dropdown-menu,
#cart.gc-cart .dropdown-menu {
  min-width: 320px !important;
  width: 320px !important;
  max-width: calc(100vw - 24px) !important;
  right: 0 !important;
  left: auto !important;
  padding: 14px !important;
  border-radius: 14px !important;
  border: 1px solid var(--gc-line) !important;
  background: #fff !important;
  box-shadow: var(--gc-shadow-lg) !important;
  overflow-x: visible !important;
  white-space: normal !important;
  z-index: 1400 !important;
}
#cart .dropdown-menu > li,
#cart .dropdown-menu li {
  width: 100%;
  white-space: normal !important;
}
#cart .dropdown-menu li > div {
  min-width: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
#cart .dropdown-menu p,
#cart .gc-cart__empty,
.gc-cart__empty {
  margin: 0 !important;
  padding: 8px 4px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.45;
  font-size: 14px;
  font-weight: 600;
  color: var(--gc-anthracite);
  text-align: center;
}
#cart .dropdown-menu table { width: 100% !important; margin: 0 0 12px !important; table-layout: fixed; }
#cart .dropdown-menu .gc-cart__actions {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; margin: 0 !important;
}
@media (max-width: 639px) {
  .gc-header__main-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gc-header__logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 212px);
    order: 1;
  }
  .gc-header__logo a { display: block; line-height: 0; }
  .gc-header__logo img {
    max-height: 40px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
  }
  .gc-header__search {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    order: 2;
  }
  .gc-header__actions {
    flex: 0 0 auto;
    order: 3;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px;
    margin-left: auto;
  }
  .gc-header__logo img { max-height: 40px; }
  .gc-header__main-inner,
  .gc-header__actions {
    position: static;
  }
  .gc-header__cart,
  #cart.gc-cart,
  #cart {
    position: static !important;
  }
  .gc-header__usp { display: none; }
  .gc-header__top-tools { margin-left: auto; }
  .gc-header__status .gco-sh__txt { display: none !important; }
  .gc-lang__toggle span:not(.gc-lang__flag) { display: none; }
  .gc-header__search-mobile {
    display: block;
    padding: 0 16px 10px;
    border-bottom: 1px solid var(--gc-line);
    background: #fff;
  }
  .gc-header__search-mobile .gc-search { width: 100%; }
}

.gc-header__search-mobile { display: none; }

@media (min-width: 1024px) {
  .gc-header__search-mobile { display: none !important; }
}

@media (max-width: 420px) {
  .gc-header__main-inner { gap: 6px; padding-top: 8px; padding-bottom: 8px; }
  .gc-header__logo { max-width: calc(100% - 200px); }
  .gc-header__logo img { max-height: 34px; }
  .gc-header__actions { gap: 6px; }
  .gc-header__icon,
  .gc-header__menu-btn,
  #cart > button,
  .gc-cart > button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
  .gc-header__cart,
  #cart.gc-cart,
  #cart {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
}

/* Search */
.gc-search {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0;
  border: 1px solid var(--gc-line); border-radius: 999px; overflow: hidden; background: #fff;
  min-height: var(--gc-tap);
}
.gc-search__cat { display: none; border: 0; background: var(--gc-soft); padding: 0 12px; max-width: 160px; }
.gc-search__input { border: 0 !important; box-shadow: none !important; min-height: var(--gc-tap); padding: 0 14px !important; width: 100%; }
.gc-search__btn {
  min-width: var(--gc-tap); min-height: var(--gc-tap); border: 0; background: var(--gc-orange); color: #fff;
  padding: 0 16px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
}
.gc-search__btn span { display: none; }
@media (min-width: 768px) {
  .gc-search { grid-template-columns: auto minmax(0, 1fr) auto; }
  .gc-search__cat { display: block; }
  .gc-search__btn span { display: inline; }
}

/* Language dropdown */
.gc-lang { position: relative; }
.gc-lang__toggle {
  display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 10px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08);
  color: #fff; font-size: 12px; font-weight: 600;
}
.gc-lang__menu {
  position: absolute; right: 0; top: calc(100% + 6px); min-width: 180px; margin: 0; padding: 8px;
  list-style: none; background: #fff; border: 1px solid var(--gc-line); border-radius: 12px;
  box-shadow: var(--gc-shadow-lg); z-index: 1100;
}
.gc-lang__option {
  width: 100%; display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 10px;
  border: 0; background: transparent; color: var(--gc-ink); border-radius: 8px; font-weight: 600;
}
.gc-lang__option:hover, .gc-lang__option.is-active { background: var(--gc-soft); }
.gc-lang__option.is-active { color: var(--gc-blue); }

/* Status chip in dark topbar */
.gc-header__status .gco-sh__btn {
  background: rgba(255,255,255,.08) !important; border-color: rgba(255,255,255,.18) !important; color: #fff !important;
  width: auto !important; min-width: 36px; height: 36px !important; padding: 0 10px !important; gap: 8px;
}
.gc-header__status .gco-sh__txt { display: inline !important; font-size: 12px; font-weight: 600; }

/* ===== HERO ===== */
.gc-hero {
  position: relative; min-height: clamp(380px, 62vw, 560px);
  display: flex; align-items: center; overflow: hidden;
  background: var(--gc-blue-dark) center / cover no-repeat;
  padding: 48px 0;
}
.gc-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; max-width: none;
  object-fit: cover; object-position: center; z-index: 0; pointer-events: none;
}
.gc-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(115deg, rgba(8,58,102,.94) 0%, rgba(31,41,51,.78) 48%, rgba(11,79,138,.55) 100%),
    var(--gc-hero-image) center / cover no-repeat;
}
.gc-hero > .container { position: relative; z-index: 2; width: 100%; }
.gc-hero__card {
  max-width: 640px; background: rgba(255,255,255,.96); border-radius: var(--gc-radius);
  box-shadow: var(--gc-shadow-lg); padding: 24px 20px; backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.65);
}
.gc-hero__eyebrow {
  margin: 0 0 8px; color: var(--gc-orange); font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.gc-hero__title {
  margin: 0 0 12px; color: var(--gc-anthracite); font-size: clamp(24px, 4.2vw, 38px);
  font-weight: 800; line-height: 1.15;
}
.gc-hero__sub { margin: 0 0 20px; color: var(--gc-muted); font-size: 15px; line-height: 1.55; }
.gc-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gc-hero__actions .gc-btn--ghost { color: var(--gc-anthracite) !important; border-color: var(--gc-line); background: #fff; }
.gc-hero__actions .gc-btn--ghost:hover { border-color: var(--gc-anthracite); }
@media (min-width: 768px) { .gc-hero__card { padding: 34px; } }

/* Sections */
.gc-section { padding: 48px 0; }
.gc-section--soft { background: var(--gc-soft); }
.gc-section__head { text-align: center; max-width: 640px; margin: 0 auto 28px; }
.gc-section__head h2 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 30px); font-weight: 800; }
.gc-section__head p { margin: 0; color: var(--gc-muted); }
.gc-section__head--featured { max-width: 720px; padding-bottom: 8px; }
.gc-section__eyebrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(11,79,138,.12), rgba(232,93,4,.14));
  color: var(--gc-blue); font-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(11,79,138,.12);
}
.gc-section__head--featured::after {
  content: '';
  display: block; width: 72px; height: 4px; margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gc-orange), var(--gc-blue));
}

/* Products */
.gc-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 379px) { .gc-product-grid { grid-template-columns: 1fr; } }
@media (min-width: 1024px) { .gc-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; } }
.gc-product {
  background: #fff; border: 1px solid var(--gc-line); border-radius: var(--gc-radius-sm);
  overflow: hidden; display: flex; flex-direction: column; min-width: 0;
  box-shadow: var(--gc-shadow); transition: transform .18s ease, box-shadow .18s ease;
}
.gc-product:hover { transform: translateY(-3px); box-shadow: var(--gc-shadow-lg); }
.gc-product__media { position: relative; aspect-ratio: 1; background: var(--gc-soft); }
.gc-product__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-product__badge {
  position: absolute; top: 10px; left: 10px; background: var(--gc-orange); color: #fff;
  font-size: 11px; font-weight: 700; padding: 5px 8px; border-radius: 999px;
}
.gc-product__body { padding: 12px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gc-product__title { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.35; }
.gc-product__title a { color: inherit !important; text-decoration: none !important; }
.gc-product__price { margin: 0; font-size: 15px; font-weight: 800; color: var(--gc-blue); }
.gc-product__price .old { margin-left: 6px; color: var(--gc-muted); font-weight: 500; text-decoration: line-through; font-size: 13px; }

/* Categories */
.gc-cat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (min-width: 1024px) { .gc-cat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } }
.gc-cat {
  position: relative; min-height: 180px; border-radius: var(--gc-radius); overflow: hidden;
  display: flex; align-items: flex-end; text-decoration: none !important; color: #fff !important;
  background: linear-gradient(160deg, var(--gc-blue), var(--gc-anthracite)) center / cover no-repeat;
  background-image: linear-gradient(160deg, rgba(11,79,138,.85), rgba(31,41,51,.88)), var(--gc-cat-image);
  box-shadow: var(--gc-shadow); transition: transform .18s ease, box-shadow .18s ease;
}
.gc-cat:hover { transform: translateY(-3px); box-shadow: var(--gc-shadow-lg); }
.gc-cat--featured { box-shadow: 0 0 0 2px var(--gc-orange), var(--gc-shadow); }
.gc-cat__content { position: relative; z-index: 1; padding: 16px; width: 100%; }
.gc-cat__icon {
  width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.16); margin-bottom: 10px; font-size: 18px;
}
.gc-cat__name { margin: 0; font-size: 18px; font-weight: 800; }
.gc-cat__meta { margin: 4px 0 0; font-size: 13px; opacity: .92; }
.gc-cat__badge {
  display: inline-flex; margin-top: 10px; padding: 5px 10px; border-radius: 999px;
  background: var(--gc-orange); color: #fff; font-size: 12px; font-weight: 700;
}

/* Help */
.gc-help {
  position: relative;
  overflow: hidden;
  padding: 48px 0; color: #fff;
  background: linear-gradient(135deg, rgba(8,58,102,.92), rgba(31,41,51,.88)),
    var(--gc-hero-image, linear-gradient(#0b4f8a, #1f2933)) center / cover no-repeat;
}
.gc-help__head { text-align: center; margin-bottom: 24px; }
.gc-help__head h2 { margin: 0 0 8px; font-size: clamp(24px, 4vw, 34px); font-weight: 800; }
.gc-help__head p { margin: 0; opacity: .9; }
.gc-help-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 768px) { .gc-help-grid { grid-template-columns: 1fr 1fr; gap: 18px; } }
.gc-help-card {
  background: #fff; color: var(--gc-ink); border-radius: var(--gc-radius); padding: 22px; text-align: center;
  box-shadow: var(--gc-shadow-lg);
}
.gc-help-card i { font-size: 28px; color: var(--gc-orange); margin-bottom: 10px; }
.gc-help-card h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; }
.gc-help-card p { margin: 0 0 14px; color: var(--gc-muted); }

/* Footer */
.gc-footer { background: #fff; border-top: 1px solid var(--gc-line); color: var(--gc-ink); }
.gc-footer__main { padding: 40px 0 24px; }
.gc-footer__grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.gc-footer h5 {
  margin: 0 0 12px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--gc-blue);
}
.gc-footer__intro, .gc-footer__meta, .gc-footer__hours { color: var(--gc-muted); font-size: 14px; line-height: 1.55; margin: 0 0 8px; }
.gc-footer__payoff { margin: 12px 0 0; font-style: italic; color: var(--gc-anthracite); font-weight: 600; }
.gc-footer ul { list-style: none; margin: 0; padding: 0; }
.gc-footer li + li { margin-top: 6px; }
.gc-footer a {
  color: var(--gc-muted) !important; text-decoration: none !important; font-size: 14px;
  display: inline-flex; align-items: center; min-height: 40px;
}
.gc-footer a:hover { color: var(--gc-orange) !important; }
.gc-footer__bottom { background: var(--gc-anthracite); color: rgba(255,255,255,.8); padding: 16px 0; }
.gc-footer__bottom-inner { display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; }
.gc-footer__bottom a { color: rgba(255,255,255,.9) !important; }
.gc-footer__status-line { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.gc-footer__status-dot {
  width: 10px; height: 10px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.18);
}
.gc-footer__status-dot.is-bad { background: #ef4444; box-shadow: 0 0 0 4px rgba(239,68,68,.18); }
.gc-footer__status-dot.is-warn { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,.18); }
.gc-footer__copy { margin: 8px 0 0; font-size: 13px; }
.gc-footer__payments { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; }
.gc-pay-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 32px; border-radius: 6px; overflow: hidden;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16);
}
.gc-pay-icon svg { width: 100%; height: 100%; display: block; }
.gc-pay-badge {
  display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 6px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 700;
}
@media (min-width: 768px) {
  .gc-footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 20px; }
  .gc-footer__bottom-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* Hide legacy clutter / baked banners on home */
.gc-is-home .nt-instagram,
.gc-is-home .nt-mini-lists,
.gc-is-home .nt-news,
.gc-is-home .swiper-viewport,
.gc-is-home #slideshow0 { display: none !important; }

/* Global product/checkout polish */
#product-product .btn-primary, #button-cart, .btn-primary {
  min-height: var(--gc-tap) !important; border-radius: 999px !important; font-weight: 700 !important;
  background: var(--gc-orange) !important; border-color: var(--gc-orange) !important;
}
.b2b-gate-modal .modal-dialog { margin: 12px auto; width: calc(100% - 24px); max-width: 480px; }

/* Homepage remains browsable; soft gate only when injected */
.gc-is-home .b2b-gate-backdrop,
.gc-is-home .b2b-gate-modal { display: none !important; }
body.gc-is-home { overflow: auto !important; }

/* Category / product listing pages */
#product-category,
#product-search,
#product-special,
#product-manufacturer-info {
  overflow-x: hidden;
}
#product-category .row,
#product-search .row,
.product-category .row,
.product-search .row {
  margin-left: -8px;
  margin-right: -8px;
}
#product-category .product-layout,
#product-search .product-layout,
.product-thumb {
  min-width: 0;
}
#product-category .form-group,
#product-search .form-group {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #product-category .col-sm-6.text-right,
  #product-search .col-sm-6.text-right,
  #product-category .col-md-4.col-xs-6,
  #product-search .col-md-4.col-xs-6 {
    width: 100%;
    float: none;
    text-align: left !important;
  }
  #product-category #input-sort,
  #product-category #input-limit,
  #product-search #input-sort,
  #product-search #input-limit {
    width: 100%;
    max-width: 100%;
    min-height: var(--gc-tap);
  }
  #product-category .breadcrumb,
  #product-search .breadcrumb {
    font-size: 13px;
    white-space: normal;
    word-break: break-word;
  }
}
#information-contact .form-control,
#checkout-checkout .form-control {
  min-height: var(--gc-tap);
}

/* Final overrides — beat legacy gommans-theme header/nav conflicts */
.gc-header__navrow .gc-header__nav-list > li > a:hover,
.gc-header__navrow .gc-header__nav-list > li > a:focus {
  color: #fff !important;
}
.gc-header .gc-header__search { width: 100% !important; max-width: none !important; }
@media (min-width: 1024px) {
  .gc-header .gc-header__search { max-width: 420px !important; }
}

/* ═══════════════════════════════════════════════════════════════
   UI POLISH v19 — SaaS / Fashion B2B presentation layer
   ═══════════════════════════════════════════════════════════════ */

:root {
  --gc-border-input: #e2e8f0;
  --gc-section-gap: 3rem;
  --gc-font-display: Inter, Poppins, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

body.gc-theme {
  font-family: var(--gc-font-display);
  letter-spacing: -0.01em;
}

/* — TAAK 4: Global spacing & section titles — */
.gc-home .gc-section {
  padding-top: var(--gc-section-gap);
  padding-bottom: var(--gc-section-gap);
}
.gc-section__head {
  max-width: 680px;
  margin: 0 auto var(--gc-section-gap);
}
.gc-section__head h2 {
  font-family: var(--gc-font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--gc-anthracite);
  position: relative;
  padding-bottom: 14px;
}
.gc-section__head--accent h2::after,
.gc-section__head--featured h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gc-orange), rgba(232, 93, 4, .35));
}
.gc-section__head p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 10px;
}
.gc-help {
  padding: var(--gc-section-gap) 0;
  margin-top: var(--gc-section-gap);
}

/* — TAAK 1: Premium buttons — */
.gc-btn {
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, background .18s ease, border-color .18s ease;
  will-change: transform;
}
.gc-btn--orange {
  background: linear-gradient(180deg, #f06a18 0%, var(--gc-orange) 48%, var(--gc-orange-dark) 100%);
  border-color: var(--gc-orange-dark);
  box-shadow: 0 4px 14px rgba(232, 93, 4, .32), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.gc-btn--orange:hover,
.gc-btn--orange:focus-visible {
  background: linear-gradient(180deg, #f57828 0%, var(--gc-orange) 50%, #c44a00 100%);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 28px rgba(232, 93, 4, .42), inset 0 1px 0 rgba(255, 255, 255, .2);
  color: #fff !important;
}
.gc-btn--ghost,
.gc-btn--ghost-dark {
  box-shadow: 0 2px 8px rgba(15, 23, 42, .06);
}
.gc-btn--ghost:hover,
.gc-btn--ghost-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

/* — TAAK 1: Hero banner — */
.gc-hero {
  min-height: clamp(420px, 68vh, 620px);
  padding: 56px 0;
}
.gc-hero__overlay {
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(11, 79, 138, .45) 0%, transparent 60%),
    linear-gradient(118deg, rgba(6, 32, 58, .92) 0%, rgba(20, 30, 42, .82) 42%, rgba(8, 58, 102, .72) 100%),
    var(--gc-hero-image) center / cover no-repeat;
}
.gc-hero__card {
  max-width: 660px;
  padding: 28px 24px;
  background: rgba(15, 23, 42, .52);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.gc-hero__eyebrow {
  font-family: var(--gc-font-display);
  font-size: 11px;
  letter-spacing: .14em;
  color: #ffb07a;
}
.gc-hero__title {
  font-family: var(--gc-font-display);
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .3);
}
.gc-hero__sub {
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
  max-width: 52ch;
}
.gc-hero__actions {
  gap: 12px;
  margin-top: 4px;
}
.gc-hero__actions .gc-btn--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .55) !important;
  background: rgba(255, 255, 255, .08) !important;
  backdrop-filter: blur(4px);
}
.gc-hero__actions .gc-btn--ghost:hover {
  background: rgba(255, 255, 255, .16) !important;
  border-color: #fff !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .gc-hero__card { padding: 40px 44px; }
}

/* — TAAK 2: Category cards — */
.gc-cat-grid { gap: 16px; }
.gc-cat {
  min-height: 240px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  transition: transform .25s cubic-bezier(.2, .8, .2, 1), box-shadow .25s ease;
  background: var(--gc-blue-dark);
  isolation: isolate;
}
.gc-cat::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--gc-cat-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .35s ease;
}
.gc-cat::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, .94) 0%,
    rgba(15, 23, 42, .55) 48%,
    rgba(11, 79, 138, .38) 100%
  );
  transition: opacity .25s ease;
}
/* Fallback gradients when no category image is set */
.gc-cat-grid .gc-cat:nth-child(1) {
  --gc-cat-image: linear-gradient(135deg, #0b4f8a 0%, #1e3a5f 50%, #2d3748 100%);
}
.gc-cat-grid .gc-cat:nth-child(2) {
  --gc-cat-image: linear-gradient(135deg, #1f2933 0%, #374151 50%, #4b5563 100%);
}
.gc-cat-grid .gc-cat:nth-child(3) {
  --gc-cat-image: linear-gradient(135deg, #7c2d4a 0%, #4a2c40 50%, #1f2933 100%);
}
.gc-cat-grid .gc-cat:nth-child(4) {
  --gc-cat-image: linear-gradient(135deg, #0f766e 0%, #115e59 50%, #1f2933 100%);
}
.gc-cat:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
}
.gc-cat:hover::before { transform: scale(1.08); }
.gc-cat:hover::after { opacity: .92; }
.gc-cat--featured {
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 0 0 2px var(--gc-orange);
}
.gc-cat__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  min-height: 240px;
  padding: 20px 18px 18px;
  width: 100%;
  box-sizing: border-box;
}
.gc-cat__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  border-radius: 12px;
  font-size: 20px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, .2);
  flex-shrink: 0;
}
.gc-cat__name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}
.gc-cat__meta {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  opacity: .92;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gc-cat__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 10px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 2px 8px rgba(232, 93, 4, .35);
  flex-shrink: 0;
}

/* Product cards polish */
.gc-product {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .07);
}
.gc-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.gc-product__body { padding: 14px; gap: 10px; }

/* — TAAK 3: Modern form fields (contact, login, checkout) — */
body.gc-theme .form-control,
body.gc-theme input[type="text"]:not(.gc-search__input),
body.gc-theme input[type="email"],
body.gc-theme input[type="password"],
body.gc-theme input[type="tel"],
body.gc-theme input[type="number"],
body.gc-theme input[type="url"],
body.gc-theme select.form-control,
body.gc-theme select:not(.gc-search__cat),
body.gc-theme textarea.form-control,
body.gc-theme textarea {
  border: 1px solid var(--gc-border-input) !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  min-height: 48px;
  background: #fff !important;
  color: var(--gc-ink) !important;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.gc-theme textarea.form-control,
body.gc-theme textarea {
  min-height: 120px;
  resize: vertical;
}
body.gc-theme .form-control:focus,
body.gc-theme input[type="text"]:not(.gc-search__input):focus,
body.gc-theme input[type="email"]:focus,
body.gc-theme input[type="password"]:focus,
body.gc-theme input[type="tel"]:focus,
body.gc-theme input[type="number"]:focus,
body.gc-theme select.form-control:focus,
body.gc-theme select:not(.gc-search__cat):focus,
body.gc-theme textarea.form-control:focus,
body.gc-theme textarea:focus {
  border-color: var(--gc-orange) !important;
  box-shadow: 0 0 0 3px rgba(232, 93, 4, .18) !important;
  outline: none !important;
  background: #fff !important;
}
body.gc-theme #account-login .form-control:focus,
body.gc-theme #account-register .form-control:focus {
  border-color: var(--gc-blue) !important;
  box-shadow: 0 0 0 3px rgba(11, 79, 138, .15) !important;
}
body.gc-theme .form-group label {
  font-weight: 600;
  font-size: 14px;
  color: var(--gc-anthracite);
  margin-bottom: 6px;
}
body.gc-theme #information-contact fieldset,
body.gc-theme #account-login .well,
body.gc-theme #account-register .well {
  border: 1px solid var(--gc-line);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .04);
  background: #fff;
}

/* v20 — mobile overflow guard */
html, body.gc-theme, body.gc-theme #common-home {
  max-width: 100%;
  overflow-x: clip;
}
body.gc-theme .gc-home,
body.gc-theme .gc-section,
body.gc-theme .gc-footer,
body.gc-theme .gc-header {
  max-width: 100%;
  overflow-x: clip;
}
body.gc-theme table { max-width: 100%; }
body.gc-theme .gc-cat__badge {
  max-width: calc(100% - 8px);
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

/* v21 — looping background video (hero + help) */
.gc-hero--video .gc-hero__overlay {
  background:
    radial-gradient(ellipse 70% 55% at 18% 42%, rgba(11, 79, 138, .28) 0%, transparent 58%),
    linear-gradient(118deg, rgba(6, 32, 58, .68) 0%, rgba(20, 30, 42, .5) 45%, rgba(8, 58, 102, .42) 100%) !important;
}
/* v22 — background video scrolls with its section */
.gc-hero.gc-hero--video,
.gc-help.gc-help--video {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.gc-hero__video,
.gc-help__video {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  transform: none !important;
}
.gc-help__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(8, 58, 102, .88), rgba(31, 41, 51, .84));
  pointer-events: none;
}
.gc-help--video .gc-help__overlay {
  background: linear-gradient(135deg, rgba(8, 58, 102, .72), rgba(31, 41, 51, .66));
}
.gc-help__inner {
  position: relative;
  z-index: 2;
}

/* v23 — mobile visual polish */
@keyframes gc-cart-slide-up {
  from { transform: translateY(100%); opacity: .6; }
  to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 639px) {
  body.gc-theme .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Cart: bottom sheet (fixes vertical text in narrow btn-group) */
  body.gc-theme #cart .dropdown-menu li > div {
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }
  body.gc-theme #cart.open > .dropdown-menu,
  body.gc-theme #cart .dropdown-menu {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    margin: 0 !important;
    transform: none !important;
    border-radius: 16px 16px 0 0 !important;
    border-bottom: 0 !important;
    padding: 8px 16px calc(16px + env(safe-area-inset-bottom)) !important;
    max-height: min(75vh, 560px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    z-index: 1600 !important;
    animation: gc-cart-slide-up .22s ease;
  }
  body.gc-theme #cart.open > .dropdown-menu::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    margin: 4px auto 14px;
    border-radius: 999px;
    background: var(--gc-line);
  }
  body.gc-theme .gc-cart-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .52);
    z-index: 1550;
    -webkit-tap-highlight-color: transparent;
  }
  body.gc-cart-open { overflow: hidden; }

  /* Account / login / register cards */
  body.gc-theme #account-login > .row,
  body.gc-theme #account-register > .row,
  body.gc-theme #account-forgotten > .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.gc-theme #account-login #content > .row > [class*="col-"],
  body.gc-theme #account-register #content > .row > [class*="col-"],
  body.gc-theme #account-forgotten #content > [class*="col-"] {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 14px;
  }
  body.gc-theme #account-login .well,
  body.gc-theme #account-register .well,
  body.gc-theme #account-forgotten .well {
    padding: 20px 16px;
    margin-bottom: 0;
    border-radius: 14px;
  }
  body.gc-theme #account-login .well h2,
  body.gc-theme #account-register .well h2 {
    font-size: 1.25rem;
    margin-top: 0;
  }
  body.gc-theme #account-login .btn-primary,
  body.gc-theme #account-register .btn-primary,
  body.gc-theme #account-forgotten .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 700;
  }
  body.gc-theme #account-login .breadcrumb,
  body.gc-theme #account-register .breadcrumb,
  body.gc-theme #information-contact .breadcrumb,
  body.gc-theme #checkout-checkout .breadcrumb,
  body.gc-theme #product-category .breadcrumb,
  body.gc-theme #product-search .breadcrumb {
    font-size: 12px;
    margin-bottom: 14px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  /* Generic OpenCart content pages */
  body.gc-theme #content {
    padding-left: 0;
    padding-right: 0;
  }
  body.gc-theme #content .well,
  body.gc-theme #content fieldset {
    padding: 18px 16px;
    border-radius: 14px;
  }
  body.gc-theme .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  body.gc-theme .buttons .pull-right,
  body.gc-theme .buttons .pull-left {
    float: none !important;
    width: 100%;
  }
  body.gc-theme .buttons .btn {
    width: 100%;
    min-height: 48px;
  }

  /* Home sections — tighter rhythm on small phones */
  body.gc-theme .gc-hero {
    min-height: clamp(320px, 78vw, 460px);
    padding: 32px 0;
  }
  body.gc-theme .gc-hero__card {
    padding: 18px 16px;
    border-radius: 12px;
  }
  body.gc-theme .gc-section {
    padding: 36px 0;
  }
  body.gc-theme .gc-home .gc-section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  body.gc-theme .gc-cat {
    min-height: 200px;
  }

  /* WhatsApp float — above cart sheet */
  body.gc-theme .gc-wa-float {
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    right: 12px !important;
    z-index: 1400 !important;
  }
  body.gc-cart-open .gc-wa-float {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  .gc-header__usp {
    display: block;
    max-width: 46vw;
    font-size: 11px;
  }
}

/* v24 — shop mega menu: readable, clickable, desktop + mobile */
.gc-header,
.gc-header__navrow,
.gc-header__navrow .container,
#gc-main-nav,
.gc-nav-shop {
  overflow: visible !important;
}

/* Nav links stay white; panel content uses dark text on white */
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__item,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__card,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__group-title,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__footer-link {
  letter-spacing: normal !important;
  text-transform: none !important;
}
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__item,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__card {
  color: var(--gc-ink) !important;
  background: transparent !important;
}
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__item:hover,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__item:focus,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__card:hover,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__card:focus {
  color: var(--gc-blue) !important;
  background: var(--gc-soft) !important;
}
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__group-title {
  color: var(--gc-blue) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__group-title:hover,
.gc-header__navrow .gc-shop-panel a.gc-shop-panel__group-title:focus {
  color: var(--gc-orange) !important;
  background: transparent !important;
}
.gc-header__navrow .gc-shop-panel .gc-shop-panel__meta,
.gc-header__navrow .gc-shop-panel .gc-shop-panel__label,
.gc-header__navrow .gc-shop-panel .gc-shop-panel__empty {
  color: var(--gc-muted) !important;
}
.gc-header__navrow .gc-shop-panel .gc-shop-panel__footer-link {
  color: var(--gc-muted) !important;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
}
.gc-header__navrow .gc-shop-panel .gc-shop-panel__footer-link--primary {
  color: var(--gc-orange) !important;
  font-weight: 700 !important;
}
.gc-header__navrow .gc-shop-panel .gc-shop-panel__footer-link:hover {
  color: var(--gc-orange) !important;
  background: var(--gc-soft) !important;
}
.gc-header__navrow .gc-shop-panel .gc-shop-panel__search {
  color: var(--gc-ink) !important;
  background: #fff !important;
  min-height: 44px;
  font-size: 15px !important;
}
.gc-header__navrow .gc-shop-panel .gc-shop-panel__search:focus {
  border-color: var(--gc-orange) !important;
  box-shadow: 0 0 0 3px rgba(232, 93, 4, .15) !important;
}

@media (min-width: 992px) {
  .gc-nav-shop.has-panel { position: relative; z-index: 1201; }
  .gc-nav-shop__trigger {
    cursor: pointer;
    min-height: 52px;
    padding: 0 20px !important;
    border-radius: 10px;
  }
  .gc-nav-shop.is-open > .gc-nav-shop__trigger,
  .gc-nav-shop.has-panel:hover > .gc-nav-shop__trigger {
    background: rgba(255, 255, 255, .16) !important;
    color: #fff !important;
  }
  .gc-nav-shop.is-open .gc-nav-shop__caret,
  .gc-nav-shop.has-panel:hover .gc-nav-shop__caret {
    transform: rotate(180deg);
  }
  .gc-shop-panel {
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(8px) !important;
    margin-top: 0 !important;
    min-width: min(820px, calc(100vw - 32px)) !important;
    max-width: 960px !important;
    z-index: 1250 !important;
  }
  .gc-shop-panel::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
  }
  .gc-nav-shop.has-panel:hover .gc-shop-panel,
  .gc-nav-shop.has-panel.is-open .gc-shop-panel {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }
  .gc-shop-panel__inner {
    padding: 20px 22px 16px !important;
    border-radius: 16px !important;
    border: 1px solid var(--gc-line) !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .18) !important;
  }
  .gc-shop-panel__item,
  .gc-shop-panel__card {
    min-height: 48px;
    padding: 10px 12px !important;
    border-radius: 10px !important;
  }
  .gc-shop-panel__name,
  .gc-shop-panel__card-name {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
  }
  .gc-shop-panel__grid {
    gap: 18px 24px !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  }
  .gc-shop-panel__body {
    max-height: min(58vh, 480px) !important;
  }
}

@media (max-width: 991px) {
  #gc-main-nav.is-open .gc-shop-panel a.gc-shop-panel__item,
  #gc-main-nav.is-open .gc-shop-panel a.gc-shop-panel__card {
    color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
    min-height: 48px;
    padding: 12px !important;
    border-radius: 10px !important;
    margin-bottom: 6px;
  }
  #gc-main-nav.is-open .gc-shop-panel a.gc-shop-panel__item:hover,
  #gc-main-nav.is-open .gc-shop-panel a.gc-shop-panel__card:hover {
    background: rgba(255, 255, 255, .16) !important;
    color: #fff !important;
  }
  #gc-main-nav.is-open .gc-shop-panel a.gc-shop-panel__group-title {
    color: #ffb07a !important;
    font-size: 12px !important;
    margin-top: 8px;
  }
  #gc-main-nav.is-open .gc-shop-panel .gc-shop-panel__meta {
    color: rgba(255, 255, 255, .78) !important;
  }
  #gc-main-nav.is-open .gc-shop-panel .gc-shop-panel__label {
    color: rgba(255, 255, 255, .72) !important;
  }
  #gc-main-nav.is-open .gc-shop-panel .gc-shop-panel__search {
    background: #fff !important;
    color: var(--gc-ink) !important;
    min-height: 44px;
  }
  #gc-main-nav.is-open .gc-shop-panel .gc-shop-panel__footer-link {
    color: rgba(255, 255, 255, .88) !important;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 8px;
  }
  #gc-main-nav.is-open .gc-shop-panel .gc-shop-panel__footer-link--primary {
    color: #ffb07a !important;
    font-weight: 700 !important;
  }
  #gc-main-nav.is-open .gc-shop-panel .gc-shop-panel__empty {
    color: rgba(255, 255, 255, .75) !important;
  }
  #gc-main-nav.is-open .gc-nav-shop.is-open > .gc-nav-shop__trigger {
    background: rgba(255, 255, 255, .14) !important;
  }
}

