/*
 * GameBoost-inspired SellAuth theme
 * Original implementation for this shop — no third-party branding or assets.
 */

:root {
  --gb-bg: #080b13;
  --gb-bg-deep: #05070d;
  --gb-surface: #101522;
  --gb-surface-2: #151b2a;
  --gb-surface-3: #1a2233;
  --gb-border: rgba(148, 168, 209, 0.16);
  --gb-border-strong: rgba(120, 157, 226, 0.28);
  --gb-text: #f7f9ff;
  --gb-muted: #98a3ba;
  --gb-muted-2: #727e97;
  --gb-blue: #4c8dff;
  --gb-blue-2: #68b3ff;
  --gb-blue-soft: rgba(76, 141, 255, 0.14);
  --gb-green: #45d49d;
  --gb-red: #ff6577;
  --gb-yellow: #ffca63;
  --gb-radius-sm: 10px;
  --gb-radius: 16px;
  --gb-radius-lg: 24px;
  --gb-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  --gb-container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  background: var(--gb-bg-deep);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(57, 111, 223, 0.14), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(63, 154, 255, 0.09), transparent 34rem),
    linear-gradient(180deg, var(--gb-bg) 0%, var(--gb-bg-deep) 100%) !important;
  color: var(--gb-text) !important;
  font-family: var(--bs-font-sans-serif), Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

::selection {
  color: #fff;
  background: rgba(76, 141, 255, 0.65);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #080b13;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #080b13;
  border-radius: 999px;
  background: #303c56;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gb-blue);
}

a {
  color: var(--gb-blue-2);
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

a:hover {
  color: #8bc8ff;
}

img {
  max-width: 100%;
}

.container {
  max-width: var(--gb-container) !important;
}

.flex-wrapper {
  min-height: 100vh;
}

section,
.component {
  background-color: transparent;
}

header.sticky-top {
  z-index: 1050;
}

.text-muted {
  color: var(--gb-muted) !important;
}

.text-primary,
.text-accent-500 {
  color: var(--gb-blue-2) !important;
}

.bg-gray,
.bg-secondary {
  background: var(--gb-surface) !important;
}

.border,
.border-top,
.border-bottom,
.border-start,
.border-end {
  border-color: var(--gb-border) !important;
}

.rounded {
  border-radius: var(--gb-radius) !important;
}

.rounded-3 {
  border-radius: var(--gb-radius) !important;
}

.py-5-nav {
  padding-top: clamp(3.5rem, 7vw, 6.5rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem) !important;
}

.section-title {
  margin-bottom: 2rem;
}

.section-title h1,
.section-title h2,
.section-title h3 {
  margin: 0;
  color: var(--gb-text);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.section-title h1 {
  font-size: clamp(2.1rem, 5vw, 3.65rem);
}

.section-title h2 {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
}

.section-subtitle {
  margin-top: -1.25rem;
  margin-bottom: 2rem;
  color: var(--gb-muted);
}

.editor {
  color: #dce3f2;
  line-height: 1.85;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  color: var(--gb-text);
  font-weight: 750;
  letter-spacing: -0.025em;
  margin-top: 1.65em;
  margin-bottom: .65em;
}

.editor p,
.editor li {
  color: #bdc6d9;
}

.editor a {
  color: var(--gb-blue-2);
}

.editor hr {
  border-color: var(--gb-border);
}

.editor blockquote {
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--gb-blue);
  border-radius: 0 var(--gb-radius-sm) var(--gb-radius-sm) 0;
  background: var(--gb-blue-soft);
}

/* Announcement */
.announcement {
  min-height: 38px;
  padding: 8px 16px !important;
  border: 0 !important;
  background: linear-gradient(90deg, #326edc, #4c8dff 55%, #3479dd) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.announcement a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.announcement svg {
  width: 15px;
}

/* Navigation */
.gb-navbar {
  padding: 0 !important;
  border: 0;
  background: rgba(7, 10, 17, 0.92) !important;
  box-shadow: 0 12px 44px rgba(0, 0, 0, .26);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.gb-topbar {
  min-height: 34px;
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: rgba(255,255,255,.018);
}

.gb-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--gb-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .025em;
}

.gb-topbar-inner > span i {
  color: var(--gb-green);
  margin-right: 6px;
}

.gb-topbar-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.gb-topbar-links a {
  color: #aeb8cc;
  text-decoration: none;
}

.gb-topbar-links a:hover {
  color: #fff;
}

.gb-topbar-links i {
  color: var(--gb-blue-2);
  margin-right: 5px;
}

.gb-nav-main {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.gb-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-right: 1.25rem;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: none;
  min-width: max-content;
}

.gb-brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(117, 168, 255, .32);
  border-radius: 12px;
  background: linear-gradient(145deg, #2678ff, #5e9cff);
  box-shadow: 0 10px 30px rgba(43, 119, 255, .27), inset 0 1px rgba(255,255,255,.22);
}

.gb-brand-mark img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

.gb-brand-fallback {
  color: #fff;
  font-size: 17px;
}

.gb-brand-name {
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.gb-nav-collapse {
  align-items: center;
}

.gb-nav-links {
  align-items: center;
  gap: 6px;
}

.gb-nav-link {
  position: relative;
  padding: 10px 13px !important;
  border-radius: 9px;
  color: #a6b0c3 !important;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.gb-nav-link:hover,
.gb-nav-link:focus,
.gb-nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.045);
}

.gb-nav-link::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 6px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gb-blue), var(--gb-blue-2));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.gb-nav-link:hover::after,
.gb-nav-link.active::after {
  transform: scaleX(1);
}

