/*
 * El Mercado de Origen — sistema visual premium.
 * Capa principal sobre Woostify, WordPress y WooCommerce.
 */

:root {
	--emo-forest-1000: #0d211b;
	--emo-forest-950: #122a22;
	--emo-forest-900: #18362c;
	--emo-forest-800: #21483a;
	--emo-forest-700: #2f6650;
	--emo-forest-100: #e4eee8;
	--emo-sage: #9db09f;
	--emo-clay: #c96d45;
	--emo-clay-dark: #a74f2d;
	--emo-honey: #d7a84f;
	--emo-paper: #f7f3ea;
	--emo-paper-deep: #eee7da;
	--emo-white: #ffffff;
	--emo-ink: #18221e;
	--emo-muted: #68736d;
	--emo-line: #dcded7;
	--emo-danger: #b23b35;
	--emo-radius-xs: 8px;
	--emo-radius-sm: 12px;
	--emo-radius-md: 20px;
	--emo-radius-lg: 32px;
	--emo-radius-xl: 48px;
	--emo-shadow-xs: 0 2px 10px rgba(13, 33, 27, 0.05);
	--emo-shadow-sm: 0 12px 35px rgba(13, 33, 27, 0.08);
	--emo-shadow-md: 0 24px 70px rgba(13, 33, 27, 0.14);
	--emo-shadow-lg: 0 34px 90px rgba(5, 20, 15, 0.22);
	--emo-shell: 1320px;
	--emo-reading: 760px;
	--emo-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
	--emo-fast: 180ms var(--emo-ease);
	--emo-normal: 320ms var(--emo-ease);
}

html {
	scroll-behavior: smooth;
}

body.elmercado-child-theme {
	background: var(--emo-paper);
	color: var(--emo-ink);
	font-family: Inter, Aptos, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 430;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.elmercado-child-theme::selection {
	background: rgba(201, 109, 69, 0.24);
	color: var(--emo-forest-1000);
}

.elmercado-child-theme *,
.elmercado-child-theme *::before,
.elmercado-child-theme *::after {
	box-sizing: border-box;
}

.elmercado-child-theme h1,
.elmercado-child-theme h2,
.elmercado-child-theme h3,
.elmercado-child-theme h4,
.elmercado-child-theme h5,
.elmercado-child-theme h6 {
	margin-top: 0;
	color: var(--emo-forest-950);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.06;
	text-wrap: balance;
}

.elmercado-child-theme h1 {
	font-size: clamp(2.7rem, 6vw, 5.9rem);
}

.elmercado-child-theme h2 {
	font-size: clamp(2.15rem, 4.3vw, 4.25rem);
}

.elmercado-child-theme h3 {
	font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

.elmercado-child-theme p,
.elmercado-child-theme li {
	text-wrap: pretty;
}

.elmercado-child-theme a {
	color: var(--emo-forest-700);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	transition: color var(--emo-fast), opacity var(--emo-fast), background-color var(--emo-fast), border-color var(--emo-fast);
}

.elmercado-child-theme a:hover,
.elmercado-child-theme a:focus-visible {
	color: var(--emo-forest-950);
}

.elmercado-child-theme img {
	max-width: 100%;
	height: auto;
}

.elmercado-child-theme :focus-visible {
	outline: 3px solid rgba(201, 109, 69, 0.55);
	outline-offset: 3px;
}

.elmercado-child-theme .site-content,
.elmercado-child-theme .site-main,
.elmercado-child-theme #content {
	min-width: 0;
}

.emo-shell,
.elmercado-child-theme .woostify-container,
.elmercado-child-theme .container {
	width: min(calc(100% - 40px), var(--emo-shell));
	margin-inline: auto;
}

.emo-section {
	padding-block: clamp(4.5rem, 9vw, 9rem);
}

.emo-kicker,
.emo-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1rem;
	color: var(--emo-clay-dark);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.emo-kicker::before,
.emo-eyebrow::before {
	width: 28px;
	height: 1px;
	background: currentColor;
	content: "";
}

.emo-kicker--light {
	color: #eec9b5;
}

.emo-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: clamp(2rem, 6vw, 6rem);
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.emo-section-heading > div {
	max-width: 780px;
}

.emo-section-heading h2 {
	margin-bottom: 0;
}

.emo-section-heading > p {
	max-width: 420px;
	margin: 0 0 0.35rem;
	color: var(--emo-muted);
	font-size: 1.05rem;
}

.emo-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--emo-forest-900);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.emo-text-link svg {
	width: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform var(--emo-fast);
}

.emo-text-link:hover svg {
	transform: translateX(4px);
}

.emo-text-link--light {
	color: #fff;
}

/* Barra superior */
.emo-announcement {
	position: relative;
	z-index: 102;
	background: var(--emo-forest-1000);
	color: rgba(255, 255, 255, 0.86);
}

.emo-announcement__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	min-height: 38px;
}

.emo-announcement__inner > span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.45rem 1rem;
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: 0.015em;
	text-align: center;
}

