:root {
	/* Prevent Chromium/Samsung Auto Dark Theme from altering Miveno colors. */
	color-scheme: only light;
	--miv-ink: #162126;
	--miv-ink-soft: #28363b;
	--miv-muted: #46545a;
	--miv-sage: #9eb294;
	--miv-sage-dark: #3f5b45;
	--miv-sage-pale: #edf3ea;
	--miv-paper: #fffdf8;
	--miv-cream: #faf7f1;
	--miv-line: #dcd6cc;
	--miv-white: #fff;
	--miv-radius: 22px;
	--miv-shadow: 0 18px 44px rgba(22, 33, 38, 0.09);
}

body.miveno-landing-template,
body.miveno-landing-template h1,
body.miveno-landing-template h2,
body.miveno-landing-template h3,
body.miveno-landing-template h4,
body.miveno-landing-template button,
body.miveno-landing-template input,
body.miveno-landing-template select,
body.miveno-landing-template textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Minimal landing header: keep logo, contact and cart; remove store exits. */
.miveno-landing-template .col-full-nav,
.miveno-landing-template .archive-header,
.miveno-landing-template .menu-toggle,
.miveno-landing-template .shoptimizer-product-prevnext,
.miveno-landing-template .product_meta {
	display: none !important;
}

.miveno-landing-template #masthead {
	border-bottom: 1px solid var(--miv-line);
	box-shadow: 0 7px 24px rgba(22, 33, 38, 0.045);
}

.miveno-landing-template #masthead .main-header {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) auto auto;
	gap: 20px;
	align-items: center;
	min-height: 78px;
}

.miveno-landing-template .site-branding {
	width: auto;
}

.miveno-landing-template .site-branding img {
	width: auto;
	max-width: 180px;
	height: auto;
}

.miv-header-contact {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--miv-ink) !important;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none !important;
}

.miv-header-contact:hover {
	background: var(--miv-sage-pale);
}

.miveno-landing-template .site-header-cart {
	display: block !important;
	position: static !important;
	float: none !important;
	width: auto;
}

.miveno-landing-template .content-area,
.miveno-landing-template .site-main {
	width: 100%;
	max-width: none;
}

.miveno-landing-template .product.type-product {
	max-width: 1220px;
	margin-inline: auto;
}

.miveno-template-status {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 18px auto 24px;
	padding: 14px 18px;
	border: 1px solid #b29d35;
	border-radius: 14px;
	background: #fff8cd;
	color: var(--miv-ink);
}

.miveno-template-status strong {
	white-space: nowrap;
}

.miveno-template-status span {
	font-size: 14px;
	line-height: 1.5;
}

/* Native Woo hero gallery. */
.miveno-landing-template .product-details-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.84fr);
	gap: clamp(32px, 4vw, 54px);
	align-items: start;
}

.miveno-landing-template .woocommerce-product-gallery,
.miveno-landing-template .summary.entry-summary {
	float: none !important;
	width: 100% !important;
}

.miveno-landing-template .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	opacity: 1 !important;
	margin: 0 !important;
	border-radius: var(--miv-radius);
	background: var(--miv-sage-pale);
	box-shadow: var(--miv-shadow);
}

.miveno-landing-template .woocommerce-product-gallery__trigger {
	display: none !important;
}

.miveno-landing-template .flex-control-thumbs {
	display: flex !important;
	gap: 8px;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	overflow-x: auto;
	list-style: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.miveno-landing-template .flex-control-thumbs li {
	flex: 0 0 64px;
	width: 64px !important;
	margin: 0 !important;
}

.miveno-landing-template .flex-control-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border: 2px solid transparent;
	border-radius: 9px;
	object-fit: cover;
	cursor: pointer;
	opacity: 0.68;
	transition: border-color 160ms ease, opacity 160ms ease;
}

.miveno-landing-template .flex-control-thumbs img:hover,
.miveno-landing-template .flex-control-thumbs img:focus-visible,
.miveno-landing-template .flex-control-thumbs img.flex-active {
	border-color: var(--miv-ink);
	opacity: 1;
}

.miveno-landing-template .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.miveno-landing-template .summary.entry-summary {
	padding: 4px 0 0;
}