.gb-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid rgba(88, 153, 255, .34);
  border-radius: 10px;
  background: var(--gb-blue-soft);
  color: #ddecff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gb-nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
}

.gb-account-button,
.gb-icon-button {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--gb-border);
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  color: #e9effb !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gb-account-button {
  padding: 0 14px;
}

button.gb-account-button {
  cursor: pointer;
}

.gb-account-button:hover,
.gb-icon-button:hover {
  border-color: rgba(91, 153, 255, .55);
  background: rgba(76, 141, 255, .11);
  box-shadow: 0 10px 30px rgba(31, 91, 185, .15);
}

.gb-icon-button {
  width: 42px;
  flex: 0 0 42px;
}

.gb-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #090c14;
  border-radius: 999px;
  background: var(--gb-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.gb-toggler {
  width: 42px;
  height: 42px;
  padding: 9px !important;
  border: 1px solid var(--gb-border) !important;
  border-radius: 11px;
  box-shadow: none !important;
}

.gb-toggler span {
  width: 100%;
  height: 2px;
  display: block;
  margin: 4px 0;
  border-radius: 2px;
  background: #fff;
}

.gb-currency {
  width: 92px;
}

.gb-currency .choices {
  margin: 0 !important;
}

.gb-currency .choices__inner {
  min-height: 40px !important;
  padding: 7px 28px 7px 11px !important;
  border: 1px solid var(--gb-border) !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.035) !important;
  color: #e9effb !important;
  font-size: 12px;
  font-weight: 700;
}

.gb-currency .choices[data-type*=select-one]::after {
  right: 12px;
  border-color: #8fa2c2 transparent transparent !important;
}

.gb-currency .choices__list--dropdown,
.gb-currency .choices__list[aria-expanded] {
  z-index: 1100;
  margin-top: 7px;
  border: 1px solid var(--gb-border-strong) !important;
  border-radius: 12px !important;
  background: #121827 !important;
  box-shadow: var(--gb-shadow);
}

.gb-currency .choices__item--choice {
  color: #cbd4e6;
  font-size: 12px;
}

.gb-currency .choices__item--choice.is-highlighted {
  background: var(--gb-blue-soft) !important;
  color: #fff;
}

/* Hero */
.gb-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 690px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(117, 149, 207, .12);
  background:
    linear-gradient(180deg, rgba(8, 11, 19, .15), #080b13 96%),
    linear-gradient(90deg, rgba(7,10,17,.96), rgba(7,10,17,.72) 48%, rgba(7,10,17,.91)),
    var(--gb-hero-image) center / cover no-repeat;
}

.gb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background:
    linear-gradient(rgba(104,179,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,179,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.gb-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -160px;
  z-index: -1;
  width: 900px;
  height: 360px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(43, 117, 255, .16);
  filter: blur(90px);
}

.gb-hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(12px);
}

.gb-hero-orb-one {
  width: 420px;
  height: 420px;
  top: 9%;
  right: -170px;
  background: radial-gradient(circle, rgba(61,137,255,.20), transparent 68%);
}

.gb-hero-orb-two {
  width: 340px;
  height: 340px;
  left: -180px;
  bottom: 0;
  background: radial-gradient(circle, rgba(63,184,255,.11), transparent 70%);
}

.gb-hero-inner {
  width: 100%;
  padding-top: clamp(5.5rem, 10vw, 8rem);
  padding-bottom: 3.5rem;
}

.gb-hero-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.gb-eyebrow,
.gb-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #92c4ff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.gb-eyebrow {
  min-height: 34px;
  padding: 7px 14px;
  margin-bottom: 1.45rem;
  border: 1px solid rgba(91, 155, 255, .28);
  border-radius: 999px;
  background: rgba(45, 102, 203, .13);
  box-shadow: inset 0 1px rgba(255,255,255,.06);
}

.gb-eyebrow i {
  color: var(--gb-yellow);
}

.gb-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.85rem, 7vw, 5.8rem);
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: .99;
  text-wrap: balance;
  text-shadow: 0 12px 50px rgba(0, 0, 0, .35);
}

.gb-hero h1 span,
.gb-hero h1 strong {
  color: transparent;
  background: linear-gradient(105deg, #4c8dff, #7cc8ff 52%, #4c8dff);
  background-clip: text;
  -webkit-background-clip: text;
}

.gb-hero-subtitle {
  max-width: 720px;
  margin: 1.4rem auto 0;
  color: #aab6ca;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.75;
  text-wrap: balance;
}

.gb-search {
  max-width: 700px;
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 2rem auto 0;
  padding: 7px 7px 7px 20px;
  border: 1px solid rgba(132, 161, 215, .23);
  border-radius: 15px;
  background: rgba(17, 23, 36, .84);
  box-shadow: 0 18px 65px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.055);
  backdrop-filter: blur(12px);
}

.gb-search > i {
  color: #8493ad;
}

.gb-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.gb-search input::placeholder {
  color: #68758d;
}

.gb-search button {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #3d80f6, #5ca8ff);
  box-shadow: 0 9px 26px rgba(56, 125, 245, .28), inset 0 1px rgba(255,255,255,.24);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.gb-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 34px rgba(56, 125, 245, .38);
}

