/*!
Theme Name: Jegerservice Blocksy Child
Theme URI: https://jegerservice.no/
Author: Jegerservice
Description: Blocksy child theme for the Jegerservice Gadgets-inspired redesign.
Template: blocksy
Version: 1.0.0
Text Domain: jegerservice-blocksy-child
*/

:root {
	--js-navy: #0f1f35;
	--js-blue-mid: #1a3a5c;
	--js-blue-accent: #1e6fbf;
	--js-blue-light: #eaf2fb;
	--js-orange: #e8601a;
	--js-orange-dark: #c44e12;
	--js-white: #ffffff;
	--js-off-white: #f6f8fa;
	--js-text: #1a1a2a;
	--js-muted: #5a6474;
	--js-border: #dde4ec;
	--js-green: #2a7f4f;
	--js-font-display: "Fraunces", Georgia, serif;
	--js-font-body: "DM Sans", Arial, sans-serif;
	--js-content-width: 1200px;
	--js-radius-sm: 4px;
	--js-radius-md: 8px;
}

@font-face {
	font-family: "Poppins Gadgets Ref";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/wp-content/uploads/gadgets-reference/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins Gadgets Ref";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("/wp-content/uploads/gadgets-reference/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins Gadgets Ref";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/wp-content/uploads/gadgets-reference/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.woff2") format("woff2");
}

body {
	color: var(--js-text);
	font-family: var(--js-font-body);
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.page-title,
.product_title,
.woocommerce-loop-product__title {
	color: var(--js-text);
	font-family: var(--js-font-display);
	font-weight: 900;
	letter-spacing: 0;
}

a {
	color: var(--js-blue-accent);
}

a:hover,
a:focus {
	color: var(--js-orange);
}

.button,
.wp-element-button,
.ct-button,
button[type="submit"],
input[type="submit"],
.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: var(--js-radius-sm);
	font-family: var(--js-font-body);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
}

.button,
.wp-element-button,
.ct-button,
button[type="submit"],
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: var(--js-orange);
	color: var(--js-white);
}

.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus,
.ct-button:hover,
.ct-button:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
	background-color: var(--js-orange-dark);
	color: var(--js-white);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--js-navy);
}

.woocommerce ul.products li.product .price {
	color: var(--js-navy);
	font-weight: 700;
}

body.home .entry-header,
body.home .page-title,
body.home .ct-breadcrumbs {
	display: none;
}

body.home .site-main,
body.home .entry-content,
body.home .entry-content > .elementor {
	margin-top: 0;
}

