/**
 * KÜLMALINE 2026 CAMPAIGN LANDING
 * Four-product mixed-brand campaign
 */

:root {
	--kl-navy: #102c3a;
	--kl-navy-dark: #081b24;
	--kl-blue: #20a9c5;
	--kl-blue-dark: #2A3896;
	--kl-blue-light: #dff5f8;
	--kl-ice: #f2f8fa;
	--kl-accent: #00c9ff;
	--kl-text: #16252c;
	--kl-muted: #64747c;
	--kl-border: #dbe8ec;
	--kl-white: #fff;
	--kl-shadow: 0 22px 60px rgba(8, 39, 52, .11);
}

/* GLOBAL / BUTTONS */
.kl-campaign-page {
	color: var(--kl-text);
	background: var(--kl-ice);
}

.kl-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px !important;
	font-weight: 750;
	line-height: 1.2 !important;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.kl-button:hover {
	transform: translateY(-2px);
}

.kl-button-primary {
	box-shadow: 0 13px 30px rgba(32, 169, 197, .25) !important;
}

.kl-button-primary:hover {
	box-shadow: 0 17px 36px rgba(32, 169, 197, .34) !important;
}

/* HERO */
.kl-hero {
	position: relative;
	min-height: 700px;
	padding-top: 92px;
	padding-bottom: 112px;
	color: #fff;
	background:
		radial-gradient(circle at 82% 17%, rgba(32,169,197,.42), transparent 31%),
		radial-gradient(circle at 15% 100%, rgba(182,217,76,.12), transparent 34%),
		linear-gradient(118deg, var(--kl-navy-dark) 0%, var(--kl-navy) 63%, #16495b 100%);
	overflow: hidden;
}

.kl-hero:before {
	position: absolute;
	inset: 0;
	content: "";
	opacity: .24;
	background-image:
		linear-gradient(135deg, transparent 0 49.5%, rgba(255,255,255,.12) 49.7% 50.1%, transparent 50.3%),
		linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
	background-size: 170px 170px, 100% 64px;
}

.kl-hero:after {
	position: absolute;
	right: -12vw;
	bottom: -190px;
	width: 54vw;
	height: 360px;
	content: "";
	background: var(--kl-ice);
	transform: rotate(-8deg);
	transform-origin: center;
}

.kl-hero-copy,
.kl-hero-visual {
	position: relative;
	z-index: 2;
}

.kl-kicker .uvc-main-heading > div,
.kl-section-kicker .uvc-main-heading > div {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 17px !important;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 1.2 !important;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.kl-kicker .uvc-main-heading > div {
	color: var(--kl-blue) !important;
}

.kl-kicker .uvc-main-heading > div:before,
.kl-section-kicker .uvc-main-heading > div:before {
	width: 30px;
	height: 2px;
	content: "";
	background: currentColor;
}

.kl-hero-title .uvc-main-heading h1 {
	max-width: 740px;
	margin: 0 0 24px !important;
	color: #fff !important;
	font-size: clamp(40px, 5.8vw, 72px) !important;
	font-weight: 780 !important;
	line-height: 1 !important;
}

.kl-hero-title .uvc-main-heading h1 em {
	color: var(--kl-accent);
	font-style: normal;
}

.kl-hero-title .uvc-sub-heading {
	max-width: 650px;
	margin: 0 0 32px !important;
	color: rgba(255,255,255,.8) !important;
	font-size: clamp(18px, 1.6vw, 21px) !important;
	line-height: 1.65 !important;
}

.kl-hero-buttons > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.kl-hero-visual {
	padding-left: 28px;
}

.kl-hero-frame {
	position: relative;
	padding: 34px 24px 22px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 34px 34px 80px 34px;
	background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.035));
	box-shadow: 0 38px 90px rgba(0,0,0,.28);
	backdrop-filter: blur(14px);
}

.kl-hero-products img {
	max-height: 430px;
	object-fit: contain;
	filter: drop-shadow(0 24px 26px rgba(0,0,0,.3));
}

.kl-hero-stats {
	margin-top: 16px;
}

.kl-hero-stats > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

.kl-stat {
	height: 100%;
	padding: 16px 14px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 16px;
	background: rgba(4,25,34,.5);
}