.gb-quick-links {
  max-width: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(18px, 5vw, 42px);
  margin: 1.65rem auto 0;
}

.gb-quick-links a {
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #adb8ca;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}

.gb-quick-links a span {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(131, 158, 209, .16);
  border-radius: 11px;
  background: rgba(20, 27, 43, .86);
  color: #7bb8ff;
  box-shadow: inset 0 1px rgba(255,255,255,.055);
}

.gb-quick-links a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.gb-quick-links a:hover span {
  border-color: rgba(94, 162, 255, .48);
  background: rgba(55, 117, 224, .18);
  box-shadow: 0 9px 25px rgba(37, 101, 214, .18);
}

.gb-trust-strip {
  max-width: 970px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 4.25rem auto 0;
  border: 1px solid var(--gb-border);
  border-radius: 18px;
  background: rgba(14, 19, 31, .82);
  box-shadow: 0 24px 70px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}

.gb-trust-item {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px;
  border-right: 1px solid var(--gb-border);
}

.gb-trust-item:last-child {
  border-right: 0;
}

.gb-trust-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--gb-blue-soft);
  color: #6cb3ff;
}

.gb-trust-item strong,
.gb-trust-item small {
  display: block;
}

.gb-trust-item strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.gb-trust-item small {
  margin-top: 4px;
  color: var(--gb-muted-2);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

/* Home products */
.gb-products {
  position: relative;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.gb-products::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 15%, rgba(45, 99, 199, .11), transparent 28rem),
    linear-gradient(180deg, transparent, rgba(255,255,255,.014), transparent);
}

.gb-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 2rem;
}

.gb-section-head h2 {
  margin: .5rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 820;
  letter-spacing: -.05em;
  line-height: 1.1;
}

.gb-section-head p {
  margin: .75rem 0 0;
  color: var(--gb-muted);
}

.gb-view-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  color: #b7c5db;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gb-view-all:hover {
  color: #fff;
  transform: translateX(2px);
}

.gb-product-grid,
.products.row,
.row.products {
  --bs-gutter-x: 1.2rem;
  --bs-gutter-y: 1.2rem;
}

.gb-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.gb-product-cell {
  min-width: 0;
}

/* Product cards */
.card,
.gb-product-card {
  border: 1px solid var(--gb-border) !important;
  border-radius: var(--gb-radius) !important;
  background: linear-gradient(180deg, rgba(21,27,42,.98), rgba(14,19,31,.98)) !important;
  box-shadow: 0 13px 40px rgba(0,0,0,.16);
  color: var(--gb-text) !important;
}

.gb-product-card {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gb-product-card:hover {
  border-color: rgba(93, 156, 255, .47) !important;
  transform: translateY(-5px);
  box-shadow: 0 22px 65px rgba(0,0,0,.30), 0 0 0 1px rgba(66, 135, 244, .06);
}

.gb-product-media {
  position: relative;
  overflow: hidden;
  margin: 7px 7px 0;
  width: calc(100% - 14px);
  border-radius: 11px !important;
  background: #090d17;
}

.gb-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .42s ease, filter .42s ease;
}

.gb-product-card:hover .gb-product-media img {
  transform: scale(1.045);
  filter: saturate(1.08) brightness(1.04);
}

.gb-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(5,8,14,.8));
  pointer-events: none;
}

.gb-card-arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 10px;
  background: rgba(10,14,23,.72);
  color: #fff;
  opacity: 0;
  transform: translateY(5px);
  backdrop-filter: blur(8px);
}

.gb-product-card:hover .gb-card-arrow {
  opacity: 1;
  transform: translateY(0);
}

.gb-card-badges,
.card-img-top > .badges {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.badges > div,
.badges > a {
  min-height: 24px;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 4px 8px !important;
  border-radius: 7px !important;
  box-shadow: 0 7px 20px rgba(0,0,0,.22);
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
}

.gb-stock-pill {
  position: absolute;
  left: 11px;
  bottom: 11px;
  z-index: 2;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border: 1px solid rgba(76, 220, 161, .27);
  border-radius: 8px;
  background: rgba(11, 32, 27, .78);
  color: #77e8bd;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .025em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

.gb-stock-pill.is-out {
  border-color: rgba(255, 101, 119, .27);
  background: rgba(47, 17, 24, .8);
  color: #ff9aaa;
}

.gb-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 15px !important;
}

.gb-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: #6f7c95;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.gb-product-meta i {
  color: var(--gb-yellow);
}

.gb-product-card .card-title {
  min-height: 44px;
  margin: 0;
  color: #f5f8ff;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -.017em;
  line-height: 1.42;
}

.gb-product-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px;
}

.gb-product-bottom .price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 7px;
}

.gb-product-bottom .price small {
  width: 100%;
  color: #68758e;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gb-product-bottom .price strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.gb-product-bottom .price s {
  color: #68758c;
  font-size: 10px;
}

.gb-details-label {
  color: #82bcff;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.product-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(76,141,255,.12), transparent 58%),
    #0a0f1b !important;
  color: var(--gb-blue-2) !important;
  font-size: 28px;
}

/* Buttons */
.btn {
  min-height: 42px;
  border-radius: 10px !important;
  font-size: 13px;
  font-weight: 720;
  box-shadow: none !important;
}

.btn-sm {
  min-height: 34px;
  border-radius: 9px !important;
  font-size: 11px;
}

