/* =========================================================
 * Header + Footer — réplica exacta de Ozado-V2.
 * Copiado de OzadoSpilltek/style.css (variables, contenedores,
 * bloque Header, bloque Footer y media queries asociadas).
 * ========================================================= */

/* ---------------------- Variables ------------------ */
:root {
	--theme-color-1: #1F3870;
	--theme-color-2: #1D386F;
	--theme-color-3: #0e7a2e;
	--theme-color-text: #93959D;
	--theme-black: #000;
	--theme-plomo-claro: #eee;

	--theme-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--theme-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--theme-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--theme-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--theme-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--theme-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

/* ---------------------- Contenedores ------------------ */
#header-desktop .container,
#header-mobile .container,
.footer-productos .container,
.footer-envios .container,
#colophon .container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 1rem;
}

/* ---------------------- Accesibilidad ------------------ */
.custom-logo-link {
	display: inline-block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Header / footer heredan el stack tipográfico de Ozado-V2. */
#header-desktop,
#header-mobile,
.footer-productos,
.footer-envios,
#colophon,
.menu-lateral,
.categorias-lateral,
.container-boton {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#header-desktop a,
#header-mobile a,
.footer-productos a,
.footer-envios a,
#colophon a,
.menu-lateral a,
.categorias-lateral a,
.container-boton {
	transition: .3s ease all;
}
/* Neutraliza el subrayado en hover que aplica el tema destino de forma global. */
#header-desktop a:hover,
#header-mobile a:hover,
.footer-productos a:hover,
.footer-envios a:hover,
#colophon a:hover,
.menu-lateral a:hover,
.categorias-lateral a:hover,
.container-boton:hover {
	text-decoration: none;
}

/* =========================================================
 * Header
 * ========================================================= */
#header-mobile {
	box-shadow: 0 0 11px 2px #00000024;
	display: none;
}
#header-desktop ul,
#header-desktop .widget,
#header-desktop p {
	margin: 0;
}
.barra-superior {
	background: var(--theme-color-3);
}
.barra-superior ul {
	display: flex;
	list-style: none;
	margin: 0;
	gap: 3rem;
	justify-content: right;
	padding: 6px;
}
.barra-superior a {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
}
.barra-superior a:hover {
	color: #A6F4C5;
}
.menu-top a:hover img {
	filter: brightness(0) saturate(100%) invert(89%) sepia(15%) saturate(450%) hue-rotate(100deg) brightness(95%) contrast(90%);
}
#header-desktop .head-top {
	padding-top: 2rem;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 2rem;
}
.head-top .button-right {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.head-top .button-right ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
	gap: 8px;
}
#header-desktop .xoo-wsc-cart-trigger .xoo-wsc-sc-bki {
	font-size: 33px;
	color: #535353;
}
#header-desktop .xoo-wsc-cart-trigger .xoo-wsc-sc-count {
	background: var(--theme-color-3);
}
#header-desktop .head-top .button-right h4 {
	margin: 0;
}
#header-desktop .head-top .button-right ul li {
	font-size: 15px;
	font-weight: 500;
	color: #000;
}
#header-desktop .head-bottom {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	padding-top: .5rem;
	padding-bottom: .5rem;
	gap: 2rem;
	border-top: 1px solid #dddd;
	margin-top: 2rem;
}
#header-desktop .head-bottom .icon-menu {
	cursor: pointer;
}
#header-desktop .head-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#header-desktop .head-bottom ul.menu {
	display: flex;
	gap: 2rem;
	align-items: center;
}
#header-desktop .head-bottom ul li:before {
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
}
#header-desktop .head-bottom ul #menu-item-5673:before {
	background-image: url(/wp-content/uploads/2025/07/absorvente-industriales.webp);
	content: "";
}
#header-desktop .head-bottom ul #menu-item-5674:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/07/ACCESORIOS-PARA-CILINDRO-2.webp);
}
#header-desktop .head-bottom ul #menu-item-5675:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/07/kits-antiderrame-1.webp);
}
#header-desktop .head-bottom ul #menu-item-5676:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/07/pallets-antiderrame-menu-icon.webp);
}
#header-desktop .head-bottom ul li:hover a:after {
	opacity: 1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	height: 212px;
}
#header-desktop .head-bottom ul li a:after {
	content: "";
	position: absolute;
	padding-left: 1rem;
	padding-right: 1rem;
	left: 0;
	top: 27px;
	width: 212px;
	z-index: 99;
	overflow: auto;
	opacity: 0;
	transition: all .3s ease-in-out;
}
#header-desktop .head-bottom ul #menu-item-5676 a:after {
	background-image: url(/wp-content/uploads/2025/08/pallets-antiderrame-1.webp);
}
#header-desktop .head-bottom ul #menu-item-5674 a:after {
	background-image: url(/wp-content/uploads/2025/08/accesorios-para-cilindro.webp);
}
#header-desktop .head-bottom ul #menu-item-5675 a:after {
	background-image: url(/wp-content/uploads/2025/08/kits-aniderrame.webp);
}
#header-desktop .head-bottom ul #menu-item-5673 a:after {
	background-image: url(/wp-content/uploads/2025/08/absorventes.webp);
}
#header-desktop .head-bottom ul li.menu-item-has-children {
	position: relative;
}
#header-desktop .head-bottom ul li.menu-item-has-children:hover ul {
	opacity: 1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	height: auto;
}
#header-desktop .head-bottom ul.menu .sub-menu {
	position: absolute;
	max-height: 300px;
	margin-top: 10px;
	background: white;
	padding-left: 1rem;
	padding-right: 1rem;
	z-index: 99;
	overflow: auto;
	width: 280px;
	height: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	border-top: 2px solid var(--theme-color-2);
}
#header-desktop .head-bottom ul.menu .sub-menu li {
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 1.2;
}
#header-desktop .head-bottom ul li {
	align-items: center;
	padding-left: 34px;
	position: relative;
	gap: 6px;
}
#header-desktop .head-bottom ul li a {
	color: #000;
	padding-bottom: 8px;
	font-weight: 600;
}
#header-desktop .head-bottom ul.menu .sub-menu::-webkit-scrollbar {
	width: 7px;
}
#header-desktop .head-bottom ul.menu .sub-menu::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
#header-desktop .head-bottom ul.menu .sub-menu::-webkit-scrollbar-thumb {
	background: var(--theme-color-2);
	border-radius: 10px;
}
#header-desktop .head-bottom ul.menu .sub-menu::-webkit-scrollbar-thumb:hover {
	background: var(--theme-color-2);
}
#header-desktop .search-head .asl_w_container {
	max-width: 529px;
	margin: auto;
}
#header-desktop .search-head .asl_w_container .probox {
	border: 1px solid #ddd;
}
#header-mobile .head-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
#header-mobile .head-content .content-right {
	display: flex;
	align-items: center;
	gap: 1rem;
}
#header-mobile .search-head {
	margin-top: 1rem;
	padding-bottom: 2rem;
}
#header-mobile .search-head .asl_w_container {
	max-width: 529px;
	margin: auto;
}
#header-mobile .search-head .asl_w_container .probox {
	border: 1px solid #ddd;
}
.capa-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	background: #000000a6;
}
.capa-popup.active {
	display: block;
}
.menu-lateral {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: var(--theme-color-1);
	z-index: 999;
	width: 300px;
	display: flex;
	flex-direction: column;
	transform: translateX(-100%);
	transition: all .3s ease;
}
.categorias-lateral {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--theme-color-1);
	width: 290px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	transform: translateX(-100%);
	transition: all .3s ease;
	z-index: 999;
}
.menu-lateral.active,
.categorias-lateral.active {
	transform: translateX(0);
}
.cerrar {
	width: max-content;
	cursor: pointer;
	margin-top: 0;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	background: var(--theme-color-3);
	margin-left: auto;
	padding: 1px 11px;
}
.categorias-lateral h2 {
	color: #fff;
	font-size: 26px;
}
.menu-lateral ul,
.categorias-lateral ul {
	padding: 0;
	list-style: none;
	margin: 0;
	overflow: auto;
	max-height: 500px;
}
.menu-lateral ul li,
.categorias-lateral .product-categories li {
	border-bottom: 1px solid #ddd;
	padding: 10px 1rem;
}
.menu-lateral ul a,
.categorias-lateral ul a {
	color: #fff;
	padding: 9px 13px 9px 0;
}

