/*
 * WooCommerce adjustments
 * ======================================================== */

/*
 * Cart content in menu
 *
 */
.cart-contents {
	position: relative;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: center;
}

.cart-contents:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	/* Light weight */
	content: "\f291";
	font-size: 1.8rem;
}

.cart-contents:hover {
	text-decoration: none;
}

.fa.fa-shopping-basket {
	font-weight: 600 !important;
}

.cart-contents-count {
	position: absolute;
	color: var(--color-true-white);
	background: var(--color-primary);
	font-weight: bold;
	border-radius: 50%;
	/* padding: 1px 6px; */
	padding: 5px 0;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	height: 24px;
	width: 24px;
	transform: translateY(-50%) translateX(50%);
	font-size: 10px;
}


ul.products {
	position: relative;
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	/* grid-template-columns: repeat(auto-fit, minmax(18em, 1fr)); */
	grid-template-rows: auto;
	gap: 1rem;
	grid-auto-flow: row !important;

}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	display: none;
}

.woocommerce.columns-3 {
	margin-bottom: 12rem;
}

.wc-block-components-button:not(.is-link),
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--color-primary);
	color: var(--color-white);
	border-color: var(--color-primary);

}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	border-radius: 6px;
	text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:hover:not(.is-link) {
	background-color: var(--color-primary-dark);
	border-color: var(--color-primary-dark);
	text-decoration: none;
}

.wc-block-components-button:hover:not(.is-link),
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:hover:not(.is-link) .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--color-primary-dark);
	border-color: var(--color-primary-dark);
	color: var(--color-white);
}

::selection {
	background: #b3d4fc;

	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}



.single-product-contact .contact-card {
	margin: 0;

	background-color: var(--color-grey-00);
}

.contact-card {
	height: auto;
	width: 100%;
	display: flex;
	gap: 3rem;
}

