/* Shared storefront chrome styles extracted from vinduer24-storefront-chrome.php */

.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard {
	position: relative;
	overflow: visible;
	isolation: isolate;
	z-index: 12;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 24%),
		linear-gradient(135deg, #0c2f4a 0%, #103d5e 54%, #0a2236 100%);
}

.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 40px 40px;
	pointer-events: none;
}

.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard .site-header-row-container-inner,
.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard .site-container,
.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard .site-top-header-inner-wrap {
	position: relative;
	z-index: 1;
	overflow: visible;
	background: transparent;
}

.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard .site-header-top-section-left {
	display: none !important;
}

.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard .site-top-header-inner-wrap {
	align-items: center;
	justify-content: flex-end;
}

.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard .site-header-top-section-right {
	margin-left: auto;
}

@media all and (min-width: 1025px) {
	.site-main-header-wrap .site-header-row-container-inner {
		position: relative;
		overflow: visible;
	}

	.site-header-item.site-header-item-main-navigation,
	.main-navigation,
	.main-navigation .primary-menu-container,
	.main-navigation .primary-menu-container > ul,
	.main-navigation .primary-menu-container > ul > li.kadence-menu-mega-enabled {
		position: static !important;
	}

	.site-top-header-inner-wrap,
	.site-header-top-section-right {
		overflow: visible;
	}

	.quaternary-navigation .quaternary-menu-container > ul {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	.quaternary-navigation .quaternary-menu-container > ul > li.menu-item > a {
		display: inline-flex;
		align-items: center;
		min-height: 2.3rem;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
		font-weight: 600;
		white-space: nowrap;
	}

	.site-header-item[data-section="kadence_customizer_header_account"] {
		position: relative;
		z-index: 24;
	}

	.site-header-item .header-account-wrap,
	.site-header-item .header-account-in-wrap {
		position: relative;
		display: flex;
		align-items: center;
}

.vinduer24-header-search-wrap,
.vinduer24-mobile-search-wrap {
	display: flex;
	align-items: center;
}

.vinduer24-header-search-button,
.vinduer24-mobile-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.vinduer24-header-search-button .vinduer24-header-search-button-icon,
.vinduer24-mobile-search-button .vinduer24-header-search-button-icon {
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
	line-height: 1;
}

.vinduer24-header-search-button .kadence-svg-iconset,
.vinduer24-mobile-search-button .kadence-svg-iconset {
	display: inline-flex;
}

.vinduer24-header-search-button:focus-visible,
.vinduer24-mobile-search-button:focus-visible {
	outline: 2px solid rgba(13, 52, 82, 0.2);
	outline-offset: 3px;
}

@media all and (min-width: 1025px) {
	.vinduer24-header-search-button {
		min-width: 8.9rem;
		padding: 0.72rem 1.15rem;
	}
}

@media all and (max-width: 1024px) {
	.vinduer24-mobile-search-button {
		gap: 0.45rem;
		padding-inline: 0.95rem;
	}
}

.site-header-item .header-account-wrap .header-account-button,
.site-header-item .header-account-in-wrap .header-account-button {
	position: relative;
		z-index: 2;
		display: inline-flex;
		align-items: center;
		gap: 0.42rem;
		font-weight: 700;
	}

	.site-header-item .header-account-wrap .header-account-button .header-account-label,
	.site-header-item .header-account-in-wrap .header-account-button .header-account-label {
		font-weight: 700;
	}

	.site-header-item .header-account-in-wrap .menu-account-item {
		position: relative;
	}

	.site-header-item .header-account-in-wrap .menu-account-item::after {
		content: "";
		position: absolute;
		top: 100%;
		right: 0;
		width: max(100%, 18rem);
		height: 0.95rem;
	}

	.site-header-item .header-account-in-wrap .dropdown-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 1.35rem;
		height: 1.35rem;
		margin-left: 0.1rem;
		border-radius: 999px;
		color: rgba(255, 255, 255, 0.82);
		transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
	}

	.site-header-item .header-account-in-wrap .submenu {
		position: absolute;
		top: calc(100% + 0.22rem);
		right: 0;
		left: auto;
		display: block;
		min-width: 272px;
		padding: 0.75rem;
		border: 1px solid rgba(13, 52, 82, 0.1);
		border-radius: 1.4rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 248, 252, 0.98) 100%);
		box-shadow: 0 30px 60px -32px rgba(13, 52, 82, 0.42);
		backdrop-filter: blur(18px);
		opacity: 0;
		visibility: hidden;
		transform: translateY(8px);
		pointer-events: none;
		transition:
			opacity 0.18s ease,
			transform 0.18s ease,
			visibility 0.18s ease;
	}

	.site-header-item .header-account-in-wrap .submenu::before,
	.vinduer24-account-dropdown::before {
		content: "";
		position: absolute;
		top: -0.9rem;
		right: 0;
		left: 0;
		height: 1rem;
	}

	.site-header-item .header-account-in-wrap.is-open .submenu,
	.site-header-item .header-account-in-wrap .menu-account-item:hover > .submenu,
	.site-header-item .header-account-in-wrap .menu-account-item:focus-within > .submenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.site-header-item .header-account-in-wrap.is-open .dropdown-nav-toggle,
	.site-header-item .header-account-in-wrap .menu-account-item:hover > .header-account-button .dropdown-nav-toggle,
	.site-header-item .header-account-in-wrap .menu-account-item:focus-within > .header-account-button .dropdown-nav-toggle {
		color: #ffffff;
		background: rgba(255, 255, 255, 0.12);
		transform: rotate(180deg);
	}

	.site-header-item .header-account-in-wrap .submenu li {
		margin: 0;
		border: 0;
	}

	.site-header-item .header-account-in-wrap .submenu li + li {
		margin-top: 0.45rem;
	}

	.site-header-item .header-account-in-wrap .submenu li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-width: 0;
		min-height: 3rem;
		padding: 0.8rem 0.95rem;
		border: 1px solid rgba(13, 52, 82, 0.06);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.8);
		color: #14344d;
		font-size: 0.94rem;
		font-weight: 600;
		line-height: 1.35;
		text-decoration: none;
		transition:
			background-color 0.18s ease,
			border-color 0.18s ease,
			transform 0.18s ease,
			box-shadow 0.18s ease;
	}

	.site-header-item .header-account-in-wrap .submenu li > a::after {
		content: "↗";
		font-size: 0.82rem;
		color: #8093a2;
	}

	.site-header-item .header-account-in-wrap .submenu li > a:hover,
	.site-header-item .header-account-in-wrap .submenu li > a:focus-visible,
	.site-header-item .header-account-in-wrap .submenu li.is-active > a {
		background: #ffffff;
		color: #0c3251;
		border-color: rgba(13, 52, 82, 0.12);
		transform: translateY(-1px);
		box-shadow: 0 18px 30px -28px rgba(13, 52, 82, 0.28);
	}

	.site-header-item .header-account-in-wrap .submenu li.woocommerce-MyAccount-navigation-link--customer-logout > a {
		color: #8a2d2a;
	}

	.vinduer24-account-dropdown {
		position: absolute;
		top: calc(100% + 0.22rem);
		right: 0;
		width: min(320px, calc(100vw - 2rem));
		padding: 0.9rem;
		border: 1px solid rgba(13, 52, 82, 0.1);
		border-radius: 1.4rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 248, 252, 0.98) 100%);
		box-shadow: 0 30px 60px -32px rgba(13, 52, 82, 0.42);
		backdrop-filter: blur(18px);
		opacity: 0;
		visibility: hidden;
		transform: translateY(8px);
		pointer-events: none;
		transition:
			opacity 0.18s ease,
			transform 0.18s ease,
			visibility 0.18s ease;
	}

	.site-header-item .header-account-wrap.is-open .vinduer24-account-dropdown,
	.site-header-item .header-account-wrap:hover .vinduer24-account-dropdown,
	.site-header-item .header-account-wrap:focus-within .vinduer24-account-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.vinduer24-account-dropdown-card {
		padding: 0.25rem 0.25rem 0.9rem;
		border-bottom: 1px solid rgba(13, 52, 82, 0.08);
	}

	.vinduer24-account-dropdown-kicker {
		margin: 0 0 0.45rem;
		font-size: 0.7rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #5b7386;
	}

	.vinduer24-account-dropdown-card strong {
		display: block;
		font-size: 1.05rem;
		line-height: 1.25;
		color: #14344d;
	}

	.vinduer24-account-dropdown-card p:last-child {
		margin: 0.35rem 0 0;
		font-size: 0.92rem;
		line-height: 1.45;
		color: #567083;
	}

	.vinduer24-account-dropdown-nav {
		display: grid;
		gap: 0.45rem;
		padding-top: 0.9rem;
	}

	.vinduer24-account-dropdown-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 3rem;
		padding: 0.8rem 0.95rem;
		border: 1px solid rgba(13, 52, 82, 0.06);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.8);
		color: #14344d;
		font-size: 0.94rem;
		font-weight: 600;
		line-height: 1.35;
		text-decoration: none;
		transition:
			background-color 0.18s ease,
			border-color 0.18s ease,
			transform 0.18s ease,
			box-shadow 0.18s ease;
	}

	.vinduer24-account-dropdown-link::after {
		content: "↗";
		font-size: 0.82rem;
		color: #8093a2;
	}

	.vinduer24-account-dropdown-link:hover,
	.vinduer24-account-dropdown-link:focus-visible,
	.vinduer24-account-dropdown-link.is-current {
		background: #ffffff;
		color: #0c3251;
		border-color: rgba(13, 52, 82, 0.12);
		transform: translateY(-1px);
		box-shadow: 0 18px 30px -28px rgba(13, 52, 82, 0.28);
	}

	.vinduer24-account-dropdown-link.is-logout {
		color: #8a2d2a;
	}

	.vinduer24-account-dropdown-link.is-logout::after {
		color: rgba(138, 45, 42, 0.48);
	}

	.header-navigation .header-menu-container ul ul.sub-menu,
	.header-navigation .header-menu-container ul ul.submenu {
		padding: 0.85rem;
		border: 1px solid rgba(13, 52, 82, 0.08);
		border-radius: 24px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 252, 0.96) 100%);
		box-shadow: 0 28px 56px -26px rgba(13, 52, 82, 0.34);
		backdrop-filter: blur(16px);
	}

	.header-navigation .header-menu-container ul ul li.menu-item,
	.header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a {
		border-bottom: 0;
	}

	.header-navigation .header-menu-container ul ul li.menu-item > a {
		width: auto;
		min-width: 240px;
		padding: 0.88rem 1rem;
		border-radius: 16px;
		color: #14344d;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.45;
		transition:
			background-color 0.2s ease,
			color 0.2s ease,
			transform 0.2s ease,
			box-shadow 0.2s ease;
	}

	.header-navigation .header-menu-container ul ul li.menu-item > a:hover,
	.header-navigation .header-menu-container ul ul li.menu-item > a:focus-visible,
	.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
		background: rgba(13, 52, 82, 0.07);
		color: #0c3251;
		box-shadow: inset 0 0 0 1px rgba(13, 52, 82, 0.08);
		transform: translateY(-1px);
	}

	.header-navigation .header-menu-container ul > li.kadence-menu-mega-enabled > .sub-menu {
		padding: 1rem;
	}

	.main-navigation .primary-menu-container > ul > li.kadence-menu-mega-enabled > .sub-menu {
		left: 0 !important;
		right: 0 !important;
		width: auto !important;
		max-width: none !important;
		top: 100% !important;
		padding: 1.1rem clamp(1rem, 2vw, 1.9rem) 1.25rem;
		border-top: 0;
		border-radius: 0 0 24px 24px;
		overflow: hidden;
		box-shadow: 0 34px 62px -34px rgba(13, 52, 82, 0.36);
	}

	.main-navigation .primary-menu-container > ul > li.kadence-menu-mega-enabled > a {
		position: relative;
	}

	.main-navigation .primary-menu-container > ul > li.kadence-menu-mega-enabled > a::after {
		content: "";
		position: absolute;
		top: 100%;
		left: -1rem;
		right: -1rem;
		height: 1.25rem;
	}

	.header-navigation .header-menu-container .vinduer24-menu-panel {
		display: grid;
		grid-template-columns: minmax(210px, 0.95fr) minmax(0, 3.2fr);
		gap: 1.15rem 1.35rem;
		align-items: start;
		padding: 0.15rem;
	}

	.header-navigation .header-menu-container .vinduer24-menu-panel-intro {
		padding: 0.78rem 0.92rem 0.92rem;
		border-radius: 20px;
		background:
			linear-gradient(180deg, rgba(12, 50, 81, 0.06) 0%, rgba(12, 50, 81, 0) 100%);
	}

	.header-navigation .header-menu-container .vinduer24-menu-eyebrow {
		margin: 0 0 0.55rem;
		font-size: 0.74rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: rgba(12, 50, 81, 0.55);
	}

	.header-navigation .header-menu-container .vinduer24-menu-panel-intro h3 {
		margin: 0;
		font-family: var(--global-heading-font-family);
		font-size: 1.32rem;
		line-height: 1.15;
		color: #102f48;
	}

	.header-navigation .header-menu-container .vinduer24-menu-panel-intro p:last-child {
		margin: 0.7rem 0 0;
		font-size: 0.94rem;
		line-height: 1.55;
		color: #5a6c7f;
	}

	.header-navigation .header-menu-container .vinduer24-menu-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 0.9rem;
	}

	.header-navigation .header-menu-container .vinduer24-menu-card {
		display: flex;
		flex-direction: column;
		gap: 0.78rem;
		height: 100%;
		padding: 0.9rem;
		border: 1px solid rgba(13, 52, 82, 0.08);
		border-radius: 20px;
		background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
		text-decoration: none;
		box-shadow: 0 18px 38px -28px rgba(13, 52, 82, 0.28);
		transition:
			transform 0.2s ease,
			box-shadow 0.2s ease,
			border-color 0.2s ease,
			background-color 0.2s ease;
	}

	.header-navigation .header-menu-container .vinduer24-menu-card:hover,
	.header-navigation .header-menu-container .vinduer24-menu-card:focus-visible {
		transform: translateY(-3px);
		border-color: rgba(13, 52, 82, 0.16);
		background: #ffffff;
		box-shadow: 0 24px 42px -26px rgba(13, 52, 82, 0.34);
		outline: none;
	}

	.header-navigation .header-menu-container .vinduer24-menu-card-media {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 104px;
		padding: 0.8rem;
		border: 1px solid rgba(13, 52, 82, 0.08);
		border-radius: 18px;
		background: #ffffff;
		box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.92),
			0 16px 28px -30px rgba(13, 52, 82, 0.22);
	}

	.header-navigation .header-menu-container .vinduer24-menu-card-media img {
		display: block;
		max-width: 100%;
		max-height: 112px;
		width: auto;
		height: auto;
		object-fit: contain;
	}

	.header-navigation .header-menu-container .vinduer24-menu-card-copy {
		display: block;
	}

	.header-navigation .header-menu-container .vinduer24-menu-card-title {
		display: block;
		font-size: 0.95rem;
		font-weight: 700;
		line-height: 1.35;
		color: #173750;
	}

	.header-navigation .header-menu-container .vinduer24-menu-panel-praktisk {
		grid-template-columns: minmax(240px, 1fr) minmax(0, 2.3fr);
	}

	.header-navigation .header-menu-container .vinduer24-menu-panel-cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 2.7rem;
		margin-top: 0.95rem;
		padding: 0.72rem 1rem;
		border-radius: 999px;
		background: #10324a;
		color: #ffffff;
		font-size: 0.9rem;
		font-weight: 700;
		text-decoration: none;
		transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	}

	.header-navigation .header-menu-container .vinduer24-menu-panel-cta:hover,
	.header-navigation .header-menu-container .vinduer24-menu-panel-cta:focus-visible {
		transform: translateY(-2px);
		background: #0c2b41;
		box-shadow: 0 18px 36px -26px rgba(13, 52, 82, 0.4);
		outline: none;
	}

	.header-navigation .header-menu-container .vinduer24-menu-group-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.9rem;
	}

	.header-navigation .header-menu-container .vinduer24-menu-group {
		padding: 0.88rem 0.92rem;
		border: 1px solid rgba(13, 52, 82, 0.08);
		border-radius: 20px;
		background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
		box-shadow: 0 18px 38px -30px rgba(13, 52, 82, 0.22);
	}

	.header-navigation .header-menu-container .vinduer24-menu-group-label {
		margin: 0 0 0.45rem;
		font-size: 0.7rem;
		font-weight: 800;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: rgba(12, 50, 81, 0.56);
	}

	.header-navigation .header-menu-container .vinduer24-menu-group h4 {
		margin: 0;
		font-family: var(--global-heading-font-family);
		font-size: 1rem;
		line-height: 1.25;
		color: #12354e;
	}

	.header-navigation .header-menu-container .vinduer24-menu-topic-list {
		display: grid;
		gap: 0.55rem;
		margin: 0.85rem 0 0;
		padding: 0;
		list-style: none;
	}

	.header-navigation .header-menu-container .vinduer24-menu-topic-link {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
		gap: 0.7rem;
		padding: 0.82rem 0.88rem;
		border-radius: 16px;
		background: #f1f7fb;
		color: #12354e;
		text-decoration: none;
		transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	}

	.header-navigation .header-menu-container .vinduer24-menu-topic-link:hover,
	.header-navigation .header-menu-container .vinduer24-menu-topic-link:focus-visible {
		transform: translateY(-1px);
		background: #e7f1f7;
		box-shadow: inset 0 0 0 1px rgba(13, 52, 82, 0.08);
		outline: none;
	}

	.header-navigation .header-menu-container .vinduer24-menu-topic-index {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 1.85rem;
		height: 1.85rem;
		border-radius: 999px;
		background: #10324a;
		color: #ffffff;
		font-size: 0.78rem;
		font-weight: 800;
		line-height: 1;
	}

	.header-navigation .header-menu-container .vinduer24-menu-topic-copy {
		display: block;
		min-width: 0;
	}

	.header-navigation .header-menu-container .vinduer24-menu-topic-title {
		display: block;
		font-size: 0.92rem;
		font-weight: 700;
		line-height: 1.3;
		color: #12354e;
	}

	.header-navigation .header-menu-container .vinduer24-menu-topic-meta {
		display: block;
		margin-top: 0.2rem;
		font-size: 0.8rem;
		line-height: 1.45;
		color: #5f7386;
	}
}

