/* Product-page storefront styles extracted from vinduer24-page-assets.css. */

.vinduer24-home-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.35rem;
	margin-top: 0;
}

.vinduer24-home-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0.4rem 0.2rem 0.2rem;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.vinduer24-home-product-media {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	aspect-ratio: 1 / 1.18;
	padding: 1.2rem 0.95rem 0.35rem;
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
	border-radius: 26px;
	border: 1px solid rgba(14, 52, 82, 0.06);
	overflow: hidden;
}

.vinduer24-home-product-media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	min-height: 100%;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 0.3s ease;
}

.vinduer24-home-product-badge {
	position: absolute;
	top: 0.9rem;
	left: 0.9rem;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 84px;
	min-height: 84px;
	padding: 0.8rem;
	border-radius: 999px;
	background: #0f6f55;
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 18px 30px -24px rgba(18, 49, 75, 0.4);
}

.vinduer24-home-product-sale-stack {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
	z-index: 2;
	display: grid;
	gap: 0.4rem;
	justify-items: end;
	pointer-events: none;
}

.vinduer24-home-product-sale-percent,
.vinduer24-home-product-sale-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.35rem 0.78rem;
	border-radius: 0.82rem;
	color: #ffffff;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 18px 30px -24px rgba(18, 49, 75, 0.4);
}

.vinduer24-home-product-sale-percent {
	padding-left: 0.98rem;
	border-radius: 0.76rem;
	background: linear-gradient(135deg, #f4333b 0%, #cf171f 100%);
	clip-path: polygon(0.62rem 0, 100% 0, 100% 100%, 0 100%, 0 0.62rem);
	box-shadow: 0 18px 34px -26px rgba(109, 10, 14, 0.58);
}

.vinduer24-home-product-sale-pill {
	background: #143f61;
}

.vinduer24-home-product-card:hover .vinduer24-home-product-media img,
.vinduer24-home-product-card:focus-within .vinduer24-home-product-media img {
	transform: scale(1.04);
}

.vinduer24-home-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem 0 0;
}

.vinduer24-home-product-body h2,
.vinduer24-home-product-body h3 {
	margin: 0;
	display: -webkit-box;
	font-size: clamp(1.08rem, 1.45vw, 1.22rem);
	line-height: 1.3;
	letter-spacing: -0.015em;
	text-transform: none;
	overflow: hidden;
	text-wrap: balance;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vinduer24-home-product-body h2 a,
.vinduer24-home-product-body h3 a {
	color: #3e4651;
	text-decoration: none;
}

.vinduer24-home-product-body h2 a:hover,
.vinduer24-home-product-body h2 a:focus-visible,
.vinduer24-home-product-body h3 a:hover,
.vinduer24-home-product-body h3 a:focus-visible {
	color: #0d3452;
	text-decoration: none;
}

.vinduer24-home-product-body p {
	margin: 0.65rem 0 0;
	color: #5b6c7b;
	font-size: 0.98rem;
}

.vinduer24-home-product-benefits {
	display: grid;
	gap: 0.35rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.vinduer24-home-product-benefits li {
	position: relative;
	padding-left: 1.35rem;
	color: #3f4a56;
}

.vinduer24-home-product-benefits li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: -0.02rem;
	font-size: 1rem;
	font-weight: 700;
	color: #1d2732;
}

.vinduer24-home-product-stock {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 1rem 0 0;
	color: #4f6272;
	font-size: 0.97rem;
}

.vinduer24-home-product-stock span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
	flex: 0 0 auto;
}

.vinduer24-home-product-stock.is-on-request span {
	background: currentColor;
}

.vinduer24-home-product-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
	padding-top: 1rem;
}

.vinduer24-home-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.45rem;
	font-size: 1.08rem;
	font-weight: 800;
	color: #3f4651;
}

.vinduer24-home-price del {
	color: #8a98a6;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration-thickness: 2px;
	text-decoration-color: rgba(138, 152, 166, 0.82);
}

.vinduer24-home-price ins {
	color: #12354e;
	font-weight: 800;
	text-decoration: none;
}

.vinduer24-home-inline-link {
	font-weight: 700;
	color: #0d3452;
}

.vinduer24-home-inline-link:hover,
.vinduer24-home-inline-link:focus-visible {
	color: #e70707;
}

.vinduer24-home-product-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	min-height: 48px;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	background: #0d3452;
	color: #ffffff !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	box-shadow: 0 16px 28px -22px rgba(13, 52, 82, 0.65);
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.vinduer24-home-product-cta:hover,
.vinduer24-home-product-cta:focus-visible {
	transform: translateY(-1px);
	background: #174b70;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: 0 20px 32px -22px rgba(13, 52, 82, 0.78);
}

.vinduer24-home-product-cta:focus-visible {
	outline: 3px solid #0d3452;
	outline-offset: 3px;
}

.vinduer24-availability.is-in-stock,
.vinduer24-home-product-stock.is-in-stock {
	color: #1b7b50;
}

.vinduer24-availability.is-on-request,
.vinduer24-home-product-stock.is-on-request {
	color: #c58a11;
}

.vinduer24-availability.is-out-of-stock,
.vinduer24-home-product-stock.is-out-of-stock {
	color: #b34343;
}

.stock.vinduer24-availability {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 600;
}

.stock.vinduer24-availability::before {
	content: "";
	display: inline-flex;
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 999px;
	flex: 0 0 auto;
	background: currentColor;
	box-shadow: 0 0 0 0.22rem color-mix(in srgb, currentColor 16%, transparent);
}

.vinduer24-home-product-stock span {
	display: inline-flex;
	width: 0.62rem;
	height: 0.62rem;
	margin-right: 0.5rem;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 0.22rem color-mix(in srgb, currentColor 16%, transparent);
}

body.single-product .content-area {
	margin-top: 1.2rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.single-product .vinduer24-header-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 1.15rem;
	line-height: 1.65;
}

body.single-product .content-bg,
body.content-style-unboxed.single-product .site {
	background: linear-gradient(180deg, #f5f7fb 0%, #eef3f8 42%, #e9eff5 100%);
}

body.single-product .site-main,
body.single-product #primary,
body.single-product #main {
	margin-bottom: 0;
	padding-bottom: 0;
}

body.single-product .vinduer24-theme-commerce {
	padding-block-start: clamp(2rem, 3vw, 3rem);
}

body.single-product div.product {
	position: relative;
	display: block;
}

body.single-product .vinduer24-product-shell {
	position: relative;
	display: grid;
	grid-template-columns: minmax(380px, 46%) minmax(0, 1fr);
	gap: 2.2rem;
	align-items: start;
}

body.single-product .vinduer24-product-shell > .onsale {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 3;
	margin: 0;
}

body.single-product .vinduer24-product-shell > style,
body.single-product .vinduer24-product-shell > .kske-thumbnails {
	display: none !important;
}

body.single-product .vinduer24-product-shell .woocommerce-product-gallery,
body.single-product .vinduer24-product-shell .summary.entry-summary {
	margin: 0;
	float: none !important;
	width: auto !important;
	min-width: 0;
	clear: none !important;
}

body.single-product .vinduer24-product-shell > .woocommerce-product-gallery {
	grid-column: 1;
	grid-row: 1;
}

body.single-product .vinduer24-product-shell > .summary.entry-summary {
	grid-column: 2;
	grid-row: 1;
}

body.single-product .vinduer24-product-shell .woocommerce-product-gallery {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	border-radius: 32px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 30px 54px -44px rgba(13, 52, 82, 0.24);
	position: sticky !important;
	top: 118px !important;
	width: 100% !important;
	max-width: none !important;
	max-height: min(700px, calc(100svh - 136px));
	align-self: start;
	overflow: hidden;
}

body.single-product .vinduer24-product-shell .summary.entry-summary {
	padding: 1.5rem;
	border-radius: 32px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 30px 54px -44px rgba(13, 52, 82, 0.24);
	width: 100% !important;
	align-self: start;
}

body.single-product .product_image {
	max-width: none !important;
	width: 100% !important;
}

body.single-product .kadence-product-gallery-main,
body.single-product #pg-main-3884,
body.single-product .woocommerce-product-gallery .splide__track,
body.single-product .woocommerce-product-gallery .splide__list {
	width: 100% !important;
}

body.single-product .kadence-product-gallery-main,
body.single-product #pg-main-3884,
body.single-product .woocommerce-product-gallery .product_image {
	flex: 1 1 auto;
	min-height: 0;
}

