
@media (min-width: 768px) {
	body.woocommerce.archive .storex-content > .st-py-default {
		padding-inline: 0 !important;
	}

	body.woocommerce.archive .storex-content > .st-py-default > .container {
		width: var(--ct-contenedor-ancho);
		max-width: var(--ct-contenedor-max);
		margin-inline: auto;
		padding-inline: 0;
		box-sizing: border-box;
	}

	body.woocommerce.archive .storex-content > .st-py-default > .container > .row {
		width: 100%;
		margin-inline: 0;
	}

	body.woocommerce.archive .storex-content > .st-py-default > .container > .row > [class*='col-'] {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding-inline: 0;
	}
}


ul.products.columns-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

ul.products.columns-4 li.product {
	float: none !important;
	clear: none !important;
	width: 300px !important;
	max-width: 100% !important;
	margin: 0 !important;
}


@media (max-width: 991px) {
	ul.products.columns-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-content: normal;
	}

	ul.products.columns-4 li.product {
		width: auto !important;
		max-width: none !important;
	}


	ul.products.columns-4 li.product:nth-child(odd) {
		grid-column: 1;
	}

	ul.products.columns-4 li.product:nth-child(even) {
		grid-column: 2;
	}
}


body.woocommerce.archive .page-title {
	text-align: center;
}


body.woocommerce.archive .page-title {
	margin-bottom: clamp(24px, 3vw, 42px);
}

@media (max-width: 767px) {
	body.woocommerce.archive .page-title {
		margin-bottom: 12px;
	}
}


body.woocommerce.archive .woocommerce-no-products-found {
	width: min(100%, 680px);
	margin-inline: auto;
}

body.woocommerce.archive .woocommerce-no-products-found .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	min-height: 64px;
	margin: 0;
	padding: 18px 24px;
	border: 1px solid var(--ct-borde);
	border-radius: var(--ct-radio);
	background: var(--ct-cyan-tinte);
	color: var(--ct-tinta);
	font-family: inherit;
	font-size: clamp(.94rem, 1.8vw, 1rem);
	font-weight: 600;
	line-height: 1.55;
	text-align: center;
}


body.woocommerce.archive .woocommerce-no-products-found .woocommerce-info::before {
	position: static;
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758dd' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.8' cy='10.8' r='6.8'/%3E%3Cpath d='m16 16 5 5'/%3E%3C/svg%3E") center / contain no-repeat;
	content: '';
}

body.woocommerce.archive .woocommerce-no-products-found .woocommerce-info::after {
	display: none;
	content: none;
}

@media (max-width: 767px) {
	body.woocommerce.archive .woocommerce-no-products-found {
		width: 100%;
	}

	body.woocommerce.archive .woocommerce-no-products-found .woocommerce-info {
		min-height: 56px;
		padding: 14px 18px;
		font-size: .94rem;
		gap: 10px;
	}

	body.woocommerce.archive .woocommerce-no-products-found .woocommerce-info::before {
		flex-basis: 17px;
		width: 17px;
		height: 17px;
	}
}