.emo-announcement__inner > span + span {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.emo-announcement svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: var(--emo-honey);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

/* Cabecera */
.elmercado-child-theme .site-header {
	position: sticky;
	top: 0;
	z-index: 101;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(13, 33, 27, 0.07);
	box-shadow: 0 1px 0 rgba(13, 33, 27, 0.02);
	backdrop-filter: blur(18px) saturate(140%);
	transition: box-shadow var(--emo-normal), background-color var(--emo-normal);
}

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

.elmercado-child-theme.is-scrolled .site-header {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 40px rgba(13, 33, 27, 0.1);
}

.elmercado-child-theme .site-header-inner {
	border-bottom: 0;
}

.elmercado-child-theme .site-header-inner .woostify-container {
	display: flex;
	align-items: center;
	min-height: 78px !important;
	padding-block: 8px;
}

.elmercado-child-theme .site-branding {
	flex: 0 0 auto;
}

.elmercado-child-theme .site-branding img,
.elmercado-child-theme .custom-logo {
	width: auto;
	max-height: 62px;
	filter: saturate(0.92) contrast(1.04);
}

.elmercado-child-theme .site-branding .site-title {
	color: var(--emo-forest-950);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.1rem, 2vw, 1.55rem);
	letter-spacing: -0.03em;
}

.elmercado-child-theme .main-navigation,
.elmercado-child-theme .primary-navigation {
	margin-inline: auto;
}

.elmercado-child-theme .main-navigation .primary-navigation > .menu-item > a,
.elmercado-child-theme .primary-navigation > li > a {
	position: relative;
	margin: 0 0.9rem !important;
	padding: 0.7rem 0 !important;
	color: var(--emo-forest-950);
	font-size: 0.86rem;
	font-weight: 760;
	letter-spacing: 0.025em;
	line-height: 1.2 !important;
	text-decoration: none;
}

.elmercado-child-theme .main-navigation .primary-navigation > .menu-item > a::after,
.elmercado-child-theme .primary-navigation > li > a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--emo-clay);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--emo-normal);
}

.elmercado-child-theme .main-navigation .primary-navigation > .menu-item > a:hover::after,
.elmercado-child-theme .main-navigation .current-menu-item > a::after,
.elmercado-child-theme .primary-navigation > li > a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.elmercado-child-theme .main-navigation ul ul,
.elmercado-child-theme .primary-navigation ul ul {
	min-width: 230px;
	padding: 0.65rem;
	background: var(--emo-white);
	border: 1px solid rgba(13, 33, 27, 0.08);
	border-radius: var(--emo-radius-sm);
	box-shadow: var(--emo-shadow-md);
}

.elmercado-child-theme .main-navigation ul ul a,
.elmercado-child-theme .primary-navigation ul ul a {
	padding: 0.72rem 0.8rem;
	border-radius: var(--emo-radius-xs);
	color: var(--emo-forest-950);
	font-size: 0.84rem;
	font-weight: 650;
}

.elmercado-child-theme .main-navigation ul ul a:hover,
.elmercado-child-theme .primary-navigation ul ul a:hover {
	background: var(--emo-forest-100);
}

.elmercado-child-theme .site-tools {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.elmercado-child-theme .site-tools > a,
.elmercado-child-theme .site-tools > div > a {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--emo-forest-950);
	text-decoration: none;
}

.elmercado-child-theme .site-tools > a:hover,
.elmercado-child-theme .site-tools > div > a:hover {
	background: var(--emo-forest-100);
	border-color: rgba(24, 54, 44, 0.08);
}

.elmercado-child-theme .site-search,
.elmercado-child-theme .dgwt-wcas-search-wrapp {
	max-width: min(390px, 31vw);
}

.elmercado-child-theme .dgwt-wcas-search-input,
.elmercado-child-theme .site-search input[type="search"] {
	min-height: 44px !important;
	background: #f5f4ef !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
}

.elmercado-child-theme .dgwt-wcas-search-input:focus,
.elmercado-child-theme .site-search input[type="search"]:focus {
	background: #fff !important;
	border-color: var(--emo-sage) !important;
}

/* Botones y formularios */
.emo-button,
.elmercado-child-theme button,
.elmercado-child-theme input[type="button"],
.elmercado-child-theme input[type="submit"],
.elmercado-child-theme .button,
.elmercado-child-theme .wp-element-button,
.elmercado-child-theme .wp-block-button__link,
.elmercado-child-theme .woocommerce a.button,
.elmercado-child-theme .woocommerce button.button,
.elmercado-child-theme .woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.82rem 1.35rem;
	background: var(--emo-forest-800);
	border: 1px solid var(--emo-forest-800);
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.015em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform var(--emo-fast), background-color var(--emo-fast), border-color var(--emo-fast), color var(--emo-fast), box-shadow var(--emo-fast);
}

.emo-button:hover,
.elmercado-child-theme button:hover,
.elmercado-child-theme input[type="submit"]:hover,
.elmercado-child-theme .button:hover,
.elmercado-child-theme .wp-element-button:hover,
.elmercado-child-theme .wp-block-button__link:hover,
.elmercado-child-theme .woocommerce a.button:hover,
.elmercado-child-theme .woocommerce button.button:hover,
.elmercado-child-theme .woocommerce input.button:hover {
	background: var(--emo-forest-950);
	border-color: var(--emo-forest-950);
	box-shadow: 0 12px 28px rgba(13, 33, 27, 0.2);
	color: #fff;
	transform: translateY(-2px);
}