.btn-primary {
  border-color: #4c8dff !important;
  background: linear-gradient(135deg, #3f82f7, #5ba7ff) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(49, 116, 230, .20) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #71b7ff !important;
  background: linear-gradient(135deg, #4d91ff, #6ab5ff) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 13px 34px rgba(49, 116, 230, .32) !important;
}

.btn-outline-primary,
.btn-outline,
.btn-light {
  border-color: var(--gb-border-strong) !important;
  background: rgba(255,255,255,.025) !important;
  color: #c7d3e7 !important;
}

.btn-outline-primary:hover,
.btn-outline:hover,
.btn-light:hover {
  border-color: rgba(91, 157, 255, .58) !important;
  background: var(--gb-blue-soft) !important;
  color: #fff !important;
}

.btn-outline-danger {
  border-color: rgba(255,101,119,.4) !important;
  background: rgba(255,101,119,.07) !important;
  color: #ff9aaa !important;
}

/* Forms and choices */
.form-label {
  margin-bottom: 7px;
  color: #dbe3f1;
  font-size: 12px;
  font-weight: 700 !important;
}

.form-control,
.form-select,
.input-group-text,
textarea,
select {
  min-height: 44px;
  border: 1px solid var(--gb-border) !important;
  border-radius: 10px !important;
  background: #0d121f !important;
  color: #eef3fc !important;
  font-size: 13px;
  box-shadow: none !important;
}

.form-control::placeholder,
textarea::placeholder {
  color: #64718a !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 150, 255, .68) !important;
  box-shadow: 0 0 0 3px rgba(76,141,255,.11) !important;
}

.input-group .form-control:not(:last-child) {
  border-radius: 10px 0 0 10px !important;
}

.input-group .btn:last-child {
  border-radius: 0 10px 10px 0 !important;
}

.choices {
  margin-bottom: 0 !important;
}

.choices__inner {
  min-height: 44px !important;
  padding: 8px 38px 8px 12px !important;
  border: 1px solid var(--gb-border) !important;
  border-radius: 10px !important;
  background: #0d121f !important;
  color: #eef3fc !important;
  font-size: 13px !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 1080 !important;
  margin-top: 6px;
  border: 1px solid var(--gb-border-strong) !important;
  border-radius: 12px !important;
  background: #111827 !important;
  box-shadow: var(--gb-shadow);
}

.choices__input {
  border-color: var(--gb-border) !important;
  background: #0b101c !important;
  color: #fff !important;
}

.choices__item--choice {
  color: #c3cde0 !important;
}

.choices__item--choice.is-highlighted {
  background: rgba(76,141,255,.13) !important;
  color: #fff !important;
}

.form-check-input {
  border-color: var(--gb-border-strong) !important;
  background-color: #0d121f !important;
}

.form-check-input:checked {
  border-color: var(--gb-blue) !important;
  background-color: var(--gb-blue) !important;
}

/* Alerts */
.alert {
  border: 1px solid var(--gb-border) !important;
  border-radius: 12px !important;
  background: var(--gb-surface) !important;
  color: #cdd6e7 !important;
}

.alert-info {
  border-color: rgba(80,151,255,.28) !important;
  background: rgba(61,126,235,.09) !important;
}

.alert-warning {
  border-color: rgba(255,202,99,.28) !important;
  background: rgba(255,202,99,.08) !important;
  color: #ffe0a2 !important;
}

.alert-danger {
  border-color: rgba(255,101,119,.28) !important;
  background: rgba(255,101,119,.08) !important;
  color: #ffb5c0 !important;
}

.alert-success {
  border-color: rgba(69,212,157,.28) !important;
  background: rgba(69,212,157,.08) !important;
  color: #a4f2d3 !important;
}

/* Products / category page */
.template-products .container.component > .py-5-nav,
.template-product .product-wrapper,
.template-cart .container.component > div,
.template-feedback .container.component > .py-5-nav,
.template-blog .container.component > .py-5-nav,
.template-status .container.component > .py-5-nav,
.template-faq .container.component > .py-5-nav,
.template-terms .container.component > .py-5-nav,
.template-privacy-policy .container.component > .py-5-nav,
.template-refund-policy .container.component > .py-5-nav {
  position: relative;
}

.template-products aside .bg-gray {
  position: sticky;
  top: 130px;
  padding: 20px !important;
  border: 1px solid var(--gb-border);
  border-radius: 15px !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.17);
}

.template-products aside .form-label {
  color: #f3f6fc;
  font-size: 11px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.template-products aside .btn.text-start {
  min-height: 36px;
  justify-content: flex-start;
  border: 0 !important;
  background: transparent !important;
  color: #8d99af !important;
  font-weight: 620;
  box-shadow: none !important;
}

.template-products aside .btn.text-start:hover,
.template-products aside .btn.text-start.btn-primary {
  background: rgba(76,141,255,.11) !important;
  color: #fff !important;
}

.template-products .products > [class*="col-"] {
  display: flex;
}

.template-products .products .card {
  width: 100%;
}

/* Product page */
.product-wrapper .container.px-4 {
  max-width: var(--gb-container) !important;
  margin-top: 0 !important;
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.product-wrapper .row.gx-4.gx-lg-5:first-child {
  align-items: start !important;
}

.product-wrapper .col-lg-6:first-child {
  position: sticky;
  top: 135px;
}

.product-wrapper .carousel,
.product-wrapper > div > section > .container > .row > .col-lg-6:first-child > img,
.product-wrapper .card-img-top.product-img-placeholder {
  overflow: hidden;
  margin-bottom: 16px !important;
  padding: 8px;
  border: 1px solid var(--gb-border) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, #111827, #0b101b) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
}

.product-wrapper .carousel-inner,
.product-wrapper .carousel-item,
.product-wrapper .carousel-item img {
  border-radius: 12px !important;
}

.product-wrapper .thumbnails {
  gap: 8px;
}

.product-wrapper .thumbnails button {
  overflow: hidden;
  padding: 3px !important;
  border: 1px solid var(--gb-border) !important;
  border-radius: 10px !important;
  background: var(--gb-surface) !important;
  opacity: .65;
}

.product-wrapper .thumbnails button.active,
.product-wrapper .thumbnails button:hover {
  border-color: var(--gb-blue) !important;
  opacity: 1;
}

.product-wrapper .col-lg-6:last-child {
  padding-top: 5px;
}

.product-wrapper .display-6 {
  margin-bottom: .85rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem) !important;
  font-weight: 820 !important;
  letter-spacing: -.05em;
  line-height: 1.12;
}

.product-wrapper .product-tabs {
  padding: 6px;
  border: 1px solid var(--gb-border);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
}

.product-wrapper .product-tabs .btn {
  min-height: 36px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #8c99b0 !important;
}

.product-wrapper .product-tabs .btn.btn-primary {
  background: rgba(76,141,255,.15) !important;
  color: #fff !important;
}

.product-wrapper .content.editor {
  max-height: 430px;
  overflow: auto;
  padding: 17px;
  border: 1px solid var(--gb-border);
  border-radius: 13px;
  background: rgba(16,21,34,.64);
  color: #bec8d9;
}

.product-wrapper .live-stats {
  padding: 13px 15px;
  border: 1px solid var(--gb-border);
  border-radius: 12px;
  background: rgba(255,255,255,.022);
}

.product-wrapper .live-stats svg {
  width: 17px;
  height: 17px;
  color: var(--gb-blue-2);
}

.product-wrapper .live-stats p {
  margin: 0;
  font-size: 11px;
}

.product-wrapper .badges.my-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 1rem 0 !important;
}

.product-wrapper .fs-5 {
  color: #fff;
  font-size: 1.75rem !important;
  font-weight: 850;
  letter-spacing: -.035em;
}

.stock-indicator {
  min-height: 30px !important;
  border-color: rgba(69,212,157,.28) !important;
  background: rgba(69,212,157,.08) !important;
  color: #7be9be !important;
  font-size: 10px !important;
  text-transform: uppercase;
}

.stock-indicator.btn-outline-danger {
  border-color: rgba(255,101,119,.28) !important;
  background: rgba(255,101,119,.08) !important;
  color: #ff9aaa !important;
}

.frero-product-form {
  margin-top: 1.5rem;
  padding: 20px;
  border: 1px solid var(--gb-border);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20,27,42,.88), rgba(14,19,31,.88));
  box-shadow: 0 20px 65px rgba(0,0,0,.20);
}