body.home .ct-container-full,
body.home .ct-container-full > article,
body.home .entry-content.is-layout-constrained {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

body.home .entry-content.is-layout-constrained > .elementor {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.js-home {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: var(--js-white);
	color: var(--js-text);
	font-family: var(--js-font-body);
}

.elementor-section.js-home {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.elementor-section.js-home > .elementor-container,
.elementor-section.js-home .elementor-column,
.elementor-section.js-home .elementor-widget-wrap,
.elementor-section.js-home .elementor-widget,
.elementor-section.js-home .elementor-widget-container {
	width: 100%;
	max-width: none;
}

.elementor-section.js-home .elementor-widget-wrap {
	padding: 0;
}

.elementor-section.js-home .elementor-widget-html,
.elementor-section.js-home .elementor-widget-shortcode,
.elementor-section.js-home .elementor-shortcode {
	width: 100%;
}

.js-home *,
.js-site-footer * {
	box-sizing: border-box;
}

.js-home__inner,
.js-site-footer__inner,
.js-site-footer__bottom {
	width: min(var(--js-content-width), calc(100vw - 40px));
	margin: 0 auto;
}

.js-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 90px;
	padding: 200px 0 0;
	background: #111518;
	color: var(--js-white);
}

.js-hero__grid {
	position: relative;
	display: block;
	min-height: 550px;
	padding-bottom: 80px;
}

.js-hero__copy {
	position: relative;
	z-index: 2;
	width: 50%;
	min-height: 470px;
	padding-top: 90px;
}

.js-eyebrow {
	margin: 0 0 14px;
	color: var(--js-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.js-hero h1,
.js-section h2,
.js-subscription h2,
.js-contact-card h2 {
	margin: 0;
	font-family: var(--js-font-display);
	font-weight: 900;
	letter-spacing: 0;
}

.js-hero h1 {
	max-width: 640px;
	margin-bottom: 40px;
	color: var(--js-white);
	font-size: 60px;
	line-height: 1.5;
}

.js-hero h1 span {
	color: inherit;
}

.js-hero-mobile-break {
	display: none;
}

.js-hero__text {
	display: none;
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	line-height: 1.75;
}

.js-hero .js-eyebrow {
	margin-bottom: 0;
	color: #e7ebee;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.js-hero-product-detail {
	display: grid;
	width: min(100%, 300px);
	gap: 7px;
	margin-top: 0;
	padding: 14px 15px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(12px);
}

.js-hero-product-detail__label {
	display: inline-flex;
	width: fit-content;
	min-height: 24px;
	align-items: center;
	margin: 0;
	padding: 5px 9px;
	border-radius: var(--js-radius-sm);
	background: var(--js-orange);
	color: var(--js-white);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.js-hero-product-detail h2 {
	margin: 0;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
}

.js-hero-product-detail__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-top: 4px;
}

.js-hero-product-detail__price {
	color: var(--js-orange);
	font-family: var(--js-font-body);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.1;
}

.js-hero-product-detail__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 13px;
	border-radius: var(--js-radius-sm);
	background: var(--js-orange);
	color: var(--js-white);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.js-hero-product-detail__cta:hover,
.js-hero-product-detail__cta:focus {
	background: var(--js-orange-dark);
	color: var(--js-white);
}

.js-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.js-hero .js-button-row {
	gap: 40px;
	margin-top: 0;
}

.js-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 26px;
	border-radius: var(--js-radius-sm);
	font-family: var(--js-font-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.js-button:hover,
.js-button:focus {
	transform: translateY(-1px);
}

.js-button--primary {
	background: var(--js-orange);
	color: var(--js-white);
}

.js-hero .js-button--primary {
	min-height: auto;
	padding: 20px 35px;
	border-radius: 5px;
	background: #f3f5f7;
	color: #111518;
	font-size: 16px;
	font-weight: 600;
}

.js-button--primary:hover,
.js-button--primary:focus {
	background: var(--js-orange-dark);
	color: var(--js-white);
}

.js-hero .js-button--primary:hover,
.js-hero .js-button--primary:focus {
	background: #5b38ed;
	color: var(--js-white);
}

.js-button--ghost {
	border: 1.5px solid rgba(255, 255, 255, 0.34);
	background: transparent;
	color: rgba(255, 255, 255, 0.9);
}

.js-hero .js-button--ghost {
	min-height: auto;
	padding: 20px 0;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: #ffffff8a;
	font-size: 16px;
	font-weight: 600;
}

.js-button--ghost:hover,
.js-button--ghost:focus {
	border-color: var(--js-white);
	color: var(--js-white);
}

.js-hero .js-button--ghost:hover,
.js-hero .js-button--ghost:focus {
	color: var(--js-white);
}

.js-button--secondary {
	border: 1.5px solid var(--js-orange);
	background: transparent;
	color: var(--js-orange);
}

.js-button--secondary:hover,
.js-button--secondary:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

.js-hero-product {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.js-hero-product__badge,
.js-product-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 9px;
	border-radius: var(--js-radius-sm);
	background: var(--js-orange);
	color: var(--js-white);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.js-hero-product__badge {
	position: absolute;
	top: -12px;
	right: 18px;
}

.js-hero-product__label {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.js-hero-product__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 245px;
	border-radius: var(--js-radius-md);
	background: rgba(255, 255, 255, 0.08);
	text-decoration: none;
}

.js-hero-product__image {
	display: block;
	max-width: 84%;
	max-height: 230px;
	object-fit: contain;
}

.js-hero-product h2 {
	margin: 18px 0 4px;
	color: var(--js-white);
	font-size: 22px;
	line-height: 1.2;
}

.js-hero-product p {
	margin: 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 14px;
	line-height: 1.55;
}

.js-hero-product__price {
	margin-top: 14px;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: 24px;
	font-weight: 900;
}

.js-hero-product__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	min-height: 42px;
	border-radius: var(--js-radius-sm);
	background: var(--js-blue-accent);
	color: var(--js-white);
	font-weight: 700;
	text-decoration: none;
}

.js-hero-product__cta:hover,
.js-hero-product__cta:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

.js-hero-product-visual {
	position: absolute;
	inset: 0 0 80px auto;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 50%;
	min-height: 470px;
	padding: 0;
	text-decoration: none;
}

.js-hero-product-visual .js-hero-product-detail {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 2;
	width: min(70%, 285px);
}

.js-hero-product-visual__link {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.js-hero-product-visual::before {
	display: none;
}

.js-hero-product-visual .js-hero-product__image {
	position: relative;
	z-index: 1;
	width: auto;
	height: min(78vh, 720px);
	max-width: 100%;
	max-height: 720px;
	object-fit: contain;
	object-position: top right;
	filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.34));
	transition: transform 0.28s ease;
}

.js-hero-product-visual:hover .js-hero-product__image,
.js-hero-product-visual:focus .js-hero-product__image {
	transform: translateY(-4px) scale(1.02);
}

.ct-frosted-glass {
	backdrop-filter: blur(40px) brightness(200%);
	-webkit-backdrop-filter: blur(40px) brightness(200%);
}

.js-trust {
	position: relative;
	z-index: 3;
	margin-top: 0;
	padding: 0 0 40px;
	background: transparent;
	border-bottom: 0;
}

.js-trust__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
	padding: 40px;
	border: 0;
	border-radius: 15px;
	background: #00000099;
	box-shadow: none;
}

.js-trust__item {
	display: flex;
	gap: 25px;
	align-items: flex-start;
	width: 45%;
	max-width: 45%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--js-white);
}

.js-trust__item:last-child {
	border: 0;
}

.js-trust__icon {
	display: inline-flex;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background: transparent;
	color: var(--js-white);
	font-size: 40px;
	line-height: 1;
	box-shadow: none;
}

.js-trust__icon::before {
	content: "\2605";
}

.js-trust__content {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.js-trust__content strong {
	color: var(--js-white);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.js-trust__content span {
	color: #ffffffa3;
	font-size: 13px;
	line-height: 1.45;
}

.js-gadgets-reference-hero {
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	margin-right: calc(50% - 50vw);
	margin-bottom: 90px;
	margin-left: calc(50% - 50vw);
	padding: 200px 0 0;
	background:
		radial-gradient(circle at 14% 88%, rgba(30, 111, 191, 0.28), transparent 34%),
		radial-gradient(circle at 80% 14%, rgba(30, 111, 191, 0.28), transparent 34%),
		linear-gradient(135deg, #0d1218 0%, #10161d 62%, #0a0f14 100%);
	color: #ffffff;
	font-family: "Poppins Gadgets Ref", Poppins, Arial, sans-serif;
	overflow: hidden;
	--js-hero-load-ease: cubic-bezier(0.2, 0.72, 0.18, 1);
}

.js-hero + .js-gadgets-reference-hero {
	margin-top: -90px;
}

.js-gadgets-reference-hero + .js-hero {
	margin-top: -90px;
}

.js-gadgets-reference-hero__inner {
	width: min(1200px, calc(100vw - 40px));
	margin: 0 auto;
}

.js-gadgets-reference-hero__stage {
	position: relative;
	padding: 0 0 80px;
	background: none;
}

.js-gadgets-reference-hero__stage::before {
	content: "";
	position: absolute;
	top: -80px;
	right: 90px;
	z-index: 0;
	width: 50%;
	height: 600px;
	background-image: var(--js-gadgets-reference-hero-image);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	opacity: 0;
	pointer-events: none;
	transform-origin: 70% 18%;
	animation: js-gadgets-hero-image-in 0.95s var(--js-hero-load-ease) 0.22s both;
	will-change: opacity, transform;
}

.js-gadgets-reference-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 50%;
	min-height: 470px;
	flex-direction: column;
	align-items: flex-start;
	padding: 90px 0 0;
}

.js-gadgets-reference-hero__price {
	margin: 0;
	color: #e7ebee;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}

.js-gadgets-reference-hero__price,
.js-gadgets-reference-hero__content > h2,
.js-gadgets-reference-hero__text,
.js-gadgets-reference-hero__actions {
	opacity: 0;
	transform: translateY(22px);
	animation: js-gadgets-hero-copy-in 0.72s var(--js-hero-load-ease) both;
	will-change: opacity, transform;
}

.js-gadgets-reference-hero__content > h2 {
	animation-delay: 0.14s;
}

.js-gadgets-reference-hero__text {
	animation-delay: 0.26s;
}

.js-gadgets-reference-hero__actions {
	animation-delay: 0.38s;
}

.js-gadgets-reference-hero h2 {
	margin: 0 0 24px;
	color: #ffffff;
	font-family: var(--js-font-display);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
}

.js-gadgets-reference-hero h2 span {
	display: block;
}

.js-gadgets-reference-hero h2 strong {
	color: var(--js-orange);
	font: inherit;
}

.js-gadgets-reference-hero__text {
	max-width: 560px;
	margin: 0 0 34px;
	color: #ffffffb8;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.65;
}

.js-gadgets-reference-hero__product-detail {
	position: absolute;
	top: 38px;
	right: -120px;
	z-index: 2;
	width: min(24vw, 285px);
	opacity: 0;
	transform: translate(-42px, -12px) scale(0.96);
	transform-origin: left top;
	animation: js-gadgets-hero-card-in 0.7s var(--js-hero-load-ease) 0.62s both;
	will-change: opacity, transform;
}

.js-gadgets-reference-hero .js-hero-product-detail h2 {
	margin: 0;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
}

.js-gadgets-reference-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}

.js-gadgets-reference-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.js-gadgets-reference-hero__button--primary {
	padding: 20px 35px;
	background: #f3f5f7;
	color: #111518;
}

.js-gadgets-reference-hero__button--primary:hover,
.js-gadgets-reference-hero__button--primary:focus {
	background: var(--js-orange);
	color: #ffffff;
}

.js-gadgets-reference-hero__button--ghost {
	padding: 20px 0;
	background: transparent;
	color: #ffffff8a;
}

.js-gadgets-reference-hero__button--ghost:hover,
.js-gadgets-reference-hero__button--ghost:focus {
	color: var(--js-orange);
}

.js-gadgets-reference-hero__trust {
	position: relative;
	left: 50%;
	z-index: 1;
	display: grid;
	width: calc(100vw - 60px);
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 28px;
	justify-content: stretch;
	margin-top: 66px;
	margin-right: 30px;
	margin-left: 30px;
	padding: 30px;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transform: translateX(calc(-50% - 30px));
	animation: js-gadgets-hero-trust-in 0.72s var(--js-hero-load-ease) 0.78s both;
	will-change: opacity, transform;
}

.js-gadgets-reference-hero__trust-item {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: none;
	gap: 12px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
}

.js-gadgets-reference-hero__trust-icon {
	display: inline-flex;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
}

.js-gadgets-reference-hero__trust-icon .sli {
	font-size: inherit;
	line-height: 1;
}

.js-gadgets-reference-hero__trust h6 {
	margin: 0;
	color: #ffffff;
	font-family: "Poppins Gadgets Ref", Poppins, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
}

.js-gadgets-reference-hero__trust p {
	margin: 5px 0 0;
	color: #ffffffa3;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

@keyframes js-gadgets-hero-copy-in {
	from {
		opacity: 0;
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes js-gadgets-hero-image-in {
	from {
		opacity: 0;
		transform: translateX(70px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@keyframes js-gadgets-hero-card-in {
	from {
		opacity: 0;
		transform: translate(-42px, -12px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translate(0, 0) scale(1);
	}
}

@keyframes js-gadgets-hero-trust-in {
	from {
		opacity: 0;
		transform: translateX(calc(-50% - 30px)) translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateX(calc(-50% - 30px)) translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-gadgets-reference-hero__stage::before,
	.js-gadgets-reference-hero__price,
	.js-gadgets-reference-hero__content > h2,
	.js-gadgets-reference-hero__text,
	.js-gadgets-reference-hero__actions,
	.js-gadgets-reference-hero__product-detail,
	.js-gadgets-reference-hero__trust {
		opacity: 1;
		animation: none;
		transform: none;
		will-change: auto;
	}

	.js-gadgets-reference-hero__trust {
		transform: translateX(calc(-50% - 30px));
	}
}

@media (max-width: 1024px) {
	.js-gadgets-reference-hero {
		margin-bottom: 50px;
		padding-top: 100px;
	}

	.js-hero + .js-gadgets-reference-hero {
		margin-top: -50px;
	}

	.js-gadgets-reference-hero + .js-hero {
		margin-top: -50px;
	}

	.js-gadgets-reference-hero__stage {
		padding-bottom: 50px;
	}

	.js-gadgets-reference-hero__stage::before {
		top: 0;
		right: 0;
		width: 100%;
		height: 430px;
		background-position: bottom center;
	}

	.js-gadgets-reference-hero__content {
		width: 100%;
		min-height: 250px;
		align-items: center;
		padding-top: 90px;
		padding-bottom: 100px;
		text-align: center;
	}

	.js-gadgets-reference-hero h2 {
		font-size: 40px;
	}

	.js-gadgets-reference-hero__actions {
		justify-content: center;
	}

	.js-gadgets-reference-hero__product-detail {
		top: 32px;
		right: 20px;
		width: min(42vw, 260px);
	}

	.js-gadgets-reference-hero__trust {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.js-gadgets-reference-hero {
		width: 100%;
		max-width: 100vw;
		height: auto;
		min-height: auto;
		margin-bottom: 44px;
		padding: 112px 0 28px;
		overflow: hidden;
	}

	.js-hero + .js-gadgets-reference-hero {
		margin-top: -44px;
	}

	.js-gadgets-reference-hero + .js-hero {
		margin-top: -44px;
	}

	.js-gadgets-reference-hero__inner {
		width: min(calc(100% - 64px), 1200px);
		max-width: calc(100vw - 64px);
	}

	.js-gadgets-reference-hero__stage {
		display: flex;
		width: 100%;
		max-width: calc(100vw - 64px);
		flex-direction: column;
		padding-bottom: 0;
	}

	.js-gadgets-reference-hero__stage::before {
		position: relative;
		top: auto;
		right: auto;
		order: 2;
		width: 100%;
		height: min(360px, 52vh);
		margin: 6px auto 0;
		background-position: center bottom;
		background-size: auto 100%;
		transform-origin: center bottom;
	}

	.js-gadgets-reference-hero__content {
		order: 1;
		width: 100%;
		max-width: calc(100vw - 64px);
		min-height: 0;
		align-items: flex-start;
		padding: 0;
		text-align: left;
	}

	.js-gadgets-reference-hero__price {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.45;
	}

	.js-gadgets-reference-hero h2 {
		margin-bottom: 16px;
		max-width: 100%;
		font-size: clamp(36px, 10.5vw, 46px);
		line-height: 1;
		overflow-wrap: anywhere;
	}

	.js-gadgets-reference-hero__text {
		max-width: 100%;
		margin-bottom: 22px;
		font-size: 15px;
		line-height: 1.55;
		overflow-wrap: anywhere;
	}

	.js-gadgets-reference-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		max-width: calc(100vw - 64px);
		gap: 12px;
	}

	.js-gadgets-reference-hero__button {
		box-sizing: border-box !important;
		width: auto;
		max-width: 100%;
		min-width: 0;
		justify-self: stretch;
		min-height: 48px;
		border-radius: 6px;
		font-size: 15px;
	}

	.js-gadgets-reference-hero__button--primary {
		padding: 14px 18px;
	}

	.js-gadgets-reference-hero__button--ghost {
		padding: 14px 18px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		color: #ffffffd1;
	}

	.js-gadgets-reference-hero__trust {
		box-sizing: border-box !important;
		left: auto;
		order: 3;
		width: auto;
		max-width: calc(100vw - 64px);
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 16px 0 0;
		padding: 14px;
		border-radius: 12px;
		transform: none;
		animation-name: js-gadgets-hero-copy-in;
	}

	.js-gadgets-reference-hero__product-detail {
		display: none;
	}

	.js-gadgets-reference-hero__trust-item {
		min-width: 0;
		gap: 8px;
		justify-content: flex-start;
		text-align: left;
	}

	.js-gadgets-reference-hero__trust-icon {
		flex-basis: 22px;
		width: 22px;
		height: 22px;
		font-size: 20px;
	}

	.js-gadgets-reference-hero__trust h6 {
		font-size: 11px;
		line-height: 1.25;
	}
}

@media (max-width: 600px) {
	.js-gadgets-reference-hero__inner,
	.js-gadgets-reference-hero__stage,
	.js-gadgets-reference-hero__content,
	.js-gadgets-reference-hero__actions,
	.js-gadgets-reference-hero__trust {
		max-width: 100%;
	}

	.js-gadgets-reference-hero__inner {
		width: calc(100% - 32px);
		margin-right: auto;
		margin-left: auto;
	}

	.js-gadgets-reference-hero h2 {
		font-size: clamp(34px, 9vw, 40px);
	}
}

.js-check-list li::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: var(--js-green);
}

.js-section {
	padding: 72px 0;
	background: var(--js-white);
}

.js-section--off {
	background: var(--js-off-white);
}

.js-section--blue {
	background: #e6f1fb;
}

.js-section--contact {
	padding: 54px 0 72px;
	background: var(--js-white);
}

.js-section h2,
.js-subscription h2,
.js-contact-card h2 {
	max-width: 780px;
	color: var(--js-text);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
}

.js-section__lead {
	max-width: 700px;
	margin: 16px 0 0;
	color: var(--js-muted);
	font-size: 17px;
	line-height: 1.7;
}

.js-segment-finder {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 72px 24px;
	background: var(--js-white);
	color: var(--js-text);
}

.js-gadgets-reference-hero + .js-segment-finder {
	margin-top: -18px;
}

.js-segment-finder__inner {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.js-segment-finder__header {
	max-width: 760px;
	margin-bottom: 34px;
}

.js-segment-finder__eyebrow {
	margin: 0 0 12px;
	color: var(--js-orange, #f15a24);
	font-family: var(--js-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.js-segment-finder__heading {
	max-width: 760px;
	margin: 0;
	color: var(--js-navy, #0f1f35);
	font-family: var(--js-font-display, Georgia, "Times New Roman", serif);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.06;
}

.js-segment-finder__intro {
	max-width: 690px;
	margin: 18px 0 0;
	color: var(--js-muted, #687282);
	font-family: var(--js-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 17px;
	line-height: 1.68;
}

.js-segment-finder .js-segment-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.js-segment-finder .js-starter-mosaic {
	width: 100%;
	margin-top: 48px;
	padding: 0;
	background: transparent;
}

.js-segment-finder .js-starter-mosaic .js-home__inner {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.js-segment-finder .js-segment-card {
	position: relative;
	display: flex;
	min-height: 308px;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	padding: 32px;
	border: 1px solid var(--js-border, #e5eaf0);
	border-radius: 20px;
	background: #f7f8fa;
	color: var(--js-navy, #0f1f35);
	text-decoration: none;
	box-shadow: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.js-segment-finder .js-segment-card:hover,
.js-segment-finder .js-segment-card:focus {
	border-color: rgba(241, 90, 36, 0.38);
	background: var(--js-white, #ffffff);
	box-shadow: 0 18px 42px rgba(15, 31, 53, 0.08);
	color: var(--js-navy, #0f1f35);
	transform: translateY(-4px);
}

.js-segment-finder .js-segment-card:focus-visible {
	outline: 3px solid rgba(241, 90, 36, 0.24);
	outline-offset: 3px;
}

.js-segment-card__top {
	display: block;
	max-width: calc(100% - 72px);
}

.js-segment-card__label {
	display: block;
	color: var(--js-navy, #0f1f35);
	font-family: var(--js-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.js-segment-card__icon {
	position: absolute;
	top: 28px;
	right: 28px;
	display: block;
	width: 56px;
	height: 56px;
	color: var(--js-navy, #0f1f35);
}

.js-segment-card__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	stroke-width: 1.9;
}

.js-segment-card__icon-line {
	stroke: currentColor;
}

.js-segment-card__icon-accent {
	stroke: var(--js-orange, #f15a24);
}

.js-segment-card__line {
	display: block;
	width: 36px;
	height: 2px;
	margin: 30px 0 28px;
	border-radius: 999px;
	background: var(--js-orange, #f15a24);
}

.js-segment-card__headline {
	display: block;
	max-width: 220px;
	color: var(--js-navy, #0f1f35);
	font-family: var(--js-font-display, Georgia, "Times New Roman", serif);
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
}

.js-segment-card__text {
	display: block;
	margin-top: 18px;
	color: var(--js-muted, #687282);
	font-family: var(--js-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	line-height: 1.62;
}

.js-segment-card__cta {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin-top: auto;
	padding-top: 28px;
	color: var(--js-blue-accent, #1f67b1);
	font-family: var(--js-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
}

.js-segment-card__cta span {
	color: var(--js-orange, #f15a24);
	transition: transform 180ms ease;
}

.js-segment-card:hover .js-segment-card__cta span,
.js-segment-card:focus .js-segment-card__cta span {
	transform: translateX(4px);
}

.js-segment-card:hover .js-segment-card__signal,
.js-segment-card:focus .js-segment-card__signal {
	animation: js-segment-signal-pulse 1.25s ease-in-out infinite;
}

.js-segment-card:hover .js-segment-card__signal--two,
.js-segment-card:focus .js-segment-card__signal--two {
	animation-delay: 0.18s;
}

@keyframes js-segment-signal-pulse {
	0%,
	100% {
		opacity: 0.48;
	}

	50% {
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	.js-segment-finder {
		padding: 60px 22px;
	}

	.js-segment-finder .js-segment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.js-segment-finder .js-starter-mosaic {
		margin-top: 42px;
	}
}

@media (max-width: 640px) {
	.js-segment-finder {
		padding: 48px 18px;
	}

	.js-segment-finder__header {
		margin-bottom: 28px;
	}

	.js-segment-finder__heading {
		font-size: clamp(30px, 10vw, 38px);
	}

	.js-segment-finder__intro {
		font-size: 16px;
	}

	.js-segment-finder .js-segment-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.js-segment-finder .js-starter-mosaic {
		margin-top: 34px;
	}

	.js-segment-finder .js-segment-card {
		min-height: 260px;
		padding: 24px;
	}

	.js-segment-card__icon {
		top: 22px;
		right: 22px;
		width: 50px;
		height: 50px;
	}

	.js-segment-card__headline {
		font-size: 23px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-segment-finder *,
	.js-segment-finder *::before,
	.js-segment-finder *::after {
		animation: none !important;
		transition: none !important;
	}
}

.js-feature-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.js-feature-image {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	background: var(--js-navy);
	box-shadow: 0 18px 45px rgba(15, 31, 53, 0.18);
}

.js-section--blue .js-feature-image {
	box-shadow: none;
}

.js-feature-image img,
.js-feature-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.js-check-list {
	display: grid;
	gap: 14px;
	margin: 24px 0 30px;
	padding: 0;
	list-style: none;
}

.js-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--js-text);
	font-weight: 600;
	line-height: 1.55;
}

.js-check-list li::before {
	top: 7px;
	left: 0;
	width: 14px;
	height: 14px;
}

.js-subscription {
	padding: 64px 0;
	background: var(--js-navy);
	color: var(--js-white);
}

.js-subscription__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
}

.js-subscription h2 {
	color: var(--js-white);
}

.js-subscription p:not(.js-eyebrow) {
	max-width: 650px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 16px;
	line-height: 1.7;
}

.js-before-footer-benefits {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 96px 24px;
	background: #ffffff;
}

.js-before-footer-benefits__inner {
	width: min(100%, 1240px);
	margin: 0 auto;
}

.js-before-footer-benefits__header {
	max-width: 760px;
	margin-bottom: 42px;
}

.js-before-footer-benefits__eyebrow {
	margin: 0 0 12px;
	color: var(--js-orange, #e8601a);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.js-before-footer-benefits__heading {
	max-width: 720px;
	margin: 0;
	color: var(--js-navy, #0f1f35);
	font-family: var(--js-font-display);
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.05;
}

.js-before-footer-benefits__intro {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--js-muted, #687282);
	font-size: 17px;
	line-height: 1.7;
}

.js-before-footer-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.js-before-footer-benefits__card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	border: 1px solid rgba(15, 31, 53, 0.08);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 31, 53, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.js-before-footer-benefits__card:hover,
.js-before-footer-benefits__card:focus-within {
	border-color: rgba(232, 96, 26, 0.22);
	box-shadow: 0 24px 60px rgba(15, 31, 53, 0.1);
	transform: translateY(-4px);
}

.js-before-footer-benefits__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	margin-bottom: 30px;
	border-radius: 999px;
	background: rgba(232, 96, 26, 0.08);
}

.js-before-footer-benefits__icon img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.js-before-footer-benefits__title {
	margin: 0;
	color: var(--js-navy, #0f1f35);
	font-family: var(--js-font-body);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.js-before-footer-benefits__text {
	margin: 16px 0 28px;
	color: var(--js-muted, #687282);
	font-size: 16px;
	line-height: 1.7;
}

.js-before-footer-benefits__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: auto;
	padding: 0 18px;
	border: 1px solid rgba(232, 96, 26, 0.22);
	border-radius: var(--js-radius-sm);
	background: rgba(232, 96, 26, 0.08);
	color: var(--js-orange, #e8601a);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.js-before-footer-benefits__link:hover,
.js-before-footer-benefits__link:focus {
	border-color: var(--js-orange, #e8601a);
	background: var(--js-orange, #e8601a);
	color: #ffffff;
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.js-before-footer-benefits {
		padding: 72px 24px;
	}

	.js-before-footer-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.js-before-footer-benefits {
		padding: 56px 18px;
	}

	.js-before-footer-benefits__header {
		margin-bottom: 30px;
	}

	.js-before-footer-benefits__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.js-before-footer-benefits__card {
		padding: 28px;
		border-radius: 20px;
	}

	.js-before-footer-benefits__icon {
		width: 82px;
		height: 82px;
		margin-bottom: 24px;
	}

	.js-before-footer-benefits__icon img {
		width: 62px;
		height: 62px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-before-footer-benefits *,
	.js-before-footer-benefits *::before,
	.js-before-footer-benefits *::after {
		transition: none !important;
	}
}

.js-section-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 32px;
}

.js-text-link {
	color: var(--js-orange);
	font-weight: 800;
	text-decoration: none;
}

.js-text-link:hover,
.js-text-link:focus {
	color: var(--js-orange-dark);
}

.js-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	--js-product-title-lines: 2;
}

.js-product-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-md);
	background: var(--js-white);
	box-shadow: 0 10px 26px rgba(15, 31, 53, 0.06);
}

.js-product-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 0.82;
	background: linear-gradient(135deg, #EAF2FB, #C4DCEF);
	overflow: hidden;
	text-decoration: none;
	transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
	background-size: 140% 140%;
	background-position: 0% 0%;
}

.js-product-card__media::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(36, 99, 235, 0.12), rgba(249, 115, 22, 0.14));
	opacity: 0;
	transition: opacity 0.28s ease;
}

.js-product-card:hover .js-product-card__media,
.js-product-card:focus-within .js-product-card__media {
	background-position: 100% 100%;
	transform: translateY(-2px);
}

.js-product-card:hover .js-product-card__media::before,
.js-product-card:focus-within .js-product-card__media::before {
	opacity: 1;
}

.js-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
}

.js-product-card__image {
	display: block;
	width: 82%;
	height: 82%;
	object-fit: contain;
}

.js-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
	gap: 8px;
}

.js-product-card__brand {
	margin-bottom: 6px;
	color: var(--js-blue-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
}

.js-product-card__title {
	margin: 0;
	font-size: 19px;
	line-height: 1.2;
	min-height: calc(1.2em * var(--js-product-title-lines, 2));
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--js-product-title-lines, 2);
}

.js-product-card__title a {
	color: var(--js-text);
	text-decoration: none;
}

.js-product-card__title a:hover,
.js-product-card__title a:focus {
	color: var(--js-orange);
}

.js-product-card__price {
	margin-top: auto;
	color: var(--js-orange);
	font-family: var(--js-font-body);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.js-product-card__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 12px;
	border-radius: var(--js-radius-sm);
	background: var(--js-blue-accent);
	color: var(--js-white);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.js-product-card__cta:hover,
.js-product-card__cta:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

.js-landing .js-product-grid {
	--js-product-title-lines: 1;
}

.js-brand-strip {
	padding: 28px 0;
	background: var(--js-white);
	border-block: 1px solid var(--js-border);
}

.js-brand-strip .js-home__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.js-brand-strip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 18px;
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-sm);
	background: var(--js-off-white);
	color: var(--js-navy);
	font-weight: 900;
}

.js-contact-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	border: 1px solid var(--js-border);
	border-radius: 12px;
	padding: 32px;
	background: var(--js-off-white);
}

.js-contact-card p {
	margin: 12px 0 0;
	color: var(--js-muted);
}

.js-contact-card__details {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: flex-end;
}

.js-contact-card__details a:not(.js-button) {
	color: var(--js-navy);
	font-weight: 800;
	text-decoration: none;
}

.js-site-footer {
	padding: 56px 0 0;
	background: var(--js-navy);
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--js-font-body);
}

.js-site-footer__inner {
	display: grid;
	grid-template-columns: 2.1fr repeat(3, minmax(0, 1fr));
	gap: 36px;
}

.js-site-footer__logo {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.js-site-footer__logo span {
	color: var(--js-orange);
}

.js-site-footer__logo img {
	display: block;
	width: min(220px, 100%);
	height: auto;
	max-height: 30px;
	object-fit: contain;
}

.js-site-footer p {
	max-width: 310px;
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 1.7;
}

.js-site-footer h2 {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.38);
	font-family: var(--js-font-body);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.js-site-footer nav a {
	display: block;
	margin-bottom: 9px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
}

.js-site-footer nav a:hover,
.js-site-footer nav a:focus {
	color: var(--js-white);
}

.js-site-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.js-site-footer__payments span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.js-site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: 42px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.36);
	font-size: 13px;
}

.js-starter-hero {
	padding: 54px 0 42px;
	background:
		radial-gradient(circle at 80% 14%, rgba(30, 111, 191, 0.28), transparent 34%),
		linear-gradient(135deg, #0d1218 0%, #10161d 62%, #0a0f14 100%);
	color: var(--js-white);
}

.js-starter-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
	gap: 48px;
	align-items: center;
}

.js-starter-hero__copy h2 {
	margin: 10px 0 0;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
}

.js-starter-eyebrow {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.js-starter-hero__text {
	max-width: 560px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 17px;
	line-height: 1.75;
}

.js-starter-hero__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
}

.js-starter-hero__image {
	display: block;
	width: min(100%, 540px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.32));
}

.js-starter-trust {
	margin-top: -18px;
	padding: 0 0 24px;
}

.js-starter-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border-radius: 12px;
	background: rgba(10, 15, 21, 0.96);
	box-shadow: 0 20px 48px rgba(15, 31, 53, 0.16);
}

.js-starter-trust__grid > div {
	padding: 22px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
}

.js-starter-trust__grid > div:last-child {
	border-right: 0;
}

.js-starter-trust__grid strong {
	display: block;
	color: var(--js-white);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.js-starter-trust__grid span {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.45;
}

.js-starter-mosaic {
	padding: 64px 0 56px;
	background: #fff;
}

.js-starter-mosaic .stk-6038223 {
	display: block;
}

.js-starter-mosaic__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 24px;
	align-items: stretch;
}

.js-starter-mosaic__stack {
	display: grid;
	grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	min-width: 0;
}

.js-starter-mosaic__mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	min-width: 0;
}

.js-starter-mosaic-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	overflow: hidden;
	border: 0;
	border-radius: 8px;
	background: var(--js-white);
	box-shadow: 0 18px 45px rgba(15, 31, 53, 0.08);
	color: var(--js-text);
	text-decoration: none;
	--js-mosaic-glow-height: 38%;
	--js-mosaic-glow-left: 10%;
	--js-mosaic-glow-right: 10%;
	--js-mosaic-glow-bottom: 8%;
	--js-mosaic-image-transform: translateY(0);
	--js-mosaic-image-hover-transform: translateY(-3px);
	transition:
		transform 0.28s ease,
		box-shadow 0.28s ease,
		color 0.28s ease,
		border-color 0.28s ease;
}

.js-starter-mosaic-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--js-hover-bg, linear-gradient(135deg, #f7f9fc 0%, #eef4fb 100%));
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.28s ease;
}

.js-starter-mosaic-card::after {
	content: "";
	position: absolute;
	left: var(--js-mosaic-glow-left);
	right: var(--js-mosaic-glow-right);
	bottom: var(--js-mosaic-glow-bottom);
	z-index: 0;
	height: var(--js-mosaic-glow-height);
	border-radius: 999px;
	background: radial-gradient(ellipse at center, rgba(232, 96, 26, 0.18) 0%, rgba(232, 96, 26, 0.08) 45%, rgba(232, 96, 26, 0.02) 68%, transparent 78%);
	filter: blur(18px);
	opacity: 0.92;
	pointer-events: none;
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.js-starter-mosaic-card:hover,
.js-starter-mosaic-card:focus {
	transform: translateY(-3px);
	box-shadow: 0 24px 58px rgba(15, 31, 53, 0.12);
	color: var(--js-text);
}

.js-starter-mosaic-card:hover::before,
.js-starter-mosaic-card:focus::before {
	opacity: 1;
}

.js-starter-mosaic-card:hover::after,
.js-starter-mosaic-card:focus::after {
	opacity: 1;
	transform: translateY(-2px) scale(1.04);
}

.js-starter-mosaic-card__copy,
.js-starter-mosaic-card__image {
	position: relative;
	z-index: 1;
}

.js-starter-mosaic-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.js-starter-mosaic-card__copy strong {
	color: inherit;
	font-family: var(--js-font-body);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.12;
	transition: color 0.28s ease;
}

.js-starter-mosaic-card__copy span {
	color: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	opacity: 0.58;
	transition: color 0.28s ease, opacity 0.28s ease;
}

.js-starter-mosaic-card__image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 240px;
	height: auto;
	object-position: center;
	object-fit: contain;
	transform: var(--js-mosaic-image-transform);
	transition: transform 0.28s ease;
}

.js-starter-mosaic-card:hover .js-starter-mosaic-card__image,
.js-starter-mosaic-card:focus .js-starter-mosaic-card__image {
	transform: var(--js-mosaic-image-hover-transform);
}

.js-starter-mosaic-card--laptops {
	min-height: 420px;
	padding: 34px 34px 28px;
	--js-mosaic-glow-height: 36%;
	--js-mosaic-glow-left: 13%;
	--js-mosaic-glow-right: 13%;
	--js-mosaic-glow-bottom: 9%;
	--js-mosaic-image-transform: scale(1.25);
	--js-mosaic-image-hover-transform: translateY(-3px) scale(1.25);
	--js-hover-bg: linear-gradient(135deg, #ffffff 0%, #edf5ff 100%);
}

.js-starter-mosaic-card--laptops .js-starter-mosaic-card__image {
	align-self: center;
	width: min(100%, 420px);
	max-height: 340px;
	margin-top: auto;
	transform-origin: center bottom;
}

.js-starter-mosaic-card--drones {
	min-height: 210px;
	padding: 32px 34px 22px;
	--js-mosaic-glow-height: 44%;
	--js-mosaic-glow-left: 12%;
	--js-mosaic-glow-right: 12%;
	--js-mosaic-glow-bottom: 6%;
	--js-hover-bg: linear-gradient(135deg, #ffffff 0%, #edf5ff 100%);
}

.js-starter-mosaic-card--drones .js-starter-mosaic-card__image {
	align-self: center;
	width: 100%;
	max-width: 100%;
	max-height: 180px;
	margin-top: auto;
	margin-left: 0;
	margin-right: 0;
	margin-inline: auto;
	transform-origin: center bottom;
}

.js-starter-mosaic-card--small {
	min-height: 234px;
	padding: 32px 30px 22px;
	--js-mosaic-glow-height: 42%;
	--js-mosaic-glow-left: 12%;
	--js-mosaic-glow-right: 8%;
	--js-mosaic-glow-bottom: 7%;
}

.js-starter-mosaic-card--smartphones {
	--js-hover-bg: linear-gradient(135deg, #ffffff 0%, #edf5ff 100%);
}

.js-starter-mosaic-card--gaming {
	--js-hover-bg: linear-gradient(135deg, #ffffff 0%, #edf5ff 100%);
}

.js-starter-mosaic-card--small .js-starter-mosaic-card__image {
	align-self: flex-end;
	width: auto;
	max-height: 162px;
	margin-top: auto;
}

@media (prefers-reduced-motion: reduce) {
	.js-starter-mosaic *,
	.js-starter-mosaic *::before,
	.js-starter-mosaic *::after {
		animation: none !important;
		transition: none !important;
	}
}

.js-starter-featured-products {
	padding: 72px 0;
}

.js-starter-featured-compare__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.js-starter-category-grid,
.js-starter-feature-grid,
.js-starter-value-grid,
.js-starter-news-grid {
	display: grid;
	gap: 16px;
	margin-top: 34px;
}

.js-starter-category-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.js-starter-feature-grid,
.js-starter-value-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.js-starter-news-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.js-starter-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	min-height: 190px;
	overflow: hidden;
	border: 1px solid var(--js-border);
	border-radius: 12px;
	background: var(--js-white);
	box-shadow: 0 14px 34px rgba(15, 31, 53, 0.08);
	color: var(--js-text);
	text-decoration: none;
}

.js-starter-card__copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px 0 26px 26px;
}

.js-starter-card--category .js-starter-card__copy strong,
.js-starter-news-card__label,
.js-starter-value-card__index,
.js-starter-banner .js-starter-eyebrow {
	color: var(--js-blue-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
}

.js-starter-card__copy span,
.js-starter-value-card h3,
.js-starter-news-card h3,
.js-starter-banner h2 {
	display: block;
	margin-top: 8px;
	color: var(--js-navy);
	font-family: var(--js-font-display);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
}

.js-starter-card--category .js-starter-card__copy span {
	font-size: 24px;
}

.js-starter-card__copy em {
	display: block;
	margin-top: 10px;
	color: var(--js-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.6;
}

.js-starter-card__image,
.js-starter-news-card__media img,
.js-starter-banner__image {
	display: block;
	width: min(100%, 240px);
	height: auto;
	object-fit: contain;
}

.js-starter-card--category .js-starter-card__image {
	width: min(100%, 180px);
	margin: 0 22px 0 0;
}

.js-starter-value-card {
	border: 1px solid var(--js-border);
	border-radius: 12px;
	padding: 24px;
	background: var(--js-white);
	box-shadow: 0 10px 28px rgba(15, 31, 53, 0.06);
}

.js-starter-value-card__index {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--js-blue-accent);
}

.js-starter-value-card h3 {
	margin: 0;
	font-size: 18px;
}

.js-starter-value-card p {
	margin: 10px 0 0;
	color: var(--js-muted);
	font-size: 14px;
	line-height: 1.65;
}

.js-starter-banner {
	padding: 22px 0 42px;
}

.js-starter-banner__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	overflow: hidden;
	border-radius: 12px;
	background:
		radial-gradient(circle at 82% 18%, rgba(30, 111, 191, 0.18), transparent 32%),
		linear-gradient(135deg, #10161d 0%, #0d1116 100%);
	box-shadow: 0 18px 44px rgba(15, 31, 53, 0.14);
}

.js-starter-banner__copy {
	padding: 42px 42px 42px 44px;
	color: var(--js-white);
}

.js-starter-banner h2 {
	margin-top: 10px;
	color: var(--js-white);
	font-size: clamp(32px, 4vw, 52px);
}

.js-starter-banner p:not(.js-starter-eyebrow) {
	max-width: 520px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.7;
}

.js-starter-banner__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px;
}

.js-starter-banner--alt .js-starter-banner__grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.js-starter-news-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--js-border);
	border-radius: 12px;
	background: var(--js-white);
	box-shadow: 0 12px 32px rgba(15, 31, 53, 0.08);
}

.js-starter-news-card__media {
	display: block;
	aspect-ratio: 1 / 0.8;
	background: #f4f7fb;
	text-decoration: none;
}

.js-starter-news-card__media img {
	width: 100%;
	height: 100%;
	padding: 18px;
}

.js-starter-news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 20px 22px;
}

.js-starter-news-card h3 {
	margin: 8px 0 0;
	font-size: 18px;
}

.js-starter-news-card h3 a {
	color: inherit;
	text-decoration: none;
}

.js-starter-news-card h3 a:hover,
.js-starter-news-card h3 a:focus {
	color: var(--js-orange);
}

.js-starter-news-card p {
	margin: 10px 0 0;
	color: var(--js-muted);
	font-size: 14px;
	line-height: 1.65;
}

.js-starter-news-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 40px;
	margin-top: auto;
	padding: 0 16px;
	border-radius: var(--js-radius-sm);
	background: var(--js-off-white);
	color: var(--js-text);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.js-starter-news-card__button:hover,
.js-starter-news-card__button:focus {
	background: var(--js-blue-accent);
	color: var(--js-white);
}

.js-starter-newsletter {
	padding: 60px 0;
	background: #10151b;
	color: var(--js-white);
}

.js-starter-newsletter__grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
	text-align: center;
}

.js-starter-newsletter h2 {
	margin: 0;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	line-height: 1.1;
}

.js-starter-newsletter__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	width: min(100%, 560px);
}

.js-starter-newsletter__form input {
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--js-radius-sm);
	background: #05070a;
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-size: 15px;
}

.js-starter-newsletter__form input::placeholder {
	color: rgba(255, 255, 255, 0.44);
}

.js-starter-newsletter__form .js-button {
	min-height: 48px;
	padding-inline: 22px;
}

.js-starter-footer {
	padding: 54px 0 0;
	background: #0b1015;
	color: rgba(255, 255, 255, 0.66);
}

.js-starter-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
	gap: 34px;
}

.js-starter-footer__logo {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.js-starter-footer__logo span {
	color: var(--js-orange);
}

.js-starter-footer__brand p {
	max-width: 300px;
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 1.65;
}

.js-starter-footer h3 {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.38);
	font-family: var(--js-font-body);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.js-starter-footer nav a {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
}

.js-starter-footer nav a:hover,
.js-starter-footer nav a:focus {
	color: var(--js-white);
}

.js-starter-footer__socials,
.js-starter-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.js-starter-footer__socials span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--js-white);
	color: var(--js-text);
	font-size: 13px;
	font-weight: 900;
}

.js-starter-footer__payments span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.js-starter-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: 38px;
	padding: 20px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.34);
	font-size: 13px;
}

@media (max-width: 1024px) {
	.js-hero__grid,
	.js-feature-grid,
	.js-subscription__grid,
	.js-contact-card {
		grid-template-columns: 1fr;
	}

	.js-hero {
		margin-bottom: 50px;
		padding: 100px 0 0;
	}

	.js-hero__grid {
		min-height: auto;
		padding-bottom: 50px;
	}

	.js-hero__copy {
		width: 100%;
		min-height: 250px;
		padding-top: 90px;
		padding-bottom: 100px;
		text-align: center;
	}

	.js-hero h1 {
		max-width: 620px;
		margin-right: auto;
		margin-left: auto;
		font-size: 40px;
	}

	.js-hero .js-button-row {
		justify-content: center;
	}

	.js-hero-product {
		max-width: 520px;
	}

	.js-hero-product-visual {
		position: relative;
		inset: auto;
		justify-content: center;
		width: 100%;
		max-width: none;
		min-height: 420px;
		margin-top: -110px;
	}

	.js-hero-product-visual__link {
		justify-content: center;
	}

	.js-hero-product-visual .js-hero-product-detail {
		right: 0;
		top: 0;
	}

	.js-trust__grid,
	.js-segment-grid,
	.js-product-grid,
	.js-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.js-trust__item:nth-child(2n) {
		border: 0;
	}

	.js-starter-hero__grid,
	.js-starter-banner__grid,
	.js-starter-footer__grid {
		grid-template-columns: 1fr;
	}

	.js-starter-category-grid,
	.js-starter-feature-grid,
	.js-starter-value-grid,
	.js-starter-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.js-starter-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.js-starter-mosaic__grid {
		grid-template-columns: 1fr;
	}

	.js-starter-mosaic__stack {
		grid-template-rows: auto;
	}

	.js-starter-featured-compare__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.js-subscription__grid,
	.js-contact-card,
	.js-contact-card__details {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.js-home__inner,
	.js-site-footer__inner,
	.js-site-footer__bottom {
		width: min(calc(100% - 32px), var(--js-content-width));
	}

	.js-hero {
		margin-bottom: 60px;
		padding: 100px 0 0;
	}

	.js-hero__copy {
		min-height: 250px;
		padding-top: 72px;
		padding-bottom: 64px;
	}

	.js-hero h1 {
		font-size: 40px;
		line-height: 1.3;
	}

	.js-hero__text,
	.js-section__lead {
		font-size: 15px;
	}

	.js-button-row,
	.js-button,
	.js-subscription .js-button {
		width: 100%;
	}

	.js-hero .js-button-row {
		width: auto;
		gap: 18px;
		justify-content: center;
	}

	.js-hero .js-button {
		width: auto;
	}

	.js-button {
		min-height: 46px;
	}

	.js-hero-product {
		padding: 16px;
	}

	.js-hero-product-detail {
		width: min(76%, 280px);
		padding: 12px;
	}

	.js-hero-product__media {
		min-height: 160px;
	}

	.js-hero-product__image {
		max-height: 150px;
	}

	.js-hero-product-visual {
		min-height: 410px;
		margin-top: -40px;
	}

	.js-hero-product-visual .js-hero-product-detail {
		width: min(82%, 260px);
	}

	.js-hero-product-visual .js-hero-product__image {
		width: auto;
		height: min(58vh, 420px);
		max-height: 420px;
	}

	.js-section {
		padding: 48px 0;
	}

	.js-section--contact {
		padding: 34px 0 48px;
	}

	.js-trust__grid,
	.js-segment-grid,
	.js-product-grid,
	.js-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.js-trust__grid {
		gap: 30px;
		justify-content: center;
		padding: 40px;
		border-radius: 15px;
	}

	.js-trust__item {
		width: 100%;
		max-width: 100%;
		padding: 0;
		border: 0;
	}

	.js-trust__item:last-child {
		border: 0;
	}

	.js-segment-card {
		min-height: 190px;
	}

	.js-starter-mosaic {
		padding: 44px 0 40px;
	}

	.js-starter-hero {
		padding: 42px 0 38px;
	}

	.js-starter-hero__grid,
	.js-starter-banner__grid {
		gap: 26px;
	}

	.js-starter-hero__media {
		min-height: 260px;
	}

	.js-starter-hero__image {
		width: min(100%, 380px);
	}

	.js-starter-trust__grid,
	.js-starter-mosaic__mini-grid,
	.js-starter-category-grid,
	.js-starter-feature-grid,
	.js-starter-value-grid,
	.js-starter-news-grid,
	.js-starter-footer__grid {
		grid-template-columns: 1fr;
	}

	.js-starter-card {
		min-height: 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.js-starter-card__copy {
		padding: 22px 22px 0;
	}

	.js-starter-card--category .js-starter-card__image {
		margin: 0 22px 22px;
		width: min(calc(100% - 44px), 220px);
	}

	.js-starter-mosaic__grid,
	.js-starter-mosaic__mini-grid {
		grid-template-columns: 1fr;
	}

	.js-starter-mosaic-card--laptops {
		min-height: 330px;
	}

	.js-starter-mosaic-card--drones,
	.js-starter-mosaic-card--small {
		min-height: 180px;
	}

	.js-starter-mosaic-card--laptops .js-starter-mosaic-card__image {
		max-width: 88%;
	}

	.js-starter-mosaic-card--drones .js-starter-mosaic-card__image,
	.js-starter-mosaic-card--small .js-starter-mosaic-card__image {
		max-width: 68%;
	}

	.js-starter-featured-products {
		padding: 48px 0;
	}

	.js-starter-featured-compare__grid {
		grid-template-columns: 1fr;
	}

	.js-starter-banner__copy {
		padding: 28px 24px 0;
	}

	.js-starter-banner__media {
		padding: 0 24px 24px;
	}

	.js-starter-newsletter {
		padding: 44px 0;
	}

	.js-feature-grid {
		gap: 28px;
	}

	.js-feature-image img {
		min-height: 230px;
	}

	.js-subscription {
		padding: 46px 0;
	}

	.js-section-heading-row {
		display: block;
	}

	.js-text-link {
		display: inline-flex;
		margin-top: 14px;
	}

	.js-contact-card {
		padding: 22px;
	}

	.js-starter-newsletter__form {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.js-starter-newsletter__form .js-button {
		width: 100%;
	}

	.js-starter-footer__bottom {
		margin-top: 28px;
	}

	.js-site-footer {
		padding-top: 40px;
	}
}

body.page-id-640 .entry-content,
body.page-id-648 .entry-content,
body.page-id-649 .entry-content,
body.page-id-650 .entry-content,
body.page-id-651 .entry-content,
body.page-id-645 .entry-content,
body.page-id-652 .entry-content,
body.page-id-653 .entry-content {
	margin-top: 0;
}

.js-landing {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: var(--js-white);
	color: var(--js-text);
	font-family: var(--js-font-body);
}

.js-landing *,
.js-landing *::before,
.js-landing *::after {
	box-sizing: border-box;
}

.js-landing__inner {
	width: min(var(--js-content-width), calc(100vw - 40px));
	margin: 0 auto;
}

.js-landing-hero {
	position: relative;
	overflow: hidden;
	padding: 76px 0 68px;
	background:
		radial-gradient(circle at 82% 18%, rgba(30, 111, 191, 0.32), transparent 35%),
		linear-gradient(135deg, #0f1f35 0%, #173352 58%, #0b1728 100%);
	color: var(--js-white);
}

.js-landing-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 430px;
	gap: 58px;
	align-items: center;
}

.js-landing-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
}

.js-landing-hero__intro {
	max-width: 680px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	line-height: 1.75;
}

.js-landing-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.js-landing-hero__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--js-radius-sm);
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.js-landing-hero__media {
	display: flex;
	min-height: 440px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: radial-gradient(circle at 50% 62%, rgba(30, 111, 191, 0.24), transparent 52%), rgba(255, 255, 255, 0.06);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.js-landing-hero__media img {
	display: block;
	width: auto;
	max-width: min(86%, 540px);
	height: min(560px, 62vh);
	max-height: 560px;
	padding: 26px;
	object-fit: contain;
}

.js-landing--jakt .js-landing-hero__media img,
.js-landing--icom .js-landing-hero__media img,
.js-landing--zodiac .js-landing-hero__media img {
	object-fit: contain;
}

.js-landing-section {
	padding: 88px 0;
	background: var(--js-white);
}

.js-landing-section--blue {
	background: var(--js-soft-blue, #eaf2fb);
}

.js-landing-section--off {
	background: var(--js-soft, #f5f6f8);
}

.js-landing-section h2,
.js-landing-cta h2,
.js-landing-faq h2 {
	max-width: 800px;
	margin: 0;
	color: var(--js-text);
	font-family: var(--js-font-display);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.js-landing-section__lead {
	max-width: 760px;
	margin: 16px 0 0;
	color: var(--js-muted);
	font-size: 17px;
	line-height: 1.7;
}

.js-landing-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	gap: 22px;
	margin-top: 36px;
}

.js-landing-card {
	position: relative;
	display: flex;
	min-height: 230px;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border: 1px solid rgba(15, 31, 53, 0.08);
	border-radius: 22px;
	padding: 30px;
	background: var(--js-soft, #f5f6f8);
	color: var(--js-text);
	text-decoration: none;
	box-shadow: 0 18px 45px rgba(15, 31, 53, 0.06);
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.js-landing-card::before {
	content: "";
	width: 38px;
	height: 2px;
	margin-bottom: 34px;
	border-radius: 999px;
	background: var(--js-orange, #e8601a);
}

.js-landing-card:hover,
.js-landing-card:focus {
	border-color: rgba(232, 96, 26, 0.24);
	background: var(--js-white);
	box-shadow: 0 24px 60px rgba(15, 31, 53, 0.1);
	color: var(--js-text);
	transform: translateY(-3px);
}

.js-landing-card span {
	color: var(--js-orange, #e8601a);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.js-landing-card strong {
	display: block;
	margin-top: auto;
	font-family: var(--js-font-display);
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
}

.js-landing-card em {
	display: block;
	margin-top: 12px;
	color: var(--js-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.55;
}

.js-landing-benefit-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 58px;
	align-items: start;
}

.js-landing-benefits {
	display: grid;
	gap: 18px;
}

.js-landing-benefit {
	position: relative;
	padding: 24px 24px 24px 62px;
	border: 1px solid rgba(15, 31, 53, 0.08);
	border-radius: 20px;
	background: var(--js-white);
	box-shadow: 0 18px 45px rgba(15, 31, 53, 0.06);
}

.js-landing-benefit::before {
	content: "";
	position: absolute;
	top: 27px;
	left: 24px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%, var(--js-orange, #e8601a) 0 36%, rgba(232, 96, 26, 0.14) 38% 100%);
}

.js-landing-benefit strong {
	display: block;
	color: var(--js-navy);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
}

.js-landing-benefit span {
	display: block;
	margin-top: 6px;
	color: var(--js-muted);
	font-size: 14px;
	line-height: 1.6;
}

.js-landing .js-section-heading-row {
	align-items: flex-start;
}

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

.js-landing-cta {
	padding: 64px 0;
	background: var(--js-navy);
	color: var(--js-white);
}

body.js-inner-landing-page .ct-container-full[data-vertical-spacing*="bottom"] {
	padding-bottom: 0;
}

body.js-inner-landing-page .entry-content > .js-landing {
	margin-bottom: 0;
}

body.js-inner-landing-page .js-landing-cta {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(circle at 82% 18%, rgba(30, 111, 191, 0.14), transparent 34%),
		var(--js-navy);
}

.js-landing-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
}

.js-landing-cta h2 {
	color: var(--js-white);
}

.js-landing-cta p:not(.js-eyebrow) {
	max-width: 680px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 16px;
	line-height: 1.7;
}

.js-landing-faq {
	max-width: 900px;
}

.js-landing-faq__items {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.js-landing-faq details {
	border: 1px solid rgba(15, 31, 53, 0.08);
	border-radius: 18px;
	background: var(--js-white);
	box-shadow: 0 14px 36px rgba(15, 31, 53, 0.05);
}

.js-landing-faq summary {
	cursor: pointer;
	padding: 18px 22px;
	color: var(--js-navy);
	font-weight: 900;
	line-height: 1.4;
}

.js-landing-faq summary::marker {
	color: var(--js-orange);
}

.js-landing-faq details p {
	margin: 0;
	padding: 0 22px 20px;
	color: var(--js-muted);
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 1024px) {
	.js-landing-hero__grid,
	.js-landing-benefit-grid,
	.js-landing-cta__grid {
		grid-template-columns: 1fr;
	}

	.js-landing-hero__media {
		max-width: 580px;
		min-height: 380px;
	}

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

	.js-landing-cta__grid {
		align-items: flex-start;
	}
}

@media (max-width: 680px) {
	.js-landing__inner {
		width: min(calc(100% - 32px), var(--js-content-width));
		max-width: calc(100vw - 32px);
	}

	.js-landing-hero {
		padding: 42px 0 46px;
		overflow: hidden;
	}

	.js-landing-hero h1 {
		font-size: clamp(34px, 12vw, 46px);
		overflow-wrap: anywhere;
	}

	.js-landing-hero__intro,
	.js-landing-section__lead {
		max-width: 100%;
		font-size: 15px;
		overflow-wrap: anywhere;
	}

	.js-landing-hero .js-button-row,
	.js-landing-cta .js-button-row {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		gap: 12px;
	}

	.js-landing-hero .js-button-row .js-button,
	.js-landing-cta .js-button-row .js-button {
		box-sizing: border-box !important;
		width: 100%;
		min-width: 0;
	}

	.js-landing-hero__media img {
		max-width: min(88%, 420px);
		height: min(430px, 56vh);
		max-height: 430px;
		aspect-ratio: auto;
	}

	.js-landing-section {
		padding: 48px 0;
	}

	.js-landing .js-product-grid {
		grid-template-columns: 1fr;
	}

	.js-landing-card {
		min-height: 195px;
		padding: 24px;
	}

	.js-landing-benefit {
		padding: 18px 18px 18px 48px;
	}

	.js-landing-cta {
		padding: 46px 0;
	}

	.js-landing-cta .js-button {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.js-landing-hero .js-landing__inner {
		width: calc(100% - 32px);
		max-width: var(--js-content-width);
		margin-right: auto;
		margin-left: auto;
	}

	.js-landing-hero__grid,
	.js-landing-hero__intro,
	.js-landing-hero__badges,
	.js-landing-hero .js-button-row,
	.js-landing-hero__media {
		max-width: 100%;
	}

	.js-landing-hero .js-button-row .js-button {
		width: auto;
		justify-self: stretch;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-landing-section *,
	.js-landing-section *::before,
	.js-landing-section *::after,
	.js-product-grid *,
	.js-product-grid *::before,
	.js-product-grid *::after,
	body.woocommerce .woocommerce [data-products] *,
	body.woocommerce .woocommerce [data-products] *::before,
	body.woocommerce .woocommerce [data-products] *::after {
		animation: none !important;
		transition: none !important;
	}
}

body.page-id-647 .entry-content,
body.page-id-685 .entry-content {
	margin-top: 0;
}

.js-form-flow {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: var(--js-white);
	color: var(--js-text);
	font-family: var(--js-font-body);
}

.js-form-flow *,
.js-form-flow *::before,
.js-form-flow *::after {
	box-sizing: border-box;
}

.js-form-flow__inner {
	width: min(var(--js-content-width), calc(100vw - 40px));
	margin: 0 auto;
}

.js-form-hero {
	padding: 70px 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(30, 111, 191, 0.32), transparent 35%),
		linear-gradient(135deg, #0f1f35 0%, #173352 58%, #0b1728 100%);
	color: var(--js-white);
}

.js-form-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 54px;
	align-items: center;
}

.js-form-hero h1,
.js-form-panel h2,
.js-form-sidebar h2,
.js-thanks-card h1 {
	margin: 0;
	font-family: var(--js-font-display);
	font-weight: 900;
	letter-spacing: 0;
}

.js-form-hero h1,
.js-thanks-card h1 {
	max-width: 780px;
	color: var(--js-white);
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.02;
}

.js-form-hero__intro,
.js-thanks-card p {
	max-width: 680px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	line-height: 1.75;
}

.js-form-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.js-form-hero__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--js-radius-sm);
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.js-form-contact-card {
	display: grid;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.js-form-contact-card strong {
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15;
}

.js-form-contact-card a {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
	text-decoration: none;
}

.js-form-section {
	padding: 72px 0;
	background: var(--js-off-white);
}

.js-form-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 28px;
	align-items: start;
}

.js-form-panel,
.js-form-sidebar > div {
	border: 1px solid var(--js-border);
	border-radius: 12px;
	background: var(--js-white);
	box-shadow: 0 12px 30px rgba(15, 31, 53, 0.06);
}

.js-form-panel {
	padding: 32px;
}

.js-form-panel h2,
.js-form-sidebar h2 {
	color: var(--js-text);
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.08;
}

.js-form-panel > p,
.js-form-sidebar p,
.js-form-sidebar li {
	color: var(--js-muted);
	font-size: 15px;
	line-height: 1.7;
}

.js-form-sidebar {
	display: grid;
	gap: 18px;
}

.js-form-sidebar > div {
	padding: 24px;
}

.js-form-sidebar ol {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding-left: 20px;
}

.js-form-flow .wpcf7 {
	margin-top: 28px;
}

.js-cf7-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.js-cf7-field {
	display: grid;
	gap: 7px;
	margin: 0;
	color: var(--js-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.js-cf7-field--full,
.js-cf7-consent,
.js-cf7-actions {
	grid-column: 1 / -1;
}

.js-cf7-field small {
	color: var(--js-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.js-form-flow .wpcf7 input[type="text"],
.js-form-flow .wpcf7 input[type="email"],
.js-form-flow .wpcf7 input[type="tel"],
.js-form-flow .wpcf7 input[type="number"],
.js-form-flow .wpcf7 select,
.js-form-flow .wpcf7 textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-sm);
	background: var(--js-white);
	color: var(--js-text);
	font-family: var(--js-font-body);
	font-size: 15px;
	line-height: 1.45;
}

.js-form-flow .wpcf7 textarea {
	min-height: 150px;
	resize: vertical;
}

.js-form-flow .wpcf7 input:focus,
.js-form-flow .wpcf7 select:focus,
.js-form-flow .wpcf7 textarea:focus {
	border-color: var(--js-blue-accent);
	outline: 2px solid rgba(30, 111, 191, 0.12);
	outline-offset: 0;
}

.js-form-flow .wpcf7-not-valid {
	border-color: #c0392b !important;
}

.js-form-flow .wpcf7-not-valid-tip,
.js-form-flow .wpcf7-response-output {
	color: #9c2131;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.js-form-flow .wpcf7-response-output {
	margin: 20px 0 0;
	border-radius: var(--js-radius-sm);
	padding: 12px 14px;
}

.js-cf7-consent {
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-md);
	padding: 16px;
	background: var(--js-off-white);
	color: var(--js-muted);
	font-size: 14px;
	line-height: 1.55;
}

.js-cf7-consent .wpcf7-list-item {
	margin: 0;
}

.js-cf7-consent label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.js-cf7-consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--js-orange);
}

.js-cf7-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.js-form-flow .wpcf7-submit {
	min-height: 48px;
	border: 0;
	border-radius: var(--js-radius-sm);
	background: var(--js-orange);
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
}

.js-form-flow .wpcf7-submit:hover,
.js-form-flow .wpcf7-submit:focus {
	background: var(--js-orange-dark);
}

.js-thanks-card {
	max-width: 840px;
}

.js-thanks-card__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.62);
	font-weight: 800;
}

.js-thanks-card__contact a {
	color: var(--js-white);
	text-decoration: none;
}

@media (max-width: 1024px) {
	.js-form-hero__grid,
	.js-form-grid {
		grid-template-columns: 1fr;
	}

	.js-form-contact-card,
	.js-form-sidebar {
		max-width: 620px;
	}
}

@media (max-width: 680px) {
	.js-form-flow__inner {
		width: min(calc(100% - 32px), var(--js-content-width));
	}

	.js-form-hero {
		padding: 42px 0 46px;
	}

	.js-form-hero h1,
	.js-thanks-card h1 {
		font-size: clamp(34px, 12vw, 46px);
	}

	.js-form-hero__intro,
	.js-thanks-card p {
		font-size: 15px;
	}

	.js-form-section {
		padding: 48px 0;
	}

	.js-form-panel,
	.js-form-sidebar > div {
		padding: 22px;
	}

	.js-cf7-grid {
		grid-template-columns: 1fr;
	}

	.js-cf7-actions,
	.js-form-flow .wpcf7-submit {
		width: 100%;
	}
}

/* Batch 8: info pages, editorial content, and archive H1 support. */
.js-info-page {
	max-width: 760px;
	margin: 0 auto;
	padding: 36px 0 70px;
	color: var(--js-text);
	font-family: var(--js-font-body);
	font-size: 16px;
	line-height: 1.8;
}

.js-info-page .js-info-lead {
	color: var(--js-navy);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
}

.js-info-page h2,
.js-info-page h3 {
	color: var(--js-navy);
	line-height: 1.18;
	margin-top: 36px;
	margin-bottom: 12px;
}

.js-info-page h2 {
	font-size: clamp(28px, 4vw, 38px);
}

.js-info-page h3 {
	font-size: 22px;
}

.js-info-page p,
.js-info-page li {
	color: var(--js-muted);
}

.js-info-page a:not(.wp-block-button__link) {
	color: var(--js-blue-accent);
	font-weight: 700;
	text-decoration: none;
}

.js-info-page a:not(.wp-block-button__link):hover,
.js-info-page a:not(.wp-block-button__link):focus {
	color: var(--js-orange);
}

.js-info-link-grid {
	gap: 22px;
	margin: 34px 0;
}

.js-info-link-grid .wp-block-column,
.js-info-cta {
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-md);
	background: var(--js-white);
	box-shadow: 0 18px 42px rgba(15, 31, 53, 0.06);
}

.js-info-link-grid .wp-block-column {
	padding: 24px;
}

.js-info-cta {
	margin-top: 38px;
	padding: 30px;
	background:
		radial-gradient(circle at 92% 0, rgba(232, 96, 26, 0.16), transparent 35%),
		var(--js-off-white);
}

.js-info-overview {
	--js-info-navy: var(--js-navy, #0f1f35);
	--js-info-orange: var(--js-orange, #e8601a);
	--js-info-blue: var(--js-blue-accent, #1f67b1);
	--js-info-muted: var(--js-muted, #687282);
	--js-info-border: rgba(15, 31, 53, 0.08);
	--js-info-soft: var(--js-soft, #f5f6f8);
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) 0 !important;
	padding: 88px 24px 96px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	color: var(--js-info-navy);
	font-family: var(--js-font-body);
}

.js-info-overview__inner {
	width: min(100%, 1240px);
	margin: 0 auto;
}

.js-info-overview__header {
	max-width: 760px;
	margin: 0 0 42px;
}

.js-info-overview__eyebrow {
	margin: 0 0 12px;
	color: var(--js-info-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.js-info-overview__heading {
	max-width: 760px;
	margin: 0;
	color: var(--js-info-navy);
	font-family: var(--js-font-display);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
}

.js-info-overview__intro {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--js-info-muted);
	font-size: 17px;
	line-height: 1.7;
}

.js-info-overview__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.js-info-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding: 34px;
	border: 1px solid var(--js-info-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 31, 53, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.js-info-card:hover,
.js-info-card:focus-within {
	border-color: rgba(232, 96, 26, 0.22);
	box-shadow: 0 24px 60px rgba(15, 31, 53, 0.1);
	transform: translateY(-4px);
}

.js-info-card__icon {
	display: inline-flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
	border-radius: 999px;
	background: rgba(232, 96, 26, 0.08);
	color: var(--js-info-orange);
}

.js-info-card__icon img,
.js-info-card__icon svg {
	display: block;
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.js-info-card__title {
	margin: 0;
	color: var(--js-info-navy);
	font-family: var(--js-font-body);
	font-size: 23px;
	font-weight: 900;
	line-height: 1.18;
}

.js-info-card__line {
	display: block;
	width: 36px;
	height: 2px;
	margin: 18px 0 0;
	border-radius: 999px;
	background: var(--js-info-orange);
}

.js-info-card__text {
	margin: 18px 0 24px;
	color: var(--js-info-muted);
	font-size: 15.5px;
	line-height: 1.7;
}

.js-info-card__links {
	display: grid;
	gap: 12px;
	margin-top: auto;
}

.js-info-card__link,
.js-info-card__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--js-info-blue);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.js-info-card__button {
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(232, 96, 26, 0.22);
	border-radius: var(--js-radius-sm);
	background: rgba(232, 96, 26, 0.08);
	color: var(--js-info-orange);
}

.js-info-card__link::after {
	content: "→";
	color: var(--js-info-orange);
	transition: transform 180ms ease;
}

.js-info-card__link:hover,
.js-info-card__link:focus,
.js-info-card__button:hover,
.js-info-card__button:focus {
	color: var(--js-info-orange);
	transform: translateX(2px);
}

.js-info-card__button:hover,
.js-info-card__button:focus {
	background: var(--js-info-orange);
	color: #ffffff;
}

.js-info-card__link:hover::after,
.js-info-card__link:focus::after {
	transform: translateX(3px);
}

@media (max-width: 1180px) {
	.js-info-overview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.js-info-overview {
		padding: 72px 24px;
	}
}

@media (max-width: 640px) {
	.js-info-overview {
		padding: 56px 18px;
	}

	.js-info-overview__header {
		margin-bottom: 30px;
	}

	.js-info-overview__heading {
		font-size: clamp(32px, 11vw, 42px);
	}

	.js-info-overview__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.js-info-card {
		padding: 26px;
		border-radius: 20px;
	}

	.js-info-card__icon {
		width: 74px;
		height: 74px;
		margin-bottom: 22px;
	}

	.js-info-card__icon img,
	.js-info-card__icon svg {
		width: 52px;
		height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-info-overview *,
	.js-info-overview *::before,
	.js-info-overview *::after {
		animation: none !important;
		transition: none !important;
	}
}

.js-contact-map {
	overflow: hidden;
	margin-top: 34px;
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-md);
	background: var(--js-white);
	box-shadow: 0 18px 42px rgba(15, 31, 53, 0.06);
}

.js-contact-map iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 0;
}

@media (max-width: 680px) {
	.js-info-page {
		padding: 24px 0 52px;
	}

	.js-info-link-grid .wp-block-column,
	.js-info-cta {
		padding: 22px;
	}
}

/* Gadgets reference contact page. */
.entry-content > .js-contact-ref {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) 0 !important;
	padding: 0 20px 110px;
	color: var(--js-text);
	font-family: var(--js-font-body);
}

body.page-id-81.js-transparent-header .js-universal-page-hero + .ct-container-full {
	margin-top: 0;
}

body.page-id-81 .js-universal-page-hero .js-page-title-icon {
	display: none;
}

.js-contact-ref__inner {
	width: min(var(--js-content-width), calc(100vw - 40px));
	margin: 0 auto;
}

.js-contact-ref__info-shell {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin-top: -100px;
	margin-bottom: 120px;
	padding: 60px 50px;
	border-radius: 15px;
	background: var(--js-white);
	box-shadow: 0 20px 80px rgba(193, 199, 212, 0.3);
}

.js-contact-ref__info-item {
	display: flex;
	align-items: flex-start;
	gap: 35px;
	min-width: 0;
}

.js-contact-ref__icon {
	display: inline-flex;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	color: var(--theme-link-initial-color, var(--js-blue-accent));
}

.js-contact-ref__info-shell .js-contact-ref__icon,
.js-contact-ref__info-shell a:not(.js-button) {
	color: var(--js-orange);
}

.js-contact-ref__info-shell a:not(.js-button):hover,
.js-contact-ref__info-shell a:not(.js-button):focus {
	color: var(--js-orange-dark);
}

.js-contact-ref__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.js-contact-ref h2 {
	margin: 0 0 24px;
	color: var(--js-navy);
	font-family: var(--js-font-display);
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.25;
}

.js-contact-ref__info-item h2 {
	margin-bottom: 24px;
	font-family: var(--js-font-body);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
}

.js-contact-ref p {
	margin: 0;
	color: var(--js-muted);
	font-size: 16px;
	line-height: 1.72;
}

.js-contact-ref p + p {
	margin-top: 12px;
}

.js-contact-ref a:not(.js-button) {
	color: var(--js-orange);
	font-weight: 800;
	text-decoration: none;
}

.js-contact-ref a:not(.js-button):hover,
.js-contact-ref a:not(.js-button):focus {
	color: var(--js-orange-dark);
}

.js-contact-ref__map-message {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
	align-items: center;
	margin-bottom: 120px;
}

.js-contact-ref__map-wrap .js-contact-map {
	height: 700px;
	margin: 0;
	border: 0;
	border-radius: 15px;
	box-shadow: none;
}

.js-contact-ref__map-wrap .js-contact-map iframe {
	width: 100%;
	height: 100%;
	min-height: 0;
	border-radius: inherit;
}

.js-contact-ref__message {
	padding-top: 25px;
}

.js-contact-ref__message > p {
	max-width: 560px;
	margin-bottom: 24px;
}

.js-contact-ref__message .wpcf7 {
	margin-top: 28px;
}

.js-contact-ref__message .wpcf7 form {
	display: grid;
	gap: 16px;
}

.js-contact-ref__message .wpcf7 p {
	margin: 0;
}

.js-contact-ref__message .wpcf7 label {
	display: grid;
	gap: 8px;
	color: var(--js-navy);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
}

.js-contact-ref__message .wpcf7 input[type="text"],
.js-contact-ref__message .wpcf7 input[type="email"],
.js-contact-ref__message .wpcf7 textarea {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--js-border);
	border-radius: 5px;
	background: var(--js-white);
	color: var(--js-text);
	font-family: var(--js-font-body);
	font-size: 15px;
	line-height: 1.45;
}

.js-contact-ref__message .wpcf7 textarea {
	min-height: 150px;
	resize: vertical;
}

.js-contact-ref__message .wpcf7 input:focus,
.js-contact-ref__message .wpcf7 textarea:focus {
	border-color: var(--js-blue-accent);
	outline: 2px solid rgba(30, 111, 191, 0.14);
	outline-offset: 0;
}

.js-contact-ref__message .wpcf7-submit {
	min-height: 52px;
	border: 0;
	border-radius: 5px;
	background: var(--js-orange);
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
}

.js-contact-ref__message .wpcf7-submit:hover,
.js-contact-ref__message .wpcf7-submit:focus {
	background: var(--js-orange-dark);
}

.js-contact-ref__message .wpcf7-not-valid {
	border-color: #c0392b !important;
}

.js-contact-ref__message .wpcf7-not-valid-tip,
.js-contact-ref__message .wpcf7-response-output {
	color: #9c2131;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

.js-contact-ref__message .wpcf7-response-output {
	margin: 18px 0 0;
	border-radius: 5px;
	padding: 12px 14px;
}

.js-contact-ref__support-row,
.js-contact-ref__products-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 40px;
}

.js-contact-ref__support-row h2,
.js-contact-ref__products-head h2 {
	margin-bottom: 5px;
}

.js-contact-ref__support-row {
	padding: 34px 0 6px;
}

.js-button--ghost-dark {
	border: 1px solid transparent;
	background: var(--js-off-white);
	color: var(--js-navy);
}

.js-button--ghost-dark:hover,
.js-button--ghost-dark:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

.js-contact-ref__products {
	margin-bottom: 10px;
}

.js-contact-ref__products .woocommerce {
	margin-top: 0;
}

.js-contact-ref__products ul.products {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.entry-content > .js-contact-ref {
		padding-bottom: 86px;
	}

	.js-contact-ref__info-shell {
		grid-template-columns: 1fr;
		margin-bottom: 80px;
	}

	.js-contact-ref__map-message {
		grid-template-columns: 1fr;
		margin-bottom: 55px;
	}

	.js-contact-ref__map-wrap .js-contact-map {
		height: 400px;
	}

	.js-contact-ref__message {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.entry-content > .js-contact-ref {
		margin-top: 0 !important;
		padding: 0 16px 68px;
	}

	.js-contact-ref__inner {
		width: min(100%, calc(100vw - 32px));
	}

	.js-contact-ref__info-shell {
		gap: 50px;
		margin-top: -100px;
		margin-bottom: 60px;
		padding: 40px 28px;
	}

	.js-contact-ref__info-item {
		gap: 24px;
	}

	.js-contact-ref__info-item h2 {
		margin-bottom: 16px;
	}

	.js-contact-ref__map-message {
		gap: 28px;
		margin-bottom: 35px;
		text-align: center;
	}

	.js-contact-ref__map-wrap .js-contact-map {
		height: 360px;
	}

	.js-contact-ref__message > p {
		margin-right: auto;
		margin-left: auto;
	}

	.js-contact-ref__support-row,
	.js-contact-ref__products-head {
		display: grid;
		justify-items: center;
		text-align: center;
	}

	.js-contact-ref__support-row .js-button,
	.js-contact-ref__products-head .js-button,
	.js-contact-ref__message .wpcf7-submit {
		width: 100%;
	}
}

/* WooCommerce color and typography only; layout stays native Blocksy/WooCommerce. */
body.woocommerce-page {
	background: var(--js-off-white);
}

body.woocommerce-page .site-main,
body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-checkout .entry-content > .woocommerce,
.ct-cart-content,
#woo-cart-panel {
	color: var(--js-text);
	font-family: var(--js-font-body);
}

.ct-header-cart > .ct-cart-content {
	display: none !important;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row label,
.woocommerce table.shop_table th,
.woocommerce-checkout h3,
.woocommerce-cart .cart_totals h2 {
	color: var(--js-muted);
	font-family: var(--js-font-body);
	font-weight: 700;
}

.woocommerce .woocommerce-ordering select {
	color: var(--js-navy);
	font-family: var(--js-font-body);
}

@media (max-width: 680px) {
	.woocommerce .woo-listing-top {
		gap: 12px;
		align-items: flex-start;
	}

	.woocommerce .woocommerce-ordering {
		display: inline-flex;
		width: auto;
		max-width: 100%;
		align-items: center;
		gap: 8px;
	}

	.woocommerce .woocommerce-ordering select.orderby {
		width: auto;
		min-width: max-content;
		max-width: calc(100vw - 32px);
	}

	.woo-listing-top .woocommerce-ordering .ct-sort-icon {
		position: static;
		flex: 0 0 18px;
		width: 18px;
		height: 18px;
		margin: 0;
		align-self: center;
		color: var(--js-navy);
	}
}

.woocommerce [data-products] .product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.single-product .entry-summary .product_title,
body.single-product .related .ct-module-title,
body.single-product .upsells .ct-module-title {
	color: var(--js-navy);
	font-family: var(--js-font-display);
	font-weight: 900;
}

.woocommerce [data-products] .product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--js-product-title-lines, 2);
}

.woocommerce [data-products] .product .woocommerce-loop-product__title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.woocommerce table.shop_table .product-name a,
.ct-cart-content .product-title,
.ct-cart-content a,
#woo-cart-panel .product-title,
#woo-cart-panel a {
	color: inherit;
	text-decoration: none;
}

.woocommerce [data-products] .product .woocommerce-loop-product__title a:hover,
.woocommerce [data-products] .product .woocommerce-loop-product__title a:focus,
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title a:focus,
.woocommerce table.shop_table .product-name a:hover,
.woocommerce table.shop_table .product-name a:focus,
.ct-cart-content a:hover,
.ct-cart-content a:focus,
#woo-cart-panel a:hover,
#woo-cart-panel a:focus {
	color: var(--js-orange);
}

.woocommerce [data-products] .product .price,
.woocommerce ul.products li.product .price,
body.single-product .entry-summary .price,
.woocommerce table.shop_table .amount,
.woocommerce .cart_totals .amount,
.woocommerce-checkout-review-order .amount,
.ct-cart-content .amount,
#woo-cart-panel .amount {
	color: var(--js-orange);
	font-family: var(--js-font-body);
	font-weight: 700;
}

body.single-product .entry-summary .price,
body.single-product .entry-summary .amount {
	color: var(--js-orange);
}

.woocommerce [data-products] .product .entry-meta,
.woocommerce ul.products li.product .entry-meta,
.woocommerce .product_meta,
body.single-product .woocommerce-product-details__short-description {
	color: var(--js-muted);
	font-family: var(--js-font-body);
}

.woocommerce [data-products] .product .entry-meta a,
.woocommerce ul.products li.product .entry-meta a {
	color: var(--js-blue-accent);
	text-decoration: none;
}

.woocommerce [data-products] .product .entry-meta a:hover,
.woocommerce [data-products] .product .entry-meta a:focus,
.woocommerce ul.products li.product .entry-meta a:hover,
.woocommerce ul.products li.product .entry-meta a:focus {
	color: var(--js-orange);
}

.woocommerce [data-products] .product .ct-woo-card-actions .button,
.woocommerce ul.products li.product .ct-woo-card-actions .button,
.woocommerce ul.products li.product .added_to_cart,
body.single-product .single_add_to_cart_button,
.woocommerce #place_order {
	background: var(--js-orange);
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-weight: 700;
}

.woocommerce [data-products] .product .ct-woo-card-actions .button:hover,
.woocommerce [data-products] .product .ct-woo-card-actions .button:focus,
.woocommerce ul.products li.product .ct-woo-card-actions .button:hover,
.woocommerce ul.products li.product .ct-woo-card-actions .button:focus,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .added_to_cart:focus,
body.single-product .single_add_to_cart_button:hover,
body.single-product .single_add_to_cart_button:focus,
.woocommerce #place_order:hover,
.woocommerce #place_order:focus {
	background: var(--js-orange-dark);
	color: var(--js-white);
}

body.woocommerce .woocommerce [data-products],
body.woocommerce .woocommerce ul.products,
body.single-product .related [data-products],
body.single-product .upsells [data-products] {
	gap: 18px;
	align-items: stretch;
	--js-product-title-lines: 2;
	--shop-columns: repeat(3, minmax(0, 1fr));
}

body.woocommerce .woocommerce ul.products:not([data-products]) {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	body.woocommerce .woocommerce [data-products],
	body.woocommerce .woocommerce ul.products {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}

	body.woocommerce .woocommerce ul.products:not([data-products]) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	body.woocommerce .woocommerce [data-products],
	body.woocommerce .woocommerce ul.products {
		--shop-columns: repeat(1, minmax(0, 1fr));
	}

	body.woocommerce .woocommerce ul.products:not([data-products]) {
		grid-template-columns: 1fr;
	}
}

body.woocommerce .woocommerce [data-products] .product,
body.woocommerce .woocommerce ul.products li.product,
body.single-product .related [data-products] .product,
body.single-product .upsells [data-products] .product {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-md);
	background: var(--js-white);
	box-shadow: 0 10px 26px rgba(15, 31, 53, 0.06);
	text-align: left;
}

body.woocommerce .woocommerce [data-products] .product figure,
body.woocommerce .woocommerce ul.products li.product figure,
body.single-product .related [data-products] .product figure,
body.single-product .upsells [data-products] .product figure {
	order: 1;
	width: 100%;
	margin: 0 !important;
}

body.woocommerce .woocommerce [data-products] .product figure .ct-media-container,
body.woocommerce .woocommerce ul.products li.product figure .ct-media-container,
body.single-product .related [data-products] .product figure .ct-media-container,
body.single-product .upsells [data-products] .product figure .ct-media-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 0.82;
	overflow: hidden;
	border-radius: 0;
	background: linear-gradient(135deg, #EAF2FB, #C4DCEF);
	background-position: 0% 0%;
	background-size: 140% 140%;
	text-decoration: none;
	transition: background 0.28s ease, background-position 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

body.woocommerce .woocommerce [data-products] .product figure .ct-media-container::after,
body.woocommerce .woocommerce ul.products li.product figure .ct-media-container::after,
body.single-product .related [data-products] .product figure .ct-media-container::after,
body.single-product .upsells [data-products] .product figure .ct-media-container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(36, 99, 235, 0.12), rgba(249, 115, 22, 0.14));
	opacity: 0;
	transition: opacity 0.28s ease;
}

body.woocommerce .woocommerce [data-products] .product:hover figure .ct-media-container,
body.woocommerce .woocommerce [data-products] .product:focus-within figure .ct-media-container,
body.woocommerce .woocommerce ul.products li.product:hover figure .ct-media-container,
body.woocommerce .woocommerce ul.products li.product:focus-within figure .ct-media-container,
body.single-product .related [data-products] .product:hover figure .ct-media-container,
body.single-product .related [data-products] .product:focus-within figure .ct-media-container,
body.single-product .upsells [data-products] .product:hover figure .ct-media-container,
body.single-product .upsells [data-products] .product:focus-within figure .ct-media-container {
	background-position: 100% 100%;
	transform: translateY(-2px);
}

body.woocommerce .woocommerce [data-products] .product:hover figure .ct-media-container::after,
body.woocommerce .woocommerce [data-products] .product:focus-within figure .ct-media-container::after,
body.woocommerce .woocommerce ul.products li.product:hover figure .ct-media-container::after,
body.woocommerce .woocommerce ul.products li.product:focus-within figure .ct-media-container::after,
body.single-product .related [data-products] .product:hover figure .ct-media-container::after,
body.single-product .related [data-products] .product:focus-within figure .ct-media-container::after,
body.single-product .upsells [data-products] .product:hover figure .ct-media-container::after,
body.single-product .upsells [data-products] .product:focus-within figure .ct-media-container::after {
	opacity: 1;
}

body.woocommerce .woocommerce [data-products] .product figure .ct-media-container img,
body.woocommerce .woocommerce ul.products li.product figure .ct-media-container img,
body.single-product .related [data-products] .product figure .ct-media-container img,
body.single-product .upsells [data-products] .product figure .ct-media-container img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 82%;
	max-height: 82%;
	object-fit: contain;
	transition: transform 0.28s ease;
}

body.woocommerce .woocommerce [data-products] .product:hover figure .ct-media-container img,
body.woocommerce .woocommerce [data-products] .product:focus-within figure .ct-media-container img,
body.woocommerce .woocommerce ul.products li.product:hover figure .ct-media-container img,
body.woocommerce .woocommerce ul.products li.product:focus-within figure .ct-media-container img,
body.single-product .related [data-products] .product:hover figure .ct-media-container img,
body.single-product .related [data-products] .product:focus-within figure .ct-media-container img,
body.single-product .upsells [data-products] .product:hover figure .ct-media-container img,
body.single-product .upsells [data-products] .product:focus-within figure .ct-media-container img {
	transform: scale(1.03);
}

body.woocommerce .woocommerce [data-products] .product .entry-meta,
body.woocommerce .woocommerce ul.products li.product .entry-meta,
body.single-product .related [data-products] .product .entry-meta,
body.single-product .upsells [data-products] .product .entry-meta {
	order: 2;
	margin: 18px 18px 0 !important;
	color: var(--js-blue-accent);
	font-family: var(--js-font-body);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.woocommerce .woocommerce [data-products] .product .entry-meta a,
body.woocommerce .woocommerce ul.products li.product .entry-meta a,
body.single-product .related [data-products] .product .entry-meta a,
body.single-product .upsells [data-products] .product .entry-meta a {
	color: var(--js-blue-accent);
	text-decoration: none;
}

body.woocommerce .woocommerce [data-products] .product .woocommerce-loop-product__title,
body.woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.single-product .related [data-products] .product .woocommerce-loop-product__title,
body.single-product .upsells [data-products] .product .woocommerce-loop-product__title {
	order: 3;
	display: -webkit-box;
	min-height: calc(1.2em * var(--js-product-title-lines, 2));
	margin: 8px 18px 0 !important;
	overflow: hidden;
	color: var(--js-text);
	font-family: var(--js-font-display);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--js-product-title-lines, 2);
}

body.woocommerce .woocommerce [data-products] .product .price,
body.woocommerce .woocommerce ul.products li.product .price,
body.single-product .related [data-products] .product .price,
body.single-product .upsells [data-products] .product .price {
	order: 4;
	margin: auto 18px 0 !important;
	padding-top: 8px;
	color: var(--js-orange);
	font-family: var(--js-font-body);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

body.woocommerce .woocommerce [data-products] .product .ct-woo-card-actions,
body.woocommerce .woocommerce ul.products li.product .ct-woo-card-actions,
body.single-product .related [data-products] .product .ct-woo-card-actions,
body.single-product .upsells [data-products] .product .ct-woo-card-actions {
	order: 5;
	display: flex !important;
	margin: 12px 18px 18px !important;
	opacity: 1 !important;
	transform: none !important;
}

body.woocommerce .woocommerce [data-products] .product .ct-woo-card-actions .button,
body.woocommerce .woocommerce ul.products li.product .ct-woo-card-actions .button,
body.woocommerce .woocommerce ul.products li.product .added_to_cart,
body.single-product .related [data-products] .product .ct-woo-card-actions .button,
body.single-product .upsells [data-products] .product .ct-woo-card-actions .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 0;
	border-radius: var(--js-radius-sm);
	background: var(--js-blue-accent);
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.woocommerce .woocommerce [data-products] .product .ct-woo-card-actions .button:hover,
body.woocommerce .woocommerce [data-products] .product .ct-woo-card-actions .button:focus,
body.woocommerce .woocommerce ul.products li.product .ct-woo-card-actions .button:hover,
body.woocommerce .woocommerce ul.products li.product .ct-woo-card-actions .button:focus,
body.woocommerce .woocommerce ul.products li.product .added_to_cart:hover,
body.woocommerce .woocommerce ul.products li.product .added_to_cart:focus,
body.single-product .related [data-products] .product .ct-woo-card-actions .button:hover,
body.single-product .related [data-products] .product .ct-woo-card-actions .button:focus,
body.single-product .upsells [data-products] .product .ct-woo-card-actions .button:hover,
body.single-product .upsells [data-products] .product .ct-woo-card-actions .button:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

.js-contact-ref__products .woocommerce [data-products],
.js-contact-ref__products .woocommerce ul.products {
	gap: 18px;
	align-items: stretch;
	--js-product-title-lines: 2;
}

.js-contact-ref__products .woocommerce [data-products] .product,
.js-contact-ref__products .woocommerce ul.products li.product {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--js-border);
	border-radius: var(--js-radius-md);
	background: var(--js-white);
	box-shadow: 0 10px 26px rgba(15, 31, 53, 0.06);
	text-align: left;
}

.js-contact-ref__products .woocommerce [data-products] .product figure,
.js-contact-ref__products .woocommerce ul.products li.product figure {
	order: 1;
	width: 100%;
	margin: 0 !important;
}

.js-contact-ref__products .woocommerce [data-products] .product figure .ct-media-container,
.js-contact-ref__products .woocommerce ul.products li.product figure .ct-media-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 0.82;
	overflow: hidden;
	border-radius: 0;
	background: linear-gradient(135deg, #eaf2fb, #c4dcef);
	background-position: 0% 0%;
	background-size: 140% 140%;
	text-decoration: none;
	transition: background 0.28s ease, background-position 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.js-contact-ref__products .woocommerce [data-products] .product figure .ct-media-container::after,
.js-contact-ref__products .woocommerce ul.products li.product figure .ct-media-container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(36, 99, 235, 0.12), rgba(249, 115, 22, 0.14));
	opacity: 0;
	transition: opacity 0.28s ease;
}

.js-contact-ref__products .woocommerce [data-products] .product:hover figure .ct-media-container,
.js-contact-ref__products .woocommerce [data-products] .product:focus-within figure .ct-media-container,
.js-contact-ref__products .woocommerce ul.products li.product:hover figure .ct-media-container,
.js-contact-ref__products .woocommerce ul.products li.product:focus-within figure .ct-media-container {
	background-position: 100% 100%;
	transform: translateY(-2px);
}

.js-contact-ref__products .woocommerce [data-products] .product:hover figure .ct-media-container::after,
.js-contact-ref__products .woocommerce [data-products] .product:focus-within figure .ct-media-container::after,
.js-contact-ref__products .woocommerce ul.products li.product:hover figure .ct-media-container::after,
.js-contact-ref__products .woocommerce ul.products li.product:focus-within figure .ct-media-container::after {
	opacity: 1;
}

.js-contact-ref__products .woocommerce [data-products] .product figure .ct-media-container img,
.js-contact-ref__products .woocommerce ul.products li.product figure .ct-media-container img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 82%;
	max-height: 82%;
	object-fit: contain;
	transition: transform 0.28s ease;
}

.js-contact-ref__products .woocommerce [data-products] .product:hover figure .ct-media-container img,
.js-contact-ref__products .woocommerce [data-products] .product:focus-within figure .ct-media-container img,
.js-contact-ref__products .woocommerce ul.products li.product:hover figure .ct-media-container img,
.js-contact-ref__products .woocommerce ul.products li.product:focus-within figure .ct-media-container img {
	transform: scale(1.03);
}

.js-contact-ref__products .woocommerce [data-products] .product .entry-meta,
.js-contact-ref__products .woocommerce ul.products li.product .entry-meta {
	order: 2;
	margin: 18px 18px 0 !important;
	color: var(--theme-link-initial-color, var(--js-blue-accent));
	font-family: var(--js-font-body);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
}

.js-contact-ref__products .woocommerce [data-products] .product .entry-meta a,
.js-contact-ref__products .woocommerce ul.products li.product .entry-meta a {
	color: var(--theme-link-initial-color, var(--js-blue-accent));
	text-decoration: none;
}

.js-contact-ref__products .woocommerce [data-products] .product .entry-meta a:hover,
.js-contact-ref__products .woocommerce [data-products] .product .entry-meta a:focus,
.js-contact-ref__products .woocommerce ul.products li.product .entry-meta a:hover,
.js-contact-ref__products .woocommerce ul.products li.product .entry-meta a:focus {
	color: var(--theme-link-hover-color, var(--js-orange));
}

.js-contact-ref__products .woocommerce [data-products] .product .woocommerce-loop-product__title,
.js-contact-ref__products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	order: 3;
	display: -webkit-box;
	min-height: calc(1.2em * var(--js-product-title-lines, 2));
	margin: 8px 18px 0 !important;
	overflow: hidden;
	color: var(--js-text);
	font-family: var(--js-font-display);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--js-product-title-lines, 2);
}

.js-contact-ref__products .woocommerce [data-products] .product .price,
.js-contact-ref__products .woocommerce ul.products li.product .price {
	order: 4;
	margin: auto 18px 0 !important;
	padding-top: 8px;
	color: var(--js-orange);
	font-family: var(--js-font-body);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.js-contact-ref__products .woocommerce [data-products] .product .ct-woo-card-actions,
.js-contact-ref__products .woocommerce ul.products li.product .ct-woo-card-actions {
	order: 5;
	display: flex !important;
	margin: 12px 18px 18px !important;
	opacity: 1 !important;
	transform: none !important;
}

.js-contact-ref__products .woocommerce [data-products] .product .ct-woo-card-actions .button,
.js-contact-ref__products .woocommerce ul.products li.product .ct-woo-card-actions .button,
.js-contact-ref__products .woocommerce ul.products li.product .added_to_cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 0;
	border-radius: var(--js-radius-sm);
	background: var(--js-blue-accent);
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.js-contact-ref__products .woocommerce [data-products] .product .ct-woo-card-actions .button:hover,
.js-contact-ref__products .woocommerce [data-products] .product .ct-woo-card-actions .button:focus,
.js-contact-ref__products .woocommerce ul.products li.product .ct-woo-card-actions .button:hover,
.js-contact-ref__products .woocommerce ul.products li.product .ct-woo-card-actions .button:focus,
.js-contact-ref__products .woocommerce ul.products li.product .added_to_cart:hover,
.js-contact-ref__products .woocommerce ul.products li.product .added_to_cart:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

.woocommerce span.onsale,
.woocommerce .out-of-stock-badge,
.woocommerce [class*="ct-woo-badge-"] {
	background: var(--js-orange);
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-weight: 700;
}

.woocommerce .quantity input.qty {
	color: var(--js-navy);
	font-family: var(--js-font-body);
	font-weight: 900;
}

/* Drawer-style Blocksy header mini cart. */
#woo-cart-panel {
	--side-panel-width: min(100vw, 560px);
	--panel-padding: 36px;
	--theme-content-spacing: 0;
	--mini-cart-items-spacing: 0;
	--mini-cart-divider-color: rgba(15, 31, 53, 0.08);
	color: var(--js-text);
	font-family: var(--js-font-body);
}

#woo-cart-panel .ct-panel-inner {
	overflow: hidden;
	background: var(--js-white);
	box-shadow: -22px 0 55px rgba(2, 8, 18, 0.18);
}

#woo-cart-panel .ct-panel-actions {
	display: flex;
	min-height: 104px;
	align-items: center;
	justify-content: space-between;
	padding: 28px var(--panel-padding);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(circle at 85% 8%, rgba(30, 111, 191, 0.32), transparent 34%),
		linear-gradient(135deg, var(--js-navy) 0%, #123f4f 100%);
	color: var(--js-white);
}

#woo-cart-panel .ct-panel-heading {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-size: 0;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.1;
	text-transform: uppercase;
}

#woo-cart-panel .ct-panel-heading::before {
	content: "";
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	background: currentColor;
	opacity: 0.9;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM4.2 4l2.4 9.2A3 3 0 0 0 9.5 15h6.9a3 3 0 0 0 2.8-2l2-5.6A1 1 0 0 0 20.3 6H7.1l-.6-2.4A2 2 0 0 0 4.6 2H2a1 1 0 1 0 0 2h2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM4.2 4l2.4 9.2A3 3 0 0 0 9.5 15h6.9a3 3 0 0 0 2.8-2l2-5.6A1 1 0 0 0 20.3 6H7.1l-.6-2.4A2 2 0 0 0 4.6 2H2a1 1 0 1 0 0 2h2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

#woo-cart-panel .ct-panel-heading::after {
	content: "Min handlekurv";
	font-size: 24px;
}

#woo-cart-panel .ct-toggle-close {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--js-white);
}

#woo-cart-panel .ct-toggle-close:hover,
#woo-cart-panel .ct-toggle-close:focus {
	background: rgba(232, 96, 26, 0.95);
	color: var(--js-white);
}

#woo-cart-panel .ct-panel-content,
#woo-cart-panel .ct-panel-content-inner {
	height: 100%;
	min-height: 0;
}

#woo-cart-panel .ct-panel-content-inner {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	background: var(--js-white);
}

#woo-cart-panel .js-mini-cart-view-cart {
	display: flex;
	min-height: 60px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px var(--panel-padding);
	background: #0d3439;
	color: var(--js-white);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

#woo-cart-panel .js-mini-cart-view-cart:hover,
#woo-cart-panel .js-mini-cart-view-cart:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

#woo-cart-panel .woocommerce-mini-cart {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	margin: 0;
	padding: 26px var(--panel-padding);
}

#woo-cart-panel .elementor-menu-cart__products {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	margin: 0;
	padding: 26px var(--panel-padding);
}

#woo-cart-panel .woocommerce-mini-cart li {
	display: grid;
	position: relative;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	margin: 0;
	padding: 12px 36px 26px 0;
	border-bottom: 1px solid var(--mini-cart-divider-color);
	color: var(--js-text);
}

#woo-cart-panel .elementor-menu-cart__product {
	display: grid;
	position: relative;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	margin: 0;
	padding: 12px 36px 26px 0;
	border-bottom: 1px solid var(--mini-cart-divider-color);
	color: var(--js-text);
}

#woo-cart-panel .woocommerce-mini-cart li + li {
	padding-top: 26px;
}

#woo-cart-panel .elementor-menu-cart__product + .elementor-menu-cart__product {
	padding-top: 26px;
}