@media all and (min-width: 1025px) and (max-width: 1180px) {
	.site-top-header-inner-wrap,
	.site-main-header-inner-wrap {
		gap: 0.7rem;
	}

	.element-contact-inner-wrap {
		flex-wrap: nowrap;
		gap: 0.55rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.element-contact-inner-wrap .header-contact-item {
		flex-wrap: nowrap;
		margin: 0;
		font-size: 13px;
		white-space: nowrap;
	}

	.element-contact-inner-wrap .header-contact-item .kadence-svg-iconset {
		flex: 0 0 auto;
	}

	.element-contact-inner-wrap .header-contact-item .contact-label {
		white-space: nowrap;
	}

	.search-toggle-open-container .search-toggle-open {
		min-height: 2.25rem;
		padding: 0 1.35rem;
	}

	.quaternary-navigation .quaternary-menu-container > ul > li.menu-item > a,
	.site-header-item .header-account-wrap .header-account-button,
	.header-cart-wrap .header-cart-button .header-cart-label {
		font-size: 13px;
	}

	.site-branding {
		padding-right: 0.75rem;
	}

	.site-branding a.brand img,
	.site-branding a.brand img.svg-logo-image {
		max-width: 168px;
		width: 168px;
	}

	.main-navigation .primary-menu-container > ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.main-navigation .primary-menu-container > ul > li.menu-item > a {
		padding-left: 0.7rem;
		padding-right: 0.7rem;
		font-size: 13px;
		letter-spacing: 0.02em;
	}

	.main-navigation .primary-menu-container > ul > li.menu-item > a .nav-drop-title-wrap {
		white-space: nowrap;
	}

	#main-header .header-button {
		padding: 0.72rem 1.15rem;
		font-size: 13px;
	}
}