.frero-product-form .variants {
  gap: 8px;
}

.frero-product-form .variant {
  min-height: 46px;
  padding: 9px 12px !important;
  border: 1px solid var(--gb-border) !important;
  border-radius: 10px !important;
  background: #0c121e !important;
  color: #c6d0e3 !important;
  font-size: 12px;
}

.frero-product-form .variant.active,
.frero-product-form .variant:hover {
  border-color: rgba(81,150,255,.62) !important;
  background: rgba(76,141,255,.12) !important;
  color: #fff !important;
}

.frero-product-form .addon-item {
  border: 1px solid var(--gb-border) !important;
  background: rgba(255,255,255,.022) !important;
}

.frero-product-form .addon-image {
  width: 52px;
  height: 52px;
  object-fit: cover;
}

.frero-product-form .buy-buttons .btn {
  min-height: 50px;
  font-size: 14px;
}

.notification-popup {
  border: 1px solid var(--gb-border-strong) !important;
  border-radius: 14px !important;
  background: rgba(16,22,35,.96) !important;
  box-shadow: var(--gb-shadow) !important;
  backdrop-filter: blur(16px);
}

/* Cart */
.cart-item-bg {
  overflow: hidden;
  border: 1px solid var(--gb-border) !important;
  background: linear-gradient(180deg, rgba(21,27,42,.95), rgba(14,19,31,.95)) !important;
}

.template-cart .cart .col-lg-4 > div,
.template-cart .cart .col-lg-4 > .card,
.template-cart .cart .col-lg-4 .border {
  border: 1px solid var(--gb-border) !important;
  border-radius: 15px !important;
  background: var(--gb-surface) !important;
}

.template-cart .cart img {
  border-radius: 10px;
}

/* Customer portal */
[class*="template-customer-"] .card,
.template-customer-dashboard .card,
.template-customer-invoices .card,
.template-customer-tickets .card,
.template-customer-ticket .card,
.template-customer-balance .card,
.template-customer-affiliate .card {
  padding: 22px !important;
  border: 1px solid var(--gb-border) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, rgba(20,27,42,.96), rgba(13,18,29,.96)) !important;
}

.nav-pills {
  padding: 6px;
  border: 1px solid var(--gb-border);
  border-radius: 13px;
  background: #0d121e;
}