.miveno-landing-template .summary .product_title {
	margin-bottom: 10px;
	font-size: clamp(34px, 3vw, 42px);
	line-height: 1.08;
	letter-spacing: -0.035em;
	overflow-wrap: normal;
	word-break: normal;
}

.miveno-landing-template .miveno-product-subtitle {
	margin-bottom: 12px;
	color: var(--miv-muted);
	font-size: 19px;
	font-weight: 750;
	line-height: 1.35;
}

.miveno-landing-template .woocommerce-product-details__short-description p,
.miveno-landing-template .woocommerce-product-details__short-description li {
	color: var(--miv-muted);
	font-size: 16px;
	line-height: 1.5;
}

.miveno-landing-template .miveno-benefit-list {
	margin: 14px 0 18px;
	padding: 0;
	list-style: none;
}

.miveno-landing-template .miveno-benefit-list li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 27px;
}

.miveno-landing-template .miveno-benefit-list li::before {
	position: absolute;
	left: 0;
	top: 0.08em;
	color: var(--miv-sage-dark);
	content: '✓';
	font-weight: 900;
}

.miveno-landing-template .summary .price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 6px 0 14px;
	color: var(--miv-ink) !important;
	font-size: 31px;
	font-weight: 900;
	letter-spacing: -0.025em;
}

.miveno-landing-template .summary .price del {
	color: #68736f;
	font-size: 17px;
	font-weight: 750;
	text-decoration-thickness: 2px;
}

.miveno-landing-template .summary .price ins {
	color: #9a3725;
	font-weight: 900;
	text-decoration: none;
}

.miveno-landing-template .summary .sale-item.product-label {
	display: inline-flex !important;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px 10px !important;
	padding: 7px 11px !important;
	border: 1px solid #9a3725;
	border-radius: 999px;
	background: #b64731 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	letter-spacing: 0.01em;
	line-height: 1;
	box-shadow: 0 7px 16px rgba(154, 55, 37, 0.18);
}

.miveno-template-price-note {
	clear: both;
	display: block;
	margin: 0 0 15px;
	padding: 10px 12px;
	border-left: 3px solid var(--miv-sage-dark);
	background: var(--miv-sage-pale);
	color: var(--miv-ink);
	font-size: 13px;
	line-height: 1.45;
}

.miveno-template-anchor {
	display: block;
	position: relative;
	top: -96px;
	visibility: hidden;
}

.miv-mobile-hero-copy {
	display: none;
}

.miveno-template-no-reviews .summary .miveno-review-summary {
	display: none;
}

.miveno-landing-template .summary > .woocommerce-product-rating {
	display: none;
}

.miveno-landing-template form.cart {
	margin: 12px 0 0 !important;
}

.miveno-landing-template .single_add_to_cart_button {
	min-height: 56px;
	padding-inline: 28px !important;
	border: 1px solid var(--miv-sage-dark) !important;
	border-radius: 999px !important;
	background: var(--miv-sage-dark) !important;
	color: var(--miv-white) !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	box-shadow: 0 10px 24px rgba(63, 91, 69, 0.22);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.miveno-landing-template .single_add_to_cart_button:hover {
	background: #2c4935 !important;
	box-shadow: 0 13px 28px rgba(63, 91, 69, 0.28);
	transform: translateY(-1px);
}

body.postid-154.miveno-landing-template .miveno-product-trust--cards > div:nth-child(n + 3) {
	display: none;
}

/* Native WooCommerce reviews, presented as a complete landing-page section. */
.miveno-landing-template #cgkit-tab-reviews {
	box-sizing: border-box;
	width: min(calc(100% - 36px), 1180px);
	margin: 64px auto 0;
	padding: clamp(24px, 4vw, 48px);
	border: 1px solid var(--miv-line);
	border-radius: 24px;
	background: var(--miv-paper);
	box-shadow: 0 18px 55px rgba(34, 45, 38, 0.08);
}

.miv-landing-tabs-ready .miveno-landing-template #cgkit-tab-description[hidden],
.miv-landing-tabs-ready .miveno-landing-template #cgkit-tab-reviews[hidden] {
	display: none !important;
}

.miveno-landing-template .commercekit-atc-tab.is-active {
	box-shadow: inset 0 -2px 0 var(--miv-sage-dark);
	color: var(--miv-ink);
}

.miveno-landing-template #reviews {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
	gap: clamp(28px, 4vw, 52px);
	align-items: start;
}