@media all and (max-width: 1024px) {
	.mobile-toggle-open-container .menu-toggle-open,
	.mobile-toggle-open-container .menu-toggle-open:focus {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		padding: 0;
		border: 1px solid rgba(13, 52, 82, 0.12);
		border-radius: 1rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 246, 250, 0.96) 100%);
		color: #0d3452;
		box-shadow: 0 18px 34px -24px rgba(13, 52, 82, 0.35);
	}

	.mobile-toggle-open-container .menu-toggle-open:hover,
	.mobile-toggle-open-container .menu-toggle-open:focus-visible {
		background: #ffffff;
		color: #0b304b;
		border-color: rgba(13, 52, 82, 0.18);
		box-shadow: 0 22px 40px -24px rgba(13, 52, 82, 0.4);
	}

	.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
		font-size: 1.25rem;
	}

	#mobile-drawer .drawer-overlay {
		background: rgba(9, 24, 36, 0.22);
		backdrop-filter: blur(7px);
	}

	#mobile-drawer .drawer-inner,
	#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg,
	#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner {
		background:
			linear-gradient(180deg, rgba(247, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.98) 22%, rgba(244, 248, 251, 0.98) 100%);
		box-shadow: 28px 0 46px -34px rgba(13, 52, 82, 0.34);
	}

	#mobile-drawer .drawer-header {
		position: sticky;
		top: 0;
		z-index: 4;
		display: flex;
		justify-content: flex-end;
		padding: 0.9rem 0.95rem 0.45rem;
		background: linear-gradient(180deg, rgba(247, 250, 252, 0.98) 0%, rgba(247, 250, 252, 0.9) 72%, rgba(247, 250, 252, 0) 100%);
	}

	#mobile-drawer .drawer-header .drawer-toggle,
	#mobile-drawer .drawer-header .drawer-toggle:focus {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.9rem;
		height: 2.9rem;
		padding: 0;
		border: 1px solid rgba(13, 52, 82, 0.12);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.96);
		color: #0d3452;
		box-shadow: 0 16px 30px -24px rgba(13, 52, 82, 0.32);
	}

	#mobile-drawer .drawer-header .drawer-toggle:hover,
	#mobile-drawer .drawer-header .drawer-toggle:focus-visible {
		color: #0b304b;
		border-color: rgba(13, 52, 82, 0.18);
		background: #ffffff;
	}

	#mobile-drawer .drawer-content.mobile-drawer-content {
		padding: 0.15rem 0 1.4rem;
	}

	#mobile-drawer .vinduer24-mobile-drawer-callout {
		margin: 0 0.78rem 0.95rem;
		padding: 1rem 1.05rem;
		border: 1px solid rgba(13, 52, 82, 0.1);
		border-radius: 1.35rem;
		background: linear-gradient(135deg, rgba(12, 50, 81, 0.98) 0%, rgba(18, 76, 119, 0.96) 100%);
		color: #ffffff;
		box-shadow: 0 24px 42px -30px rgba(13, 52, 82, 0.42);
	}

	#mobile-drawer .vinduer24-mobile-drawer-callout-label {
		display: block;
		margin: 0 0 0.45rem;
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.7);
	}

	#mobile-drawer .vinduer24-mobile-drawer-callout-title {
		display: block;
		font-size: 1.18rem;
		font-weight: 700;
		line-height: 1.2;
		color: #ffffff;
	}

	#mobile-drawer .vinduer24-mobile-drawer-callout-copy {
		margin: 0.35rem 0 0.85rem;
		font-size: 0.92rem;
		line-height: 1.45;
		color: rgba(255, 255, 255, 0.82);
	}

	#mobile-drawer .vinduer24-mobile-drawer-callout-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 3.2rem;
		padding: 0.8rem 1rem;
		border-radius: 1rem;
		background: #ffffff;
		color: #0d3452;
		font-size: 1rem;
		font-weight: 700;
		text-decoration: none;
		box-shadow: 0 18px 32px -26px rgba(7, 26, 40, 0.34);
	}

	#mobile-drawer .vinduer24-mobile-drawer-callout-link:hover,
	#mobile-drawer .vinduer24-mobile-drawer-callout-link:focus-visible {
		background: #f7fbff;
		color: #0a2e49;
	}

	#mobile-drawer .mobile-navigation .mobile-menu-container > ul {
		padding: 0 0.6rem;
	}

	#mobile-drawer .mobile-navigation .mobile-menu-container > ul > li {
		margin-bottom: 0.78rem;
	}

	#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap,
	#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a {
		border: 1px solid rgba(13, 52, 82, 0.08);
		border-radius: 1.35rem;
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 18px 34px -30px rgba(13, 52, 82, 0.28);
	}

	#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a {
		display: flex;
		align-items: center;
		min-height: 3.9rem;
		padding: 1rem 1.1rem;
		font-weight: 600;
		line-height: 1.35;
	}

	#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		overflow: hidden;
	}

	#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a {
		display: flex;
		align-items: center;
		min-height: 3.9rem;
		padding: 1rem 1.1rem;
		color: #12354e;
		font-size: 1.04rem;
		font-weight: 600;
		line-height: 1.35;
		text-decoration: none;
	}

	#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a:hover,
	#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a:focus-visible,
	#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a:hover,
	#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a:focus-visible {
		color: #0c3251;
		background: rgba(255, 255, 255, 0.98);
	}

	#mobile-drawer .mobile-navigation .drawer-sub-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 4rem;
		min-width: 4rem;
		padding: 0;
		border: 0;
		border-left: 1px solid rgba(13, 52, 82, 0.08);
		background: linear-gradient(180deg, rgba(246, 249, 252, 0.95) 0%, rgba(240, 246, 250, 0.95) 100%);
		color: #12354e;
		transition:
			background-color 0.2s ease,
			color 0.2s ease,
			transform 0.2s ease;
	}

	#mobile-drawer .mobile-navigation .drawer-sub-toggle:hover,
	#mobile-drawer .mobile-navigation .drawer-sub-toggle:focus-visible {
		background: rgba(233, 241, 247, 0.95);
		color: #0c3251;
	}

	#mobile-drawer .mobile-navigation .drawer-sub-toggle[aria-expanded="true"] {
		background: linear-gradient(180deg, rgba(228, 238, 245, 0.98) 0%, rgba(238, 245, 250, 0.98) 100%);
		color: #0b304b;
	}

	#mobile-drawer .mobile-navigation .drawer-sub-toggle .kadence-svg-icon {
		transition: transform 0.2s ease;
	}

	#mobile-drawer .mobile-navigation .drawer-sub-toggle[aria-expanded="true"] .kadence-svg-icon {
		transform: rotate(180deg);
	}

	#mobile-drawer .mobile-navigation .sub-menu {
		padding: 0.4rem 0 0.95rem;
		background: linear-gradient(180deg, rgba(244, 248, 251, 0.78) 0%, rgba(255, 255, 255, 0) 100%);
	}

	#mobile-drawer .mobile-navigation .sub-menu li {
		padding: 0 0.78rem;
	}

	#mobile-drawer .mobile-navigation .sub-menu li + li {
		margin-top: 0.45rem;
	}

	#mobile-drawer .mobile-navigation .sub-menu li > a {
		display: block;
		padding: 0.95rem 1rem;
		border: 1px solid rgba(13, 52, 82, 0.07);
		border-radius: 1.15rem;
		background: rgba(255, 255, 255, 0.96);
		color: #153349;
		font-size: 0.96rem;
		font-weight: 600;
		line-height: 1.35;
		box-shadow: 0 18px 30px -28px rgba(13, 52, 82, 0.24);
	}

	#mobile-drawer .mobile-navigation .sub-menu li > a:hover,
	#mobile-drawer .mobile-navigation .sub-menu li > a:focus-visible,
	#mobile-drawer .mobile-navigation .sub-menu li.current-menu-item > a {
		background: #ffffff;
		color: #0c3251;
		border-color: rgba(13, 52, 82, 0.14);
	}

	#mobile-drawer .header-mobile-account-wrap,
	#mobile-drawer .header-mobile-account-in-wrap {
		padding: 0 0.78rem;
	}

	#mobile-drawer .header-mobile-account-wrap .header-account-button,
	#mobile-drawer .header-mobile-account-in-wrap .header-account-button {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.55rem;
		min-height: 3.6rem;
		width: 100%;
		margin-top: 0.45rem;
		padding: 0.9rem 1rem;
		border: 1px solid rgba(13, 52, 82, 0.1);
		border-radius: 1.15rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 251, 0.96) 100%);
		color: #12354e;
		font-size: 0.98rem;
		font-weight: 600;
		box-shadow: 0 18px 32px -28px rgba(13, 52, 82, 0.24);
	}

	#mobile-drawer .header-mobile-account-wrap .header-account-button:hover,
	#mobile-drawer .header-mobile-account-wrap .header-account-button:focus-visible,
	#mobile-drawer .header-mobile-account-in-wrap .header-account-button:hover,
	#mobile-drawer .header-mobile-account-in-wrap .header-account-button:focus-visible {
		color: #0c3251;
		border-color: rgba(13, 52, 82, 0.16);
		background: #ffffff;
	}

	#mobile-drawer .header-mobile-account-wrap .header-account-button .header-account-label,
	#mobile-drawer .header-mobile-account-in-wrap .header-account-button .header-account-label {
		font-weight: 700;
	}

	#mobile-drawer .vinduer24-mobile-account-menu {
		display: grid;
		gap: 0.45rem;
		margin: 0.65rem 0.78rem 0;
		padding: 0.35rem;
		border: 1px solid rgba(13, 52, 82, 0.08);
		border-radius: 1.2rem;
		background: rgba(255, 255, 255, 0.84);
		box-shadow: 0 18px 34px -32px rgba(13, 52, 82, 0.24);
	}

	#mobile-drawer .vinduer24-mobile-account-menu-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 3.1rem;
		padding: 0.8rem 0.9rem;
		border-radius: 0.95rem;
		color: #14344d;
		font-size: 0.94rem;
		font-weight: 600;
		line-height: 1.35;
		text-decoration: none;
	}

	#mobile-drawer .vinduer24-mobile-account-menu-link::after {
		content: "↗";
		font-size: 0.78rem;
		color: #8093a2;
	}

	#mobile-drawer .vinduer24-mobile-account-menu-link:hover,
	#mobile-drawer .vinduer24-mobile-account-menu-link:focus-visible,
	#mobile-drawer .vinduer24-mobile-account-menu-link.is-current {
		background: #ffffff;
		color: #0c3251;
	}

	#mobile-drawer .vinduer24-mobile-account-menu-link.is-logout {
		color: #8a2d2a;
	}

	#mobile-drawer .vinduer24-mobile-drawer-help {
		margin: 0.95rem 0.78rem 0;
		padding: 1rem 1.05rem;
		border: 1px solid rgba(13, 52, 82, 0.08);
		border-radius: 1.2rem;
		background: rgba(255, 255, 255, 0.84);
		box-shadow: 0 18px 34px -32px rgba(13, 52, 82, 0.28);
	}

	#mobile-drawer .vinduer24-mobile-drawer-help p {
		margin: 0;
		color: #4f6578;
		font-size: 0.92rem;
		line-height: 1.5;
	}

	#mobile-drawer .vinduer24-mobile-drawer-help strong {
		display: block;
		margin-bottom: 0.28rem;
		color: #12354e;
		font-size: 0.98rem;
		line-height: 1.35;
	}

	#mobile-drawer .vinduer24-mobile-drawer-help-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem;
		margin-top: 0.85rem;
	}

	#mobile-drawer .vinduer24-mobile-drawer-help-actions a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 1 1 0;
		min-height: 2.9rem;
		padding: 0.72rem 0.95rem;
		border-radius: 999px;
		text-decoration: none;
		font-size: 0.92rem;
		font-weight: 700;
	}

	#mobile-drawer .vinduer24-mobile-drawer-help-actions a:first-child {
		background: #0d3452;
		color: #ffffff;
	}

	#mobile-drawer .vinduer24-mobile-drawer-help-actions a:last-child {
		border: 1px solid rgba(13, 52, 82, 0.12);
		background: rgba(246, 249, 252, 0.98);
		color: #12354e;
	}
}

#search-drawer .drawer-overlay {
	background: rgba(8, 18, 28, 0.44);
	backdrop-filter: blur(10px);
}

#search-drawer .drawer-inner,
#search-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg,
#search-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 24%),
		linear-gradient(140deg, rgba(12, 47, 74, 0.96) 0%, rgba(16, 61, 94, 0.96) 54%, rgba(10, 34, 54, 0.97) 100%);
}

#search-drawer .drawer-inner {
	display: flex;
	flex-direction: column;
}

#search-drawer .drawer-header {
	position: sticky;
	top: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	padding: 1rem 1rem 0;
	background: linear-gradient(180deg, rgba(12, 47, 74, 0.86) 0%, rgba(12, 47, 74, 0) 100%);
}