/* Buscador nativo del tema (reemplaza al de Ajax Search Lite): píldora con icono. */
.search-head .jc-search {
	position: relative;
	max-width: 529px;
	margin: auto;
	width: 100%;
}
.search-head .jc-search__input {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 999px;
	padding: 14px 52px 14px 24px;
	font-size: 15px;
	line-height: 1.2;
	color: #333;
	background: #fff;
	outline: none;
}
.search-head .jc-search__input::placeholder {
	color: #9b9b9b;
}
.search-head .jc-search__btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	cursor: pointer;
	color: #555;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	padding: 0;
}

/* Con logo personalizado, se oculta el título/descripción de texto (como en la referencia). */
body.wp-custom-logo .site-branding .site-title,
body.wp-custom-logo .site-branding .site-description {
	display: none;
}

/* ---------------------------------------------------------------
 * Carrito del header: el shortcode [oz_sidecart_button] de OZ
 * Cotizador sale como texto ("Ver carrito" + conteo). Aquí, SOLO
 * dentro del header (.button-right), se convierte en un ícono de
 * carrito con un badge verde de conteo, como en la referencia.
 * --------------------------------------------------------------- */
.button-right .ozc-sidecart-trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	line-height: 0;
	color: #1f1f1f;
}

/* Ocultar el texto "Ver carrito" (queda accesible para lectores de pantalla). */
.button-right .ozc-sidecart-trigger .ozc-shortcode-trigger__label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Ícono de carrito (SVG en línea). */
.button-right .ozc-sidecart-trigger::before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Badge verde con el conteo, arriba a la derecha del ícono. */
.button-right .ozc-sidecart-trigger .ozc-sidecart-count {
	position: absolute;
	top: -7px;
	right: -9px;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0e7a2e;
	color: #fff;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
}

