:root {
	--yloria-cream: #f7efeb;
	--yloria-blush: #e8b8bc;
	--yloria-coral: #ec5264;
	--yloria-berry: #8e3349;
	--yloria-gold: #b3945d;
	--yloria-dark: #2c2224;
	--yloria-white: #fffdfc;
	--yloria-border: rgba(44, 34, 36, 0.15);
	--yloria-soft-shadow: 0 24px 65px rgba(91, 52, 61, 0.12);
	--yloria-header-height: 88px;
	--yloria-announcement-height: 32px;
}

.yloria-page-shell,
.elementor-widget-yloria-header,
.elementor-widget-yloria-hero,
.elementor-widget-yloria-products,
.elementor-widget-yloria-editorial,
.elementor-widget-yloria-story,
.elementor-widget-yloria-footer {
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	color: var(--yloria-dark);
}

.yloria-page-shell *,
.yloria-page-shell *::before,
.yloria-page-shell *::after,
.elementor-widget-yloria-header *,
.elementor-widget-yloria-hero *,
.elementor-widget-yloria-products *,
.elementor-widget-yloria-editorial *,
.elementor-widget-yloria-story *,
.elementor-widget-yloria-footer * {
	box-sizing: border-box;
}

.yloria-page-shell {
	margin: 0;
	background: var(--yloria-cream);
	overflow: clip;
}

.yloria-page-shell a,
.elementor-widget-yloria-header a,
.elementor-widget-yloria-hero a,
.elementor-widget-yloria-products a,
.elementor-widget-yloria-editorial a,
.elementor-widget-yloria-story a,
.elementor-widget-yloria-footer a {
	color: inherit;
	text-decoration: none;
}