.miveno-landing-template #reviews #comments,
.miveno-landing-template #reviews #review_form_wrapper {
	float: none;
	width: auto;
}

.miveno-landing-template #reviews .woocommerce-Reviews-title {
	margin: 0 0 22px;
	color: var(--miv-ink);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.1;
	letter-spacing: -0.025em;
}

.miveno-landing-template #reviews .commentlist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
}

.miveno-landing-template #reviews .commentlist::before,
.miveno-landing-template #reviews .commentlist::after {
	display: none;
}

.miveno-landing-template #reviews .commentlist > li.review {
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	border: 1px solid var(--miv-line);
	border-radius: 16px;
	background: #fff;
	list-style: none;
}

.miveno-landing-template #reviews .commentlist > li.review .avatar {
	display: none;
}

.miveno-landing-template #reviews .commentlist > li.review .comment-text {
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.miveno-landing-template #reviews .commentlist .star-rating {
	float: none;
	margin: 0 0 12px;
	color: #d99c00;
}

.miveno-landing-template #reviews .commentlist .meta {
	margin: 0 0 10px;
	color: var(--miv-muted);
	font-size: 13px;
}

.miveno-landing-template #reviews .commentlist .woocommerce-review__author {
	color: var(--miv-ink);
	font-size: 15px;
}

.miveno-landing-template #reviews .commentlist .description p {
	margin: 0;
	color: var(--miv-ink);
	font-size: 15px;
	line-height: 1.6;
}

.miveno-landing-template #review_form_wrapper {
	position: sticky;
	top: 24px;
	box-sizing: border-box;
	padding: 24px;
	border: 1px solid var(--miv-line);
	border-radius: 18px;
	background: #f5f8f2;
}

.miveno-landing-template #review_form_wrapper .comment-reply-title {
	display: block;
	margin-bottom: 10px;
	color: var(--miv-ink);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.miveno-landing-template #review_form_wrapper .comment-notes,
.miveno-landing-template #review_form_wrapper label {
	color: var(--miv-muted);
	font-size: 13px;
}

.miveno-landing-template #review_form_wrapper textarea,
.miveno-landing-template #review_form_wrapper input[type='text'],
.miveno-landing-template #review_form_wrapper input[type='email'] {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cfd7cd;
	border-radius: 10px;
	background: #fff;
}

.miveno-landing-template #review_form_wrapper textarea {
	min-height: 132px;
}

.miveno-landing-template #review_form_wrapper .form-submit {
	margin-bottom: 0;
}

.miveno-landing-template #review_form_wrapper .submit {
	width: 100%;
	min-height: 48px;
	border-radius: 999px;
	background: var(--miv-ink);
	font-weight: 800;
}

.miveno-landing-template #reviews .miveno-review--sourced .woocommerce-review__dash,
.miveno-landing-template #reviews .miveno-review--sourced .woocommerce-review__published-date {
	display: none;
}

/* Long modular landing flow. */
.miveno-landing-flow {
	clear: both;
	width: min(1180px, calc(100% - 36px));
	margin: 58px auto 38px;
	color: var(--miv-ink);
}

.miveno-landing-flow--editor {
	margin-top: 0;
}

.miveno-landing-flow * {
	box-sizing: border-box;
}

.miveno-landing-flow h2,
.miveno-landing-flow h3,
.miveno-landing-flow p,
.miveno-landing-flow figure {
	margin-top: 0;
}

.miveno-landing-flow h2 {
	max-width: 880px;
	margin-bottom: 16px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.miveno-landing-flow h3 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.22;
}

.miveno-landing-flow p,
.miveno-landing-flow li {
	font-size: 16px;
	line-height: 1.62;
}

.miv-section {
	position: relative;
	margin: 0 0 24px;
	padding: clamp(30px, 5vw, 66px);
	border: 1px solid var(--miv-line);
	border-radius: var(--miv-radius);
	background: var(--miv-paper);
	box-shadow: 0 12px 35px rgba(22, 33, 38, 0.05);
	scroll-margin-top: 110px;
}

@supports (content-visibility: auto) {
	.miv-section:not(:first-of-type) {
		content-visibility: auto;
		contain-intrinsic-size: auto 760px;
	}
}

.miv-section--sage {
	background: var(--miv-sage-pale);
}

