:root {
  --nvidia-green: #76bc01;
  --nvidia-dark-grey: #222222;
}

/* Common styles for all sections */
#Borderlands-landing .section-container {
  width: 100%;
  position: relative;
}

#Borderlands-laanding {
  background-color: #000;
}

#Borderlands-landing .section-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Button styles */
#Borderlands-landing .button-container {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#Borderlands-landing .buy-button {
  background-color: var(--nvidia-green); /* Green color */
  color: #000000; /* Black text */
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
}

/* Info text styles */
#Borderlands-landing .info-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#Borderlands-landing .info-text p {
  margin: 5px 0;
  color: #ffffff;
}

#Borderlands-landing .info-link {
  color: var(--nvidia-green); /* Green color */
  text-decoration: none;
}

/* Desktop/Mobile display handling */
#Borderlands-landing .desktop {
  display: block;
}

#Borderlands-landing .mobile {
  display: none;
}

/* Mobile styles */
@media (max-width: 767.98px) {
  #Borderlands-landing .desktop {
    display: none;
  }

  #Borderlands-landing .mobile {
    display: block;
  }

  #Borderlands-landing .button-container {
    top: 10px;
  }

  #Borderlands-landing .buy-button {
    padding: 8px 20px;
    font-size: 16px;
  }
}

#Borderlands-landing embed {
  aspect-ratio: 16 / 9;
}

.btn-primary {
  background-color: var(--nvidia-green);
  color: #000;

  border: none;
  border-radius: 0px;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #568800;
  color: #000;
}

/* SLIDER CSS */

.promoCards {
  margin: 0 -5px;
  justify-content: flex-end;
}

.promoCards.row {
  margin-bottom: 20px !important;
}

.promoCard {
  border: unset;
}

.promoCard a {
  background: #fff;
  color: #fff !important;
  display: block;
  margin: 7px;
  padding: 14px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

.promoCard a:hover,
.promoSky a:hover,
.promoHeaderOutlet a:hover,
.promoLogos a:hover {
  opacity: 0.9;
  transition: opacity 0.2s;
}

.promoCard img {
  max-width: 100%;
}

.promoTitle {
  color: #000000;
  font-size: 1rem !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.4em;
  text-wrap: balance;
  margin-top: 4px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 600px) {
  .promoTitle {
    font-size: 0.8rem;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.5em;
  }
}

.promoPrices {
  position: relative;
  text-align: right;
  padding-top: 1.5rem !important;
}

.promoPrice {
  display: inline-block;
  color: #ad0109 !important;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .promoPrice {
    display: block;
    margin: 10px 0 0 0;
    padding: 0.1rem 0.5rem;
    font-size: 1.15rem;
  }
  .promoPrice span span {
    font-size: 0.5rem;
  }
}

@media only screen and (max-width: 1120px) and (min-width: 992px) {
  .promoPrice {
    display: block;
    margin: 5px 0 0 0;
    padding: 0.1rem 0.5rem;
    line-height: 45px;
    font-size: 1.1rem;
  }
}

.promoStrikeprice {
  color: var(--nvidia-dark-grey) !important;
  position: absolute;
  bottom: 22px;
  text-decoration: line-through;
  font-size: 0.8rem !important;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .promoStrikeprice {
    bottom: 25px;
    right: 5px;
  }
}

.promoStrikeprice:empty,
.promoStrikeprice:has(span:empty) {
  display: none;
}

.promoCards {
  margin: 20px 100px;
}

.promoCards .highlight-carousel-container {
  position: relative;
  padding: 0px;
}

.promoCards .swiper {
  position: static;
  user-select: none;
}

.promoCards a.card {
  background-color: #ffffff;
  border: 1px solid rgba(242, 175, 66, 0.5) !important;
}

.promoCards a.card {
  opacity: 1;
  transition: opacity 0.1s;
}

.promoCards a.card:hover {
  opacity: 0.8;
  transition: opacity 0.1s;
}

.promoCards .promoTitle {
  color: #000;
  font-size: 1rem;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.6em;
}

.promoCards .promoCard a {
  margin: 5px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.promoCards .promoCard img {
  max-width: 85%;
}

.promoCards .eyecatcher-container div span {
  line-height: 1.5;
}

.promoCards .promoPrices {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--nvidia-green);
}

.promoPriceDifference {
  font-weight: 900;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  margin: 0 5px;
  color: var(--nvidia-dark-grey);
  background-color: var(--nvidia-green);
  height: 35px;
  width: 35px;
  /* padding: 0 9px; */
  border-radius: 20px;
  top: 170px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 14px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  margin-left: -4px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 14px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  margin-left: 4px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  transform: scale3d(0.5, 0.4, 0.5);
}

@media only screen and (max-width: 1300px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 8px !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 8px !important;
  }
}

@media only screen and (max-width: 650px) {
  .promoCards .promoPrices {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .promoCards .promoPrices div {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .promoCards .promoPrices {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .promoCards .promoPrices div {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 920px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    top: 155px;
  }
  .promoCards {
    margin: 20px 50px;
  }
}

@media (max-width: 620px) {
  .promoTitle {
    font-size: 0.8rem !important;
  }

  .promoCards {
    margin: 20px;
  }

  .promoCards.row {
    margin-bottom: 20px !important;
    justify-content: flex-end;
  }

  .product-carousel {
    min-height: auto !important;
  }

  .promoStrikeprice {
    margin-bottom: 0px !important;
  }

  .promoStrikeprice {
    bottom: 15px;
    right: 8px;
  }

  .promoPrices {
    padding-top: 1rem !important;
  }
}

@media (max-width: 450px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    top: 130px;
  }
}