.emo-button--accent {
	background: var(--emo-clay);
	border-color: var(--emo-clay);
}

.emo-button--accent:hover {
	background: #e07c50;
	border-color: #e07c50;
}

.emo-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}

.emo-button--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.65);
}

.emo-button--dark {
	background: var(--emo-forest-950);
	border-color: var(--emo-forest-950);
}

.elmercado-child-theme input[type="text"],
.elmercado-child-theme input[type="email"],
.elmercado-child-theme input[type="tel"],
.elmercado-child-theme input[type="password"],
.elmercado-child-theme input[type="search"],
.elmercado-child-theme input[type="number"],
.elmercado-child-theme input[type="url"],
.elmercado-child-theme select,
.elmercado-child-theme textarea {
	width: 100%;
	min-height: 50px;
	padding: 0.78rem 0.95rem;
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-sm);
	color: var(--emo-ink);
	font-family: inherit;
	box-shadow: inset 0 1px 0 rgba(13, 33, 27, 0.015);
	transition: border-color var(--emo-fast), box-shadow var(--emo-fast), background-color var(--emo-fast);
}

.elmercado-child-theme textarea {
	min-height: 150px;
	resize: vertical;
}

.elmercado-child-theme input:focus,
.elmercado-child-theme select:focus,
.elmercado-child-theme textarea:focus {
	background: #fff;
	border-color: var(--emo-forest-700);
	box-shadow: 0 0 0 4px rgba(47, 102, 80, 0.1);
	outline: 0;
}

/* Portada full bleed */
.elmercado-premium-home .page-header,
.elmercado-premium-home article.page > .entry-header,
.elmercado-premium-home .post-navigation {
	display: none;
}

.elmercado-premium-home #content,
.elmercado-premium-home .site-content,
.elmercado-premium-home .site-main,
.elmercado-premium-home article.page,
.elmercado-premium-home article.page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 !important;
}

.emo-home {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: clip;
	background: var(--emo-paper);
}

/* Hero */
.emo-hero {
	position: relative;
	isolation: isolate;
	min-height: min(800px, calc(100vh - 116px));
	padding-block: clamp(4.5rem, 8vw, 8rem);
	background:
		radial-gradient(circle at 12% 20%, rgba(215, 168, 79, 0.16), transparent 30%),
		radial-gradient(circle at 89% 12%, rgba(201, 109, 69, 0.16), transparent 28%),
		linear-gradient(135deg, var(--emo-forest-1000), var(--emo-forest-800));
	color: #fff;
}

.emo-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
}

.emo-hero::after {
	position: absolute;
	right: -12vw;
	bottom: -24vw;
	z-index: -1;
	width: 54vw;
	height: 54vw;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 5vw rgba(255,255,255,0.018), 0 0 0 10vw rgba(255,255,255,0.012);
	content: "";
}

.emo-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(480px, 0.85fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.emo-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 700px;
}

.emo-hero h1 {
	margin-bottom: 1.5rem;
	color: #fff;
	font-size: clamp(3.4rem, 6.7vw, 6.9rem);
	line-height: 0.92;
}

.emo-hero h1 em {
	display: block;
	margin-top: 0.16em;
	color: #eacbb9;
	font-weight: 400;
}

.emo-hero__copy > p {
	max-width: 600px;
	margin-bottom: 2.15rem;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1.03rem, 1.5vw, 1.24rem);
	line-height: 1.65;
}

.emo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.emo-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.emo-hero__proof span {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.73rem;
	line-height: 1.35;
}

.emo-hero__proof strong {
	color: #fff;
	font-size: 0.82rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.emo-hero__visual {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(12, 38px);
	min-width: 0;
}

.emo-hero-card {
	position: relative;
	display: block;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--emo-radius-md);
	box-shadow: var(--emo-shadow-lg);
	overflow: hidden;
	text-decoration: none;
	transition: transform var(--emo-normal), box-shadow var(--emo-normal);
}

.emo-hero-card:hover {
	z-index: 4;
	transform: translateY(-8px) rotate(0deg) !important;
}

.emo-hero-card--1 {
	z-index: 2;
	grid-column: 1 / 8;
	grid-row: 1 / 9;
	transform: rotate(-2deg);
}

.emo-hero-card--2 {
	z-index: 3;
	grid-column: 8 / 13;
	grid-row: 2 / 7;
	transform: rotate(2.5deg);
}

.emo-hero-card--3 {
	z-index: 3;
	grid-column: 6 / 13;
	grid-row: 7 / 13;
	transform: rotate(1deg);
}

.emo-hero-card--4 {
	z-index: 1;
	grid-column: 1 / 6;
	grid-row: 9 / 13;
	transform: rotate(-3deg);
}

.emo-hero-card figure {
	position: relative;
	height: 100%;
	margin: 0;
	background: #d8d1c5;
}

.emo-hero-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms var(--emo-ease);
}

