:root {
  --g7-blue: #0752c9;
  --g7-blue-2: #0b65e8;
  --g7-blue-dark: #061f51;
  --g7-navy: #07183c;
  --g7-yellow: #ffc400;
  --g7-yellow-2: #ffdc55;
  --g7-cyan: #19c3e7;
  --g7-ink: #101828;
  --g7-muted: #667085;
  --g7-border: #e5eaf2;
  --g7-surface: #f5f7fb;
  --g7-white: #ffffff;
  --g7-radius: 18px;
  --g7-shadow: 0 18px 48px rgba(7, 31, 81, 0.1);
}

html { scroll-behavior: smooth; }

body.gros7-marketplace-home {
  margin: 0 !important;
  background: var(--g7-white) !important;
  color: var(--g7-ink) !important;
  overflow-x: hidden;
}

body.gros7-quote-page {
  margin: 0 !important;
  background: var(--g7-surface) !important;
  color: var(--g7-ink) !important;
  overflow-x: hidden;
}

.g7-quote-page {
  min-height: 62vh;
  background: var(--g7-surface);
}

.g7-quote-hero {
  padding: 62px 0 52px;
  background: linear-gradient(135deg, #edf4ff 0%, #ffffff 58%, #fff9df 100%);
  border-bottom: 1px solid var(--g7-border);
}

.g7-quote-hero__inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.g7-quote-hero h1 {
  margin: 12px 0 14px;
  color: var(--g7-blue-dark);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
}

.g7-quote-hero p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--g7-muted);
  font-size: 16px;
}

.g7-quote-content {
  padding: 44px 0 70px;
}

.g7-quote-card {
  min-height: 180px;
  padding: clamp(22px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--g7-border);
  border-radius: var(--g7-radius);
  box-shadow: var(--g7-shadow);
}

.g7-quote-card:empty::before {
  content: "";
  display: block;
}

.g7-quote-card .dokan-request-quote,
.g7-quote-card form {
  max-width: 100%;
}

.g7-quote-back {
  display: inline-flex;
  margin-top: 22px;
}

body.gros7-cart-page {
  margin: 0 !important;
  background: var(--g7-surface) !important;
  color: var(--g7-ink) !important;
  overflow-x: hidden;
}

.g7-cart-page {
  min-height: 62vh;
  background: var(--g7-surface);
}

.g7-cart-hero {
  padding: 52px 0 42px;
  background: linear-gradient(135deg, #edf4ff 0%, #ffffff 58%, #fff9df 100%);
  border-bottom: 1px solid var(--g7-border);
}

.g7-cart-hero__inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.g7-cart-hero h1 {
  margin: 12px 0 12px;
  color: var(--g7-blue-dark);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.14;
}

.g7-cart-hero p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--g7-muted);
  font-size: 16px;
}

.g7-cart-content {
  padding: 42px 0 72px;
}

.g7-cart-card {
  padding: clamp(18px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--g7-border);
  border-radius: var(--g7-radius);
  box-shadow: var(--g7-shadow);
}

.g7-cart-card .woocommerce {
  color: var(--g7-ink);
}

.g7-cart-card .woocommerce a:not(.button) {
  color: var(--g7-blue);
}

.g7-cart-card .woocommerce table.shop_table {
  margin: 0 0 28px;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}

.g7-cart-card .woocommerce table.shop_table th,
.g7-cart-card .woocommerce table.shop_table td {
  padding: 17px 12px;
  border-color: var(--g7-border);
  vertical-align: middle;
}

.g7-cart-card .woocommerce table.shop_table th {
  color: var(--g7-blue-dark);
  background: #f1f6ff;
  font-size: 13px;
  font-weight: 800;
}

.g7-cart-card .woocommerce table.shop_table .product-thumbnail img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 12px;
}

.g7-cart-card .woocommerce table.shop_table .product-name a {
  color: var(--g7-blue-dark);
  font-weight: 800;
}

.g7-cart-card .woocommerce .quantity .qty {
  width: 78px;
  min-height: 42px;
  padding: 8px;
  color: var(--g7-blue-dark);
  background: #fff;
  border: 1px solid #bfd0ea;
  border-radius: 9px;
  text-align: center;
  font-weight: 800;
}

.g7-cart-card .woocommerce a.remove {
  width: 30px;
  height: 30px;
  color: #d02d45 !important;
  border-radius: 50%;
  line-height: 29px;
}

.g7-cart-card .woocommerce a.remove:hover {
  color: #fff !important;
  background: #d02d45;
}

.g7-cart-card .woocommerce .actions {
  padding: 20px 0 0;
  border-top: 1px solid var(--g7-border);
}

.g7-cart-card .woocommerce .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.g7-cart-card .woocommerce .coupon input.input-text {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #bfd0ea;
  border-radius: 9px;
}