.miv-section--ink {
	border-color: var(--miv-ink);
	background: var(--miv-ink);
	color: var(--miv-white);
}

.miv-section--final {
	background: linear-gradient(135deg, #fffdf8 0%, #edf3e9 100%);
}

.miv-section--ink h2,
.miv-section--ink h3,
.miv-section--ink p {
	color: inherit;
}

.miv-section__label,
.miv-field-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 15px;
	padding: 7px 11px;
	border-radius: 999px;
	background: #dfeadb;
	color: var(--miv-sage-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.065em;
	line-height: 1;
	text-transform: uppercase;
}

.miv-section--sage .miv-section__label,
.miv-section--ink .miv-section__label {
	background: rgba(255, 255, 255, 0.16);
	color: inherit;
}

.miv-section__lead {
	max-width: 870px;
	margin-bottom: 28px !important;
	color: var(--miv-muted);
	font-size: 18px !important;
}

.miv-section--ink .miv-section__lead {
	color: #e4e9e6;
}

.miv-section--summary {
	text-align: center;
}

.miv-section--summary h2,
.miv-section--summary .miv-section__lead {
	margin-right: auto;
	margin-left: auto;
}

.miv-section--purchase {
	text-align: center;
}

.miv-section--purchase h2,
.miv-section--purchase .miv-section__lead {
	margin-right: auto;
	margin-left: auto;
}

.miv-section--image-only {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.miv-media--summary {
	width: 100%;
	min-height: 0;
	aspect-ratio: 1;
	border-color: var(--miv-line);
	border-radius: 20px;
}

.miv-media--phone-order {
	width: 100%;
	min-height: 0;
	aspect-ratio: 1;
	border-color: var(--miv-line);
	border-radius: 20px;
}

.miv-summary-buy {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	max-width: 780px;
	margin: 28px auto 0;
}

.miv-summary-buy > p {
	margin-bottom: 0;
	font-size: 18px;
}

.miv-summary-buy .miv-cta {
	min-width: min(100%, 320px);
}

.miv-purchase-reassurance {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.miv-purchase-reassurance span {
	padding: 8px 11px;
	border: 1px solid var(--miv-line);
	border-radius: 999px;
	background: var(--miv-sage-pale);
	color: var(--miv-ink);
	font-size: 12px;
	font-weight: 750;
}

.miv-grid {
	display: grid;
	gap: 18px;
}

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

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

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

.miv-grid--media-copy,
.miv-grid--problem,
.miv-grid--reviews,
.miv-grid--faq {
	grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
	align-items: stretch;
}

.miv-grid--problem {
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

#problem .miv-grid--media-copy > .miv-media--portrait,
#solution .miv-grid--media-copy > .miv-media--portrait,
#reasons .miv-grid--media-copy > .miv-media--portrait,
#uses .miv-grid--media-copy > .miv-media--portrait,
#uses .miv-grid--media-copy > .miv-media--square,
#comparison .miv-grid--media-copy > .miv-media--portrait {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	align-self: start;
}

.miv-grid--comparison {
	grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
	align-items: stretch;
}

.miv-stack {
	display: grid;
	gap: 14px;
}

.miv-card {
	padding: 22px;
	border: 1px solid var(--miv-line);
	border-radius: 17px;
	background: var(--miv-white);
}

.miv-card p:last-child,
.miv-card ul:last-child {
	margin-bottom: 0;
}

.miv-card--horizontal {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 16px;
}

.miv-media__emoji {
	position: relative;
	z-index: 1;
	font-size: 30px;
	line-height: 1;
}

#problem .miv-stack {
	gap: 10px;
}

#problem .miv-card--horizontal {
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 12px;
	padding: 10px 12px;
}

#problem .miv-media--micro {
	min-height: 64px;
}

#problem .miv-card--horizontal h3 {
	margin-bottom: 3px;
	font-size: 17px;
}

#problem .miv-card--horizontal p {
	font-size: 14px;
	line-height: 1.45;
}

#problem .miv-note {
	margin-top: 12px;
	padding: 12px 14px;
	font-size: 13px;
}

#reasons .miv-section__lead {
	margin-bottom: 18px !important;
}

#reasons .miv-stack {
	gap: 8px;
}

#reasons .miv-card--horizontal {
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 10px;
	padding: 8px 10px;
}

