/* Details */
#details {
	margin-bottom: 5rem;
}

#details h2 {
	margin-top: 1rem;
	text-transform: uppercase;
}

#details hr {
	border-bottom: 1px solid #F2F5F9;
	border-color: #F2F5F9 !important;
}

@media (min-width: 576px) {
	#details h2 {
		padding-bottom: 2rem;
		font-size: 2rem;
		line-height: 1.2em;
		text-align: left;
	}
}

@media (min-width: 768px) {
	#details h2 {
		margin-top: 0px;
		padding-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	#details h2 {
		font-size: 2.6rem;
		line-height: 1.1em;
	}
}

/* Unique Selling Point */
#usp .row {
	justify-content: space-evenly;
}

.usp-item {
	text-align: center;
	margin-bottom: 2rem;
}

.usp-item img {
	width: 75px;
}

.usp-item h3 {
	margin: 1rem 0px;
	color: #F7A600;
	font-size: 1.375rem;
	font-weight: 900;
	text-transform: uppercase;
}

@media screen and (min-width: 576px) {
	.usp-item {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.usp-item {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Sustainability */
#sustainability {
	padding-top: 3rem;
}

#main .sustainability-banner-headline {
	padding-top: 0px;
	padding-bottom: 2rem;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
}

#main .sustainability-banner-headline h2 {
	margin-bottom: 0px;
	padding-bottom: 1.5rem;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 2.25rem;
	color: #004388;
	text-align: left;
}

#main .sustainability-banner-headline p {
	color: #000;
}

@media (min-width: 768px) {
	#main .sustainability-banner {
		border-radius: 10px;
		overflow: hidden;
	}

	#main .sustainability-banner-headline {
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 3rem;
		padding-right: 3rem;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 6rem;
		max-width: 720px;
		text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}

	#main .sustainability-banner-headline h2 {
		margin-bottom: 0.5rem;
		font-size: 2rem;
		line-height: 2.2rem;
		color: #fff;
	}

	#main .sustainability-banner-headline p {
		color: #fff;
	}
}

@media (min-width: 992px) {
	#main .sustainability-banner-headline {
		padding-left: 4rem;
		padding-right: 4rem;
		top: 3rem;
		max-width: 960px;
	}

	#main .sustainability-banner-headline h2 {
		margin-bottom: 0rem;
		font-size: 2.3rem;
		line-height: 2.6rem;
	}
}

@media (min-width: 1200px) {
	#main .sustainability-banner-headline {
		padding-left: 5rem;
		padding-right: 5rem;
		top: 7rem;
		max-width: 1140px;
	}

	#main .sustainability-banner-headline h2 {
		margin-bottom: 0rem;
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
}

@media (min-width: 1400px) {
	#main .sustainability-banner-headline {
		padding-left: 7rem;
		padding-right: 7rem;
		top: 10rem;
		max-width: 1320px;
	}
}

@media (min-width: 1600px) {
	#main .sustainability-banner-headline {
		padding-left: 9rem;
		padding-right: 9rem;
		top: 12rem;
		max-width: 1440px;
	}
}

/* This might also interest you */
#interest .productSwiper {
	padding: 0px 0.75rem 10px 0.75rem !important;
}

.interest-items-wrapper {
	padding-left: 1rem;
	padding-right: 1rem;
}

#interest h2 {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	text-transform: uppercase;
}

#interest .interest-item {
	position: relative;
}

#interest .interest-item:after {
	content: " ";
	position: absolute;
	display: block;
	width: 70%;
	height: 70%;
	left: 0px;
	bottom: -1rem;
	background-color: #00A6E2;
	border-radius: 20px;
	z-index: 10;
}

#interest .interest-item-wrapper {
	position: relative;
	z-index: 200;
	margin-left: 1rem;
	margin-bottom: 1rem;
	border-radius: 20px;
	overflow: hidden;
}

#interest .interest-item-wrapper img {
	position: relative;
	width: 100%;
	z-index: 300;
	border-radius: 20px;
	overflow: hidden;
	filter: brightness(80%);
	transition: transform 0.5s, filter 0.5s;
}

#interest .interest-item-wrapper img:hover {
	transform: scale(1.05);
	filter: brightness(100%);
}

#interest .interest-item-wrapper h3 {
	position: absolute;
	margin-bottom: 0px;
	padding: 0px 0.5rem;
	bottom: 4rem;
	width: calc(100% - 1rem);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
	z-index: 301;
}

#interest .interest-item-wrapper h3:after {
	content: " ";
	display: block;
	position: absolute;
	left: 36%;
	bottom: -1rem;
	width: 28%;
	height: 2px;
	background-color: #00A6E2;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -40px;
}

.slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 0px 0.9rem 0px 0px;
	background-color: #004388;
	opacity: 1;
}

.slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}

.slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00A6E2;
}

@media (min-width: 992px) {
	#interest {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	#interest .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.interest-items-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	#interest .interest-item-wrapper h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.interest-items-wrapper {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	#interest .interest-item-wrapper h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1400px) {
	#interest {
		padding-top: 4rem;
	}

	#interest .interest-item-wrapper h3 {
		font-size: 2rem;
	}
}