/* 	--font-family-header */
/* 	--font-family */
/* 	--radius-l */
/* 	--radius-m */
/* 	--radius-s */
/* 	--knop-radius */
/* 	--zwart */
/* 	--wit */
/* 	--bg */
/* 	--bg-alt */
/* 	--tint-1 */
/* 	--tint-1-filter */
/* 	--tint-2 */
/* 	--tint-2-filter */
/* 	--tint-3 */
/* 	--tint-3-filter */
/* 	--tint-4 */
/* 	--tint-4-filter */
/* 	--primaire */
/* 	--primaire-filter */
/* 	--tint-donker */
/* 	--tint-donker-filter */
/* 	--donker */
/* 	--ruimte */

/* Knoppen algemeen */
.woocommerce .button {
	padding: 16px 48px;
	font-size: 18px;
	line-height: 21px;
	border-radius: var(--knop-radius);
	outline: 0;
	border: 0;
	text-decoration: none;
	font-family: var(--font-family);
	text-align: center;
}

@media (max-width: 450px) {
	.woocommerce .button {
		padding: 16px 24px;
	}
}

/* Knoppen definities - Primaire */
body.woocommerce-account button[name="save_address"],
body.woocommerce-account .woocommerce-EditAccountForm button,
body.woocommerce-checkout #place_order,
.coupon .button {
	background-color: var(--primaire);
	color: var(--wit);
}

body.woocommerce-account button[name="save_address"]:hover,
body.woocommerce-account .woocommerce-EditAccountForm button:hover,
body.woocommerce-checkout #place_order:hover,
.coupon .button:hover {
	background-color: var(--tint-donker);
	color: var(--wit);
}



/* Knoppen definities - Secundaire */
button.ywpar_apply_discounts,
.yith-wcaf-registration-form .button,
body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-checkout .woocommerce-form-coupon button,
form.woocommerce-shipping-calculator .button,
.coupon .button {
	background-color: var(--donker);
	color: var(--wit);
}

button.ywpar_apply_discounts:hover,
.yith-wcaf-registration-form .button:hover,
body.woocommerce-account .woocommerce-form-login__submit:hover,
body.woocommerce-checkout .woocommerce-form-coupon button:hover,
form.woocommerce-shipping-calculator .button:hover,
.coupon .button:hover {
	background-color: var(--tint-donker);
	color: var(--wit);
}


/* Knoppen definities - Tekst */
.button[name="update_cart"] {
	background-color: transparent;
	color: var(--donker);
	font-weight: 500;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	background-image: linear-gradient(transparent calc(100% - 1px), #000000 2px), linear-gradient(transparent calc(100% - 2px), rgb(26, 23, 19, 0.2) 1px);
	background-size: 0% 6px, 100% 6px;
	background-position: 0 bottom, 0 bottom;
	transition: background-size 500ms cubic-bezier(0.23, 1, 0.32, 1);
	background-repeat: no-repeat;
	text-decoration: none;
}
.button[name="update_cart"]:hover {
	background-size: 100% 6px, 100% 6px;
}

/* Algemeen */
.woocommerce-notices-wrapper,
.woocommerce-error {
	flex-basis: 100%;
}

.woocommerce-notices-wrapper > div {
	flex-basis: 100%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	padding: 24px 48px;
	background-color: #fff;
	margin: 48px 0;
	box-sizing: border-box;
	box-shadow: 0px 55px 99px rgba(0, 0, 0, 0.06);
}

.woocommerce-notices-wrapper > div > a {
	margin-right: 16px;
}


/* Algemeen -> Shop table */
body:not(.woocommerce-cart) .shop_table thead {
	padding: 24px;
	color: white;
	border-radius: var(--radius-m) var(--radius-m) 0 0;
}
body:not(.woocommerce-cart) .shop_table thead tr {
	background-color: var(--tint-donker) !important;
}
body:not(.woocommerce-cart) .shop_table thead :is(th, td) {
	font-weight: bold;
}
body:not(.woocommerce-cart) .shop_table :is(th, td) {
	padding: 24px 48px;
}
body:not(.woocommerce-cart) .shop_table tr:nth-of-type(odd) {
	background-color: var(--bg);
}
body:not(.woocommerce-cart) .shop_table tr:nth-of-type(even) {
	background-color: var(--bg-alt);
}
body:not(.woocommerce-cart) .shop_table :is(.cart-subtotal, .order-total) * {
	font-weight: bold;
}


/* Archief */
body.tax-product_cat,
body.tax-product_tag,
body.post-type-archive-product {
	background-color: var(--bg-alt);
}

body.tax-product_cat #primary,
body.tax-product_tag #primary,
body.post-type-archive-product #primary {
	margin: 200px auto 0 auto;
	padding: 0 20px;
}

body.tax-product_cat #breadcrumbs,
body.tax-product_tag #breadcrumbs,
body.post-type-archive-product #breadcrumbs {
	margin-bottom: 24px;
}

body.post-type-archive-product h1 {
	margin-bottom: 64px;
}

.tax_intro_container {
	display: flex;
	flex-wrap: wrap;
	gap: 0 32px;
	justify-content: space-between;
}
.tax_intro_container :is(header, .tax_intro_tekst) {
	flex: 1 0 calc(50% - 16px);
}
.tax_intro_container .tax_intro_tekst {
	margin-bottom: 36px;
}
.tax_intro_container .woocommerce-notices-wrapper {
	order: 2;
}

.shop_wrapper {
	flex-direction: column;
	display: flex;
	padding-bottom: 100px;
	position: relative;
}
.shop_wrapper:after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: var(--wit);
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
}
.shop_wrapper .shop_filters {
	align-self: start;
	width: 100%;
	position: sticky;
	top: 40px;
	z-index: 2;
	padding-top: 48px;
	padding-bottom: 12px;
}

.cat_filter {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.cat_filter > a {
	padding: 8px 24px;
	background-color: var(--bg-alt);
	border-radius: var(--radius-m);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 120px;
	min-width: 160px;
}

.cat_filter img {
	max-height: 100%;
	max-width: 50%;
}

.cat_filter a:hover {
	opacity: .6;
}

.cat_filter picture {
	max-height: 100%;
	max-width: 100px;
	overflow: hidden;
}

.cat_filter > a.active {
	border: 2px solid var(--donker);
}

.cat_filter > a:has( > p) {
	text-decoration: none;
}

.cat_filter > a > p {
	text-decoration: none;
	font-size: 24px;
	line-height: 28px;
	color: var(--zwart);
}


@media (max-width: 767px) {
	.tax_intro_container :is(header, .tax_intro_tekst) {
		flex: 1 0 100%;
	}
	.cat_filter {
		gap: 16px;
	}
	.cat_filter > a {
		padding: 16px;
		height: 80px;
		min-width: 140px;
		max-width: 50%;
		flex: 1 0 45%
	}
}

@media (min-width: 440px) {	
	.shop_wrapper .shop_filters:before {
		content: '';
		position: absolute;
		width: 100vw;
		height: 100%;
		left: 0;
		top: 0;
		background-color: var(--bg);
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
		z-index: -1;
	}
}

.shop_wrapper .shop_filters form > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 32px;
}

.shop_wrapper .shop_filters form > ul > li {
	min-width: 224px;
	position: relative;
}