body.single-product .woocommerce-product-gallery .product_image a,
body.single-product .woocommerce-product-gallery .woo-main-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(320px, calc(100svh - 320px), 520px);
	max-height: clamp(320px, calc(100svh - 320px), 520px);
}

body.single-product .woocommerce-product-gallery .product_image img,
body.single-product .woocommerce-product-gallery .woo-main-slide img {
	width: 100% !important;
	max-width: none !important;
	max-height: clamp(280px, calc(100svh - 360px), 500px);
	height: auto !important;
	object-fit: contain;
	margin: 0 auto;
}

body.single-product .woocommerce-product-gallery .kadence-product-gallery-thumbnails {
	flex: 0 0 auto;
	margin-top: 0.75rem;
	min-height: 78px;
}

body.single-product .woocommerce-product-gallery .kadence-product-gallery-thumbnails .splide__track,
body.single-product .woocommerce-product-gallery .kadence-product-gallery-thumbnails .splide__list,
body.single-product .woocommerce-product-gallery .thumb-wrapper {
	min-height: 78px;
	height: 78px;
}

body.single-product .woocommerce-product-gallery .kt-woo-gallery-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	height: 78px;
}

body.single-product .woocommerce-product-gallery .kt-woo-gallery-thumbnail img {
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	max-height: 78px;
	width: 100%;
	height: 78px;
	object-fit: contain;
}

/* Project-owned WooCommerce gallery used after Kadence Shop Kit retirement. */
body.single-product .vinduer24-product-shell .vinduer24-product-gallery {
	height: auto !important;
	min-height: 320px !important;
}

/* Prevent WooCommerce slides from stacking during both FlexSlider init phases. */
body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child):not([style*="float: left"]) {
	display: none !important;
}

body.single-product .vinduer24-product-gallery .flex-viewport,
body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__wrapper {
	width: 100%;
}

body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__image {
	margin: 0;
}

body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(320px, calc(100svh - 320px), 520px);
	max-height: clamp(320px, calc(100svh - 320px), 520px);
}

body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__image img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	max-height: clamp(280px, calc(100svh - 360px), 500px);
	height: auto !important;
	object-fit: contain;
	margin: 0 auto;
}

body.single-product .vinduer24-product-gallery .flex-control-thumbs {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	width: 100%;
	height: 78px;
	min-height: 78px;
	margin: 0.75rem 0 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	transform: none !important;
}

body.single-product .vinduer24-product-gallery .flex-control-thumbs li {
	float: none;
	flex: 0 0 78px;
	width: 78px !important;
	height: 78px;
	margin: 0;
}

body.single-product .vinduer24-product-gallery .flex-control-thumbs img {
	display: block;
	width: 100%;
	height: 78px;
	max-height: 78px;
	object-fit: contain;
	border: 1px solid rgba(14, 52, 82, 0.12);
	border-radius: 14px;
	background: #ffffff;
	opacity: 0.7;
	cursor: pointer;
}

body.single-product .vinduer24-product-gallery .flex-control-thumbs img.flex-active {
	border-color: #0e3452;
	opacity: 1;
}

body.single-product .vinduer24-product-gallery .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-product .vinduer24-product-gallery .flex-direction-nav a {
	position: absolute;
	top: 44%;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	border: 1px solid rgba(14, 52, 82, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 24px -18px rgba(13, 52, 82, 0.65);
	color: #0e3452;
	font-size: 0;
	text-decoration: none;
	transition: opacity 160ms ease, transform 160ms ease;
}

body.single-product .vinduer24-product-gallery .flex-direction-nav a::before {
	font-size: 2rem;
	line-height: 1;
}

body.single-product .vinduer24-product-gallery .flex-direction-nav .flex-prev {
	left: 1.25rem;
}

body.single-product .vinduer24-product-gallery .flex-direction-nav .flex-prev::before {
	content: '\2039';
}

body.single-product .vinduer24-product-gallery .flex-direction-nav .flex-next {
	right: 1.25rem;
}

body.single-product .vinduer24-product-gallery .flex-direction-nav .flex-next::before {
	content: '\203A';
}

body.single-product .vinduer24-product-gallery .flex-direction-nav a:hover,
body.single-product .vinduer24-product-gallery .flex-direction-nav a:focus-visible {
	transform: scale(1.04);
}

body.single-product .vinduer24-product-gallery .flex-direction-nav a.flex-disabled {
	opacity: 0.28;
	pointer-events: none;
}

body.single-product .summary.entry-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.9rem 1rem;
	align-content: start;
	align-items: start;
}

body.single-product .summary.entry-summary > * {
	grid-column: 1 / -1;
}

body.single-product .summary.entry-summary > .vinduer24-summary-title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 0.75rem 1rem;
	min-width: 0;
}

body.single-product .summary.entry-summary > figure:first-of-type,
body.single-product .summary.entry-summary > .product-brand-image-wrapper {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	margin: 0;
}

body.single-product .summary.entry-summary > .product-brand-image-wrapper {
	display: inline-flex;
	align-items: center;
}

body.single-product .summary.entry-summary > figure:first-of-type img,
body.single-product .summary.entry-summary > .product-brand-image-wrapper img {
	width: 92px !important;
	height: auto !important;
}

body.single-product .product_title.entry-title {
	margin: 0.25rem 0 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #13314c;
}

body.single-product .vinduer24-summary-title-row .product_title.entry-title {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

body.single-product .summary.entry-summary > .price {
	margin: 0.75rem 0 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: #13314c;
}

body.single-product .summary.entry-summary > .price del {
	color: #98a4b1;
}

.vinduer24-product-intro {
	margin-top: 1rem;
	padding: 1.1rem 1.15rem;
	border-radius: 24px;
	background: linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
	border: 1px solid rgba(14, 52, 82, 0.08);
}

.vinduer24-product-eyebrow {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6f7d8e;
}

.vinduer24-product-lead {
	margin: 0.7rem 0 0;
	color: #4f6171;
	font-size: 1rem;
	line-height: 1.68;
}

.vinduer24-product-benefits {
	display: grid;
	gap: 0.55rem;
	margin: 0.9rem 0 0;
	padding: 0;
	list-style: none;
}

.vinduer24-product-benefits li {
	position: relative;
	padding-left: 1.2rem;
	color: #1f2a35;
}

.vinduer24-product-benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62rem;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #1db954;
}

body.single-product .summary.entry-summary > .wp-block-kadence-infobox,
body.single-product .summary.entry-summary > p {
	margin-top: 0.8rem;
}

body.single-product .summary.entry-summary > .wp-block-kadence-infobox {
	padding: 0.95rem 1rem;
	border-radius: 18px;
	background: #f7fafc;
	border: 1px solid rgba(14, 52, 82, 0.08);
}

body.single-product .summary.entry-summary > p {
	padding: 0.95rem 1rem;
	border-radius: 18px;
	background: #f7fafc;
	border: 1px solid rgba(14, 52, 82, 0.08);
	color: #17324c;
	line-height: 1.6;
}

body.single-product .summary.entry-summary > p a {
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

body.single-product .summary.entry-summary > p mark {
	background: #fff4a8;
	padding: 0.1em 0.2em;
}

.vinduer24-product-form-intro {
	margin: 1.15rem 0 1.1rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid rgba(14, 52, 82, 0.08);
}

.vinduer24-product-form-intro h2 {
	margin: 0;
	font-size: 1.08rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #13314c;
}

.vinduer24-product-form-intro p {
	margin: 0.5rem 0 0;
	color: #607181;
	font-size: 0.97rem;
	line-height: 1.6;
}

.vinduer24-product-help-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 0.9rem;
}

.vinduer24-product-help-link {
	display: grid;
	align-items: center;
	width: 100%;
	padding: 0.85rem 0.95rem;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 16px 28px -28px rgba(13, 52, 82, 0.28);
	text-align: left;
	font: inherit;
	cursor: pointer;
	text-decoration: none;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		border-color 0.18s ease,
		background-color 0.18s ease;
}

.vinduer24-product-help-link:hover,
.vinduer24-product-help-link:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(14, 52, 82, 0.14);
	box-shadow: 0 18px 30px -26px rgba(13, 52, 82, 0.22);
	background: #fdfefe;
	outline: none;
}

.vinduer24-product-help-link-title {
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.35;
	color: #12314b;
}

body.single-product .vinduer24-unavailable-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
	margin-top: 1.05rem;
	padding: 1rem 1.05rem;
	border-radius: 18px;
	border: 1px solid rgba(179, 67, 67, 0.16);
	background: linear-gradient(180deg, #fffafa 0%, #fff7f7 100%);
}

