:root {
	--color-yellow: #FBEA96;
	--color-red: #ED7567;
}

/* Proefkaartje CSS */
.sku_info {
	text-align: center;
	margin-bottom: 36px;
}
.sku_info h1 {
	font-weight: 700;
}
.sku_info p {
	font-family: Lato;
	font-size: 18px;
	font-weight: 700;
	padding: 0 12px;
}

.proefkaart-product {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	margin: 20px 0 26px !important;
}

.proefkaart-product .proefkaart-product-image img {
	max-width: 220px;
	height: auto;
}

.proefkaart-product .proefkaart-product-title {
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.proefkaart-product .proefkaart-content img {
	max-width: 20px;
	height: auto;
}

@media (max-width: 600px) {
	.sku_info {
		margin-bottom: 30px;
		padding: 0;
	}
	.sku_info h1 {
		font-size: 28px !important;
	}
	.sku_info p {
		font-size: 16px;
	}
	.proefkaart-product {
		flex-direction: column;
		align-items: start;
		gap: 16px;
		margin: 16px 0 16px !important;
	}

	.proefkaart-product .proefkaart-product-image img {
		max-width: 180px
	}
}

.proefkaartje-ps-link {
	display: block;	
	position: relative;
	margin-bottom: 26px;
	background: var(--color-yellow);
    padding: 20px 70px 20px 20px;
	border-radius: 10px;
	opacity: 1;
	transition: .2s ease;
}

.proefkaartje-ps-link:hover {
	background-color: #f5e595;
}

.proefkaartje-ps {
	margin-bottom: 0;
	color: #000;
	font-size: 12px !important;
}

.proefkaartje-ps strong {
	display: block;
	font-family: Lato;
	color: var(--color-red);
	font-weight: 600;
	font-size: 17px !important;
	margin-bottom: 6px;
}

.proefkaartje-ps::after {
	content: '';
	position: absolute;
	height: 32px;
	width: 32px;
	bottom: 20px;
	right: 20px;
	border-radius: 100%;
	background-color: var(--color-red);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23FFFFFF'%3E%3Cpath d='m553.85-253.85-42.16-43.38L664.46-450H180v-60h484.46L511.69-662.77l42.16-43.38L780-480 553.85-253.85Z'/%3E%3C/svg%3E");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center; 
}

/* Nieuwsbrief footer CSS */
.gbtr_light_footer_wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: var(--color-yellow) !important;
}

.gbtr_light_footer_wrapper #block-4 {
	padding-bottom: 0 !important;
}

.footer-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 30px 0;
	background-color: var(--color-yellow) !important;
	background-image: url('/wp-content/plugins/heabb-custom-studio-draak/assets/images/hartjes-background.png');
	background-size: contain;
	background-position: 75% center;
	background-repeat: no-repeat;
}

.footer-cta-title h3 {
	font-weight: 900;
	font-size: 28px;
	margin: 0 0 8px;
	color: var(--color-red);
}

.footer-cta-title p {
	max-width: 480px;
}

.footer-cta-form {
	
}

.footer-cta-form .heabb-form {
	display: flex;
	gap: 16px;
}

.footer-cta-form .heabb-form .gform-body input {
	border-color: #fff !important;
}

.footer-cta-form .gform-footer {
	margin-top: 0 !important;
}

@media (max-width: 600px) {
	.footer-cta {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		background-image: none;
	}

	.footer-cta-title p {
		margin-bottom: 8px;
	}
}

/* Gravity Forms Styling */
.heabb-form .form-notice {
	background-color: var(--color-yellow);	
	padding: 28px;
	border-radius: 12px;
}
.heabb-form .form-notice h3 {
	color: var(--color-red);
	font-size: 20px;
	margin: 0 0 4px;
}
.heabb-form .form-notice p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.heabb-form_wrapper .gform_validation_errors {
	display: none !important;
}

.heabb-form {
	--gf-form-gap-y: 18px;
}



.heabb-form .gf_progressbar_title {
	color: #000;
	font-size: 24px;
}

.heabb-form_wrapper .gform_required_legend {
	display: none !important;	
}

.heabb-form .gfield label {
	
}

.heabb-form-show-label .gfield label {
	display: block;	
}

.heabb-form .gfield label,
.heabb-form .gfield legend {
  	font-family: "Lato" !important;
	font-weight: 700;
	font-size: 17px;
	color: #000;
}

.heabb-form .gfield .gfield_required_asterisk {
	font-size: 17px !important;
}

.heabb-form .gfield .ginput_container input,
.heabb-form .gfield .ginput_container textarea,
.heabb-form .gfield.gfield--type-select select {
	color: #7e7e7e;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	/*box-shadow: none;*/
	height: unset;
	padding: 5px 16px;
	border-radius: 0;
  	font-family: "Lato", sans-serif !important;
	font-size: 15px;
}

.heabb-form .gfield .ginput_container textarea {
	padding: 16px;
	height: 130px;
}

.heabb-form .gfield.gfield--type-select label {
	display: block;
  	font-family: "Lato" !important;
	font-size: 17px;
	color: #000;
}

.heabb-form .gfield .gfield_checkbox input {
	border-radius: 2px;
	padding: 0;
}

.heabb-form .gfield .gfield_radio input {
	border-radius: 100%;
	padding: 0;
	width: 24px;
	height: 24px;
}

.heabb-form .gfield .gfield_checkbox input::before {
	color: #00aeed;
}

.heabb-form .gfield .gfield_radio input::before {
	background-color: #00aeed;
}

.heabb-form .gfield .gfield_checkbox label,
.heabb-form .gfield .gfield_radio label {
	display: block;
	cursor: pointer;
	color: #000;
}

.heabb-form_wrapper .heabb-form .gform_footer input.button,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button {
  color: white !important;
  background-color: #000 !important;
  transition: 0.3s ease;
  border-radius: 8px !important;
  font-family: "Lato" !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-decoration: none;
  padding: 1.3em 1.8em !important;
  border: none;
  cursor: pointer;
  font-size: 13px !important;
}

.heabb-form_wrapper .heabb-form .gform_footer input.button:hover,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button:hover {
  background-color: var(--color-red) !important;
}