.shop_wrapper .shop_filters form > ul > li:nth-child(0) > ul {
	z-index: 9;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(1) > ul {
	z-index: 8;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(2) > ul {
	z-index: 7;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(3) > ul {
	z-index: 6;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(4) > ul {
	z-index: 5;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(5) > ul {
	z-index: 4;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(6) > ul {
	z-index: 3;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(7) > ul {
	z-index: 2;
}
.shop_wrapper .shop_filters form > ul > li:nth-child(8) > ul {
	z-index: 1;
}

.shop_wrapper .shop_filters h4 {
	color: var(--tint-donker);
	font-size: 16px;
	line-height: 24px;
	outline: 0;
	background-color: var(--bgalt);
	border: 1px solid var(--donker);
	padding: 11px 48px 11px 24px;
	width: 100%;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-9x'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' class=''%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: auto 30%;
	background-position: center right 20px;
	margin-bottom: 8px;
	border-radius: var(--radius-s);
}
.shop_wrapper .shop_filters h4.active {
	background-color: var(--wit);
}
.shop_wrapper .shop_filters h4 + ul {
	color: var(--tint-donker);
	font-size: 12px;
	line-height: 18px;
	outline: 0;
	background-color: var(--wit);
	border: 0 1px 0 1px solid var(--donker);
	padding: 0px 24px;
	max-height: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	min-width: 100%;
	border-radius: var(--radius-s);
}
.shop_wrapper .shop_filters h4.active + ul {
	border: 1px solid var(--tint-donker);
	padding: 11px 24px;
	max-height: 2000px;
	height: auto;

}
.shop_wrapper .shop_filters h4 + ul li {
	margin: 8px 0;
}
.shop_wrapper .shop_filters .sf-count {
	margin-left: 4px;
}
.shop_wrapper .shop_filters :is(input[type="radio"], input[type="checkbox"]) {
	border: 2px solid var(--donker);
	width: 20px;
	height: 20px;
}

.shop_wrapper .shop_filters .sf-field-sort_order {
	margin-left: auto;
	display: inline-flex;
	justify-content: flex-end;
	min-width: unset;
}
.shop_wrapper .shop_filters .sf-field-sort_order select {
	color: var(--wit);
	background-color: var(--donker);
	font-size: 16px;
	line-height: 24px;
	outline: 0;
	border: 1px solid var(--donker);
	padding: 11px 48px 11px 24px;
	width: 100%;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 9 4-4 4 4M7 5v14m14-4-4 4-4-4m4 4V5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: auto 40%;
	background-position: center right 20px;
}

.shop_wrapper .shop_overzicht {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}
.shop_wrapper .shop_overzicht:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: white;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
}

.shop_wrapper .shop_overzicht .active_filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 16px 0;
	gap: 16px;
	margin-bottom: 12px;
	flex: 1 0 100%
}
.shop_wrapper .shop_overzicht .active_filters span {
	font-size: 12px;
	margin-right: 16px;
}
.shop_wrapper .shop_overzicht .active_filters a {
	background-color: var(--tint-1);
	border-radius: 28px;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 16px 8px 32px;
	text-decoration: none;
	color: var(--donker);	
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m12 13.4-4.9 4.9q-.275.275-.7.275t-.7-.275-.275-.7.275-.7l4.9-4.9-4.9-4.9q-.275-.275-.275-.7t.275-.7.7-.275.7.275l4.9 4.9 4.9-4.9q.275-.275.7-.275t.7.275.275.7-.275.7L13.4 12l4.9 4.9q.275.275.275.7t-.275.7-.7.275-.7-.275z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: auto 40%;
	background-position: center left 12px;
}
.shop_wrapper .shop_overzicht .active_filters a:hover {
	background-color: var(--tint-3);
}

.shop_wrapper .shop_overzicht .woocommerce-result-count {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}

.shop_wrapper .shop_overzicht .woocommerce-ordering {
	display: inline-block;
	width: 49%;
	text-align: right;
}


.shop_filters_sidebar {
	flex: 0 0 190px;
	padding-top: 16px;
}
.shop_filters_sidebar h4 {
	font-size: 22px;
	line-height: 32px;
	color: var(--primaire);
}
.shop_filters_sidebar form.searchandfilter > ul > li {
	position: relative;
}
.shop_filters_sidebar form.searchandfilter input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
.shop_filters_sidebar form.searchandfilter label {
	padding-left: 0;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	color: var(--tint-donker);
	font-weight: 500;
	margin-bottom: 10px;
}
.shop_filters_sidebar form.searchandfilter .sf-count {
	margin-left: 4px;
}
.shop_filters_sidebar form.searchandfilter > ul > li:not(:first-of-type) {
	border-top: 1px solid var(--tint-2);
	padding-top: 16px;
	margin-top: 16px;
}
.shop_filters_sidebar li.sf-field-taxonomy-product_cat > ul > li:not(.sf-option-active) {
	display: none;
}

.shop_filters_sidebar li.sf-field-taxonomy-product_cat > ul > li:has(li.sf-option-active) {
	display: block;
}
.shop_filters_sidebar li.sf-field-taxonomy-product_cat > ul > li.sf-option-active > label {
	display: none;
}
.shop_filters_sidebar li.sf-field-taxonomy-product_cat > ul li ul.children  {
	padding-left: 8px;
}
.shop_filters_sidebar li.sf-option-active > label  {
	font-weight: bold;
}

.shop_wrapper .shop_overzicht .shop_filters_sidebar + ul.products {
	flex: 1 0 calc(100% - 232px);
	margin-left: auto;
}

.products:not(.related),
.products.related > .products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.shop_wrapper .shop_overzicht .woocommerce-pagination {
	flex: 1 0 100%;
}

.shop_wrapper .shop_overzicht .shop_filters_sidebar ~ .woocommerce-pagination {
	padding-left: 200px;
}

.products.related .products .product {
	flex-basis: calc(33.333% - 32px);
}


.products.related .products .slick-list {
	width: 100%;
}
.products.related .products .slick-track {
	margin: 0;
	display: flex;
}
.products.related .products .slick-track .product {
	height: inherit;
}

.products.columns-4 .product {
	flex-basis: calc(25% - 32px);
}

.category_desc {
	max-width: 864px;
	margin: 0 auto;
	padding-top: var(--ruimte);
	position: relative;
	z-index: 2;
}
p + :is(h2, h3, h4, h5, h6) {
	padding-top: 32px;
}
.category_desc:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--wit);
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	z-index: -1;
}

ul.page-numbers {
	display: flex;
	gap: 16px;
	width: 100%;
	margin-top: 48px;
	align-items: center;
	flex-wrap: wrap;
}
ul.page-numbers li:has(a.prev),
ul.page-numbers li:has(a.next) {
	flex: 1;
}
ul.page-numbers li:has(a.next) {
	text-align: right;
}
ul.page-numbers li a.prev,
ul.page-numbers li a.next {
	font-size: 20px;
	line-height: 32px;
	color: var(--donker);
	text-decoration: none;
	white-space: nowrap;
}
ul.page-numbers li a.prev:hover,
ul.page-numbers li a.next:hover {
	text-decoration: underline;
}
ul.page-numbers li:has(a.prev):after,
ul.page-numbers li:has(a.next):before {
	content: '';
	flex: 1;
	border-bottom: 1px solid var(--donker);
	display: inline-block;
	width: 150px;
	margin-left: calc(50% - 150px);
}
ul.page-numbers li:has(a.next):before {
	margin-right: calc(50% - 150px);
	margin-left: auto;
}
ul.page-numbers li a.page-numbers:not(.next):not(.prev) {
	font-size: 20px;
	line-height: 32px;
	color: var(--donker);
	border-radius: var(--radius-s);
	border: 1px solid var(--donker);
	text-decoration: none;
	width: 32px;
	display: block;
	text-align: center;
}
ul.page-numbers li a.page-numbers:not(.next):not(.prev):hover {
	background-color: var(--tint-1);
}
ul.page-numbers li span.page-numbers.current {
	font-size: 20px;
	line-height: 32px;
	color: var(--wit);
	background-color: var(--donker);
	border-radius: var(--radius-s);
	border: 1px solid var(--donker);
	text-decoration: none;
	width: 32px;
	display: block;
	text-align: center;
}
ul.page-numbers li:first-child:has(span.page-numbers.current) {
	flex: 1;
	justify-content: flex-end;
	display: inline-flex;
	margin-left: 56px;
}
ul.page-numbers li:last-child:has(span.page-numbers.current) {
	flex: 1;
	justify-content: flex-start;
	display: inline-flex;
	margin-right: 56px;
}

@media (max-width: 1300px) {
	.shop_filters_sidebar ~ .woocommerce-pagination ul.page-numbers li:has(a.prev):after,
	.shop_filters_sidebar ~ .woocommerce-pagination ul.page-numbers li:has(a.next):before {
		display: none;
	}
}

@media (max-width: 1240px) {
	.shop_filters_sidebar ~ :is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		flex-basis: calc(50% - 32px);
	}
}

@media (max-width: 886px) {
	.shop_filters_sidebar {
		flex: 1 0 calc(100% + 32px);
		max-height: 48px;
		overflow: hidden;
		position: sticky;
		top: 56px;
		z-index: 3;
		background-color: white;
		margin-left: -16px;
		padding-left: 16px;
		padding-right: 16px;
		width: calc(100% + 32px);
	}
	.shop_filters_sidebar:before {
		content: 'Filters';
		position: relative;
		font-weight: bold;
		line-height: 32px;
		font-size: 18px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.497' height='12'%3E%3Cpath d='M9.461 11.79a.749.749 0 0 0 1.04 0l2.75-2.65a.75.75 0 1 0-1.04-1.08l-1.48 1.426V.75a.75.75 0 0 0-1.5 0v8.736L7.751 8.06a.75.75 0 1 0-1.04 1.08l2.75 2.65ZM4.011.22a.75.75 0 0 0-1.06 0L.201 2.97a.75.75 0 0 0 1.06 1.06l1.47-1.47v8.69a.75.75 0 1 0 1.5 0V2.56l1.47 1.47a.75.75 0 0 0 1.06-1.06Z' data-name='Path 23408'/%3E%3C/svg%3E");
		padding-left: 24px;
		background-size: 12px auto;
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom: 8px;
		display: block;
	}
	.shop_filters_sidebar.active {
		max-height: calc(100vh - 56px);
		overflow: auto;
		height: auto;
		padding-bottom: 48px;
	}
	.shop_wrapper .shop_overzicht .shop_filters_sidebar + ul.products {
		flex: 1 0 100%;
		margin-left: -16px;
	}
	.shop_wrapper .shop_overzicht .shop_filters_sidebar ~ .woocommerce-pagination {
		padding-left: 0;
	}
}

@media (max-width: 620px) {
	.shop_filters_sidebar ~ :is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		flex-basis: calc(50% - 16px);
	}
}

@media (max-width: 490px) {
	.shop_filters_sidebar ~ :is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		flex-basis: 100%;
	}
}

@media (max-width: 1000px) {
	ul.page-numbers li:has(a.prev):after,
	ul.page-numbers li:has(a.next):before {
		display: none;
	}
}
@media (max-width: 560px) {
	body.tax-product_cat #primary,
	body.tax-product_tag #primary,
	body.post-type-archive-product #primary {
		margin: 100px auto var(--ruimte) auto;
	}
	ul.page-numbers li :is(a, span) {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	ul.page-numbers li :is(span.page-numbers.current, a.page-numbers:not(.next):not(.prev)) {
		width: 24px;
	}
}
@media (max-width: 550px) {
	.shop_wrapper .shop_filters {
		padding-top: 8px;
		padding-bottom: 8px;
		top: 70px;
	}
	.shop_wrapper .shop_filters form > ul {
		gap: 12px;
	}
	.shop_wrapper .shop_filters h4 {
		padding: 8px 32px 8px 12px;
		font-size: 12px;
		line-height: 14px;
	}
	.shop_wrapper .shop_filters .sf-field-sort_order select {
		line-height: 8px;
		padding-right: 32px;
		background-size: auto 70%;
		background-position: center right 8px;
	}
}

@media (max-width: 440px) {
	.shop_wrapper .shop_filters {
		max-height: 48px;
		height: 48px;
		overflow: hidden;
		background-color: var(--bg);
		width: calc(100% + 40px);
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
	}
	.shop_wrapper .shop_filters.active {		
		height: auto;
		max-height: 2000px;
	}
	.shop_wrapper .shop_filters:before {
		content: 'Filters';
		position: relative;
		font-weight: bold;
		line-height: 32px;
		font-size: 18px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.497' height='12'%3E%3Cpath d='M9.461 11.79a.749.749 0 0 0 1.04 0l2.75-2.65a.75.75 0 1 0-1.04-1.08l-1.48 1.426V.75a.75.75 0 0 0-1.5 0v8.736L7.751 8.06a.75.75 0 1 0-1.04 1.08l2.75 2.65ZM4.011.22a.75.75 0 0 0-1.06 0L.201 2.97a.75.75 0 0 0 1.06 1.06l1.47-1.47v8.69a.75.75 0 1 0 1.5 0V2.56l1.47 1.47a.75.75 0 0 0 1.06-1.06Z' data-name='Path 23408'/%3E%3C/svg%3E");
		padding-left: 24px;
		background-size: 12px auto;
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom: 8px;
		display: block;
	}
}


/* Product loop item */
:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
	margin: 16px;
	flex-basis: calc(33.33% - 32px);
	position: relative;
	z-index: 0;
	padding: 32px;
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 12px;
}

@media screen and (max-width: 510px) {
	:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		height: fit-content;
	}
}

.products:has( > li.product ) {
	margin: 0 -16px;
}
.wc-block-grid__products :is(.slick-list, .slick-track) {
	flex: 1 0 100%;
	margin-left: 0;
}

.product .product_bottom .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	align-items: center;
}

:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product:before {
	content: '';
	z-index: -1;
	background-color: var(--bg-alt);
	opacity: 0.5;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: var(--radius-m);
}
:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product:hover:before {
	opacity: 1;
}
:is(.wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product:before {
	background-color: var(--wit);
	opacity: 1;
}

:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product .attachment-woocommerce_thumbnail source,
:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product .attachment-woocommerce_thumbnail img,
:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product .attachment-woocommerce_thumbnail {
	mix-blend-mode: multiply;
}

:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product a {
	text-decoration: none;
}
:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product a > * {
	order: 2;
}

:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product a > picture {
	margin-bottom: 8px;
}

:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product h2 {
	margin-top: auto;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	display: block;
	order: 0;
	margin-bottom: 8px;
}
:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product span.onsale {
	order: 1;
	background-color: var(--tint-2);
	border-radius: 16px;
	color: var(--tint-donker);
	font-size: 12px;
	line-height: 20px;
	padding: 4px 12px;
	align-self: flex-start;
	font-weight: 500;
}

:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product span.price {
	margin-bottom: 16px;
	font-weight: 500;
	display: block;
	text-align: left;
	align-items: center;
	justify-content: center;
}

:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product a {
	height: 100%;
	display: flex;
	flex-direction: column;
}
li.product .product_bottom {
	display: flex;
	gap: 12px;
	align-items: center;
	width: 100%;
	opacity: 1;
	pointer-events: all;
	margin-top: auto;
	justify-content: space-between;
}

li.product .product_inhoud_order {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 4px 8px;
}

li.product .product_backorder {
	text-transform: uppercase;
	font-size: 12px;
	color: var(--wit);
	display: block;
	background: var(--primaire);
	padding: 2px 4px;
}

li.product span.inhoud {
	color: var(--donker);
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
	margin-bottom: 12px;
}
li.product:has(span.onsale) span.inhoud {
	margin-top: -24px;
}
li.product .product_bottom span.huidconditie {
	border-radius: 15px;
	color: var(--wit);
	font-size: 14px;
	line-height: 18px;
	padding: 6px 16px;
	background-color: var(--tint-donker);
}
li.product .product_bottom span.price {
	color: var(--donker);
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0 !important;
	flex: 1 0 100%;
	display: flex !important;
}

.wholesale_saved_price_container {
	padding-bottom: 16px;
}

.so_wc_quantity {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}
li.product .so_wc_quantity .quantity {
	background-color: var(--wit);
	padding: 0;
	display: inline-flex;
	align-items: center;
	border-radius: var(--radius-s);
}
li.product .so_wc_quantity .quantity button {
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size: 24px;
}
li.product .so_wc_quantity .quantity input.qty {
	border: 0;
	text-align: center;
	-moz-appearance: textfield;
	margin: 0;
	padding: 4px;
	max-width: 64px;
}
li.product .so_wc_quantity:has(.added_to_cart) {
	flex-wrap: nowrap;
}
li.product .so_wc_quantity .added_to_cart {
	flex: 1 0 100%;
	justify-content: end;
	text-align: right;
	position: absolute;
	top: 24px;
}
li.product:has(.so_wc_quantity .added_to_cart) .product_bottom {
	gap: 48px 12px;
}
li.product .wholesale_price_container * {
	text-decoration: none;
}
li.product .so_wc_quantity .quantity input::-webkit-outer-spin-button,
li.product .so_wc_quantity .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.slick-track > li.product .so_wc_quantity .button,
ul:not(.producten_toorder) > li.product .so_wc_quantity .button {
	padding: 20px;
	background-color: transparent;
	border: 1px solid var(--donker);
	font-size: 0;
	line-height: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.663' height='13.568'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' data-name='Group 12285'%3E%3Cpath d='M6.832.5v12.572' data-name='Path 23430'/%3E%3Cpath d='M13.163 6.784H.5' data-name='Path 23431'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-size: ;
	background-repeat: no-repeat;
}
.slick-track > li.product .so_wc_quantity .button:hover,
ul:not(.producten_toorder) > li.product .so_wc_quantity .button:hover {
	background-color: var(--donker);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.663' height='13.568'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' data-name='Group 12285'%3E%3Cpath d='M6.832.5v12.572' data-name='Path 23430'/%3E%3Cpath d='M13.163 6.784H.5' data-name='Path 23431'/%3E%3C/g%3E%3C/svg%3E");
}


@media (max-width: 1200px) {
	.so-block-routine ul.products > li.product,
	.products.related .products .product,
	:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		flex-basis: calc(33% - 32px);
	}
}

@media (max-width: 1180px) {
	.so_wc_quantity {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 16px;
	}
}

@media (max-width: 1020px) {
	.so-block-routine ul.products > li.product,
	.products.related .products .product,
	:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		flex-basis: calc(50% - 32px);
	}
	.so_wc_quantity {
		position: absolute;
		bottom: 20px;
		right: 20px;
		margin-top: 0;
	}
	.shop_wrapper .shop_filters .sf-field-sort_order select {
		font-size: 0;
		padding-left: 8px;
	}
	.shop_wrapper .shop_filters .sf-field-sort_order select option {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.so_wc_quantity {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 16px;
	}
	.shop_wrapper .shop_filters form > ul > li {
		flex: 1 0 calc(50% - 32px);
	}

}

@media (max-width: 620px) {
	.so-block-routine ul.products > li.product,
	.products.related .products .product,
	:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		padding: 16px;
		margin: 8px;
		flex-basis: calc(50% - 16px);
	}
	.so-block-routine ul.products > li.product h2,
	.products.related .products .product h2,
	:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product h2 {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	li.product .product_inhoud_order {
		flex-direction: column;
		align-items: flex-start;
	}

	li.product .product_inhoud_order .inhoud {
		margin-left: 0;
	}
}

@media (max-width: 510px) {
	.so-block-routine ul.products > li.product,
	.products.related .products .product,
	:is(.products, .wc-block-grid__products, .wc-block-grid__products .slick-track, section.related.products .slick-track) > li.product {
		flex-basis: calc(100%);
	}
}



/* Single product */
body.single-product {
	position: relative;
	z-index: 0;
}

body.single-product .onsale {
	display: none;
}

body.single-product #primary {
	margin: 200px 20px 100px 20px;
}

body.single-product #primary > .site-main > .product  {
	display: flex;
	flex-wrap: wrap;
}

body.single-product #breadcrumbs {
	padding-bottom: 16px;
}

body.single-product .related.products {
	margin-top: 80px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery {
	flex: 0 0 calc(50% - 32px);
	box-sizing: border-box;
	align-self: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
	gap: 16px;
	padding-bottom: 48px;
	background-color: var(--bg);
}

body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__image picture img {
	background-color: #F7F4F0;
	border-radius: var(--radius-m);
	overflow: hidden;
}

body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__image * {
	display: block;
	width: 100%;
	mix-blend-mode: multiply;
}

body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 20px;
}

body.single-product #primary > .site-main > .product:not(:has(.so-block-routine)) .so-block-ingredients-label {
	margin-top: 80px;
}

.flex-control-nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}

.flex-control-nav li::marker {
	display: none;
}

.flex-control-nav li {
	display: inline-block;
	max-width: 96px;
	aspect-ratio: 1/1;
	margin-right: 8px;
}

.flex-control-nav li:first-of-type {
	order: 99;
}

.flex-control-nav li img {
	display: inline-block;
	max-width: 96px;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	border: 2px solid rgba(0,0,0,0);
	cursor: pointer;
}

.flex-control-nav li img.flex-active {
	padding: 2px;
	border: 2px solid #00A787;
}

body.single-product .variations_form {
	width: 100%;
	flex-direction: column;
}

body.single-product .variations_form .woocommerce-variation-price {
	width: 100%;
}

body.single-product .variations_form .input-group {
	width: fit-content;
}

body.single-product .variations_form a.reset_variations {
	display: none !important;
	visibility: hidden;
}

body.single-product .variations_form .variations .label {
	font-weight: bold;
}

body.single-product .variations_form .variations_button {
	display: flex;
	flex-wrap: wrap;
}

body.single-product .variations_form .variations_button h6 {
	width: 100%;
}

body.single-product .product .so-single-product-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary {
	flex: 0 0 calc(50% - 32px);
	box-sizing: border-box;
	align-self: baseline;
	box-sizing: border-box;
	position: sticky;
	top: 128px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary h1 {
	font-size: 64px;
	font-weight: 500;
	margin-bottom: 12px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .product_meta {
	order: 1;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .product_meta > span {
	font-size: 14px;
	color: var(--tint-donker);
	font-weight: 400;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .woocommerce-product-details__short-description {
	order: 2;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .stock {
	order: 3;
	color: var(--primaire);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: -12px;
}
body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .stock.in-stock:before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: var(--primaire);
	border-radius: 1000px;
	display: inline-block;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .stock.out-of-stock {
	font-size: 20px;
	font-weight: 500;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation {
	order: 100;
	padding: 32px;
	background-color: var(--bg-alt);
	border-radius: var(--radius-s);
	margin-bottom: 48px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation .navigation-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	gap: 8px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation > h3 {
	font-size: 14px;
	color: var(--donker);
	font-weight: 400;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation .navigation-container > a {
	text-decoration: none;
	font-size: 14px;
	color: var(--tint-donker);
	line-height: 24px;
	position: relative;
	width: fit-content;
}
body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation .navigation-container > a:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--donker);
}
body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation .navigation-container > a:hover:after {
	width: 100%;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .cart {
	order: 4;
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 28px;
}

body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary p.price {
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	color: var(--zwart);
	margin-bottom: -12px;
	order: 3;
	border-top: 1px solid #C2C2C2;
	padding-top: 16px;
}
body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary p.price del {
	line-height: 1;
	font-size: 20px;
	text-decoration-color: #B7B7B7;
}
body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary p.price del span {
	font-size: 20px;
	color: #B7B7B7;
	font-weight: 400;
}

body.single-product #primary > .site-main > .product form.cart {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

body.single-product #primary > .site-main > .product form.cart h6 {
	width: 100%;
}

body.single-product #primary > .site-main > .product form.cart .quantity {
	position: relative;
	order: 3;
}

body.single-product #primary > .site-main > .product form.cart button.single_add_to_cart_button {
	align-self: flex-start;
	order: 5;
	padding: 16px 48px;
	font-size: 18px;
	line-height: 21px;
	border-radius: var(--knop-radius);
	outline: 0;
	border: 0;
	text-decoration: none;
	background-color: var(--donker);
	color: var(--wit);
}
body.single-product #primary > .site-main > .product form.cart button.single_add_to_cart_button:hover {
	background-color: var(--primaire);
}
body.single-product #primary > .site-main > .product form.cart button.single_add_to_cart_button:disabled {
	background-color: #BBBBBB;
}

body.single-product #primary > .site-main > .product form.cart input {
	background-color: transparent;
	outline: 0;
	border: 0;
	line-height: 50px;
	text-align: center;
	margin: 0;
	margin-right: 8px;
	max-width: 80px;
	min-width: 80px;
	font-weight: 500;
	padding: 0;
}
body.single-product #primary > .site-main > .product form.cart .quantity input::-webkit-outer-spin-button,
body.single-product #primary > .site-main > .product form.cart .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
body.single-product #primary > .site-main > .product form.cart .quantity input[type=number] {
	-moz-appearance: textfield;
}
body.single-product #primary > .site-main > .product form.cart .quantity button {
	align-self: center;
	background-color: transparent;
	border: none;
	height: 36px;
	width: 54px;
	padding: 8px;
	border-radius: var(--radius-s);
}
body.single-product #primary > .site-main > .product form.cart .quantity button:hover {
	background-color: var(--tint-1);
}
body.single-product #primary > .site-main > .product form.cart  .quantity button:active {
	transform: translateY(-4px);
}