.emo-hero-card:hover img {
	transform: scale(1.055);
}

.emo-hero-card figure::after {
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(to top, rgba(5, 18, 14, 0.8), transparent);
	content: "";
}

.emo-hero-card figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 1rem 1.1rem;
	color: #fff;
}

.emo-hero-card figcaption span {
	color: #eec9b5;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.emo-hero-card figcaption strong {
	display: -webkit-box;
	font-size: 0.88rem;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.emo-hero__placeholder {
	position: relative;
	min-height: 540px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: var(--emo-radius-xl);
	background: radial-gradient(circle at 50% 40%, rgba(215,168,79,0.3), transparent 38%), rgba(255,255,255,0.05);
}

.emo-hero__placeholder span {
	position: absolute;
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 50%;
}

.emo-hero__placeholder span:nth-child(1) { inset: 12%; }
.emo-hero__placeholder span:nth-child(2) { inset: 25%; }
.emo-hero__placeholder span:nth-child(3) { inset: 39%; background: var(--emo-clay); }

/* Confianza */
.emo-trust {
	position: relative;
	z-index: 3;
	margin-top: -1px;
	background: var(--emo-white);
	border-bottom: 1px solid var(--emo-line);
}

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

.emo-trust article {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	padding: clamp(1.8rem, 3vw, 2.8rem);
}

.emo-trust article + article {
	border-left: 1px solid var(--emo-line);
}

.emo-trust article > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	background: var(--emo-forest-100);
	border-radius: 50%;
	color: var(--emo-forest-800);
	font-size: 0.7rem;
	font-weight: 850;
}

.emo-trust strong {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--emo-forest-950);
	font-size: 0.94rem;
}

.emo-trust p {
	margin: 0;
	color: var(--emo-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

/* Categorías */
.emo-categories {
	background: var(--emo-paper);
}

.emo-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
}

.emo-category-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 310px;
	align-items: flex-end;
	padding: 1.2rem;
	border-radius: var(--emo-radius-md);
	box-shadow: var(--emo-shadow-xs);
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	transition: transform var(--emo-normal), box-shadow var(--emo-normal);
}

.emo-category-card:hover {
	box-shadow: var(--emo-shadow-md);
	color: #fff;
	transform: translateY(-7px);
}

.emo-category-card__media {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top, rgba(8, 24, 18, 0.92) 0%, rgba(8, 24, 18, 0.2) 60%, rgba(8, 24, 18, 0.04) 100%),
		var(--emo-category-image, linear-gradient(135deg, var(--emo-forest-700), var(--emo-clay)));
	background-position: center;
	background-size: cover;
	transition: transform 650ms var(--emo-ease);
}

.emo-category-card:hover .emo-category-card__media {
	transform: scale(1.06);
}

.emo-category-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding-right: 2rem;
}

.emo-category-card__content strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.emo-category-card__content small {
	margin-top: 0.35rem;
	color: rgba(255,255,255,0.68);
	font-size: 0.7rem;
}

.emo-category-card > svg {
	position: absolute;
	right: 1.1rem;
	bottom: 1.2rem;
	z-index: 2;
	width: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform var(--emo-fast);
}

.emo-category-card:hover > svg {
	transform: translateX(4px);
}

/* Selección de productos */
.emo-featured-products {
	background: var(--emo-white);
}

.emo-featured-products .products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Historia */
.emo-story {
	background: var(--emo-paper-deep);
}

.emo-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(1rem, 3vw, 2rem);
}

.emo-story__panel {
	display: flex;
	min-height: 620px;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(2.2rem, 6vw, 5rem);
	background:
		radial-gradient(circle at 85% 15%, rgba(215,168,79,0.2), transparent 30%),
		linear-gradient(145deg, var(--emo-forest-1000), var(--emo-forest-700));
	border-radius: var(--emo-radius-lg);
	color: rgba(255,255,255,0.75);
}

.emo-story__panel h2 {
	max-width: 650px;
	margin-bottom: 1.5rem;
	color: #fff;
}

.emo-story__panel p {
	max-width: 560px;
	margin-bottom: 2rem;
	font-size: 1.05rem;
}

.emo-story__values {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.emo-story__values article {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 0.7fr) minmax(0, 1fr);
	align-items: start;
	gap: 1.3rem;
	padding: clamp(1.7rem, 4vw, 2.8rem);
	background: rgba(255,255,255,0.62);
	border: 1px solid rgba(13,33,27,0.08);
	border-radius: var(--emo-radius-md);
	transition: background-color var(--emo-normal), transform var(--emo-normal);
}

.emo-story__values article:hover {
	background: #fff;
	transform: translateX(6px);
}

.emo-story__values article > span {
	color: var(--emo-clay);
	font-size: 0.7rem;
	font-weight: 850;
}

.emo-story__values h3 {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.emo-story__values p {
	margin: 0;
	color: var(--emo-muted);
	font-size: 0.9rem;
}

/* CTA de productores */
.emo-vendor-cta {
	background: var(--emo-white);
}

.emo-vendor-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
	padding: clamp(2.3rem, 6vw, 5rem);
	background: var(--emo-paper);
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-lg);
	overflow: hidden;
}