.yloria-eyebrow {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.yloria-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 27px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.yloria-button:hover,
.yloria-button:focus-visible {
	transform: translateY(-2px);
}

.yloria-button-dark {
	background: var(--yloria-dark);
	color: var(--yloria-white) !important;
}

.yloria-button-dark:hover,
.yloria-button-dark:focus-visible {
	background: var(--yloria-berry);
}

.yloria-button-outline {
	border-color: var(--yloria-dark);
	background: transparent;
	color: var(--yloria-dark) !important;
}

.yloria-button-outline:hover,
.yloria-button-outline:focus-visible {
	background: var(--yloria-dark);
	color: var(--yloria-white) !important;
}

/* Header */
.yloria-site-header {
	position: relative;
	z-index: 1000;
	width: 100%;
	color: var(--yloria-dark);
	transition: background-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.yloria-site-header.is-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.yloria-announcement {
	height: var(--yloria-announcement-height);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background: var(--yloria-berry);
	color: var(--yloria-white);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.yloria-nav-wrap {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: var(--yloria-header-height);
	padding: 0 clamp(22px, 4vw, 64px);
	border-bottom: 1px solid rgba(91, 49, 58, 0.09);
	background: linear-gradient(180deg, rgba(247, 239, 235, 0.94), rgba(247, 239, 235, 0.82));
	box-shadow: 0 7px 26px rgba(91, 49, 58, 0.035);
	backdrop-filter: blur(14px) saturate(115%);
	-webkit-backdrop-filter: blur(14px) saturate(115%);
	transition: min-height 220ms ease, background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.yloria-site-header.is-scrolled .yloria-nav-wrap,
body.yloria-is-scrolled .yloria-site-header .yloria-nav-wrap {
	min-height: 74px;
	background: rgba(247, 239, 235, 0.97);
	box-shadow: 0 9px 28px rgba(68, 41, 47, 0.09);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.yloria-menu-list,
.yloria-mobile-menu-list {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yloria-menu-list a {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.yloria-menu-list a::after {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.yloria-menu-list a:hover::after,
.yloria-menu-list a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.yloria-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	min-width: 132px;
	height: calc(var(--yloria-header-height) - 10px);
	padding: 4px 10px;
	line-height: 0;
	overflow: visible;
}

.yloria-brand img {
	display: block;
	width: auto;
	height: 62px;
	max-width: 148px;
	max-height: none;
	object-fit: contain;
	object-position: center;
	overflow: visible;
}

.yloria-brand-fallback,
.yloria-footer-wordmark {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.yloria-brand-fallback > span,
.yloria-footer-wordmark > span {
	font-family: "Baskerville", "Palatino Linotype", Georgia, serif;
	font-size: 29px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.yloria-brand-fallback small,
.yloria-footer-wordmark small {
	margin-top: 3px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.38em;
}

.yloria-nav-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.yloria-icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
}

.yloria-icon-link svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

.yloria-cart-count {
	position: absolute;
	top: -1px;
	right: -3px;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--yloria-dark);
	color: var(--yloria-white);
	font-size: 9px;
	font-weight: 700;
}

.yloria-menu-toggle,
.yloria-mobile-menu {
	display: none;
}

/* Hero */
.yloria-hero {
	position: relative;
	min-height: min(920px, 96svh);
	display: flex;
	align-items: stretch;
	isolation: isolate;
	overflow: hidden;
	background: var(--yloria-blush);
}

.yloria-hero-media,
.yloria-hero-media img,
.yloria-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.yloria-hero-media img {
	display: block;
	object-fit: cover;
	object-position: center 35%;
}

.yloria-hero-shade {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(247,239,235,0) 34%, rgba(247,239,235,0.18) 59%, rgba(247,239,235,0.62) 100%),
		linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.yloria-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: min(100%, 1560px);
	margin: 0 auto;
	padding: calc(var(--yloria-header-height) + var(--yloria-announcement-height) + 62px) clamp(22px, 6vw, 96px) 70px;
}

.yloria-hero-copy {
	width: min(520px, 44vw);
	margin-left: auto;
}

.yloria-hero-copy h1 {
	max-width: 9ch;
	margin: 0;
	font-size: clamp(52px, 5.2vw, 82px);
	font-weight: 520;
	line-height: 0.98;
	letter-spacing: -0.052em;
}

.yloria-hero-copy p {
	max-width: 460px;
	margin: 25px 0 31px;
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.55;
}

/* Sections */
.yloria-products-section {
	padding: clamp(84px, 9vw, 142px) clamp(20px, 4vw, 64px);
	background: var(--yloria-cream);
}

.yloria-section-heading {
	max-width: 730px;
	margin: 0 auto clamp(44px, 5vw, 72px);
	text-align: center;
}

.yloria-section-heading h2,
.yloria-editorial-copy h2,
.yloria-story-copy h2 {
	margin: 0;
	font-size: clamp(40px, 4.5vw, 70px);
	font-weight: 520;
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.yloria-section-heading p {
	max-width: 600px;
	margin: 22px auto 0;
	font-size: 17px;
	line-height: 1.6;
}

.yloria-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 46px);
	max-width: 1440px;
	margin: 0 auto;
}

.yloria-product-card {
	min-width: 0;
	border-radius: 22px;
	background: rgba(255, 253, 252, 0.78);
	box-shadow: var(--yloria-soft-shadow);
	overflow: hidden;
	transition: transform 240ms ease, box-shadow 240ms ease;
}

.yloria-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 80px rgba(91, 52, 61, 0.16);
}

.yloria-product-image {
	position: relative;
	display: block;
	aspect-ratio: 1.15 / 1;
	overflow: hidden;
	background: #f3dfd6;
}

.yloria-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(.2,.65,.2,1);
}

.yloria-product-card:hover .yloria-product-image img {
	transform: scale(1.035);
}

.yloria-card-arrow {
	position: absolute;
	top: 22px;
	right: 22px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 253, 252, 0.82);
	font-size: 19px;
	backdrop-filter: blur(12px);
}

.yloria-product-card-body {
	padding: clamp(24px, 3vw, 38px);
}

.yloria-product-meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: start;
}

.yloria-product-card h3 {
	margin: 0;
	font-size: clamp(25px, 2vw, 32px);
	font-weight: 560;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.yloria-product-card p {
	max-width: 470px;
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.55;
}

.yloria-card-price {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.yloria-placeholder-price {
	color: rgba(44, 34, 36, 0.55);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.yloria-card-swatches {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 23px 0;
}

.yloria-card-swatch {
	display: block;
	width: 22px;
	height: 22px;
	border: 3px solid var(--yloria-white);
	border-radius: 50%;
	background: var(--swatch-color);
	box-shadow: 0 0 0 1px rgba(44, 34, 36, 0.18);
}

/* Editorial blocks */
.yloria-editorial {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
	min-height: 760px;
	background: var(--yloria-white);
}

.yloria-editorial.image-right {
	grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
}

.yloria-editorial.image-right .yloria-editorial-media {
	order: 2;
}

.yloria-editorial.image-right .yloria-editorial-copy {
	order: 1;
}

.yloria-editorial-media {
	min-width: 0;
	overflow: hidden;
}

.yloria-editorial-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 760px;
	object-fit: cover;
}

.yloria-editorial-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(60px, 8vw, 130px);
	background: color-mix(in srgb, var(--yloria-blush) 42%, var(--yloria-white));
}

.yloria-editorial.is-liner .yloria-editorial-copy {
	background: color-mix(in srgb, var(--yloria-cream) 74%, var(--yloria-white));
}

.yloria-editorial-copy p,
.yloria-story-copy p {
	max-width: 560px;
	margin: 27px 0 0;
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.7;
}

.yloria-text-link {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	width: fit-content;
	margin-top: 34px;
	padding-bottom: 6px;
	border-bottom: 1px solid currentColor;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.yloria-text-link span {
	transition: transform 180ms ease;
}

.yloria-text-link:hover span,
.yloria-text-link:focus-visible span {
	transform: translateX(5px);
}

/* Story */
.yloria-story {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	align-items: center;
	gap: clamp(50px, 8vw, 130px);
	padding: clamp(88px, 10vw, 160px) clamp(24px, 7vw, 110px);
	background: var(--yloria-berry);
	color: var(--yloria-white);
}

.yloria-story-copy {
	max-width: 650px;
	justify-self: end;
}

.yloria-story-mark {
	position: relative;
	width: min(100%, 620px);
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(38, 16, 22, 0.24);
}

.yloria-story-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Footer */
.yloria-footer {
	padding: 76px clamp(24px, 6vw, 96px) 30px;
	background: var(--yloria-dark);
	color: var(--yloria-white);
}

.yloria-footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.6fr) minmax(150px, 0.6fr) minmax(180px, 0.8fr);
	gap: 70px;
	max-width: 1440px;
	margin: 0 auto;
}

.yloria-footer-brand {
	overflow: visible;
}

.yloria-footer-brand img {
	display: block;
	width: auto;
	height: 108px;
	max-width: 220px;
	max-height: none;
	object-fit: contain;
	object-position: left center;
	overflow: visible;
	filter: none;
}

.yloria-footer-wordmark {
	align-items: flex-start;
}

.yloria-footer-wordmark > span {
	font-size: 40px;
}

.yloria-footer-brand p {
	margin: 20px 0 0;
	color: rgba(255, 253, 252, 0.7);
	font-size: 15px;
}

.yloria-footer h3 {
	margin: 0 0 19px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.yloria-footer-grid > div:not(:first-child) {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.yloria-footer-grid a {
	width: fit-content;
	color: rgba(255, 253, 252, 0.72);
	font-size: 14px;
	transition: color 150ms ease;
}

.yloria-footer-grid a:hover,
.yloria-footer-grid a:focus-visible {
	color: var(--yloria-white);
}

.yloria-footer-bottom {
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	max-width: 1440px;
	margin: 70px auto 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 253, 252, 0.15);
	color: rgba(255, 253, 252, 0.52);
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* WooCommerce variation swatches */
.yloria-swatches-enabled form.variations_form table.variations,
.yloria-swatches-enabled form.variations_form .variations {
	width: 100%;
}

.yloria-swatches-enabled form.variations_form .variations tr,
.yloria-swatches-enabled form.variations_form .variations th,
.yloria-swatches-enabled form.variations_form .variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
}

.yloria-swatches-enabled form.variations_form .variations th.label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.yloria-original-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.yloria-swatch-list {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin: 0 0 20px;
}

.yloria-swatch-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	padding: 6px 12px 6px 7px;
	border: 1px solid rgba(44, 34, 36, 0.18);
	border-radius: 999px;
	background: var(--yloria-white);
	color: var(--yloria-dark);
	font: inherit;
	font-size: 12px;
	font-weight: 650;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.yloria-swatch-button::before {
	width: 25px;
	height: 25px;
	border: 2px solid var(--yloria-white);
	border-radius: 50%;
	background: var(--swatch-color);
	box-shadow: 0 0 0 1px rgba(44, 34, 36, 0.17);
	content: "";
}

.yloria-swatch-button:hover,
.yloria-swatch-button:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(44, 34, 36, 0.42);
}

.yloria-swatch-button.is-selected {
	border-color: var(--yloria-dark);
	box-shadow: 0 0 0 1px var(--yloria-dark);
}

.yloria-swatches-enabled .single_add_to_cart_button,
.yloria-swatches-enabled .elementor-widget-woocommerce-product-add-to-cart .button {
	min-height: 52px;
	padding: 14px 28px !important;
	border-radius: 999px !important;
	background: var(--yloria-dark) !important;
	color: var(--yloria-white) !important;
	font-size: 13px !important;
	font-weight: 750 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.yloria-swatches-enabled form.cart .quantity .qty {
	min-height: 52px;
	border: 1px solid rgba(44, 34, 36, 0.2);
	border-radius: 999px;
}

/* Reveal animation */
.yloria-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.65,.2,1);
}

