/* Kleuren: Rood #d82e29 | Donkerrood #8e1923 | Geel #ffd379 | Oranje #fdc452  */

/* 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 met afbeelding */
body {
	background-color: #ffd378;
	position: relative;
}

body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('/download/b2c_be_nl/pic/solden/2025/zomer/1293_zomersolden_wallpaper_pattern_transparent_reduced.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 25%;
	opacity: 0.5;
	z-index: -1;
	pointer-events: none;
}

@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;
	z-index: 2;
}

.input-group .btn {
	z-index: 1 !important;
}

#header {
	margin-bottom: initial !important;
}

.skyscraper {
	display: none;
}

.promoSky {
	top: 243px;
}

@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: opacity 0.2s;
}

.promoSky img {
	border-radius: 5px;
	border: 1px solid rgba(191, 32, 46, 0.5);
}

#footerheading {
	background-color: initial;
	opacity: 0;
}

/* Header en banners */

/* .promoHeader {
	margin-top: 10px;
	margin-bottom: 10px;
} */

.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%;
}

.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: 10px;
		margin: 20px 0;
		padding: 10px 5px;
		color: #d82e29;
		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: #d82e29;
	font-size: 1.1rem;
	grid: auto / repeat(6, 1fr);
	gap: 10px;
	padding: 0 5px;
	margin-bottom: 10px;
}

@media (max-width: 699px) {
	.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: #ffecc5;
	-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: #d82e29 !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: #d82e29;
	border: 1px solid #d82e29;
	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: #ffecc5;
	-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;
}

/* Flex navigatie */

.promoMenu>div {
	flex: 1 1 0px;
}

@media (max-width: 991px) {
	.promoMenu {
		flex-wrap: wrap;
	}

	.promoMenu>div {
		width: 50%;
		flex: 1 1 calc(100% / 3 - 30px);
	}
}

/* Content */

.listing-mosaic.grid-container {
	display: grid;
	grid: auto / repeat(12, 1fr);
	gap: 10px;
}

.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: 10px;
	}

	.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: opacity 0.2s;
	border: 1px solid rgba(191, 32, 46, 0.5);
}

.card {
	border: none !important;
}

.promoCard a:hover,
.promoSky a:hover,
.promoHeaderOutlet a:hover {
	opacity: 0.8;
	transition: opacity 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: #d82e29;
}

h3.promoTitle {
	color: #2d2d2d;
	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;
}

h4.promoTitle {
	color: #797979;
	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: 10px;
	/* 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: #d82e29;
	text-align: center;
	/* line-height: 40px; */
	color: #ffffff;
	font-size: clamp(0.9rem, 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 {
	height: 32px;
	padding: 0.25rem 1rem;
	background-color: #8e1923;
	position: absolute;
	bottom: 25px;
	right: 7px;
	line-height: 22px;
	color: #ffffff;
	font-size: clamp(0.7em, 0.8vw + 0.5em, 0.85em);
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	text-decoration: line-through;
	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.90rem;
	}
}

@media only screen and (max-width: 768px) {
	.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: 992px) and (min-width: 768px) {
	.promoPrice {
		display: block;
		margin: 5px 0 0 0;
		padding: 0.1rem 0.5rem;
		line-height: 45px;
	}
}

@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;
	}
}

@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: 8px;
	}

	.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%; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.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 .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: #d82e29;
	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;
	}
}

/* Footer */

.promoLogos {
	padding: 0 5px 5px;
	margin: 2.5rem auto;
}

.promoLogos img {
	padding: 1rem 1.5rem;
	height: 100%;
	margin: auto;
}

.promoLogos .logoPadding1 {
	padding: 1rem 2rem;
}

.promoLogos .logoPadding2 {
	padding: 1rem 4.2rem;
}

@media (max-width: 1100px) {
	.promoLogos .logoPadding2 {
		padding: 1rem 3rem;
	}
}

@media (max-width: 450px) {
	.promoLogos .logoPadding2 {
		padding: 1rem 2rem;
	}
}

.promoTerms,
.promoSantander,
.seoText {
	margin: 0;
	color: #bf202e;
	/* background-color: #fbf3de; */
}

.promoTerms {
	margin-top: 25px;
}

.promoTerms p,
.promoSantander p {
	text-align: center;
	padding: 0.5rem 0.5rem 0;
}

.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;
	}
}  */