#woo-cart-panel .woocommerce-mini-cart .ct-media-container {
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(135deg, #eaf2fb, #c4dcef);
}

#woo-cart-panel .elementor-menu-cart__product-image a,
#woo-cart-panel .elementor-menu-cart__product-image img {
	display: block;
	width: 100%;
}

#woo-cart-panel .elementor-menu-cart__product-image a {
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(135deg, #eaf2fb, #c4dcef);
}

#woo-cart-panel .elementor-menu-cart__product-image img {
	aspect-ratio: 1;
	object-fit: contain;
}

#woo-cart-panel .woocommerce-mini-cart .ct-media-container img {
	object-fit: contain;
}

#woo-cart-panel .woocommerce-mini-cart .product-data {
	display: grid;
	min-width: 0;
	gap: 8px;
	padding-top: 2px;
}

#woo-cart-panel .elementor-menu-cart__product-name,
#woo-cart-panel .elementor-menu-cart__product-price {
	min-width: 0;
}

#woo-cart-panel .elementor-menu-cart__product-name {
	display: grid;
	gap: 8px;
	padding-top: 2px;
}

#woo-cart-panel .elementor-menu-cart__product-price {
	grid-column: 2;
}

#woo-cart-panel .woocommerce-mini-cart .product-title {
	color: var(--js-text);
	font-family: var(--js-font-body);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
}