body.single-product .vinduer24-unavailable-message {
	flex: 1 1 18rem;
	margin: 0;
	color: #b34343;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.45;
}

body.single-product .vinduer24-unavailable-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.82rem 1.05rem;
	border-radius: 14px;
	background: #e70707;
	color: #ffffff;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 18px 32px -26px rgba(231, 7, 7, 0.7);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease;
}

body.single-product .vinduer24-unavailable-cta:hover,
body.single-product .vinduer24-unavailable-cta:focus-visible {
	transform: translateY(-1px);
	background: #c90505;
	color: #ffffff;
	box-shadow: 0 20px 34px -24px rgba(231, 7, 7, 0.72);
	outline: none;
}

body.single-product.vinduer24-product-out-of-stock .summary.entry-summary > .wp-block-kadence-modal,
body.single-product.vinduer24-product-out-of-stock .summary.entry-summary > p:empty,
body.single-product.vinduer24-product-out-of-stock form.variations_form {
	display: none !important;
}

body.single-product .summary.entry-summary > p.vinduer24-legacy-help-hidden {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.single-product .summary.entry-summary > p:has(a[data-vinduer24-modal-trigger]) {
	display: none !important;
}

body.single-product form.variations_form {
	--vinduer24-variation-control-border: rgba(14, 52, 82, 0.18);
	--vinduer24-variation-control-focus: #2f6f98;
	--vinduer24-variation-control-ring: rgba(47, 111, 152, 0.18);
	margin-top: 1rem;
	padding: 1.2rem;
	border-radius: 24px;
	background: #f8fafc;
	border: 1px solid rgba(14, 52, 82, 0.08);
}

body.single-product form.variations_form table.variations {
	width: 100%;
	margin-bottom: 1rem;
}

body.single-product form.variations_form table.variations th.label {
	padding: 0 0.85rem 0.85rem 0;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #456074;
}

body.single-product form.variations_form table.variations td.value {
	padding-bottom: 0.85rem;
}

body.single-product form.variations_form select,
body.single-product form.variations_form .select2-selection,
body.single-product form.variations_form input[type="number"] {
	min-height: 48px;
	border-radius: 14px;
	border: 1px solid var(--vinduer24-variation-control-border);
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(13, 52, 82, 0.04);
}

body.single-product .summary.entry-summary form.variations_form table.variations select {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0.65rem 2.8rem 0.65rem 0.9rem;
	appearance: none;
	border-color: var(--vinduer24-variation-control-border);
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2314334d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");
	background-position: right 0.9rem center;
	background-repeat: no-repeat;
	background-size: 1.1rem;
	color: #102f48;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	transition:
		border-color 0.16s ease,
		box-shadow 0.16s ease,
		background-color 0.16s ease;
}

body.single-product .summary.entry-summary form.variations_form table.variations select:hover {
	border-color: rgba(14, 52, 82, 0.34);
	box-shadow:
		0 1px 2px rgba(13, 52, 82, 0.04),
		0 8px 18px -16px rgba(13, 52, 82, 0.42);
}

body.single-product .summary.entry-summary form.variations_form table.variations select:focus,
body.single-product .summary.entry-summary form.variations_form table.variations select:focus-visible {
	border-color: var(--vinduer24-variation-control-focus);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow:
		0 0 0 3px var(--vinduer24-variation-control-ring),
		0 8px 18px -14px rgba(13, 52, 82, 0.38);
}

body.single-product .summary.entry-summary form.variations_form table.variations select:disabled {
	border-color: rgba(14, 52, 82, 0.1);
	background-color: #f1f5f8;
	color: #71808d;
	cursor: not-allowed;
	opacity: 1;
}

body.single-product .summary.entry-summary form.variations_form table.variations select option {
	background: #ffffff;
	color: #102f48;
	font-weight: 500;
}

@media all and (min-width: 641px) {
	@supports (appearance: base-select) {
		body.single-product .summary.entry-summary form.variations_form table.variations select,
		body.single-product .summary.entry-summary form.variations_form table.variations select::picker(select) {
			appearance: base-select;
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select {
			display: flex;
			align-items: center;
			padding-right: 0.9rem;
			background-image: none;
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select::picker-icon {
			flex: 0 0 auto;
			margin-left: auto;
			color: #14334d;
			transition: rotate 0.16s ease;
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select:open::picker-icon {
			rotate: 180deg;
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select::picker(select) {
			margin-top: 0.4rem;
			padding: 0.35rem;
			border: 1px solid rgba(14, 52, 82, 0.14);
			border-radius: 14px;
			background: #ffffff;
			box-shadow:
				0 22px 44px -24px rgba(13, 52, 82, 0.38),
				0 8px 18px -16px rgba(13, 52, 82, 0.3);
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select option {
			min-height: 42px;
			padding: 0.58rem 0.7rem;
			border-radius: 10px;
			background: #ffffff;
			color: #102f48;
			font-weight: 600;
			cursor: pointer;
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select option:hover,
		body.single-product .summary.entry-summary form.variations_form table.variations select option:focus-visible {
			background: #f1f6fa;
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select option:checked {
			background: #e8f1f7;
			color: #0c3858;
		}

		body.single-product .summary.entry-summary form.variations_form table.variations select option::checkmark {
			color: #2f6f98;
		}
	}
}

body.single-product form.variations_form .reset_variations {
	display: flex !important;
	align-items: center;
	width: max-content;
	min-height: 32px;
	margin: 0.35rem 0 0 auto;
	padding: 0.15rem 0.25rem;
	border-radius: 8px;
	color: #0d3452;
	font-weight: 700;
	text-underline-offset: 0.2em;
}

body.single-product form.variations_form .reset_variations:hover,
body.single-product form.variations_form .reset_variations:focus-visible {
	background: rgba(14, 52, 82, 0.06);
	color: #08283f;
}

body.single-product .summary.entry-summary .blockUI.blockOverlay.vinduer24-initial-epo-overlay {
	visibility: hidden !important;
	pointer-events: none !important;
}

body.single-product .tm-collapse .tm-section-label,
body.single-product .cpf-section .tm-section-label {
	padding: 1rem 1.1rem !important;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	font-size: 0.92rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	color: #14334d !important;
}

body.single-product .tm-collapse-wrap {
	padding: 0.2rem 0 0.7rem;
}

body.single-product .tm-epo-totals {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
}

body.single-product.vinduer24-product-has-price-summary .summary.entry-summary > .price {
	display: none !important;
}

body.single-product.vinduer24-product-has-delivery-note .summary.entry-summary > .wp-block-kadence-infobox {
	display: none !important;
}

body.single-product .tm-totals-form-main {
	display: grid;
	grid-template-columns: minmax(0, 5.75rem) minmax(0, 1fr);
	gap: 0.9rem 1rem;
	align-items: end;
	margin-top: 1rem;
	padding: 1.1rem;
	border-radius: 24px;
	background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
	border: 1px solid rgba(14, 52, 82, 0.1);
	box-shadow: 0 26px 42px -34px rgba(13, 52, 82, 0.28);
}

body.single-product .tm-totals-form-main > input[type="hidden"] {
	display: none;
}

body.single-product .tm-totals-form-main #tm-epo-totals {
	display: grid;
	grid-column: 1 / -1;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.single-product .tm-totals-form-main #tm-epo-totals dl {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.4rem 1rem;
	margin: 0;
	align-items: end;
}

body.single-product .tm-totals-form-main #tm-epo-totals dt,
body.single-product .tm-totals-form-main #tm-epo-totals dd {
	margin: 0;
}

body.single-product .tm-totals-form-main #tm-epo-totals dt {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6f7d8e;
}

body.single-product .tm-totals-form-main #tm-epo-totals dd {
	text-align: right;
	font-size: 1rem;
	font-weight: 800;
	color: #13314c;
}

body.single-product .tm-totals-form-main #tm-epo-totals dt:last-of-type {
	padding-top: 0.35rem;
	color: #13314c;
}

body.single-product .tm-totals-form-main #tm-epo-totals dd:last-of-type {
	font-size: clamp(2rem, 4vw, 2.45rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: #13314c;
}

body.single-product .tm-totals-form-main #tm-epo-totals dd:last-of-type span,
body.single-product .tm-totals-form-main #tm-epo-totals dd:last-of-type .amount,
body.single-product .tm-totals-form-main #tm-epo-totals dd:last-of-type .woocommerce-Price-amount {
	font-size: inherit;
	color: inherit;
}

body.single-product .tm-tooltip.tcfa-question-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.35rem;
	border-radius: 999px;
	background: rgba(12, 64, 96, 0.1);
	color: #0b3f5d;
	font-family: inherit;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	vertical-align: middle;
}

body.single-product .tm-tooltip.tcfa-question-circle::before {
	content: "?";
}

body.single-product .tm-totals-form-main .vinduer24-delivery-note {
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	justify-self: start;
	max-width: 100%;
	padding: 0.72rem 0.88rem;
	border-radius: 16px;
	background: rgba(19, 49, 76, 0.06);
	border: 1px solid rgba(19, 49, 76, 0.08);
	text-decoration: none;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
	color: #12314b;
}

body.single-product .tm-totals-form-main .vinduer24-delivery-note:hover,
body.single-product .tm-totals-form-main .vinduer24-delivery-note:focus-visible {
	border-color: rgba(19, 49, 76, 0.14);
	background: rgba(19, 49, 76, 0.08);
	outline: none;
}

body.single-product .tm-totals-form-main .vinduer24-delivery-note-badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 999px;
	background: #2d7ea3;
	box-shadow: 0 0 0 0.32rem rgba(45, 126, 163, 0.14);
}