.nav-pills .nav-link {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 9px !important;
  color: #8e9ab0 !important;
  font-size: 12px;
  font-weight: 650;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background: rgba(76,141,255,.13) !important;
  color: #fff !important;
}

.table {
  --bs-table-bg: transparent !important;
  --bs-table-color: #bdc7da !important;
  --bs-table-border-color: var(--gb-border) !important;
  margin-bottom: 0;
}

.table > :not(caption) > * > * {
  padding: 14px 12px;
  background: transparent !important;
  box-shadow: none !important;
}

.table thead th {
  color: #7f8ca4;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.table tbody tr:hover {
  background: rgba(76,141,255,.035);
}

/* Reviews */
.testimonials {
  --bs-gutter-x: 1.15rem;
  --bs-gutter-y: 1.15rem;
}

.testimonials > [class*="col-"] {
  display: flex;
  margin-bottom: 1.15rem;
}

.testimonial {
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gb-border) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, rgba(20,27,42,.96), rgba(13,18,29,.96)) !important;
  box-shadow: 0 15px 45px rgba(0,0,0,.16);
}

.testimonial .main {
  flex: 1;
  padding: 18px !important;
}

.testimonial .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial .quote {
  width: 24px !important;
  color: rgba(93,158,255,.5) !important;
}

.testimonial .stars svg {
  width: 14px !important;
  height: 14px !important;
}

.testimonial .message {
  margin-top: 20px;
  color: #c6cfdf;
}

.testimonial .reply {
  margin-top: 14px;
  padding: 12px;
  border-left: 2px solid var(--gb-blue);
  border-radius: 0 9px 9px 0;
  background: rgba(76,141,255,.065);
}

.testimonial > .footer {
  padding: 12px 18px !important;
  border-top: 1px solid var(--gb-border) !important;
  background: rgba(255,255,255,.018) !important;
  color: #78859d;
  font-size: 10px;
}

/* FAQ */
.accordion,
.faq {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
}

.accordion-item,
.faq .item {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid var(--gb-border) !important;
  border-radius: 13px !important;
  background: var(--gb-surface) !important;
}

.accordion-button,
.faq .question {
  min-height: 58px;
  padding: 16px 18px !important;
  background: transparent !important;
  color: #e7edf8 !important;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background: rgba(76,141,255,.075) !important;
}

.accordion-button::after {
  filter: invert(1) brightness(1.6);
}

.accordion-body,
.faq .answer {
  padding: 0 18px 18px !important;
  color: #9da9be;
}

/* Blog, legal, status, custom content */
.template-blog-post .bg-gray,
.template-terms .bg-gray,
.template-privacy-policy .bg-gray,
.template-refund-policy .bg-gray,
.template-custom-page .bg-gray,
.text-block .bg-gray {
  padding: clamp(20px, 4vw, 38px) !important;
  border: 1px solid var(--gb-border);
  border-radius: 17px !important;
  background: linear-gradient(180deg, rgba(20,27,42,.95), rgba(13,18,29,.95)) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.19);
}

.blog-post-card,
.status-card {
  border: 1px solid var(--gb-border) !important;
  border-radius: 15px !important;
  background: var(--gb-surface) !important;
}

/* Pagination */
.pagination {
  gap: 6px;
  margin-top: 2rem;
}

.page-link {
  min-width: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gb-border) !important;
  border-radius: 9px !important;
  background: var(--gb-surface) !important;
  color: #9ba7bc !important;
  font-size: 12px;
  box-shadow: none !important;
}

.page-item.active .page-link,
.page-link:hover {
  border-color: var(--gb-blue) !important;
  background: var(--gb-blue-soft) !important;
  color: #fff !important;
}

/* Modals */
.modal-backdrop.show {
  opacity: .75;
  backdrop-filter: blur(5px);
}

.modal-content {
  overflow: hidden;
  border: 1px solid var(--gb-border-strong) !important;
  border-radius: 17px !important;
  background: #111724 !important;
  color: #eef3fb !important;
  box-shadow: 0 35px 120px rgba(0,0,0,.55);
}

.modal-header,
.modal-footer {
  border-color: var(--gb-border) !important;
  background: rgba(255,255,255,.018);
}

.modal-title {
  font-weight: 780;
  letter-spacing: -.025em;
}

.btn-close {
  filter: invert(1) grayscale(1) brightness(1.7);
}

/* Footer */
.gb-footer {
  position: relative;
  margin-top: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid var(--gb-border);
  background:
    radial-gradient(circle at 15% 0%, rgba(55,121,235,.11), transparent 27rem),
    linear-gradient(180deg, #0b0f19, #070a11) !important;
}

.gb-footer-cta {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: -58px;
  padding: 30px 34px;
  border: 1px solid rgba(95, 159, 255, .27);
  border-radius: 20px;
  background:
    linear-gradient(110deg, rgba(39, 93, 190, .36), rgba(21, 35, 63, .92)),
    #101827;
  box-shadow: 0 25px 80px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.08);
}

.gb-footer-cta span {
  color: #85bfff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gb-footer-cta h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.04em;
}

.gb-footer-cta .btn {
  min-width: 180px;
  flex: 0 0 auto;
  gap: 8px;
}

.gb-footer-grid {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

.gb-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  text-decoration: none;
}

.gb-footer-brand img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.gb-footer-brand strong {
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.035em;
}