.kl-stat .uvc-main-heading > div {
	margin-bottom: 3px !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 780;
	line-height: 1.15 !important;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.kl-stat .uvc-sub-heading {
	color: rgba(255,255,255,.65) !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
}

/* TRUST STRIP */
.kl-trust-section {
	background: var(--kl-ice);
	overflow: visible !important; 
	z-index: 3;
}

.kl-trust-card {
	top: -34px !important;
	margin: 0;
	padding: 24px 26px;
	border: 1px solid var(--kl-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--kl-shadow);
	z-index: 5;
}

.kl-trust-item .text-icon {
	background: var(--kl-blue-light) !important;
}

.kl-trust-item .text-icon * {
	color: var(--kl-blue-dark) !important;
}

.kl-trust-item .dt-text-title {
	margin-bottom: 3px !important;
	color: var(--kl-text) !important;
	font-size: 16px !important;
	font-weight: 760 !important;
}

.kl-trust-item .dt-text-desc {
	color: var(--kl-muted) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

/* INTRO */
.kl-intro-section {
	padding-top: 100px;
	padding-bottom: 58px;
	background: var(--kl-ice);
}

.kl-section-kicker .uvc-main-heading > div {
	color: var(--kl-blue-dark) !important;
}

.kl-section-heading {
	max-width: 800px;
	margin: 0 auto 48px !important;
	text-align: center;
}

.kl-section-heading .uvc-main-heading h2 {
	margin: 0 0 18px !important;
	color: var(--kl-text) !important;
	font-size: clamp(30px, 4vw, 50px) !important;
	font-weight: 780 !important;
	line-height: 1.08 !important;
}

.kl-section-heading .uvc-sub-heading {
	color: var(--kl-muted) !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
}

.kl-service-grid > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	display: flex;
	height: 100%;
}

.kl-service-card {
	width: 100%;
	padding: 26px 25px;
	border-left: 4px solid var(--kl-accent);
	background: #fff;
	box-shadow: 0 12px 34px rgba(8,39,52,.07);
}

.kl-service-card .dt-text-title {
	margin-bottom: 7px !important;
	color: var(--kl-text) !important;
	font-size: 18px !important;
	font-weight: 760 !important;
}

.kl-service-card .dt-text-desc {
	color: var(--kl-muted) !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
}

/* PRODUCT GRID */
.kl-products-section {
	padding-top: 70px;
	padding-bottom: 104px;
	background: var(--kl-ice);
}

.kl-product-grid {
	row-gap: 30px;
}

.kl-product-card-column > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid var(--kl-border);
	border-radius: 0;
	background: #fff;
	box-shadow: 0 15px 44px rgba(8,39,52,.075);
	transition: transform .25s ease, box-shadow .25s ease;
}

.kl-product-card-column > .vc_column-inner > .wpb_wrapper:hover {
	transform: translateY(-6px);
	box-shadow: 0 27px 65px rgba(8,39,52,.14);
}

