/* GameProCode — stage 1 header */
:root{--gpc-bg:#071417;--gpc-bg-deep:#051013;--gpc-panel:#0b1c20;--gpc-border:rgba(135,180,187,.16);--gpc-border-strong:rgba(135,180,187,.26);--gpc-text:#f4f8f8;--gpc-muted:#899ba0;--gpc-accent:#2ee6a6;--gpc-accent-soft:rgba(46,230,166,.12);--gpc-danger:#ff5f73;--gpc-shadow:0 20px 60px rgba(0,0,0,.34)}
body.gpc-body{margin:0;background:var(--gpc-bg);color:var(--gpc-text);font-family:"Inter","Segoe UI",Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.gpc-body a{transition:.18s ease}.gpc-body a:hover,.gpc-body a:focus{text-decoration:none}.gpc-header{position:relative;z-index:1000;background:var(--gpc-bg-deep)}.gpc-header-main{background:radial-gradient(circle at 16% -120%,rgba(46,230,166,.12),transparent 42%),linear-gradient(180deg,#09181c 0%,#071417 100%);border-bottom:1px solid var(--gpc-border)}.gpc-header-main .container,.gpc-nav-wrap .container{width:100%;max-width:1500px;padding-left:28px;padding-right:28px}.gpc-header-grid{min-height:92px;display:grid;grid-template-columns:minmax(230px,290px) minmax(360px,1fr) auto;align-items:center;gap:34px}.gpc-brand{display:inline-flex;align-items:center;gap:13px;color:var(--gpc-text)}.gpc-brand:hover{color:#fff}.gpc-brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,rgba(46,230,166,.16),rgba(46,230,166,.035));border:1px solid rgba(46,230,166,.3);color:var(--gpc-accent);font-size:23px}.gpc-brand-copy{display:flex;flex-direction:column;line-height:1.05}.gpc-brand-name{color:#fff;font-size:21px;font-weight:800;letter-spacing:-.5px}.gpc-brand-tagline{margin-top:7px;color:var(--gpc-muted);font-size:9.5px;font-weight:700;letter-spacing:1.35px;text-transform:uppercase}.gpc-search{position:relative;height:48px;display:flex;align-items:center;overflow:hidden;border:1px solid var(--gpc-border-strong);border-radius:12px;background:rgba(13,31,35,.92)}.gpc-search:focus-within{border-color:rgba(46,230,166,.55);box-shadow:0 0 0 3px rgba(46,230,166,.07)}.gpc-search-icon{width:48px;display:grid;place-items:center;color:#71868b}.gpc-search .gpc-search-input{height:46px;min-width:0;padding:0 14px 0 0;border:0;background:transparent;color:var(--gpc-text);box-shadow:none;font-size:13px}.gpc-search .gpc-search-input::placeholder{color:#6e8186}.gpc-search-button{height:34px;margin-right:7px;padding:0 18px;border:0;border-radius:8px;background:var(--gpc-accent);color:#052219;font-size:12px;font-weight:800}.gpc-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap}.gpc-header-action,.gpc-cart-button{min-height:52px;display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border:0;border-radius:10px;background:transparent;color:var(--gpc-text);text-align:left}.gpc-header-action:hover,.gpc-header-action:focus,.gpc-cart-button:hover,.gpc-cart-button:focus,.gpc-cart.open .gpc-cart-button{background:rgba(255,255,255,.035);color:#fff}.gpc-action-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05);color:#c6d2d4}.gpc-header-action:hover .gpc-action-icon,.gpc-cart-button:hover .gpc-action-icon{color:var(--gpc-accent)}.gpc-action-copy{display:flex;flex-direction:column;line-height:1.15}.gpc-action-copy small{margin-bottom:4px;color:var(--gpc-muted);font-size:10px}.gpc-action-copy strong{max-width:110px;overflow:hidden;color:#eef5f5;font-size:12px;font-weight:700;text-overflow:ellipsis}.gpc-action-caret{color:#61777c;font-size:11px}.gpc-account-menu,.gpc-cart-dropdown,.gpc-nav-dropdown,.gpc-catalog-dropdown{margin-top:10px;padding:8px;border:1px solid var(--gpc-border-strong);border-radius:13px;background:#0b1c20;box-shadow:var(--gpc-shadow)}.gpc-account-menu{min-width:210px}.gpc-account-menu>li>a{padding:10px 12px;border-radius:8px;color:#d6e0e2;font-size:12px}.gpc-account-menu>li>a:hover{background:var(--gpc-accent-soft);color:var(--gpc-accent)}.gpc-account-menu .divider{background:var(--gpc-border)}
.gpc-cart-dropdown{width:430px;max-height:75vh;overflow-y:auto;color:var(--gpc-text)}.gpc-cart-dropdown .table{margin:0;background:transparent}.gpc-cart-dropdown .table>tbody>tr>td{padding:12px 8px;vertical-align:middle;border-top:1px solid var(--gpc-border);background:transparent;color:var(--gpc-muted)}.gpc-cart-thumb{width:60px}.gpc-cart-thumb img{width:48px;height:62px;object-fit:cover;border-radius:7px}.gpc-cart-product>a{display:block;color:#eef5f5;font-weight:700}.gpc-cart-product small{display:block;color:var(--gpc-muted);font-size:10px}.gpc-cart-price{color:#fff!important;font-weight:700}.gpc-cart-remove{width:28px;height:28px;padding:0;border:1px solid rgba(255,95,115,.15);border-radius:7px;background:rgba(255,95,115,.07);color:var(--gpc-danger)}.gpc-cart-summary{padding:8px}.gpc-cart-totals{padding:9px 4px 12px;border-top:1px solid var(--gpc-border)}.gpc-cart-total-row{display:flex;justify-content:space-between;gap:20px;padding:5px 0;color:var(--gpc-muted);font-size:12px}.gpc-cart-total-row strong{color:#fff}.gpc-cart-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gpc-cart-links a{display:grid;min-height:40px;place-items:center;border-radius:9px;font-size:12px;font-weight:800}.gpc-cart-secondary{border:1px solid var(--gpc-border-strong);color:#e8efef}.gpc-cart-primary{background:var(--gpc-accent);color:#04241a}.gpc-cart-empty{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--gpc-muted);text-align:center}.gpc-cart-empty>i{margin-bottom:12px;color:#416067;font-size:27px}.gpc-cart-empty strong{margin-bottom:5px;color:#eaf1f2}.gpc-cart-empty span{font-size:11px}
.gpc-nav-wrap{background:rgba(7,20,23,.98);border-bottom:1px solid var(--gpc-border)}.gpc-nav{min-height:58px;margin:0;border:0}.gpc-nav-collapse{display:flex!important;align-items:center;justify-content:space-between;min-height:58px;padding:0}.gpc-nav-list{display:flex;align-items:center;margin:0}.gpc-nav-list>li{float:none}.gpc-nav-list>li>a{padding:20px 13px;color:#aebdc0;background:transparent!important;font-size:12px;font-weight:700}.gpc-nav-list>li>a:hover,.gpc-nav-list>li.open>a{color:#fff}.gpc-catalog-item{margin-right:12px}.gpc-nav-list>.gpc-catalog-item>.gpc-catalog-button{min-width:145px;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin:8px 0;padding:12px 17px;border-radius:10px;background:var(--gpc-accent)!important;color:#052219!important;font-weight:800}.gpc-catalog-dropdown{width:310px;margin-top:0}.gpc-catalog-group+.gpc-catalog-group{border-top:1px solid var(--gpc-border)}.gpc-catalog-main-link{display:block;padding:11px 12px 7px;border-radius:8px;color:#eef4f4;font-size:12px;font-weight:800}.gpc-catalog-main-link:hover{background:var(--gpc-accent-soft);color:var(--gpc-accent)}.gpc-catalog-children{display:flex;flex-direction:column;padding:0 12px 9px}.gpc-catalog-children a{padding:4px 0;color:var(--gpc-muted);font-size:11px}.gpc-nav-dropdown{min-width:230px;margin-top:0}.gpc-nav-dropdown li a,.gpc-see-all{display:block;padding:8px 10px;border-radius:7px;color:#b9c7ca;font-size:11px}.gpc-nav-dropdown li a:hover,.gpc-see-all:hover{background:var(--gpc-accent-soft);color:var(--gpc-accent)}.gpc-nav-sale>a{color:var(--gpc-accent)!important}.gpc-trust{display:flex;align-items:center;gap:9px;margin-left:18px;color:#809398}.gpc-trust-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(46,230,166,.18);border-radius:8px;background:rgba(46,230,166,.06);color:var(--gpc-accent)}.gpc-trust>span:last-child{display:flex;flex-direction:column;line-height:1.05}.gpc-trust strong{color:#c7d3d5;font-size:10px}.gpc-trust small{margin-top:4px;color:#64787d;font-size:9px}
.gpc-header .dropdown-menu:before,.gpc-header .dropdown-menu:after{display:none!important}.gpc-header .navbar-nav{margin:0}.gpc-header .navbar-collapse{border-top:0;box-shadow:none}
@media(max-width:1240px){.gpc-header-main .container,.gpc-nav-wrap .container{padding-left:20px;padding-right:20px}.gpc-header-grid{grid-template-columns:225px minmax(300px,1fr) auto;gap:18px}.gpc-action-copy{display:none}.gpc-header-action,.gpc-cart-button{min-width:auto;padding:6px}.gpc-action-caret{display:none}.gpc-nav-list>li>a{padding-left:9px;padding-right:9px;font-size:11px}.gpc-trust{display:none}}
@media(max-width:991px){.gpc-header-grid{grid-template-columns:auto 1fr auto;min-height:82px;gap:14px}.gpc-brand-copy{display:none}.gpc-nav-extra:nth-last-child(-n+2){display:none}}
@media(max-width:767px){.gpc-header-main .container,.gpc-nav-wrap .container{padding-left:14px;padding-right:14px}.gpc-header-grid{min-height:auto;grid-template-columns:1fr auto;gap:11px;padding:13px 0}.gpc-brand-copy{display:flex}.gpc-brand-name{font-size:18px}.gpc-brand-tagline{display:none}.gpc-header-actions{grid-column:2;grid-row:1}.gpc-header-actions>#wishlist-total,.gpc-header-actions>.gpc-account{display:none}.gpc-header-search{grid-column:1/-1;grid-row:2}.gpc-search{height:44px}.gpc-search .gpc-search-input{height:42px;font-size:12px}.gpc-search-button{height:32px;padding:0 13px;font-size:11px}.gpc-cart-dropdown{position:fixed;top:118px;right:12px;left:12px;width:auto;max-height:calc(100vh - 150px)}.gpc-nav{min-height:48px}.gpc-nav-mobile-head{min-height:48px;display:flex!important;align-items:center;justify-content:space-between}.gpc-mobile-toggle{width:38px;height:34px;margin:0;padding:0;border:1px solid var(--gpc-border-strong);border-radius:8px;background:var(--gpc-panel);color:var(--gpc-accent)}.gpc-nav-collapse,.gpc-nav-collapse.collapse{display:none!important;min-height:0;padding:0 0 12px}.gpc-nav-collapse.collapse.in{display:block!important}.gpc-nav-list{display:block;width:100%}.gpc-nav-list>li{display:block;width:100%}.gpc-nav-list>li>a{padding:11px 12px;border-radius:8px}.gpc-catalog-item{margin:0 0 6px}.gpc-nav-list>.gpc-catalog-item>.gpc-catalog-button{width:100%;justify-content:flex-start;margin:0}.gpc-catalog-dropdown,.gpc-nav-dropdown{position:static;float:none;width:100%;margin:5px 0;box-shadow:none}.gpc-trust{display:none}}

/* Stage 1 hotfix: neutralize default OpenCart navbar */
#menu.gpc-nav {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

#menu.gpc-nav .navbar-nav > li > a {
  text-shadow: none !important;
}

/* ==========================================================================
   GameProCode Stage 2 вЂ” Homepage hero
   ========================================================================== */

.gpc-home {
  background:
    radial-gradient(circle at 10% 8%, rgba(46,230,166,.045), transparent 27%),
    radial-gradient(circle at 87% 3%, rgba(67,130,255,.045), transparent 28%),
    var(--gpc-bg);
  overflow: hidden;
}

.gpc-home > section .container {
  width: 100%;
  max-width: 1500px;
  padding-left: 28px;
  padding-right: 28px;
}

.gpc-hero-section {
  padding: 30px 0 18px;
}

.gpc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(310px, .78fr);
  gap: 18px;
}

.gpc-hero-main,
.gpc-hero-side {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 22px;
  background: #0a1a1e;
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}

.gpc-hero-main {
  min-height: 470px;
  padding: 58px 58px 94px;
  background:
    linear-gradient(90deg, rgba(5,16,19,.98) 0%, rgba(7,20,23,.93) 42%, rgba(7,20,23,.26) 72%, rgba(7,20,23,.12) 100%),
    linear-gradient(135deg, #0b2425 0%, #0b1a21 52%, #101525 100%);
}

.gpc-hero-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.8), transparent 76%);
  pointer-events: none;
}

.gpc-hero-content {
  position: relative;
  z-index: 5;
  width: min(610px, 62%);
}

.gpc-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #9bb0b5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.gpc-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gpc-accent);
  box-shadow: 0 0 18px rgba(46,230,166,.8);
}

.gpc-hero-content h1 {
  margin: 0;
  color: #f5f9f9;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -2.5px;
}

.gpc-hero-content h1 span {
  display: block;
  margin-top: 8px;
  color: var(--gpc-accent);
}

.gpc-hero-content p {
  max-width: 560px;
  margin: 24px 0 0;
  color: #9eb0b4;
  font-size: 15px;
  line-height: 1.75;
}

.gpc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.gpc-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.gpc-btn-primary {
  background: var(--gpc-accent);
  color: #042219 !important;
  box-shadow: 0 12px 32px rgba(46,230,166,.14);
}

.gpc-btn-primary:hover {
  transform: translateY(-1px);
  background: #4cecb4;
}

.gpc-btn-ghost {
  border: 1px solid var(--gpc-border-strong);
  background: rgba(255,255,255,.02);
  color: #e4ecee !important;
}

.gpc-btn-ghost:hover {
  border-color: rgba(46,230,166,.35);
  color: var(--gpc-accent) !important;
}

.gpc-hero-art {
  position: absolute;
  top: -45px;
  right: -20px;
  bottom: 0;
  width: 48%;
  min-width: 420px;
  pointer-events: none;
}

.gpc-hero-glow {
  position: absolute;
  top: 15%;
  right: 7%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(46,230,166,.2) 0%, rgba(46,230,166,.08) 38%, transparent 69%);
  filter: blur(3px);
}

.gpc-hero-art-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(46,230,166,.18);
  transform: rotate(-18deg);
}

