body.sl-modern-product {
	--sl-mpl-navy: #10283d;
	--sl-mpl-navy-deep: #091c2c;
	--sl-mpl-text: #32485b;
	--sl-mpl-slate: #637585;
	--sl-mpl-teal: #2f7884;
	--sl-mpl-teal-dark: #225d67;
	--sl-mpl-teal-soft: #e8f2f3;
	--sl-mpl-mint: #a9d9d5;
	--sl-mpl-surface: #f5f7f8;
	--sl-mpl-panel: #fff;
	--sl-mpl-border: #d9e1e5;
	--sl-mpl-shadow: 0 26px 70px rgba(9, 28, 44, .16);
	--sl-mpl-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Avada shell reset: deliberately scoped to opted-in products only. */
body.sl-modern-product .fusion-page-title-bar,
body.sl-modern-product .fusion-page-title-secondary,
body.sl-modern-product .avada-page-titlebar-wrapper { display: none !important; }
body.sl-modern-product #main { padding: 0 !important; background: var(--sl-mpl-surface) !important; }
body.sl-modern-product #main > .fusion-row { width: 100% !important; max-width: none !important; padding: 0 !important; }
body.sl-modern-product #main .fusion-row::before,
body.sl-modern-product #main .fusion-row::after { display: none !important; }
body.sl-modern-product .product.type-product { display: none !important; }

body.sl-modern-product .sl-mpl,
body.sl-modern-product .sl-mpl * { box-sizing: border-box; }

body.sl-modern-product .sl-mpl {
	overflow: clip;
	background: var(--sl-mpl-surface);
	color: var(--sl-mpl-text);
	font-family: var(--sl-mpl-font) !important;
	font-size: 15px;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body.sl-modern-product .sl-mpl h1,
body.sl-modern-product .sl-mpl h2,
body.sl-modern-product .sl-mpl h3,
body.sl-modern-product .sl-mpl h4,
body.sl-modern-product .sl-mpl p,
body.sl-modern-product .sl-mpl ul,
body.sl-modern-product .sl-mpl ol,
body.sl-modern-product .sl-mpl figure { margin-top: 0; }

body.sl-modern-product .sl-mpl h1,
body.sl-modern-product .sl-mpl h2,
body.sl-modern-product .sl-mpl h3,
body.sl-modern-product .sl-mpl h4,
body.sl-modern-product .sl-mpl button,
body.sl-modern-product .sl-mpl input,
body.sl-modern-product .sl-mpl select,
body.sl-modern-product .sl-mpl textarea { font-family: var(--sl-mpl-font) !important; }

body.sl-modern-product .sl-mpl-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

/* Image-led hero */
body.sl-modern-product .sl-mpl-hero {
	padding: 42px 0 22px;
	background:
		radial-gradient(circle at 8% 4%, rgba(47, 120, 132, .1), transparent 28%),
		var(--sl-mpl-surface);
}

body.sl-modern-product .sl-mpl-hero__frame {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 32px;
	background:
		radial-gradient(circle at 78% 18%, rgba(169, 217, 213, .42), transparent 27%),
		radial-gradient(circle at 18% 84%, rgba(47, 120, 132, .65), transparent 38%),
		linear-gradient(132deg, #173b51 0%, var(--sl-mpl-navy-deep) 56%, #0c2637 100%);
	box-shadow: var(--sl-mpl-shadow);
	isolation: isolate;
}

body.sl-modern-product .sl-mpl-hero__frame::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 20, 32, .93) 0%, rgba(7, 24, 37, .75) 43%, rgba(7, 24, 37, .2) 72%),
		linear-gradient(0deg, rgba(4, 18, 29, .68) 0%, transparent 54%);
	content: "";
	pointer-events: none;
}

