/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Lamper Design

 Author URI:   https://lamper-design.nl/

 Template:     generatepress

 Version:      1.0.0

*/

@font-face {
	font-display: swap;
	font-family: "Albert-Sans";
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/AlbertSans-Regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: "Albert-Sans";
	font-style: normal;
	font-weight: 600;
	src: url('assets/fonts/AlbertSans-SemiBold.woff2') format('woff2');
}

/* Globals */

:root {
	--sitewidth: 1240px;
	--border-radius: .675rem;
	--max-text-width: 85ch;
	--fontsize-h1: clamp(2rem, 1.1667rem + 3.7037vw, 4.5rem);
	--fontsize-h2: clamp(1.75rem, 1.5833rem + 0.7407vw, 2.25rem);
	--fontsize-h3: clamp(1.5rem, 1.3977rem + 0.4545vw, 1.75rem);
	--fontsize-h4: clamp(1.25rem, 1.1477rem + 0.4545vw, 1.5rem);
	--fontsize-h5: 1.25rem;
}

h1,
h2,
h3 {
	word-wrap: anywhere;
}

:is(h1, h2, h3, h4) a {
	text-decoration: none;
}

:is(h1, h2, h3, h4) a:hover {
	text-decoration: underline;
}

a {
	text-underline-offset: .375em;
}

a:is(:hover, :focus-visible) {
	text-decoration: none;
}

ul,
ol {
	margin-left: 1.5em;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: var(--accent);
}

blockquote {
	padding: 1rem 0;
	border: none;
	margin: 0;
}

blockquote p::before {
	content: '\201C';
}

blockquote p::after {
	content: '\201D';
}

a:not([href]) {
	cursor: pointer;
}


html {
	overflow-x: clip;
}

.sitewidth-container {
	max-width: var(--sitewidth);
	margin-left: auto;
	margin-right: auto;
}

.container-padding {
	padding-inline: 1rem;
}

@media (min-width: 769px) {

	.container-padding {
		padding-inline: 2rem;
	}

}

.entry-content p+:is(h2, h3, h4) {
	margin-top: 1.25em;
}

.entry-content>figure img {
	border-radius: var(--border-radius);
	margin-bottom: 1.5rem;
}

.entry-content p>a,
.entry-content p>em>a,
.entry-content li>a,
.site-footer a {
	font-weight: 500;
	text-decoration: underline;
}

.entry-content p>a:hover,
.entry-content p>em>a:hover,
.entry-content li>a:hover,
.site-footer a:hover {
	text-decoration: none;
}

.entry-content ol li::marker {
	font-weight: 500;
}

.entry-content .wp-block-embed {
	margin-block: 1.5em;
}

.entry-content .wp-block-embed iframe {
	border-radius: var(--border-radius);
}

.gb-container p:last-child:last-of-type {
	margin-bottom: 0;
}

figcaption {
	margin-top: .375rem;
	font-weight: 500;
	text-align: center;
}

.list-nostyle {
	list-style-type: '';
	margin: 0;
}

.list-footer li {
	margin-bottom: .5rem;
}

.list-inline {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1.25rem;
}

.list-custom-marker {
	list-style-type: '';
	margin: 0;
}

.list-custom-marker li {
	display: flex;
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--border-color);
}

.list-custom-marker li:last-child {
	border-bottom: none;
}

.list-custom-marker li::before {
	content: '';
	flex-shrink: 0;
	display: block;
	background-color: var(--cta);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z'/%3E%3C/svg%3E") no-repeat 50% 50% / 1.5rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z'/%3E%3C/svg%3E") no-repeat 50% 50% / 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: .125rem;
}

*:focus,
*:focus-visible {
	outline: 1px solid var(--primary-dark);
	outline-offset: 3px;
	z-index: 1000;
	position: relative;
}

.site-footer *:focus,
.site-footer *:focus-visible {
	outline: 1px solid var(--secondary-light);
	outline-offset: 3px;
	z-index: 1000;
	position: relative;
}

.scroll-offset {
	scroll-margin-top: 2rem;
}

.primary-button svg path,
.secondary-button svg path {
	transition: all 0.3s ease 0s;
}

.primary-button:hover svg path,
.secondary-button:hover svg path {
	fill: var(--secondary-light);
}

.link-with-arrow a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
}

.link-with-arrow a:hover {
	text-decoration: underline;
}

.link-with-arrow a::after {
	content: "";
	width: 21px;
	height: 23px;
	background: url(https://hortidirect.com/wp-content/uploads/2025/02/Arrow-right.svg) no-repeat 10px 5px;
	display: inline-block;
}

/* eTrusted Widget */

#etrusted-widget {
	margin: -1.25rem;
	display: flex;
}

.wfacp-template-container #etrusted-widget {
	justify-content: center;
}

/* Whatsapp Knop */
.boxzilla-whatsapp-knop.boxzilla.boxzilla-bottom-right {
	bottom: 10px;
	right: 1rem;
	height: 4rem;
	width: 4rem;
	background: unset;
	transition: right 0.5s linear;
}

body:has(.generate-back-to-top__show) .boxzilla-whatsapp-knop.boxzilla.boxzilla-bottom-right {
	right: 60px;
}

.boxzilla-whatsapp-knop {
	padding: 0 !important;
	background-color: unset;
}

.boxzilla-whatsapp-knop .boxzilla-close-icon {
	opacity: 1;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 100rem;
	line-height: 11px;
	font-size: 22px;
}

.boxzilla-whatsapp-knop .first-child {
	display: none;
}

.boxzilla-whatsapp-knop p .whatsapp-link {
	padding: 0.5rem;
	background: #26d367;
	border-radius: 100rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxzilla-whatsapp-knop p .whatsapp-link svg {
	height: 3rem;
	width: 3rem;
}

/* Header */
header.site-header .inside-header {
	align-items: center;
	justify-content: space-between;
}

header.site-header .header-widget {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 16px;
}

header.site-header .header-widget aside {
	display: flex;
}

header.site-header .header-widget p:empty {
	display: none;
}

.site-logo {
	margin-right: 1rem;
}


header.site-header .header-widget aside .wdevs-tax-switch .wdevs-tax-switch-label {
	height: 24px;
	width: 45px;
}

header.site-header .header-widget aside .wdevs-tax-switch .wdevs-tax-switch-label .wdevs-tax-switch-slider:before {
	height: 12px;
	width: 12px;
	bottom: 5px;
	left: 5px;
}

header.site-header .header-widget aside .wdevs-tax-switch-slider {
	border: 1px solid var(--border-color);
}

header.site-header .header-widget aside .wdevs-tax-switch .wdevs-tax-switch-label-text {
	min-width: 67px;
	font-size: 1rem;
}

header.site-header .header-widget aside .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
	padding: 0;
}

header.site-header .header-widget aside .dgwt-wcas-search-form .dgwt-wcas-search-input {
	border-radius: 0.5rem !important;
	border: 1px solid var(--border-color);
	font-family: 'Albert-Sans';
	padding: 12px 20px;
}

header.site-header .header-widget aside .dgwt-wcas-search-form .dgwt-wcas-search-submit {
	right: 14px;
	left: revert;
	top: 8px;
}

header.site-header .header-widget aside .dgwt-wcas-search-form .dgwt-wcas-preloader {
	margin-right: 24px;
}

header.site-header .header-widget aside .dgwt-wcas-search-form .dgwt-wcas-search-input::placeholder {
	color: var(--primary-dark);
}

header.site-header .header-widget aside .fkcart-shortcode-count {
	background-color: var(--primary-neutral);
	height: 16px;
	min-width: 16px;
}