#search-drawer .drawer-header .drawer-toggle,
#search-drawer .drawer-header .drawer-toggle:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	box-shadow: 0 18px 34px -26px rgba(3, 15, 25, 0.55);
	backdrop-filter: blur(10px);
}

#search-drawer .drawer-header .drawer-toggle:hover,
#search-drawer .drawer-header .drawer-toggle:focus-visible {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

#search-drawer .drawer-content {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	padding: 1.15rem 1.25rem 3rem;
}

#search-drawer .drawer-content > * {
	width: min(100%, 1080px);
}

#search-drawer .woocommerce-product-search {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	padding: clamp(1.3rem, 3vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 34px;
	background: rgba(6, 18, 29, 0.34);
	box-shadow: 0 36px 70px -42px rgba(3, 15, 25, 0.62);
	backdrop-filter: blur(16px);
}

#search-drawer .woocommerce-product-search .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vinduer24-search-drawer-panel {
	display: block;
	flex: 0 0 auto;
}

.vinduer24-search-drawer-copy {
	display: grid;
	gap: 0.35rem;
	max-width: 32rem;
}

.vinduer24-search-drawer-copy:empty {
	display: none;
}

.vinduer24-search-drawer-eyebrow,
.vinduer24-search-drawer-links-label {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.56);
}

.vinduer24-search-drawer-eyebrow:empty,
.vinduer24-search-drawer-copy h2:empty,
.vinduer24-search-drawer-copy p:empty,
.vinduer24-search-drawer-links-label:empty {
	display: none;
}

.vinduer24-search-drawer-copy h2 {
	margin: 0;
	font-family: Archivo, sans-serif;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.02;
	color: #ffffff;
}

.vinduer24-search-drawer-copy p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
}

.vinduer24-search-drawer-form-row {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 100%;
}

#search-drawer .woocommerce-product-search .search-field {
	display: block;
	width: 100%;
	min-height: 4.15rem;
	padding: 0 4.6rem 0 1.3rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.98);
	color: #102f48;
	font-size: clamp(1rem, 1.5vw, 1.14rem);
	font-weight: 600;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.96),
		0 18px 32px -30px rgba(3, 15, 25, 0.44);
}

#search-drawer .woocommerce-product-search .search-field::placeholder {
	color: #7c8da0;
	opacity: 1;
}

#search-drawer .woocommerce-product-search .search-field:focus {
	border-color: rgba(13, 52, 82, 0.3);
	outline: none;
	box-shadow:
		0 0 0 4px rgba(255, 255, 255, 0.12),
		0 26px 42px -34px rgba(3, 15, 25, 0.64);
}

#search-drawer .woocommerce-product-search .kadence-search-icon-wrap {
	display: none;
}

#search-drawer .woocommerce-product-search button[type="submit"] {
	position: absolute;
	top: 50%;
	right: 0.65rem;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 999px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28' fill='none'%3E%3Cpath d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7Zm8 13c0 1.094-.906 2-2 2-.531 0-1.047-.219-1.406-.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406Z' fill='%230d3452'/%3E%3C/svg%3E") center/18px 18px no-repeat,
		linear-gradient(180deg, #ffffff 0%, #eef3f7 100%);
	color: transparent;
	font-size: 0;
	cursor: pointer;
	box-shadow: 0 14px 28px -24px rgba(13, 52, 82, 0.32);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

#search-drawer .woocommerce-product-search button[type="submit"]:hover,
#search-drawer .woocommerce-product-search button[type="submit"]:focus-visible {
	border-color: rgba(13, 52, 82, 0.14);
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28' fill='none'%3E%3Cpath d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7Zm8 13c0 1.094-.906 2-2 2-.531 0-1.047-.219-1.406-.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406Z' fill='%230b304b'/%3E%3C/svg%3E") center/18px 18px no-repeat,
		linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
	transform: translateY(calc(-50% - 1px));
	box-shadow: 0 18px 30px -24px rgba(13, 52, 82, 0.34);
}

#search-drawer .woocommerce-product-search input[type="hidden"] {
	display: none;
}

.vinduer24-search-drawer-links {
	display: grid;
	gap: 0.7rem;
	width: 100%;
	padding-top: 0.35rem;
}

.vinduer24-search-drawer-link-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.vinduer24-search-drawer-link-grid a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.65rem;
	padding: 0.65rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.vinduer24-search-drawer-link-grid a:hover,
.vinduer24-search-drawer-link-grid a:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

@media all and (max-width: 1024px) {
	#search-drawer .drawer-content {
		align-items: flex-start;
		padding-top: 0.4rem;
	}

	#search-drawer .woocommerce-product-search {
		gap: 0.95rem;
	}
}

@media all and (max-width: 767px) {
	#search-drawer .drawer-header {
		padding: 0.8rem 0.8rem 0;
	}

	#search-drawer .drawer-content {
		padding: 0.85rem 0.75rem 2rem;
	}

	#search-drawer .woocommerce-product-search {
		padding: 1.15rem;
		border-radius: 26px;
		gap: 0.9rem;
	}

	.vinduer24-search-drawer-copy h2 {
		font-size: clamp(1.6rem, 9vw, 2.1rem);
		line-height: 1.06;
	}

	.vinduer24-search-drawer-links {
		padding-top: 0.15rem;
	}

	#search-drawer .woocommerce-product-search .search-field {
		min-height: 3.75rem;
		padding-right: 4rem;
		border-radius: 18px;
	}

	#search-drawer .woocommerce-product-search button[type="submit"] {
		right: 0.5rem;
		width: 2.8rem;
		height: 2.8rem;
	}

	.vinduer24-search-drawer-link-grid a {
		width: 100%;
		justify-content: flex-start;
	}
}

body.woocommerce-account {
	background:
		radial-gradient(circle at top left, rgba(13, 52, 82, 0.08), transparent 24%),
		linear-gradient(180deg, #f2f6f9 0%, #f7fafc 36%, #eef3f7 100%);
}

.woocommerce-account .content-area {
	margin-top: 0;
	margin-bottom: 0;
	padding: 1.6rem 0 4.5rem;
}

.woocommerce-account .content-width-narrow .content-container.site-container,
body.woocommerce-account .content-container.site-container {
	max-width: 1280px !important;
}

.woocommerce-account .single-entry.content-bg {
	overflow: hidden;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 34px 70px -44px rgba(13, 52, 82, 0.28);
	backdrop-filter: blur(14px);
}

.woocommerce-account .entry-content-wrap {
	padding: 0;
}

.woocommerce-account .entry-content.single-content {
	padding: 0;
}

.woocommerce-account .woocommerce {
	padding: 2rem 2rem 2.2rem;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
	content: "";
	display: table;
}

.woocommerce-account .woocommerce::after {
	clear: both;
}

.vinduer24-account-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 400px);
	align-items: stretch;
	gap: 1.4rem;
	margin: 0 0 2rem;
	padding: 1.55rem;
	border-radius: 32px;
	background:
		linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 24%),
		linear-gradient(135deg, #0c2f4a 0%, #103c5d 56%, #0a2236 100%);
	color: #ffffff;
	box-shadow: 0 34px 64px -34px rgba(12, 47, 74, 0.42);
}

.vinduer24-account-eyebrow,
.vinduer24-account-card-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.75rem;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.vinduer24-account-hero h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4.8vw, 3.15rem);
	line-height: 0.98;
	color: #ffffff;
	letter-spacing: -0.04em;
}

.vinduer24-account-hero h2 {
	margin: 0.45rem 0 0;
	font-size: clamp(1rem, 1.8vw, 1.22rem);
	line-height: 1.32;
	color: rgba(255, 255, 255, 0.9);
}

.vinduer24-account-hero p {
	max-width: 31rem;
	margin: 0.8rem 0 0;
	font-size: 0.96rem;
	line-height: 1.58;
	color: rgba(255, 255, 255, 0.82);
}

.vinduer24-account-hero-copy {
	display: grid;
	align-content: start;
	gap: 0.12rem;
	padding: 0.2rem 0;
}

.vinduer24-account-hero-actions,
.vinduer24-account-dashboard-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.3rem;
}

.vinduer24-account-hero-actions a,
.vinduer24-account-dashboard-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.78rem 1.15rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease;
}

.vinduer24-account-hero-actions a:first-child,
.vinduer24-account-dashboard-actions a:first-child {
	background: #ffffff;
	color: #0d3452;
	box-shadow: 0 18px 34px -24px rgba(5, 22, 33, 0.4);
}

.vinduer24-account-hero-actions a:last-child,
.vinduer24-account-dashboard-actions a:last-child {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.vinduer24-account-hero-actions a:hover,
.vinduer24-account-hero-actions a:focus-visible,
.vinduer24-account-dashboard-actions a:hover,
.vinduer24-account-dashboard-actions a:focus-visible {
	transform: translateY(-2px);
}

.vinduer24-account-hero-aside {
	display: grid;
}

.vinduer24-account-hero-card,
.vinduer24-account-dashboard-panel {
	padding: 1.3rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 252, 0.92) 100%);
	box-shadow: 0 24px 42px -34px rgba(6, 24, 36, 0.34);
	backdrop-filter: blur(14px);
}

.vinduer24-account-hero-card h3,
.vinduer24-account-dashboard-panel h2,
.vinduer24-account-dashboard-panel h3 {
	margin: 0;
	color: #12354e;
}

.vinduer24-account-hero-card .vinduer24-account-card-kicker {
	color: rgba(12, 50, 81, 0.54);
}

.vinduer24-account-hero-card-head {
	display: grid;
	gap: 0.35rem;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid rgba(13, 52, 82, 0.08);
}

.vinduer24-account-hero-card-head p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #5a6d7c;
}

.vinduer24-account-highlight-list,
.vinduer24-account-dashboard-grid ul {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.vinduer24-account-highlight-list li,
.vinduer24-account-dashboard-grid li {
	position: relative;
	padding: 0.9rem 0 0.9rem 1.1rem;
	border-bottom: 1px solid rgba(13, 52, 82, 0.08);
}

.vinduer24-account-highlight-list li::before,
.vinduer24-account-dashboard-grid li::before {
	content: "";
	position: absolute;
	top: 0.52rem;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: #f7630c;
	box-shadow: 0 0 0 6px rgba(247, 99, 12, 0.12);
}

.vinduer24-account-highlight-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.vinduer24-account-highlight-list strong {
	display: block;
	font-size: 0.98rem;
	color: #12354e;
}

.vinduer24-account-highlight-list span {
	display: block;
	margin-top: 0.18rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #5a6d7c;
}

.vinduer24-account-contact-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.7rem;
	margin-top: 1rem;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(13, 52, 82, 0.08);
	color: #5a6d7c;
}

.vinduer24-account-contact-strip a {
	color: #12354e;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-account #customer_login {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	align-items: stretch;
	gap: 1rem;
	margin: 0;
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after,
body.woocommerce-account.logged-in .woocommerce::before,
body.woocommerce-account.logged-in .woocommerce::after {
	content: none !important;
	display: none !important;
}

.woocommerce-account #customer_login > .u-column1,
.woocommerce-account #customer_login > .u-column2,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation,
.woocommerce-account .content-area .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce form.lost_reset_password {
	padding: 1.35rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 251, 0.94) 100%);
	box-shadow: 0 24px 42px -34px rgba(13, 52, 82, 0.18);
}