.g7-cart-card .woocommerce button.button,
.g7-cart-card .woocommerce a.button,
.g7-cart-card .woocommerce input.button {
  min-height: 44px;
  padding: 10px 18px;
  color: #fff;
  background: var(--g7-blue);
  border: 0;
  border-radius: 9px;
  font-weight: 800;
}

.g7-cart-card .woocommerce button.button:hover,
.g7-cart-card .woocommerce a.button:hover,
.g7-cart-card .woocommerce input.button:hover {
  color: #fff;
  background: var(--g7-blue-2);
}

.g7-cart-card .woocommerce button[name="update_cart"]:disabled {
  opacity: .55;
}

.g7-cart-card .woocommerce .cart-collaterals {
  width: 100% !important;
  clear: both !important;
  float: none !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.g7-cart-card .woocommerce .cart_totals {
  float: none !important;
  width: min(100%, 450px) !important;
  margin-inline-start: auto !important;
  margin-inline-end: 0 !important;
  padding: 24px;
  background: #f5f8fd;
  border: 1px solid #d7e2f2;
  border-radius: 14px;
  box-sizing: border-box !important;
}

.g7-cart-card .woocommerce .cart_totals h2 {
  margin: 0 0 20px;
  color: var(--g7-blue-dark);
  font-size: 22px;
}

.g7-cart-card .woocommerce .cart_totals table.shop_table {
  margin-bottom: 18px;
  background: transparent;
}

.g7-cart-card .woocommerce .cart_totals th,
.g7-cart-card .woocommerce .cart_totals td {
  padding: 11px 0;
  background: transparent;
  border: 0;
}

.g7-cart-card .woocommerce .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.g7-cart-card .woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  margin: 0;
  padding: 14px 18px;
  background: var(--g7-yellow) !important;
  color: var(--g7-blue-dark) !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.g7-cart-card .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--g7-yellow-2) !important;
  color: var(--g7-blue-dark) !important;
}

.g7-cart-card .woocommerce .cart-empty.woocommerce-info,
.g7-cart-card .woocommerce .woocommerce-info,
.g7-cart-card .woocommerce .woocommerce-message {
  margin: 0;
  border-top-color: var(--g7-blue);
  background: #f1f6ff;
}

@media (max-width: 760px) {
  .g7-cart-card {
    padding: 14px;
  }

  .g7-cart-card .woocommerce table.shop_table {
    font-size: 13px;
  }

  .g7-cart-card .woocommerce table.shop_table th,
  .g7-cart-card .woocommerce table.shop_table td {
    padding: 12px 7px;
  }

  .g7-cart-card .woocommerce table.shop_table .product-thumbnail {
    display: none;
  }

  .g7-cart-card .woocommerce .actions,
  .g7-cart-card .woocommerce .coupon {
    display: flex;
    flex-wrap: wrap;
  }

  .g7-cart-card .woocommerce .coupon input.input-text {
    flex: 1 1 150px;
  }

  .g7-cart-card .woocommerce .cart_totals {
    width: 100% !important;
    margin-inline: 0 !important;
    padding: 18px 14px;
  }

  .g7-cart-card .woocommerce .cart_totals h2 {
    font-size: 19px;
  }

  .g7-cart-card .woocommerce .cart_totals table.shop_table {
    font-size: 13px;
  }

  .g7-cart-card .woocommerce .wc-proceed-to-checkout a.checkout-button {
    padding: 12px 8px;
    font-size: 14px;
  }
}

body.g7-menu-open { overflow: hidden; }

.g7-site,
.g7-site * { box-sizing: border-box; }