/* El conteo a 0 se mantiene visible (como en la referencia). Si prefieres
   ocultarlo cuando es 0, se gestiona aparte. */

/* =========================================================
 * Footer
 * ========================================================= */
.footer-productos .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	margin-top: 5rem;
}
.footer-productos h2 {
	color: var(--theme-black);
	border-bottom: 1px solid #ddd;
	max-width: max-content;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
.footer-productos h2:before {
	content: "";
	background: var(--theme-color-1);
	width: 50%;
	height: 2px;
	position: absolute;
	bottom: -1px;
}
.textwidget .item-productos a {
	display: grid;
	align-items: center;
	gap: 1rem;
	grid-template-columns: 85px auto;
	margin-bottom: 2rem;
}
.textwidget .item-productos a picture {
	display: block;
	width: 85px;
}
.textwidget .item-productos a img {
	display: block;
	width: 100%;
	height: auto;
}
.textwidget .item-productos .nombre {
	color: #02369E;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.textwidget .item-productos .precio {
	color: var(--theme-color-3);
	font-weight: 500;
}
.footer-envios {
	background: var(--theme-color-1);
	padding: 5.6rem 0;
	position: relative;
	color: #fff;
	margin-top: 6rem;
}
.footer-envios:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/07/envios_.webp);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 861px;
	height: 444px;
}
.footer-envios .grid {
	position: relative;
}
.footer-envios h3 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.footer-envios p {
	color: #ddd;
	font-size: 20px;
	max-width: 592px;
	line-height: 1.4;
	margin: 0px;
}
.footer-envios a {
	background: #0e7a2e;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: max-content;
	font-size: 17px;
	padding: 4px 2rem;
	border-radius: 5px;
	margin-top: 3rem;
}
.footer-envios a:hover {
	background-color: #1EC64D;
}
.footer-envios a:active {
	background-color: #0E742C;
}
#colophon .widget,
#colophon p {
	margin: 0;
}
#colophon {
	background: #f8f8f8;
}
#colophon .grid {
	padding: 4rem 0;
	display: grid;
	grid-template-columns: 2fr 1fr auto auto;
	gap: 3rem;
}
#colophon .grid strong,
#colophon .grid h2 {
	color: #000000b0;
}
#colophon .grid .footer-1 ul {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
#colophon ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#colophon .grid li {
	margin-bottom: 5px;
}
#colophon .grid li,
#colophon .grid li a {
	color: #000;
}
#colophon .derechos-reservados ul {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	padding-top: 10px;
}
#colophon .derechos-reservados {
	background: #eaeaea;
}
#colophon .derechos-reservados .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
#colophon .product-categories::-webkit-scrollbar {
	width: 7px;
}
#colophon .product-categories::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
#colophon .product-categories::-webkit-scrollbar-thumb {
	background: red;
	border-radius: 10px;
}
#colophon .product-categories::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

/* =========================================================
 * Responsive (mismas reglas de header/footer de Ozado-V2)
 * ========================================================= */
@media (max-width: 1200px) {
	.footer-envios:before {
		width: 750px;
	}
}
@media (max-width: 1200px) {
	.footer-envios:before {
		width: 730px;
	}
	.footer-envios .grid {
		max-width: 540px;
	}
}
@media (max-width: 1200px) {
	.footer-envios:before {
		content: none;
	}
	.footer-envios .grid {
		margin: auto;
		text-align: center;
	}
	.footer-envios a {
		margin: auto;
	}
}
@media (max-width: 1024px) {
	#header-desktop {
		display: none;
	}
	#header-mobile {
		display: block;
	}
	.footer-productos .container {
		grid-template-columns: 1fr 1fr;
	}
	#colophon .footer-widgets .grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.footer-productos .container #text-25 {
		display: none;
	}
	#colophon .footer-widgets .grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.barra-superior ul {
		gap: 1rem;
	}
	.barra-superior a {
		font-size: 0;
	}
	.footer-productos .container {
		grid-template-columns: 1fr;
	}
	.footer-envios {
		margin-top: 3rem;
	}
	.footer-envios h3 {
		flex-wrap: wrap;
		justify-content: center;
		font-size: 30px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	.footer-envios p {
		font-size: 18px;
	}
	.footer-envios a {
		margin-top: 2rem;
	}
	#colophon .footer-widgets .grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
 * FIX RESPONSIVE header + footer (se cortaban en laptop/tablet)
 * - Header: las columnas del grid usan min-width:auto y el
 *   contenido (email/iconos, nav) se desbordaba => min-width:0.
 * - Footer: las reglas originales apuntaban a
 *   `#colophon .footer-widgets .grid` (selector inexistente);
 *   el grid real es `#colophon .grid` => aquí se corrige.
 * ========================================================= */

/* Columnas del header encogibles + sin scroll horizontal */
#header-desktop .head-top > *,
#header-desktop .head-bottom > * {
	min-width: 0;
}
#header-desktop .head-top .button-right {
	min-width: 0;
	flex-wrap: wrap;
}
html, body {
	overflow-x: hidden;
}