.kl-product-media {
	min-height: 320px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 42px 35px 30px;
	background:
		linear-gradient(145deg, transparent 0 66%, rgba(32,169,197,.08) 66.2% 67%, transparent 67.2%),
		radial-gradient(circle at 50% 42%, #fff 0, #eef8fa 54%, #dceff3 100%);
	overflow: hidden;
}

.kl-product-media:after {
	display: block !important;
	position: absolute;
	right: -76px;
	bottom: -76px;
	width: 190px;
	height: 190px;
	content: "";
	border: 30px solid rgba(32,169,197,.09);
	transform: rotate(18deg);
}

.kl-product-image {
	position: relative;
	z-index: 2;
}

.kl-product-image img {
	max-height: 255px;
	object-fit: contain;
	filter: drop-shadow(0 19px 20px rgba(8,39,52,.18));
}

.kl-product-brand,
.kl-product-badge {
	position: absolute;
	z-index: 3;
	top: -30px;
}

.kl-product-brand {
	left: -23px;
	padding: 0;
}

.kl-product-brand.kl-product-logo-nibe {
	padding: 10px;
	line-height: 1 !important;
	background-color: #fff;
}

.kl-product-logo-nibe img {
	width: auto !important;
	height: 20px !important;
}

.kl-product-logo-me img {
	width: auto !important;
	height: 40px !important;
}

.kl-product-badge {
	right: -23px;
	padding: 8px 11px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background: var(--kl-accent);
}

.kl-product-content {
	padding: 31px 32px 32px;
	height: 100%;
}

.kl-product-content > div:first-of-type {
	margin-bottom: auto !important;
}

.kl-product-type {
	margin-bottom: 9px !important;
	color: var(--kl-blue-dark) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.kl-product-title h3 {
	margin: 0 0 12px !important;
	color: var(--kl-text) !important;
	font-size: clamp(24px, 2.5vw, 30px) !important;
	font-weight: 780 !important;
	line-height: 1.14 !important;
}

.kl-product-description {
	margin-bottom: 20px !important;
	color: var(--kl-muted) !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
}

.kl-feature-list {
	margin-bottom: 25px !important;
}

.kl-feature-list ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.kl-feature-list li {
	position: relative;
	margin: 0 !important;
	padding-left: 27px;
	color: var(--kl-text);
	font-size: 13px !important;
	line-height: 1.5 !important;
}

.kl-feature-list li:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\f00c";
	border-radius: 50%;
	color: var(--kl-blue-dark);
	background: var(--kl-blue-light);
	font-family: "Font Awesome 6 Free";
	font-size: 10px;
	font-weight: 900;
}

.kl-product-footer {
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid var(--kl-border);
}

.kl-product-price .uvc-main-heading {
	margin-bottom: 4px !important;
	color: var(--kl-muted) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.kl-product-price .uvc-sub-heading {
	color: var(--kl-navy) !important;
	font-size: 38px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.kl-product-price .uvc-sub-heading em {
	font-size: 17px;
	font-style: normal;
	vertical-align: top;
}

.kl-price-note {
	margin-top: 5px !important;
	color: var(--kl-muted) !important;
	font-size: 11px !important;
}

.kl-product-actions > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

/* SERVICE CTA */
.kl-service-cta-section {
	padding-top: 0;
	padding-bottom: 96px;
	background: var(--kl-ice);
}

.kl-service-cta {
	position: relative;
	overflow: hidden;
	padding: 48px 52px;
	border-radius: 30px 8px 30px 30px;
	color: #fff;
	background:
		radial-gradient(circle at 88% 25%, rgba(32,169,197,.7), transparent 33%),
		linear-gradient(128deg, var(--kl-navy-dark), var(--kl-navy));
	box-shadow: var(--kl-shadow);
}

.kl-service-cta:after {
	position: absolute;
	right: -65px;
	bottom: -65px;
	width: 190px;
	height: 190px;
	content: "";
	border: 34px solid rgba(255,255,255,.07);
	border-radius: 50%;
}

.kl-service-cta .uvc-main-heading h2 {
	margin-bottom: 10px !important;
	color: #fff !important;
	font-size: clamp(30px, 3.7vw, 44px) !important;
	font-weight: 780 !important;
	line-height: 1.12 !important;
}

.kl-service-cta .uvc-sub-heading {
	color: rgba(255,255,255,.76) !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
}

/* CONTACT FORM 7 */
.kl-contact-section {
	padding-top: 96px;
	padding-bottom: 105px;
	background: #fff;
}

.kl-contact-copy {
	padding-right: 60px;
}

.kl-contact-copy .kl-section-heading {
	margin: 0 !important;
	text-align: left;
}

.kl-contact-points {
	margin-top: 28px !important;
}

.kl-contact-points ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kl-contact-points li {
	position: relative;
	padding-left: 30px;
	color: var(--kl-text);
	font-size: 14px;
	line-height: 1.5;
}

.kl-contact-points li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f058";
	color: var(--kl-blue);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.wpcf7 br {
	display: none;
}

.wpcf7 div.half,
.wpcf7 div.third,
.wpcf7 span.third {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wpcf7 div.half > div {
	flex: 0 1 calc(50% - 5px);
	min-width: calc(50% - 5px);
}

.wpcf7 div.third > div,
.wpcf7 span.third > label {
	flex: 0 1 calc(40% - 7px);
	min-width: calc(40% - 7px);
}

.wpcf7 div.third > div.twothird,
.wpcf7 span.third > label.twothird {
	flex: 0 1 calc(60% - 3px);
	min-width: calc(60% - 3px);
}

.wpcf7 .kl-contact-form-card p label.half {
    display: -webkit-inline-flex;
    display: inline-flex;
	width: calc(50% - 3px);
    vertical-align: top;
}

.wpcf7 .kl-contact-form-card p label.half > span {
	width: 100%;
}

.kl-contact-form-card .block-margin {
	margin-top: 15px;
}

.kl-contact-form-card {
	padding: 38px 38px 28px;
	border: 1px solid var(--kl-border);
	border-radius: 28px 28px 8px 28px;
	background: var(--kl-ice);
	box-shadow: var(--kl-shadow);
}

.wpcf7-form .kl-contact-form-card p {
	margin-bottom: 0;
}

.wpcf7-form .kl-contact-form-card a,
.wpcf7-form .kl-contact-form-card a:hover {
	color: var(--kl-blue-dark);
}

.kl-contact-form-card label,
.kl-contact-form-card p span.labeled {
	flex: 0 0 100%;
	display: block;
	margin-bottom: 0;
	color: var(--kl-text);
	font-size: 14px;
	font-weight: 700;
}

.kl-contact-form-card label {
	margin-bottom: 10px;
}

.kl-contact-form-card p span.labeled small {
    display: block;
    line-height: 1;
    color: #999;
    font-weight: 400;
}

.kl-contact-form-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.kl-contact-form-card select,
.kl-contact-form-card textarea {
	margin-bottom: 0 !important;
	padding: 12px 15px;
	width: 100%;
	min-height: 50px;
	border-radius: 10px;
	color: var(--kl-text);
	box-shadow: none;
}

.kl-contact-form-card select {
	padding: 11px 15px;
	min-width: 0 !important;
}

.kl-contact-form-card textarea {
	min-height: 136px;
	resize: vertical;
}

.kl-contact-form-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.kl-contact-form-card select:focus,
.kl-contact-form-card textarea:focus {
	border-color: var(--kl-blue);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(32,169,197,.13);
}

select.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #f55b5f;
}

.kl-contact-form-card .kl-agreement .wpcf7-form-control-wrap {
	display: block;
}

.kl-contact-form-card .kl-agreement .wpcf7-list-item {
	display: block;
	margin: 0;
}

.kl-contact-form-card .kl-agreement .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 15px 16px;
	border: 1px solid var(--kl-border);
	border-radius: 12px;
	background: #fdfdfd;
	color: var(--kl-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
	transition:
		border-color .2s ease,
		background-color .2s ease,
		box-shadow .2s ease;
}

.kl-contact-form-card .kl-agreement .wpcf7-list-item label:hover {
	border-color: var(--kl-blue);
	background: #fff;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(32,169,197,.13);
}

.kl-contact-form-card .kl-agreement input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}

.kl-contact-form-card .kl-agreement .wpcf7-list-item-label {
	position: relative;
	display: block;
	padding-left: 32px;
}

.kl-contact-form-card .kl-agreement .wpcf7-list-item-label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	box-sizing: border-box;
	content: "";
	border: 2px solid var(--the7-input-border-color);
	border-radius: 6px;
	background: #fdfdfd;
	box-shadow: 0 2px 7px rgba(8, 39, 52, .08);
	transition:
		border-color .2s ease,
		background-color .2s ease,
		box-shadow .2s ease,
		transform .2s ease;
}

.kl-contact-form-card .kl-agreement .wpcf7-list-item-label:after {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 11px;
	height: 6px;
	content: "";
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	opacity: 0;
	transform: rotate(-45deg) scale(.65);
	transition:
		opacity .16s ease,
		transform .16s ease;
}

.kl-contact-form-card .kl-agreement input[type="checkbox"]:checked
	+ .wpcf7-list-item-label:before {
	border-color: var(--kl-blue);
	background: var(--kl-blue);
	box-shadow: 0 5px 14px rgba(42, 56, 150, .24);
}

.kl-contact-form-card .kl-agreement input[type="checkbox"]:checked
	+ .wpcf7-list-item-label:after {
	opacity: 1;
	transform: rotate(-45deg) scale(1);
}

.kl-contact-form-card .kl-agreement input[type="checkbox"]:focus-visible
	+ .wpcf7-list-item-label:before {
	outline: 0;
	box-shadow:
		0 0 0 4px rgba(32, 169, 197, .18),
		0 2px 7px rgba(8, 39, 52, .08);
}

.kl-contact-form-card .kl-agreement .wpcf7-validates-as-required.wpcf7-not-valid
	.wpcf7-list-item-label:before {
	border-color: #f55b5f;
	box-shadow: 0 0 0 3px rgba(245, 91, 95, .1);
}

.kl-contact-form-card .submit-button-row {
	position: relative;
	text-align: center;
}

.kl-contact-form-card .submit-button-row input[type="submit"] {
	padding: 14px 25px;
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	background: var(--kl-blue);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease;
}

.kl-contact-form-card input[type="submit"]:hover {
	transform: translateY(-2px);
	background: #087F99 !important;
}

.kl-contact-form-card .wpcf7-spinner {
	position: absolute;
	right: 0;
	vertical-align: middle;
}

.kl-contact-form-card .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 12px 15px !important;
	border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {

	.kl-contact-form-card #building_county,
	.kl-contact-form-card #building_address,
	.kl-contact-form-card #contact_code,
	.kl-contact-form-card #contact_phone {
        flex: 0 1 100%;
        min-width: 100%;
	}

	.kl-contact-form-card #contact_code,
	.kl-contact-form-card #contact_phone {
		margin-bottom: 0;
	}

}