.gb-footer-copy {
  max-width: 440px;
  margin: 1rem 0 0;
  color: #8490a6;
  font-size: 13px;
}

.gb-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1.25rem;
  color: #78859c;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.gb-footer-trust i {
  margin-right: 5px;
  color: var(--gb-green);
}

.gb-footer h5 {
  margin: 0 0 1rem;
  color: #edf2fb;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gb-footer .nav {
  gap: 3px;
}

.gb-footer .nav-link {
  padding: 4px 0 !important;
  color: #7f8ba1 !important;
  font-size: 12px;
}

.gb-footer .nav-link:hover {
  color: #fff !important;
  transform: translateX(3px);
}

.gb-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gb-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gb-border);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
  color: #9aa6bc;
  text-decoration: none;
}

.gb-socials a:hover {
  border-color: rgba(82,151,255,.58);
  background: var(--gb-blue-soft);
  color: #fff;
  transform: translateY(-2px);
}

.gb-footer-bottom {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--gb-border);
  color: #66738a;
  font-size: 10px;
}

/* Maintenance */
.maintenance {
  background:
    radial-gradient(circle at 50% 35%, rgba(60,135,255,.20), transparent 30rem),
    var(--gb-bg-deep) !important;
}

.maintenance-icon-wrapper {
  color: var(--gb-blue-2) !important;
}

.maintenance-accent {
  color: var(--gb-blue-2) !important;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .gb-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gb-brand-name {
    max-width: 160px;
  }

  .gb-nav-link {
    padding-inline: 9px !important;
  }
}

@media (max-width: 991.98px) {
  .gb-topbar {
    display: none;
  }

  .gb-nav-main {
    min-height: 70px;
    flex-wrap: wrap;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .gb-nav-collapse {
    width: 100%;
    flex-basis: 100%;
    margin-top: 8px;
    padding: 13px;
    border: 1px solid var(--gb-border);
    border-radius: 14px;
    background: rgba(13,18,30,.97);
    box-shadow: 0 20px 55px rgba(0,0,0,.32);
  }

  .gb-nav-links {
    align-items: stretch;
  }

  .gb-nav-link,
  .gb-nav-cta {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    padding: 10px 12px !important;
  }

  .gb-nav-link::after {
    display: none;
  }

  .gb-nav-actions {
    margin-top: 12px;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .gb-currency {
    width: 110px;
  }

  .gb-hero {
    min-height: auto;
  }

  .gb-hero-inner {
    padding-top: 5rem;
  }

  .gb-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gb-trust-item:nth-child(2) {
    border-right: 0;
  }

  .gb-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--gb-border);
  }

  .gb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-wrapper .col-lg-6:first-child {
    position: static;
  }

  .gb-footer-cta {
    margin-top: -42px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --gb-radius: 14px;
    --gb-radius-lg: 20px;
  }

  body {
    font-size: 14px;
  }

  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .gb-brand-mark {
    width: 38px;
    height: 38px;
  }

  .gb-brand-name {
    max-width: 150px;
    font-size: 17px;
  }

  .gb-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .gb-search {
    min-height: 56px;
    padding-left: 15px;
  }

  .gb-search button {
    min-height: 42px;
    padding: 0 15px;
  }

  .gb-quick-links {
    gap: 15px;
  }

  .gb-quick-links a {
    min-width: 58px;
    font-size: 9px;
  }

  .gb-quick-links a span {
    width: 40px;
    height: 40px;
  }

  .gb-trust-strip {
    margin-top: 3rem;
  }

  .gb-trust-item {
    min-height: 80px;
    justify-content: flex-start;
    padding: 13px;
  }

  .gb-trust-icon {
    width: 34px;
    height: 34px;
  }

  .gb-section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1.4rem;
  }

  .gb-view-all {
    padding: 0;
  }

  .gb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }

  .gb-product-media {
    margin: 5px 5px 0;
    width: calc(100% - 10px);
  }

  .gb-product-body {
    padding: 12px !important;
  }

  .gb-product-meta {
    display: none;
  }

  .gb-product-card .card-title {
    min-height: 39px;
    font-size: 13px;
    line-height: 1.45;
  }

  .gb-product-bottom {
    padding-top: 11px;
  }

  .gb-product-bottom .price strong {
    font-size: 14px;
  }

  .gb-details-label,
  .gb-card-arrow {
    display: none;
  }

  .gb-stock-pill {
    left: 8px;
    bottom: 8px;
    font-size: 8px;
  }

  .product-wrapper .container.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .frero-product-form {
    padding: 15px;
  }

  .gb-footer-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-top: -36px;
    padding: 25px;
  }

  .gb-footer-cta .btn {
    width: 100%;
  }

  .gb-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
  }

  .table-responsive,
  .table {
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .gb-brand-name {
    max-width: 115px;
  }

  .gb-product-grid {
    grid-template-columns: 1fr;
  }

  .gb-product-card .card-title {
    min-height: auto;
  }

  .gb-quick-links a:nth-child(4) {
    display: none;
  }

  .gb-trust-item {
    gap: 9px;
  }

  .gb-trust-item strong {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================
   Consistency pass v2 — uniform cards, sizes, and page UI
   ========================================================= */

/* Shared shells across all pages */
.card,
.modal-content,
.accordion-item,
.list-group-item,
.table-responsive,
.template-products .filters,
.template-product .product-tabs,
.product-wrapper .carousel,
.customer-sidebar,
[class*="template-customer-"] .card,
.template-cart .cart .col-lg-4 > .card {
  border-color: var(--gb-border) !important;
  border-radius: var(--gb-radius) !important;
  background: linear-gradient(180deg, rgba(21,27,42,.98), rgba(14,19,31,.98)) !important;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .18) !important;
}

.modal-header,
.modal-footer,
.accordion-button,
.list-group-item,
.table > :not(caption) > * > * {
  border-color: var(--gb-border) !important;
}

.btn,
.form-control,
.form-select,
.input-group-text {
  border-radius: 12px !important;
}

.form-control,
.form-select,
.input-group-text,
.accordion-button,
.offcanvas,
.dropdown-menu,
.dropdown-menu-dark {
  border-color: var(--gb-border) !important;
  background-color: rgba(17, 23, 37, .96) !important;
  color: var(--gb-text) !important;
}

.form-control::placeholder {
  color: #7f8aa2 !important;
}

.btn-outline,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-light {
  border-color: rgba(125, 157, 219, .22) !important;
  color: #dfe8fb !important;
  background: rgba(255,255,255,.02) !important;
}

.btn-outline:hover,
.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-light:hover {
  border-color: rgba(93,156,255,.5) !important;
  background: rgba(76,141,255,.13) !important;
  color: #fff !important;
}

.btn-primary,
button.btn-primary,
a.btn-primary {
  border: 1px solid transparent !important;
  background: linear-gradient(135deg, #3f7df1 0%, #58a7ff 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(67, 128, 239, .28);
}

.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(67, 128, 239, .35);
}

/* Product grids */
.row.products > [class*="col-"] {
  display: flex;
}

.row.products > [class*="col-"] > .gb-product-card,
.row.products > [class*="col-"] > .card.gb-product-card {
  width: 100%;
}

.gb-product-card,
.row.products .gb-product-card,
.product-wrapper .gb-product-card {
  min-height: 100%;
}

.gb-product-media,
.card-img-top.gb-product-media {
  aspect-ratio: 4 / 5;
}

.gb-product-media img,
.gb-product-media .product-img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-product-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.84em;
}