body.single-product #primary > .site-main > .product form.cart .quantity button.plus {
	order: 4;
	margin-right: 20px;
}
body.single-product #primary > .site-main > .product form.cart .quantity button.minus {
	order: 2;
}

body.single-product .product .so-productinformation-images {
	display: flex;
	gap: 32px;
}

body.single-product .product .so-productinformation-images:has(picture) picture {
	flex: 1 1 0;
	height: 480px;
}
body.single-product .product .so-productinformation-images > img {
	flex: 1 1 0;
	height: 480px;
	border-radius: var(--radius-m);
	object-fit: cover;
}

body.single-product .product .so-productinformation-images:has(picture) picture:first-child {
	margin-top: 80px;
}
body.single-product .product .so-productinformation-images > img:first-child {
	margin-top: 80px;
}

body.single-product .product .so-productinformation-images:has(picture) picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: var(--radius-m);
	overflow: hidden;
}

body.single-product .woocommerce-product-details__short-description + h6 {
	margin-top: 32px;
	text-transform: none;
	font-size: 18px;
	line-height: 26px;
}

.product-type-variable p.price {
	display: none;
}

.product-type-variable .woocommerce-variation-price .price bdi {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	color: #00A787;
}

.input-group {
	position: relative;
}

.input-group button {
	background: transparent;
	outline: 0;
	border: 0;
	position: absolute;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
}

.input-group button:first-child {
	left: 24px;
}

.input-group button:last-child {
	right: 24px;
}

body.single-product .woocommerce-tabs {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-top: 64px;
	box-shadow: 0px 3px 80px rgba(0,0,0,0.12);
}

body.single-product .woocommerce-tabs ul.wc-tabs {
	display: flex;
	flex-wrap: wrap;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	background-color: #fff;
	padding: 64px;
	box-sizing: border-box;
	margin: 64px auto;
	margin-top: 0;
}

body.single-product .woocommerce-tabs ul.wc-tabs li {
	font-size: 16px !important;
	background-color: #FFF;
	color: #070F24;
	border-bottom: 1px solid #B9B5B0;
	flex: 1;
	white-space: nowrap;
	text-align: center;
	font-weight: 500;
}


body.single-product .woocommerce-tabs ul.wc-tabs li a {
	color: #070F24;
	padding: 12px 20px;
	display: block;
}

body.single-product .woocommerce-tabs ul.wc-tabs li:hover {
	color: #070F24;
	background-color: #EEE;
}

body.single-product .woocommerce-tabs ul.wc-tabs li.active {
	color: #FFFFFF;
	background-color: #00A787;
}

body.single-product .woocommerce-tabs ul.wc-tabs li.active a {
	color: #FFFFFF;
}

body.single-product #review_form_wrapper {
	margin-top: 32px;
	padding: 24px 0;
	border-top: 1px solid lightgrey;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating label {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars {
	display: flex;
	gap: 24px;
	font-size: 0;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a:before {
	content: '★';
	font-size: 32px;
	line-height: 32px;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a {
	color: #00A787;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a.active {
	color: #00A787;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars:not(.selected) a {
	color: #9C9A99;
}

body.single-product #review_form_wrapper #commentform .comment-form-rating .stars a.active ~ a {
	color: #9C9A99;
}

body.single-product #review_form_wrapper #commentform .comment-form-comment label {
	display: block;
	font-weight: bold;
}

body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .slick-dots {
	display: flex;
	gap: 24px;
	width: 100%;
	justify-content: center;
}

body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .slick-dots li button {
	border: none;
	background-color: var(--tint-2);
	height: 12px;
	width: 12px;
	font-size: 0px;
	color: transparent;
	border-radius: 1000px;
}
body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .slick-dots li.slick-active button {
	background-color: var(--donker);
}

body.single-product .related.products {
	order: 10000;
}
body.single-product .related.products .related_header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 32px;
}
body.single-product .related.products .related_header h2 {
	margin: 0;
}
body.single-product .related.products .related_header > span {
	width: 66px;
	height: 1px;
	background-color: var(--tint-donker);
}
body.single-product .related.products .related_header > .button {
	margin-left: auto;
}
body.single-product .related.products .related_header .related_header_cat_link a {
	font-size: 32px;
	line-height: 38px;
	text-decoration: none;
	font-family: var(--font-family-header );
}

body.single-product .yith-par-message-product {
	display: none;
}

@media screen and (max-width: 880px) {
	body.single-product .product .so-single-product-content {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 28px;
	}

	body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary h1 {
		margin-top: 0px !important;
		font-size: 48px;
	}

	body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery  {
		width: calc(100% + 24px);
		margin: 0 -12px;
	}

	body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		width: 100%;
		margin: 0 12px;
	}

	body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image picture {
		width: 100%;
		/* display: flex; */
	}

	body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image picture img {
		aspect-ratio: 1/1;
		object-fit: cover;
	}

	body.single-product #primary > .site-main > .product form.cart .quantity {
		background-color: var(--tint-1);
		margin: 0 0 8px 0px;
	}
	body.single-product #primary > .site-main > .product form.cart button.single_add_to_cart_button {
		padding: 14px;
	}

	body.single-product #primary > .site-main > .product form.cart .quantity button.plus {
		margin-right: 0px;
	}

	body.single-product .product .so-productinformation-images {
		flex-direction: column;
	}

	body.single-product .product .so-productinformation-images picture:first-child {
		margin-top: 0px;
	}

	body.single-product .related.products .related_header > span {
		display: none;
	}

	body.single-product .related.products .related_header > .related_header_cat_link {
		order: 2;
		flex: 1 0 100%;
	}
}

@media (max-width: 800px) {
	body.single-product .related.products .related_header {
		flex-direction: column;
		align-items: flex-start;
	}	
	body.single-product .related.products .related_header * {
		margin-left: 0 !important;
		order: 0 !important;
	}
	body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary {
		top: 0;
		position: relative;
	}
	body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery, 
	body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary {
		flex: 0;
	}
}

@media (max-width: 520px) {
	body.single-product #primary > .site-main > .product form.cart button.single_add_to_cart_button {
		flex: 1 0 100%;
	}
	body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation {
		padding: 16px;
	}
	body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary .so-woocommerce-navigation .navigation-container > a {
		line-height: 18px;
	}
}

ol.commentlist {
	list-style: none;
	padding-inline-start: 0;
}

ol.commentlist li.review > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ol.commentlist li.review > div img {
	margin-right: 36px;
	aspect-ratio: 1/1;
	flex: 0 0 11%;
}

ol.commentlist li.review > div > div {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

ol.commentlist li.review > div > div .star-rating {
	font-size: 0;
	flex: 0 0 48px;
	line-height: 0;
}

ol.commentlist li.review > div > div .star-rating .rating {
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	position: relative;
	z-index: 0;
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
}

ol.commentlist li.review > div > div .star-rating .rating:before {
	content: '★';
	position: absolute;
	left: -4px;
	top: 0;
	font-size: 48px;
	line-height: 32px;
	z-index: -1;
	color: #00A787;
}

ol.commentlist li.review > div > div > p.meta {
	flex: 1;
	margin: 0;
	line-height: 32px;
}

ol.commentlist li.review > div > div > .description {
	flex: 1 0 100%;
}

#controleitems {
	max-height: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#controleitems.controleitems-large {
	max-height: 415px;
	height: 415px;
}

#controleitems.expanded {
	max-height: unset;
	height: auto;
}

#controleitems .lees_meer {
	color: #00A787;
	width: 100%;
	height: 48px;
	text-align: left;
	padding-left: 112px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	text-decoration: underline;
}

#controleitems .lees_meer:before {
	content: '';
	width: 100%;
	height: 96px;
	display: block;
	position: absolute;
	top: -92px;
	left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

#controleitems.expanded .lees_meer:before {
	height: 0;
}

.products.related {
	width: 100%;
}

.terug_naar_boven {
	position: fixed;
	bottom: 60px;
	right: 60px;
	background-color: var(--donker);
	border-radius: 100%;
	width: 60px;
	height: 60px;
	text-align: center;
	display: none;
}

.terug_naar_boven i {
	width: 60px;
	height: 60px;
	background-size: 24px auto;
	filter: invert(1);
}

@media (max-width: 1260px) {
	body.single-product #primary > .site-main > .product .so-single-product-content .woocommerce-product-gallery {
		flex: 0 0 calc(50% - 32px);
	}
}


@media (max-width: 1120px) {
	#controleitems {
		padding: 45px;
	}

	#controleitems .lees_meer {
		padding-left: 45px;
	}

	#controleitems.controleitems-large {
		max-height: 380px;
		height: 380px;
	}
}

@media (max-width: 1090px) {
	#controleitems ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#controleitems ul > li {
		flex: 1 0 33%;
		box-sizing: border-box;
	}
}

@media (max-width: 830px) {
	body.single-product .related.products {
		margin-top: 40px;
	}
	.terug_naar_boven {
		width: 48px;
		height: 48px;
		right: 24px;
		bottom: 24px;
		line-height: 48px;
	}
	.terug_naar_boven i {
		width: 48px;
		height: 48px;
		background-size: 18px auto;
	}
}


@media (max-width: 800px) {
	body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary h1 {
		margin-top: 32px;
	}
	body.single-product #primary {
		margin-top: 150px;
	}
	body.single-product .woocommerce-product-gallery__image.flex-active-slide {
		text-align: center;
	}
	.flex-control-nav {
		width: fit-content;
		margin: 0 auto;
	}
	body.single-product:before {
		height: 1500px;
	}
}

@media (max-width: 770px) {
	#controleitems ul > li {
		flex: 1 0 50%;
	}
}

@media (max-width: 710px) {
	body.single-product #primary > .site-main > .product  {
		flex-direction: column;
	}	
	body.single-product .woocommerce-tabs {
		margin: 64px 0 0 0;
	}

	body.single-product #primary .sectie_blok:not(.is-style-full-width) {
		padding: var(--ruimte) 16px;
	}
}

@media (max-width: 630px) {
	#controleitems.controleitems-large {
		max-height: 370px;
		height: 370px;
	}
}

@media (max-width: 520px) {
	#controleitems ul > li {
		flex: 1 0 100%;
	}
}