body.single-product .tm-totals-form-main .vinduer24-delivery-note-text {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
	color: #12314b;
	white-space: normal;
}

body.single-product .vinduer24-add-to-cart-row .vinduer24-delivery-note {
	grid-column: 1 / -1;
	grid-row: 1;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.7rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0 0.15rem;
	padding: 0.72rem 0.88rem;
	border: 1px solid rgba(19, 49, 76, 0.08);
	border-radius: 16px;
	background: rgba(19, 49, 76, 0.05);
	color: #12314b;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

body.single-product .vinduer24-add-to-cart-row .vinduer24-delivery-note:hover,
body.single-product .vinduer24-add-to-cart-row .vinduer24-delivery-note:focus-visible {
	border-color: rgba(19, 49, 76, 0.14);
	background: rgba(19, 49, 76, 0.08);
	outline: none;
}

body.single-product .vinduer24-add-to-cart-row .vinduer24-delivery-note-badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 999px;
	background: #2d7ea3;
	box-shadow: 0 0 0 0.32rem rgba(45, 126, 163, 0.14);
}

body.single-product .vinduer24-add-to-cart-row .vinduer24-delivery-note-text {
	min-width: 0;
	margin: 0;
	color: #12314b;
	overflow-wrap: anywhere;
	white-space: normal;
}

body.single-product .tm-totals-form-main .quantity.buttons_added,
body.single-product .tm-totals-form-main .quantity {
	grid-column: 1;
	align-self: stretch;
	width: 100%;
	max-width: none;
	min-height: 3.65rem;
	padding: 0 0.25rem;
	border-radius: 18px;
	border-color: rgba(14, 52, 82, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.single-product .tm-totals-form-main .quantity .qty {
	width: 2.4rem;
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	background: transparent;
	border: 0;
}

body.single-product .tm-totals-form-main .single_add_to_cart_button.button.alt {
	grid-column: 2;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	width: 100% !important;
	min-height: 3.65rem;
	margin: 0;
	padding: 0.95rem 1.4rem;
	border-radius: 18px;
	line-height: 1.1;
	text-align: center;
}

body.single-product .vinduer24-product-support {
	align-items: center;
}

body.single-product .single-product-payments {
	margin-top: 1rem;
	display: grid;
	justify-items: center;
	gap: 0.65rem;
	padding: 1rem 1.1rem;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
}

body.single-product .single-product-payments legend {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	color: #64748b;
}

body.single-product .single-product-payments ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-product .single-product-payments li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.single-product .single-product-payments .kadence-svg-iconset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 1.55rem;
}

body.single-product .single-product-payments .kadence-svg-iconset svg {
	display: block;
	width: auto;
	height: 100%;
	max-width: none;
}

body.single-product .single-product-payments .vinduer24-payment-brand {
	width: 3rem;
	height: auto;
}

body.single-product .single-product-payments .payment-custom-img {
	display: block;
	width: auto;
	height: 1.55rem;
	max-width: none;
}

body.single-product .single-product-payments .single-product-payments-custom-01 .payment-custom-img {
	height: 1.28rem;
}

body.single-product .single-product-payments .single-product-payments-custom-02 .payment-custom-img {
	height: 1.4rem;
}

body.single-product .vinduer24-installation-field.is-relocated {
	display: none !important;
}

.vinduer24-installation-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border-radius: 22px;
	background: #f4f8fc;
	border: 1px solid rgba(13, 52, 82, 0.12);
	box-shadow: 0 18px 34px -30px rgba(13, 52, 82, 0.2);
}

.vinduer24-installation-panel[hidden] {
	display: none !important;
}

.vinduer24-installation-panel-copy {
	display: grid;
	gap: 0.35rem;
}

.vinduer24-installation-eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #2f6f98;
}

.vinduer24-installation-panel h3 {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.22;
	color: #12314b;
}

.vinduer24-installation-description {
	margin: 0;
	max-width: 40rem;
	color: #5f6674;
	line-height: 1.55;
}

.vinduer24-installation-panel-actions {
	display: grid;
	gap: 0.45rem;
	justify-items: end;
}

.vinduer24-installation-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.74rem 1rem;
	border-radius: 999px;
	font-weight: 800;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
	border: 0;
	background: #0d3452;
	color: #ffffff;
	box-shadow: 0 14px 24px -20px rgba(13, 52, 82, 0.56);
	cursor: pointer;
}

.vinduer24-installation-button:hover,
.vinduer24-installation-button:focus-visible {
	background: #174c70;
	transform: translateY(-1px);
}

.vinduer24-installation-status {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.4;
	color: #52697b;
	text-align: right;
}

body.single-product .vinduer24-installation-panel.is-selected {
	border-color: rgba(27, 123, 80, 0.28);
	background: #f0faf5;
}

body.single-product .vinduer24-installation-panel.is-selected .vinduer24-installation-status {
	color: #176b46;
}

body.vinduer24-modal-open {
	overflow: hidden;
}

body:has(.vinduer24-modal:target) {
	overflow: hidden;
}

.vinduer24-modal-layer {
	position: relative;
	z-index: 999999;
}

.vinduer24-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	place-items: start center;
	padding: clamp(1rem, 3.5vh, 2rem) 1.5rem;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.vinduer24-modal:target,
.vinduer24-modal.is-open {
	display: grid;
}

.vinduer24-modal-backdrop {
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(9, 26, 39, 0.58);
	backdrop-filter: blur(4px);
}

.vinduer24-modal-card {
	position: relative;
	z-index: 1;
	width: min(100%, 640px);
	display: grid;
	gap: 0.8rem;
	padding: 1.45rem;
	max-height: calc(100svh - 2rem);
	overflow-y: auto;
	overscroll-behavior: contain;
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 36px 70px -40px rgba(9, 26, 39, 0.45);
}

.vinduer24-modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #f4f7fb;
	color: #12314b;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
}

.vinduer24-modal-close:hover,
.vinduer24-modal-close:focus-visible {
	background: #e8eef5;
}

.vinduer24-modal-eyebrow {
	margin: 0;
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6f7d8e;
}

.vinduer24-modal-card h3 {
	margin: 0;
	padding-right: 2.5rem;
	font-size: clamp(1.45rem, 2vw, 1.9rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #12314b;
}

.vinduer24-modal-intro,
.vinduer24-modal-footer {
	margin: 0;
	color: #5a6c7d;
	line-height: 1.65;
}

.vinduer24-modal-list {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vinduer24-modal-list li {
	position: relative;
	padding-left: 1rem;
	color: #20303f;
	line-height: 1.55;
}

.vinduer24-modal-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #e70707;
}

.vinduer24-modal-module-guide {
	display: grid;
	gap: 0.95rem;
	max-width: 38rem;
	margin: 0 auto;
	text-align: center;
}

.vinduer24-modal-intro-centered {
	font-size: 1.02rem;
}

.vinduer24-modal-emphasis,
.vinduer24-modal-copy {
	margin: 0;
	line-height: 1.7;
	color: #5a6c7d;
}

.vinduer24-modal-emphasis {
	font-weight: 700;
	color: #12314b;
}

.vinduer24-modal-figure-image {
	display: block;
	width: min(100%, 32rem);
	height: auto;
	margin: 0 auto;
	border-radius: 22px;
	box-shadow: 0 24px 50px -34px rgba(9, 26, 39, 0.32);
}

.vinduer24-modal-card--special-size {
	width: min(100%, 820px);
}

.vinduer24-modal-special-size {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 1rem;
	align-items: start;
}

.vinduer24-modal-special-size-copy,
.vinduer24-modal-form-panel {
	display: grid;
	gap: 0.85rem;
}

.vinduer24-modal-pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vinduer24-modal-pill-list li {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.42rem 0.72rem;
	border-radius: 999px;
	background: #f3f7fb;
	color: #12314b;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
}

.vinduer24-modal-contact-panel,
.vinduer24-modal-form-panel {
	padding: 1rem;
	border-radius: 22px;
	background: #f8fafc;
	border: 1px solid rgba(14, 52, 82, 0.08);
}

.vinduer24-modal-contact-title,
.vinduer24-modal-form-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	color: #12314b;
}