#reasons .miv-media--micro {
	min-height: 58px;
}

#reasons .miv-media__emoji {
	font-size: 26px;
}

#reasons .miv-card--horizontal h3 {
	margin-bottom: 2px;
	font-size: 17px;
}

#reasons .miv-card--horizontal p {
	font-size: 14px;
	line-height: 1.35;
}

@media (min-width: 701px) and (max-width: 1200px) {
	#reasons .miv-section__lead {
		margin-bottom: 14px !important;
		font-size: 16px !important;
	}

	#reasons .miv-card--horizontal {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 8px;
		padding: 7px 9px;
	}

	#reasons .miv-media--micro {
		min-height: 52px;
	}

	#reasons .miv-media__emoji {
		font-size: 24px;
	}

	#reasons .miv-card--horizontal h3 {
		font-size: 16px;
	}

	#reasons .miv-card--horizontal p {
		font-size: 13px;
	}
}

.miv-card--proof {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Lightweight media placeholders: no network request until real assets exist. */
.miv-media {
	display: flex;
	position: relative;
	min-height: 230px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	overflow: hidden;
	margin: 0;
	padding: 24px;
	border: 1px solid #9eb19a;
	border-radius: 18px;
	background:
		radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.9) 0 7%, transparent 7.4%),
		linear-gradient(135deg, #e4eee0, #fffdf8 58%, #d9e6d4);
	color: var(--miv-sage-dark);
	text-align: center;
}

.miv-media::after {
	position: absolute;
	right: -35px;
	bottom: -50px;
	width: 150px;
	height: 150px;
	border: 18px solid rgba(63, 91, 69, 0.08);
	border-radius: 50%;
	content: '';
}

.miv-media--asset {
	padding: 0;
	background: #fff;
}

.miv-media--asset::after {
	display: none;
}

.miv-media--asset img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.miv-media__icon {
	display: grid;
	position: relative;
	z-index: 1;
	width: 62px;
	height: 62px;
	place-items: center;
	border-radius: 50%;
	background: var(--miv-ink);
	color: var(--miv-white);
	font-size: 20px;
	font-weight: 900;
}