.ctsys-home-catalogo {
	padding: 64px 0 80px;
	background: linear-gradient(180deg, #f7fafc 0%, #ffffff 38%);
	color: #152131;
}


.ctsys-home-catalogo__contenedor {
	width: var(--ct-contenedor-ancho);
	max-width: var(--ct-contenedor-max);
	margin-inline: auto;
}

.ctsys-home-catalogo__cabecera {
	max-width: 680px;
	margin: 0 auto 32px;
	text-align: center;
}

.ctsys-home-catalogo__cabecera h2,
.ctsys-home-grupo h3 {
	margin: 0;
	font-weight: 800;
	line-height: 1.16;
	color: #102237;
}

.ctsys-home-catalogo__cabecera h2 {
	font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.ctsys-home-catalogo__cabecera > p:last-child {
	margin: 13px 0 0;
	color: #5b6777;
	font-size: 1rem;
	line-height: 1.65;
}

.ctsys-home-catalogo__eyebrow {
	margin: 0 0 7px;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #08a96a;
}

.ctsys-home-catalogo__categorias {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
	gap: 12px;
	margin-bottom: 52px;
}

.ctsys-home-categoria {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 64px;
	padding: 10px 13px;
	border: 1px solid #e2e8f0;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(25, 55, 85, .06);
	color: #233249;
	font-size: .84rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ctsys-home-categoria:hover,
.ctsys-home-categoria:focus-visible {
	border-color: #16b779;
	box-shadow: 0 12px 28px rgba(10, 146, 95, .16);
	color: #0c9360;
	transform: translateY(-2px);
}

.ctsys-home-categoria__icono,
.ctsys-home-producto__marca {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, #123fcb, #18b875);
	color: #fff;
	font-size: .75rem;
	font-weight: 900;
	line-height: 1;
}

.ctsys-home-categoria__icono {
	width: 34px;
	height: 34px;
}

.ctsys-home-grupo {
	margin-top: 44px;
}

.ctsys-home-grupo__titulo {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.ctsys-home-grupo h3 {
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}

.ctsys-home-grupo__titulo > a {
	color: #0b9a63;
	font-size: .9rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.ctsys-home-grupo__titulo > a:hover,
.ctsys-home-grupo__titulo > a:focus-visible {
	text-decoration: underline;
}

.ctsys-home-productos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ctsys-home-producto {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 20px;

	border: 0;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(24, 42, 66, .07);
}

.ctsys-home-producto__enlace {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	color: #17283a;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
}

.ctsys-home-producto__enlace:hover,
.ctsys-home-producto__enlace:focus-visible {
	color: #0d9e65;
}

.ctsys-home-producto__marca {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	font-size: .75rem;
}

.ctsys-home-producto__meta {
	display: grid;
	gap: 5px;
	margin-top: 22px;
	color: #667486;
	font-size: .82rem;
	line-height: 1.4;
}

.ctsys-home-producto__estado {
	width: fit-content;
	padding: 4px 8px;
	border-radius: 99px;
	background: #e9f9f1;
	color: #087f51;
	font-size: .72rem;
	font-weight: 800;
}

.ctsys-home-producto__pie {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 20px;
}

.ctsys-home-producto__precio {
	color: #152a43;
	font-size: 1.16rem;
	font-weight: 900;
}

.ctsys-home-producto__boton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 8px;
	background: #14ad70;
	color: #fff;
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
}

.ctsys-home-producto__boton:hover,
.ctsys-home-producto__boton:focus-visible {
	background: #078552;
	color: #fff;
}

.ctsys-home-producto__boton--agotado,
.ctsys-home-producto__boton--agotado:hover,
.ctsys-home-producto__boton--agotado:focus-visible {
	border: 1px solid #cbd5e1;
	background: #eef2f7;
	color: #475569;
	cursor: not-allowed;
	box-shadow: none;
	outline: 0;
}

[data-ctsys-anadir-carrito][disabled] {
	cursor: wait;
	opacity: .65;
}

[data-ctsys-compra].is-adding [data-ctsys-anadir-carrito] {
	transform: scale(.96);
}

@media (max-width: 600px) {
	.ctsys-home-catalogo {
		padding: 48px 16px 60px;
	}

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

	.ctsys-home-categoria {
		font-size: .78rem;
	}

	.ctsys-home-grupo__titulo {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}


.ctsys-hero-suite {
	position: relative;
	width: 100%;
	margin: 0;
	background: var(--ct-fondo);
	line-height: 0;
	overflow: hidden;
}

.ctsys-hero-suite__media {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}

.ctsys-hero-suite__media picture,
.ctsys-hero-suite__media img {
	display: block;
	width: 100%;
	height: auto;
}

.ctsys-hero-suite__media img {
	max-width: none;
}

.ctsys-hero-suite__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgb(12 31 58 / 5%) 0%, transparent 34%, rgb(12 31 58 / 9%) 100%);
	pointer-events: none;
}

.ctsys-hero-suite__media:focus-visible {
	outline: 3px solid var(--ct-cyan);
	outline-offset: -3px;
}



.ctsys-home-catalogo--por-categoria .ctsys-home-grupo--slider {
	margin: 0 0 50px;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__titulo {
	align-items: center;
	margin-bottom: 16px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e5eaf1;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__titulo h2 {
	margin: 0;
	color: #152d57;
	font-size: clamp(1.22rem, 2vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -.025em;
}

.ctsys-home-grupo__herramientas {
	display: inline-flex;
	align-items: center;
	gap: 13px;
}

.ctsys-home-grupo__herramientas > a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #0d439c;
	font-size: .8rem;
	font-weight: 750;
	text-decoration: none;
}

.ctsys-home-grupo__herramientas > a svg {
	width: 14px;
	height: 14px;
}

.ctsys-home-grupo__herramientas > a:hover,
.ctsys-home-grupo__herramientas > a:focus-visible {
	color: #d86a00;
	text-decoration: underline;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-catalogo__controles button {
	border-color: #d7e0ef;
	border-radius: 6px;
	color: #0d439c;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-productos--simples {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 2px 1px 12px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple {
	display: flex;
	flex: 0 0 calc((100% - 60px) / 4);
	min-width: 0;
	flex-direction: column;

	border: 0;
	border-radius: 13px;
	box-shadow: 0 8px 20px rgb(21 45 87 / 6%);
	scroll-snap-align: start;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__imagen-enlace {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / .97;
	padding: 9px;
	background: #f8fafc;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__imagen-enlace img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.ctsys-home-producto-simple__badges {
	position: absolute;
	z-index: 1;
	top: 4px;
	right: -41px;
	display: block;
	width: 110px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	pointer-events: none;
	transform: rotate(45deg);
	transform-origin: 50% 10px;
}

.ctsys-home-producto-simple__badges .ctsys-home-producto-simple__badge {
	display: block;
	width: 100%;
	height: 20px;
	padding: 0;
	border-radius: 0;
	font-size: .54rem;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.ctsys-home-producto-simple__badge {
	padding: 3px 6px;
	border-radius: 4px;
	font-size: .58rem;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: .03em;
}

.ctsys-home-producto-simple__badge--hot {
	background: #f8b900;
	color: #2e2100;
}

.ctsys-home-producto-simple__badge--nuevo {
	background: #ec6e00;
	color: #fff;
}

.ctsys-home-producto-simple__badges-estado {
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 9px;
	display: grid;
	justify-items: start;
	gap: 3px;
}

.ctsys-home-producto-simple__badge--agotado {
	background: #b91c1c;
	color: #fff;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__contenido {
	display: grid;
	grid-template-rows: minmax(2.65em, auto) auto auto;
	gap: 10px;
	flex: 1;
	padding: 18px 14px 14px;
}


ul.products li.ctsys-home-producto-simple {
	container-name: ctsys-tarjeta-producto;
	container-type: inline-size;
	display: flex;
	flex-direction: column;
	height: 100%;

	border: 0;
	border-radius: 13px;
	box-shadow: 0 8px 20px rgb(21 45 87 / 6%);
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__imagen-enlace {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / .93;
	padding: 0;
	background: #fff;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__imagen-enlace img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__contenido {
	display: grid;
	grid-template-rows: auto auto auto;
	align-items: start;
	gap: 6px;
	flex: 1;
	padding: 6px 14px 14px;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__acciones {
	display: grid;
	grid-template-columns: 64px 48px minmax(0, 1fr);
	gap: 7px;
	align-items: stretch;
	margin-top: auto;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__cantidad {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 22px;
	grid-template-rows: 44px;
	min-width: 0;
	min-height: 44px;
	border: 1px solid #d7e0eb;
	border-radius: 6px;
	overflow: hidden;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__cantidad input {
	grid-column: 1;
	grid-row: 1;
	border: 0;
	border-right: 1px solid #e4e9f0;
	text-align: center;
	color: #152d57;
	font-size: .78rem;
	font-weight: 800;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__cantidad button {
	min-height: 0;
	border: 0;
	border-bottom: 1px solid #e9eef4;
	background: #f8fafc;
	color: #42617f;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__cantidad button:last-child {
	border-bottom: 0;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__cantidad button svg {
	width: 10px;
	height: 10px;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 0;
	min-height: 42px;
	padding: 4px 7px;
	border: 0;
	border-radius: 6px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--carrito {
	padding: 0;
	background: var(--ct-naranja);
	color: #fff;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--carrito svg {
	width: 17px;
	height: 17px;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--comprar {
	background: var(--ct-cyan);
	color: #fff;
	font-size: .79rem;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--comprar:hover,
ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--comprar:focus-visible {
	background: var(--ct-cyan-osc);
	color: #fff;
}


@container ctsys-tarjeta-producto (max-width: 230px) {
	ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__acciones {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 44px auto;
	}

	ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__cantidad {
		grid-column: 1;
		grid-row: 1;
	}

	ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--carrito {
		grid-column: 2;
		grid-row: 1;
	}

	ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--comprar {
		grid-column: 1 / -1;
		grid-row: 2;
	}


	.ctsys-home-producto-simple__badges {
		top: 4px;
		right: -30px;
		width: 84px;
		transform-origin: 50% 8px;
	}

	.ctsys-home-producto-simple__badges .ctsys-home-producto-simple__badge {
		height: 16px;
		font-size: .44rem;
		line-height: 16px;
	}
}

.ctsys-home-producto-simple__nombre {
	display: -webkit-box;
	overflow: hidden;
	color: #1c293d;
	font-size: .9rem;
	font-weight: 780;
	line-height: 1.32;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ctsys-home-producto-simple__nombre:hover,
.ctsys-home-producto-simple__nombre:focus-visible {
	color: #0d439c;
	text-decoration: underline;
}

.ctsys-home-producto-simple__precio {
	color: #152d57;
	font-size: 1.08rem;
	font-weight: 850;
}


.ctsys-home-producto-simple__precio ins {
	text-decoration: none;
}

.ctsys-home-producto-simple__precio del {
	margin-left: 4px;
	color: #8b95a3;
	font-size: .84em;
	font-weight: 600;
}

.ctsys-home-producto-simple__acciones {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) minmax(0, 1fr);
	gap: 6px;
	align-items: stretch;
	margin-top: auto;
}

.ctsys-home-producto-simple__cantidad {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 14px 25px 14px;
	min-width: 0;
	border: 1px solid #d7e0eb;
	border-radius: 6px;
	overflow: hidden;
}

.ctsys-home-producto-simple__cantidad button {
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	background: var(--ct-fondo);
	color: #42617f;
}

.ctsys-home-producto-simple__cantidad button:hover,
.ctsys-home-producto-simple__cantidad button:focus-visible {
	background: #e9f0fa;
	color: #0d439c;
	outline: 0;
}

.ctsys-home-producto-simple__cantidad button svg {
	width: 11px;
	height: 11px;
}

.ctsys-home-producto-simple__cantidad input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #edf1f5;
	border-bottom: 1px solid #edf1f5;
	background: #fff;
	color: #152d57;
	font-size: .78rem;
	font-weight: 800;
	text-align: center;
	appearance: textfield;
}

.ctsys-home-producto-simple__cantidad input::-webkit-inner-spin-button,
.ctsys-home-producto-simple__cantidad input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.ctsys-home-producto-simple__boton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 0;
	min-height: 53px;
	padding: 7px 5px;
	border: 0;
	border-radius: 6px;
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .01em;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
}

.ctsys-home-producto-simple__boton svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.ctsys-home-producto-simple__boton--carrito {
	background: var(--ct-naranja);
	color: #fff;
}

.ctsys-home-producto-simple__boton--comprar {
	background: var(--ct-naranja);
	color: #fff;
	font-size: .79rem;
	font-weight: 900;
	letter-spacing: .04em;
	padding: 4px 7px;
	text-transform: uppercase;
}

.ctsys-home-producto-simple__boton--carrito:hover,
.ctsys-home-producto-simple__boton--carrito:focus-visible {
	background: var(--ct-cyan);
	color: #fff;
	outline: 0;
}

.ctsys-home-producto-simple__boton--comprar:hover,
.ctsys-home-producto-simple__boton--comprar:focus-visible {
	background: var(--ct-naranja-hover);
	color: #fff;
	outline: 0;
}

.ctsys-home-producto-simple__acciones.is-agotado {
	display: block;
}

.ctsys-home-producto-simple__boton--agotado,
.ctsys-home-producto-simple__boton--agotado:hover,
.ctsys-home-producto-simple__boton--agotado:focus-visible {
	width: 100%;
	border: 1px solid #cbd5e1;
	background: #eef2f7 !important;
	color: #475569 !important;
	cursor: not-allowed;
	box-shadow: none;
	outline: 0;
}


ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__acciones.is-sin-compra,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__acciones.is-sin-compra {
	display: block;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--ver,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--ver,
ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--ver:hover,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--ver:hover,
ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--ver:focus-visible,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--ver:focus-visible {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	background: var(--ct-cyan);
	color: #fff;
	text-decoration: none;
}

ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--ver:hover,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--ver:hover,
ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--ver:focus-visible,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--ver:focus-visible {
	background: var(--ct-cyan-osc);
}

.ctsys-home-producto-simple__boton--ver svg {
	width: 14px;
	height: 14px;
}

@media (max-width: 960px) {
	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple {
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 600px) {
	.ctsys-home-catalogo--por-categoria {
		padding: 28px 15px 52px;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-grupo--slider {
		margin-bottom: 34px;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__titulo {
		align-items: flex-start;
		gap: 10px;
	}

	.ctsys-home-grupo__herramientas > a {
		display: none;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple {
		flex-basis: min(82vw, 300px);
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-productos--simples {
		gap: 12px;
	}
}


.home .banner-section,
.home .category-section,
.home .shop-one,
.home .shop-two {
	display: none !important;
}

.ctsys-home-catalogo--reducido {
	padding: 42px 20px 72px;
	background: #fff;
}

.ctsys-home-catalogo--reducido .ctsys-home-catalogo__fila-categorias,
.ctsys-home-catalogo--reducido .ctsys-home-catalogo__fila-productos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 15px;
}

.ctsys-home-catalogo--reducido h2 {
	margin: 0;
	color: #0f274d;
	font-size: clamp(1.3rem, 2.5vw, 1.8rem);
	font-weight: 850;
	letter-spacing: -.025em;
}

.ctsys-home-catalogo__controles {
	display: inline-flex;
	gap: 7px;
}

.ctsys-home-catalogo__controles button {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	padding: 0;
	border: 1px solid #cfd9e7;
	border-radius: 7px;
	background: #fff;
	color: #0f3e9e;
	font-size: 1.35rem;
	line-height: 1;
}

.ctsys-home-catalogo__controles button:hover,
.ctsys-home-catalogo__controles button:focus-visible {
	border-color: #f59e0b;
	background: #fff7ed;
	color: #c2410c;
	outline: 0;
}

.ctsys-home-catalogo--reducido .ctsys-home-categorias-slider {
	display: flex;
	gap: 10px;
	margin: 0 0 40px;
	padding: 1px 1px 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.ctsys-home-catalogo--reducido .ctsys-home-categoria {
	flex: 0 0 172px;
	min-height: 54px;
	padding: 8px 10px;
	border-color: #dce5f2;
	border-radius: 8px;
	box-shadow: none;
	scroll-snap-align: start;
	color: #233b61;
}

.ctsys-home-catalogo--reducido .ctsys-home-categoria:hover,
.ctsys-home-catalogo--reducido .ctsys-home-categoria:focus-visible {
	border-color: #f59e0b;
	box-shadow: 0 8px 18px rgb(15 62 158 / 10%);
	color: #0f3e9e;
	transform: none;
}

.ctsys-home-catalogo--reducido .ctsys-inventario-categoria__imagen,
.ctsys-home-catalogo--reducido .ctsys-inventario-categoria__sin-imagen {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 6px;
	background: #eff6ff;
	color: #0f3e9e;
	font-size: .7rem;
	font-weight: 800;
	object-fit: cover;
}

.ctsys-home-productos--simples {
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 16px;
}

.ctsys-home-producto-simple {
	overflow: hidden;

	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 9px 22px rgb(15 39 77 / 7%);
}

.ctsys-home-producto-simple__imagen-enlace {
	display: block;
	aspect-ratio: 1 / .78;
	padding: 12px;
	background: #f8fafc;
}

.ctsys-home-producto-simple__imagen-enlace img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ctsys-home-producto-simple__contenido {
	display: grid;
	gap: 10px;
	padding: 14px;
}

.ctsys-home-producto-simple__contenido > a:first-child {
	min-height: 0;
	color: #172033;
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
}


.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__contenido > a:first-child {
	min-height: 2.8em;
}

.ctsys-home-producto-simple__contenido > span {
	color: #0f274d;
	font-size: 1.04rem;
	font-weight: 850;
}

.ctsys-home-producto-simple__boton {
	display: grid;
	min-height: 39px;
	place-items: center;
	border-radius: 7px;
	background: var(--ct-naranja);
	color: #172033;
	font-size: .74rem;
	font-weight: 850;
	letter-spacing: .04em;
	text-decoration: none;
	text-transform: uppercase;
}

.ctsys-home-producto-simple__boton:hover,
.ctsys-home-producto-simple__boton:focus-visible {
	background: var(--ct-naranja-hover);
	color: #fff;
	outline: 0;
}

@media (max-width: 600px) {
	.ctsys-home-catalogo--reducido {
		padding: 30px 15px 52px;
	}

	.ctsys-home-catalogo--reducido .ctsys-home-categoria {
		flex-basis: 148px;
	}

	.ctsys-home-productos--simples {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ctsys-home-producto-simple__contenido {
		padding: 11px;
	}

	.ctsys-home-producto-simple__contenido > a:first-child {
		font-size: 1rem;
	}
}


.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 0;
	min-height: 53px;
	padding: 7px 5px;
	border: 0;
	border-radius: 6px;
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .01em;
	line-height: 1.15;
	text-transform: uppercase;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--carrito {
	background: var(--ct-naranja);
	color: #fff;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--comprar {
	background: var(--ct-naranja);
	color: #fff;
	min-height: 42px;
	padding: 4px 7px;
	font-size: .79rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}


.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__imagen-enlace {
	aspect-ratio: 1 / .93;
	padding: 0;
	background: #fff;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__imagen-enlace img {
	display: block;
	object-fit: cover;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__acciones {
	grid-template-columns: 64px 48px minmax(0, 1fr);
	gap: 7px;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__cantidad {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 22px;
	grid-template-rows: 44px;
	min-height: 44px;
	border-radius: 6px;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__cantidad input {
	grid-column: 1;
	grid-row: 1;
	border: 0;
	border-right: 1px solid #e4e9f0;
	font-size: .78rem;
}

.ctsys-home-producto-simple__cantidad-controles {
	display: grid;
	grid-column: 2;
	grid-row: 1;
	grid-template-rows: 1fr 1fr;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__cantidad button {
	min-height: 0;
	border: 0;
	border-bottom: 1px solid #e9eef4;
	background: #f8fafc;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__cantidad button:last-child {
	border-bottom: 0;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__cantidad button svg {
	width: 10px;
	height: 10px;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton {
	min-height: 42px;
	padding: 4px 7px;
	border-radius: 6px;
	font-size: .78rem;
	line-height: 1;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--carrito {
	padding: 0;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--carrito svg {
	width: 17px;
	height: 17px;
}


.ctsys-home-catalogo--por-categoria .ctsys-home-grupo--slider {
	position: relative;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-catalogo__controles {
	position: absolute;
	z-index: 2;
	top: 48%;
	left: -18px;
	right: -18px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-catalogo__controles button {
	width: 36px;
	height: 36px;
	border: 1px solid #d8e1ed;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 15px rgb(15 39 77 / 16%);
	pointer-events: auto;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-catalogo__controles button[hidden] {
	display: none;
}

@media (min-width: 768px) {
	.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__titulo h2 {
		font-size: 1.72rem;
		font-weight: 900;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__nombre {
		font-size: .98rem;
		font-weight: 900;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__precio {
		font-size: 1.18rem;
		font-weight: 900;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton {
		font-size: .78rem;
		font-weight: 900;
	}
}

@media (max-width: 600px) {
	.ctsys-home-catalogo--por-categoria .ctsys-home-catalogo__controles {
		top: 46%;
		left: -7px;
		right: -7px;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-catalogo__controles button {
		width: 31px;
		height: 31px;
		background: rgb(255 255 255 / 94%);
	}
}


.ctsys-hero-suite {
		width: min(1378px, calc(100% - 62px));
		margin: 22px auto 0;
		overflow: hidden;
		border-radius: 15px;
		background: var(--ct-tinta);
		box-shadow: 0 8px 22px rgb(6 26 72 / 10%);
}

.ctsys-hero-suite__media,
.ctsys-hero-suite__media picture,
.ctsys-hero-suite__media img {
		border-radius: inherit;
}

.ctsys-hero-suite__media {
	position: relative;
	overflow: hidden;
}

.ctsys-hero-suite__media img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ctsys-home-catalogo--por-categoria {
	padding: 38px 0 72px;
	background: #fff;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo--slider {
	margin-bottom: 45px;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__titulo {
	margin-bottom: 18px;
	padding: 0 0 4px;
	border-bottom: 0;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__titulo h2 {
	color: var(--ct-tinta);
	font-size: clamp(1.45rem, 2vw, 1.8rem);
	font-weight: 850;
	letter-spacing: -.035em;
}

.ctsys-home-grupo__herramientas > a {
	color: var(--ct-cyan);
}

.ctsys-home-grupo__herramientas > a:hover,
.ctsys-home-grupo__herramientas > a:focus-visible {
	color: var(--ct-naranja-osc);
}


@media (max-width: 600px) {
	.ctsys-hero-suite {
		width: calc(100% - 30px);
		margin-top: 16px;
		border-radius: 12px;
	}

	.ctsys-hero-suite__media img {
		aspect-ratio: 16 / 9;
	}

	.ctsys-home-catalogo--por-categoria {
		padding: 28px 15px 52px;
	}

}


.ctsys-hero-suite {
	width: min(1380px, calc(100% - 48px));
	margin-top: var(--ct-separacion-menu-pagina-desktop);
	border-radius: 22px;
	background: transparent;
	box-shadow: 0 2px 5px rgb(6 26 72 / 6%), 0 20px 48px rgb(6 26 72 / 10%);
}

.main-header .header-lower #ctsys-activacion-navegacion,
.main-header .header-lower .menu-area > #ctsys-activacion-navegacion {
	background: var(--ct-naranja) !important;
}

.main-header .header-lower #ctsys-activacion-navegacion:hover,
.main-header .header-lower #ctsys-activacion-navegacion:focus-visible,
.main-header .header-lower .menu-area > #ctsys-activacion-navegacion:hover,
.main-header .header-lower .menu-area > #ctsys-activacion-navegacion:focus-visible {
	background: var(--ct-naranja-osc) !important;
}

body.home .main-header .header-lower #ctsys-activacion-navegacion,
body.home .main-header .header-lower .menu-area > #ctsys-activacion-navegacion {
	background: var(--ct-naranja) !important;
}

body.home .main-header .header-lower #ctsys-activacion-navegacion:hover,
body.home .main-header .header-lower #ctsys-activacion-navegacion:focus-visible,
body.home .main-header .header-lower .menu-area > #ctsys-activacion-navegacion:hover,
body.home .main-header .header-lower .menu-area > #ctsys-activacion-navegacion:focus-visible {
	background: var(--ct-naranja-osc) !important;
}

body.page-template-template-frontpage .main-header .header-lower #ctsys-activacion-navegacion,
body.page-template-template-frontpage .main-header .header-lower .menu-area > #ctsys-activacion-navegacion {
	background: var(--ct-naranja) !important;
}

body.page-template-template-frontpage .main-header .header-lower #ctsys-activacion-navegacion:hover,
body.page-template-template-frontpage .main-header .header-lower #ctsys-activacion-navegacion:focus-visible,
body.page-template-template-frontpage .main-header .header-lower .menu-area > #ctsys-activacion-navegacion:hover,
body.page-template-template-frontpage .main-header .header-lower .menu-area > #ctsys-activacion-navegacion:focus-visible {
	background: var(--ct-naranja-osc) !important;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--comprar {
	background: var(--ct-cyan) !important;
	color: #fff;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--comprar:hover,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton--comprar:focus-visible {
	background: var(--ct-cyan-osc) !important;
	color: #fff;
}

.ctsys-hero-suite__media::after {
	background: none;
}

.ctsys-hero-suite__media img {
	aspect-ratio: auto;
	height: auto;
	object-fit: contain;
}

@media (max-width: 600px) {
	.ctsys-hero-suite {
		width: calc(100% - 30px);
		margin-top: 16px;
		border-radius: 16px;
	}

	.ctsys-hero-suite__media img {
		aspect-ratio: auto;
		height: auto;
	}
}


@media (max-width: 600px) {
	.ctsys-home-producto-simple__contenido > span {
		font-size: 1.2rem;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__cantidad input,
	ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__cantidad input {
		font-size: .9rem;
	}

	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__boton,
	ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__boton--comprar {
		font-size: .85rem;
	}
}


.ctsys-home-producto-simple__imagen-enlace,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__imagen-enlace,
ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__imagen-enlace {
	overflow: hidden;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.ctsys-home-producto-simple__imagen-enlace img,
.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__imagen-enlace img,
ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__imagen-enlace img {
	transition: transform 420ms cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}


.ctsys-home-producto-simple:hover .ctsys-home-producto-simple__imagen-enlace img,
.ctsys-home-producto-simple:focus-within .ctsys-home-producto-simple__imagen-enlace img,
ul.products li.ctsys-home-producto-simple:hover .ctsys-home-producto-simple__imagen-enlace img,
ul.products li.ctsys-home-producto-simple:focus-within .ctsys-home-producto-simple__imagen-enlace img {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.ctsys-home-producto-simple__imagen-enlace img,
	.ctsys-home-catalogo--por-categoria .ctsys-home-producto-simple__imagen-enlace img,
	ul.products li.ctsys-home-producto-simple .ctsys-home-producto-simple__imagen-enlace img {
		transition: none;
	}

	.ctsys-home-producto-simple:hover .ctsys-home-producto-simple__imagen-enlace img,
	.ctsys-home-producto-simple:focus-within .ctsys-home-producto-simple__imagen-enlace img,
	ul.products li.ctsys-home-producto-simple:hover .ctsys-home-producto-simple__imagen-enlace img,
	ul.products li.ctsys-home-producto-simple:focus-within .ctsys-home-producto-simple__imagen-enlace img {
		transform: none;
	}
}


@media (max-width: 600px) {
	.ctsys-home-catalogo,
	.ctsys-home-catalogo--por-categoria,
	.ctsys-home-catalogo--reducido {
		padding-right: 0;
		padding-left: 0;
	}


	.ctsys-hero-suite {
		width: calc(100% - (var(--ct-contenedor-gutter) * 2));
	}
}


.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__herramientas > a {
	min-height: 44px;
	padding: 8px 2px 7px;
	border-bottom: 2px solid currentColor;
	color: var(--ct-cyan);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	font-weight: 900;
	letter-spacing: .01em;
	line-height: 1.2;
	text-decoration: none;
	text-underline-offset: .2em;
	transition: color .18s ease, border-color .18s ease, transform .18s ease;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__herramientas > a svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.25;
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__herramientas > a:hover,
.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__herramientas > a:focus-visible {
	color: var(--ct-naranja-osc);
	text-decoration: none;
	transform: translateX(2px);
}

.ctsys-home-catalogo--por-categoria .ctsys-home-grupo__herramientas > a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

@media (min-width: 961px) {
	.ctsys-home-catalogo--por-categoria .ctsys-home-grupo--sin-ver-todo-desktop .ctsys-home-grupo__herramientas > a {
		display: none;
	}
}
