:root {
	--vse-ink: #10171d;
	--vse-muted: #59656f;
	--vse-soft: #edf4f6;
	--vse-canvas: #f5f8f9;
	--vse-surface: #ffffff;
	--vse-line: #dce5e8;
	--vse-cyan: #00a6c2;
	--vse-cyan-dark: #007d93;
	--vse-red: #dd3843;
	--vse-radius: 8px;
	--vse-shadow: 0 12px 32px rgba(16, 23, 29, 0.08);
	--vse-shell: min(1180px, calc(100vw - 40px));
}

body.vse-editorial-ui {
	background: var(--vse-canvas);
	color: var(--vse-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body.vse-editorial-ui :where(h1, h2, h3, h4, h5, h6) {
	color: var(--vse-ink);
	font-family: inherit;
	letter-spacing: 0;
}

body.vse-editorial-ui :where(p, li, label, input, select, textarea, button) {
	letter-spacing: 0;
}

body.vse-editorial-ui :where(a) {
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.vse-editorial-ui :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(0, 166, 194, 0.35);
	outline-offset: 3px;
}

body.vse-editorial-ui :where(.main-page-wrapper, .website-wrapper, .wd-page-wrapper) {
	background: var(--vse-canvas);
}

body.vse-editorial-ui .main-page-wrapper {
	padding-top: 0;
}

body.vse-editorial-ui .page-title {
	background: var(--vse-soft);
	border-bottom: 1px solid var(--vse-line);
}

body.vse-editorial-ui .page-title :where(.entry-title, .page-title, .wd-page-title-el) {
	color: var(--vse-ink);
}

body.vse-editorial-ui .top-carousel {
	min-height: 34px;
	background: var(--vse-ink) !important;
	color: #fff !important;
}

body.vse-editorial-ui .top-carousel :where(a, span, strong, div) {
	color: #fff !important;
}

body.vse-editorial-ui .top-carousel .carousel-group a {
	min-height: 34px;
	padding: 7px 18px;
	font-size: 12px;
	line-height: 20px;
}

body.vse-editorial-ui :where(.whb-general-header, .whb-header-bottom, .whb-sticked .whb-row) {
	background: #fff !important;
	border-color: var(--vse-line) !important;
}

body.vse-editorial-ui :where(.whb-general-header, .whb-header-bottom) {
	box-shadow: none;
}

body.vse-editorial-ui :where(.whb-general-header, .whb-header-bottom, .whb-sticked .whb-row) :where(a, span, .nav-link-text, .wd-tools-text) {
	color: var(--vse-ink);
}

body.vse-editorial-ui :where(.whb-general-header, .whb-header-bottom) .wd-nav {
	--wd-navigation-color: 16, 23, 29;
}

body.vse-editorial-ui .site-logo img {
	filter: brightness(0.22) contrast(1.5);
}

body.vse-editorial-ui :where(.wd-header-search-form, .searchform, form.searchform) {
	background: #fff;
	border: 1px solid var(--vse-line);
	border-radius: var(--vse-radius);
}

body.vse-editorial-ui :where(.wd-header-search-form, .searchform, form.searchform) :where(input[type="text"], input[type="search"], .search-field) {
	background: #fff;
	color: var(--vse-ink);
}

body.vse-editorial-ui :where(.wd-header-search-form, .searchform, form.searchform) :where(button, .searchsubmit, .wd-search-btn) {
	background: var(--vse-cyan);
	color: #fff;
}

.vse-home {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: clip;
	background: var(--vse-canvas);
}

.vse-shell {
	width: var(--vse-shell);
	margin-inline: auto;
}

.vse-hero {
	position: relative;
	min-height: 510px;
	display: grid;
	align-items: stretch;
	overflow: hidden;
	background: #dce8ec;
}

.vse-hero-media,
.vse-hero-media img,
.vse-hero-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.vse-hero-media img {
	object-fit: cover;
	object-position: 57% 53%;
}

.vse-hero-overlay {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 35%, rgba(255, 255, 255, 0.36) 64%, rgba(255, 255, 255, 0.05) 100%);
}

.vse-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 510px;
	padding-block: 64px;
}

.vse-hero-copy {
	width: min(610px, 56%);
}

.vse-eyebrow {
	margin: 0 0 12px;
	color: var(--vse-cyan-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.vse-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(42px, 4.5vw, 68px);
	font-weight: 800;
	line-height: 1.02;
}

.vse-hero-copy > p:not(.vse-eyebrow, .vse-age-note) {
	max-width: 600px;
	margin: 22px 0 0;
	color: #36434c;
	font-size: 18px;
	line-height: 1.65;
}

.vse-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.vse-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 19px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
}

.vse-button-primary {
	background: var(--vse-cyan);
	color: #fff !important;
}