.emo-vendor-cta__inner::after {
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 400px;
	height: 400px;
	border: 70px solid rgba(47,102,80,0.06);
	border-radius: 50%;
	content: "";
}

.emo-vendor-cta__inner > div,
.emo-vendor-cta__inner > a {
	position: relative;
	z-index: 2;
}

.emo-vendor-cta h2 {
	max-width: 780px;
	margin-bottom: 1rem;
}

.emo-vendor-cta p {
	max-width: 700px;
	margin: 0;
	color: var(--emo-muted);
	font-size: 1rem;
}

/* Página, editor y avisos */
.elmercado-child-theme:not(.elmercado-premium-home) .site-content {
	padding-block: clamp(2rem, 5vw, 5rem);
}

.elmercado-child-theme .page-header {
	padding: clamp(2.2rem, 5vw, 4.5rem) 0;
	background: linear-gradient(135deg, var(--emo-paper-deep), var(--emo-paper));
	border-bottom: 1px solid var(--emo-line);
}

.elmercado-child-theme .page-header h1 {
	margin: 0;
	font-size: clamp(2.3rem, 5vw, 4.7rem);
}

.elmercado-child-theme .entry-content > .wp-block-group,
.elmercado-child-theme .entry-content > .wp-block-cover,
.elmercado-child-theme .entry-content > .wp-block-columns,
.elmercado-child-theme .elementor-section {
	margin-bottom: clamp(2.5rem, 6vw, 6rem);
}

.elmercado-child-theme .wp-block-cover,
.elmercado-child-theme .entry-content .elementor-widget-image img {
	border-radius: var(--emo-radius-lg);
	overflow: hidden;
}

.elmercado-child-theme .wp-block-quote {
	margin: 2.5rem 0;
	padding: 1.8rem 2rem;
	background: var(--emo-forest-100);
	border: 0;
	border-left: 4px solid var(--emo-clay);
	border-radius: 0 var(--emo-radius-md) var(--emo-radius-md) 0;
}

.elmercado-child-theme .woocommerce-breadcrumb,
.elmercado-child-theme .breadcrumbs {
	margin-bottom: 1.5rem;
	color: var(--emo-muted);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.elmercado-child-theme .woocommerce-message,
.elmercado-child-theme .woocommerce-info,
.elmercado-child-theme .woocommerce-error {
	margin-bottom: 1.5rem;
	padding: 1rem 1.2rem 1rem 3.2rem;
	background: #fff;
	border: 1px solid var(--emo-line);
	border-top: 0;
	border-left: 4px solid var(--emo-forest-700);
	border-radius: var(--emo-radius-sm);
	box-shadow: var(--emo-shadow-xs);
}

.elmercado-child-theme .woocommerce-error {
	border-left-color: var(--emo-danger);
}

/* Catálogo y tarjetas */
.elmercado-child-theme.woocommerce .products,
.elmercado-child-theme .woocommerce .products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.55rem);
	margin: 0;
}

.elmercado-child-theme.woocommerce ul.products::before,
.elmercado-child-theme.woocommerce ul.products::after,
.elmercado-child-theme .woocommerce ul.products::before,
.elmercado-child-theme .woocommerce ul.products::after {
	display: none;
}

.elmercado-child-theme.woocommerce ul.products li.product,
.elmercado-child-theme .woocommerce ul.products li.product {
	position: relative;
	display: flex;
	float: none;
	width: auto;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0 0 1.15rem;
	flex-direction: column;
	background: var(--emo-white);
	border: 1px solid rgba(13, 33, 27, 0.08);
	border-radius: var(--emo-radius-md);
	box-shadow: var(--emo-shadow-xs);
	overflow: hidden;
	transition: transform var(--emo-normal), box-shadow var(--emo-normal), border-color var(--emo-normal);
}

.elmercado-child-theme.woocommerce ul.products li.product:hover,
.elmercado-child-theme .woocommerce ul.products li.product:hover {
	border-color: rgba(47, 102, 80, 0.2);
	box-shadow: var(--emo-shadow-md);
	transform: translateY(-7px);
}

.elmercado-child-theme.woocommerce ul.products li.product > a,
.elmercado-child-theme .woocommerce ul.products li.product > a {
	text-decoration: none;
}

.elmercado-child-theme.woocommerce ul.products li.product a img,
.elmercado-child-theme .woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 1rem;
	background: #eeece6;
	object-fit: cover;
	transition: transform 650ms var(--emo-ease), filter var(--emo-normal);
}

.elmercado-child-theme.woocommerce ul.products li.product:hover a img,
.elmercado-child-theme .woocommerce ul.products li.product:hover a img {
	filter: saturate(1.04);
	transform: scale(1.035);
}

