/*
Theme Name: Klímaenergia
Theme URI: https://klimaenergia.hu/
Author: Trendy Center Kft.
Description: Gyors, egyedi blokktéma a Klímaenergia.hu WooCommerce webáruházhoz.
Version: 1.0.10
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: klimaenergia
*/

:root {
	--klima-ink: #111727;
	--klima-ink-soft: #4a5060;
	--klima-navy: #090a24;
	--klima-navy-light: #11142f;
	--klima-action: #ff3556;
	--klima-action-dark: #e82748;
	--klima-paper: #ffffff;
	--klima-muted: #f4f6f9;
	--klima-line: #dfe3ea;
	--klima-shell: min(1180px, calc(100% - 48px));
	--klima-shadow: 0 22px 60px rgba(9, 10, 36, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--klima-paper);
	color: var(--klima-ink);
	text-rendering: optimizeLegibility;
}

a {
	transition: color 180ms ease;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.klima-cart-duplicate-image {
	display: none !important;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.klima-shell {
	width: var(--klima-shell);
	max-width: none !important;
	margin-inline: auto !important;
}

.klima-section {
	padding-block: clamp(76px, 9vw, 124px);
}

.klima-topbar {
	background: #06071b;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	letter-spacing: 0.035em;
}

.klima-topbar__inner {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.klima-topbar p,
.klima-topbar a {
	margin: 0;
	color: inherit;
	text-decoration: none;
}

.klima-topbar__inner > div {
	display: flex;
	align-items: center;
	gap: 26px;
}

.klima-topbar a:hover {
	color: #fff;
}

.klima-nav {
	position: relative;
	z-index: 30;
	max-width: none !important;
	margin: 0 !important;
	background: var(--klima-navy);
	color: #fff;
}

.klima-nav__inner {
	min-height: 88px;
	gap: 38px !important;
}

.klima-brand {
	width: 190px;
	height: 72px;
	flex: 0 0 190px;
	display: block;
	background: url("./assets/images/logo.png") left center / contain no-repeat;
}

.klima-navigation {
	margin-left: auto;
}

.klima-navigation .wp-block-navigation-item__content {
	position: relative;
	padding-block: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
}

.klima-navigation .wp-block-navigation-item__content::after {
	position: absolute;
	right: 0;
	bottom: 21px;
	left: 0;
	height: 2px;
	background: var(--klima-action);
	content: "";
	opacity: 0;
	transform: scaleX(0);
	transition: opacity 180ms ease, transform 180ms ease;
}

.klima-navigation .wp-block-navigation-item__content:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.klima-nav__actions {
	gap: 14px !important;
}

.klima-nav__actions .wc-block-mini-cart__button {
	min-width: 46px;
	min-height: 46px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
}

.klima-nav__actions .wc-block-mini-cart__badge {
	background: var(--klima-action);
	color: #fff;
}

/*
 * The mini-cart already shows the line total in the right-hand column.
 * Hide the repeated unit price below the product name.
 */
.wc-block-mini-cart__drawer .wc-block-cart-item__prices {
	display: none !important;
}

.klima-nav__cta .wp-block-button__link {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	padding: 12px 19px;
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: 28px;
	background: var(--klima-navy);
	color: #fff;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	padding-block: 10px;
	color: #fff;
	font-size: 1.1rem;
}

.klima-hero {
	position: relative;
	min-height: min(760px, calc(100vh - 126px));
	overflow: hidden;
	isolation: isolate;
	background:
		linear-gradient(
			90deg,
			rgba(7, 8, 30, 0.96) 0%,
			rgba(7, 8, 30, 0.86) 33%,
			rgba(7, 8, 30, 0.35) 70%,
			rgba(7, 8, 30, 0.12) 100%
		),
		url("./assets/images/mainroom.jpg") center 68% / cover no-repeat;
	color: #fff;
}

.klima-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, transparent 55%, rgba(8, 9, 31, 0.55)),
		radial-gradient(circle at 78% 34%, rgba(255, 255, 255, 0.16), transparent 25%);
	content: "";
	pointer-events: none;
}

.klima-hero__inner {
	min-height: inherit;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	align-items: center;
	gap: 80px;
	padding-block: 90px;
}

.klima-hero__copy {
	max-width: 850px;
}

.klima-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 24px;
	color: var(--klima-action);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.klima-eyebrow::before {
	width: 34px;
	height: 3px;
	flex: 0 0 34px;
	background: currentColor;
	content: "";
}

.klima-hero h1,
.klima-section-heading h2,
.klima-benefits h2,
.klima-efficiency h2,
.klima-contact h2 {
	margin: 0;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.klima-hero h1 {
	max-width: 850px;
	color: #fff;
	font-size: clamp(42px, 5.1vw, 72px);
	text-transform: uppercase;
}

.klima-hero h1 span {
	display: block;
}

.klima-hero__lead {
	max-width: 630px;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.6;
}

.klima-actions {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 38px;
}

.klima-button,
.klima-form-submit {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: 1px solid var(--klima-action);
	border-radius: 0;
	background: var(--klima-action);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.klima-button:hover,
.klima-form-submit:hover {
	border-color: var(--klima-action-dark);
	background: var(--klima-action-dark);
	transform: translateY(-2px);
}

.klima-button--outline {
	border-color: rgba(255, 255, 255, 0.46);
	background: transparent;
}

.klima-button--outline:hover {
	border-color: var(--klima-action);
	background: var(--klima-action);
}

.klima-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 2;
	text-decoration: none;
}

.klima-text-link--dark {
	border-color: rgba(17, 23, 39, 0.35);
	color: var(--klima-ink) !important;
}

.klima-hero__proof {
	align-self: end;
	margin-bottom: 40px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(8, 9, 31, 0.62);
	backdrop-filter: blur(12px);
}

.klima-proof__value {
	margin: 0;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.1;
}

.klima-proof__label {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.45;
}

.klima-proof__line {
	height: 1px;
	margin-block: 20px;
	background: rgba(255, 255, 255, 0.2);
}

.klima-trust {
	border-bottom: 1px solid var(--klima-line);
	background: #fff;
}

.klima-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.klima-trust__grid p {
	min-height: 84px;
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding-inline: 30px;
	border-right: 1px solid var(--klima-line);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.015em;
}

.klima-trust__grid p:first-child {
	padding-left: 0;
}

.klima-trust__grid p:last-child {
	border-right: 0;
}

.klima-trust__grid span {
	color: var(--klima-action);
	font-size: 12px;
	font-weight: 900;
}

.klima-services,
.klima-contact {
	background: var(--klima-muted);
}

.klima-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
	align-items: end;
	gap: 80px;
	margin-bottom: 50px;
}

.klima-section-heading h2,
.klima-benefits h2,
.klima-efficiency h2,
.klima-contact h2 {
	font-size: clamp(36px, 4.4vw, 58px);
}

.klima-section-heading > p {
	margin: 0 0 4px;
	color: var(--klima-ink-soft);
}

.klima-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.klima-service-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 0 rgba(17, 23, 39, 0.06);
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.klima-service-card:hover {
	box-shadow: var(--klima-shadow);
	transform: translateY(-7px);
}

.klima-service-image {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.klima-service-image--sales {
	background-image: url("./assets/images/ertekesites.webp");
}

.klima-service-image--install {
	background-image: url("./assets/images/klimatelepites.webp");
}

.klima-service-image--service {
	background-image: url("./assets/images/klimajavitas.webp");
}

.klima-service-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(9, 10, 36, 0.56));
	content: "";
}