@media (max-width: 500px) {
	body.single-product #primary {
		margin: 150px 20px;
	}
	body.single-product #primary > .site-main > .product .so-single-product-content .summary.entry-summary h1 {
		font-size: 48px;
	}
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 48px 32px;
	}
}

@media (max-width: 430px) {
	#controleitems {
		padding: 26px;
	}

	#controleitems .lees_meer {
		padding-left: 26px;
	}

	#controleitems .lees_meer:before {
		height: 80px;
		top: -80px;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
	}
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 32px 20px;
	}
}

/* section.related.products ul.products.slick-slider,
section.related.products ul.products.slick-slider * {
	transition: 0s !important;
} */

/* Checkout -> Winkelwagen */
body.woocommerce-cart .woocommerce {
	display: flex;
	flex-wrap: wrap;
}

body.woocommerce-cart .woocommerce h1 {
	display: block;
	flex-basis: 100%;
}

body.woocommerce-cart .woocommerce a:not(.button) {
	color: var(--zwart);
}

body.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
	display: block;
	flex-basis: 100%;
	margin-top: 64px;
	margin-bottom: 32px;
}
body.woocommerce-cart .woocommerce .cart-empty.woocommerce-info + .return-to-shop {
	margin-bottom: 128px;
}

body.woocommerce-cart .woocommerce > form {
	flex: 0 0 calc(70% - 32px);
}
body.woocommerce-cart .woocommerce > form table {
	width: 100%;
}
body.woocommerce-cart .woocommerce > form thead {
	display: none;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item {
	background-color: var(--bg-alt);
	display: flex;
	flex-wrap: wrap;
	padding: 40px 40px 40px 336px;
	position: relative;
	min-height: 248px;
	margin-bottom: 20px;
	border-radius: var(--radius-m);
}

body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	max-width: 224px;
	height: 224px;
	aspect-ratio: 1/1;
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 0;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
	width: 100%;
	object-fit: contain;
	object-position: center;
	margin: 0;
	mix-blend-mode: multiply;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
	display: block;
}

body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-name {
	order: 0;
	font-weight: 400;
	text-decoration: none;
	font-size: 20px;
	line-height: 32px;
	flex: 0 0 240px;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-name a {
	text-decoration: none;
	color: var(--zwart);
}

body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-price {
	order: 1;
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	flex: 0 0 calc(100% - 240px);
	text-align: right;
}

body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity {
	order: 2;
	flex: 0 0 120px;
	margin-top: auto;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
	background-color: var(--wit);
	display: flex;
	justify-content: center;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity input::-webkit-outer-spin-button,
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity input[type=number] {
	-moz-appearance: textfield;
	text-align: center;
	border: 0;
	max-width: 40px;
	padding: 12px 0px;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity button {
	align-self: center;
	background-color: transparent;
	border: none;
	height: 36px;
	width: 54px;
	border-radius: var(--radius-s);
	font-size: 24px;
	line-height: 36px;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity button:hover {
	background-color: var(--tint-1);
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity  .quantity button:active {
	transform: translateY(-4px);
}

body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-remove {
	order: 4;
	margin-top: auto;
	flex: 0 0 calc(100% - 120px);
	text-align: right;
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-remove a {
	font-size: 0;
	color: var(--primaire);
}
body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-remove a:after {
	content: 'Verwijderen';
	font-size: 18px;
}

body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
	display: none;
}

body.woocommerce-cart .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 96px;
}

body.woocommerce-cart .coupon {
	display: flex;
	flex: 1;
	display: inline-flex;
	gap: 0;
}
body.woocommerce-cart .coupon input {
	min-width: 200px;
}
body.woocommerce-cart .coupon button {
	margin: 0 -1px 0 0;
	white-space: nowrap;
}
body.woocommerce-cart .coupon label {
	display: none;
}

body.woocommerce-cart .actions > button {
	line-height: 24px;
	position: relative;
	align-self: center;
	margin-left: 40px;
}
body.woocommerce-cart .actions > button:disabled {
	opacity: 0.5;
	pointer-events: none;
}
body.woocommerce-cart .actions > button:before {
	content: '';
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.26 24.265'%3E%3Cg fill='none' stroke='%234a230d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' data-name='streamline-icon-button-refresh-arrows@40x40'%3E%3Cpath d='M6.2 14.604v4.953H1.25' data-name='Path 378'/%3E%3Cpath d='M21.058 9.653V4.7h4.95' data-name='Path 379'/%3E%3Cpath d='M21.369 4.697a10.731 10.731 0 0 1-11.87 17.337' data-name='Path 380'/%3E%3Cpath d='M5.891 19.559a10.732 10.732 0 0 1 11.87-17.333' data-name='Path 381'/%3E%3C/g%3E%3C/svg%3E");
	background-color: transparent;
	left: -40px;
	position: absolute;
	display: block;
}
body.woocommerce-cart .actions > button:hover:before {
	transform: rotate(90deg);
}

body.woocommerce-cart .cart-collaterals {
	flex: 0 0 calc(30%);
	align-self: flex-start;
	position: sticky;
	top: 74px;
	background-color: var(--tint-1);
	padding: 48px 32px 32px 32px;
	box-sizing: border-box;
	margin-left: auto;
	border-radius: var(--radius-m);
}

body.woocommerce-cart .cart-collaterals h2 {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 1px solid var(--bg);
	padding-bottom: 12px;
}

body.woocommerce-cart .cart_totals .shop_table {
	width: 100%;
}
body.woocommerce-cart .cart_totals .shop_table tr th {
	width: 40%;
	font-size: 18px;
	line-height: 26px;
	padding: 12px 0;
	font-weight: 500;
}
body.woocommerce-cart .cart_totals .shop_table tr td {
	width: 60%;
	font-size: 14px;
	line-height: 26px;
	padding: 12px 0;
	font-weight: 400;
	text-align: right;
}
body.woocommerce-cart .cart_totals .shop_table tr.woocommerce-shipping-totals th,
body.woocommerce-cart .cart_totals .shop_table tr.woocommerce-shipping-totals td {
	border-bottom: 1px solid var(--bg);
	padding: 12px 0 32px 0;
}
body.woocommerce-cart .cart_totals .shop_table tr.order-total td {
	font-size: 18px;
	line-height: 24px;
}
body.woocommerce-cart .cart_totals .shop_table tr.order-total strong {
	font-weight: 400;
}
body.woocommerce-cart .cart_totals .shop_table tr.order-total .includes_tax {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

body.woocommerce-cart .cart_totals .button {
	width: 100%;
	display: block;
	text-align: center;
}

body.woocommerce-cart .cart_totals .checkout-button {
	margin-top: 32px;
}

body.woocommerce-cart .verder_winkelen {
	text-align: center;
	display: block;
	line-height: 0;
	width: 100%;
	font-weight: bold;
	color: var(--tint-donker);
	transform: translateY(56px);
}

@media (max-width: 1150px) {
	body.woocommerce-cart .woocommerce > form {
		flex: 0 0 calc(60% - 32px);
	}
	body.woocommerce-cart .cart-collaterals {
		flex-basis: 40%;
		pos
	}
	body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item {
		padding-left: 240px;
	}
}

@media (max-width: 1050px) {
	body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item {
		padding-left: 126px;
		min-height: 136px;
	}
	body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
		width: 112px;
		height: 112px;
		max-width: 112px;
	}
}

@media (max-width: 864px) {
	body.woocommerce-cart .woocommerce {
		flex-direction: column;
	}
	body.woocommerce-cart .cart-collaterals {
		margin-top: 64px;
		position: relative;
		top: 0;
	}
	body.woocommerce-cart .coupon button {
		padding: 16px;
		margin-left: auto;
	}
}

@media (max-width: 540px) {
	body.woocommerce-cart .coupon button {
		width: 100%;
	}
}

@media (max-width: 500px) {
	body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
		top: calc(50% - 56px);
	}
	body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item {
		gap: 12px;
	}
	body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item > * {
		flex: 1 0 100% !important;
		text-align: right;
	}
	body.woocommerce-cart .woocommerce > form .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
		width: fit-content;
		margin-left: auto;
	}
	body.woocommerce-cart .coupon {
		flex-wrap: wrap;
	}
}

/* Checkout -> Afrekenen */
body.woocommerce-checkout :is(select, input, textarea) {
	background-color: var(--bg);
	border-radius: var(--radius-s);
}

body.woocommerce-checkout .woocommerce-form-coupon {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding: 24px 48px;
	background-color: var(--bg-alt);
	margin: 32px 0;
	box-sizing: border-box;
	border-radius: var(--radius-s);
}
body.woocommerce-checkout .woocommerce-form-coupon p:first-of-type {
	margin-right: auto;
}
body.woocommerce-checkout .woocommerce-form-coupon p {
	margin: 0;
}

body.woocommerce-checkout h1 {
	margin-top: 48px;
	margin-bottom: 48px;
}

.tribe-checkout-backlinks,
.select2-container--default {
	display: none;
}

.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.checkout.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
	flex-basis: 100%;
}

.checkout.woocommerce-checkout .col2-set {
	flex-basis: calc(50% - 16px);
	padding: 48px 32px;
	background-color: var(--bg-alt);
	border-radius: var(--radius-m);
}
.checkout.woocommerce-checkout .col2-set .col-2 {
	margin-top: 32px;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
	max-width: 40%;
	width: 40%;
	display: inline-block;
	padding-right: 24px;
	box-sizing: border-box;
}
.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	max-width: 60%;
	width: 60%;
	display: inline-block;
}
.woocommerce-billing-fields__field-wrapper #billing_state_field {
	display: none;
}
h3#ship-to-different-address {
	font-size: 18px;
	line-height: 24px;
}
h3#ship-to-different-address span {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-billing-fields__field-wrapper input, 
.woocommerce-billing-fields__field-wrapper select {
	width: 100%;
}

.woocommerce-invalid input {
	border: 1px solid #f73939 !important;
	color: #f73939 !important;
}

.checkout.woocommerce-checkout .checkout_column_right {
	flex-basis: calc(50% - 16px);
	box-sizing: border-box;
	margin-left: auto;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
}
.checkout.woocommerce-checkout .checkout_column_right #order_review {
	flex: 1;
	border-radius: var(--radius-m);
	overflow: clip;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
}
.woocommerce-checkout-review-order-table #shipping_method li {
	padding-bottom: 4px;
}

body.woocommerce-checkout #payment {
	margin: 36px 0 0 0;
	padding: 32px 48px;
	background-color: var(--tint-1);
	position: sticky;
	top: 76px;
	border-radius: 0 0 var(--radius-m) var(--radius-m);
}
.woocommerce-checkout-payment li {
	margin: 12px 0 24px;
}
.woocommerce-checkout-payment li .payment_box {
	padding: 12px;
	box-sizing: border-box;
	background-color: var(--bg);
	margin: 12px 0 12px;
	display: block;
	position: relative;
	border-radius: var(--radius-s);
}
.woocommerce-checkout-payment li .payment_box:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid var(--bg);
	position: absolute;
	left: 4px;
	top: -8px;
}
.woocommerce-checkout-payment label {
	padding-left: 40px;
	line-height: 24px;
	font-size: 18px;
	position: relative;
}
body.woocommerce-checkout button#place_order {
	width: 100%;
}