.g7-site {
  width: 100%;
  min-height: 100vh;
  color: var(--g7-ink);
  background: #fff;
  font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

[dir="rtl"] .g7-site { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }

.g7-site a { color: inherit; text-decoration: none; }
.g7-site button,
.g7-site input { font: inherit; }
.g7-site img { max-width: 100%; height: auto; }
.g7-site h1,
.g7-site h2,
.g7-site h3,
.g7-site p { margin-top: 0; }

.g7-container {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.screen-reader-text,
.g7-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.g7-skip-link:focus {
  z-index: 99999;
  top: 12px;
  inset-inline-start: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  clip: auto;
  background: #fff;
  color: var(--g7-blue);
  border-radius: 8px;
}

.g7-topbar {
  color: #d8e6ff;
  background: var(--g7-blue-dark);
  font-size: 12px;
}

.g7-topbar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.g7-topbar__message,
.g7-topbar__links,
.g7-languages { display: flex; align-items: center; }
.g7-topbar__message { gap: 8px; }
.g7-topbar__message > span { color: var(--g7-yellow); font-size: 8px; }
.g7-topbar__links { gap: 20px; }
.g7-topbar a:hover { color: #fff; }

.g7-languages {
  padding-inline-start: 14px;
  border-inline-start: 1px solid rgba(255,255,255,.18);
  gap: 3px;
}

.g7-languages a {
  display: grid;
  place-items: center;
  width: 27px;
  height: 23px;
  border-radius: 6px;
  color: #c6d8f7;
  font-size: 10px;
  font-weight: 800;
}

.g7-languages a.is-active { color: var(--g7-blue-dark); background: var(--g7-yellow); }

.g7-header {
  position: relative;
  z-index: 90;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, .07);
}

.g7-header__main {
  min-height: 86px;
  display: grid;
  grid-template-columns: 210px minmax(300px, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.g7-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.g7-brand__logo { width: 74px; height: 54px; display: block; object-fit: contain; }

.g7-brand__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 49px;
  height: 44px;
  color: #fff;
  background: var(--g7-blue);
  border-radius: 14px 14px 6px 14px;
  box-shadow: inset -6px -6px 0 rgba(0, 31, 106, .16);
  transform: skewX(-5deg);
}

.g7-brand__mark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -6px;
  inset-inline-end: 5px;
  border-radius: 50%;
  background: var(--g7-yellow);
  box-shadow: -18px 0 0 var(--g7-yellow);
}

[dir="rtl"] .g7-brand__mark::after { box-shadow: 18px 0 0 var(--g7-yellow); }
.g7-brand__mark b { font-size: 23px; font-weight: 900; line-height: 1; transform: skewX(5deg); }
.g7-brand__mark i { position: absolute; top: -6px; inset-inline-end: -8px; color: var(--g7-yellow); font-size: 22px; font-weight: 1000; font-style: normal; transform: skewX(5deg); text-shadow: 0 2px 0 rgba(0,0,0,.08); }
.g7-brand__word { display: flex; flex-direction: column; line-height: 1; }
.g7-brand__word strong { color: var(--g7-blue); font-size: 28px; font-weight: 900; letter-spacing: .02em; }
.g7-brand__word strong span { color: var(--g7-yellow); }
.g7-brand__word small { margin-top: 7px; color: #6f7d95; font-size: 7px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }

.g7-search {
  height: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--g7-blue);
  border-radius: 13px;
  box-shadow: 0 5px 18px rgba(7, 82, 201, .08);
}

.g7-search input[type="search"] {
  width: 100%;
  min-width: 0;
  padding: 0 20px;
  color: var(--g7-ink);
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.g7-search input::placeholder { color: #8b95a7; opacity: 1; }
.g7-search button {
  min-width: 112px;
  height: 100%;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 20px;
  color: #fff;
  background: var(--g7-blue);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  direction: rtl;
}
.g7-search button:hover { background: #0347b3; }
.g7-search__icon { width: 18px; height: 18px; display: inline-flex; flex: 0 0 18px; align-items: center; justify-content: center; }
.g7-search__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.g7-search__label { font-size: 13px; line-height: 1; white-space: nowrap; }

.g7-header__actions { display: flex; align-items: center; gap: 8px; }
.g7-header-action {
  position: relative;
  min-width: 50px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #344054;
  border-radius: 10px;
}
.g7-header-action:hover { color: var(--g7-blue); background: #f3f7ff; }
.g7-header-action > span { color: var(--g7-blue); font-size: 21px; line-height: 1; }
.g7-header-action small { white-space: nowrap; font-size: 10px; font-weight: 700; }
.g7-header-action--quote { padding-inline: 9px; }
.g7-cart-count {
  position: absolute;
  top: 2px;
  inset-inline-end: 2px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  color: var(--g7-blue-dark);
  background: var(--g7-yellow);
  border-radius: 20px;
  font-size: 9px;
}

.g7-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: #f1f5fb; border: 0; border-radius: 10px; cursor: pointer; }
.g7-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--g7-blue-dark); border-radius: 2px; }

.g7-nav { border-top: 1px solid #edf0f5; }
.g7-nav__inner { min-height: 48px; display: flex; align-items: stretch; }
.g7-category-nav { position: relative; z-index: 301; width: 210px; flex-shrink: 0; }
.g7-nav__categories {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 16px;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  background: var(--g7-blue);
  font: inherit;
  font-weight: 800;
  text-align: start;
  cursor: pointer;
}
.g7-nav__categories span { font-size: 21px; }
.g7-nav__categories > i { margin-inline-start: auto; color: var(--g7-yellow); font-size: 17px; font-style: normal; line-height: 1; transition: transform .2s ease; }
.g7-category-nav.is-open .g7-nav__categories > i { transform: rotate(180deg); }
.g7-category-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-start: 0;
  z-index: 302;
  width: 310px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--g7-border);
  border-radius: 14px;
  box-shadow: 0 22px 50px rgba(7, 31, 76, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.g7-category-dropdown.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.g7-category-dropdown__head { display: flex; align-items: center; justify-content: space-between; padding: 7px 10px 10px; color: var(--g7-navy); border-bottom: 1px solid #edf1f7; font-size: 13px; }
.g7-category-dropdown__head span { color: var(--g7-yellow); font-size: 15px; }
.g7-category-dropdown > a:not(.g7-category-dropdown__all) { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 9px 8px; border-radius: 10px; }
.g7-category-dropdown > a:not(.g7-category-dropdown__all):hover { background: #f3f7ff; }
.g7-category-dropdown__icon { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; border-radius: 9px; font-size: 17px; }
.g7-category-dropdown__icon--blue { background: #0752c9; }
.g7-category-dropdown__icon--yellow { color: #5c4300; background: #ffc400; }
.g7-category-dropdown__icon--cyan { background: #0ea5c6; }
.g7-category-dropdown__icon--green { background: #16a36a; }
.g7-category-dropdown__icon--pink { background: #db4d83; }
.g7-category-dropdown__icon--violet { background: #7357d9; }
.g7-category-dropdown__icon--orange { background: #ee712b; }
.g7-category-dropdown__icon--navy { background: #17346e; }
.g7-category-dropdown__copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.g7-category-dropdown__copy strong { overflow: hidden; color: #24324a; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.g7-category-dropdown__copy small { color: #8290a7; font-size: 10px; }
.g7-category-dropdown > a:not(.g7-category-dropdown__all) > i { color: #9aabc3; font-size: 15px; font-style: normal; }
.g7-category-dropdown__all { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding: 11px 10px; color: var(--g7-blue) !important; background: #eef4ff; border-radius: 10px; font-size: 11px; }
.g7-category-dropdown__all span { color: var(--g7-yellow); font-size: 16px; }
.g7-nav__links { flex: 1; display: flex; align-items: center; gap: 34px; padding-inline-start: 28px; }
.g7-nav__links a { color: #344054; font-size: 13px; font-weight: 700; }
.g7-nav__links a:hover { color: var(--g7-blue); }
.g7-nav__links .g7-nav__sell { margin-inline-start: auto; display: flex; align-items: center; gap: 7px; color: var(--g7-blue); }
.g7-nav__sell span { color: var(--g7-yellow); font-size: 16px; }

.g7-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(5, 31, 84, .98), rgba(7, 82, 201, .95)),
    radial-gradient(circle at 20% 20%, #1d7aff, transparent 45%);
}

.g7-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.g7-hero__orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.g7-hero__orb--one { width: 330px; height: 330px; top: -180px; inset-inline-end: 8%; background: rgba(255, 196, 0, .16); }
.g7-hero__orb--two { width: 180px; height: 180px; bottom: 10px; inset-inline-start: -80px; background: rgba(26, 202, 236, .16); }

.g7-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 550px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 70px;
  padding-top: 54px;
  padding-bottom: 64px;
}

.g7-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--g7-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.g7-eyebrow > span { width: 24px; height: 3px; background: var(--g7-yellow); border-radius: 8px; }
.g7-eyebrow--light { color: #dce9ff; }

.g7-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(42px, 5.25vw, 73px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.045em;
}
[dir="rtl"] .g7-hero h1 { letter-spacing: -.025em; }
.g7-hero__content > p { max-width: 690px; margin-bottom: 28px; color: #d6e4fb; font-size: 17px; line-height: 1.85; }
.g7-hero__buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }

.g7-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.g7-button:hover { transform: translateY(-2px); }
.g7-button--yellow { color: var(--g7-blue-dark) !important; background: var(--g7-yellow); box-shadow: 0 12px 30px rgba(255, 196, 0, .2); }
.g7-button--yellow:hover { background: var(--g7-yellow-2); }
.g7-button--ghost { color: #fff !important; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.g7-button--ghost:hover { background: rgba(255,255,255,.15); }
.g7-button--blue { color: #fff !important; background: var(--g7-blue); box-shadow: 0 12px 24px rgba(7, 82, 201, .18); }
.g7-button--blue:hover { background: #0347b3; }

.g7-hero__stats { display: flex; align-items: stretch; gap: 26px; margin-top: 38px; }
.g7-hero__stats > div { display: flex; flex-direction: column; padding-inline-end: 26px; border-inline-end: 1px solid rgba(255,255,255,.18); }
.g7-hero__stats > div:last-child { padding-inline-end: 0; border: 0; }
.g7-hero__stats strong { color: var(--g7-yellow); font-size: 25px; line-height: 1.1; }
.g7-hero__stats span { margin-top: 6px; color: #bcd0ee; font-size: 11px; }

.g7-showcase {
  position: relative;
  min-height: 415px;
  padding: 26px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  box-shadow: 0 34px 80px rgba(0, 18, 64, .3);
  backdrop-filter: blur(18px);
  transform: perspective(1000px) rotateY(-3deg) rotateX(1deg);
}
[dir="rtl"] .g7-showcase { transform: perspective(1000px) rotateY(3deg) rotateX(1deg); }
.g7-showcase::before { content: ""; position: absolute; width: 240px; height: 240px; top: -120px; inset-inline-end: -80px; background: var(--g7-yellow); opacity: .14; border-radius: 50%; }
.g7-showcase__label { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; color: #fff; font-size: 12px; font-weight: 800; }
.g7-showcase__label span { color: var(--g7-yellow); }
.g7-showcase__logo {
  position: relative;
  z-index: 1;
  width: 188px;
  height: 188px;
  display: grid;
  place-items: center;
  margin: 18px auto 10px;
  padding: 12px;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 22px 44px rgba(0, 20, 70, .22);
}
.g7-showcase__logo img { width: 100%; height: 100%; object-fit: contain; }
.g7-showcase__chips { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.g7-showcase__chips > div { min-height: 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 8px; text-align: center; background: rgba(3, 24, 67, .48); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; }
.g7-showcase__chips strong { color: #e8f1ff; font-size: 9px; line-height: 1.35; }
.g7-mini-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; font-size: 13px; font-weight: 900; }
.g7-mini-icon--yellow { color: var(--g7-blue-dark); background: var(--g7-yellow); }
.g7-mini-icon--blue { color: #fff; background: var(--g7-blue-2); }
.g7-mini-icon--cyan { color: var(--g7-blue-dark); background: var(--g7-cyan); }
.g7-showcase__accent { position: absolute; width: 90px; height: 9px; bottom: 10px; inset-inline-end: 24px; background: var(--g7-yellow); border-radius: 12px; transform: rotate(-8deg); opacity: .7; }

.g7-popular-searches {
  position: relative;
  z-index: 2;
  min-height: 53px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -1px;
  color: #d9e7fc;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 11px;
}
.g7-popular-searches strong { color: #fff; }
.g7-popular-searches button { padding: 5px 11px; color: #dce9ff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; cursor: pointer; }
.g7-popular-searches button:hover { color: var(--g7-blue-dark); background: var(--g7-yellow); border-color: var(--g7-yellow); }

.g7-section { padding: 90px 0; }
.g7-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.g7-section-heading > div:first-child { max-width: 720px; }
.g7-section-heading h2,
.g7-buyer-copy h2,
.g7-centered-heading h2,
.g7-supplier-card h2 { margin-bottom: 10px; color: var(--g7-navy); font-size: clamp(30px, 3.2vw, 46px); font-weight: 900; line-height: 1.18; letter-spacing: -.03em; }
.g7-section-heading p,
.g7-buyer-copy > p { margin-bottom: 0; color: var(--g7-muted); font-size: 15px; }
.g7-text-link { flex-shrink: 0; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; color: var(--g7-blue) !important; border-bottom: 2px solid var(--g7-yellow); font-weight: 800; }

.g7-categories { background: #fff; }
.g7-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.g7-category-card {
  position: relative;
  min-height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  overflow: hidden;
  background: #f5f8ff;
  border: 1px solid #e4ebf8;
  border-radius: var(--g7-radius);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.g7-category-card:hover { transform: translateY(-5px); border-color: rgba(7,82,201,.25); box-shadow: var(--g7-shadow); }
.g7-category-card::after { content: ""; position: absolute; width: 105px; height: 105px; top: -30px; inset-inline-end: -20px; border-radius: 50%; opacity: .12; background: currentColor; }
.g7-category-card__icon { position: absolute; top: 18px; inset-inline-start: 20px; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--card-color, var(--g7-blue)); border-radius: 15px; box-shadow: 0 12px 24px color-mix(in srgb, var(--card-color, var(--g7-blue)) 22%, transparent); font-size: 27px; line-height: 1; }
.g7-category-card strong { color: var(--g7-navy); font-size: 15px; line-height: 1.4; }
.g7-category-card small { margin-top: 3px; color: #7b879b; font-size: 11px; }
.g7-category-card > i { position: absolute; bottom: 22px; inset-inline-end: 20px; color: var(--card-color, var(--g7-blue)); font-size: 18px; font-style: normal; }
.g7-category-card--blue { --card-color: #0752c9; }
.g7-category-card--yellow { --card-color: #f5a900; }
.g7-category-card--cyan { --card-color: #0ea5c6; }
.g7-category-card--green { --card-color: #16a36a; }
.g7-category-card--pink { --card-color: #db4d83; }
.g7-category-card--violet { --card-color: #7357d9; }
.g7-category-card--orange { --card-color: #ee712b; }
.g7-category-card--navy { --card-color: #17346e; }

.g7-products-section { background: var(--g7-surface); }
.g7-slider-controls { display: flex; gap: 8px; }
.g7-slider-controls button { width: 42px; height: 42px; display: grid; place-items: center; color: var(--g7-blue); background: #fff; border: 1px solid var(--g7-border); border-radius: 10px; cursor: pointer; font-size: 18px; }
.g7-slider-controls button:hover { color: #fff; background: var(--g7-blue); border-color: var(--g7-blue); }
.g7-product-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(258px, 1fr); gap: 16px; padding: 4px 4px 24px; margin: 0 -4px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #c8d2e4 transparent; }
.g7-product-track::-webkit-scrollbar { height: 7px; }
.g7-product-track::-webkit-scrollbar-thumb { background: #c8d2e4; border-radius: 10px; }
.g7-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e5eaf2; border-radius: 17px; scroll-snap-align: start; transition: transform .25s ease, box-shadow .25s ease; }
.g7-product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(9, 37, 84, .1); }
.g7-product-card__media { position: relative; height: 230px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f7f9fc, #edf2f9); }
.g7-product-card__media img { width: 100%; height: 100%; margin: 0 !important; object-fit: cover; transition: transform .35s ease; }
.g7-product-card:hover .g7-product-card__media img { transform: scale(1.04); }
.g7-product-card__badge { position: absolute; z-index: 2; top: 12px; inset-inline-start: 12px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; color: #075a3b; background: rgba(232, 255, 245, .94); border: 1px solid #c8f2df; border-radius: 20px; font-size: 9px; font-weight: 800; }
.g7-product-card__badge i { width: 14px; height: 14px; display: grid; place-items: center; color: #fff; background: #18a66a; border-radius: 50%; font-size: 8px; font-style: normal; }
.g7-product-card__body { padding: 17px; }
.g7-product-card h3 { min-height: 45px; margin-bottom: 9px; overflow: hidden; color: #202b3d; font-size: 13px; font-weight: 750; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.g7-product-card h3 a:hover { color: var(--g7-blue); }
.g7-product-card__price { min-height: 29px; color: var(--g7-blue); font-size: 18px; font-weight: 900; }
.g7-product-card__price del { margin-inline-end: 5px; color: #98a2b3; font-size: 11px; font-weight: 500; }
.g7-product-card__price ins { text-decoration: none; }
.g7-product-card__moq { display: flex; align-items: center; gap: 6px; margin: 8px 0 14px; color: #7b8798; font-size: 10px; }
.g7-product-card__moq span { color: #efaa00; }
.g7-product-card__button { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--g7-blue) !important; background: #f1f6ff; border: 1px solid #dce8fb; border-radius: 9px; font-size: 11px; font-weight: 850; }
.g7-product-card__button:hover { color: #fff !important; background: var(--g7-blue); border-color: var(--g7-blue); }
.g7-catalog-card__purchase,
.g7-product-card__purchase { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 8px; }
.g7-product-card__purchase { margin-top: 8px; }
.g7-card-quantity { width: 100%; min-height: 39px; padding: 0 7px; color: var(--g7-navy); background: #fff; border: 1px solid #d6e0ef; border-radius: 9px; font-size: 14px; font-weight: 800; text-align: center; }
.g7-card-quantity:focus { outline: 2px solid rgba(7,82,201,.24); outline-offset: 1px; border-color: var(--g7-blue); }
.g7-product-card__cart { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--g7-blue-dark) !important; background: var(--g7-yellow); border: 1px solid var(--g7-yellow); border-radius: 9px; font-size: 10px; font-weight: 850; }
.g7-product-card__cart:hover { background: var(--g7-yellow-2); }
.g7-product-card__cart span { font-size: 16px; line-height: 1; }
.g7-empty-products { min-height: 180px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--g7-blue) !important; background: #fff; border: 1px dashed #b7c8e7; border-radius: var(--g7-radius); font-weight: 800; }

.g7-buyer-section { position: relative; overflow: hidden; background: #fff; }
.g7-buyer-section::before { content: ""; position: absolute; width: 430px; height: 430px; top: -240px; inset-inline-end: -100px; border: 70px solid #f3f7ff; border-radius: 50%; }
.g7-buyer-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.g7-buyer-copy > p { margin-bottom: 26px; line-height: 1.9; }
.g7-benefit-list { display: grid; gap: 13px; }
.g7-benefit { display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 18px; padding: 21px; background: #fff; border: 1px solid var(--g7-border); border-radius: 15px; box-shadow: 0 8px 26px rgba(18, 42, 81, .045); }
.g7-benefit > span { width: 62px; height: 62px; display: grid; place-items: center; color: var(--g7-blue); background: #edf4ff; border-radius: 16px; font-size: 19px; font-weight: 900; }
.g7-benefit:nth-child(2) > span { color: #8b6800; background: #fff8d8; }
.g7-benefit:nth-child(3) > span { color: #08768c; background: #e4faff; }
.g7-benefit h3 { margin-bottom: 4px; color: var(--g7-navy); font-size: 16px; font-weight: 850; }
.g7-benefit p { margin: 0; color: var(--g7-muted); font-size: 12px; }

.g7-how-section { background: linear-gradient(180deg, #f5f8fd 0%, #fff 100%); }
.g7-centered-heading { max-width: 720px; margin: 0 auto 45px; text-align: center; }
.g7-centered-heading .g7-eyebrow { justify-content: center; }
.g7-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.g7-steps::before { content: ""; position: absolute; top: 64px; left: 16.66%; right: 16.66%; border-top: 2px dashed #cad8ec; }
.g7-step { position: relative; z-index: 1; min-height: 250px; padding: 34px 26px; text-align: center; background: #fff; border: 1px solid var(--g7-border); border-radius: 19px; box-shadow: 0 12px 32px rgba(14, 39, 84, .055); }
.g7-step > b { position: absolute; top: 14px; inset-inline-start: 16px; color: #b7c6dc; font-size: 13px; }
.g7-step > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 20px; color: #fff; background: var(--g7-blue); border: 7px solid #eaf2ff; border-radius: 18px; font-size: 25px; }
.g7-step:nth-child(2) > span { color: var(--g7-blue-dark); background: var(--g7-yellow); border-color: #fff8da; }
.g7-step:nth-child(3) > span { background: #12a46a; border-color: #e6f8f1; }
.g7-step h3 { margin-bottom: 8px; color: var(--g7-navy); font-size: 17px; font-weight: 850; }
.g7-step p { margin: 0; color: var(--g7-muted); font-size: 12px; line-height: 1.8; }

.g7-supplier-section { padding: 0 0 90px; }
.g7-supplier-card { position: relative; min-height: 310px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: 58px 62px; overflow: hidden; color: #fff; background: linear-gradient(125deg, #061d4b, #0752c9); border-radius: 28px; box-shadow: 0 28px 58px rgba(7, 46, 118, .18); }
.g7-supplier-card__pattern { position: absolute; width: 370px; height: 370px; top: -170px; inset-inline-end: -80px; border: 65px solid rgba(255,196,0,.16); border-radius: 50%; }
.g7-supplier-card::after { content: "G7"; position: absolute; bottom: -84px; inset-inline-start: 42%; color: rgba(255,255,255,.05); font-size: 250px; font-weight: 1000; line-height: 1; transform: rotate(-8deg); }
.g7-supplier-card__copy { position: relative; z-index: 1; max-width: 720px; }
.g7-supplier-card h2 { color: #fff; }
.g7-supplier-card p { max-width: 690px; margin: 0; color: #d4e4fb; }
.g7-supplier-card__actions { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 10px; min-width: 210px; }

.g7-footer { padding-top: 64px; color: #b9c5d9; background: var(--g7-navy); }
.g7-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 50px; }
.g7-brand--footer .g7-brand__word strong { color: #fff; }
.g7-brand--footer .g7-brand__word small { color: #90a3c0; }
.g7-footer__brand > p { max-width: 410px; margin: 25px 0 20px; font-size: 13px; }
.g7-footer__languages { display: flex; gap: 8px; }
.g7-footer__languages a { padding: 6px 10px; color: #d2dded; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 8px; font-size: 10px; }
.g7-footer__languages a:hover { color: var(--g7-blue-dark); background: var(--g7-yellow); border-color: var(--g7-yellow); }
.g7-footer__grid > div:not(.g7-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.g7-footer h3 { margin-bottom: 7px; color: #fff; font-size: 14px; font-weight: 800; }
.g7-footer__grid > div:not(.g7-footer__brand) a { font-size: 12px; }
.g7-footer__grid > div:not(.g7-footer__brand) a:hover { color: var(--g7-yellow); }
.g7-footer__bottom { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7f90aa; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease var(--delay, 0ms), transform .55s ease var(--delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .g7-site * { scroll-behavior: auto !important; }
}

@media (max-width: 1100px) {
  .g7-header__main { grid-template-columns: 185px 1fr auto; gap: 15px; }
  .g7-header-action--quote { display: none; }
  .g7-nav__links { gap: 22px; }
  .g7-hero__grid { gap: 35px; }
  .g7-showcase { min-height: 390px; }
  .g7-category-grid { grid-template-columns: repeat(4, 1fr); }
  .g7-buyer-grid { gap: 45px; }
}

@media (max-width: 920px) {
  .g7-container { width: min(100% - 28px, 760px); }
  .g7-topbar__links > a { display: none; }
  .g7-header__main { min-height: 76px; grid-template-columns: auto 1fr auto; }
  .g7-brand__word small { display: none; }
  .g7-search { height: 44px; }
  .g7-search button { min-width: 48px; padding: 0 14px; font-size: 0; }
  .g7-search__label { display: none; }
  .g7-search__icon,
  .g7-search__icon svg { width: 20px; height: 20px; }
  .g7-header-action { display: none; }
  .g7-header-action:nth-last-of-type(1) { display: flex; }
  .g7-menu-toggle { display: block; }
  .g7-category-nav { width: auto; min-width: 170px; }
  .g7-nav__links { position: fixed; z-index: 200; top: 0; bottom: 0; inset-inline-end: 0; width: min(330px, 86vw); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 80px 24px 30px; background: #fff; box-shadow: -25px 0 60px rgba(6,31,81,.2); transform: translateX(110%); transition: transform .25s ease; }
  [dir="rtl"] .g7-nav__links { transform: translateX(-110%); }
  .g7-nav__links.is-open { transform: translateX(0); }
  .g7-nav__links a { padding: 15px 0; border-bottom: 1px solid var(--g7-border); font-size: 14px; }
  .g7-nav__links .g7-nav__sell { margin-inline-start: 0; color: var(--g7-blue); }
  .g7-hero__grid { grid-template-columns: 1fr; padding-top: 62px; padding-bottom: 45px; }
  .g7-hero__content { text-align: center; }
  .g7-hero__content .g7-eyebrow,
  .g7-hero__buttons,
  .g7-hero__stats { justify-content: center; }
  .g7-hero__content > p { margin-inline: auto; }
  .g7-showcase { width: min(520px, 100%); margin: 0 auto; transform: none; }
  [dir="rtl"] .g7-showcase { transform: none; }
  .g7-category-grid { grid-template-columns: repeat(2, 1fr); }
  .g7-buyer-grid { grid-template-columns: 1fr; }
  .g7-buyer-copy { max-width: 680px; text-align: center; margin-inline: auto; }
  .g7-buyer-copy .g7-eyebrow { justify-content: center; }
  .g7-steps { gap: 12px; }
  .g7-supplier-card { grid-template-columns: 1fr; gap: 28px; padding: 45px; }
  .g7-supplier-card__actions { flex-direction: row; }
  .g7-footer__grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 680px) {
  .g7-container { width: calc(100% - 24px); }
  .g7-topbar__message { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .g7-header__main { min-height: 70px; grid-template-columns: auto 1fr auto; }
  .g7-brand__logo { width: 44px; height: 40px; }
  .g7-search { height: 42px; border-width: 1.5px; }
  .g7-search input[type="search"] { padding: 0 12px; font-size: 11px; }
  .g7-header__actions { gap: 5px; }
  .g7-header-action:nth-last-of-type(1) { display: none; }
  .g7-nav__inner { min-height: 44px; }
  .g7-category-nav { min-width: 0; width: 100%; }
  .g7-nav__categories { justify-content: center; }
  .g7-category-dropdown { width: 100%; top: calc(100% + 5px); }
  .g7-hero__grid { min-height: auto; gap: 40px; padding-top: 52px; }
  .g7-hero h1 { font-size: 39px; }
  .g7-hero__content > p { font-size: 14px; }
  .g7-button { min-height: 47px; padding: 0 18px; font-size: 12px; }
  .g7-hero__buttons .g7-button { flex: 1 1 150px; }
  .g7-hero__stats { gap: 12px; }
  .g7-hero__stats > div { flex: 1; padding-inline-end: 12px; }
  .g7-hero__stats strong { font-size: 21px; }
  .g7-hero__stats span { font-size: 9px; line-height: 1.4; }
  .g7-showcase { min-height: 355px; padding: 20px; border-radius: 25px; }
  .g7-showcase__logo { width: 155px; height: 155px; }
  .g7-showcase__chips strong { font-size: 8px; }
  .g7-popular-searches { padding: 12px 0; overflow-x: auto; }
  .g7-popular-searches > * { flex-shrink: 0; }
  .g7-section { padding: 64px 0; }
  .g7-section-heading { align-items: flex-start; margin-bottom: 26px; }
  .g7-section-heading h2,
  .g7-buyer-copy h2,
  .g7-centered-heading h2,
  .g7-supplier-card h2 { font-size: 30px; }
  .g7-section-heading .g7-text-link { display: none; }
  .g7-category-grid { gap: 10px; }
  .g7-category-card { min-height: 152px; padding: 16px; }
  .g7-category-card__icon { top: 15px; inset-inline-start: 15px; width: 46px; height: 46px; }
  .g7-category-card > i { bottom: 18px; inset-inline-end: 14px; }
  .g7-category-card strong { padding-inline-end: 14px; font-size: 12px; }
  .g7-category-card small { font-size: 9px; }
  .g7-product-track { grid-auto-columns: minmax(235px, 82vw); }
  .g7-slider-controls { display: none; }
  .g7-benefit { grid-template-columns: 50px 1fr; padding: 16px; }
  .g7-benefit > span { width: 50px; height: 50px; border-radius: 13px; font-size: 15px; }
  .g7-steps { grid-template-columns: 1fr; }
  .g7-steps::before { display: none; }
  .g7-step { min-height: 215px; }
  .g7-supplier-section { padding-bottom: 64px; }
  .g7-supplier-card { padding: 35px 24px; border-radius: 22px; }
  .g7-supplier-card__actions { flex-direction: column; }
  .g7-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .g7-footer__brand { grid-column: 1 / -1; }
  .g7-footer__grid > div:last-child { display: none; }
  .g7-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 15px 0; }
}