.klima-service-image span {
	position: absolute;
	right: 22px;
	bottom: 18px;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.klima-service-body {
	padding: 28px 28px 30px;
}

.klima-service-body h3,
.klima-benefit-list h3,
.klima-shop-card h3 {
	margin: 0;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.klima-service-body p {
	min-height: 76px;
	margin: 14px 0 22px;
	color: var(--klima-ink-soft);
	font-size: 14px;
}

.klima-service-body a {
	color: var(--klima-action);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.075em;
	text-decoration: none;
	text-transform: uppercase;
}

.klima-benefits {
	position: relative;
	overflow: hidden;
	background: var(--klima-navy);
	color: #fff;
}

.klima-benefits::before {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	box-shadow:
		0 0 0 74px rgba(255, 255, 255, 0.018),
		0 0 0 148px rgba(255, 255, 255, 0.012);
	content: "";
}

.klima-benefits__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: start;
	gap: clamp(60px, 9vw, 130px);
}

.klima-benefits h2 {
	color: #fff;
}

.klima-benefits__copy > p:not(.klima-eyebrow) {
	max-width: 520px;
	margin: 28px 0 34px;
	color: rgba(255, 255, 255, 0.7);
}

.klima-benefit-list {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.klima-benefit-list article {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 24px;
	padding-block: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.klima-benefit-list article > span {
	color: var(--klima-action);
	font-size: 12px;
	font-weight: 900;
}

.klima-benefit-list h3 {
	color: #fff;
}

.klima-benefit-list p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
}

.klima-shop {
	background: #fff;
}

.klima-shop .klima-section-heading {
	grid-template-columns: 1fr auto;
}

.klima-shop-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 0.85fr;
	gap: 18px;
}

.klima-shop-card {
	position: relative;
	min-height: 320px;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	background: #eef1f5;
	isolation: isolate;
	color: var(--klima-ink);
	text-decoration: none;
}

.klima-shop-card::before,
.klima-shop-card::after {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	content: "";
}

.klima-shop-card::before {
	top: -20%;
	right: -13%;
	width: 74%;
	aspect-ratio: 1;
	border: 38px solid rgba(255, 255, 255, 0.68);
	transition: transform 300ms ease;
}

.klima-shop-card::after {
	top: 18%;
	right: 10%;
	width: 30%;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 15px 35px rgba(17, 23, 39, 0.08);
}

.klima-shop-card:hover::before {
	transform: scale(1.08) rotate(8deg);
}

.klima-shop-card--1 {
	background: #e9edf4;
}

.klima-shop-card--2 {
	background: #f0e9e5;
}

.klima-shop-card--3 {
	background: #e8eef0;
}

.klima-shop-tag {
	position: absolute;
	top: 24px;
	left: 26px;
	color: var(--klima-action);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.klima-shop-card h3 {
	max-width: 280px;
	font-size: 24px;
}

.klima-shop-card p {
	max-width: 280px;
	margin: 10px 0 0;
	color: var(--klima-ink-soft);
	font-size: 14px;
}

.klima-shop-arrow {
	position: absolute;
	right: 24px;
	bottom: 24px;
	width: 45px;
	height: 45px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--klima-navy);
	color: #fff;
	font-size: 20px;
}

.klima-efficiency {
	padding-block: clamp(70px, 8vw, 106px);
	background:
		linear-gradient(90deg, rgba(8, 9, 31, 0.97), rgba(8, 9, 31, 0.85)),
		url("./assets/images/mainroom.jpg") center 72% / cover fixed;
	color: #fff;
}

.klima-efficiency__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	align-items: center;
	gap: 90px;
}