.vse-button-primary:hover {
	background: var(--vse-cyan-dark);
}

.vse-button-secondary {
	background: rgba(255, 255, 255, 0.9);
	border-color: #aebbc0;
	color: var(--vse-ink) !important;
}

.vse-button-secondary:hover {
	background: #fff;
	border-color: var(--vse-ink);
}

.vse-age-note {
	margin: 18px 0 0;
	color: #5b6770;
	font-size: 12px;
}

.vse-trust {
	position: relative;
	z-index: 3;
	background: var(--vse-surface);
	border-block: 1px solid var(--vse-line);
}

.vse-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vse-trust-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 96px;
	padding: 17px 22px;
	border-left: 1px solid var(--vse-line);
}

.vse-trust-item:last-child {
	border-right: 1px solid var(--vse-line);
}

.vse-trust-item img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.vse-trust-item strong,
.vse-trust-item span {
	display: block;
}

.vse-trust-item strong {
	color: var(--vse-ink);
	font-size: 14px;
	line-height: 1.3;
}

.vse-trust-item span {
	margin-top: 4px;
	color: var(--vse-muted);
	font-size: 12px;
	line-height: 1.35;
}

.vse-section {
	padding-block: 76px;
}

.vse-guide,
.vse-featured {
	background: #fff;
}

.vse-comparisons,
.vse-journal {
	background: var(--vse-canvas);
}

.vse-section-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.vse-heading-split {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	align-items: end;
	gap: 48px;
}

.vse-section-heading h2,
.vse-editorial-closure h2 {
	margin: 0;
	font-size: clamp(32px, 3.2vw, 46px);
	font-weight: 800;
	line-height: 1.08;
}

.vse-section-heading > p,
.vse-heading-split > p {
	margin: 14px 0 0;
	color: var(--vse-muted);
	font-size: 16px;
	line-height: 1.65;
}

.vse-heading-split > p,
.vse-heading-split > .vse-text-link {
	margin: 0 0 4px;
}

.vse-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--vse-cyan-dark) !important;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none !important;
}

.vse-text-link:hover {
	color: var(--vse-ink) !important;
}

.vse-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-block: 1px solid var(--vse-line);
}

.vse-steps li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 16px;
	padding: 34px 30px;
	border-right: 1px solid var(--vse-line);
}

.vse-steps li:first-child {
	padding-left: 0;
}

.vse-steps li:last-child {
	padding-right: 0;
	border-right: 0;
}

.vse-steps li > span {
	color: var(--vse-cyan);
	font-size: 21px;
	font-weight: 850;
	line-height: 1;
}

.vse-steps h3 {
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 1.25;
}

.vse-steps p,
.vse-method-note p {
	margin: 0;
	color: var(--vse-muted);
	font-size: 14px;
	line-height: 1.65;
}

.vse-method-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 26px;
	padding: 18px 20px;
	background: var(--vse-soft);
	border-left: 3px solid var(--vse-cyan);
}

.vse-comparison-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.vse-compare-card {
	min-width: 0;
	padding: 25px;
	background: #fff;
	border: 1px solid var(--vse-line);
	border-radius: var(--vse-radius);
}

.vse-compare-card h3 {
	min-height: 50px;
	margin: 0 0 20px;
	font-size: 19px;
	line-height: 1.3;
}

.vse-compare-pair {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 20px;
}

.vse-compare-product {
	min-width: 0;
	color: var(--vse-ink) !important;
	text-decoration: none !important;
}

.vse-compare-product-media {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f7f9fa;
	border: 1px solid var(--vse-line);
	border-radius: 6px;
}

.vse-compare-product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vse-compare-product-copy {
	display: block;
	padding-top: 10px;
}

.vse-compare-product-copy strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 35px;
	font-size: 13px;
	line-height: 1.35;
}

.vse-compare-product-price {
	display: block;
	margin-top: 7px;
	color: var(--vse-red);
	font-size: 14px;
	font-weight: 800;
}

.vse-compare-product-price del {
	display: none;
}

.vse-versus {
	position: absolute;
	top: 52px;
	left: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background: var(--vse-ink);
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.vse-featured-list {
	border-top: 1px solid var(--vse-line);
}

.vse-featured-product {
	display: grid;
	grid-template-columns: 72px 240px minmax(0, 1fr);
	align-items: center;
	gap: 32px;
	padding-block: 24px;
	border-bottom: 1px solid var(--vse-line);
}

.vse-featured-rank {
	color: #b7c3c7;
	font-size: 30px;
	font-weight: 850;
}

.vse-featured-media {
	display: block;
	aspect-ratio: 1.3;
	overflow: hidden;
	background: #f6f8f9;
	border-radius: var(--vse-radius);
}

.vse-featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vse-featured-copy h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.vse-featured-copy h3 a {
	color: var(--vse-ink);
	text-decoration: none;
}

.vse-product-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.vse-product-facts li {
	padding: 6px 9px;
	background: var(--vse-soft);
	color: #3c4a53;
	font-size: 12px;
	font-weight: 650;
}

.vse-featured-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
}

