/* CODM - font faces - Hitmarker */
@font-face {
  font-family: "Hitmarker-Regular";
  font-weight: 400;
  src: url(https://cdn1.codashop.com/S/content/fonts/Hitmarker/HitmarkerText-Regular.woff2)
      format("woff2"),
    url(https://cdn1.codashop.com/S/content/fonts/Hitmarker/HitmarkerText-Regular.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Hitmarker-Bold";
  font-weight: 700;
  src: url(https://cdn1.codashop.com/S/content/fonts/Hitmarker/HitmarkerText-Bold.woff2)
      format("woff2"),
    url(https://cdn1.codashop.com/S/content/fonts/Hitmarker/HitmarkerText-Bold.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "HitmarkerCondensed-Bold";
  font-weight: 700;
  src: url(https://cdn1.codashop.com/S/content/fonts/Hitmarker/HitmarkerCondensed-Bold.woff2)
      format("woff2"),
    url(https://cdn1.codashop.com/S/content/fonts/Hitmarker/HitmarkerCondensed-Bold.woff)
      format("woff");
  font-display: swap;
}

.theme-preset--default,
[data-theme="theme-preset--default"] {
  /* ===== Reference palette ===== */
  --x-ref-primary: #ffe700 !important;
  --x-ref-secondary: #ffe93b !important;
  --x-ref-tertiary: #e834f9 !important;
  --x-ref-neutral: #09090e !important;
  --x-ref-status-negative: #e93e33 !important;

  /* ===== Typography ===== */
  --x-sys-font-heading: "Hitmarker-Bold" !important;
  --x-sys-font-body: "Hitmarker-Regular"!important;
  --x-sys-font-weight-bold: 700 !important;
  --x-sys-font-weight-semibold: 600 !important;

  /* ===== Typography sizes ===== */
  --x-text-size-h1: 28px !important;
  --x-text-size-h2: 24px !important;
  --x-text-size-h3: 22px !important;
  --x-text-size-h4: 20px !important;
  --x-text-size-h5: 18px !important;
  --x-text-size-h6: 16px !important;
  --x-text-size-h7: 14px !important;
  --x-text-size-body-l: 16px !important;
  --x-text-size-body-main: 14px !important;
  --x-text-size-body-s: 12px !important;
  --x-text-size-body-xs: 10px !important;

  /* ===== Text colours ===== */
  --x-text-header-default: #fcfcfe !important;
  --x-text-header-inverse: #f7edfa !important;
  --x-text-body-default: #fcfcfe !important;
  --x-text-body-soft: #a3a4a8 !important;
  --x-text-body-inverse: #1a1a1d !important;
  --x-text-on-brand: #1a1a1d !important;
  --x-text-hyperlink-default: #ffe700 !important;
  --x-text-hyperlink-inverse: #ffe700 !important;
  --x-text-final-price: #ffe700 !important;
  --x-text-error-default: #e93e33 !important;

  /* ===== Backgrounds ===== */
  --x-bg-page: #09090e !important;
  --x-bg-section-default: #1a1a1d !important;
  --x-bg-section-subtle: #29292c !important;
  --x-bg-card-default: #29292c !important;
  --x-bg-action-primary: #ffe700 !important;
  --x-bg-control-active: #ffe700 !important;
  --x-bg-input-default: #29292c !important;
  --x-bg-indicator-brand-default: #ffe700 !important;
  --x-bg-indicator-neutral-subtle: #29292c !important;
  --x-bg-sku-card-selected: #1d1a0b !important;
  --x-bg-info-banner-warning: #e09320 !important;
  --x-bg-sheet: #09090e !important;
  --x-bg-indicator-brand-subtle: #29292c !important;
  --x-bg-section-alt: rgba(0, 0, 0, 0.1) !important;
  --x-bg-card-inverse: #000000 !important;
  --x-bg-section-inverse: #171717 !important;
  --x-bg-sku-card-default: #09090e !important;
  --x-bg-sku-card-price-default: #29292c !important;
  --x-bg-sku-card-selected: #09090e !important;
  --x-bg-sku-card-price-selected: #1a1a1d !important;
  --x-bg-sheet: #09090e !important;


  /* ===== Borders ===== */
  --x-border-action-default: #ffe700 !important;
  --x-border-divider: #29292c !important;
  --x-border-input-default: #58585c !important;
  --x-border-navbar: #29292c !important;
  --border-weight-default: 1px !important;
  --border-weight-action: 2px !important;
  --border-weight-selected: 2px !important;
  --x-border-card-default: #58585c !important;
  --x-border-sku-card-default: #58585c !important;
  --x-border-sku-card-highlighted: #ffe700 !important;
  --x-border-neutral-low-contrast: #303033;
  --x-border-action-tertiary: #ffffff !important;
  --x-border-popover: rgba(251, 252, 255, 0.16) !important;
  --x-border-player-card: rgba(251, 252, 255, 0.08) !important;
  --x-border-sku-card-default: #58585c !important;
  --x-border-sku-card-selected: #ffe700 !important;
  --x-border-sku-card-hover: #ffe700 !important;
  --x-border-sku-card-highlighted: #ffe700 !important;

  /* ===== Spacing ===== */
  --x-sys-space-0: 0px !important;
  --x-sys-space-xxs: 2px !important;
  --x-sys-space-xs: 4px !important;
  --x-sys-space-s: 8px !important;
  --x-sys-space-l: 16px !important;
  --x-sys-space-m: 12px !important;
  --x-sys-space-xl: 24px !important;
  --x-sys-space-main: 12px !important;

  /* ===== Gaps ===== */
  --x-gap-content-tight: 2px !important;
  --x-gap-content-narrow: 4px !important;
  --x-gap-content-default: 8px !important;
  --x-gap-content-loose: 12px !important;
  --x-gap-content-separation: 16px !important;
  --x-gap-form-label: 4px !important;
  --x-gap-nav-narrow: 4px !important;

  /* ===== Padding ===== */
  --x-pad-surface-xs: 4px !important;
  --x-pad-surface-s: 8px !important;
  --x-pad-surface-m: 12px !important;
  --x-pad-surface-l: 16px !important;
  --x-pad-surface-xl: 24px !important;

  /* ===== Radius ===== */
  --x-sys-radius-xxs: 2px !important;
  --x-sys-radius-xs: 4px !important;
  --x-radius-container-xs: 4px !important;
  --x-radius-container-s: 8px !important;
  --x-radius-container-m: 12px !important;
  --x-radius-control-xs: 2px !important;
  --x-radius-control-s: 4px !important;
  --x-radius-control-full: 8px !important;
  --x-radius-input-s: 4px !important;
  --x-radius-tag: 4px !important;
  --x-radius-input-desktop: 4px!important;
  --x-radius-card-inner-desktop: 4px!important;
  --x-radius-card-inner: 4px!important;
  --x-radius-input: 4px!important;
  --x-radius-banner-outer-desktop: 4px!important;
  --x-radius-checkbox-desktop: 0px !important;
  --x-radius-checkbox: 0px !important;
  --x-radius-sheet-desktop: 4px!important;
  --x-radius-sheet: 4px!important;

  /* ===== Sizes ===== */
  --x-size-control-s: 32px !important;
  --x-size-icon-l: 24px !important;
  --x-size-img-s: 24px !important;
  --x-size-img-xl: 64px !important;
  --x-size-input-m: 40px !important;
  --x-size-icon-s: 16px !important;
  --x-size-icon-m: 20px !important;
  --x-size-icon-xl: 32px !important;
  --x-size-control-m: 40px !important;
  --x-size-img-l: 48px !important;
  --x-size-menu-close-icon: 20px !important;
  --x-sys-size-l: 48px !important;
  --x-sys-size-control-xs: 32px !important;
  --x-sys-dimension-width-desktop-full-width: 1280px !important;

  /* ===== Effects / states ===== */
  --x-sys-effect-shadow-neutral: #0102034f !important;
  --x-sys-elevation-level-1-main: 2px !important;
  --x-sys-elevation-level-2-main: 8px !important;
  --x-sys-elevation-level-3-main: 19px !important;
  --x-states-hover: #280031 !important;
  --x-sys-blur: 32px !important;
  --x-sys-blur-popover: 32px !important;

  /* ===== Promoted SKU card (wide / compact) ===== */
  --x-bg-promoted-wide-shell: radial-gradient(
    ellipse 160% 180% at -5% 11%,
    oklch(0.91 0.19 104 / 0.88) 0%,
    oklch(0.85 0.175 104 / 0.88) 5%,
    oklch(0.72 0.14 103 / 0.85) 12%,
    oklch(0.52 0.1 101 / 0.8) 22%,
    oklch(0.36 0.065 99 / 0.7) 38%,
    oklch(0.25 0.035 97 / 0.55) 58%,
    oklch(0.17 0.012 95 / 0.88) 100%
  ) !important;
  --x-bg-promoted-wide-shell-compact: radial-gradient(
    ellipse 165% 185% at -7% 9%,
    oklch(0.91 0.19 104 / 0.88) 0%,
    oklch(0.85 0.175 104 / 0.88) 5%,
    oklch(0.72 0.14 103 / 0.87) 12%,
    oklch(0.52 0.1 101 / 0.82) 22%,
    oklch(0.36 0.065 99 / 0.72) 38%,
    oklch(0.25 0.035 97 / 0.58) 58%,
    oklch(0.17 0.012 95 / 1) 100%
  ) !important;
  --x-bg-promoted-wide-hero: url(https://cdn1.codashop.com/S/content/webstore/codm/images/sku/cp-banner-background.webp)
    center / cover no-repeat !important;
  --x-bg-promoted-wide-info: linear-gradient(
    180deg,
    oklch(0.42 0.08 98 / 0) 0%,
    oklch(0.38 0.1 100 / 0.45) 45%,
    oklch(0.32 0.12 102 / 0.82) 100%
  ) !important;
  --x-bg-promoted-wide-info-compact: transparent !important;
  --x-bg-promoted-wide-price-box: #ebc05d !important;
  --x-bg-promoted-wide-bloom: radial-gradient(
    ellipse at 50% 55%,
    oklch(0.97 0.16 95) 0%,
    oklch(0.97 0.16 95) 22%,
    oklch(0.82 0.2 75) 55%,
    transparent 72%
  ) !important;
  --x-border-promoted-wide-accent: rgba(255, 247, 186, 0.16) !important;
  --x-border-promoted-wide-price-box: #fff7ba !important;
  --x-border-promoted-wide-glow-mid: #c9a227 !important;
  --x-border-promoted-wide-glow-bright: #fff8c8 !important;
  --x-border-promoted-wide-selected: var(--x-ref-secondary) !important;
  --x-text-promoted-wide-price-box: var(--x-ref-neutral) !important;
  --x-text-promoted-wide-strikethrough: var(--x-text-body-soft) !important;
  --x-text-promoted-wide-subtitle-bonus: var(--x-ref-secondary) !important;
  --x-font-promoted-title: 'Hitmarker-Bold', sans-serif !important;
  --x-font-promoted-price: var(--x-font-promoted-title) !important;
}

input {
  font-size: 18px!important;
  line-height: 27px!important;
}

input::placeholder {
  text-align: left!important;
  color: #a7a7a7 !important;
}

input:not(:-webkit-autofill):focus {
  box-shadow: none !important;
}

strong {
  font-family: "Hitmarker-Bold"!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px var(--x-bg-input-default) inset;
  -webkit-text-fill-color: var(--x-text-body-default);
  caret-color: var(--x-text-body-default);
}

.dropdown .dropdown-select .dropdown-input {
  background-color: var(--x-bg-input-default)!important;
}

.button-solid[data-variant="primary"],
.button-solid[data-variant="success"],
.button-solid[data-variant="alternate"]   {
  background: linear-gradient(
      180deg,
      rgba(255, 190, 59, 0.07) 0%,
      rgba(255, 190, 59, 0.7) 100%
    ),
    url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_button_primary_bg.webp)
      lightgray 0% 0% / 10.000000149011612px 10.000000149011612px repeat !important;
  border: 1px solid #fff7ba !important;
  border-radius: 2px !important;
  .button-solid__inner__content__slot {
    font-size: 18px!important;
    font-family: "HitmarkerCondensed-Bold" !important;
    text-transform: uppercase!important;
  }
}

.button-solid[data-variant="secondary"] {
  color: #09090e!important;
  background: linear-gradient(180deg, rgba(199, 198, 215, 0.07) 0%, rgba(204, 204, 204, 0.7) 100%),
    url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_button_secondary_bg.webp) lightgray 0% 0% /
      10.000000149011612px 10.000000149011612px repeat!important;
  border: 1px solid #58585c !important;
  border-radius: 2px !important;
  .button-solid__inner__content__slot {
    font-size: 18px!important;
    font-family: "HitmarkerCondensed-Bold" !important;
    text-transform: uppercase!important;
  }

}


.button-solid:hover {
    transition: all 250ms ease-out;
    opacity: 0.8!important;
}

.checkbox__label {
  align-items: flex-start !important;
}
.checkbox__label--default {
  border: none !important;
}
.checkbox__label__input {
  border: none !important;
  background-color: #29292c!important;
}
.checkbox__label__input:checked {
    background-color: #0016c4 !important;
    border-color: #0016c4 !important;
    filter: invert(1);
}

.dp__input {
  background-color: var(--x-bg-input-default)!important;
  color: var(--x-text-body-default)!important;
  border-color: var(--x-border-input-default)!important;
  border-radius: var(--x-radius-input)!important;
  line-height: var(--x-sys-line-height-main)!important;
}

.dropdown .bg-surface-selected {
background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_selected.webp) center / cover no-repeat!important;
  span {
      color: var(--component-text-body) !important;
  }
}

/* ----------Layout---------- */

.layout {
  background-color: var(--x-bg-page)!important;
  min-height: 100dvh !important;
}

.layout .layout__content {
  font-family: "Hitmarker-Regular";
  color: #ffffff;
}

/* Tooltip */
.user-identification__tooltip-container {
  display: none !important;
}

/* ----------User Profile History---------- */
.user-profile-history {
  border-radius: 0 !important;
}

.user-profile-history__option {
  cursor: pointer;
}

.user-profile-history__option:last-child {
  border-bottom: none;
}

.profile-badge {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.profile-badge-container {
  margin-bottom: 0 !important;
}

.profile-badge__inner__loading-icon {
  stroke: #e09320 !important;
}

.profile-badge__inner__success-icon path:nth-of-type(1) {
  fill: #14ed36 !important;
}

.profile-badge-verified-text {
  font-family: "Hitmarker-Bold";
  color: #14ed36 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

span[data-variant="success"] .profile-badge__inner__text {
  font-family: "Hitmarker-Bold";
  color: var(--x-text-body-default) !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

span[data-variant="current"] .profile-badge__inner__text {
  font-family: "Hitmarker-Bold";
  color: var(--x-text-body-default) !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

span[data-variant="error"] .profile-badge__inner__text {
  color: var(--x-text-error-default) !important;
}

/* ----------Player Info Card---------- */
.player-info__card {
  background-color: var(--x-bg-section-default);
  border: 1px solid var(--x-border-card-default);
  border-radius: var(--x-radius-card-inner);
  padding: 16px !important;
}
@media (min-width: 768px) {
  .player-info__card {
    max-width: 100% !important;
  }
}
.player-info__card-welcome {
  display: none;
}

/* ----------Product Info---------- */
.product-info-container {
  width: 64% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .product-info-container {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

.product-info-container .product-img {
  animation: fadeIn 1s ease;
}

.product-info-container .product-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.product-info-container .product-info-content {
  display: none !important;
}

/* Keyframes for fadeIn animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ----------SKU Category Item---------- */
.sku-category__tile {
  background: var(--x-bg-page) !important;
}

.sku-category__tile:hover {
  border: 1px solid #fef18c !important;
  transition: all 250ms ease-out;
  .sku-category__tile__name {
    color: var(--x-ref-secondary) !important;
    font-weight: 700 !important;
    font-family: "Hitmarker-Bold" !important;
  }
}

.sku-category__tile--selected {
  background-color: #303033 !important;
  .sku-category__tile__name {
    font-weight: 700 !important;
    font-family: "Hitmarker-Bold" !important;
  }
}

.sku-category__tile__image {
  display: none !important;
}

.sku-category__tile__name {
  font-size: var(--x-text-size-body-l) !important;
  font-weight: 400 !important;
  color: var(--x-text-body-default) !important;
}

.sku-category__container--pill .sku-category__options {
  grid-template-columns: repeat(auto-fill,minmax(140px,1fr))!important;
}
@media (min-width: 768px) {
  .sku-category__container--pill .sku-category__options {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  }
}


.highlighted-skus__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
  margin-bottom: 24px;
  grid-template-columns: repeat(1, 1fr) !important;
}

@media (min-width: 992px) {
  .highlighted-skus__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px;
  }
}

.highlighted-skus__section-title {
  font-size: 16px !important;
  color: #ffffff !important;
}

.sku-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)) !important;
  align-items: stretch;
  column-gap: 8px;
  row-gap: 12px !important;
}

@media (min-width: 992px) {
  .sku-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.sku-list .price-section {
  min-height: 65px;
}

.sku-list .sku-subtitle {
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.1px !important;
  text-transform: none !important;
}

.sku-list__category-name {
  font-size: 18px !important;
  color: #ebebeb !important;
  font-weight: 400!important;
}

/* SKU Card */
.sku-card {
  position: relative;
  margin: 0;
  height: 100%;
  cursor: pointer;
  list-style: none;
  padding: 10px 0 0;
  direction: ltr;

  .sku-card__inner-container {
    min-width: 138px;
    gap: 4px !important;
    border-width: 1px!important;
    background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_default_bg.webp)
      center / cover no-repeat;
    background-size: cover;
    background-position: center;
    background-color: unset !important;
    .price-section {
      filter: none !important;
    }
    .sku-card__expiry-section {
      padding: 0px !important;
      margin-top: -12px !important;
      background-color: var(--x-bg-sku-card-price-default);
    }
    .sku-card__expiry-section__text {
      font-family: "Hitmarker-Regular";
      font-size: 12px !important;
      color: var(--x-text-error-default) !important;
      line-height: 12px !important;
      padding: 4px 0 12px 0 !important;
      font-weight: 400 !important;
    }
  }

  .sku-card__inner-container:hover {
    border-color: var(--x-border-sku-card-selected)!important;
    background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_selected.webp)
      center / cover no-repeat !important;
    transition: all 250ms ease-out;
    .price-section {
      transition: background-color 250ms ease-out;
    }
    .sku-card__expiry-section {
      transition: background-color 250ms ease-out;
    }
    .sku-card__expiry-section:hover {
      background: var(--x-bg-sku-card-price-default)!important;
    }
  }

  .sku-card--selected {
    border-color: var(--x-border-sku-card-selected)!important;
    background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_selected.webp)
      center / cover no-repeat !important;
    backdrop-filter: blur(11px);
    .sku-card__expiry-section {
        background: var(--x-bg-sku-card-price-selected)!important;
    }
  }
  .sku-card--selected:hover {
      .sku-card__expiry-section:hover {
        background: var(--x-bg-sku-card-price-selected)!important;
      }
  }

  /* Disabled */
  .sku-card--disabled {
    cursor: not-allowed;
    color: #b9aec5;
    opacity: 0.5;
    filter: grayscale(100%);
    animation: none;
    border-radius: 1em;
    border-color: var(--x-border-neutral-low-contrast);
  }

  .sku-card--disabled.sku-card--sale {
    animation: none;
  }

  /* Tag Positions */
  .sku-card__tag {
    position: absolute;
    left: 0;
    top: 0;
  }

  /* SKU Info Section */
  .sku-info-section {
    margin: 20px 12px 8px 12px !important;
    gap: 8px !important;
    text-transform: uppercase;
  }

  .sku-info-section__titles {
    width: 100%;
  }

  .sku-info-section__titles__limit {
    text-align: left;
    margin-top: 8px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
  }

  .sku-info-section__titles__title {
    font-family: "Hitmarker-Bold";
    font-size: 16px !important;
    letter-spacing: 0.24px;
    line-height: normal !important;
    color: #ffffff;
    overflow-wrap: anywhere;
    margin-top: 0 !important;
  }
  @media (min-width: 768px) {
    .sku-info-section__titles__title {
      font-size: 24px !important;
    }
  }

  .sku-info-section__titles__icon {
    margin-left: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: var(--x-ref-secondary) !important;
  }

  /* Images */
  .sku-info-section__images {
    margin-top: 0px !important;
    height: 112px !important;
  }

  /* Price Section */
  .price-section {
    flex-direction: column-reverse !important;
    align-items: center !important;
    padding: 12px !important;
  }

  .price-section--hidden {
    visibility: hidden;
  }

  .price-section__price {
    align-items: center !important;
  }

  .price-section__price__prefix {
    display: none;
  }

  .price-section__price__price-container {
    color: var(--x-text-final-price);
  }

  .price-section__price__price-container__discount-tag {
    display: none;
    margin: 2px 4px;
    border-radius: 0 !important;
    background-color: #248756;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 12px;
    color: #071b11;
  }

  .price-section__price__price-container__amount {
    font-size: 24px !important;
    text-align: center;
    line-height: 20px !important;
  }

  .price-section__usual-price {
    font-size: 12px !important;
    letter-spacing: 0.12px;
    line-height: 16px;
    color: #a7a7a7;
  }

  .price-section__usual-price__amount {
    text-decoration: line-through;
    color: #ebebeb;
  }

  .price-section__price__price-container--star {
    gap: 2px;
    padding: 0 2px;
    color: var(--x-text-final-price);
  }

  [dir="rtl"] & .price-section__price__price-container--star {
    direction: rtl;
  }

  .sku-info-section .sale {
    background: linear-gradient(
      135.19deg,
      rgba(255, 249, 241, 0) -20.2%,
      #fff -0.08%,
      rgba(255, 249, 241, 0) 19.87%
    );
  }

  /* Promo FPD SKU Card */
  .sku-card--promo-fpd {
    background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_fpd_bg.webp)
      center / cover no-repeat;
  }

  .sku-card--promo-fpd .price-section {
    padding: 4px 16px 4px 16px !important;
    /* Force min height here because FPD has two versions of sku price display - one with strike through and one without */
    min-height: 65px !important;
    justify-content: center !important;
    flex-direction: column !important;
  }

  .sku-card--promo-fpd .price-section__price:only-child::before {
    white-space: pre;
    content: "\A";
  }

  .sku-card--promo-fpd .price-section__usual-price__amount {
    color: #ebebeb !important;
    font-size: 12px !important;
  }

  .sku-subtitle {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .expiry-section--alert {
    color: #e9463c !important;
  }

  .expiry-section--warning {
    color: #e86427 !important;
  }
}

.popular-tag {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
  background-color: #6888ae !important;
  padding: 4px !important;
  height: 24px;
  background-image: unset !important;
}

.popular-tag__text {
  color: var(--x-ref-secondary) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popular-tag__icon {
  color: var(--x-ref-secondary);
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.popular-tag__icon path {
  fill: var(--x-ref-secondary) !important;
}

.popular-tag__shimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 300%;
  mix-blend-mode: overlay;
  animation: shimmer 2500ms infinite alternate linear;
}

@keyframes shimmer {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

.highlighted-sku-card,
.highlighted-sku-card__featured {
  .highlighted-sku-card__inner-container {
    border-width: 1px !important;
    gap: 0px !important;
    border-radius: 4px !important;
    padding: 32px 16px 16px 16px !important;
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 38.55%,
        rgba(0, 0, 0, 0.02) 41.43%,
        rgba(0, 0, 0, 0.04) 44.02%,
        rgba(0, 0, 0, 0.06) 46.41%,
        rgba(0, 0, 0, 0.08) 48.72%,
        rgba(0, 0, 0, 0.11) 51.06%,
        rgba(0, 0, 0, 0.14) 53.54%,
        rgba(0, 0, 0, 0.18) 56.26%,
        rgba(0, 0, 0, 0.23) 59.34%,
        rgba(0, 0, 0, 0.28) 62.88%,
        rgba(0, 0, 0, 0.34) 66.99%,
        rgba(0, 0, 0, 0.41) 71.79%,
        rgba(0, 0, 0, 0.49) 77.38%,
        rgba(0, 0, 0, 0.58) 83.87%,
        rgba(0, 0, 0, 0.69) 91.37%,
        rgba(0, 0, 0, 0.8) 99.99%
      ),
      #1a1a17 !important;

    .sku-info-section {
      flex-direction: row !important;
      align-items: normal !important;
      margin: 0 0 32px 0 !important;
    }

    .sku-info-section > :first-child {
      flex: 0 0 70%;
    }

    .sku-info-section > :last-child {
      flex: 0 0 30%;
    }

    @media (max-width: 767px) {
      .sku-info-section > :first-child {
        flex: 0 0 62%;
      }
    }

    .sku-info-section__titles {
      min-height: 72px !important;
    }

    .sku-info-section__titles__title {
      text-align: left !important;
      font-size: 20px !important;
      letter-spacing: 0.28px;
      color: #ffffff !important;
      text-transform: uppercase!important;
        @media (min-width: 767px) {
          font-size: 28px !important;
        }
    }
    .sku-info-section__titles__limit {
      text-align: left !important;
      margin-top: 8px !important;
    }

    .sku-info-section__images {
      position: relative;
      top: 0px !important;
    }

    .sku-info-section__images {
      height: 48px !important;
    }

    .sku-info-section__images__icon {
      overflow: visible !important;

      img {
        height: 100px !important;
        width: 100px !important;
      }
    }

    .price-section {
      position: relative;
      flex-direction: column-reverse !important;
      align-items: center !important;
      width: 55% !important;
      padding: 8px !important;
      border-radius: 2px !important;
      border: 1px solid #fff7ba;
      background: linear-gradient(
          180deg,
          rgba(255, 190, 59, 0.07) 0%,
          rgba(255, 190, 59, 0.7) 100%
        ),
        url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_button_primary_bg.webp)
          lightgray 0% 0% / 10.000000149011612px 10.000000149011612px repeat;
      box-shadow: 0 -4px 4px 0 rgba(255, 233, 59, 0.6) inset,
        0 4px 1px 0 rgba(255, 190, 59, 0.4) inset,
        0 2px 18px 0 rgba(255, 255, 3, 0.24);

      .price-section__price {
        align-items: center !important;
      }

      .price-section__price__prefix {
        display: none;
      }

      .price-section__price__price-container__amount {
        font-family: "HitmarkerCondensed-Bold" !important;
        font-size: 18px !important;
        letter-spacing: 0.18px;
        color: #09090e !important;
      }
      .price-section__price__prefix {
        display: none!important;
      }
      .price-section__usual-price {
        position: absolute;
        top: -22px;
        display: flex;
        flex-direction: row-reverse;
        font-family: "Hitmarker-Bold";
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.75rem;

        .price-section__usual-price__amount {
          text-decoration: line-through;
          color: #ffffff;
        }

        .price-section__price__price-container__discount-tag {
          display: none;
        }
      }
    }

    @media (min-width: 768px) {
      .price-section {
        width: 70% !important;
      }
    }

    .sku-subtitle {
      font-weight: 400 !important;
      justify-content: left !important;
      text-align: left !important;
      font-size: 14px !important;
      letter-spacing: 0.28px;
      color: #ffffff !important;
      text-transform: uppercase!important;
        @media (min-width: 767px) {
          font-size: 16px !important;
        }
    }

    .sku-card__expiry-section {
      width: 158px !important;
    }

    .sku-card__expiry-section {
      background-color: transparent !important;
      width: 55% !important;
      color: var(--x-text-error-default) !important;
      padding: 0 !important;
      margin-top: 8px !important;
    }

    .sku-card__expiry-section__text {
      font-family: "Hitmarker-Regular" !important;
      font-size: 12px !important;
      font-weight: 400 !important;
      padding: 0 !important;
      color: #E93E33 !important;
    }

    @media (min-width: 768px) {
      .sku-card__expiry-section {
        width: 70% !important;
      }
    }
  }

  @media (max-width: 767px) {
    .highlighted-sku-card__inner-container {
      padding: 32px 16px 16px 16px !important;
    }
  }

  @media (hover: hover) {
    .highlighted-sku-card__inner-container:hover {
      border: 1px solid #fef18c !important;
      background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_selected.webp)
        center / cover no-repeat !important;
      transition: all 250ms ease-out;
    }
  }

  .highlighted-sku-card--selected {
    /* border: 1px solid var(--x-ref-secondary); */
    background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_selected.webp)
      center / cover no-repeat !important;
    border-radius: 4px !important;
  }
}

@media (min-width: 768px) {
  .payment-section {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.payment-method {
  border: 1px solid #58585c !important;
  background-color: #09090e !important;
}

@media (hover: hover) {
  .payment-method:hover {
    border: 1px solid #fef18c !important;
    background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_selected.webp)
      center / cover no-repeat;
    transition: all 250ms ease-out;
  }
}

.payment-method__logo-img {
  height: 32px !important;
}

.payment-method__logo-tagline {
  font-size: 14px !important;
  word-break: break-word;
  line-height: 21px;
  color: #ffffff;
}

.payment-method--disabled {
  opacity: 0.3;
}

.payment-method--selected {
  border: 1px solid #ffe93b !important;
  background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_selected.webp)
    center / cover no-repeat;
  backdrop-filter: blur(11px);
}

.payment-method__pricing__info {
  margin-bottom: 2px;
}

.payment-method__price--discount {
  font-size: 12px !important;
  margin-right: 4px;
  border-radius: 2px !important;
  background-color: #003d00!important;
  padding: 2px 4px;
  color: #79fb40!important;
}

.payment-method__price--strikethrough {
  font-size: 12px !important;
  color: #a7a7a7;
  text-decoration: line-through;
}

.payment-method__price {
  font-family: "HitmarkerCondensed-Bold";
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.18px;
}

.payment-method__footer {
  max-width: 100%;
  word-break: break-word;
  border-top: 1px solid #ccc;
  padding: 2px 8px;
}

.payment-method__footer-note {
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  color: #ffffff;
}

.payment-method__pricing__disabled {
  font-size: 0.75rem;
  text-align: end;
}

.payment-method__pricing__disabled-message {
  max-width: 100%;
  word-break: break-word;
  color: #ffffff;
}

.payment-method__pricing__turn-off-cashback {
  font-weight: 400;
  color: #ff4500;
}

.payment-earn-rewards {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  gap: 8px;
  white-space: normal;
  border-radius: 12px;
  border: 1px solid #fdb33e;
  background-color: #fff9f1;
  padding: 2px 8px;
  text-transform: uppercase;
  color: #ffffff;
}

.payment-earn-rewards > span {
  width: fit-content;
  max-width: 100%;
  word-break: break-word;
}

.buy-section__container__wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.buy-section__checkout-email-form__description-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.buy-section__checkout-email-form__description {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  word-break: break-word;
  padding-bottom: 5px;
  padding-right: 5px;
  font-weight: 700;
  color: #ffffff;
}

.buy-section__checkout-email-form__description span {
  color: var(--expressive-arcadia);
}

.buy-section__checkout-email-form__input {
  margin-bottom: 8px;
}

.buy-section__checkout-phone-form {
  margin-top: 24px;
}

.buy-section__checkout-phone-form__description {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.buy-section__checkout-phone-form__input {
  margin-block: 8px;
}

.field-error-message {
  margin-top: 4px;
  display: flex;
  justify-content: flex-start !important;
  color: #e9463c;
}

.text-field__input-container__input::placeholder {
  font-weight: 400!important;
}

[dir='rtl'] .text-field__input-container__input::placeholder,
[dir='rtl'] .text-field__input-container__input_success::placeholder {
  text-align: right !important;
  direction: rtl !important;
}

.text-field__input-container__input--error {
  color: #fff !important;
}

.field-error-message__icon {
  display: none;
}

.field-error-message__text {
  font-size: 16px !important;
  line-height: 150%;
}

.phone-number__input {
  background-color: var(--x-bg-input-default);
}

.checkout-promo-code-form {
  margin-top: 1rem;
  .text-field__input-container__input_success {
    text-align: center!important;
    background-color: #248756 !important;
    color: var(--x-text-body-default)!important;
  }
  .checkout-promo-code-form__close_button{
    color: #ffe700!important;
  }
}
.button-ghost__inner__content__icon-prefix svg path {
  fill: var(--x-text-body-default);
}

.checkout-promo-code-form__promo-title__success {
  box-shadow: 0 0 0 0px;
}

.checkout-promo-code-form__input {
  margin-bottom: 8px;
}

.checkout-promo-code-form__promo-input-error__text {
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #a7a7a7;
}

.checkout-promo-code-form__promo-input-error__error {
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #e9463c;
}

.checkout-promo-code-form__close_button {
  color: var(--x-ref-secondary);
  cursor: pointer;
}

.checkout-promo-code-form__promo-tap-message {
  margin-bottom: 8px;
  font-size: var(--body-font-size);
  font-weight: 400;
  color: var(--portal-60);
}

.checkout-promo-code-form__promo-code-dialog__sub-title {
  margin: 0;
  max-width: 100%;
  padding: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
}

.checkout-promo-code-form__promo-code-dialog__detail {
  margin: 0;
  max-width: 100%;
  padding: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
}

.checkout-promo-code-form__promo-code-dialog__close-button {
  margin: 0 auto;
}

.checkout-promo-code-form__promo-title__default:hover {
  color: var(--x-text-hyperlink-default) !important;
}

.checkout-promo-code-form__promo-title__default svg path {
  fill: var(--x-text-hyperlink-default)!important;
}

[dir='rtl'] .checkout-promo-code-form__input .text-field__input-container__input::placeholder {
    text-align: right !important;
    direction: rtl!important;
}

/* ----------Purchase Step---------- */
.product__purchase-step__container {
  margin-bottom: 0 !important;
  word-break: break-word;
  background-color: var(--x-bg-page) !important;
}

.product__purchase-step__ornament {
  background: none;
}

.product__purchase-step__heading {
  padding: 12px 8px 0 !important;
}

.product__purchase-step__content {
  padding: 0 8px 12px !important;
}

.product__purchase-step__content.unpadded {
  padding: 0;
}

.product__purchase-step__heading > h2 {
  font-size: 24px;
  margin-bottom: 8px !important;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.product__purchase-step__heading > h2 > .product__purchase-step__icon::before {
  display: none !important;
}

.product__purchase-step__heading > h2 > .product__purchase-step__title {
  margin-top: 0;
  display: block;
  max-width: 100% !important;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "HitmarkerCondensed-Bold"!important;
  letter-spacing: 0.24px;
  color: var(--x-text-header-default);
}

.product__purchase-step__heading > h2 > .product__purchase-step__spinner {
  margin: 24px auto 0 0;
  width: 16px;
}

.product__purchase-step__heading
  > h2
  > .product__purchase-step__spinner
  > .product__purchase-step__spinner__icon {
  color: var(--x-ref-secondary);
}

.product__purchase-step__pre-content {
  margin-bottom: 16px;
}

.product__purchase-form {
  margin: 0 auto 0 !important;
  display: flex;
  max-width: 2000px !important;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .product__purchase-form {
    flex-direction: column !important;
  }
}

/* ----------Product---------- */
.product__purchase-steps-container {
  width: 100%;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .product__purchase-steps-container {
    max-width: 64%;
  }
}

.product__empty-sku {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
}

.product__loading-skus {
  margin: 32px 0;
  width: 100%;
  text-align: center;
}

.product__loading-skus__icon {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  color: var(--x-ref-secondary);
}

.product__loading-skus__text {
  margin: 24px 0;
  color: #ffffff;
}

@media (min-width: 768px) {
  .product-faq-section {
    display: flex !important;
    max-width: 64% !important;
    justify-content: center !important;
  }
}

.product__faq_section {
  height: auto;
  word-break: break-word;
  background: var(--x-bg-section-default) !important;
}

.product__info-banner__text {
  font-weight: bold;
}

.product__skus__browse-label {
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 400!important;
}

/* ----------Long Description---------- */
.product-long-description {
  margin: 0 auto;
  padding: 8px;
}

@media (min-width: 768px) {
  .product-long-description {
    max-width: 64% !important;
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.product-long-description__title {
  margin: 15px 0;
  font-size: 28px !important;
  text-transform: uppercase;
  text-align: left !important;
}

.product-long-description__content {
  word-break: break-word;
  color: #ffffff;
  text-align: left !important;
}

.product-long-description__content p {
  margin: 15px 0;
  line-height: 22px;
}

.product-long-description__content a {
  color: var(--x-ref-secondary);
  text-decoration: underline;
}

.product-long-description__content hr {
  margin: 15px 0;
}

.shop-content--paragraph b {
  font-family: "Hitmarker-Bold";
  letter-spacing: 0.18px;
  display: inline-block;
  font-size: var(--font-m);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.shop-content--badge {
  margin-inline-end: 5px;
  margin-top: 8px;
  display: inline-block;
  max-width: 92px;
}

/* ----------FAQ Item---------- */
.product-faq-item__container {
  background-color: var(--x-bg-card-default);
  margin-bottom: 15px;
  width: 100%;
  word-break: break-word;
  padding: 20px;
  border-radius: 4px!important;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .product-faq-item__container {
    width: 50% !important;
    margin-bottom: 0;
  }
}

.product-faq-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .product-faq-item__content {
    display: block;
  }
}

.product-faq-item__content-header {
  font-size: 18px !important;
  font-family: "HitmarkerCondensed-Bold";
  letter-spacing: 0.18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .product-faq-item__content-header {
    text-align: left !important;
  }
}

.product-faq-item__content-header-icon {
  color: var(--x-ref-secondary);
  display: block;
  height: 24px;
  width: 24px;
}

@media (min-width: 768px) {
  .product-faq-item__content-header-icon {
    display: none;
  }
}

.product-faq-item__content-description {
  font-size: 16px !important;
  margin-top: 10px;
  color: #ffffff !important;
}

.product-faq-item__content-description a {
  color: var(--x-ref-secondary);
}

@media (min-width: 768px) {
  .product-faq-item__content-description {
    display: block;
  }
}

.product-faq-item__content-description p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-faq-item__content-description a {
  color: var(--x-ref-secondary);
  text-decoration: underline;
}

.product-faq-item__content-description ol {
  margin-top: 14px;
  margin-bottom: 14px;
  list-style-type: decimal;
}

[dir="ltr"] .product-faq-item__content-description ol {
  padding-left: 32px;
}

[dir="rtl"] .product-faq-item__content-description ol {
  padding-right: 32px;
}

/* ----------Footer---------- */
.footer .footer__header {
  display: none;
}

.footer .footer__content {
  max-width: 2000px !important;
  letter-spacing: 1px;
  margin: 24px auto 0 !important;
}

@media (min-width: 992px) {
    .footer__content__sections{
        justify-content: space-between!important;
    }
}
.footer__content__sections__section {
  word-break: break-word;
  padding: 16px;
}

.footer {
  background-color: #1a1a1d !important;
}

@media (min-width: 768px) {
  .footer {
    margin-bottom: 0;
  }
}

.legal {
  word-break: break-word;
  gap: 8px;
}

@media (min-width: 1024px) {
  .legal {
    flex-direction: row;
    text-align: left;
  }

  [dir="rtl"] .legal {
    text-align: right;
  }
}

.legal__copyright {
  padding: 0 !important;
  font-size: 14px !important;
  color: #ffffff;
}

.legal__policies {
  padding: 0 !important;
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .legal__policies {
    display: flex;
  }
}

.legal__policies__policy-link {
  padding: 5px 0;
}

/* ----------Contact---------- */
@media (min-width: 992px) {
  .contact {
    width: 25% !important;
  }
}
.contact__title{
  text-transform: uppercase!important;
}

.contact .contact__link-container {
  background-color: var(--x-bg-card-default) !important;
  border: 1px solid var(--x-border-card-default) !important;
  width: 100%;
  font-size: 16px !important;
  font-family: "Hitmarker-Regular" !important;
  text-decoration: none;
  padding: 12px 8px !important;
}

.contact .contact__link-container .contact__link-container__right-icon {
  color: var(--x-ref-secondary) !important;
}
[dir="rtl"] .contact .contact__link-container .contact__link-container__right-icon {
    margin-left: unset !important;
    margin-right: auto !important;
}

/* ----------Country---------- */
@media (min-width: 992px) {
  .country {
    width: 25% !important;
  }
}
.country__title{
  text-transform: uppercase!important;
}

.country .country__locale .country__locale__link {
  background-color: var(--x-bg-card-default) !important;
  border: 1px solid var(--x-border-card-default) !important;
  font-size: 16px !important;
  font-family: "Hitmarker-Regular" !important;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start !important;
  gap: 0.5rem;
  padding: 12px 8px !important;
  color: #ffffff;
}

.country .country__locale .country__locale__link .country__locale__link__flag {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
}

.country .country__locale .country__locale__link .country__locale__link__icon {
  color: var(--x-ref-secondary) !important;
  margin-left: auto;
  display: inline-flex;
  flex-shrink: 0;
}

/* ----------Language---------- */
.language {
  font-family: "Hitmarker-Bold";
  font-size: 14px !important;
}

.language .language__link {
  padding: 5px;
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
}

.language .language__link--no-underline {
  font-family: "Hitmarker-Regular";
  text-decoration: none;
  text-transform: capitalize;
}

.social__title {
  text-transform: uppercase;
}

/* ----------Widget---------- */
.buy-widget {
  border: 1px solid var(--x-border-card-default);
  border-radius: 4px !important;
  box-shadow: none !important;
  transition: transform 0.3s ease-in-out;
  max-width: 100% !important;
  background-color: var(--x-bg-page) !important;
}

@media (min-width: 768px) {
  .buy-widget {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.buy-widget__info {
  color: var(--x-text-body-default);
  border-top: 1px solid var(--color-neutral-90);
  gap: 8px;
  background-color: var(--x-bg-page) !important;
}

.buy-widget__info__content {
  padding: 0 !important;
  gap: 16px;
}

.buy-widget__info__content__button {
  width: 40%;
  font-size: 18px !important;
}

.buy-widget__info__content__policy-link {
  display: none;
}

.buy-widget-price-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.buy-widget-price-from-text {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a7a7a7;
}

.buy-widget-price {
  font-size: 18px !important;
  font-family: "HitmarkerCondensed-Bold";
  letter-spacing: 0.18px;
  color: var(--x-ref-secondary) !important;
}

.buy-widget-strikethrough-price {
  letter-spacing: 0.12px;
  color: #a7a7a7;
  font-size: 12px !important;
  text-decoration: line-through;
}

.buy-widget-total-saved {
  display: none;
}

.buy-widget-status-section {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.buy-widget-status-subtitle {
  margin-inline-start: 5px;
}

.round-divider {
  margin-inline: 5px;
}

.buy-widget-tax-info {
  font-size: 14px;
  color: #ffffff;
}
.buy-widget__info__content__button__shimmer{
  display: none!important;
}
.buy-widget__info__content__button__glow{
  display: none!important;
}

.powered-by {
  font-size: 14px !important;
}

/* ----------Info Banner---------- */
.info-bar__container {
  color: var(--x-ref-neutral) !important;
}

.policy-disclosure-title {
  font-family: "HitmarkerCondensed-Bold";
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 0.18px;
}

.policy-disclosure-text-container {
  margin-top: 15px;
}

.policy-disclosure-text {
  font-size: 14px !important;
  a {
    color: var(--x-ref-secondary) !important;
  }
}

.spinner-image {
  height: 64px !important;
}

.spinner-loader {
  background-color: white !important;
}

.spinner-loading-bar {
  background-color: var(--x-ref-secondary) !important;
}
.spinner-text {
  font-family: "Hitmarker-Regular";
  font-size: 16px !important;
  color: #ffffff;
}

.spinner-container__progress-bar {
  background-color: rgba(9, 9, 14, 0.9) !important;
  opacity: 1!important;
}

.user-identification {
  position: relative;
}

/* Fields */
.user-identification__fields-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.user-identification__fields {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .user-identification__fields {
    grid-template-columns: repeat(2, 1fr);
  }
}

.user-identification__fields
  > .user-identification__fields__field:nth-child(odd):last-of-type {
  grid-column: span 2;
}

.user-identification__fields__field {
  width: 100%;
  min-width: 44%;
}

@media (min-width: 768px) {
  .user-identification__fields__field {
    max-width: 100%;
  }
}

/* Parentheses for LTR/RTL */
.left-parenthesis::before {
  content: "(";
}

.right-parenthesis::before {
  content: ")";
}

[dir="rtl"] .left-parenthesis::before {
  content: ")";
}

[dir="rtl"] .right-parenthesis::before {
  content: "(";
}

/* Manage Cookie */
@media (min-width: 992px) {
  .manage-cookie {
    width: 25% !important;
  }
}
.manage-cookie__title{
  text-transform: uppercase!important;
}

.manage-cookie__content {
  width: 100%;
  padding: 12px 8px !important;
  background-color: var(--x-bg-card-default) !important;
  border: 1px solid var(--x-border-card-default) !important;
}

.manage-cookie__label {
  font-family: "Hitmarker-Regular";
  font-size: 16px !important;
}

/* Dialog */
.sheet-dialog {
  border: 1px solid var(--x-border-divider) !important;
}

@media (min-width: 768px) {
  .sheet-dialog {
    border-radius: 4px !important;
    width: 728px !important;
  }
}

.category__item:not(:last-child) {
  border-bottom: 1px solid #e5e7eb !important;
}

/* Order Summary Page */
.order-summary__header__title {
  font-size: 24px !important;
  font-family: "HitmarkerCondensed-Bold";
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.order-summary__caption {
  font-size: 16px !important;
}

.order-summary__rewards {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.order-summary__footer {
  background: var(--x-bg-page);
  border-top: 1px solid var(--x-border-neutral-low-contrast);
  box-shadow: 0px -2px 4px 0px #004f3e0d, 0px -7px 7px 0px #004f3e0a,
    0px -16px 10px 0px #004f3e08, 0px -29px 12px 0px #004f3e03,
    0px -45px 13px 0px #004f3e00;
}

.order-summary__footer-content {
  background-color: var(--x-bg-page);
}

.order-summary__footer-content button {
  width: 288px !important;
}

@media (max-width: 767px) {
  .order-summary__footer-content button {
    width: 50% !important;
  }
}

.order-summary__footer__price-caption {
  font-family: "Hitmarker-Bold";
  font-size: 14px !important;
  line-height: normal;
}

.order-summary__footer__price-amount {
  color: var(--x-text-final-price);
  font-family: "HitmarkerCondensed-Bold";
  letter-spacing: 0.24px;
  font-size: 24px !important;
  text-transform: uppercase;
}

.order-summary__sku {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 2px !important;
  padding: 24px 8px 8px !important;
  border: none !important;
  background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_sku_default_bg.webp)
    center / cover no-repeat;
}

.order-summary__sku__tag {
  position: absolute;
  left: 0px;
  top: 2px !important;
  line-height: 18px !important;
}

.order-summary__sku__image {
  margin-inline-end: 8px;
  height: 96px !important;
  object-fit: cover;
}

.order-summary__sku__text {
  color: #ffffff;
}

.order-summary__sku__text--title {
  font-family: "HitmarkerCondensed-Bold";
  letter-spacing: 0.18px;
  font-size: 18px !important;
  line-height: normal;
  color: #ebebeb !important;
  text-transform: uppercase;
}

.order-summary__sku__text--subtitle {
  font-size: 16px !important;
  color: #ebebeb !important;
  line-height: normal;
}

.order-summary__sku__payment-channel img {
  height: 12px;
}

.order-summary__list {
  background-color: var(--x-bg-section-default);
  border: 1px solid var(--x-border-neutral-low-contrast);
  border-radius: 4px !important;
  padding: 8px 16px;
}

.order-summary__list__item {
  border: none !important;
  padding: 4px 0 !important;
}

.order-summary__list__item__info a {
  color: var(--x-ref-secondary) !important;
  text-decoration: underline;
}

.order-summary__list__item__label {
  font-size: 14px !important;
  color: #ebebeb !important;
}

.order-summary__list__item__info {
  font-size: 14px !important;
  font-family: "Hitmarker-Bold";
}

.order-info {
  font-size: 18px !important;
}

.order-detail-card__fields__item__content {
  font-family: "Hitmarker-Bold";
  font-size: 14px !important;
}

.order-detail-card__fields li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.order-detail-card__fields li h3,
.order-detail-card__fields li p {
  flex: 1;
}

.second-col__link {
  color: var(--x-ref-secondary);
}

.payment-status {
  padding-top: 64px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 48px;
}

.payment-status.payment-status--success {
  background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/complete_cover.webp)
    center / cover !important;
}

.payment-status.payment-status--failed {
  background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/complete_cover.webp)
    center / cover !important;
}

.payment-status.payment-status--pending {
  background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/complete_cover.webp)
    center / cover !important;
}

.payment-status .payment-status__image {
  mix-blend-mode: lighten;
}

.payment-status img {
  display: none !important;
}

.payment-status .payment-status__description {
  font-size: 16px !important;
}

.payment-status .caption-bold {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.payment-status-refresher {
  background-color: var(--x-bg-page) !important;
}
.payment-status-refresher .button-solid {
  background-color: var(--x-bg-action-primary) !important;
  color: var(--x-text-body-inverse) !important;
}

.payment-status__title {
  font-family: "HitmarkerCondensed-Bold" !important;
  text-transform: uppercase !important;
}

.payment-status__title--success {
  font-size: 48px;
  color: var(--x-text-header-default) !important;
}

.payment-status__title--failed {
  font-size: 48px;
  color: var(--x-text-header-default) !important;
}

.payment-status__title--pending {
  font-size: 48px;
  color: var(--x-text-header-default) !important;
}

.order-message-card {
  display: none !important;
}

.order-detail-card {
  background: var(--x-bg-section-default) !important;
  border-color: var(--x-border-neutral-low-contrast) !important;
  border-radius: 4px !important;
  max-width: 600px !important;
}

.order-email-receipt {
  background: var(--x-bg-section-default) !important;
  border-color: var(--x-border-card-default) !important;
  max-width: 600px !important;
  border-radius: 0 !important;
}

.order-detail-card .order-detail-card__fields__item__title {
  color: #ebebeb;
  font-size: 14px !important;
}

.order-detail-card__title {
  font-family: "HitmarkerCondensed-Bold";
  letter-spacing: 0.18px;
  font-size: 18px !important;
  text-transform: uppercase;
}

.checkout-guide {
  position: fixed !important;
  bottom: 0 !important;
  z-index: 40 !important;
  display: flex !important;
  min-height: 6rem !important;
  width: 100% !important;
  transform: translateX(-50%) !important;
  align-items: center !important;
  justify-content: center !important;
  backdrop-filter: blur(11px);
}

.checkout-guide-button {
  background: linear-gradient(
      180deg,
      rgba(255, 190, 59, 0.07) 0%,
      rgba(255, 190, 59, 0.7) 100%
    ),
    url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_button_primary_bg.webp)
      lightgray 0% 0% / 10.000000149011612px 10.000000149011612px repeat !important;
  border: 1px solid #fff7ba !important;
  border-radius: 2px !important;

  .checkout-guide-label {
    font-family: "HitmarkerCondensed-Bold" !important;
    letter-spacing: 0.18px;
    font-size: 18px !important;
    color: var(--x-ref-neutral) !important;
    text-transform: uppercase;
  }

  .checkout-guide-icon path {
    fill: #202020;
  }

  svg {
    circle:nth-child(2) {
      stroke: #79fb40 !important;
    }
  }
}

@media (min-width: 768px) {
  .checkout-guide {
    position: sticky !important;
    inset-inline-start: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    transform: translateX(0) !important;
  }
  .checkout-guide-button {
    max-width: 405px !important;
  }
}

[dir="ltr"] .checkout-guide {
  inset-inline-start: 50% !important;
}

[dir="rtl"] .checkout-guide {
  inset-inline-start: -50% !important;
}

.buy-widget .button-solid {
  background-color: var(--x-bg-action-primary) !important;
  color: var(--x-text-body-inverse) !important;
}

.cookie-banner {
  font-family: "Hitmarker-Regular";
  background: var(--x-bg-page) !important;
  color: #ffffff;
}

.pending-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.pending-overlay__label {
  font-family: "Hitmarker-Bold";
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 10px;
  color: var(--x-text-header-default) !important;
}

.pending-overlay__icon {
  color: var(--x-text-header-default) !important;
}
.pending-overlay__info-icon {
  color: var(--x-ref-secondary) !important;
}

.purchased-overlay {
  background-color: rgba(4, 29, 6, 0.8) !important;
}

.purchased-overlay__icon {
  color: #14ed36 !important;
}

.purchased-overlay__label {
  font-family: "Hitmarker-Bold";
  text-transform: uppercase;
  font-size: 20px;
  color: #14ed36 !important;
  padding: 0 10px;
}

.purchase-pending-modal__header {
  font-family: "Hitmarker-Bold";
  font-size: 24px;
  text-align: left;
}

.purchase-pending-modal__content {
  font-family: "Hitmarker-Regular";
  color: #ffffff;
  letter-spacing: 1px;
  text-align: left;
  padding: 16px !important;
}

.purchase-pending-modal__sku {
  margin: 8px 0;
  padding: 0px;
}

.purchase-pending-modal__sku .order-summary__sku__text--title {
  color: #ffffff !important;
  text-align: left;
}

.purchase-pending-modal__sku .order-summary__sku__text--subtitle {
  color: #ffffff !important;
}

.purchase-pending-modal__sku img {
  max-height: 25px;
  max-width: 52px;
}

.purchase-pending-modal__message {
  font-size: 14px;
  text-align: left;
}

.purchase-pending-modal__message b {
  font-family: "Hitmarker-Bold";
}
.purchase-pending-modal__footer {
  margin: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: auto!important;
}



.web-exclusive-tag {
  display: none !important;
}

.highlighted-skus__list .featured-tag {
  top: 16px !important;
  left: 6px !important;
  /* TODO: Remove after Blackfriday promo */
  display: none !important;
}

.featured-tag {
  border-radius: 2px !important;
  background-color: #29292c;
  padding: 6px !important;
  height: 24px;
  background-image: none !important;
}

.featured-tag__text {
  font-family: "Hitmarker-Bold";
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.12px;
}

.featured-tag__icon {
  display: none;
}

.featured-tag__icon path {
  fill: #000000 !important;
}

.featured-tag__shimmer {
  display: none;
}

.helper-instruction {
  a {
    color: var(--x-ref-secondary) !important;
    text-decoration: none !important;
    font-size: 18px !important;
  }

  .helper-instruction__title {
    font-size: 18px !important;
    text-decoration: underline;
  }

  .helper-instruction__tab {
    gap: 4px;
    background-color: #09090e !important;
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .helper-instruction__tab {
      width: 100% !important;
    }
  }

  @media (min-width: 992px) and (max-width: 1280px) {
    .helper-instruction__tab {
      width: 65% !important;
    }
  }

  @media (min-width: 1281px) {
    .helper-instruction__tab {
      width: 50% !important;
    }
  }

  .helper-instruction__tab .active {
    font-family: "Hitmarker-Bold";
    background-color: #303033 !important;
    color: #ffffff;
  }

  .helper-instruction__tab-item {
    font-weight: 400!important;
    letter-spacing: 0.1px;
    font-size: 12px !important;
    border: 1px solid var(--x-border-neutral-low-contrast) !important;
    border-radius: 4px;
  }

  .helper-instruction__tab-item:hover {
    font-family: "Hitmarker-Bold";
    border: 1px solid #fef18c !important;
    color: var(--x-ref-secondary);
    transition: all 250ms ease-out;
  }

  .helper-instruction__text {
    margin-top: 8px;
    border-radius: 4px;
    background: var(--x-bg-card-default) !important;

    span {
      font-family: "Hitmarker-Regular" !important;
      font-size: 18px !important;
    }
  }
}

.user-id-modal__items {
  background-color: #1c1c1c !important;
}

.user-id-modal__title {
  font-family: "Hitmarker-Bold";
  font-size: 20px !important;
  text-transform: uppercase;
}

.user-id-modal__subtitle {
  font-family: "Hitmarker-Bold";
  font-size: 18px !important;
}

.user-id-slide__description {
  font-size: 18px !important;
  color: var(--x-text-body-default) !important;
}

.vueperslides .vueperslides__arrow {
  background-color: unset !important;
  color: var(--x-text-body-default) !important;
}

.purchased-overlay--redeemed {
  background-color: rgba(4, 29, 6, 0.8) !important;
}

.purchased-overlay--redeemed .purchased-overlay__icon {
  color: #14ed36;
}

.purchased-overlay--redeemed .purchased-overlay__label {
  font-family: "Hitmarker-Bold";
  font-size: 20px;
  color: #14ed36;
  padding: 0 10px;
}

.snackbar-container {
  background-color: #404040 !important;
  box-shadow: 0 -4px 4px 0 rgba(255, 233, 59, 0.6) inset,
    0 4px 1px 0 rgba(255, 190, 59, 0.4) inset,
    0 2px 18px 0 rgba(255, 255, 3, 0.24) !important;
  border-radius: 0 !important;
  z-index: 60 !important;
  min-width: auto !important;
}

.snackbar-container[data-v-62f33ad0]:where([dir="ltr"], [dir="ltr"] *) {
  left: 8px !important;
  right: 8px !important;
  width: auto !important;
  max-width: 600px !important;
}

.snackbar-container .snackbar-content {
  color: #ffffff !important;
  font-family: "Hitmarker-Regular" !important;
  font-size: 20px !important;
  padding: 12px 16px !important;
  flex: 0 1 auto !important;
}

.snackbar-container .snackbar-button {
  background-color: #bfbfbf !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #404040 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.snackbar-container .snackbar-icon {
  display: none !important;
}

.freebie-redeem-modal__title {
  color: var(--x-text-header-default) !important;
  font-family: "Hitmarker-Bold" !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
}

.freebie-redeem-modal__content {
  background-color: #1c1c1c;
}

.freebie-redeem-modal__instruction {
  color: var(--x-text-body-default) !important;
}

.freebie-redeem-modal__reward-title {
  color: var(--x-text-header-default) !important;
  font-family: "Hitmarker-Bold" !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
}

.freebie-redeem-modal__reward-subtitle {
  color: var(--x-text-header-default) !important;
  font-size: 16px !important;
}

.freebie-redeem-modal__user-prompt {
  color: #ff0000 !important;
  font-family: "Hitmarker-Regular" !important;
  font-size: 16px !important;
}

.freebie-redeem-modal__reward-display,
.freebie-redeem-modal__upsell-sku {
  background-color: #404040 !important;
  border-color: #575757 !important;
}

.freebie-redeem-modal__reward-display--success {
  background-color: #248756 !important;
}

.freebie-redeem-modal__claim-button,
.freebie-redeem-modal__upsell-buy-button {
  font-family: "Hitmarker-Regular" !important;
  background-color: var(--x-ref-secondary) !important;
  color: #000000 !important;
  border-color: var(--x-ref-secondary) !important;
  box-shadow: 0 -4px 4px 0 rgba(255, 233, 59, 0.6) inset,
    0 4px 1px 0 rgba(255, 190, 59, 0.4) inset,
    0 2px 18px 0 rgba(255, 255, 3, 0.24) !important;
}

.freebie-redeem-modal__claim-button:hover:not(:disabled),
.freebie-redeem-modal__upsell-buy-button:hover:not(:disabled) {
  background-color: #c2c200 !important;
  border-color: #c2c200 !important;
}

.freebie-redeem-modal__go-back-button {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.freebie-redeem-modal__go-back-button:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.freebie-redeem-modal__checkmark {
  color: #248756 !important;
}

.freebie-redeem-modal__close-button {
  width: 32px !important;
  height: 32px !important;
  outline: none !important;
}

.freebie-redeem-modal__close-button svg {
  width: 24px !important;
  height: 24px !important;
}

.freebie-redeem-modal__close-button:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.freebie-redeem-modal__reward-icon .denom-image {
  border-radius: 0.25rem !important;
  object-fit: contain !important;
  padding: 0 4px !important;
}

.category__banner {
  padding: 16px 8px !important;
  column-gap: 8px !important;
  flex-direction: row-reverse !important;
  background: url("https://cdn1.codashop.com/S/content/webstore/codm/images/design31_fpd_cat_banner.webp")
    center center / cover no-repeat;
  border: 1px solid var(--x-border-neutral-low-contrast) !important;
}
.category__banner-image {
  display: flex;
  justify-content: center;
  max-height: 100% !important;
  width: 100% !important;
  max-width: 88px !important;
}
.category__banner__content {
  width: 100% !important;
}
.category__banner__content-title {
  font-family: "Hitmarker-Bold";
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}
.category__banner .button-ghost {
  display: none;
}
.category__banner__content-description {
  color: #ebebeb;
  line-clamp: 3 !important;
  -webkit-line-clamp: 3 !important;
}
@media (min-width: 991px) {
  .category__banner {
    padding: 16px 32px !important;
  }
  .category__banner-image {
    max-height: 100% !important;
    width: 100% !important;
    max-width: 195px !important;
  }
  .category__banner__content-title {
    font-size: 28px !important;
  }
  .category__banner__content-description {
    font-size: 16px !important;
  }
}

/* ========== FPD Promo Banner ========== */
.category__banner--fpd-promo {
  background: url(https://cdn1.codashop.com/S/content/webstore/codm/images/design31_fpd_cat_banner.webp)
    center / cover no-repeat !important;
  border: 1px solid var(--x-border-card-default) !important;
  border-radius: 8px;
  margin-bottom: 4px !important;
  padding: 48px 16px !important;
}

.category__banner--fpd-promo .category__banner__content {
  padding: 12px 16px !important;
}

@media (max-width: 991px) {
  .category__banner--fpd-promo {
    padding: 16px 0 !important;
  }
  .category__banner--fpd-promo .category__banner__content {
    padding: 12px 8px !important;
  }
}

.category__banner--fpd-promo .category__banner__content-description {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
}

.category__banner--fpd-promo
  .category__banner__content-description
  > :last-child {
  flex: 0 0 70%;
}

/* Promo Star Badge */
.category__banner--fpd-promo .promo-off {
  position: relative !important;
  width: 165px !important;
  height: 40px !important;
  aspect-ratio: 1 !important;
  border-radius: 4px !important;
  background: linear-gradient(90deg, #7a12f8 0%, #4c0b99 100%) !important;
  white-space: nowrap !important;
  display: inline-block !important;
  margin: 4px 12px 0 0 !important;
  vertical-align: top !important;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.category__banner--fpd-promo .promo-off::before {
  content: attr(data-content) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 16px !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  z-index: 1 !important;
}

@media (max-width: 767px) {
  .category__banner--fpd-promo .promo-off {
    height: 20px !important;
  }
  .category__banner--fpd-promo .promo-off::before {
  font-size: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category__banner--fpd-promo .promo-off {
    height: 30px !important;
  }
  .category__banner--fpd-promo .promo-off::before {
    font-size: 10px !important;
  }
}

/* Promo Content */
.category__banner--fpd-promo .promo-content {
  display: inline-block !important;
}

.category__banner--fpd-promo .promo-content strong {
  display: block !important;
  font-family: "Hitmarker-Bold" !important;
  font-size: 28px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.28px !important;
}

.category__banner--fpd-promo .promo-content span {
  display: block !important;
}

.category__banner--fpd-promo .promo-content i {
  font-style: italic !important;
}

@media (max-width: 991px) {
  .category__banner--fpd-promo .promo-content strong {
    font-size: 20px !important;
  }
  .category__banner--fpd-promo .promo-content span {
    font-size: 14px !important;
  }
}

.age-gate__icon {
  display: none;
}

.international__hero__heading {
  font-family: "Hitmarker-Bold";
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: var(--x-text-size-h1) !important;
  padding-bottom: 32px !important;
  color: var(--x-text-header-default) !important;
}

.international__hero__description {
  font-size: 16px !important;
  color: var(--x-text-body-default) !important;
}

.international__countries__heading {
  font-family: "Hitmarker-Bold";
  letter-spacing: 0.28px;
  text-transform: uppercase;
  font-size: var(--x-text-size-h2) !important;
  color: var(--x-text-header-default) !important;
}

.interntional__region-name {
  font-family: "Hitmarker-Bold";
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--x-border-neutral-low-contrast);
  line-height: 24px;
  font-size: 16px !important;
  padding: 0 0 8px 0 !important;
  margin-bottom: 8px !important;
  color: var(--x-text-body-default) !important;
}

.interntional__country-name--link {
  padding: 4px 0 !important;
  line-height: 24px !important;
  color: var(--x-text-body-default) !important;
}

.best-seller-tag {
  position: relative;
  display: none !important; /* TODO: Remove after Blackfriday promo */
  align-items: center;
  top: 12px !important;
  left: 2px !important;
  border-radius: 2px !important;
  background: #29292c !important;
  padding: 6px !important;
  height: 24px;
}

.best-seller-tag__shimmer {
  display: none;
}

.best-seller-tag__icon {
  display: none !important;
}

.best-seller-tag__text {
  font-family: "Hitmarker-Bold";
  font-size: 12px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.12px;
}

.best-seller-tag .svg-default path {
  fill: var(--x-ref-secondary) !important;
}

/* ========== Checkout Form ========== */
.checkout-form__footer {
  background-color: var(--x-bg-card-default) !important;
}

.checkout-form__footer--expanded {
  border-radius: 0 !important;
}

.checkout-form-section-item-list {
  margin-top: 8px;
}

.checkout-form-section-item {
  border-bottom: none !important;
  padding: 24px;
}

.checkout-form-section-item__label {
  color: #ffffff;
}

.checkout-form-section-item__info {
  font-family: "Hitmarker-Bold";
  color: #ffffff;
}

.checkout-form-price {
  font-family: "HitmarkerCondensed-Bold";
  font-size: 24px !important;
  letter-spacing: 0.18px;
  color: var(--x-ref-secondary) !important;
}

.checkout-form__footer__chevron {
  fill: var(--x-ref-secondary) !important;
}

.checkout-form__footer-content button {
  width: 288px !important;
}

@media (max-width: 767px) {
  .checkout-form__footer-content button {
    width: 50% !important;
  }
}

.checkout-form__modal__sheet .button-solid {
  background-color: var(--x-bg-action-primary) !important;
  color: var(--x-text-body-inverse) !important;
  .button-solid__inner__content__slot {
    text-transform: uppercase !important;
    font-family: "HitmarkerCondensed-Bold" !important;
  }
}

.purchased-overlay--freebie {
  inset: 0 0 28px !important;
}

.freebie-redeem-modal__content
  .user-identification__instructions-container
  .helper-instruction__tab {
  background-color: transparent !important;
  padding: 0 !important;
}
/* to override the sitebuilder default style added for this class */
.freebie-redeem-modal__upsell-buy-button {
  border-radius: unset !important;
  padding: 12px 24px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}

.product-banner-carousel .product-banner-carousel__headline {
  font-family: "Hitmarker-Bold", sans-serif;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 52px 14px rgba(1, 2, 3, 0.01), 0 33px 13px rgba(1, 2, 3, 0.05),
    0 19px 11px rgba(1, 2, 3, 0.16), 0 8px 8px rgba(1, 2, 3, 0.27),
    0 2px 5px rgba(1, 2, 3, 0.31) !important;
}

.product-banner-carousel .product-banner-carousel__cta {
  border: 2px solid var(--x-ref-secondary) !important;
  border-radius: 0;
  color: var(--x-ref-secondary) !important;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media (max-width: 767px) {
  .product__purchase-form > .product-info-container {
    align-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* LITE PAGE V2 */
.lite-v2 {
  height: calc(100dvh - 56px) !important;
  margin-bottom: -40px !important;
}

.lite-v2 .player-info__bar {
  font-family: "Hitmarker-Bold";
  background-color: var(--x-bg-card-default) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.lite-v2 .lite-body {
  padding: 0 12px !important;
}

.lite-v2 .lite-sku {
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(251, 252, 255, 0.04) 50.48%,
    rgba(251, 252, 255, 0.04) 50.85%,
    rgba(251, 252, 255, 0.04) 51.93%,
    rgba(250, 251, 254, 0.04) 53.63%,
    rgba(248, 249, 252, 0.04) 55.91%,
    rgba(245, 246, 249, 0.04) 58.7%,
    rgba(240, 241, 244, 0.04) 61.92%,
    rgba(233, 234, 238, 0.04) 65.52%,
    rgba(225, 226, 229, 0.04) 69.43%,
    rgba(213, 215, 218, 0.04) 73.58%,
    rgba(199, 201, 205, 0.04) 77.92%,
    rgba(182, 184, 188, 0.04) 82.37%,
    rgba(162, 163, 168, 0.04) 86.86%,
    rgba(138, 139, 144, 0.04) 91.35%,
    rgba(110, 111, 117, 0.04) 95.75%,
    rgba(77, 79, 85, 0.04) 100%
  );
  background-color: unset !important;
  padding: 8px !important;
  gap: 4px !important;
  border-radius: 4px !important;
  border-right: 1px solid rgba(251, 252, 255, 0.08) !important;
  border-bottom: 1px solid rgba(251, 252, 255, 0.08) !important;
  border-left: 1px solid rgba(251, 252, 255, 0.08) !important;
}

.lite-v2 .lite-sku__image {
  height: 64px !important;
}

.lite-v2 .lite-sku__text--title {
  font-family: "Hitmarker-Bold";
  color: #fcfcfe !important;
  font-size: 18px !important;
}

.lite-v2 .lite-sku__price--display {
  font-family: "Hitmarker-Bold";
}

.lite-v2 .lite-sku__strikethrough-price--display {
  font-size: 12px !important;
  color: #a3a4a8 !important;
}

.lite-v2 .lite-sku__strikethrough-percentage--display {
  font-size: 12px !important;
  color: #79fb40 !important;
}

.lite-v2 .lite-sku__price--tax {
  color: #a3a4a8 !important;
}

.lite-v2 .text-field .text-field__input-container__input {
  border-radius: 4px !important;
  border: 1px solid #404147 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  padding: 8px !important;
  font-size: 12px !important;
  min-height: 40px !important;
}

.lite-v2 .lite-page__checkout__billing-heading {
  font-size: 12px !important;
  margin-bottom: 8px;
}

.lite-v2 .lite-v2__bottom {
  padding: 16px 12px 24px 12px !important;
  border-radius: 8px 8px 0 0 !important;
  border-top: 1px solid rgba(251, 252, 255, 0.32) !important;
  background: linear-gradient(
    0deg,
    rgba(77, 79, 85, 0.16) 0%,
    rgba(124, 125, 130, 0.16) 39.9%,
    rgba(174, 175, 178, 0.16) 60%,
    rgba(251, 252, 255, 0.16) 88%,
    rgba(251, 252, 254, 0.16) 90.38%,
    rgba(223, 232, 255, 0.16) 100%
  ) !important;
  box-shadow: 0 4px 4px 0 rgba(1, 2, 3, 0.16) inset,
    0 2px 8px 0 rgba(0, 0, 0, 0.24) inset, 0 309px 87px 0 rgba(1, 2, 3, 0.01),
    0 198px 79px 0 rgba(1, 2, 3, 0.05), 0 111px 67px 0 rgba(1, 2, 3, 0.16),
    0 49px 49px 0 rgba(1, 2, 3, 0.27), 0 12px 27px 0 rgba(1, 2, 3, 0.31) !important;
}

.lite-v2 .lite-v2__bottom .payment-grid {
  gap: 8px !important;
}

.lite-v2 .lite-v2__bottom .primary-payment {
  border: 1px solid #58585c;
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(251, 252, 255, 0.04) 50.48%,
    rgba(251, 252, 255, 0.04) 50.85%,
    rgba(251, 252, 255, 0.04) 51.93%,
    rgba(250, 251, 254, 0.04) 53.63%,
    rgba(248, 249, 252, 0.04) 55.91%,
    rgba(245, 246, 249, 0.04) 58.7%,
    rgba(240, 241, 244, 0.04) 61.92%,
    rgba(233, 234, 238, 0.04) 65.52%,
    rgba(225, 226, 229, 0.04) 69.43%,
    rgba(213, 215, 218, 0.04) 73.58%,
    rgba(199, 201, 205, 0.04) 77.92%,
    rgba(182, 184, 188, 0.04) 82.37%,
    rgba(162, 163, 168, 0.04) 86.86%,
    rgba(138, 139, 144, 0.04) 91.35%,
    rgba(110, 111, 117, 0.04) 95.75%,
    rgba(77, 79, 85, 0.04) 100%
  ) !important;
}
.lite-v2 .payment-divider {
  font-size: 12px !important;
  color: #fcfcfe !important;
}

.lite-v2 .lite-v2__bottom .payment-method--selected {
  border: 1px solid #ffe700;
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(251, 252, 255, 0.04) 50.48%,
    rgba(251, 252, 255, 0.04) 50.85%,
    rgba(251, 252, 255, 0.04) 51.93%,
    rgba(250, 251, 254, 0.04) 53.63%,
    rgba(248, 249, 252, 0.04) 55.91%,
    rgba(245, 246, 249, 0.04) 58.7%,
    rgba(240, 241, 244, 0.04) 61.92%,
    rgba(233, 234, 238, 0.04) 65.52%,
    rgba(225, 226, 229, 0.04) 69.43%,
    rgba(213, 215, 218, 0.04) 73.58%,
    rgba(199, 201, 205, 0.04) 77.92%,
    rgba(182, 184, 188, 0.04) 82.37%,
    rgba(162, 163, 168, 0.04) 86.86%,
    rgba(138, 139, 144, 0.04) 91.35%,
    rgba(110, 111, 117, 0.04) 95.75%,
    rgba(77, 79, 85, 0.04) 100%
  ) !important;
}

.lite-v2 .lite-v2__bottom .payment-method {
  margin: 0 !important;
  border-radius: 4px !important;
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(251, 252, 255, 0.04) 50.48%,
    rgba(251, 252, 255, 0.04) 50.85%,
    rgba(251, 252, 255, 0.04) 51.93%,
    rgba(250, 251, 254, 0.04) 53.63%,
    rgba(248, 249, 252, 0.04) 55.91%,
    rgba(245, 246, 249, 0.04) 58.7%,
    rgba(240, 241, 244, 0.04) 61.92%,
    rgba(233, 234, 238, 0.04) 65.52%,
    rgba(225, 226, 229, 0.04) 69.43%,
    rgba(213, 215, 218, 0.04) 73.58%,
    rgba(199, 201, 205, 0.04) 77.92%,
    rgba(182, 184, 188, 0.04) 82.37%,
    rgba(162, 163, 168, 0.04) 86.86%,
    rgba(138, 139, 144, 0.04) 91.35%,
    rgba(110, 111, 117, 0.04) 95.75%,
    rgba(77, 79, 85, 0.04) 100%
  ) !important;
}

.lite-v2 .lite-v2__bottom .payment-method__content--default {
  padding: 8px !important;
}

.lite-v2 .lite-v2__tax-disclaimer {
  font-size: 12px !important;
  color: #fcfcfe !important;
}

.lite-v2 .lite-v2__tnc {
  font-size: 12px !important;
  color: #a3a4a8 !important;
  a {
    color: #ffe700 !important;
  }
}

.lite-v2 .payment-button__shimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 300%;
  mix-blend-mode: overlay;
  animation: button-shimmer 2500ms infinite linear;
}

@keyframes button-shimmer {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

.toggle {
  --x-palette-primary-main: #ffe93b;
  --x-palette-primary-50: #fff792;
  --x-palette-neutral-50: #a8a8a8;
  --x-palette-neutral-100: #a8a8a8;
  --x-palette-neutral-0: #ffffff;
  --x-palette-neutral-950: #ffffff;
  --x-states-hover: color-mix(in srgb, #ffffff 90%, transparent);
  --x-states-pressed: color-mix(in srgb, #ffffff 80%, transparent);
}

/* Redemption Page */
.redemption-default__title {
  font-family: "HitmarkerCondensed-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.redemption-default-form__label {
  font-family: "HitmarkerCondensed-Bold", sans-serif;
  letter-spacing: 0.05em !important;
}

.redemption-default-form__voucher-product {
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(251, 252, 255, 0.04) 50.48%,
    rgba(251, 252, 255, 0.04) 50.85%,
    rgba(251, 252, 255, 0.04) 51.93%,
    rgba(250, 251, 254, 0.04) 53.63%,
    rgba(248, 249, 252, 0.04) 55.91%,
    rgba(245, 246, 249, 0.04) 58.7%,
    rgba(240, 241, 244, 0.04) 61.92%,
    rgba(233, 234, 238, 0.04) 65.52%,
    rgba(225, 226, 229, 0.04) 69.43%,
    rgba(213, 215, 218, 0.04) 73.58%,
    rgba(199, 201, 205, 0.04) 77.92%,
    rgba(182, 184, 188, 0.04) 82.37%,
    rgba(162, 163, 168, 0.04) 86.86%,
    rgba(138, 139, 144, 0.04) 91.35%,
    rgba(110, 111, 117, 0.04) 95.75%,
    rgba(77, 79, 85, 0.04) 100%
  );
}

.redemption-sku-card {
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(251, 252, 255, 0.04) 50.48%,
    rgba(251, 252, 255, 0.04) 50.85%,
    rgba(251, 252, 255, 0.04) 51.93%,
    rgba(250, 251, 254, 0.04) 53.63%,
    rgba(248, 249, 252, 0.04) 55.91%,
    rgba(245, 246, 249, 0.04) 58.7%,
    rgba(240, 241, 244, 0.04) 61.92%,
    rgba(233, 234, 238, 0.04) 65.52%,
    rgba(225, 226, 229, 0.04) 69.43%,
    rgba(213, 215, 218, 0.04) 73.58%,
    rgba(199, 201, 205, 0.04) 77.92%,
    rgba(182, 184, 188, 0.04) 82.37%,
    rgba(162, 163, 168, 0.04) 86.86%,
    rgba(138, 139, 144, 0.04) 91.35%,
    rgba(110, 111, 117, 0.04) 95.75%,
    rgba(77, 79, 85, 0.04) 100%
  );
  border-color: rgba(251, 252, 255, 0.08);
}

/* Login Flow Overrides */
.device-sign-in-button {
  font-family: "Hitmarker-Regular";
}

.sheet-dialog.device-sign-in-choice-sheet {
  border-radius: 8px 8px 0 0 !important;
  backdrop-filter: blur(32px);
  background-image: linear-gradient(
      0deg,
      rgba(77, 79, 85, 0.16) 0%,
      rgba(124, 125, 130, 0.16) 39.904%,
      rgba(174, 175, 178, 0.16) 60%,
      rgba(251, 252, 255, 0.16) 88%,
      rgba(251, 252, 254, 0.16) 90.385%,
      rgba(223, 232, 255, 0.16) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

@media (min-width: 768px) {
  .sheet-dialog.device-sign-in-choice-sheet {
    border-radius: 8px !important;
  }
}

.device-sign-in-choice-sheet__header,
.device-sign-in-choice-sheet__content {
  font-family: "Hitmarker-Regular";
}

.device-sign-in-choice-sheet__title {
  font-family: "Hitmarker-Bold";
}

.user-popover {
  --x-text-size-h4: 18px;
  --x-sys-elevation-level-3-main: 8px;
  --x-sys-effect-shadow-neutral: rgba(21, 19, 10, 0.3);
  font-family: "Hitmarker-Regular";
}

.user-popover__panel {
  background-image: linear-gradient(
    0deg,
    rgba(77, 79, 85, 0.16) 0%,
    rgba(124, 125, 130, 0.16) 39.904%,
    rgba(174, 175, 178, 0.16) 60%,
    rgba(251, 252, 255, 0.16) 88%,
    rgba(251, 252, 254, 0.16) 90.385%,
    rgba(223, 232, 255, 0.16) 100%
  );
}

.user-popover__player-card {
  background-image: radial-gradient(
    ellipse 272px 68px at 50% 0%,
    rgba(251, 252, 255, 0.04) 0%,
    rgba(77, 79, 85, 0.04) 100%
  );
  border-color: var(--x-border-player-card)!important;
}

.user-popover__title,
.user-popover__nickname,
.user-popover__additional-info {
  font-family: "Hitmarker-Bold";
}

.device-auth-progress {
  --x-text-body-inverse: #fcfcfe;
  --x-bg-indicator-neutral-subtle: #303033;
  --x-bg-card-default: #ffffff;
  --x-border-divider: rgba(251, 252, 255, 0.12);
  font-family: "Hitmarker-Regular";
  background: linear-gradient(180deg, #1a3a3f 0%, #0a0a0a 55%, #000000 100%);
}

.device-auth-progress--qr,
.device-auth-progress--mobile {
  background: rgba(12, 14, 22, 0.6);
  backdrop-filter: blur(32px);
}

.device-auth-progress__title {
  font-family: "Hitmarker-Bold";
}

.device-auth-progress--mobile .device-auth-progress__dev-user-code {
  color: #fcfcfe;
  opacity: 0.6;
}
/* Login Flow Overrides Ends */
.sidebar__content:has(.menu-panel) {
  --x-bg-page: #0c0e16;
  background: #0c0e16;
  box-shadow: 0 12px 27px 0 rgba(1, 2, 3, 0.31),
    0 49px 49px 0 rgba(1, 2, 3, 0.27), 0 111px 67px 0 rgba(1, 2, 3, 0.16),
    0 198px 79px 0 rgba(1, 2, 3, 0.05), 0 309px 87px 0 rgba(1, 2, 3, 0.01),
    inset 0 4px 4px 0 rgba(1, 2, 3, 0.16), inset 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  font-family: "Hitmarker-Bold", sans-serif;
}

.checkout-form__caption {
  color: #fcfcfe !important;
  font-size: 14px !important;
}

/* Transactions Page Overrides */
.transactions .item-wrapper {
  border: 1px solid rgba(251, 252, 255, 0.08) !important;
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(251, 252, 255, 0.04) 50.48%,
    rgba(251, 252, 255, 0.04) 50.85%,
    rgba(251, 252, 255, 0.04) 51.93%,
    rgba(250, 251, 254, 0.04) 53.63%,
    rgba(248, 249, 252, 0.04) 55.91%,
    rgba(245, 246, 249, 0.04) 58.7%,
    rgba(240, 241, 244, 0.04) 61.92%,
    rgba(233, 234, 238, 0.04) 65.52%,
    rgba(225, 226, 229, 0.04) 69.43%,
    rgba(213, 215, 218, 0.04) 73.58%,
    rgba(199, 201, 205, 0.04) 77.92%,
    rgba(182, 184, 188, 0.04) 82.37%,
    rgba(162, 163, 168, 0.04) 86.86%,
    rgba(138, 139, 144, 0.04) 91.35%,
    rgba(110, 111, 117, 0.04) 95.75%,
    rgba(77, 79, 85, 0.04) 100%
  ) !important;
}

.transactions .item-wrapper .item-title .item-title__text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 120%;
}

.transactions__empty-data__icon {
  width: auto !important;
}

.transactions .transactions__title {
  color: var(--x-text-body-default) !important;
}

.transactions .transactions__filter-dropdown input.dropdown-input {
  font-size: 12px !important;
  min-height: 40px !important;
}

.transactions .transactions__filter-dropdown input.dropdown-input::placeholder {
  text-transform: uppercase !important;
}

.transactions .dropdown-select__result-list {
  background-color: var(--x-bg-card-default) !important;
  border-color: var(--x-border-card-default) !important;
}

.transactions .dropdown-select__result-list .result {
  border-radius: unset !important;
}

.transactions
  .dropdown-select__result-list
  .dropdown-select__result:not(.bg-surface-selected)
  .result
  > span {
  color: var(--x-text-body-default) !important;
}

.transactions
  .dropdown-select__result-list
  .dropdown-select__result:hover:not(.bg-surface-selected) {
  background: rgba(251, 252, 255, 0.16) !important;
  background-color: rgba(251, 252, 255, 0.16) !important;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}

.transactions
  .dropdown-select__result-list
  .dropdown-select__result.bg-surface-selected {
  background: var(--x-bg-sku-card-selected) !important;
  background-color: var(--x-bg-sku-card-selected) !important;
}

.transactions
  .dropdown-select__result-list
  .dropdown-select__result.bg-surface-selected
  span
  svg {
  color: var(--x-ref-secondary) !important;
}

.transactions .status-badge {
  border-radius: 4px !important;
  padding: 4px !important;
  font-size: 12px;
  line-height: 1;
  color: #ffffff !important;
}

.transactions .order-status--pending,
.transactions .order-status--pre-pending {
  background-color: #29292c !important;
  border: 1px solid #1a1a1d !important;
}

.transactions .order-status--failed {
  background-color: #872b22 !important;
  border: 1px solid #1d0e08 !important;
}

.transactions .order-status--fulfillment-completed {
  background-color: #4b8f2c !important;
  border: 1px solid #141b0e !important;
}

.transactions .order-status--payment-completed {
  background-color: #2997e8 !important;
}

.transactions .order-status--unknown {
  background-color: #cccccc !important;
}

.transactions .item-footer .item-footer__row {
  padding: unset !important;
}

.transactions .item-footer .item-footer__divider {
  margin: 16px 0 !important;
  border-bottom: 1px dashed var(--x-border-divider) !important;
}

.modal-dialog .title{
    background-color: unset!important;
    color: var(--x-text-body-default);
    text-transform: uppercase!important;
}

.modal-dialog .panel {
    border: 1px solid #58585c!important;
    align-items: flex-start!important;
    padding: 0px!important;
}
.modal-dialog .footer {
    display: block !important;
    background: none !important;
}
.modal-dialog button {
    width: 100%!important;
    margin: 0px!important;
}


#airtime_form_responsive #airtime-container.airtime-container {
  max-width: 740px !important;
  max-height: 740px !important;
}

/* Card-scoped overrides that conflict with theme defaults */
.promoted-sku-card--wide,
.promoted-sku-card--compact {
  --x-text-header-inverse: #ffffff;
  --x-text-body-soft: rgba(255, 255, 255, 0.92);
  --x-text-final-price: var(--x-text-promoted-wide-subtitle-bonus);
  --x-text-success-default: #4cff00;
}

.promoted-skus-layout__section-title {
  font-family: 'Hitmarker-Bold', sans-serif !important;
  font-size: var(--font-l) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  line-height: 24px !important;
  -webkit-font-smoothing: auto;
  color: var(--component-text-body) !important;
}

.promoted-skus-layout__section-description {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.promoted-sku-card--wide .sku-info-section__titles__title,
.promoted-sku-card--compact .sku-info-section__titles__title {
  font-family: var(--x-font-promoted-title) !important;
}

.promoted-sku-card--wide .sku-info-section,
.promoted-sku-card--compact .sku-info-section {
  text-transform: none !important;
}

.promoted-sku-card--wide .sku-subtitle,
.promoted-sku-card--compact .sku-subtitle,
.promoted-sku-card--wide .sku-info-section__titles__limit,
.promoted-sku-card--compact .sku-info-section__titles__limit,
.promoted-sku-card--wide .promoted-sku-card__limit,
.promoted-sku-card--compact .promoted-sku-card__limit,
.promoted-sku-card--wide .sku-card__expiry-section,
.promoted-sku-card--compact .sku-card__expiry-section,
.promoted-sku-card--wide .sku-card__expiry-section__text,
.promoted-sku-card--compact .sku-card__expiry-section__text,
.promoted-sku-card--wide .price-section--discounted .price-section__usual-price,
.promoted-sku-card--compact .price-section--discounted .price-section__usual-price,
.promoted-sku-card--wide .price-section--discounted .price-section__usual-price__amount,
.promoted-sku-card--compact .price-section--discounted .price-section__usual-price__amount,
.promoted-sku-card--wide .price-section__price__price-container__discount-tag,
.promoted-sku-card--compact .price-section__price__price-container__discount-tag {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
  background: transparent !important;
}

.promoted-sku-card--wide .sku-subtitle__bonus,
.promoted-sku-card--compact .sku-subtitle__bonus {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-weight: 600 !important;
}

.promoted-sku-card--wide .price-section__price__price-container__amount,
.promoted-sku-card--compact .price-section__price__price-container__amount {
  font-family: var(--x-font-promoted-price) !important;
}

/* Legacy .highlighted-sku-card overrides for wide layout */
.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container {
  gap: 0 !important;
  padding: 0 !important;
  border-width: 0 !important;
  border-top: 1px solid var(--x-border-promoted-wide-accent) !important;
  border-inline-start: 1px solid var(--x-border-promoted-wide-accent) !important;
  border-radius: 8px !important;
  background: var(--x-bg-promoted-wide-shell) !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-info-section {
  flex-direction: column !important;
  align-items: flex-start !important;
  margin: 0 !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-info-section > :first-child,
.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-info-section > :last-child {
  flex: none !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-info-section__titles {
  min-height: 0 !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-info-section__titles__title {
  color: var(--x-text-header-inverse) !important;
  font-size: var(--x-text-size-h3) !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-subtitle {
  color: var(--x-text-body-soft) !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-info-section__titles__limit,
.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .promoted-sku-card__limit {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-card__expiry-section {
  width: auto !important;
  margin-top: 0 !important;
  color: var(--x-text-body-soft) !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-card__expiry-section__text {
  color: inherit !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .price-section,
.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .price-section--discounted {
  position: static !important;
  width: auto !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .promoted-sku-card__price-block {
  flex-shrink: 0 !important;
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .price-section__usual-price {
  position: static !important;
  top: auto !important;
  flex-direction: row !important;
}

.highlighted-sku-card.promoted-sku-card--wide
  .highlighted-sku-card__inner-container
  .price-section__price__price-container__discount-tag {
  display: inline !important;
  color: var(--x-text-success-default) !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--wide
  .highlighted-sku-card__inner-container
  .price-section__price__price-container__amount {
  color: var(--x-text-final-price) !important;
  font-size: var(--x-text-size-h4) !important;
}

.highlighted-sku-card.promoted-sku-card--wide
  .highlighted-sku-card__inner-container
  .price-section__usual-price__amount {
  color: var(--x-text-promoted-wide-strikethrough) !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  .highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container {
    padding: 0 !important;
  }
}

@media (hover: hover) {
  .highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container:hover {
    border-top: 1px solid var(--x-border-promoted-wide-accent) !important;
    border-inline-start: 1px solid var(--x-border-promoted-wide-accent) !important;
    background: var(--x-bg-promoted-wide-shell) !important;
  }
}

.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container.highlighted-sku-card--selected {
  border: 1px solid var(--x-border-promoted-wide-selected) !important;
  background: var(--x-bg-promoted-wide-shell) !important;
  border-radius: 8px !important;
}

/* Legacy .highlighted-sku-card overrides for compact layout */
.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container {
  gap: 0 !important;
  padding: 0 !important;
  border-width: 0 !important;
  border-top: 1px solid var(--x-border-promoted-wide-accent) !important;
  border-inline-start: 1px solid var(--x-border-promoted-wide-accent) !important;
  border-radius: 8px !important;
  background: var(--x-bg-promoted-wide-shell-compact, var(--x-bg-promoted-wide-shell)) !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-info-section {
  flex-direction: column !important;
  align-items: flex-start !important;
  margin: 0 !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-info-section > :first-child,
.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-info-section > :last-child {
  flex: none !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-info-section__titles {
  min-height: 0 !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-info-section__titles__title {
  color: var(--x-text-header-inverse) !important;
  font-size: var(--x-text-size-h3) !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-subtitle {
  color: var(--x-text-body-soft) !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-info-section__titles__limit,
.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .promoted-sku-card__limit {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--compact
  .highlighted-sku-card__inner-container
  .promoted-sku-card__slot--collapsed {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-card__expiry-section {
  width: auto !important;
  margin-top: 0 !important;
  color: var(--x-text-body-soft) !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-card__expiry-section__text {
  color: inherit !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .price-section {
  position: static !important;
  width: auto !important;
  align-items: flex-end !important;
  text-align: right !important;
  border-radius: 4px !important;
  border-color: var(--x-border-promoted-wide-price-box) !important;
  background: var(--x-bg-promoted-wide-price-box) !important;
  box-shadow: none !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .price-section--discounted {
  flex-direction: column !important;
  align-items: flex-end !important;
  min-width: min-content !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: right !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .promoted-sku-card__price-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  flex-shrink: 0 !important;
  text-align: right !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .price-section__usual-price {
  position: static !important;
  top: auto !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-self: flex-end !important;
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .price-section__price {
  align-items: flex-end !important;
  align-self: flex-end !important;
}

.highlighted-sku-card.promoted-sku-card--compact
  .highlighted-sku-card__inner-container
  .price-section__price__price-container {
  justify-content: flex-end !important;
}

.highlighted-sku-card.promoted-sku-card--compact
  .highlighted-sku-card__inner-container
  .price-section__price__price-container__discount-tag {
  display: inline !important;
  color: var(--x-text-success-default) !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.highlighted-sku-card.promoted-sku-card--compact
  .highlighted-sku-card__inner-container
  .price-section__price__price-container__amount {
  color: var(--x-text-promoted-wide-price-box) !important;
  text-align: right !important;
}

.highlighted-sku-card.promoted-sku-card--compact
  .highlighted-sku-card__inner-container
  .price-section--discounted
  .price-section__price__price-container__amount {
  color: var(--x-text-final-price) !important;
  font-size: var(--x-text-size-h4) !important;
  text-align: right !important;
}

.highlighted-sku-card.promoted-sku-card--compact
  .highlighted-sku-card__inner-container
  .price-section__usual-price__amount {
  color: var(--x-text-promoted-wide-strikethrough) !important;
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  .highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container {
    padding: 0 !important;
  }
}

@media (hover: hover) {
  .highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container:hover {
    border-top: 1px solid var(--x-border-promoted-wide-accent) !important;
    border-inline-start: 1px solid var(--x-border-promoted-wide-accent) !important;
    background: var(--x-bg-promoted-wide-shell-compact, var(--x-bg-promoted-wide-shell)) !important;
  }
}

.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container.highlighted-sku-card--selected {
  border: 1px solid var(--x-border-promoted-wide-selected) !important;
  background: var(--x-bg-promoted-wide-shell-compact, var(--x-bg-promoted-wide-shell)) !important;
  border-radius: 8px !important;
}
/* CCW-2363 promoted wide + compact SKU cards ends */
.highlighted-sku-card.promoted-sku-card--wide .highlighted-sku-card__inner-container .sku-subtitle__bonus,
.highlighted-sku-card.promoted-sku-card--compact .highlighted-sku-card__inner-container .sku-subtitle__bonus {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-weight: 600 !important;
}

/* ===== Hero SKU + Item Summary starts ===== */
.hero-sku-card,
.item-summary {
  --x-text-header-inverse: #ffffff;
  --x-text-body-soft: rgba(255, 255, 255, 0.92);
  --x-text-final-price: var(--x-ref-secondary);
  --x-text-success-default: #4cff00;
  --x-text-size-h7: 18px;
  --x-text-body-subtle: rgba(255, 255, 255, 0.64);
  --x-bg-indicator-neutral-default: #58585c;
  --x-text-warning-default: #e09320;
  --x-border-sheet: oklch(1 0 0 / 0.16);
  --x-pad-surface-xxs: 2px;
}

/* Hero surface / bundle tokens */
.hero-sku-card,
.item-summary {
  --x-sys-font-body: 'Inter', NotoSans-Regular, system-ui, sans-serif;
  --x-gradient-bundle-banner: linear-gradient(-49deg, oklch(0.15 0 0 / 0.64) 21%, oklch(0.55 0 0 / 0) 40%);
  --x-border-hero-sku-default: linear-gradient(
    160deg,
    rgb(255 255 255 / 0.06) 0%,
    rgb(255 255 255 / 0.3) 45%,
    rgb(255 255 255 / 0.65) 100%
  );
  --x-bg-hero-sku-shell:
    radial-gradient(ellipse 100% 32% at 50% 0%, oklch(0.992 0.003 286 / 0.04) 0%, transparent 100%),
    oklch(0.166 0.017 273.5);
  --x-bg-hero-sku-info: linear-gradient(
    180deg,
    oklch(0.166 0.017 274 / 0) 0%,
    oklch(0.195 0.012 278 / 0.7) 20%,
    oklch(0.195 0.012 278) 100%
  );
  --x-bg-hero-sku-shell-selected: oklch(0.217 0.027 98.3);
  --x-bg-hero-sku-banner-selected: transparent;
  --x-bg-hero-sku-info-selected: transparent;
  --x-bg-hero-sku-bundle-neutral: linear-gradient(
    0deg,
    oklch(0.377 0.01 278 / 0.08) 0%,
    oklch(0.786 0.006 275 / 0.08) 100%
  );
  --x-bg-hero-sku-bundle-bonus: linear-gradient(
    180deg,
    oklch(0.85 0.11 85 / 0.64) 0%,
    oklch(0.34 0.03 80 / 0.64) 100%
  );
  --x-bg-hero-sku-bundle-bonus-label: oklch(0.217 0.027 98.3);
  --x-text-hero-sku-bundle-bonus-label: oklch(0.989 0.022 98.6);
}

.item-summary__receive-item:first-child .item-summary__receive-thumb-wrap {
  background: var(--x-bg-hero-sku-bundle-bonus);
}

.sheet-dialog.item-summary {
  --x-bg-sheet: linear-gradient(0deg, oklch(0.377 0.01 278 / 0.08), oklch(0.786 0.006 275 / 0.08));
  --x-border-sheet: oklch(1 0 0 / 0.16);
  --x-radius-sheet: 8px;

  border-top: var(--border-weight-default, 1px) solid var(--x-border-sheet);
  border-radius: var(--x-radius-sheet) var(--x-radius-sheet) 0 0 !important;
  background-color: var(--x-bg-page);
  background-image: var(--x-bg-sheet);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}

@media (min-width: 768px) {
  .sheet-dialog.item-summary {
    border: var(--border-weight-default, 1px) solid var(--x-border-sheet);
    border-radius: var(--x-radius-sheet) !important;
  }
}

.item-summary .item-summary__receive-title {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

/* Typography — hero + summary only (parallel to promoted rules; do not merge selectors) */
.hero-sku-card .hero-sku-card__title,
.item-summary .item-summary__sheet-title,
.item-summary .item-summary__title,
.item-summary .item-summary__receive-item-title {
  font-family: var(--x-font-promoted-title) !important;
}

.hero-sku-card .hero-sku-card__subtitle,
.hero-sku-card .hero-sku-card__limit,
.item-summary .item-summary__limit,
.hero-sku-card .hero-sku-card__expiry,
.item-summary .item-summary__expiry,
.hero-sku-card .hero-sku-card__expiry-text,
.item-summary .item-summary__expiry-text,
.hero-sku-card .price-section--discounted .price-section__usual-price,
.item-summary .price-section--discounted .price-section__usual-price,
.hero-sku-card .price-section--discounted .price-section__usual-price__amount,
.item-summary .price-section--discounted .price-section__usual-price__amount,
.hero-sku-card .price-section__price__price-container__discount-tag,
.item-summary .price-section__price__price-container__discount-tag {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-s) !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: none !important;
}

.hero-sku-card .hero-sku-card__bundle-bonus-label {
  font-family: var(--x-sys-font-body, 'Inter', sans-serif) !important;
  font-size: var(--x-text-size-body-xs) !important;
  font-weight: 600 !important;
  line-height: var(--x-text-size-body-xs) !important;
  text-transform: uppercase !important;
}

.hero-sku-card .price-section__price__price-container__amount,
.item-summary .price-section__price__price-container__amount {
  font-family: var(--x-font-promoted-price) !important;
}

.hero-sku-card .hero-sku-card__inner-container.hero-sku-card--limit .pending-overlay,
.hero-sku-card .hero-sku-card__inner-container.hero-sku-card--limit .purchased-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-sku-card:has(> .hero-sku-card__inner-container.hero-sku-card--selected) {
  overflow: visible;
}

@media (hover: hover) {
  .hero-sku-card
    .hero-sku-card__inner-container:not(.hero-sku-card--selected):not(.hero-sku-card--disabled):not(
      .hero-sku-card--limit
    ) {
    cursor: pointer;
  }

  .hero-sku-card
    .hero-sku-card__inner-container:not(.hero-sku-card--selected):not(.hero-sku-card--disabled):not(
      .hero-sku-card--limit
    ):hover {
    background: var(--x-bg-hero-sku-shell-selected);
    transition: all 250ms ease-out;
  }

  .hero-sku-card
    .hero-sku-card__inner-container:not(.hero-sku-card--selected):not(.hero-sku-card--disabled):not(
      .hero-sku-card--limit
    ):hover::before {
    padding: var(--border-weight-selected, 2px);
    background: var(--x-border-promoted-wide-selected);
    transition: all 250ms ease-out;
  }

  .hero-sku-card
    .hero-sku-card__inner-container:not(.hero-sku-card--selected):not(.hero-sku-card--disabled):not(
      .hero-sku-card--limit
    ):hover
    .hero-sku-card__hero,
  .hero-sku-card
    .hero-sku-card__inner-container:not(.hero-sku-card--selected):not(.hero-sku-card--disabled):not(
      .hero-sku-card--limit
    ):hover
    .hero-sku-card__hero-scrim {
    background: var(--x-bg-hero-sku-banner-selected);
    transition: all 250ms ease-out;
  }

  .hero-sku-card
    .hero-sku-card__inner-container:not(.hero-sku-card--selected):not(.hero-sku-card--disabled):not(
      .hero-sku-card--limit
    ):hover
    .hero-sku-card__info {
    background: var(--x-bg-hero-sku-info-selected);
    transition: all 250ms ease-out;
  }
}

.hero-sku-card .hero-sku-card__inner-container.hero-sku-card--selected {
  border-radius: 8px !important;
  box-shadow:
    0 4px 4px oklch(0 0 0 / 0.25),
    0 0 24px 4px oklch(0.919 0.192 101.8);
}

.hero-sku-card .hero-sku-card__inner-container:not(.hero-sku-card--selected)::before {
  background:
    linear-gradient(to top, rgb(255 255 255 / 0.32), transparent 28%),
    var(--x-border-hero-sku-default);
}

/* New Item Summary: inline badge + text in publisher HTML */
.item-summary .item-summary__receive-desc img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

/* Legacy InfoSheet: same badge HTML path under accordion panels */
.sku__info-sheet .sku__info-sheet__html li img {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 4px;
}

/* Legacy InfoSheet: restore flat legacy appearance under the design-token theme */
.sku__info-sheet .sku__info-sheet__accordion {
  background: transparent !important;
  padding-block: 0 !important;
}

.sku__info-sheet .sku__info-sheet__accordion__item {
  border-color: var(--x-border-neutral-low-contrast) !important;
}

.sku__info-sheet .sku__info-sheet__title {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 130% !important;
}
/* ===== Hero SKU + Item Summary ends ===== */