.miv-media figcaption {
	position: relative;
	z-index: 1;
	max-width: 390px;
	color: var(--miv-sage-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.48;
}

.miv-media figcaption strong,
.miv-media figcaption span {
	display: block;
}

.miv-media figcaption strong {
	margin-bottom: 5px;
	font-size: 17px;
}

.miv-media--video {
	min-height: 0;
	aspect-ratio: 16 / 9;
}

.miv-media--portrait {
	min-height: 0;
	aspect-ratio: 4 / 5;
}

.miv-media--square {
	min-height: 0;
	aspect-ratio: 1;
}

.miv-media-link {
	display: block;
	width: 100%;
	height: 100%;
}

.miv-media-link:focus-visible {
	outline: 3px solid #c18b21;
	outline-offset: -4px;
}

.miv-media--micro {
	min-height: 88px;
	padding: 10px;
	border-radius: 13px;
}

.miv-media--micro .miv-media__icon {
	width: 34px;
	height: 34px;
	font-size: 14px;
}

.miv-media--micro figcaption {
	font-size: 11px;
}

.miv-media--step,
.miv-media--use,
.miv-media--package {
	min-height: 0;
	aspect-ratio: 4 / 3;
	margin-bottom: 20px;
}

.miv-media--benefit {
	min-height: 130px;
	margin: -8px -8px 18px;
	padding: 14px;
}

.miv-media--benefit .miv-media__icon {
	width: 46px;
	height: 46px;
}

.miv-media--comparison,
.miv-media--reviews,
.miv-media--faq,
.miv-media--final {
	height: 100%;
	min-height: 320px;
}

.miv-note {
	margin-top: 20px;
	padding: 17px 19px;
	border-left: 4px solid var(--miv-sage-dark);
	border-radius: 0 12px 12px 0;
	background: var(--miv-cream);
	color: var(--miv-muted);
	font-size: 14px;
	line-height: 1.55;
}

.miv-nav {
	display: flex;
	position: sticky;
	z-index: 15;
	top: 8px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 24px;
	padding: 10px;
	border: 1px solid var(--miv-line);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 10px 28px rgba(22, 33, 38, 0.08);
	backdrop-filter: blur(10px);
}

.admin-bar .miv-nav {
	top: 40px;
}

.miv-nav a {
	min-height: 40px;
	padding: 10px 14px;
	border-radius: 999px;
	color: var(--miv-ink);
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.miv-nav a:hover {
	background: var(--miv-sage-pale);
}

.miv-cta {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px;
	border: 1px solid var(--miv-sage-dark);
	background: var(--miv-sage-dark);
	color: var(--miv-white) !important;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(63, 91, 69, 0.2);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.miv-cta:hover {
	background: #2c4935;
	box-shadow: 0 13px 28px rgba(63, 91, 69, 0.26);
	transform: translateY(-1px);
}

.miv-cta:focus-visible,
.miv-nav a:focus-visible,
.miv-faq summary:focus-visible,
.miv-header-contact:focus-visible {
	outline: 3px solid #c18b21;
	outline-offset: 3px;
}

.miv-section--ink .miv-cta {
	background: var(--miv-white);
	color: var(--miv-ink) !important;
}

.miv-proof-list,
.miv-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.miv-proof-list li,
.miv-check-list li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 30px;
}

.miv-proof-list li::before,
.miv-check-list li::before {
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--miv-sage);
	color: var(--miv-ink);
	content: '✓';
	font-size: 13px;
	font-weight: 900;
	line-height: 20px;
	text-align: center;
}

.miv-comparison-wrap {
	overflow-x: auto;
	border: 1px solid var(--miv-line);
	border-radius: 17px;
	background: var(--miv-white);
}

.miv-comparison {
	width: 100%;
	min-width: 610px;
	height: 100%;
	margin: 0;
	border-collapse: collapse;
}

.miv-comparison th,
.miv-comparison td {
	padding: 16px;
	border-bottom: 1px solid var(--miv-line);
	text-align: left;
}

.miv-comparison th:nth-child(2),
.miv-comparison td:nth-child(2) {
	background: var(--miv-sage-pale);
}

.miv-offer-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 20px;
	border: 1px solid var(--miv-line);
	border-radius: 18px;
	background: var(--miv-white);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.miv-offer-card.is-selected {
	border: 2px solid var(--miv-sage-dark);
	box-shadow: var(--miv-shadow);
	transform: translateY(-4px);
}

.miv-offer-card__badge {
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--miv-sage-pale);
	color: var(--miv-sage-dark);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.miv-offer-card__price {
	margin: 8px 0 2px;
	color: var(--miv-ink);
	font-size: 28px;
	font-weight: 850;
}

.miv-offer-card__unit {
	margin-bottom: 16px;
	color: var(--miv-muted);
	font-size: 13px;
}

.miv-offer-card .miv-cta {
	width: 100%;
	margin-top: auto;
}

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

.miv-trust__item {
	padding: 20px;
	border: 1px solid var(--miv-line);
	border-radius: 16px;
	background: var(--miv-white);
	text-align: left;
}

.miv-trust__icon {
	display: grid !important;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 15px;
	border-radius: 50%;
	background: var(--miv-sage-pale);
	color: var(--miv-sage-dark) !important;
}

.miv-trust__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.miv-trust__item strong,
.miv-trust__item span {
	display: block;
}

.miv-trust__item span:not(.miv-trust__icon) {
	margin-top: 5px;
	color: var(--miv-muted);
	font-size: 14px;
	line-height: 1.5;
}

.miv-review-placeholder {
	position: relative;
	padding: 20px;
	border: 1px solid var(--miv-line);
	border-radius: 17px;
	background: var(--miv-white);
}

.miv-review-placeholder::before {
	display: block;
	margin-bottom: 10px;
	color: var(--miv-sage-dark);
	content: '☆☆☆☆☆';
	font-size: 20px;
	letter-spacing: 2px;
}

.miv-faq details {
	border-bottom: 1px solid #cdd8c9;
}

.miv-faq details:first-child {
	border-top: 1px solid #cdd8c9;
}

.miv-faq summary {
	position: relative;
	min-height: 54px;
	padding: 17px 42px 17px 0;
	cursor: pointer;
	font-size: 17px;
	font-weight: 750;
	list-style: none;
}

.miv-faq summary::-webkit-details-marker {
	display: none;
}

.miv-faq summary::after {
	position: absolute;
	right: 4px;
	top: 16px;
	content: '+';
	font-size: 24px;
	font-weight: 400;
}

.miv-faq details[open] summary::after {
	content: '–';
}

.miv-faq details p {
	padding: 0 42px 17px 0;
	color: var(--miv-muted);
}

.miv-final {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 34px;
	align-items: center;
}

.miv-final--image-only {
	display: block;
}

.miv-final--image-only .miv-media--final {
	width: min(100%, 820px);
	margin-inline: auto;
}

.miv-final .miv-media {
	border-color: rgba(255, 255, 255, 0.25);
}

.miv-section--final .miv-final .miv-media {
	border-color: var(--miv-line);
}

.miv-final .miv-media--final {
	min-height: 0;
	height: auto;
	aspect-ratio: 4 / 5;
}

.miv-final .miv-media--final.miv-media--square {
	aspect-ratio: 1;
}

.miv-final__points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0;
}