.gpc-ring-one {
  top: 62px;
  right: 42px;
  width: 360px;
  height: 360px;
  box-shadow: inset 0 0 55px rgba(46,230,166,.025);
}

.gpc-ring-two {
  top: 122px;
  right: 102px;
  width: 240px;
  height: 240px;
  border-color: rgba(117,174,255,.14);
}

.gpc-hero-sword {
  position: absolute;
  top: 45px;
  right: 176px;
  width: 28px;
  height: 390px;
  border-radius: 20px 20px 5px 5px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.02), rgba(210,244,236,.9) 42%, rgba(46,230,166,.95) 50%, rgba(196,230,222,.72) 58%, rgba(255,255,255,.02));
  box-shadow: 0 0 38px rgba(46,230,166,.19);
  transform: rotate(22deg);
  opacity: .82;
}

.gpc-hero-sword::before {
  content: "";
  position: absolute;
  left: -44px;
  bottom: 62px;
  width: 116px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(70,94,98,.45), #a7cac3 46%, rgba(46,230,166,.9));
  box-shadow: 0 0 22px rgba(46,230,166,.12);
}

.gpc-hero-sword::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -55px;
  width: 12px;
  height: 78px;
  border-radius: 9px;
  background: linear-gradient(#55676b, #101b1f);
}

.gpc-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.gpc-hero-orb-a {
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(46,230,166,.11), transparent 65%);
}

.gpc-hero-orb-b {
  right: 170px;
  bottom: -190px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(60,88,200,.11), transparent 65%);
}

.gpc-hero-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 22px 13px 58px;
  border-top: 1px solid var(--gpc-border);
  background: rgba(5,15,18,.72);
  backdrop-filter: blur(12px);
}

.gpc-hero-bottom > div:first-child {
  display: flex;
  flex-direction: column;
}

.gpc-hero-bottom span {
  color: #6f858a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.gpc-hero-bottom strong {
  margin-top: 3px;
  color: #dce6e8;
  font-size: 11px;
}

.gpc-hero-bottom-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #99aaaE;
  font-size: 10px;
  font-weight: 700;
}

.gpc-hero-bottom-badge i {
  color: var(--gpc-accent);
}

.gpc-hero-side {
  min-height: 470px;
  padding: 30px;
  background:
    radial-gradient(circle at 80% 8%, rgba(46,230,166,.16), transparent 34%),
    linear-gradient(155deg, #0d2527 0%, #0a191d 52%, #081317 100%);
}

.gpc-hero-side::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(46,230,166,.12);
  border-radius: 50%;
}

.gpc-hero-side-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gpc-side-label {
  color: var(--gpc-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.gpc-side-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.2);
  border-radius: 12px;
  background: rgba(46,230,166,.07);
  color: var(--gpc-accent);
  font-size: 17px;
}

.gpc-hero-side-copy {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

.gpc-hero-side-copy small {
  color: #81969b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.gpc-hero-side-copy h2 {
  max-width: 360px;
  margin: 10px 0 0;
  color: #f2f6f6;
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -1.1px;
}

.gpc-hero-side-copy p {
  max-width: 340px;
  margin: 18px 0 0;
  color: #8fa1a5;
  font-size: 12px;
  line-height: 1.7;
}

.gpc-side-link {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dfe8e9;
  font-size: 11px;
  font-weight: 800;
}

.gpc-side-link:hover {
  color: var(--gpc-accent);
}

.gpc-side-grid {
  position: absolute;
  right: 26px;
  bottom: 25px;
  display: grid;
  grid-template-columns: repeat(4, 8px);
  gap: 7px;
  opacity: .55;
}

.gpc-side-grid span {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(46,230,166,.22);
  border-radius: 2px;
  background: rgba(46,230,166,.04);
}

.gpc-benefits-section {
  padding: 0 0 26px;
}

.gpc-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 16px;
  background: #0a191d;
}

.gpc-benefit {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 24px;
}

.gpc-benefit + .gpc-benefit {
  border-left: 1px solid var(--gpc-border);
}

.gpc-benefit-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.17);
  border-radius: 11px;
  background: rgba(46,230,166,.06);
  color: var(--gpc-accent);
  font-size: 16px;
}

.gpc-benefit > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gpc-benefit strong {
  color: #e7eeee;
  font-size: 12px;
  font-weight: 800;
}

.gpc-benefit small {
  margin-top: 4px;
  color: #73878c;
  font-size: 10px;
  line-height: 1.35;
}

.gpc-home-preview {
  padding: 18px 0 70px;
}

.gpc-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 8px;
}

.gpc-section-heading span {
  color: var(--gpc-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.gpc-section-heading h2 {
  margin: 8px 0 0;
  color: #f3f7f7;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.8px;
}

.gpc-section-heading p {
  max-width: 430px;
  margin: 0;
  color: #788c91;
  font-size: 11px;
  text-align: right;
}

/* Hide demo-home spacing inherited from the default theme */
#common-home.gpc-home {
  margin: 0;
  padding: 0;
}

@media (max-width: 1100px) {
  .gpc-hero-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .72fr);
  }

  .gpc-hero-main {
    padding-left: 42px;
  }

  .gpc-hero-content {
    width: 67%;
  }

  .gpc-hero-bottom {
    padding-left: 42px;
  }

  .gpc-benefit {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 991px) {
  .gpc-home > section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gpc-hero-grid {
    grid-template-columns: 1fr;
  }

  .gpc-hero-main,
  .gpc-hero-side {
    min-height: 430px;
  }

  .gpc-hero-side {
    min-height: 300px;
  }

  .gpc-hero-side-copy {
    margin-top: 45px;
  }

  .gpc-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .gpc-benefit:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--gpc-border);
  }

  .gpc-benefit:nth-child(4) {
    border-top: 1px solid var(--gpc-border);
  }
}

@media (max-width: 767px) {
  .gpc-home > section .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gpc-hero-section {
    padding-top: 16px;
  }

  .gpc-hero-main {
    min-height: 520px;
    padding: 36px 24px 88px;
  }

  .gpc-hero-content {
    width: 100%;
  }

  .gpc-hero-content h1 {
    font-size: 42px;
    letter-spacing: -1.7px;
  }

  .gpc-hero-content p {
    max-width: 90%;
    font-size: 13px;
  }

  .gpc-hero-art {
    top: 170px;
    right: -120px;
    width: 410px;
    min-width: 410px;
    opacity: .64;
  }

  .gpc-hero-bottom {
    padding: 12px 18px;
  }

  .gpc-hero-bottom > div:first-child {
    display: none;
  }

  .gpc-hero-bottom-badge {
    margin-left: auto;
  }

  .gpc-hero-side {
    min-height: 340px;
    padding: 24px;
  }

  .gpc-hero-side-copy h2 {
    font-size: 30px;
  }

  .gpc-side-link {
    bottom: 24px;
    left: 24px;
  }

  .gpc-benefits {
    grid-template-columns: 1fr;
  }

  .gpc-benefit + .gpc-benefit {
    border-top: 1px solid var(--gpc-border);
    border-left: 0;
  }

  .gpc-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .gpc-section-heading p {
    text-align: left;
  }
}

/* ==========================================================================
   GameProCode Stage 3 вЂ” Product sections/cards
   ========================================================================== */

.gpc-commerce {
  padding: 12px 0 74px;
}

.gpc-commerce > .container {
  width: 100%;
  max-width: 1500px;
  padding-left: 28px;
  padding-right: 28px;
}