body.sl-modern-product .sl-mpl-hero__frame::after {
	position: absolute;
	inset: 0;
	z-index: 4;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

body.sl-modern-product .sl-mpl-hero__frame.has-fallback::before {
	background:
		radial-gradient(circle at 78% 12%, rgba(169, 217, 213, .28), transparent 28%),
		radial-gradient(circle at 88% 82%, rgba(47, 120, 132, .33), transparent 25%),
		linear-gradient(92deg, rgba(5, 20, 32, .68), rgba(7, 24, 37, .16));
}

body.sl-modern-product .sl-mpl-hero__media,
body.sl-modern-product .sl-mpl-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

body.sl-modern-product .sl-mpl-hero__media { z-index: 0; background: var(--sl-mpl-navy); }
body.sl-modern-product .sl-mpl-hero__media img { display: block; object-fit: cover; object-position: center; transform: scale(1.002); }

body.sl-modern-product .sl-mpl-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 372px);
	align-items: end;
	gap: clamp(36px, 6vw, 78px);
	min-height: 650px;
	padding: clamp(38px, 5.6vw, 70px);
}

body.sl-modern-product .sl-mpl-hero__copy { align-self: end; max-width: 770px; padding-bottom: 8px; }

body.sl-modern-product .sl-mpl-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 20px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #e4f4f3;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .085em;
	line-height: 1.2;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

body.sl-modern-product .sl-mpl-kicker span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--sl-mpl-mint);
	box-shadow: 0 0 0 5px rgba(169, 217, 213, .13);
	font-size: 0;
}

body.sl-modern-product .sl-mpl h1#sl-mpl-title {
	max-width: 820px;
	margin: 0 0 22px !important;
	color: #fff !important;
	font-family: var(--sl-mpl-font) !important;
	font-size: clamp(44px, 5.7vw, 74px) !important;
	font-weight: 800 !important;
	letter-spacing: -.052em !important;
	line-height: 1.01 !important;
	text-shadow: 0 3px 24px rgba(4, 18, 29, .3);
}

body.sl-modern-product .sl-mpl-summary {
	max-width: 700px;
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	line-height: 1.78;
	text-shadow: 0 2px 14px rgba(4, 18, 29, .35);
}

body.sl-modern-product .sl-mpl-summary p { margin: 0 0 12px; color: inherit !important; font: inherit !important; }
body.sl-modern-product .sl-mpl-summary > :last-child { margin-bottom: 0; }

/* Native WooCommerce purchase card */
body.sl-modern-product .sl-mpl-buy {
	align-self: end;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 20px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 22px 58px rgba(4, 18, 29, .26);
	backdrop-filter: blur(18px);
}

body.sl-modern-product .sl-mpl-buy__label {
	margin: 0 0 8px;
	color: var(--sl-mpl-teal);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .095em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.sl-modern-product .sl-mpl-buy__price {
	color: var(--sl-mpl-navy);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.2;
}

body.sl-modern-product .sl-mpl-buy__price del { margin-right: 7px; color: #85939f; font-size: 14px; font-weight: 600; letter-spacing: 0; }
body.sl-modern-product .sl-mpl-buy__price ins { color: var(--sl-mpl-navy); text-decoration: none; }
body.sl-modern-product .sl-mpl-buy__price small,
body.sl-modern-product .sl-mpl-buy__price .woocommerce-price-suffix { color: var(--sl-mpl-slate); font-size: 10px; font-weight: 600; letter-spacing: 0; }
body.sl-modern-product .sl-mpl-buy__price .woocommerce-Price-currencySymbol { font-size: .72em; }

body.sl-modern-product .sl-mpl-saving {
	display: inline-block;
	margin: 12px 0 0;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--sl-mpl-teal-soft);
	color: var(--sl-mpl-teal-dark);
	font-size: 10px;
	font-weight: 800;
}

body.sl-modern-product .sl-mpl-purchase-note { margin: 13px 0 0; color: var(--sl-mpl-slate); font-size: 11px; line-height: 1.55; }

body.sl-modern-product .sl-mpl-owned {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 15px 0 0 !important;
	padding: 10px 12px;
	border: 1px solid rgba(47, 120, 132, .24);
	border-radius: 10px;
	background: var(--sl-mpl-teal-soft);
	color: var(--sl-mpl-teal-dark);
	font-size: 11px;
	font-weight: 700;
}

body.sl-modern-product .sl-mpl-owned span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--sl-mpl-teal); color: #fff; }
body.sl-modern-product .sl-mpl-stock .stock { margin: 11px 0 0; color: var(--sl-mpl-teal); font-size: 11px; font-weight: 700; }
body.sl-modern-product .sl-mpl-cart-form { margin-top: 18px; }