.elmercado-child-theme.woocommerce ul.products li.product .woocommerce-loop-product__title,
.elmercado-child-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
.elmercado-child-theme.woocommerce ul.products li.product h2,
.elmercado-child-theme .woocommerce ul.products li.product h2 {
	display: -webkit-box;
	min-height: 2.7em;
	margin: 0;
	padding: 0 1.05rem;
	color: var(--emo-forest-950);
	font-family: inherit;
	font-size: 0.98rem;
	font-weight: 760;
	letter-spacing: -0.012em;
	line-height: 1.35;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.elmercado-child-theme.woocommerce ul.products li.product .star-rating,
.elmercado-child-theme .woocommerce ul.products li.product .star-rating {
	margin: 0.5rem 1.05rem 0;
	color: var(--emo-honey);
	font-size: 0.78rem;
}

.elmercado-child-theme.woocommerce ul.products li.product .price,
.elmercado-child-theme .woocommerce ul.products li.product .price {
	margin-top: auto;
	padding: 0.75rem 1.05rem 0;
	color: var(--emo-forest-800);
	font-size: 1.05rem;
	font-weight: 850;
}

.elmercado-child-theme.woocommerce ul.products li.product .price del,
.elmercado-child-theme .woocommerce ul.products li.product .price del {
	color: var(--emo-muted);
	font-size: 0.82em;
	opacity: 0.65;
}

.elmercado-child-theme.woocommerce ul.products li.product .button,
.elmercado-child-theme .woocommerce ul.products li.product .button {
	width: calc(100% - 2.1rem);
	min-height: 42px;
	margin: 0.9rem 1.05rem 0;
	padding: 0.68rem 0.85rem;
	font-size: 0.78rem;
}

.elmercado-child-theme .onsale {
	top: 0.8rem;
	right: 0.8rem;
	left: auto;
	min-width: auto;
	min-height: auto;
	padding: 0.46rem 0.7rem;
	background: var(--emo-clay);
	border-radius: 999px;
	box-shadow: 0 7px 16px rgba(13,33,27,0.18);
	color: #fff;
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.elmercado-child-theme .woostify-sorting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2rem;
	padding: 0.85rem 1rem;
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-sm);
}

.elmercado-child-theme .woocommerce-result-count,
.elmercado-child-theme .woocommerce-ordering {
	margin: 0;
}

.elmercado-child-theme .woocommerce-ordering select {
	min-width: 230px;
}

.elmercado-child-theme #secondary .widget,
.elmercado-child-theme .shop-widget {
	margin-bottom: 1rem;
	padding: 1.3rem;
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-sm);
}

.elmercado-child-theme #secondary .widget-title,
.elmercado-child-theme #secondary h6 {
	margin-bottom: 1rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--emo-line);
	font-family: inherit;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Producto individual */
.elmercado-child-theme.single-product div.product {
	padding-top: clamp(1rem, 3vw, 3rem);
}

.elmercado-child-theme.single-product .product-page-container,
.elmercado-child-theme.single-product div.product {
	column-gap: clamp(2rem, 5vw, 5rem);
}

.elmercado-child-theme.single-product div.product .woocommerce-product-gallery,
.elmercado-child-theme.single-product div.product .summary {
	margin-bottom: clamp(3rem, 6vw, 6rem);
}

.elmercado-child-theme.single-product .woocommerce-product-gallery__wrapper,
.elmercado-child-theme.single-product .woocommerce-product-gallery__image {
	border-radius: var(--emo-radius-md);
	overflow: hidden;
}

.elmercado-child-theme.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	background: #eceae4;
	border-radius: var(--emo-radius-md);
}

.elmercado-child-theme.single-product div.product .summary {
	padding: clamp(1.5rem, 3.2vw, 2.8rem);
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-lg);
	box-shadow: var(--emo-shadow-sm);
}

@media (min-width: 992px) {
	.elmercado-child-theme.single-product div.product .summary {
		position: sticky;
		top: 125px;
	}
}

.elmercado-child-theme.single-product .product_title {
	margin-bottom: 1rem;
	font-size: clamp(2.15rem, 4.2vw, 4rem);
}

.elmercado-child-theme.single-product div.product p.price,
.elmercado-child-theme.single-product div.product span.price {
	color: var(--emo-forest-800);
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 850;
}

.elmercado-child-theme.single-product .woocommerce-product-details__short-description {
	padding: 0;
	color: var(--emo-muted);
	font-size: 0.98rem;
}

.elmercado-child-theme.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem;
	margin-top: 1.5rem;
}

.elmercado-child-theme.single-product .quantity {
	margin: 0;
	padding: 0;
}

.elmercado-child-theme.single-product .quantity .qty {
	width: 78px;
	min-height: 48px;
	border-radius: 999px;
}

.elmercado-child-theme.single-product .single_add_to_cart_button {
	min-height: 50px;
	padding-inline: 1.7rem;
}

.elmercado-child-theme.single-product .product_meta {
	margin-top: 1.5rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--emo-line);
	color: var(--emo-muted);
	font-size: 0.78rem;
}

.elmercado-child-theme .woocommerce-tabs {
	padding: clamp(1.3rem, 3.5vw, 2.8rem);
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-lg);
	box-shadow: var(--emo-shadow-xs);
}

.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
	padding: 0;
	border-bottom: 1px solid var(--emo-line);
}

.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	padding: 0.8rem 1rem;
	color: var(--emo-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--emo-forest-950);
}

.elmercado-child-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: var(--emo-clay);
	content: "";
}