.klima-efficiency h2 {
	color: #fff;
}

.klima-efficiency__copy > p:not(.klima-eyebrow) {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.7);
}

.klima-efficiency__numbers {
	display: grid;
	grid-template-columns: 1fr 34px 1.35fr;
	align-items: center;
	gap: 18px;
}

.klima-efficiency__numbers > div {
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(10px);
}

.klima-efficiency__numbers strong {
	color: var(--klima-action);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.05;
}

.klima-efficiency__numbers span {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 13px;
	line-height: 1.5;
}

.klima-efficiency__numbers > b {
	text-align: center;
	font-size: 28px;
	font-weight: 900;
}

.klima-contact__grid {
	display: grid;
	grid-template-columns: 0.86fr 1.14fr;
	gap: clamp(60px, 8vw, 110px);
}

.klima-contact__copy > p:not(.klima-eyebrow) {
	margin: 26px 0 34px;
	color: var(--klima-ink-soft);
}

.klima-contact__links {
	display: grid;
	gap: 14px;
}

.klima-contact__links a {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.klima-contact__links small {
	display: block;
	color: var(--klima-ink-soft);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.klima-contact__icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	background: #fff;
	color: var(--klima-action);
	font-size: 20px;
}

.klima-contact-form-wrap {
	padding: clamp(28px, 4vw, 46px);
	background: #fff;
	box-shadow: var(--klima-shadow);
}

.klima-contact-form label {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--klima-ink);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.klima-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.klima-contact-form input,
.klima-contact-form textarea {
	width: 100%;
	padding: 13px 0;
	border: 0;
	border-bottom: 1px solid #cfd4dd;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--klima-ink);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	transition: border-color 180ms ease;
}

.klima-contact-form textarea {
	resize: vertical;
}

.klima-contact-form input:focus,
.klima-contact-form textarea:focus {
	border-color: var(--klima-action);
}

.klima-form-submit {
	cursor: pointer;
}

.klima-form-privacy {
	margin: 14px 0 0;
	color: #858b98;
	font-size: 11px;
}

.klima-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.klima-form-message {
	margin-bottom: 22px;
	padding: 14px 16px;
	border-left: 4px solid;
	font-size: 14px;
}

.klima-form-message--success {
	border-color: #1f8b4c;
	background: #edf9f1;
}

.klima-form-message--error {
	border-color: var(--klima-action);
	background: #fff1f3;
}

.klima-footer {
	padding: 76px 0 24px;
	background: #06071b;
	color: #fff;
}

.klima-footer__grid {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	gap: 55px;
}

.klima-brand--footer {
	width: 210px;
	height: 76px;
	filter: brightness(1.35);
}

.klima-footer__brand p {
	max-width: 360px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.54);
	font-size: 13px;
}