body.sl-modern-product .sl-mpl-cart-form form.cart {
	display: grid !important;
	grid-template-columns: 94px minmax(0, 1fr) !important;
	gap: 10px !important;
	margin: 0 !important;
}

body.sl-modern-product .sl-mpl-cart-form form.variations_form,
body.sl-modern-product .sl-mpl-cart-form form.grouped_form { display: block !important; }
body.sl-modern-product .sl-mpl-cart-form .variations,
body.sl-modern-product .sl-mpl-cart-form .group_table { width: 100% !important; margin: 0 0 14px !important; border: 0 !important; }
body.sl-modern-product .sl-mpl-cart-form .variations td,
body.sl-modern-product .sl-mpl-cart-form .variations th,
body.sl-modern-product .sl-mpl-cart-form .group_table td { padding: 5px 0 !important; border: 0 !important; background: transparent !important; }
body.sl-modern-product .sl-mpl-cart-form .variations label { color: var(--sl-mpl-navy); font-size: 11px; font-weight: 800; }
body.sl-modern-product .sl-mpl-cart-form .variations select {
	width: 100% !important;
	min-height: 44px !important;
	padding: 8px 12px !important;
	border: 1px solid var(--sl-mpl-border) !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	color: var(--sl-mpl-navy) !important;
	box-shadow: none !important;
}

body.sl-modern-product .sl-mpl-cart-form .reset_variations { color: var(--sl-mpl-teal) !important; font-size: 10px !important; }
body.sl-modern-product .sl-mpl-cart-form .single_variation { margin-bottom: 12px; }
body.sl-modern-product .sl-mpl-cart-form .single_variation_wrap .woocommerce-variation-add-to-cart { display: grid !important; grid-template-columns: 94px minmax(0, 1fr) !important; gap: 10px !important; }