.gpc-product-section {
  padding: 40px 0 18px;
}

.gpc-product-section + .gpc-product-section {
  padding-top: 58px;
}

.gpc-product-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.gpc-section-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--gpc-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.gpc-product-section-head h2 {
  margin: 0;
  color: #f4f8f8;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.8px;
}

.gpc-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
  color: #8da0a4;
  font-size: 11px;
  font-weight: 700;
}

.gpc-section-link:hover,
.gpc-section-link:focus {
  color: var(--gpc-accent);
}

.gpc-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gpc-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 16px;
  background: #0a191d;
  box-shadow: 0 12px 36px rgba(0,0,0,.14);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gpc-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46,230,166,.25);
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}

.gpc-product-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 70% 20%, rgba(46,230,166,.08), transparent 34%),
    #0c1d21;
}

.gpc-product-image {
  position: absolute;
  inset: 0;
  display: block;
}

.gpc-product-image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(5,15,18,.55));
  pointer-events: none;
}

.gpc-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.gpc-product-card:hover .gpc-product-image img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.gpc-product-badge {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 13px;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.gpc-badge-sale {
  border: 1px solid rgba(46,230,166,.25);
  background: rgba(15,58,46,.82);
  color: var(--gpc-accent);
}

.gpc-badge-preorder {
  border: 1px solid rgba(127,160,255,.25);
  background: rgba(34,44,81,.82);
  color: #a7baff;
}

.gpc-badge-hit {
  border: 1px solid rgba(255,196,82,.24);
  background: rgba(69,52,20,.82);
  color: #ffd166;
}

.gpc-product-wishlist {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 13px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 9px;
  background: rgba(5,15,18,.68);
  color: #d4dfe1;
  backdrop-filter: blur(8px);
  transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.gpc-product-wishlist:hover,
.gpc-product-wishlist:focus {
  border-color: rgba(46,230,166,.28);
  background: rgba(14,40,36,.9);
  color: var(--gpc-accent);
  transform: translateY(-1px);
}

.gpc-product-body {
  padding: 16px 16px 15px;
}

.gpc-product-meta {
  display: block;
  margin-bottom: 7px;
  color: #60767b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.gpc-product-body h3 {
  min-height: 42px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.gpc-product-body h3 a {
  color: #e8eff0;
}

.gpc-product-body h3 a:hover {
  color: var(--gpc-accent);
}

.gpc-product-rating {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
  color: #ffd166;
  font-size: 9px;
}

.gpc-product-foot {
  min-height: 46px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gpc-border);
}

.gpc-product-price {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

.gpc-product-price strong {
  color: #f6f9f9;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.35px;
}

.gpc-product-price span {
  color: #65797e;
  font-size: 10px;
  text-decoration: line-through;
}

.gpc-product-cart {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(46,230,166,.18);
  border-radius: 10px;
  background: rgba(46,230,166,.075);
  color: var(--gpc-accent);
  transition: transform .16s ease, background .16s ease, color .16s ease;
}

.gpc-product-cart:hover,
.gpc-product-cart:focus {
  transform: translateY(-1px);
  background: var(--gpc-accent);
  color: #052219;
}

/* Prevent old default product-card rules from leaking into custom modules */
.gpc-commerce .product-layout,
.gpc-commerce .product-thumb,
.gpc-commerce .button-group {
  all: unset;
}

@media (max-width: 1100px) {
  .gpc-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .gpc-commerce > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gpc-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gpc-commerce {
    padding-bottom: 48px;
  }

  .gpc-commerce > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gpc-product-section {
    padding-top: 30px;
  }

  .gpc-product-section + .gpc-product-section {
    padding-top: 42px;
  }

  .gpc-product-section-head {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .gpc-product-section-head h2 {
    font-size: 25px;
  }

  .gpc-section-link {
    margin-top: 7px;
  }

  .gpc-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gpc-product-body {
    padding: 12px;
  }

  .gpc-product-body h3 {
    min-height: 38px;
    font-size: 12px;
  }

  .gpc-product-price strong {
    font-size: 14px;
  }

  .gpc-product-price span {
    display: none;
  }

  .gpc-product-cart {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}

@media (max-width: 420px) {
  .gpc-products-grid {
    grid-template-columns: 1fr;
  }

  .gpc-product-media {
    aspect-ratio: 16 / 11;
  }
}

/* ==========================================================================
   GameProCode Stage 4 — Footer
   ========================================================================== */

.gpc-footer {
  position: relative;
  margin-top: 0;
  padding: 58px 0 24px;
  border-top: 1px solid var(--gpc-border);
  background:
    radial-gradient(circle at 10% 0%, rgba(46,230,166,.055), transparent 28%),
    linear-gradient(180deg, #081518 0%, #061114 100%);
  color: var(--gpc-text);
}

.gpc-footer .container {
  width: 100%;
  max-width: 1500px;
  padding-left: 28px;
  padding-right: 28px;
}

.gpc-footer-top {
  display: grid;
  grid-template-columns: minmax(330px, 1.45fr) repeat(3, minmax(150px, .72fr));
  gap: 52px;
}

.gpc-footer-brand {
  max-width: 410px;
}

.gpc-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
}

.gpc-footer-logo:hover,
.gpc-footer-logo:focus {
  color: #fff;
}

.gpc-footer-logo-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.28);
  border-radius: 12px;
  background: rgba(46,230,166,.075);
  color: var(--gpc-accent);
  font-size: 18px;
}

.gpc-footer-logo > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.gpc-footer-logo strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.45px;
}

.gpc-footer-logo small {
  margin-top: 7px;
  color: var(--gpc-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.gpc-footer-brand > p {
  max-width: 360px;
  margin: 22px 0 0;
  color: #7f9297;
  font-size: 11px;
  line-height: 1.8;
}

.gpc-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gpc-footer-trust > div {
  min-width: 165px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid var(--gpc-border);
  border-radius: 10px;
  background: rgba(255,255,255,.018);
}

.gpc-footer-trust i {
  color: var(--gpc-accent);
  font-size: 14px;
}

.gpc-footer-trust span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.gpc-footer-trust strong {
  color: #cedadd;
  font-size: 9px;
  font-weight: 700;
}

.gpc-footer-trust small {
  margin-top: 4px;
  color: #64777c;
  font-size: 8px;
}

.gpc-footer-column h4 {
  margin: 5px 0 20px;
  color: #ecf2f2;
  font-size: 12px;
  font-weight: 800;
}

.gpc-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gpc-footer-column li + li {
  margin-top: 11px;
}

.gpc-footer-column a {
  color: #788c91;
  font-size: 11px;
  font-weight: 500;
}

.gpc-footer-column a:hover,
.gpc-footer-column a:focus {
  color: var(--gpc-accent);
}

.gpc-footer-line {
  height: 1px;
  margin: 45px 0 21px;
  background: var(--gpc-border);
}

.gpc-footer-bottom {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gpc-footer-copy {
  display: flex;
  align-items: center;
  gap: 11px;
}

.gpc-footer-copy strong {
  color: #cbd7d9;
  font-size: 10px;
  font-weight: 700;
}

.gpc-footer-copy span {
  color: #596d72;
  font-size: 9px;
}

.gpc-footer-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #687c81;
  font-size: 9px;
  font-weight: 600;
}

.gpc-footer-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gpc-accent);
  box-shadow: 0 0 11px rgba(46,230,166,.65);
}

.gpc-footer-payments {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gpc-footer-payments > span {
  color: #596c71;
  font-size: 9px;
}

.gpc-footer-payments > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.gpc-footer-payments i {
  width: 28px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gpc-border);
  border-radius: 6px;
  background: rgba(255,255,255,.02);
  color: #7c9095;
  font-size: 10px;
}

@media (max-width: 991px) {
  .gpc-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gpc-footer-top {
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 38px;
  }

  .gpc-footer-column:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 767px) {
  .gpc-footer {
    padding-top: 42px;
  }

  .gpc-footer .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gpc-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .gpc-footer-brand {
    grid-column: 1 / -1;
  }

  .gpc-footer-column:last-child {
    grid-column: auto;
  }

  .gpc-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .gpc-footer-top {
    grid-template-columns: 1fr;
  }

  .gpc-footer-column:last-child {
    grid-column: auto;
  }

  .gpc-footer-trust {
    flex-direction: column;
  }

  .gpc-footer-trust > div {
    width: 100%;
  }
}

/* ==========================================================================
   GameProCode Stage 5 вЂ” Catalog + filters
   ========================================================================== */

.gpc-catalog-page {
  min-height: 70vh;
  padding: 26px 0 72px;
  background:
    radial-gradient(circle at 10% 0%, rgba(46,230,166,.045), transparent 26%),
    radial-gradient(circle at 88% 4%, rgba(88,118,255,.045), transparent 28%),
    var(--gpc-bg);
}

.gpc-catalog-page > .container {
  width: 100%;
  max-width: 1500px;
  padding-left: 28px;
  padding-right: 28px;
}

.gpc-breadcrumbs {
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #5f7479;
  font-size: 10px;
}

.gpc-breadcrumbs a {
  color: #71868b;
}

.gpc-breadcrumbs a:hover {
  color: var(--gpc-accent);
}

.gpc-breadcrumbs i {
  color: #34484d;
  font-size: 9px;
}

.gpc-catalog-hero {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 34px 38px;
  border: 1px solid var(--gpc-border);
  border-radius: 20px;
  background:
    linear-gradient(95deg, rgba(8,26,29,.98), rgba(8,22,26,.82) 55%, rgba(10,21,31,.72)),
    #0a1b1f;
}

.gpc-catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
  pointer-events: none;
}

.gpc-catalog-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.gpc-catalog-hero h1 {
  margin: 4px 0 0;
  color: #f4f8f8;
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1;
}

.gpc-catalog-description {
  max-width: 700px;
  margin-top: 16px;
  color: #899ca1;
  font-size: 12px;
  line-height: 1.7;
}

.gpc-catalog-description p {
  margin: 0;
}

.gpc-catalog-hero-copy > p {
  max-width: 670px;
  margin: 16px 0 0;
  color: #899ca1;
  font-size: 12px;
  line-height: 1.7;
}

.gpc-catalog-hero-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34%;
  overflow: hidden;
}

.gpc-catalog-hero-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #091b1f 0%, rgba(9,27,31,.42) 40%, transparent 100%);
}

.gpc-catalog-hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}

.gpc-catalog-hero-art {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(46,230,166,.32);
}

.gpc-catalog-hero-art i {
  position: relative;
  z-index: 2;
  font-size: 74px;
  text-shadow: 0 0 45px rgba(46,230,166,.16);
}

.gpc-catalog-hero-art span {
  position: absolute;
  border: 1px solid rgba(46,230,166,.1);
  border-radius: 50%;
}

.gpc-catalog-hero-art span:nth-child(1) {
  width: 170px;
  height: 170px;
}

.gpc-catalog-hero-art span:nth-child(2) {
  width: 245px;
  height: 245px;
}

.gpc-catalog-hero-art span:nth-child(3) {
  width: 330px;
  height: 330px;
}