.klima-footer h2 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.klima-footer__grid > div:not(.klima-footer__brand) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.klima-footer__grid a,
.klima-footer__grid > div:not(.klima-footer__brand) p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	text-decoration: none;
}

.klima-footer__grid a:hover {
	color: var(--klima-action);
}

.klima-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 64px !important;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.4);
	font-size: 11px;
}

.klima-footer__bottom p {
	margin: 0;
}

.klima-footer__bottom div {
	display: flex;
	gap: 22px;
}

.klima-footer__bottom a {
	color: inherit;
	text-decoration: none;
}

.klima-checkout-header {
	border-bottom: 1px solid var(--klima-line);
	background: var(--klima-navy);
	color: #fff;
}

.klima-checkout-header__inner {
	min-height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.klima-checkout-header p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.klima-content {
	padding-block: clamp(54px, 7vw, 90px);
}

.klima-content > :first-child {
	margin-top: 0;
}

.klima-content .wp-block-post-title {
	margin-bottom: 36px;
	font-size: clamp(36px, 5vw, 60px);
}

.klima-query-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.klima-query-grid .wp-block-post {
	padding: 24px;
	border: 1px solid var(--klima-line);
}

.klima-query-grid .wp-block-post-title {
	margin: 18px 0 10px;
	font-size: 1.25rem;
}

.klima-404 {
	min-height: 62vh;
	display: grid;
	place-items: center;
	padding-block: 80px;
	text-align: center;
}

.klima-404 strong {
	display: block;
	color: var(--klima-action);
	font-size: clamp(64px, 12vw, 150px);
	line-height: 0.9;
}

/* WooCommerce: stable public wrappers and form elements only. */
.woocommerce .woocommerce-breadcrumb,
.wc-block-breadcrumbs {
	margin-bottom: 28px;
	color: var(--klima-ink-soft);
	font-size: 12px;
}

.woocommerce div.product {
	padding-block: 48px 80px;
}

.woocommerce div.product .klima-product-main {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
	align-items: start;
	gap: clamp(36px, 6vw, 76px);
}

.woocommerce div.product .klima-product-main div.images,
.woocommerce div.product .klima-product-main div.summary {
	float: none;
	width: auto;
	margin: 0;
}

@media (min-width: 861px) {
	.woocommerce div.product .klima-product-main div.images {
		position: sticky;
		top: clamp(24px, 4vh, 48px);
		align-self: start;
	}

	body.admin-bar .woocommerce div.product .klima-product-main div.images {
		top: clamp(56px, calc(4vh + 32px), 80px);
	}
}

.woocommerce div.product .product_title {
	font-size: clamp(32px, 4vw, 52px);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--klima-ink);
	font-weight: 900;
}

.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
	background: var(--klima-action);
	color: #fff;
	font-weight: 800;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--klima-action-dark);
	color: #fff;
}

.woocommerce span.onsale {
	min-width: 52px;
	min-height: 52px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--klima-action);
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: var(--klima-action);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--klima-action);
}

.woocommerce table.shop_table,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper {
	border-color: var(--klima-line);
	border-radius: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border-color: #bcc3cf;
	border-radius: 0;
}