.miv-final__points span {
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	font-size: 13px;
}

.miv-section--final .miv-final__points span {
	border-color: var(--miv-line);
	background: var(--miv-white);
	color: var(--miv-ink);
}

.miv-preflight {
	margin-top: 18px;
	padding: 24px;
	border: 1px dashed #a58d1e;
	border-radius: 17px;
	background: #fff8cd;
	color: var(--miv-ink);
}

.miv-preflight h3 {
	margin-bottom: 10px;
}

.miv-preflight ul {
	columns: 2;
	column-gap: 35px;
}

@media (max-width: 1000px) {
	.miveno-landing-template .product-details-wrapper {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
		gap: 30px;
	}

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

	.miv-grid--3 {
		grid-template-columns: 1fr;
	}

	.miv-offer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.miveno-landing-template #reviews {
		grid-template-columns: 1fr;
	}

	.miveno-landing-template #review_form_wrapper {
		position: static;
		grid-row: 1;
	}
}

@media (max-width: 700px) {
	.miveno-landing-template .topbar-wrapper,
	.miveno-landing-template .miv-header-contact,
	.miveno-landing-template .col-full-nav {
		display: none !important;
	}

	.miveno-landing-template #masthead .main-header {
		grid-template-columns: minmax(120px, 1fr) auto;
		gap: 12px;
		min-height: 64px;
		padding-inline: 16px;
	}

	.miveno-landing-template .site-branding img {
		max-width: 145px;
	}

	.miveno-template-status {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
		margin: 12px 0 18px;
	}

	.miv-mobile-hero-copy {
		display: block;
		width: 100%;
		padding: 2px 0 14px;
	}

	.miv-mobile-hero-copy h1 {
		margin: 0 0 8px;
		font-size: 30px;
		line-height: 1.07;
		letter-spacing: -0.025em;
	}

	.miv-mobile-hero-copy p {
		margin: 0;
		color: var(--miv-muted);
		font-size: 16px;
		font-weight: 650;
		line-height: 1.4;
	}

	.miveno-landing-template .product-details-wrapper {
		display: block !important;
	}

	.miveno-landing-template .summary.entry-summary {
		padding: 18px 0 0;
	}

	.miveno-landing-template .summary .product_title,
	.miveno-landing-template .summary .miveno-product-subtitle {
		display: none;
	}

	.miveno-landing-template .woocommerce-product-gallery {
		border-radius: 17px;
	}

	.miveno-landing-template .summary .price {
		font-size: 33px;
	}

	.miveno-landing-template .woocommerce-product-details__short-description p,
	.miveno-landing-template .woocommerce-product-details__short-description li {
		font-size: 15px;
	}

	.miveno-landing-flow {
		width: min(100% - 24px, 1180px);
		margin-top: 38px;
	}

	.miveno-landing-template #cgkit-tab-reviews {
		width: calc(100% - 24px);
		margin-top: 36px;
		padding: 20px 16px;
		border-radius: 18px;
	}

	.miveno-landing-template #reviews .commentlist {
		grid-template-columns: 1fr;
	}

	.miveno-landing-template #review_form_wrapper {
		padding: 18px;
	}

	.miv-nav {
		display: none;
	}

	.miv-section {
		margin-bottom: 16px;
		padding: 27px 19px;
		border-radius: 18px;
	}

	.miv-section h2 {
		font-size: 30px;
	}

	.miv-section__lead {
		font-size: 16px !important;
	}

	.miv-media--summary {
		border-radius: 14px;
	}

	.miv-media--phone-order {
		border: 0;
		border-radius: 0;
	}

	.miv-section--image-only {
		width: calc(100% + 24px);
		margin-right: -12px;
		margin-left: -12px;
	}

	.miv-summary-buy {
		gap: 14px;
		margin-top: 20px;
	}

	.miv-summary-buy > p {
		font-size: 16px;
	}

	.miv-summary-buy .miv-cta {
		width: 100%;
	}

	.miv-grid--2,
	.miv-grid--4,
	.miv-grid--media-copy,
	.miv-grid--problem,
	.miv-grid--comparison,
	.miv-grid--reviews,
	.miv-grid--faq,
	.miv-trust,
	.miv-final,
	.miv-offer-grid {
		grid-template-columns: 1fr;
	}

	.miv-card--horizontal {
		grid-template-columns: 80px minmax(0, 1fr);
		gap: 12px;
		padding: 13px;
	}

	.miv-media--micro {
		min-height: 76px;
	}

	.miv-media--video {
		aspect-ratio: 4 / 5;
	}

	.miv-media--portrait,
	.miv-media--comparison,
	.miv-media--reviews,
	.miv-media--faq,
	.miv-media--final {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.miv-media--benefit {
		aspect-ratio: 16 / 8;
	}

	.miv-card,
	.miv-offer-card {
		padding: 18px;
	}

	.miv-offer-card.is-selected {
		transform: none;
	}

	.miv-comparison-wrap {
		margin-right: -8px;
	}

	.miv-final {
		gap: 24px;
	}

	.miv-final .miv-media {
		order: 0;
	}

	.miv-preflight ul {
		columns: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.miv-offer-card,
	.miv-cta {
		transition: none;
	}
}

/* Gliss mobile gallery stability: reserve space before FlexSlider initializes. */
@media (max-width: 700px) {
	body.postid-154.miveno-landing-template .product-details-wrapper {
		container-type: inline-size;
	}

	body.postid-154.miveno-landing-template .woocommerce-product-gallery {
		height: calc(100vw - 10px);
		min-height: calc(100vw - 10px);
	}

	body.postid-154.miveno-landing-template .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
		visibility: hidden;
	}

	body.postid-154.miveno-landing-template .woocommerce-product-gallery .flex-viewport > .woocommerce-product-gallery__wrapper {
		visibility: visible;
	}

	@supports (container-type: inline-size) {
		body.postid-154.miveno-landing-template .woocommerce-product-gallery {
			height: calc(100cqi + 52px);
			min-height: calc(100cqi + 52px);
		}
	}
}
/* Kreo: vivid, marker-inspired accents for the promotional price. */
body.postid-203.miveno-landing-template .summary .price ins {
	color: #1565d8 !important;
	text-shadow: 0 2px 10px rgba(21, 101, 216, 0.18);
}

