/* ==========================================================
   EVAL · EXPERIENCIA DE PRODUCTO
   ========================================================== */

body.single-product,
body.post-type-archive-product,
body.tax-product_cat,
body.eval-quote-page-body,
body.eval-cart-page-body,
body.eval-checkout-page-body,
body.eval-legal-page-body {
	--eval-blue: #002858;
	--eval-deep: #001d42;
	--eval-link: #0b5fa8;
	--eval-title: #13233b;
	--eval-text: #526070;
	--eval-border: #e2e7ec;
	--eval-warm: #f6f3ee;
	--eval-kraft: #d8b98f;
	--eval-whatsapp: #25d366;
	--eval-whatsapp-dark: #1ead52;
}

/* ==================================================
   PÁGINAS LEGALES — EVAL 1.7
   ================================================== */

.eval-legal-page-body .page-title {
	display: none !important;
}

.eval-legal-page-body #main,
.eval-legal-page-body #main > .ct-container-full,
.eval-legal-page-body article,
.eval-legal-page-body .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.eval-legal,
.eval-legal * {
	box-sizing: border-box;
}

.eval-legal {
	width: min(1240px, calc(100% - 64px));
	margin: 38px auto 76px;
	color: var(--eval-text);
	font-family: "Manrope", sans-serif;
}

.eval-legal h1,
.eval-legal h2,
.eval-legal p,
.eval-legal a,
.eval-legal li {
	font-family: "Manrope", sans-serif;
}

.eval-legal a {
	text-decoration: none;
}