.wc-block-components-button {
	border-radius: 0;
	font-weight: 800;
}

.wc-block-grid__product,
.wc-block-product {
	transition: transform 180ms ease;
}

.wc-block-grid__product:hover,
.wc-block-product:hover {
	transform: translateY(-3px);
}

.wp-block-woocommerce-order-confirmation-status,
.wp-block-woocommerce-order-confirmation-summary,
.wp-block-woocommerce-order-confirmation-totals-wrapper,
.wp-block-woocommerce-order-confirmation-downloads-wrapper,
.wp-block-woocommerce-order-confirmation-shipping-wrapper,
.wp-block-woocommerce-order-confirmation-billing-wrapper {
	margin-bottom: 32px;
}

/* Product specification panel used in WooCommerce short descriptions. */
.klima-product-intro {
	max-width: 62ch;
	margin: 0 0 18px;
	color: var(--klima-ink);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.55;
}

.klima-spec-panel {
	position: relative;
	max-width: 640px;
	overflow: hidden;
	margin: 24px 0 28px;
	padding: clamp(18px, 3vw, 26px);
	border: 1px solid #dfe3ea;
	border-radius: 20px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.98));
	box-shadow: 0 18px 44px rgba(9, 10, 36, 0.09);
}

.klima-spec-panel::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--klima-action), #ff7a8f);
	content: "";
}

.klima-spec-panel__recommendation {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	padding: 11px 13px;
	border: 1px solid rgba(255, 53, 86, 0.2);
	border-radius: 12px;
	background: rgba(255, 53, 86, 0.07);
	color: var(--klima-ink);
	font-size: 12px;
	line-height: 1.35;
}