.woocommerce-myparcel__delivery-options {
	margin-top: 48px;
	margin-bottom: 48px;
}
body.woocommerce-checkout .myparcel-delivery-options .myparcel-delivery-options__choice--has-image>td:first-child input {
    height: 24px;
    margin-bottom: 4px;
    margin-top: 4px;
}

@media (max-width: 1180px) {
	body:not(.woocommerce-cart) .shop_table :is(th, td) {
		padding: 24px;
	}
}

@media (max-width: 1000px) {
	.checkout.woocommerce-checkout {
		flex-direction: column;
	}
	.checkout.woocommerce-checkout .checkout_column_right {
		margin-top: 64px;
	}
}

@media (max-width: 460px) {
	.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
	.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	body:not(.woocommerce-cart) .shop_table :is(th, td) {
		padding: 12px;
	}
	.checkout.woocommerce-checkout .col2-set,
	body.woocommerce-checkout #payment {
		padding: 24px 12px;
	}
	body.woocommerce-checkout button#place_order {
		font-size: 16px;
	}
}



/* Checkout -> Order received */
body.woocommerce-order-received .woocommerce-order {
	display: flex;
	flex-wrap: wrap;
}

body.woocommerce-order-received p.woocommerce-thankyou-order-received {
	display: none;
}

.order_received_container {
	display: flex;	
}
.order_received_container .order_received_container_left {
	flex: 0 0 calc(40% - 16px);
}
.order_received_container .order_received_container_right {
	flex: 0 0 calc(60% - 16px);
	margin-left: auto;
	background-color: var(--bg-alt);
	padding: 56px;
	border-radius: var(--radius-m);
}

.order_received_container .order_received_container_left > p {
	padding: 80px;
	background-color: var(--tint-2);
	margin-bottom: 24px;
	border-radius: var(--radius-m);
}

body.woocommerce-order-received h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details li {
	display: inline-flex;
	width: 100%;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
	width: 70%;
	margin-left: auto;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details + p {
	display: none;
}

body.woocommerce-order-received .woocommerce-order-details {
	margin-top: 48px;
}

body.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details {
	width: 100%;
}
body.woocommerce-order-received .woocommerce-customer-details:not(:has(.woocommerce-columns)) {
	background-color: var(--bg);
}
.woocommerce-customer-details:not(:has(.woocommerce-columns)) {
	background-color: var(--bg-alt);
	margin-top: 48px;
	margin-left: auto;
	padding: 48px;
	flex-basis: 40%;
	display: inline-flex;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: var(--radius-s);
}
.woocommerce-customer-details:has(.woocommerce-columns) {
	margin-top: 48px;
	flex-basis: 100%;
}
.woocommerce-customer-details .woocommerce-columns {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 32px;
}
.woocommerce-customer-details:has(.woocommerce-columns) .woocommerce-column {
	background-color: var(--bg-alt);
	margin-top: 48px;
	padding: 48px;
	flex-basis: 40%;
	display: inline-flex;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: var(--radius-s);
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address {
	margin-top: 48px;
}

@media (max-width: 1080px) {
	.order_received_container .order_received_container_left > p {
		padding: 36px;
	}
	.order_received_container .order_received_container_right {
		padding: 24px;
	}
}

@media (max-width: 840px) {
	.order_received_container {
		flex-direction: column;
	}
	.order_received_container_left {
		display: flex;
		gap: 32px;
		align-items: flex-start;
		margin-bottom: 32px;
	}
	.order_received_container > *,
	.order_received_container_left * {
		flex: 1 !important;
	}
	.woocommerce-customer-details:not(:has(.woocommerce-columns)),
	.woocommerce-customer-details:has(.woocommerce-columns) .woocommerce-column {
		padding: 24px;
	}
	.woocommerce-customer-details:has(.woocommerce-columns) .woocommerce-column {
		flex: 1 0 100%;
		margin-top: 24px !important;
	}
}

@media (max-width: 520px) {
	.order_received_container_left {
		flex-direction: column;
		gap: 0;
	}
	.order_received_container > .order_received_container_left,
	.order_received_container > .order_received_container_left p {
		flex: 0 !important;
	}
	body.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
		flex: 1;
		text-align: right;
	}
}

@media (max-width: 420px) {
	.order_received_container .order_received_container_right {
		padding: 16px;
	}
	body.woocommerce-order-received .woocommerce-thankyou-order-details li {
		flex-direction: column;
	}
	body.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
		flex: 1 0 100%;
		text-align: left;
		width: 100%;
		max-width: 100%;
	}
}


/* Account -> Ingelogd */
body.woocommerce-account .woocommerce {
	display: flex;
	flex-wrap: wrap;
}

ul.yith-wcaf-dashboard-navigation,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	flex-basis: calc(20% - 16px);
	background-color: var(--tint-1);
	align-self: flex-start;
	padding: 24px 0;
	border-radius: var(--radius-s);
}

ul.yith-wcaf-dashboard-navigation li,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	padding: 6px 32px;
}
ul.yith-wcaf-dashboard-navigation li a,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--donker);
	white-space: nowrap;
}
ul.yith-wcaf-dashboard-navigation li:hover,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
	background-color: var(--tint-2);
}
ul.yith-wcaf-dashboard-navigation li.is-active a,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--donker);
	font-weight: bold;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	flex-basis: calc(80% - 16px);
	margin-left: auto;
	box-sizing: border-box;
}
body.woocommerce-account .woocommerce-MyAccount-content label {
	display: block;
	font-weight: bold;
}

body.woocommerce-account .woocommerce-MyAccount-content input[type="text"] {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

body.woocommerce-account .woocommerce-MyAccount-content em {
	font-style: italic;
	font-size: 14px;
	padding-left: 24px;
	margin-bottom: 24px;
	margin-top: -18px;
	display: block;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset {
	margin-top: 56px;
	display: block;
}

body.woocommerce-account .woocommerce-MyAccount-content legend {
	color: #2C363C;
	font-size: 22px;
	margin-bottom: 24px;
}

body.woocommerce-account .woocommerce-Addresses.col2-set {
	display: flex;
	justify-content: space-between;
}

body.woocommerce-account .woocommerce-Addresses.col2-set > * {
	flex: 1;
	max-width: 45%;
	background-color: var(--bg-alt);
	padding: 20px;
	box-sizing: border-box;
	border-radius: var(--radius-s);
}
body.woocommerce-account .woocommerce-Addresses.col2-set > * header {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

body.woocommerce-account .woocommerce-Addresses.col2-set > * h3 {
	margin-bottom: 0px;
}

body.woocommerce-account .woocommerce-MyAccount-orders {
	width: 100%;
}

body.woocommerce-account .shop_table :is(th, td) {
	padding: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-orders tbody tr td .button {
	padding: 12px;
	display: block;
}

body.woocommerce-account .woocommerce-order-details table {
	width: 100%;
}

body.woocommerce-account .affiliate-stats .stat-label {
	color: var(--donker);
    font-weight: bold;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
body.woocommerce-account .table-filters select {
	line-height: 24px;
	height: 52px;
}
body.woocommerce-account .table-filters :is(input, select) {
	margin-bottom: 0;
}
body.woocommerce-account .table-filters {
	gap: 8px 12px;
}
body.woocommerce-account .table-filters input[type="submit"] {
	min-width: auto;
	width: auto;
	padding: 16px 32px;
	flex: 0 0 auto
}


mark {
	background-color: var(--tint-2);
	padding: 2px 6px;
	border-radius: var(--radius-s);
}

@media (max-width: 1120px) {
	ul.yith-wcaf-dashboard-navigation,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		flex-basis: calc(25% - 16px);
	}
	body .yith-wcaf-dashboard > .yith-wcaf-section,
	body.woocommerce-account .woocommerce-MyAccount-content {
		flex-basis: calc(75% - 16px);
	}
}

@media (max-width: 849px) {
	body.woocommerce-account .woocommerce {
		flex-direction: column;
	}
	body ul.yith-wcaf-dashboard-navigation,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		padding: 0;
	}
	body ul.yith-wcaf-dashboard-navigation,
	body .yith-wcaf-dashboard > .yith-wcaf-section,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		flex-basis: 100%;
	}
	ul.yith-wcaf-dashboard-navigation,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}
	body .yith-wcaf-dashboard > .yith-wcaf-section,
	body.woocommerce-account .woocommerce-MyAccount-content {
		padding: 0;
		margin-top: 64px;
	}
	ul.yith-wcaf-dashboard-navigation li,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		flex: 1;
		align-self: flex-start;
		text-align: center;
	}
	ul.yith-wcaf-dashboard-navigation li.is-active,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
		border-bottom: 1px solid var(--donker);
		border-left: 0px;
	}
}