.eval-legal__hero {
	min-height: 350px;
	padding: 58px 62px;
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	align-items: center;
	gap: 56px;
	border: 1px solid var(--eval-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 20%, rgba(216, 185, 143, .27), transparent 30%),
		linear-gradient(120deg, #fff 0%, #fbfcfd 61%, #f7f1e8 100%);
	box-shadow: 0 22px 60px rgba(0, 40, 88, .08);
}

.eval-legal__hero::after {
	content: "";
	width: 390px;
	height: 390px;
	position: absolute;
	right: -155px;
	bottom: -230px;
	border: 1px solid rgba(11, 95, 168, .12);
	border-radius: 50%;
	box-shadow:
		0 0 0 54px rgba(11, 95, 168, .035),
		0 0 0 108px rgba(11, 95, 168, .022);
}

.eval-legal__hero-copy {
	position: relative;
	z-index: 2;
}

.eval-legal__eyebrow {
	margin-bottom: 12px;
	display: inline-block;
	color: var(--eval-link);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.eval-legal__hero h1 {
	max-width: 780px;
	margin: 0;
	color: var(--eval-deep);
	font-size: clamp(42px, 4.15vw, 62px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.eval-legal__hero-copy > p {
	max-width: 760px;
	margin: 22px 0 0;
	color: var(--eval-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}

.eval-legal__hero-copy > small {
	margin-top: 18px;
	display: block;
	color: #788695;
	font-size: 11px;
	font-weight: 650;
}

.eval-legal__hero-mark {
	width: 170px;
	height: 170px;
	position: relative;
	z-index: 2;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 13px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
	background: var(--eval-blue);
	color: #fff;
	text-align: center;
	box-shadow:
		0 18px 34px rgba(0, 40, 88, .2),
		inset 0 0 0 8px rgba(255, 255, 255, .045);
}

.eval-legal__hero-mark .eval-ops-icon {
	width: 33px;
	height: 33px;
}

.eval-legal__hero-mark strong {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.eval-legal__draft-note {
	margin-top: 18px;
	padding: 20px 24px;
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	gap: 24px;
	border: 1px solid #e7c893;
	border-radius: 13px;
	background: #fff8e9;
	color: #6c5128;
}

.eval-legal__draft-note strong {
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: .035em;
}

.eval-legal__draft-note p {
	margin: 0;
	color: #745d37;
	font-size: 13px;
	line-height: 1.55;
}

.eval-legal__layout {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	align-items: start;
	gap: 54px;
}

.eval-legal__sidebar {
	position: sticky;
	top: 112px;
}

.eval-legal__sidebar > span {
	margin-bottom: 13px;
	display: block;
	color: #7a8796;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.eval-legal__sidebar nav {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--eval-border);
}

.eval-legal__sidebar nav a {
	padding: 13px 3px;
	display: grid;
	grid-template-columns: 29px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	border-bottom: 1px solid var(--eval-border);
	color: var(--eval-title);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.eval-legal__sidebar nav a:hover {
	color: var(--eval-link);
}

.eval-legal__sidebar nav small {
	color: var(--eval-link);
	font-size: 9px;
	font-weight: 800;
}

.eval-legal__help {
	margin-top: 22px;
	padding: 22px;
	border-radius: 14px;
	background: var(--eval-deep);
	color: #fff;
}

.eval-legal__help > span {
	width: 37px;
	height: 37px;
	margin-bottom: 15px;
	display: grid;
	border-radius: 9px;
	background: rgba(255, 255, 255, .1);
	place-items: center;
}

.eval-legal__help .eval-ops-icon {
	width: 21px;
	height: 21px;
}

.eval-legal__help strong {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.eval-legal__help p {
	margin: 7px 0 13px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	line-height: 1.55;
}

.eval-legal__help a {
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.eval-legal__content {
	min-width: 0;
}

.eval-legal__section {
	padding: 0 0 39px;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	scroll-margin-top: 120px;
}

.eval-legal__section + .eval-legal__section {
	padding-top: 39px;
	border-top: 1px solid var(--eval-border);
}

.eval-legal__section-number {
	width: 39px;
	height: 39px;
	display: grid;
	border: 1px solid #d6e0ea;
	border-radius: 10px;
	background: #f7fafc;
	color: var(--eval-link);
	font-size: 10px;
	font-weight: 850;
	place-items: center;
}

.eval-legal__section h2 {
	margin: 2px 0 16px;
	color: var(--eval-deep);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.eval-legal__section p,
.eval-legal__section li {
	color: var(--eval-text);
	font-size: 14px;
	font-weight: 450;
	line-height: 1.72;
}

.eval-legal__section p {
	margin: 0 0 14px;
}

.eval-legal__section p:last-child {
	margin-bottom: 0;
}

.eval-legal__section ul,
.eval-legal__section ol {
	margin: 16px 0 18px;
	padding-left: 22px;
}

.eval-legal__section li + li {
	margin-top: 7px;
}

.eval-legal__section strong {
	color: var(--eval-title);
	font-weight: 750;
}

.eval-legal__section a {
	color: var(--eval-link);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.eval-legal__section a:hover {
	color: var(--eval-blue);
}

.eval-legal__route-grid {
	margin-bottom: 19px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.eval-legal__route-grid article {
	padding: 20px;
	border: 1px solid var(--eval-border);
	border-radius: 13px;
	background: #f8fafc;
}

.eval-legal__route-grid small {
	display: block;
	color: var(--eval-link);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.eval-legal__route-grid strong {
	margin: 7px 0 8px;
	display: block;
	color: var(--eval-deep);
	font-size: 19px;
	font-weight: 850;
}

.eval-legal__route-grid p {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
}

.eval-legal__contact {
	margin-top: 16px;
	padding: 33px 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	border-radius: 17px;
	background:
		radial-gradient(circle at 100% 0%, rgba(216, 185, 143, .19), transparent 32%),
		var(--eval-deep);
	color: #fff;
}

.eval-legal__contact .eval-legal__eyebrow {
	margin-bottom: 8px;
	color: #9bc6ee;
}

.eval-legal__contact h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.eval-legal__contact p {
	max-width: 640px;
	margin: 9px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.6;
}

.eval-legal__contact p a {
	color: #fff;
	font-weight: 700;
}

.eval-legal__contact-button {
	min-height: 44px;
	padding: 0 18px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	color: var(--eval-deep) !important;
	font-size: 12px;
	font-weight: 850;
}

.eval-legal__contact-button:hover {
	background: #edf4fb;
}

.eval-legal__related {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--eval-border);
	border-radius: 14px;
	overflow: hidden;
}

.eval-legal__related a {
	min-height: 68px;
	padding: 17px 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--eval-title);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
}

.eval-legal__related a + a {
	border-left: 1px solid var(--eval-border);
}

.eval-legal__related a:hover {
	background: #f7fafc;
	color: var(--eval-link);
}

.eval-legal__related span {
	color: var(--eval-link);
	font-size: 17px;
}

@media (max-width: 999px) {
	.eval-legal {
		width: calc(100% - 40px);
		margin-top: 24px;
	}

	.eval-legal__hero {
		min-height: 310px;
		padding: 44px 42px;
		grid-template-columns: minmax(0, 1fr) 140px;
		gap: 30px;
	}

	.eval-legal__hero-mark {
		width: 132px;
		height: 132px;
	}

	.eval-legal__draft-note {
		grid-template-columns: 200px minmax(0, 1fr);
	}

	.eval-legal__layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 34px;
	}

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

	.eval-legal__related a:nth-child(3) {
		border-top: 1px solid var(--eval-border);
		border-left: 0;
	}

	.eval-legal__related a:nth-child(4) {
		border-top: 1px solid var(--eval-border);
	}
}

@media (max-width: 767px) {
	.eval-legal {
		width: calc(100% - 24px);
		margin: 14px auto 96px;
	}

	.eval-legal__hero {
		min-height: 0;
		padding: 32px 22px;
		display: block;
		border-radius: 16px;
	}

	.eval-legal__hero h1 {
		font-size: 36px;
	}

	.eval-legal__hero-copy > p {
		margin-top: 17px;
		font-size: 14px;
		line-height: 1.6;
	}

	.eval-legal__hero-mark {
		display: none;
	}

	.eval-legal__draft-note {
		padding: 17px 18px;
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.eval-legal__draft-note strong {
		font-size: 11px;
	}

	.eval-legal__draft-note p {
		font-size: 12px;
	}

	.eval-legal__layout {
		margin-top: 31px;
		display: block;
	}

	.eval-legal__sidebar {
		position: static;
	}

	.eval-legal__sidebar > span,
	.eval-legal__sidebar nav {
		display: none;
	}

	.eval-legal__help {
		margin: 0 0 34px;
		padding: 18px;
	}

	.eval-legal__help > span {
		margin-bottom: 10px;
	}

	.eval-legal__section {
		padding-bottom: 31px;
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 12px;
	}

	.eval-legal__section + .eval-legal__section {
		padding-top: 31px;
	}

	.eval-legal__section-number {
		width: 34px;
		height: 34px;
		border-radius: 8px;
	}

	.eval-legal__section h2 {
		margin-top: 1px;
		font-size: 21px;
	}

	.eval-legal__section p,
	.eval-legal__section li {
		font-size: 13px;
		line-height: 1.66;
	}

	.eval-legal__route-grid {
		grid-template-columns: 1fr;
	}

	.eval-legal__contact {
		padding: 26px 22px;
		display: block;
	}

	.eval-legal__contact h2 {
		font-size: 21px;
	}

	.eval-legal__contact-button {
		width: 100%;
		margin-top: 19px;
	}

	.eval-legal__related {
		grid-template-columns: 1fr;
	}

	.eval-legal__related a + a,
	.eval-legal__related a:nth-child(3),
	.eval-legal__related a:nth-child(4) {
		border-top: 1px solid var(--eval-border);
		border-left: 0;
	}
}

/* ==================================================
   PORTADA — CATEGORÍAS Y PRODUCTOS REALES
   ================================================== */

.eval-category-card--live .eval-category-card__media {
	background: linear-gradient(145deg, #fbfaf8, #f5f0e8);
}

.eval-category-card--live .eval-category-card__media img {
	width: 100%;
	height: 100%;
	padding: 8px;
	object-fit: contain;
	transition: transform .24s ease;
}

.eval-category-card--live:hover .eval-category-card__media img {
	transform: scale(1.035);
}

.eval-product-card--live {
	color: inherit !important;
	text-decoration: none !important;
}

.eval-product-card--live .eval-product-card__media {
	background: linear-gradient(145deg, #fff, #f8f4ed);
}

.eval-product-card--live .eval-product-card__media img {
	width: 100%;
	height: 100%;
	padding: 8px;
	object-fit: contain;
	transition: transform .24s ease;
}

.eval-product-card--live:hover .eval-product-card__media img {
	transform: scale(1.035);
}

.eval-product-card--live .eval-product-card__content p {
	margin-top: 7px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.eval-home-product-price {
	color: #002858;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.eval-home-product-price .woocommerce-Price-amount {
	color: inherit;
	font: inherit;
}

.eval-home-product-sku {
	color: #7a8796;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.eval-category-card--live .eval-category-card__media img,
	.eval-product-card--live .eval-product-card__media img {
		padding: 5px;
	}

	.eval-home-product-price {
		font-size: 11px;
	}

	.eval-home-product-sku {
		font-size: 8px;
	}
}

/* ==================================================
   PÁGINAS OPERATIVAS — EVAL 1.5
   ================================================== */

.eval-ops-page-body .page-title {
	display: none !important;
}

.eval-ops-page-body #main,
.eval-ops-page-body #main > .ct-container-full,
.eval-ops-page-body article,
.eval-ops-page-body .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.eval-ops-page-body .entry-content > .eval-ops {
	max-width: none !important;
}

.eval-ops,
.eval-ops * {
	box-sizing: border-box;
}

.eval-ops {
	--ops-navy: #002858;
	--ops-deep: #001d42;
	--ops-blue: #0b63ce;
	--ops-text: #526070;
	--ops-border: #dfe6ed;
	--ops-kraft: #d8b98f;
	--ops-green: #18b94f;
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	background: #fff;
	color: var(--ops-deep);
	font-family: "Manrope", sans-serif;
}

.eval-ops h1,
.eval-ops h2,
.eval-ops h3,
.eval-ops p {
	font-family: "Manrope", sans-serif;
}

.eval-ops a {
	text-decoration: none;
}

.eval-ops-icon {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.eval-ops-eyebrow {
	display: inline-block;
	margin: 0 0 11px;
	color: #0b5fa8;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.eval-ops-hero {
	position: relative;
	width: min(1240px, calc(100% - 64px));
	min-height: 520px;
	margin: 38px auto 0;
	padding: 58px 62px;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	align-items: center;
	gap: 58px;
	border: 1px solid var(--ops-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at 86% 8%, rgba(216, 185, 143, .2), transparent 30%),
		linear-gradient(118deg, #fff 0%, #fbfcfd 59%, #f7f1e8 100%);
	box-shadow: 0 22px 60px rgba(0, 40, 88, .08);
}

.eval-ops-hero::before {
	content: "";
	position: absolute;
	inset: auto -120px -190px auto;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(11, 99, 206, .11);
	border-radius: 50%;
	box-shadow:
		0 0 0 52px rgba(11, 99, 206, .035),
		0 0 0 104px rgba(11, 99, 206, .025);
	pointer-events: none;
}

.eval-ops-hero__copy {
	position: relative;
	z-index: 2;
}

.eval-ops-hero h1 {
	max-width: 690px;
	margin: 0;
	color: var(--ops-deep);
	font-size: clamp(46px, 4.35vw, 66px);
	font-weight: 800;
	line-height: 1.03;
	letter-spacing: -.045em;
}

.eval-ops-hero h1 em {
	color: var(--ops-blue);
	font-style: normal;
}

.eval-ops-hero__copy > p {
	max-width: 655px;
	margin: 23px 0 0;
	color: var(--ops-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}

.eval-ops-actions {
	margin-top: 29px;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.eval-ops-button {
	min-height: 46px;
	padding: 0 21px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	transition:
		transform .2s ease,
		box-shadow .2s ease,
		background-color .2s ease;
}

.eval-ops-button:hover {
	transform: translateY(-1px);
}

.eval-ops-button--primary {
	background: var(--ops-navy);
	color: #fff !important;
	box-shadow: 0 9px 20px rgba(0, 40, 88, .14);
}

.eval-ops-button--primary:hover {
	background: var(--ops-deep);
	box-shadow: 0 12px 25px rgba(0, 40, 88, .2);
}

.eval-ops-button--whatsapp {
	background: var(--ops-green);
	color: #fff !important;
	box-shadow: 0 9px 20px rgba(24, 185, 79, .15);
}

.eval-ops-button--whatsapp:hover {
	background: #109d41;
}

.eval-ops-route-visual {
	position: relative;
	z-index: 2;
	padding: 27px;
	overflow: hidden;
	display: grid;
	gap: 14px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 42%),
		var(--ops-navy);
	box-shadow: 0 28px 50px rgba(0, 40, 88, .2);
}

.eval-ops-route-visual::before {
	content: "";
	position: absolute;
	inset: -80px -65px auto auto;
	width: 190px;
	height: 190px;
	border: 35px solid rgba(255, 255, 255, .04);
	border-radius: 50%;
}

.eval-ops-route-visual__line {
	position: absolute;
	top: 64px;
	bottom: 64px;
	left: 51px;
	width: 1px;
	border-left: 1px dashed rgba(255, 255, 255, .34);
}

.eval-ops-route-visual article {
	position: relative;
	z-index: 2;
	min-height: 145px;
	padding: 21px 19px 20px 73px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 13px;
	background: rgba(255, 255, 255, .07);
}

.eval-ops-route-visual__icon {
	position: absolute;
	top: 22px;
	left: 18px;
	width: 39px;
	height: 39px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 10px;
	background: rgba(255, 255, 255, .09);
	color: #fff;
}

.eval-ops-route-visual__icon svg {
	width: 21px;
	height: 21px;
}

.eval-ops-route-visual small {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, .64);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.eval-ops-route-visual strong {
	display: block;
	color: #fff;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.eval-ops-route-visual p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	line-height: 1.55;
}

.eval-ops-section,
.eval-ops-split,
.eval-values,
.eval-contact-grid,
.eval-contact-details,
.eval-contact-help,
.eval-ops-closing {
	width: min(1240px, calc(100% - 64px));
	margin-inline: auto;
}

.eval-ops-section {
	padding: 82px 0 74px;
}

.eval-ops-section__heading {
	max-width: 730px;
	margin: 0 auto 34px;
	text-align: center;
}

.eval-ops-section__heading h2 {
	margin: 0;
	color: var(--ops-deep);
	font-size: clamp(32px, 3vw, 43px);
	font-weight: 800;
	line-height: 1.13;
	letter-spacing: -.035em;
}

.eval-ops-section__heading > p {
	max-width: 690px;
	margin: 14px auto 0;
	color: var(--ops-text);
	font-size: 15px;
	line-height: 1.7;
}

.eval-route-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.eval-route-card {
	position: relative;
	min-height: 375px;
	padding: 31px 34px 30px;
	overflow: hidden;
	border: 1px solid var(--ops-border);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 40, 88, .055);
}

.eval-route-card::after {
	content: "";
	position: absolute;
	right: -74px;
	bottom: -90px;
	width: 220px;
	height: 220px;
	border: 42px solid rgba(11, 99, 206, .045);
	border-radius: 50%;
}

.eval-route-card__top {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eval-route-card__top > span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #eef5fc;
	color: var(--ops-blue);
}

.eval-route-card__top small {
	color: #708195;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.eval-route-card h3 {
	position: relative;
	z-index: 2;
	margin: 24px 0 3px;
	color: var(--ops-deep);
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.025em;
}

.eval-route-card__time {
	position: relative;
	z-index: 2;
	display: block;
	color: var(--ops-blue);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.03em;
}

.eval-route-card > p {
	position: relative;
	z-index: 2;
	margin: 16px 0 18px;
	color: var(--ops-text);
	font-size: 14px;
	line-height: 1.65;
}

.eval-route-card ul {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
	list-style: none;
}

.eval-route-card li {
	position: relative;
	padding-left: 20px;
	color: #3d4d60;
	font-size: 13px;
	line-height: 1.5;
}

.eval-route-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--ops-blue);
	font-weight: 800;
}

.eval-route-card--afternoon {
	background: linear-gradient(145deg, #fff, #f9fbfd);
}

.eval-ops-band {
	width: 100%;
	padding: 68px max(32px, calc((100vw - 1240px) / 2));
	background:
		radial-gradient(circle at 88% -15%, rgba(216, 185, 143, .2), transparent 33%),
		var(--ops-navy);
}

.eval-ops-section__heading--light h2 {
	color: #fff;
}

.eval-ops-section__heading--light .eval-ops-eyebrow {
	color: #9cc8f7;
}

.eval-steps {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
	list-style: none;
}

.eval-steps li {
	min-height: 170px;
	padding: 27px;
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 15px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 14px;
	background: rgba(255, 255, 255, .075);
}

.eval-steps li > span {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--ops-navy);
	font-size: 13px;
	font-weight: 800;
}

.eval-steps strong {
	display: block;
	margin: 2px 0 7px;
	color: #fff;
	font-size: 16px;
}

.eval-steps p {
	margin: 0;
	color: rgba(255, 255, 255, .69);
	font-size: 13px;
	line-height: 1.6;
}

.eval-ops-split {
	padding: 72px 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.eval-info-card {
	position: relative;
	min-height: 290px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid var(--ops-border);
	border-radius: 17px;
	background: linear-gradient(140deg, #fff 0%, #f8fbfd 100%);
	box-shadow: 0 13px 34px rgba(0, 40, 88, .05);
}

.eval-info-card__icon {
	width: 47px;
	height: 47px;
	margin-bottom: 24px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #eef5fc;
	color: var(--ops-blue);
}

.eval-info-card h2 {
	max-width: 460px;
	margin: 0;
	color: var(--ops-deep);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.eval-info-card p {
	max-width: 520px;
	margin: 14px 0 0;
	color: var(--ops-text);
	font-size: 14px;
	line-height: 1.7;
}

.eval-info-card a {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	display: inline-flex;
	gap: 8px;
	color: var(--ops-blue);
	font-size: 13px;
	font-weight: 800;
}

.eval-info-card--map {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 18px;
}

.eval-mini-map {
	position: relative;
	min-height: 225px;
	overflow: hidden;
	border: 1px solid #d8e4ed;
	border-radius: 13px;
	background:
		linear-gradient(38deg, transparent 48%, rgba(255, 255, 255, .72) 49%, rgba(255, 255, 255, .72) 53%, transparent 54%),
		repeating-linear-gradient(90deg, transparent 0 42px, rgba(185, 205, 219, .24) 43px 44px),
		repeating-linear-gradient(0deg, transparent 0 40px, rgba(185, 205, 219, .22) 41px 42px),
		#edf5f8;
}

.eval-mini-map__road {
	position: absolute;
	width: 330px;
	height: 25px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: rgba(205, 219, 228, .72);
	transform: rotate(-28deg);
}

.eval-mini-map__road--one {
	top: 53px;
	left: -36px;
}

.eval-mini-map__road--two {
	right: -75px;
	bottom: 42px;
	transform: rotate(31deg);
}

.eval-mini-map__pin {
	position: absolute;
	width: 19px;
	height: 19px;
	border: 5px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: var(--ops-blue);
	box-shadow: 0 5px 12px rgba(0, 40, 88, .2);
	transform: rotate(-45deg);
}

.eval-mini-map__pin--serena {
	top: 70px;
	left: 88px;
}

.eval-mini-map__pin--coquimbo {
	right: 63px;
	bottom: 57px;
}

.eval-mini-map__label {
	position: absolute;
	padding: 4px 7px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .9);
	color: var(--ops-deep);
	font-size: 10px;
	box-shadow: 0 4px 10px rgba(0, 40, 88, .08);
}

.eval-mini-map__label--serena {
	top: 53px;
	left: 103px;
}

.eval-mini-map__label--coquimbo {
	right: 74px;
	bottom: 29px;
}

.eval-ops-closing {
	margin-bottom: 72px;
	padding: 38px 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	border: 1px solid var(--ops-border);
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 20%, rgba(216, 185, 143, .2), transparent 26%),
		linear-gradient(125deg, #fff, #f7fafc);
	box-shadow: 0 14px 38px rgba(0, 40, 88, .055);
}

.eval-ops-closing > div:first-child {
	max-width: 630px;
}

.eval-ops-closing h2 {
	margin: 0;
	color: var(--ops-deep);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.03em;
}

.eval-ops-closing p {
	margin: 10px 0 0;
	color: var(--ops-text);
	font-size: 14px;
	line-height: 1.65;
}

.eval-ops-closing .eval-ops-actions {
	flex: 0 0 auto;
	margin-top: 0;
}

/* FAQ */

.eval-ops-hero--compact {
	min-height: 430px;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.eval-ops-hero--compact h1 {
	font-size: clamp(42px, 3.8vw, 58px);
}

.eval-faq-hero-card {
	position: relative;
	z-index: 2;
	padding: 31px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 16px;
	background: var(--ops-navy);
	color: #fff;
	box-shadow: 0 25px 50px rgba(0, 40, 88, .18);
}

.eval-faq-hero-card > span {
	width: 47px;
	height: 47px;
	margin-bottom: 24px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.eval-faq-hero-card strong {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}

.eval-faq-hero-card p {
	margin: 9px 0 18px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.65;
}

.eval-faq-hero-card a {
	color: #a7d1ff;
	font-size: 13px;
	font-weight: 800;
}

.eval-faq-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 56px;
}

.eval-faq-sidebar {
	position: sticky;
	top: 120px;
	align-self: start;
}

.eval-faq-sidebar h2 {
	margin: 0;
	color: var(--ops-deep);
	font-size: 31px;
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -.03em;
}

.eval-faq-sidebar > p {
	margin: 15px 0 25px;
	color: var(--ops-text);
	font-size: 14px;
	line-height: 1.7;
}

.eval-faq-sidebar nav {
	display: grid;
	gap: 9px;
}

.eval-faq-sidebar nav a {
	padding: 13px;
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	gap: 11px;
	border: 1px solid var(--ops-border);
	border-radius: 10px;
	background: #fff;
	color: var(--ops-blue);
	transition:
		border-color .2s ease,
		transform .2s ease;
}

.eval-faq-sidebar nav a:hover {
	border-color: #aac8e6;
	transform: translateX(2px);
}

.eval-faq-sidebar nav svg {
	width: 22px;
	height: 22px;
}

.eval-faq-sidebar nav strong,
.eval-faq-sidebar nav span {
	display: block;
}

.eval-faq-sidebar nav strong {
	color: var(--ops-deep);
	font-size: 13px;
}

.eval-faq-sidebar nav span {
	color: #758599;
	font-size: 10px;
	line-height: 1.45;
}

.eval-faq-list {
	display: grid;
	gap: 10px;
}

.eval-faq-item {
	overflow: hidden;
	border: 1px solid var(--ops-border);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 40, 88, .035);
}

.eval-faq-item[open] {
	border-color: #bad1e7;
	box-shadow: 0 12px 26px rgba(0, 40, 88, .065);
}

.eval-faq-item summary {
	min-height: 74px;
	padding: 18px 21px;
	display: grid;
	grid-template-columns: 34px 1fr 20px;
	align-items: center;
	gap: 13px;
	cursor: pointer;
	list-style: none;
}

.eval-faq-item summary::-webkit-details-marker {
	display: none;
}

.eval-faq-item summary > span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 9px;
	background: #eef5fc;
	color: var(--ops-blue);
	font-size: 10px;
	font-weight: 800;
}

.eval-faq-item summary strong {
	color: var(--ops-deep);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.4;
}

.eval-faq-item summary i {
	position: relative;
	width: 18px;
	height: 18px;
}

.eval-faq-item summary i::before,
.eval-faq-item summary i::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: var(--ops-blue);
	transition: transform .2s ease;
}

.eval-faq-item summary i::after {
	transform: rotate(90deg);
}

.eval-faq-item[open] summary i::after {
	transform: rotate(0);
}

.eval-faq-item > div {
	padding: 0 74px 21px 68px;
}

.eval-faq-item > div p {
	margin: 0;
	color: var(--ops-text);
	font-size: 14px;
	line-height: 1.7;
}

/* Nosotros */

.eval-about-hero {
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.eval-about-years {
	position: relative;
	z-index: 2;
	min-height: 330px;
	padding: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .15), transparent 34%),
		var(--ops-navy);
	color: #fff;
	text-align: center;
	box-shadow:
		0 27px 60px rgba(0, 40, 88, .23),
		0 0 0 17px rgba(0, 40, 88, .045);
}

.eval-about-years strong {
	display: block;
	color: #fff;
	font-size: 92px;
	font-weight: 800;
	line-height: .9;
	letter-spacing: -.06em;
}

.eval-about-years span {
	margin-top: 9px;
	color: #9cc8f7;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .22em;
}

.eval-about-years p {
	max-width: 230px;
	margin: 21px 0 0;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	line-height: 1.55;
}

.eval-about-statement {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	align-items: end;
	gap: 70px;
}

.eval-about-statement h2 {
	margin: 0;
	color: var(--ops-deep);
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.04em;
}

.eval-about-statement h2 em {
	color: var(--ops-blue);
	font-style: normal;
}

.eval-about-statement > p {
	margin: 0 0 3px;
	color: var(--ops-text);
	font-size: 15px;
	line-height: 1.75;
}

.eval-values {
	margin-bottom: 76px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.eval-values article {
	position: relative;
	min-height: 300px;
	padding: 31px;
	border: 1px solid var(--ops-border);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff, #f9fbfd);
	box-shadow: 0 12px 30px rgba(0, 40, 88, .045);
}

.eval-values article > span {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #eef5fc;
	color: var(--ops-blue);
}

.eval-values article > small {
	position: absolute;
	top: 33px;
	right: 31px;
	color: #b6c2ce;
	font-size: 12px;
	font-weight: 800;
}

.eval-values h3 {
	margin: 54px 0 11px;
	color: var(--ops-deep);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.eval-values p {
	margin: 0;
	color: var(--ops-text);
	font-size: 14px;
	line-height: 1.7;
}

.eval-business-tags {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.eval-business-tags span {
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.eval-about-promise {
	padding-bottom: 32px;
}

/* Contacto */

.eval-contact-hero {
	min-height: 465px;
}

.eval-contact-primary {
	position: relative;
	z-index: 2;
	padding: 36px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .13), transparent 35%),
		var(--ops-navy);
	color: #fff;
	box-shadow: 0 28px 55px rgba(0, 40, 88, .2);
}

.eval-contact-primary__icon {
	width: 49px;
	height: 49px;
	margin-bottom: 25px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, .1);
}

.eval-contact-primary small {
	display: block;
	margin-bottom: 6px;
	color: #9cc8f7;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.eval-contact-primary h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
}

.eval-contact-primary > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.eval-contact-primary p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .69);
	font-size: 13px;
	line-height: 1.6;
}

.eval-contact-grid {
	padding: 70px 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.eval-contact-grid article {
	min-height: 295px;
	padding: 30px;
	border: 1px solid var(--ops-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 40, 88, .045);
}

.eval-contact-grid article > span {
	width: 46px;
	height: 46px;
	margin-bottom: 28px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #eef5fc;
	color: var(--ops-blue);
}

.eval-contact-grid small {
	color: #728399;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.eval-contact-grid h2 {
	margin: 6px 0 10px;
	color: var(--ops-deep);
	font-size: 22px;
	font-weight: 800;
}

.eval-contact-grid p {
	margin: 0 0 20px;
	color: var(--ops-text);
	font-size: 13px;
	line-height: 1.65;
}

.eval-contact-grid a {
	color: var(--ops-blue);
	font-size: 13px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.eval-contact-details {
	margin-bottom: 68px;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 18px;
}

.eval-contact-details__info,
.eval-contact-guide {
	padding: 38px;
	border: 1px solid var(--ops-border);
	border-radius: 18px;
	background: linear-gradient(140deg, #fff, #f9fbfd);
}

.eval-contact-details__info > h2,
.eval-contact-guide h2 {
	margin: 0 0 29px;
	color: var(--ops-deep);
	font-size: 29px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.03em;
}

.eval-contact-detail {
	padding: 20px 0;
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 16px;
	border-top: 1px solid var(--ops-border);
}

.eval-contact-detail > span {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: #eef5fc;
	color: var(--ops-blue);
}

.eval-contact-detail strong {
	display: block;
	color: var(--ops-deep);
	font-size: 14px;
}

.eval-contact-detail p {
	margin: 5px 0 0;
	color: var(--ops-text);
	font-size: 13px;
	line-height: 1.65;
}

.eval-contact-detail a {
	margin-top: 7px;
	display: inline-block;
	color: var(--ops-blue);
	font-size: 12px;
	font-weight: 800;
}

.eval-contact-guide {
	background:
		radial-gradient(circle at 95% 0, rgba(216, 185, 143, .17), transparent 28%),
		var(--ops-navy);
}

.eval-contact-guide .eval-ops-eyebrow {
	color: #9cc8f7;
}

.eval-contact-guide h2 {
	color: #fff;
}

.eval-contact-guide ul {
	margin: 0 0 27px;
	padding: 0;
	display: grid;
	gap: 12px;
	list-style: none;
}

.eval-contact-guide li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
}

.eval-contact-guide li > span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 9px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.eval-contact-guide li p {
	margin: 0;
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
	line-height: 1.55;
}

.eval-contact-guide li strong {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-size: 13px;
}

.eval-contact-help {
	margin-bottom: 72px;
	padding: 27px 31px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	border: 1px solid var(--ops-border);
	border-radius: 15px;
	background: #f7fafc;
}

.eval-contact-help > div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.eval-contact-help > div > span {
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: #e9f3fc;
	color: var(--ops-blue);
}

.eval-contact-help strong {
	color: var(--ops-deep);
	font-size: 15px;
}

.eval-contact-help p {
	margin: 3px 0 0;
	color: var(--ops-text);
	font-size: 12px;
}

.eval-contact-help > a {
	flex: 0 0 auto;
	color: var(--ops-blue);
	font-size: 13px;
	font-weight: 800;
}

@media (max-width: 999px) {
	.eval-ops-hero,
	.eval-ops-section,
	.eval-ops-split,
	.eval-values,
	.eval-contact-grid,
	.eval-contact-details,
	.eval-contact-help,
	.eval-ops-closing {
		width: min(100% - 40px, 860px);
	}

	.eval-ops-hero {
		min-height: 0;
		margin-top: 24px;
		padding: 44px;
		grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr);
		gap: 35px;
	}

	.eval-ops-hero h1 {
		font-size: clamp(38px, 5.5vw, 48px);
	}

	.eval-ops-hero__copy > p {
		font-size: 14px;
	}

	.eval-ops-route-visual {
		padding: 18px;
	}

	.eval-ops-route-visual article {
		min-height: 130px;
		padding: 18px 14px 17px 58px;
	}

	.eval-ops-route-visual__icon {
		top: 18px;
		left: 13px;
		width: 34px;
		height: 34px;
	}

	.eval-ops-route-visual strong {
		font-size: 22px;
	}

	.eval-ops-route-visual__line {
		left: 35px;
	}

	.eval-ops-section {
		padding: 64px 0;
	}

	.eval-ops-band {
		padding: 56px 20px;
	}

	.eval-steps {
		width: min(100%, 860px);
	}

	.eval-steps li {
		padding: 21px;
		grid-template-columns: 34px 1fr;
	}

	.eval-steps li > span {
		width: 34px;
		height: 34px;
	}

	.eval-info-card--map {
		grid-template-columns: 1fr;
	}

	.eval-mini-map {
		min-height: 190px;
	}

	.eval-faq-layout {
		grid-template-columns: 260px minmax(0, 1fr);
		gap: 32px;
	}

	.eval-about-years {
		min-height: 280px;
		padding: 33px;
	}

	.eval-about-years strong {
		font-size: 76px;
	}

	.eval-about-statement {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	.eval-contact-details {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.eval-ops-hero,
	.eval-ops-section,
	.eval-ops-split,
	.eval-values,
	.eval-contact-grid,
	.eval-contact-details,
	.eval-contact-help,
	.eval-ops-closing {
		width: calc(100% - 32px);
	}

	.eval-ops-hero {
		margin-top: 16px;
		padding: 30px 24px 24px;
		display: block;
		border-radius: 16px;
	}

	.eval-ops-hero::before {
		width: 270px;
		height: 270px;
		right: -120px;
		bottom: -130px;
	}

	.eval-ops-eyebrow {
		margin-bottom: 8px;
		font-size: 9px;
	}

	.eval-ops-hero h1,
	.eval-ops-hero--compact h1 {
		font-size: clamp(34px, 10.5vw, 43px);
		line-height: 1.04;
	}

	.eval-ops-hero__copy > p {
		margin-top: 17px;
		font-size: 13px;
		line-height: 1.65;
	}

	.eval-ops-actions {
		margin-top: 22px;
		display: grid;
		grid-template-columns: 1fr;
	}

	.eval-ops-button {
		width: 100%;
		min-height: 47px;
	}

	.eval-ops-route-visual,
	.eval-faq-hero-card,
	.eval-about-years,
	.eval-contact-primary {
		margin-top: 27px;
	}

	.eval-ops-route-visual {
		padding: 15px;
	}

	.eval-ops-route-visual article {
		min-height: 121px;
	}

	.eval-ops-section {
		padding: 52px 0 48px;
	}

	.eval-ops-section__heading {
		margin-bottom: 24px;
		text-align: left;
	}

	.eval-ops-section__heading h2 {
		font-size: 29px;
	}

	.eval-ops-section__heading > p {
		font-size: 13px;
	}

	.eval-route-grid,
	.eval-steps,
	.eval-ops-split,
	.eval-values,
	.eval-contact-grid,
	.eval-contact-details {
		grid-template-columns: 1fr;
	}

	.eval-route-card {
		min-height: 0;
		padding: 25px 23px;
	}

	.eval-route-card h3 {
		margin-top: 20px;
		font-size: 20px;
	}

	.eval-route-card__time {
		font-size: 29px;
	}

	.eval-ops-band {
		padding: 48px 16px;
	}

	.eval-steps {
		gap: 10px;
	}

	.eval-steps li {
		min-height: 0;
	}

	.eval-ops-split {
		padding: 48px 0;
		gap: 12px;
	}

	.eval-info-card {
		min-height: 0;
		padding: 27px 24px;
	}

	.eval-info-card--map {
		display: block;
	}

	.eval-mini-map {
		margin-top: 26px;
	}

	.eval-ops-closing {
		margin-bottom: 48px;
		padding: 28px 23px;
		display: block;
	}

	.eval-ops-closing h2 {
		font-size: 25px;
	}

	.eval-ops-closing .eval-ops-actions {
		margin-top: 23px;
	}

	.eval-faq-layout {
		display: block;
	}

	.eval-faq-sidebar {
		position: static;
		margin-bottom: 30px;
	}

	.eval-faq-sidebar h2 {
		font-size: 28px;
	}

	.eval-faq-item summary {
		min-height: 68px;
		padding: 15px 14px;
		grid-template-columns: 31px 1fr 18px;
		gap: 10px;
	}

	.eval-faq-item summary > span {
		width: 31px;
		height: 31px;
	}

	.eval-faq-item summary strong {
		font-size: 13px;
	}

	.eval-faq-item > div {
		padding: 0 20px 18px 55px;
	}

	.eval-faq-item > div p {
		font-size: 13px;
	}

	.eval-about-years {
		min-height: 255px;
		border-radius: 18px;
	}

	.eval-about-years strong {
		font-size: 74px;
	}

	.eval-about-statement {
		display: block;
	}

	.eval-about-statement h2 {
		font-size: 31px;
	}

	.eval-about-statement > p {
		margin-top: 24px;
		font-size: 14px;
	}

	.eval-values {
		margin-bottom: 48px;
		gap: 11px;
	}

	.eval-values article {
		min-height: 0;
		padding: 25px;
	}

	.eval-values h3 {
		margin-top: 28px;
	}

	.eval-business-tags {
		justify-content: flex-start;
	}

	.eval-business-tags span {
		padding: 10px 13px;
		font-size: 11px;
	}

	.eval-contact-primary {
		padding: 28px 24px;
	}

	.eval-contact-primary > a {
		font-size: 22px;
	}

	.eval-contact-grid {
		padding: 48px 0;
		gap: 11px;
	}

	.eval-contact-grid article {
		min-height: 0;
		padding: 25px;
	}

	.eval-contact-grid article > span {
		margin-bottom: 22px;
	}

	.eval-contact-details {
		margin-bottom: 48px;
		gap: 12px;
	}

	.eval-contact-details__info,
	.eval-contact-guide {
		padding: 26px 23px;
	}

	.eval-contact-details__info > h2,
	.eval-contact-guide h2 {
		font-size: 25px;
	}

	.eval-contact-help {
		margin-bottom: 48px;
		padding: 23px;
		display: block;
	}

	.eval-contact-help > a {
		margin-top: 18px;
		display: inline-block;
	}
}

/* ==========================================================
   CARRITO Y CHECKOUT
   ========================================================== */

body.eval-cart-page-body .hero-section,
body.eval-checkout-page-body .hero-section {
	display: none;
}

body.eval-cart-page-body .site-main,
body.eval-checkout-page-body .site-main {
	background:
		linear-gradient(180deg, #ffffff 0, #ffffff 440px, #f6f8fb 440px);
}

body.eval-cart-page-body .site-main > .ct-container,
body.eval-checkout-page-body .site-main > .ct-container {
	padding-top: 34px;
	padding-bottom: 78px;
}

body.eval-cart-page-body .entry-header,
body.eval-checkout-page-body .entry-header,
body.eval-cart-page-body .page-title,
body.eval-checkout-page-body .page-title {
	display: none;
}

.eval-commerce-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 28px 42px;
	margin: 0 0 26px;
	padding: 34px 38px 26px;
	border: 1px solid var(--eval-border);
	border-radius: 20px;
	background:
		radial-gradient(circle at 88% 10%, rgba(216, 185, 143, 0.22), transparent 31%),
		linear-gradient(135deg, #ffffff 0%, #f6f8fb 100%);
	box-shadow: 0 16px 42px rgba(0, 40, 88, 0.08);
}

.eval-commerce-hero-copy h1 {
	margin: 6px 0 10px;
	color: var(--eval-title);
	font-size: clamp(34px, 4vw, 46px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.eval-commerce-hero-copy p {
	max-width: 710px;
	margin: 0;
	color: var(--eval-text);
	font-size: 15px;
	line-height: 1.65;
}

.eval-commerce-status {
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 19px 20px;
	border: 1px solid rgba(0, 40, 88, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 9px 26px rgba(0, 40, 88, 0.06);
}

.eval-commerce-status > span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--eval-link);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.eval-commerce-status svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.eval-commerce-status strong {
	color: var(--eval-title);
	font-size: 15px;
}

.eval-commerce-status small {
	color: var(--eval-text);
	font-size: 11px;
	line-height: 1.5;
}

.eval-commerce-steps {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 23px 0 0;
	border-top: 1px solid var(--eval-border);
	list-style: none;
}

.eval-commerce-steps li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #93a0af;
	font-size: 12px;
}

.eval-commerce-steps li + li::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	background: var(--eval-border);
	content: "";
	transform: translateY(-50%);
}

.eval-commerce-steps span {
	display: grid;
	width: 26px;
	height: 26px;
	border: 1px solid #cbd4df;
	border-radius: 999px;
	background: #ffffff;
	font-size: 11px;
	font-weight: 800;
	place-items: center;
}

.eval-commerce-steps .is-active,
.eval-commerce-steps .is-complete {
	color: var(--eval-blue);
}

.eval-commerce-steps .is-active span {
	border-color: var(--eval-blue);
	background: var(--eval-blue);
	color: #ffffff;
}

.eval-commerce-steps .is-complete span {
	border-color: rgba(11, 95, 168, 0.25);
	background: rgba(11, 95, 168, 0.08);
	color: var(--eval-link);
}

/* Carrito */

body.eval-cart-page-body .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.45fr);
	gap: 24px 28px;
	align-items: start;
}

body.eval-cart-page-body .woocommerce > .eval-commerce-hero,
body.eval-cart-page-body .woocommerce > .woocommerce-notices-wrapper,
body.eval-cart-page-body .woocommerce > .eval-cart-actions,
body.eval-cart-page-body .woocommerce > .wc-empty-cart-message,
body.eval-cart-page-body .woocommerce > .return-to-shop {
	grid-column: 1 / -1;
}

body.eval-cart-page-body .woocommerce-cart-form {
	grid-column: 1;
	margin: 0;
	padding: 0;
	border: 1px solid var(--eval-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(0, 40, 88, 0.06);
	overflow: hidden;
}

body.eval-cart-page-body .woocommerce-cart-form table {
	margin: 0;
	border: 0;
}

body.eval-cart-page-body .woocommerce-cart-form thead {
	background: #f4f7fa;
}

body.eval-cart-page-body .woocommerce-cart-form th {
	padding: 15px 18px;
	border: 0;
	color: var(--eval-title);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

body.eval-cart-page-body .woocommerce-cart-form td {
	padding: 17px 18px;
	border-color: var(--eval-border);
	vertical-align: middle;
}

body.eval-cart-page-body .woocommerce-cart-form .product-thumbnail img {
	width: 74px;
	border: 1px solid var(--eval-border);
	border-radius: 10px;
	background: #ffffff;
}

body.eval-cart-page-body .woocommerce-cart-form .product-name a {
	color: var(--eval-title);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

body.eval-cart-page-body .woocommerce-cart-form .product-name a:hover {
	color: var(--eval-link);
}

body.eval-cart-page-body .woocommerce-cart-form .product-price,
body.eval-cart-page-body .woocommerce-cart-form .product-subtotal {
	color: var(--eval-blue);
	font-size: 14px;
	font-weight: 750;
}

body.eval-cart-page-body .quantity {
	display: inline-flex;
	min-height: 42px;
	border: 1px solid var(--eval-border);
	border-radius: 9px;
	background: #ffffff;
	overflow: hidden;
}

body.eval-cart-page-body .quantity input.qty {
	width: 52px;
	min-height: 40px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.eval-cart-page-body .product-remove a {
	color: #7a8796 !important;
}

body.eval-cart-page-body .product-remove a:hover {
	color: #b23b3b !important;
}

body.eval-cart-page-body .actions {
	background: #fbfcfd;
}

body.eval-cart-page-body .actions .coupon {
	display: flex;
	gap: 8px;
}

body.eval-cart-page-body .actions input {
	min-height: 42px;
	border-color: var(--eval-border);
	border-radius: 8px;
}

body.eval-cart-page-body .actions button {
	min-height: 42px;
	border-radius: 8px;
	background: var(--eval-blue);
	color: #ffffff;
	font-size: 12px;
	font-weight: 750;
}

body.eval-cart-page-body .cart-collaterals {
	grid-column: 2;
	margin: 0;
}

body.eval-cart-page-body .cart_totals {
	float: none;
	width: 100%;
	padding: 24px;
	border: 1px solid var(--eval-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(0, 40, 88, 0.06);
}

body.eval-cart-page-body .cart_totals h2 {
	margin: 0 0 17px;
	color: var(--eval-title);
	font-size: 20px;
}

body.eval-cart-page-body .cart_totals table {
	margin: 0 0 18px;
	border: 0;
}

body.eval-cart-page-body .cart_totals th,
body.eval-cart-page-body .cart_totals td {
	padding: 13px 0;
	border-color: var(--eval-border);
	color: var(--eval-text);
	font-size: 13px;
}

body.eval-cart-page-body .cart_totals td {
	text-align: right;
}

body.eval-cart-page-body .cart_totals .order-total strong {
	color: var(--eval-blue);
	font-size: 19px;
}

body.eval-cart-page-body .wc-proceed-to-checkout {
	padding: 0;
}

body.eval-cart-page-body .checkout-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border-radius: 9px !important;
	background: var(--eval-blue) !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	box-shadow: 0 10px 24px rgba(0, 40, 88, 0.18);
}

body.eval-cart-page-body .checkout-button:hover {
	background: var(--eval-link) !important;
}

.eval-cart-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -8px;
}

.eval-cart-actions a {
	color: var(--eval-link);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.eval-cart-actions a:hover {
	color: var(--eval-blue);
}

/* Recomendaciones del carrito */

body.eval-cart-page-body .ct-woocommerce-cart-form {
	grid-column: 1 / -1;
	width: 100%;
}

body.eval-cart-page-body .cross-sells {
	grid-column: 1 / -1;
	width: 100%;
	margin: 10px 0 0;
	padding: 28px;
	border: 1px solid var(--eval-border);
	border-radius: 17px;
	background:
		radial-gradient(circle at 100% 0%, rgba(216, 185, 143, 0.16), transparent 28%),
		#ffffff;
	box-shadow: 0 12px 34px rgba(0, 40, 88, 0.06);
}

body.eval-cart-page-body .cross-sells > h2 {
	margin: 0 0 20px;
	color: var(--eval-title);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

body.eval-cart-page-body .cross-sells > h2::after {
	display: block;
	margin-top: 7px;
	color: var(--eval-text);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	content: "Productos compatibles y complementarios para completar tu compra.";
}

body.eval-cart-page-body .cross-sells ul.products {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

body.eval-cart-page-body .cross-sells ul.products li.product {
	position: relative;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 10px 10px 12px !important;
	display: flex !important;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--eval-border);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 40, 88, 0.055);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

body.eval-cart-page-body .cross-sells ul.products li.product:hover {
	border-color: rgba(0, 40, 88, 0.23);
	box-shadow: 0 14px 32px rgba(0, 40, 88, 0.1);
	transform: translateY(-2px);
}

body.eval-cart-page-body .cross-sells li.product figure {
	margin: 0;
}

body.eval-cart-page-body .cross-sells li.product .ct-media-container {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #f6f7f9;
}

body.eval-cart-page-body .cross-sells li.product img {
	width: 100%;
	aspect-ratio: 4 / 3 !important;
	margin: 0 !important;
	display: block;
	border-radius: 10px;
	object-fit: contain;
}

body.eval-cart-page-body .cross-sells .eval-card-availability {
	top: 19px;
	left: 19px;
	max-width: calc(100% - 38px);
}

body.eval-cart-page-body .cross-sells .woocommerce-loop-product__title {
	min-height: 46px;
	margin: 13px 3px 7px;
	color: var(--eval-title);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

body.eval-cart-page-body .cross-sells .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
}

body.eval-cart-page-body .cross-sells .eval-card-details {
	margin: 0 3px 9px;
}

body.eval-cart-page-body .cross-sells li.product > .price {
	margin: auto 3px 10px !important;
	color: var(--eval-blue);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

body.eval-cart-page-body .cross-sells .entry-meta {
	display: none;
}

body.eval-cart-page-body .cross-sells .ct-woo-card-actions {
	margin-top: 0;
}

body.eval-cart-page-body .cross-sells .ct-woo-card-actions .button {
	width: 100%;
	min-height: 40px;
	margin: 0 0 7px !important;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--eval-blue);
	color: #ffffff;
	font-size: 11px;
	font-weight: 750;
	text-align: center;
}

body.eval-cart-page-body .cross-sells .ct-woo-card-actions .button:hover {
	background: var(--eval-link);
	color: #ffffff;
}

body.eval-cart-page-body .cross-sells .eval-card-secondary-actions {
	margin-top: auto;
}

/* Checkout */

body.eval-checkout-page-body form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
	gap: 0 28px;
	align-items: start;
}

body.eval-checkout-page-body form.checkout > .col2-set {
	grid-column: 1;
	grid-row: 1 / span 4;
	width: 100%;
	padding: 25px;
	border: 1px solid var(--eval-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(0, 40, 88, 0.06);
}

body.eval-checkout-page-body form.checkout > .col2-set .col-1,
body.eval-checkout-page-body form.checkout > .col2-set .col-2 {
	float: none;
	width: 100%;
}

body.eval-checkout-page-body .woocommerce-billing-fields > h3,
body.eval-checkout-page-body .woocommerce-additional-fields > h3,
body.eval-checkout-page-body #order_review_heading {
	margin: 0 0 18px;
	color: var(--eval-title);
	font-size: 21px;
	letter-spacing: -0.015em;
}

body.eval-checkout-page-body .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px 14px;
}

body.eval-checkout-page-body .woocommerce-billing-fields__field-wrapper .form-row {
	float: none;
	width: 100%;
	margin: 0 0 13px;
}

body.eval-checkout-page-body .woocommerce-billing-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

body.eval-checkout-page-body form.checkout label {
	margin-bottom: 6px;
	color: var(--eval-title);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.015em;
}

body.eval-checkout-page-body .eval-invoice-only .optional,
body.eval-checkout-page-body .eval-rut-field.is-required-for-invoice .optional {
	display: none;
}

body.eval-checkout-page-body .eval-invoice-only label::after,
body.eval-checkout-page-body .eval-rut-field.is-required-for-invoice label::after {
	color: #d64545;
	content: " *";
}

body.eval-checkout-page-body form.checkout input.input-text,
body.eval-checkout-page-body form.checkout textarea,
body.eval-checkout-page-body form.checkout .select2-selection {
	min-height: 46px;
	border: 1px solid var(--eval-border);
	border-radius: 9px;
	background: #ffffff;
	color: var(--eval-title);
	font-size: 13px;
	box-shadow: none;
}

body.eval-checkout-page-body form.checkout input.input-text {
	padding: 0 13px;
}

body.eval-checkout-page-body form.checkout textarea {
	min-height: 100px;
	padding: 12px 13px;
}

body.eval-checkout-page-body form.checkout input.input-text:focus,
body.eval-checkout-page-body form.checkout textarea:focus,
body.eval-checkout-page-body form.checkout .select2-container--open .select2-selection {
	border-color: var(--eval-link);
	box-shadow: 0 0 0 3px rgba(11, 95, 168, 0.09);
}

body.eval-checkout-page-body .woocommerce-additional-fields {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--eval-border);
}

body.eval-checkout-page-body .eval-delivery-preference {
	margin-top: 24px;
	padding: 22px;
	border: 1px solid rgba(11, 95, 168, 0.14);
	border-radius: 13px;
	background: #f5f8fc;
}

.eval-checkout-mini-kicker {
	color: var(--eval-link);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.eval-checkout-page-body .eval-delivery-preference h3 {
	margin: 5px 0 6px;
	color: var(--eval-title);
	font-size: 18px;
}

body.eval-checkout-page-body .eval-delivery-preference > p {
	margin: 0 0 15px;
	color: var(--eval-text);
	font-size: 12px;
	line-height: 1.55;
}

.eval-route-note {
	display: flex;
	gap: 10px;
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid rgba(11, 95, 168, 0.12);
}

.eval-route-note svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	fill: none;
	stroke: var(--eval-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eval-route-note p {
	margin: 0;
	color: var(--eval-text);
	font-size: 11px;
	line-height: 1.6;
}

body.eval-checkout-page-body #order_review_heading,
body.eval-checkout-page-body #order_review {
	grid-column: 2;
}

body.eval-checkout-page-body #order_review_heading {
	grid-row: 1;
	margin: 0;
	padding: 24px 24px 0;
	border: 1px solid var(--eval-border);
	border-bottom: 0;
	border-radius: 16px 16px 0 0;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(0, 40, 88, 0.06);
}

body.eval-checkout-page-body #order_review {
	grid-row: 2 / span 2;
	padding: 16px 24px 24px;
	border: 1px solid var(--eval-border);
	border-top: 0;
	border-radius: 0 0 16px 16px;
	background: #ffffff;
	box-shadow: 0 18px 34px rgba(0, 40, 88, 0.06);
}

body.eval-checkout-page-body #order_review table {
	margin: 0 0 17px;
	border: 0;
}

body.eval-checkout-page-body #order_review th,
body.eval-checkout-page-body #order_review td {
	padding: 12px 0;
	border-color: var(--eval-border);
	color: var(--eval-text);
	font-size: 12px;
}

body.eval-checkout-page-body #order_review td {
	text-align: right;
}

body.eval-checkout-page-body #order_review .product-name {
	color: var(--eval-title);
	font-weight: 650;
	text-align: left;
}

body.eval-checkout-page-body #order_review .order-total strong {
	color: var(--eval-blue);
	font-size: 19px;
}

body.eval-checkout-page-body #payment {
	margin-top: 10px;
	border-radius: 12px;
	background: #f6f8fb;
}

body.eval-checkout-page-body #payment ul.payment_methods {
	padding: 17px;
	border-color: var(--eval-border);
}

body.eval-checkout-page-body #payment ul.payment_methods li {
	color: var(--eval-title);
	font-size: 13px;
	font-weight: 700;
}

body.eval-checkout-page-body #payment div.payment_box {
	margin: 10px 0 0;
	border-radius: 8px;
	background: #ffffff;
	color: var(--eval-text);
	font-size: 11px;
	line-height: 1.6;
}

body.eval-checkout-page-body #payment .place-order {
	padding: 18px;
}

body.eval-checkout-page-body #place_order {
	width: 100%;
	min-height: 52px;
	border-radius: 9px;
	background: var(--eval-blue);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(0, 40, 88, 0.18);
}

body.eval-checkout-page-body #place_order:hover {
	background: var(--eval-link);
}

.eval-checkout-confirmation {
	display: flex;
	gap: 10px;
	margin: 16px 0 2px;
	padding: 14px;
	border: 1px solid rgba(11, 95, 168, 0.14);
	border-radius: 10px;
	background: #eef4fa;
}

.eval-checkout-confirmation svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	fill: none;
	stroke: var(--eval-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.eval-checkout-confirmation strong {
	display: block;
	margin-bottom: 3px;
	color: var(--eval-title);
	font-size: 12px;
}

.eval-checkout-confirmation p {
	margin: 0;
	color: var(--eval-text);
	font-size: 10px;
	line-height: 1.55;
}

.eval-shipping-context {
	display: block;
	margin: 4px 0 0 24px;
	color: #7d8998;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.45;
}

body.eval-checkout-page-body .woocommerce-privacy-policy-text p {
	color: #7d8998;
	font-size: 10px;
	line-height: 1.55;
}

body.eval-checkout-page-body .woocommerce-privacy-policy-text a {
	color: var(--eval-link);
}

body.eval-checkout-page-body .woocommerce-error,
body.eval-checkout-page-body .woocommerce-message,
body.eval-cart-page-body .woocommerce-error,
body.eval-cart-page-body .woocommerce-message {
	grid-column: 1 / -1;
	border-radius: 10px;
	font-size: 12px;
}

@media (max-width: 999px) {
	.eval-commerce-hero {
		grid-template-columns: 1fr;
		padding: 30px;
	}

	.eval-commerce-status {
		align-self: auto;
	}

	body.eval-cart-page-body .woocommerce {
		grid-template-columns: 1fr;
	}

	body.eval-cart-page-body .woocommerce-cart-form,
	body.eval-cart-page-body .cart-collaterals {
		grid-column: 1;
	}

	body.eval-cart-page-body .ct-woocommerce-cart-form,
	body.eval-cart-page-body .cross-sells {
		grid-column: 1;
	}

	body.eval-cart-page-body .cross-sells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.eval-checkout-page-body form.checkout {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	body.eval-checkout-page-body form.checkout > .col2-set,
	body.eval-checkout-page-body #order_review_heading,
	body.eval-checkout-page-body #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.eval-checkout-page-body #order_review_heading {
		margin-top: 2px;
	}
}

@media (max-width: 767px) {
	body.eval-cart-page-body .eval-mobile-nav-global,
	body.eval-checkout-page-body .eval-mobile-nav-global {
		display: none !important;
	}

	body.eval-cart-page-body .site-main > .ct-container,
	body.eval-checkout-page-body .site-main > .ct-container {
		padding-top: 16px;
		padding-bottom: 70px;
	}

	.eval-commerce-hero {
		gap: 20px;
		margin-bottom: 18px;
		padding: 24px 18px 20px;
		border-radius: 15px;
	}

	.eval-commerce-hero-copy h1 {
		font-size: 31px;
	}

	.eval-commerce-hero-copy p {
		font-size: 13px;
		line-height: 1.58;
	}

	.eval-commerce-status {
		padding: 16px;
	}

	.eval-commerce-steps {
		padding-top: 18px;
	}

	.eval-commerce-steps li {
		flex-direction: column;
		gap: 5px;
		font-size: 10px;
		text-align: center;
	}

	.eval-commerce-steps li + li::before {
		top: 13px;
		width: calc(50% - 27px);
		height: 1px;
		transform: translateX(-50%);
	}

	body.eval-cart-page-body .woocommerce-cart-form {
		border-radius: 13px;
		overflow: visible;
	}

	body.eval-cart-page-body .woocommerce-cart-form table,
	body.eval-cart-page-body .woocommerce-cart-form tbody,
	body.eval-cart-page-body .woocommerce-cart-form tr,
	body.eval-cart-page-body .woocommerce-cart-form td {
		display: block;
		width: 100%;
	}

	body.eval-cart-page-body .woocommerce-cart-form thead {
		display: none;
	}

	body.eval-cart-page-body .woocommerce-cart-form tr.cart_item {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr) auto;
		gap: 8px 12px;
		padding: 16px;
		border-bottom: 1px solid var(--eval-border);
	}

	body.eval-cart-page-body .woocommerce-cart-form td {
		padding: 0;
		border: 0;
	}

	body.eval-cart-page-body .woocommerce-cart-form .product-remove {
		grid-column: 3;
		grid-row: 1;
	}

	body.eval-cart-page-body .woocommerce-cart-form .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	body.eval-cart-page-body .woocommerce-cart-form .product-name {
		grid-column: 2;
		grid-row: 1;
	}

	body.eval-cart-page-body .woocommerce-cart-form .product-price {
		display: none;
	}

	body.eval-cart-page-body .woocommerce-cart-form .product-quantity {
		grid-column: 2;
		grid-row: 2;
	}

	body.eval-cart-page-body .woocommerce-cart-form .product-subtotal {
		grid-column: 3;
		grid-row: 2;
		align-self: center;
	}

	body.eval-cart-page-body .woocommerce-cart-form .actions {
		padding: 14px;
	}

	body.eval-cart-page-body .actions .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	body.eval-cart-page-body .actions > button {
		width: 100%;
		margin-top: 9px;
	}

	body.eval-cart-page-body .cart_totals {
		padding: 19px;
		border-radius: 13px;
	}

	body.eval-cart-page-body .cross-sells {
		padding: 20px;
		border-radius: 14px;
	}

	body.eval-cart-page-body .cross-sells > h2 {
		margin-bottom: 16px;
		font-size: 21px;
	}

	body.eval-cart-page-body .cross-sells ul.products {
		width: auto !important;
		margin-inline: -2px !important;
		padding: 2px 2px 10px !important;
		grid-template-columns: none !important;
		grid-auto-flow: column;
		grid-auto-columns: minmax(220px, 82%);
		gap: 11px !important;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-width: thin;
	}

	body.eval-cart-page-body .cross-sells ul.products li.product {
		scroll-snap-align: start;
	}

	.eval-cart-actions {
		align-items: flex-start;
		gap: 10px;
		font-size: 11px;
	}

	body.eval-checkout-page-body form.checkout > .col2-set,
	body.eval-checkout-page-body #order_review {
		padding: 18px;
		border-radius: 13px;
	}

	body.eval-checkout-page-body #order_review_heading {
		padding: 19px 18px 0;
		border-radius: 13px 13px 0 0;
	}

	body.eval-checkout-page-body #order_review {
		border-radius: 0 0 13px 13px;
	}

	body.eval-checkout-page-body .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	body.eval-checkout-page-body .woocommerce-billing-fields__field-wrapper .form-row,
	body.eval-checkout-page-body .woocommerce-billing-fields__field-wrapper .form-row-wide {
		grid-column: 1;
	}

	body.eval-checkout-page-body .eval-delivery-preference {
		padding: 17px;
	}
}

