.container-filter-sort {
	width: 85%;
	max-width: 1440px;
}

.container-filter-sort form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 3rem;
}

.container-filter-sort form .filter {
	display: flex;
	justify-content: space-between;
	width: 8rem;
}

.container-filter-sort form .filter label {
	min-width: 89px;
	min-height: 37px;
	border-radius: 100px;
	background-color: #000;
	padding: .5rem 1rem;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	position: absolute;
	transform: translateX(-2rem) translateY(-.5rem);
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}

.container-filter-sort form .filter div:last-of-type label {
	background-color: #fff;
	border: 1px solid #e3e1e1;
	color: #000;
}

.container-filter-sort form .filter div {
	position: relative;
}

.container-filter-sort form .sort {
	display: flex;
}

.container-filter-sort form .sort select {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	border-radius: 100px;
	width: 190px;
	color: #767676;
	padding: 0 1rem;
	margin-left: 1rem;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-position:
	calc(100% - 20px) calc(1em + 3px),
	calc(100% - 15px) calc(1em + 2px),
	100% 0;
	background-image: url('/src/images/productdetail/icon-select-arrow.svg');
	background-repeat: no-repeat;
}
.container-filter-sort form .sort p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	color: #595959;
}
.container-sapjes {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	grid-gap: 1rem;
	width: 90%; 
	max-width: 1440px;
}

.big { grid-area: 2 / 3 / 4 / 5; }
.b { grid-area: 1 / 2 / 2 / 3; }
.c { grid-area: 1 / 3 / 2 / 4; }
.d { grid-area: 1 / 4 / 2 / 5; }
.e { grid-area: 2 / 1 / 3 / 2; }
.f { grid-area: 2 / 2 / 3 / 3; }
.g { grid-area: 3 / 1 / 4 / 2; }
.h { grid-area: 3 / 2 / 4 / 3; }
.i { grid-area: 4 / 1 / 5 / 2; }
.j { grid-area: 4 / 2 / 5 / 3; }
.k { grid-area: 4 / 3 / 5 / 4; }
.l { grid-area: 4 / 4 / 5 / 5; }


.container-healthy-banner {
	display: flex;
	width: 85%;
	max-width: 1440px;
	justify-content: center;
}

.container-healthy-banner > section {
	max-width: 746px;
	width: 100%;
	background-color: #e7d6d6;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
}
.container-healthy-banner > section > h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
}

.container-healthy-banner > article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	width: 100%;
	background-color: #f6f6f6;
	padding: 3rem;
}

.container-healthy-banner > article a {
	background-color: #000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	width: 100%;
	text-align: center;
	padding: .5rem 0;
	border-radius: 100px;
	margin-top: 1rem;
	max-height: 40px;
	transition: .2s ease;
}
.container-healthy-banner > article a:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

.container-healthy-banner > article h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 0rem;
}

.container-healthy-banner > article li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}
.container-healthy-banner > article ul {
	padding-left: 1rem;
}

summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	padding: 1.5rem 0;
}

.second {
	margin-bottom: 5rem;
	margin-top: 0;
}

@media (max-width: 900px) {
	.desktop {
		display: none;
	}
	.container-filter-sort {
		width: 90%;
	}
	.container-filter-sort form {
		flex-direction: column;
	}

	.container-filter-sort form .filter label {
		transform: translateX(calc(-50% - .7rem));
		min-width: 111px;
	}
	.container-filter-sort form .filter {
		width: 80%;
		margin-bottom: 3rem;
	}

	.container-filter-sort form .sort {
		width: 100%;
		justify-content: space-between;
	}

	.container-filter-sort form .sort p {
		font-size: 15px;
	}

	.mobile-container-sapjes {
		display: grid; 
		grid-template-columns: 50% 50%; 
		grid-template-rows: 1fr 1fr 296px 1fr 1fr; 
		gap: 0px 0px; 
		width: 100%;
		grid-gap: 0;
		overflow-x: hidden;
		transform: scale(0.96);
		width: 100%;
		grid-template-columns: 50% 50%;
		justify-items: center;
	}
	.container-product-bottom{
		max-width: 100%;
		justify-content:space-between;
	}
	.section-sap {
		margin: 0;
		width: 100% !important;
		transform: scale(0.92);
	}
	.big {
		display: block !important;
	}
	.section-sap > img {
		width: 100%;
	}
	.section-sap article{
		width:100%
	}
	.section-sap >a article span{
		font-size:11.5px;
	}

	.b { grid-area: 1 / 2 / 2 / 3; }
	.c { grid-area: 2 / 1 / 3 / 2; }
	.d { grid-area: 2 / 2 / 3 / 3; }
	.big { grid-area: 3 / 1 / 3 / 3; }
	.e { grid-area: 4 / 1 / 5 / 2; }
	.f { grid-area: 4 / 2 / 5 / 3; }
	.g { grid-area: 5 / 1 / 6 / 2; }
	.h { grid-area: 5 / 2 / 6 / 3; }

	.container-healthy-banner {
		flex-direction: column;
		width: 90%;
	}
	.container-healthy-banner section {
		height: fit-content;
		padding-bottom: 1rem;
	}
	.container-healthy-banner > section h1 {
		font-family: 'Roboto', sans-serif;
		font-size: 25px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
	}
	.container-healthy-banner > section img {
		width: 90%;
	}
	.container-healthy-banner > article {
		padding: 1rem;
		max-width: none;
	}
	.container-healthy-banner > article a {
		margin-bottom: 1rem;
		margin-top: .5rem;
	}
	.section-sap article h4 {
		font-size: 17px;
	}
	.section-sap article p {
		font-size: 17px;
	}
	.section-sap article span {
		font-size: 14px;
	}
	.section-sap > button {
		top: 44%;
		left: 78%;
	}
	.section-image {
		height: 19rem;
		overflow: hidden;
		padding-top: 4rem;
	}
	.section-image img {
		width: 100%;
	}
}
@media (max-width: 1300px) {
	.section-sap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.container-product-bottom {
		transform: inherit;
		width:100%;
	}
	.container-sapjes {
		display: block;
		flex-wrap: wrap;
		width: 100%;
		padding: 0px;
		overflow: hidden;
		margin: 0px;
	}
	.container-sapjes.products.columns-4 .section-sap {
		width: 25%;
		float: left;
		margin: 0px;
		padding: 7.5px;
	}
	.big {
		display: none;
	}
	.container-healthy-banner > section > h1 {
		font-size: 40px;
		text-align: center;
	}
	@media(max-width: 350px){
		.container-desc-par{
			margin-top: 2rem;
		}
		.section-sap{
			transform: scale(0.9);
		}
		.container-product-bottom h3{
			margin-right: 10px;
		}
		.section-image{
			padding-top:3rem;
		}
		.section-image img{
			width: 100vw;
		}
		.container-faq{
			margin-top:1.7rem;
		}
		.container-faq h1{
			margin-bottom:1.7rem;
		}
	}
}