/* Laptop: compactar el header de escritorio para que quepa */
@media (max-width: 1200px) {
	#header-desktop .head-top,
	#header-desktop .head-bottom,
	#header-desktop .head-bottom ul.menu {
		gap: 1.25rem;
	}
	#header-desktop .head-top .button-right {
		gap: 1rem;
	}
	#header-desktop .head-bottom ul li a {
		font-size: 15px;
	}
}
@media (max-width: 1200px) {
	#header-desktop .head-top,
	#header-desktop .head-bottom,
	#header-desktop .head-bottom ul.menu {
		gap: 0.9rem;
	}
	#header-desktop .head-top .button-right {
		gap: 0.8rem;
	}
	#header-desktop .head-bottom ul li a {
		font-size: 14px;
	}
	/* Footer: 2 columnas (corrige el selector roto del tema) */
	#colophon .grid {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem 2rem;
	}
	#colophon .grid > * {
		min-width: 0;
	}
}
/* Barra superior verde: que el texto no se corte */
@media (max-width: 768px) {
	.barra-superior ul {
		gap: 0.75rem;
		flex-wrap: wrap;
	}
	.barra-superior a {
		font-size: 12px;
	}
}
/* Footer en móvil: 1 columna */
@media (max-width: 768px) {
	#colophon .grid {
		grid-template-columns: 1fr;
	}
}

/* Header MÓVIL responsive: logo capado, buscador a ancho completo, sin desborde */
@media (max-width: 1024px) {
	#header-mobile .head-content {
		gap: 0.75rem;
	}
	#header-mobile .head-content > * {
		min-width: 0;
	}
	#header-mobile .site-branding img,
	#header-mobile .site-branding svg {
		max-height: 44px;
		width: auto;
		height: auto;
	}
	#header-mobile .head-content .content-right {
		gap: 0.75rem;
		flex-shrink: 0;
	}
	#header-mobile .search-head .asl_w_container {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	#header-mobile .site-branding img,
	#header-mobile .site-branding svg {
		max-height: 34px;
	}
	#header-mobile .head-content .content-right {
		gap: 0.5rem;
	}
	#header-mobile .search-head {
		padding-bottom: 1.25rem;
	}
}

/* CORRECCIÓN: barra superior verde — solo ICONOS en móvil (≤575),
   para no romper el icons-only del tema (mi regla ≤768 lo había pisado). */
@media (max-width: 480px) {
	.barra-superior a {
		font-size: 0;
	}
	.barra-superior ul {
		gap: 1.25rem;
		justify-content: center;
	}
}

/* FOOTER responsive más limpio: la marca (logo+texto) a TODO el ancho arriba
   y los 3 bloques de enlaces en 3 columnas debajo (evita el desparejo). */
@media (max-width: 1200px) {
	#colophon .grid {
		grid-template-columns: repeat(3, 1fr);
		align-items: start;
	}
	#colophon .grid .footer-1 {
		grid-column: 1 / -1;
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 768px) {
	#colophon .grid {
		grid-template-columns: 1fr;
	}
	#colophon .grid .footer-1 {
		grid-column: auto;
		margin-bottom: 0;
	}
}

/* El corte a la derecha del header se arregló DE RAÍZ añadiendo
   box-sizing:border-box al .container (inc/customizer.php). Se eliminaron los
   neutralizadores de margin/overflow !important que solo tapaban ese síntoma.
   Se conserva únicamente el `html, body { overflow-x: hidden }` de arriba como
   red de seguridad contra secciones a 100vw (banner/sliders del Maquetador). */

/* Barra superior verde: centrada, con wrap y gaps chicos en no-PC (no se sale). */
@media (max-width: 1024px) {
	#header-mobile .barra-superior ul {
		justify-content: center !important;
		flex-wrap: wrap !important;
		gap: 1rem !important;
		padding-left: 0;
		padding-right: 0;
	}
}