/* ==========================================================
   CATÁLOGO Y CATEGORÍAS
   ========================================================== */

body.post-type-archive-product .site-main,
body.tax-product_cat .site-main {
	background:
		linear-gradient(180deg, #ffffff 0, #ffffff 520px, #f7f9fc 520px);
}

body.post-type-archive-product .hero-section,
body.tax-product_cat .hero-section {
	display: none;
}

body.post-type-archive-product .site-main > .ct-container,
body.tax-product_cat .site-main > .ct-container {
	padding-top: 34px;
	padding-bottom: 72px;
}

.eval-catalogue-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 30px 56px;
	margin-bottom: 24px;
	padding: 38px 42px 30px;
	border: 1px solid var(--eval-border);
	border-radius: 20px;
	background:
		radial-gradient(circle at 88% 12%, rgba(216, 185, 143, 0.24), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
	box-shadow: 0 16px 42px rgba(0, 40, 88, 0.08);
}

.eval-catalogue-copy h1 {
	margin: 6px 0 12px;
	color: var(--eval-title);
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.eval-catalogue-copy p {
	max-width: 700px;
	margin: 0;
	color: var(--eval-text);
	font-size: 16px;
	line-height: 1.65;
}

.eval-draft-preview {
	display: inline-flex;
	align-items: center;
	margin-top: 16px;
	padding: 7px 11px;
	border: 1px solid rgba(11, 95, 168, 0.18);
	border-radius: 999px;
	background: rgba(11, 95, 168, 0.08);
	color: var(--eval-link);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.eval-catalogue-search {
	align-self: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	padding: 9px;
	border: 1px solid var(--eval-border);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(0, 40, 88, 0.07);
}

.eval-catalogue-search input[type="search"] {
	min-width: 0;
	height: 48px;
	margin: 0;
	padding: 0 14px;
	border: 0;
	background: transparent;
	color: var(--eval-title);
	font-size: 14px;
	box-shadow: none;
}

.eval-catalogue-search input[type="search"]:focus {
	outline: none;
	box-shadow: none;
}

.eval-catalogue-search button {
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 9px;
	background: var(--eval-blue);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.eval-catalogue-search button:hover {
	background: var(--eval-link);
}

.eval-catalogue-services {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding-top: 24px;
	border-top: 1px solid var(--eval-border);
}

.eval-catalogue-services span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--eval-title);
	font-size: 12px;
}

.eval-catalogue-services svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	fill: none;
	stroke: var(--eval-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.eval-category-rail {
	display: flex;
	gap: 9px;
	margin: 0 0 28px;
	padding: 4px 2px 8px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 40, 88, 0.18) transparent;
}

.eval-category-pill {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 1px solid var(--eval-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--eval-title);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.eval-category-pill:hover {
	border-color: rgba(0, 40, 88, 0.34);
	color: var(--eval-blue);
	transform: translateY(-1px);
}

.eval-category-pill.is-active {
	border-color: var(--eval-blue);
	background: var(--eval-blue);
	color: #ffffff;
}

body.post-type-archive-product .woocommerce-notices-wrapper,
body.tax-product_cat .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
	margin: 10px 0 26px;
	color: var(--eval-text);
	font-size: 13px;
	font-weight: 600;
}

body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
	margin: 0 0 26px;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
	min-width: 220px;
	height: 43px;
	padding-inline: 13px 38px;
	border: 1px solid var(--eval-border);
	border-radius: 9px;
	background-color: #ffffff;
	color: var(--eval-title);
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 6px 18px rgba(0, 40, 88, 0.05);
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin-bottom: 42px !important;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0 !important;
	padding: 10px 10px 12px !important;
	overflow: hidden;
	border: 1px solid var(--eval-border);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(0, 40, 88, 0.06);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

body.post-type-archive-product ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover {
	border-color: rgba(0, 40, 88, 0.24);
	box-shadow: 0 16px 36px rgba(0, 40, 88, 0.11);
	transform: translateY(-2px);
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__link,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img {
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 0 0 14px !important;
	border-radius: 11px;
	background: #f6f7f9;
	object-fit: contain;
}

body.post-type-archive-product ul.products li.product .entry-meta,
body.tax-product_cat ul.products li.product .entry-meta {
	display: none;
}

.eval-card-availability {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	max-width: calc(100% - 40px);
	padding: 6px 8px;
	border: 1px solid rgba(37, 211, 102, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #147438;
	font-size: 9px;
	font-weight: 750;
	line-height: 1.1;
	box-shadow: 0 5px 14px rgba(0, 40, 88, 0.08);
}

.eval-card-availability svg {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
	min-height: 46px;
	margin: 0 3px 7px;
	color: var(--eval-title);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.eval-card-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 3px 9px;
	color: var(--eval-text);
	font-size: 10px;
	line-height: 1.35;
}

.eval-card-details strong {
	color: var(--eval-title);
	font-weight: 650;
}

.eval-card-sku {
	color: #7b8796;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.eval-card-unit-price {
	color: var(--eval-link);
	font-weight: 650;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
	margin: auto 3px 10px !important;
	color: var(--eval-blue);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button {
	width: 100%;
	min-height: 40px;
	margin: 0 0 7px !important;
	padding: 10px 12px;
	border-radius: 8px;
	background: var(--eval-blue);
	color: #ffffff;
	font-size: 11px;
	font-weight: 750;
	text-align: center;
}

body.post-type-archive-product ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover {
	background: var(--eval-link);
	color: #ffffff;
}

.eval-card-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 36px;
	padding: 8px 10px;
	border: 1px solid rgba(37, 211, 102, 0.34);
	border-radius: 8px;
	color: #14843d;
	font-size: 10px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.eval-card-whatsapp:hover {
	border-color: var(--eval-whatsapp);
	background: rgba(37, 211, 102, 0.08);
	color: #106f34;
}

.eval-card-whatsapp svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eval-card-secondary-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
}

.eval-add-quote {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	border: 1px solid rgba(0, 40, 88, 0.24);
	border-radius: 8px;
	background: #ffffff;
	color: var(--eval-blue);
	font-family: "Manrope", sans-serif;
	font-weight: 750;
	line-height: 1;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.eval-add-quote:hover {
	border-color: var(--eval-blue);
	background: rgba(0, 40, 88, 0.06);
	color: var(--eval-blue);
}

.eval-add-quote.is-added {
	border-color: var(--eval-whatsapp);
	background: rgba(37, 211, 102, 0.1);
	color: #147438;
}

.eval-add-quote svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eval-add-quote-card {
	min-height: 36px;
	padding: 8px 9px;
	font-size: 10px;
}

body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination {
	margin-top: 10px;
}

body.post-type-archive-product .woocommerce-pagination .page-numbers,
body.tax-product_cat .woocommerce-pagination .page-numbers {
	border: 0;
}

body.post-type-archive-product .woocommerce-pagination a,
body.post-type-archive-product .woocommerce-pagination span,
body.tax-product_cat .woocommerce-pagination a,
body.tax-product_cat .woocommerce-pagination span {
	display: grid;
	min-width: 40px;
	height: 40px;
	margin: 0 3px;
	padding: 0;
	border: 1px solid var(--eval-border);
	border-radius: 8px;
	background: #ffffff;
	color: var(--eval-title);
	place-items: center;
}

body.post-type-archive-product .woocommerce-pagination .current,
body.tax-product_cat .woocommerce-pagination .current {
	border-color: var(--eval-blue);
	background: var(--eval-blue);
	color: #ffffff;
}

@media (max-width: 1199px) {
	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 999px) {
	.eval-catalogue-hero {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 32px;
	}

	.eval-catalogue-search {
		max-width: 680px;
	}

	.eval-catalogue-services {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	body.post-type-archive-product .site-main > .ct-container,
	body.tax-product_cat .site-main > .ct-container {
		padding-top: 18px;
		padding-bottom: 92px;
	}

	.eval-catalogue-hero {
		gap: 18px;
		margin-inline: 8px;
		padding: 24px 18px 20px;
		border-radius: 15px;
	}

	.eval-catalogue-copy h1 {
		font-size: 31px;
	}

	.eval-catalogue-copy p {
		font-size: 14px;
		line-height: 1.55;
	}

	.eval-draft-preview {
		font-size: 10px;
	}

	.eval-catalogue-search {
		grid-template-columns: 1fr;
		padding: 7px;
	}

	.eval-catalogue-search input[type="search"] {
		height: 44px;
	}

	.eval-catalogue-search button {
		min-height: 42px;
	}

	.eval-catalogue-services {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.eval-category-rail {
		margin: 0 8px 21px;
		padding-bottom: 6px;
	}

	.eval-category-pill {
		padding: 9px 12px;
		font-size: 11px;
	}

	body.post-type-archive-product .woocommerce-result-count,
	body.tax-product_cat .woocommerce-result-count {
		float: none;
		margin: 0 8px 12px;
	}

	body.post-type-archive-product .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering {
		float: none;
		margin: 0 8px 20px;
	}

	body.post-type-archive-product .woocommerce-ordering select,
	body.tax-product_cat .woocommerce-ordering select {
		width: 100%;
	}

	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		padding-inline: 8px;
	}

	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product {
		padding: 7px 7px 9px !important;
		border-radius: 12px;
	}

	body.post-type-archive-product ul.products li.product img,
	body.tax-product_cat ul.products li.product img {
		margin-bottom: 10px !important;
		border-radius: 9px;
	}

	.eval-card-availability {
		top: 13px;
		left: 13px;
		max-width: calc(100% - 26px);
		padding: 5px 6px;
		font-size: 8px;
	}

	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
		min-height: 52px;
		margin-inline: 2px;
		font-size: 12px;
	}

	.eval-card-details {
		margin-inline: 2px;
		font-size: 9px;
	}

	.eval-card-material {
		display: none;
	}

	body.post-type-archive-product ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price {
		margin-inline: 2px !important;
		font-size: 15px;
	}

	body.post-type-archive-product ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button {
		min-height: 38px;
		padding-inline: 7px;
		font-size: 10px;
	}

	.eval-card-whatsapp {
		display: none;
	}

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

.single-product .site-main {
	background: linear-gradient(180deg, #ffffff 0, #ffffff 760px, #f8fafc 760px);
}

.single-product div.product {
	--theme-content-vertical-spacing: 54px;
}

.single-product div.product .woocommerce-product-gallery {
	overflow: hidden;
	border: 1px solid var(--eval-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(0, 40, 88, 0.08);
}

.single-product div.product .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
}

.single-product div.product .summary.entry-summary {
	align-self: start;
	padding: 32px;
	border: 1px solid var(--eval-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(0, 40, 88, 0.08);
}

.single-product .summary .product_title {
	margin: 0 0 12px;
	color: var(--eval-title);
	font-size: clamp(30px, 2.5vw, 40px);
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.single-product .summary .price {
	margin: 0 0 18px;
	color: var(--eval-blue);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.single-product .summary .woocommerce-product-details__short-description {
	margin: 20px 0 24px;
	color: var(--eval-text);
	font-size: 16px;
	line-height: 1.65;
}

.eval-product-facts {
	padding: 16px;
	border: 1px solid #dbe7f2;
	border-radius: 12px;
	background: #f6faff;
}

.eval-availability {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #08783e;
	font-size: 13px;
	font-weight: 800;
}

.eval-availability svg,
.eval-whatsapp-product svg,
.eval-service-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eval-fact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid #dbe7f2;
	border-radius: 9px;
	background: #dbe7f2;
}

.eval-price-confirmation {
	margin: 12px 2px 0 !important;
	color: #647487;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.5;
}

.eval-fact {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
	padding: 11px 12px;
	background: #fff;
}

.eval-fact span {
	color: #748295;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.eval-fact strong {
	color: var(--eval-title);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.single-product .summary form.cart {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 12px;
	margin: 24px 0 12px;
	padding: 0;
	border: 0;
}

.single-product .summary form.cart .quantity {
	width: 100%;
	margin: 0;
}

.single-product .summary form.cart .single_add_to_cart_button {
	min-height: 54px;
	border-radius: 9px;
	background: var(--eval-blue);
	font-size: 15px;
	font-weight: 800;
}

.single-product .summary form.cart .single_add_to_cart_button:hover {
	background: var(--eval-deep);
}

.eval-product-assistance {
	margin-top: 12px;
}

.eval-product-contact-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 9px;
}

.eval-whatsapp-product {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 9px;
	background: var(--eval-whatsapp);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(37, 211, 102, 0.2);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.eval-whatsapp-product:hover {
	background: var(--eval-whatsapp-dark);
	color: #fff !important;
	transform: translateY(-1px);
}

.eval-add-quote-single {
	min-height: 52px;
	padding: 12px 16px;
	font-size: 14px;
}

.eval-product-assistance p {
	margin: 10px 4px 0;
	color: #748295;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.single-product .summary .product_meta {
	display: grid;
	gap: 7px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--eval-border);
	color: #748295;
	font-size: 11px;
	line-height: 1.55;
	text-transform: uppercase;
}

.single-product .summary .product_meta > span {
	display: block;
}

.single-product .summary .product_meta a {
	color: var(--eval-link);
}

.eval-delivery-schedule,
.eval-complementary-products {
	clear: both;
	width: 100%;
	max-width: var(--theme-container-width, 1290px);
	margin: 54px auto 0;
}

.eval-delivery-schedule {
	display: grid;
	grid-template-columns: 0.8fr 2.2fr;
	gap: 30px;
	padding: 30px;
	border: 1px solid #dbe7f2;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(0, 40, 88, 0.98), rgba(11, 95, 168, 0.94));
	box-shadow: 0 18px 45px rgba(0, 40, 88, 0.14);
}

.eval-section-kicker {
	display: block;
	margin-bottom: 7px;
	color: var(--eval-link);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.eval-delivery-intro .eval-section-kicker {
	color: #b9d8f4;
}

.eval-delivery-intro h2 {
	margin: 0 0 9px;
	color: #fff;
	font-size: 27px;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.eval-delivery-intro p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.55;
}

.eval-delivery-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.eval-delivery-options article {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.09);
}

.eval-service-icon {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.eval-delivery-options article div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.eval-delivery-options strong {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.eval-delivery-options span {
	margin-top: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 650;
}

.eval-delivery-options small {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 10.5px;
	line-height: 1.45;
}

.single-product .woocommerce-tabs {
	margin-top: 46px;
	padding: 30px;
	border: 1px solid var(--eval-border);
	border-radius: 18px;
	background: #fff;
}

.single-product .woocommerce-tabs .tabs {
	margin-bottom: 24px;
}

.single-product .woocommerce-tabs .panel {
	color: var(--eval-text);
	font-size: 15px;
	line-height: 1.7;
}

.eval-complementary-products {
	margin-bottom: 58px;
}

.eval-complementary-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 20px;
}

.eval-complementary-heading h2 {
	margin: 0;
	color: var(--eval-title);
	font-size: 30px;
	letter-spacing: -0.02em;
}

.eval-complementary-heading p {
	max-width: 390px;
	margin: 0;
	color: var(--eval-text);
	font-size: 14px;
	text-align: right;
}

.eval-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.eval-related-card {
	overflow: hidden;
	border: 1px solid var(--eval-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(0, 40, 88, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eval-related-card:hover {
	box-shadow: 0 14px 32px rgba(0, 40, 88, 0.11);
	transform: translateY(-2px);
}

.eval-related-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 0.78;
	background: #f7f8fa;
}

.eval-related-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.eval-related-content {
	padding: 15px;
}

.eval-related-sku {
	display: block;
	margin-bottom: 6px;
	color: #8290a2;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.eval-related-card h3 {
	min-height: 44px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.45;
}

.eval-related-card h3 a {
	color: var(--eval-title);
	text-decoration: none;
}

.eval-related-price {
	margin-bottom: 12px;
	color: var(--eval-blue);
	font-size: 15px;
	font-weight: 800;
}

.eval-related-link {
	color: var(--eval-link);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 999px) {
	.single-product div.product .summary.entry-summary {
		padding: 26px;
	}

	.eval-delivery-schedule {
		grid-template-columns: 1fr;
		margin-inline: 20px;
		width: auto;
	}

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

	.eval-complementary-products {
		padding-inline: 20px;
	}
}

@media (max-width: 767px) {
	body.single-product {
		padding-bottom: 0;
	}

	/*
	 * La ficha ya ofrece carrito y WhatsApp junto al producto.
	 * Ocultamos la navegación inferior global para evitar acciones
	 * duplicadas y mantener precio, atributos y botones despejados.
	 */
	body.single-product .eval-mobile-nav-global {
		display: none !important;
	}

	.single-product .site-main {
		background: #fff;
	}

	.single-product div.product {
		--theme-content-vertical-spacing: 30px;
	}

	.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 20px;
		border-radius: 13px;
		box-shadow: none;
	}

	.single-product div.product .woocommerce-product-gallery img {
		aspect-ratio: 1 / 1;
		max-height: 330px;
		object-fit: contain;
	}

	.single-product div.product .summary.entry-summary {
		padding: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.single-product .summary .product_title {
		font-size: 27px;
		line-height: 1.16;
	}

	.single-product .summary .price {
		font-size: 27px;
	}

	.single-product .summary .woocommerce-product-details__short-description {
		font-size: 15px;
	}

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

	.single-product .summary form.cart {
		grid-template-columns: 100px minmax(0, 1fr);
	}

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

	.eval-delivery-schedule {
		gap: 22px;
		margin: 36px 20px 0;
		padding: 24px 20px;
		border-radius: 14px;
	}

	.eval-delivery-intro h2 {
		font-size: 23px;
	}

	.eval-delivery-options {
		grid-template-columns: 1fr;
	}

	.eval-delivery-options article {
		padding: 14px;
	}

	.single-product .woocommerce-tabs {
		margin-top: 34px;
		padding: 22px 20px;
		border-radius: 14px;
	}

	.eval-complementary-heading {
		display: block;
	}

	.eval-complementary-heading h2 {
		font-size: 25px;
	}

	.eval-complementary-heading p {
		margin-top: 8px;
		text-align: left;
	}

	.eval-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.eval-related-content {
		padding: 12px;
	}

	.eval-related-card h3 {
		min-height: 54px;
		font-size: 12px;
	}
}

/* ==========================================================
   COTIZACIÓN MULTIPRODUCTO
   ========================================================== */

body.eval-quote-page-body .hero-section {
	display: none;
}

body.eval-quote-page-body .site-main {
	background:
		linear-gradient(180deg, #ffffff 0, #ffffff 520px, #f7f9fc 520px);
}

body.eval-quote-page-body .site-main > .ct-container {
	padding-top: 34px;
	padding-bottom: 72px;
}

body.eval-quote-page-body article > .entry-content {
	width: 100%;
	max-width: none;
}

.eval-quote-builder {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	color: var(--eval-text);
}

.eval-quote-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 18px;
	padding: 38px 42px;
	border: 1px solid var(--eval-border);
	border-radius: 20px;
	background:
		radial-gradient(circle at 90% 10%, rgba(216, 185, 143, 0.28), transparent 32%),
		linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
	box-shadow: 0 16px 42px rgba(0, 40, 88, 0.08);
}

.eval-quote-hero h1 {
	margin: 6px 0 12px;
	color: var(--eval-title);
	font-size: clamp(36px, 4vw, 50px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.eval-quote-hero p {
	max-width: 760px;
	margin: 0;
	color: var(--eval-text);
	font-size: 16px;
	line-height: 1.65;
}

.eval-quote-back {
	flex: 0 0 auto;
	padding: 12px 16px;
	border: 1px solid var(--eval-border);
	border-radius: 9px;
	background: #ffffff;
	color: var(--eval-blue);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.eval-quote-back:hover {
	border-color: var(--eval-blue);
	color: var(--eval-blue);
}

.eval-quote-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.eval-quote-steps span {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 16px;
	border: 1px solid var(--eval-border);
	border-radius: 11px;
	background: #ffffff;
	color: var(--eval-title);
	font-size: 12px;
	font-weight: 650;
}

.eval-quote-steps strong {
	display: grid;
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	border-radius: 50%;
	background: var(--eval-blue);
	color: #ffffff;
	font-size: 11px;
	place-items: center;
}

.eval-quote-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
	gap: 24px;
	align-items: start;
}

.eval-quote-products,
.eval-quote-form-card {
	border: 1px solid var(--eval-border);
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(0, 40, 88, 0.06);
}

.eval-quote-products {
	padding: 26px;
}

.eval-quote-form-card {
	position: sticky;
	top: 28px;
	padding: 26px;
}

.eval-quote-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--eval-border);
}

.eval-quote-section-heading h2,
.eval-quote-form-card h2 {
	margin: 5px 0 0;
	color: var(--eval-title);
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.eval-quote-clear {
	padding: 8px 10px;
	border: 0;
	background: transparent;
	color: #8a5a55;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.eval-quote-clear:disabled {
	opacity: 0.42;
	cursor: default;
}

.eval-quote-empty {
	padding: 64px 24px;
	text-align: center;
}

.eval-quote-empty[hidden] {
	display: none;
}

.eval-quote-empty > span {
	display: grid;
	width: 54px;
	height: 54px;
	margin: 0 auto 16px;
	border-radius: 14px;
	background: rgba(0, 40, 88, 0.08);
	color: var(--eval-blue);
	place-items: center;
}

.eval-quote-empty svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.eval-quote-empty h3 {
	margin: 0 0 8px;
	color: var(--eval-title);
	font-size: 20px;
}

.eval-quote-empty p {
	max-width: 430px;
	margin: 0 auto 18px;
	font-size: 14px;
	line-height: 1.6;
}

.eval-quote-empty a {
	display: inline-flex;
	padding: 11px 17px;
	border-radius: 8px;
	background: var(--eval-blue);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.eval-quote-items {
	display: grid;
	gap: 12px;
}

.eval-quote-items[hidden] {
	display: none;
}

.eval-quote-item {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr) auto 110px;
	gap: 15px;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--eval-border);
	border-radius: 12px;
	background: #fbfcfe;
}

.eval-quote-item-image {
	display: block;
	overflow: hidden;
	border-radius: 9px;
	background: #f2f4f7;
}

.eval-quote-item-image img {
	display: block;
	width: 86px;
	height: 76px;
	object-fit: contain;
}

.eval-quote-item-copy {
	min-width: 0;
}

.eval-quote-item-copy > span {
	color: #7d8998;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.eval-quote-item-copy h3 {
	margin: 3px 0 5px;
	font-size: 13px;
	line-height: 1.35;
}

.eval-quote-item-copy h3 a {
	color: var(--eval-title);
	text-decoration: none;
}

.eval-quote-item-copy small {
	display: block;
	margin-bottom: 4px;
	color: var(--eval-text);
	font-size: 10px;
}

.eval-quote-item-copy > strong {
	color: var(--eval-blue);
	font-size: 13px;
}

.eval-quote-item-qty {
	display: grid;
	grid-template-columns: 30px 48px 30px;
	overflow: hidden;
	border: 1px solid var(--eval-border);
	border-radius: 8px;
	background: #ffffff;
}

.eval-quote-item-qty button,
.eval-quote-item-qty input {
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	color: var(--eval-title);
	font-size: 12px;
	text-align: center;
	box-shadow: none;
}

.eval-quote-item-qty button {
	cursor: pointer;
}

.eval-quote-item-qty input {
	border-right: 1px solid var(--eval-border);
	border-left: 1px solid var(--eval-border);
	-moz-appearance: textfield;
}

.eval-quote-item-qty input::-webkit-inner-spin-button,
.eval-quote-item-qty input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.eval-quote-item-subtotal {
	text-align: right;
}

.eval-quote-item-subtotal span {
	display: block;
	color: #7d8998;
	font-size: 9px;
	text-transform: uppercase;
}

.eval-quote-item-subtotal strong {
	display: block;
	margin: 2px 0 5px;
	color: var(--eval-blue);
	font-size: 14px;
}

.eval-quote-item-subtotal button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #95645f;
	font-size: 10px;
	font-weight: 650;
	cursor: pointer;
}

.eval-quote-form-intro {
	margin: 9px 0 20px;
	font-size: 13px;
	line-height: 1.55;
}

.eval-quote-form {
	display: grid;
	gap: 13px;
}

.eval-quote-form label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.eval-quote-form label > span {
	color: var(--eval-title);
	font-size: 11px;
	font-weight: 700;
}

.eval-quote-form input,
.eval-quote-form select,
.eval-quote-form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid var(--eval-border);
	border-radius: 8px;
	background: #ffffff;
	color: var(--eval-title);
	font-size: 13px;
	box-shadow: none;
}

.eval-quote-form input,
.eval-quote-form select {
	height: 43px;
	padding: 0 11px;
}

.eval-quote-form textarea {
	min-height: 82px;
	padding: 10px 11px;
	resize: vertical;
}

.eval-quote-form input:focus,
.eval-quote-form select:focus,
.eval-quote-form textarea:focus {
	border-color: var(--eval-link);
	box-shadow: 0 0 0 3px rgba(11, 95, 168, 0.1);
	outline: none;
}

.eval-quote-field-row {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	gap: 10px;
}

.eval-quote-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4px;
	padding: 15px 0;
	border-top: 1px solid var(--eval-border);
	border-bottom: 1px solid var(--eval-border);
}

.eval-quote-total span {
	color: var(--eval-title);
	font-size: 12px;
	font-weight: 700;
}

.eval-quote-total strong {
	color: var(--eval-blue);
	font-size: 22px;
}

.eval-quote-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	border: 0;
	border-radius: 9px;
	background: var(--eval-whatsapp);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 9px 22px rgba(37, 211, 102, 0.2);
}

.eval-quote-submit:hover {
	background: var(--eval-whatsapp-dark);
}

.eval-quote-submit svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eval-quote-disclaimer {
	margin: 0;
	color: #7d8998;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

.eval-quote-float {
	position: fixed;
	z-index: 40;
	bottom: 22px;
	left: 22px;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 9px 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: var(--eval-blue);
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(0, 29, 66, 0.25);
}

.eval-quote-float:hover {
	background: var(--eval-link);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.eval-quote-float > svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eval-quote-count {
	display: grid;
	min-width: 26px;
	height: 26px;
	padding: 0 5px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--eval-blue);
	font-size: 11px;
	place-items: center;
}

@media (max-width: 999px) {
	.eval-quote-hero {
		display: grid;
		align-items: start;
		padding: 32px;
	}

	.eval-quote-back {
		justify-self: start;
	}

	.eval-quote-layout {
		grid-template-columns: 1fr;
	}

	.eval-quote-form-card {
		position: static;
	}
}

@media (max-width: 767px) {
	body.eval-quote-page-body .eval-mobile-nav-global {
		display: none !important;
	}

	body.eval-quote-page-body .site-main > .ct-container {
		padding-top: 18px;
		padding-bottom: 92px;
	}

	.eval-quote-builder {
		width: calc(100% - 24px);
	}

	.eval-quote-hero {
		gap: 20px;
		padding: 25px 19px;
		border-radius: 15px;
	}

	.eval-quote-hero h1 {
		font-size: 32px;
	}

	.eval-quote-hero p {
		font-size: 14px;
		line-height: 1.55;
	}

	.eval-quote-back {
		width: 100%;
		text-align: center;
	}

	.eval-quote-steps {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.eval-quote-products,
	.eval-quote-form-card {
		padding: 18px;
		border-radius: 14px;
	}

	.eval-quote-section-heading {
		align-items: flex-start;
	}

	.eval-quote-section-heading h2,
	.eval-quote-form-card h2 {
		font-size: 21px;
	}

	.eval-quote-empty {
		padding: 44px 10px;
	}

	.eval-quote-item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 11px;
	}

	.eval-quote-item-image img {
		width: 72px;
		height: 72px;
	}

	.eval-quote-item-qty {
		grid-column: 1 / 2;
		justify-self: start;
	}

	.eval-quote-item-subtotal {
		grid-column: 2 / 3;
		text-align: right;
	}

	.eval-quote-field-row {
		grid-template-columns: 1fr;
	}

	.eval-quote-float {
		bottom: 76px;
		left: 14px;
		min-height: 40px;
		padding: 7px 8px 7px 11px;
		font-size: 11px;
	}
}