nav.main-navigation {
	border-top: 1px solid #DDD;
	-moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
}

nav.main-navigation li.page_item>a:hover {
	text-decoration: underline;
}

nav.main-navigation .menu>li.menu-item:first-child>a {
	padding-left: 0 !important;
}


.main-navigation .main-nav>.menu>li.menu-item,
.main-navigation .main-nav>.menu>li.menu-item-has-children li.menu-item {
	transition: border-color 0.2s ease;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
}

.main-navigation .main-nav>.menu>li.menu-item {
	padding-top: 5px;
}


.main-navigation .main-nav>.menu>li.menu-item:hover,
.main-navigation .main-nav>.menu>li.menu-item-has-children li.menu-item:hover {
	border-bottom-color: var(--primary-light);
}

.main-navigation .main-nav>.menu>li.menu-item.current-menu-item,
.main-navigation .main-nav>.menu>li.menu-item-has-children li.menu-item.current-menu-item {
	border-bottom-color: var(--primary-light);
}


.gb-menu-container--mobile {
	background-color: var(--secondary-light) !important;
	color: var(--primary-dark) !important;
}

/* Mega menu */
.main-navigation .inside-navigation,
.main-navigation li,
.main-navigation .main-nav ul li.menu-item-has-children>a {
	position: revert;
}

.main-navigation .sub-menu.custom-sub-menu {
	position: absolute;
	left: 50% !important;
	transform: translate(-50%, 0px);
	max-width: var(--sitewidth);
	width: 100%;
	box-shadow: none;
}

.custom-sub-menu .wp-block-categories {
	position: unset;
	opacity: unset;
	float: unset;
	box-shadow: unset;
	pointer-events: unset;
	display: unset;
	height: unset;
	width: unset;
}

.custom-sub-menu .two-column-list a {
	padding: 0 0 16px 0 !important;
	text-decoration: underline;
	line-height: 1.6 !important;
}

.custom-sub-menu .two-column-list a:hover {
	text-decoration: none;
}

.custom-sub-menu .menu-btn {
	padding: 12px 20px !important;
	line-height: revert !important;
	display: flex;

}

.custom-sub-menu .menu-btn:hover {
	color: var(--secondary-light) !important;
}

.custom-sub-menu .two-column-list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	display: block;
}

.custom-sub-menu .term-list_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.custom-sub-menu .term-list_tags .cat-item {
	display: inline-flex;
	width: auto;
}

.custom-sub-menu .term-list_tags .cat-item a {
	padding: 8px 16px;
	text-align: center;
	border-radius: 4px;
	background: var(--primary-superlight);
	transition: all 0.2s;
}

.custom-sub-menu .term-list_tags .cat-item a:hover {
	color: var(--secondary-light) !important;
	background: var(--primary-dark) !important;
}

/* Breadcrumbs */
.rank-math-breadcrumb a {
	color: var(--sprimary-dark);
	text-decoration: none;
}

.rank-math-breadcrumb a:hover {
	text-decoration: underline;
}

.rank-math-breadcrumb .separator {
	position: relative;
	margin-inline: .5rem;
	padding-right: 3px;
	color: white;
}

.rank-math-breadcrumb .separator::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--primary-dark);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.125em' height='1.125em' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E") no-repeat 50% 50%/1.125em;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.125em' height='1.125em' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E") no-repeat 50% 50%/1.125em;
	width: 1.125em;
	height: 1.125em;
}

.rank-math-breadcrumb .last {
	font-weight: 600;
}

/* Home */
.home-banner .image-block img,
.home-about .image-block img {
	object-fit: cover;
	max-height: 660px;
}

.home-banner .image-block figure {
	height: 100%;
}

/* Footer */
.footer-content-wrapper .contact-info-wrapper p,
.footer-content-wrapper .gb-accordion__item .gb-accordion__content p {
	margin-bottom: 8px;
}

.footer-content-wrapper .socials-dark:hover svg path {
	fill: var(--primary-dark);
}

.footer-newsletter .max-width {
	max-width: 590px;
}

.horti-footer-deco-image {
	width: 100vw !important;
	height: 100px !important;
	vertical-align: middle;
	object-fit: none;
	object-position: top;
}

.footer-newsletter .gform-styling .gform-footer {
	display: none;
}

.gform-styling .gform_wrapper .gform_fields {
	display: flex;
	gap: 16px;
}

.gform-styling .gform_wrapper .gform_fields .gfield--type-email {
	flex-grow: 1;
}

/* Gravity Forms */
.gform-styling .gform_wrapper .gfield_label {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 4px;
}

.gform-styling .gform_wrapper .gform_fields .gfield .gform-button {
	font-weight: 600 !important;
}

.gform-styling .gform_wrapper .gform_fields .gfield .gform-button:hover {
	background-color: var(--primary-dark);
	color: var(--secondary-light);
}

/* Single product */
.single-product .summary .price {
	margin-bottom: 0;
	font-size: 24px !important;
}

.single-product .summary .unit-text {
	margin-bottom: 0;
}

.single-product .summary .unit-text,
.single-product .summary .btw-prijzen {
	color: var(--secondary-dark);

}