.woocommerce-account #customer_login > .u-column1,
.woocommerce-account #customer_login > .u-column2 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	float: none !important;
	width: auto !important;
	min-width: 0;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.lost_reset_password {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-account #customer_login > .u-column1 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 253, 0.98) 100%);
}

.vinduer24-account-auth-intro {
	display: grid;
	gap: 0.3rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(13, 52, 82, 0.08);
}

.vinduer24-account-auth-kicker {
	display: inline-flex;
	align-items: center;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(13, 52, 82, 0.48);
}

.vinduer24-account-auth-intro p,
.vinduer24-account-auth-note {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #5a6d7c;
}

.vinduer24-account-auth-note {
	margin-top: -0.25rem;
}

.woocommerce-account #customer_login h2,
.woocommerce-account .content-area .woocommerce-MyAccount-content h2,
.woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	font-size: 1.45rem;
	color: #12354e;
}

.woocommerce-account form .form-row label {
	display: block;
	margin-bottom: 0.45rem;
	color: #16364e;
	font-size: 0.95rem;
	font-weight: 600;
}

.woocommerce-account form .input-text,
.woocommerce-account form select,
.woocommerce-account form textarea {
	min-height: 3rem;
	border: 1px solid rgba(13, 52, 82, 0.14);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.woocommerce-account form textarea {
	min-height: 8rem;
}

.woocommerce-account form .input-text:focus,
.woocommerce-account form select:focus,
.woocommerce-account form textarea:focus {
	border-color: rgba(247, 99, 12, 0.55);
	box-shadow: 0 0 0 4px rgba(247, 99, 12, 0.12);
}

.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button {
	min-height: 3.1rem;
	padding: 0.82rem 1.3rem;
	border-radius: 999px;
	background: #e70707;
	color: #ffffff;
	font-weight: 700;
}

.woocommerce-account .button:hover,
.woocommerce-account .button:focus-visible,
.woocommerce-account button.button:hover,
.woocommerce-account button.button:focus-visible,
.woocommerce-account input.button:hover,
.woocommerce-account input.button:focus-visible {
	background: #0d3452;
	color: #ffffff;
}

.woocommerce-account .lost_password a,
.woocommerce-account .woocommerce-privacy-policy-text,
.woocommerce-account .woocommerce-form__label-for-checkbox,
.woocommerce-account .woocommerce-LostPassword a {
	color: #54697b;
}

.woocommerce-account .woocommerce-form-login .form-row,
.woocommerce-account .woocommerce-form-register .form-row {
	margin-bottom: 0.8rem;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	display: grid;
	align-content: start;
	gap: 0.8rem;
}

.woocommerce-account .woocommerce-form-login .form-row:last-child,
.woocommerce-account .woocommerce-form-register .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce-account .vinduer24-account-auth-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}

.woocommerce-account .vinduer24-account-auth-actions .button {
	min-width: 9.5rem;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
	float: none !important;
	width: auto !important;
	min-width: 0;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	min-width: 0;
}

body.woocommerce-account.logged-in .woocommerce {
	display: grid;
	grid-template-columns: minmax(240px, 272px) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

body.woocommerce-account.logged-in .woocommerce > * {
	min-width: 0;
}

body.woocommerce-account.logged-in .account-navigation-wrap {
	width: auto !important;
	min-width: 0;
	word-break: normal;
	padding: 1rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 251, 0.94) 100%);
	box-shadow: 0 24px 42px -34px rgba(13, 52, 82, 0.18);
}

body.woocommerce-account.logged-in .kadence-account-avatar {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	width: 100%;
	min-height: 0;
	padding: 0 0 0.95rem;
	margin-bottom: 0.9rem;
	border-bottom: 1px solid rgba(13, 52, 82, 0.08);
}

body.woocommerce-account.logged-in .kadence-customer-image {
	position: static !important;
	flex: 0 0 auto;
	width: 2.85rem;
	height: 2.85rem;
	margin: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #123c5d 0%, #184a70 100%);
	color: #ffffff;
}

body.woocommerce-account.logged-in .kadence-customer-name {
	padding-left: 0 !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #12354e;
	word-break: normal;
	overflow-wrap: anywhere;
}

.vinduer24-account-user-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.vinduer24-account-user-icon svg {
	display: block;
	width: 1.3rem;
	height: 1.3rem;
}

body.woocommerce-account.logged-in .content-area .woocommerce-MyAccount-navigation {
	position: sticky;
	top: 1.25rem;
	width: 100% !important;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li + li {
	margin-top: 0.55rem;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 3rem;
	padding: 0.75rem 0.95rem;
	border-radius: 15px;
	text-decoration: none;
	font-weight: 600;
	color: #16364e;
	background: rgba(245, 248, 251, 0.86);
	transition:
		transform 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease,
		box-shadow 0.18s ease;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:focus-visible {
	background: linear-gradient(135deg, #0d3452 0%, #103d5e 100%);
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 20px 34px -28px rgba(13, 52, 82, 0.4);
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:focus-visible,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation a[href*="customer-logout"]:hover,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation a[href*="customer-logout"]:focus-visible {
	background: linear-gradient(135deg, #e70707 0%, #bf0505 100%);
	color: #ffffff;
	box-shadow: 0 20px 34px -28px rgba(231, 7, 7, 0.46);
}

.woocommerce-account .content-area .woocommerce-MyAccount-content p:first-child {
	margin-top: 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #445a6c;
}

.vinduer24-account-overview {
	display: grid;
	gap: 1rem;
}

.vinduer24-account-overview-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75rem;
}

.vinduer24-account-overview-kicker {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(13, 52, 82, 0.48);
}

.vinduer24-account-overview-header h2 {
	margin: 0;
	font-size: clamp(1.75rem, 2.5vw, 2.35rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.vinduer24-account-overview-header p {
	max-width: 32rem;
	margin: 0.45rem 0 0;
	color: #587082;
}

.vinduer24-account-overview-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
	gap: 0.85rem;
}

.vinduer24-account-overview-card,
.vinduer24-account-dashboard-grid article {
	display: grid;
	gap: 0.36rem;
	align-content: start;
	padding: 1.1rem 1.15rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 20px 36px -32px rgba(13, 52, 82, 0.18);
}

.vinduer24-account-overview-card--primary {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 34%),
		linear-gradient(135deg, #123c5d 0%, #184a70 100%);
	color: #ffffff;
	box-shadow: 0 28px 48px -34px rgba(13, 52, 82, 0.46);
}

.vinduer24-account-overview-card span {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(13, 52, 82, 0.46);
}

.vinduer24-account-overview-card--primary span {
	color: rgba(255, 255, 255, 0.68);
}

.vinduer24-account-overview-card strong {
	font-size: 2rem;
	line-height: 1;
	color: #10344d;
}

.vinduer24-account-overview-card--primary strong {
	color: #ffffff;
}

.vinduer24-account-overview-card p,
.vinduer24-account-dashboard-grid article p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #587082;
}

.vinduer24-account-overview-card--primary p {
	color: rgba(255, 255, 255, 0.8);
}

.vinduer24-account-overview-card a,
.vinduer24-account-dashboard-grid article a {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: 0.15rem;
	font-weight: 700;
	color: #0d3452;
	text-decoration: none;
}

.vinduer24-account-overview-card--primary a {
	color: #ffffff;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-notices-wrapper > * {
	border-radius: 18px;
}

.woocommerce-account table.shop_table {
	border-radius: 18px;
	overflow: hidden;
	border-color: rgba(13, 52, 82, 0.1);
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	padding: 0.95rem 1rem;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account a:not(.button) {
	text-underline-offset: 0.18em;
}

@media all and (max-width: 1024px) {
	.woocommerce-account .woocommerce {
		padding: 0 1.25rem 1.8rem;
	}

	.vinduer24-account-hero,
	.woocommerce-account #customer_login,
	.vinduer24-account-overview-grid {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .content-area .woocommerce-MyAccount-navigation,
	.woocommerce-account .content-area .woocommerce-MyAccount-content {
		float: none !important;
		width: 100% !important;
	}

	.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
		margin-bottom: 1rem;
		position: static;
	}

	body.woocommerce-account.logged-in .woocommerce {
		grid-template-columns: 1fr;
	}
}

@media all and (max-width: 767px) {
	.woocommerce-account .content-area {
		padding-bottom: 3rem;
	}

	.woocommerce-account .single-entry.content-bg {
		border-radius: 24px;
	}

	.vinduer24-account-hero,
	.woocommerce-account .woocommerce,
	.woocommerce-account #customer_login > .u-column1,
	.woocommerce-account #customer_login > .u-column2,
	body.woocommerce-account.logged-in .account-navigation-wrap,
	.woocommerce-account .content-area .woocommerce-MyAccount-navigation,
	.woocommerce-account .content-area .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce form.lost_reset_password {
		padding: 1.15rem;
	}

	.vinduer24-account-hero h1 {
		font-size: 2rem;
	}

	.vinduer24-account-hero-actions,
	.woocommerce-account .button,
	.woocommerce-account button.button,
	.woocommerce-account input.button {
		width: 100%;
	}

	.woocommerce-account .vinduer24-account-auth-actions {
		align-items: stretch;
	}
}

#cart-drawer .drawer-overlay {
	background: rgba(6, 22, 34, 0.42);
	backdrop-filter: blur(4px);
}

#cart-drawer .drawer-inner {
	border-left: 1px solid rgba(13, 52, 82, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 251, 0.98) 100%);
	box-shadow: -24px 0 54px -38px rgba(13, 52, 82, 0.34);
}

#cart-drawer .drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1.05rem 0.85rem;
	border-bottom: 1px solid rgba(13, 52, 82, 0.08);
}

#cart-drawer .side-cart-header {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.2;
	color: #12354e;
}

#cart-drawer .cart-toggle-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	min-height: 0 !important;
	padding: 0 !important;
	border-radius: 999px;
	border: 1px solid rgba(13, 52, 82, 0.1);
	background: rgba(246, 249, 252, 0.94);
	color: #12354e;
	line-height: 1;
	transition:
		transform 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease;
}

#cart-drawer .cart-toggle-close:hover,
#cart-drawer .cart-toggle-close:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(231, 7, 7, 0.18);
	background: #e70707;
	color: #ffffff;
}

#cart-drawer .cart-toggle-close .kadence-svg-icon {
	width: 1rem;
	height: 1rem;
}

#cart-drawer .drawer-content.woocommerce.widget_shopping_cart {
	padding: 0 1.2rem 1.2rem;
}

#cart-drawer .mini-cart-container {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 118px);
}

#cart-drawer .woocommerce-mini-cart {
	margin: 0;
	padding: 0.8rem 0 0;
	list-style: none;
}

