@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/geist-latin.woff2") format("woff2");
}

:root {
	--font-geist-sans: "Geist", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.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;
	display: block;
	width: auto;
	height: auto;
	padding: 14px 20px;
	margin: 0;
	clip: auto;
	color: #35182f;
	background: #fff;
}

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

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

.content-page {
	min-height: 55vh;
	padding-top: 100px;
	padding-bottom: 120px;
}

.content-entry-header h1,
.error-page h1 {
	max-width: 880px;
	margin: 0 0 36px;
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.content-entry-body {
	max-width: 820px;
	color: #5f535c;
	font-size: 17px;
	line-height: 1.8;
}

.content-entry-body > * + * {
	margin-top: 1.4em;
}

.content-entry-body h2,
.content-entry-body h3 {
	margin-top: 1.8em;
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2;
}

.content-entry-body h2 {
	font-size: 36px;
}

.content-entry-body h3 {
	font-size: 28px;
}

.content-entry-body ul,
.content-entry-body ol {
	padding-left: 1.5em;
}

.content-entry-body ul {
	list-style: disc;
}

.content-entry-body ol {
	list-style: decimal;
}

.content-entry-body a {
	color: #765187;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.error-page p:not(.section-eyebrow) {
	margin: 0 0 34px;
	color: #675c65;
	font-size: 18px;
}

.quote-form .form-privacy {
	margin: -14px 0 0;
	color: #877887;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
}

.quote-form .form-privacy a {
	color: #604a5c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 1020px) {
	.menu-toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		margin-left: auto;
		cursor: pointer;
		border: 1px solid #35182f33;
		border-radius: 50%;
	}

	.menu-toggle-lines,
	.menu-toggle-lines::before,
	.menu-toggle-lines::after {
		display: block;
		width: 18px;
		height: 1px;
		background: var(--plum);
		transition: transform 0.18s, opacity 0.18s;
	}

	.menu-toggle-lines {
		position: relative;
	}

	.menu-toggle-lines::before,
	.menu-toggle-lines::after {
		position: absolute;
		left: 0;
		content: "";
	}

	.menu-toggle-lines::before {
		top: -6px;
	}

	.menu-toggle-lines::after {
		top: 6px;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
		background: transparent;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
		top: 0;
		transform: rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.mobile-nav:not([hidden]) {
		display: grid;
		grid-template-columns: repeat(6, auto);
		justify-content: center;
		gap: 24px;
		padding: 20px 24px 22px;
		border-top: 1px solid var(--rule);
		background: #f7f3edf7;
	}

	.mobile-nav a {
		color: #4d3c49;
		font-size: 14px;
		font-weight: 600;
	}
}

/* Catálogo de productos */
.catalog-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(82px, 10vw, 142px) 0 clamp(66px, 8vw, 108px);
	border-bottom: 1px solid var(--rule);
	background:
		radial-gradient(circle at 84% 18%, rgba(189, 164, 214, 0.36), transparent 31%),
		radial-gradient(circle at 10% 105%, rgba(170, 184, 161, 0.28), transparent 34%),
		var(--paper);
}

.catalog-hero::after {
	position: absolute;
	top: -90px;
	right: 7%;
	width: 220px;
	height: 220px;
	content: "";
	pointer-events: none;
	border: 1px solid rgba(117, 81, 135, 0.18);
	border-radius: 50%;
}

.catalog-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: end;
	gap: clamp(48px, 9vw, 130px);
}

.catalog-hero h1 {
	margin: 0;
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(54px, 7vw, 92px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.catalog-hero-inner > p {
	max-width: 580px;
	margin: 0 0 6px;
	color: #6f646c;
	font-size: 17px;
	line-height: 1.8;
}

.catalog-content {
	padding-top: 70px;
	padding-bottom: 138px;
}

.catalog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 48px;
}

.catalog-filters a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	color: #675565;
	border: 1px solid #d7cbd8;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	font-weight: 650;
	transition: color 0.18s, background 0.18s, border 0.18s, transform 0.18s;
}

.catalog-filters a:hover,
.catalog-filters a.is-active {
	color: var(--white);
	border-color: var(--plum);
	background: var(--plum);
	transform: translateY(-1px);
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.product-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(53, 24, 47, 0.1);
	border-radius: 8px 34px 8px 8px;
	background: var(--paper);
	box-shadow: 0 14px 42px rgba(53, 24, 47, 0.08);
	flex-direction: column;
	transition: transform 0.22s, box-shadow 0.22s;
}

.product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 54px rgba(53, 24, 47, 0.14);
}

.product-card-image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background:
		radial-gradient(circle at 48% 45%, rgba(255, 255, 255, 0.92), transparent 34%),
		var(--lilac-pale);
}

.product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s cubic-bezier(0.2, 0.75, 0.3, 1);
}

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