#woo-cart-panel .elementor-menu-cart__product-name a {
	color: var(--js-text);
	font-family: var(--js-font-body);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
}

#woo-cart-panel .woocommerce-mini-cart .product-title:hover,
#woo-cart-panel .woocommerce-mini-cart .product-title:focus {
	color: var(--js-orange);
}

#woo-cart-panel .elementor-menu-cart__product-name a:hover,
#woo-cart-panel .elementor-menu-cart__product-name a:focus {
	color: var(--js-orange);
}

#woo-cart-panel .woocommerce-mini-cart dl.variation {
	margin: 0;
	color: var(--js-muted);
	font-size: 13px;
	line-height: 1.35;
}

#woo-cart-panel .elementor-menu-cart__product-name dl.variation {
	margin: 0;
	color: var(--js-muted);
	font-size: 13px;
	line-height: 1.35;
}

#woo-cart-panel .woocommerce-mini-cart .quantity {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	margin-top: 8px;
	padding: 10px 14px;
	border: 1px solid var(--js-border);
	border-radius: 8px;
	background: var(--js-off-white);
	color: var(--js-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

#woo-cart-panel .elementor-menu-cart__product-price .quantity {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	margin-top: 8px;
	padding: 10px 14px;
	border: 1px solid var(--js-border);
	border-radius: 8px;
	background: var(--js-off-white);
	color: var(--js-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

#woo-cart-panel .woocommerce-mini-cart .quantity .amount {
	color: var(--js-orange);
	font-weight: 900;
}

#woo-cart-panel .elementor-menu-cart__product-price .amount {
	color: var(--js-orange);
	font-weight: 900;
}