@media (max-width: 676px) {
	body.woocommerce-account .woocommerce-MyAccount-orders thead {
		display: none;
	}
	body.woocommerce-account .woocommerce-MyAccount-orders td {
		display: inline-block;
		width: 50%;
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell:before{
		content: '';
		font-weight: bold;
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number:before{
		content: 'Bestelnummer: ';
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date:before{
		content: 'Besteldatum: ';
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status:before{
		content: 'Status: ';
	}
	body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total:before{
		content: 'Totaal: ';
	}
}

@media (max-width: 600px) {
	body.woocommerce-account .woocommerce-Addresses.col2-set {
		flex-direction: column;
	}
	body.woocommerce-account .woocommerce-Addresses.col2-set > * {
		flex: 1;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}
}

@media (max-width: 400px) {
	body ul.yith-wcaf-dashboard-navigation,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		padding: 4px 12px;
		flex: 1 0 50%;
	}
}

/* Account -> Niet ingelogd */
body.woocommerce-account:not(.logged-in) .woocommerce > * {
	flex-basis: 100%;
}

body.woocommerce-account:not(.logged-in) .woocommerce-button {
	margin-bottom: 24px;
	margin-top: 24px;
	display: block;
}

button.show-password-input {
	display: none;
}

.account_container {
	display: flex;
	align-items: center;
}
.account_container > .account_container_login {
	padding: 90px 112px;
	flex: 0 0 calc(50% - 16px);
	background-color: var(--bg-alt);
	border-radius: var(--radius-l);
}
.account_container > .account_container_register {
	padding: 90px 112px;
	flex: 0 0 calc(50% - 16px);
	margin-left: auto;
}

.account_container_register img {
	width: 100%;
	margin-top: 12px;
}

.account_container_register a {
	display: block;
	width: 100%;
	background: var(--primaire);
	padding: 16px 48px;
	margin-top: 16px;
	color: var(--wit);
	transition: all .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 21px;
}

.account_container_register a:hover {
	background: var(--tint-donker);
}

.account_container :is(input[type="radio"], input[type="checkbox"]) + span {
	display: inline-block;
	vertical-align: middle;
}

.account_container_register .wp-block-buttons {
	display: flex;
	flex-direction: column;
	padding-top: 24px;
}

.account_container_register .wp-block-button {
	flex: 0 0 100%;
	width: 100%;
	gap: 8px;
}


@media (max-width: 1040px) {
	.account_container > .account_container_login,
	.account_container > .account_container_register {
		padding: 36px 24px;
		width: 100%;
	}
}

@media (max-width: 700px) {
	.account_container {
		flex-direction: column;
	}
	.account_container > * {
		flex: 1 !important;
	}
}

/* Account -> Wachtwoord vergeten */
body.woocommerce-lost-password .woocommerce-ResetPassword {
	max-width: 560px;
	margin: 0 auto;
}

body.woocommerce-lost-password .woocommerce-ResetPassword label {
	display: block;
	font-weight: bold;
	padding-left: 20px;
}

body.woocommerce-lost-password .woocommerce-ResetPassword label + input {
	display: block;
	width: 100%;
}

/* Blocks -> Ingredients */
.so-block-ingredients-label {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 80px;
	width: 100%;
	margin-top: 40px;
}

.so-block-ingredients-label .so-block-ingredients-label__inner-container {
	background-color: var(--bg);
	display: flex;
	gap: 48px;
	padding: 56px;
	border-radius: var(--radius-s);
	width: 100%;
}

.so-block-ingredients-label .so-block-ingredients-label__inner-container .brand-column {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 200px;
	justify-content: space-between;
	border-right: 1px solid var(--tint-1);
}

.so-block-ingredients-label .so-block-ingredients-label__inner-container .brand-column img {
	transform: rotate(-90deg) translate(15%, -25%);
	margin: 60px 0px;
}

.so-block-ingredients-label .so-block-ingredients-label__inner-container .brand-column h2 {
	font-size: 24px;
	max-width: calc(100% - 20px);
}

.so-block-ingredients-label .so-block-ingredients-label__inner-container .ingredients-column {
	display: flex;
	flex-direction: column;
}
.so-block-ingredients-label .so-block-ingredients-label__inner-container .ingredients-column > p {
	color: var(--tint-donker);
	background-image: linear-gradient(to right, var(--tint-donker) 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.so-block-ingredients-label .so-block-ingredients-label__inner-container .ingredients-column .specs {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	flex-grow: 1;
	align-items: flex-end;
}

@media (max-width: 1132px) {
	.so-block-ingredients-label {
		padding: 32px;
	}
}

@media (max-width: 700px) {
	.so-block-ingredients-label .so-block-ingredients-label__inner-container {
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 600px) {
	.so-block-ingredients-label .so-block-ingredients-label__inner-container {
		padding: 32px;
	}
}

/* Blocks -> Gutenberg WC blokken */
.wc-block-grid {
	margin-bottom: 76px;
}
section.related.products .slick-slider,
.wc-block-grid__products .slick-slider {
	position: relative;
}
section.related.products .slick-slider .slick-next,
section.related.products .slick-slider .slick-prev,
.wc-block-grid__products .slick-slider .slick-next,
.wc-block-grid__products .slick-slider .slick-prev {
	position: absolute;
	top: calc(100% - 16px);
	width: 32px;
	height: 32px;
	background-color: var(--donker);
	border-radius: 100%;
	left: 16px;
}
section.related.products .slick-slider .slick-next:hover,
section.related.products .slick-slider .slick-prev:hover,
.wc-block-grid__products .slick-slider .slick-next:hover,
.wc-block-grid__products .slick-slider .slick-prev:hover {
	scale: 1.1;
}
section.related.products .slick-slider .slick-next i,
section.related.products .slick-slider .slick-prev i,
.wc-block-grid__products .slick-slider .slick-next i,
.wc-block-grid__products .slick-slider .slick-prev i {
	width: 32px;
	height: 32px;
	display: block;
	rotate: -90deg;
	filter: invert(1);
	background-size: 16px auto;
}
section.related.products .slick-slider .slick-next,
.wc-block-grid__products .slick-slider .slick-next {
	right: 16px;
	left: auto;
}
section.related.products .slick-slider .slick-next i,
.wc-block-grid__products .slick-slider .slick-next i {
	rotate: 90deg;
}
section.related.products ul.products ul.slick-dots,
.wc-block-grid__products ul.slick-dots {
	display: flex;
	gap: 4px;
	margin: 0 auto;
	font-size: 0;
	margin-top: 24px;
}
section.related.products ul.products  ul.slick-dots li,
.wc-block-grid__products ul.slick-dots li {
	aspect-ratio: 1/1;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--tint-1);
	cursor: pointer;
}
section.related.products ul.products ul.slick-dots li.slick-active,
.wc-block-grid__products ul.slick-dots li.slick-active {
	width: 24px;
	border-radius: 8px;
	background-color: var(--primaire);
}
section.related.products ul.products ul.slick-dots li button,
.wc-block-grid__products ul.slick-dots li button {
	visibility: hidden;
}
section.related.products ul.products .slick-list,
.wc-block-grid__products .slick-list {
	overflow: visible;
	max-width: 100%;
}
section.related.products ul.products .product.outofstock .button,
.wc-block-grid__products ul.products .product.outofstock .button,
.shop_overzicht ul.products .product.outofstock .button {
	display: none;
}
ul.products .product.outofstock span.out_of_stock {
	position: absolute;
    right: 32px;
    bottom: 28px;
    font-weight: 500;
    color: var(--primaire);
}


/* Plugin -> YITH */
#yith-par-message-cart {
	display: flex;
	align-items: center;
	background-color: transparent !important;
	gap: 4px;
	margin-bottom: 24px;
	flex: 1 0 100%;
}
.yith-par-message {
	display: flex;
	align-items: center;
	background-color: transparent !important;
	gap: 4px;
	order: 2;
	flex-wrap: wrap;
}
#yith-par-message-cart img,
.yith-par-message img {
	filter: var(--tint-donker-filter);
}
#yith-par-message-reward-cart strong,
#yith-par-message-cart strong,
.yith-par-message strong {
	color: var(--tint-donker);
}

#yith-par-message-reward-cart {
	flex: 0 0 calc(70% - 32px);
	margin-top: 12px;
	margin-bottom: 24px;
}
#ywpar-share-points,
.ywpar_apply_discounts {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 4px;
}
#ywpar-share-points > span,
.ywpar_apply_discounts > span {
	order: 2;
}
#ywpar-share-points > span {
	display: none;
}
#ywpar-share-points > input {
	flex: 0 0 0;
	min-width: 200px;
}
.ywpar-share-points-error {
	display: flex;
	flex-direction: column;
}

.ywpar_summary_badge {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
	font-size: 20px;
}
.ywpar_summary_badge .ywpar_to_redeem_title:after {
	content: ':'
}
.ywpar_summary_badge .points_worth {
	font-size: 14px;
	font-style: italic;
}
.ywpar_summary_badge .points_worth:before {
	content: '(';
}
.ywpar_summary_badge .points_worth:after {
	content: ')';
}
.ywpar_summary_badge .ywpar_total_collected_title {
	flex: 1 0 100%;
	text-transform: capitalize;
}
.ywpar_summary_badge .ywpar_total_collected_title span {
	margin-left: 4px;
}

.ywpar_rank_badges {
	display: none;
}

.ywpar_tabs_header ul {
	display: flex;
	margin-bottom: 16px;
	margin-top: 24px;
}
.ywpar_tabs_header ul li {
	font-family: var(--font-family-header);
	font-size: 24px;
	line-height: 28px;
	color: var(--zwart);
	cursor: pointer;
	padding: 12px 32px;
}
.ywpar_tabs_header ul li.active {
	background-color: var(--bg-alt);
}
.ywpar_points_rewards-points {
	font-size: 0;
}
.ywpar_points_rewards-points * {
	font-size: 16px;
}

.yith-wcaf-dashboard {
	display: flex;
	flex-wrap: wrap;
}
.yith-wcaf-dashboard > .yith-wcaf-section {
	flex-basis: calc(80% - 16px);
	margin-left: auto;
	box-sizing: border-box;
}

.affiliate-stats {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
}
.affiliate-stats .stat-box:first-child {
	flex: 1 0 100%;
}
.stat-box {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
	flex: 0 0 50%;
}
.stat-box .stat-item {
	background-color: var(--bg-alt);
	padding: 24px;
	font-size: 18px;
	flex: 0 0 calc(50% - 12px);
}
.stat-box:first-child .stat-item {
	flex: 0 0 calc(25% - 12px);
}

.yith-wcaf-dashboard table {
	width: 100%;
	margin-bottom: 48px;
}
.yith-wcaf-dashboard table a {
	color: var(--wit);
}

.table-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 24px;
}
.table-filters > * {
	flex: 0 0 200px;
}
.table-options.pull-right {
	display: flex;
	justify-content: flex-end;
}
.table-options.pull-right > label {
	display: inline-flex;
	white-space: nowrap;
}
.yith-wcaf-dashboard .table-options.pull-right{
	display: none;
}

.yith-wcaf-share,
.link-generator {
	margin-top: 24px;
}
.yith-wcaf-share li {
	padding-inline-start: 0 !important;
}
.yith-wcaf-share li:before {
	display: none !important;
}
.yith-wcaf-share li a {
	text-decoration: none;
}
.yith-wcaf-share [class^="icon-yith"]:before, .yith-wcaf-share [class*=" icon-yith"]:before {
	font-size: 24px;
}
a.copy-trigger {
	display: block;
	margin-top: 8px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
}

a.copy-trigger:hover {
	text-decoration: none;
}

a.copy-trigger.copied,
a.copy-trigger.copy-failed {
	text-decoration: none;
	color: #000;
	pointer-events: none;
}

a.copy-trigger.copied:before {
	width: 22px;
	height: 22px;
	background-size: 100% !important;
	background-position: center;
	background-repeat: no-repeat !important;	
	display: inline-block;
	content: '';
	margin-right: 4px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from WeUI Icon by WeUI - undefined --%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m-1.177-7.86l-2.765-2.767L7 12.431l3.119 3.121a1 1 0 0 0 1.414 0l5.952-5.95l-1.062-1.062z'/%3E%3C/svg%3E");
}

@media (max-width: 460px) {
	.table-filters > * {
		flex: 1 0 100%;
	}
}

/* YITH */
.so-affiliates-options {
	width: 100%;
}

.so-affiliates-options input {
	margin: 8px 0 !important;
}

.so-affiliates-options li {
	padding: 0 !important;
	margin: 0 0 24px 0 !important;
}

