/* Kleuren: Rood #df2f2f | Achtergrondgrijs #1a1a1a | Voorgrondgrijs #272727 */

/* Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */

/* Page background met svg */
/* body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1000 1000' preserveAspectRatio='none'%3E%3Crect width='1000' height='1000' fill='%23f2cb88'/%3E%3Cpath d='M 539 -1 C 434 180 447 360 497 539 C 573 787 497 949 463 1001 L 1000 1000 L 1000 0 Z' fill='%23e4be7b'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	pointer-events: none;
} */

/* Page background */
body {
  background-color: #ffffff;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/download/b2c_be_nl/pic/eoy/2025/1306_Keyart-1.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  background-size: cover;
}

@media (max-width: 576px) {
  body::before {
    background-size: contain;
  }
}
/* 
@media (max-width: 991px) {
	body::before {
		background-size: 50%;
	}
}

@media (max-width: 576px) {
	body::before {
		background-size: 100%;
	}
} */

/* body {
	background-color: #fbf3de;
} */

/* Siteskin */
/* body::after {
	content: '';
	position: fixed;
	top: 100px;
	left: 100px;
	width: 450px;
	height: 450px;
	z-index: 1;
	background-image: url('/download/b2c_be_nl/pic/vakantiegeld/2025/parasol3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	pointer-events: none;
	display: none;
}

@media (min-width: 1900px) {
	body::after {
		display: block;
	}
}

html::after {
	content: '';
	position: fixed;
	bottom: 0;
	right: 50px;
	width: 450px;
	height: 450px;
	z-index: 1;
	background-image: url('/download/b2c_be_nl/pic/vakantiegeld/2025/palmboom.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
	display: none;
}

@media (min-width: 1900px) {
	html::after {
		display: block;
	}
}

#footer,
#footer-scroll-to-top {
	position: relative;
	z-index: 10;
} */

/* Page layout */

#content {
  opacity: 0;
  transition: opacity 0.2s;
  /* box-shadow: rgb(0 0 0 / 25%) 0px 0px 20px; */
  /* clip-path: inset(0px -200px 0px -200px); */
  margin-bottom: -42px;
  /* background-color: #ffffff10; */
}

#promoWrapper {
  padding-left: 12px;
  padding-right: 12px;
}

.input-group .btn {
  z-index: 1 !important;
}

#header {
  margin-bottom: initial !important;
}

.skyscraper {
  display: none;
}

.nav-pills .nav-link.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.promoSky {
  top: 295px;
}

@media (min-width: 0) and (max-width: 1902px) {
  .promoSky {
    display: none;
  }
}

@media (min-width: 1902px) {
  .hideOnDesktop {
    display: none;
  }
}

.beBackup {
  display: none;
}

.promoSky.left {
  left: -186px;
}

.promoSky.right {
  left: 1295px;
  width: 200px;
  height: auto;
}

.promoSky a,
.promoHeaderOutlet a {
  opacity: 1;
  transition: all ease-in-out 0.2s;
}

/* .promoSky img {
  border: solid 2px #ffffff;
  border-radius: 5px;
   border: 1px solid rgba(191, 32, 46, 0.5); 
} */

#footerheading {
  background-color: initial;
  opacity: 0;
}

.visually-hidden {
  display: none !important;
}

/* Header en banners */

/* .promoHeader {
	margin-top: 10px;
	margin-bottom: 10px;
} */

.promoHeader.inPage img,
.promoHeader.inPage picture {
  border-radius: 5px;
}

.promoHeaderOutlet {
  margin: 10px -13px 9px -15px;
}

.promoHeaderOutlet img {
  width: 100%;
  /* cursor: pointer; */
  /* border-radius: 5px;
	border: 1px solid rgba(191, 32, 46, 0.5); */
}

.promoHeaderImage {
  display: block;
}

/* Make banner images responsive while maintaining visibility */
.banner-images {
  display: block;
  width: 100%;
}