#cart-drawer .woocommerce-mini-cart-item {
	position: relative;
	display: block;
	padding: 0.95rem 0;
	border-bottom: 1px solid rgba(13, 52, 82, 0.08);
}

#cart-drawer .vinduer24-mini-cart-item-card {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: start;
	gap: 0.9rem;
	padding-right: 2.5rem;
	color: #12354e;
}

#cart-drawer .vinduer24-mini-cart-item-copy {
	display: grid;
	gap: 0.75rem;
	min-width: 0;
	width: 100%;
}

#cart-drawer .vinduer24-mini-cart-item-title {
	display: block;
	color: #12354e;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	overflow-wrap: break-word;
	word-break: normal;
}

#cart-drawer .vinduer24-mini-cart-item-summary {
	display: inline-flex;
	align-items: baseline;
	gap: 0.32rem;
	flex-wrap: wrap;
	padding-top: 0.55rem;
	margin-top: 0.1rem;
	border-top: 1px solid rgba(13, 52, 82, 0.08);
	font-size: 0.92rem;
	font-weight: 700;
	color: #12354e;
}

#cart-drawer .vinduer24-mini-cart-item-quantity {
	color: #587082;
}

#cart-drawer .vinduer24-commerce-item-thumb--mini-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	min-width: 84px;
	max-width: 84px;
	min-height: 84px;
	padding: 0.45rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

#cart-drawer .vinduer24-commerce-item-thumb--mini-cart .vinduer24-commerce-item-thumb-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
}

#cart-drawer .vinduer24-commerce-item-thumb--mini-cart .vinduer24-commerce-item-thumb-image {
	width: 100%;
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

#cart-drawer .vinduer24-item-meta--mini-cart .vinduer24-item-meta-list {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	width: 100%;
	min-width: 0;
}

#cart-drawer .vinduer24-item-meta--mini-cart .vinduer24-item-meta-row {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.34rem;
	padding: 0.65rem 0.82rem;
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 16px;
	background: rgba(246, 249, 252, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

#cart-drawer .vinduer24-item-meta--mini-cart .vinduer24-item-meta-label {
	display: inline-flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0.28rem;
	justify-content: flex-start;
	font-size: 0.72rem;
	width: 100%;
	min-width: 0;
	white-space: normal;
	line-height: 1.35;
	overflow-wrap: break-word;
	word-break: normal;
}

#cart-drawer .vinduer24-item-meta-label-text {
	display: inline-block;
	flex: 1 1 auto;
	min-width: 0;
}

#cart-drawer .vinduer24-item-meta-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin-left: 0.1rem;
	vertical-align: middle;
	z-index: 2;
}

#cart-drawer .vinduer24-item-meta-tooltip-trigger {
	all: unset;
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	min-width: 1rem;
	min-height: 1rem;
	border-radius: 999px;
	background: rgba(13, 52, 82, 0.12);
	box-shadow: none;
	color: #12354e;
	font-size: 0.64rem;
	font-weight: 700;
	line-height: 1;
	font-family: inherit;
	letter-spacing: normal;
	text-transform: none;
	cursor: help;
	appearance: none;
	-webkit-appearance: none;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease;
}

#cart-drawer .vinduer24-item-meta-tooltip-trigger:hover,
#cart-drawer .vinduer24-item-meta-tooltip-trigger:focus-visible {
	background: #12354e;
	color: #ffffff;
	transform: translateY(-1px);
	outline: none;
}

#cart-drawer .vinduer24-item-meta--mini-cart .vinduer24-item-meta-value {
	font-size: 0.87rem;
	font-weight: 700;
	line-height: 1.45;
	width: 100%;
	min-width: 0;
	white-space: normal;
	padding-right: 0.05rem;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
}

#cart-drawer .vinduer24-item-meta-tooltip-bubble {
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: calc(100% + 0.5rem);
	z-index: 30;
	width: min(13.5rem, calc(100vw - 5rem));
	max-width: calc(100vw - 5rem);
	padding: 0.68rem 0.78rem;
	border: 1px solid rgba(13, 52, 82, 0.12);
	border-radius: 12px;
	background: rgba(11, 35, 52, 0.96);
	box-shadow: 0 16px 28px -22px rgba(13, 52, 82, 0.45);
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	pointer-events: none;
	transition:
		opacity 0.18s ease,
		transform 0.18s ease,
		visibility 0.18s ease;
}

#cart-drawer .vinduer24-item-meta-tooltip-bubble::before {
	content: "";
	position: absolute;
	top: 100%;
	right: 0.5rem;
	border-width: 0.42rem 0.42rem 0;
	border-style: solid;
	border-color: rgba(11, 35, 52, 0.96) transparent transparent;
}

#cart-drawer .vinduer24-item-meta-tooltip:hover .vinduer24-item-meta-tooltip-bubble,
#cart-drawer .vinduer24-item-meta-tooltip:focus-within .vinduer24-item-meta-tooltip-bubble {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

#cart-drawer .woocommerce-mini-cart,
#cart-drawer .woocommerce-mini-cart-item,
#cart-drawer .vinduer24-mini-cart-item-card,
#cart-drawer .vinduer24-mini-cart-item-copy,
#cart-drawer .vinduer24-item-meta,
#cart-drawer .vinduer24-item-meta-row {
	overflow: visible;
}

#cart-drawer .woocommerce-mini-cart-item {
	z-index: 0;
}

#cart-drawer .woocommerce-mini-cart-item:hover,
#cart-drawer .woocommerce-mini-cart-item:focus-within,
#cart-drawer .vinduer24-item-meta-row:hover,
#cart-drawer .vinduer24-item-meta-row:focus-within {
	z-index: 8;
}

#cart-drawer .woocommerce-mini-cart-item .remove {
	position: absolute;
	top: 0.9rem;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.9rem;
	height: 1.9rem;
	border: 1px solid rgba(13, 52, 82, 0.1);
	border-radius: 999px;
	background: rgba(13, 52, 82, 0.06);
	color: #12354e !important;
	font-size: 1.1rem;
	line-height: 1;
	text-decoration: none;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease;
}

#cart-drawer .woocommerce-mini-cart-item .remove:hover,
#cart-drawer .woocommerce-mini-cart-item .remove:focus-visible {
	transform: translateY(-1px);
	background: #e70707;
	color: #ffffff !important;
}

@media all and (max-width: 420px) {
	#cart-drawer .drawer-content.woocommerce.widget_shopping_cart {
		padding: 0 1rem 1rem;
	}

	#cart-drawer .vinduer24-mini-cart-item-card {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 0.78rem;
		padding-right: 2.2rem;
	}

	#cart-drawer .vinduer24-commerce-item-thumb--mini-cart {
		width: 76px;
		min-width: 76px;
		max-width: 76px;
		min-height: 76px;
		padding: 0.4rem;
		border-radius: 18px;
	}

	#cart-drawer .vinduer24-commerce-item-thumb--mini-cart .vinduer24-commerce-item-thumb-image {
		max-height: 64px;
	}

	#cart-drawer .vinduer24-item-meta--mini-cart .vinduer24-item-meta-row {
		padding: 0.6rem 0.75rem;
	}
}

#cart-drawer .woocommerce-mini-cart__total.total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: auto 0 0;
	padding: 1rem 0 0;
	border-top: 1px solid rgba(13, 52, 82, 0.08);
	color: #12354e;
	font-weight: 700;
}

#cart-drawer .woocommerce-mini-cart__total.total strong {
	color: #607487;
}

#cart-drawer .vinduer24-mini-cart-delivery-note {
	margin: 0.85rem 0 0;
	padding: 0.82rem 0.9rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 18px;
	background: rgba(246, 249, 252, 0.96);
	font-size: 0.84rem;
	line-height: 1.6;
	color: #12354e;
}

#cart-drawer .woocommerce-mini-cart__buttons.buttons {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch;
	justify-content: stretch;
	flex-wrap: nowrap !important;
	gap: 0.75rem;
	margin: 1rem 0 0;
	text-align: initial;
}

#cart-drawer .woocommerce-mini-cart__buttons.buttons::before,
#cart-drawer .woocommerce-mini-cart__buttons.buttons::after {
	content: none !important;
	display: none !important;
}

#cart-drawer .woocommerce-mini-cart__buttons .button,
#cart-drawer .woocommerce-mini-cart__buttons .button.wc-forward {
	display: inline-flex;
	flex: 1 1 0 !important;
	flex-basis: calc(50% - 0.375rem) !important;
	min-width: 0;
	float: none !important;
	clear: none !important;
	align-items: center;
	justify-content: center;
	width: calc(50% - 0.375rem) !important;
	max-width: none !important;
	min-height: 2.85rem;
	margin: 0;
	padding: 0.72rem 0.95rem;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 700;
	white-space: nowrap;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease;
}

#cart-drawer .woocommerce-mini-cart__buttons .button:not(.checkout) {
	background: rgba(245, 248, 251, 0.94);
	color: #12354e;
	box-shadow: inset 0 0 0 1px rgba(13, 52, 82, 0.08);
}

#cart-drawer .woocommerce-mini-cart__buttons .button.checkout {
	background: #e70707;
	color: #ffffff;
	box-shadow: 0 20px 32px -24px rgba(231, 7, 7, 0.42);
}

#cart-drawer .woocommerce-mini-cart__buttons .button:hover,
#cart-drawer .woocommerce-mini-cart__buttons .button:focus-visible {
	transform: translateY(-2px);
}

#cart-drawer .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
#cart-drawer .woocommerce-mini-cart__buttons .button:not(.checkout):focus-visible {
	background: #0d3452;
	color: #ffffff;
}

#cart-drawer .woocommerce-mini-cart__buttons .button.checkout:hover,
#cart-drawer .woocommerce-mini-cart__buttons .button.checkout:focus-visible {
	background: #0d3452;
	color: #ffffff;
}

#cart-drawer .woocommerce-mini-cart__empty-message {
	margin: 1rem 0 0;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 20px;
	background: rgba(246, 249, 252, 0.96);
	color: #587082;
}

@media all and (max-width: 767px) {
	#cart-drawer .drawer-content.woocommerce.widget_shopping_cart {
		padding: 0 1rem 1rem;
	}
}

.vinduer24-site-footer {
	--vinduer24-footer-ink: #14344d;
	--vinduer24-footer-ink-soft: #607588;
	--vinduer24-footer-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 249, 252, 0.94) 100%);
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 22%),
		linear-gradient(135deg, #0c2f4a 0%, #103d5e 54%, #0a2236 100%);
	color: #ffffff;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vinduer24-site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 40px 40px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 95%);
	pointer-events: none;
}

.vinduer24-footer-shell {
	position: relative;
	z-index: 1;
	padding: 40px 0 0;
}

.vinduer24-footer-top {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 1.5rem 2rem;
	align-items: stretch;
	padding: 1.8rem 2.15rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
	box-shadow: 0 28px 52px -38px rgba(7, 26, 40, 0.4);
	backdrop-filter: blur(14px);
}

.vinduer24-footer-eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.66);
}