.gpc-subcategories {
  margin-bottom: 20px;
  padding: 15px 18px;
  border: 1px solid var(--gpc-border);
  border-radius: 14px;
  background: #0a191d;
}

.gpc-subcategories-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.gpc-subcategories-head span {
  color: var(--gpc-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gpc-subcategories-head strong {
  color: #d9e3e4;
  font-size: 11px;
}

.gpc-subcategory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gpc-subcategory-list a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
  color: #94a5a9;
  font-size: 10px;
  font-weight: 700;
}

.gpc-subcategory-list a:hover {
  border-color: rgba(46,230,166,.25);
  background: rgba(46,230,166,.055);
  color: var(--gpc-accent);
}

.gpc-catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.gpc-catalog-layout.has-left {
  grid-template-columns: 255px minmax(0, 1fr);
}

.gpc-catalog-layout.has-right {
  grid-template-columns: minmax(0, 1fr) 255px;
}

.gpc-catalog-layout.has-left.has-right {
  grid-template-columns: 235px minmax(0, 1fr) 235px;
}

.gpc-catalog-sidebar,
.gpc-catalog-right {
  position: sticky;
  top: 18px;
}

.gpc-catalog-content {
  min-width: 0;
}

.gpc-catalog-toolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 10px 12px;
  border: 1px solid var(--gpc-border);
  border-radius: 14px;
  background: #0a191d;
}

.gpc-catalog-toolbar-left,
.gpc-catalog-toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gpc-view-switch {
  display: flex;
  gap: 5px;
}

.gpc-view-switch button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
  color: #71858a;
}

.gpc-view-switch button:hover,
.gpc-view-switch button.active {
  border-color: rgba(46,230,166,.25);
  background: var(--gpc-accent-soft);
  color: var(--gpc-accent);
}

.gpc-compare-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #72868b;
  font-size: 10px;
  font-weight: 700;
}

.gpc-compare-link:hover {
  color: var(--gpc-accent);
}

.gpc-select-wrap {
  position: relative;
  min-width: 185px;
  height: 42px;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 12px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
}

.gpc-select-wrap > span {
  margin-right: 8px;
  color: #60757a;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.gpc-select-wrap select {
  width: 100%;
  height: 40px;
  padding: 0 28px 0 0;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #c9d5d7;
  font-size: 10px;
  font-weight: 700;
  box-shadow: none;
}

.gpc-select-wrap option {
  background: #0d1d21;
  color: #dce6e8;
}

.gpc-select-wrap > i {
  position: absolute;
  right: 11px;
  color: #62777c;
  pointer-events: none;
}

.gpc-limit-select {
  min-width: 132px;
}

.gpc-catalog-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gpc-catalog-card .gpc-product-media {
  aspect-ratio: 4 / 5;
}

.gpc-badge-catalog {
  border: 1px solid rgba(135,180,187,.18);
  background: rgba(8,25,29,.8);
  color: #9cb0b5;
}

.gpc-product-rating-empty {
  color: #697e83;
}

.gpc-product-rating-empty span {
  margin-left: 4px;
  color: #60747a;
  font-size: 9px;
}

.gpc-card-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gpc-product-compare {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: rgba(255,255,255,.015);
  color: #6f858a;
}

.gpc-product-compare:hover {
  border-color: rgba(46,230,166,.2);
  color: var(--gpc-accent);
}

.gpc-catalog-pagination {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--gpc-border);
}

.gpc-pagination .pagination {
  margin: 0;
}

.gpc-pagination .pagination > li > a,
.gpc-pagination .pagination > li > span {
  min-width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-right: 5px;
  padding: 0 8px;
  border: 1px solid var(--gpc-border);
  border-radius: 8px;
  background: #0a191d;
  color: #85999e;
  font-size: 10px;
}

.gpc-pagination .pagination > .active > span,
.gpc-pagination .pagination > li > a:hover {
  border-color: rgba(46,230,166,.28);
  background: var(--gpc-accent-soft);
  color: var(--gpc-accent);
}

.gpc-results {
  color: #60757a;
  font-size: 10px;
}

.gpc-empty-state {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  border: 1px solid var(--gpc-border);
  border-radius: 16px;
  background: #0a191d;
  text-align: center;
}

.gpc-empty-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(46,230,166,.18);
  border-radius: 18px;
  background: rgba(46,230,166,.06);
  color: var(--gpc-accent);
  font-size: 24px;
}

.gpc-empty-state h2 {
  margin: 0;
  color: #edf3f4;
  font-size: 20px;
}

.gpc-empty-state p {
  margin: 10px 0 22px;
  color: #72868b;
  font-size: 11px;
}


.gpc-catalog-products.gpc-list-mode {
  grid-template-columns: 1fr;
}

.gpc-catalog-products.gpc-list-mode .gpc-product-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
}

.gpc-catalog-products.gpc-list-mode .gpc-product-media {
  min-height: 220px;
  aspect-ratio: auto;
}

.gpc-catalog-products.gpc-list-mode .gpc-product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.gpc-catalog-products.gpc-list-mode .gpc-product-body h3 {
  min-height: 0;
  font-size: 18px;
}

.gpc-catalog-products.gpc-list-mode .gpc-product-foot {
  margin-top: 18px;
}

/* Filter */
.gpc-filter {
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 15px;
  background: #0a191d;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.gpc-filter-head {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 17px;
  border-bottom: 1px solid var(--gpc-border);
  background: linear-gradient(180deg, rgba(46,230,166,.045), transparent);
}

.gpc-filter-head > div {
  display: flex;
  flex-direction: column;
}

.gpc-filter-head span {
  color: var(--gpc-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gpc-filter-head strong {
  margin-top: 5px;
  color: #e6eeee;
  font-size: 13px;
  font-weight: 800;
}

.gpc-filter-head > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.16);
  border-radius: 9px;
  background: rgba(46,230,166,.06);
  color: var(--gpc-accent);
}

.gpc-filter-body {
  padding: 3px 16px;
}

.gpc-filter-group {
  padding: 16px 0;
}

.gpc-filter-group + .gpc-filter-group {
  border-top: 1px solid var(--gpc-border);
}

.gpc-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #c8d4d6;
  font-size: 10px;
  font-weight: 800;
}

.gpc-filter-title i {
  color: #53686d;
  font-size: 9px;
}

.gpc-filter-options {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.gpc-filter-option {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  cursor: pointer;
}

.gpc-filter-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gpc-checkbox-ui {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: grid;
  place-items: center;
  border: 1px solid #294147;
  border-radius: 5px;
  background: rgba(255,255,255,.018);
  color: transparent;
  font-size: 8px;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.gpc-filter-option:hover .gpc-checkbox-ui {
  border-color: rgba(46,230,166,.38);
}

.gpc-filter-option input:checked + .gpc-checkbox-ui {
  border-color: var(--gpc-accent);
  background: var(--gpc-accent);
  color: #052219;
}

.gpc-filter-label {
  color: #879a9f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.gpc-filter-option:hover .gpc-filter-label {
  color: #d3dddf;
}

.gpc-filter-footer {
  display: grid;
  gap: 7px;
  padding: 13px 16px 16px;
  border-top: 1px solid var(--gpc-border);
}

.gpc-filter-apply,
.gpc-filter-reset {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}

.gpc-filter-apply {
  border: 1px solid var(--gpc-accent);
  background: var(--gpc-accent);
  color: #052219;
}

.gpc-filter-apply:hover {
  background: #4cecb4;
}

.gpc-filter-reset {
  border: 1px solid var(--gpc-border);
  background: transparent;
  color: #71868b;
}

.gpc-filter-reset:hover {
  border-color: rgba(255,255,255,.12);
  color: #cbd7d9;
}

/* Remove default module skin inside catalog sidebars */
.gpc-catalog-sidebar .panel,
.gpc-catalog-right .panel {
  margin: 0 0 16px;
}

@media (max-width: 1180px) {
  .gpc-catalog-layout.has-left {
    grid-template-columns: 225px minmax(0, 1fr);
  }

  .gpc-catalog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpc-select-wrap {
    min-width: 160px;
  }
}

@media (max-width: 991px) {
  .gpc-catalog-page > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gpc-catalog-layout.has-left,
  .gpc-catalog-layout.has-right,
  .gpc-catalog-layout.has-left.has-right {
    grid-template-columns: 1fr;
  }

  .gpc-catalog-sidebar,
  .gpc-catalog-right {
    position: static;
  }

  .gpc-filter {
    margin-bottom: 2px;
  }

  .gpc-filter-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpc-catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .gpc-catalog-toolbar-left,
  .gpc-catalog-toolbar-right {
    justify-content: space-between;
  }

  .gpc-catalog-toolbar-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gpc-select-wrap,
  .gpc-limit-select {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .gpc-catalog-page {
    padding-top: 14px;
    padding-bottom: 48px;
  }

  .gpc-catalog-page > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gpc-catalog-hero {
    min-height: 165px;
    padding: 26px 22px;
  }

  .gpc-catalog-hero-copy {
    max-width: 82%;
  }

  .gpc-catalog-hero h1 {
    font-size: 36px;
  }

  .gpc-catalog-hero-art {
    right: -65px;
    width: 52%;
    opacity: .65;
  }

  .gpc-catalog-hero-thumb {
    width: 47%;
    opacity: .65;
  }

  .gpc-catalog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gpc-catalog-products.gpc-list-mode .gpc-product-card {
    display: block;
  }

  .gpc-catalog-products.gpc-list-mode .gpc-product-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .gpc-catalog-products.gpc-list-mode .gpc-product-body {
    display: block;
    padding: 12px;
  }


  .gpc-catalog-toolbar-right {
    grid-template-columns: 1fr;
  }

  .gpc-compare-link {
    display: none;
  }

  .gpc-catalog-pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .gpc-filter-options {
    grid-template-columns: 1fr;
  }

  .gpc-catalog-products {
    grid-template-columns: 1fr;
  }

  .gpc-catalog-card .gpc-product-media {
    aspect-ratio: 16 / 11;
  }
}

/* ==========================================================================
   GameProCode Stage 6 - Product page
   ========================================================================== */

.gpc-product-page {
  min-height: 70vh;
  padding: 26px 0 74px;
  background:
    radial-gradient(circle at 8% 0%, rgba(46,230,166,.045), transparent 26%),
    radial-gradient(circle at 92% 7%, rgba(84,118,255,.045), transparent 26%),
    var(--gpc-bg);
}

.gpc-product-page > .container {
  width: 100%;
  max-width: 1500px;
  padding-left: 28px;
  padding-right: 28px;
}

.gpc-product-breadcrumbs {
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #5f7479;
  font-size: 10px;
}

.gpc-product-breadcrumbs a {
  color: #71868b;
}

.gpc-product-breadcrumbs a:hover {
  color: var(--gpc-accent);
}

.gpc-product-breadcrumbs i {
  color: #34484d;
  font-size: 9px;
}

.gpc-product-alert {
  margin: 0 0 18px;
}

.gpc-product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr);
  gap: 24px;
  align-items: start;
}

.gpc-product-gallery-column,
.gpc-product-info {
  min-width: 0;
}

.gpc-product-gallery {
  position: relative;
}

.gpc-product-main-image,
.gpc-product-placeholder {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.018), transparent 38%),
    #0a191d;
}