.vse-featured-price {
	color: var(--vse-red);
	font-size: 19px;
	font-weight: 850;
}

.vse-featured-price del {
	color: #94a0a7;
	font-size: 13px;
	font-weight: 500;
}

.vse-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.vse-article-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--vse-line);
	border-radius: var(--vse-radius);
}

.vse-article-media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--vse-soft);
}

.vse-article-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.vse-article-card:hover .vse-article-media img {
	transform: scale(1.025);
}

.vse-article-copy {
	padding: 22px;
}

.vse-article-meta {
	margin: 0 0 12px;
	color: var(--vse-muted);
	font-size: 11px;
	font-weight: 650;
	text-transform: uppercase;
}

.vse-article-copy h3 {
	min-height: 57px;
	margin: 0;
	font-size: 19px;
	line-height: 1.35;
}

.vse-article-copy h3 a {
	color: var(--vse-ink);
	text-decoration: none;
}

.vse-article-copy > p:not(.vse-article-meta) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 68px;
	margin: 13px 0 17px;
	color: var(--vse-muted);
	font-size: 14px;
	line-height: 1.6;
}

.vse-editorial-closure {
	padding-block: 52px;
	background: var(--vse-ink);
}

.vse-editorial-closure-inner {
	display: grid;
	grid-template-columns: 1.1fr 1fr auto;
	align-items: center;
	gap: 40px;
}

.vse-editorial-closure h2,
.vse-editorial-closure p {
	color: #fff;
}

.vse-editorial-closure h2 {
	font-size: 30px;
}

.vse-editorial-closure-inner > p {
	margin: 0;
	color: #c9d2d6;
	font-size: 14px;
	line-height: 1.65;
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) {
	--wd-prod-bg: #fff;
	--wd-bordered-bg: #fff;
	background: #fff;
	border: 1px solid var(--vse-line);
	border-radius: var(--vse-radius);
	box-shadow: none;
	overflow: hidden;
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) :where(.product-element-top, .product-image-link) {
	background: #f7f9fa;
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) .product-element-bottom {
	padding: 15px;
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) :where(.wd-entities-title, .wd-entities-title a, .product-title, .product-title a) {
	color: var(--vse-ink);
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) :where(.price, .price .amount, ins, ins .amount) {
	color: var(--vse-red);
	font-weight: 800;
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) :where(.price del, .price del .amount) {
	color: #929da3;
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) :where(.button, .add_to_cart_button, .product_type_variable) {
	background: var(--vse-cyan);
	border-radius: 5px;
	color: #fff;
}

body.vse-editorial-ui :where(.wd-product, .product-grid-item) :where(.button, .add_to_cart_button, .product_type_variable):hover {
	background: var(--vse-cyan-dark);
}

body.vse-editorial-ui :where(.single-product-page, .product-tabs-wrapper, .woocommerce-tabs, .wd-accordion, .cart-content-wrapper, .checkout-order-review, .woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation) {
	background: #fff;
	border-color: var(--vse-line);
}

body.vse-editorial-ui.single-product .product-image-summary-wrap {
	padding-block: 42px;
}

body.vse-editorial-ui.single-product :where(.product_title, .summary-inner, .woocommerce-product-details__short-description) {
	color: var(--vse-ink);
}

body.vse-editorial-ui.single-product .summary-inner > .price {
	color: var(--vse-red);
}

body.vse-editorial-ui :where(.single_add_to_cart_button, .checkout-button, #place_order, .wc-proceed-to-checkout .button) {
	background: var(--vse-cyan) !important;
	border-radius: 5px !important;
	color: #fff !important;
}

body.vse-editorial-ui :where(.single_add_to_cart_button, .checkout-button, #place_order, .wc-proceed-to-checkout .button):hover {
	background: var(--vse-cyan-dark) !important;
}

body.vse-editorial-ui :where(.blog-post-loop, .wd-post, article.post) {
	background: #fff;
	border-color: var(--vse-line);
	border-radius: var(--vse-radius);
}

body.vse-editorial-ui :where(.blog-post-loop, .wd-post, article.post) :where(.wd-post-title, .wd-post-title a, .entry-title, .entry-title a) {
	color: var(--vse-ink);
}

body.vse-editorial-ui :where(.entry-content, .article-body-container) {
	color: #34414a;
}

body.vse-editorial-ui :where(.wd-footer, .footer-container, footer, .copyrights-wrapper) {
	background: #fff !important;
	border-color: var(--vse-line) !important;
	color: var(--vse-ink) !important;
}

