/*
Theme Name: WodaTherm
Theme URI: https://wodatherm.com
Description: Bezplatné blokové child theme pro WodaTherm postavené na výchozím tématu Twenty Twenty-Five.
Author: WodaTherm
Version: 0.4.0
Template: twentytwentyfive
Text Domain: wodatherm
Requires at least: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--wt-orange: #f49a16;
	--wt-orange-deep: #d97800;
	--wt-orange-soft: #fff2dc;
	--wt-ink: #111111;
	--wt-slate: #343434;
	--wt-muted: #6c6c68;
	--wt-line: #deded8;
	--wt-canvas: #f5f5f1;
	--wt-white: #ffffff;
	--wt-sidebar-width: 292px;
	--wt-topbar-height: 72px;
	--wt-page-gutter: clamp(14px, 1vw, 24px);
	--wt-shell-width: 1500px;
	--wt-shell-edge: max(var(--wt-page-gutter), calc((100vw - var(--wt-shell-width)) / 2));
	--wt-radius-sm: 12px;
	--wt-radius-md: 20px;
	--wt-radius-lg: 32px;
	--wt-shadow: 0 20px 60px rgba(17, 17, 17, 0.09);
}

html {
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	overflow-x: clip;
	background: var(--wt-canvas);
	color: var(--wt-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-rendering: optimizeLegibility;
}

body.admin-bar .wt-sidebar {
	top: 32px;
	height: calc(100vh - 32px);
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	min-height: 100vh;
	padding-right: var(--wt-shell-edge);
	padding-left: calc(var(--wt-sidebar-width) + var(--wt-shell-edge));
}

.wt-sidebar {
	position: fixed;
	z-index: 100;
	top: 0;
	left: var(--wt-shell-edge);
	box-sizing: border-box;
	width: var(--wt-sidebar-width);
	height: 100vh;
	padding: 30px 26px 24px;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--wt-ink);
	color: var(--wt-white);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.wt-sidebar .wp-block-site-logo {
	width: 100%;
	margin: 0;
}

.wt-sidebar .wp-block-site-logo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.wt-site-title {
	margin-top: 14px;
}

.wt-site-title a {
	color: var(--wt-white);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.wt-sidebar-kicker {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.wt-nav {
	width: 100%;
	margin-top: 42px;
}

.wt-nav .wp-block-navigation__container {
	width: 100%;
	gap: 6px;
}

.wt-nav .wp-block-navigation-item {
	width: 100%;
}

.wt-nav .wp-block-navigation-item__content {
	box-sizing: border-box;
	width: 100%;
	padding: 13px 15px;
	color: rgba(255, 255, 255, 0.78);
	border-radius: 10px;
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.wt-nav .wp-block-navigation-item__content:hover,
.wt-nav .current-menu-item > .wp-block-navigation-item__content,
.wt-nav .current-menu-ancestor > .wp-block-navigation-item__content {
	background: var(--wt-orange);
	color: var(--wt-ink);
	transform: translateX(3px);
}

.wt-sidebar-actions {
	width: 100%;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wt-language-switcher {
	margin-bottom: 18px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
}

.wt-language-switcher .wp-block-shortcode,
.wt-language-switcher .gtranslate_wrapper {
	margin: 0;
}

.wt-language-switcher select {
	width: 100%;
	min-height: 38px;
}

.wt-sidebar-actions .wp-block-button,
.wt-sidebar-actions .wp-block-button__link {
	width: 100%;
}

.wt-sidebar-actions .wp-block-button__link {
	box-sizing: border-box;
	background: var(--wt-orange);
	color: var(--wt-ink);
	font-weight: 800;
}

.wt-sidebar-meta {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.76rem;
	line-height: 1.55;
}

.wt-site-main {
	box-sizing: border-box;
	min-height: 75vh;
	padding: 34px clamp(24px, 5vw, 78px) 80px;
}

.wt-content-width {
	width: min(100%, 1240px);
	margin-inline: auto;
}

.wt-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	margin-bottom: 34px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wt-line);
}

.wt-topbar-label {
	margin: 0;
	color: var(--wt-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.wt-topbar .wc-block-mini-cart__button {
	padding: 8px 12px;
	border: 1px solid var(--wt-line);
	border-radius: 999px;
	background: var(--wt-white);
}

.wt-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(44px, 7vw, 92px);
	background:
		radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.26), transparent 31%),
		linear-gradient(135deg, var(--wt-orange) 0%, #ffb12d 100%);
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: var(--wt-radius-lg);
	box-shadow: var(--wt-shadow);
}

.wt-hero::after {
	position: absolute;
	z-index: -1;
	right: -90px;
	bottom: -155px;
	width: 430px;
	height: 430px;
	content: "";
	border: 70px solid rgba(17, 17, 17, 0.08);
	border-radius: 50%;
}

.wt-eyebrow {
	margin: 0 0 20px;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.wt-hero h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(3rem, 6.6vw, 6.5rem);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 0.94;
}

.wt-hero-copy {
	max-width: 680px;
	margin: 28px 0 0;
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	line-height: 1.55;
}

.wt-hero .wp-block-buttons {
	margin-top: 34px;
}

.wt-hero .wp-block-button__link {
	padding: 14px 22px;
	font-weight: 850;
}

.wt-hero .is-style-fill .wp-block-button__link {
	background: var(--wt-ink);
	color: var(--wt-white);
}

.wt-hero .is-style-outline .wp-block-button__link {
	border-color: var(--wt-ink);
	color: var(--wt-ink);
}

.wt-section {
	margin-top: clamp(62px, 8vw, 112px);
}

.wt-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.wt-section-heading h2,
.wt-page-heading h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4.4rem);
	font-weight: 850;
	letter-spacing: -0.05em;
	line-height: 1;
}

.wt-section-heading p {
	max-width: 580px;
	margin: 0;
	color: var(--wt-muted);
	line-height: 1.6;
}

.wt-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.wt-card {
	box-sizing: border-box;
	min-height: 240px;
	padding: 28px;
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-md);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wt-card:hover {
	border-color: var(--wt-orange);
	box-shadow: var(--wt-shadow);
	transform: translateY(-4px);
}

.wt-card-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 0 42px;
	background: var(--wt-orange-soft);
	border-radius: 50%;
	color: var(--wt-orange-deep);
	font-size: 0.78rem;
	font-weight: 900;
}

.wt-card h3 {
	margin: 0 0 10px;
	font-size: 1.35rem;
	letter-spacing: -0.025em;
}

.wt-card p {
	margin: 0;
	color: var(--wt-muted);
	line-height: 1.58;
}

.wt-card a {
	color: inherit;
	text-decoration: none;
}

.wt-band {
	padding: clamp(34px, 5vw, 64px);
	background: var(--wt-ink);
	color: var(--wt-white);
	border-radius: var(--wt-radius-lg);
}

.wt-band h2,
.wt-band p {
	color: inherit;
}

.wt-band .wp-block-button__link {
	background: var(--wt-orange);
	color: var(--wt-ink);
	font-weight: 850;
}

.wt-empty-state {
	padding: clamp(30px, 5vw, 58px);
	background: var(--wt-white);
	border: 1px dashed #c7c7bf;
	border-radius: var(--wt-radius-md);
}

.wt-empty-state h3 {
	margin-top: 0;
	font-size: clamp(1.5rem, 2.8vw, 2.4rem);
	letter-spacing: -0.035em;
}

.wt-empty-state p {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--wt-muted);
}

.wt-portal-streams {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
	gap: clamp(24px, 4vw, 54px);
	align-items: start;
}

.wt-stream-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 2px solid var(--wt-ink);
}

.wt-stream-heading h2 {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.8rem);
	letter-spacing: -0.04em;
}

.wt-stream-heading a,
.wt-text-link {
	color: var(--wt-orange-deep);
	font-weight: 850;
	text-decoration: none;
}

.wt-news-feed {
	display: grid;
	gap: 16px;
}

.wt-news-card {
	padding: clamp(24px, 4vw, 38px);
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-md);
}

.wt-news-card:hover {
	border-color: var(--wt-orange);
	box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.wt-news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 28px;
	color: var(--wt-muted);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wt-news-card h3 {
	margin: 0 0 12px;
	font-size: clamp(1.45rem, 2.7vw, 2.35rem);
	letter-spacing: -0.04em;
	line-height: 1.06;
}

.wt-news-card h3 a {
	color: inherit;
	text-decoration: none;
}

.wt-news-card p {
	margin: 0 0 22px;
	color: var(--wt-muted);
	line-height: 1.65;
}

.wt-product-stream {
	position: sticky;
	top: 28px;
}

.wt-product-stream .products.columns-1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.wt-product-stream .products.columns-1 li.product {
	width: 100% !important;
	margin: 0 !important;
}

.wt-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 20px;
}

.wt-contact-card {
	box-sizing: border-box;
	padding: clamp(28px, 5vw, 54px);
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-lg);
}

.wt-contact-card.is-dark {
	background: var(--wt-ink);
	color: var(--wt-white);
	border-color: var(--wt-ink);
}

.wt-contact-card h2,
.wt-contact-card h3 {
	margin-top: 0;
	font-size: clamp(1.8rem, 3vw, 3.1rem);
	letter-spacing: -0.04em;
}

.wt-contact-card.is-dark a,
.wt-contact-card.is-dark p {
	color: inherit;
}

.wt-contact-card .wpcf7-form p {
	margin: 0 0 16px;
}

.wt-contact-card .wpcf7-form-control-wrap,
.wt-contact-card .wpcf7-form-control {
	display: block;
	width: 100%;
}

.wt-contact-card .wpcf7-submit {
	width: auto;
	padding: 13px 24px;
	background: var(--wt-orange);
	border: 0;
	border-radius: 999px;
	color: var(--wt-ink);
	font-weight: 850;
	cursor: pointer;
}

.wt-contact-card .cf-turnstile,
.wt-contact-card [id^="cf-turnstile-"] {
	margin: 18px 0;
}

.wt-contact-trap {
	position: absolute !important;
	left: -10000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wt-page-heading {
	margin-bottom: 36px;
	padding: clamp(32px, 5vw, 62px);
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-lg);
}

.wt-page-heading .wp-block-post-excerpt,
.wt-page-heading > p {
	max-width: 760px;
	margin-top: 18px;
	color: var(--wt-muted);
	font-size: 1.1rem;
	line-height: 1.65;
}

.wt-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: clamp(32px, 5vw, 72px);
}

.wt-article-sidebar {
	align-self: start;
	position: sticky;
	top: 32px;
	padding: 24px;
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-md);
}

.wt-article-sidebar h3 {
	margin-top: 0;
}

.wt-post-list .wp-block-post {
	padding: 28px 0;
	border-bottom: 1px solid var(--wt-line);
}

.wt-post-list .wp-block-post:first-child {
	padding-top: 0;
}

.wt-post-list .wp-block-post-title {
	font-size: clamp(1.45rem, 2.6vw, 2.4rem);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.wt-post-list .wp-block-post-title a {
	color: var(--wt-ink);
	text-decoration: none;
}

.wt-post-list .wp-block-post-date,
.wt-post-list .wp-block-post-terms {
	color: var(--wt-muted);
	font-size: 0.82rem;
}

.wt-post-list .wp-block-post-excerpt {
	color: var(--wt-muted);
	line-height: 1.65;
}

.wt-article,
.wt-page-content {
	padding: clamp(28px, 5vw, 64px);
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-lg);
}

.wt-article > *:not(.alignwide):not(.alignfull),
.wt-page-content > *:not(.alignwide):not(.alignfull) {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.wt-article .wp-block-post-content,
.wt-page-content {
	font-size: 1.04rem;
	line-height: 1.75;
}

.wt-site-footer {
	position: relative;
	z-index: 110;
	box-sizing: border-box;
	width: auto !important;
	max-width: none !important;
	margin-right: calc(-1 * var(--wt-shell-edge)) !important;
	margin-left: calc(-1 * (var(--wt-sidebar-width) + var(--wt-shell-edge))) !important;
	padding: 0;
	background: var(--wt-white);
	border: 0;
	border-top: 7px solid var(--wt-orange);
	border-radius: 0 !important;
	box-shadow: none;
	transform: none;
}

.wt-footer-assurance-band {
	background: #f1f1ec;
	border-bottom: 1px solid var(--wt-line);
}

.wt-footer-assurance {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	box-sizing: border-box;
	width: min(100%, var(--wt-shell-width));
	margin: 0 auto;
	background: var(--wt-line);
	border-right: 1px solid var(--wt-line);
	border-left: 1px solid var(--wt-line);
}

.wt-footer-assurance > div {
	display: grid;
	gap: 5px;
	min-height: 82px;
	box-sizing: border-box;
	padding: 18px clamp(18px, 2.4vw, 34px);
	background: #fafaf8;
}

.wt-footer-assurance strong {
	color: var(--wt-ink);
	font-size: 0.88rem;
	font-weight: 900;
}

.wt-footer-assurance span {
	color: var(--wt-muted);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.45;
}

.wt-footer-inner {
	display: grid;
	grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(140px, 0.76fr)) minmax(205px, 1fr);
	gap: clamp(18px, 2.2vw, 34px);
	box-sizing: border-box;
	width: min(100%, var(--wt-shell-width));
	margin-right: auto;
	margin-left: auto;
	padding: clamp(38px, 4vw, 58px) var(--wt-page-gutter);
}

.wt-footer-column,
.wt-footer-column > * {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wt-footer-column h3 {
	margin: 0 0 18px;
	color: var(--wt-ink);
	font-size: 1.12rem;
	font-weight: 900;
	letter-spacing: -0.025em;
}

.wt-footer-column p {
	margin: 0 0 14px;
	color: var(--wt-muted);
	font-size: 0.88rem;
	line-height: 1.65;
}

.wt-footer-logo {
	width: min(100%, 210px) !important;
	margin: 0 0 18px !important;
}

.wt-footer-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.wt-footer-brand-copy {
	max-width: 350px !important;
}

.wt-footer-history {
	margin-top: 18px !important;
	padding-top: 16px;
	border-top: 1px solid var(--wt-line);
}

.wt-footer-history strong {
	color: var(--wt-ink);
}

.wt-footer-brand-link a,
.wt-footer-contact a {
	color: var(--wt-orange-deep);
	font-weight: 850;
	text-decoration: none;
}

.wt-footer-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wt-footer-list li {
	margin: 0;
	padding: 0;
}

.wt-footer-list a {
	color: var(--wt-ink);
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.wt-footer-list a:hover,
.wt-footer-contact a:hover,
.wt-footer-brand-link a:hover {
	color: var(--wt-orange-deep);
	text-decoration: underline;
}

.wt-footer-contact p + p {
	padding-top: 14px;
	border-top: 1px solid var(--wt-line);
}

.wt-footer-bottom {
	background: var(--wt-ink);
	border-top: 7px solid var(--wt-orange);
}

.wt-footer-bottom-inner {
	box-sizing: border-box;
	width: min(100%, var(--wt-shell-width));
	margin-right: auto;
	margin-left: auto;
	padding: 19px var(--wt-page-gutter);
}

.wt-footer-bottom-inner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
	line-height: 1.55;
}

.wt-footer-legal-inline a {
	color: var(--wt-white);
	font-weight: 750;
}

.wt-service-info {
	width: min(100%, 1180px);
	margin: 0 auto;
	color: var(--wt-ink);
}

.wt-data-category-directory {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 26px;
	padding: 22px;
	background: #f1f1ec;
	border-top: 5px solid var(--wt-orange);
}

.wt-data-category-directory h2 {
	margin: 0 0 16px;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	letter-spacing: -0.03em;
}

.wt-data-category-eyebrow {
	margin: 0 0 7px;
	color: var(--wt-orange-deep);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.wt-data-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 8px;
}

.wt-data-category-card {
	display: grid;
	gap: 4px;
	padding: 11px 13px;
	background: var(--wt-white);
	color: var(--wt-ink);
	border: 1px solid var(--wt-line);
	border-left: 4px solid var(--wt-orange);
	border-radius: 8px;
	text-decoration: none;
}

.wt-data-category-card:hover {
	border-color: var(--wt-orange);
}

.wt-data-category-card strong {
	font-size: 0.86rem;
	line-height: 1.25;
}

.wt-data-category-card span {
	color: var(--wt-muted);
	font-size: 0.7rem;
	font-weight: 700;
}

.wt-service-eyebrow {
	margin: 0 0 10px;
	color: var(--wt-orange-deep);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wt-service-info > h1 {
	max-width: 920px;
	margin: 0 0 20px;
	font-size: clamp(2.4rem, 5vw, 5.6rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.wt-service-lede {
	max-width: 900px;
	margin: 0 0 34px;
	color: var(--wt-muted);
	font-size: clamp(1.08rem, 1.7vw, 1.34rem);
	line-height: 1.65;
}

.wt-service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 26px;
}

.wt-service-grid section,
.wt-service-process,
.wt-service-note {
	box-sizing: border-box;
	padding: clamp(22px, 3vw, 34px);
	background: #fafaf8;
	border: 1px solid var(--wt-line);
	border-radius: 18px;
}

.wt-service-grid h2,
.wt-service-process h2,
.wt-service-info > h2 {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2vw, 2rem);
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.wt-service-grid p,
.wt-service-process li,
.wt-service-info > p {
	font-size: 1rem;
	line-height: 1.7;
}

.wt-service-grid p {
	margin: 0;
	color: var(--wt-muted);
}

.wt-service-process {
	margin: 0 0 18px;
	background: var(--wt-white);
}

.wt-service-process ol {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding-left: 23px;
}

.wt-service-process li::marker {
	color: var(--wt-orange-deep);
	font-weight: 900;
}

.wt-service-note {
	margin: 0 0 28px;
	background: #fff6e8;
	border-color: #efbd72;
	font-size: 0.98rem;
	line-height: 1.65;
}

.wt-service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 30px 0 0 !important;
}

.wt-service-actions a {
	display: inline-flex;
	padding: 11px 15px;
	background: var(--wt-ink);
	color: var(--wt-white);
	border-radius: 10px;
	font-size: 0.84rem;
	font-weight: 850;
	text-decoration: none;
}

.wt-service-actions a:hover {
	background: var(--wt-orange-deep);
}

.wt-business-register {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 26px;
}

.wt-business-register section {
	display: grid;
	gap: 7px;
	box-sizing: border-box;
	min-height: 142px;
	padding: 22px;
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-top: 5px solid var(--wt-orange);
	border-radius: 15px;
}

.wt-business-register span {
	color: var(--wt-muted);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wt-business-register strong {
	font-size: clamp(1.16rem, 1.8vw, 1.65rem);
	font-weight: 950;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.wt-business-register p {
	margin: 0;
	color: var(--wt-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

.wt-business-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 18px;
}

.wt-business-columns section {
	box-sizing: border-box;
	padding: clamp(24px, 3.5vw, 40px);
	background: #fafaf8;
	border: 1px solid var(--wt-line);
	border-radius: 18px;
}

.wt-business-columns h2 {
	margin: 0 0 14px;
	font-size: clamp(1.5rem, 2.4vw, 2.5rem);
	letter-spacing: -0.04em;
}

.wt-business-columns p {
	font-size: 1rem;
	line-height: 1.7;
}

/* WooCommerce */
.woocommerce .products,
.wc-block-product-template,
.wp-block-woocommerce-product-template {
	gap: 18px !important;
}