.vinduer24-footer-top h2 {
	margin: 0;
	font-family: var(--global-heading-font-family);
	font-size: clamp(2.4rem, 4vw, 3.5rem);
	line-height: 0.96;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.vinduer24-footer-top-copy > p:last-child {
	max-width: 44rem;
	margin: 0.75rem 0 0;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.55;
}

.vinduer24-footer-top-aside {
	display: grid;
	align-content: center;
	justify-items: end;
	gap: 0;
}

.vinduer24-footer-top-actions {
	display: grid;
	gap: 0.9rem;
	max-width: 36rem;
	width: 100%;
}

.vinduer24-footer-top-actions-secondary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	width: 100%;
}

.vinduer24-footer-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 50px;
	padding: 0.85rem 1.45rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.98rem;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vinduer24-footer-button svg {
	flex-shrink: 0;
	color: #ffffff;
}

.vinduer24-footer-button:hover,
.vinduer24-footer-button:focus-visible {
	transform: translateY(-2px);
}

.vinduer24-footer-button-primary {
	background: var(--global-palette1);
	color: #ffffff;
	box-shadow: 0 18px 30px -24px rgba(231, 7, 7, 0.45);
}

.vinduer24-footer-button-primary:hover,
.vinduer24-footer-button-primary:focus-visible {
	background: #ff2a2a;
	color: #ffffff !important;
	box-shadow: 0 22px 36px -22px rgba(231, 7, 7, 0.55);
	text-decoration: none !important;
}

.vinduer24-footer-button-secondary {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.26);
}

.vinduer24-footer-button-secondary:hover,
.vinduer24-footer-button-secondary:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.4);
	text-decoration: none !important;
}

.vinduer24-footer-button-ghost {
	background: rgba(12, 24, 38, 0.18);
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(10px);
}

.vinduer24-footer-button-ghost:hover,
.vinduer24-footer-button-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.26);
	text-decoration: none !important;
}

.vinduer24-footer-button-products {
	width: 100%;
}

.vinduer24-footer-main {
	display: grid;
	grid-template-columns: minmax(18rem, 1.05fr) minmax(18rem, 0.9fr) minmax(27rem, 1.18fr);
	gap: 1rem;
	padding: 1rem 0 0;
	align-items: stretch;
}

.vinduer24-footer-panel {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 1.15rem 1.2rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	background: var(--vinduer24-footer-surface);
	box-shadow: 0 24px 42px -36px rgba(7, 26, 40, 0.3);
	backdrop-filter: blur(12px);
}

.vinduer24-footer-panel-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	background:
		radial-gradient(circle at top right, rgba(231, 7, 7, 0.08), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 249, 252, 0.95) 100%);
}

.vinduer24-footer-brand-lockup {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.82rem;
	width: 100%;
	margin-bottom: 1.05rem;
}

.vinduer24-footer-panel-brand .vinduer24-footer-brand-link {
	display: inline-flex;
	flex: 0 1 auto;
	padding-left: 0;
}

.vinduer24-footer-panel-brand .vinduer24-footer-logo {
	width: clamp(188px, 15vw, 210px);
	height: auto;
}

.vinduer24-footer-partner-badge {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.32rem;
	flex: 0 1 10.55rem;
	max-width: 10.55rem;
	padding: 0.48rem 0.62rem 0.52rem 0.78rem;
	border: 1px solid rgba(13, 52, 82, 0.1);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 252, 0.97) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 16px 24px -28px rgba(13, 52, 82, 0.34);
	overflow: hidden;
}

.vinduer24-footer-partner-badge::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #c3002f 0%, #9e1136 100%);
}

.vinduer24-footer-partner-logo-wrap {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	width: min(8rem, 100%);
	border-radius: 4px;
	overflow: hidden;
	line-height: 0;
	box-shadow: 0 10px 18px -20px rgba(13, 52, 82, 0.34);
}

.vinduer24-footer-partner-logo {
	display: block;
	width: 100%;
	height: auto;
}

.vinduer24-footer-partner-badge .vinduer24-footer-partner-seal {
	justify-content: center;
	box-sizing: border-box;
	width: min(8rem, 100%);
	min-height: 1.12rem;
	padding: 0.15rem 0.3rem;
	font-size: 0.42rem;
	letter-spacing: 0.045em;
	overflow: hidden;
	text-overflow: clip;
}

.vinduer24-footer-panel-brand .vinduer24-footer-intro {
	width: 100%;
	max-width: 31rem;
	margin: 0 0 1.05rem;
	padding: 1rem 0 1.05rem;
	border-top: 1px solid rgba(13, 52, 82, 0.08);
	border-bottom: 1px solid rgba(13, 52, 82, 0.08);
	color: var(--vinduer24-footer-ink-soft);
	line-height: 1.55;
	text-align: left;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		inset 0 -1px 0 rgba(255, 255, 255, 0.55);
}

.vinduer24-footer-badges,
.vinduer24-footer-list,
.vinduer24-footer-details,
.vinduer24-footer-legal-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vinduer24-footer-panel-brand .vinduer24-footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 0.55rem;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 31rem;
}

.vinduer24-footer-badges li a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.38rem 0.78rem;
	border: 1px solid rgba(13, 52, 82, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--vinduer24-footer-ink) !important;
	text-align: left;
	text-decoration: none !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
	transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.vinduer24-footer-badges li a:hover,
.vinduer24-footer-badges li a:focus-visible {
	background: #ffffff;
	border-color: rgba(18, 75, 117, 0.16);
	box-shadow: 0 12px 18px -20px rgba(13, 52, 82, 0.28);
	transform: translateY(-1px);
}

.vinduer24-footer-badges li a svg {
	flex-shrink: 0;
	color: #1a8a4a;
}

.vinduer24-footer-social-payment-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.72rem;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	min-height: 5.6rem;
	margin-top: auto;
}

.vinduer24-footer-socials {
	display: grid;
	gap: 0.45rem;
	justify-items: center;
	align-self: stretch;
	flex: 0 0 auto;
	min-width: 0;
	min-height: 5.6rem;
	padding: 0.66rem 0.78rem;
	border: 1px solid rgba(13, 52, 82, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.86),
		0 16px 24px -28px rgba(13, 52, 82, 0.3);
}

.vinduer24-footer-socials-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.1;
	text-transform: uppercase;
	color: rgba(20, 52, 77, 0.68);
	white-space: nowrap;
}

.vinduer24-footer-social-buttons {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	justify-content: center;
}

.vinduer24-footer-social-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border: 1px solid rgba(13, 52, 82, 0.1);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 252, 0.96) 100%);
	color: #14344d !important;
	text-decoration: none !important;
	box-shadow: 0 10px 16px -18px rgba(13, 52, 82, 0.3);
	transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.vinduer24-footer-social-button:hover,
.vinduer24-footer-social-button:focus-visible {
	background: #ffffff;
	border-color: rgba(18, 75, 117, 0.18);
	color: #0d3452 !important;
	box-shadow: 0 14px 20px -20px rgba(13, 52, 82, 0.34);
	transform: translateY(-1px);
}

.vinduer24-footer-social-button svg {
	display: block;
	flex: 0 0 auto;
}

.vinduer24-footer-payment-link {
	display: block;
	flex: 0 1 17.2rem;
	width: min(17.2rem, 100%);
	max-width: 100%;
	min-height: 5.6rem;
	margin: 0;
	color: inherit;
	text-decoration: none !important;
	border-radius: 18px;
	align-self: stretch;
}