body.sl-modern-product .sl-mpl-cart-form .quantity {
	display: flex !important;
	width: 94px !important;
	min-width: 94px !important;
	min-height: 48px !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--sl-mpl-border) !important;
	border-radius: 11px !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.sl-modern-product .sl-mpl-cart-form .quantity input { min-height: 46px !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
body.sl-modern-product .sl-mpl-cart-form .quantity .qty { width: 40px !important; padding: 0 !important; color: var(--sl-mpl-navy) !important; font-size: 12px !important; font-weight: 800 !important; }
body.sl-modern-product .sl-mpl-cart-form .quantity .minus,
body.sl-modern-product .sl-mpl-cart-form .quantity .plus { width: 26px !important; padding: 0 !important; color: var(--sl-mpl-teal) !important; background: transparent !important; }

body.sl-modern-product .sl-mpl-cart-form .single_add_to_cart_button,
body.sl-modern-product .sl-mpl-cart-form .button {
	min-height: 48px !important;
	margin: 0 !important;
	padding: 13px 17px !important;
	border: 0 !important;
	border-radius: 11px !important;
	background: var(--sl-mpl-teal) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: .01em !important;
	line-height: 1 !important;
	text-transform: none !important;
	box-shadow: 0 13px 26px -16px rgba(47, 120, 132, .9) !important;
}

body.sl-modern-product .sl-mpl-cart-form .single_add_to_cart_button::before,
body.sl-modern-product .sl-mpl-cart-form .button::before { display: none !important; }
body.sl-modern-product .sl-mpl-cart-form .single_add_to_cart_button:hover,
body.sl-modern-product .sl-mpl-cart-form .button:hover { background: var(--sl-mpl-teal-dark) !important; transform: translateY(-1px); }
body.sl-modern-product .sl-mpl-cart-form .single_add_to_cart_button.disabled { opacity: .48 !important; transform: none !important; }

body.sl-modern-product .sl-mpl-assurance-list { display: grid; gap: 6px; margin: 17px 0 0 !important; padding: 0 !important; color: var(--sl-mpl-slate); font-size: 10.5px; line-height: 1.45; list-style: none !important; }
body.sl-modern-product .sl-mpl-assurance-list li { margin: 0 !important; padding: 0 !important; }
body.sl-modern-product .sl-mpl-assurance-list li::before { margin-right: 8px; color: var(--sl-mpl-teal); font-weight: 900; content: "✓"; }
body.sl-modern-product .sl-mpl-unavailable { margin: 16px 0 0; padding: 12px; border: 1px solid #ecd3d3; border-radius: 10px; background: #fff5f5; color: #7d3030; font-size: 11px; }

/* Quiet confidence strip */
body.sl-modern-product .sl-mpl-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 18px;
	overflow: hidden;
	border: 1px solid var(--sl-mpl-border);
	border-radius: 16px;
	background: var(--sl-mpl-border);
}

body.sl-modern-product .sl-mpl-trust > div { display: flex; align-items: center; gap: 11px; min-height: 70px; padding: 16px 18px; background: var(--sl-mpl-panel); }
body.sl-modern-product .sl-mpl-trust span { display: grid; flex: 0 0 auto; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: var(--sl-mpl-teal-soft); color: var(--sl-mpl-teal); font-size: 9px; font-weight: 800; }
body.sl-modern-product .sl-mpl-trust strong { color: var(--sl-mpl-navy); font-size: 10.5px; font-weight: 800; line-height: 1.45; }

/* Match the details section's footer breathing room when a product has no details. */
body.sl-modern-product .sl-mpl.has-no-details { padding-bottom: 96px; }

/* Closed by default, but the content stays present in the document for SEO. */
body.sl-modern-product .sl-mpl-details { padding: 54px 0 96px; }
body.sl-modern-product .sl-mpl-details__disclosure {
	overflow: hidden;
	border: 1px solid var(--sl-mpl-border);
	border-radius: 22px;
	background: var(--sl-mpl-panel);
	box-shadow: 0 16px 46px rgba(9, 28, 44, .07);
}

body.sl-modern-product .sl-mpl-details__disclosure > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 112px;
	padding: 25px 30px;
	color: var(--sl-mpl-navy);
	cursor: pointer;
	list-style: none;
	user-select: none;
}