/* Carrito, checkout y cuenta */
.elmercado-child-theme .woocommerce table.shop_table,
.elmercado-child-theme .woocommerce-checkout-review-order,
.elmercado-child-theme .woocommerce form.checkout_coupon,
.elmercado-child-theme .woocommerce form.login,
.elmercado-child-theme .woocommerce form.register,
.elmercado-child-theme .woocommerce-MyAccount-navigation,
.elmercado-child-theme .woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-md);
	box-shadow: var(--emo-shadow-xs);
}

.elmercado-child-theme .woocommerce table.shop_table {
	border-collapse: separate;
	overflow: hidden;
}

.elmercado-child-theme .woocommerce table.shop_table th,
.elmercado-child-theme .woocommerce table.shop_table td {
	padding: 1rem;
	border-color: var(--emo-line);
}

.elmercado-child-theme .woocommerce table.shop_table th {
	background: #faf9f5;
	color: var(--emo-forest-950);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.elmercado-child-theme .cart_totals,
.elmercado-child-theme .woocommerce-checkout #payment {
	padding: clamp(1.2rem, 3vw, 2rem);
	background: var(--emo-forest-100);
	border: 1px solid rgba(47,102,80,0.12);
	border-radius: var(--emo-radius-md);
}

.elmercado-child-theme .checkout_coupon,
.elmercado-child-theme .woocommerce-form-coupon-toggle {
	max-width: 740px;
}

.elmercado-child-theme .woocommerce-checkout .col2-set,
.elmercado-child-theme .woocommerce-checkout-review-order {
	margin-bottom: 2rem;
}

.elmercado-child-theme .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0.75rem;
	list-style: none;
}

.elmercado-child-theme .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 0.82rem 0.95rem;
	border-radius: var(--emo-radius-xs);
	color: var(--emo-forest-950);
	font-size: 0.85rem;
	font-weight: 720;
	text-decoration: none;
}

.elmercado-child-theme .woocommerce-MyAccount-navigation li.is-active a,
.elmercado-child-theme .woocommerce-MyAccount-navigation li a:hover {
	background: var(--emo-forest-100);
}

.elmercado-child-theme .woocommerce-MyAccount-content {
	padding: clamp(1.25rem, 3vw, 2.3rem);
}

/* Blog */
.elmercado-child-theme .post,
.elmercado-child-theme .type-post {
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-md);
	box-shadow: var(--emo-shadow-xs);
	overflow: hidden;
}

.elmercado-child-theme .post .entry-header,
.elmercado-child-theme .post .entry-content,
.elmercado-child-theme .post .entry-footer {
	padding-right: clamp(1.3rem, 4vw, 3rem);
	padding-left: clamp(1.3rem, 4vw, 3rem);
}

.elmercado-child-theme.single-post .post {
	max-width: 980px;
	margin-inline: auto;
}

.elmercado-child-theme.single-post .post .entry-content {
	font-size: 1.04rem;
	line-height: 1.78;
}

/* Pie */
.elmercado-child-theme .site-footer {
	position: relative;
	margin-top: clamp(4rem, 8vw, 8rem);
	padding-top: clamp(3rem, 7vw, 6rem);
	background: var(--emo-forest-1000) !important;
	color: rgba(255, 255, 255, 0.7) !important;
}

.elmercado-premium-home .site-footer {
	margin-top: 0;
}

.elmercado-child-theme .site-footer::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(215,168,79,0.65), transparent);
	content: "";
}

.elmercado-child-theme .site-footer h2,
.elmercado-child-theme .site-footer h3,
.elmercado-child-theme .site-footer h4,
.elmercado-child-theme .site-footer h5,
.elmercado-child-theme .site-footer a {
	color: #fff !important;
}

.elmercado-child-theme .site-footer h4,
.elmercado-child-theme .site-footer .widget-title {
	margin-bottom: 1.2rem;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.elmercado-child-theme .site-footer a {
	letter-spacing: 0;
	text-decoration: none;
}

.elmercado-child-theme .site-footer a:hover {
	color: #eec9b5 !important;
}

.elmercado-child-theme .site-footer-widget {
	padding-block: 1.5rem 3rem;
}

/* Utilidades y movimiento */
.emo-panel {
	padding: clamp(1.4rem, 3vw, 2.5rem);
	background: #fff;
	border: 1px solid var(--emo-line);
	border-radius: var(--emo-radius-md);
	box-shadow: var(--emo-shadow-xs);
}

.emo-panel--green {
	background: var(--emo-forest-900);
	border-color: var(--emo-forest-900);
	color: #fff;
}

.emo-panel--green h2,
.emo-panel--green h3 {
	color: #fff;
}

.emo-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms var(--emo-ease), transform 650ms var(--emo-ease);
}

