:root {
  --gb-bg: #ffffff;
  --gb-text: #121212;
  --gb-muted: #6b7280;
  --gb-border-soft: rgba(0, 0, 0, .10);
  --gb-surface: #f7f7f7;
  --gb-primary: #efbbcf;

  --gb-announce-h: 34px;
  --gb-header-h: 64px;
  --gb-ann-offset: 34px;
}
/* =========================================================
   Kill Storefront default header spacing on custom header
========================================================= */

header#masthead.gb-header.site-header,
.site-header.gb-header,
.gb-header.site-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: var(--gb-bg) !important;
}

header#masthead.gb-header.site-header::before,
header#masthead.gb-header.site-header::after,
.site-header.gb-header::before,
.site-header.gb-header::after {
  content: none !important;
  display: none !important;
}

header#masthead.gb-header .gb-header__wrap {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* Desktop header is taller */
@media (min-width: 990px) {
  :root {
    --gb-header-h: 86px;
  }
}

/* Desktop medium width where menu can wrap into 2 rows */
@media (min-width: 990px) and (max-width: 1220px) {
  :root {
    --gb-header-h: 126px;
  }
}

/* Checkout should not reserve announcement offset */
body.woocommerce-checkout:not(.woocommerce-order-received) {
  --gb-ann-offset: 0px;
}

/* =========================================================
   Announcement bar
========================================================= */

.gb-announce {
  position: relative;
  z-index: 2147483001;
  height: var(--gb-announce-h);
  min-height: var(--gb-announce-h);
  overflow: hidden;
  background: var(--gb-primary);
  color: #fff;
}

.gb-announce__wrap {
  height: var(--gb-announce-h);
  min-height: var(--gb-announce-h);
  padding: 0 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gb-announce__text {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05rem;
  color: #fff;
}

.gb-announce a,
.gb-announce a:visited {
  color: inherit;
  text-decoration: underline;
}

/* =========================================================
   Main header, sticky at top + reveal after scroll
========================================================= */

.gb-header {
  position: sticky;
  top: var(--gb-announce-h, 34px);
  left: auto;
  right: auto;
  z-index: 99999998;
  width: 100%;
  background: var(--gb-bg);
  border-bottom: 1px solid var(--gb-border-soft);
  transform: translate3d(0, 0, 0);
  transition: none;
  overflow: visible !important;
  will-change: transform;
}

/* Once user scrolls past the top zone, JS switches to fixed reveal mode */
.gb-header.gb-header--fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: transform 220ms ease;
}

/* Hide only in fixed mode */
.gb-header.gb-header--fixed.gb-header--hidden {
  transform: translate3d(0, -110%, 0);
}

/* Visible fixed header */
.gb-header.gb-header--fixed.gb-header--visible {
  transform: translate3d(0, 0, 0);
}

/* No animation during handoff between sticky and fixed */
.gb-header.gb-header--no-transition,
html:not(.gb-header-ready) .gb-header {
  transition: none !important;
}

/* Never hide before JS is ready */
html:not(.gb-header-ready) .gb-header,
html.gb-lock-scroll .gb-header {
  transform: translate3d(0, 0, 0) !important;
}

/* Spacer only active while header is fixed */
.gb-header-spacer {
  display: none !important;
  height: 0 !important;
}

.gb-header-spacer.is-active {
  display: block !important;
  height: var(--gb-header-h) !important;
}

.gb-header .col-full {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.gb-header__wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gb-header__row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 8px;
}

.gb-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.gb-logo__svg-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.gb-logo__svg {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: 32px !important;
  max-width: 165px !important;
  box-shadow: none !important;
}

.gb-logo__text {
  font-weight: 800;
  color: var(--gb-text);
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.gb-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.gb-iconbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: var(--gb-text) !important;
  cursor: pointer;
  text-decoration: none !important;
}

.gb-iconbtn:hover {
  opacity: .7;
}

.gb-iconbtn svg,
.gb-iconbtn svg path {
  fill: currentColor !important;
}

.gb-icon {
  width: 22px;
  height: 22px;
  display: block;
}

.gb-icon--cart {
  width: 44px;
  height: 44px;
}

.gb-cartcount {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #121212;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  transform: translate(20%, -20%);
}

.gb-cartcount:empty {
  display: none !important;
}

.gb-only-desktop {
  display: none !important;
}

.gb-only-mobile {
  display: inline-flex !important;
}

/* =========================================================
   Mobile drawer
========================================================= */