#woo-cart-panel .woocommerce-mini-cart .remove {
	top: 16px;
	right: 0;
	inset-inline-end: 0;
	padding: 8px;
	color: rgba(26, 26, 42, 0.42);
}

#woo-cart-panel .elementor-menu-cart__product-remove {
	position: absolute;
	top: 16px;
	right: 0;
	width: 28px;
	height: 28px;
}

#woo-cart-panel .elementor-menu-cart__product-remove a {
	position: absolute;
	inset: 0;
	display: block;
	color: rgba(26, 26, 42, 0.42);
}

#woo-cart-panel .elementor-menu-cart__product-remove a + a {
	display: none;
}

#woo-cart-panel .elementor-menu-cart__product-remove a::before,
#woo-cart-panel .elementor-menu-cart__product-remove a::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 6px;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

#woo-cart-panel .elementor-menu-cart__product-remove a::before {
	transform: rotate(45deg);
}

#woo-cart-panel .elementor-menu-cart__product-remove a::after {
	transform: rotate(-45deg);
}

#woo-cart-panel .woocommerce-mini-cart .remove:hover,
#woo-cart-panel .woocommerce-mini-cart .remove:focus {
	background: transparent;
	color: var(--js-orange);
}

#woo-cart-panel .elementor-menu-cart__product-remove a:hover,
#woo-cart-panel .elementor-menu-cart__product-remove a:focus {
	color: var(--js-orange);
}