.banner-images img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Banner images - consistent across all screen sizes */
.banner-images {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.promoCard.promoBanner .banner-images {
  overflow: visible !important;
}

.banner-images img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* When position is absolute (during transitions), ensure proper positioning */
.banner-images img[style*="position: absolute"] {
  top: 0;
  left: 0;
  right: 0;
}

/* Header styles */
.promoPageTitle {
  padding: 20px 5px;
  text-align: center;
  position: relative;
  overflow: visible;
  display: none;
  /* Hidden by default */
}

/* Show header title only on large screens */
/* @media (min-width: 1900px) {
	.promoMenu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
		margin: 20px 0;
		padding: 10px 5px;
		color: #df2f2f;
		font-size: 1.1rem;
	}

	.promoMenuButton,
	.promoMenuButtonAll {
		padding: 8px 16px;
		border-radius: 4px;
		background-color: #f8f8f8;
		cursor: pointer;
		font-size: 14px;
		transition: all 0.2s ease;
	}

	.promoMenuButton:hover,
	.promoMenuButtonAll:hover {
		background-color: #fdc452;
	}
} */

.header-palm-tree {
  position: absolute;
  bottom: 0px;
  right: 150px;
  width: 160px;
  height: 160px;
  background-image: url("/download/b2c_be_nl/pic/vakantiegeld/2025/palmboom_mini.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 2;
}

.promoPageTitle h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.promoPageTitle h1 .highlight {
  color: #bf202e;
}

.promoHeader img {
  width: 100%;
  /* cursor: pointer; */
  /* border-radius: 5px;
	border: 1px solid rgba(191, 32, 46, 0.5); */
}

.promoTitleHeader {
  margin-top: 10px;
  margin-bottom: 11px;
}

.promoTitleHeader img {
  width: 100%;
  /* cursor: pointer; */
  border-radius: 5px;
  border: 1px solid rgba(191, 32, 46, 0.5);
}

/* Navigatie */

.promoMenu {
  margin: 5px -5px 0px;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.1rem;
  grid: auto / repeat(6, 1fr);
  gap: 12px;
  padding: 0 5px;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .promoMenu {
    grid: auto / repeat(3, 1fr);
    font-size: 0.75rem;
  }
}

.promoMenu > div {
  font-weight: bold;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  /* border: 1px solid rgba(191, 32, 46, 0.5); */
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.05rem;
}

.promoMenu > div:hover {
  /* border: 1px solid rgba(191, 32, 46, 0.5); */
  background-color: #df2f2f;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.promoMenuActive {
  cursor: default !important;
  background-color: #df2f2f !important;
  color: white !important;
}

#promoMenuAll {
  bottom: 30px;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2147;
}

#promoMenuAll.hide {
  display: none;
}

#promoMenuAll button {
  background-color: #ffffff;
  color: #df2f2f;
  border: none;
  border-radius: 5px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.8rem, 0.7vw + 0.65rem, 1.1rem);
  font-weight: bold;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#promoMenuAll button:hover {
  background-color: #e4e4e4;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.promoMenuButton,
