.mjlp
{
	padding: 0;
	margin: 0;
	--hsnap-button-color: red;
	--lp-shop-accent: #667085;
}

.mjlp .hidden
{
	display: none !important;
}

.mjlp .section-wrapper .section
{
	margin-left: auto;
	margin-right: auto;
/*	overflow: hidden;*/
}

.mjlp .section-wrapper.tabbed-section
{
	--mj-tab-font-family: Verdana;
	--mj-tab-background: #ffffff;
	--mj-tab-color: #73248f;
	--mj-tab-active-background: #73248f;
	--mj-tab-active-color: #ffffff;
	--mj-tab-progress-color: #8f54a5;
	--mj-tab-interval: 10000ms;
}

.mjlp .mj-section-tabs { display: flex; position: relative; z-index: 1; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; width: 100%; box-sizing: border-box; margin: 0 auto 24px; }
.mjlp .mj-section-tab { display: inline-flex; position: relative; isolation: isolate; overflow: hidden; flex: 0 0 auto; align-items: center; justify-content: center; gap: 10px; width: auto; max-width: 100%; min-height: 46px; box-sizing: border-box; padding: 10px 20px; border: 0; background: var(--mj-tab-background); color: var(--mj-tab-color); font-family: var(--mj-tab-font-family, Verdana); font-size: 16px; font-weight: 650; line-height: 1.2; white-space: nowrap; box-shadow: 0 5px 18px rgba(55, 25, 75, 0.05); transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.mjlp .tabbed-section[data-mj-tab-shape="rounded"] .mj-section-tab { border-radius: 999px; }
.mjlp .tabbed-section[data-mj-tab-shape="rectangle"] .mj-section-tab { border-radius: 0; }
.mjlp .tabbed-section[data-mj-tab-shape="rounded-rectangle"] .mj-section-tab { border-radius: 5px; }
.mjlp .mj-section-tab:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(55, 25, 75, 0.1); }
.mjlp .mj-section-tab.is-active { background: var(--mj-tab-active-background); color: var(--mj-tab-active-color); }
.mjlp .mj-section-tab::before { content: ""; display: none; position: absolute; z-index: 0; inset: 0 auto 0 0; width: 0; background: var(--mj-tab-progress-color); pointer-events: none; }
.mjlp .tabbed-section[data-mj-tabs-autoplay="1"] .mj-section-tab.is-active.is-progressing::before { display: block; animation: mj-section-tab-progress var(--mj-tab-interval) linear forwards; }
.mjlp .mj-section-tab-icon { display: block; position: relative; z-index: 1; width: 22px; height: 22px; flex: 0 0 22px; object-fit: contain; }
.mjlp .mj-section-tab-caption { position: relative; z-index: 1; }
.mjlp .section.mj-tab-panel[hidden] { display: none !important; }
@keyframes mj-section-tab-progress { from { width: 0; } to { width: 100%; } }
@media (max-width: 600px)
{
	.mjlp .mj-section-tabs { flex-wrap: wrap; overflow-x: visible; padding: 2px 1px 8px; }
	.mjlp .mj-section-tab { min-height: 42px; padding: 9px 16px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce)
{
	.mjlp .mj-section-tab { transition: none; }
	.mjlp .tabbed-section[data-mj-tabs-autoplay="1"] .mj-section-tab.is-active.is-progressing::before { animation: none; width: 100%; }
}

.mjlp .o-wrap table
{
	margin: auto;
}

.mjlp p,
.mjlp h1,
.mjlp h2,
.mjlp h3,
.mjlp h4,
.mjlp h5,
.mjlp h6
{
	margin: 0;
	padding: 0;
}

.mjlp .element
{
	flex-basis: 100%;
}

.mjlp .element.type-image
{
	overflow: hidden;
}
.mjlp .element.type-image > img,
.mjlp .element.type-image > a > img
{
	display: inline-block;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.mjlp .element.type-sticky-scroll-image
{
	overflow: hidden;
}
.mjlp .element.type-sticky-scroll-image > .sticky-scroll-image-stage
{
	display: inline-grid;
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}
.mjlp .element.type-sticky-scroll-image .sticky-scroll-image-frame
{
	display: block;
	visibility: hidden;
	grid-area: 1 / 1;
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
}
.mjlp .element.type-sticky-scroll-image .sticky-scroll-image-frame.is-active
{
	visibility: visible;
	opacity: 1;
}
.mjlp .element.type-sticky-scroll-image.set-width .sticky-scroll-image-frame
{
	width: 100%;
	height: auto;
}
.mjlp .element.type-sticky-scroll-image.set-height .sticky-scroll-image-frame
{
	width: auto;
	height: 100%;
	max-height: 100%;
}
.mjlp .element.type-title
{
	max-width: 100%;
	box-sizing: border-box;
}
.mjlp .element.type-text p
{
	margin: 0;
	padding: 0;
}
.mjlp .element.type-counting-number
{
	font-variant-numeric: tabular-nums;
}
.mjlp [data-mj-background-view-mode="parallax-background"],
.mjlp [data-mj-background-view-mode="parallax-foreground"]
{
	background-position: var(--mj-background-parallax-x, 50%) calc(var(--mj-background-parallax-y, 50%) + var(--mj-background-parallax-offset, 0px)), center center !important;
	will-change: background-position;
}

@media (prefers-reduced-motion: reduce)
{
	.mjlp [data-mj-background-view-mode="parallax-background"],
	.mjlp [data-mj-background-view-mode="parallax-foreground"]
	{
		--mj-background-parallax-offset: 0px !important;
		will-change: auto;
	}
}
.mjlp .mj-scroll-color-overlay
{
	position: absolute;
	inset: 0;
	display: block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	margin: 0;
	padding: inherit;
	overflow: hidden;
	pointer-events: none;
	user-select: none;
	color: var(--mj-scroll-color-target) !important;
	font: inherit;
	font-variant: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-break: inherit;
	overflow-wrap: inherit;
	clip-path: inset(0 100% 0 0);
	will-change: clip-path;
	z-index: 1;
}
.mjlp .mj-scroll-color-overlay *
{
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
}

.mjlp .element[data-mj-bold-effect="neon"]
{
	--mj-bold-neon-color: #00e5ff;
	--mj-bold-neon-glow-min: 2px;
	--mj-bold-neon-glow-max: 5px;
	--mj-bold-neon-halo-min: 7px;
	--mj-bold-neon-halo-max: 16px;
}
.mjlp .element[data-mj-bold-effect="neon"][data-mj-bold-neon-intensity="subtle"]
{
	--mj-bold-neon-glow-min: 1px;
	--mj-bold-neon-glow-max: 3px;
	--mj-bold-neon-halo-min: 4px;
	--mj-bold-neon-halo-max: 9px;
}
.mjlp .element[data-mj-bold-effect="neon"][data-mj-bold-neon-intensity="strong"]
{
	--mj-bold-neon-glow-min: 3px;
	--mj-bold-neon-glow-max: 8px;
	--mj-bold-neon-halo-min: 10px;
	--mj-bold-neon-halo-max: 26px;
}
.mjlp .element.type-text[data-mj-bold-effect="neon"].mj-bold-effect-active :is(strong, b),
.mjlp .element.type-link[data-mj-bold-effect="neon"].mj-bold-effect-active :is(strong, b),
.mjlp .element.type-title[data-mj-bold-effect="neon"].mj-bold-effect-active :is(strong, b)
{
	text-shadow: 0 0 1px var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-glow-min) var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-halo-min) var(--mj-bold-neon-color);
	animation: mj-bold-neon-pulse 2.8s ease-in-out infinite !important;
	will-change: text-shadow;
}
@keyframes mj-bold-neon-pulse
{
	0%, 100% { text-shadow: 0 0 1px var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-glow-min) var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-halo-min) var(--mj-bold-neon-color); }
	45% { text-shadow: 0 0 2px var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-glow-max) var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-halo-max) var(--mj-bold-neon-color); }
	62% { text-shadow: 0 0 1px var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-glow-min) var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-halo-min) var(--mj-bold-neon-color); }
	76% { text-shadow: 0 0 2px var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-glow-max) var(--mj-bold-neon-color), 0 0 var(--mj-bold-neon-halo-max) var(--mj-bold-neon-color); }
}