.product-sale-badge {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 32px);
	min-height: 38px;
	padding: 7px 13px;
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 999px;
	background: linear-gradient(135deg, #3f203a, #765187);
	box-shadow: 0 9px 24px rgba(53, 24, 47, 0.24);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.product-card-content {
	display: flex;
	flex: 1;
	padding: 27px 26px 26px;
	flex-direction: column;
}

.product-category {
	margin: 0 0 11px;
	color: #9776ae;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.4;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.product-card h2 {
	margin: 0;
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.15;
}

.product-card h2 a:hover {
	color: #765187;
}

.product-presentation {
	margin: 10px 0 0;
	color: #7d6c79;
	font-size: 12px;
	font-weight: 650;
}

.product-function {
	display: -webkit-box;
	overflow: hidden;
	margin: 17px 0 0;
	color: #71666e;
	font-size: 14px;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.product-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-top: 21px;
}

.product-price del {
	color: #998f96;
	font-size: 12px;
}

.product-price strong {
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 500;
}

.product-card-actions {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: 9px;
	margin-top: auto;
	padding-top: 24px;
}

.product-card-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	transition: color 0.18s, background 0.18s, border 0.18s, transform 0.18s;
}

.product-details-link {
	color: var(--plum);
	border: 1px solid rgba(53, 24, 47, 0.28);
}

.product-details-link:hover {
	border-color: var(--plum);
	background: var(--lilac-pale);
}

.product-whatsapp-link {
	color: var(--white);
	border: 1px solid var(--plum);
	background: var(--plum);
}

.product-whatsapp-link:hover {
	background: #4a2143;
	transform: translateY(-1px);
}

.catalog-empty {
	max-width: 760px;
	margin: 25px auto 0;
	padding: clamp(48px, 8vw, 82px);
	border: 1px solid #dcd1dd;
	border-radius: 40px 8px 8px;
	background: radial-gradient(circle at 82% 16%, rgba(189, 164, 214, 0.32), transparent 31%), var(--paper);
	text-align: center;
}

.catalog-empty > span {
	color: #9172a4;
	font-size: 28px;
}

.catalog-empty h2 {
	margin: 17px 0 0;
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 52px);
	font-weight: 400;
	line-height: 1.08;
}

.catalog-empty p {
	max-width: 560px;
	margin: 22px auto 0;
	color: #746871;
	line-height: 1.75;
}

.catalog-empty .button {
	margin-top: 30px;
}

.catalog-pagination {
	margin-top: 60px;
}

.catalog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.catalog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #d8cdd9;
	border-radius: 4px;
	background: var(--paper);
	font-size: 13px;
	font-weight: 650;
}

.catalog-pagination .page-numbers.current,
.catalog-pagination a.page-numbers:hover {
	color: var(--white);
	border-color: var(--plum);
	background: var(--plum);
}

/* Ficha individual */
.product-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding-top: 34px;
	color: #8b7f87;
	font-size: 12px;
}

.product-breadcrumb a:hover {
	color: #765187;
}

.product-breadcrumb strong {
	color: #65545f;
	font-weight: 650;
}

.single-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	align-items: start;
	gap: clamp(52px, 8vw, 105px);
	padding-top: 48px;
	padding-bottom: 120px;
}

.single-product-gallery {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 14px;
}

.single-product-gallery.no-thumbnails {
	grid-template-columns: minmax(0, 1fr);
}

.single-product-main-image {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 10px 52px 10px 10px;
	background:
		radial-gradient(circle at 48% 45%, rgba(255, 255, 255, 0.92), transparent 34%),
		var(--lilac-pale);
	box-shadow: 0 22px 62px rgba(53, 24, 47, 0.14);
}

.single-product-gallery.no-thumbnails .single-product-main-image {
	grid-column: 1;
}

.single-product-main-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-product-thumbnails {
	display: flex;
	grid-column: 1;
	grid-row: 1;
	gap: 10px;
	flex-direction: column;
}

.single-product-thumbnails button {
	overflow: hidden;
	width: 78px;
	height: 78px;
	padding: 0;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 5px;
	background: var(--paper);
	opacity: 0.68;
	transition: opacity 0.18s, border 0.18s, transform 0.18s;
}

.single-product-thumbnails button:hover,
.single-product-thumbnails button.is-active {
	border-color: #87629b;
	opacity: 1;
	transform: translateY(-1px);
}

.single-product-thumbnails img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-product-summary {
	padding-top: 35px;
}