.gpc-product-main-image::after,
.gpc-product-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 80px rgba(0,0,0,.22);
}

.gpc-product-main-image img {
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: contain;
}

.gpc-image-zoom {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px;
  background: rgba(5,17,20,.8);
  backdrop-filter: blur(10px);
  color: #a9babd;
  font-size: 13px;
}

.gpc-product-main-image:hover .gpc-image-zoom {
  border-color: rgba(46,230,166,.28);
  color: var(--gpc-accent);
}

.gpc-product-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 11px 1px 2px;
}

.gpc-product-thumb {
  width: 72px;
  height: 90px;
  flex: 0 0 72px;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 10px;
  background: #0a191d;
  opacity: .72;
}

.gpc-product-thumb:hover,
.gpc-product-thumb.active {
  border-color: rgba(46,230,166,.34);
  opacity: 1;
}

.gpc-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gpc-product-placeholder {
  color: rgba(46,230,166,.26);
}

.gpc-product-placeholder i {
  font-size: 92px;
}

.gpc-product-placeholder span {
  position: absolute;
  bottom: 28px;
  color: #60757a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.gpc-product-info {
  padding: 28px;
  border: 1px solid var(--gpc-border);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(46,230,166,.025), transparent 170px),
    #0a191d;
}

.gpc-product-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gpc-product-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.gpc-product-flag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(130,161,167,.15);
  border-radius: 7px;
  background: rgba(255,255,255,.018);
  color: #85999e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.gpc-product-flag-sale {
  border-color: rgba(46,230,166,.22);
  background: rgba(46,230,166,.07);
  color: var(--gpc-accent);
}

.gpc-product-quick-actions {
  display: flex;
  gap: 7px;
}

.gpc-product-quick-actions button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
  color: #71868b;
}

.gpc-product-quick-actions button:hover {
  border-color: rgba(46,230,166,.28);
  color: var(--gpc-accent);
}

.gpc-product-info h1 {
  margin: 20px 0 0;
  color: #f2f6f7;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
}

.gpc-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.gpc-product-meta > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gpc-product-meta small {
  color: #5f7479;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.gpc-product-meta strong,
.gpc-product-meta a {
  color: #aababc;
  font-size: 10px;
  font-weight: 700;
}

.gpc-product-meta a:hover {
  color: var(--gpc-accent);
}

.gpc-product-rating-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-size: 9px;
}

.gpc-product-stars {
  display: flex;
  gap: 2px;
  color: #eab94c;
}

.gpc-product-rating-row > span {
  width: 1px;
  height: 12px;
  background: var(--gpc-border);
}

.gpc-product-rating-row a {
  color: #71868b;
}

.gpc-product-rating-row a:hover {
  color: var(--gpc-accent);
}

.gpc-product-price-box {
  margin-top: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--gpc-border);
  border-bottom: 1px solid var(--gpc-border);
}

.gpc-price-label {
  display: block;
  margin-bottom: 6px;
  color: #5f7479;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.gpc-product-current-price,
.gpc-product-price-special strong {
  color: #f1f6f6;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -1px;
}

.gpc-product-price-special {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.gpc-product-price-special strong {
  color: var(--gpc-accent);
}

.gpc-product-price-special > span {
  color: #60757a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
}

.gpc-product-price-box > small {
  display: block;
  margin-top: 6px;
  color: #5f7479;
  font-size: 8px;
}

.gpc-product-discounts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.gpc-product-discounts span {
  padding: 6px 8px;
  border: 1px solid var(--gpc-border);
  border-radius: 7px;
  color: #83969b;
  font-size: 8px;
}

.gpc-buy-box {
  margin-top: 22px;
}

.gpc-buy-section-title {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 14px;
}

.gpc-buy-section-title span {
  color: var(--gpc-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.gpc-buy-section-title strong {
  color: #dbe5e6;
  font-size: 12px;
}

.gpc-options {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.gpc-option-field {
  display: grid;
  gap: 7px;
}

.gpc-option-field > label {
  margin: 0;
  color: #8b9da1;
  font-size: 9px;
  font-weight: 700;
}

.gpc-option-field.required > label::before {
  content: "*";
  margin-right: 4px;
  color: var(--gpc-accent);
}

.gpc-option-field .form-control,
.gpc-review-field .form-control {
  height: 42px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: #071519;
  color: #d0dcde;
  font-size: 10px;
  box-shadow: none;
}

.gpc-option-field textarea.form-control,
.gpc-review-field textarea.form-control {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

.gpc-option-field .form-control:focus,
.gpc-review-field .form-control:focus {
  border-color: rgba(46,230,166,.35);
  box-shadow: 0 0 0 2px rgba(46,230,166,.045);
}

.gpc-option-field.has-error .form-control {
  border-color: #d9616b;
}

.gpc-option-select {
  position: relative;
}

.gpc-option-select select {
  padding-right: 34px;
  appearance: none;
}

.gpc-option-select > i {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  color: #60757a;
  pointer-events: none;
}

.gpc-option-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gpc-option-choice {
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: #071519;
  color: #93a5a9;
  cursor: pointer;
}

.gpc-option-choice input {
  accent-color: var(--gpc-accent);
}

.gpc-option-choice img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 5px;
}

.gpc-option-choice span {
  font-size: 9px;
  font-weight: 700;
}

.gpc-option-choice small {
  display: block;
  margin-top: 2px;
  color: #62777c;
  font-size: 8px;
}

.gpc-upload-btn {
  min-height: 40px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: #071519;
  color: #98aaae;
  font-size: 10px;
  font-weight: 700;
}

.gpc-buy-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.gpc-qty > label {
  display: block;
  margin: 0 0 6px;
  color: #61767b;
  font-size: 8px;
  font-weight: 700;
}

.gpc-qty-control {
  height: 48px;
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) 31px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 10px;
  background: #071519;
}

.gpc-qty-control button {
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #778c91;
  font-size: 16px;
}

.gpc-qty-control button:hover {
  color: var(--gpc-accent);
}

.gpc-qty-control input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #dce6e7;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.gpc-buy-button {
  align-self: end;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--gpc-accent);
  border-radius: 10px;
  background: var(--gpc-accent);
  color: #052219;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1px;
}

.gpc-buy-button:hover,
.gpc-buy-button:focus {
  background: #4cecb4;
  color: #052219;
}

.gpc-product-notice {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(46,230,166,.12);
  border-radius: 9px;
  background: rgba(46,230,166,.04);
  color: #789096;
  font-size: 9px;
  line-height: 1.5;
}

.gpc-product-notice i {
  margin-right: 5px;
  color: var(--gpc-accent);
}

.gpc-product-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 18px;
}

.gpc-product-trust-row > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: rgba(255,255,255,.012);
}

.gpc-product-trust-row i {
  color: var(--gpc-accent);
  font-size: 12px;
}

.gpc-product-trust-row span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gpc-product-trust-row strong {
  overflow: hidden;
  color: #9eb0b4;
  font-size: 8px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpc-product-trust-row small {
  margin-top: 2px;
  overflow: hidden;
  color: #5e7277;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Details */
.gpc-product-details {
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 18px;
  background: #0a191d;
}

.gpc-product-tabs {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 10px 12px 0;
  border-bottom: 1px solid var(--gpc-border);
  background: rgba(255,255,255,.012);
}

.gpc-product-tabs > li {
  float: none;
  margin: 0;
}

.gpc-product-tabs > li > a {
  margin: 0;
  padding: 12px 15px;
  border: 0 !important;
  border-radius: 8px 8px 0 0;
  background: transparent !important;
  color: #6f8489;
  font-size: 10px;
  font-weight: 800;
}

.gpc-product-tabs > li > a:hover,
.gpc-product-tabs > li.active > a,
.gpc-product-tabs > li.active > a:focus,
.gpc-product-tabs > li.active > a:hover {
  border: 0;
  background: rgba(46,230,166,.055) !important;
  color: var(--gpc-accent);
}

.gpc-product-tab-content {
  padding: 28px;
}

.gpc-description-content {
  max-width: 980px;
  color: #8da0a4;
  font-size: 11px;
  line-height: 1.8;
}

.gpc-description-content h1,
.gpc-description-content h2,
.gpc-description-content h3,
.gpc-description-content h4 {
  color: #dfe8e9;
}

.gpc-description-content img {
  max-width: 100%;
  height: auto;
}

.gpc-specification {
  display: grid;
  gap: 20px;
}

.gpc-spec-group h3 {
  margin: 0 0 10px;
  color: #dbe5e6;
  font-size: 12px;
  font-weight: 800;
}

.gpc-spec-list {
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 12px;
}

.gpc-spec-row {
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(150px, .36fr) 1fr;
  align-items: center;
  gap: 20px;
  padding: 10px 14px;
}

.gpc-spec-row + .gpc-spec-row {
  border-top: 1px solid var(--gpc-border);
}

.gpc-spec-row span {
  color: #64797e;
  font-size: 9px;
}

.gpc-spec-row strong {
  color: #a9b9bc;
  font-size: 10px;
  font-weight: 700;
}

.gpc-review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 24px;
}

.gpc-review-form-wrap {
  padding: 18px;
  border: 1px solid var(--gpc-border);
  border-radius: 13px;
  background: #071519;
}

.gpc-review-form h3 {
  margin: 0 0 18px;
  color: #dfe8e9;
  font-size: 15px;
  font-weight: 800;
}

.gpc-review-field {
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
}

.gpc-review-field label {
  margin: 0;
  color: #86999e;
  font-size: 9px;
  font-weight: 700;
}

.gpc-review-field small {
  color: #5c7075;
  font-size: 8px;
}

.gpc-review-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.gpc-review-rating > span {
  color: #61767b;
  font-size: 8px;
}

.gpc-review-rating label {
  margin: 0;
  cursor: pointer;
}

.gpc-review-rating input {
  position: absolute;
  opacity: 0;
}

.gpc-review-rating i {
  color: #5c6f74;
  font-size: 13px;
}

.gpc-review-rating label:hover i,
.gpc-review-rating input:checked + i {
  color: #eab94c;
}

.gpc-review-submit {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--gpc-accent);
  border-radius: 9px;
  background: var(--gpc-accent);
  color: #052219;
  font-size: 10px;
  font-weight: 800;
}

.gpc-review-list {
  color: #8ca0a4;
  font-size: 10px;
}

.gpc-review-list table {
  color: inherit;
}

.gpc-related-section {
  margin-top: 34px;
}

.gpc-related-section .gpc-products-grid {
  margin-top: 18px;
}

.gpc-product-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--gpc-border);
}

.gpc-product-tags > span {
  margin-right: 4px;
  color: #5f7479;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.gpc-product-tags a {
  padding: 6px 8px;
  border: 1px solid var(--gpc-border);
  border-radius: 7px;
  color: #71868b;
  font-size: 8px;
}

.gpc-product-tags a:hover {
  border-color: rgba(46,230,166,.24);
  color: var(--gpc-accent);
}

/* OpenCart validation inside redesigned product */
.gpc-product-page .text-danger {
  margin-top: 6px;
  color: #e27b84;
  font-size: 9px;
}