body.postid-203.miveno-landing-template .summary .sale-item.product-label {
	border-color: #9d174d !important;
	background: linear-gradient(135deg, #d81b60 0%, #6d28d9 100%) !important;
	box-shadow: 0 8px 18px rgba(124, 58, 237, 0.28);
}

/* Kreo: colorful visual keys for the four purchase-information cards. */
body.postid-203.miveno-landing-template .miv-trust__icon {
	width: 50px;
	height: 50px;
}

body.postid-203.miveno-landing-template .miv-trust__item:nth-child(1) .miv-trust__icon {
	background: #fff1d6;
	color: #c75b00 !important;
}

body.postid-203.miveno-landing-template .miv-trust__item:nth-child(2) .miv-trust__icon {
	background: #dff4ff;
	color: #0077b6 !important;
}

body.postid-203.miveno-landing-template .miv-trust__item:nth-child(3) .miv-trust__icon {
	background: #ffe3f0;
	color: #c2185b !important;
}

body.postid-203.miveno-landing-template .miv-trust__item:nth-child(4) .miv-trust__icon {
	background: #eee7ff;
	color: #6d28d9 !important;
}

/* Kreo colors section: align the product image with the top of its copy. */
@media (min-width: 701px) {
	body.postid-203.miveno-landing-template #colors .miv-grid--media-copy > figure {
		align-items: flex-start !important;
	}
}