body.sl-modern-product .sl-mpl-details__disclosure > summary::-webkit-details-marker { display: none; }
body.sl-modern-product .sl-mpl-details__disclosure > summary span { display: grid; gap: 4px; }
body.sl-modern-product .sl-mpl-details__disclosure > summary small { color: var(--sl-mpl-teal); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
body.sl-modern-product .sl-mpl-details__disclosure > summary strong { color: var(--sl-mpl-navy); font-size: clamp(20px, 2.4vw, 29px); font-weight: 800; letter-spacing: -.032em; line-height: 1.2; }
body.sl-modern-product .sl-mpl-details__disclosure > summary i { position: relative; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: var(--sl-mpl-teal-soft); }
body.sl-modern-product .sl-mpl-details__disclosure > summary i::before,
body.sl-modern-product .sl-mpl-details__disclosure > summary i::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; border-radius: 2px; background: var(--sl-mpl-teal); content: ""; transform: translate(-50%, -50%); transition: transform .2s ease; }
body.sl-modern-product .sl-mpl-details__disclosure > summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
body.sl-modern-product .sl-mpl-details__disclosure[open] > summary i::after { transform: translate(-50%, -50%) rotate(0); }
body.sl-modern-product .sl-mpl-details__disclosure > summary:hover { background: #fbfcfc; }

body.sl-modern-product .sl-mpl-details__content {
	padding: 38px 30px 42px;
	border-top: 1px solid var(--sl-mpl-border);
}

body.sl-modern-product .sl-mpl-richtext { max-width: 860px; margin-inline: auto; color: var(--sl-mpl-text); font-size: 14px; line-height: 1.82; }
body.sl-modern-product .sl-mpl-richtext > :first-child { margin-top: 0 !important; }
body.sl-modern-product .sl-mpl-richtext > :last-child { margin-bottom: 0 !important; }
body.sl-modern-product .sl-mpl-richtext h1,
body.sl-modern-product .sl-mpl-richtext h2,
body.sl-modern-product .sl-mpl-richtext h3,
body.sl-modern-product .sl-mpl-richtext h4 { margin: 28px 0 10px !important; color: var(--sl-mpl-navy) !important; font-family: var(--sl-mpl-font) !important; font-size: 18px !important; font-weight: 800 !important; letter-spacing: -.015em !important; line-height: 1.4 !important; }
body.sl-modern-product .sl-mpl-richtext p { margin-bottom: 15px; color: inherit !important; font: inherit !important; }
body.sl-modern-product .sl-mpl-richtext ul,
body.sl-modern-product .sl-mpl-richtext ol { margin: 10px 0 20px !important; padding-left: 22px !important; }
body.sl-modern-product .sl-mpl-richtext li { margin-bottom: 6px; }
body.sl-modern-product .sl-mpl-richtext a { color: var(--sl-mpl-teal) !important; text-decoration: underline; text-underline-offset: 3px; }

body.sl-modern-product .sl-mpl-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 940px; margin: 38px auto 0; }
body.sl-modern-product .sl-mpl-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--sl-mpl-border); border-radius: 14px; background: var(--sl-mpl-surface); }
body.sl-modern-product .sl-mpl-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* Sticky purchase action after the hero leaves view. */
body.sl-modern-product .sl-mpl-sticky {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 890;
	padding: 11px 0 max(11px, env(safe-area-inset-bottom));
	border-top: 1px solid rgba(9, 28, 44, .12);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 -10px 34px rgba(9, 28, 44, .13);
	opacity: 0;
	visibility: hidden;
	transform: translateY(calc(100% + 8px));
	transition: opacity .2s ease, visibility .2s ease, transform .25s ease;
	pointer-events: none;
	backdrop-filter: blur(14px);
}