.gb-drawer {
  position: fixed;
  inset: 0;
  z-index: 2147483100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.gb-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.gb-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.gb-drawer__panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(86vw, 360px);
  background: #fff;
  transform: translateX(-100%);
  transition: transform 220ms ease;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--gb-border-soft);
}

.gb-drawer.is-open .gb-drawer__panel {
  transform: translateX(0);
}

.gb-drawer__top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px 14px 10px;
  border-bottom: 1px solid var(--gb-border-soft);
}

.gb-drawer__top > .gb-iconbtn {
  flex: 0 0 auto !important;
}

.gb-drawer__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--gb-text);
}

.gb-drawer-badges {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.gb-drawer-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  background: #e9fbf2 !important;
  color: #00b86b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 380px) {
  .gb-drawer-badges {
    gap: 6px !important;
  }

  .gb-drawer-badge {
    padding: 0 10px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 340px) {
  .gb-drawer-badge:last-child {
    display: none !important;
  }
}

.gb-drawer__nav {
  flex: 1;
  overflow-y: auto;
  padding: 10px 10px 14px;
}

.gb-drawer__menu,
.gb-drawer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gb-drawer__menu li {
  margin: 0;
  padding: 0;
}

.gb-drawer__menu a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding: 11px 10px !important;
  border-radius: 12px;
  color: #121212bf;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.2;
}

.gb-drawer__menu a:hover {
  background: var(--gb-surface);
}

.gb-drawer__menu .sub-menu {
  display: none;
  padding-left: 10px;
}

.gb-drawer__menu .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.gb-menurow {
  position: relative;
  display: flex;
  align-items: center;
}

.gb-menurow > a {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 46px !important;
}

.gb-drawer__menu .gb-menurow > a {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.gb-subtoggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: var(--gb-text) !important;
  cursor: pointer;
  border-radius: 10px;
}

.gb-subtoggle svg {
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 180ms ease;
}

.gb-drawer__menu .menu-item-has-children.is-open > .gb-menurow .gb-subtoggle svg {
  transform: rotate(180deg);
}

/* =========================================================
   Mobile drawer All Games search
========================================================= */

.gb-drawer .gb-subsearch-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 8px 0 12px !important;
  border: 0 !important;
}

.gb-drawer .gb-subsearch--drawer {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gb-drawer .gb-subsearch__field {
  position: relative !important;
  width: 100% !important;
}

.gb-drawer .gb-subsearch__input {
  width: 100% !important;
  height: 42px !important;
  padding: 0 44px 0 14px !important;
  border: 1px solid rgba(18, 18, 18, .16) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #121212 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  outline: none !important;
}

.gb-drawer .gb-subsearch__input:focus {
  border-color: rgba(18, 18, 18, .36) !important;
}

.gb-drawer .gb-subsearch__clear {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6b7280 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  z-index: 3 !important;
}

.gb-drawer .gb-subsearch__clear svg {
  position: static !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  transform: none !important;
  color: #6b7280 !important;
}

.gb-subsearch__clear.is-visible {
  display: inline-flex !important;
}

.gb-subsearch__clear[hidden],
.gb-subsearch__clear:not(.is-visible) {
  display: none !important;
}

.gb-drawer .gb-subsearch__empty {
  padding: 8px 4px 0 !important;
  font-size: 13px !important;
  color: #6b7280 !important;
}

/* =========================================================
   Search modal
========================================================= */

.gb-search {
  position: fixed;
  inset: 0;
  z-index: 2147483200;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.gb-search.is-open {
  pointer-events: auto;
  opacity: 1;
}

.gb-search__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.gb-search__panel {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%) translateY(-8px);
  width: min(92vw, 720px);
  background: #fff;
  border: 1px solid var(--gb-border-soft);
  border-radius: 18px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .18);
  padding: 12px;
  transition: transform 180ms ease;
}

.gb-search.is-open .gb-search__panel {
  transform: translateX(-50%) translateY(0);
}

.gb-search__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 2px 10px;
}

.gb-search__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--gb-text);
}

.gb-search__form form {
  margin: 0;
  position: relative;
}

.gb-search__form input[type="search"] {
  width: 100% !important;
  height: 48px !important;
  border-radius: 999px !important;
  padding: 10px 48px 10px 14px !important;
  border: 1px solid var(--gb-border-soft) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.gb-search__form button {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 44px !important;
  width: 44px !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gb-text) !important;
  cursor: pointer;
}

/* =========================================================
   Predictive search results
========================================================= */

.gb-predict {
  margin-top: 10px;
  border: 1px solid var(--gb-border-soft);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.gb-predict__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--gb-border-soft);
  background: var(--gb-surface);
}

.gb-predict__hint {
  font-size: 12px;
  font-weight: 800;
  color: var(--gb-text);
}