.vinduer24-modal-form-copy {
	margin: 0;
	color: #5a6c7d;
	line-height: 1.6;
}

.vinduer24-modal-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
}

.vinduer24-modal-contact-card {
	display: grid;
	gap: 0.2rem;
	padding: 0.85rem 0.95rem;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.vinduer24-modal-contact-card:hover,
.vinduer24-modal-contact-card:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(14, 52, 82, 0.14);
	box-shadow: 0 18px 32px -28px rgba(9, 26, 39, 0.22);
	outline: none;
}

.vinduer24-modal-contact-label {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6f7d8e;
}

.vinduer24-modal-contact-value {
	color: #12314b;
	font-weight: 700;
	line-height: 1.4;
	word-break: break-word;
}

.vinduer24-special-size-form {
	margin: 0;
}

.vinduer24-special-size-form .kb-form {
	margin: 0;
}

.vinduer24-special-size-form .kadence-blocks-form-field {
	margin-bottom: 0.8rem;
	padding: 0;
}

.vinduer24-special-size-form .kadence-blocks-form-field > label {
	margin-bottom: 0.28rem;
	color: #12314b;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.4;
}

.vinduer24-special-size-form .kb-text-style-field {
	min-height: 50px;
	padding: 0.8rem 0.9rem;
	border-radius: 14px;
	border: 1px solid rgba(14, 52, 82, 0.12);
	background: #ffffff;
	box-shadow: none;
	color: #20303f;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.vinduer24-special-size-form .kb-text-style-field:hover {
	border-color: rgba(14, 52, 82, 0.18);
}

.vinduer24-special-size-form .kb-text-style-field:focus {
	outline: none;
	border-color: rgba(14, 52, 82, 0.26);
	box-shadow: 0 0 0 4px rgba(14, 52, 82, 0.06);
}

.vinduer24-special-size-form textarea.kb-text-style-field {
	min-height: 132px;
	resize: vertical;
}

.vinduer24-special-size-form .kb-submit-field {
	margin-bottom: 0;
}

.vinduer24-special-size-form .kb-forms-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 999px;
	background: #e70707;
	color: #ffffff;
	font-weight: 800;
	box-shadow: 0 18px 32px -24px rgba(231, 7, 7, 0.62);
}

.vinduer24-special-size-form .kb-forms-submit:hover,
.vinduer24-special-size-form .kb-forms-submit:focus-visible {
	background: #ff2b2b;
}

.vinduer24-special-size-form .kadence-verify-label,
.vinduer24-special-size-form .kadence-blocks-field.verify {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.vinduer24-special-size-form .wpforms-container,
#wpforms-5709 {
	margin: 0;
}

.vinduer24-special-size-form .wpforms-field,
#wpforms-5709 .wpforms-field {
	padding: 0 0 18px;
}

.vinduer24-special-size-form .wpforms-field-label,
#wpforms-5709 .wpforms-field-label {
	display: block;
	margin-bottom: 7px;
	color: #12314b;
	font-size: 0.84rem;
	font-weight: 700;
}

.vinduer24-special-size-form input:not([type="checkbox"]):not([type="radio"]),
.vinduer24-special-size-form select,
.vinduer24-special-size-form textarea,
#wpforms-5709 input:not([type="checkbox"]):not([type="radio"]),
#wpforms-5709 select,
#wpforms-5709 textarea {
	width: 100%;
	min-height: 50px;
	border: 1px solid rgba(14, 52, 82, 0.12);
	border-radius: 14px;
	background: #fff;
	color: #20303f;
}

.vinduer24-special-size-form textarea,
#wpforms-5709 textarea {
	min-height: 132px;
}

.vinduer24-special-size-form .wpforms-submit,
#wpforms-5709 .wpforms-submit {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	background: #e70707;
	color: #fff;
	font-weight: 800;
}

body.single-product .quantity.buttons_added,
body.single-product .quantity {
	display: inline-flex;
	align-items: center;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.12);
}

body.single-product .vinduer24-add-to-cart-row .quantity {
	overflow: hidden;
	transition:
		border-color 0.16s ease,
		box-shadow 0.16s ease;
}

body.single-product .vinduer24-add-to-cart-row .quantity:focus-within {
	border-color: #2f6f98;
	box-shadow: 0 0 0 3px rgba(47, 111, 152, 0.18);
}

body.single-product .vinduer24-add-to-cart-row .quantity .qty {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: 48px;
	margin: 0;
	padding: 0 0.45rem;
	border: 0;
	border-radius: inherit;
	background: transparent;
	color: #102f48;
	font: inherit;
	font-size: 1rem;
	font-variant-numeric: tabular-nums;
	font-weight: 750;
	line-height: 1;
	text-align: center;
}

body.single-product .vinduer24-add-to-cart-row .quantity .qty:focus,
body.single-product .vinduer24-add-to-cart-row .quantity .qty:focus-visible {
	outline: 0;
	box-shadow: none;
}

body.single-product .single_variation_wrap,
body.single-product .woocommerce-variation-add-to-cart {
	margin-top: 0.9rem;
}

body.single-product .summary.entry-summary {
	position: relative;
}

body.single-product .vinduer24-summary-title-row > .vinduer24-summary-availability {
	display: flex;
	align-self: start;
	justify-self: end;
	justify-content: flex-end;
	min-width: 0;
	margin: 0.18rem 0 0;
}

body.single-product .vinduer24-summary-availability .stock.vinduer24-availability {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	margin: 0;
	padding: 0.48rem 0.68rem;
	border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, currentColor 8%, #ffffff);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

body.single-product .vinduer24-summary-availability .stock.vinduer24-availability::before {
	width: 0.56rem;
	height: 0.56rem;
	box-shadow: 0 0 0 0.18rem color-mix(in srgb, currentColor 14%, transparent);
}

body.single-product .vinduer24-summary-availability .stock.vinduer24-availability.is-in-stock,
body.single-product .tm-totals-form-main .vinduer24-summary-availability-inline .stock.vinduer24-availability.is-in-stock {
	color: #1b7b50;
}

body.single-product .vinduer24-summary-availability .stock.vinduer24-availability.is-on-request,
body.single-product .tm-totals-form-main .vinduer24-summary-availability-inline .stock.vinduer24-availability.is-on-request {
	color: #c58a11;
}

body.single-product .vinduer24-summary-availability .stock.vinduer24-availability.is-out-of-stock,
body.single-product .tm-totals-form-main .vinduer24-summary-availability-inline .stock.vinduer24-availability.is-out-of-stock {
	color: #b34343;
}

body.single-product .single_variation_wrap .single_variation {
	display: grid !important;
	gap: 0.85rem;
	margin: 0 0 1rem;
	padding: 1rem 1.1rem;
	border-radius: 22px;
	border: 1px solid rgba(14, 52, 82, 0.1);
	background:
		radial-gradient(circle at top right, rgba(20, 75, 117, 0.08), transparent 42%),
		linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
	box-shadow: 0 24px 42px -34px rgba(14, 52, 82, 0.28);
}

body.single-product .single_variation_wrap .woocommerce-variation-description:empty {
	display: none;
}

body.single-product .single_variation_wrap .woocommerce-variation-price,
body.single-product .single_variation_wrap .woocommerce-variation-price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0.45rem 0.8rem;
	margin: 0;
	color: #12354e;
	line-height: 1.1;
}