body.sl-modern-product .sl-mpl-sticky.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
body.sl-modern-product .sl-mpl-sticky__shell { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
body.sl-modern-product .sl-mpl-sticky__details { display: grid; min-width: 0; }
body.sl-modern-product .sl-mpl-sticky__details span { color: var(--sl-mpl-teal); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.sl-modern-product .sl-mpl-sticky__details strong { overflow: hidden; color: var(--sl-mpl-navy); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
body.sl-modern-product .sl-mpl-sticky__action { display: flex; align-items: center; gap: 16px; }
body.sl-modern-product .sl-mpl-sticky__price { color: var(--sl-mpl-navy); font-size: 18px; font-weight: 800; white-space: nowrap; }
body.sl-modern-product .sl-mpl-sticky__price del { color: var(--sl-mpl-slate); font-size: 10px; font-weight: 600; }
body.sl-modern-product .sl-mpl-sticky__price ins { text-decoration: none; }
body.sl-modern-product .sl-mpl-sticky__action button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 18px; border-radius: 10px; font-size: 11px; font-weight: 800; line-height: 1; cursor: pointer; }
body.sl-modern-product .sl-mpl-sticky__submit { border: 0; background: var(--sl-mpl-teal); color: #fff; box-shadow: 0 10px 22px -13px rgba(47, 120, 132, .9); }
body.sl-modern-product .sl-mpl-sticky__submit:hover,
body.sl-modern-product .sl-mpl-sticky__submit:focus-visible { background: var(--sl-mpl-teal-dark); transform: translateY(-1px); }
body.sl-modern-product .sl-mpl-sticky__help { border: 1px solid rgba(47, 120, 132, .28); background: var(--sl-mpl-teal-soft); color: var(--sl-mpl-teal-dark); box-shadow: none; }
body.sl-modern-product .sl-mpl-sticky__help:hover,
body.sl-modern-product .sl-mpl-sticky__help:focus-visible { border-color: var(--sl-mpl-teal); background: #dcebed; transform: translateY(-1px); }
body.sl-modern-product .sl-mpl-sticky__whatsapp { border: 1px solid rgba(18, 140, 126, .3); background: #e7f8f1; color: #087d70; box-shadow: none; }
body.sl-modern-product .sl-mpl-sticky__whatsapp:hover,
body.sl-modern-product .sl-mpl-sticky__whatsapp:focus-visible { border-color: #128c7e; background: #d9f2e8; transform: translateY(-1px); }
body.sl-modern-product .sl-mpl-sticky__mobile-label { display: none; }
body.sl-modern-product .sl-mpl-sticky__help[hidden],
body.sl-modern-product .sl-mpl-sticky__whatsapp[hidden] { display: none !important; }
body.sl-modern-product.sl-mpl-sticky-active .chat-window-wrapper > .chat-window-toggle { display: none !important; }
body.sl-modern-product.sl-mpl-sticky-active .chat-window-wrapper { bottom: calc(var(--sl-mpl-sticky-bar-height, 68px) + 12px) !important; }
body.sl-modern-product.sl-mpl-sticky-active .ccw_plugin.chatbot { display: none !important; }

@media (max-width: 920px) {
	body.sl-modern-product .sl-mpl-hero__frame,
	body.sl-modern-product .sl-mpl-hero__content { min-height: 720px; }
	body.sl-modern-product .sl-mpl-hero__content { grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; padding: 40px; }
	body.sl-modern-product .sl-mpl h1#sl-mpl-title { font-size: clamp(40px, 6vw, 58px) !important; }
	body.sl-modern-product .sl-mpl-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	body.sl-modern-product .sl-mpl-hero { padding-top: 24px; }
	body.sl-modern-product .sl-mpl-hero__frame { min-height: 0; }
	body.sl-modern-product .sl-mpl-hero__frame::before { background: linear-gradient(0deg, rgba(5, 20, 32, .94) 0%, rgba(7, 24, 37, .74) 58%, rgba(7, 24, 37, .24) 100%); }
	body.sl-modern-product .sl-mpl-hero__content { grid-template-columns: 1fr; align-content: end; min-height: 820px; padding: 34px; }
	body.sl-modern-product .sl-mpl-hero__copy { align-self: end; }
	body.sl-modern-product .sl-mpl-buy { width: min(100%, 430px); }
	body.sl-modern-product .sl-mpl-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	body.sl-modern-product .sl-mpl-shell { width: min(100% - 26px, 1180px); }
	body.sl-modern-product .sl-mpl-hero { padding: 13px 0 14px; }
	body.sl-modern-product .sl-mpl-hero__frame { border-radius: 22px; }
	body.sl-modern-product .sl-mpl-hero__content { min-height: 760px; gap: 24px; padding: 23px; }
	body.sl-modern-product .sl-mpl-kicker { margin-bottom: 14px; font-size: 8.5px; }
	body.sl-modern-product .sl-mpl h1#sl-mpl-title { margin-bottom: 16px !important; font-size: clamp(36px, 12vw, 48px) !important; }
	body.sl-modern-product .sl-mpl-summary { font-size: 13px; line-height: 1.68; }
	body.sl-modern-product .sl-mpl-buy { padding: 21px; border-radius: 16px; }
	body.sl-modern-product .sl-mpl-buy__price { font-size: 29px; }
	body.sl-modern-product .sl-mpl-cart-form form.cart,
	body.sl-modern-product .sl-mpl-cart-form .single_variation_wrap .woocommerce-variation-add-to-cart { grid-template-columns: 86px minmax(0, 1fr) !important; }
	body.sl-modern-product .sl-mpl-cart-form .quantity { width: 86px !important; min-width: 86px !important; }
	body.sl-modern-product .sl-mpl-trust { grid-template-columns: 1fr; margin-top: 13px; }
	body.sl-modern-product .sl-mpl-trust > div { min-height: 58px; }
	body.sl-modern-product .sl-mpl-details { padding: 34px 0 76px; }
	body.sl-modern-product .sl-mpl.has-no-details { padding-bottom: 76px; }
	body.sl-modern-product .sl-mpl-details__disclosure { border-radius: 17px; }
	body.sl-modern-product .sl-mpl-details__disclosure > summary { min-height: 94px; padding: 21px; }
	body.sl-modern-product .sl-mpl-details__disclosure > summary i { width: 36px; height: 36px; }
	body.sl-modern-product .sl-mpl-details__content { padding: 28px 21px 32px; }
	body.sl-modern-product .sl-mpl-gallery { grid-template-columns: 1fr; }
	body.sl-modern-product .sl-mpl-sticky { padding: 9px 0 max(9px, env(safe-area-inset-bottom)); }
	body.sl-modern-product .sl-mpl-sticky__shell { width: calc(100% - 20px); gap: 9px; }
	body.sl-modern-product .sl-mpl-sticky__details span { display: none; }
	body.sl-modern-product .sl-mpl-sticky__details strong { font-size: 10px; }
	body.sl-modern-product .sl-mpl-sticky__shell { display: block; }
	body.sl-modern-product .sl-mpl-sticky__details { display: none; }
	body.sl-modern-product .sl-mpl-sticky__action { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 7px; width: 100%; }
	body.sl-modern-product .sl-mpl-sticky.has-help .sl-mpl-sticky__action,
	body.sl-modern-product .sl-mpl-sticky.has-whatsapp .sl-mpl-sticky__action { grid-template-columns: auto minmax(0, 1.08fr) minmax(0, 1fr); }
	body.sl-modern-product .sl-mpl-sticky.has-help.has-whatsapp .sl-mpl-sticky__action { grid-template-columns: auto repeat(3, minmax(0, 1fr)); }
	body.sl-modern-product .sl-mpl-sticky.has-help.has-whatsapp .sl-mpl-sticky__action button { padding-inline: 6px; font-size: 9px; }
	body.sl-modern-product .sl-mpl-sticky__price { font-size: 14px; }
	body.sl-modern-product .sl-mpl-sticky__price del { display: none; }
	body.sl-modern-product .sl-mpl-sticky__action button { min-height: 40px; padding: 10px 9px; font-size: 9.5px; }
	body.sl-modern-product .sl-mpl-sticky__help,
	body.sl-modern-product .sl-mpl-sticky__whatsapp { gap: 5px; }
	body.sl-modern-product .sl-mpl-sticky__help svg,
	body.sl-modern-product .sl-mpl-sticky__whatsapp svg { width: 14px; height: 14px; }
	body.sl-modern-product .sl-mpl-sticky__desktop-label { display: none; }
	body.sl-modern-product .sl-mpl-sticky__mobile-label { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
	body.sl-modern-product .sl-mpl *,
	body.sl-modern-product .sl-mpl *::before,
	body.sl-modern-product .sl-mpl *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