.so-affiliates-options li:before {
	display: none !important;
}

.affiliate-info {
	display: none;
}

.so-notification {
	position: fixed;
	padding: 12px 24px;
	font-size: 14px;
	color: #fff;
	background: #0d0d0d;
	bottom: 24px;
	right: 24px;
	box-sizing: border-box;
	max-width: calc(100vw - 48px);
}

.yith-wcaf:has(.so-affiliates-options) .link-generator-box {
	width: 100%;
}

/* Pagina -> Wholesale/ bestellingen */
.search_order_form input[type="submit"],
.order_products input[type="submit"] {
	background-color: var(--donker);
}

.search_order_form {
	display: inline-flex;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
	background: var(--bg);
	position: relative;
	z-index: 1;
	padding-top: 8px;
	flex-wrap: wrap;
}

.search_order_form .sf-field-submit {
	min-width: unset !important;
	width: 0px;
	flex: 0 0 0px !important;
}

.search_order_form .sf-field-submit input {
	width: 40px;
	padding: 16px 0;
	margin-left: -72px;
	background: transparent;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='%23000000' d='m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .6;
	transition: all .1s ease-in-out;
}

.search_order_form .sf-field-reset input {
	margin-left: 16px;
}

.search_order_form .sf-field-submit input:hover {
	opacity: 1;
}

.search_order_form:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
	height: 100%;
	background-color: inherit;
	z-index: -1;
}

.search_order_form form {
	flex: 0 0 100%;
}

.search_order_form .search-filter-reset {
	background-color: var(--primaire) !important;
	transition: all .2s ease-in-out;
}

.search_order_form .search-filter-reset:hover {
	background-color: var(--tint-donker) !important;
}

.order_products #product-wrapper {
	position: relative;
	padding-bottom: 40px;
}

.order_products ul.page-numbers {
	margin-top: 72px;
	margin-bottom: 48px;
}

.order_products #product-wrapper:before {
	content: '';
	display: block;
	left: 50%;
	top: 0;
	position: absolute;
	transform: translateX(-50%);
	opacity: 0;
	width: 120px;
	aspect-ratio: 1/1;
	pointer-events: none;
	transition: all .1s ease-in-out;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Line Icons by Vjacheslav Trushkin - https://github.com/cyberalien/line-md/blob/master/license.txt --%3E%3Cg fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='16' stroke-dashoffset='16' d='M12 3c4.97 0 9 4.03 9 9'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='16;0'/%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' stroke-opacity='.3' d='M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='1.2s' values='64;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.order_form-sf-loading {
	width: 100%;
	height: 80px;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Line Icons by Vjacheslav Trushkin - https://github.com/cyberalien/line-md/blob/master/license.txt --%3E%3Cg fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='16' stroke-dashoffset='16' d='M12 3c4.97 0 9 4.03 9 9'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='16;0'/%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' stroke-opacity='.3' d='M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='1.2s' values='64;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-size: 80px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	pointer-events: none;
	transition: all .1s ease-in-out;
}

.order_form-sf-loading.active {
	opacity: 1;
}

:has(.search_order_form .searchandfilter.search-filter-disabled) .order_products #product-wrapper:before {
	opacity: 1;
}

.search_order_form form {
	width: 100%;
}

.search_order_form ul {
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	width: 100%;
}

.search_order_form ul li {
	padding-inline-start: 0 !important;
	margin: 0 !important;
}

.search_order_form ul li:before {
	display: none !important;
}

.search_order_form ul li:not(:last-child) {
	flex: 1;
	min-width: 250px;
}

.search_order_form div:first-child {
	flex: 0 0 40%;
}

.search_order_form div:nth-child(2) {
	flex: 0 0 20%;
}

.search_order_form div:last-child {
	display: inline-flex;
	align-self: flex-end;
	gap: 24px;
	flex: 0 0 100%;
}

.search_order_form .productheader {
	padding-left: 140px;
	box-sizing: border-box;
	flex: 0 0 100%;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}

.search_order_form .productheader:before {
	content: '';
    width: 100vw;
	left: calc(50% + 200px);
    margin-left: -50vw;
    background-color: var(--wit);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.search_order_form .button {
	white-space: nowrap;
}

.search_order_form h4 {
	font-size: 14px;
	color: var(--tint-donker);
	margin-bottom: 8px;
}

.order_products {
	position: relative;
}

.order_products:before {
	content: '';
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	background-color: var(--wit);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.order_products li.product a:first-child {
	text-decoration: none;
	color: var(--zwart);
}

.order_products li.product a:first-child input {
	pointer-events: auto;
}

.order_products .productheader,
.order_products li.product,
.order_products li.product > a {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.order_products span.onsale {
	display: none;
}

.order_products li.product {
	padding: 14px 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.order_products li.product > a {
	align-items: center;
}

.order_products li.product > a h2 {
	margin: 0 !important;
}

.order_products li.product .so_wc_quantity {
	position: relative;
	right: 0;
	bottom: 0;
	opacity: 1;
	justify-content: flex-end;
}
.order_products li.product .so_wc_quantity .quantity {
	background-color: var(--bg-alt) !important;
	border-radius: var(--radius-s);
}
ul.producten_toorder > li.product .so_wc_quantity .button {
	background-color: var(--donker);
}

.so_wc_quantity button {
	padding: 12px 16px;
	height: 100%;
	transition: all .2s ease-in-out;
}

.so_wc_quantity button:hover {
	background: var(--tint-1) !important;
}

.order_products li.product:not(:last-child) {
	border-bottom: 1px solid var(--zwart);
}

.product .add_to_cart_button {
	height: 50px !important;
	aspect-ratio: 1/1;
}

.search_order_form .productheader {
	max-width: calc(70% - 20px);
	width: 100%;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
}

.order_products li.product a:first-child {
	flex: 1 0 calc(70% - 20px);
}
.order_products li.product .so_wc_quantity,
.order_products li.product .out_of_stock {
	flex: 0 0 calc(30% - 20px);
}
.order_products li.product .out_of_stock {
	text-align: right;
	padding-right: 32px;
}
.order_products li.product a:first-child h2 {
	flex: 0 0 50%;
}

.order_products li.product a:first-child > img,
.order_products li.product a:first-child > picture {
	flex: 0 0 10%;
	border: 1px solid var(--donker);
	max-width: 10%;
	min-width: 100px;
}
.order_products li.product a:first-child .price,
.order_products li.product a:first-child .sku {
	flex: 0 0 15%;
}
.order_products h2 {
	font-size: 20px !important;
	line-height: 24px !important;
	text-decoration: none;
}

.order_products li.product .so_wc_quantity .added_to_cart {
	top: auto;
	bottom: -24px;
}

.order_products li.product .so_wc_quantity:has(.added_to_cart) {
	margin-bottom: 24px;
}

.productheader > div:nth-of-type(1) {
	flex: 0 0 10%;
	min-width: 100px;
}
.productheader > div:nth-of-type(2) {
	flex: 0 0 50%;
}
.productheader > div:nth-of-type(3) {
	flex: 0 0 20%;
}
.productheader > div:nth-of-type(4) {
	flex: 0 0 15%;
}

@media (max-width: 1320px) {
	.search_order_form .productheader {
		display: none;
	}
	.order_products li.product a:first-child {
		flex: 0 0 calc(60% - 20px);
	}
	.order_products li.product a:first-child h2,
	.productheader > div:nth-of-type(2) {
		flex: 0 0 30%;
	}
	.order_products li.product .so_wc_quantity {
		flex: 0 0 calc(40% - 20px);		
	}
	.order_products li.product a:first-child .price,
	.order_products li.product a:first-child .sku {
		flex: 0 0 20%;
	}
}

@media (max-width: 1120px) {
	.search_order_form ul,
	.search_order_form {
		gap: 12px;
		flex-wrap: wrap;
	}

}

@media (max-width: 900px) {
	.search_order_form .productheader {
		display: none !important;
	}
}

@media (max-width: 880px) {
	.order_products li.product {
		flex-direction: column;
		gap: 0px;
	}
	.order_products li.product > * {
		flex: 0 0 100%;
	}
	.order_products .so_wc_quantity {
		padding-left: 100px;
	}
	.so_wc_quantity {
		margin: 0;
	}
	.order_products li.product picture {
		border: 1px solid var(--donker);
		min-width: 60px;
	}
}

@media (max-width: 758px) {
	.search_order_form .sf-field-reset {
		flex: 0 0 100%;
	}

	.search_order_form .sf-field-reset input {
		width: 100%;
	}

	.search_order_form .sf-field-reset input {
		margin-left: 0;
	}
}

@media (max-width: 556px) {
	.search_order_form .sf-field-submit {
		position: absolute;
		top: 24px;
		right: 0;
		flex: 0 0 56px !important;
		width: 56px !important;
	}

	.search_order_form .sf-field-submit input {
		margin-left: 0;
	}

	.search_order_form ul {
		position: relative;
	}
}

@media (max-width: 540px) {
	.order_products li.product a:first-child .price, .order_products li.product a:first-child .sku {
		flex: 1;
	}
	.search_order_form .productheader, .order_products li.product, .order_products li.product > a {
		gap: 12px;
	}
	.order_products .so_wc_quantity {
		padding-left: 72px;
	}
	.search_order_form :is(.sf-field-submit, input[type="submit"]), 
	.search_order_form > div, 
	.search_order_form .button {
		width: 100%;
		flex: 1 0 100% !important;
	}
}

@media (max-width: 420px) {
	.order_products li.product a:first-child {
		flex-wrap: wrap;
	}
	.order_products li.product a:first-child h2 {
		flex: 1 0 40%;
	}
	.order_products li.product a:first-child .price, .order_products li.product a:first-child .sku {
		flex: 1 0 40%;
	}	
	.order_products .so_wc_quantity {
		padding-left: 0;
	}
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
	display: none;
}

/* Affiliate dashboard */
.woocommerce-MyAccount-navigation-link--affiliate-saldo {
	display: none!important;
}
.so-dashboard-item.affiliate-saldo {
	display: none!important;
}
.ywf-partial-payment-box {
	padding: 20px;
	border-radius: var(--radius-s);
}
.ywf-partial-payment-box .ywf-partial-payment-box-text:before {
	content: 'Affiliate saldo';
	font-weight: 700;
	font-family: var(--font-family-header);
	font-size: 18px;
	color: var(--donker);
}
.ywf-partial-payment-box .ywf-partial-payment-box-text {
	gap: 4px;
}
.ywf-partial-payment-box .ywf_partial_payment.button {
	width: 100%;
	background-color: var(--donker);
	color: var(--wit);
}
.ywf-partial-payment-box .ywf_partial_payment.button:hover {
	background-color: var(--tint-donker);
}

.woocommerce-NoticeGroup-updateOrderReview {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--bg-alt);
    font-weight: 600;
}