.gb-predict__viewall {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  color: black;
}

.gb-predict__list {
  display: flex;
  flex-direction: column;
  max-height: min(56vh, 520px);
  overflow: auto;
}

.gb-predict__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  padding: 12px 16px;
  color: var(--gb-text);
  border-bottom: 1px solid var(--gb-border-soft);
}

.gb-predict__item:last-child {
  border-bottom: 0;
}

.gb-predict__item:hover,
.gb-predict__item.is-active {
  background: rgba(0, 0, 0, .04);
}

.gb-predict__img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--gb-border-soft);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-predict__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-predict__content {
  display: flex;
  flex-direction: column;
}

.gb-predict__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
}

.gb-predict__price {
  font-size: 13px;
  font-weight: 700;
  color: #efbbcf;
}

.gb-predict__empty {
  padding: 14px 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--gb-text);
}

.gb-predict__rating-custom {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 2px 0 2px !important;
  line-height: 1 !important;
  height: 15px !important;
  overflow: visible !important;
}

.gb-predict__stars-custom {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: 15px !important;
  line-height: 1 !important;
  overflow: visible !important;
  color: #ffa800 !important;
  font-size: 13px !important;
  letter-spacing: .5px !important;
  white-space: nowrap !important;
}

.gb-predict__stars-custom::before {
  content: "★★★★★" !important;
  display: inline-block !important;
  color: #ffa800 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: .5px !important;
}

.gb-predict__reviews-custom {
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #111827 !important;
  white-space: nowrap !important;
}

/* =========================================================
   Header menu icons
========================================================= */

.gb-menuthumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.gb-menuthumb img {
  display: block !important;
  object-fit: cover !important;
  box-shadow: none !important;
}

.gb-menutitle {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

/* Desktop top-level menu: never show icons */
.gb-mega > .gb-mega__menu > li > a > .gb-menuthumb {
  display: none !important;
}

.gb-mega > .gb-mega__menu > li > a > .gb-menutitle {
  display: inline-flex !important;
}

/* Desktop dropdown icons */
.gb-mega .sub-menu .gb-menuthumb {
  width: 24px !important;
  height: 24px !important;
  margin-right: 9px !important;
}

.gb-mega .sub-menu .gb-menuthumb img {
  width: 24px !important;
  height: 24px !important;
  border-radius: 6px !important;
}

/* Mobile drawer icons */
.gb-drawer__menu .gb-menuthumb {
  width: 28px !important;
  height: 28px !important;
  margin-right: 11px !important;
}

.gb-drawer__menu .gb-menuthumb img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 7px !important;
}

.gb-drawer__menu a:not(:has(.gb-menuthumb)) .gb-menutitle {
  margin-left: 0 !important;
}

.gb-drawer__menu > li > .gb-menurow > a .gb-menutitle,
.gb-drawer__menu > li > a .gb-menutitle {
  line-height: 1.2 !important;
}

/* Hide New Arrivals and Trending from mobile drawer only */
@media (max-width: 989px) {
  .gb-drawer__menu > li > a[href*="/collection/new-arrivals/"],
  .gb-drawer__menu > li > a[href*="/collections/new-arrivals/"],
  .gb-drawer__menu > li > a[href*="/product-category/new-arrivals/"],
  .gb-drawer__menu > li > a[href*="/collection/trending/"],
  .gb-drawer__menu > li > a[href*="/collections/trending/"],
  .gb-drawer__menu > li > a[href*="/product-category/trending/"] {
    display: none !important;
  }

  .gb-drawer__menu > li:has(> a[href*="/collection/new-arrivals/"]),
  .gb-drawer__menu > li:has(> a[href*="/collections/new-arrivals/"]),
  .gb-drawer__menu > li:has(> a[href*="/product-category/new-arrivals/"]),
  .gb-drawer__menu > li:has(> a[href*="/collection/trending/"]),
  .gb-drawer__menu > li:has(> a[href*="/collections/trending/"]),
  .gb-drawer__menu > li:has(> a[href*="/product-category/trending/"]) {
    display: none !important;
  }
}

/* =========================================================
   Mobile drawer proof block
========================================================= */

.gb-drawer-proof {
  margin: 22px 18px 0;
  padding: 18px 0 20px;
  border-top: 1px solid rgba(17, 24, 39, .10);
  text-align: center;
}

.gb-drawer-proof__quote {
  max-width: 280px;
  margin: 0 auto 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  font-style: italic;
}

.gb-drawer-proof__actions {
  display: flex;
  justify-content: center;
}

