/**********************
Buy Now
**********************/
#bo7-buy {
  padding-top: 120px;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  #bo7-buy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #bo7-buy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#bo7-buy .inner-container {
  /*width: 100%;
        max-width: @container-width;
        padding-inline: @container-padding-sm;
        margin: 0 auto;*/
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #bo7-buy .inner-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #bo7-buy .inner-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#bo7-buy .bo7-buy_header h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 4.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_header h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
#bo7-buy .bo7-buy_close {
  display: none;
}
#bo7-buy .bo7-buy_content-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_content-container {
    flex-direction: column;
    gap: 30px;
  }
}
#bo7-buy .bo7-buy_content-container[data-edition='vault'] [data-edition='vault'] {
  display: block;
}
#bo7-buy .bo7-buy_content-container[data-edition='vault'] [data-edition='standard'] {
  display: none;
}
#bo7-buy .bo7-buy_content-container[data-edition='vault'] .upgrade-vault {
  display: block;
}
#bo7-buy .bo7-buy_content-container[data-edition='standard'] [data-edition='vault'] {
  display: none;
}
#bo7-buy .bo7-buy_content-container[data-edition='standard'] [data-edition='standard'] {
  display: block;
}
#bo7-buy .bo7-buy_content-container[data-edition='standard'] .upgrade-vault {
  display: none;
}
#bo7-buy .bo7-buy_box-art {
  width: 40%;
  position: relative;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_box-art {
    width: 85%;
    margin: 0 auto;
  }
}
#bo7-buy .bo7-buy_box-art .bo7-carousel {
  width: 70%;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 0.8;
}
@media screen and (max-width: 600px) {
  #bo7-buy .bo7-buy_box-art .bo7-carousel {
    width: 100%;
  }
}
#bo7-buy .bo7-buy_box-art .bo7-carousel > ul {
  aspect-ratio: 0.8;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel li {
  position: absolute;
  transition: .5s all;
  width: 100%;
  transform-origin: center;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel li.active {
  z-index: 2;
  scale: 1;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  opacity: 1;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel li.active .edition-promo.promo-enabled {
  display: block;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel li:not(.active) {
  display: block;
  z-index: 1;
  width: 100%;
  top: 0px;
  left: -20%;
  translate: 0% 0;
  scale: .8;
  opacity: .6;
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_box-art .bo7-carousel li:not(.active) {
    opacity: 0;
    scale: 1;
  }
}
#bo7-buy .bo7-buy_box-art .bo7-carousel li:not(.active) .edition-promo {
  display: none;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel li img {
  display: block;
  width: 100%;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel li .edition-promo {
  background: #006603;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 4px 0;
  display: none;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  translate: 0 -50%;
  z-index: 3;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-prev {
  left: -77px;
  position: absolute;
  background-color: rgba(27, 27, 27, 0.64);
  overflow: hidden;
  padding: 0;
  text-indent: 200px;
  display: block;
  border: none;
  top: 50%;
  translate: 0 -50%;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-prev:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/play-now/Icon_ArrowBack.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-prev {
    left: -15%;
  }
}
@media screen and (max-width: 600px) {
  #bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-prev {
    left: -30px;
  }
}
#bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-next {
  right: -40px;
  position: absolute;
  background-color: rgba(27, 27, 27, 0.64);
  overflow: hidden;
  padding: 0;
  text-indent: 200px;
  display: block;
  border: none;
  top: 50%;
  translate: 0 -50%;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-next:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/play-now/Icon_ArrowNext.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-next {
    right: -15%;
  }
}
@media screen and (max-width: 600px) {
  #bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows .carousel-next {
    right: -30px;
  }
}
#bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows button {
  transition: .25s all;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 40px;
}
#bo7-buy .bo7-buy_box-art .bo7-carousel .carousel-arrows button:hover {
  scale: 1.1;
}
#bo7-buy .bo7-buy_bundle-description-container {
  width: 53%;
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_bundle-description-container {
    width: 100%;
  }
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-title h3 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  font-family: "Hitmarker Normal Medium", Arial;
  margin: 0 auto 25px;
  padding: 10px 0;
  text-align: center;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-title h3[data-edition='standard'] {
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/play-now/Headline_CrossGen.webp) center center no-repeat;
  background-size: 100% 100%;
  letter-spacing: 5px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-title h3[data-edition='standard'] {
    font-size: 17px;
    letter-spacing: 4px;
    line-height: 10px;
  }
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-title h3[data-edition='vault'] {
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/play-now/Headline_Vault.webp) center center no-repeat;
  background-size: 100% 100%;
  font-weight: 500;
  letter-spacing: 16px;
}
@media screen and (max-width: 600px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-title h3[data-edition='vault'] {
    font-size: 17px;
    letter-spacing: 8px;
    line-height: 10px;
  }
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text ul {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text li {
  padding-left: 20px;
  position: relative;
  line-height: 19px;
  "font-size": 0.88rem;
  line-height: 1;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text li:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text em,
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text i {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #808080;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text[data-edition='vault'] li:before {
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/play-now/Icon_Bullet_Vault.svg) center center no-repeat;
  background-size: contain;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text[data-edition='standard'] li:before {
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/play-now/Icon_Bullet_CrossGenStandard.svg) center center no-repeat;
  background-size: contain;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text[data-edition='standard'] li:nth-child(3) ~ li {
  color: #79838D;
  text-decoration: line-through;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text[data-edition='standard'] li:nth-child(3) ~ li:before {
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/play-now/Icon_Bullet_Disabled.svg) center center no-repeat;
  background-size: contain;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition {
  margin-top: 30px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition ul button {
  position: relative;
  background: #24272A;
  border: 1px solid #606971;
  border-radius: 5px;
  color: #FFF;
  padding: 20px 12px;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition ul button:hover,
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition ul button.active {
  background: #606971;
}
@media screen and (max-width: 390px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition ul button {
    font-size: 10px;
  }
}
@media screen and (max-width: 360px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition ul button[data-edition='standard-edition'] {
    padding: 0 12px;
    height: 57px;
  }
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition .upgrade-vault {
  margin-top: 12px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition .upgrade-vault p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #f96800;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition .upgrade-vault p:last-of-type {
  color: #FFF;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition .upgrade-vault u {
  cursor: pointer;
  color: #f96800;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-edition .upgrade-vault button {
  background: none;
  padding: 0;
  text-align: left;
  border: none;
  cursor: pointer;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container {
  margin-top: 30px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 335px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul {
    grid-template-columns: 1fr;
  }
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul li button.promo-enabled .console-promo {
  display: block;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul li .console-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul li .console-type {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  line-height: 1;
  font-weight: 700;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul li .console-promo {
  color: #FFD700;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  display: none;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button {
  position: relative;
  background: #24272A;
  border: 1px solid #606971;
  border-radius: 5px;
  color: #FFF;
  padding: 20px 12px;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  padding: 0 12px 0 50px;
  height: 48px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button:hover,
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button.active {
  background: #606971;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button:after {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
  position: absolute;
  top: 50%;
  left: 12px;
  translate: 0 -50%;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='xbox']:after,
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='xboxpc']:after {
  background-image: url(../../../../../../../../content/dam/atvi/global/firstparty/xbox/xbox-white-icon.svg);
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='ps']:after {
  background-image: url(../../../../../../../../content/dam/atvi/global/firstparty/psn/playstation-white-icon.svg);
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='switch']:after {
  background-image: url(../../../../../../../../content/dam/atvi/global/firstparty/nintendo/switch-white-icon.svg);
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='switch2']:after {
  background-image: url(../../../../../../../../content/dam/atvi/global/firstparty/nintendo/switch2-white-icon.svg);
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='steam']:after {
  background-image: url(../../../../../../../../content/dam/atvi/global/firstparty/steam/steam-white-icon.svg);
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='windows']:after {
  background-image: url(../../../../../../../../content/dam/atvi/global/firstparty/xbox/xbox-white-icon.svg);
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='bnet']:after {
  background-image: url(../../../../../../../../content/dam/atvi/global/firstparty/bnet/bnet-white-icon.svg);
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='game-pass'] {
  text-indent: 100%;
  overflow: hidden;
  height: 54px;
  font-size: 0;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container ul button[data-platform='game-pass']:after {
  content: "";
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/game_pass.svg) center center no-repeat;
  background-size: contain;
  width: 116px;
  height: 20px;
  letter-spacing: 0;
  filter: brightness(0) invert(1);
  position: absolute;
  left: 12px;
  top: 50%;
  translate: 0 -50%;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container .bo7-buy_select-platform_gamepass {
  margin-top: 30px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container .bo7-buy_select-platform_gamepass ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_select-platform-container .bo7-buy_select-platform_gamepass p:last-of-type {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_cta {
  margin-top: 30px;
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_cta a {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  padding: 0;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, #1560e0 0%, #0b347a 100%);
  box-shadow: 0 0 24px 2px rgba(21, 96, 224, 0.7);
  font-size: 0.88rem;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 30px 0 0;
  padding: 20px 80px;
  width: fit-content;
}
@media (max-width: 600px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_cta a {
    padding: 16px 24px;
  }
}
#bo7-buy .bo7-buy_bundle-description-container .bo7-buy_cta a:hover {
  background: #1560E0;
  box-shadow: 0 0 24px 2px rgba(21, 96, 224, 0.7);
}
@media screen and (max-width: 1024px) {
  #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_cta a {
    margin: 0 auto;
    width: unset;
  }
}
#upgrade-vault-modal .cod-play-now-card-inner-container {
  max-width: 500px;
}
#upgrade-vault-modal .cod-play-now-card-inner-container .cod-play-now-card_back-section-header {
  padding-bottom: 10px;
}
#upgrade-vault-modal .cod-play-now-card-inner-container .cod-play-now-card_back-section-header {
  padding-top: 10px;
}
.ve-btn-modal {
  display: none;
}
@media screen and (max-width: 768px) {
  html[lang='ja'] #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-title h3 {
    font-size: 14px;
  }
}
html[lang='ar'] #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text li {
  padding-left: 0;
  padding-right: 20px;
}
html[lang='ar'] #bo7-buy .bo7-buy_bundle-description-container .bo7-buy_bundle-text li:before {
  left: auto;
  right: 0;
}