body.vse-editorial-ui :where(.wd-footer, .footer-container, footer, .copyrights-wrapper) :where(h2, h3, h4, p, li, a, span) {
	color: var(--vse-ink);
}

@media (max-width: 1024px) {
	:root {
		--vse-shell: min(100% - 32px, 920px);
	}

	.vse-hero,
	.vse-hero-inner {
		min-height: 470px;
	}

	.vse-hero-copy {
		width: 65%;
	}

	.vse-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vse-trust-item:nth-child(2) {
		border-right: 1px solid var(--vse-line);
	}

	.vse-trust-item:nth-child(n + 3) {
		border-top: 1px solid var(--vse-line);
	}

	.vse-comparison-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vse-compare-card:last-child {
		grid-column: 1 / -1;
	}

	.vse-featured-product {
		grid-template-columns: 52px 200px minmax(0, 1fr);
		gap: 22px;
	}

	.vse-editorial-closure-inner {
		grid-template-columns: 1fr 1fr;
	}

	.vse-editorial-closure-inner .vse-button {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

@media (max-width: 767px) {
	:root {
		--vse-shell: calc(100% - 28px);
	}

	body.vse-editorial-ui .top-carousel .carousel-group a {
		padding-inline: 12px;
		font-size: 11px;
	}

	.vse-hero,
	.vse-hero-inner {
		min-height: 430px;
	}

	.vse-hero-media img {
		object-position: 62% 50%;
	}

	.vse-hero-overlay {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.91) 57%, rgba(255, 255, 255, 0.38) 100%);
	}

	.vse-hero-inner {
		align-items: flex-end;
		padding-block: 42px;
	}

	.vse-hero-copy {
		width: 100%;
	}

	.vse-hero h1 {
		max-width: 360px;
		font-size: 38px;
		line-height: 1.04;
	}

	.vse-hero-copy > p:not(.vse-eyebrow, .vse-age-note) {
		max-width: 350px;
		margin-top: 15px;
		font-size: 15px;
		line-height: 1.5;
	}

	.vse-hero-actions {
		width: min(100%, 360px);
		margin-top: 20px;
	}

	.vse-hero-actions .vse-button {
		flex: 1 1 160px;
	}

	.vse-age-note {
		margin-top: 12px;
	}

	.vse-trust-grid {
		width: 100%;
	}

	.vse-trust-item {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 9px;
		min-height: 76px;
		padding: 12px 14px;
	}

	.vse-trust-item img {
		width: 28px;
		height: 28px;
	}

	.vse-trust-item strong {
		font-size: 12px;
	}

	.vse-trust-item span {
		display: none;
	}

	.vse-section {
		padding-block: 54px;
	}

	.vse-heading-split {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.vse-section-heading {
		margin-bottom: 26px;
	}

	.vse-section-heading h2,
	.vse-editorial-closure h2 {
		font-size: 31px;
	}

	.vse-heading-split > p,
	.vse-heading-split > .vse-text-link {
		margin: 0;
	}

	.vse-steps {
		grid-template-columns: 1fr;
	}

	.vse-steps li,
	.vse-steps li:first-child,
	.vse-steps li:last-child {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--vse-line);
	}

	.vse-steps li:last-child {
		border-bottom: 0;
	}

	.vse-method-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.vse-comparison-grid {
		display: flex;
		width: calc(100% + 14px);
		margin-right: -14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.vse-comparison-grid::-webkit-scrollbar {
		display: none;
	}

	.vse-compare-card,
	.vse-compare-card:last-child {
		flex: 0 0 min(86vw, 360px);
		scroll-snap-align: start;
	}

	.vse-featured-product {
		grid-template-columns: 40px minmax(0, 1fr);
		align-items: start;
		gap: 14px;
	}

	.vse-featured-media {
		grid-column: 2;
		width: 100%;
		aspect-ratio: 16 / 10;
	}

	.vse-featured-copy {
		grid-column: 2;
	}

	.vse-featured-copy h3 {
		font-size: 21px;
	}

	.vse-featured-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vse-featured-actions .vse-button {
		width: 100%;
	}

	.vse-article-grid {
		grid-template-columns: 1fr;
	}

	.vse-article-copy h3,
	.vse-article-copy > p:not(.vse-article-meta) {
		min-height: 0;
	}

	.vse-editorial-closure-inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.vse-editorial-closure-inner .vse-button {
		grid-column: auto;
		width: 100%;
	}
}

@media (max-width: 420px) {
	.vse-hero h1 {
		font-size: 34px;
	}

	.vse-hero-actions {
		flex-direction: column;
	}

	.vse-hero-actions .vse-button {
		flex: none;
		width: 100%;
	}

	.vse-compare-card {
		padding: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vse-home *,
	body.vse-editorial-ui * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