body.single-product .single_variation_wrap .woocommerce-variation-price del {
	order: 1;
	color: #8d9aa6;
	font-size: 1rem;
	font-weight: 600;
	text-decoration-thickness: 2px;
	text-decoration-color: rgba(141, 154, 166, 0.8);
}

body.single-product .single_variation_wrap .woocommerce-variation-price del .woocommerce-Price-amount {
	font-size: inherit;
}

body.single-product .single_variation_wrap .woocommerce-variation-price ins,
body.single-product .single_variation_wrap .woocommerce-variation-price > .woocommerce-Price-amount {
	order: 2;
	text-decoration: none;
}

body.single-product .single_variation_wrap .woocommerce-variation-price ins .woocommerce-Price-amount,
body.single-product .single_variation_wrap .woocommerce-variation-price > .woocommerce-Price-amount {
	font-size: clamp(2rem, 3vw, 2.45rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #12354e;
}

body.single-product .single_variation_wrap .woocommerce-variation-price .woocommerce-price-suffix {
	order: 3;
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #5c7283;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability {
	margin: 0;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability .stock.vinduer24-availability {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0.6rem 0.85rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	background: color-mix(in srgb, currentColor 10%, #ffffff);
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.2;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability .stock.vinduer24-availability.is-in-stock {
	color: #1b7b50;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability .stock.vinduer24-availability.is-on-request {
	color: #c58a11;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability .stock.vinduer24-availability.is-out-of-stock {
	color: #b34343;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability .stock.vinduer24-availability::before {
	width: 0.72rem;
	height: 0.72rem;
	box-shadow: 0 0 0 0.26rem color-mix(in srgb, currentColor 14%, transparent);
}

body.single-product.vinduer24-availability-relocated .single_variation_wrap .woocommerce-variation-availability {
	display: none;
}

body.single-product .tm-totals-form-main .vinduer24-summary-meta-row {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-self: stretch;
	justify-content: flex-start;
	gap: 0.7rem 0.8rem;
	margin-top: 0.9rem;
	min-width: 0;
	width: 100%;
}

body.single-product .tm-totals-form-main .vinduer24-summary-meta-row .vinduer24-delivery-note {
	flex: 0 0 auto;
	min-width: 0;
	max-width: 100%;
	width: fit-content;
	margin: 0;
}

body.single-product .tm-totals-form-main .vinduer24-summary-availability-inline {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin-left: auto;
}

body.single-product .tm-totals-form-main .vinduer24-summary-availability-inline .stock.vinduer24-availability {
	display: inline-flex;
	align-items: center;
	gap: 0.52rem;
	margin: 0;
	padding: 0.62rem 0.88rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	background: color-mix(in srgb, currentColor 10%, #ffffff);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.2;
}

body.single-product .tm-totals-form-main .vinduer24-summary-availability-inline .stock.vinduer24-availability::before {
	width: 0.68rem;
	height: 0.68rem;
	box-shadow: 0 0 0 0.24rem color-mix(in srgb, currentColor 14%, transparent);
}

body.single-product .single_add_to_cart_button.button.alt {
	min-height: 54px;
	padding: 0.95rem 1.4rem;
	border-radius: 14px;
	background: #08733f;
	color: #ffffff;
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.01em;
	box-shadow: 0 20px 36px -28px rgba(8, 115, 63, 0.65);
}

body.single-product .tm-totals-form-main .quantity.buttons_added,
body.single-product .tm-totals-form-main .quantity,
body.single-product .tm-totals-form-main .single_add_to_cart_button.button.alt {
	margin-top: 0.3rem;
}

body.single-product .single_add_to_cart_button.button.alt:hover,
body.single-product .single_add_to_cart_button.button.alt:focus-visible {
	background: #065f36;
	color: #ffffff;
}

.vinduer24-product-support {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: start;
	margin-top: 0.85rem;
	padding: 1rem 1.1rem;
	border-radius: 22px;
	background: #ffffff;
	color: #14324b;
	border: 1px solid rgba(14, 52, 82, 0.08);
}

.vinduer24-product-support h3 {
	margin: 0;
	font-size: 1rem;
	color: #14324b;
	max-width: 30rem;
}

.vinduer24-product-support p {
	margin: 0.3rem 0 0;
	color: #607181;
	max-width: 34rem;
}

.vinduer24-product-support-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vinduer24-product-support-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 0.9rem;
	border-radius: 999px;
	background: #f4f7fb;
	color: #12314b;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid rgba(14, 52, 82, 0.08);
}

.vinduer24-product-support-list a:hover,
.vinduer24-product-support-list a:focus-visible {
	background: #eaf1f8;
	color: #12314b;
}

body.single-product.vinduer24-product-has-handpicked-recommendations .up-sells.upsells.products {
	display: none;
}

body.single-product.vinduer24-product-has-handpicked-recommendations .related.products {
	display: none;
	margin: 0;
	padding: 0;
}

body.single-product .vinduer24-product-recommendations {
	margin-top: 2rem;
	padding: 1.45rem;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(20, 75, 117, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 30px 54px -44px rgba(13, 52, 82, 0.22);
}

body.single-product .vinduer24-product-trust-strip {
	margin-top: 1.5rem;
	padding: 1rem 1.2rem;
	border-radius: 24px;
	background: linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
	border: 1px solid rgba(14, 52, 82, 0.07);
	box-shadow: none;
}

body.single-product .vinduer24-product-recommendations-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 1.35rem;
}

body.single-product .vinduer24-product-recommendations-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6f7d8e;
}

body.single-product .vinduer24-product-recommendations-head h2 {
	margin: 0;
	max-width: 18ch;
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #13314c;
}

body.single-product .vinduer24-product-recommendations-copy p:last-child {
	margin: 0.45rem 0 0;
	max-width: 62ch;
	color: #5a6c7d;
	line-height: 1.7;
}

body.single-product .vinduer24-product-recommendations-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: #f3f7fb;
	border: 1px solid rgba(14, 52, 82, 0.08);
	color: #12314b;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

body.single-product .vinduer24-product-recommendations-link:hover,
body.single-product .vinduer24-product-recommendations-link:focus-visible {
	background: #e8eff7;
	color: #12314b;
}

body.single-product .vinduer24-product-trust-strip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
}

body.single-product .vinduer24-product-trust-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
	padding: 0.15rem 1rem 0.15rem 0;
}

body.single-product .vinduer24-product-trust-item + .vinduer24-product-trust-item {
	padding-left: 1.2rem;
	border-left: 1px solid rgba(14, 52, 82, 0.08);
}

body.single-product .vinduer24-product-trust-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex: 0 0 3rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(14, 52, 82, 0.06);
}

body.single-product .vinduer24-product-trust-item-icon img {
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	object-fit: contain;
}

body.single-product .vinduer24-product-trust-item-copy {
	display: grid;
	gap: 0.3rem;
}

body.single-product .vinduer24-product-trust-item-copy h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
	color: #12314b;
}

body.single-product .vinduer24-product-trust-item-copy p {
	margin: 0;
	color: #5f7080;
	line-height: 1.55;
}

body.single-product .vinduer24-product-recommendations-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

body.single-product .vinduer24-product-recommendations-grid .vinduer24-home-product-card {
	height: 100%;
}

body.single-product .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 30px 54px -44px rgba(13, 52, 82, 0.22);
}

body.single-product .wc-tabs {
	margin-bottom: 1.1rem !important;
	border-bottom: 1px solid rgba(14, 52, 82, 0.08) !important;
}

body.single-product .wc-tabs li a {
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #12314b !important;
}

body.single-product .woocommerce-Tabs-panel--description {
	display: grid;
	gap: 1.6rem;
	color: #556878;
	overflow-wrap: anywhere;
}

body.single-product .woocommerce-Tabs-panel--description > * {
	max-width: 100%;
}

body.single-product .vinduer24-description-composer {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 1.4rem;
	align-items: start;
}

body.single-product .vinduer24-description-specs-block,
body.single-product .vinduer24-description-story-block {
	min-width: 0;
	align-self: start;
}

body.single-product .vinduer24-description-specs-block {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: minmax(0, 1fr);
}

body.single-product .vinduer24-description-story-card {
	display: grid;
	gap: 1rem;
	padding: 1.4rem;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(231, 7, 7, 0.08), transparent 30%),
		linear-gradient(180deg, #f8fbfd 0%, #eef4f9 100%);
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 22px 42px -34px rgba(13, 52, 82, 0.2);
}

body.single-product .vinduer24-description-story-card h2,
body.single-product .vinduer24-description-story-card h3 {
	margin: 0;
}