#woo-cart-panel .woocommerce-mini-cart__total.total {
	display: none;
}

#woo-cart-panel .js-mini-cart-summary {
	display: grid;
	gap: 14px;
	margin-top: auto;
	padding: 24px var(--panel-padding) 0;
	border-top: 1px solid var(--js-border);
	background: var(--js-white);
}

#woo-cart-panel .js-mini-cart-summary__row,
#woo-cart-panel .js-mini-cart-summary__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	color: var(--js-text);
	font-size: 17px;
	line-height: 1.35;
}

#woo-cart-panel .js-mini-cart-summary__row strong {
	color: var(--js-muted);
	font-weight: 700;
	text-align: right;
}

#woo-cart-panel .js-mini-cart-summary__total {
	margin-top: 6px;
	padding-top: 18px;
	border-top: 1px solid var(--js-border);
	font-size: 22px;
	font-weight: 900;
}

#woo-cart-panel .js-mini-cart-summary__total strong {
	color: #0d4f4e;
	font-size: 24px;
	font-weight: 900;
	text-align: right;
}

#woo-cart-panel .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 24px var(--panel-padding) 32px;
	border-top: 0;
	background: var(--js-white);
}

#woo-cart-panel .woocommerce-mini-cart__buttons .button {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border-radius: 7px;
	background: #0d4f4e;
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
}

#woo-cart-panel .woocommerce-mini-cart__buttons .button:hover,
#woo-cart-panel .woocommerce-mini-cart__buttons .button:focus {
	background: var(--js-orange);
	color: var(--js-white);
}

#woo-cart-panel .js-mini-cart-continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: var(--js-muted);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
}

#woo-cart-panel .js-mini-cart-continue:hover,
#woo-cart-panel .js-mini-cart-continue:focus {
	color: var(--js-orange);
}

#woo-cart-panel .woocommerce-mini-cart__empty-message,
#woo-cart-panel .cart-empty {
	margin: 36px var(--panel-padding);
	padding: 24px;
	border-radius: 12px;
	background: var(--js-off-white);
	color: var(--js-text);
	font-weight: 800;
}

@media (max-width: 680px) {
	#woo-cart-panel {
		--side-panel-width: 100vw;
		--panel-padding: 24px;
	}

	#woo-cart-panel .ct-panel-actions {
		min-height: 92px;
	}

	#woo-cart-panel .ct-panel-heading::after {
		font-size: 20px;
	}

	#woo-cart-panel .woocommerce-mini-cart li {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 18px;
		padding-right: 30px;
	}

	#woo-cart-panel .elementor-menu-cart__product {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 18px;
		padding-right: 30px;
	}

	#woo-cart-panel .woocommerce-mini-cart .product-title {
		font-size: 16px;
	}

	#woo-cart-panel .elementor-menu-cart__product-name a {
		font-size: 16px;
	}

	#woo-cart-panel .js-mini-cart-summary__row {
		font-size: 15px;
	}

	#woo-cart-panel .js-mini-cart-summary__total {
		font-size: 19px;
	}

	#woo-cart-panel .js-mini-cart-summary__total strong {
		font-size: 21px;
	}
}

body.single-product .woocommerce-tabs .tabs a {
	color: var(--js-muted);
	font-family: var(--js-font-body);
	font-weight: 700;
}