.klima-spec-panel__recommendation-label {
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 6px;
	background: var(--klima-action);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.klima-spec-panel__recommendation strong {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.klima-spec-panel__header {
	margin-bottom: 15px;
}

.klima-spec-panel__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: var(--klima-action);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.klima-spec-panel__title {
	margin: 0;
	color: var(--klima-ink);
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.klima-spec-panel .klima-spec-panel__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px;
	margin: 0;
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec {
	display: block;
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 14px 15px 15px;
	border: 1px solid #e3e6ed;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(17, 23, 39, 0.045);
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--wide {
	grid-column: 1 / -1;
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec dt {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #656c7a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1.3;
	text-transform: uppercase;
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec dt::before {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: #65708b;
	box-shadow: 0 0 0 4px rgba(101, 112, 139, 0.11);
	content: "";
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec dd {
	display: block;
	margin: 9px 0 0 !important;
	color: var(--klima-ink);
	font-size: clamp(19px, 3vw, 24px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1;
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec dd small {
	margin-left: 0.18em;
	color: #687080;
	font-size: 0.55em;
	font-weight: 750;
	letter-spacing: 0;
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--cool dt::before {
	background: #087bbd;
	box-shadow: 0 0 0 4px rgba(8, 123, 189, 0.12);
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--heat dt::before {
	background: var(--klima-action);
	box-shadow: 0 0 0 4px rgba(255, 53, 86, 0.12);
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--energy dt::before {
	background: #34865a;
	box-shadow: 0 0 0 4px rgba(52, 134, 90, 0.12);
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--efficiency dt::before {
	background: #1b92a9;
	box-shadow: 0 0 0 4px rgba(27, 146, 169, 0.12);
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--system dt::before {
	background: #35405f;
	box-shadow: 0 0 0 4px rgba(53, 64, 95, 0.12);
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--refrigerant {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: linear-gradient(135deg, #fffdf2, #fff);
}

.klima-spec-panel .klima-spec-panel__grid .klima-spec--refrigerant dd {
	flex: 0 0 auto;
	margin: 0 !important;
}

/* Grouped specification cards used by the current product panel sample. */
.klima-spec-panel .klima-spec-panel__groups {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 10px;
	margin: 0;
}

.klima-spec-panel .klima-spec-group {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	border: 1px solid #e3e6ed;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(17, 23, 39, 0.045);
}

.klima-spec-panel .klima-spec-group--single {
	grid-template-columns: 1fr !important;
	background: linear-gradient(135deg, #fffdf2, #fff);
}

.klima-spec-panel .klima-spec-group__item {
	min-width: 0;
	padding: 14px 15px 15px;
}

.klima-spec-panel .klima-spec-group__item + .klima-spec-group__item {
	border-left: 1px solid #e3e6ed;
}

.klima-spec-panel .klima-spec-group dt,
.klima-spec-panel .klima-spec-group__label {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #656c7a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1.3;
	text-transform: uppercase;
}

.klima-spec-panel .klima-spec-group dt::before,
.klima-spec-panel .klima-spec-group__label::before {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: #65708b;
	box-shadow: 0 0 0 4px rgba(101, 112, 139, 0.11);
	content: "";
}

.klima-spec-panel .klima-spec-group dd,
.klima-spec-panel .klima-spec-group__value {
	display: block;
	margin: 9px 0 0 !important;
	color: var(--klima-ink);
	font-size: clamp(19px, 3vw, 24px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1;
}

.klima-spec-panel .klima-spec-group dd small,
.klima-spec-panel .klima-spec-group__value small {
	margin-left: 0.18em;
	color: #687080;
	font-size: 0.55em;
	font-weight: 750;
	letter-spacing: 0;
}

.klima-spec-panel .klima-spec-group__item--cool dt::before,
.klima-spec-panel .klima-spec-group__item--cool .klima-spec-group__label::before {
	background: #087bbd;
	box-shadow: 0 0 0 4px rgba(8, 123, 189, 0.12);
}

.klima-spec-panel .klima-spec-group__item--heat dt::before,
.klima-spec-panel .klima-spec-group__item--heat .klima-spec-group__label::before {
	background: var(--klima-action);
	box-shadow: 0 0 0 4px rgba(255, 53, 86, 0.12);
}

.klima-spec-panel .klima-spec-group__item--energy dt::before,
.klima-spec-panel .klima-spec-group__item--energy .klima-spec-group__label::before {
	background: #34865a;
	box-shadow: 0 0 0 4px rgba(52, 134, 90, 0.12);
}

.klima-spec-panel .klima-spec-group__item--efficiency dt::before,
.klima-spec-panel .klima-spec-group__item--efficiency .klima-spec-group__label::before {
	background: #1b92a9;
	box-shadow: 0 0 0 4px rgba(27, 146, 169, 0.12);
}

.klima-spec-panel .klima-spec-group__item--system dt::before,
.klima-spec-panel .klima-spec-group__item--system .klima-spec-group__label::before {
	background: #35405f;
	box-shadow: 0 0 0 4px rgba(53, 64, 95, 0.12);
}

.klima-spec-panel .klima-spec-group--single .klima-spec-group__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.klima-spec-panel .klima-spec-group--single dd,
.klima-spec-panel .klima-spec-group--single .klima-spec-group__value {
	flex: 0 0 auto;
	margin: 0 !important;
}

@media (max-width: 1080px) {
	.klima-navigation .wp-block-navigation-item__content {
		font-size: 11px;
	}

	.klima-hero__inner {
		grid-template-columns: 1fr 180px;
		gap: 40px;
	}

	.klima-service-body {
		padding-inline: 22px;
	}
}

@media (max-width: 860px) {
	:root {
		--klima-shell: min(100% - 36px, 720px);
	}

	.woocommerce div.product .klima-product-main {
		display: block;
	}

	.woocommerce div.product .klima-product-main div.images {
		position: static;
		width: 100%;
		margin-bottom: 36px;
	}

	.woocommerce div.product .klima-product-main div.summary {
		width: 100%;
	}

	.klima-topbar {
		display: none;
	}

	.klima-nav__inner {
		min-height: 74px;
	}

	.klima-brand {
		width: 162px;
		flex-basis: 162px;
	}

	.klima-nav__cta {
		display: none;
	}

	.klima-navigation .wp-block-navigation__container {
		display: none;
	}

	.klima-navigation .wp-block-navigation__responsive-container-open {
		display: flex !important;
		color: #fff;
	}

	.klima-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.klima-hero {
		min-height: 690px;
		background-position: 58% center;
	}

	.klima-hero__inner {
		grid-template-columns: 1fr;
		align-items: center;
	}

	.klima-hero__proof {
		display: none;
	}

	.klima-trust__grid {
		grid-template-columns: 1fr;
	}

	.klima-trust__grid p,
	.klima-trust__grid p:first-child {
		min-height: 65px;
		padding-left: 0;
		border-right: 0;
		border-bottom: 1px solid var(--klima-line);
	}

	.klima-section-heading,
	.klima-shop .klima-section-heading,
	.klima-benefits__grid,
	.klima-efficiency__grid,
	.klima-contact__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.klima-service-grid {
		grid-template-columns: 1fr;
	}

	.klima-service-card {
		display: grid;
		grid-template-columns: 0.9fr 1.1fr;
	}

	.klima-service-image {
		height: 100%;
		aspect-ratio: auto;
	}

	.klima-service-body p {
		min-height: auto;
	}

	.klima-shop-grid {
		grid-template-columns: 1fr 1fr;
	}

	.klima-shop-card:first-child {
		grid-column: 1 / -1;
	}

	.klima-efficiency {
		background-attachment: scroll;
	}

	.klima-footer__grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.klima-footer__grid > div:last-child {
		grid-column: 2 / -1;
	}

	.klima-query-grid .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 580px) {
	.klima-spec-panel {
		padding: 16px;
		border-radius: 16px;
	}

	.klima-spec-panel__recommendation {
		align-items: flex-start;
		flex-direction: column;
	}

	.klima-spec-panel .klima-spec-panel__grid {
		gap: 8px;
	}

	.klima-spec-panel .klima-spec-panel__grid .klima-spec {
		padding: 12px;
	}

	.klima-spec-panel .klima-spec-panel__grid .klima-spec dt {
		font-size: 9px;
		letter-spacing: 0.055em;
	}

	.klima-spec-panel .klima-spec-panel__grid .klima-spec dd {
		font-size: 19px;
	}

	.klima-spec-panel .klima-spec-group__item {
		padding: 12px;
	}

	.klima-spec-panel .klima-spec-group dt,
	.klima-spec-panel .klima-spec-group__label {
		font-size: 9px;
		letter-spacing: 0.055em;
	}

	.klima-spec-panel .klima-spec-group dd,
	.klima-spec-panel .klima-spec-group__value {
		font-size: 19px;
	}

	.klima-spec-panel .klima-spec-group--single .klima-spec-group__item {
		padding-block: 14px;
	}

	:root {
		--klima-shell: calc(100% - 30px);
	}

	.klima-nav__inner {
		gap: 12px !important;
	}

	.klima-brand {
		width: 148px;
		height: 60px;
		flex-basis: 148px;
	}

	.klima-nav__actions {
		gap: 7px !important;
	}

	.klima-nav__actions .wc-block-mini-cart__button {
		min-width: 40px;
		min-height: 40px;
	}

	.klima-hero {
		min-height: 660px;
		background-position: 62% center;
	}

	.klima-hero__inner {
		padding-block: 72px;
	}

	.klima-hero h1 {
		font-size: clamp(36px, 10.7vw, 52px);
	}

	.klima-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.klima-actions .klima-button {
		width: 100%;
	}

	.klima-section {
		padding-block: 74px;
	}

	.klima-section-heading {
		gap: 26px;
	}

	.klima-service-card {
		display: block;
	}

	.klima-service-image {
		aspect-ratio: 3 / 2;
	}

	.klima-shop-grid {
		grid-template-columns: 1fr;
	}

	.klima-shop-card:first-child {
		grid-column: auto;
	}

	.klima-shop-card {
		min-height: 280px;
	}

	.klima-efficiency__numbers {
		grid-template-columns: 1fr;
	}

	.klima-efficiency__numbers > b {
		transform: rotate(90deg);
	}

	.klima-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.klima-contact-form-wrap {
		padding: 26px 20px;
	}

	.klima-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px 28px;
	}

	.klima-footer__brand {
		grid-column: 1 / -1;
	}

	.klima-footer__grid > div:last-child {
		grid-column: 1 / -1;
	}

	.klima-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.klima-footer__bottom div {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.klima-checkout-header__inner {
		min-height: 72px;
	}

	.klima-checkout-header p {
		display: none;
	}

	.klima-query-grid .wp-block-post-template {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.klima-spec-panel .klima-spec-group {
		grid-template-columns: 1fr !important;
	}

	.klima-spec-panel .klima-spec-group__item + .klima-spec-group__item {
		border-top: 1px solid #e3e6ed;
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