.single-product-summary h1 {
	margin: 0;
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(46px, 5.5vw, 72px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.single-product-presentation {
	display: inline-flex;
	margin: 20px 0 0;
	padding: 9px 13px;
	color: #6e5a6a;
	border: 1px solid #d6c8db;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	font-weight: 650;
}

.single-product-function {
	margin: 28px 0 0;
	color: #625660;
	font-size: 18px;
	line-height: 1.72;
}

.single-product-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: 31px;
	padding-top: 27px;
	border-top: 1px solid var(--rule);
}

.single-product-price del {
	color: #9d919a;
	font-size: 15px;
}

.single-product-price strong {
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 500;
}

.single-product-price small {
	flex-basis: 100%;
	color: #8b7188;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.single-product-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 32px;
}

.single-product-actions .button-primary {
	min-width: min(100%, 310px);
}

.product-back-link {
	color: #6b5867;
	border-bottom: 1px solid #aa8dba;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: 650;
}

.single-product-information {
	padding: 110px 0 118px;
	border-top: 1px solid var(--rule);
	border-bottom: 1px solid var(--rule);
	background: var(--paper);
}

.single-product-information-grid {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: clamp(60px, 10vw, 145px);
}

.single-product-information h2,
.related-products-heading h2 {
	margin: 0;
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4.5vw, 58px);
	font-weight: 400;
	line-height: 1.07;
	letter-spacing: -0.04em;
}

.single-product-content {
	color: #655b62;
	font-size: 16px;
	line-height: 1.82;
}

.single-product-content > * + * {
	margin-top: 1.35em;
}

.single-product-content h2,
.single-product-content h3,
.single-product-content h4 {
	color: var(--plum);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: 1.2;
}

.single-product-content h2 {
	font-size: 34px;
}

.single-product-content h3 {
	font-size: 27px;
}

.single-product-content ul,
.single-product-content ol {
	padding-left: 1.3em;
}

.single-product-content ul {
	list-style: disc;
}

.single-product-content ol {
	list-style: decimal;
}

.related-products {
	padding-top: 118px;
	padding-bottom: 138px;
}

.related-products-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 48px;
}

.related-products-heading > a {
	color: #624e5f;
	border-bottom: 1px solid #aa8dba;
	padding-bottom: 6px;
	font-size: 13px;
	font-weight: 650;
}

@media (max-width: 1020px) {
	.catalog-hero-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

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

	.single-product-hero {
		grid-template-columns: 1fr;
	}

	.single-product-gallery {
		width: min(100%, 760px);
	}

	.single-product-summary {
		max-width: 760px;
		padding-top: 0;
	}

	.single-product-information-grid {
		grid-template-columns: 1fr;
		gap: 46px;
	}
}

@media (max-width: 760px) {
	.mobile-nav:not([hidden]) {
		grid-template-columns: repeat(3, auto);
	}
}

@media (max-width: 640px) {
	.catalog-hero {
		padding: 70px 0 62px;
	}

	.catalog-hero-inner > p {
		font-size: 15px;
	}

	.catalog-content {
		padding-top: 48px;
		padding-bottom: 95px;
	}

	.catalog-filters {
		margin-bottom: 34px;
	}

	.product-grid {
		grid-template-columns: 1fr;
	}

	.product-card-content {
		padding: 24px 21px 22px;
	}

	.product-card-actions {
		grid-template-columns: 1fr;
	}

	.catalog-empty {
		padding: 46px 22px;
		border-radius: 30px 7px 7px;
	}

	.product-breadcrumb {
		padding-top: 25px;
	}

	.single-product-hero {
		gap: 38px;
		padding-top: 32px;
		padding-bottom: 90px;
	}

	.single-product-gallery {
		display: flex;
		flex-direction: column;
	}

	.single-product-main-image {
		order: 1;
		border-radius: 8px 36px 8px 8px;
	}

	.single-product-thumbnails {
		order: 2;
		overflow-x: auto;
		flex-direction: row;
		padding-bottom: 4px;
	}

	.single-product-thumbnails button {
		flex: 0 0 68px;
		width: 68px;
		height: 68px;
	}

	.single-product-summary h1 {
		font-size: clamp(42px, 13vw, 58px);
	}

	.single-product-function {
		font-size: 16px;
	}

	.single-product-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.single-product-actions .button-primary {
		width: 100%;
	}

	.product-back-link {
		align-self: flex-start;
	}

	.single-product-information {
		padding: 82px 0;
	}

	.related-products {
		padding-top: 82px;
		padding-bottom: 95px;
	}

	.related-products-heading {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.header-inner {
		gap: 12px;
	}

	.menu-toggle {
		width: 42px;
		height: 42px;
	}

	.mobile-nav:not([hidden]) {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 8px 17px 16px;
	}

	.mobile-nav a {
		padding: 12px 0;
		border-bottom: 1px solid var(--rule);
	}

	.mobile-nav a:last-child {
		border-bottom: 0;
	}

	.content-page {
		padding-top: 72px;
		padding-bottom: 90px;
	}
}