.gb-drawer-proof__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: #c3aed6;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none;
}

.gb-drawer-proof__btn:hover {
  background: #ab8ec5;
  color: #fff !important;
}

.gb-drawer-auth {
  margin: 18px 18px 0;
  padding: 18px 0 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  display: flex;
  justify-content: center;
}

.gb-drawer-login {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: #555 !important;
  font-size: 14px;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.gb-drawer-login-wrapper {
    display: flex;
    justify-content: center;

}
.gb-drawer-login-underline {
        color: #6b7280;
    font-weight: 400;
    font-size: 13px;
}
.gb-drawer-login__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #666;
}

/* Mobile drawer Wiser verified badge */
.gb-drawer-proof--wiser .wiser_review_verified_badge {
  display: flex;
  justify-content: center;
  margin: 0 auto 14px;
  max-width: 100%;
}

.gb-drawer-proof--wiser iframe,
.gb-drawer-proof--wiser > div {
  max-width: 100%;
}

.Wsrspfapp-Badge03-footer {
  display: none !important;
}

.Wsrspfapp-ratingsBadge-container {
  box-shadow: none !important;
}

.wiser_review_verified_badge > .Wsrspfapp-Badge03 {
  display: flex !important;
  justify-content: center;
}

.Wsrsfapp-crd-cnt > .ql-align-center {
  font-size: 13px !important;
  margin-top: 8px !important;
}

/* =========================================================
   Checkout header
========================================================= */

body.woocommerce-checkout .gb-header.gb-header--hidden,
body.page-template-default.woocommerce-checkout .gb-header.gb-header--hidden,
body[class*="woocommerce-checkout"] .gb-header.gb-header--hidden {
  transform: none !important;
}

body.woocommerce-checkout .gb-header-spacer,
body.page-template-default.woocommerce-checkout .gb-header-spacer,
body[class*="woocommerce-checkout"] .gb-header-spacer {
  display: none !important;
  height: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__row {
  display: flex;
  justify-content: center;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__logo {
  justify-content: center;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-logo__svg {
  max-height: 42px !important;
  max-width: 200px !important;
}

/* =========================================================
   Desktop header
========================================================= */

@media (min-width: 990px) {
  .gb-only-mobile {
    display: none !important;
  }

  .gb-only-desktop {
    display: flex !important;
    justify-content: center;
  }

  .gb-header .col-full {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .gb-header__wrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .gb-header__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
            min-height: 55px !important;
  }

  .gb-header__logo {
    flex: 0 0 auto;
    order: 1;
    justify-content: flex-start;
  }

  .gb-logo__svg {
    max-height: 36px !important;
    max-width: 150px !important;
  }

  .gb-mega {
    flex: 1 1 auto;
    order: 2;
    min-width: 0;
  }

  .gb-header__actions {
    order: 3;
    flex: 0 0 auto;
    margin-left: 16px;
    white-space: nowrap;
    gap: 8px;
  }

  .gb-iconbtn {
    width: 44px;
    height: 44px;
  }

  .gb-mega__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    column-gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: normal;
  }

  .gb-mega__menu > li {
    position: relative;
    margin: 0;
  }

  .gb-mega__menu > li.menu-item-has-children {
    position: static !important;
  }

  .gb-mega__menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 4px;
    font-size: 16px;
    font-weight: 400;
    color: #121212bf;
    text-decoration: none !important;
  }

  .gb-mega__menu > li > a[href*="new-arrivals"],
  .gb-mega__menu > li > a[href*="trending"] {
    font-weight: 700 !important;
  }

  .gb-mega__menu > li.menu-item-has-children > a::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 6px;
    border-right: 1px solid #12121280;
    border-bottom: 1px solid #12121280;
    transform: rotate(45deg);
    transition: transform 180ms ease;
    display: inline-block;
    transform-origin: 75% 75%;
  }

  .gb-mega__menu > li.menu-item-has-children.is-open > a::after {
    transform: rotate(-135deg);
  }

  .gb-mega__menu > li.menu-item-has-children > .sub-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, .08);
    border-left: 0 !important;
    border-right: 0 !important;
    background: #fff;
        padding: 24px 24px 80px 24px !important;
    box-shadow: 0 22px 38px -18px rgba(0, 0, 0, .04) !important;
    display: none !important;
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    gap: 18px;
    z-index: 2147483200;
    max-height: calc(100vh - var(--gb-ann-offset, 34px) - var(--gb-header-h, 86px) - 24px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .gb-mega__menu > li.menu-item-has-children.is-open > .sub-menu {
    display: grid !important;
  }

  .gb-mega__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .gb-mega__menu .sub-menu li {
    margin: 0;
    padding: 0;
  }

  .gb-mega__menu .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 5px;
    border-radius: 10px;
    font-weight: 400;
    color: #121212bf;
    text-decoration: none !important;
    white-space: normal;
  }

  .gb-mega__menu .sub-menu a:hover {
    background: rgba(0, 0, 0, .04);
  }

  .gb-mega__menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    padding: 6px 0 0 0;
    margin: 0;
    min-width: 0;
  }
}