body.single-product .woocommerce-tabs .tabs .active a,
body.single-product .woocommerce-tabs .tabs a:hover,
body.single-product .woocommerce-tabs .tabs a:focus {
	color: var(--js-navy);
}

.woocommerce table.shop_table th {
	color: var(--js-navy);
	font-family: var(--js-font-body);
	font-weight: 700;
}

body.woocommerce-cart .woocommerce input.input-text,
body.woocommerce-cart .woocommerce textarea,
body.woocommerce-cart .woocommerce select,
body.woocommerce-cart .woocommerce form .form-row input.input-text,
body.woocommerce-cart .woocommerce form .form-row textarea {
	color: var(--js-text);
	font-family: var(--js-font-body);
}

body.woocommerce-checkout .woocommerce input.input-text,
body.woocommerce-checkout .woocommerce textarea,
body.woocommerce-checkout .woocommerce select,
body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea {
	color: var(--js-text);
	font-family: var(--js-font-body);
}

.woocommerce form .form-row label,
.woocommerce-checkout h3,
.woocommerce-cart .cart_totals h2 {
	color: var(--js-navy);
	font-family: var(--js-font-body);
	font-weight: 900;
}

.woocommerce #payment ul.payment_methods {
	border-color: var(--js-border);
}

.woocommerce #payment div.payment_box {
	color: var(--js-muted);
}

body.woocommerce-cart .woocommerce .woocommerce-message,
body.woocommerce-cart .woocommerce .woocommerce-info,
body.woocommerce-cart .woocommerce .woocommerce-error,
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner {
	color: var(--js-text);
	font-family: var(--js-font-body);
}

body.woocommerce-checkout .woocommerce .woocommerce-message,
body.woocommerce-checkout .woocommerce .woocommerce-info,
body.woocommerce-checkout .woocommerce .woocommerce-error,
body.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner {
	color: var(--js-text);
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before {
	color: var(--js-orange);
}

.woocommerce a.remove {
	color: #9c2131 !important;
}

.woocommerce a.remove:hover,
.woocommerce a.remove:focus {
	background: #9c2131;
	color: var(--js-white) !important;
}

/* Gadgets reference single-product treatment. */
body.single-product.js-header-mode-light {
	background: var(--js-white);
}

body.single-product.js-header-mode-light #header [data-row="middle"] {
	--height: 90px;
	min-height: 90px;
	border-bottom: 0;
	background: var(--js-white);
	box-shadow: 0 12px 34px rgba(15, 31, 53, 0.06);
}

body.single-product .ct-container-full[data-vertical-spacing*="top"] {
	padding-top: 0;
}

body.single-product .js-product-page-hero {
	width: min(var(--js-content-width), calc(100vw - 40px));
	max-width: none;
	margin: 0 auto 34px;
	padding: 48px 0 0;
	background: transparent;
}

body.single-product .js-product-page-hero .entry-header {
	margin: 0;
}

body.single-product .js-product-page-hero .ct-breadcrumbs,
body.single-product .js-product-page-hero .ct-breadcrumbs a {
	color: var(--js-muted);
	font-family: var(--js-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: none;
}

body.single-product .js-product-page-hero .ct-breadcrumbs a:hover,
body.single-product .js-product-page-hero .ct-breadcrumbs a:focus {
	color: var(--js-orange);
}

body.single-product .js-product-page-hero .ct-separator {
	display: inline-flex;
	margin: 0 8px;
	color: rgba(61, 73, 88, 0.45);
}

body.single-product .product-entry-wrapper {
	width: min(var(--js-content-width), calc(100vw - 40px));
	max-width: none;
	margin: 0 auto;
	align-items: start;
	gap: clamp(46px, 7vw, 90px);
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container,
body.single-product .woocommerce-product-gallery .ct-media-container {
	width: 100%;
}

body.single-product .woocommerce-product-gallery .ct-media-container {
	display: flex;
	min-height: clamp(430px, 52vw, 640px);
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #eaf2fb, #c4dcef);
}

body.single-product .woocommerce-product-gallery .ct-media-container img {
	width: auto;
	max-width: 100%;
	max-height: 640px;
	object-fit: contain;
}

body.single-product .entry-summary-items {
	padding-top: 4px;
}

body.single-product .entry-summary .product_title {
	margin: 0;
	color: var(--js-navy);
	font-family: var(--js-font-display);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}

body.single-product .entry-summary .price {
	margin-top: 35px;
	color: var(--js-orange);
	font-family: var(--js-font-body);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

body.single-product .woocommerce-product-details__short-description {
	margin-top: 35px;
	color: var(--js-muted);
	font-size: 16px;
	line-height: 1.75;
}

body.single-product .woocommerce-product-details__short-description p {
	margin: 0 0 16px;
}

body.single-product .ct-product-divider {
	display: block;
	margin-top: 35px;
	border-top: 1px solid var(--js-border);
}

body.single-product .ct-product-add-to-cart {
	margin-top: 35px;
}

body.single-product .ct-product-add-to-cart .stock {
	margin: 0 0 16px;
	color: var(--js-muted);
	font-family: var(--js-font-body);
	font-weight: 700;
}

body.single-product .ct-product-add-to-cart .cart,
body.single-product .ct-product-add-to-cart .ct-cart-actions {
	display: flex;
	align-items: stretch;
	gap: 14px;
}

body.single-product .ct-product-add-to-cart .quantity[data-type] {
	min-width: 112px;
	min-height: 55px;
}

body.single-product .ct-product-add-to-cart .quantity input.qty {
	min-height: 55px;
	border-color: var(--js-border);
	border-radius: 6px;
}

body.single-product .single_add_to_cart_button {
	min-height: 55px;
	padding-inline: 28px;
	border-radius: 6px;
}

.js-product-trust-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.js-product-trust-row span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--js-border);
	border-radius: 6px;
	background: var(--js-off-white);
	color: var(--js-navy);
	font-family: var(--js-font-body);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

body.single-product .product_meta {
	display: grid;
	gap: 8px;
	margin-top: 35px;
	color: var(--js-muted);
	font-family: var(--js-font-body);
	font-size: 14px;
	font-weight: 700;
}

body.single-product .product_meta a {
	color: var(--js-blue-accent);
	text-decoration: none;
}

body.single-product .product_meta a:hover,
body.single-product .product_meta a:focus {
	color: var(--js-orange);
}

body.single-product .woocommerce-tabs {
	margin-top: 80px;
}

body.single-product .woocommerce-tabs .tabs {
	border-color: var(--js-border);
}

body.single-product .woocommerce-tabs .panel {
	color: var(--js-muted);
	font-family: var(--js-font-body);
	line-height: 1.8;
}

body.single-product .related.products,
body.single-product .upsells.products {
	margin-top: 90px;
}

body.single-product .related .ct-module-title,
body.single-product .upsells .ct-module-title {
	margin-bottom: 26px;
	color: var(--js-navy);
	font-family: var(--js-font-display);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

body.single-product .related [data-products],
body.single-product .upsells [data-products] {
	--shop-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	body.single-product.js-header-mode-light #header [data-row="middle"] {
		--height: 90px;
		min-height: 90px;
	}

	body.single-product .js-product-page-hero {
		margin-bottom: 28px;
		padding-top: 34px;
	}

	body.single-product .product-entry-wrapper {
		grid-template-columns: 1fr !important;
		gap: 38px;
	}

	body.single-product .woocommerce-product-gallery .ct-media-container {
		min-height: 380px;
	}

	body.single-product .woocommerce-product-gallery .ct-media-container img {
		max-height: 520px;
	}

	body.single-product .related [data-products],
	body.single-product .upsells [data-products] {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	body.single-product .js-product-page-hero {
		width: min(calc(100vw - 32px), var(--js-content-width));
		margin-bottom: 24px;
		padding-top: 28px;
		overflow: hidden;
	}

	body.single-product .js-product-page-hero .ct-breadcrumbs {
		display: block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.single-product .js-product-page-hero .ct-separator {
		margin: 0 2px;
	}

	body.single-product .product-entry-wrapper {
		width: min(calc(100vw - 32px), var(--js-content-width));
		gap: 30px;
	}

	body.single-product .woocommerce-product-gallery .ct-media-container {
		min-height: 320px;
	}

	body.single-product .woocommerce-product-gallery .ct-media-container img {
		max-height: 430px;
	}

	body.single-product .entry-summary .product_title {
		font-size: 26px;
		line-height: 1.25;
	}

	body.single-product .entry-summary .price,
	body.single-product .woocommerce-product-details__short-description,
	body.single-product .ct-product-divider,
	body.single-product .ct-product-add-to-cart,
	body.single-product .product_meta {
		margin-top: 24px;
	}

	body.single-product .ct-product-add-to-cart .cart,
	body.single-product .ct-product-add-to-cart .ct-cart-actions {
		width: 100%;
		flex-direction: column;
	}

	body.single-product .ct-product-add-to-cart .quantity[data-type],
	body.single-product .ct-product-add-to-cart .quantity input.qty,
	body.single-product .single_add_to_cart_button {
		width: 100%;
		min-height: 44px;
	}

	.js-product-trust-row {
		grid-template-columns: 1fr;
	}

	body.single-product .related.products,
	body.single-product .upsells.products {
		margin-top: 60px;
	}

	body.single-product .related [data-products],
	body.single-product .upsells [data-products] {
		--shop-columns: repeat(1, minmax(0, 1fr));
	}
}

/* Batch 9: Gadgets-style transparent header and first viewport alignment. */
body.js-gadgets-header #header {
	z-index: 80;
}

body.js-transparent-header #header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

body.admin-bar.js-transparent-header #header {
	top: 0;
}

body.js-transparent-header #header > [data-device="desktop"][data-transparent] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

body.js-gadgets-header #header > [data-device="desktop"] > [data-row="middle"],
body.js-gadgets-header #header > [data-device="desktop"] > [data-row="middle"] > .ct-container {
	min-height: 90px;
}

body.js-gadgets-header[data-header*="type-1"] {
	--header-height: 90px;
}

body.js-gadgets-header #header [data-row="middle"] {
	--height: 90px;
	min-height: 90px;
	border-bottom: 1px solid rgba(15, 31, 53, 0.08);
	background: var(--js-white);
	box-shadow: 0 12px 34px rgba(15, 31, 53, 0.06);
}

body.js-transparent-header #header [data-row="middle"] {
	border-bottom: 0;
	background: transparent !important;
	box-shadow: none;
}

body.js-gadgets-header #header .ct-container {
	width: 100%;
	max-width: none;
	padding-inline: clamp(16px, 2.4vw, 36px);
}

body.js-gadgets-header .site-logo-container {
	display: inline-flex;
	align-items: center;
}

body.js-gadgets-header .site-logo-container img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(200px, calc(100vw - 120px));
	max-height: 30px;
	object-fit: contain;
}

body.js-gadgets-header:not(.js-transparent-header) .site-logo-container {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.js-transparent-header .site-logo-container {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.js-gadgets-header #header-menu-1 {
	min-width: 0;
	--menu-items-spacing: 0;
}

body.js-gadgets-header #header-menu-1 > .menu {
	display: flex;
	align-items: center;
	gap: 0;
	flex-wrap: nowrap;
}

body.js-gadgets-header #header-menu-1 > .menu > .menu-item > .ct-menu-link {
	min-height: 90px;
	padding-inline: 7px;
	color: var(--js-navy);
	font-family: var(--js-font-body);
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
}

body.js-transparent-header #header-menu-1 > .menu > .menu-item > .ct-menu-link {
	color: rgba(255, 255, 255, 0.86);
}

body.js-gadgets-header #header-menu-1 > .menu > .menu-item > .ct-menu-link:hover,
body.js-gadgets-header #header-menu-1 > .menu > .menu-item > .ct-menu-link:focus,
body.js-gadgets-header #header-menu-1 > .menu > .current-menu-item > .ct-menu-link,
body.js-gadgets-header #header-menu-1 > .menu > .current-menu-ancestor > .ct-menu-link {
	color: var(--js-orange);
}

body.js-transparent-header #header-menu-1 > .menu > .menu-item > .ct-menu-link:hover,
body.js-transparent-header #header-menu-1 > .menu > .menu-item > .ct-menu-link:focus,
body.js-transparent-header #header-menu-1 > .menu > .current-menu-item > .ct-menu-link,
body.js-transparent-header #header-menu-1 > .menu > .current-menu-ancestor > .ct-menu-link {
	color: var(--js-white);
}

body.js-gadgets-header #header-menu-1 .sub-menu {
	overflow: hidden;
	border: 1px solid rgba(214, 224, 235, 0.92);
	border-radius: 8px;
	background: var(--js-white);
	box-shadow: 0 26px 60px rgba(15, 31, 53, 0.18);
}

body.js-gadgets-header #header-menu-1 > .menu > .js-mega-menu > .sub-menu {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) 250px;
	gap: 8px;
	width: min(620px, calc(100vw - 40px));
	padding: 14px;
	left: 50%;
	transform: translateX(-50%);
}

body.js-gadgets-header #header-menu-1 > .menu > .js-mega-menu--sikringsradio > .sub-menu,
body.js-gadgets-header #header-menu-1 > .menu > .js-mega-menu--jakt > .sub-menu {
	left: 0;
	transform: none;
}

body.js-gadgets-header #header-menu-1 > .menu > .js-mega-menu--merker > .sub-menu,
body.js-gadgets-header #header-menu-1 > .menu > .js-mega-menu--info > .sub-menu {
	right: 0;
	left: auto;
	transform: none;
}

body.js-gadgets-header #header-menu-1 .sub-menu .ct-menu-link {
	display: flex;
	align-items: stretch;
	min-height: 66px;
	padding: 11px 12px;
	border: 1px solid transparent;
	border-radius: 7px;
	color: var(--js-navy);
	font-size: 13px;
	font-weight: 700;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.js-gadgets-header #header-menu-1 .sub-menu .ct-menu-link:hover,
body.js-gadgets-header #header-menu-1 .sub-menu .ct-menu-link:focus {
	border-color: rgba(30, 111, 191, 0.14);
	background: linear-gradient(135deg, rgba(234, 242, 251, 0.86), rgba(255, 247, 241, 0.74));
	color: var(--js-orange);
	transform: translateY(-1px);
}

body.js-gadgets-header #header-menu-1 .js-mega-link {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	width: 100%;
	gap: 12px;
	letter-spacing: 0;
	white-space: normal;
}

body.js-gadgets-header #header-menu-1 .js-mega-link__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	overflow: hidden;
}

body.js-gadgets-header #header-menu-1 .js-mega-link__icon img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

body.js-gadgets-header #header-menu-1 .js-mega-link__copy {
	display: grid;
	min-width: 0;
	gap: 5px;
}

body.js-gadgets-header #header-menu-1 .js-mega-card {
	display: grid;
	width: 100%;
	gap: 5px;
	letter-spacing: 0;
	white-space: normal;
}

body.js-gadgets-header #header-menu-1 .js-mega-link strong,
body.js-gadgets-header #header-menu-1 .js-mega-card strong {
	display: block;
	color: currentColor;
	font-family: var(--js-font-body);
	font-size: 13.5px;
	font-weight: 850;
	line-height: 1.25;
}

body.js-gadgets-header #header-menu-1 .js-mega-link__copy > span,
body.js-gadgets-header #header-menu-1 .js-mega-card__body > span:not(.js-mega-card__meta) {
	display: block;
	color: rgba(26, 26, 42, 0.64);
	font-family: var(--js-font-body);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

body.js-gadgets-header #header-menu-1 .js-mega-menu > .sub-menu > .menu-item:not(.js-menu-card) {
	grid-column: 1;
}

body.js-gadgets-header #header-menu-1 .js-menu-card {
	grid-column: 2;
	grid-row: 1 / span 6;
}

body.js-gadgets-header #header-menu-1 .js-menu-card > .ct-menu-link {
	height: 100%;
	min-height: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(30, 111, 191, 0.16);
	background:
		radial-gradient(circle at 82% 18%, rgba(30, 111, 191, 0.16), transparent 34%),
		linear-gradient(135deg, #f4f8fc, #e5eff8);
}

body.js-gadgets-header #header-menu-1 .js-menu-card > .ct-menu-link:hover,
body.js-gadgets-header #header-menu-1 .js-menu-card > .ct-menu-link:focus {
	background:
		radial-gradient(circle at 82% 18%, rgba(232, 96, 26, 0.18), transparent 34%),
		linear-gradient(135deg, #fff7f1, #eaf2fb);
}

body.js-gadgets-header #header-menu-1 .js-mega-card {
	grid-template-rows: minmax(150px, 1fr) auto;
	align-items: stretch;
	min-height: 100%;
}

body.js-gadgets-header #header-menu-1 .js-mega-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 12px;
	background: linear-gradient(135deg, #eaf2fb, #c4dcef);
}

body.js-gadgets-header #header-menu-1 .js-mega-card__media img {
	display: block;
	width: auto;
	max-width: 138px;
	max-height: 138px;
	object-fit: contain;
	transition: transform 220ms ease;
}

body.js-gadgets-header #header-menu-1 .js-menu-card > .ct-menu-link:hover .js-mega-card__media img,
body.js-gadgets-header #header-menu-1 .js-menu-card > .ct-menu-link:focus .js-mega-card__media img {
	transform: translateY(-4px) scale(1.05);
}

body.js-gadgets-header #header-menu-1 .js-mega-card__body {
	display: grid;
	gap: 6px;
	align-content: start;
	padding: 16px;
}

body.js-gadgets-header #header-menu-1 .js-mega-card__meta {
	width: fit-content;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(232, 96, 26, 0.12);
	color: var(--js-orange);
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
}

body.js-gadgets-header #header-menu-1 .js-mega-card strong {
	font-family: var(--js-font-display);
	font-size: 18px;
	line-height: 1.12;
}

#offcanvas .js-mega-link,
#offcanvas .js-mega-card {
	display: grid;
	gap: 4px;
	width: 100%;
	white-space: normal;
}

#offcanvas .js-mega-link {
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	column-gap: 12px;
}

#offcanvas .js-mega-link__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	overflow: hidden;
}

#offcanvas .js-mega-link__icon img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

#offcanvas .js-mega-link__copy {
	display: grid;
	min-width: 0;
	gap: 4px;
}

#offcanvas .js-mega-link strong,
#offcanvas .js-mega-card strong {
	color: currentColor;
	font-size: 15px;
	line-height: 1.25;
}

#offcanvas .js-mega-link__copy > span,
#offcanvas .js-mega-card__body > span:not(.js-mega-card__meta) {
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

