@font-face {
	font-display: swap;
	font-family: "Lab Grotesque";
	font-style: normal;
	font-weight: 100;
	src: url("../fonts/LabGrotesque-Thin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Lab Grotesque";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/LabGrotesque-Light.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Lab Grotesque";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/LabGrotesque-Regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Lab Grotesque";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/LabGrotesque-Medium.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Lab Grotesque";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/LabGrotesque-Bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Lab Grotesque";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/LabGrotesque-Black.woff2") format("woff2");
}

:root {
	--lelo-ink: #080808;
	--lelo-paper: #f5f2ed;
	--lelo-white: #fff;
	--lelo-signal: #d73935;
	--lelo-muted: #77736f;
	--lelo-line: rgba(8, 8, 8, 0.18);
	--lelo-gutter: clamp(20px, 3.4vw, 64px);
	--lelo-section: clamp(72px, 9vw, 144px);
	--lelo-display: "Lab Grotesque", "Helvetica Neue", Arial, sans-serif;
	--lelo-body: "Lab Grotesque", "Helvetica Neue", Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--lelo-paper);
	color: var(--lelo-ink);
	font-family: var(--lelo-body);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

body,
body * {
	box-sizing: border-box;
}

body a {
	color: inherit;
}

body img {
	display: block;
	max-width: 100%;
}

body button,
body input,
body select,
body textarea {
	font: inherit;
}

body :focus-visible {
	outline: 3px solid var(--lelo-signal);
	outline-offset: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.elementor-location-header,
.elementor-location-footer,
.elementor-page .site-main,
.elementor-page .page-content,
.elementor-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

/* Elementor defaults containers to a boxed inner wrapper. Our named local
 * sections own their full-width layout, so expose their widgets to that grid
 * or flex context while retaining every widget as an Elementor control. */
.e-con-boxed[class*="lelo-"] > .e-con-inner {
	display: contents;
}

/* Global header */
.lelo-announcement {
	align-items: center;
	background: var(--lelo-ink);
	color: var(--lelo-white);
	display: flex;
	justify-content: center;
	min-height: 34px;
	padding: 7px var(--lelo-gutter);
	text-align: center;
}

.lelo-announcement p {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.lelo-header-shell {
	align-items: center;
	background: rgba(245, 242, 237, 0.97);
	border-bottom: 1px solid var(--lelo-line);
	display: grid;
	grid-template-columns: minmax(92px, 0.65fr) minmax(420px, 2fr) minmax(250px, 0.9fr);
	min-height: 78px;
	padding: 0 var(--lelo-gutter);
	position: relative;
	z-index: 100;
}

.lelo-header-shell > .e-con-inner,
.lelo-header-shell.e-con {
	max-width: none;
}

.lelo-header-shell .elementor-widget-shortcode,
.lelo-header-shell .elementor-widget-shortcode .elementor-widget-container {
	min-width: 0;
}

.lelo-brand {
	display: inline-block;
	font-family: var(--lelo-display);
	font-size: 34px;
	font-stretch: condensed;
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 1;
	text-decoration: none;
}

.lelo-brand__image {
	height: auto;
	max-height: 44px;
	width: auto;
}

.lelo-desktop-nav,
.lelo-menu {
	width: 100%;
}

.lelo-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lelo-menu--desktop {
	align-items: center;
	display: flex;
	gap: clamp(18px, 2.1vw, 42px);
	justify-content: center;
}

.lelo-menu--desktop > li {
	position: relative;
}

.lelo-menu--desktop a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 29px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.lelo-menu--desktop .sub-menu {
	background: var(--lelo-paper);
	border: 1px solid var(--lelo-line);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
	left: -24px;
	list-style: none;
	margin: 0;
	min-width: 220px;
	opacity: 0;
	padding: 12px 24px;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 2px);
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
	visibility: hidden;
	z-index: 20;
}

.lelo-menu--desktop .sub-menu a {
	border-bottom: 1px solid var(--lelo-line);
	padding: 13px 0;
	white-space: nowrap;
}

.lelo-menu--desktop .sub-menu li:last-child a {
	border-bottom: 0;
}

.lelo-menu--desktop li:hover > .sub-menu,
.lelo-menu--desktop li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.lelo-header-actions {
	align-items: center;
	display: flex;
	gap: clamp(14px, 1.7vw, 28px);
	justify-content: flex-end;
}

.lelo-action-link {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.lelo-cart-count {
	align-items: center;
	background: var(--lelo-ink);
	border-radius: 50%;
	color: var(--lelo-white);
	display: inline-flex;
	font-size: 9px;
	height: 20px;
	justify-content: center;
	margin-left: 4px;
	width: 20px;
}

.lelo-menu-toggle,
.lelo-mobile-menu {
	display: none !important;
}

.lelo-menu-toggle {
	border: 0 !important;
	border-radius: 0 !important;
}

/* Typography and shared modules */
.lelo-kicker,
.lelo-kicker p {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.lelo-display,
.lelo-display .elementor-heading-title,
.lelo-section-title,
.lelo-section-title .elementor-heading-title {
	font-family: var(--lelo-display);
	font-stretch: condensed;
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.92;
	text-transform: uppercase;
}

.lelo-display .elementor-heading-title,
.lelo-display {
	font-size: clamp(58px, 8.6vw, 152px);
	max-width: 12ch;
}

.lelo-display strong {
	color: #e6a9a4;
	font-weight: inherit;
}

.lelo-section-title,
.lelo-section-title .elementor-heading-title {
	font-size: clamp(46px, 6.6vw, 112px);
	max-width: 12ch;
}

.lelo-section-title--small,
.lelo-section-title--small .elementor-heading-title {
	font-size: clamp(42px, 4.8vw, 78px);
}

.lelo-lead {
	font-size: clamp(20px, 2.1vw, 34px);
	line-height: 1.28;
	max-width: 32ch;
}

.lelo-button--dark .elementor-button,
.lelo-button--light .elementor-button,
.lelo-button--text .elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.shopengine-widget .shopengine-add-to-cart a,
.shopengine-widget .shopengine-add-to-cart button {
	border: 1px solid var(--lelo-ink);
	border-radius: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 18px 28px;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease;
}

.lelo-button--dark .elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--lelo-ink);
	color: var(--lelo-white);
}

.lelo-button--dark .elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--lelo-signal);
	border-color: var(--lelo-signal);
	color: var(--lelo-white);
}