.yloria-reveal.is-visible,
.elementor-editor-active .yloria-reveal {
	opacity: 1;
	transform: none;
}

/* Elementor cleanup */
.elementor-widget-yloria-header > .elementor-widget-container,
.elementor-widget-yloria-hero > .elementor-widget-container,
.elementor-widget-yloria-products > .elementor-widget-container,
.elementor-widget-yloria-editorial > .elementor-widget-container,
.elementor-widget-yloria-story > .elementor-widget-container,
.elementor-widget-yloria-footer > .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1024px) {
	.yloria-nav-wrap {
		padding-inline: 28px;
	}

	.yloria-brand img {
		height: 56px;
		max-width: 136px;
	}

	.yloria-hero-copy {
		width: min(470px, 48vw);
	}

	.yloria-editorial,
	.yloria-editorial.image-right {
		grid-template-columns: 1fr 1fr;
		min-height: 620px;
	}

	.yloria-editorial-media img {
		min-height: 620px;
	}

	.yloria-editorial-copy {
		padding: 64px 45px;
	}

	.yloria-story {
		grid-template-columns: 1fr 1fr;
		gap: 54px;
	}
}

@media (max-width: 767px) {
	:root {
		--yloria-header-height: 72px;
		--yloria-announcement-height: 30px;
	}

	.yloria-nav-wrap {
		grid-template-columns: 42px 1fr 72px;
		padding: 0 15px;
		background: linear-gradient(180deg, rgba(247, 239, 235, 0.97), rgba(247, 239, 235, 0.90));
	}

	.yloria-nav-left,
	.yloria-account-link {
		display: none;
	}

	.yloria-menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		width: 38px;
		height: 38px;
		padding: 8px;
		border: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
	}

	.yloria-menu-toggle span {
		display: block;
		width: 22px;
		height: 1.5px;
		background: currentColor;
		transition: transform 180ms ease;
	}

	.yloria-menu-toggle[aria-expanded="true"] span:first-child {
		transform: translateY(3.75px) rotate(45deg);
	}

	.yloria-menu-toggle[aria-expanded="true"] span:last-child {
		transform: translateY(-3.75px) rotate(-45deg);
	}

	.yloria-brand {
		min-width: 0;
		height: calc(var(--yloria-header-height) - 8px);
		padding: 2px 6px;
		justify-self: center;
	}

	.yloria-brand img {
		width: auto;
		height: 50px;
		max-width: 112px;
		max-height: none;
	}

	.yloria-brand-fallback > span {
		font-size: 25px;
	}

	.yloria-nav-actions {
		gap: 0;
	}

	.yloria-mobile-menu {
		position: absolute;
		top: calc(var(--yloria-header-height) + var(--yloria-announcement-height));
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding: 32px 22px 38px;
		background: rgba(255, 253, 252, 0.98);
		box-shadow: 0 24px 50px rgba(44, 34, 36, 0.12);
		backdrop-filter: blur(18px);
	}

	.yloria-mobile-menu[hidden] {
		display: none;
	}

	.yloria-mobile-menu-list {
		align-items: stretch;
		flex-direction: column;
		gap: 20px;
	}

	.yloria-mobile-menu a {
		font-size: 18px;
		font-weight: 600;
	}

	.yloria-hero {
		min-height: 820px;
	}

	.yloria-hero-media img {
		object-position: center top;
	}

	.yloria-hero-shade {
		background: linear-gradient(180deg, rgba(255,255,255,0) 34%, rgba(236,174,185,0.17) 57%, rgba(244,190,199,0.92) 100%);
	}

	.yloria-hero-inner {
		align-items: flex-end;
		padding: calc(var(--yloria-header-height) + var(--yloria-announcement-height) + 30px) 20px 48px;
	}

	.yloria-hero-copy {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		text-align: center;
	}

	.yloria-hero-copy h1 {
		max-width: 10ch;
		margin-inline: auto;
		font-size: clamp(45px, 13vw, 62px);
	}

	.yloria-hero-copy p {
		margin: 19px auto 26px;
		font-size: 16px;
	}

	.yloria-button {
		min-width: 190px;
	}

	.yloria-products-section {
		padding: 76px 16px 88px;
	}

	.yloria-section-heading {
		margin-bottom: 38px;
		padding-inline: 12px;
	}

	.yloria-section-heading h2,
	.yloria-editorial-copy h2,
	.yloria-story-copy h2 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.yloria-product-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.yloria-product-card {
		border-radius: 18px;
	}

	.yloria-product-image {
		aspect-ratio: 1 / 0.9;
	}

	.yloria-product-card-body {
		padding: 24px 20px 26px;
	}

	.yloria-product-meta {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.yloria-card-price {
		grid-row: 2;
	}

	.yloria-editorial,
	.yloria-editorial.image-right {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.yloria-editorial.image-right .yloria-editorial-media,
	.yloria-editorial.image-right .yloria-editorial-copy {
		order: initial;
	}

	.yloria-editorial-media {
		aspect-ratio: 1 / 0.92;
	}

	.yloria-editorial-media img {
		min-height: 0;
		object-fit: cover;
	}

	.yloria-editorial-copy {
		padding: 64px 22px 70px;
	}

	.yloria-editorial-copy p,
	.yloria-story-copy p {
		font-size: 16px;
	}

	.yloria-story {
		grid-template-columns: 1fr;
		gap: 42px;
		padding: 76px 22px 82px;
	}

	.yloria-story-copy {
		justify-self: start;
	}

	.yloria-story-mark {
		width: min(100%, 480px);
		justify-self: center;
	}

	.yloria-footer {
		padding: 60px 22px 24px;
	}

	.yloria-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 44px 28px;
	}

	.yloria-footer-brand {
		grid-column: 1 / -1;
	}

	.yloria-footer-brand img {
		width: auto;
		height: 94px;
		max-width: 190px;
		max-height: none;
	}

	.yloria-footer-wordmark > span {
		font-size: 36px;
	}

	.yloria-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		margin-top: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.yloria-page-shell *,
	.yloria-page-shell *::before,
	.yloria-page-shell *::after,
	.elementor-widget-yloria-header *,
	.elementor-widget-yloria-hero *,
	.elementor-widget-yloria-products *,
	.elementor-widget-yloria-editorial *,
	.elementor-widget-yloria-story *,
	.elementor-widget-yloria-footer * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.yloria-reveal {
		opacity: 1;
		transform: none;
	}
}

.yloria-site-header:not(.is-overlay) {
	position: sticky;
	top: 0;
}

.yloria-site-header.is-overlay.is-scrolled {
	position: fixed;
	top: 0;
	left: 0;
}

body.admin-bar .yloria-site-header.is-overlay.is-scrolled,
body.admin-bar .yloria-site-header:not(.is-overlay) {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .yloria-site-header.is-overlay.is-scrolled,
	body.admin-bar .yloria-site-header:not(.is-overlay) {
		top: 46px;
	}
}

/* One Theme Builder header can safely serve the whole site: overlay on the front page,
   solid/sticky on WooCommerce and content pages. */
body:not(.home) .elementor-location-header .yloria-site-header.is-overlay {
	position: sticky;
	top: 0;
	left: auto;
}

body:not(.home) .elementor-location-header .yloria-site-header.is-overlay .yloria-nav-wrap {
	background: rgba(247, 239, 235, 0.97);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

body.admin-bar:not(.home) .elementor-location-header .yloria-site-header.is-overlay {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar:not(.home) .elementor-location-header .yloria-site-header.is-overlay {
		top: 46px;
	}
}