@media (min-width: 990px) and (max-width: 1100px) {
  .gb-mega__menu > li.menu-item-has-children > .sub-menu {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
}

/* =========================================================
   Desktop All Games mega menu search
========================================================= */

@media (min-width: 990px) {
  .gb-mega .gb-mega-search-wrap {
    display: block !important;
    width: 100% !important;
    padding: 12px 14px 10px !important;
    margin: 0 !important;
    grid-column: 1 / -1 !important;
    background: #ffffff !important;
    list-style: none !important;
  }

  .gb-mega .gb-mega-search {
    position: relative !important;
    width: 100% !important;
  }

  .gb-mega .gb-mega-search input.gb-mega-search__input,
  .gb-mega input[type="search"].gb-mega-search__input {
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 46px 0 14px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111827 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .gb-mega .gb-mega-search input.gb-mega-search__input::placeholder,
  .gb-mega input[type="search"].gb-mega-search__input::placeholder {
    color: #8a8f98 !important;
    opacity: 1 !important;
  }

  .gb-mega .gb-mega-search input.gb-mega-search__input:focus,
  .gb-mega input[type="search"].gb-mega-search__input:focus {
    border-color: #1f2937 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
  }

  .gb-mega .gb-mega-search__clear {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    transform: translateY(-50%) !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d1d5db !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #6b7280 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .gb-mega .gb-mega-search__clear:hover {
    border-color: #9ca3af !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111827 !important;
  }

  .gb-mega .gb-mega-search__clear:focus,
  .gb-mega .gb-mega-search__clear:focus-visible {
    border-color: #1f2937 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111827 !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .gb-mega .gb-mega-search__clear.is-visible {
    display: flex !important;
  }

  .gb-mega .gb-mega-search__clear svg {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    min-height: 13px !important;
    display: block !important;
    flex: 0 0 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .gb-mega .gb-mega-search__clear svg path {
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    fill: none !important;
  }

  .gb-mega .gb-mega-search__empty {
    display: none !important;
    width: 100% !important;
    padding: 12px 0 8px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #6b7280 !important;
    grid-column: 1 / -1 !important;
  }

  .gb-mega .gb-mega-search__empty.is-visible {
    display: block !important;
  }
}

/* =========================================================
   Checkout header: always fixed/sticky visible, no scroll hide/reveal
========================================================= */

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  transition: none !important;
  z-index: 99999998 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header.gb-header--fixed,
body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header.gb-header--hidden,
body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header.gb-header--visible {
  position: sticky !important;
  top: 0 !important;
  transform: none !important;
  transition: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header-spacer {
  display: none !important;
  height: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__row {
  display: flex !important;
  justify-content: center !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__logo {
  justify-content: center !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-logo__svg {
  max-height: 42px !important;
  max-width: 200px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header,
body.woocommerce-checkout:not(.woocommerce-order-received) .site-header.gb-header,
body.woocommerce-checkout:not(.woocommerce-order-received) header#masthead.gb-header.site-header {
  background: #c3aed6 !important;
  background-color: #c3aed6 !important;
  border-bottom-color: rgba(255, 255, 255, 0.22) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header .gb-header__wrap {
  background: #c3aed6 !important;
}

@media (max-width: 989px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__row {
    min-height: 55px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__wrap {
    min-height: 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__checkout-cart {
    position: absolute;
    right: 20px;
    top: 18px;
}

body:not(.woocommerce-checkout) .gb-header__checkout-cart,
body.woocommerce-order-received .gb-header__checkout-cart {
  display: none !important;
}

@media (min-width: 990px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
        padding-right: 0;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__checkout-cart {
    position: inherit;
    right: 20px;
    top: 18px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .gb-header__row {
display: flex !important;
        flex-direction: row-reverse;
        justify-content: space-between !important;
        max-width: 1200px !important;
        margin: auto;
}
}

.gb-header__checkout-cart svg, .gb-header__checkout-cart svg path{
    fill: white !important;
}

.gb-header__checkout-cart .gb-cartcount {
    background: white !important;
    color: #C3AED7 !important;
    border: 2px solid #c3aed6;
}