.gb-product-meta,
.gb-product-bottom {
  min-height: 22px;
}

.gb-product-bottom .price {
  min-height: 42px;
}

.gb-product-bottom .price strong {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
}

.gb-details-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gb-details-label::after {
  content: '\2192';
  font-size: 12px;
}

/* Sidebar and filter consistency */
.template-products .filters {
  position: sticky;
  top: 118px;
  padding: 22px !important;
}

.template-products .filters .btn.text-start {
  justify-content: flex-start;
}

.template-products .filters .btn.btn-sm {
  min-height: 40px;
  border-radius: 11px !important;
}

/* Product detail page */
.product-wrapper h1.display-6 {
  letter-spacing: -.03em;
}

.product-wrapper .carousel-inner,
.product-wrapper .carousel-item img,
.product-wrapper .card-img-top.aspect-product-page-image {
  border-radius: 18px;
}

.product-wrapper .thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.product-wrapper .thumbnails button {
  padding: 0;
  border: 1px solid var(--gb-border);
  border-radius: 12px;
  overflow: hidden;
  background: #0a0f1b;
}

.product-wrapper .thumbnails button.active {
  border-color: rgba(93,156,255,.55);
  box-shadow: 0 0 0 2px rgba(76,141,255,.18);
}

.product-wrapper .product-tabs {
  padding: 22px;
}

/* Tables, customer pages, and cart */
.table {
  --bs-table-bg: transparent !important;
  --bs-table-color: #d8e0ef !important;
  --bs-table-border-color: rgba(255,255,255,.06) !important;
}

.table thead th {
  color: #8d9ab2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.table tbody td,
.table tbody th {
  vertical-align: middle;
}

.customer-sidebar,
.template-products .filters,
.template-cart .cart .col-lg-4 > .card,
[class*="template-customer-"] .card {
  overflow: hidden;
}

.list-group-item,
.accordion-button {
  color: #d8e0ef !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background: rgba(76,141,255,.09) !important;
  color: #fff !important;
}

/* Horizontal product card fallback */
a.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--gb-border);
  border-radius: var(--gb-radius);
  background: linear-gradient(180deg, rgba(21,27,42,.98), rgba(14,19,31,.98));
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .template-products .filters {
    position: static;
    top: auto;
  }
}

@media (max-width: 991.98px) {
  .row.products > [class*="col-"] {
    display: block;
  }

  .template-products .filters {
    padding: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .gb-product-media,
  .card-img-top.gb-product-media {
    aspect-ratio: 1 / 1.18;
  }

  .product-wrapper .product-tabs {
    padding: 16px;
  }

  a.product {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}


/* SellAuth feature compatibility merge */
.gb-products-search .input-group-text,.gb-products-search .form-control{background:#080a12;border-color:rgba(255,255,255,.09);color:#fff}.gb-products-search .form-control:focus{border-color:var(--cl-accent);box-shadow:0 0 0 .2rem rgba(var(--cl-accent-rgb),.12)}.gb-group-modal .modal-content{background:#080a12;border:1px solid rgba(255,255,255,.08);border-radius:18px}.gb-group-modal .modal-header{border-bottom:1px solid rgba(255,255,255,.08)}.gb-group-modal .modal-body{padding:24px}.gb-group-modal .btn-close{filter:invert(1)}