.gpc-product-page .help-block {
  margin: 6px 0 0;
  color: #60757a;
  font-size: 8px;
}

@media (max-width: 1180px) {
  .gpc-product-main {
    grid-template-columns: minmax(0, 1fr) 420px;
  }

  .gpc-product-main-image,
  .gpc-product-placeholder {
    min-height: 540px;
  }

  .gpc-product-trust-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .gpc-product-page > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gpc-product-main {
    grid-template-columns: 1fr;
  }

  .gpc-product-main-image,
  .gpc-product-placeholder {
    min-height: 520px;
  }

  .gpc-product-info {
    padding: 24px;
  }

  .gpc-product-trust-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .gpc-review-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gpc-product-page {
    padding-top: 14px;
    padding-bottom: 48px;
  }

  .gpc-product-page > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gpc-product-main-image,
  .gpc-product-placeholder {
    min-height: 420px;
  }

  .gpc-product-info {
    padding: 20px 16px;
    border-radius: 15px;
  }

  .gpc-product-info h1 {
    font-size: 31px;
  }

  .gpc-product-meta {
    gap: 13px 18px;
  }

  .gpc-buy-row {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .gpc-product-trust-row {
    grid-template-columns: 1fr;
  }

  .gpc-product-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .gpc-product-tab-content {
    padding: 20px 16px;
  }

  .gpc-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 480px) {
  .gpc-product-main-image,
  .gpc-product-placeholder {
    min-height: 350px;
  }

  .gpc-product-info-top {
    align-items: flex-start;
  }

  .gpc-product-quick-actions button {
    width: 34px;
    height: 34px;
  }

  .gpc-product-price-special {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .gpc-buy-row {
    grid-template-columns: 1fr;
  }

  .gpc-qty {
    max-width: 120px;
  }

  .gpc-product-thumbs {
    gap: 7px;
  }

  .gpc-product-thumb {
    width: 60px;
    height: 75px;
    flex-basis: 60px;
  }
}

/* ==========================================================================
   GameProCode Stage 7 - Cart
   ========================================================================== */

.gpc-cart-page {
  min-height: 70vh;
  padding: 26px 0 74px;
  background:
    radial-gradient(circle at 7% 0%, rgba(46,230,166,.045), transparent 26%),
    radial-gradient(circle at 90% 5%, rgba(84,118,255,.04), transparent 28%),
    var(--gpc-bg);
}

.gpc-cart-page > .container {
  width: 100%;
  max-width: 1500px;
  padding-left: 28px;
  padding-right: 28px;
}

.gpc-cart-breadcrumbs {
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #5f7479;
  font-size: 10px;
}

.gpc-cart-breadcrumbs a {
  color: #71868b;
}

.gpc-cart-breadcrumbs a:hover {
  color: var(--gpc-accent);
}

.gpc-cart-breadcrumbs i {
  color: #34484d;
  font-size: 9px;
}

.gpc-cart-alert {
  margin: 0 0 18px;
}

.gpc-cart-hero {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding: 30px 34px;
  border: 1px solid var(--gpc-border);
  border-radius: 18px;
  background:
    linear-gradient(100deg, rgba(8,26,29,.98), rgba(8,22,26,.83) 55%, rgba(10,21,31,.75)),
    #0a1b1f;
}

.gpc-cart-hero h1 {
  margin: 5px 0 0;
  color: #f2f7f7;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 850;
  letter-spacing: -1.5px;
  line-height: 1;
}

.gpc-cart-hero p {
  margin: 12px 0 0;
  color: #809398;
  font-size: 11px;
}

.gpc-cart-weight {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(46,230,166,.15);
  border-radius: 10px;
  background: rgba(46,230,166,.045);
  color: #8fa3a7;
  font-size: 10px;
  font-weight: 700;
}

.gpc-cart-weight i {
  color: var(--gpc-accent);
}

.gpc-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.gpc-cart-items,
.gpc-cart-summary {
  min-width: 0;
}

.gpc-cart-section-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 0 2px;
}

.gpc-cart-section-head.compact {
  min-height: auto;
  margin-bottom: 4px;
}

.gpc-cart-section-head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gpc-cart-section-head span {
  color: var(--gpc-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.gpc-cart-section-head strong {
  color: #dce6e7;
  font-size: 13px;
  font-weight: 800;
}

.gpc-cart-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #71868b;
  font-size: 9px;
  font-weight: 700;
}

.gpc-cart-section-head > a:hover {
  color: var(--gpc-accent);
}

.gpc-cart-list {
  display: grid;
  gap: 12px;
}

.gpc-cart-item {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--gpc-border);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.012), transparent 45%),
    #0a191d;
}

.gpc-cart-item-image {
  min-height: 175px;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 11px;
  background: #071519;
}

.gpc-cart-item-image a,
.gpc-cart-item-image > span {
  width: 100%;
  height: 100%;
  min-height: 175px;
  display: grid;
  place-items: center;
}

.gpc-cart-item-image img {
  width: 100%;
  height: 100%;
  min-height: 175px;
  object-fit: cover;
}

.gpc-cart-item-image > span {
  color: rgba(46,230,166,.24);
  font-size: 36px;
}

.gpc-cart-item-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gpc-cart-item-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.gpc-cart-item-type {
  display: block;
  margin-bottom: 5px;
  color: #62777c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.gpc-cart-item-title h2 {
  margin: 0;
  color: #e4ecee;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.gpc-cart-item-title h2 a {
  color: inherit;
}

.gpc-cart-item-title h2 a:hover {
  color: var(--gpc-accent);
}

.gpc-cart-stock-warning {
  color: #e4777f;
  font-size: 10px;
}

.gpc-cart-remove {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: rgba(255,255,255,.015);
  color: #6f8388;
}

.gpc-cart-remove:hover {
  border-color: rgba(224,92,103,.24);
  background: rgba(224,92,103,.05);
  color: #df707a;
}

.gpc-cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 14px;
}

.gpc-cart-item-meta > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gpc-cart-item-meta small {
  color: #566b70;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.gpc-cart-item-meta strong {
  color: #84989d;
  font-size: 9px;
  font-weight: 700;
}

.gpc-cart-item-bottom {
  display: grid;
  grid-template-columns: 1fr 210px 1fr;
  gap: 18px;
  align-items: end;
  margin-top: auto;
  padding-top: 18px;
}

.gpc-cart-price-block,
.gpc-cart-total-block,
.gpc-cart-quantity {
  min-width: 0;
}

.gpc-cart-price-block > span,
.gpc-cart-total-block > span,
.gpc-cart-quantity > span {
  display: block;
  margin-bottom: 6px;
  color: #566b70;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.gpc-cart-price-block strong {
  color: #abbabe;
  font-size: 13px;
  font-weight: 800;
}

.gpc-cart-total-block {
  text-align: right;
}

.gpc-cart-total-block strong {
  color: var(--gpc-accent);
  font-size: 17px;
  font-weight: 850;
}

.gpc-cart-quantity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 7px;
}

.gpc-cart-quantity > span {
  grid-column: 1 / -1;
}

.gpc-cart-qty-control {
  height: 38px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  overflow: hidden;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: #071519;
}

.gpc-cart-qty-control.disabled {
  grid-template-columns: 1fr;
}

.gpc-cart-qty-control button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #70858a;
  font-size: 14px;
}

.gpc-cart-qty-control button:hover {
  color: var(--gpc-accent);
}

.gpc-cart-qty-control input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #d6e1e3;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.gpc-cart-update {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(46,230,166,.18);
  border-radius: 9px;
  background: rgba(46,230,166,.045);
  color: var(--gpc-accent);
}

.gpc-cart-update span {
  display: none;
}

.gpc-cart-update:hover {
  border-color: rgba(46,230,166,.34);
  background: rgba(46,230,166,.08);
}

.gpc-cart-voucher .gpc-cart-item-image {
  min-height: 145px;
}

.gpc-cart-voucher .gpc-cart-item-image > span {
  min-height: 145px;
}

/* Cart modules / coupon / shipping / voucher */
.gpc-cart-modules {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--gpc-border);
  border-radius: 15px;
  background: #0a191d;
}

.gpc-cart-modules-note {
  margin: 0 0 14px;
  color: #697e83;
  font-size: 9px;
}

.gpc-cart-modules .panel {
  overflow: hidden;
  margin: 0 0 8px;
  border: 1px solid var(--gpc-border);
  border-radius: 10px;
  background: #071519;
  box-shadow: none;
}

.gpc-cart-modules .panel:last-child {
  margin-bottom: 0;
}

.gpc-cart-modules .panel-heading {
  padding: 0;
  border: 0;
  background: transparent;
}

.gpc-cart-modules .panel-title {
  font-size: 10px;
  font-weight: 800;
}

.gpc-cart-modules .panel-title > a {
  display: block;
  padding: 13px 14px;
  color: #9badaf;
}

.gpc-cart-modules .panel-title > a:hover,
.gpc-cart-modules .panel-title > a:focus {
  color: var(--gpc-accent);
}

.gpc-cart-modules .panel-body {
  border-top: 1px solid var(--gpc-border) !important;
  background: transparent;
  color: #809499;
  font-size: 9px;
}

.gpc-cart-modules .form-control {
  height: 40px;
  border: 1px solid var(--gpc-border);
  border-radius: 8px;
  background: #061316;
  color: #d2dddf;
  font-size: 10px;
  box-shadow: none;
}

.gpc-cart-modules .btn {
  min-height: 40px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 800;
}

.gpc-cart-modules .btn-primary {
  border-color: var(--gpc-accent);
  background: var(--gpc-accent);
  color: #052219;
}

/* Summary */
.gpc-cart-summary {
  position: sticky;
  top: 18px;
}

.gpc-cart-summary-card {
  padding: 20px;
  border: 1px solid var(--gpc-border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(46,230,166,.035), transparent 160px),
    #0a191d;
  box-shadow: 0 20px 50px rgba(0,0,0,.14);
}

.gpc-cart-summary-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gpc-border);
}