.single-product .woocommerce-product-gallery__wrapper .wp-post-image {
	aspect-ratio: 1/1;
	object-fit: contain
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce-product-gallery ol img {
	border: 1px solid #ddd;
	transition: all 0.3s;
	opacity: 1 !important;
}

.woocommerce-product-gallery ol img.flex-active {
	border: 1px solid #757575;
}

.woocommerce-product-gallery ol img:hover {
	border: 1px solid #757575;
}

.single-product .summary .tiered-pricing-table {
	border-radius: 4px;
}

.summary .tpt__tiered-pricing {
	overflow-x: auto;
}

.summary .tpt__tiered-pricing .tiered-pricing-wrapper {
	min-width: 400px;
}

.tiered-pricing-table thead tr,
.tiered-pricing-table thead tr th {
	background-color: revert !important;
}

.tiered-pricing-table thead tr th:nth-child(2),
.tiered-pricing-table tbody tr td:nth-child(2) {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.tiered-pricing-table tbody tr:nth-child(odd) {
	background-color: #F4F4F4 !important;
}

.tiered-pricing-table tbody td,
.tiered-pricing-table thead th {
	padding: 8px 12px !important;
}

.single .product .summary .cart:not(.bundle_form, .bundle_data) {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.single .product .summary .cart.bundle_form {
	margin-bottom: 1rem;
	display: grid;
	gap: 0.5rem;
}

.single .product .summary .cart.bundle_form::before,
.single .product .summary .cart.bundle_form::after {
	display: none;
}

.bundled_product_excerpt p {
	margin-bottom: 0.5rem;
}

.single .product .summary .cart .stock-status {
	margin-bottom: 16px;
}

.product .summary .cart .stock-status .voorraad {
	display: flex;
	align-items: center;
	gap: 8px;
}

.product .summary .cart .stock-status .voorraad .bolletje {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.product .summary .cart .stock-status .voorraad .bolletje.instock {
	background-color: green;

}

.product .summary .cart .stock-status .voorraad .bolletje.backorder {
	background-color: orangered;

}

.product .summary .cart .stock-status .voorraad .bolletje.outofstock {
	background-color: red;
}

.product .summary .cart .stock-status .voorraad span.instock {
	color: green;
}

.product .summary .cart .stock-status .voorraad span.backorder {
	color: orangered;
}

.product .summary .cart .stock-status .voorraad span.outofstock {
	color: red;
}

.woocommerce div.product form.cart div.quantity:has(input[type="hidden"]) {
	display: none;
}

/* .woocommerce div.product form.cart:has(input[type="hidden"]) .tpt__tiered-pricing {
	display: none;
} */


.single .product .summary .cart .quantity input {
	border-radius: 0.5rem;
	height: 100% !important;
	padding: 0 20px;
}

.single .product .summary .cart .quantity input::-webkit-inner-spin-button {
	opacity: 1;
}

.single .product .summary .cart button {
	border-radius: 0.5rem;
}

.single-product form.cart .single_add_to_cart_button {
	display: flex;
	justify-content: center;
	flex-grow: 1;
	align-items: center;
	padding: 20px;
}

.single-product form.cart .single_add_to_cart_button:before {
	content: '';
	background: url(https://hortidirect.com/wp-content/uploads/2025/02/Add-to-cart.svg) no-repeat 0px 0px;
	width: 22px;
	height: 21px;
	margin-right: 0.75rem;
}

.single-product form.cart .single_add_to_cart_button:hover:before {
	background: url(https://hortidirect.com/wp-content/uploads/2025/07/add-to-cart-white.svg) no-repeat 0px 0px;

}

.product-usps-wrapper .single-product-usp {
	display: flex;
	align-items: center;
	gap: 16px;
}

.specifications-wrapper .product-specifications {
	flex-grow: 1;
}

.product-specifications .spec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 1rem;
	padding: 1rem;
}

.product-specifications .spec:nth-child(odd) {
	background-color: #F4F4F4;
}

.product-specifications .spec-label {
	font-weight: 400;
}

.product-specifications .spec-value {
	margin: 0;
	font-weight: 600;
}

.product-productusps-wrapper .single-usp {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.product-productusps-wrapper .single-usp:not(:last-child) {
	margin-bottom: 0.5rem;
}

/* Configurator */
.summary-add-to-cart-form-composite .component_option_radio_buttons_container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.summary-add-to-cart-form-composite .component_option_radio_buttons_container li {
	width: revert !important;
}

.summary-add-to-cart-form-composite .component_option_radio_buttons_container .component_option_radio_button {
	border: 1px solid var(--border-color);
	border-radius: 0.5rem;
	padding: 16px;
}

.summary-add-to-cart-form-composite .component_option_radio_buttons_container .component_option_radio_button.selected {
	border: 1px solid var(--primary-dark);

}

.summary-add-to-cart-form-composite .component_option_radio_buttons_container .component_option_radio_button .radio_button_input {
	padding: 0;
	height: 0;
}

.summary-add-to-cart-form-composite .component_option_radio_buttons_container .component_option_radio_button .radio_button_input .radio_button {
	display: none;
}

.component_option_radio_buttons_container .radio_button_description h5,
.component_option_radio_buttons_container .radio_button_description span {
	margin: 0 !important;
}


/* Woo Tabs */
.tab-navigation .product-tabs-navigation {
	display: flex;
	gap: 50px;
	font-weight: 600;
	font-size: 20px;
}

.tab-navigation .product-tabs-navigation a {
	text-decoration: none;
}

.tab-navigation .product-tabs-navigation a {
	border-bottom: 2px solid var(--secondary-light);
	transition: all 0.3s;
}

.tab-navigation .product-tabs-navigation a:hover {
	border-bottom: 2px solid var(--primary-neutral);
}

.product-description-wrapper,
.product-benefits-wrapper {
	margin-top: 36px;
}

.support-single-product {
	position: sticky;
	top: 110px;
}

/* Woo tab reviews */
.panel-reviews h2 {
	text-align: center;
}

.panel-reviews .review-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--border-color);
}

.panel-reviews .review-summary p {
	margin: 0;
}

.panel-reviews .review-sorting label {
	font-size: 0;
}

.panel-reviews .review-sorting select {
	border: none;
}

.panel-reviews .review-summary .star-rating-wrapper {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	gap: 8px;
}

.panel-reviews .review-summary .star-rating-wrapper .rating-avg {
	font-weight: 600;
}

.panel-reviews .commentlist {
	margin: 0;
	padding: 1rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 !important;
}

.custom-comment-li {
	list-style: none;
	padding: 1rem 0;
	border-bottom: 1px solid var(--border-color);
}

.custom-comment-li .comment-author {
	font-weight: 600;
	margin-bottom: 12px;
}

.custom-comment-li .comment-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

/* Upsells */
.upsells-container h2 {
	border-bottom: none;
	padding-bottom: 0;
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	line-height: clamp(1.75rem, 4vw, 2rem);
}

.upsells-categories-list {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.awaiting-response .upsells-categories-list {
	opacity: .5;
}

.upsells-category {
	text-align: center;
	flex-grow: 1;
	padding: 1.5rem;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
}

.upsells-category h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.upsells-category .button-popup {
	margin-top: 1rem;
}

.upsells-category button {
	padding: 0;
	border: none;
	background-color: transparent;
	text-transform: revert;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}

.upsells-category button:hover {
	text-decoration: underline;
	text-underline-offset: .375em;
}

.upsells-category button svg {
	margin-left: 8px;
}

.upsells-swiper {
	padding-inline: .125rem;
}

.upsells-swiper .custom-badge {
	display: none;
}

.upsells-swiper .on-sale-badge {
	position: absolute;
	margin-left: .5rem;
}

.upsells-swiper .swiper-slide h2 {
	font-size: 1.125rem;
}

.upsells-swiper .woocommerce-loop-product__link .price {
	border-top: none;
	margin-bottom: .625rem;
}

.upsells-swiper .woocommerce-loop-product__link .price::after {
	content: none;
}

.upsells-swiper .price-unit {
	display: none;
}

.upsells-swiper .button.add_to_cart_button {
	display: flex;
	font-size: 0;
	align-items: center;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	background-color: var(--secondary-accent);
	border-radius: var(--border-radius);
}

.upsells-swiper .add_to_cart_button::before,
.upsells-swiper .add_to_cart_button::after {
	content: '';
	background-color: var(--base);
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 1rem;
	height: 1rem;
}

.upsells-swiper .add_to_cart_button::before {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24V232H40c-13.3 0-24 10.7-24 24s10.7 24 24 24H200V440c0 13.3 10.7 24 24 24s24-10.7 24-24V280H408c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V72z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24V232H40c-13.3 0-24 10.7-24 24s10.7 24 24 24H200V440c0 13.3 10.7 24 24 24s24-10.7 24-24V280H408c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V72z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	margin-right: .5rem;
}

.upsells-swiper .add_to_cart_button::after {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='18' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='18' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	width: 1.125rem;
}

/* Product loop  + accesoires */
.product-loop-home ul.products {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 16px;
	margin-bottom: 0;
}

.product-loop-home ul.products li.product {
	width: 100% !important;
	margin-bottom: 0 !important;
}

.product-loop-home .products ul::before,
.woocommerce .products ul::after,
.product-loop-home ul.products::before,
.woocommerce ul.products::after {
	content: none;
	display: none;
}

.woocommerce .producten-swiper .product-slide,
.woocommerce ul.products li.product:not(.usps-bar) {
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	text-align: left;
}

.woocommerce .producten-swiper .product-slide a,
.woocommerce ul.products li.product a {
	padding: 16px 20px;
	margin-bottom: 0;
	height: 100%;
	display: flex !important;
	flex-direction: column;
}

.woocommerce .producten-swiper .product-slide a.add_to_cart_button {
	display: none !important;
}

.product-loop-home ul.products li.product h3.woocommerce-loop-product__title {
	font-size: var(--fontsize-h5);
	line-height: 28px;
}

.product-loop-home ul.products .product .wc-product-image img {
	max-width: 200px;
	;
}

.woocommerce .producten-swiper .product-slide .wc-product-image>img,
.woocommerce ul.products li.product .wc-product-image>img {
	padding: 8px;
}

.woocommerce .producten-swiper .product-slide.sales-flash-overlay .onsale.onsale-custom,
.woocommerce ul.products li.product.sales-flash-overlay .onsale.onsale-custom {
	left: 0;
	right: revert;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 8px;
	border-radius: 4px;
}

.woocommerce .producten-swiper .product-slide .keurmerk-wrapper,
.woocommerce ul.products li.product .keurmerk-wrapper {
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce ul.products li.product .keurmerk-wrapper .keurmerk-badge {
	width: 32px;
	height: auto
}

.woocommerce ul.products li.product .keurmerk-wrapper .keurmerk-badge:not(:last-child) {
	margin-bottom: 12px;
}

.woocommerce ul.products li.product .product-details {
	margin-left: 17px;
}

.woocommerce ul.products li.product .product-details li {
	list-style: disc;
	color: var(--secondary-dark);
}

.woocommerce ul.products li.product .view-product {
	position: absolute;
	right: 20px;
	display: flex;
	bottom: 16px;
	padding: 16px 19px;
	background-color: var(--primary-superlight);
	border-radius: 100rem;
	transition: all 0.3s;
}

.woocommerce ul.products li.product:hover .view-product {
	background-color: var(--primary-dark);
}

.woocommerce ul.products li.product .view-product svg {
	width: 10px;
	height: 16px;
}

.woocommerce ul.products li.product:hover .view-product svg path {
	transition: all 0.3s;
}

.woocommerce ul.products li.product:hover .view-product svg path {
	fill: var(--secondary-light);
}

.woocommerce ul.products li.product .price {
	justify-content: end;
	font-size: var(--fontsize-h5);
	line-height: 28px;
	flex-direction: column;
	display: flex;
	gap: 0;
	margin-left: 0 !important;
	flex-grow: 1;
	margin-top: 20px !important;
}

.woocommerce ul.products li.product .price del {
	font-size: 1rem;
}

/* Mobile */
@media only screen and (min-width: 768px) {

	.job-type-wrapper .job-type-btn {
		position: absolute;
		bottom: 16px;
	}

	.footer-accordion .gb-accordion__toggle {
		pointer-events: none;
	}

	.footer-accordion .gb-accordion__toggle .gb-icon {
		display: none;
	}

	.footer-accordion .gb-accordion__content {
		will-change: revert !important;
		max-height: inherit !important;
		overflow: auto !important;
		visibility: visible !important;
	}

	.job-type-single a.gb-button {
		position: absolute;
		bottom: 16px;
	}

	.upsells-categories-list {
		flex-direction: row;
	}

	.home-about .image-block img {
		max-width: 50vw;
	}

}

@media only screen and (min-width: 680px) {
	.product-loop-home ul.products {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media only screen and (min-width: 1024px) {
	.product-loop-home ul.products {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}

	.site-footer .footer-content-wrapper .max-width {
		max-width: 347px;
	}
}


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

	.site-header .header-widget #block-14,
	.site-header .header-widget #block-15,
	.site-header .header-widget #block-16 {
		display: none;
	}

	.customer-service .square-mobile {
		aspect-ratio: 1/1;
	}

	.usp-mobile-slider {
		display: flex;
		overflow: hidden;
		width: 100%;
		min-height: 66px;
	}

	.usp-mobile-slider .usp-single {
		min-width: 100%;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		text-align: center;
	}

	@keyframes slide {

		0%,
		20% {
			opacity: 1;
			display: block;
		}

		25%,
		100% {
			opacity: 0;
			display: none;
		}
	}

	.usp-mobile-slider .usp-single:nth-child(1) {
		animation: slide 16s infinite;
	}

	.usp-mobile-slider .usp-single:nth-child(2) {
		animation: slide 16s 4s infinite;
	}

	.usp-mobile-slider .usp-single:nth-child(3) {
		animation: slide 16s 8s infinite;
	}

	.usp-mobile-slider .usp-single:nth-child(4) {
		animation: slide 16s 12s infinite;
	}

	.is-left-sidebar {
		display: none;
	}

}

.mobile-nav-search-bar .wp-block-search__inside-wrapper {
	padding: 0;
	border: none;
}

.mobile-nav-search-bar input {
	border: none;
}

.mobile-nav-search-bar input::placeholder {
	color: var(--Donkerblauw, #1D1A3A);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
}

.mobile-nav-search-bar button {
	background-color: var(--primary-superlight);
	padding: 8px 16px;
}

.mobile-nav-search-bar button path {
	fill: var(--primary-dark);
}

.main-navigation .inside-navigation {
	padding: 0 32px !important;
}

.main-navigation .inside-navigation .menu-toggle {
	display: none;
}

.inside-header {
	flex-direction: row;
	align-items: center;
}

.inside-header .header-widget {
	margin-top: 0;
	height: 31px;
}

.site-header .header-image {
	max-height: 38px;
	width: 128px;
}

@media screen and (min-width: 1267px) {
	.home-banner {
		padding-left: 0 !important;
	}

	.home-banner .text-block {
		margin-left: calc((100% - 1234px) / 2);
	}

	.home-about .text-block {
		margin-right: calc((100% - 1234px) / 2);
	}

	.home-about .text-block .content-max-width {
		max-width: 528px;
	}

}

/* Woo tabs */
.woocommerce-tabs {
	display: grid;
	gap: 1.5rem;
}

/* Tabs navigation */
.woocommerce-tabs .wc-tabs {
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 0 !important;
	flex-direction: row !important;
	display: none !important;
}

.woocommerce-tabs .wc-tabs>li {
	background-color: var(--base) !important;
	border: none !important;
	padding: 0 1.5rem !important;
}

.woocommerce-tabs .wc-tabs>li:first-child {
	padding-left: 0 !important;
}

.woocommerce-tabs .wc-tabs>#tab-title-support {
	display: none !important;
}

.woocommerce-tabs .wc-tabs>li a {
	/* font-family: 'Figtree', 'sans-serif'; */
	padding-bottom: 0 !important;
	color: var(--primary-dark);
}

.woocommerce-tabs .wc-tabs>li a:after {
	transition: width ease-in-out 250ms;
	transform: rotate(180deg);
	background: none repeat scroll 0 0 var(--contrast);
	content: "";
	display: block;
	height: .2rem;
	width: 0;
	margin-top: .125rem;
}

.woocommerce-tabs .wc-tabs>li.selected-tab a:after,
.woocommerce-tabs .wc-tabs>li a:hover:after {
	width: 100%;
}

.woocommerce-tabs .wc-tabs>li a:hover,
.woocommerce-tabs .wc-tabs>li a:focus {
	color: var(--contrast) !important;
}

/* Single Tab */
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0 !important;
}

.woocommerce-Tabs-panel {
	display: block !important;
	scroll-margin-top: 100px;
}

.woocommerce-tabs .wc-tabs .selected-tab a {
	border-bottom: 3px solid var(--primary-neutral);
}

.woocommerce-tabs .specifications dl {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem
}

.woocommerce-tabs .specifications dl dd {
	margin: 0;
}

.woocommerce-tabs .specifications dl:nth-child(odd) {
	background-color: #F4F4F4;
}

.downloads-list,
.productvoordelen {
	list-style: none;
	margin: 0;
}

.downloads-list li:not(:last-child),
.productvoordelen li:not(:last-child) {
	margin-bottom: 0.25rem;
}

.downloads-list .download,
.productvoordelen .productvoordeel {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.downloads-list .download {
	font-weight: 600;
}

.related.products {
	margin-top: 2rem;
}

@media (hover: hover) and (pointer: fine) {

	.swiper-button:hover {
		background-color: var(--contrast);
	}

	.swiper-button:hover::after {
		background-color: var(--base);
	}

	ul.products>li>a:hover,
	div.products>div>a:hover {
		box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	}

}

@media (min-width: 481px) {
	/* Mobile breakpoint */

	.site-logo {
		max-width: revert;
	}

	.single-product .breadcrumb {
		margin-bottom: 0;
	}

	.single-product .breadcrumb li:nth-last-child(2)::after {
		content: ' > ';
	}

	.single-product .breadcrumb li:last-child {
		display: inline-block;
	}

	.single-product .entry-summary .price-per-box {
		width: fit-content;
	}

	.afmetingen-delivery-container {
		justify-content: flex-start;
		gap: .5rem 1.5rem;
	}

	.afmetingen {
		max-width: revert;
	}

	.afmetingen-delivery-container .delivery-time {
		font-size: 1rem;
	}

	.single-product form.cart .single-product-totals {
		width: auto !important;
	}

	/* Cart */

	.woocommerce-cart .coupon {
		flex-direction: row;
	}

}

@media (min-width: 768px) {
	/* GP breakpoint - to tablet */

	.woocommerce ul.products li.product h4.woocommerce-loop-product__title {
		font-size: 1.125rem;
		line-height: 1.33em;
		font-size: 1rem;
		line-height: 1.5em;

	}

	/* General */
	.container-padding {
		padding-inline: 2rem;
	}

	/* Dialogs */

	.dialog {
		width: calc(100% - 4rem);
		padding: 1.5rem;
	}

	.archive .sidebar {
		display: block;
	}

	.stock-dialog-header,
	.sample-dialog-header {
		margin: -1.5rem -1.5rem 1.5rem -1.5rem;
		padding: 0.75rem 1.5rem;
	}

	/* Product archive / loop products */

	.woocommerce.archive .site {
		margin-bottom: 45px;
	}

	.woocommerce.archive .site-main {
		margin-left: 0;
		margin-top: 1rem;
	}

	ul.products>li:not(.archive-product-banner)>a,
	div.products>div>a {
		padding: 1rem !important;
	}

	.product-badge {
		font-size: .875rem;
		margin-top: .5rem;
	}

	.single-product .badge-wrapper .product-badge {
		font-size: 1rem;
	}

	.product-badge:nth-of-type(1) {
		margin-left: .5rem;
	}

	.woocommerce-loop-product__title {
		font-size: 1.125rem;
		line-height: 1.33;
	}

	.taxonomy-seo-text {
		margin-top: 2rem;
	}

	.woocommerce-pagination {
		margin-top: 3rem !important;
	}

	.paging-navigation {
		margin-top: 1.75rem;
	}

	.woocommerce-pagination ul.page-numbers,
	.paging-navigation .nav-links {
		justify-content: end;
		gap: .75rem;
	}

	.woocommerce-pagination ul.page-numbers .page-numbers,
	.paging-navigation .page-numbers {
		min-width: 3rem;
		min-height: 3rem;
		line-height: 1.5;
	}

	.archive-product-banner span {
		padding: 14px;
		margin: auto 1rem 1rem;
	}

	/* Single product */

	.related.products {
		margin-top: 3.5rem;
	}

	.woocommerce-tabs {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		gap: 2rem;
	}

	.woocommerce-tabs ul.tabs {
		grid-column: 1 / span 12;
		display: flex !important;
	}

	.woocommerce-tabs .woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--support) {
		grid-column: 1 / span 8;
	}

	.woocommerce-tabs .woocommerce-Tabs-panel--support {
		grid-column: 9 / span 4;
		grid-row: 2;
	}


	/* Blog */

	.archive:not(.woocommerce) .generate-columns-container {
		padding-inline: 2rem;
	}

	/* Single Blog */

	.featured-image img {
		aspect-ratio: 2/1;
	}

	/* Footer */

	.footer-accordion .gb-accordion__toggle {
		pointer-events: none;
	}

	.footer-accordion .gb-accordion__toggle .gb-icon {
		display: none;
	}

	.footer-accordion .gb-accordion__content {
		max-height: inherit !important;
		visibility: visible !important;
	}

	.boxzilla-whatsapp-knop.boxzilla.boxzilla-bottom-right {
		bottom: 30px;
	}

	header.site-header .header-widget .widget:first-child {
		flex-grow: 1;
	}

}

@media (min-width: 769px) {

	.woocommerce.archive .woocommerce-archive-wrapper>.inside-article {
		padding-left: 0;
	}

}

@media (min-width: 1025px) {
	/* GP breakpoint - to desktop */

	/* Mega menu */

	.site-header .main-navigation .inside-navigation {
		position: initial;
	}

	nav .main-nav .mega-menu {
		position: static;
		padding-bottom: 1.625rem;
		margin-bottom: -1.625rem;
	}

	nav .main-nav .mega-menu>ul {
		position: absolute;
		display: grid;
		gap: 2rem 1rem;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: auto auto;
		padding-block: 2rem;
		padding-inline: calc((100% - 1264px) / 2);
		top: 100%;
		width: 100%;
		left: 0 !important;
		background-color: var(--base-2);
		border-top: 1px solid var(--border-color);
		box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
	}

	nav .main-nav .mega-menu>ul>li {
		display: inline-block;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(1) {
		grid-column: 1/2;
		grid-row: 1/3;
		padding-left: 1rem;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(2) {
		grid-column: 2/3;
		grid-row: 1/2;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(3) {
		grid-column: 2/3;
		grid-row: 2/3;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(4) {
		grid-column: 3/4;
		grid-row: 1/3;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(5) {
		grid-column: 4/5;
		grid-row: 1/3;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(6) {
		grid-column: 5/7;
		grid-row: 1/3;
		padding-right: 1rem;
	}

	.menu-icon-heading>a {
		font-size: 1rem !important;
	}

	nav .main-nav .mega-menu>ul>li:hover>a,
	nav .main-nav .mega-menu>ul>li:focus>a,
	nav .main-nav .mega-menu>ul>li[class*="current-"]>a,
	nav .main-nav .mega-menu ul ul {
		background-color: transparent !important;
		color: inherit;
	}

	nav .main-nav .mega-menu ul .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		box-shadow: 0 0 0;
		left: 0;
		height: auto;
		pointer-events: auto;
	}

	nav .main-nav .mega-menu ul.toggled-on .sub-menu {
		pointer-events: auto;
	}

	nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
		display: none;
	}

	.mega-menu-promo-container {
		padding: 4.25rem 2rem;
		border-radius: var(--border-radius);
	}

	.mega-menu-promo-container .inner-container {
		padding: 2rem;
		border-radius: var(--border-radius);
		background-color: var(--contrast);
		color: var(--base);
		font-weight: 600;
	}

	.mega-menu-promo-container .title {
		font-family: 'Figtree', 'sans-serif';
		font-size: 2rem;
		margin-bottom: 1rem;
		padding: .5rem;
		border-left: 2px solid var(--primary-accent);
	}

	.mega-menu-promo-container p {
		font-family: 'DM Sans', 'sans-serif';
		font-weight: 400;
	}

	.mega-menu-promo-container .gb-button {
		display: inline-flex;
	}

	.site-header .menu-toggle {
		display: none;
	}

	.header-cart-container>.gb-container {
		position: relative;
	}

	.header-cart-container .fkcart-mini-toggler {
		position: absolute;
		inset: 0;
		padding-left: 1rem;
		place-content: center start;
		width: auto;
		height: auto;
	}

	.header-cart-container>.gb-container {
		background-color: var(--contrast);
		color: var(--base);
	}

	.header-cart-container>.gb-container:hover {
		background-color: var(--contrast-dark);
	}

	.home-customer-service-portrait {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	/* Archive */

	.woocommerce-pagination ul.page-numbers .next,
	.woocommerce-pagination ul.page-numbers .prev,
	.paging-navigation .prev,
	.paging-navigation .next {
		padding-inline: 1rem;
	}


	.woocommerce-result-count {
		display: revert;
		font-weight: 500;
		color: var(--contrast-2);
		padding: 0 !important;
	}

	.woocommerce.archive .page-title {
		font-size: clamp(1.75rem, 4vw, 2.625rem);
		line-height: clamp(2.25rem, 5vw, 3.25rem);
	}

	.taxonomy-seo-text h2 {
		font-size: 1.625rem;
	}

	.taxonomy-seo-text h3 {
		font-size: 1.375rem;
	}

	/* Single product */

	.single-product-title-wrapper {
		flex-direction: row;
		align-items: end;
		justify-content: space-between;
		margin-bottom: 2rem;
	}

	.single-product-title-wrapper .product_title {
		font-size: 2rem;
	}

	.single-product .product-summary-container {
		padding: 0 1.5rem;
		margin: 1.5rem 0;
	}

	.single-product .entry-summary .price-summary-inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		padding: 1.5rem;
	}

	.single-product .entry-summary .price del::before,
	.single-product .entry-summary .price ins::before {
		margin-bottom: .5rem;
	}

	.single-product .entry-summary .price del {
		font-size: 1.5rem;
	}

	.single-product .entry-summary .price ins {
		font-size: 2.75rem;
	}

	.kleurswiper img {
		max-width: 130px;
	}

	.kleurswiper .swiper-button-prev {
		left: -1.1875rem;
	}

	.kleurswiper .swiper-button-next {
		right: -1.1875rem;
	}


	.sample-stock-wrapper {
		padding: 1.5rem;
	}

	.sample-button::before {
		content: '';
		flex-shrink: 0;
		background-color: var(--contrast);
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M224 464H448c8.8 0 16-7.2 16-16V224c0-8.8-7.2-16-16-16H384V160h64c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V384h48v64c0 8.8 7.2 16 16 16zm64-112H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H288c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M224 464H448c8.8 0 16-7.2 16-16V224c0-8.8-7.2-16-16-16H384V160h64c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V384h48v64c0 8.8 7.2 16 16 16zm64-112H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H288c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	}

	.sample-button,
	#stock-open {
		max-width: 275px;
		padding: 1.125rem;
		font-size: 1.125rem !important;
	}


	.woocommerce-tabs h2 {
		font-size: 1.625rem;
	}

	.single-product .customer-service-block {
		margin-top: 2rem;
	}

	/* swiper */

	.swiper-heading {
		margin-bottom: 1rem;
	}

	.swiper-overflowing-buttons-inner {
		position: relative;
		overflow: visible;
		margin-inline: auto;
		max-width: 1400px;
	}

	.swiper-buttons-relative-container {
		position: relative;
	}

	.swiper-buttons {
		margin: 0;
	}

	.swiper-button {
		position: absolute;
		top: calc(50% - 1.5rem);
	}

	.product-cat-swiper .swiper-button {
		top: calc(50% - .5rem);
	}

	.swiper-button-prev {
		left: -1rem;
	}

	.swiper-button-next {
		right: -1rem;
	}

	/* Blog */

	.archive:not(.woocommerce) .entry-title {
		font-size: 1.125rem;
		line-height: 1.33;
	}

	/* reviews block */

	.review-loop-grid.gb-query-loop-wrapper {
		flex-wrap: wrap;
		overflow-x: revert;
	}

	.review-loop-grid>.gb-grid-column {
		min-width: revert;
	}

	.review-loop-grid>.gb-grid-column:nth-of-type(2),
	.review-loop-grid>.gb-grid-column:nth-of-type(3) {
		margin-bottom: 2rem;
	}

	.review-loop-grid>.gb-grid-column:nth-of-type(6),
	.review-loop-grid>.gb-grid-column:nth-of-type(7) {
		margin-top: -2rem;
		margin-bottom: 2rem;
	}

	.all-reviews-link::after {
		content: '';
		position: absolute;
		bottom: 2rem;
		left: 0;
		width: 100%;
		height: 300px;
		background: linear-gradient(rgba(255, 255, 255, 0), #fff);
		z-index: -1;
		pointer-events: none;
	}

	.all-reviews-link:focus-visible {
		outline: 2px solid var(--contrast);
	}

	/* Single advies */

	.single-advies .entry-content>.gb-container {
		margin-block: 3rem;
	}

	.single-advies .entry-content h2:not(.woocommerce-loop-product__title) {
		font-size: 1.675rem;
	}

	.single-advies .entry-content h3 {
		font-size: 1.375rem;
	}

	.single-advies .entry-content h4 {
		font-size: 1.25rem;
	}


}

@media (min-width: 1328px) {
	/* fullwidth */

	.header-callto {
		margin-inline: 3rem !important;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(1) {
		padding-left: 0;
	}

	nav .main-nav .mega-menu>ul>li:nth-child(6) {
		padding-right: 0;
	}

	.single-product form.cart .single-product-totals {
		grid-column: 3/5;
	}

}

@media (min-width: 1480px) {
	/* fullwidth */

	.swiper-button-prev {
		left: -2.5rem;
	}

	.swiper-button-next {
		right: -2.5rem;
	}

}


/* Dialogs */

.dialog {
	width: calc(100% - 2rem);
	max-width: 600px;
	border: none;
	border-radius: var(--border-radius);
	padding: 1rem;
	font-weight: 400;
}

.dialog.upsells-dialog {
	max-width: 1050px;
}

.dialog::-webkit-backdrop {
	background-color: rgba(0, 0, 0, 0.4);
}

.dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.4);
}

.dialog-close {
	display: block;
	padding: 0;
	margin-left: auto;
	background-color: transparent;
}

.dialog-close:focus,
.dialog-close:hover {
	background-color: transparent;
}

.dialog-close .icon.close-icon {
	pointer-events: none;
	color: var(--contrast);
	height: 2rem;
	vertical-align: bottom;
}

.stock-dialog,
.sample-dialog {
	max-width: 680px;
}

.stock-dialog-header,
.sample-dialog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin: -1rem -1rem 1rem -1rem;
	padding: 0.75rem 1rem;
	background-color: var(--base-2);
}

.stock-dialog-header .dialog-title,
.sample-dialog-header .dialog-title {
	font-size: 1.625rem;
	margin-bottom: 0;
}

.stock-dialog-content a {
	text-decoration: underline;
}

.sample-dialog-content p {
	font-style: italic;
}

.bestelhoeveelheid-open {
	background-color: transparent;
	color: var(--contrast);
	padding: 0;
	width: 1.125rem;
	height: 1.125rem;
}

.bestelhoeveelheid-open svg {
	display: block;
}

.bestelhoeveelheid-open:hover,
.bestelhoeveelheid-open:focus {
	background-color: transparent;
	color: var(--primary-accent);

}

@media (min-width: 1250px) {

	.product-usps-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

#review_form_wrapper {
	display: none !important;
}

/* FWP */
.facetwp-flyout:not(.active) {
	display: none;
}

.facet-label {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: clamp(2rem, 4.5vw, 2.5rem);
	font-weight: 600;
}

.archive .facetwp-template header {
	padding: 0;
}

.facet-filters-left-sidebar>p:not(.main-category) {
	display: none;
}

.facet-filters-left-sidebar>p.main-category {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 4px;
}

.expandable-subcategories {
	margin-bottom: 20px;
}

.facet-filters-left-sidebar>p.main-category a,
ul.expandable-subcategories li:not(.view-all-toggle, .view-less-toggle) a {
	text-decoration: none;
}

ul.expandable-subcategories li.hidden-subcategory:not(.show) {
	display: none;
}

.facet-filters-left-sidebar>p.main-category a:hover,
ul.expandable-subcategories a:hover {
	text-decoration: underline;
}

.facetwp-flyout .facetwp-flyout-close::before {
	content: "Sluiten ";
}

.facetwp-flyout h3,
h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.facetwp-selections ul {
	margin-bottom: 16px;
}

h3.facet-label:not(:first-of-type) {
	border-top: 1px solid var(--border-color);
	padding-top: 24px;
}


.facetwp-type-reset {
	margin-top: 0.5rem;
	margin-bottom: 20px !important;
}

.facetwp-type-reset a:hover {
	text-decoration: none;
}

.facetwp-selections li .facetwp-selection-label {
	display: none;
}

.facetwp-selections li .facetwp-selection-value {
	font-size: 0.875rem;
	line-height: normal;
	background-position: 9px center;
	margin-right: 0;
	background-image: url(https://hortidirect.com/wp-content/uploads/2025/02/Cross-1.svg);
	background-size: 16px;
	border-radius: 0.25rem;
	padding: 8px 12px 8px 31px;
	margin-bottom: 0;
	margin-bottom: 8px;
	margin-right: 8px;
	border: 1px solid var(--primary-dark);
}

.facetwp-type-sort select {
	font-size: 1rem;
	font-weight: 500;
	padding: 1rem 3rem 1rem 1rem;
	border-radius: 0.125rem;
	border-color: var(--primary-dark);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22%3E%3Cpath d=%22M7 8.25H12.625%22 stroke=%22%231D1A3A%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M7 12H11.375%22 stroke=%22%231D1A3A%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M7 15.75H11.375%22 stroke=%22%231D1A3A%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M13.875 13.875L15.75 15.75L17.625 13.875%22 stroke=%22%231D1A3A%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M15.75 8.25V15.75%22 stroke=%22%231D1A3A%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - .75rem) center;
	background-size: 1.875rem;
	cursor: pointer;
}

.facetwp-flyout .facetwp-facet-search .facetwp-input-wrap,
.facetwp-facet-search .facetwp-input-wrap {
	display: block;
}

.facetwp-flyout .facetwp-facet-search .facetwp-input-wrap .facetwp-icon,
.facetwp-facet-search .facetwp-input-wrap .facetwp-icon {
	width: 56px;
	height: 56px;
	border-radius: 4px;
	background: var(--Kobalt-blauw, #1A1E41);
	opacity: 1;
	top: 50%;
	transform: translate(0%, -50%);
	right: 8px;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	display: flex;
	transition: all 0.3s ease-in-out;
}

.facetwp-flyout .facetwp-facet-search .facetwp-input-wrap .facetwp-icon:hover,
.facetwp-facet-search .facetwp-input-wrap .facetwp-icon:hover {
	background-color: var(--lichtblauw);
	color: var(--kobalt-blauw);
}

.facetwp-flyout .facetwp-facet-search .facetwp-input-wrap .facetwp-icon:before,
.facetwp-facet-search .facetwp-input-wrap .facetwp-icon:before {
	background: url(./assets/img/search-white.svg) no-repeat;
	height: 25px;
	width: 25px;

}

.facetwp-flyout .facetwp-facet-search .facetwp-input-wrap .facetwp-icon:hover:before,
.facetwp-facet-search .facetwp-input-wrap .facetwp-icon:hover:before {
	background: url(./assets/img/magnifying-glass-solid.svg) no-repeat;
	height: 25px;
	width: 25px;
}

.facetwp-flyout .facetwp-facet-search .facetwp-input-wrap input,
.facetwp-facet-search .facetwp-input-wrap input {
	width: 100%;
	border: 1px solid #BBB;
	border-radius: 4px;
	height: 72px;
	padding-left: 24px;
	min-width: 0px;
}

.facetwp-flyout .facetwp-facet-search .facetwp-input-wrap input::placeholder,
.facetwp-facet-search .facetwp-input-wrap input::placeholder {
	color: var(--tekst, #181818);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.facetwp-flyout .facetwp-counter,
.facetwp-counter {
	display: none;
}

.facetwp-flyout .facetwp-type-checkboxes .facetwp-checkbox,
.facetwp-type-checkboxes .facetwp-checkbox {
	background: url(./assets/img/Unselected.png) 0 50% no-repeat;
	padding-left: 27px;
	margin-bottom: 8px;
}

.facetwp-flyout .facetwp-type-checkboxes .facetwp-checkbox.checked,
.facetwp-type-checkboxes .facetwp-checkbox.checked {
	background: url(./assets/img/Selected.png) 0 50% no-repeat;
}

.facetwp-type-checkboxes :last-child {
	margin-bottom: 0;
}

.facetwp-flyout .facetwp-slider,
.facetwp-slider {
	border-radius: 16px;
	background: #EEE;
	border: none;
	height: 8px;
}

.facetwp-flyout .noUi-connect,
.noUi-connect {
	background: var(--lichtroze);
}

.facetwp-flyout .noUi-horizontal .noUi-handle,
.noUi-horizontal .noUi-handle {
	top: -6px;
	cursor: grab;
}

.facetwp-flyout .noUi-handle,
.noUi-handle {
	border: none;
	background-color: var(--kobalt-blauw);
	top: -7px;
}

.facetwp-flyout .facetwp-slider-reset,
.facetwp-slider-reset {
	padding: 0;
	border: none;
	background-color: white !important;
	color: var(--text) !important;
	box-shadow: none;
	font-weight: 400;
	text-decoration: underline;
}

.facetwp-flyout .facetwp-slider-reset:hover,
.facetwp-slider-reset:hover {
	text-decoration: none;
}

.facet-sort-archive .facetwp-facet {
	margin-bottom: 0;

}

.name-clear_all_filters h3 {
	display: none;
}

.facetwp-pager {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
}

.facetwp-pager .facetwp-page:not(.dots, .prev, .next):is(:hover, :focus-visible),
.facetwp-pager .facetwp-page.active {
	border-color: var(--primary-dark);
}

.facetwp-pager .facetwp-page {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--primary-dark);
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.facetwp-pager .facetwp-page:is(.prev, .next):is(:hover, :focus-visible) {
	background-color: var(--primary-dark);
}

.facetwp-pager .facetwp-page:is(.prev, .next) {
	border: 1px solid var(--primary-dark);
	border-radius: 0.125rem;
}

.facetwp-pager .facetwp-page:is(.prev, .next):is(:hover, :focus-visible) path {
	fill: var(--secondary-light);
}

/* Archive products */

ul.products .product.usps-bar {
	grid-column: 1 / -1;
	padding: .1rem .5rem !important;
}

.product.product_cat-type-set .wapf-card-wrap {
	display: block;
}

.product.product_cat-type-set .wapf-card-inner {
	padding: 0;
	gap: 0;
}


.product.product_cat-type-set .wapf-wrapper {
	margin-left: 0;
}

.product.product_cat-type-set .included-in-set .wapf-card-body .wapf-card-row:last-child {
	display: none;
}

.product.product_cat-type-set .wapf-card-title {
	font-weight: normal
}

.product.product_cat-type-set .wapf-field-container {
	padding: 0;
}

.product.product_cat-type-set .wapf-field-container .apf-plusmin button {
	max-width: unset;
}

.product.product_cat-type-set .apf-plusmin {
	max-width: 154px;
}

.product.product_cat-type-set .wapf-card-row .wapf-card-row {
	justify-content: end;
}

.product.product_cat-type-set .wapf-field-container {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.woocommerce .product-type-bundle .product.bundled_product_summary h4 {
	margin-bottom: 0;
}

.product-type-bundle .summary p.price:empty {
	display: none;
}

.woocommerce .product-type-bundle .cart.bundle_form h3.bundle-title {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 4px;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.bundle_form .bundle_availability p.stock,
.single-product .bundle_form .bundle_availability p.stock {
	line-height: 2rem !important;
}

.woocommerce .product-type-bundle .product.bundled_product_summary {
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce .product-type-bundle .product.bundled_product_summary:last-of-type {
	margin-bottom: 1.5rem;
}

.product-type-bundle .bundled_product .bundled_product_title_inner {
	font-weight: normal;
	font-size: 1rem;
}

.product-type-bundle .bundled_product .bundled_item_cart_details .price {
	font-size: 0.8rem;
	line-height: 1em;

}

.product-type-bundle .bundled_product .bundled_product_title_link {
	margin-left: 0.4rem;
}

.product-type-bundle .bundled_product .bundled_product_title_link .bundled_product_permalink::before {
	font-size: 0.5em;
}

.woocommerce .product-type-bundle .details {
	position: relative;
}

.woocommerce .product-type-bundle .details input.bundled_qty {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.woocommerce .product-type-bundle .details .cart:has(.quantity_hidden) {
	display: none;
}

.woocommerce .product-type-bundle .details .cart {
	margin-bottom: 0.5rem;
}

.woocommerce .product-type-bundle .details .cart .bundled_item_cart_details .price del {
	display: none;
}

.woocommerce .product-type-bundle .cart.bundle_data .bundle_wrap {
	width: 100%;
	margin-bottom: 8px;
}

.woocommerce .product-type-bundle .cart.bundle_data .bundle_wrap .bundle_price .price del {
	display: none;
}

.woocommerce .product-type-bundle .cart.bundle_data .bundle_button {
	display: flex;
}

.woocommerce .product-type-bundle .cart.bundle_data .bundle_add_to_cart_button {
	flex-grow: 1;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	background-color: #f9fbf3;
	border-left-color: #beda87;
}

.fkcart-modal-container .fkcart-item-wrap .fkcart-free-item {
	margin-bottom: 12px !important;
}

.fkcart-modal-container .fkcart-item-wrap .fkcart--item:has(.fkcart-image-wrapper:empty) {
	padding-left: 3rem !important;
}

.fkcart-modal-container .fkcart-item-wrap .fkcart-image-wrapper:empty {
	display: none !important;
}

.footer-desc-wrapper {
	display: none;
}

.footer-desc-wrapper:has(.product-content-footer) {
	display: block;
}

.woocommerce ul.products li.product .price:has(.tiered-pricing-you-save--hidden) br {
	display: none;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
	width: 90% !important;
}

.woocommerce-page div.product div.bundled_product_images,
.woocommerce-page #content div.product div.bundled_product_images,
.woocommerce div.product div.bundled_product_images,
.woocommerce #content div.product div.bundled_product_images {
	width: 10% !important;
}

.tiered-pricing-table thead tr th:nth-child(3),
.tiered-pricing-table tbody tr td:nth-child(3) {
	border-right: 1px solid #DDD;
}

.woocommerce-terms-and-conditions-wrapper a.woocommerce-terms-and-conditions-link {
	text-decoration: underline !important;
}

#wfacp-e-form #order_review {
	width: 100%;
	float: none;
}

#wfacp-e-form #wfacp_checkout_form #payment .woocommerce-terms-and-conditions {
	border: none;
	box-shadow: none;
	padding: 0;
	background: white;

}

#wfacp-e-form #wfacp_checkout_form #payment .woocommerce-terms-and-conditions>p {
	margin: 0;
	display: flex;
}

#wfacp-e-form #wfacp_checkout_form #payment .woocommerce-terms-and-conditions>p a {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0.25rem;
	padding: 11px;
	width: 100%;
	transition: background-color .3s ease;
}

#wfacp-e-form #wfacp_checkout_form #payment .woocommerce-terms-and-conditions>p a span {
	color: var(--primary-dark);
	font-weight: normal;
}

#wfacp-e-form #wfacp_checkout_form #payment .woocommerce-terms-and-conditions>p a:hover {
	background-color: #fafafaff;
}

#wfacp-e-form #wfacp_checkout_form #payment .woocommerce-terms-and-conditions>p a:hover span {
	color: var(--primary-dark);
}

.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.wfacp-saving-amount) td,
.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.wfacp-saving-amount) th,
.wfacp_mini_cart_start_h span.amount {
	text-transform: none !important;
}

/* Gravity forms */
.gform_required_legend {
	display: none;
}

.gform_wrapper *:not(input[type=submit], .gform_title) {
	font-size: .875rem;
}

.gform_wrapper form {
	background-color: var(--canvas-light);
	padding: 0;
}

.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	font-size: .875rem;
	margin-bottom: 1.5rem;
	padding: 1rem 0;
	border: none;
	border-bottom: 1px solid var(--primary-dark);
	transition: padding 75ms linear;
}

:is(.gform_wrapper.gravity-theme input[type=email],
	.gform_wrapper.gravity-theme input[type=number],
	.gform_wrapper.gravity-theme input[type=search],
	.gform_wrapper.gravity-theme input[type=tel],
	.gform_wrapper.gravity-theme input[type=text],
	.gform_wrapper.gravity-theme select,
	.gform_wrapper.gravity-theme textarea):is(:active, :focus) {
	animation: outline-animation 150ms linear;
	animation-fill-mode: forwards;
	outline: 2px solid var(--primary-dark) !important;
	padding-inline: .75rem;
}

@keyframes outline-animation {
	0% {
		outline-offset: 1rem;
	}

	to {
		outline-offset: -1px;
	}
}

.gform_wrapper input::placeholder {
	color: var(--text-light);
}

.gform_wrapper .gfield_label.gform-field-label,
.gform_wrapper .gform-field-label--type-sub.gform-field-label {
	font-weight: 700;
}

.gform_wrapper .gfield_required.gfield_required_asterisk {
	font-size: 1em;
	color: var(--text-base);
}

.gform_wrapper input[type=submit] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='currentColor' d='M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-size: 1em 1em !important;
	background-position: calc(100% - 1.55rem) center !important;
	transition: background-position .15s linear, padding-right .15s linear, background-color .15s linear, color .15s linear !important;
	align-items: center !important;
	background-color: var(--primary-light) !important;
	color: var(--primary-dark) !important;
	column-gap: 0.5rem !important;
	display: inline-flex !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	justify-content: center !important;
	text-decoration: none !important;
	border-radius: 0.5rem !important;
	padding: 1rem 3rem 1rem 1.5rem !important;
}

.gform_wrapper input[type=submit]:hover {
	background-color: var(--primary-dark) !important;
	column-gap: 0.75rem !important;
	color: var(--secondary-light) !important;
	background-position: calc(100% - 1.5rem) center !important;
	padding-right: 3.25rem !important;

}

.gform_wrapper .gfield_description {
	padding: 0;
}

.gform_wrapper:has(.gform_body .gfield--type-submit) .gform-footer {
	display: none;
}