#offcanvas .js-mega-card__media {
	display: none;
}

#offcanvas .js-mega-card__meta {
	color: var(--js-orange);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 999.98px) {
	[data-header*="type-1"] #offcanvas,
	body.js-gadgets-header #offcanvas {
		--side-panel-width: min(92vw, 430px);
	}

	body.js-gadgets-header #offcanvas .ct-panel-inner {
		background:
			radial-gradient(circle at 88% 8%, rgba(30, 111, 191, 0.2), transparent 32%),
			linear-gradient(155deg, #0d1218 0%, #101820 58%, #090e13 100%);
		color: var(--js-white);
	}

	body.js-gadgets-header #offcanvas .ct-panel-actions {
		padding: 18px 18px 8px;
	}

	body.js-gadgets-header #offcanvas .ct-toggle-close {
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.08);
		color: var(--js-white);
	}

	body.js-gadgets-header #offcanvas .ct-panel-content-inner {
		display: flex;
		min-height: 100%;
		flex-direction: column;
		padding: 0 18px 28px;
	}

	body.js-gadgets-header #offcanvas [data-id="offcanvas-logo"] {
		display: inline-flex;
		align-items: center;
		width: min(190px, 100%);
		height: 32px;
		margin-bottom: 18px;
		background: url("assets/logos/logo-light.png") left center / contain no-repeat;
	}

	body.js-gadgets-header #offcanvas [data-id="offcanvas-logo"] img {
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
		opacity: 0;
		object-fit: contain;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] {
		width: 100%;
		--theme-font-size: 16px;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] > ul {
		display: grid;
		gap: 10px;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] li {
		margin: 0;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] > ul > li {
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.055);
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] > ul > li > .ct-menu-link,
	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] > ul > li > .ct-sub-menu-parent {
		min-height: 56px;
		padding: 0;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] > ul > li > .ct-menu-link,
	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] > ul > li > .ct-sub-menu-parent > .ct-menu-link {
		display: flex;
		align-items: center;
		padding: 15px 16px;
		color: var(--js-white);
		font-family: var(--js-font-body);
		font-size: 16px;
		font-weight: 850;
		letter-spacing: 0;
		line-height: 1.2;
		text-transform: none;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] > ul > li > .ct-sub-menu-parent {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 58px;
		align-items: center;
	}

	body.js-gadgets-header #offcanvas .ct-toggle-dropdown-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 58px;
		min-width: 58px;
		height: 100%;
		min-height: 56px;
		padding: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.8);
		line-height: 1;
	}

	body.js-gadgets-header #offcanvas .ct-toggle-dropdown-mobile svg {
		width: 18px;
		height: 18px;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] .sub-menu {
		margin: 0;
		padding: 4px 10px 12px;
		background: transparent;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] .sub-menu > li + li {
		margin-top: 8px;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] .sub-menu .ct-menu-link {
		min-height: 58px;
		padding: 10px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.045);
		color: rgba(255, 255, 255, 0.9);
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] .sub-menu .ct-menu-link:hover,
	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] .sub-menu .ct-menu-link:focus {
		border-color: rgba(232, 96, 26, 0.28);
		background: rgba(232, 96, 26, 0.1);
		color: var(--js-white);
	}

	#offcanvas .js-mega-link {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 10px;
	}

	#offcanvas .js-mega-link__icon {
		width: 42px;
		height: 42px;
	}

	#offcanvas .js-mega-link__icon img {
		width: 42px;
		height: 42px;
	}

	#offcanvas .js-mega-link strong,
	#offcanvas .js-mega-card strong {
		font-size: 14px;
		font-weight: 850;
	}

	#offcanvas .js-mega-link__copy > span,
	#offcanvas .js-mega-card__body > span:not(.js-mega-card__meta) {
		color: rgba(255, 255, 255, 0.6);
		font-size: 11.5px;
		line-height: 1.32;
	}

	body.js-gadgets-header #offcanvas [data-id="mobile-menu"] .js-menu-card {
		display: none;
	}
}

@media (max-width: 1180px) {
	body.js-gadgets-header .site-logo-container img {
		max-width: min(180px, calc(100vw - 120px));
	}

	body.js-gadgets-header #header-menu-1 > .menu > .menu-item > .ct-menu-link {
		padding-inline: 6px;
		font-size: 12px;
	}
}

body.js-gadgets-header #header-menu-1 #menu-item-662,
body.js-gadgets-header #header-menu-1 #menu-item-663 {
	display: none;
}

body.js-gadgets-header .ct-header [data-column="end"] [data-items] {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: flex-end;
}

body.js-gadgets-header .ct-header-search,
body.js-gadgets-header .ct-cart-item,
body.js-gadgets-header .js-header-account-link,
body.js-gadgets-header .ct-header-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-height: 34px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--js-navy);
	text-decoration: none;
}

body.js-transparent-header .ct-header-search,
body.js-transparent-header .ct-cart-item,
body.js-transparent-header .js-header-account-link,
body.js-transparent-header .ct-header-trigger {
	color: rgba(255, 255, 255, 0.88);
}

body.js-gadgets-header .ct-header-search:hover,
body.js-gadgets-header .ct-header-search:focus,
body.js-gadgets-header .ct-cart-item:hover,
body.js-gadgets-header .ct-cart-item:focus,
body.js-gadgets-header .js-header-account-link:hover,
body.js-gadgets-header .js-header-account-link:focus,
body.js-gadgets-header .ct-header-trigger:hover,
body.js-gadgets-header .ct-header-trigger:focus {
	background: rgba(232, 96, 26, 0.1);
	color: var(--js-orange);
}

body.js-transparent-header .ct-header-search:hover,
body.js-transparent-header .ct-header-search:focus,
body.js-transparent-header .ct-cart-item:hover,
body.js-transparent-header .ct-cart-item:focus,
body.js-transparent-header .js-header-account-link:hover,
body.js-transparent-header .js-header-account-link:focus,
body.js-transparent-header .ct-header-trigger:hover,
body.js-transparent-header .ct-header-trigger:focus {
	background: rgba(255, 255, 255, 0.12);
	color: var(--js-white);
}

@media (max-width: 999.98px) {
	body.js-gadgets-header .ct-header-search,
	body.js-gadgets-header .ct-cart-item,
	body.js-gadgets-header .js-header-account-link,
	body.js-gadgets-header .ct-header-trigger {
		width: 38px;
		height: 38px;
		min-height: 38px;
		background: rgba(15, 31, 53, 0.06);
	}

	body.js-transparent-header .ct-header-search,
	body.js-transparent-header .ct-cart-item,
	body.js-transparent-header .js-header-account-link,
	body.js-transparent-header .ct-header-trigger {
		background: rgba(255, 255, 255, 0.1);
		backdrop-filter: blur(10px);
	}
}

body.js-gadgets-header .ct-header .ct-icon,
body.js-gadgets-header .ct-header svg {
	fill: currentColor;
}

body.js-gadgets-header .ct-dynamic-count-cart {
	background: var(--js-orange);
	color: var(--js-white);
	font-family: var(--js-font-body);
	font-weight: 900;
}

body.js-transparent-header [data-vertical-spacing*="top"] {
	padding-top: 0;
}

body .entry-content.is-layout-constrained > .js-home,
body .entry-content.is-layout-constrained > .js-landing,
body .entry-content.is-layout-constrained > .js-form-flow {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

body.js-transparent-header .js-landing-hero,
body.js-transparent-header .js-form-hero {
	display: flex;
	align-items: center;
	padding-top: 154px;
	padding-bottom: 82px;
}

body.js-transparent-header .js-hero {
	display: block;
	min-height: 0;
	margin-bottom: 90px;
	padding-top: 200px;
	padding-bottom: 0;
}

body.js-transparent-header .js-landing-hero {
	min-height: 610px;
}

body.js-transparent-header .js-form-hero {
	min-height: 520px;
}

body.js-transparent-header .js-landing-hero,
body.js-transparent-header .js-form-hero,
body.js-transparent-header .js-universal-page-hero {
	background:
		radial-gradient(circle at 14% 88%, rgba(30, 111, 191, 0.28), transparent 34%),
		radial-gradient(circle at 80% 14%, rgba(30, 111, 191, 0.28), transparent 34%),
		linear-gradient(135deg, #0d1218 0%, #10161d 62%, #0a0f14 100%);
}

body.js-transparent-header .js-hero {
	background: #111518;
}

body.js-transparent-header .js-hero__grid {
	display: block;
	min-height: 550px;
	padding-bottom: 80px;
	gap: 0;
	grid-template-columns: none;
}

body.js-transparent-header .js-hero-product,
body.js-transparent-header .js-landing-hero__media,
body.js-transparent-header .js-form-contact-card {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(10px);
}

body.js-transparent-header .js-landing-hero h1,
body.js-transparent-header .js-form-hero h1 {
	max-width: 820px;
	font-size: clamp(42px, 6vw, 78px);
	line-height: 0.98;
}

body.js-transparent-header .js-hero h1 {
	max-width: 640px;
	font-size: 60px;
	line-height: 1.5;
}

body.js-transparent-header .js-landing-hero h1,
body.js-transparent-header .js-form-hero h1 {
	font-size: clamp(40px, 5.4vw, 68px);
}

body.home.js-transparent-header .js-trust {
	position: relative;
	z-index: 3;
	margin-top: 0;
	padding-bottom: 40px;
	border-bottom: 0;
	background: transparent;
}

body.home.js-transparent-header .js-trust__grid {
	overflow: visible;
	border: 0;
	border-radius: 15px;
	background: #00000099;
	box-shadow: none;
}

body.home.js-transparent-header .js-trust__item {
	background: transparent;
}

body.js-transparent-header .js-universal-page-hero {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 200px max(20px, calc((100vw - var(--js-content-width)) / 2 + 20px)) 100px;
	color: var(--js-white);
	text-align: center;
}

body.js-transparent-header .js-universal-page-hero .entry-header {
	display: flex;
	width: min(var(--js-content-width), calc(100vw - 40px));
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

body.js-transparent-header .js-universal-page-hero .page-title,
body.js-transparent-header .js-universal-page-hero .entry-title {
	margin: 0 0 40px;
	color: var(--js-white);
	font-family: var(--js-font-display);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

body.js-transparent-header .js-universal-page-hero .js-page-title-with-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	max-width: 100%;
	flex-wrap: wrap;
	vertical-align: middle;
}

body.js-transparent-header .js-universal-page-hero .js-page-title-icon {
	display: inline-flex;
	width: 92px;
	height: 92px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 42px rgba(2, 8, 18, 0.22);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

body.js-transparent-header .js-universal-page-hero .js-page-title-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.js-transparent-header .js-universal-page-hero .js-page-title-text {
	min-width: 0;
	text-transform: uppercase;
}

body.js-transparent-header .js-universal-page-hero + [data-elementor-type="page"],
body.js-transparent-header .js-universal-page-hero + .ct-container,
body.js-transparent-header .js-universal-page-hero + .ct-container-full {
	margin-top: 56px;
}

body.js-transparent-header .js-universal-page-hero .ct-breadcrumbs,
body.js-transparent-header .js-universal-page-hero .ct-breadcrumbs a {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Poppins Gadgets Ref", Poppins, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

body.js-transparent-header .js-universal-page-hero .ct-breadcrumbs {
	order: -1;
	margin-bottom: 0;
}

body.js-transparent-header .js-universal-page-hero .ct-breadcrumbs + .page-title,
body.js-transparent-header .js-universal-page-hero .ct-breadcrumbs + .entry-title {
	margin-top: 0;
}

body.js-transparent-header .js-universal-page-hero .ct-breadcrumbs .ct-separator {
	color: rgba(255, 255, 255, 0.44);
}

@media (max-width: 1180px) {
	body.js-gadgets-header #header-menu-1 > .menu > .menu-item > .ct-menu-link {
		padding-inline: 6px;
		font-size: 12px;
	}

	body.js-gadgets-header .ct-header [data-column="end"] [data-items] {
		gap: 8px;
	}
}

@media (max-width: 1024px) {
	body.js-transparent-header .js-landing-hero,
	body.js-transparent-header .js-form-hero {
		min-height: auto;
		padding-top: 132px;
		padding-bottom: 64px;
	}

	body.js-transparent-header .js-universal-page-hero {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	body.js-transparent-header .js-universal-page-hero .page-title,
	body.js-transparent-header .js-universal-page-hero .entry-title {
		font-size: 40px;
	}

	body.js-transparent-header .js-universal-page-hero .js-page-title-with-icon {
		gap: 14px;
	}

	body.js-transparent-header .js-universal-page-hero .js-page-title-icon {
		width: 74px;
		height: 74px;
		padding: 11px;
	}

	body.js-transparent-header .js-hero {
		min-height: 0;
		margin-bottom: 50px;
		padding-top: 100px;
		padding-bottom: 0;
	}

	body.js-transparent-header .js-landing-hero__grid,
	body.js-transparent-header .js-form-hero__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	body.js-transparent-header .js-hero__grid {
		min-height: auto;
		padding-bottom: 50px;
		gap: 0;
		grid-template-columns: none;
	}

	body.js-transparent-header .js-hero-product,
	body.js-transparent-header .js-landing-hero__media,
	body.js-transparent-header .js-form-contact-card {
		max-width: 560px;
	}

	body.js-transparent-header .js-hero-product-visual {
		position: relative;
		inset: auto;
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 782px) {
	body.admin-bar.js-transparent-header #header {
		top: 46px;
	}
}

@media (max-width: 680px) {
	body.js-gadgets-header #header [data-row="middle"] {
		--height: 90px;
		min-height: 90px;
	}

	body.js-gadgets-header #header .ct-container {
		width: min(calc(100% - 32px), var(--js-content-width));
		gap: 8px;
		position: relative;
	}

	body.js-gadgets-header #header > [data-device="mobile"] [data-column="start"] {
		min-width: 0;
		padding-right: 132px;
	}

	body.js-gadgets-header #header > [data-device="mobile"] [data-column="end"] {
		position: absolute;
		top: 50%;
		right: auto;
		left: clamp(168px, 55vw, 216px);
		width: max-content !important;
		min-width: max-content;
		transform: translateY(-50%);
	}

	body.js-gadgets-header #header > [data-device="mobile"] [data-column="end"] [data-items] {
		display: flex;
		width: max-content !important;
		gap: 4px;
		align-items: center;
		justify-content: flex-end;
	}

	body.js-gadgets-header .site-logo-container img {
		max-width: min(142px, calc(100vw - 210px));
		max-height: 30px;
	}

	body.js-gadgets-header .js-mobile-header-actions {
		display: inline-flex;
		flex: 0 0 auto;
		gap: 4px;
		align-items: center;
	}

	body.js-gadgets-header .js-mobile-header-actions .ct-header-search,
	body.js-gadgets-header .js-mobile-header-actions .ct-cart-item,
	body.js-gadgets-header .js-mobile-header-actions .js-header-account-link,
	body.js-gadgets-header #header > [data-device="mobile"] .ct-header-trigger {
		width: 28px;
		height: 28px;
		min-height: 28px;
		padding: 0;
		background: rgba(15, 31, 53, 0.06);
	}

	body.js-gadgets-header .js-mobile-header-actions .ct-icon,
	body.js-gadgets-header #header > [data-device="mobile"] .ct-header-trigger .ct-icon,
	body.js-gadgets-header #header > [data-device="mobile"] .ct-header-trigger svg {
		width: 14px;
		height: 14px;
	}

	body.js-gadgets-header .js-mobile-header-actions .ct-dynamic-count-cart {
		min-width: 14px;
		height: 14px;
		font-size: 9px;
		line-height: 14px;
	}

	body.js-transparent-header .js-mobile-header-actions .ct-header-search,
	body.js-transparent-header .js-mobile-header-actions .ct-cart-item,
	body.js-transparent-header .js-mobile-header-actions .js-header-account-link,
	body.js-transparent-header #header > [data-device="mobile"] .ct-header-trigger {
		background: rgba(255, 255, 255, 0.1);
		color: var(--js-white);
		backdrop-filter: blur(10px);
	}

	body.js-transparent-header .js-home__inner,
	body.js-transparent-header .js-landing__inner,
	body.js-transparent-header .js-form-flow__inner {
		width: min(calc(100% - 32px), var(--js-content-width));
	}

	body.js-transparent-header .site-logo-container {
		padding: 6px 8px;
	}

	body.js-transparent-header .js-landing-hero,
	body.js-transparent-header .js-form-hero {
		padding-top: 114px;
		padding-bottom: 52px;
	}

	body.js-transparent-header .js-hero {
		margin-bottom: 60px;
		padding-top: 100px;
		padding-bottom: 0;
	}

	body.js-transparent-header .js-landing-hero h1,
	body.js-transparent-header .js-form-hero h1 {
		font-size: clamp(34px, 10.8vw, 42px);
	}

	body.js-transparent-header .js-hero h1 {
		max-width: 620px;
		font-size: 40px;
		line-height: 1.3;
	}

	body.js-transparent-header .js-hero-mobile-break {
		display: block;
	}

	body.home.js-transparent-header .js-trust {
		margin-top: 0;
	}

	body.home.js-transparent-header .js-trust__grid {
		border-radius: 15px;
	}

	body.js-transparent-header .js-universal-page-hero {
		overflow: hidden;
		padding: 136px 16px 78px;
	}

	body.js-transparent-header .js-universal-page-hero .entry-header {
		width: min(100%, calc(100vw - 32px));
		max-width: calc(100vw - 32px);
	}

	body.js-transparent-header .js-universal-page-hero .page-title,
	body.js-transparent-header .js-universal-page-hero .entry-title {
		max-width: 100%;
		margin-bottom: 22px;
		font-size: clamp(30px, 9vw, 36px);
		line-height: 1.06;
		overflow-wrap: anywhere;
	}

	body.js-transparent-header .js-universal-page-hero .js-page-title-with-icon {
		display: grid;
		gap: 10px;
		justify-items: center;
	}

	body.js-transparent-header .js-universal-page-hero .js-page-title-icon {
		width: 62px;
		height: 62px;
		padding: 9px;
	}

	body.js-transparent-header .js-universal-page-hero .js-page-title-text {
		max-width: 100%;
		min-width: 0;
	}

	body.page-id-81.js-transparent-header .js-universal-page-hero .js-page-title-icon {
		display: none;
	}

	body.js-transparent-header .js-universal-page-hero .ct-breadcrumbs {
		max-width: 100%;
		overflow-wrap: anywhere;
	}
}