.vinduer24-footer-payment-card {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments {
	position: relative;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	padding: 1.38rem 0.72rem 0.54rem;
	border: 1px solid rgba(13, 52, 82, 0.12);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 18px 28px -28px rgba(13, 52, 82, 0.28);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-link:hover .single-product-payments,
.vinduer24-footer-panel-nav .vinduer24-footer-payment-link:focus-visible .single-product-payments {
	border-color: rgba(18, 75, 117, 0.18);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.95),
		0 18px 30px -26px rgba(13, 52, 82, 0.34);
	transform: translateY(-1px);
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments legend {
	position: absolute;
	top: 0.5rem;
	left: 0;
	right: auto;
	display: block;
	box-sizing: border-box;
	padding: 0 0.72rem;
	margin: 0;
	width: 100%;
	max-width: none;
	float: none;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(20, 52, 77, 0.86);
	text-align: center;
	line-height: 1.15;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	max-width: 100%;
	align-self: center;
	margin: 0.24rem 0 0;
	padding: 0;
	list-style: none;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments .kadence-svg-iconset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 1.58rem;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments .kadence-svg-iconset svg {
	display: block;
	width: auto;
	height: 100%;
	max-width: none;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments .payment-custom-img {
	display: block;
	width: auto;
	height: 1.46rem;
	min-height: 0;
	max-height: none;
	max-width: none;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments .single-product-payments-custom-01 .payment-custom-img {
	height: 1.26rem;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-card .single-product-payments .single-product-payments-custom-02 .payment-custom-img {
	height: 1.32rem;
}

.vinduer24-footer-panel h3:not(.vinduer24-footer-nav-heading) {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.6rem;
	font-size: 1.04rem;
	line-height: 1.3;
	color: var(--vinduer24-footer-ink);
	white-space: nowrap;
}

.vinduer24-footer-panel h3:not(.vinduer24-footer-nav-heading) svg {
	flex: 0 0 auto;
}

.vinduer24-footer-panel .vinduer24-footer-nav-heading {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.36rem;
	width: 100%;
	min-width: 0;
	margin-bottom: 0.66rem;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.12;
	white-space: nowrap;
}

.vinduer24-footer-nav-heading-icon {
	flex: none;
	opacity: 0.72;
	width: 18px;
	height: 18px;
	transform: translateY(0.08rem);
}

.vinduer24-footer-nav-heading-label {
	display: block;
	min-width: 0;
	white-space: nowrap;
}

.vinduer24-footer-panel-nav {
	display: flex;
	flex-direction: column;
	container-type: inline-size;
	gap: 0.82rem;
	padding: 1rem 1.05rem 1.08rem;
	background:
		radial-gradient(circle at top right, rgba(18, 75, 117, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 252, 0.96) 100%);
}

.vinduer24-footer-nav-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.72rem;
	flex: 1 1 auto;
	align-items: stretch;
	min-height: 0;
}

.vinduer24-footer-nav-group {
	min-width: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0.64rem 0.6rem 0.66rem;
	border: 1px solid rgba(13, 52, 82, 0.08);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(245, 249, 252, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.vinduer24-footer-panel-nav .vinduer24-footer-list {
	gap: 0.28rem;
	flex: 1 1 auto;
	grid-auto-rows: minmax(2.34rem, 1fr);
}

.vinduer24-footer-panel-nav .vinduer24-footer-list li a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.34rem;
	height: 100%;
	min-height: 2.34rem;
	padding: 0.42rem 0.5rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(13, 52, 82, 0.06);
	box-shadow: 0 10px 18px -20px rgba(13, 52, 82, 0.26);
	font-size: 0.84rem;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.vinduer24-footer-panel-nav .vinduer24-footer-list li a .vinduer24-footer-link-label {
	min-width: 0;
	white-space: normal;
	overflow-wrap: anywhere;
}

.vinduer24-footer-panel-nav .vinduer24-footer-list li a::after {
	content: "↗";
	flex: 0 0 auto;
	color: rgba(18, 75, 117, 0.52);
	font-size: 0.88rem;
	line-height: 1.2;
	align-self: center;
}

.vinduer24-footer-panel-nav .vinduer24-footer-social-payment-row {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: stretch;
	margin-top: 0;
}

.vinduer24-footer-panel-nav .vinduer24-footer-payment-link {
	justify-self: stretch;
	width: 100%;
	max-width: none;
}

.vinduer24-footer-panel-nav .vinduer24-footer-list li a:hover,
.vinduer24-footer-panel-nav .vinduer24-footer-list li a:focus-visible {
	background: #ffffff;
	border-color: rgba(18, 75, 117, 0.14);
	box-shadow: 0 14px 22px -22px rgba(13, 52, 82, 0.3);
	transform: translateY(-1px);
	text-decoration: none;
}

.vinduer24-footer-partner-note {
	position: relative;
	display: grid;
	gap: 0.5rem;
	margin-top: auto;
	padding: 0.9rem 0.92rem 0.94rem;
	min-height: 6.5rem;
	border: 1px solid rgba(13, 52, 82, 0.1);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 251, 0.97) 58%, rgba(234, 241, 247, 0.98) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 18px 28px -30px rgba(13, 52, 82, 0.34);
	overflow: hidden;
}

.vinduer24-footer-partner-note::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: linear-gradient(180deg, #c3002f 0%, #9e1136 100%);
}

.vinduer24-footer-partner-note-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
}

.vinduer24-footer-partner-kicker,
.vinduer24-footer-partner-seal {
	display: inline-flex;
	align-items: center;
	min-height: 1.65rem;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
}

.vinduer24-footer-partner-kicker {
	background: rgba(13, 52, 82, 0.08);
	color: rgba(13, 52, 82, 0.8);
}

.vinduer24-footer-partner-seal {
	background: rgba(195, 0, 47, 0.1);
	color: #9e1136;
}

.vinduer24-footer-partner-title,
.vinduer24-footer-partner-copy {
	margin: 0;
}

.vinduer24-footer-partner-title {
	max-width: 24rem;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.45;
	color: #14344d;
}

.vinduer24-footer-partner-copy {
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(20, 52, 77, 0.72);
}

.vinduer24-footer-contact-highlight {
	margin: 0 0 0.8rem;
	padding: 0.9rem 0.95rem 0.95rem;
	border-radius: 22px;
	background: linear-gradient(135deg, #0d3452 0%, #124b75 100%);
	box-shadow: 0 18px 34px -26px rgba(13, 52, 82, 0.45);
}

.vinduer24-footer-contact-highlight-label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.vinduer24-footer-contact-phone {
	display: inline-block;
	font-size: clamp(1.45rem, 1.85vw, 1.85rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.01em;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: opacity 0.15s ease;
}

.vinduer24-footer-contact-phone:hover {
	opacity: 0.88;
}

.vinduer24-footer-contact-highlight p {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.82);
}

.vinduer24-footer-details {
	display: grid;
	gap: 0.68rem;
}

.vinduer24-footer-details li,
.vinduer24-footer-list li,
.vinduer24-footer-legal-links li {
	margin: 0;
}

.vinduer24-footer-label {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(20, 52, 77, 0.6);
}

.vinduer24-site-footer a {
	color: var(--vinduer24-footer-ink);
	text-decoration: none;
	transition: color 0.15s ease;
}

.vinduer24-site-footer a:hover,
.vinduer24-site-footer a:focus-visible {
	color: var(--global-palette1);
	text-decoration: underline;
	text-decoration-color: rgba(231, 7, 7, 0.55);
}

.vinduer24-footer-list {
	display: grid;
	gap: 0.55rem;
}

.vinduer24-footer-list li a {
	display: inline-block;
	padding: 0.25rem 0;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.45;
}

.vinduer24-footer-link-label {
	display: block;
	min-width: 0;
}

.vinduer24-footer-details a,
.vinduer24-footer-details span:not(.vinduer24-footer-label) {
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--vinduer24-footer-ink);
}

.vinduer24-footer-utility-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(13, 52, 82, 0.09);
}

.vinduer24-footer-utility-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 2.25rem;
	padding: 0.5rem 0.8rem;
	border: 1px solid rgba(13, 52, 82, 0.1);
	border-radius: 999px;
	background: rgba(244, 248, 251, 0.9);
	font-size: 0.92rem;
	font-weight: 700;
	transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.vinduer24-footer-utility-links a:hover {
	background: rgba(240, 245, 250, 1);
	border-color: rgba(13, 52, 82, 0.16);
	transform: translateY(-1px);
	text-decoration: none;
}

.vinduer24-footer-utility-links a svg {
	flex-shrink: 0;
	opacity: 0.6;
}

.vinduer24-footer-bottom {
	display: grid;
	gap: 1rem;
	padding: 1.2rem 0 1.8rem;
	margin-top: 0.95rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.78);
}

.vinduer24-footer-bottom p {
	margin: 0;
}

.vinduer24-footer-bottom-label {
	display: inline-block;
	margin-right: 1rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.56);
}

.vinduer24-footer-bottom-legal {
	display: grid;
	gap: 0.7rem;
	justify-items: center;
}

.vinduer24-footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 0.85rem;
}

.vinduer24-footer-legal-links li a {
	display: inline-block;
	padding: 0.3rem 0.6rem;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.94rem;
	font-weight: 500;
	line-height: 1.45;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.vinduer24-footer-legal-links li a:hover,
.vinduer24-footer-legal-links li a:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	text-decoration: none;
}

.vinduer24-footer-bottom-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0;
}

.vinduer24-footer-bottom-links a,
.vinduer24-footer-bottom-links span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	line-height: 1.45;
}

.vinduer24-footer-bottom-links a:hover {
	color: #ffffff;
}

.vinduer24-footer-dot-sep {
	margin: 0 0.5rem;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 700;
}

.vinduer24-footer-bottom-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1.5rem;
}

.vinduer24-footer-bottom-meta > p:first-child {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.62);
}

@media all and (max-width: 1180px) {
	.vinduer24-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vinduer24-footer-panel-nav {
		grid-column: 1 / -1;
	}
}

@media all and (max-width: 1024px) {
	.vinduer24-footer-top {
		grid-template-columns: 1fr;
		padding: 1.7rem 1.9rem;
	}

	.vinduer24-footer-bottom-meta,
	.vinduer24-footer-bottom {
		align-items: flex-start;
	}

	.vinduer24-footer-bottom-meta {
		flex-direction: column;
	}
}

@media all and (max-width: 920px) {
	.vinduer24-footer-panel h3:not(.vinduer24-footer-nav-heading) {
		white-space: normal;
	}

	.vinduer24-footer-brand-lockup {
		flex-wrap: wrap;
	}

	.vinduer24-footer-partner-badge {
		width: min(100%, 18rem);
		max-width: 18rem;
		align-items: center;
	}

	.vinduer24-footer-partner-logo-wrap {
		width: min(8rem, 100%);
	}

	.vinduer24-footer-nav-group {
		padding: 0.8rem 0.82rem 0.84rem;
	}

	.vinduer24-footer-panel-nav .vinduer24-footer-list li a {
		min-height: 3rem;
	}
}

@media all and (max-width: 1100px) {
	.vinduer24-footer-panel .vinduer24-footer-nav-heading {
		gap: 0.42rem;
		font-size: 0.98rem;
	}
}

@media all and (max-width: 767px) {
	.vinduer24-footer-shell {
		padding-top: 36px;
	}

	.vinduer24-footer-top {
		padding: 1.4rem 1.3rem;
		border-radius: 26px;
	}

	.vinduer24-footer-top h2 {
		font-size: 2.25rem;
	}

	.vinduer24-footer-button {
		width: 100%;
	}

	.vinduer24-footer-top-aside,
	.vinduer24-footer-top-actions {
		justify-items: stretch;
		justify-content: flex-start;
	}

	.vinduer24-footer-top-actions-secondary {
		grid-template-columns: 1fr;
	}

	.vinduer24-footer-main {
		grid-template-columns: 1fr;
		padding-top: 0.9rem;
	}

	.vinduer24-footer-badges {
		gap: 0.5rem;
	}

	.vinduer24-footer-panel-brand .vinduer24-footer-brand-link {
		margin-bottom: 0;
	}

	.vinduer24-footer-brand-lockup {
		margin-bottom: 1rem;
	}

	.vinduer24-footer-panel {
		padding: 1.2rem 1.15rem 1.25rem;
		border-radius: 24px;
	}

	.vinduer24-footer-panel-nav {
		padding: 1rem;
	}

	.vinduer24-footer-payment-link {
		width: 100%;
		max-width: 100%;
	}

	.vinduer24-footer-social-payment-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.vinduer24-footer-socials {
		grid-template-columns: auto auto;
		align-items: center;
		justify-content: center;
	}

	.vinduer24-footer-nav-grid {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.vinduer24-footer-nav-group {
		padding: 0.78rem;
	}

	.vinduer24-footer-partner-note {
		margin-top: 0;
		padding: 0.84rem 0.82rem 0.88rem;
		min-height: auto;
	}

	.vinduer24-footer-partner-note-head,
	.vinduer24-footer-partner-title,
	.vinduer24-footer-partner-copy {
		padding-left: 0;
	}

	.vinduer24-footer-payment-methods {
		gap: 0.5rem;
	}

	.vinduer24-footer-bottom-label {
		margin-right: 0;
	}

	.vinduer24-footer-bottom-links {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}

	.vinduer24-footer-dot-sep {
		display: none;
	}

	.vinduer24-footer-legal-links {
		justify-content: center;
		gap: 0.35rem 0.6rem;
	}
}

@container (max-width: 390px) {
	.vinduer24-footer-panel-nav .vinduer24-footer-nav-grid {
		grid-template-columns: 1fr;
		gap: 0.78rem;
	}

	.vinduer24-footer-panel-nav .vinduer24-footer-nav-group {
		padding: 0.78rem;
	}

	.vinduer24-footer-panel-nav .vinduer24-footer-social-payment-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.vinduer24-footer-panel-nav .vinduer24-footer-payment-link {
		width: 100%;
	}

	.vinduer24-footer-panel-nav .vinduer24-footer-socials {
		grid-template-columns: auto auto;
		align-items: center;
		justify-content: center;
	}
}

@container (max-width: 340px) {
	.vinduer24-footer-panel-nav .vinduer24-footer-nav-heading {
		font-size: 0.9rem;
	}

	.vinduer24-footer-panel-nav .vinduer24-footer-list li a {
		font-size: 0.82rem;
		padding-right: 0.44rem;
		padding-left: 0.44rem;
	}
}

@media all and (max-width: 360px) {
	.vinduer24-footer-panel .vinduer24-footer-nav-heading {
		font-size: 0.92rem;
	}

	.vinduer24-footer-panel-nav .vinduer24-footer-list li a {
		padding-right: 0.46rem;
		padding-left: 0.46rem;
		font-size: 0.88rem;
	}
}