.gpc-cart-summary-head span {
  color: var(--gpc-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.gpc-cart-summary-head strong {
  color: #e2ebec;
  font-size: 15px;
  font-weight: 850;
}

.gpc-cart-summary-lines {
  padding: 10px 0;
}

.gpc-cart-summary-line {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.035);
}

.gpc-cart-summary-line span {
  color: #6f8388;
  font-size: 9px;
}

.gpc-cart-summary-line strong {
  color: #a7b7ba;
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.gpc-cart-summary-line.final {
  min-height: 60px;
  border-bottom: 0;
}

.gpc-cart-summary-line.final span {
  color: #a0b1b5;
  font-size: 10px;
  font-weight: 800;
}

.gpc-cart-summary-line.final strong {
  color: var(--gpc-accent);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.5px;
}

.gpc-cart-checkout {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  border: 1px solid var(--gpc-accent);
  border-radius: 10px;
  background: var(--gpc-accent);
  color: #052219;
  font-size: 10px;
  font-weight: 850;
}

.gpc-cart-checkout:hover,
.gpc-cart-checkout:focus {
  background: #4cecb4;
  color: #052219;
}

.gpc-cart-continue {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: transparent;
  color: #71868b;
  font-size: 9px;
  font-weight: 700;
}

.gpc-cart-continue:hover {
  border-color: rgba(46,230,166,.18);
  color: var(--gpc-accent);
}

.gpc-cart-trust {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--gpc-border);
}

.gpc-cart-trust > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gpc-cart-trust i {
  width: 28px;
  color: var(--gpc-accent);
  font-size: 12px;
  text-align: center;
}

.gpc-cart-trust span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gpc-cart-trust strong {
  color: #96a8ac;
  font-size: 8px;
  font-weight: 800;
}

.gpc-cart-trust small {
  color: #586d72;
  font-size: 7px;
}

@media (max-width: 1100px) {
  .gpc-cart-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .gpc-cart-item {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .gpc-cart-item-image,
  .gpc-cart-item-image a,
  .gpc-cart-item-image > span,
  .gpc-cart-item-image img {
    min-height: 150px;
  }

  .gpc-cart-item-bottom {
    grid-template-columns: 1fr 180px 1fr;
    gap: 12px;
  }
}

@media (max-width: 991px) {
  .gpc-cart-page > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gpc-cart-layout {
    grid-template-columns: 1fr;
  }

  .gpc-cart-summary {
    position: static;
  }

  .gpc-cart-summary-card {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .gpc-cart-page {
    padding-top: 14px;
    padding-bottom: 48px;
  }

  .gpc-cart-page > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gpc-cart-hero {
    min-height: 130px;
    padding: 24px 20px;
  }

  .gpc-cart-hero h1 {
    font-size: 34px;
  }

  .gpc-cart-section-head > a {
    display: none;
  }

  .gpc-cart-item {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
    padding: 11px;
  }

  .gpc-cart-item-image,
  .gpc-cart-item-image a,
  .gpc-cart-item-image > span,
  .gpc-cart-item-image img {
    min-height: 116px;
  }

  .gpc-cart-item-title h2 {
    font-size: 14px;
  }

  .gpc-cart-item-meta {
    gap: 10px 14px;
  }

  .gpc-cart-item-bottom {
    grid-template-columns: 1fr 145px;
  }

  .gpc-cart-total-block {
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px solid var(--gpc-border);
  }
}

@media (max-width: 520px) {
  .gpc-cart-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .gpc-cart-item {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .gpc-cart-item-image,
  .gpc-cart-item-image a,
  .gpc-cart-item-image > span,
  .gpc-cart-item-image img {
    min-height: 100px;
  }

  .gpc-cart-item-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gpc-cart-item-bottom {
    grid-template-columns: 1fr;
  }

  .gpc-cart-total-block {
    grid-column: auto;
    text-align: left;
  }

  .gpc-cart-quantity {
    max-width: 180px;
  }

  .gpc-cart-modules {
    padding: 14px;
  }
}

/* ==========================================================================
   GameProCode Stage 8A - Checkout shell
   ========================================================================== */

.gpc-checkout-page {
  min-height: 72vh;
  padding: 26px 0 76px;
  background:
    radial-gradient(circle at 8% 0%, rgba(46,230,166,.045), transparent 26%),
    radial-gradient(circle at 92% 6%, rgba(84,118,255,.04), transparent 26%),
    var(--gpc-bg);
}

.gpc-checkout-page > .container {
  width: 100%;
  max-width: 1500px;
  padding-left: 28px;
  padding-right: 28px;
}

.gpc-checkout-breadcrumbs {
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #5f7479;
  font-size: 10px;
}

.gpc-checkout-breadcrumbs a {
  color: #71868b;
}

.gpc-checkout-breadcrumbs a:hover {
  color: var(--gpc-accent);
}

.gpc-checkout-breadcrumbs i {
  color: #34484d;
  font-size: 9px;
}

.gpc-checkout-alert {
  margin: 0 0 18px;
}

.gpc-checkout-hero {
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 22px;
  padding: 30px 34px;
  border: 1px solid var(--gpc-border);
  border-radius: 18px;
  background:
    linear-gradient(100deg, rgba(8,26,29,.98), rgba(8,22,26,.83) 56%, rgba(10,21,31,.75)),
    #0a1b1f;
}

.gpc-checkout-hero h1 {
  margin: 5px 0 0;
  color: #f2f7f7;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 850;
  letter-spacing: -1.5px;
  line-height: 1;
}

.gpc-checkout-hero p {
  max-width: 680px;
  margin: 12px 0 0;
  color: #809398;
  font-size: 11px;
  line-height: 1.65;
}

.gpc-checkout-hero-badge {
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(46,230,166,.15);
  border-radius: 11px;
  background: rgba(46,230,166,.045);
}

.gpc-checkout-hero-badge > i {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.16);
  border-radius: 9px;
  color: var(--gpc-accent);
}

.gpc-checkout-hero-badge span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gpc-checkout-hero-badge strong {
  color: #aebdc0;
  font-size: 9px;
  font-weight: 800;
}

.gpc-checkout-hero-badge small {
  color: #60757a;
  font-size: 8px;
}

.gpc-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  gap: 22px;
  align-items: start;
}

.gpc-checkout-content {
  min-width: 0;
}

.gpc-checkout-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 13px 16px;
  border: 1px solid var(--gpc-border);
  border-radius: 13px;
  background: #0a191d;
}

.gpc-checkout-progress-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #60757a;
}

.gpc-checkout-progress-item > span {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gpc-border);
  border-radius: 50%;
  background: #071519;
  color: #62777c;
  font-size: 7px;
  font-weight: 900;
}

.gpc-checkout-progress-item strong {
  overflow: hidden;
  font-size: 8px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpc-checkout-progress-item.active {
  color: #9fb2b5;
}

.gpc-checkout-progress-item.active > span {
  border-color: rgba(46,230,166,.3);
  background: rgba(46,230,166,.08);
  color: var(--gpc-accent);
}

.gpc-checkout-progress-line {
  height: 1px;
  flex: 1 1 30px;
  min-width: 18px;
  background: var(--gpc-border);
}

/* Accordion */
.gpc-checkout-accordion {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
}

.gpc-checkout-step.panel {
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid var(--gpc-border);
  border-radius: 14px;
  background: #0a191d;
  box-shadow: none;
}

.gpc-checkout-step > .panel-heading {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 0;
  background:
    linear-gradient(90deg, rgba(46,230,166,.025), transparent 42%),
    transparent;
}

.gpc-checkout-step-number {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.14);
  border-radius: 9px;
  background: rgba(46,230,166,.045);
  color: var(--gpc-accent);
  font-size: 8px;
  font-weight: 900;
}

.gpc-checkout-step-copy {
  min-width: 0;
  flex: 1;
}

.gpc-checkout-step-copy > span {
  display: block;
  margin-bottom: 3px;
  color: #566b70;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.gpc-checkout-step .panel-title {
  margin: 0;
  color: #cbd7d9;
  font-size: 11px;
  font-weight: 800;
}

.gpc-checkout-step .panel-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #cbd7d9;
}

.gpc-checkout-step .panel-title > a:hover,
.gpc-checkout-step .panel-title > a:focus {
  color: var(--gpc-accent);
}

.gpc-checkout-step .panel-title > a i {
  color: #61767b;
  font-size: 9px;
}

.gpc-checkout-step-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  color: #60757a;
  font-size: 12px;
}

.gpc-checkout-step > .panel-collapse > .panel-body {
  padding: 20px;
  border-top: 1px solid var(--gpc-border) !important;
  background: #08171b;
  color: #83979b;
  font-size: 10px;
}

/* Skin legacy form fragments loaded through AJAX */
.gpc-checkout-page .panel-body h2,
.gpc-checkout-page .panel-body h3,
.gpc-checkout-page .panel-body h4 {
  color: #dbe5e6;
  font-weight: 800;
}

.gpc-checkout-page .panel-body h2 {
  font-size: 16px;
}

.gpc-checkout-page .panel-body h3 {
  font-size: 13px;
}

.gpc-checkout-page .panel-body p,
.gpc-checkout-page .panel-body .help-block {
  color: #6f8489;
  font-size: 9px;
  line-height: 1.6;
}

.gpc-checkout-page .panel-body label,
.gpc-checkout-page .panel-body .control-label {
  color: #8ca0a4;
  font-size: 9px;
  font-weight: 700;
}

.gpc-checkout-page .panel-body .form-control {
  min-height: 42px;
  border: 1px solid var(--gpc-border);
  border-radius: 9px;
  background: #061316;
  color: #d3dfe0;
  font-size: 10px;
  box-shadow: none;
}

.gpc-checkout-page .panel-body textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.gpc-checkout-page .panel-body .form-control:focus {
  border-color: rgba(46,230,166,.34);
  box-shadow: 0 0 0 2px rgba(46,230,166,.04);
}

.gpc-checkout-page .panel-body .input-group-addon {
  border-color: var(--gpc-border);
  background: #0b1b1f;
  color: #71868b;
}

.gpc-checkout-page .panel-body .radio,
.gpc-checkout-page .panel-body .checkbox {
  color: #879a9f;
}

.gpc-checkout-page .panel-body input[type="radio"],
.gpc-checkout-page .panel-body input[type="checkbox"] {
  accent-color: var(--gpc-accent);
}

.gpc-checkout-page .panel-body .btn {
  min-height: 40px;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 800;
}

.gpc-checkout-page .panel-body .btn-primary {
  border-color: var(--gpc-accent);
  background: var(--gpc-accent);
  color: #052219;
}

.gpc-checkout-page .panel-body .btn-primary:hover,
.gpc-checkout-page .panel-body .btn-primary:focus {
  border-color: #4cecb4;
  background: #4cecb4;
  color: #052219;
}

.gpc-checkout-page .panel-body .btn-default {
  border-color: var(--gpc-border);
  background: #0b1b1f;
  color: #91a4a8;
}

.gpc-checkout-page .panel-body .text-danger {
  margin-top: 5px;
  color: #df737c;
  font-size: 8px;
}

.gpc-checkout-page .panel-body .has-error .form-control {
  border-color: #d9616b;
}

/* Aside */
.gpc-checkout-aside {
  position: sticky;
  top: 18px;
}

.gpc-checkout-aside-card {
  padding: 22px;
  border: 1px solid var(--gpc-border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(46,230,166,.03), transparent 150px),
    #0a191d;
  box-shadow: 0 20px 50px rgba(0,0,0,.13);
}

.gpc-checkout-aside-card h2 {
  margin: 7px 0 0;
  color: #dfe8e9;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
}

.gpc-checkout-aside-card > p {
  margin: 12px 0 0;
  color: #6e8287;
  font-size: 9px;
  line-height: 1.7;
}

.gpc-checkout-trust {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--gpc-border);
}

.gpc-checkout-trust > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gpc-checkout-trust i {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.12);
  border-radius: 8px;
  background: rgba(46,230,166,.035);
  color: var(--gpc-accent);
  font-size: 11px;
}

.gpc-checkout-trust span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gpc-checkout-trust strong {
  color: #98aaae;
  font-size: 8px;
  font-weight: 800;
}

.gpc-checkout-trust small {
  color: #586d72;
  font-size: 7px;
}