.promoMenuButtonAll {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promoMenuButton span,
.promoMenuButtonAll span {
  font-size: clamp(0.75rem, 0.6vw + 0.6rem, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 15px;
}

/* Content */

.listing-mosaic.grid-container {
  display: grid;
  grid: auto / repeat(12, 1fr);
  gap: 12px;
}

.listing-mosaic.grid-container > div:nth-child(7n + 1),
.listing-mosaic.grid-container > div:nth-child(7n + 2),
.listing-mosaic.grid-container > div:nth-child(7n + 3),
.listing-mosaic.grid-container > div:nth-child(7n + 4) {
  grid-column: span 3;
}

.listing-mosaic.grid-container > div:nth-child(7n + 5),
.listing-mosaic.grid-container > div:nth-child(7n + 6),
.listing-mosaic.grid-container > div:nth-child(7n + 7) {
  grid-column: span 4;
}

@media (max-width: 699px) {
  .listing-mosaic.grid-container {
    display: grid;
    grid: auto / repeat(12, 1fr);
    gap: 12px;
  }

  .listing-mosaic.grid-container > div:nth-child(7n + 1),
  .listing-mosaic.grid-container > div:nth-child(7n + 2),
  .listing-mosaic.grid-container > div:nth-child(7n + 3),
  .listing-mosaic.grid-container > div:nth-child(7n + 4) {
    grid-column: span 6;
  }

  .listing-mosaic.grid-container > div:nth-child(7n + 5),
  .listing-mosaic.grid-container > div:nth-child(7n + 6),
  .listing-mosaic.grid-container > div:nth-child(7n + 7) {
    grid-column: span 6;
  }

  /* #cat0.listing-mosaic.grid-container>div:nth-child(7n+5), #cat1.listing-mosaic.grid-container>div:nth-child(7n+5), #cat2.listing-mosaic.grid-container>div:nth-child(7n+3), #cat3.listing-mosaic.grid-container>div:nth-child(7n+7), #cat4.listing-mosaic.grid-container>div:nth-child(7n+5), #cat5.listing-mosaic.grid-container>div:nth-child(7n+7), #cat6.listing-mosaic.grid-container>div:nth-child(7n+5) {
		grid-column: span 12;
	} */

  #cat1.listing-mosaic.grid-container > div:nth-child(38) {
    grid-column: span 6 !important;
  }
}

/* @media (max-width: 699px) {
	#toppers .listing-mosaic.grid-container>div:nth-child(7),
	#laptop .listing-mosaic.grid-container>div:nth-child(100),
	#pc .listing-mosaic.grid-container>div:nth-child(100),
	#hardware .listing-mosaic.grid-container>div:nth-child(100),
	#software .listing-mosaic.grid-container>div:nth-child(100),
	#peripherals .listing-mosaic.grid-container>div:nth-child(100),
	#apple .listing-mosaic.grid-container>div:nth-child(100) {
		display: none;
	}
} */

/* .promoContent {
	background-color: #fbf3de;
	padding-top: 5px;
} */

/* .promoContent .promoCards {
	padding: 0 5px 5px;
	margin: auto;
	margin: 0 -5px;
} */

.promoCard a {
  background: #ffffff;
  display: block;
  padding: 10px;
  /* border-radius: 5px; */
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: all ease-in-out 0.2s;
  /* border: 1px solid rgba(191, 32, 46, 0.5); */
  box-shadow: 0px 0px 20px 3px rgba(224, 250, 255, 0);
}

.promoSky a:hover,
.promoLogos a:hover {
  opacity: 0.9;

  box-shadow: 0px 0px 20px 0px rgba(224, 250, 255, 0.6);
}

.promoCard a:hover {
  background-color: #ffffff;
  transition: all ease-in-out 0.2s;
}

/* .promoCard a img {
  box-shadow: 0px 0px 104px 110px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 104px 110px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 104px 110px rgb(255, 255, 255);
} */

/* Ensure title container is above image shadow */
.promoCard a > .col-12:has(.promoTitle) {
  position: relative;
  z-index: 10;
}

.promoCard .promoTitle {
  position: relative;
  z-index: 10;
}

/* Keep image container below title */
.promoCard a > .col-12:has(img) {
  position: relative;
  z-index: 0;
}

/* .promoCard a:hover img {
  -webkit-filter: drop-shadow(0px 0px 25px rgba(255, 255, 255, 0.75));
  filter: drop-shadow(0px 0px 25px rgba(255, 255, 255, 0.75));
  transition: -webkit-filter 0.2s, filter 0.2s;
}*/

.promoCard img {
  max-width: 100%;
}

.eyecatcher-container .badge {
  border: unset;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 400;
  padding: 7px 0;
  background-color: #df2f2f;
}

h3.promoTitle {
  color: #000000;
  font-size: 1rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.4em;
  text-wrap: balance;
  margin-bottom: 1rem;
}

h4.promoTitle {
  color: #383838;
  font-size: 0.7rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  height: 2.4em;
  text-wrap: balance;
}

@media only screen and (max-width: 600px) {
  h3.promoTitle,
  h4.promoTitle {
    font-size: 0.8rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    height: 3.6em;
  }
}

.promoPrices {
  position: relative;
  text-align: right;
  margin-top: 1rem;
  /* bottom: 5px; */
}

.promoNotice {
  text-align: left;
  position: absolute;
  color: black;
  bottom: 0;
  max-width: 40%;
}

.promoPrice {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin: 0;
  background-color: #df2f2f;
  text-align: center;
  /* line-height: 40px; */
  color: #ffffff;
  font-size: clamp(1.2rem, 1vw + 0.6rem, 1.5rem);
  font-weight: 900;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.promoStrikeprice {
  display: none;
  height: 32px;
  padding: 0.25rem 1rem;
  position: absolute;
  bottom: 25px;
  right: 7px;
  line-height: 22px;
  color: #ffffff;
  font-size: clamp(0.85em, 0.95vw + 0.65em, 0.95em);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  /* text-decoration: line-through; */
  /* box-shadow: #16476e 1px 2px 20px 0px; */
  background: #036c04 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><line x1='15' y1='70' x2='85' y2='30' stroke='hsl(0, 100%, 100%)' stroke-width='1' vector-effect='non-scaling-stroke'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-weight: 600px;
  text-align: center;
  border-radius: 5px;
}

.promoCardsOutlet .promoStrikeprice {
  bottom: 20px;
}

.promoPrice.hideVanaf span span {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .promoStrikeprice {
    height: 38px;
    bottom: 25px;
    right: 5px;
    line-height: 31px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1120px) {
  .promoPrice {
    display: block;
    margin: 5px 0 0 0;
    padding: 0.1rem 0.5rem;
    line-height: 45px;
  }

  .promoStrikeprice {
    font-size: clamp(0.7em, 0.8vw + 0.5em, 0.85em);
  }
}

@media only screen and (max-width: 600px) {
  .frTooBig {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .promoMenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .promoMenuButton {
    width: 100%;
    margin: 0;
  }
}

.promoStrikeprice:empty,
.promoStrikeprice:has(span:empty) {
  display: none;
}

.soldOut {
  filter: grayscale(1);
  pointer-events: none;
  cursor: default;
}

.soldOut img,
.soldOut .promoTitle {
  opacity: 0.8;
}

/* .promoBanner:not([data-price-type="priceFixed"]) .promoPrice {
	background-color: #8e1923;
} */

/* .promoBanner:not([data-price-type="priceFixed"]):not([data-price-type="priceFrom"]):not([data-price-type="discountEuro"]):not([data-price-type="discountPercentage"]) .promoPrice:not(:first-child) {
	display: none;
} */

/* .promoBanner a {
   background-image: url(/download/b2c_be_nl/pic/b2s/2023/Blanko-Banner.jpg?v=3); 
   background-size: 110%; 
} */

.promoBanner img[id]:not(:first-child),
.promoVanaf img[id]:not(:first-child) {
  display: none;
}

/* Center single images in banners */
.banner-images img:only-child {
  display: block;
  margin: 0 auto;
}

/* @media only screen and (max-width: 992px) {
	.promoBanner a {
		background-size: 150%;
	}
}

@media only screen and (max-width: 500px) {
	.promoBanner a {
		background-size: 175%;
	}
} */

@media only screen and (min-width: 992px) {
  .promoMobile {
    display: none;
  }
}

@media only screen and (min-width: 1920px) {
  .promoLessThanFHD {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .promoCards:not(.promoCardsOutlet) .eyecatcher-container {
    display: none;
  }
}

/* Outlet highlights */

.promoCardsOutlet,
.promoCardsLS {
  margin: 4px -3px 6px -5px !important;
}

.promoCardsOutlet .highlight-carousel-container,
.promoCardsLS .highlight-carousel-container {
  position: relative;
  padding: 0px;
}

.promoCardsOutlet .swiper,
.promoCardsLS .swiper {
  position: static;
  user-select: none;
}

.promoCardsOutlet a.card,
.promoCardsLS a.card {
  background-color: #ffffff;
  border: 1px solid rgba(242, 175, 66, 0.5) !important;
  opacity: 1;
  transition: opacity 0.1s;
}

.promoCardsOutlet a.card:hover,
.promoCardsLS a.card:hover {
  opacity: 0.8;
  transition: opacity 0.1s;
}

.promoCardsOutlet .promoTitle,
.promoCardsLS .promoTitle {
  color: #141a2f;
  font-size: 1rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.6em;
}

.promoCardsOutlet .promoCard a,
.promoCardsLS .promoCard a {
  margin: 5px;
}

.promoCardsOutlet .promoCard img,
.promoCardsLS .promoCard img {
  max-width: 85%;
}

.promoCardsOutlet .eyecatcher-container div span,
.promoCardsLS .eyecatcher-container div span {
  line-height: 1.5;
  display: inline-block;
}

.promoCardsOutlet .promoPrices {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.promoPriceDifference {
  font-weight: 900;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  margin: 0 5px;
  color: #ffffff;
  background-color: #df2f2f;
  height: 35px;
  width: 35px;
  /* padding: 0 9px; */
  border-radius: 20px;
  top: 195px;
}

.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;
  }
}

.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.promoStrikePriceText {
  font-size: 0.65rem;
  display: block;
  align-self: flex-end;
  position: relative;
  bottom: 0;
  margin: 0;
}

@media only screen and (max-width: 650px) {
  .promoCardsOutlet .promoPrices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .promoCardsOutlet .promoPrices div {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .promoCardsOutlet .promoPrices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .promoCardsOutlet .promoPrices div {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .promoCardsOutlet .promoPrice {
    width: 50%;
  }
}

/* Footer */

.promoLogos {
  color: #ffffff;
  padding: 0 25px;
  margin: 2.5rem auto;
}

@media (min-width: 768px) {
  .promoLogos {
    padding: 0 100px;
  }
}

.promoLogos .row {
  justify-content: center;
}

.promoLogos a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
}

.promoLogos h2 {
  font-size: 1.75rem;
}

.promoLogos img {
  max-width: 100%;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.promoLogos .mh-40 img {
  max-height: 40px;
}

.promoLogos .mh-50 img {
  max-height: 50px;
}

.promoLogos .mh-60 img {
  max-height: 60px;
}

.promoLogos .mh-70 img {
  max-height: 70px;
}

.promoLogos .mh-80 img {
  max-height: 80px;
}

.promoLogos .mh-90 img {
  max-height: 90px;
}

.promoLogos .mh-100 img {
  max-height: 100px;
}

@media (min-width: 1400px) {
  .promoLogos img {
    max-height: 120px;
  }
}

@media (max-width: 575.98px) {
  .promoLogos a {
    padding: 1rem 0.5rem;
  }
  .promoLogos img {
    max-height: 90px;
  }
}

.promoTerms,
.promoSantander,
.seoText {
  margin: 0;
  color: #ffffff;
  /* background-color: #fbf3de; */
}

#blacknovember {
  margin-bottom: 100px;
}

.promoTerms {
  margin: 80px 0;

  background: #15466e;
  /* box-shadow: inset #00000036 0px 0px 80px; */
  /* position: relative; */
  /* margin-left: 50vw; */
  /* margin-right: 50vw; */
  width: 100dvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-bottom: 42px;
}

.promoTerms p,
.promoSantander p {
  text-align: center;
  margin: 0;
  /* padding: 0.5rem 0.5rem 0; */

  /* text-shadow: 0px 0px 6px #000000; */
}

.promoSantander span {
  font-size: 1.5rem;
}

.seoText a,
.seoText a:hover {
  text-decoration: none;
  color: #bf202e;
}

/* Fix floating header whitespace */

@media (min-width: 992px) {
  .content-margin-alternate {
    margin-top: 104px !important;
  }
}

@media (max-width: 991px) {
  .content-margin-alternate {
    margin-top: 49px !important;
  }
}

/* Fix mobile page width */

/* @media (max-width: 1300px) {
	#content {
		margin-left: -15px;
		margin-right: -15px;
		touch-action: pan-y;
		//overflow-x: hidden;
	}
} */

/* Countdown */

/* ==========================================================================
   SEO TEXT CONTAINER
   ========================================================================== */

#seoTextContainer {
  color: white;
  margin: 10px auto;
  width: 50%;
  max-width: 1300px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.018em;
  padding: 0 0 30px 0;
  text-align: left;
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
  #seoTextContainer {
    padding: 0 0.5rem;
    width: 100%;
  }
}

/* Link styling within SEO text */
#seoTextContainer a {
  color: white;
}

.seoText {
  width: 100dvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: #15466e;

  margin-top: -42px !important;
}

.skyscraper {
  display: none;
}

@media (min-width: 992px) {
  .content-margin-alternate {
    margin-top: 104px !important;
  }
}

@media (max-width: 991px) {
  .content-margin-alternate {
    margin-top: 49px !important;
  }
}

#headerbanner-placeholder-container {
  display: none;
}

.bnheader {
  display: block;
  text-align: center !important;
  /* background: rgba(0,0,0,1);
	background: radial-gradient(circle at top left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 25%); */
  margin-top: -4px;
}

.bnheader img {
  width: 100%;
}

.bnheader div {
  color: white;
  font-size: 2rem;
}

.newsletter p {
  color: white;
  font-size: 1.5rem;
}

@media only screen and (max-width: 650px) {
  .bnheader div {
    font-size: 1.25rem;
  }
}

.countdown .flipdown {
  margin: auto;
  box-sizing: border-box;
}

.flipdown {
  margin: auto;
}

/* Countdown timer */

/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #ffffff;
  background-color: #151515;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #efefef;
  background-color: #202020;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #eeeeee;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  background-color: #dddddd;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #dddddd;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #eeeeee;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 600px;
  height: 110px;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

/* .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
		content: '';
		position: absolute;
		bottom: 20px;
		left: 115px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
		content: '';
		position: absolute;
		bottom: 50px;
		left: 115px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	} */

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 650px) {
  .flipdown {
    width: 390px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.7rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}

@media (max-width: 400px) {
  .flipdown {
    width: 305px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 25px;
  }

  .flipdown .rotor-group {
    padding-right: 10px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.6rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}

.promoCard {
  box-shadow: 0px 0px 20px 3px rgba(224, 250, 255, 0);
  opacity: 1;
  border: none !important;
  position: relative;
  overflow: hidden;

  transition: all ease-in-out 0.2s;
}

.promoCard:hover {
  opacity: 0.95;
  box-shadow: 0px 0px 20px 3px rgba(224, 250, 255, 0.6);
}

.promoCard a {
  position: relative;
  background: rgb(255, 255, 255) !important;
  border: 2px solid rgba(200, 200, 200, 0.4) !important;
}

.snow-wiggle {
  animation: snow-wiggle 2s 2s ease-in-out;
}

@keyframes snow-wiggle {
  0% {
    transform: translateX(0px);
  }
  5% {
    transform: translateX(-2px);
  }
  10% {
    transform: translateX(2px);
  }
  15% {
    transform: translateX(-2px);
  }
  20% {
    transform: translateX(2px);
  }
  25% {
    transform: translateX(-3px);
  }
  30% {
    transform: translateX(3px);
  }
  35% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  45% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  55% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(5px);
  }
  65% {
    transform: translateX(-4px);
  }
  70% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(2px);
  }
  85% {
    transform: translateX(-1px);
  }
  90% {
    transform: translateX(1px);
  }
  95% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0px);
  }
}
