.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #ffffff;
	color: #111111;
}

body {
	margin: 0;
	background: white;
	color: #222222;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.luciana-site-content {
	min-height: 60vh;
}

/* La portada comienza inmediatamente después del encabezado; el resto de
   plantillas reserva el espacio visual solicitado en la parte superior. */
body:not(.home) .luciana-site-content {
	margin-top: 150px;
}

.luciana-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: transparent;
	color: #222222;
	font-size: 12px;
	letter-spacing: 0;
}

body.admin-bar .luciana-header {
	top: 32px;
}

.luciana-announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	background: #d5cdbd;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.luciana-announcement p {
	margin: 0;
}

.luciana-header__bar {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	min-height: 74px;
	padding: 0 48px;
	background: transparent;
	transition: background-color 180ms ease;
}

.luciana-header__bar:hover,
.luciana-header__bar:focus-within,
.luciana-header--scrolled .luciana-header__bar {
	background: #ffffff;
}

.luciana-header__side {
	display: flex;
	align-items: center;
	min-width: 0;
}

.luciana-header__side--right {
	justify-content: flex-end;
}

.luciana-brand {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
}

.luciana-brand a {
	color: #d5cdbd;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.luciana-brand .custom-logo {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 42px;
}

.luciana-nav a {
	color: #3d3d3d;
	text-decoration: none;
}

.luciana-menu,
.luciana-nav--utility {
	display: flex;
	align-items: center;
	gap: 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.luciana-menu__item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 74px;
}

.luciana-menu__item > a,
.luciana-nav--utility > a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: #555555;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.luciana-nav--utility {
	gap: 26px;
}

.luciana-nav--utility > a {
	text-transform: none;
}

.luciana-language::after {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 10px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.luciana-menu__item > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	height: 2px;
	background: #222222;
	opacity: 0;
	transform: scaleX(0.65);
	transition: opacity 160ms ease, transform 160ms ease;
}

.luciana-menu__item:hover > a::after,
.luciana-menu__item:focus-within > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.luciana-mega {
	position: fixed;
	top: 128px;
	right: 0;
	left: 0;
	z-index: 4;
	padding: 30px 48px 44px;
	background: #ffffff;
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

body.admin-bar .luciana-mega {
	top: 160px;
}

.luciana-menu__item--mega:hover .luciana-mega,
.luciana-menu__item--mega:focus-within .luciana-mega {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.luciana-mega__columns {
	display: grid;
	grid-template-columns: 180px 310px minmax(180px, 265px) minmax(180px, 265px);
	gap: 34px;
	max-width: 1220px;
	margin: 0 auto;
}

.luciana-mega__group {
	display: grid;
	align-content: start;
	gap: 15px;
}

.luciana-mega__group a,
.luciana-dropdown a {
	color: #6d6d6d;
	font-size: 11px;
	line-height: 1.1;
	text-transform: uppercase;
}

.luciana-mega__group .luciana-mega__heading,
.luciana-mega__heading {
	color: #111111;
	font-weight: 700;
}

.luciana-mega__group--featured {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-content: start;
	gap: 28px;
}

.luciana-mega-card {
	display: grid;
	gap: 18px;
	color: #555555;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.luciana-mega-card__image {
	display: block;
	aspect-ratio: 1 / 1.25;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.16)),
		#c9c9c4;
	filter: grayscale(1);
}

.luciana-mega-card__image--world {
	background:
		radial-gradient(circle at 52% 38%, #111111 0 7%, transparent 8%),
		linear-gradient(90deg, transparent 48%, #111111 49% 51%, transparent 52%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.18)),
		#d8d8d2;
}

.luciana-mega-card__image--sustainability {
	background:
		repeating-linear-gradient(90deg, rgba(35, 35, 35, 0.2) 0 13px, transparent 13px 28px),
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2)),
		#bdbdb8;
}