@media (max-width: 1050px) {
  .gpc-checkout-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .gpc-checkout-hero-badge {
    min-width: 220px;
  }
}

@media (max-width: 991px) {
  .gpc-checkout-page > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gpc-checkout-layout {
    grid-template-columns: 1fr;
  }

  .gpc-checkout-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .gpc-checkout-page {
    padding-top: 14px;
    padding-bottom: 48px;
  }

  .gpc-checkout-page > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gpc-checkout-hero {
    min-height: 130px;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px;
  }

  .gpc-checkout-hero h1 {
    font-size: 34px;
  }

  .gpc-checkout-hero-badge {
    width: 100%;
    min-width: 0;
  }

  .gpc-checkout-progress {
    overflow-x: auto;
  }

  .gpc-checkout-progress-item strong {
    display: none;
  }

  .gpc-checkout-progress-line {
    min-width: 28px;
  }

  .gpc-checkout-step > .panel-heading {
    min-height: 62px;
    padding: 11px 12px;
  }

  .gpc-checkout-step > .panel-collapse > .panel-body {
    padding: 16px 13px;
  }
}

@media (max-width: 480px) {
  .gpc-checkout-step-icon {
    display: none;
  }

  .gpc-checkout-step-number {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .gpc-checkout-aside-card {
    padding: 18px;
  }
}

/* ==========================================================================
   GameProCode Stage 8B - Checkout login
   ========================================================================== */

.gpc-checkout-login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.gpc-checkout-login-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--gpc-border);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.012), transparent 44%),
    #071519;
}

.gpc-checkout-login-head {
  display: flex;
  align-items: center;
  gap: 11px;
}

.gpc-checkout-login-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.14);
  border-radius: 10px;
  background: rgba(46,230,166,.045);
  color: var(--gpc-accent);
  font-size: 13px;
}

.gpc-checkout-login-head > div {
  min-width: 0;
}

.gpc-checkout-login-head small {
  display: block;
  margin-bottom: 3px;
  color: #5f7479;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.gpc-checkout-login-head h2 {
  margin: 0 !important;
  color: #dde6e7 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.gpc-checkout-login-intro {
  margin: 15px 0 0 !important;
  color: #74898e !important;
  font-size: 9px !important;
  line-height: 1.6 !important;
}

.gpc-checkout-account-options {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.gpc-checkout-account-option {
  position: relative;
  min-height: 61px;
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 10px 11px;
  border: 1px solid var(--gpc-border);
  border-radius: 10px;
  background: rgba(255,255,255,.012);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}

.gpc-checkout-account-option:hover {
  border-color: rgba(46,230,166,.24);
  background: rgba(46,230,166,.025);
}

.gpc-checkout-account-option > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gpc-account-radio {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid #294147;
  border-radius: 50%;
  background: #061316;
  color: transparent;
  font-size: 7px;
}

.gpc-checkout-account-option > input:checked + .gpc-account-radio {
  border-color: var(--gpc-accent);
  background: var(--gpc-accent);
  color: #052219;
  box-shadow: 0 0 0 3px rgba(46,230,166,.06);
}

.gpc-account-option-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gpc-account-option-copy strong {
  color: #aebdc0;
  font-size: 9px;
  font-weight: 800;
}

.gpc-account-option-copy small {
  color: #5f7479;
  font-size: 7px;
  line-height: 1.4;
}

.gpc-account-option-arrow {
  color: #4d6267;
  font-size: 10px;
}

.gpc-checkout-account-option:hover .gpc-account-option-arrow {
  color: var(--gpc-accent);
}

.gpc-checkout-login-note {
  margin: 13px 0 0 !important;
  color: #64797e !important;
  font-size: 8px !important;
  line-height: 1.55 !important;
}

.gpc-checkout-login-primary,
.gpc-checkout-login-secondary {
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 0 14px;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
}

.gpc-checkout-login-primary {
  border: 1px solid var(--gpc-accent);
  background: var(--gpc-accent);
  color: #052219;
}

.gpc-checkout-login-primary:hover,
.gpc-checkout-login-primary:focus {
  border-color: #4cecb4;
  background: #4cecb4;
  color: #052219;
}

.gpc-checkout-login-secondary {
  border: 1px solid rgba(46,230,166,.2);
  background: rgba(46,230,166,.055);
  color: var(--gpc-accent);
}

.gpc-checkout-login-secondary:hover,
.gpc-checkout-login-secondary:focus {
  border-color: rgba(46,230,166,.38);
  background: rgba(46,230,166,.095);
  color: #59efba;
}

.gpc-checkout-login-divider {
  position: relative;
  display: grid;
  place-items: center;
}

.gpc-checkout-login-divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--gpc-border);
}

.gpc-checkout-login-divider span {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  background: #08171b;
  color: #4f6469;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.gpc-checkout-login-field {
  margin: 15px 0 0 !important;
}

.gpc-checkout-login-field + .gpc-checkout-login-field {
  margin-top: 12px !important;
}

.gpc-checkout-login-field > label,
.gpc-checkout-label-row label {
  margin: 0 !important;
  color: #82969a !important;
  font-size: 8px !important;
  font-weight: 800 !important;
}

.gpc-checkout-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.gpc-checkout-forgot {
  color: #657a7f;
  font-size: 7px;
  font-weight: 700;
}

.gpc-checkout-forgot:hover {
  color: var(--gpc-accent);
}

.gpc-checkout-input-wrap {
  position: relative;
}

.gpc-checkout-input-wrap > i {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 2;
  transform: translateY(-50%);
  color: #52676c;
  font-size: 10px;
  pointer-events: none;
}

.gpc-checkout-input-wrap .form-control {
  padding-left: 34px !important;
}

.gpc-checkout-login-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  color: #53686d;
  font-size: 7px;
}

.gpc-checkout-login-security i {
  color: rgba(46,230,166,.62);
}

@media (max-width: 850px) {
  .gpc-checkout-login {
    grid-template-columns: 1fr;
  }

  .gpc-checkout-login-divider {
    min-height: 28px;
  }

  .gpc-checkout-login-divider::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }

  .gpc-checkout-login-divider span {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .gpc-checkout-login-card {
    padding: 14px;
  }

  .gpc-checkout-account-option {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .gpc-account-option-arrow {
    display: none;
  }
}

/* ==========================================================================
   GameProCode Visual Cleanup #1 - Category sidebar
   ========================================================================== */

/* OpenCart column_left already contains its own Bootstrap col-sm-3 wrapper.
   Inside our custom catalog grid it must behave as a normal full-width child. */
.gpc-catalog-sidebar > #column-left,
.gpc-catalog-sidebar #column-left {
  float: none !important;
  width: 100% !important;
  min-height: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gpc-catalog-sidebar > #column-left.hidden-xs,
.gpc-catalog-sidebar #column-left.hidden-xs {
  display: block !important;
}

.gpc-catalog-sidebar #column-left > * {
  width: 100%;
  max-width: 100%;
}

.gpc-category-menu {
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--gpc-border);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(46,230,166,.032), transparent 125px),
    #0a191d;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.gpc-category-menu-head {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  border-bottom: 1px solid var(--gpc-border);
}

.gpc-category-menu-head > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gpc-category-menu-head span {
  color: var(--gpc-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gpc-category-menu-head strong {
  color: #e2eaeb;
  font-size: 13px;
  font-weight: 850;
}

.gpc-category-menu-head > i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46,230,166,.14);
  border-radius: 9px;
  background: rgba(46,230,166,.045);
  color: var(--gpc-accent);
  font-size: 11px;
}

.gpc-category-menu-list {
  padding: 8px;
}

.gpc-category-menu-group + .gpc-category-menu-group {
  margin-top: 3px;
}

.gpc-category-menu-item {
  min-height: 44px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 9px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #81959a;
  transition:
    border-color .15s ease,
    background .15s ease,
    color .15s ease;
}

.gpc-category-menu-item:hover,
.gpc-category-menu-item:focus {
  border-color: rgba(46,230,166,.12);
  background: rgba(46,230,166,.03);
  color: #c9d6d8;
}

.gpc-category-menu-item.active {
  border-color: rgba(46,230,166,.22);
  background:
    linear-gradient(90deg, rgba(46,230,166,.095), rgba(46,230,166,.025));
  color: var(--gpc-accent);
}

.gpc-category-menu-item-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gpc-border);
  border-radius: 8px;
  background: rgba(255,255,255,.012);
  color: #64797e;
  font-size: 9px;
}

.gpc-category-menu-item.active .gpc-category-menu-item-icon {
  border-color: rgba(46,230,166,.2);
  background: rgba(46,230,166,.055);
  color: var(--gpc-accent);
}

.gpc-category-menu-item-text {
  min-width: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpc-category-menu-arrow {
  color: #485d62;
  font-size: 9px;
  text-align: right;
}

.gpc-category-menu-item.active .gpc-category-menu-arrow {
  color: rgba(46,230,166,.65);
}

.gpc-category-submenu {
  display: grid;
  gap: 2px;
  margin: 4px 0 6px 38px;
  padding-left: 10px;
  border-left: 1px solid rgba(46,230,166,.12);
}

.gpc-category-submenu-item {
  min-height: 34px;
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr) 10px;
  align-items: center;
  gap: 7px;
  padding: 5px 7px;
  border-radius: 7px;
  color: #6f8489;
}

.gpc-category-submenu-item:hover,
.gpc-category-submenu-item:focus {
  background: rgba(255,255,255,.018);
  color: #b7c6c9;
}

.gpc-category-submenu-item.active {
  background: rgba(46,230,166,.05);
  color: var(--gpc-accent);
}

.gpc-category-submenu-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #40555a;
}

.gpc-category-submenu-item.active .gpc-category-submenu-dot {
  background: var(--gpc-accent);
  box-shadow: 0 0 8px rgba(46,230,166,.5);
}

.gpc-category-submenu-item > span:nth-child(2) {
  min-width: 0;
  overflow: hidden;
  font-size: 9px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpc-category-submenu-item > i {
  color: #40555a;
  font-size: 8px;
  text-align: right;
}

.gpc-category-submenu-item.active > i {
  color: rgba(46,230,166,.6);
}

/* Neutralize leftover stock OpenCart list-group skin in the catalog sidebar. */
.gpc-catalog-sidebar .list-group,
.gpc-catalog-sidebar .list-group-item {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Keep the sidebar useful on tablet/mobile instead of hiding OpenCart's column_left. */
@media (max-width: 991px) {
  .gpc-catalog-sidebar > #column-left,
  .gpc-catalog-sidebar #column-left {
    display: block !important;
  }

  .gpc-category-menu {
    margin-bottom: 2px;
  }

  .gpc-category-menu-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .gpc-category-menu-group + .gpc-category-menu-group {
    margin-top: 0;
  }

  .gpc-category-submenu {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .gpc-category-menu-list {
    grid-template-columns: 1fr;
  }

  .gpc-category-submenu {
    margin-left: 34px;
  }
}

/* Visual Cleanup #1b - remove legacy OpenCart demo banner from catalog sidebar */
.gpc-catalog-sidebar #column-left > .swiper-viewport {
  display: none !important;
}