.lelo-button--light .elementor-button {
	background: var(--lelo-white);
	border-color: var(--lelo-white);
	color: var(--lelo-ink);
}

.lelo-button--text .elementor-button {
	background: transparent;
	border-width: 0 0 1px;
	padding: 10px 0;
}

/* Home */
.lelo-hero {
	justify-content: flex-end;
	min-height: min(820px, calc(100svh - 112px));
	overflow: hidden;
	padding: var(--lelo-section) var(--lelo-gutter) clamp(56px, 7vw, 104px);
	position: relative;
}

.lelo-hero::before,
.lelo-hero::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.lelo-hero--home {
	background:
		radial-gradient(circle at 76% 38%, rgba(235, 168, 164, 0.92) 0, rgba(235, 168, 164, 0.25) 21%, transparent 47%),
		linear-gradient(118deg, #080808 0 48%, #272024 48% 68%, #99807e 68% 100%);
	color: var(--lelo-white);
}

.lelo-hero--home::before {
	background: linear-gradient(145deg, #efe4df, #a45659 58%, #3b171b);
	border-radius: 52% 48% 40% 60%;
	box-shadow: -28px 42px 90px rgba(0, 0, 0, 0.34);
	height: 62%;
	right: 6%;
	top: 15%;
	transform: rotate(-18deg);
	width: 26%;
}

.lelo-hero--home::after {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	filter: blur(24px);
	height: 16%;
	right: 13%;
	top: 25%;
	transform: rotate(-18deg);
	width: 6%;
}

.lelo-hero > * {
	position: relative;
	z-index: 1;
}

.lelo-hero-copy {
	font-size: clamp(16px, 1.35vw, 22px);
	max-width: 34ch;
}

.lelo-hero--inner {
	background: linear-gradient(135deg, #d8c3be, #927d7b 48%, #171313);
	color: var(--lelo-white);
	min-height: 530px;
}

.lelo-trust-strip {
	align-items: stretch;
	background: var(--lelo-ink);
	color: var(--lelo-white);
	display: grid;
	grid-template-columns: repeat(8, minmax(145px, 1fr));
	overflow-x: auto;
	padding: 0 var(--lelo-gutter);
	scroll-snap-type: x mandatory;
}

.lelo-trust-item {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	min-height: 150px;
	padding: 32px 24px;
	scroll-snap-align: start;
}

.lelo-trust-item:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.lelo-trust-item h3 {
	font-family: var(--lelo-display);
	font-size: 24px;
	letter-spacing: -0.03em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.lelo-trust-item p {
	font-size: 12px;
	margin: 0;
}

.lelo-statement,
.lelo-section,
.lelo-finder,
.lelo-prose-section,
.lelo-faq-section,
.lelo-policy-body,
.lelo-contact-layout {
	padding: var(--lelo-section) var(--lelo-gutter);
}

.lelo-statement {
	align-items: flex-start;
	background: #d8c9db;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(120px, 0.7fr) minmax(380px, 2.2fr) minmax(280px, 1fr);
}

.lelo-section--paper {
	background: var(--lelo-paper);
}

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

.lelo-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(36px, 5vw, 72px);
}

.lelo-category-card {
	border: 1px solid var(--lelo-line);
	min-height: clamp(330px, 36vw, 590px);
	overflow: hidden;
	position: relative;
}

.lelo-category-card + .lelo-category-card {
	border-left: 0;
}

.lelo-category-card::before {
	background: linear-gradient(145deg, #e8d4cf, #a96e70 48%, #23181b);
	border-radius: 48% 48% 42% 55%;
	content: "";
	height: 56%;
	left: 23%;
	position: absolute;
	top: 17%;
	transform: rotate(23deg);
	transition: transform 420ms ease;
	width: 54%;
}

.lelo-category-card--2::before {
	background: linear-gradient(145deg, #e6decf, #8c806d 56%, #27231d);
	transform: rotate(-14deg);
}

.lelo-category-card--3::before {
	background: linear-gradient(145deg, #d9cadc, #826184 56%, #221724);
	transform: rotate(9deg);
}

.lelo-category-card--4::before {
	background: linear-gradient(145deg, #d5d8d0, #667569 56%, #152119);
	transform: rotate(-24deg);
}

.lelo-category-card:hover::before {
	transform: rotate(0) scale(1.06);
}

.lelo-category-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 24px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.lelo-category-card h3 {
	align-self: center;
	font-family: var(--lelo-display);
	font-size: clamp(30px, 3.2vw, 54px);
	letter-spacing: -0.05em;
	margin: auto 0;
	text-transform: uppercase;
}

.lelo-category-index,
.lelo-discover {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lelo-split-feature {
	background: #d6c7bc;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	min-height: 700px;
}

.lelo-split-feature__media {
	background: linear-gradient(145deg, #d7b9ae, #894c53 55%, #211519);
	min-height: 700px;
	overflow: hidden;
}

.lelo-split-feature__media .elementor-widget-image,
.lelo-split-feature__media .elementor-widget-container,
.lelo-split-feature__media img {
	height: 100%;
	width: 100%;
}

.lelo-split-feature__media img {
	filter: saturate(0.58) contrast(1.08);
	object-fit: cover;
	opacity: 0.44;
}

.lelo-split-feature__content {
	justify-content: center;
	padding: clamp(48px, 7vw, 116px);
}

.lelo-products-section .products {
	display: grid !important;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 52px 0 0 !important;
}

.lelo-products-section .products::before,
.lelo-products-section .products::after {
	display: none !important;
}

.lelo-products-section .products .product,
.woocommerce ul.products li.product {
	background: var(--lelo-paper);
	color: var(--lelo-ink);
	float: none !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 20px 20px 26px;
	width: auto !important;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1.18;
	background: #e4dfd8;
	margin: 0 0 24px;
	object-fit: cover;
	transition: transform 300ms ease;
}

.woocommerce ul.products li.product:hover a img {
	transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--lelo-display);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.035em;
	padding: 0;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
	color: var(--lelo-ink);
	font-size: 13px;
	margin: 6px 0 16px;
}

.woocommerce span.onsale {
	background: var(--lelo-signal);
	border-radius: 0;
	font-size: 10px;
	letter-spacing: 0.1em;
	min-height: auto;
	padding: 7px 11px;
	text-transform: uppercase;
}

.lelo-finder {
	background: #e4a8a2;
	min-height: 520px;
	padding-left: max(var(--lelo-gutter), 17vw);
}

.lelo-finder .elementor-widget-text-editor {
	max-width: 48ch;
}

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

.lelo-campaign-card {
	background: #d9d0c9;
	border-right: 1px solid var(--lelo-line);
	min-height: 650px;
	padding: clamp(22px, 3vw, 46px);
}

.lelo-campaign-card:nth-child(2) {
	background: #ceb9cd;
}

.lelo-campaign-card:nth-child(3) {
	background: #b4c0b7;
}

.lelo-campaign-card__image img {
	aspect-ratio: 0.95 / 1;
	filter: saturate(0.55);
	margin-bottom: 28px;
	object-fit: cover;
}

.lelo-campaign-card h3 {
	font-family: var(--lelo-display);
	font-size: clamp(30px, 3vw, 48px);
	letter-spacing: -0.04em;
	margin: 10px 0;
	text-transform: uppercase;
}

.lelo-post-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 50px 0;
}

.lelo-post-card {
	background: var(--lelo-white);
	border: 1px solid var(--lelo-line);
}

.lelo-post-card__media {
	display: block;
	overflow: hidden;
}

.lelo-post-card__media img {
	aspect-ratio: 1.35 / 1;
	filter: saturate(0.55);
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.lelo-post-card:hover .lelo-post-card__media img {
	transform: scale(1.03);
}

.lelo-post-card__body {
	padding: clamp(24px, 3vw, 42px);
}

.lelo-post-card h3 {
	font-family: var(--lelo-display);
	font-size: clamp(26px, 2.4vw, 38px);
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 18px 0;
	text-transform: uppercase;
}

.lelo-post-card h3 a,
.lelo-text-link {
	text-decoration: none;
}

.lelo-text-link {
	border-bottom: 1px solid;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* Inner pages */
.lelo-prose-section {
	align-items: start;
	display: grid;
	gap: clamp(32px, 6vw, 110px);
	grid-template-columns: 0.85fr 1.15fr;
}

.lelo-prose-section .elementor-widget-text-editor {
	font-size: clamp(18px, 1.6vw, 26px);
	max-width: 42ch;
}

.lelo-timeline {
	background: var(--lelo-ink);
	color: var(--lelo-white);
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0 var(--lelo-gutter);
}

.lelo-timeline-item {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	min-height: 370px;
	padding: 42px 28px;
}

.lelo-timeline-item:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.lelo-timeline-item h3 {
	font-family: var(--lelo-display);
	font-size: 28px;
	letter-spacing: -0.035em;
	margin: auto 0 18px;
	text-transform: uppercase;
}

.lelo-metrics {
	background: #ddd1c8;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: var(--lelo-section) var(--lelo-gutter);
}

.lelo-metrics > * {
	border-right: 1px solid var(--lelo-line);
	padding: 20px clamp(20px, 4vw, 72px);
	text-align: center;
}

.lelo-metrics > *:last-child {
	border-right: 0;
}

.lelo-metrics h3 {
	font-family: var(--lelo-display);
	font-size: clamp(50px, 6vw, 96px);
	letter-spacing: -0.06em;
	margin: 0;
}

.lelo-cta-band {
	align-items: center;
	background: var(--lelo-signal);
	color: var(--lelo-white);
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr auto;
	padding: clamp(48px, 6vw, 92px) var(--lelo-gutter);
}

.lelo-contact-layout {
	align-items: start;
	display: grid;
	gap: clamp(48px, 8vw, 140px);
	grid-template-columns: minmax(260px, 0.75fr) minmax(460px, 1.25fr);
}

.lelo-contact-details h3 {
	font-family: var(--lelo-display);
	font-size: 26px;
	letter-spacing: -0.03em;
	margin: 38px 0 8px;
	text-transform: uppercase;
}

.lelo-form-shell {
	background: var(--lelo-white);
	padding: clamp(28px, 4vw, 62px);
}

.lelo-form-grid {
	display: grid;
	gap: 28px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lelo-form-grid__wide {
	grid-column: 1 / -1;
}

.wpcf7 label {
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wpcf7 select,
.wpcf7 textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--lelo-ink);
	border-radius: 0;
	color: var(--lelo-ink);
	min-height: 50px;
	padding: 12px 2px;
	width: 100%;
}

.wpcf7 textarea {
	min-height: 150px;
	resize: vertical;
}

.wpcf7 input[type="submit"] {
	background: var(--lelo-ink);
	border: 1px solid var(--lelo-ink);
	border-radius: 0;
	color: var(--lelo-white);
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 18px 28px;
	text-transform: uppercase;
}

.lelo-consent {
	font-size: 10px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.5;
	text-transform: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-size: 12px;
}

.lelo-faq-section {
	background: var(--lelo-paper);
}

.lelo-faq-section .elementor-accordion {
	border-top: 1px solid var(--lelo-line);
	margin: 42px auto 0;
	max-width: 980px;
}

.lelo-faq-section .elementor-accordion-item,
.lelo-faq-section .elementor-tab-title,
.lelo-faq-section .elementor-tab-content {
	border-color: var(--lelo-line) !important;
}

.lelo-faq-section .elementor-tab-title {
	font-family: var(--lelo-display);
	font-size: clamp(20px, 2vw, 29px);
	font-weight: 800;
	letter-spacing: -0.025em;
	padding: 24px 4px;
	text-transform: uppercase;
}

.lelo-faq-section .elementor-tab-content {
	padding: 0 4px 28px;
}

.lelo-policy-hero {
	background: var(--lelo-ink);
	color: var(--lelo-white);
	justify-content: flex-end;
	min-height: 400px;
	padding: var(--lelo-section) var(--lelo-gutter) 52px;
}

.lelo-policy-body {
	background: var(--lelo-paper);
}

.lelo-policy-body .elementor-widget-text-editor {
	font-size: 18px;
	margin: 0 auto;
	max-width: 760px;
}

.lelo-policy-body h2 {
	font-family: var(--lelo-display);
	font-size: clamp(32px, 4vw, 58px);
	letter-spacing: -0.04em;
	margin: 62px 0 20px;
	text-transform: uppercase;
}

/* Footer */
.lelo-footer-shell {
	background: var(--lelo-ink);
	color: var(--lelo-white);
	padding: clamp(64px, 8vw, 122px) var(--lelo-gutter) 28px;
}

.lelo-footer-newsletter {
	align-items: end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 58px;
}

.lelo-footer-newsletter h2 {
	font-family: var(--lelo-display);
	font-size: clamp(42px, 6vw, 94px);
	letter-spacing: -0.055em;
	line-height: 0.92;
	margin: 0;
	text-transform: uppercase;
}

.lelo-newsletter-form {
	align-items: end;
	display: grid;
	grid-template-columns: 1fr auto;
}

.lelo-newsletter-form input[type="email"] {
	border-bottom-color: rgba(255, 255, 255, 0.62) !important;
	color: var(--lelo-white) !important;
}

.lelo-newsletter-form input[type="submit"] {
	background: var(--lelo-white);
	border-color: var(--lelo-white);
	color: var(--lelo-ink);
}

.lelo-footer-grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	padding: 64px 0 72px;
}

.lelo-footer-column h3 {
	font-size: 11px;
	letter-spacing: 0.14em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.lelo-footer-link {
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 2.1;
	text-decoration: none;
}

.lelo-footer-link:hover {
	color: var(--lelo-white);
}

.lelo-footer-legal {
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	font-size: 10px;
	gap: 28px;
	justify-content: space-between;
	letter-spacing: 0.08em;
	padding-top: 24px;
	text-transform: uppercase;
}

/* Store pages and compatibility */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-shop main,
.tax-product_cat main,
.single-product main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: var(--lelo-gutter);
	padding-right: var(--lelo-gutter);
}

.woocommerce-shop main,
.tax-product_cat main,
.single-product main,
.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	padding-bottom: var(--lelo-section);
	padding-top: clamp(50px, 7vw, 100px);
}

.woocommerce .woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-account h2,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.shopengine-widget h1,
.shopengine-widget h2 {
	font-family: var(--lelo-display);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.95;
	text-transform: uppercase;
}

.woocommerce .woocommerce-products-header__title,
.woocommerce div.product .product_title {
	font-size: clamp(48px, 6vw, 94px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 80px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--lelo-ink);
	font-size: 18px;
}

.single-product .single_add_to_cart_button,
.shopengine-widget .single_add_to_cart_button {
	background: var(--lelo-ink) !important;
	border: 1px solid var(--lelo-ink) !important;
	border-radius: 0 !important;
	color: var(--lelo-white) !important;
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-checkout #payment {
	background: var(--lelo-white);
	border: 1px solid var(--lelo-line);
	border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: var(--lelo-line);
	padding: 18px;
}

.woocommerce-checkout #payment div.payment_box {
	background: var(--lelo-paper);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--lelo-paper);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--lelo-white);
	border-color: var(--lelo-ink);
	border-top-width: 2px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border-color: var(--lelo-line);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-height: 42px;
	min-width: 42px;
	padding: 12px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--lelo-ink);
	color: var(--lelo-white);
}

/* CookieYes */
.cky-consent-container .cky-consent-bar,
.cky-modal {
	border-radius: 0 !important;
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2) !important;
	font-family: var(--lelo-body) !important;
}

.cky-modal.cky-modal-open,
.cky-overlay:not(.cky-hide) ~ .cky-modal {
	animation: none !important;
	display: flex !important;
	left: 50% !important;
	max-height: calc(100vh - 40px) !important;
	opacity: 1 !important;
	overflow: auto !important;
	position: fixed !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	transition: none !important;
	visibility: visible !important;
	width: min(845px, calc(100vw - 40px)) !important;
}

.cky-btn {
	border-radius: 0 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.09em !important;
	text-transform: uppercase !important;
}

@media (max-width: 1199px) {
	.lelo-header-shell {
		grid-template-columns: 110px minmax(360px, 1fr) 220px;
	}

	.lelo-menu--desktop {
		gap: 18px;
	}

	.lelo-action-link:first-child {
		display: none;
	}

	.lelo-trust-strip {
		grid-template-columns: repeat(8, minmax(170px, 1fr));
	}

	.lelo-category-grid,
	.lelo-products-section .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lelo-category-card:nth-child(3) {
		border-left: 1px solid var(--lelo-line);
	}

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

@media (max-width: 767px) {
	:root {
		--lelo-gutter: 20px;
		--lelo-section: 72px;
	}

	html {
		scroll-behavior: auto;
	}

	.lelo-announcement {
		min-height: 31px;
		padding: 6px 14px;
	}

	.lelo-announcement p {
		font-size: 9px;
		letter-spacing: 0.1em;
	}

	.lelo-header-shell {
		display: grid;
		grid-template-columns: auto 1fr auto;
		min-height: 64px;
		padding: 0 20px;
	}

	.lelo-header-logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	.lelo-brand {
		font-size: 29px;
	}

	.lelo-header-menu {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}

	.lelo-header-actions-owner {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.lelo-desktop-nav,
	.lelo-header-actions .lelo-action-link:not(:last-child) {
		display: none;
	}

	.lelo-menu-toggle {
		align-items: stretch;
		background: transparent;
		border: 0;
		cursor: pointer;
		display: flex !important;
		flex-direction: column;
		gap: 5px;
		padding: 10px 8px 10px 0;
		width: 34px;
	}

	.lelo-menu-toggle > span:not(.screen-reader-text) {
		background: var(--lelo-ink);
		display: block;
		height: 1px;
		width: 23px;
	}

	.lelo-mobile-menu {
		background: var(--lelo-paper);
		border-top: 1px solid var(--lelo-line);
		display: block !important;
		left: -20px;
		max-height: calc(100svh - 95px);
		overflow-y: auto;
		padding: 24px 20px 48px;
		position: absolute;
		top: 53px;
		width: 100vw;
		z-index: 120;
	}

	.lelo-mobile-menu[hidden] {
		display: none !important;
	}

	.lelo-menu--mobile a {
		border-bottom: 1px solid var(--lelo-line);
		display: block;
		font-family: var(--lelo-display);
		font-size: 31px;
		font-weight: 800;
		letter-spacing: -0.04em;
		padding: 16px 2px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.lelo-menu--mobile .sub-menu {
		list-style: none;
		margin: 0 0 8px;
		padding: 0 0 0 18px;
	}

	.lelo-menu--mobile .sub-menu a {
		font-family: var(--lelo-body);
		font-size: 12px;
		letter-spacing: 0.08em;
		padding: 12px 2px;
	}

	.lelo-cart-count {
		height: 18px;
		width: 18px;
	}

	.lelo-hero {
		min-height: 650px;
		padding-bottom: 50px;
	}

	.lelo-hero--home {
		background: linear-gradient(155deg, #080808 0 44%, #3a282e 44% 68%, #a98e8b 68% 100%);
	}

	.lelo-hero--home::before {
		height: 40%;
		right: 12%;
		top: 14%;
		width: 40%;
	}

	.lelo-display,
	.lelo-display .elementor-heading-title {
		font-size: clamp(52px, 16vw, 72px);
		max-width: 9ch;
	}

	.lelo-section-title,
	.lelo-section-title .elementor-heading-title,
	.lelo-section-title--small,
	.lelo-section-title--small .elementor-heading-title {
		font-size: clamp(42px, 13vw, 62px);
	}

	.lelo-trust-strip {
		grid-template-columns: repeat(8, 72vw);
		padding: 0 20px;
	}

	.lelo-trust-item {
		min-height: 135px;
		padding: 27px 20px;
	}

	.lelo-statement,
	.lelo-prose-section,
	.lelo-contact-layout {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.lelo-category-grid {
		grid-template-columns: 1fr;
	}

	.lelo-category-card,
	.lelo-category-card:nth-child(3),
	.lelo-category-card + .lelo-category-card {
		border-left: 1px solid var(--lelo-line);
		border-top: 0;
		min-height: 420px;
	}

	.lelo-category-card:first-child {
		border-top: 1px solid var(--lelo-line);
	}

	.lelo-split-feature {
		display: flex;
		flex-direction: column;
		min-height: auto;
	}

	.lelo-split-feature__media {
		min-height: 430px;
	}

	.lelo-split-feature__content {
		padding: 64px 20px;
	}

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

	.lelo-products-section .products .product,
	.woocommerce ul.products li.product {
		padding: 10px 10px 20px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
	}

	.woocommerce ul.products li.product .button {
		font-size: 9px;
		padding: 14px 10px;
	}

	.lelo-finder {
		min-height: 470px;
		padding-left: 20px;
	}

	.lelo-campaign-grid,
	.lelo-post-grid,
	.lelo-metrics,
	.lelo-footer-newsletter,
	.lelo-footer-grid,
	.lelo-cta-band {
		display: flex;
		flex-direction: column;
	}

	.lelo-campaign-card {
		border-bottom: 1px solid var(--lelo-line);
		border-right: 0;
		min-height: auto;
		padding: 44px 20px;
	}

	.lelo-post-grid {
		gap: 20px;
	}

	.lelo-timeline {
		display: flex;
		overflow-x: auto;
		padding: 0 20px;
		scroll-snap-type: x mandatory;
	}

	.lelo-timeline-item {
		flex: 0 0 78vw;
		min-height: 330px;
		scroll-snap-align: start;
	}

	.lelo-metrics > * {
		border-bottom: 1px solid var(--lelo-line);
		border-right: 0;
		padding: 38px 20px;
	}

	.lelo-cta-band {
		align-items: flex-start;
	}

	.lelo-form-grid {
		grid-template-columns: 1fr;
	}

	.lelo-form-grid__wide {
		grid-column: auto;
	}

	.lelo-footer-newsletter {
		align-items: stretch;
		gap: 30px;
	}

	.lelo-footer-grid {
		gap: 34px;
		padding: 48px 0;
	}

	.lelo-footer-legal {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		float: none;
	}

	.woocommerce .woocommerce-ordering select {
		max-width: 100%;
		width: 100%;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		float: none;
		width: 100%;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		padding-left: 44%;
	}
}

@media (max-width: 389px) {
	.lelo-products-section .products {
		grid-template-columns: 1fr;
	}

	.lelo-newsletter-form {
		align-items: stretch;
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.lelo-header-shell {
		padding-left: 14px;
		padding-right: 14px;
	}

	.lelo-mobile-menu {
		left: -14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