.luciana-dropdown {
	position: absolute;
	top: 100%;
	left: -12px;
	z-index: 6;
	display: grid;
	gap: 15px;
	width: 205px;
	margin: 0;
	padding: 22px 26px 26px;
	background: #ffffff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.luciana-menu__item--dropdown:hover .luciana-dropdown,
.luciana-menu__item--dropdown:focus-within .luciana-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.luciana-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #222222;
}

.luciana-menu-toggle span {
	display: block;
	width: 20px;
	height: 1px;
	margin: 6px auto;
	background: currentColor;
}

.luciana-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 99;
	background: rgba(28, 26, 23, .52);
	opacity: 0;
	transition: opacity 180ms ease;
}

.luciana-search-overlay:not([hidden]) {
	opacity: 1;
}

.luciana-search-is-open {
	overflow: hidden;
}

.luciana-search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 2;
	max-height: calc(100vh - 128px);
	overflow-y: auto;
	padding: 23px 48px 42px;
	background: #fff;
	box-shadow: 0 22px 34px rgba(0, 0, 0, .10);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-8px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.luciana-header--search-open .luciana-search {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.luciana-header--search-open .luciana-header__bar {
	background: #fff;
}

.luciana-search__form {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) 35px;
	align-items: center;
	gap: 15px;
	min-height: 48px;
}

.luciana-search__icon {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #262321;
	stroke-linecap: round;
	stroke-width: 1.7;
}

.luciana-search__form input {
	width: 100%;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: #24211e;
	font: 400 20px/1.3 Arial, Helvetica, sans-serif;
}

.luciana-search__form input::placeholder {
	color: #a9a5a1;
}

.luciana-search__close {
	width: 35px;
	height: 35px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #302d2a;
	font-size: 31px;
	font-weight: 200;
	line-height: 1;
	cursor: pointer;
}

.luciana-search__results {
	margin-top: 27px;
}

.luciana-search__result-heading {
	padding-bottom: 11px;
	border-bottom: 1px solid #e3e0dc;
	color: #6e6964;
	font-size: 12px;
}

.luciana-search__result-heading span {
	display: inline-block;
	padding-bottom: 11px;
	border-bottom: 2px solid #272421;
	margin-bottom: -13px;
	color: #272421;
}

.luciana-search__product-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	padding-top: 28px;
}

.luciana-search__product {
	min-width: 0;
	color: #34312e;
	text-align: center;
	text-decoration: none;
}

.luciana-search__product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 3 / 4;
	margin-bottom: 14px;
	background: #f5f4f2;
	overflow: hidden;
}

.luciana-search__product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 180ms ease;
}

.luciana-search__product:hover .luciana-search__product-image img {
	transform: scale(1.035);
}

.luciana-search__product-name,
.luciana-search__product-price {
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.luciana-search__product-name {
	font-weight: 500;
	text-transform: uppercase;
}

.luciana-search__product-price {
	margin-top: 4px;
	color: #817a73;
}

.luciana-search__product-price .woocommerce-Price-amount {
	font: inherit;
}

.luciana-search__all {
	margin-top: 27px;
	text-align: center;
}

.luciana-search__all button {
	padding: 13px 25px;
	border: 0;
	background: #24211e;
	color: #fff;
	font: 600 11px/1 Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

.luciana-search__all button:hover {
	background: #bd3a2d;
}

.luciana-search__message {
	margin: 0;
	padding: 28px 0 8px;
	color: #756f69;
	font-size: 14px;
}

@media (max-width: 900px) {
	.luciana-search {
		padding-right: 24px;
		padding-left: 24px;
	}

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

@media (max-width: 560px) {
	.luciana-search {
		max-height: calc(100vh - 120px);
		padding: 14px 18px 28px;
	}

	.luciana-search__form input {
		font-size: 17px;
	}

	.luciana-search__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
}

.luciana-page-shell {
	width: min(1120px, calc(100% - 40px));
	margin: 56px auto;
}

.luciana-entry__title {
	margin: 0 0 24px;
	color: #222222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 400;
}

.luciana-footer {
	background: #faf9f6;
	color: #24211e;
	font-family: Arial, Helvetica, sans-serif;
}

.luciana-footer__benefits {
	padding: 48px 24px;
	background: #bd3a2d;
	color: #fff;
}

.luciana-footer__benefits-inner,
.luciana-footer__grid,
.luciana-footer__bottom {
	width: min(1440px, 100%);
	margin: 0 auto;
}

.luciana-footer__benefits-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.luciana-footer__benefit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	text-align: left;
}

.luciana-footer__benefit svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.luciana-footer__benefit strong,
.luciana-footer__benefit span {
	display: block;
}

.luciana-footer__benefit strong {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
}

.luciana-footer__benefit span {
	font-size: 13px;
	opacity: .82;
}

.luciana-footer__main {
	padding: 66px 48px 24px;
}

.luciana-footer__grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(150px, .8fr)) minmax(240px, 1fr);
	gap: 42px;
}