.mjlp .element.type-text[data-mj-bold-effect="gradient"].mj-bold-effect-active :is(strong, b),
.mjlp .element.type-link[data-mj-bold-effect="gradient"].mj-bold-effect-active :is(strong, b),
.mjlp .element.type-title[data-mj-bold-effect="gradient"].mj-bold-effect-active :is(strong, b)
{
	background-image: var(--mj-bold-gradient, linear-gradient(90deg, #7c3aed 0%, #ec4899 50%, #2563eb 100%));
	background-repeat: repeat-x;
	background-position: 0% 50%;
	background-size: 200% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;
	animation: mj-bold-gradient-flow 14s linear infinite;
}
.mjlp .element[data-mj-bold-effect="gradient"].mj-bold-effect-active :is(strong, b) *
{
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;
}
@keyframes mj-bold-gradient-flow
{
	from { background-position: 200% 50%; }
	to { background-position: 0% 50%; }
}
.mjlp .element.type-text[data-mj-bold-effect="underline"].mj-bold-effect-active :is(strong, b),
.mjlp .element.type-link[data-mj-bold-effect="underline"].mj-bold-effect-active :is(strong, b),
.mjlp .element.type-title[data-mj-bold-effect="underline"].mj-bold-effect-active :is(strong, b)
{
	position: relative;
	display: inline;
}
.mjlp .element.type-text[data-mj-bold-effect="underline"].mj-bold-effect-active :is(strong, b)::after,
.mjlp .element.type-link[data-mj-bold-effect="underline"].mj-bold-effect-active :is(strong, b)::after,
.mjlp .element.type-title[data-mj-bold-effect="underline"].mj-bold-effect-active :is(strong, b)::after
{
	content: "";
	position: absolute;
	left: -.06em;
	right: -.06em;
	bottom: -.12em;
	height: .16em;
	border-radius: 48% 38% 52% 42%;
	background: var(--mj-bold-underline-color, #ff3366);
	clip-path: polygon(0 55%, 4% 24%, 17% 35%, 37% 18%, 60% 34%, 82% 21%, 96% 32%, 100% 52%, 96% 78%, 78% 70%, 58% 86%, 34% 68%, 13% 82%, 3% 72%);
	transform: rotate(-1.1deg) scaleX(1);
	transform-origin: left center;
	opacity: .88;
	pointer-events: none;
	animation: mj-bold-underline-draw 1.3s cubic-bezier(.2, .75, .25, 1) both;
}
@keyframes mj-bold-underline-draw
{
	from { transform: rotate(-1.1deg) scaleX(0); }
	to { transform: rotate(-1.1deg) scaleX(1); }
}

.mj-bold-effects-runtime .mjlp .element[data-mj-bold-effect="typewriter"]:not(.mj-bold-typewriter-ready) :is(strong, b)
{
	visibility: hidden;
}
.mjlp .element[data-mj-bold-effect="typewriter"].mj-bold-typewriter-ready :is(strong, b),
.template-editor .mjlp .element[data-mj-bold-effect="typewriter"] :is(strong, b)
{
	visibility: visible;
}
.mjlp .mj-bold-typewriter-character[hidden]
{
	display: none !important;
}
.mjlp .mj-bold-typewriter-cursor
{
	display: inline-block;
	width: .08em;
	height: 1em;
	margin-left: .08em;
	vertical-align: -.12em;
	background: currentColor;
	animation: mj-bold-typewriter-cursor .8s steps(1, end) infinite;
}
@keyframes mj-bold-typewriter-cursor
{
	0%, 48% { opacity: 1; }
	49%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce)
{
	.mjlp .element[data-mj-bold-effect] :is(strong, b),
	.mjlp .element[data-mj-bold-effect] :is(strong, b)::after,
	.mjlp .mj-bold-typewriter-cursor
	{
		animation: none !important;
	}
	.mjlp .element[data-mj-bold-effect="typewriter"] :is(strong, b)
	{
		visibility: visible !important;
	}
}
.mjlp .element.type-component
{
	height: auto !important;
	min-height: none !important;
}

.template-editor .mjlp .element.type-component
{
	min-height: 50px !important;
}

.mjlp .multiselect-dropdown,
.mjlp input,
.mjlp select,
.mjlp textarea
{
	border-color: rgb(180,180,180);
	border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.mjlp .multiselect-dropdown
{
	width: 100%;
	box-sizing: border-box;
}

.mjlp button
{
	text-align: center;
	width: 100%;
}
.mjlp .button-link
{
	display: contents;
}
.mjlp button,
.mjlp input[type="submit"]
{
	border: none;
	outline: none;
	cursor: pointer;
}

.mjlp .section:not(td):not(table):not(tr)
{
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
  align-items: stretch;
}

.mjlp .section-wrapper .section-column:not(td):not(table):not(tr)
{
	box-sizing: border-box;
	vertical-align: top;
	white-space: normal;
	position: relative;
	min-height: 50px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 0;
	min-width: 0;
	justify-content: start;
	text-align: left;
}

.mjlp .section.responsive-columns-stacked
{
	flex-direction: column;
	flex-wrap: nowrap;
}

.mjlp .section.responsive-columns-stacked > .section-column:not(td):not(table):not(tr)
{
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	flex: 0 0 auto !important;
}

.lplive .paging-view
{
  overflow-y: scroll !important;
  scroll-snap-type: y mandatory !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
  width: 100%;
}

.lplive .paging-view::-webkit-scrollbar 
{
  display: none;
}

.lplive .horizontal-scroller
{
	position: relative;
	overflow: hidden;
	width: 100%;

}

.horizontal-scroller > .section
{
  overflow-y: scroll !important;
  scroll-snap-type: y mandatory !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block !important;
  max-width: 100%;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.section-column.sticky-column
{
	top: 0 !important;
	align-self: flex-start;
	height: auto !important;
	position: sticky !important;
}

.lplive .horizontal-scroller > .section::-webkit-scrollbar 
{
  display: none;
}

.mjlp .section-wrapper.horizontal-scroller .section
{
	max-width: 100% !important;
}

.mjlp .section-wrapper.horizontal-scroller .section .section-column
{
	display: inline-block;
	width: 100% !important;
	height: 100%;
	scroll-snap-align: start;
	overflow: auto;
}

.mjlp .section-wrapper.scrollband
{
	position: relative;
}

.mjlp .section-wrapper.scrollband.section-width-unrestricted
{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.mjlp .section-wrapper.scrollband.section-width-unrestricted > .section
{
	width: max-content;
	min-width: max-content;
	max-width: none !important;
	margin-left: 0;
	margin-right: 0;
	flex-wrap: nowrap;
}

.mjlp .section-wrapper.scrollband.section-width-unrestricted > .section > .section-column
{
	width: auto !important;
	min-width: auto !important;
	max-width: none;
	flex: 0 0 auto !important;
	white-space: normal;
}

.mjlp .section-wrapper.scrollband.scrollband-ready > .section
{
	overflow: hidden;
	flex-wrap: nowrap;
	scroll-behavior: auto;
}

.mjlp .section-wrapper.scrollband.scrollband-horizontal > .section
{
	flex-direction: row;
}

.mjlp .section-wrapper.scrollband.scrollband-horizontal > .section > .section-column
{
	width: var(--scrollband-runtime-size) !important;
	min-width: 0;
	flex: 0 0 var(--scrollband-runtime-size) !important;
	will-change: transform;
}

.mjlp .section-wrapper.scrollband.section-width-unrestricted.scrollband-horizontal > .section > .section-column
{
	width: auto !important;
	min-width: auto !important;
	max-width: none;
	flex: 0 0 auto !important;
}

.mjlp .section-wrapper.scrollband.scrollband-horizontal[data-scrollband-column-width] > .section > .section-column
{
	width: var(--scrollband-runtime-size) !important;
	min-width: var(--scrollband-runtime-size) !important;
	max-width: var(--scrollband-runtime-size) !important;
	flex: 0 0 var(--scrollband-runtime-size) !important;
}

.mjlp .section-wrapper.scrollband.scrollband-vertical > .section
{
	height: var(--scrollband-runtime-viewport-height);
	flex-direction: column;
	align-items: stretch;
}

.mjlp .section-wrapper.scrollband.scrollband-vertical > .section > .section-column
{
	width: 100% !important;
	height: var(--scrollband-runtime-size);
	min-height: var(--scrollband-runtime-size);
	flex: 0 0 var(--scrollband-runtime-size) !important;
	will-change: transform;
}

.mjlp .section-wrapper.scrollband [data-scrollband-clone="1"]
{
	pointer-events: none;
	user-select: none;
}


.mjlp .lp-menubar-cart
{
	position: relative;
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: inherit;
	text-decoration: none;
}
.mjlp .lp-menubar-cart:hover { background: rgba(127, 127, 127, .12); }
.mjlp .lp-cart-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mjlp .lp-menubar-cart.is-hidden { display: none !important; }
.mjlp .lp-cart-badge
{
	position: absolute;
	top: -2px;
	right: -4px;
	min-width: 19px;
	height: 19px;
	box-sizing: border-box;
	padding: 0 5px;
	border: 2px solid var(--lp-menubar-background, #fff);
	border-radius: 999px;
	background: #e91e63;
	color: #fff;
	font: 700 10px/15px system-ui, sans-serif;
	text-align: center;
}
.mjlp .lp-cart-badge[hidden] { display: none; }
.lp-shop-editor-placeholder
{
	display: flex;
	min-height: 180px;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px dashed var(--main-border-color, #ccd1d7);
	border-radius: 14px;
	background: #f7f8fa;
	color: #667085;
	text-align: center;
}
.lp-shop-editor-placeholder > span { font-size: 32px; }
.lp-shop-editor-placeholder small { font-size: 12px; }
.mjlp .lp-product-list,
.mjlp .lp-shopping-cart { width: 100%; box-sizing: border-box; }
.mjlp .lp-product-grid
{
	--lp-product-columns: 3;
	--lp-product-gap: 24px;
	--lp-product-basis: calc((100% - (var(--lp-product-columns) - 1) * var(--lp-product-gap)) / var(--lp-product-columns));
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, max(200px, var(--lp-product-basis))), 1fr));
	gap: 34px var(--lp-product-gap);
}
.mjlp .lp-product-card
{
	display: flex;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	flex-direction: column;
	gap: 0;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 18px;
	background: #fff;
	color: #101828;
	font: inherit;
	text-align: left;
	cursor: pointer;
	box-shadow: 0 8px 30px rgba(15, 23, 42, .06);
	transition: transform 180ms ease, box-shadow 180ms ease;
}
.mjlp .lp-product-card:hover
{
	transform: translateY(-4px);
	box-shadow: 0 16px 42px rgba(15, 23, 42, .13);
}
.mjlp .lp-product-card-media
{
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f4f5f7;
	aspect-ratio: var(--lp-product-ratio, 4 / 3);
}
.mjlp .lp-product-card-image
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 260ms ease;
}
.mjlp .lp-product-card:hover .lp-product-card-image { transform: scale(1.025); }
.mjlp .lp-product-card-content { display: flex; padding: 18px; flex-direction: column; gap: 7px; }
.mjlp .lp-product-card-number { color: #667085; font-size: .78em; }
.mjlp .lp-product-card-title { font-size: 1.04em; line-height: 1.35; }
.mjlp .lp-product-card-price { margin-top: 4px; font-size: 1.05em; font-weight: 750; }
.mjlp .lp-shop-status
{
	padding: 48px 20px;
	border-radius: 14px;
	background: #f7f8fa;
	color: #667085;
	text-align: center;
}
.mjlp .lp-shop-error { color: #b42318; background: #fef3f2; }
.lp-shop-modal-open { overflow: hidden; }
.lp-product-modal-overlay
{
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	box-sizing: border-box;
	padding: clamp(16px, 4vw, 54px);
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, .62);
	backdrop-filter: blur(5px);
}
.lp-product-modal-overlay[hidden] { display: none; }
.lp-product-modal
{
	position: relative;
	width: min(1120px, 100%);
	max-height: min(880px, calc(100vh - 32px));
	overflow: auto;
	border-radius: 24px;
	background: #fff;
	color: #101828;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}
.lp-product-modal-close
{
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 4;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	color: #101828;
	font-size: 28px;
	cursor: pointer;
	box-shadow: 0 4px 18px rgba(15, 23, 42, .14);
}
.lp-product-modal-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); }
.lp-product-modal-media { min-width: 0; padding: clamp(24px, 4vw, 52px); background: #f7f8fa; }
.lp-product-modal-details { display: flex; padding: clamp(28px, 5vw, 64px); flex-direction: column; gap: 18px; }
.lp-product-modal-title { margin: 0; color: #101828; font-size: clamp(26px, 3vw, 42px); line-height: 1.08; }
.lp-product-modal-number { color: #667085; font-size: 13px; letter-spacing: .03em; }
.lp-product-modal-price { font-size: 24px; font-weight: 800; }
.lp-product-modal-minimum-quantity { color: #475467; font-size: 14px; font-weight: 650; }
.lp-product-modal-description { color: #475467; line-height: 1.65; white-space: pre-line; }
.lp-product-carousel { position: relative; width: 100%; overflow: hidden; border-radius: 18px; background: #fff; }
.lp-product-carousel-track { display: flex; transition: transform 320ms cubic-bezier(.2,.8,.2,1); touch-action: pan-y; }
.lp-product-carousel-slide { display: flex; min-width: 100%; aspect-ratio: 1 / 1; align-items: center; justify-content: center; }
.lp-product-modal-image { width: 100%; height: 100%; object-fit: contain; }
.lp-product-carousel-button
{
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	color: #101828;
	font-size: 30px;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(15,23,42,.14);
}
.lp-product-carousel-button.previous { left: 12px; }
.lp-product-carousel-button.next { right: 12px; }
.lp-product-field { display: flex; flex-direction: column; gap: 8px; font-weight: 650; }
.lp-product-field select,
.lp-product-quantity,
.lp-cart-quantity
{
	box-sizing: border-box;
	min-height: 44px;
	padding: 8px 10px;
	border: 0;
	border-bottom: 1px solid #98a2b3;
	border-radius: 0;
	background: #fff;
	color: #101828;
	font: inherit;
}
.lp-product-tiers { display: grid; gap: 5px; padding: 14px; border-radius: 12px; background: #f7f8fa; color: #475467; }
.lp-product-modal-actions { display: grid; grid-template-columns: 90px 1fr; gap: 12px; margin-top: auto; }
.lp-product-add-button
{
	min-height: 48px;
	padding: 12px 20px;
	border: 0;
	border-radius: 12px;
	background: var(--lp-shop-accent, #667085);
	color: #fff;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
}
.lp-product-add-button:disabled { opacity: .55; cursor: wait; }
.mjlp .lp-shopping-cart
{
	padding: clamp(18px, 4vw, 40px);
	border: 1px solid rgba(15,23,42,.08);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 36px rgba(15,23,42,.07);
}
.mjlp .lp-cart-title { margin: 0 0 24px; }
.mjlp .lp-cart-list { display: grid; gap: 0; }
.mjlp .lp-cart-item
{
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr) auto;
	gap: 18px;
	padding: 18px 0;
	align-items: center;
	border-bottom: 1px solid #eaecf0;
}
.mjlp .lp-cart-item-image { width: 100px; height: 90px; border-radius: 12px; background: #f4f5f7; object-fit: contain; }
.mjlp .lp-cart-item-info { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.mjlp .lp-cart-item-info > span { color: #667085; }
.mjlp .lp-cart-item-price { color: #101828 !important; font-weight: 700; }
.mjlp .lp-cart-item-controls { display: flex; align-items: center; gap: 12px; }
.mjlp .lp-cart-quantity { width: 76px; }
.mjlp .lp-cart-remove { border: 0; background: transparent; color: #b42318; font: inherit; cursor: pointer; }
.mjlp .lp-cart-summary { display: flex; padding-top: 22px; justify-content: space-between; font-size: 1.15em; }
.mjlp .lp-cart-empty { padding: 30px 0; color: #667085; }

@media (max-width: 600px)
{
	.mjlp .lp-menubar-cart { width: 40px; height: 40px; flex-basis: 40px; margin-left: auto; }
	.mjlp .lp-menubar.logo-right .lp-menubar-cart { margin-right: auto; margin-left: 0; }
	.lp-product-modal-overlay { padding: 10px; align-items: flex-end; }
	.lp-product-modal { max-height: calc(100vh - 10px); border-radius: 22px 22px 0 0; }
	.lp-product-modal-layout { grid-template-columns: minmax(0, 1fr); }
	.lp-product-modal-media { padding: 18px; }
	.lp-product-modal-details { padding: 26px 20px 32px; }
	.lp-product-modal-actions { position: sticky; bottom: 0; padding-top: 10px; background: #fff; }
	.mjlp .lp-cart-item { grid-template-columns: 74px minmax(0, 1fr); }
	.mjlp .lp-cart-item-image { width: 74px; height: 70px; }
	.mjlp .lp-cart-item-controls { grid-column: 1 / -1; justify-content: flex-end; }
}

.hsnap-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  pointer-events: auto;
}
.hsnap-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: var(--hsnap-button-color);
  opacity: .5;
  cursor: pointer;
  padding: 0;
}
.hsnap-dots button[aria-current="true"] {
  opacity: 1;
  transform: scale(1.1);
}
.hsnap-dots button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
/* Optional: verhindert, dass Inhalte die Dots verdecken */
.horizontal-scroller { padding-bottom: 40px; }

/* Drag-Styles */
.hsnap-draggable { cursor: grab; }
.hsnap-dragging  { cursor: grabbing; user-select: none; }

/* Bild-Drag in Sections unterbinden */
.horizontal-scroller .section img {
  -webkit-user-drag: none;
  user-drag: none;
}

.lplive .paging-view > .section-wrapper,
.lplive .paging-view > .section-wrapper:not(.horizontal-scroller) > .section > .section-column
{
  display: block !important;
}

.section-column.valign-center,
.section-column.valign-bottom
{
	position: relative;
}

.section-column.valign-center
{
	align-items: center;
}

.section-column.valign-bottom
{
	align-items: flex-end;
}

.paging-view .section-column.valign-center > .column-content
{
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.paging-view .section-column.valign-bottom > .column-content
{
	position: absolute;
	bottom: 0;
}

.lplive .paging-view > .section-wrapper:not(.page-overlay)
{
  min-height: 100% !important;
  width: 100% !important;
  scroll-snap-align: start !important;
}

.lplive .paging-view > .section-wrapper.page-overlay,
.lplive .paging-view > .element.type-component.page-overlay
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

/* On ordinary scrolling pages an overlay section behaves like a sticky header
   and keeps its layout space. Building blocks are promoted to the same role. */
.lplive > .section-wrapper.page-overlay,
.lplive > .element.type-component.page-overlay
{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 99;
}

.lplive .section-wrapper.fullheight,
.lplive .section-wrapper.fullheight > .section
{
	height: 100vh;
}
#lpeditor .section-wrapper.fullheight,
#lpeditor .section-wrapper.fullheight > .section
{
	height: 100%;
}

.paging-view > .section-wrapper > .section,
.paging-view #lpeditor > .section-wrapper > .section
{
	min-height: 100%;
}

.lplive .paging-view .intro-section
{
	display: none !important;
}

.mjlp-nav-dots {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
  width: 14px;
}
.mjlp-nav-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 0;
  background: #ba0aff;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}
.mjlp-nav-dots button[aria-current="true"] {
  opacity: 1;
  transform: scale(1.1);
}
.mjlp-nav-dots button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.column-content
{
	width: 100%;
}

.column-content.flex-column
{
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
}

.lp-element-mailtext
{
	text-align: left;
}
.lp-element-mailtext p
{
	min-height: 20px;
}

.mjlp .lp-nps-rating
{
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: white;
	display: inline-block;
	margin: 3px;
	cursor: pointer;
	text-decoration: none;
}

.mjlp .lp-nps-rating.score-0
{
	background-color: #e43e3d;
}

.mjlp .lp-nps-rating.score-1
{
	background-color: #ea484d;
}

.mjlp .lp-nps-rating.score-2
{
	background-color: #ec664e;
}

.mjlp .lp-nps-rating.score-3
{
	background-color: #ef884c;
}

.mjlp .lp-nps-rating.score-4
{
	background-color: #f3a74c;
}

.mjlp .lp-nps-rating.score-5
{
	background-color: #f8c43d;
}

.mjlp .lp-nps-rating.score-6
{
	background-color: #e1c63a;
}

.mjlp .lp-nps-rating.score-7
{
	background-color: #c0cb36;
}

.mjlp .lp-nps-rating.score-8
{
	background-color: #9fcd34;
}

.mjlp .lp-nps-rating.score-9
{
	background-color: #80cc30;
}

.mjlp .lp-nps-rating.score-10
{
	background-color: #5baf2a;
}

.mjlp .section-wrapper
{
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.mjlp .section-wrapper.section-width-custom
{
	display: inline-block !important;
	width: var(--mj-section-custom-width, auto) !important;
	height: var(--mj-section-custom-height, auto) !important;
	max-width: 100%;
	vertical-align: top;
}

.mjlp .section-wrapper.section-width-custom > .section
{
	width: 100%;
	max-width: none !important;
}

.mjlp .section-wrapper.section-width-custom[data-section-custom-height] > .section
{
	height: 100%;
}

.mjlp .section-wrapper[data-section-hover-background-color]:hover
{
	background-color: var(--mj-section-hover-background-color) !important;
}

.mjlp button.extra-small
{
	padding: 3px 6px;
}

.mjlp button.small
{
	padding: 5px 10px;
}

.mjlp button.medium,
.mjlp input[type="submit"]
{
	padding: 10px 15px;
}

.mjlp button.tall
{
	padding: 12px 20px;
}

.mjlp button.extra-tall
{
	padding: 15px 30px;
}

.mjlp button.extra-small.style-oval
{
	border-radius: 25px;
}

.mjlp button.small.style-oval
{
	border-radius: 29px;
}

.mjlp button.medium.style-oval,
.mjlp input[type="submit"]
{
	border-radius: 35px;
}

.mjlp button.tall.style-oval
{
	border-radius: 40px;
}

.mjlp button.extra-tall.style-oval
{
	border-radius: 50px;
}

.mjlp button.style-rounded
{
	border-radius: 5px;
}

.mjlp .element.type-link
{
	display: block;
}

.mjlp .element.type-link[data-hover-color]:hover
{
	color: var(--mj-hover-color) !important;
}

.mjlp button.element.type-button[data-hover-background-color]:hover
{
	background-color: var(--mj-hover-background-color) !important;
}

.mjlp button.element.type-button[data-hover-color]:hover
{
	color: var(--mj-hover-color) !important;
}

.mjlp button.element.type-language-selector
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	line-height: 1.2;
	vertical-align: middle;
}

.mjlp .mj-language-selector-icon
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.1em;
	height: 1.1em;
	flex: 0 0 1.1em;
	margin-inline-end: .75em;
	line-height: 1;
}

.mjlp .mj-language-selector-label
{
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
}

.mjlp .mj-language-selector-icon svg
{
	display: block;
	width: 100%;
	height: 100%;
}

.mj-language-selector-menu
{
	position: fixed;
	z-index: 2147483000;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	max-width: calc(100vw - 16px);
	padding: 6px;
	background: #fff;
	color: #202124;
	border: 1px solid rgba(0, 0, 0, .14);
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.mj-language-selector-menu-item
{
	box-sizing: border-box;
	width: 100%;
	min-height: 36px;
	padding: 8px 12px;
	background: transparent;
	color: inherit;
	border: 0;
	border-radius: 7px;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.mj-language-selector-menu-item:hover,
.mj-language-selector-menu-item:focus-visible,
.mj-language-selector-menu-item[aria-current="true"]
{
	background: #f0f1f3;
	outline: none;
}

.mjlp.collection-typography-enabled [data-collection-typography="h1"]
{
	--lp-selected-font-family: var(--lp-collection-h1-font-family);
	--lp-selected-font-size: var(--lp-collection-h1-font-size);
	--lp-selected-color: var(--lp-collection-h1-color);
}

.mjlp.collection-typography-enabled [data-collection-typography="h2"]
{
	--lp-selected-font-family: var(--lp-collection-h2-font-family);
	--lp-selected-font-size: var(--lp-collection-h2-font-size);
	--lp-selected-color: var(--lp-collection-h2-color);
}

.mjlp.collection-typography-enabled [data-collection-typography="h3"]
{
	--lp-selected-font-family: var(--lp-collection-h3-font-family);
	--lp-selected-font-size: var(--lp-collection-h3-font-size);
	--lp-selected-color: var(--lp-collection-h3-color);
}

.mjlp.collection-typography-enabled [data-collection-typography="h4"]
{
	--lp-selected-font-family: var(--lp-collection-h4-font-family);
	--lp-selected-font-size: var(--lp-collection-h4-font-size);
	--lp-selected-color: var(--lp-collection-h4-color);
}

.mjlp.collection-typography-enabled [data-collection-typography="h5"]
{
	--lp-selected-font-family: var(--lp-collection-h5-font-family);
	--lp-selected-font-size: var(--lp-collection-h5-font-size);
	--lp-selected-color: var(--lp-collection-h5-color);
}

.mjlp.collection-typography-enabled [data-collection-typography="h6"]
{
	--lp-selected-font-family: var(--lp-collection-h6-font-family);
	--lp-selected-font-size: var(--lp-collection-h6-font-size);
	--lp-selected-color: var(--lp-collection-h6-color);
}

.mjlp.collection-typography-enabled [data-collection-typography="text"]
{
	--lp-selected-font-family: var(--lp-collection-text-font-family);
	--lp-selected-font-size: var(--lp-collection-text-font-size);
	--lp-selected-color: var(--lp-collection-text-color);
}

.mjlp.collection-typography-enabled [data-collection-typography="link"]
{
	--lp-selected-font-family: var(--lp-collection-link-font-family);
	--lp-selected-font-size: var(--lp-collection-link-font-size);
	--lp-selected-color: var(--lp-collection-link-color);
	--lp-selected-hover-color: var(--lp-collection-link-hover-color, var(--lp-collection-link-color));
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="h1"]
{
	--lp-input-selected-font-family: var(--lp-collection-h1-font-family);
	--lp-input-selected-font-size: var(--lp-collection-h1-font-size);
	--lp-input-selected-color: var(--lp-collection-h1-color);
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="h2"]
{
	--lp-input-selected-font-family: var(--lp-collection-h2-font-family);
	--lp-input-selected-font-size: var(--lp-collection-h2-font-size);
	--lp-input-selected-color: var(--lp-collection-h2-color);
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="h3"]
{
	--lp-input-selected-font-family: var(--lp-collection-h3-font-family);
	--lp-input-selected-font-size: var(--lp-collection-h3-font-size);
	--lp-input-selected-color: var(--lp-collection-h3-color);
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="h4"]
{
	--lp-input-selected-font-family: var(--lp-collection-h4-font-family);
	--lp-input-selected-font-size: var(--lp-collection-h4-font-size);
	--lp-input-selected-color: var(--lp-collection-h4-color);
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="h5"]
{
	--lp-input-selected-font-family: var(--lp-collection-h5-font-family);
	--lp-input-selected-font-size: var(--lp-collection-h5-font-size);
	--lp-input-selected-color: var(--lp-collection-h5-color);
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="h6"]
{
	--lp-input-selected-font-family: var(--lp-collection-h6-font-family);
	--lp-input-selected-font-size: var(--lp-collection-h6-font-size);
	--lp-input-selected-color: var(--lp-collection-h6-color);
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="text"]
{
	--lp-input-selected-font-family: var(--lp-collection-text-font-family);
	--lp-input-selected-font-size: var(--lp-collection-text-font-size);
	--lp-input-selected-color: var(--lp-collection-text-color);
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography="link"]
{
	--lp-input-selected-font-family: var(--lp-collection-link-font-family);
	--lp-input-selected-font-size: var(--lp-collection-link-font-size);
	--lp-input-selected-color: var(--lp-collection-link-color);
}

.mjlp.collection-typography-enabled [data-collection-typography]:not(.type-form)
{
	font-family: var(--lp-selected-font-family, inherit) !important;
	font-size: var(--lp-selected-font-size, inherit) !important;
	color: var(--lp-selected-color, inherit) !important;
}

.mjlp.collection-typography-enabled .element.type-link[data-collection-typography="link"]:hover
{
	color: var(--lp-collection-link-hover-color, var(--lp-collection-link-color, inherit)) !important;
}

.mjlp.collection-typography-enabled .element.type-link[data-collection-typography]:hover
{
	color: var(--lp-selected-hover-color, var(--lp-selected-color, inherit)) !important;
}

.mjlp.collection-typography-enabled .type-form[data-collection-typography] .form-caption,
.mjlp.collection-typography-enabled .type-form[data-collection-typography] .checkbox-field .form-value > label
{
	font-family: var(--lp-selected-font-family, inherit) !important;
	font-size: var(--lp-selected-font-size, inherit) !important;
	color: var(--lp-selected-color, inherit) !important;
}

.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > input:not([type="checkbox"]),
.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > select,
.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > textarea,
.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > .iti input,
.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-captcha > .form-value > input
{
	font-family: var(--lp-input-selected-font-family, inherit) !important;
	font-size: var(--lp-input-selected-font-size, inherit) !important;
	color: var(--lp-input-selected-color, inherit) !important;
}

@media (max-width: 600px)
{
	.mjlp.collection-typography-enabled [data-collection-typography]:not(.type-form),
	.mjlp.collection-typography-enabled .type-form[data-collection-typography] .form-caption,
	.mjlp.collection-typography-enabled .type-form[data-collection-typography] .checkbox-field .form-value > label
	{
		font-size: var(--lp-selected-mobile-font-size, var(--lp-selected-font-size, inherit)) !important;
	}

	.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > input:not([type="checkbox"]),
	.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > select,
	.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > textarea,
	.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-field .form-value > .iti input,
	.mjlp.collection-typography-enabled .type-form[data-collection-input-typography] .form-captcha > .form-value > input
	{
		font-size: var(--lp-input-selected-mobile-font-size, var(--lp-input-selected-font-size, inherit)) !important;
	}
}
.mjlp .element.type-divider
{
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
}

.mjlp .social-icon
{
	display: inline-block;
	margin: 5px;
}

.mjlp .social-icon img
{
	width: 40px;
	height: 40px;
}

.mjlp .element.type-social[data-icon-size="small"] .social-icon img
{
	width: 24px;
	height: 24px;
}

.mjlp .element.type-menubar
{
	display: block;
	position: relative;
	z-index: 20;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 20px;
	background-color: #ffffff;
	color: #202020;
}

@media (min-width: 601px)
{
	.mjlp .section-wrapper.menubar-sticky-desktop,
	.mjlp .element.type-component.menubar-sticky-desktop { position: sticky !important; top: 0; z-index: 100; }
}

.mjlp .lp-menubar-inner
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
}

.mjlp .lp-menubar.content-boxed .lp-menubar-inner
{
	max-width: var(--box-width);
	margin-left: auto;
	margin-right: auto;
}

.mjlp .lp-menubar.content-full .lp-menubar-inner
{
	max-width: none;
}

.mjlp .lp-menubar.logo-right .lp-menubar-inner
{
	flex-direction: row-reverse;
}

.mjlp .lp-menubar-logo
{
	display: inline-flex;
	align-items: center;
	flex: 0 0 200px;
	max-width: 200px;
	min-height: 36px;
	text-decoration: none;
	color: inherit;
}

.mjlp .lp-menubar-logo,
.mjlp .lp-menubar-logo:hover,
.mjlp .lp-menubar-logo:focus,
.mjlp .lp-menubar-logo:focus-visible,
.mjlp .lp-menubar-logo:active,
.mjlp .lp-menubar-logo img
{
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.mjlp .lp-menubar-logo.is-empty
{
	display: none;
}

.mjlp .lp-menubar-logo img
{
	display: block;
	width: auto;
	height: auto;
	max-width: 180px;
	max-height: 48px;
}

.mjlp .lp-menubar-links
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	gap: 40px;
	min-width: 0;
}

.mjlp .lp-menubar.links-left .lp-menubar-links { justify-content: flex-start; }
.mjlp .lp-menubar.links-center .lp-menubar-links { justify-content: center; }
.mjlp .lp-menubar.links-right .lp-menubar-links { justify-content: flex-end; }

.mjlp .lp-menubar-actions
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 1 auto;
	gap: 10px;
	min-width: 0;
	max-width: 50%;
}

.mjlp .lp-menubar-item
{
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.mjlp .lp-menubar-cta
{
	box-sizing: border-box;
	flex: 0 1 auto;
	order: 0;
	max-width: 100%;
	min-height: 42px;
	padding: 10px 22px;
	justify-content: center;
	border: 0;
	background-color: var(--lp-menubar-cta-background-color, #7c3aed);
	color: var(--lp-menubar-cta-color, #ffffff);
	font-family: var(--lp-menubar-cta-font-family, inherit);
	font-size: var(--lp-menubar-cta-font-size, inherit);
	font-style: var(--lp-menubar-cta-font-style, normal);
	font-weight: var(--lp-menubar-cta-font-weight, bold);
	line-height: 1.2;
	text-align: center;
	overflow-wrap: anywhere;
	white-space: normal;
	transition: background-color 180ms ease, color 180ms ease;
}

.mjlp .lp-menubar-cta.style-oval { border-radius: 999px; }
.mjlp .lp-menubar-cta.style-rounded { border-radius: 5px; }
.mjlp .lp-menubar-cta.style-angular { border-radius: 0; }
.mjlp .lp-menubar-cta:hover
{
	background-color: var(--lp-menubar-cta-hover-background-color, var(--lp-menubar-cta-background-color, #6d28d9));
	color: var(--lp-menubar-cta-hover-color, var(--lp-menubar-cta-color, #ffffff));
}
.mjlp .lp-menubar-cta.is-hidden { display: none !important; }

.mjlp button.lp-menubar-item { margin: 0; padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }
.mjlp .lp-menubar-entry { display: inline-flex; align-items: center; }
.mjlp .lp-menubar-entry.has-submenu { position: relative; }
.mjlp .lp-menubar-entry.has-submenu.submenu-wide { position: static; }
.mjlp .lp-menubar-submenu-trigger { gap: 9px; }
.mjlp .lp-menubar-caret { display: inline-block; box-sizing: border-box; width: 0.48em; height: 0.48em; flex: 0 0 auto; border-right: 0.12em solid currentColor; border-bottom: 0.12em solid currentColor; transition: transform 220ms ease; transform: translateY(-0.12em) rotate(45deg); transform-origin: 50% 50%; }
.mjlp .lp-menubar-caret::before { content: none !important; }
.mjlp .lp-menubar-entry.submenu-open > .lp-menubar-submenu-trigger .lp-menubar-caret { transform: translateY(0.12em) rotate(225deg); }
.mjlp .lp-menubar-submenu { position: absolute; top: 100%; left: 50%; right: auto; z-index: 30; width: min(var(--lp-submenu-width, 300px), var(--box-width, 1200px), calc(100vw - 32px)); max-width: var(--box-width, 1200px); max-height: min(var(--lp-submenu-max-height, calc(100vh - 96px)), calc(100vh - 32px)); padding: 10px 14px 14px; box-sizing: border-box; background-color: var(--lp-menubar-background, #ffffff); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(calc(-50% + var(--lp-submenu-shift-x, 0px)), -8px); transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms; }
.mjlp .lp-menubar-entry.submenu-open > .lp-menubar-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(calc(-50% + var(--lp-submenu-shift-x, 0px)), 0); transition-delay: 0s; }
.mjlp .lp-menubar-submenu-grid { display: grid; grid-template-columns: repeat(var(--lp-submenu-columns, 1), minmax(0, var(--lp-submenu-group-width, var(--lp-submenu-group-max-width, 200px)))); justify-content: center; gap: 16px; width: 100%; box-sizing: border-box; }
.mjlp .lp-menubar-submenu-group { min-width: 0; }
.mjlp .lp-menubar-submenu-grid:not(:has(> .lp-menubar-submenu-group:nth-child(2))) { --lp-submenu-columns: 1; }
.mjlp .lp-menubar-submenu-grid:has(> .lp-menubar-submenu-group:nth-child(2)):not(:has(> .lp-menubar-submenu-group:nth-child(3))) { --lp-submenu-columns: 2; }
.mjlp .lp-menubar-submenu-grid:has(> .lp-menubar-submenu-group:nth-child(3)):not(:has(> .lp-menubar-submenu-group:nth-child(4))) { --lp-submenu-columns: 3; }
.mjlp .lp-menubar.content-boxed .lp-menubar-submenu-grid { max-width: var(--box-width); margin-left: auto; margin-right: auto; }
.mjlp .lp-menubar-submenu-title { margin-bottom: 8px; padding: 4px 8px 7px; color: var(--lp-submenu-heading-color, currentColor); font-size: 0.92em; font-weight: 800; line-height: 1.25; text-align: center; }
.mjlp .lp-menubar-submenu-items { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
.mjlp .lp-menubar-submenu-items .lp-menubar-item { width: 100%; min-height: 26px; white-space: normal; }
.mjlp .lp-menubar-submenu-item { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 9px; box-sizing: border-box; padding: 7px 8px; border-radius: 7px; text-align: left; transition: background-color 160ms ease; }
.mjlp .lp-menubar-submenu-item:has(> .lp-menubar-submenu-item-icon) { grid-template-columns: auto minmax(0, 1fr); }
.mjlp .lp-menubar-submenu-item:hover { background-color: rgba(127, 127, 127, 0.1); }
.mjlp .lp-menubar-submenu-item-icon { display: block; width: 28px; height: 28px; object-fit: contain; }
.mjlp .lp-menubar-submenu-item-content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; text-align: left; }
.mjlp .lp-menubar-submenu-item-title { font-size: 0.9em; font-weight: 700; line-height: 1.25; }
.mjlp .lp-menubar-submenu-item-description { margin-top: 2px; font-size: 0.76em; line-height: 1.3; opacity: 0.72; }

.mjlp .lp-menubar-toggle
{
	display: none;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px;
	border: 0;
	background: transparent;
	color: inherit;
	line-height: 1;
	cursor: pointer;
}

.mjlp .lp-menubar-toggle span
{
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px 0;
	background: currentColor;
	border-radius: 2px;
}

.mjlp .form-field .form-caption
{
	width: 100%;
	text-align: left;
	color: var(--form-label-color, inherit);
	font-family: var(--form-label-font-family, inherit);
	font-size: var(--form-label-font-size, inherit);
}

.mjlp .form-field .form-value
{
	width: 100%;
}

.mjlp .form-field.mandatory .form-caption:after
{
	content: '*';
	color: red;
}

.mjlp .form-field
{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 5px;
}
.mjlp .form-field .form-value > .iti
{
	width: 100%;
}
.mjlp .form-field .form-value > input:not([type="checkbox"]),
.mjlp .form-field .form-value > select,
.mjlp .form-field .form-value > textarea,
.mjlp .form-field .form-value > .iti input
{
	padding: 4px 10px;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 25px;
}
.mjlp .form-field .form-value > textarea
{
	height: 120px;
	resize: none;
}

.mjlp .form-field.checkbox-field
{
	text-align: left;
}

.mjlp .form-field.checkbox-field .form-caption
{
	display: none;
}

.mjlp .form-field.checkbox-field .form-value
{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	text-align: left;
}

.mjlp .form-field.checkbox-field .form-value > input[type="checkbox"]
{
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0 0;
	cursor: pointer;
	accent-color: currentColor;
}

.mjlp .form-field.checkbox-field .form-value > label
{
	flex: 1 1 auto;
	margin: 0;
	line-height: 1.45;
	cursor: pointer;
	text-align: left;
	color: var(--form-label-color, inherit);
	font-family: var(--form-label-font-family, inherit);
	font-size: var(--form-label-font-size, inherit);
}

.mjlp .form-field.checkbox-field.mandatory .form-value > label:after
{
	content: '*';
	color: red;
	margin-left: 2px;
}

.mjlp .form-captcha
{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 5px;
	text-align: left;
}

.mjlp .form-captcha > .form-caption
{
	display: block;
	width: 100%;
	margin: 0 0 7px;
	color: var(--form-label-color, inherit);
	font-family: var(--form-label-font-family, inherit);
	font-size: var(--form-label-font-size, inherit);
}

.mjlp .form-captcha-visual
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	width: 100%;
	margin-bottom: 8px;
}

.mjlp .form-captcha-image,
.mjlp .form-captcha-image-placeholder
{
	display: block;
	box-sizing: border-box;
	width: 220px;
	max-width: calc(100% - 48px);
	height: 72px;
	border: 1px solid rgba(90, 100, 120, 0.3);
	border-radius: 6px;
	background-color: #f3f4f6;
	object-fit: contain;
}

.mjlp .form-captcha-image-placeholder
{
	background-image:
		repeating-linear-gradient(12deg, transparent 0 13px, rgba(70, 80, 100, 0.16) 14px 15px),
		repeating-linear-gradient(-9deg, transparent 0 18px, rgba(70, 80, 100, 0.13) 19px 20px);
}

.mjlp .form-captcha-refresh,
.mjlp .form-captcha-refresh-placeholder
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 39px;
	box-sizing: border-box;
	width: 39px;
	height: 39px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(90, 100, 120, 0.3);
	border-radius: 50%;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.mjlp .form-captcha-refresh:hover
{
	background: rgba(127, 127, 127, 0.12);
}

.mjlp .form-captcha-refresh:disabled,
.mjlp .form-captcha.is-loading .form-captcha-image
{
	opacity: 0.5;
}

.mjlp .form-captcha > .form-value
{
	width: 100%;
}

.mjlp .form-captcha > .form-value > input
{
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 4px 10px;
	line-height: 25px;
}

.mjlp .form-captcha-error
{
	margin-top: 6px;
	color: #c62828;
	font-size: 0.88em;
	line-height: 1.35;
}

.mjlp .form-captcha-error[hidden]
{
	display: none;
}


@media (max-width: 600px) 
{
	.mjlp .element.type-title
	{
		overflow-wrap: anywhere;
		word-break: normal;
	}
	.mjlp .section-wrapper.menubar-sticky-mobile,
	.mjlp .element.type-component.menubar-sticky-mobile { position: sticky !important; top: 0; z-index: 100; }
	.mjlp .element.type-menubar
	{
		padding: 10px 14px;
	}

	.mjlp .lp-menubar-inner
	{
		flex-wrap: nowrap;
		gap: 10px;
	}

	.mjlp .lp-menubar.logo-right .lp-menubar-inner
	{
		flex-direction: row-reverse;
	}

	.mjlp .lp-menubar-logo img
	{
		max-width: 150px;
		max-height: 42px;
	}
	.mjlp .lp-menubar-logo { flex-basis: min(150px, calc(100% - 54px)); max-width: min(150px, calc(100% - 54px)); }

	.mjlp .lp-menubar-toggle
	{
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.mjlp .lp-menubar-links
	{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 25;
		flex: none;
		width: 100%;
		max-height: calc(100vh - 64px);
		overflow-x: hidden;
		overflow-y: auto;
		box-sizing: border-box;
		padding: 0 14px 14px;
		background-color: var(--lp-menubar-background, #ffffff);
		box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
	}

	.mjlp .lp-menubar.is-open .lp-menubar-links
	{
		display: flex;
	}

	.mjlp .lp-menubar.links-left .lp-menubar-links,
	.mjlp .lp-menubar.links-center .lp-menubar-links,
	.mjlp .lp-menubar.links-right .lp-menubar-links,
	.mjlp .lp-menubar.logo-right .lp-menubar-links
	{
		align-items: stretch;
		justify-content: flex-start;
	}

	.mjlp .lp-menubar-item
	{
		width: 100%;
		padding: 12px 0;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		white-space: normal;
	}

	.mjlp .lp-menubar-links > .lp-menubar-cta
	{
		order: -1;
		width: 100%;
		max-width: 100%;
		margin: 14px 0 8px;
		padding: 12px 22px;
		border-top: 0;
	}
	.mjlp .lp-menubar-entry { display: flex; width: 100%; flex-direction: column; align-items: stretch; }
	.mjlp .lp-menubar-submenu { position: static; width: 100%; max-width: none; max-height: 0; padding: 0 12px; box-shadow: none; opacity: 0; visibility: hidden; transform: none; overflow: hidden; transition: max-height 260ms ease, opacity 180ms ease, visibility 0s linear 260ms; }
	.mjlp .lp-menubar.content-boxed .lp-menubar-submenu,
	.mjlp .lp-menubar.content-boxed .lp-menubar-entry.submenu-open > .lp-menubar-submenu { left: 0; right: 0; width: 100%; transform: none; }
	.mjlp .lp-menubar-entry.submenu-open > .lp-menubar-submenu { max-height: none; padding-top: 8px; padding-bottom: 12px; opacity: 1; visibility: visible; overflow: visible; transition-delay: 0s; }
	.mjlp .lp-menubar-submenu-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
	.mjlp .lp-menubar-submenu-title { margin-bottom: 6px; }
	.mjlp .lp-menubar-submenu-items .lp-menubar-item { padding: 8px 0; border-top: 0; }

	.mjlp .section-wrapper.no-mobile-padding
	{
		padding: 0 !important;
	}
	.mjlp .section-wrapper.no-mobile-radius > .section
	{
		border-radius: 0 !important;
	}
}

@media (max-width: 600px)
{
	.mjlp .lp-menubar.logo-right .lp-menubar-inner { flex-direction: row; }
	.mjlp .lp-menubar-logo { order: 1; }
	.mjlp .lp-menubar-actions { order: 2; max-width: none; margin-left: auto; gap: 0; }
	.mjlp .lp-menubar-toggle { order: 3; }
	.mjlp .lp-menubar-links { order: 4; }
	.mjlp .lp-menubar.logo-right .lp-menubar-toggle { order: 1; }
	.mjlp .lp-menubar.logo-right .lp-menubar-actions { order: 2; margin: 0; }
	.mjlp .lp-menubar.logo-right .lp-menubar-logo { order: 3; margin-left: auto; }
	.mjlp .lp-menubar-logo { flex-basis: min(150px, calc(100% - 104px)); max-width: min(150px, calc(100% - 104px)); }
	.mjlp .lp-menubar-cart { display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; margin-left: auto; padding: 0; border-top: 0; }
	.mjlp .lp-menubar-cart.is-hidden { display: none; }
}

/* The product dialog lives outside the editable page tree. Keep styleset rules from reshaping it. */
.mjlp .lp-product-card-stock,
.mjlp .lp-product-modal-stock
{
	display: inline-flex;
	width: fit-content;
	padding: 5px 9px;
	align-items: center;
	border-radius: 999px;
	font: 650 12px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mjlp .lp-product-card-stock.is-in-stock,
.mjlp .lp-product-modal-stock.is-in-stock { background: #ecfdf3; color: #027a48; }
.mjlp .lp-product-card-stock.is-out-of-stock,
.mjlp .lp-product-modal-stock.is-out-of-stock { background: #fef3f2; color: #b42318; }
.mjlp .lp-product-card-stock.is-lead-time,
.mjlp .lp-product-modal-stock.is-lead-time { background: #fffaeb; color: #b54708; }
.mjlp .lp-cart-availability { font-size: 12px; font-weight: 650; }
.mjlp .lp-cart-availability.is-immediate { color: #027a48; }
.mjlp .lp-cart-availability.is-delayed { color: #b54708; }
.mjlp .lp-cart-availability.is-unavailable { color: #b42318; }
.mjlp .lp-product-action-error { color: #b42318; font: 500 13px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.mjlp .lp-product-action-error[hidden] { display: none !important; }
.mjlp .lp-product-modal-overlay
{
	position: fixed !important;
	inset: 0 !important;
	z-index: 10000 !important;
	display: flex !important;
	box-sizing: border-box !important;
	padding: clamp(16px, 4vw, 48px) !important;
	align-items: center !important;
	justify-content: center !important;
	background: rgba(15, 23, 42, .62) !important;
}
.mjlp .lp-product-modal-overlay[hidden] { display: none !important; }
.mjlp .lp-product-modal
{
	position: relative !important;
	width: min(1040px, calc(100vw - 32px)) !important;
	max-width: 1040px !important;
	height: auto !important;
	max-height: calc(100vh - 32px) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto !important;
	border: 0 !important;
	border-radius: 24px !important;
	background: #fff !important;
	color: #101828 !important;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .3) !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.mjlp .lp-product-modal-close
{
	all: unset !important;
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	z-index: 4 !important;
	display: grid !important;
	box-sizing: border-box !important;
	width: 42px !important;
	height: 42px !important;
	place-items: center !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .96) !important;
	color: #101828 !important;
	font: 400 28px/1 system-ui, sans-serif !important;
	cursor: pointer !important;
	box-shadow: 0 4px 18px rgba(15, 23, 42, .14) !important;
}
.mjlp .lp-product-modal-layout { display: grid !important; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr) !important; }
.mjlp .lp-product-modal-title
{
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #101828 !important;
	font: 750 clamp(25px, 2.4vw, 38px)/1.12 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}
.mjlp .lp-product-modal-details { box-sizing: border-box !important; min-width: 0 !important; }
.mjlp .lp-product-carousel
{
	position: relative !important;
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 18px !important;
	background: var(--lp-shop-surface, #fff) !important;
	cursor: grab !important;
	contain: layout paint;
}
.mjlp .lp-product-carousel-track
{
	position: relative !important;
	display: flex !important;
	box-sizing: border-box !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	touch-action: pan-y !important;
	transition: transform 320ms cubic-bezier(.2, .8, .2, 1);
	will-change: transform;
}
.mjlp .lp-product-carousel-track.is-dragging { cursor: grabbing !important; }
.mjlp .lp-product-carousel-slide
{
	display: flex !important;
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 100% !important;
	aspect-ratio: 1 / 1;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}
.mjlp .lp-product-modal-image
{
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	pointer-events: none !important;
	user-select: none !important;
}
.mjlp .lp-product-carousel-button
{
	all: unset !important;
	position: absolute !important;
	top: 50% !important;
	z-index: 3 !important;
	display: grid !important;
	box-sizing: border-box !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center !important;
	transform: translateY(-50%) !important;
	border-radius: 999px !important;
	background: var(--lp-shop-surface, rgba(255, 255, 255, .94)) !important;
	color: var(--lp-shop-text, #101828) !important;
	font: 400 30px/1 system-ui, sans-serif !important;
	cursor: pointer !important;
	box-shadow: 0 4px 16px rgba(15, 23, 42, .18) !important;
}
.mjlp .lp-product-carousel-button.previous { right: auto !important; left: 12px !important; }
.mjlp .lp-product-carousel-button.next { right: 12px !important; left: auto !important; }
.mjlp .lp-product-carousel-button:focus-visible { outline: 3px solid #7c3aed !important; outline-offset: 2px !important; }

@media (max-width: 600px)
{
	.mjlp .lp-product-modal-overlay { padding: 10px !important; align-items: flex-end !important; }
	.mjlp .lp-product-modal { width: 100% !important; max-height: calc(100vh - 10px) !important; border-radius: 22px 22px 0 0 !important; }
	.mjlp .lp-product-modal-layout { grid-template-columns: minmax(0, 1fr) !important; }
}

/* Sidebar section */
.mjlp .sidebar-section > .section
{
	display: grid !important;
	grid-template-columns: var(--lp-sidebar-width, 250px) minmax(0, 1fr);
	align-items: stretch;
}
.mjlp .sidebar-section > .section > .section-column
{
	width: auto !important;
	min-width: 0;
	flex-basis: auto !important;
}
.mjlp .lp-section-sidebar
{
	position: relative;
	box-sizing: border-box;
	min-width: 0;
	padding: 22px 16px;
	overflow: hidden;
	align-self: stretch;
	border: 1px solid rgba(127, 127, 127, .14);
	border-radius: 18px;
	color: inherit;
	box-shadow: 0 10px 32px rgba(15, 23, 42, .08);
}
.mjlp .lp-sidebar-tree,
.mjlp .lp-sidebar-tree-level { display: grid; min-width: 0; gap: 3px; }
.mjlp .lp-sidebar-row
{
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 5px;
	border-radius: 10px;
	transition: background-color 180ms ease, transform 180ms ease;
}
.mjlp .lp-sidebar-row:hover { background: var(--lp-sidebar-hover-background, #eceef1); }
.mjlp .lp-sidebar-row:hover > .lp-sidebar-link,
.mjlp .lp-sidebar-row:hover > .lp-sidebar-caret { color: var(--lp-sidebar-hover-color, #111827); }
.mjlp .lp-sidebar-node.is-current > .lp-sidebar-row
{
	background: var(--lp-sidebar-active-background, #7c3aed);
}
.mjlp .lp-sidebar-node.is-current > .lp-sidebar-row > .lp-sidebar-link,
.mjlp .lp-sidebar-node.is-current > .lp-sidebar-row > .lp-sidebar-caret
{
	color: var(--lp-sidebar-active-color, #ffffff);
}
.mjlp .lp-sidebar-link
{
	display: block;
	min-width: 0;
	flex: 1 1 auto;
	padding: 10px 11px;
	overflow-wrap: anywhere;
	color: inherit;
	text-align: left;
	text-decoration: none;
	line-height: 1.35;
}
.mjlp .lp-sidebar-link.is-linkless { cursor: default; }
.mjlp .lp-sidebar-node.has-children > .lp-sidebar-row > .lp-sidebar-link.is-linkless { cursor: pointer; }
.mjlp .lp-sidebar-caret
{
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: inherit;
	cursor: pointer;
}
.mjlp .lp-sidebar-caret span { transition: transform 240ms cubic-bezier(.2, .8, .2, 1); }
.mjlp .lp-sidebar-node.is-expanded > .lp-sidebar-row > .lp-sidebar-caret span { transform: rotate(90deg); }
.mjlp .lp-sidebar-children
{
	display: grid;
	grid-template-rows: 0fr;
	padding-left: 13px;
	overflow: hidden;
	opacity: 0;
	font-size: var(--lp-sidebar-submenu-scale, 90%);
	transition: grid-template-rows 260ms cubic-bezier(.2, .8, .2, 1), opacity 200ms ease;
}
.mjlp .lp-sidebar-children > .lp-sidebar-tree-level { min-height: 0; overflow: hidden; }
.mjlp .lp-sidebar-children .lp-sidebar-children { font-size: 100%; }
.mjlp .lp-sidebar-node.is-expanded > .lp-sidebar-children { grid-template-rows: 1fr; opacity: 1; }
.mjlp .lp-sidebar-close { display: none; }
.mjlp .lp-sidebar-mobile-toggle
{
	display: none;
	width: 58px;
	height: 58px;
	margin: 0 0 18px 0;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(127, 127, 127, .2);
	border-radius: 15px;
	background: rgba(127, 127, 127, .09);
	color: inherit;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}
.mjlp .lp-sidebar-mobile-toggle svg { width: 28px; height: 28px; fill: currentColor; }
.mjlp .lp-sidebar-empty { padding: 18px 10px; color: rgba(127, 127, 127, .9); text-align: center; }

@media (max-width: 600px)
{
	body.lp-sidebar-mobile-open { overflow: hidden !important; }
	.mjlp .sidebar-section > .section { display: block !important; }
	.mjlp .lp-sidebar-mobile-toggle { display: grid; }
	.mjlp .lp-section-sidebar
	{
		position: fixed !important;
		inset: 0 !important;
		z-index: 12000 !important;
		width: 100vw !important;
		max-width: none !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: 100vh !important;
		max-height: 100dvh !important;
		padding: 76px clamp(18px, 5vw, 32px) 32px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		border: 0 !important;
		border-radius: 0 !important;
		opacity: 0;
		pointer-events: none;
		transform: translateX(-100%);
		box-shadow: none !important;
		transition: transform 300ms cubic-bezier(.2, .8, .2, 1), opacity 220ms ease;
	}
	.mjlp .sidebar-section.sidebar-mobile-open .lp-section-sidebar
	{
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}
	.mjlp .lp-sidebar-close
	{
		position: absolute;
		top: max(16px, env(safe-area-inset-top));
		right: 18px;
		display: grid;
		width: 44px;
		height: 44px;
		padding: 0;
		place-items: center;
		border: 1px solid rgba(127, 127, 127, .18);
		border-radius: 999px;
		background: rgba(127, 127, 127, .12);
		color: inherit;
		font: 400 31px/1 system-ui, sans-serif;
		cursor: pointer;
	}
	.mjlp .lp-sidebar-link { padding-top: 13px; padding-bottom: 13px; }
}


/* Shop color scheme */
.mjlp .lp-product-list,
.mjlp .lp-shopping-cart,
.lp-product-modal-overlay
{
	--lp-shop-surface: #ffffff;
	--lp-shop-surface-muted: #f4f5f7;
	--lp-shop-surface-soft: #f7f8fa;
	--lp-shop-text: #101828;
	--lp-shop-text-muted: #667085;
	--lp-shop-description: #475467;
	--lp-shop-border: rgba(15, 23, 42, .10);
	--lp-shop-divider: #eaecf0;
	--lp-shop-shadow: rgba(15, 23, 42, .09);
	color-scheme: light;
}
.mjlp .lp-product-list[data-color-scheme="dark"],
.mjlp .lp-shopping-cart[data-color-scheme="dark"],
.lp-product-modal-overlay[data-color-scheme="dark"]
{
	--lp-shop-surface: #111827;
	--lp-shop-surface-muted: #1f2937;
	--lp-shop-surface-soft: #182230;
	--lp-shop-text: #f9fafb;
	--lp-shop-text-muted: #aeb8c8;
	--lp-shop-description: #c7d0dd;
	--lp-shop-border: rgba(255, 255, 255, .13);
	--lp-shop-divider: #344054;
	--lp-shop-shadow: rgba(0, 0, 0, .32);
	color-scheme: dark;
}
.mjlp .lp-product-card,
.mjlp .lp-shopping-cart,
.lp-product-modal { border-color: var(--lp-shop-border) !important; background: var(--lp-shop-surface) !important; color: var(--lp-shop-text) !important; box-shadow: 0 10px 36px var(--lp-shop-shadow) !important; }
.mjlp .lp-product-card-media,
.mjlp .lp-cart-item-image,
.lp-product-modal-media { background: var(--lp-shop-surface-muted) !important; }
.mjlp .lp-product-card-number,
.mjlp .lp-cart-item-info > span,
.mjlp .lp-cart-empty,
.lp-product-modal-number { color: var(--lp-shop-text-muted) !important; }
.mjlp .lp-product-card-price,
.mjlp .lp-cart-item-price,
.lp-product-modal-price,
.lp-product-modal-title { color: var(--lp-shop-text) !important; }
.lp-product-modal-description,
.lp-product-modal-minimum-quantity { color: var(--lp-shop-description) !important; }
.mjlp .lp-shop-status,
.mjlp .lp-shop-editor-placeholder,
.lp-product-tiers { background: var(--lp-shop-surface-soft) !important; color: var(--lp-shop-text-muted) !important; border-color: var(--lp-shop-border) !important; }
.mjlp .lp-cart-item { border-color: var(--lp-shop-divider) !important; }
.lp-product-carousel,
.lp-product-field select,
.lp-product-quantity,
.lp-cart-quantity,
.lp-product-modal-actions { background: var(--lp-shop-surface) !important; color: var(--lp-shop-text) !important; }
.lp-product-modal-close { background: var(--lp-shop-surface) !important; color: var(--lp-shop-text) !important; }

@media (prefers-color-scheme: dark)
{
	.mjlp .lp-product-list[data-color-scheme="system"],
	.mjlp .lp-shopping-cart[data-color-scheme="system"],
	.lp-product-modal-overlay[data-color-scheme="system"]
	{
		--lp-shop-surface: #111827;
		--lp-shop-surface-muted: #1f2937;
		--lp-shop-surface-soft: #182230;
		--lp-shop-text: #f9fafb;
		--lp-shop-text-muted: #aeb8c8;
		--lp-shop-description: #c7d0dd;
		--lp-shop-border: rgba(255, 255, 255, .13);
		--lp-shop-divider: #344054;
		--lp-shop-shadow: rgba(0, 0, 0, .32);
		color-scheme: dark;
	}
}

@media (max-width: 600px)
{
	.mjlp .lp-product-modal-overlay,
	.lp-product-modal-overlay
	{
		padding: 0 !important;
		align-items: stretch !important;
	}
	.mjlp .lp-product-modal,
	.lp-product-modal
	{
		width: 100vw !important;
		max-width: none !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: 100vh !important;
		max-height: 100dvh !important;
		border-radius: 0 !important;
	}
}
/* Video elements */
.mjlp .element.type-video .video-wrapper
{
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.mjlp .element.type-video .video-wrapper > video,
.mjlp .element.type-video .video-wrapper > iframe
{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: contain;
}

.lp-cart-summary{display:grid;grid-template-columns:1fr auto;gap:.45rem 1.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid color-mix(in srgb,currentColor 14%,transparent);align-items:baseline}
.lp-cart-summary small{opacity:.68}.lp-cart-checkout-button{display:block;width:100%;margin-top:1.25rem;padding:.9rem 1.25rem;border:0;border-radius:.75rem;background:#7c3aed;color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.lp-cart-checkout-button:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(124,58,237,.25)}
.lp-checkout-overlay{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:2rem;background:rgba(15,23,42,.64);backdrop-filter:blur(8px)}.lp-checkout-dialog{position:relative;width:min(920px,100%);max-height:calc(100vh - 4rem);overflow:auto;background:#fff;color:#111827;border-radius:1.25rem;box-shadow:0 32px 90px rgba(0,0,0,.34)}.lp-checkout-close{position:absolute;right:1rem;top:.8rem;z-index:2;width:2.5rem;height:2.5rem;border:0;border-radius:50%;background:#f3f4f6;font-size:1.6rem;cursor:pointer}.lp-checkout-header{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;padding:1.5rem 4.5rem 1rem 2rem;border-bottom:1px solid #e5e7eb}.lp-checkout-header span{min-width:0;font-size:.86rem;font-weight:650;color:#9ca3af;overflow-wrap:anywhere}.lp-checkout-header span.is-active{color:#7c3aed}.lp-checkout-form{padding:2rem}.lp-checkout-step{display:none}.lp-checkout-step.is-active{display:block}.lp-checkout-account-choice,.lp-checkout-type,.lp-checkout-payment-options{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.lp-checkout-account-choice label,.lp-checkout-type label,.lp-checkout-payment-option{display:flex;align-items:center;gap:.55rem;padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:.7rem;cursor:pointer}.lp-checkout-login,.lp-checkout-account-current,.lp-checkout-password-help{margin-bottom:1.25rem}.lp-checkout-login{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.lp-checkout-account-current{padding:1rem;border-radius:.75rem;background:#f8fafc;font-weight:650}.lp-checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.lp-checkout-field{display:grid;gap:.35rem;font-size:.86rem;color:#4b5563}.lp-checkout-field input{width:100%;min-height:2.8rem;padding:.6rem .2rem;border:0;border-bottom:1px solid #c4b5fd;border-radius:0;background:transparent;color:#111827;font:inherit;box-sizing:border-box}.lp-checkout-field .iti{width:100%}.lp-checkout-check{display:flex;gap:.55rem;align-items:center;margin:1.5rem 0}.lp-checkout-shipping,.lp-checkout-sepa{padding-top:.5rem}.lp-checkout-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 2rem 1.5rem;border-top:1px solid #e5e7eb}.lp-checkout-primary,.lp-checkout-secondary{min-height:2.8rem;padding:.65rem 1.4rem;border-radius:.7rem;font:inherit;font-weight:650;cursor:pointer}.lp-checkout-primary{border:0;background:#7c3aed;color:#fff}.lp-checkout-secondary{border:1px solid #d1d5db;background:#fff;color:#374151}.lp-checkout-error{margin-top:1rem;padding:.8rem 1rem;border-radius:.6rem;background:#fef2f2;color:#b91c1c}.lp-checkout-review-items{display:grid;gap:.75rem}.lp-checkout-review-item{display:flex;justify-content:space-between;gap:2rem;padding:.8rem 0;border-bottom:1px solid #e5e7eb}.lp-checkout-review-item>span:last-child{display:grid;justify-items:end;white-space:nowrap}.lp-checkout-review-item small{opacity:.62}.lp-checkout-review-totals{display:grid;grid-template-columns:1fr auto;gap:.4rem 1.5rem;margin-top:1.25rem}.lp-checkout-address{white-space:pre-line;padding:1rem;background:#f8fafc;border-radius:.75rem}.lp-checkout-success{padding:4rem 2rem;text-align:center;font-size:1.2rem;font-weight:650}
.lp-checkout-overlay.is-dark .lp-checkout-dialog{background:#111827;color:#f9fafb}.lp-checkout-overlay.is-dark .lp-checkout-header,.lp-checkout-overlay.is-dark .lp-checkout-footer,.lp-checkout-overlay.is-dark .lp-checkout-review-item{border-color:#374151}.lp-checkout-overlay.is-dark .lp-checkout-field{color:#d1d5db}.lp-checkout-overlay.is-dark .lp-checkout-field input{color:#f9fafb}.lp-checkout-overlay.is-dark .lp-checkout-address,.lp-checkout-overlay.is-dark .lp-checkout-account-current{background:#1f2937}.lp-checkout-overlay.is-dark .lp-checkout-close{background:#374151;color:#fff}.lp-checkout-overlay.is-dark .lp-checkout-secondary{background:#1f2937;color:#f9fafb;border-color:#4b5563}.lp-checkout-overlay.is-dark .lp-checkout-footer{background:#111827}
@media(max-width:650px){.lp-checkout-overlay{padding:0}.lp-checkout-dialog{width:100%;height:100%;max-height:none;border-radius:0}.lp-checkout-header{grid-template-columns:repeat(5,minmax(88px,1fr));overflow-x:auto;padding:1.25rem 3.8rem 1rem 1rem;font-size:.8rem}.lp-checkout-form{padding:1.25rem 1rem}.lp-checkout-grid,.lp-checkout-login{grid-template-columns:1fr}.lp-checkout-footer{position:sticky;bottom:0;padding:1rem;background:#fff}.lp-checkout-overlay.is-dark .lp-checkout-footer{background:#111827}.lp-checkout-primary{flex:1}.lp-checkout-review-item{gap:1rem}}

.mjlp .lp-checkout-field[hidden],.mjlp .lp-checkout-grid[hidden],.lp-checkout-field[hidden],.lp-checkout-grid[hidden]{display:none!important}
.mjlp .lp-checkout-close,.lp-checkout-close{all:unset!important;position:absolute!important;top:16px!important;right:16px!important;left:auto!important;bottom:auto!important;z-index:20!important;display:grid!important;width:42px!important;height:42px!important;place-items:center!important;border-radius:999px!important;background:#f3f4f6!important;color:#111827!important;font:600 26px/1 system-ui,sans-serif!important;cursor:pointer!important;box-shadow:0 4px 14px rgba(15,23,42,.12)!important}
.lp-checkout-field select{box-sizing:border-box;width:100%;min-height:2.8rem;padding:.6rem .2rem;border:0;border-bottom:1px solid #c4b5fd;border-radius:0;background:transparent;color:#111827;font:inherit}
.lp-checkout-field .iti{display:block!important;width:100%!important;text-align:left!important}.lp-checkout-field .iti input{box-sizing:border-box!important;width:100%!important;margin:0!important;padding-right:.2rem!important;text-align:left!important}.lp-checkout-field .iti__flag-container{left:0!important}.lp-checkout-field .iti__selected-flag{padding-left:0!important}.lp-checkout-field .iti--separate-dial-code input{padding-left:82px!important}
.lp-checkout-tax-notice,.lp-cart-tax-notice{margin-top:1rem;padding:.8rem 1rem;border-radius:.65rem;background:#ecfdf3;color:#067647;font-size:.9rem;font-weight:650;text-align:left}
.mjlp .lp-cart-item{text-align:left!important}.mjlp .lp-cart-item-info{align-items:flex-start!important;text-align:left!important}.mjlp .lp-cart-item-controls{text-align:left!important}.mjlp .lp-cart-summary{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:.35rem 1.25rem!important;align-items:baseline!important;justify-content:initial!important;padding-top:16px!important;font-size:1rem!important;text-align:left!important}.mjlp .lp-cart-summary .lp-cart-tax{font-size:.78rem!important;font-weight:400!important;opacity:.7}.mjlp .lp-cart-summary .lp-cart-net{font-size:.88rem!important;font-weight:400!important;opacity:.82}.mjlp .lp-cart-summary strong{font-size:1rem!important}.mjlp .lp-cart-checkout-button{text-align:center!important}
.lp-checkout-overlay.is-dark .lp-checkout-field select{color:#f9fafb;background:#111827}.lp-checkout-overlay.is-dark .lp-checkout-tax-notice{background:#064e3b;color:#d1fae5}

/* Keep modal navigation and close actions reachable while their content scrolls. */
.lp-checkout-topbar
{
	position: sticky;
	top: 0;
	z-index: 30;
	background: #fff;
	box-shadow: 0 1px 0 rgba(15, 23, 42, .08);
}
.lp-checkout-topbar .lp-checkout-header { border-bottom: 0; }
.lp-checkout-overlay.is-dark .lp-checkout-topbar { background: #111827; box-shadow: 0 1px 0 #374151; }
.lp-product-modal-toolbar
{
	position: sticky !important;
	top: 0 !important;
	z-index: 40 !important;
	box-sizing: border-box !important;
	height: 58px !important;
	margin-bottom: -58px !important;
	pointer-events: none !important;
}
.lp-product-modal-toolbar .lp-product-modal-close
{
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	pointer-events: auto !important;
}

.mjlp .lp-menubar-login
{
	position: relative;
	display: inline-flex;
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: inherit;
	text-decoration: none;
}
.mjlp .lp-menubar-login:hover { background: rgba(127,127,127,.12); }
.mjlp .lp-menubar-login.is-hidden { display: none !important; }
.mjlp .lp-login-icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mjlp .lp-login-status-dot { position:absolute;right:4px;bottom:4px;width:8px;height:8px;border:2px solid var(--lp-menubar-background,#fff);border-radius:50%;background:#98a2b3; }
.mjlp .lp-menubar-login.is-authenticated .lp-login-status-dot { background:#12b76a; }

.mjlp .lp-shop-login { width:100%;box-sizing:border-box;padding:clamp(18px,4vw,48px); }
.mjlp .lp-account-menu-source { display:none!important; }
.mjlp .lp-account-card
{
	width:min(520px,100%);
	box-sizing:border-box;
	margin:0 auto;
	padding:clamp(24px,5vw,44px);
	border:1px solid rgba(15,23,42,.1);
	border-radius:20px;
	background:#fff;
	color:#101828;
	box-shadow:0 18px 55px rgba(15,23,42,.11);
	font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mjlp .lp-account-title { margin:0 0 22px;font-size:clamp(24px,4vw,34px);line-height:1.15; }
.mjlp .lp-account-tabs { display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:24px;padding:5px;border-radius:12px;background:#f2f4f7; }
.mjlp .lp-account-tabs button { min-height:42px;border:0;border-radius:9px;background:transparent;color:#667085;font:600 14px/1.2 inherit;cursor:pointer; }
.mjlp .lp-account-tabs button.is-active { background:#fff;color:#101828;box-shadow:0 3px 12px rgba(15,23,42,.09); }
.mjlp .lp-account-form { display:grid;gap:16px; }
.mjlp .lp-account-field { display:grid;gap:6px;color:#475467;font-size:13px; }
.mjlp .lp-account-field input { width:100%;min-height:46px;box-sizing:border-box;padding:10px 2px;border:0;border-bottom:1px solid #c4b5fd;border-radius:0;background:transparent;color:#101828;font:inherit;outline:none; }
.mjlp .lp-account-field input:focus { border-bottom-color:#7c3aed;box-shadow:0 1px 0 #7c3aed; }
.mjlp .lp-account-primary,.mjlp .lp-account-secondary { min-height:46px;padding:11px 18px;border-radius:11px;font:700 15px/1.2 inherit;cursor:pointer; }
.mjlp .lp-account-primary { border:0;background:#7c3aed;color:#fff; }
.mjlp .lp-account-secondary { border:1px solid #d0d5dd;background:#fff;color:#344054; }
.mjlp .lp-account-link { justify-self:start;padding:2px 0;border:0;background:transparent;color:#6938ef;font:600 13px/1.3 inherit;cursor:pointer; }
.mjlp .lp-account-message { padding:11px 13px;border-radius:9px;font-size:13px; }
.mjlp .lp-account-message[hidden] { display:none; }
.mjlp .lp-account-message.is-error { background:#fef3f2;color:#b42318; }
.mjlp .lp-account-message.is-success { background:#ecfdf3;color:#067647; }
.mjlp .lp-account-signed-in,.mjlp .lp-account-help { color:#475467;line-height:1.6; }
.mjlp .lp-account-menu { display:grid;gap:8px;margin:20px 0; }
.mjlp .lp-account-menu-link { position:relative;display:flex;align-items:center;min-height:44px;box-sizing:border-box;padding:10px 42px 10px 14px;border:1px solid #e4e7ec;border-radius:11px;background:#f9fafb;color:#344054;text-decoration:none;font:600 14px/1.35 inherit;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease; }
.mjlp .lp-account-menu-link::after { content:'\203A';position:absolute;right:15px;top:50%;font-size:25px;font-weight:400;line-height:1;transform:translateY(-54%); }
.mjlp .lp-account-menu-link:hover { border-color:color-mix(in srgb,var(--lp-shop-accent,#667085) 35%,#e4e7ec);background:color-mix(in srgb,var(--lp-shop-accent,#667085) 8%,#fff);color:var(--lp-shop-accent,#667085);transform:translateX(2px); }

.mjlp .lp-order-list { width:100%;box-sizing:border-box;padding:clamp(18px,4vw,48px); }
.mjlp .lp-document-shell { width:min(1120px,100%);box-sizing:border-box;margin:0 auto;padding:clamp(22px,4vw,38px);border:1px solid rgba(15,23,42,.09);border-radius:20px;background:#fff;color:#101828;box-shadow:0 16px 48px rgba(15,23,42,.09);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.mjlp .lp-document-list { display:grid;gap:10px; }
.mjlp .lp-document-row { display:grid;grid-template-columns:46px minmax(180px,1fr) auto auto;gap:18px;align-items:center;padding:16px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.mjlp .lp-document-row:hover { border-color:color-mix(in srgb,var(--lp-shop-accent,#667085) 30%,#e4e7ec);box-shadow:0 9px 24px rgba(15,23,42,.07);transform:translateY(-1px); }
.mjlp .lp-document-icon { display:grid;width:46px;height:46px;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--lp-shop-accent,#667085) 9%,#f2f4f7);color:var(--lp-shop-accent,#667085); }
.mjlp .lp-document-icon svg { width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round; }
.mjlp .lp-document-main { display:grid;min-width:0;gap:4px; }
.mjlp .lp-document-meta { display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;color:#667085;font-size:12px; }
.mjlp .lp-document-type { padding:3px 8px;border-radius:999px;background:#f2f4f7;color:#344054;font-weight:700; }
.mjlp .lp-document-payment-status { padding:3px 8px;border-radius:999px;font-size:12px;font-weight:750; }
.mjlp .lp-document-payment-status.is-paid { background:#ecfdf3;color:#067647; }
.mjlp .lp-document-payment-status.is-unpaid { background:#fef3f2;color:#b42318; }
.mjlp .lp-document-payment-status.is-partial { background:#fffaeb;color:#b54708; }
.mjlp .lp-document-name { overflow:hidden;color:#101828;font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap; }
.mjlp .lp-document-number { color:#667085;font-size:12px; }
.mjlp .lp-document-amounts { display:grid;min-width:155px;gap:4px;text-align:right; }
.mjlp .lp-document-gross { color:#101828;font-size:14px;font-weight:750; }
.mjlp .lp-document-net { color:#667085;font-size:12px; }
.mjlp .lp-document-download { min-height:42px;padding:10px 15px;border:0;border-radius:10px;background:var(--lp-shop-accent,#667085);color:#fff;font:700 13px/1.2 inherit;cursor:pointer;white-space:nowrap;transition:filter .18s ease,transform .18s ease; }
.mjlp .lp-document-download:hover:not(:disabled) { filter:brightness(.94);transform:translateY(-1px); }
.mjlp .lp-document-download:disabled { cursor:not-allowed;opacity:.45; }
.mjlp .lp-document-state { padding:34px 18px;border:1px dashed #d0d5dd;border-radius:14px;background:#f9fafb;color:#667085;text-align:center;line-height:1.55; }
.mjlp .lp-document-state.is-login-required { color:#344054; }
.mjlp .lp-document-state.is-error,.mjlp .lp-document-message { color:#b42318; }
.mjlp .lp-document-message { margin:0 0 12px;padding:10px 12px;border-radius:9px;background:#fef3f2;font-size:13px; }
.mjlp .lp-document-message[hidden] { display:none; }

.mjlp .lp-signed-documents { width:100%;box-sizing:border-box;padding:clamp(18px,4vw,48px); }
.mjlp .lp-signature-request-list { display:grid;gap:10px; }
.mjlp .lp-signature-request-row { display:grid;grid-template-columns:46px minmax(180px,1fr) auto;gap:18px;align-items:center;padding:16px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.mjlp .lp-signature-request-row:hover { border-color:color-mix(in srgb,var(--lp-shop-accent,#667085) 30%,#e4e7ec);box-shadow:0 9px 24px rgba(15,23,42,.07);transform:translateY(-1px); }
.mjlp .lp-signature-request-status { padding:3px 8px;border-radius:999px;font-size:12px;font-weight:750; }
.mjlp .lp-signature-request-status.is-open { background:#fffaeb;color:#b54708; }
.mjlp .lp-signature-request-status.is-signed { background:#ecfdf3;color:#067647; }
.mjlp .lp-signature-request-action { display:flex;align-items:center;gap:9px;color:var(--lp-shop-accent,#667085);font-size:13px;font-weight:750;white-space:nowrap; }
.mjlp .lp-signature-request-arrow { font-size:24px;font-weight:400;line-height:1;transition:transform .18s ease; }
.mjlp .lp-signature-request-row:hover .lp-signature-request-arrow { transform:translateX(4px); }

@media(max-width:600px)
{
	.mjlp .lp-menubar-actions .lp-menubar-login { order:2;width:40px;height:40px;flex-basis:40px;margin-left:0; }
	.mjlp .lp-menubar-actions .lp-menubar-cart { order:3;margin:0; }
	.mjlp .lp-shop-login { padding:12px; }
	.mjlp .lp-account-card { padding:24px 18px;border-radius:16px; }
	.mjlp .lp-order-list { padding:12px; }
	.mjlp .lp-signed-documents { padding:12px; }
	.mjlp .lp-document-shell { padding:22px 14px;border-radius:16px; }
	.mjlp .lp-document-row { grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px; }
	.mjlp .lp-document-icon { width:42px;height:42px; }
	.mjlp .lp-document-amounts { grid-column:1 / -1;min-width:0;padding-top:4px;text-align:left; }
	.mjlp .lp-document-download { grid-column:1 / -1;width:100%; }
	.mjlp .lp-document-name { white-space:normal; }
	.mjlp .lp-signature-request-row { grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px; }
	.mjlp .lp-signature-request-action { grid-column:2;justify-self:start; }
}

@media (min-width: 601px)
{
	.mjlp .lp-menubar.is-auto-compact .lp-menubar-inner,
	.mjlp .lp-menubar.is-auto-compact .lp-menubar-links
	{
		gap: 20px;
	}
}

/* Use the compact menu whenever the intrinsic link width no longer fits between logo and actions. */
.mjlp .lp-menubar.is-auto-mobile
{
	padding: 10px 14px;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-inner
{
	flex-flow: row nowrap;
	gap: 10px;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-logo
{
	order: 1;
	flex-basis: min(150px, calc(100% - 104px));
	max-width: min(150px, calc(100% - 104px));
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-logo img
{
	max-width: 150px;
	max-height: 42px;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-actions
{
	display: flex;
	order: 2;
	align-items: center;
	flex: 0 0 auto;
	gap: 0;
	max-width: none;
	margin-left: auto;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-login
{
	order: 2;
	width: 40px;
	height: 40px;
	flex-basis: 40px;
	margin-left: auto;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-login + .lp-menubar-cart
{
	margin-left: 0;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-cart
{
	order: 3;
	display: inline-flex;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	margin-left: auto;
	padding: 0;
	border-top: 0;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-cart.is-hidden
{
	display: none;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-toggle
{
	display: inline-flex;
	order: 4;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-links
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 25;
	order: 5;
	flex: none;
	width: 100%;
	max-height: calc(100vh - 64px);
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 14px 14px;
	background-color: var(--lp-menubar-background, #ffffff);
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
}
.mjlp .lp-menubar.is-auto-mobile.is-open .lp-menubar-links
{
	display: flex;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-links .lp-menubar-item
{
	width: 100%;
	padding: 12px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	white-space: normal;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-links > .lp-menubar-cta
{
	order: -1;
	width: 100%;
	max-width: 100%;
	margin: 14px 0 8px;
	padding: 12px 22px;
	border-top: 0;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-entry
{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: stretch;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-submenu
{
	position: static;
	width: 100%;
	max-width: none;
	max-height: 0;
	padding: 0 12px;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	transform: none;
	overflow: hidden;
	transition: max-height 260ms ease, opacity 180ms ease, visibility 0s linear 260ms;
}
.mjlp .lp-menubar.is-auto-mobile.content-boxed .lp-menubar-submenu,
.mjlp .lp-menubar.is-auto-mobile.content-boxed .lp-menubar-entry.submenu-open > .lp-menubar-submenu
{
	left: 0;
	right: 0;
	width: 100%;
	transform: none;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-entry.submenu-open > .lp-menubar-submenu
{
	max-height: none;
	padding-top: 8px;
	padding-bottom: 12px;
	opacity: 1;
	visibility: visible;
	overflow: visible;
	transition-delay: 0s;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-submenu-grid
{
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-submenu-title
{
	margin-bottom: 6px;
}
.mjlp .lp-menubar.is-auto-mobile .lp-menubar-submenu-items .lp-menubar-item
{
	padding: 8px 0;
	border-top: 0;
}
.mjlp .lp-menubar.is-auto-mobile.logo-right .lp-menubar-toggle { order: 1; }
.mjlp .lp-menubar.is-auto-mobile.logo-right .lp-menubar-actions { order: 2; margin: 0; }
.mjlp .lp-menubar.is-auto-mobile.logo-right .lp-menubar-cart { order: 2; margin: 0; }
.mjlp .lp-menubar.is-auto-mobile.logo-right .lp-menubar-login { order: 3; margin: 0; }
.mjlp .lp-menubar.is-auto-mobile.logo-right .lp-menubar-logo { order: 4; margin-left: auto; }
.mjlp .lp-menubar.is-auto-mobile-measuring,
.mjlp .lp-menubar.is-auto-mobile-measuring *
{
	transition: none !important;
}

/* User-defined, page-wide brand accent for all shop components. */
.mjlp .lp-product-carousel-button:focus-visible { outline-color:var(--lp-shop-accent,#667085)!important; }
.mjlp .lp-cart-checkout-button,.lp-checkout-primary,.mjlp .lp-account-primary { background:var(--lp-shop-accent,#667085)!important;color:#fff; }
.mjlp .lp-cart-checkout-button:hover { box-shadow:0 10px 25px color-mix(in srgb,var(--lp-shop-accent,#667085) 28%,transparent); }
.lp-checkout-header span.is-active,.mjlp .lp-account-link { color:var(--lp-shop-accent,#667085)!important; }
.lp-checkout-account-choice input,.lp-checkout-type input,.lp-checkout-payment-option input,.lp-checkout-check input { accent-color:var(--lp-shop-accent,#667085); }
.lp-checkout-field input,.lp-checkout-field select,.mjlp .lp-account-field input { border-bottom-color:color-mix(in srgb,var(--lp-shop-accent,#667085) 55%,transparent)!important; }
.mjlp .lp-account-field input:focus { border-bottom-color:var(--lp-shop-accent,#667085)!important;box-shadow:0 1px 0 var(--lp-shop-accent,#667085)!important; }
.lp-checkout-payment-intro { margin:0 0 1rem;color:#475467;line-height:1.5; }
.lp-checkout-overlay.is-dark .lp-checkout-payment-intro { color:#d1d5db; }

@media (max-width: 650px)
{
	.lp-checkout-header
	{
		grid-template-columns: repeat(5, max-content);
		column-gap: 1.25rem;
	}
	.lp-checkout-header span
	{
		min-width: max-content;
		white-space: nowrap;
		overflow-wrap: normal;
		word-break: normal;
	}
}

.mjlp .lp-flowform
{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 180px;
	font-family: Arial, Helvetica, sans-serif;
}
.mjlp .lp-flowform .mjcl-end-of-survey-background,
.mjlp .lp-flowform .mjcl-end-of-survey,
.mjlp .lp-flowform .mjcl-slidetitle,
.mjlp .lp-flowform .mjcl-slidedescription
{
	font-family: inherit;
}
.mjlp .lp-flowform .mjcl-end-of-survey-background
{
	opacity: 1;
	transition: opacity .6s ease;
}
.mjlp .lp-flowform .mjcl-end-of-survey-background.is-dismissing
{
	opacity: 0;
	pointer-events: none;
}
.mjlp .lp-flowform.is-card
{
	height: min(720px, 80vh);
	min-height: 520px;
	overflow: hidden;
}
.mjlp .lp-flowform .mjcl-card.mjcl-wrapper
{
	margin: 16px;
	height: calc(100% - 32px);
}
.mjlp .lp-flowform-status,
.mjlp .lp-flowform-editor-placeholder
{
	display: grid;
	box-sizing: border-box;
	min-height: 180px;
	place-items: center;
	align-content: center;
	gap: .5rem;
	padding: 1.5rem;
	border: 1px dashed #cbd5e1;
	border-radius: .75rem;
	background: #f8fafc;
	color: #64748b;
	text-align: center;
}
.mjlp .lp-flowform-editor-placeholder > span { font-size: 2rem; }
.mjlp .lp-flowform-editor-placeholder > strong { color: #334155; }
.mjlp .lp-flowform-editor-placeholder > small { font-size: .8rem; }

@media (max-width: 600px)
{
	.mjlp .lp-flowform.is-card
	{
		height: min(680px, 85vh);
		min-height: 500px;
	}
	.mjlp .lp-flowform .mjcl-card.mjcl-wrapper
	{
		margin: 8px;
		height: calc(100% - 16px);
	}
}

/* Lottie elements */
.mjlp .element.type-lottie { position: relative; display: block; box-sizing: border-box; max-width: 100%; }
.mjlp .element.type-lottie > .lottie-player { display: inline-block; max-width: 100%; vertical-align: top; }
.lp-pricing-plans {
	--lp-pricing-highlight: #6d4aff;
	box-sizing: border-box;
	width: 100%;
	padding: 16px 0;
	font-family: inherit;
}

.lp-pricing-plans *,
.lp-pricing-plans *::before,
.lp-pricing-plans *::after {
	box-sizing: border-box;
}

.lp-pricing-intervals {
	display: flex;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 28px;
	padding: 4px;
	gap: 2px;
	border: 1px solid rgba(127, 127, 127, .18);
	border-radius: 999px;
	background: rgba(127, 127, 127, .1);
}

.lp-pricing-intervals[hidden] { display: none; }

.lp-pricing-interval {
	appearance: none;
	min-height: 36px;
	padding: 7px 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.lp-pricing-interval.is-active {
	background: var(--lp-pricing-card-background, #fff);
	color: var(--lp-pricing-card-color, #111);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.lp-pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
	align-items: stretch;
	justify-content: center;
	gap: 30px;
	width: 100%;
	padding: 12px 0;
}

.lp-pricing-card {
	--lp-pricing-card-background: #fff;
	--lp-pricing-card-color: #151515;
	--lp-pricing-muted-color: #626262;
	display: flex;
	min-width: 0;
	min-height: 510px;
	padding: 30px;
	flex-direction: column;
	border: 1px solid rgba(20, 20, 20, .08);
	border-radius: 18px;
	background: var(--lp-pricing-card-background);
	color: var(--lp-pricing-card-color);
	box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.lp-pricing-plans[data-pricing-theme="dark"] { color: #fff; }

.lp-pricing-plans[data-pricing-theme="dark"] .lp-pricing-card {
	--lp-pricing-card-background: #151515;
	--lp-pricing-card-color: #fff;
	--lp-pricing-muted-color: #b9b9b9;
	border-color: rgba(255, 255, 255, .12);
	box-shadow: 0 12px 38px rgba(0, 0, 0, .22);
}

.lp-pricing-card.is-highlighted {
	--lp-pricing-card-background: var(--lp-pricing-highlight);
	--lp-pricing-card-color: #fff;
	--lp-pricing-muted-color: rgba(255, 255, 255, .78);
	margin-top: -12px;
	margin-bottom: -12px;
	padding-top: 42px;
	padding-bottom: 42px;
	border-color: transparent;
	box-shadow: 0 18px 48px color-mix(in srgb, var(--lp-pricing-highlight) 32%, transparent);
}

.lp-pricing-card-header { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); align-content: start; min-height: var(--lp-pricing-header-height, 0); }
.lp-pricing-card-header.has-badge { grid-template-columns: minmax(0, 1fr) auto; column-gap: 16px; }
.lp-pricing-name { grid-column: 1; grid-row: 1; margin: 0; color: inherit; font-size: clamp(22px, 2.1vw, 28px); font-weight: 750; line-height: 1.15; }
.lp-pricing-description { grid-column: 1 / -1; grid-row: 2; margin: 12px 0 0; color: var(--lp-pricing-muted-color); font-size: 14px; line-height: 1.55; }
.lp-pricing-badge { grid-column: 2; grid-row: 1; justify-self: end; align-self: start; max-width: 112px; padding: 4px 7px; border-radius: 999px; background: color-mix(in srgb, var(--lp-pricing-highlight) 16%, transparent); color: var(--lp-pricing-highlight); font-size: 9px; font-weight: 750; line-height: 1.2; text-align: center; text-transform: uppercase; letter-spacing: .02em; }
.lp-pricing-card.is-highlighted .lp-pricing-badge { background: rgba(255, 255, 255, .18); color: #fff; }
.lp-pricing-price-block { display: grid; min-height: var(--lp-pricing-price-height, 0); margin: 28px 0 24px; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: end; column-gap: 9px; }
.lp-pricing-price { grid-row: 1 / span 2; color: inherit; font-size: clamp(32px, 4vw, 46px); font-weight: 780; line-height: 1; letter-spacing: -.045em; }
.lp-pricing-period, .lp-pricing-billing { color: var(--lp-pricing-muted-color); font-size: 11px; line-height: 1.35; }
.lp-pricing-billing { align-self: start; font-weight: 600; }
.lp-pricing-raw-values { display: none !important; }
.lp-pricing-lists { display: flex; margin-bottom: 28px; flex: 1 1 auto; flex-direction: column; }
.lp-pricing-features, .lp-pricing-extras { display: grid; margin: 0; padding: 0; gap: 11px; list-style: none; }
.lp-pricing-extras { margin-top: 22px; padding-top: 20px; border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent); }
.lp-pricing-features li, .lp-pricing-extras li { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: start; gap: 7px; font-size: 13px; line-height: 1.45; }
.lp-pricing-features [data-pricing-feature-overflow][hidden] { display: none; }
.lp-pricing-check { color: var(--lp-pricing-highlight); font-weight: 800; }
.lp-pricing-card.is-highlighted .lp-pricing-check { color: #fff; }
.lp-pricing-features-more { display: inline-flex; width: max-content; max-width: 100%; margin: 12px 0 0; padding: 2px 0; align-items: center; gap: 6px; border: 0; background: transparent; color: var(--lp-pricing-highlight); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.lp-pricing-features-more[hidden] { display: none; }
.lp-pricing-features-more-icon { font-size: 18px; line-height: 1; }
.lp-pricing-features-more:hover { opacity: .72; }
.lp-pricing-card.is-highlighted .lp-pricing-features-more { color: #fff; }
.lp-pricing-info { display: inline-grid; width: 16px; height: 16px; margin-top: 1px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; }
.lp-pricing-extra-price { white-space: nowrap; }
.lp-pricing-button { display: flex; width: 100%; min-height: 46px; padding: 11px 20px; align-items: center; justify-content: center; border: 1px solid var(--lp-pricing-card-color); border-radius: 999px; background: var(--lp-pricing-card-color); color: var(--lp-pricing-card-background); font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; transition: opacity .18s ease, transform .18s ease; }
.lp-pricing-button:hover { opacity: .86; transform: translateY(-1px); }
.lp-pricing-card.is-highlighted .lp-pricing-button { border-color: #fff; background: #fff; color: var(--lp-pricing-highlight); }

@media (max-width: 720px) {
	.lp-pricing-grid { gap: 20px; }
	.lp-pricing-card, .lp-pricing-card.is-highlighted { min-height: 0; margin-top: 0; margin-bottom: 0; padding: 26px 22px; }
	.lp-pricing-card-header.has-badge { column-gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	.lp-pricing-card, .lp-pricing-button, .lp-pricing-interval { transition: none; }
}

/* Icon List */
.mjlp .element.type-icon-list.lp-icon-list { display: block; width: 100%; max-width: 100%; box-sizing: border-box; }
.mjlp .lp-icon-list, .mjlp .lp-icon-list * { box-sizing: border-box; }
.mjlp .lp-icon-list-items { display: flex; flex-direction: column; width: 100%; gap: var(--lp-icon-list-gap, 22px); }
.mjlp .lp-icon-list-item { display: grid; grid-template-columns: 56px minmax(0, 1fr) 24px; column-gap: 16px; align-items: center; width: 100%; min-width: 0; color: inherit; text-decoration: none; }
.mjlp a.lp-icon-list-item, .mjlp a.lp-icon-list-item:hover, .mjlp a.lp-icon-list-item:focus, .mjlp a.lp-icon-list-item:active { color: inherit; text-decoration: none; }
.mjlp .lp-icon-list-icon { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; min-width: 56px; }
.mjlp .lp-icon-list-icon img { display: block; width: 100%; height: 100%; max-width: 56px; max-height: 56px; object-fit: contain; }
.mjlp .lp-icon-list-fallback-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: var(--lp-icon-list-caret-hover, #267fd3); }
.mjlp .lp-icon-list-fallback-icon svg, .mjlp .lp-icon-list-caret svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.mjlp .lp-icon-list-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; text-align: left; }
.mjlp .lp-icon-list-title { display: block; width: 100%; font-family: var(--lp-icon-list-title-font, Verdana); font-size: var(--lp-icon-list-title-size, 22px); font-weight: 500; line-height: 1.2; color: var(--lp-icon-list-title-color, #171717); }
.mjlp .lp-icon-list-description { display: block; width: 100%; margin-top: 4px; font-family: var(--lp-icon-list-description-font, Verdana); font-size: var(--lp-icon-list-description-size, 14px); font-weight: 400; line-height: 1.45; color: var(--lp-icon-list-description-color, #4b4b4b); white-space: pre-line; }
.mjlp .lp-icon-list-caret { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; color: #8a8a8a; transform: translateX(0); transition: transform 180ms ease, color 180ms ease; }
.mjlp .lp-icon-list-item.is-linked:hover .lp-icon-list-caret, .mjlp .lp-icon-list-item.is-linked:focus-visible .lp-icon-list-caret { color: var(--lp-icon-list-caret-hover, #267fd3); transform: translateX(10px); }
@media (max-width: 480px) {
	.mjlp .lp-icon-list-item { grid-template-columns: 48px minmax(0, 1fr) 20px; column-gap: 12px; }
	.mjlp .lp-icon-list-icon { width: 48px; height: 48px; min-width: 48px; }
	.mjlp .lp-icon-list-icon img { max-width: 48px; max-height: 48px; }
}

/* FAQ */
.mjlp .element.type-faq.lp-faq { display: block; width: 100%; max-width: 100%; box-sizing: border-box; }
.mjlp .lp-faq, .mjlp .lp-faq * { box-sizing: border-box; }
.mjlp .lp-faq-items { width: 100%; }
.mjlp .lp-faq-item { width: 100%; border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent); }
.mjlp .lp-faq-summary { display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 20px; align-items: center; width: 100%; padding: 28px 0; cursor: pointer; }
.mjlp .lp-faq-summary:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.mjlp .lp-faq-title { min-width: 0; font-family: var(--lp-faq-title-font, Verdana); font-size: var(--lp-faq-title-size, 22px); font-weight: 650; line-height: 1.3; color: var(--lp-faq-title-color, #171717); }
.mjlp .lp-faq-title > :first-child, .mjlp .lp-faq-description > :first-child { margin-top: 0; }
.mjlp .lp-faq-title > :last-child, .mjlp .lp-faq-description > :last-child { margin-bottom: 0; }
.mjlp .lp-faq-title a, .mjlp .lp-faq-description a { color: inherit; text-decoration: underline; text-underline-offset: .16em; }
.mjlp .lp-faq-caret { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; color: var(--lp-faq-title-color, #171717); transform: rotate(0deg); transition: transform 280ms ease; }
.mjlp .lp-faq-caret svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mjlp .lp-faq-item.is-expanded .lp-faq-caret { transform: rotate(180deg); }
.mjlp .lp-faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 320ms ease, opacity 240ms ease; }
.mjlp .lp-faq-answer-inner { min-height: 0; overflow: hidden; visibility: hidden; transition: visibility 0s linear 320ms; }
.mjlp .lp-faq-item.is-expanded .lp-faq-answer { grid-template-rows: 1fr; opacity: 1; }
.mjlp .lp-faq-item.is-expanded .lp-faq-answer-inner { visibility: visible; transition-delay: 0s; }
.mjlp .lp-faq-description { padding: 0 44px 30px 0; font-family: var(--lp-faq-description-font, Verdana); font-size: var(--lp-faq-description-size, 16px); font-weight: 400; line-height: 1.55; color: var(--lp-faq-description-color, #555555); overflow-wrap: anywhere; }
@media (max-width: 600px) {
	.mjlp .lp-faq-summary { gap: 14px; padding: 22px 0; }
	.mjlp .lp-faq-description { padding-right: 0; padding-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
	.mjlp .lp-faq-caret, .mjlp .lp-faq-answer, .mjlp .lp-faq-answer-inner { transition: none; }
}