.contact-card .image-box {
	/* width: 35%; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-card .card-image {
	margin-left: 20px;
	width: 123px;
	height: 123px;
	overflow: hidden;
	border-radius: 50%;
	border: 9px solid var(--color-white);
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.10);
}

.contact-card .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-card .card-text-pane {
	/* width: 65%;
	padding: 28px 22px 12px 22px; */

	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-card .card-name {
	color: var(--color-black);
	font-size: 20px;
	font-weight: 600;
	line-height: 136%;
	letter-spacing: 1px;
}

.contact-card .card-title {
	color: var(--color-grey-60);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 136%;
	letter-spacing: 1.02px;
}

::selection {
	background: #b3d4fc;

	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

.contact-card .card-contact-details {
	margin-top: 12px;
	color: var(--color-black);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 1.02px;
}

.contact-card span.icon {
	color: var(--color-primary);
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0.51px;
	width: 32px;
	display: inline-block;
}



.single-product-contact {

	margin-top: 4rem;
	padding: 42px 64px;
	background-color: var(--color-grey-00);
}

.single-product-contact .contact-title {
	color: var(--color-black);
	font-size: 27px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 1.62px;
}

.single-product-contact .contact-pre-title {
	color: var(--color-grey-50);
	font-size: 14px;
	font-weight: 600;
	line-height: 170%;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

.single-product-contact .contact-card {
	margin: 0;
	background-color: var(--color-grey-00);
}

.single-product-contact .contact-card .image-box {
	/* width: 32%; */
}

.single-product-contact .contact-card .card-image {
	margin-left: 0;
}

@media only screen and (max-width: 1200px) {
	.single-product-contact {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 32px 24px 32px 24px;
		align-items: center;
	}

	.contact-card,
	.single-product-contact .contact-card .card-text-pane {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.single-product-contact .contact-card .card-text-pane {
		padding: 28px 22px 12px 22px;
	}

	.card-name, .card-title {
		text-align:center;
	}
}


@media only screen and (max-width: 500px) {

	.single-product-contact {
		padding: 32px 1.5rem 32px 1.5rem;
	}

	.single-product-contact .contact-card {
		padding: 0;
	}

	.single-product-contact .contact-card .card-text-pane {
		padding: 28px 0 12px 0;
	}


}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	color: var(--color-primary);
	;
}

.read-more-link {
	text-align: end;
}

/* My Account page  */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 24%;
}

nav.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul {
	list-style: none;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link a,
.woocommerce-account li.woocommerce-MyAccount-navigation-link a:hover {
	text-decoration: none;
}

li.woocommerce-MyAccount-navigation-link {
	background-color: var(--color-grey-10);
	color: var(--color-black);
	padding: 0 30px;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid var(--color-grey-10);
	cursor: pointer;
	box-sizing: border-box;



}

li.woocommerce-MyAccount-navigation-link.is-active {
	background-color: var(--color-primary);
}

li.woocommerce-MyAccount-navigation-link.is-active a {
	color: var(--color-true-white);
}


.woocommerce-info .woocommerce-Button.wc-forward.button {
	margin-top: 2rem
}

@media only screen and (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		columns: 2;
		margin-bottom: 32px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin: 0 0 4rem 0;
	}
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	/* width: auto; */
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	/* width: 60%; */
}

.wc-block-components-sidebar {
	/* width: 40%; */
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
	/* flex-direction: column; */
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
	/* text-align: left;
	margin-left: 1rem */
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-bottom: 1rem;
	width: 23%;
}

.cross-sells-wrapper {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.cross-sells-wrapper h2 {
	margin-bottom: 0;
}


/* free shipping progress bar  */

.free-shipping-notice {
	display: block;
	padding: 10px 14px;
	background: #f3f6f9;
	border-left: 4px solid #2e7d32;
	margin-bottom: 12px;
}



/* .free-shipping-progress-wrapper {
	margin: 15px 0;
	width: 100%;
	max-width: 500px;
} */

.free-shipping-progress-wrapper {
	position: relative;
	width: 100%;
	max-width: 500px;

}

.free-shipping-progress-bar {
	position: relative;
	background: #eee;
	height: 20px;
	border-radius: 10px;
	overflow: visible;
	/* container zelf mag overflow zien voor truck */
}

.free-shipping-progress-fill {
	background: #4caf50;
	height: 100%;
	border-radius: 10px 0 0 10px;
}

.free-shipping-progress-truck {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	/* centreer horizontaal en verticaal */
	font-size: 1.2em;
	pointer-events: none;
	z-index: 10;
}

.product_meta {
	margin: 2rem 0;
}

.product_meta .sku_wrapper {
	display: none;
}

/* Hide product variations select */
.variations_form .variations,
.variations_form .single_variation_wrap {
	display: none;
}

.variation-button-form .button.button-primary.button-open {
	display: flex;
	/* background-color: transparent; */
	border: 2px solid var(--color-primary);
	justify-content: space-between;
	column-gap: 2rem;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
}

.variation-button-form .button.button-primary.button-open:hover * {
	color: var(--color-white);
}


.woocommerce span.onsale {
	background-color: var(--color-primary);
}

.woocommerce span.onsale {
	display: none;
}


.product .quantity {
	display: inline-flex;
	align-items: center;
	/* border: 1px solid var(--color-grey-30); */
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	height: 42px;
	background: var(--color-true-white);
	margin-right: 5rem;
}

.product .quantity button {
	margin-bottom: 0;
	padding: 0;
}

.product .quantity input[type="number"] {
	width: 32px;
	text-align: center;
	border: none;
	outline: none;
	-moz-appearance: textfield;
	color: var(--color-primary);
	background: none;
	margin-bottom: 0;
}

.product .quantity input::-webkit-outer-spin-button,
.product .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product .qty-minus,
.product .qty-plus {
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: var(--color-grey-50);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	transition: color 0.2s ease;
}

.product .qty-minus:hover,
.product .qty-plus:hover {
	color: var(--color-primary);
}


/* Verberg de standaard marker */
summary {
	list-style: none;
	/* verwijdert standaard driehoekje */
	cursor: pointer;
	position: relative;
	padding-left: 4rem;
	/* ruimte voor custom marker */
}

/* Voeg een eigen marker toe */
summary::before {
	content: '▶';
	/* rechter-pijl als gesloten */
	position: absolute;
	left: 0;
	transition: transform 0.2s;
	color: var(--color-primary)
}

/* Als details open is, draai de marker */
details[open] summary::before {
	transform: rotate(90deg);
	/* pijl naar beneden */
}


.woocommerce-notices-wrapper:focus-visible,
.woocommerce-message:focus-visible {
	border: none;
	outline: none;
}