.luciana-footer__logo {
	display: inline-block;
	margin-bottom: 19px;
	color: #bd3a2d;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .06em;
	text-decoration: none;
}

.luciana-footer__logo .custom-logo-link,
.luciana-footer__logo img {
	display: block;
	width: auto;
	height: 52px;
	max-width: 170px;
	object-fit: contain;
}

.luciana-footer__brand p,
.luciana-footer__newsletter p {
	max-width: 290px;
	margin: 0;
	color: #837a73;
	font-size: 13px;
	line-height: 1.65;
}

.luciana-footer__column h2 {
	margin: 0 0 19px;
	color: #bd3a2d;
	font-size: 13px;
	font-weight: 600;
}

.luciana-footer__column a {
	display: block;
	margin: 0 0 12px;
	color: #837a73;
	font-size: 13px;
	text-decoration: none;
}

.luciana-footer__column a:hover,
.luciana-footer__bottom a:hover {
	color: #bd3a2d;
}

.luciana-footer__newsletter-form {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.luciana-footer__newsletter input {
	width: 100%;
	height: 42px;
	padding: 0 13px;
	border: 1px solid #ded8d2;
	border-radius: 0;
	background: transparent;
	color: #24211e;
	font: inherit;
	font-size: 13px;
}

.luciana-footer__newsletter button {
	width: max-content;
	padding: 13px 19px;
	border: 0;
	border-radius: 0;
	background: #24211e;
	color: #fff;
	font: inherit;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .09em;
	text-transform: uppercase;
	cursor: pointer;
}

.luciana-footer__newsletter button:hover {
	background: #bd3a2d;
}

.luciana-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 56px;
	padding-top: 20px;
	border-top: 1px solid #e4dfda;
	color: #9a918a;
	font-size: 11px;
}

.luciana-footer__bottom p {
	margin: 0;
}

.luciana-footer__bottom a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 800px) {
	.luciana-footer__benefits-inner,
	.luciana-footer__grid {
		grid-template-columns: 1fr;
	}

	.luciana-footer__benefit {
		justify-content: flex-start;
	}

	.luciana-footer__main {
		padding: 48px 24px 22px;
	}

	.luciana-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 38px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .luciana-header {
		top: 46px;
	}
}

@media (max-width: 1024px) {
	.luciana-header__bar {
		min-height: 66px;
		padding: 0 22px;
	}

	.luciana-menu-toggle {
		display: inline-block;
	}

	.luciana-nav--primary {
		display: none;
	}

	.luciana-nav--utility {
		gap: 16px;
	}

	.luciana-nav--utility a:not(:last-child) {
		display: none;
	}

	.luciana-brand a {
		font-size: 25px;
	}
}

@media (max-width: 640px) {
	.luciana-announcement {
		min-height: 38px;
		font-size: 11px;
	}

	.luciana-header__bar {
		grid-template-columns: 44px 1fr auto;
		min-height: 58px;
		padding: 0 14px;
	}

	.luciana-brand {
		justify-content: center;
		min-width: 0;
	}

	.luciana-brand a {
		font-size: 23px;
	}

	.luciana-nav--utility > a {
		font-size: 11px;
	}
}