body.single-product .vinduer24-description-story-stack {
	display: grid;
	gap: 1rem;
	height: 100%;
}

body.single-product .vinduer24-description-story-copy {
	display: grid;
	gap: 0.85rem;
}

body.single-product .vinduer24-description-media-card {
	display: grid;
	align-items: end;
	justify-items: center;
	min-height: 280px;
	padding: 1.1rem;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(19, 49, 76, 0.08), transparent 32%),
		linear-gradient(180deg, #f8fbfd 0%, #edf4fa 100%);
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 22px 42px -34px rgba(13, 52, 82, 0.2);
	overflow: hidden;
}

body.single-product .vinduer24-description-media-card a,
body.single-product .vinduer24-description-media-card > img {
	display: grid;
	place-items: end center;
	width: 100%;
	height: 100%;
}

body.single-product .vinduer24-description-media-card img {
	float: none;
	display: block;
	width: auto;
	max-width: min(100%, 320px);
	max-height: 320px;
	height: auto;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
	object-fit: contain;
	margin: 0 auto;
	transform: translateY(10px);
}

body.single-product .vinduer24-description-flow {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(0, 1fr);
	clear: both;
	min-width: 0;
}

body.single-product .vinduer24-description-intro-flow {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: minmax(0, 1fr);
	padding-top: 0.15rem;
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

body.single-product .woocommerce-Tabs-panel--description h2,
body.single-product .woocommerce-Tabs-panel--description h3,
body.single-product .woocommerce-Tabs-panel--description p,
body.single-product .woocommerce-Tabs-panel--description figure,
body.single-product .woocommerce-Tabs-panel--description ul,
body.single-product .woocommerce-Tabs-panel--description ol {
	margin: 0;
}

body.single-product .woocommerce-Tabs-panel--description > h2:first-of-type {
	padding-bottom: 0.9rem;
	border-bottom: 1px solid rgba(14, 52, 82, 0.08);
}

body.single-product .woocommerce-Tabs-panel--description h2 {
	font-size: clamp(1.6rem, 2vw, 2.25rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #13314c;
}

body.single-product .woocommerce-Tabs-panel--description h3 {
	font-size: clamp(1.18rem, 1.5vw, 1.5rem);
	line-height: 1.25;
	color: #15324b;
}

body.single-product .woocommerce-Tabs-panel--description p,
body.single-product .woocommerce-Tabs-panel--description li {
	max-width: 72ch;
	color: #586b7a;
	font-size: 1rem;
	line-height: 1.8;
}

body.single-product .woocommerce-Tabs-panel--description strong {
	color: #14324b;
}

body.single-product .woocommerce-Tabs-panel--description a {
	color: #0d3452;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

body.single-product .woocommerce-Tabs-panel--description p:empty {
	display: none;
}

body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	padding: 1.15rem;
	border-radius: 24px;
	background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 22px 42px -34px rgba(13, 52, 82, 0.2);
	height: auto;
	align-self: start;
	overflow: hidden;
}

body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table table {
	width: 100%;
	min-width: 0;
	margin: 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #ffffff;
}

body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td {
	padding: 0.95rem 1rem;
	border-bottom: 1px solid rgba(14, 52, 82, 0.08);
	vertical-align: top;
}

body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table tr:last-child td {
	border-bottom: 0;
}

body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td:first-child {
	width: 40%;
	background: #f7fafc;
	font-weight: 800;
	color: #12314b;
}

body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td:last-child {
	color: #596b7b;
}

body.single-product .woocommerce-Tabs-panel--description img {
	max-width: 100%;
	height: auto;
	border-radius: 22px;
	border: 1px solid rgba(14, 52, 82, 0.08);
	box-shadow: 0 22px 38px -34px rgba(13, 52, 82, 0.28);
	background: #ffffff;
}

body.single-product .woocommerce-Tabs-panel--description .wp-video,
body.single-product .woocommerce-Tabs-panel--description video,
body.single-product .woocommerce-Tabs-panel--description iframe {
	width: 100% !important;
	max-width: 100%;
}

body.single-product .woocommerce-Tabs-panel--description video,
body.single-product .woocommerce-Tabs-panel--description iframe {
	display: block;
	height: auto;
	border-radius: 22px;
	background: #ffffff;
}

body.single-product .woocommerce-Tabs-panel--description img.alignright {
	float: right;
	max-width: min(38%, 260px);
	height: auto;
	margin: 0.3rem 0 1rem 1.35rem;
}

body.single-product .woocommerce-Tabs-panel--description ul,
body.single-product .woocommerce-Tabs-panel--description ol {
	padding-left: 1.2rem;
}

@media all and (max-width: 1024px) {
	.vinduer24-product-help-links {
		grid-template-columns: 1fr;
	}

	.vinduer24-modal-card--special-size {
		width: min(100%, 720px);
	}

	.vinduer24-modal-special-size,
	.vinduer24-modal-contact-grid {
		grid-template-columns: 1fr;
	}

	body.single-product .vinduer24-product-shell {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	body.single-product .vinduer24-product-shell > .woocommerce-product-gallery,
	body.single-product .vinduer24-product-shell > .summary.entry-summary {
		grid-column: auto;
		grid-row: auto;
	}

	body.single-product .vinduer24-product-shell .woocommerce-product-gallery {
		position: static !important;
		top: auto !important;
		max-height: none;
		overflow: visible;
	}

	/* Keep gallery controls anchored to the media card after sticky mode is disabled. */
	body.single-product .vinduer24-product-shell .vinduer24-product-gallery {
		position: relative !important;
	}

	body.single-product .woocommerce-product-gallery .product_image a,
	body.single-product .woocommerce-product-gallery .woo-main-slide a,
	body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__image a {
		min-height: clamp(300px, calc(100svh - 320px), 420px);
		max-height: clamp(300px, calc(100svh - 320px), 420px);
	}

	body.single-product .woocommerce-product-gallery .product_image img,
	body.single-product .woocommerce-product-gallery .woo-main-slide img,
	body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__image img {
		max-height: clamp(260px, calc(100svh - 350px), 400px);
	}

	.vinduer24-installation-panel,
	.vinduer24-product-support {
		grid-template-columns: 1fr;
	}

	.vinduer24-installation-panel-actions {
		justify-items: start;
	}

	.vinduer24-product-support-list {
		justify-content: flex-start;
	}

	body.single-product .single_variation_wrap {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	body.single-product .single_variation_wrap .single_variation {
		padding: 0.95rem 1rem;
	}

	body.single-product .vinduer24-summary-availability {
		margin: 0.1rem 0 0;
	}

	body.single-product .vinduer24-summary-availability .stock.vinduer24-availability {
		padding: 0.42rem 0.58rem;
		font-size: 0.76rem;
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price,
	body.single-product .single_variation_wrap .woocommerce-variation-price .price {
		align-items: center;
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price ins .woocommerce-Price-amount,
	body.single-product .single_variation_wrap .woocommerce-variation-price > .woocommerce-Price-amount {
		font-size: clamp(1.8rem, 7vw, 2.2rem);
	}

	body.single-product .tm-totals-form-main .vinduer24-summary-meta-row {
		align-items: center;
	}

	body.single-product .quantity.buttons_added,
	body.single-product .quantity,
	body.single-product .single_add_to_cart_button.button.alt {
		width: 100%;
	}

	body.single-product .single-product-payments ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}

	body.single-product .tm-totals-form-main {
		grid-template-columns: 1fr;
	}

	body.single-product .tm-totals-form-main .quantity,
	body.single-product .tm-totals-form-main .single_add_to_cart_button.button.alt {
		grid-column: 1;
	}

	body.single-product .vinduer24-product-recommendations-head {
		flex-direction: column;
		align-items: flex-start;
	}

	body.single-product .vinduer24-product-trust-strip-grid,
	body.single-product .vinduer24-product-recommendations-grid {
		grid-template-columns: 1fr;
	}

	body.single-product .vinduer24-product-trust-item {
		padding: 1rem 0 0;
	}

	body.single-product .vinduer24-product-trust-item + .vinduer24-product-trust-item {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid rgba(14, 52, 82, 0.08);
	}

	body.single-product .vinduer24-description-composer {
		grid-template-columns: 1fr;
	}

	body.single-product .woocommerce-Tabs-panel--description img.alignright {
		float: none;
		display: block;
		max-width: min(100%, 320px);
		margin: 0 0 1rem;
	}
}

@media all and (max-width: 767px) {
	body.single-product .summary.entry-summary > .vinduer24-summary-title-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.55rem;
	}

	body.single-product .vinduer24-summary-title-row > .vinduer24-summary-availability {
		justify-self: start;
		justify-content: flex-start;
		margin-top: 0;
	}
}

@media all and (max-height: 820px) and (min-width: 1201px) {
	body.single-product .vinduer24-product-shell .woocommerce-product-gallery {
		padding: 1.2rem;
		max-height: calc(100svh - 126px);
	}

	body.single-product .woocommerce-product-gallery .product_image a,
	body.single-product .woocommerce-product-gallery .woo-main-slide a {
		min-height: clamp(280px, calc(100svh - 330px), 420px);
		max-height: clamp(280px, calc(100svh - 330px), 420px);
	}

	body.single-product .woocommerce-product-gallery .product_image img,
	body.single-product .woocommerce-product-gallery .woo-main-slide img {
		max-height: clamp(250px, calc(100svh - 360px), 380px);
	}

	body.single-product .woocommerce-product-gallery .kt-woo-gallery-thumbnail img {
		max-height: 70px;
	}
}

@media all and (max-width: 767px) {
	.vinduer24-modal {
		padding: 1rem;
		place-items: start center;
	}

	.vinduer24-modal-card {
		width: 100%;
		max-height: calc(100svh - 1.2rem);
		padding: 1.1rem;
		border-radius: 24px 24px 20px 20px;
	}

	body.single-product .content-area {
		margin-top: 0.5rem;
	}

	body.single-product .vinduer24-product-shell {
		gap: 0.9rem;
	}

	body.single-product .vinduer24-product-shell .woocommerce-product-gallery,
	body.single-product .vinduer24-product-shell .summary.entry-summary,
	body.single-product .woocommerce-tabs.wc-tabs-wrapper {
		padding: 1.1rem;
		border-radius: 22px;
	}

	body.single-product .vinduer24-product-trust-strip,
	body.single-product .vinduer24-product-recommendations {
		margin-top: 1.2rem;
		padding: 1.1rem;
		border-radius: 22px;
	}

	body.single-product .vinduer24-product-recommendations-head {
		margin-bottom: 1rem;
	}

	body.single-product .vinduer24-product-recommendations-head h2 {
		max-width: none;
		font-size: 1.8rem;
	}

	body.single-product .vinduer24-product-trust-item {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.8rem;
	}

	body.single-product .vinduer24-product-trust-item-icon {
		width: 2.7rem;
		height: 2.7rem;
		border-radius: 16px;
	}

	body.single-product .vinduer24-product-trust-item-icon img {
		width: 1.5rem;
		height: 1.5rem;
	}

	body.single-product .vinduer24-product-shell .woocommerce-product-gallery {
		order: 1;
	}

	body.single-product .vinduer24-product-shell .summary.entry-summary {
		order: 2;
	}

	body.single-product form.variations_form {
		padding: 1rem;
	}

	.vinduer24-installation-panel,
	body.single-product .vinduer24-product-support {
		padding: 1rem;
		border-radius: 20px;
	}

	.vinduer24-installation-panel-actions,
	.vinduer24-product-support-list {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: stretch;
	}

	.vinduer24-installation-button,
	.vinduer24-product-support-list a {
		width: 100%;
	}

	.vinduer24-product-support {
		grid-template-columns: 1fr;
	}

	body.single-product .woocommerce-product-gallery .product_image a,
	body.single-product .woocommerce-product-gallery .woo-main-slide a,
	body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__image a {
		min-height: 260px;
		max-height: 260px;
	}

	body.single-product .woocommerce-product-gallery .product_image img,
	body.single-product .woocommerce-product-gallery .woo-main-slide img,
	body.single-product .vinduer24-product-gallery .woocommerce-product-gallery__image img {
		max-height: 240px;
	}

	body.single-product .vinduer24-product-gallery .flex-control-thumbs {
		height: 58px;
		min-height: 58px;
		margin-top: 0.6rem;
	}

	body.single-product .vinduer24-product-gallery .flex-control-thumbs li {
		flex-basis: 58px;
		width: 58px !important;
		height: 58px;
	}

	body.single-product .vinduer24-product-gallery .flex-control-thumbs img {
		height: 58px;
		max-height: 58px;
		border-radius: 12px;
	}

	body.single-product .vinduer24-product-gallery .flex-direction-nav a {
		width: 44px;
		height: 44px;
		margin-top: -22px;
	}

	body.single-product .vinduer24-product-gallery .flex-direction-nav .flex-prev {
		left: 0.7rem;
	}

	body.single-product .vinduer24-product-gallery .flex-direction-nav .flex-next {
		right: 0.7rem;
	}

	body.single-product .woocommerce-product-gallery .kadence-product-gallery-thumbnails {
		margin-top: 0.6rem;
		min-height: 58px;
	}

	body.single-product .woocommerce-product-gallery .kadence-product-gallery-thumbnails .splide__track,
	body.single-product .woocommerce-product-gallery .kadence-product-gallery-thumbnails .splide__list,
	body.single-product .woocommerce-product-gallery .thumb-wrapper {
		min-height: 58px;
		height: 58px;
	}

	body.single-product .woocommerce-product-gallery .kt-woo-gallery-thumbnail {
		min-height: 58px;
		height: 58px;
	}

	body.single-product .woocommerce-product-gallery .kt-woo-gallery-thumbnail img {
		max-height: 58px;
		height: 58px;
	}

	body.single-product .woocommerce-tabs.wc-tabs-wrapper {
		margin-top: 1.2rem;
	}

	body.single-product .woocommerce-Tabs-panel--description {
		gap: 1rem;
	}

	body.single-product .woocommerce-Tabs-panel--description h2 {
		font-size: 1.8rem;
	}

	body.single-product .woocommerce-Tabs-panel--description h3 {
		font-size: 1.2rem;
	}

	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table {
		padding: 0.85rem;
		border-radius: 20px;
	}

	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table table,
	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table tbody {
		display: grid;
		gap: 0.65rem;
		background: transparent;
	}

	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table tr {
		display: grid;
		overflow: hidden;
		border: 1px solid rgba(14, 52, 82, 0.08);
		border-radius: 16px;
		background: #ffffff;
	}

	body.single-product .vinduer24-description-story-card {
		padding: 1rem;
		border-radius: 20px;
	}

	body.single-product .vinduer24-description-media-card {
		min-height: 220px;
		padding: 0.9rem;
		border-radius: 20px;
	}

	body.single-product .vinduer24-description-media-card img {
		max-height: 250px;
	}

	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td {
		display: block;
		width: 100%;
		padding: 0.8rem 0.9rem;
		border-bottom: 0;
	}

	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td:first-child,
	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td:last-child {
		width: 100%;
	}

	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td:first-child {
		padding-bottom: 0.35rem;
	}

	body.single-product .woocommerce-Tabs-panel--description figure.wp-block-table td:last-child {
		padding-top: 0.35rem;
	}

	body.single-product .single-product-payments {
		margin-top: 0.8rem;
	}

	body.single-product .single-product-payments ul {
		justify-content: flex-start;
	}

	body.single-product .tm-totals-form-main {
		padding: 1rem;
		border-radius: 22px;
	}

	body.single-product .tm-totals-form-main #tm-epo-totals dd:last-of-type {
		font-size: 2rem;
	}

	body.single-product .tm-totals-form-main .vinduer24-delivery-note {
		width: 100%;
		justify-content: flex-start;
	}

	body.single-product .single-product-payments ul {
		justify-content: center;
	}
}

@media all and (max-width: 640px) {
	body.single-product form.variations_form {
		padding: 0.75rem;
	}

	body.single-product form.variations_form table.variations,
	body.single-product form.variations_form table.variations tbody,
	body.single-product form.variations_form table.variations tr,
	body.single-product form.variations_form table.variations th.label,
	body.single-product form.variations_form table.variations td.value {
		display: block;
		width: 100% !important;
		max-width: 100%;
	}

	body.single-product form.variations_form table.variations tr {
		margin-bottom: 0.85rem;
	}

	body.single-product form.variations_form table.variations tr:last-child {
		margin-bottom: 0;
	}

	body.single-product form.variations_form table.variations th.label {
		padding: 0 0 0.4rem;
	}

	body.single-product form.variations_form table.variations td.value {
		padding: 0;
	}

	body.single-product form.variations_form table.variations select {
		width: 100%;
		max-width: 100%;
	}
}