.emo-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Tablet */
@media (max-width: 1180px) {
	.emo-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
		gap: 3rem;
	}

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

	.emo-category-card {
		min-height: 280px;
	}

	.emo-featured-products .products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 991px) {
	.elmercado-child-theme.admin-bar .site-header {
		top: 46px;
	}

	.elmercado-child-theme .site-header-inner .woostify-container {
		min-height: 68px !important;
	}

	.elmercado-child-theme .site-branding img,
	.elmercado-child-theme .custom-logo {
		max-height: 52px;
	}

	.elmercado-child-theme .site-search,
	.elmercado-child-theme .dgwt-wcas-search-wrapp {
		max-width: none;
	}

	.emo-hero {
		min-height: auto;
	}

	.emo-hero__grid {
		grid-template-columns: 1fr;
	}

	.emo-hero__copy {
		max-width: 820px;
	}

	.emo-hero__visual {
		width: min(100%, 720px);
		margin-inline: auto;
	}

	.emo-trust__grid {
		grid-template-columns: 1fr;
	}

	.emo-trust article + article {
		border-top: 1px solid var(--emo-line);
		border-left: 0;
	}

	.emo-story__grid {
		grid-template-columns: 1fr;
	}

	.emo-story__panel {
		min-height: 520px;
	}

	.elmercado-child-theme.woocommerce .products,
	.elmercado-child-theme .woocommerce .products,
	.emo-featured-products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.emo-vendor-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Móvil */
@media (max-width: 767px) {
	.emo-shell,
	.elmercado-child-theme .woostify-container,
	.elmercado-child-theme .container {
		width: min(calc(100% - 28px), var(--emo-shell));
	}

	.emo-announcement__inner {
		display: flex;
		min-height: 34px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.emo-announcement__inner::-webkit-scrollbar {
		display: none;
	}

	.emo-announcement__inner > span {
		min-width: max-content;
		padding-inline: 1rem;
		font-size: 0.68rem;
	}

	.elmercado-child-theme .site-header {
		top: 0;
	}

	.elmercado-child-theme.admin-bar .site-header {
		top: 46px;
	}

	.elmercado-child-theme .site-header-inner .woostify-container {
		min-height: 62px !important;
	}

	.elmercado-child-theme .site-branding img,
	.elmercado-child-theme .custom-logo {
		max-height: 46px;
	}

	.emo-section {
		padding-block: 4.5rem;
	}

	.emo-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}

	.emo-section-heading > p {
		max-width: 100%;
	}

	.emo-hero {
		padding-block: 4.2rem 3.6rem;
	}

	.emo-hero h1 {
		font-size: clamp(3.25rem, 15vw, 5.4rem);
	}

	.emo-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.emo-hero__actions .emo-button {
		width: 100%;
	}

	.emo-hero__proof {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.emo-hero__proof span {
		padding-bottom: 0.75rem;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.emo-hero__visual {
		grid-template-rows: repeat(12, 28px);
	}

	.emo-hero-card figcaption {
		padding: 0.75rem;
	}

	.emo-hero-card figcaption strong {
		font-size: 0.74rem;
	}

	.emo-category-grid {
		display: flex;
		width: calc(100vw - 14px);
		margin-right: -14px;
		overflow-x: auto;
		padding-right: 14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.emo-category-grid::-webkit-scrollbar {
		display: none;
	}

	.emo-category-card {
		min-width: min(78vw, 310px);
		min-height: 360px;
		scroll-snap-align: start;
	}

	.emo-story__panel {
		min-height: 480px;
		padding: 2rem;
	}

	.emo-story__values article {
		grid-template-columns: 36px 1fr;
	}

	.emo-story__values article p {
		grid-column: 2;
	}

	.emo-vendor-cta__inner {
		padding: 2rem;
	}

	.elmercado-child-theme .woostify-sorting {
		align-items: stretch;
		flex-direction: column;
	}

	.elmercado-child-theme .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 520px) {
	body.elmercado-child-theme {
		font-size: 15px;
	}

	.emo-hero__visual {
		grid-template-rows: repeat(12, 23px);
	}

	.emo-hero-card--2 figcaption,
	.emo-hero-card--4 figcaption {
		display: none;
	}

	.elmercado-child-theme.woocommerce .products,
	.elmercado-child-theme .woocommerce .products,
	.emo-featured-products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.75rem;
	}

	.elmercado-child-theme.woocommerce ul.products li.product,
	.elmercado-child-theme .woocommerce ul.products li.product {
		border-radius: 14px;
	}

	.elmercado-child-theme.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.elmercado-child-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
	.elmercado-child-theme.woocommerce ul.products li.product h2,
	.elmercado-child-theme .woocommerce ul.products li.product h2 {
		min-height: 2.65em;
		padding-inline: 0.72rem;
		font-size: 0.82rem;
	}

	.elmercado-child-theme.woocommerce ul.products li.product .price,
	.elmercado-child-theme .woocommerce ul.products li.product .price {
		padding: 0.6rem 0.72rem 0;
		font-size: 0.9rem;
	}

	.elmercado-child-theme.woocommerce ul.products li.product .button,
	.elmercado-child-theme .woocommerce ul.products li.product .button {
		width: calc(100% - 1.44rem);
		min-height: 38px;
		margin: 0.7rem 0.72rem 0;
		padding: 0.55rem;
		font-size: 0.68rem;
	}

	.elmercado-child-theme.woocommerce ul.products li.product .star-rating,
	.elmercado-child-theme .woocommerce ul.products li.product .star-rating {
		margin-inline: 0.72rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

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