:root {
  --nvidia-green: #76bc01;
  --nvidia-dark-grey: #222222;
}

/* Common styles for all sections */
#NVIDIA-landing .section-container {
  width: 100%;
  position: relative;
}

#NVIDIA-landing {
  background-color: #000;
}

#NVIDIA-landing .section-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Button styles */
#NVIDIA-landing .button-container {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#NVIDIA-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 */
#NVIDIA-landing .info-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#NVIDIA-landing .info-text p {
  margin: 5px 0;
  color: #ffffff;
}

#NVIDIA-landing .info-link {
  color: var(--nvidia-green); /* Green color */
  text-decoration: none;
}

/* Desktop/Mobile display handling */
#NVIDIA-landing .desktop {
  display: block;
}

#NVIDIA-landing .mobile {
  display: none;
}

/* Mobile styles */
@media (max-width: 767.98px) {
  #NVIDIA-landing .desktop {
    display: none;
  }

  #NVIDIA-landing .mobile {
    display: block;
  }

  #NVIDIA-landing .button-container {
    top: 10px;
  }

  #NVIDIA-landing .buy-button {
    padding: 8px 20px;
    font-size: 16px;
  }
}

#NVIDIA-landing embed,
#NVIDIA-landing iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

#NVIDIA-landing .video-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

#NVIDIA-landing .video-caption {
  color: #ffffff;
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  #NVIDIA-landing .video-container {
    /* keeps the video and caption off the screen edges */
    max-width: calc(100% - 32px);
  }
}

.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;
  }
}

/* SEIF CODE PRODUCTOVERZICHT */

#NVIDIA-landing {
  background-color: black;
  color: white;
}

#NVIDIA-landing img {
  width: 100%;
}

#NVIDIA-landing .btn {
  border-radius: 0;
  background-color: #76b900;
  transition: 0.3s linear;
  color: white;
  border-radius: 5px;
  padding: 5px 16px;
}

#NVIDIA-landing .btn:active,
#NVIDIA-landing .btn:hover {
  background-color: #629803;
  color: white;
}

#NVIDIA-landing .mobile {
  display: none;
}

/**/

#NVIDIA-landing .px-10 {
  padding: 0% 10%;
}

#NVIDIA-landing .logo {
  width: 170px;
}

#NVIDIA-landing #header {
  background-image: url(/download/b2c_be_nl/pic/nvidia/50series/geforce-rtx-5090-bm-xl770-d@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#NVIDIA-landing .architectuur {
  width: 300px;
}

#NVIDIA-landing #blackwell .row {
  margin: 0;
}

#NVIDIA-landing #blackwell .infocard {
  background-color: #1a1a1a;
  padding: 25px;
  margin-top: 30px;
}

#NVIDIA-landing #kenmerken .infocard {
  background-color: #1a1a1a;
}

#NVIDIA-landing #blackwell .infocard img {
  width: 100px;
}
#NVIDIA-landing #RTX {
  background-image: url(/download/b2c_be_nl/pic/nvidia/50series/geforce-rtx-50-series-games-bm-xl934-l@2x.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 700px;
}
#NVIDIA-landing #dlss4 {
  background-image: url(/download/b2c_be_nl/pic/nvidia/50series/RTX_50_Series_Campaign_RTX_DSSL_4_KV_01_v007_AW_Comp_Overscan.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#NVIDIA-landing #reflex {
  background-image: url(/download/b2c_be_nl/pic/nvidia/50series/RTX_50_Series_RTX_Reflex_2_KV_Post_v4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#NVIDIA-landing #AIpc {
  background-image: url(/download/b2c_be_nl/pic/nvidia/50series/rtx-ai-pc-owned-module-bm-l580-d@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#NVIDIA-landing #creators {
  background-image: url(/download/b2c_be_nl/pic/nvidia/50series/Studio_Platform_KV_AC_v2_web_EXT_Final_D.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

#NVIDIA-landing #reflex .row,
#NVIDIA-landing #AIpc .row {
  min-height: 500px;
}

#NVIDIA-landing #laptops {
  background-image: url(/download/b2c_be_nl/pic/nvidia/50series/laptops-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#NVIDIA-landing #laptops img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#NVIDIA-landing #nvidiafooter #pegi {
  width: 35px;
  padding-top: 12px;
}

#NVIDIA-landing #nvidiafooter #nvidialogo {
  width: 125px;
}

#NVIDIA-landing #kenmerken .text {
  min-height: 165px;
}

#NVIDIA-landing .lijn {
  border-top: 1px solid #999999;
}

#NVIDIA-landing #producten a {
  color: white;
}

#NVIDIA-landing #producten img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

#NVIDIA-landing #producten .btn {
  background-color: var(--nvidia-green);
  color: #000;
  font-weight: 700;
  border-radius: 0;
  padding: 12px 28px;
  display: inline-block;
}

#NVIDIA-landing #producten .btn:active,
#NVIDIA-landing #producten .btn:hover {
  background-color: #629803;
  color: #000;
}

#header > div > div.col-12.col-md-6.px-10.py-5 > img {
  margin: 0 0 0 -15px;
}

/*Mobile*/
@media (max-width: 767px) {
  #NVIDIA-landing .mobile {
    display: block;
  }

  #NVIDIA-landing .desktop {
    display: none;
  }

  #NVIDIA-landing #header,
  #NVIDIA-landing #dlss4,
  #NVIDIA-landing #RTX,
  #NVIDIA-landing #reflex,
  #NVIDIA-landing #AIpc,
  #NVIDIA-landing #creators,
  #NVIDIA-landing #laptops {
    background-image: none;
    min-height: auto;
  }

  #NVIDIA-landing #re²flex .row,
  #NVIDIA-landing #AIpc .row,
  #NVIDIA-landing #creators .row {
    min-height: auto;
  }

  #NVIDIA-landing #kenmerken .text {
    min-height: auto;
  }

  #NVIDIA-landing #producten .col-12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #NVIDIA-landing #producten img {
    width: 100%;
    max-width: 340px;
    height: auto;
  }

  #NVIDIA-landing #producten .row {
    margin-left: 0;
    margin-right: 0;
  }

  #NVIDIA-landing #producten .px-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
