/**
 * Product singular shell — ONLY body.lwc-safe-product / .lwc-classic-product.
 * Header/footer: homepage Elementor snapshots (238/5077 + footer 201/2388).
 * Brand kit (post-12): Cormorant Garamond headings, Lato body, #F0F5E1 / #FFCD12 / #A877DE.
 */

body.lwc-safe-product,
body.lwc-classic-product.elementor-kit-12 {
	margin: 0;
	/* Mirror Elementor kit vars locally so footer/header never fall back to Hello reset (Segoe UI). */
	--e-global-typography-primary-font-family: "Cormorant Garamond";
	--e-global-typography-secondary-font-family: "Lato";
	--e-global-typography-text-font-family: "Lato";
	--e-global-typography-accent-font-family: "Cormorant Garamond";
	--e-global-typography-text-font-size: 20px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 140%;
	--e-global-color-primary: #000000;
	--e-global-color-secondary: #ffffff;
	--e-global-color-text: #000000;
	--e-global-color-accent: #ffffff;
	--e-global-color-ee08593: #f0f5e1;
	--e-global-color-e74865e: #ffcd12;
	--e-global-color-307b427: #a877de;
	--e-global-color-a7a522a: #73ab89;
	/* Product copy font (profile modal / WhatFont 圖二): Hello system stack → Segoe UI */
	--lwc-sp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: var(--e-global-color-ee08593, #f0f5e1) !important;
	color: #18181b;
	/* Body default stays kit Lato for header/footer chrome; product main overrides below. */
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	line-height: 1.65;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

body.lwc-safe-product a {
	color: inherit;
}

/* —— Homepage dark-pill header (238 / 5077) —— */
body.lwc-safe-product .elementor-location-header {
	position: relative;
	z-index: 99;
}

body.lwc-safe-product .sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: lwcSpStickyFade 0.3s ease;
	z-index: 999;
}

body.lwc-safe-product .sticky-active .inner-section.e-flex.e-con.e-child {
	background: #000 !important;
	margin-top: 16px;
}

@keyframes lwcSpStickyFade {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Keep logo | nav | icons on one centered row like homepage */
body.lwc-safe-product .elementor-238 .elementor-element-27b4e51,
body.lwc-safe-product .elementor-5077 .elementor-element-27b4e51 {
	align-items: center;
}

body.lwc-safe-product .elementor-238 .elementor-nav-menu--layout-horizontal .elementor-nav-menu,
body.lwc-safe-product .elementor-5077 .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	flex-wrap: nowrap !important;
	align-items: center;
}

body.lwc-safe-product .elementor-238 .header-menu-wrapper .elementor-item,
body.lwc-safe-product .elementor-5077 .header-menu-wrapper .elementor-item {
	white-space: nowrap;
}

/* Language switcher — match homepage Elementor WPML widget (white / Lato / black text) */
body.lwc-safe-product .elementor-location-header .elementor-element-30ebc58,
body.lwc-safe-product .elementor-location-header .elementor-element-915175e {
	position: relative !important;
	z-index: 40;
	overflow: visible !important;
}

body.lwc-safe-product .elementor-location-header .lg-switcher,
body.lwc-safe-product .elementor-location-header .elementor-element-55bbafc,
body.lwc-safe-product .elementor-location-header .elementor-element-96be542 {
	display: none !important;
	position: absolute !important;
	inset: auto !important;
	top: calc(100% + 8px) !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	transform: none !important;
	z-index: 200;
	width: auto !important;
	min-width: 120px;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 6px !important;
	background: var(--e-global-color-secondary, #ffffff) !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	overflow: visible !important;
}

body.lwc-safe-product .elementor-location-header .lg-switcher.is-open,
body.lwc-safe-product .elementor-location-header .elementor-element-55bbafc.is-open,
body.lwc-safe-product .elementor-location-header .elementor-element-96be542.is-open {
	display: block !important;
}

body.lwc-safe-product .elementor-location-header .lg-switcher .elementor-widget-container,
body.lwc-safe-product .elementor-location-header .elementor-element-55bbafc .elementor-widget-container,
body.lwc-safe-product .elementor-location-header .elementor-element-96be542 .elementor-widget-container {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.lwc-safe-product .wpml-ls-legacy-list-vertical {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body.lwc-safe-product .wpml-ls-legacy-list-vertical > li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	font-family: "Lato", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 140% !important;
}

body.lwc-safe-product .wpml-ls-legacy-list-vertical .wpml-ls-link {
	display: flex !important;
	align-items: center;
	gap: 8px;
	padding: 8px 12px !important;
	border-radius: 6px;
	text-decoration: none !important;
	font-family: "Lato", Sans-serif !important;
	font-size: 16px !important;
	line-height: 140% !important;
	font-weight: 400 !important;
	color: var(--e-global-color-text, #000000) !important;
	background: var(--e-global-color-secondary, #ffffff) !important;
	border: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
	width: 100%;
	box-sizing: border-box;
}

body.lwc-safe-product .wpml-ls-legacy-list-vertical .wpml-ls-link:hover,
body.lwc-safe-product .wpml-ls-legacy-list-vertical .wpml-ls-current-language .wpml-ls-link {
	background: rgba(0, 0, 0, 0.06) !important;
	color: var(--e-global-color-text, #000000) !important;
}

body.lwc-safe-product .wpml-ls-legacy-list-vertical .wpml-ls-native,
body.lwc-safe-product .wpml-ls-legacy-list-vertical .wpml-ls-display {
	display: inline !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.lwc-safe-product .wpml-ls-legacy-list-vertical .wpml-ls-flag {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.lwc-safe-product .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown,
body.lwc-safe-product .elementor-nav-menu--dropdown.lwc-sp-open {
	display: block;
	max-height: 100vh;
	transform: scaleY(1);
	opacity: 1;
}

/* —— Product content: filled 2-col shell + tabs; responsive phone / iPad / desktop —— */
body.lwc-safe-product .lwc-sp-main,
body.lwc-classic-product .lwc-sp-main {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 28px 72px;
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

body.lwc-safe-product .lwc-sp-breadcrumb,
body.lwc-classic-product .lwc-sp-breadcrumb {
	font-family: var(--lwc-sp-font);
	font-size: 15px;
	font-weight: 400;
	color: rgba(24, 24, 27, 0.55);
	margin: 0 0 18px;
	text-align: left;
}

body.lwc-safe-product .lwc-sp-breadcrumb a,
body.lwc-classic-product .lwc-sp-breadcrumb a {
	color: rgba(24, 24, 27, 0.55);
	text-decoration: none;
}

body.lwc-safe-product .lwc-sp-breadcrumb a:hover,
body.lwc-classic-product .lwc-sp-breadcrumb a:hover {
	color: var(--e-global-color-307b427, #a877de);
}

body.lwc-safe-product .lwc-sp-product,
body.lwc-classic-product .lwc-sp-product {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: visible;
}

/* Two columns: larger sticky image | aligned breadcrumb+title+lead+sticky toggle */
body.lwc-safe-product .lwc-sp-layout,
body.lwc-classic-product .lwc-sp-layout {
	display: grid;
	grid-template-columns: minmax(380px, 1.2fr) minmax(0, 1fr);
	grid-template-areas: "gallery primary";
	gap: 28px 36px;
	align-items: start;
	width: 100%;
}

body.lwc-safe-product .lwc-sp-gallery,
body.lwc-classic-product .lwc-sp-gallery {
	grid-area: gallery;
	width: 100%;
	max-width: none;
	position: sticky;
	top: 104px;
	align-self: start;
	z-index: 2;
}

body.lwc-safe-product.admin-bar .lwc-sp-gallery,
body.lwc-classic-product.admin-bar .lwc-sp-gallery {
	top: 136px;
}

body.lwc-safe-product .lwc-sp-gallery img,
body.lwc-classic-product .lwc-sp-gallery img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 320px;
	border-radius: 16px;
	background: #111;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

body.lwc-safe-product .lwc-sp-primary,
body.lwc-classic-product .lwc-sp-primary {
	grid-area: primary;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	width: 100%;
	align-self: start;
	position: static;
	max-height: none;
	overflow: visible;
	z-index: 1;
}

/* Kill WooCommerce float/48% summary so title+excerpt match Description panel width */
body.lwc-safe-product .lwc-sp-product .images,
body.lwc-safe-product .lwc-sp-product .summary,
body.lwc-safe-product .lwc-sp-product .entry-summary,
body.lwc-classic-product .lwc-sp-product .images,
body.lwc-classic-product .lwc-sp-product .summary,
body.lwc-classic-product .lwc-sp-product .entry-summary {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.lwc-safe-product .lwc-sp-title,
body.lwc-safe-product .lwc-sp-primary .product_title,
body.lwc-safe-product .lwc-sp-lead,
body.lwc-safe-product .lwc-sp-excerpt,
body.lwc-safe-product .lwc-sp-excerpt p,
body.lwc-safe-product .lwc-sp-toggle,
body.lwc-safe-product .lwc-sp-toggle-panel,
body.lwc-safe-product .lwc-sp-panel,
body.lwc-classic-product .lwc-sp-title,
body.lwc-classic-product .lwc-sp-primary .product_title,
body.lwc-classic-product .lwc-sp-lead,
body.lwc-classic-product .lwc-sp-excerpt,
body.lwc-classic-product .lwc-sp-excerpt p,
body.lwc-classic-product .lwc-sp-toggle,
body.lwc-classic-product .lwc-sp-toggle-panel,
body.lwc-classic-product .lwc-sp-panel {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

body.lwc-safe-product.admin-bar .lwc-sp-primary,
body.lwc-classic-product.admin-bar .lwc-sp-primary {
	top: auto;
	max-height: none;
}

body.lwc-safe-product .lwc-sp-primary .lwc-sp-breadcrumb,
body.lwc-classic-product .lwc-sp-primary .lwc-sp-breadcrumb {
	margin: 0 0 4px;
}

body.lwc-safe-product .lwc-sp-title,
body.lwc-safe-product .lwc-sp-primary .product_title,
body.lwc-classic-product .lwc-sp-title,
body.lwc-classic-product .lwc-sp-primary .product_title {
	font-family: var(--lwc-sp-font) !important;
	font-size: clamp(26px, 2.4vw, 34px) !important;
	font-weight: 600 !important;
	font-style: normal !important;
	line-height: 1.25 !important;
	margin: 0;
	color: rgb(24, 24, 27) !important;
	text-align: left;
	max-width: none;
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	flex: 0 0 auto;
}

body.lwc-safe-product .lwc-sp-lead,
body.lwc-classic-product .lwc-sp-lead {
	width: 100%;
	max-width: none;
	flex: 0 0 auto;
}

body.lwc-safe-product .lwc-sp-toggle,
body.lwc-classic-product .lwc-sp-toggle {
	margin-top: 4px;
	width: 100%;
	flex: 0 0 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: visible;
}

body.lwc-safe-product .lwc-sp-toggle-bar,
body.lwc-classic-product .lwc-sp-toggle-bar {
	flex: 0 0 auto;
}

body.lwc-safe-product .lwc-sp-toggle-panel.is-active,
body.lwc-classic-product .lwc-sp-toggle-panel.is-active {
	flex: 0 0 auto;
	min-height: 0;
	overflow: visible;
}

body.lwc-safe-product .lwc-sp-summary,
body.lwc-classic-product .lwc-sp-summary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	min-width: 0;
}

body.lwc-safe-product .lwc-sp-excerpt,
body.lwc-classic-product .lwc-sp-excerpt,
body.lwc-safe-product .lwc-sp-excerpt p,
body.lwc-classic-product .lwc-sp-excerpt p,
body.lwc-safe-product .lwc-sp-excerpt *,
body.lwc-classic-product .lwc-sp-excerpt * {
	font-family: var(--lwc-sp-font) !important;
	font-size: 18px !important;
	line-height: 1.6 !important;
	font-weight: 400 !important;
	color: #52525b !important;
	margin: 0;
	text-align: left;
	max-width: none;
}

body.lwc-safe-product .lwc-sp-excerpt p:last-child,
body.lwc-classic-product .lwc-sp-excerpt p:last-child {
	margin-bottom: 0;
}

/* Tabs */
body.lwc-safe-product .lwc-sp-toggle-bar,
body.lwc-classic-product .lwc-sp-toggle-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 6px;
	margin: 0 0 16px;
	padding: 4px;
	border-radius: 14px;
	background: rgba(115, 171, 137, 0.12);
	flex: 0 0 auto;
}

body.lwc-safe-product .lwc-sp-toggle-btn,
body.lwc-classic-product .lwc-sp-toggle-btn {
	appearance: none;
	border: 0;
	margin: 0;
	cursor: pointer;
	font-family: var(--lwc-sp-font) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	color: #52525b !important;
	background: transparent;
	padding: 10px 16px;
	border-radius: 10px;
	transition: background 0.15s ease, color 0.15s ease;
}

body.lwc-safe-product .lwc-sp-toggle-btn:hover,
body.lwc-classic-product .lwc-sp-toggle-btn:hover {
	color: #18181b !important;
	background: rgba(255, 255, 255, 0.55);
}

body.lwc-safe-product .lwc-sp-toggle-btn.is-active,
body.lwc-classic-product .lwc-sp-toggle-btn.is-active {
	color: #18181b !important;
	background: #fff;
	box-shadow: 0 1px 3px rgba(24, 24, 27, 0.08);
}

body.lwc-safe-product .lwc-sp-toggle-panel,
body.lwc-classic-product .lwc-sp-toggle-panel {
	width: 100%;
	text-align: left;
}

/* Inactive tabs must fully leave the layout (no bleed under Register). */
body.lwc-safe-product .lwc-sp-toggle-panel[hidden],
body.lwc-safe-product .lwc-sp-toggle-panel:not(.is-active),
body.lwc-classic-product .lwc-sp-toggle-panel[hidden],
body.lwc-classic-product .lwc-sp-toggle-panel:not(.is-active) {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	pointer-events: none !important;
}

body.lwc-safe-product .lwc-sp-toggle-panel.is-active,
body.lwc-classic-product .lwc-sp-toggle-panel.is-active {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	pointer-events: auto !important;
}

body.lwc-safe-product .lwc-sp-meta,
body.lwc-classic-product .lwc-sp-meta {
	margin: 0 auto;
	padding: 0;
	border-top: 0;
	width: 100%;
	text-align: left;
}

body.lwc-safe-product .lwc-sp-meta-section,
body.lwc-classic-product .lwc-sp-meta-section {
	margin: 0 0 1rem;
}

body.lwc-safe-product .lwc-sp-meta-title,
body.lwc-classic-product .lwc-sp-meta-title {
	font-family: var(--lwc-sp-font) !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: rgb(24, 24, 27) !important;
	margin: 0 0 0.45rem;
}

body.lwc-safe-product .lwc-sp-meta-value,
body.lwc-classic-product .lwc-sp-meta-value {
	font-family: var(--lwc-sp-font) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	color: rgb(24, 24, 27) !important;
}

body.lwc-safe-product .lwdp-schedule-rows-wrap,
body.lwc-classic-product .lwdp-schedule-rows-wrap {
	border: 1px solid rgba(24, 24, 27, 0.1);
	border-radius: 12px;
	overflow: hidden;
	background: #fafafa;
}

body.lwc-safe-product .lwdp-schedule-grid-head,
body.lwc-safe-product .lwdp-schedule-row,
body.lwc-classic-product .lwdp-schedule-grid-head,
body.lwc-classic-product .lwdp-schedule-row {
	--lwdp-schedule-location-col: minmax(5.5rem, 9rem);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) var(--lwdp-schedule-location-col);
	gap: 0.4rem 0.65rem;
	align-items: center;
}

body.lwc-safe-product .lwdp-schedule-grid-head,
body.lwc-classic-product .lwdp-schedule-grid-head {
	padding: 0.45rem 0.7rem;
	background: rgba(115, 171, 137, 0.14);
	font-family: var(--lwc-sp-font);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #52525b;
	border-bottom: 1px solid rgba(24, 24, 27, 0.08);
}

body.lwc-safe-product .lwdp-schedule-grid-head .lwdp-schedule-head-date,
body.lwc-safe-product .lwdp-schedule-grid-head .lwdp-schedule-head-time,
body.lwc-classic-product .lwdp-schedule-grid-head .lwdp-schedule-head-date,
body.lwc-classic-product .lwdp-schedule-grid-head .lwdp-schedule-head-time {
	justify-self: start;
	padding-left: calc(1.1rem + 0.3rem);
}

body.lwc-safe-product .lwdp-schedule-grid-head .lwdp-schedule-head-loc,
body.lwc-classic-product .lwdp-schedule-grid-head .lwdp-schedule-head-loc {
	justify-self: end;
}

body.lwc-safe-product .lwdp-schedule-rows-wrap .lwdp-schedule-rows,
body.lwc-classic-product .lwdp-schedule-rows-wrap .lwdp-schedule-rows {
	padding: 0.45rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

body.lwc-safe-product .lwdp-schedule-rows-wrap--scroll .lwdp-schedule-rows,
body.lwc-classic-product .lwdp-schedule-rows-wrap--scroll .lwdp-schedule-rows {
	max-height: 14rem;
	overflow-y: auto;
}

body.lwc-safe-product .lwdp-schedule-row,
body.lwc-classic-product .lwdp-schedule-row {
	padding: 0.55rem 0.7rem;
	background: rgba(115, 171, 137, 0.07);
	border: 1px solid rgba(24, 24, 27, 0.08);
	border-radius: 10px;
	font-family: var(--lwc-sp-font);
	font-size: 0.975rem;
	color: #18181b;
}

body.lwc-safe-product .lwdp-schedule-col.lwdp-schedule-date,
body.lwc-safe-product .lwdp-schedule-col.lwdp-schedule-time,
body.lwc-classic-product .lwdp-schedule-col.lwdp-schedule-date,
body.lwc-classic-product .lwdp-schedule-col.lwdp-schedule-time {
	display: grid;
	grid-template-columns: 1.1rem minmax(0, 1fr);
	column-gap: 0.35rem;
	align-items: center;
	min-width: 0;
}

body.lwc-safe-product .lwdp-schedule-date-text,
body.lwc-safe-product .lwdp-schedule-time-text,
body.lwc-classic-product .lwdp-schedule-date-text,
body.lwc-classic-product .lwdp-schedule-time-text {
	font-weight: 600;
	line-height: 1.35;
}

body.lwc-safe-product .lwdp-schedule-time-text .lwdp-time-label,
body.lwc-classic-product .lwdp-schedule-time-text .lwdp-time-label {
	font-size: 0.7rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #71717a;
	font-weight: 700;
}

body.lwc-safe-product .lwdp-schedule-location,
body.lwc-classic-product .lwdp-schedule-location {
	justify-self: end;
	display: inline-flex;
	align-items: center;
}

body.lwc-safe-product .lwdp-schedule-location-badge,
body.lwc-classic-product .lwdp-schedule-location-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.18rem 0.55rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.3;
	background: rgba(139, 111, 183, 0.12);
	color: #4a3d66;
	border: 1px solid rgba(139, 111, 183, 0.28);
	white-space: nowrap;
}

body.lwc-safe-product .lwdp-icon svg,
body.lwc-classic-product .lwdp-icon svg {
	display: block;
	width: 14px;
	height: 14px;
}

body.lwc-safe-product .lwc-sp-actions,
body.lwc-classic-product .lwc-sp-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-top: 1rem;
	padding: 0.95rem 0 0.35rem;
	border-top: 1px solid #e4e4e7;
	position: relative;
	z-index: 5;
	background: var(--e-global-color-ee08593, #f0f5e1);
	isolation: isolate;
}

body.lwc-safe-product a.lwc-sp-cta,
body.lwc-safe-product a.lwc-sp-cta.button,
body.lwc-classic-product a.lwc-sp-cta,
body.lwc-classic-product a.lwc-sp-cta.button,
body.lwc-safe-product .lwc-sp-cta,
body.lwc-classic-product .lwc-sp-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 10px 28px;
	margin: 0;
	border: 0;
	border-radius: 12px;
	background-color: var(--e-global-color-307b427, #a877de);
	background-image: none;
	color: #fff !important;
	font-family: var(--lwc-sp-font) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: filter 0.15s ease, opacity 0.15s ease;
}

body.lwc-safe-product .lwc-sp-cta:hover,
body.lwc-safe-product a.lwc-sp-cta:hover,
body.lwc-classic-product .lwc-sp-cta:hover,
body.lwc-classic-product a.lwc-sp-cta:hover {
	filter: brightness(0.96);
	color: #fff !important;
	background-color: var(--e-global-color-307b427, #a877de);
}

body.lwc-safe-product .lwc-sp-cta.is-disabled,
body.lwc-safe-product .lwc-sp-cta[aria-disabled="true"],
body.lwc-classic-product .lwc-sp-cta.is-disabled,
body.lwc-classic-product .lwc-sp-cta[aria-disabled="true"] {
	opacity: 0.45;
	pointer-events: none;
}

body.lwc-safe-product .lwc-sp-panel,
body.lwc-classic-product .lwc-sp-panel {
	font-family: var(--lwc-sp-font) !important;
	font-size: 18px !important;
	line-height: 1.65 !important;
	font-weight: 400 !important;
	color: #52525b !important;
	width: 100%;
	max-height: none;
	overflow: visible;
	margin: 0;
	text-align: left;
	padding-right: 4px;
}

body.lwc-safe-product .lwc-sp-panel *,
body.lwc-classic-product .lwc-sp-panel * {
	font-family: var(--lwc-sp-font) !important;
}

body.lwc-safe-product .lwc-sp-panel p,
body.lwc-safe-product .lwc-sp-panel li,
body.lwc-safe-product .lwc-sp-panel span,
body.lwc-safe-product .lwc-sp-panel strong,
body.lwc-safe-product .lwc-sp-panel em,
body.lwc-safe-product .lwc-sp-panel b,
body.lwc-safe-product .lwc-sp-panel i,
body.lwc-safe-product .lwc-sp-panel td,
body.lwc-classic-product .lwc-sp-panel p,
body.lwc-classic-product .lwc-sp-panel li,
body.lwc-classic-product .lwc-sp-panel span,
body.lwc-classic-product .lwc-sp-panel strong,
body.lwc-classic-product .lwc-sp-panel em,
body.lwc-classic-product .lwc-sp-panel b,
body.lwc-classic-product .lwc-sp-panel i,
body.lwc-classic-product .lwc-sp-panel td {
	font-family: var(--lwc-sp-font) !important;
	font-size: 18px !important;
	line-height: 1.65 !important;
	color: inherit;
}

body.lwc-safe-product .lwc-sp-panel p,
body.lwc-classic-product .lwc-sp-panel p {
	margin: 0 0 0.85em !important;
}

body.lwc-safe-product .lwc-sp-panel p:last-child,
body.lwc-classic-product .lwc-sp-panel p:last-child {
	margin-bottom: 0 !important;
}

body.lwc-safe-product .lwc-sp-panel h1,
body.lwc-safe-product .lwc-sp-panel h2,
body.lwc-safe-product .lwc-sp-panel h3,
body.lwc-safe-product .lwc-sp-panel h4,
body.lwc-safe-product .lwc-sp-panel h5,
body.lwc-safe-product .lwc-sp-panel h6,
body.lwc-classic-product .lwc-sp-panel h1,
body.lwc-classic-product .lwc-sp-panel h2,
body.lwc-classic-product .lwc-sp-panel h3,
body.lwc-classic-product .lwc-sp-panel h4,
body.lwc-classic-product .lwc-sp-panel h5,
body.lwc-classic-product .lwc-sp-panel h6 {
	font-family: var(--lwc-sp-font) !important;
	font-weight: 600 !important;
	font-style: normal !important;
	font-size: 26px !important;
	line-height: 1.3 !important;
	color: rgb(24, 24, 27) !important;
	margin: 1em 0 0.4em !important;
	text-align: left;
	-webkit-text-fill-color: rgb(24, 24, 27);
	background: none;
}

body.lwc-safe-product .lwc-sp-panel img,
body.lwc-classic-product .lwc-sp-panel img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

body.lwc-safe-product .lwc-sp-toggle-panel .lwd-product-faq,
body.lwc-classic-product .lwc-sp-toggle-panel .lwd-product-faq {
	margin-top: 0;
	width: 100%;
	max-height: none;
	overflow: visible;
}

/* —— iPad / small laptop —— */
@media (max-width: 1024px) {
	body.lwc-safe-product .lwc-sp-main,
	body.lwc-classic-product .lwc-sp-main {
		max-width: 960px;
		padding: 20px 20px 64px;
	}

	body.lwc-safe-product .lwc-sp-layout,
	body.lwc-classic-product .lwc-sp-layout {
		grid-template-columns: minmax(280px, 1fr) minmax(0, 1.05fr);
		gap: 14px 22px;
	}

	body.lwc-safe-product .lwc-sp-gallery,
	body.lwc-classic-product .lwc-sp-gallery {
		top: 88px;
	}

	body.lwc-safe-product .lwdp-schedule-grid-head,
	body.lwc-safe-product .lwdp-schedule-row,
	body.lwc-classic-product .lwdp-schedule-grid-head,
	body.lwc-classic-product .lwdp-schedule-row {
		--lwdp-schedule-location-col: minmax(4.5rem, 7.5rem);
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) var(--lwdp-schedule-location-col);
		gap: 0.45rem 0.65rem;
	}

	body.lwc-safe-product .lwc-sp-actions,
	body.lwc-classic-product .lwc-sp-actions {
		justify-content: flex-end;
	}
}

/* —— Portrait tablet / large phone —— */
@media (max-width: 860px) {
	body.lwc-safe-product .lwc-sp-layout,
	body.lwc-classic-product .lwc-sp-layout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"gallery"
			"primary";
		gap: 14px;
	}

	body.lwc-safe-product .lwc-sp-gallery,
	body.lwc-classic-product .lwc-sp-gallery {
		position: static;
		max-width: 520px;
		margin: 0 auto;
		width: 100%;
		top: auto;
	}

	body.lwc-safe-product .lwc-sp-gallery img,
	body.lwc-classic-product .lwc-sp-gallery img {
		aspect-ratio: 1 / 1;
		min-height: 0;
	}

	body.lwc-safe-product .lwc-sp-primary,
	body.lwc-classic-product .lwc-sp-primary {
		position: static;
		max-height: none;
		overflow: visible;
		top: auto;
	}

	body.lwc-safe-product .lwc-sp-toggle,
	body.lwc-classic-product .lwc-sp-toggle {
		overflow: visible;
	}

	body.lwc-safe-product .lwc-sp-toggle-panel.is-active,
	body.lwc-classic-product .lwc-sp-toggle-panel.is-active {
		overflow: visible;
	}

	body.lwc-safe-product .lwc-sp-breadcrumb,
	body.lwc-classic-product .lwc-sp-breadcrumb,
	body.lwc-safe-product .lwc-sp-title,
	body.lwc-safe-product .lwc-sp-primary .product_title,
	body.lwc-classic-product .lwc-sp-title,
	body.lwc-classic-product .lwc-sp-primary .product_title {
		text-align: center;
	}

	body.lwc-safe-product .lwc-sp-summary,
	body.lwc-classic-product .lwc-sp-summary {
		align-items: center;
	}

	body.lwc-safe-product .lwc-sp-excerpt,
	body.lwc-safe-product .lwc-sp-excerpt p,
	body.lwc-classic-product .lwc-sp-excerpt,
	body.lwc-classic-product .lwc-sp-excerpt p {
		text-align: center;
	}

	body.lwc-safe-product .lwc-sp-toggle-bar,
	body.lwc-classic-product .lwc-sp-toggle-bar {
		justify-content: center;
		width: 100%;
	}

	body.lwc-safe-product .lwc-sp-toggle-btn,
	body.lwc-classic-product .lwc-sp-toggle-btn {
		flex: 1 1 auto;
		text-align: center;
		min-height: 44px;
	}

	body.lwc-safe-product .lwc-sp-panel,
	body.lwc-classic-product .lwc-sp-panel,
	body.lwc-safe-product .lwc-sp-toggle-panel .lwd-product-faq,
	body.lwc-classic-product .lwc-sp-toggle-panel .lwd-product-faq {
		max-height: none;
		overflow: visible;
	}

	body.lwc-safe-product .lwdp-schedule-grid-head,
	body.lwc-safe-product .lwdp-schedule-row,
	body.lwc-classic-product .lwdp-schedule-grid-head,
	body.lwc-classic-product .lwdp-schedule-row {
		grid-template-columns: 1fr;
		gap: 0.4rem;
	}

	body.lwc-safe-product .lwdp-schedule-grid-head,
	body.lwc-classic-product .lwdp-schedule-grid-head {
		display: none;
	}

	body.lwc-safe-product .lwdp-schedule-location,
	body.lwc-classic-product .lwdp-schedule-location {
		justify-self: start;
	}

	body.lwc-safe-product .lwc-sp-actions,
	body.lwc-classic-product .lwc-sp-actions {
		justify-content: stretch;
		position: static;
	}

	body.lwc-safe-product a.lwc-sp-cta,
	body.lwc-safe-product .lwc-sp-cta,
	body.lwc-classic-product a.lwc-sp-cta,
	body.lwc-classic-product .lwc-sp-cta {
		width: 100%;
		min-height: 48px;
	}
}

/* —— Phone —— */
@media (max-width: 560px) {
	body.lwc-safe-product .lwc-sp-main,
	body.lwc-classic-product .lwc-sp-main {
		padding: 16px 14px 48px;
	}

	body.lwc-safe-product .lwc-sp-gallery,
	body.lwc-classic-product .lwc-sp-gallery {
		max-width: 100%;
	}

	body.lwc-safe-product .lwc-sp-gallery img,
	body.lwc-classic-product .lwc-sp-gallery img {
		border-radius: 12px;
	}

	body.lwc-safe-product .lwc-sp-title,
	body.lwc-safe-product .lwc-sp-layout > .product_title,
	body.lwc-classic-product .lwc-sp-title,
	body.lwc-classic-product .lwc-sp-layout > .product_title {
		font-size: 24px !important;
	}

	body.lwc-safe-product .lwc-sp-excerpt,
	body.lwc-safe-product .lwc-sp-excerpt p,
	body.lwc-classic-product .lwc-sp-excerpt,
	body.lwc-classic-product .lwc-sp-excerpt p {
		font-size: 16px !important;
	}

	body.lwc-safe-product .lwc-sp-toggle-bar,
	body.lwc-classic-product .lwc-sp-toggle-bar {
		width: 100%;
	}

	body.lwc-safe-product .lwc-sp-toggle-btn,
	body.lwc-classic-product .lwc-sp-toggle-btn {
		flex: 1 1 auto;
		text-align: center;
		padding: 10px 8px;
		font-size: 14px !important;
	}

	body.lwc-safe-product .lwdp-schedule-grid-head,
	body.lwc-safe-product .lwdp-schedule-row,
	body.lwc-classic-product .lwdp-schedule-grid-head,
	body.lwc-classic-product .lwdp-schedule-row {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	body.lwc-safe-product .lwdp-schedule-grid-head,
	body.lwc-classic-product .lwdp-schedule-grid-head {
		display: none;
	}

	body.lwc-safe-product .lwdp-schedule-grid-head .lwdp-schedule-head-date,
	body.lwc-safe-product .lwdp-schedule-grid-head .lwdp-schedule-head-time,
	body.lwc-classic-product .lwdp-schedule-grid-head .lwdp-schedule-head-date,
	body.lwc-classic-product .lwdp-schedule-grid-head .lwdp-schedule-head-time {
		padding-left: 0;
	}

	body.lwc-safe-product .lwdp-schedule-location,
	body.lwc-classic-product .lwdp-schedule-location {
		justify-self: start;
	}

	body.lwc-safe-product .lwc-sp-actions,
	body.lwc-classic-product .lwc-sp-actions {
		justify-content: stretch;
	}

	body.lwc-safe-product .lwc-sp-cta,
	body.lwc-classic-product .lwc-sp-cta {
		width: 100%;
	}

	body.lwc-safe-product .lwc-sp-panel h1,
	body.lwc-safe-product .lwc-sp-panel h2,
	body.lwc-safe-product .lwc-sp-panel h3,
	body.lwc-safe-product .lwc-sp-panel h4,
	body.lwc-classic-product .lwc-sp-panel h1,
	body.lwc-classic-product .lwc-sp-panel h2,
	body.lwc-classic-product .lwc-sp-panel h3,
	body.lwc-classic-product .lwc-sp-panel h4 {
		font-size: 22px !important;
	}
}

@media (max-width: 900px) {
	body.lwc-safe-product .lwc-sp-main,
	body.lwc-classic-product .lwc-sp-main {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Footer mega-menu fallback */
body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-toggle {
	display: none !important;
}

body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-wrapper {
	display: block !important;
}

body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-heading {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 20px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-item {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-item::marker,
body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-item::before {
	content: none !important;
	display: none !important;
}

/*
 * Footer typography — match homepage inspection (Lato 20px / 28px, white on gradient).
 * Hello reset (Segoe UI 16px/#333) must never win here.
 */
body.lwc-safe-product .elementor-location-footer,
body.lwc-safe-product .elementor-location-footer .elementor-widget-text-editor,
body.lwc-safe-product .elementor-location-footer .elementor-widget-text-editor p,
body.lwc-safe-product .elementor-201 .elementor-element-9d83183,
body.lwc-safe-product .elementor-201 .elementor-element-9d83183 p,
body.lwc-safe-product .elementor-2388 .elementor-element-9d83183,
body.lwc-safe-product .elementor-2388 .elementor-element-9d83183 p {
	font-family: "Lato", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 28px !important;
}

body.lwc-safe-product .elementor-201 .elementor-element-f041f64 .elementor-widget-text-editor,
body.lwc-safe-product .elementor-201 .elementor-element-f041f64 .elementor-widget-text-editor p,
body.lwc-safe-product .elementor-201 .elementor-element-9d83183,
body.lwc-safe-product .elementor-201 .elementor-element-9d83183 p,
body.lwc-safe-product .elementor-2388 .elementor-element-f041f64 .elementor-widget-text-editor,
body.lwc-safe-product .elementor-2388 .elementor-element-f041f64 .elementor-widget-text-editor p {
	color: #ffffff !important;
}

body.lwc-safe-product .elementor-201 .elementor-element-55f9255 .elementor-heading-title,
body.lwc-safe-product .elementor-201 .elementor-element-1bc030d .elementor-heading-title,
body.lwc-safe-product .elementor-2388 .elementor-element-55f9255 .elementor-heading-title,
body.lwc-safe-product .elementor-2388 .elementor-element-1bc030d .elementor-heading-title {
	font-family: "Cormorant Garamond", Serif !important;
	font-size: 26px !important;
	font-weight: 700 !important;
	line-height: 36px !important;
	color: #ffffff !important;
}

body.lwc-safe-product .elementor-201 .elementor-element-bce1d68 .elementor-nav-menu .elementor-item,
body.lwc-safe-product .elementor-2388 .elementor-element-bce1d68 .elementor-nav-menu .elementor-item {
	font-family: "Lato", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #ffffff !important;
}

body.lwc-safe-product .elementor-201 .elementor-element-6566efc .elementor-field-group > label,
body.lwc-safe-product .elementor-201 .elementor-element-6566efc .elementor-field,
body.lwc-safe-product .elementor-201 .elementor-element-6566efc .elementor-button,
body.lwc-safe-product .elementor-2388 .elementor-element-6566efc .elementor-field-group > label,
body.lwc-safe-product .elementor-2388 .elementor-element-6566efc .elementor-field,
body.lwc-safe-product .elementor-2388 .elementor-element-6566efc .elementor-button {
	font-family: "Lato", Sans-serif !important;
}

body.lwc-safe-product .elementor-location-footer .footer-copy-right-content,
body.lwc-safe-product .elementor-location-footer .footer-copy-right-content p,
body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-title-text {
	font-family: "Lato", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: #000 !important;
}

/*
 * Homepage footer (post-201) desktop parity.
 * Safe renderer can miss Elementor container --width application; force the same
 * 41.66% / 25% / 33.33% columns + 80% logo used on the live homepage.
 */
@media (min-width: 768px) {
	body.lwc-safe-product .elementor-201 .elementor-element-27176cf,
	body.lwc-safe-product .elementor-2388 .elementor-element-27176cf {
		--padding-top: 50px;
		--padding-bottom: 50px;
		--padding-left: 15px;
		--padding-right: 15px;
		padding: 50px 15px !important;
	}

	body.lwc-safe-product .elementor-201 .elementor-element-f041f64,
	body.lwc-safe-product .elementor-2388 .elementor-element-f041f64 {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch;
		border-radius: 40px;
		padding: 30px 60px !important;
		box-sizing: border-box;
	}

	body.lwc-safe-product .elementor-201 .elementor-element-4e7e787,
	body.lwc-safe-product .elementor-2388 .elementor-element-4e7e787 {
		width: 41.66% !important;
		flex: 0 0 41.66% !important;
		max-width: 41.66%;
		padding-right: 10% !important;
		box-sizing: border-box;
	}

	body.lwc-safe-product .elementor-201 .elementor-element-ab4c872,
	body.lwc-safe-product .elementor-2388 .elementor-element-ab4c872 {
		width: 25% !important;
		flex: 0 0 25% !important;
		max-width: 25%;
		box-sizing: border-box;
	}

	body.lwc-safe-product .elementor-201 .elementor-element-7d0e027,
	body.lwc-safe-product .elementor-2388 .elementor-element-7d0e027 {
		width: 33.33% !important;
		flex: 0 0 33.33% !important;
		max-width: 33.33%;
		box-sizing: border-box;
	}

	/* Logo: homepage uses width:80% of the left column (~340-400px) */
	body.lwc-safe-product .elementor-201 .elementor-element-ca5af34 img,
	body.lwc-safe-product .elementor-2388 .elementor-element-ca5af34 img {
		width: 80% !important;
		max-width: none !important;
		height: auto !important;
		filter: brightness(200%) contrast(100%) saturate(100%);
	}

	body.lwc-safe-product .elementor-201 .elementor-element-7a3b4bc,
	body.lwc-safe-product .elementor-201 .elementor-element-7a3b4bc > .e-con-inner,
	body.lwc-safe-product .elementor-2388 .elementor-element-7a3b4bc,
	body.lwc-safe-product .elementor-2388 .elementor-element-7a3b4bc > .e-con-inner {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 16px 24px;
	}

	body.lwc-safe-product .elementor-201 .elementor-element-45d4ae4,
	body.lwc-safe-product .elementor-201 .elementor-element-f51ec5d,
	body.lwc-safe-product .elementor-201 .elementor-element-f1f4f31,
	body.lwc-safe-product .elementor-2388 .elementor-element-45d4ae4,
	body.lwc-safe-product .elementor-2388 .elementor-element-f51ec5d,
	body.lwc-safe-product .elementor-2388 .elementor-element-f1f4f31 {
		flex: 1 1 0;
		width: auto !important;
		max-width: none;
	}

	body.lwc-safe-product .elementor-201 .elementor-element-f1f4f31,
	body.lwc-safe-product .elementor-2388 .elementor-element-f1f4f31 {
		display: flex !important;
		justify-content: flex-end;
	}

	body.lwc-safe-product .elementor-201 .elementor-element-45d4ae4,
	body.lwc-safe-product .elementor-2388 .elementor-element-45d4ae4 {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	body.lwc-safe-product .lwc-sp-main,
	body.lwc-classic-product .lwc-sp-main {
		padding: 24px 16px 56px;
	}

	body.lwc-safe-product .elementor-location-footer .footer-submenu-wraper .e-n-menu-heading {
		justify-content: center;
	}
}