@media (max-width: 991px) {
	.kl-hero {
		padding-top: 72px;
		min-height: auto;
	}
	.kl-hero-copy,
	.kl-hero-visual,
	.kl-contact-copy,
	.kl-contact-form-column {
		width: 100%;
	}
	.kl-hero-visual {
		padding: 55px 0 35px;
	}
	.kl-product-card-column {
		width: 100%;
	}
	.kl-product-card-column.kl-me-product {
		order: 3;
	}
	.kl-product-card-column.kl-nibe-product {
		order: 5;
	}
	.kl-contact-copy {
		margin-bottom: 42px;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.kl-hero {
		padding-top: 58px;
		padding-bottom: 90px;
	}
	.kl-hero-title .uvc-main-heading h1 {
		font-size: 43px !important;
	}
	.kl-hero:after {
		display: none;
	}
	.kl-hero-stats {
		gap: 5px;
	}
	.kl-trust-section {
		margin-top: -24px;
	}
	.kl-trust-card {
		padding: 20px;
	}
	.kl-trust-card > .vc_column_container:not(:last-of-type) {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--kl-blue-light);
	}
	.kl-service-card {
		margin-bottom: 10px;
	}
	.kl-intro-section,
	.kl-products-section,
	.kl-contact-section {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.kl-product-media {
		min-height: 280px;
		padding: 36px 22px 24px;
	}
	.kl-product-brand,
	.kl-product-badge {
		top: -24px;
	}
	.kl-product-brand {
		left: -10px;
	}
	.kl-product-badge {
		right: -10px;
	}
	.kl-product-content,
	.kl-contact-form-card {
		padding: 27px 23px;
	}
	.kl-product-price,
	.kl-product-actions {
		width: 100%;
	}
	.kl-product-actions {
		margin-top: 18px;
	}
	.kl-product-actions > .vc_column-inner > .wpb_wrapper {
		justify-content: flex-start;
	}
	.kl-service-cta {
		padding: 36px 26px;
	}
	.kl-service-cta .uvc-heading {
		margin-bottom: 30px;
	}
    .wpcf7 .kl-contact-form-card p label.half {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
    .wpcf7 div.half > div,
	.wpcf7 div.third > div:not(.onethird):not(.twothird),
	.wpcf7 span.third > label:not(.onethird):not(.twothird),
	.wpcf7 .kl-contact-form-card .wpcf7-radio > span {
        flex: 0 1 100%;
        min-width: 100%;
    }
}

@media (max-width: 460px) {
	.kl-hero-title .uvc-main-heading h1 {
		font-size: 38px !important;
	}
	.kl-hero-buttons > .vc_column-inner > .wpb_wrapper {
		flex-direction: column;
		align-items: stretch;
	}
	.kl-button {
		width: 100%;
	}
	.kl-product-brand,
	.kl-product-badge {
		top: -28px;
	}
	.kl-product-brand {
		left: -14px;
	}
	.kl-product-badge {
		right: -14px;
	}
	.kl-product-actions > .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}
}