.woocommerce ul.products li.product,
.wc-block-product,
.wc-block-product-template > li {
	box-sizing: border-box;
	padding: 18px;
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-md);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product:hover,
.wc-block-product:hover,
.wc-block-product-template > li:hover {
	border-color: var(--wt-orange);
	box-shadow: 0 16px 42px rgba(17, 17, 17, 0.08);
	transform: translateY(-3px);
}

.woocommerce ul.products li.product img,
.wc-block-components-product-image img {
	border-radius: var(--wt-radius-sm);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-name {
	color: var(--wt-ink);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price {
	color: var(--wt-orange-deep);
	font-weight: 850;
}

.wt-product-lead-time {
	min-height: 2.7em;
	margin: 8px 0 14px;
	color: var(--wt-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
}

.woocommerce ul.products li.product .wt-product-details-button {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	justify-content: center;
	width: auto;
	min-height: 34px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 8px 14px;
	border-radius: 10px;
	font-size: 0.76rem;
	line-height: 1.1;
}

.woocommerce div.product .stock {
	padding: 10px 14px;
	background: var(--wt-orange-soft);
	border-left: 4px solid var(--wt-orange);
	color: var(--wt-ink);
	font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button,
.wp-element-button {
	background: var(--wt-ink);
	color: var(--wt-white);
	border: 0;
	border-radius: 999px;
	font-weight: 800;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wc-block-components-button:hover,
.wp-element-button:hover {
	background: var(--wt-orange);
	color: var(--wt-ink);
}

.woocommerce div.product,
.woocommerce-cart .wc-block-cart,
.woocommerce-checkout .wc-block-checkout {
	padding: clamp(24px, 4vw, 52px);
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: var(--wt-radius-lg);
}

input,
select,
textarea {
	box-sizing: border-box;
	max-width: 100%;
	padding: 11px 13px;
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: 9px;
	color: var(--wt-ink);
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--wt-orange);
	box-shadow: 0 0 0 3px rgba(244, 154, 22, 0.18);
	outline: none;
}

:focus-visible {
	outline: 3px solid var(--wt-orange);
	outline-offset: 3px;
}

/* WodaTherm 0.2 portal shell */
.wp-site-blocks {
	padding-top: var(--wt-topbar-height);
}

.wt-global-topbar {
	position: fixed;
	z-index: 130;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	min-height: var(--wt-topbar-height);
	padding: 0 var(--wt-shell-edge);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--wt-line);
	box-shadow: 0 8px 30px rgba(17, 17, 17, 0.05);
	backdrop-filter: blur(16px);
}

body.admin-bar .wt-global-topbar {
	top: 32px;
}

.wt-global-brand,
.wt-global-tools {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wt-global-brand {
	gap: 16px;
}

.wt-global-tools {
	margin-left: auto;
}

.wt-currency-tools,
.wt-currency-tools .wp-block-shortcode {
	display: flex;
	align-items: center;
	margin: 0;
}

.wt-currency-tools {
	gap: 8px;
	margin-right: 4px;
}

.wt-currency-symbols {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 3px;
	background: var(--wt-canvas);
	border: 1px solid var(--wt-line);
	border-radius: 999px;
}

.wt-currency-symbols span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 5px;
	box-sizing: border-box;
	color: var(--wt-ink);
	background: transparent;
	border: 0;
	border-radius: 999px;
	font-family: inherit;
	font-size: 0.58rem;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1;
}

.wt-currency-symbols span:nth-child(2) {
	color: #fff;
	background: var(--wt-ink);
	border-color: var(--wt-ink);
}

.wt-currency-symbols span:nth-child(3) {
	color: var(--wt-ink);
	background: var(--wt-orange);
}

.wt-currency-tools .x-currency-shortcode {
	position: relative;
	z-index: 150 !important;
}

.wt-currency-tools .x-currency-shortcode .switch {
	display: none !important;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 72px !important;
	min-height: 36px;
	padding: 7px 12px !important;
	color: var(--wt-ink) !important;
	background: var(--wt-canvas) !important;
	border: 1px solid var(--wt-line) !important;
	border-radius: 999px !important;
	font: inherit;
	font-size: 0.76rem !important;
	font-weight: 900;
	cursor: pointer;
}

.wt-currency-tools .x-currency-shortcode .switch-elements {
	justify-content: center !important;
}

.wt-currency-tools .x-currency-shortcode .dropdown-flag {
	display: none !important;
}

.wt-currency-tools .x-currency-shortcode .currency-wrap {
	position: static !important;
	top: auto !important;
	left: auto !important;
	box-sizing: border-box;
	width: auto !important;
	padding: 3px !important;
	background: var(--wt-canvas) !important;
	border: 1px solid var(--wt-line) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	transform: none !important;
}

.wt-currency-tools .x-currency-shortcode .currency-wrap[hidden] {
	display: block !important;
}

.wt-currency-tools .x-currency-shortcode .dropdown-ul {
	display: flex !important;
	align-items: center;
	gap: 2px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.wt-currency-tools .x-currency-shortcode .dropdown-li {
	justify-content: center !important;
	box-sizing: border-box;
	min-width: 41px;
	min-height: 28px;
	padding: 5px 8px !important;
	border-radius: 999px;
	font-family: inherit;
	font-size: 0.62rem !important;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.wt-currency-tools .x-currency-shortcode .dropdown-li:hover {
	background: #fff3cf !important;
}

.wt-currency-tools .x-currency-shortcode .dropdown-li.active {
	background: var(--wt-ink) !important;
	color: var(--wt-white) !important;
}

.wt-currency-tools .x-currency-shortcode .dropdown-li .code,
.wt-currency-tools .x-currency-shortcode .dropdown-li .code * {
	font: inherit !important;
}

.wt-global-name,
.wt-global-tagline,
.wt-account-link {
	margin: 0;
}

.wt-global-name a {
	color: var(--wt-ink);
	font-size: 1.24rem;
	font-weight: 900;
	letter-spacing: -0.035em;
	text-decoration: none;
}

.wt-global-tagline {
	padding-left: 16px;
	color: var(--wt-muted);
	border-left: 1px solid var(--wt-line);
	font-size: 0.8rem;
	font-weight: 750;
	letter-spacing: 0.035em;
}

.wt-account-link a {
	color: var(--wt-ink);
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;
}

.wt-global-tools .wc-block-mini-cart__button {
	padding: 9px 11px;
	background: var(--wt-canvas);
	border: 1px solid var(--wt-line);
	border-radius: 999px;
}

.wt-header-language-switcher {
	display: flex;
	align-items: center;
	min-height: 36px;
	margin: 0;
	padding: 4px 9px;
	background: var(--wt-canvas);
	border: 1px solid var(--wt-line);
	border-radius: 999px;
}

.wt-header-language-switcher .wp-block-shortcode,
.wt-header-language-switcher .gtranslate_wrapper {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	line-height: 1;
}

.wt-header-language-switcher img {
	display: block;
	width: 20px !important;
	height: auto !important;
}

body.admin-bar .wt-sidebar {
	top: calc(var(--wt-topbar-height) + 32px);
	height: calc(100vh - var(--wt-topbar-height) - 32px);
}

.wt-sidebar {
	top: var(--wt-topbar-height);
	width: var(--wt-sidebar-width);
	height: calc(100vh - var(--wt-topbar-height));
	padding: 24px 16px 18px;
	background: #f0f0eb;
	color: var(--wt-ink);
	border-right: 1px solid var(--wt-line);
}

.wt-sidebar-navigation {
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wt-sidebar-navigation > *,
.wt-nav .wp-block-navigation__responsive-container,
.wt-nav .wp-block-navigation__responsive-container-content,
.wt-nav .wp-block-navigation__container,
.wt-nav .wp-block-navigation-item,
.wt-nav .wp-block-navigation-item__content {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wt-nav-label {
	margin: 0 8px 10px;
	color: var(--wt-muted);
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wt-nav {
	width: 100%;
	margin: 0;
}

.wt-nav .wp-block-navigation__container {
	gap: 7px;
}

.wt-nav .wp-block-navigation-item__content {
	position: relative;
	padding: 12px 13px 12px 38px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--wt-ink);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 12px;
	font-size: 0.86rem;
	font-weight: 800;
}

.wt-nav .wp-block-navigation-item__content::before {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 9px;
	height: 9px;
	content: "";
	background: var(--wt-orange);
	border: 2px solid var(--wt-ink);
	border-radius: 50%;
	transform: translateY(-50%);
}

.wt-nav .wp-block-navigation-item__content:hover,
.wt-nav .current-menu-item > .wp-block-navigation-item__content,
.wt-nav .current-menu-ancestor > .wp-block-navigation-item__content {
	background: var(--wt-ink);
	color: var(--wt-white);
	border-color: var(--wt-ink);
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
	transform: none;
}

.wt-nav .wp-block-navigation-item__content:hover::before,
.wt-nav .current-menu-item > .wp-block-navigation-item__content::before {
	border-color: var(--wt-white);
}

.wt-activity-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
	margin: 28px 2px 0;
	padding-top: 18px;
	border-top: 1px solid var(--wt-line);
}

.wt-activity-strip span {
	display: grid;
	gap: 5px;
	place-items: center;
	min-width: 0;
	color: var(--wt-ink);
	text-align: center;
}

.wt-activity-strip svg {
	display: block;
	width: 30px;
	height: 30px;
	padding: 7px;
	background: var(--wt-white);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 11px;
	fill: none;
	stroke: var(--wt-orange-deep);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wt-activity-strip b {
	overflow: hidden;
	max-width: 100%;
	font-size: 0.47rem;
	font-weight: 900;
	line-height: 1.18;
}

.wt-brand-cloud {
	box-sizing: border-box;
	margin: 10px 2px 0;
	padding: 9px;
	background: var(--wt-white);
	border: 1px solid rgba(17, 17, 17, 0.11);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.05);
}

.wt-brand-cloud > p {
	margin: 0 0 7px;
	color: var(--wt-muted);
	font-size: 0.55rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wt-brand-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.wt-brand-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 46px;
	min-width: 0;
	padding: 5px 7px;
	background: #fafaf8;
	border: 1px solid var(--wt-line);
	border-radius: 9px;
	transition: border-color 160ms ease, transform 160ms ease;
}

.wt-brand-grid a:hover {
	border-color: var(--wt-orange);
	transform: translateY(-1px);
}

.wt-brand-grid .wt-brand-wide {
	grid-column: 1 / -1;
}

.wt-brand-grid img {
	display: block;
	width: 100%;
	max-width: 116px;
	height: 34px;
	object-fit: contain;
}

.wt-brand-grid .wt-brand-wide img {
	max-width: 226px;
}

.wt-sidebar-actions {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--wt-line);
}

.wt-language-switcher {
	margin-bottom: 12px;
	padding: 9px;
	background: var(--wt-white);
	border-color: var(--wt-line);
	border-radius: 12px;
}

.wt-sidebar-actions .wp-block-button__link {
	background: var(--wt-ink);
	color: var(--wt-white);
	font-size: 0.8rem;
}

.wt-sidebar-company {
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid var(--wt-line);
}

.wt-sidebar-company p {
	margin: 0;
	color: var(--wt-muted);
	font-size: 0.69rem;
	line-height: 1.5;
}

.wt-sidebar-company strong {
	color: var(--wt-ink);
}

.wt-sidebar .wp-block-woocommerce-customer-account {
	display: none !important;
}

/* Homepage: products first, editorial context beside them. */
.wt-home-main {
	padding: 22px clamp(18px, 2.5vw, 38px) 72px;
}

.wt-home-frame {
	width: min(100%, 1500px);
	margin-inline: auto;
}

.wt-home-streams {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	gap: clamp(16px, 2vw, 28px);
	align-items: start;
}

.wt-home-products,
.wt-home-news {
	min-width: 0;
}

.wt-home-products .woocommerce {
	margin: 0;
}

.wt-home-products .products.columns-2 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px !important;
	margin: 0 !important;
}

.wt-home-products .products.columns-2::before,
.wt-home-products .products.columns-2::after {
	display: none !important;
}

.wt-home-products .products.columns-2 li.product {
	float: none !important;
	box-sizing: border-box;
	width: auto !important;
	margin: 0 !important;
	padding: 14px;
	border-radius: 16px;
}

.wt-home-products .products li.product img {
	width: 100%;
	aspect-ratio: 1.25 / 1;
	margin-bottom: 12px;
	object-fit: contain;
	background: #fafaf8;
}

.wt-home-products .products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: 0.98rem;
}

.wt-home-products .products li.product .button {
	width: 100%;
	box-sizing: border-box;
	margin-top: 8px;
	padding: 11px 12px;
	text-align: center;
}

.wt-home-products .compare,
.wt-home-products .compare-button,
.wt-home-products .woosc-btn,
.wt-home-products .wcboost-products-compare-button {
	display: none !important;
}

.wt-home-products .wt-product-lead-time {
	min-height: 2.5em;
	font-size: 0.74rem;
}

.wt-home-news .wt-news-feed {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.wt-home-news .wt-news-card {
	display: flex;
	box-sizing: border-box;
	min-height: 240px;
	flex-direction: column;
	padding: 20px;
	border-radius: 16px;
}

.wt-home-news .wt-news-meta {
	gap: 5px 10px;
	margin-bottom: 18px;
	font-size: 0.63rem;
	letter-spacing: 0.055em;
}

.wt-home-news .wt-news-card h3 {
	margin-bottom: 10px;
	font-size: clamp(1.04rem, 1.5vw, 1.32rem);
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.wt-home-news .wt-news-card > p {
	display: -webkit-box;
	margin-bottom: 16px;
	overflow: hidden;
	color: var(--wt-muted);
	font-size: 0.82rem;
	line-height: 1.52;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.wt-home-news .wt-text-link {
	margin-top: auto;
	font-size: 0.79rem;
}

.wt-trust-section {
	margin-top: 36px;
	padding: clamp(30px, 4vw, 58px);
	background: var(--wt-ink);
	color: var(--wt-white);
	border-top: 8px solid var(--wt-orange);
	border-radius: 24px;
}

.wt-trust-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 30px;
}

.wt-trust-heading .wt-eyebrow {
	margin-bottom: 12px;
	color: var(--wt-orange);
}

.wt-trust-heading h2 {
	max-width: 780px;
	margin: 0;
	color: var(--wt-white);
	font-size: clamp(2rem, 3.6vw, 4rem);
	letter-spacing: -0.05em;
}

.wt-trust-intro {
	max-width: 430px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.wt-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.wt-trust-card {
	box-sizing: border-box;
	min-height: 152px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
}

.wt-trust-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.84rem;
	line-height: 1.55;
}

.wt-trust-card .wt-trust-value {
	margin-bottom: 18px;
	color: var(--wt-white);
	font-size: 1.03rem;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.wt-trust-card-action {
	background: var(--wt-orange);
	border-color: var(--wt-orange);
}

.wt-trust-card-action p,
.wt-trust-card-action .wt-trust-value,
.wt-trust-card-action a {
	color: var(--wt-ink);
}

.wt-trust-card-action a {
	font-weight: 900;
}

.wt-company-register {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.wt-company-register p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.75rem;
}

.wt-company-register a {
	color: var(--wt-orange);
	font-weight: 850;
}

.wt-footer-company p + p {
	margin-top: 5px;
	font-size: 0.72rem;
}

/* WodaTherm 0.3: dense portal, visible awards and certificate-led trust. */
:root {
	--wt-sidebar-width: 292px;
}

.wt-global-logo {
	width: 220px;
	height: 52px;
	margin: 0;
	overflow: hidden;
}

.wt-global-logo a {
	display: block;
	height: 100%;
}

.wt-global-logo img {
	display: block;
	width: 220px;
	max-width: none;
	height: auto;
	transform: translateY(-10px);
}

.wt-sidebar-awards {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--wt-line);
}

.wt-sidebar-awards .wt-nav-label {
	margin-bottom: 9px;
}

.wt-award-gallery {
	display: grid;
	gap: 7px;
}

.wt-award-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	box-sizing: border-box;
	min-height: 58px;
	padding: 6px 8px;
	background: var(--wt-white);
	color: var(--wt-ink);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 11px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wt-award-card:hover {
	border-color: var(--wt-orange);
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.08);
	transform: translateY(-1px);
}

.wt-award-card > img,
.wt-award-logo,
.wt-award-trophy {
	display: block;
	width: 54px;
	height: 46px;
	box-sizing: border-box;
	object-fit: contain;
}

.wt-award-card-joscar > img {
	object-fit: cover;
	object-position: 50% 7%;
	background: #ce1261;
	border-radius: 7px;
}

.wt-award-logo-red-dot {
	padding: 2px;
}

.wt-red-dot-mark {
	display: block !important;
	overflow: hidden;
	width: 54px;
	height: 46px;
	background: #fff;
	border-radius: 7px;
}

.wt-red-dot-mark img {
	display: block;
	width: 160px;
	max-width: none;
	height: auto;
	transform: translate(-1px, -1px);
}

.wt-award-logo-heureka {
	padding: 7px 1px;
}

.wt-award-card-heureka {
	min-height: 74px;
}

.wt-heureka-badge {
	display: grid !important;
	grid-template-rows: 18px auto auto 10px;
	gap: 0 !important;
	place-items: center;
	width: 54px;
	height: 62px;
	box-sizing: border-box;
	padding: 3px 3px 4px;
	background: #074b91;
	color: #fff;
	border: 3px solid #f5b400;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #fff;
}

.wt-heureka-badge svg {
	width: 28px;
	height: 18px;
	fill: #f5b400;
	stroke: #f5b400;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wt-heureka-badge b {
	font-size: 0.42rem;
	font-style: normal;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.wt-heureka-badge em {
	font-size: 0.37rem;
	font-style: normal;
	font-weight: 850;
	line-height: 1;
	text-align: center;
}

.wt-heureka-badge img {
	width: 34px;
	height: 8px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.wt-award-trophy {
	padding: 5px;
	fill: none;
	stroke: #9b5d00;
	stroke-width: 3.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wt-award-trophy .wt-trophy-cup {
	fill: #f5b400;
	stroke: #b66a00;
}

.wt-award-card span {
	display: grid;
	gap: 3px;
}

.wt-award-card strong {
	font-size: 0.66rem;
	font-weight: 950;
	line-height: 1.15;
}

.wt-award-card small {
	color: var(--wt-muted);
	font-size: 0.58rem;
	font-weight: 720;
	line-height: 1.25;
}

.wt-business-badges {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	margin-top: 8px;
}

.wt-business-badges a {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 6px;
	align-items: center;
	box-sizing: border-box;
	min-height: 45px;
	padding: 5px 6px;
	background: var(--wt-white);
	color: var(--wt-ink);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 10px;
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

.wt-business-badges a:hover {
	border-color: var(--wt-orange);
	transform: translateY(-1px);
}

.wt-business-badges i {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 9px;
	font-size: 0.48rem;
	font-style: normal;
	font-weight: 950;
	letter-spacing: -0.02em;
}

.wt-business-badges .wt-badge-duns {
	background: #1261a0;
}

.wt-business-badges .wt-badge-ncage {
	background: #17365d;
}

.wt-business-badges .wt-badge-sam {
	background: #12766b;
}

.wt-business-badges .wt-badge-vat {
	background: linear-gradient(135deg, #174ea6 0%, #174ea6 55%, #f5b400 56%, #f5b400 100%);
}

.wt-business-badges a > span {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.wt-business-badges strong {
	font-size: 0.54rem;
	font-weight: 950;
	line-height: 1.05;
}

.wt-business-badges small {
	overflow: hidden;
	color: var(--wt-muted);
	font-size: 0.47rem;
	font-weight: 720;
	line-height: 1.05;
	text-overflow: ellipsis;
}

.wt-security-banner {
	position: relative;
	box-sizing: border-box;
	height: 82px;
	margin-top: 9px;
	overflow: hidden;
	background: var(--wt-white);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 11px;
}

.wt-security-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 66% center;
}

.wt-security-banner span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 4px 7px 5px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--wt-ink);
	font-size: 0.53rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.wt-sidebar-actions {
	margin-top: 8px;
	padding-top: 10px;
}

.wt-sidebar-actions .wp-block-button__link {
	padding: 10px 11px;
	border: 1px solid var(--wt-ink);
	border-radius: 12px;
}

.wt-sidebar {
	padding: 26px 12px 12px;
}

.wt-nav-label {
	margin-bottom: 7px;
	font-size: 0.62rem;
}

.wt-nav-label-secondary {
	margin-top: 16px;
}

.wt-nav .wp-block-navigation__container {
	gap: 5px;
}

.wt-nav .wp-block-navigation-item__content {
	padding: 9px 9px 9px 34px;
	font-size: 0.79rem;
}

.wt-nav .wp-block-navigation-item__content::before {
	left: 12px;
	width: 8px;
	height: 8px;
}

.wt-language-switcher {
	margin-bottom: 8px;
	padding: 6px;
}

.wt-home-main {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 24px 16px 56px !important;
}

.wt-home-frame,
.wt-home-frame > *,
.wt-home-streams,
.wt-trust-section {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
}

.wt-home-frame {
	margin: 0 !important;
}

.wt-home-streams {
	grid-template-columns: minmax(0, 1.75fr) minmax(300px, 1fr);
	gap: 14px;
}

.wt-home-products .products.columns-3 {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px !important;
	margin: 0 !important;
}

.wt-home-products .products.columns-3::before,
.wt-home-products .products.columns-3::after {
	display: none !important;
}

.wt-home-products .products.columns-3 li.product {
	float: none !important;
	box-sizing: border-box;
	width: auto !important;
	margin: 0 !important;
	padding: 10px;
	border-radius: 12px;
}

.wt-home-products .products li.product img {
	aspect-ratio: 1.42 / 1;
	margin-bottom: 8px;
}

.wt-home-products .products li.product .woocommerce-loop-product__title {
	font-size: 0.87rem;
	line-height: 1.22;
}

.wt-home-products .products li.product .price {
	font-size: 0.88rem;
}

.wt-home-products .products li.product .button {
	min-height: 40px;
	margin-top: 6px;
	padding: 9px 10px;
	border-radius: 12px;
	font-size: 0.76rem;
}

.wt-home-products .products li.product .wt-product-details-button {
	width: auto;
	min-height: 34px;
	margin-top: 10px;
	padding: 8px 13px;
	border-radius: 10px;
	font-size: 0.72rem;
}

.wt-home-products .wt-product-lead-time {
	min-height: 2.3em;
	margin-top: 6px;
	font-size: 0.67rem;
	line-height: 1.35;
}

.wt-home-news .wt-news-feed {
	gap: 10px;
}

.wt-home-news .wt-news-card {
	min-height: 210px;
	padding: 14px;
	border-radius: 12px;
}

.wt-home-news .wt-news-meta {
	margin-bottom: 12px;
	font-size: 0.58rem;
}

.wt-home-news .wt-news-card h3 {
	font-size: clamp(0.88rem, 1.15vw, 1.06rem);
	line-height: 1.16;
}

.wt-home-news .wt-news-card > p {
	margin-bottom: 12px;
	font-size: 0.72rem;
	line-height: 1.42;
	-webkit-line-clamp: 3;
}

.wt-home-news .wt-text-link {
	font-size: 0.7rem;
}

.wt-trust-section {
	margin-top: 18px;
	padding: 18px;
	border-top-width: 6px;
	border-radius: 14px;
}

.wt-trust-layout {
	display: grid;
	grid-template-columns: minmax(210px, 0.72fr) minmax(0, 2.28fr);
	gap: 14px;
	align-items: stretch;
}

.wt-certificate-feature {
	box-sizing: border-box;
	padding: 12px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
}

.wt-certificate-preview {
	margin: 0 0 12px;
	overflow: hidden;
	background: var(--wt-white);
	border-radius: 9px;
}

.wt-certificate-preview img {
	display: block;
	width: 100%;
	height: auto;
}

.wt-certificate-feature p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	line-height: 1.45;
}

.wt-certificate-feature .wt-certificate-label {
	margin-top: 0;
	color: var(--wt-white);
	font-size: 0.95rem;
	font-weight: 900;
}

.wt-certificate-feature a {
	color: var(--wt-orange);
	font-weight: 850;
}

.wt-trust-details,
.wt-trust-details > * {
	width: 100% !important;
	max-width: none !important;
}

.wt-trust-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.wt-trust-card {
	min-height: 124px;
	padding: 15px;
	border-radius: 12px;
}

.wt-trust-card p {
	font-size: 0.73rem;
	line-height: 1.42;
}

.wt-trust-card .wt-trust-value {
	margin-bottom: 10px;
	font-size: 0.9rem;
}

.wt-qualified-suppliers {
	margin-top: 10px;
	padding: 13px 15px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
}

.wt-qualified-suppliers p {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
}

.wt-qualified-suppliers .wt-qualified-label {
	margin-bottom: 9px;
	color: var(--wt-orange);
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.wt-qualified-suppliers span {
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--wt-white);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 9px;
	font-size: 0.7rem;
	font-weight: 800;
}

.wt-company-register {
	margin-top: 14px;
	padding-top: 13px;
}

.wt-company-register p {
	font-size: 0.68rem;
}

/* Center the complete portal shell: sidebar and streams stay together. */
.wt-home-frame {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.wt-home-streams {
	grid-template-columns: minmax(0, 1.72fr) minmax(420px, 1fr);
}

.wt-home-products,
.wt-home-news,
.wt-home-products > *,
.wt-home-news > *,
.wt-home-products .woocommerce,
.wt-home-products .products,
.wt-home-news .wt-news-feed {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Match the editorial cards to the product modules without losing their identity. */
.wt-home-streams {
	--wt-home-card-height: 455px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.wt-home-products {
	grid-column: span 3;
}

.wt-home-news {
	grid-column: span 2;
}

.wt-home-products .products.columns-3,
.wt-home-news .wt-news-feed {
	grid-auto-rows: var(--wt-home-card-height);
}

.wt-home-products .products.columns-3 li.product,
.wt-home-news .wt-news-card {
	height: 100%;
}

.wt-home-products .products.columns-3 li.product {
	display: flex !important;
	flex-direction: column;
}

.wt-home-products .products.columns-3 li.product > .woocommerce-LoopProduct-link {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
}

.wt-home-products .products.columns-3 li.product > .button {
	margin-top: auto !important;
}

.wt-home-products .products.columns-3 li.product > .wt-product-details-button {
	margin-top: 10px !important;
}

.wt-home-news .wt-news-card {
	position: relative;
	overflow: hidden;
	padding: 14px;
	background: linear-gradient(155deg, #fff8ec 0%, #fff2d9 100%);
	border: 2px solid var(--wt-orange);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.wt-home-news .wt-news-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 7px;
	background: var(--wt-ink);
	content: "";
}

.wt-home-news .wt-news-card:hover {
	border-color: var(--wt-ink);
	box-shadow: 0 12px 26px rgba(17, 17, 17, 0.12);
	transform: translateY(-2px);
}

.wt-home-news .wt-news-meta {
	margin-top: 10px;
	margin-bottom: 9px;
	color: #704000;
	font-size: 0.72rem;
	line-height: 1.35;
}

.wt-home-news .wt-news-card-media {
	overflow: hidden;
	width: 100%;
	height: 72px;
	flex: 0 0 72px;
	background: var(--wt-ink);
	border-radius: 8px;
}

.wt-home-news .wt-news-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wt-home-news .wt-news-card h3 {
	display: -webkit-box;
	margin-bottom: 9px;
	overflow: hidden;
	font-size: clamp(1.04rem, 1.25vw, 1.18rem);
	line-height: 1.17;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.wt-home-news .wt-news-card h3 a:hover {
	color: var(--wt-orange-deep);
}

.wt-home-news .wt-news-card > p:last-child {
	display: block;
	margin-top: auto;
	margin-bottom: 0;
	overflow: visible;
	-webkit-line-clamp: unset;
}

.wt-home-news .wt-news-card > p:not(:last-child) {
	margin-bottom: 10px;
	font-size: 0.88rem;
	line-height: 1.48;
	-webkit-line-clamp: 5;
}

.wt-home-news .wt-text-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	min-height: 34px;
	padding: 0 11px;
	background: var(--wt-ink);
	color: var(--wt-white);
	border-radius: 8px;
	font-size: 0.82rem;
}

/* A single article is a full editorial canvas, not a narrow content/sidebar strip. */
.wt-single-main {
	box-sizing: border-box;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 24px 18px 72px !important;
}

.wt-single-main .wt-article-wide {
	box-sizing: border-box;
	width: min(100%, 1440px) !important;
	max-width: 1440px !important;
	margin: 0 !important;
	padding: clamp(34px, 5vw, 76px);
	border-top: 8px solid var(--wt-orange);
	border-radius: 24px;
}

.wt-article-wide > * {
	max-width: none !important;
}

.wt-article-wide .wt-article-intro {
	width: min(100%, 1120px);
	margin: 0 !important;
}

.wt-article-wide .wt-article-intro .wp-block-post-title {
	margin: 16px 0 22px;
	font-size: clamp(2.35rem, 5vw, 5.6rem);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.wt-article-wide .wt-article-intro .wp-block-post-terms,
.wt-article-wide .wt-article-intro .wp-block-post-date,
.wt-article-wide .wt-article-intro .wp-block-post-author-name {
	color: var(--wt-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wt-article-wide > .wp-block-post-featured-image {
	width: 100%;
	margin: clamp(28px, 4vw, 52px) 0;
}

.wt-article-wide > .wp-block-post-featured-image img {
	width: 100%;
	max-height: 640px;
	object-fit: cover;
	border-radius: 18px;
}

.wt-article-wide .wt-article-body {
	width: min(100%, 1040px);
	max-width: 1040px !important;
	margin-right: auto !important;
	margin-left: 0 !important;
	font-size: clamp(1.05rem, 1.25vw, 1.22rem);
	line-height: 1.78;
}

.wt-article-wide .wt-article-body > :first-child {
	margin-top: 0;
}

.wt-article-wide .wt-article-body h2,
.wt-article-wide .wt-article-body h3 {
	margin-top: 1.7em;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.wt-article-wide .wt-article-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	width: min(100%, 1040px);
	margin: 48px 0 0 !important;
	padding-top: 24px;
	border-top: 1px solid var(--wt-line);
}

/* Product details use the same complete 1440 px portal canvas as the five-column homepage. */
body.single-product .woocommerce,
body.single-product .woocommerce > main,
body.single-product .woocommerce > main > .alignwide,
body.single-product .woocommerce > main > .alignfull,
body.single-product .woocommerce div.product,
body.single-product .wp-block-woocommerce-product-details,
body.single-product .woocommerce-tabs,
body.single-product .woocommerce-Tabs-panel {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
}

body.single-product .woocommerce,
body.single-product .woocommerce > main {
	width: min(100%, 1440px) !important;
	max-width: 1440px !important;
	margin-right: auto !important;
	margin-left: 0 !important;
}

.wt-home-products,
.wt-home-news,
.wt-home-news .wt-news-feed {
	margin-top: 0 !important;
}

.wt-energy-distribution {
	position: relative;
	box-sizing: border-box;
	height: 38px;
	margin: 0 0 12px;
}

.wt-energy-distribution + .wt-home-streams {
	margin-top: 0 !important;
}

.wt-energy-phase {
	position: absolute;
	right: 0;
	left: -16px;
	height: 2px;
	border-radius: 999px;
}

.wt-energy-phase::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	background: currentColor;
	border: 2px solid var(--wt-white);
	border-radius: 50%;
	box-shadow: 0 0 0 1px currentColor;
	content: "";
	transform: translateY(-50%);
}

.wt-energy-phase-one {
	top: 5px;
	color: var(--wt-orange-deep);
	background: linear-gradient(90deg, var(--wt-orange-deep), var(--wt-orange));
}

.wt-energy-phase-two {
	top: 13px;
	color: var(--wt-ink);
	background: var(--wt-ink);
}

.wt-energy-phase-three {
	top: 21px;
	color: var(--wt-orange);
	background: linear-gradient(90deg, var(--wt-orange), #ffd675);
}

.wt-energy-tap {
	position: absolute;
	top: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	background: var(--wt-ink);
	border: 3px solid var(--wt-orange);
	border-radius: 9px;
	box-shadow: 0 5px 13px rgba(17, 17, 17, 0.16);
	transform: translateX(-50%);
}

.wt-energy-tap::after {
	position: absolute;
	top: 29px;
	left: 50%;
	width: 12px;
	height: 22px;
	background: linear-gradient(90deg, var(--wt-orange-deep) 0 2px, transparent 2px 5px, var(--wt-ink) 5px 7px, transparent 7px 10px, var(--wt-orange) 10px 12px);
	content: "";
	transform: translateX(-50%);
}

.wt-energy-tap svg {
	width: 17px;
	height: 17px;
	fill: var(--wt-orange);
}

.wt-energy-tap-products {
	left: 18px;
}

.wt-energy-tap-news {
	left: calc(60% + 18px);
}

.wt-stream-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	margin: 0 0 10px;
	padding: 0 2px 8px;
	border-bottom: 2px solid var(--wt-ink);
}

.wt-stream-heading span {
	display: grid;
	place-items: center;
	width: 29px;
	height: 24px;
	background: var(--wt-orange);
	color: var(--wt-ink);
	border-radius: 6px;
	font-size: 0.65rem;
	font-weight: 950;
	letter-spacing: 0.05em;
}

.wt-stream-heading h2 {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 950;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.wt-stream-heading-news {
	border-bottom-color: var(--wt-orange);
}

body.single-product div.woocommerce.product,
body.single-product div.woocommerce.product > main {
	padding-right: 18px !important;
	padding-left: 18px !important;
}

body.single-product .woocommerce > main > .alignwide,
body.single-product .woocommerce > main > .alignfull {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.single-product .woocommerce div.product {
	padding: clamp(22px, 3vw, 44px);
	border-radius: 20px;
}

body.single-product .woocommerce > main > .wp-block-columns:first-of-type {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: clamp(28px, 4vw, 70px);
	align-items: start;
}

body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a,
body.single-product .woocommerce-product-gallery__image img {
	width: 100% !important;
	max-width: none !important;
}

body.single-product .woocommerce-product-gallery__image img {
	background: #f7f7f3;
	border: 1px solid var(--wt-line);
	border-radius: 16px;
	object-fit: contain;
}

body.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px !important;
}

body.single-product .flex-control-thumbs li {
	width: auto !important;
	margin: 0 !important;
}

body.single-product .flex-control-thumbs img {
	box-sizing: border-box;
	aspect-ratio: 1;
	padding: 3px;
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: 9px;
	object-fit: cover;
}

body.single-product .summary .product_title,
body.single-product .wp-block-post-title {
	font-size: clamp(2rem, 3.3vw, 4.25rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
}

body.single-product .summary .price {
	font-size: clamp(1.45rem, 2vw, 2.2rem);
}

body.single-product .summary .woocommerce-product-details__short-description {
	font-size: 1.05rem;
	line-height: 1.65;
}

body.single-product .woocommerce-tabs ul.tabs {
	display: none;
}

body.single-product .woocommerce-Tabs-panel--description > h2:first-child {
	display: none;
}

.wt-product-page {
	--wt-product-surface: #f5f5f0;
	width: 100%;
	color: var(--wt-ink);
	font-size: clamp(1rem, 1.12vw, 1.12rem);
	line-height: 1.72;
}

.wt-product-page *,
.wt-product-page *::before,
.wt-product-page *::after {
	box-sizing: border-box;
}

.wt-product-page > section {
	width: 100%;
	margin: 0;
	padding: clamp(34px, 5vw, 76px);
}

.wt-product-page > section + section {
	margin-top: 14px;
}

.wt-product-opening {
	background: linear-gradient(135deg, #fff7e8 0%, #ffffff 68%);
	border: 1px solid #f1d7ab;
	border-top: 9px solid var(--wt-orange);
	border-radius: 22px;
}

.wt-product-opening h2,
.wt-product-section > h2,
.wt-product-columns h2 {
	max-width: 1040px;
	margin: 0 0 22px;
	font-size: clamp(2rem, 3.4vw, 4.2rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.wt-product-lede {
	max-width: 1120px;
	margin: 0 0 20px;
	font-size: clamp(1.18rem, 1.6vw, 1.5rem);
	line-height: 1.55;
}

.wt-product-opening > p:not(.wt-product-kicker),
.wt-product-section > p,
.wt-product-columns > div > p,
.wt-product-sources > p {
	max-width: 1100px;
}

.wt-product-kicker,
.wt-product-section-label {
	margin: 0 0 14px !important;
	color: var(--wt-orange-deep);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.wt-product-facts {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	margin-top: 38px;
}

.wt-product-facts > div {
	min-height: 112px;
	padding: 16px;
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: 12px;
}

.wt-product-facts span,
.wt-product-facts strong {
	display: block;
}

.wt-product-facts span {
	margin-bottom: 12px;
	color: var(--wt-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wt-product-facts strong {
	font-size: 0.92rem;
	line-height: 1.3;
}

.wt-product-section {
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: 22px;
}

.wt-product-section--tinted {
	background: var(--wt-product-surface);
}

.wt-product-section--dark {
	background: var(--wt-ink);
	color: var(--wt-white);
	border-color: var(--wt-ink);
}

.wt-product-section--dark .wt-product-section-label {
	color: var(--wt-orange);
}

.wt-product-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 38px;
}

.wt-product-benefit {
	min-height: 190px;
	padding: 24px;
	background: var(--wt-product-surface);
	border: 1px solid var(--wt-line);
	border-left: 6px solid var(--wt-orange);
	border-radius: 14px;
}

.wt-product-benefit h3 {
	margin: 0 0 12px;
	font-size: 1.2rem;
	line-height: 1.18;
}

.wt-product-benefit p {
	margin: 0;
	color: var(--wt-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.wt-product-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 0 !important;
	background: transparent;
	border: 0;
}

.wt-product-columns > div {
	padding: clamp(32px, 4vw, 58px);
	background: var(--wt-white);
	border: 1px solid var(--wt-line);
	border-radius: 22px;
}

.wt-product-columns h2 {
	font-size: clamp(1.75rem, 2.5vw, 3rem);
}

.wt-product-spec-table {
	margin-top: 34px;
	overflow: hidden;
	border: 1px solid var(--wt-line);
	border-radius: 14px;
}

.wt-product-spec-table table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.wt-product-spec-table th,
.wt-product-spec-table td {
	padding: 15px 18px;
	border: 0;
	border-bottom: 1px solid var(--wt-line);
	text-align: left;
	vertical-align: top;
}

.wt-product-spec-table tr:last-child th,
.wt-product-spec-table tr:last-child td {
	border-bottom: 0;
}

.wt-product-spec-table th {
	width: 34%;
	background: #f1f1ec;
	font-size: 0.82rem;
	font-weight: 850;
}

.wt-product-spec-table td {
	background: var(--wt-white);
	font-size: 0.94rem;
}

.wt-product-sources a {
	color: var(--wt-orange-deep);
	font-weight: 850;
}

@media (max-width: 1180px) {
	.wt-currency-symbols {
		display: none;
	}

	.wt-home-streams {
		grid-template-columns: 1fr;
	}

	.wt-energy-distribution {
		display: none;
	}

	.wt-home-products,
	.wt-home-news {
		grid-column: auto;
	}

	.wt-home-news .wt-news-feed {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wt-product-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wt-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wt-footer-assurance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	:root {
		--wt-sidebar-width: 292px;
	}

	.wt-card-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 782px) {
	body.admin-bar .wt-global-topbar {
		top: 46px;
	}

	body.admin-bar .wt-sidebar {
		top: calc(var(--wt-topbar-height) + 46px);
		height: auto;
	}

	.wp-site-blocks {
		padding-left: 0;
		padding-right: 0;
		padding-top: var(--wt-topbar-height);
	}

	.wt-global-topbar {
		min-height: var(--wt-topbar-height);
		padding: 0 16px;
	}

	.wt-global-tools {
		gap: 6px;
	}

	.wt-currency-tools {
		gap: 0;
		margin-right: 0;
	}

	.wt-currency-tools .x-currency-shortcode .switch {
		width: 64px !important;
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	.wt-global-tagline {
		font-size: 0.72rem;
	}

	.wt-account-link {
		display: none;
	}

	.wt-sidebar {
		position: sticky;
		left: 0;
		top: var(--wt-topbar-height);
		z-index: 120;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: auto;
		min-height: 54px;
		padding: 8px 16px;
		overflow: visible;
		box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
	}

	.wt-nav-label,
	.wt-nav-secondary,
	.wt-activity-strip,
	.wt-brand-cloud,
	.wt-sidebar-actions,
	.wt-sidebar-company,
	.wt-sidebar-awards {
		display: none;
	}

	.wt-sidebar-navigation {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: flex-end;
	}

	.wt-nav-primary {
		width: auto;
		margin-top: 0;
	}

	.wt-nav .wp-block-navigation__responsive-container.is-menu-open {
		padding: 28px;
		background: var(--wt-white);
		color: var(--wt-ink);
	}

	.wt-nav .wp-block-navigation__responsive-container-content {
		align-items: stretch;
	}

	.wt-nav .wp-block-navigation__container {
		align-items: stretch;
	}

	.wt-site-main {
		padding: 16px 14px 52px;
	}

	.wt-hero {
		padding: 38px 24px 46px;
		border-radius: 24px;
	}

	.wt-hero h1 {
		font-size: clamp(2.8rem, 14vw, 4.7rem);
	}

	.wt-section-heading,
	.wt-footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.wt-card-grid,
	.wt-article-layout,
	.wt-contact-grid,
	.wt-portal-streams,
	.wt-service-grid,
	.wt-business-columns {
		grid-template-columns: 1fr;
	}

	.wt-business-register {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wt-home-products .products.columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wt-home-news .wt-news-feed {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wt-trust-heading,
	.wt-footer-inner,
	.wt-company-register {
		align-items: flex-start;
		flex-direction: column;
	}

	.wt-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wt-product-stream {
		position: static;
	}

	.wt-article-sidebar {
		position: static;
	}

	.wt-site-footer {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0;
	}

	.wt-footer-inner {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 40px 22px;
	}

	.wt-footer-assurance > div {
		min-height: 76px;
	}

	.wt-footer-bottom-inner {
		display: grid;
		gap: 8px;
		padding: 17px 22px;
	}

	body.single-product div.woocommerce.product,
	body.single-product div.woocommerce.product > main {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	body.single-product .woocommerce > main > .wp-block-columns:first-of-type,
	.wt-product-columns {
		grid-template-columns: 1fr;
	}

	.wt-product-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 520px) {
	.wt-footer-assurance {
		grid-template-columns: 1fr;
	}

	.wt-business-register {
		grid-template-columns: 1fr;
	}

	.wt-global-logo {
		width: 160px;
		height: 46px;
	}

	.wt-global-logo img {
		width: 160px;
		transform: translateY(-7px);
	}

	.wt-global-tagline {
		display: none;
	}

	.wt-card-grid {
		grid-template-columns: 1fr;
	}

	.wt-home-products .products.columns-2,
	.wt-home-products .products.columns-3,
	.wt-home-news .wt-news-feed,
	.wt-trust-grid {
		grid-template-columns: 1fr;
	}

	.wt-home-products .products.columns-3,
	.wt-home-news .wt-news-feed {
		grid-auto-rows: auto;
	}

	.wt-home-products .products.columns-3 li.product,
	.wt-home-news .wt-news-card {
		height: auto;
		min-height: 390px;
	}

	.wt-trust-layout {
		grid-template-columns: 1fr;
	}

	.wt-trust-section {
		padding: 26px 20px;
		border-radius: 18px;
	}

	.wt-page-heading,
	.wt-article,
	.wt-page-content,
	.wt-band {
		padding: 26px 20px;
		border-radius: 20px;
	}

	.wt-single-main .wt-article-wide {
		padding: 28px 20px 38px;
		border-radius: 18px;
	}

	.wt-product-page > section,
	.wt-product-columns > div {
		padding: 28px 20px;
	}

	.wt-product-facts,
	.wt-product-benefits {
		grid-template-columns: 1fr;
	}

	.wt-product-facts > div,
	.wt-product-benefit {
		min-height: 0;
	}

	body.single-product .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.wt-product-spec-table {
		overflow-x: auto;
	}

	.wt-product-spec-table table {
		min-width: 520px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
