/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ESTILO VARIACIONES PRODUCTO */

/* ========================================
   VARIACIONES DE PRODUCTO
======================================== */

/* Celda que contiene tallas + limpiar */
.single-product .variations_form table.variations td.value {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 0 !important;
	width: 100%;
}

/* Wrapper opciones */
.single-product .variations_form .variable-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	flex: 0 1 auto;
	background: #ededed !important;
}

/* Cada opción */
.single-product .variations_form .variable-item {
	background: #ededed !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	min-width: auto !important;
	height: auto !important;
	min-height: auto !important;
	border-radius: 0 !important;
}

/* Limpiar fondos y bordes internos del plugin */
.single-product .variations_form .variable-item *,
.single-product .variations_form .variable-item .variable-item-contents,
.single-product .variations_form .variable-item .variable-item-span,
.single-product .variations_form .variable-item .variable-item-span-button {
	background: #ededed !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Texto base */
.single-product .variations_form .variable-item .variable-item-span-button {
	position: relative;
	display: inline-block;
	padding: 0 0 6px 0 !important;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1.2;
	color: #151515 !important;
	text-transform: uppercase;
}

/* Línea inferior de seleccionado */
.single-product .variations_form .variable-item .variable-item-span-button::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #151515;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
}

.single-product .variations_form .variable-item.selected .variable-item-span-button::after,
.single-product .variations_form .variable-item[aria-checked="true"] .variable-item-span-button::after {
	transform: scaleX(1);
}

/* No disponibles */
.single-product .variations_form .variable-item.disabled,
.single-product .variations_form .variable-item[aria-disabled="true"] {
	opacity: 1 !important;
}

.single-product .variations_form .variable-item.disabled .variable-item-span-button,
.single-product .variations_form .variable-item[aria-disabled="true"] .variable-item-span-button {
	color: #707070 !important;
	text-decoration: line-through;
	text-decoration-color: #707070;
}

.single-product .variations_form .variable-item.disabled .variable-item-span-button::after,
.single-product .variations_form .variable-item[aria-disabled="true"] .variable-item-span-button::after {
	display: none !important;
}

/* Quitar la X / marcas extra del plugin */
.single-product .variations_form .variable-item.disabled::before,
.single-product .variations_form .variable-item.disabled::after,
.single-product .variations_form .variable-item[aria-disabled="true"]::before,
.single-product .variations_form .variable-item[aria-disabled="true"]::after,
.single-product .variations_form .variable-item.disabled *::before,
.single-product .variations_form .variable-item.disabled *::after,
.single-product .variations_form .variable-item[aria-disabled="true"] *::before,
.single-product .variations_form .variable-item[aria-disabled="true"] *::after {
	display: none !important;
	content: none !important;
}
/* Talla agotada */

.variable-item.agotada {
    opacity: 0.4;
    position: relative;
}

.variable-item.agotada::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110%;
    height: 1px;
    background-color: currentColor;
}

/* Limpiar junto a la última talla */
.single-product .variations_form .reset_variations {
	display: inline-flex !important;
	align-items: center;
	margin: 0 0 0 8px !important;
	padding: 0 !important;
	font-size: 12px;
	line-height: 1;
	color: #8a8a8a !important;
	text-decoration: none !important;
	white-space: nowrap;
	position: static !important;
	flex: 0 0 auto;
}

.single-product .variations_form .reset_variations:hover {
	color: #151515 !important;
}

/* Quitar label "Talla" */
.single-product .variations th.label {
	display: none !important;
}

/* Limpiar bordes / spacing tabla variaciones */
.single-product .variations,
.single-product .variations tbody,
.single-product .variations tr,
.single-product .variations td {
	border: 0 !important;
}

.single-product .variations td.value {
	padding: 0 !important;
}

.single-product .variations_form .woo-variation-items-wrapper {
	margin-bottom: 0 !important;
}


/* ========================================
   BOTÓN AÑADIR AL CARRITO / COMPRAR
======================================== */

/* Base */
.single-product .single_add_to_cart_button,
.single-product .single_add_to_cart_button.alt,
.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button {
	background: #151515 !important;
	background-color: #151515 !important;
	border: 1px solid #151515 !important;
	color: #fff !important;
	opacity: 1 !important;
	box-shadow: none !important;
}

/* Disabled en variables */
.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled,
.single-product .single_add_to_cart_button[disabled],
.single-product .single_add_to_cart_button.wc-variation-selection-needed,
.single-product .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button,
.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button.disabled,
.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button:disabled,
.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button[disabled] {
	background: #151515 !important;
	background-color: #151515 !important;
	border: 1px solid #151515 !important;
	color: #fff !important;
	opacity: 1 !important;
	box-shadow: none !important;
	filter: none !important;
}

/* Hover / focus / active */
.single-product .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:focus,
.single-product .single_add_to_cart_button:active,
.single-product .single_add_to_cart_button.alt:hover,
.single-product .single_add_to_cart_button.alt:focus,
.single-product .single_add_to_cart_button.alt:active {
	background: #151515 !important;
	background-color: #151515 !important;
	border-color: #151515 !important;
	color: #fff !important;
	box-shadow: none !important;
}

/* Cantidad y botón alineados mejor si hace falta */
.single-product .woocommerce div.product form.cart .variations_button,
.single-product .single-product form.cart .variations_button {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-top: 20px;
}

/* Input cantidad */
.single-product .woocommerce div.product form.cart .quantity .qty,
.single-product .single-product form.cart .quantity .qty {
	min-height: 48px;
}

/* Botón */
.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button,
.single-product .single-product .single_add_to_cart_button {
	min-height: 48px;
	padding: 14px 24px;
	line-height: 1;
}


/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 767px) {
	.single-product .variations_form .variable-item .variable-item-span-button {
		font-size: 14px !important;
	}

	.single-product .variations_form table.variations td.value {
		gap: 10px;
	}

	.single-product .variations_form .variable-items-wrapper {
		gap: 18px;
	}

	.single-product .woocommerce div.product form.cart .variations_button,
	.single-product .single-product form.cart .variations_button {
		gap: 10px;
	}
}

td.value.woo-variation-items-wrapper {
    background-color: #ededed !important;
}


/** BORDER EXTERIOR LISTING GRID **/

/* ========================================
   LISTING GRID ACOR
======================================== */

/* Wrapper general del listing */
.border-listing .jet-listing-grid__items {
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	background: transparent !important;
	padding: 0 !important;
}

/* Cada item del listing */
.border-listing .jet-listing-grid__item {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Nuevo wrapper clickable */
.border-listing .jet-listing-grid__item .jet-engine-listing-overlay-wrap {
	position: relative;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

/* El wrapper de Elementor dentro del overlay */
.border-listing .jet-listing-grid__item .jet-engine-listing-overlay-wrap > .elementor {
	height: 100%;
	margin: 0 !important;
	background: transparent !important;
}

/* Card principal */
.border-listing .jet-listing-grid__item .jet-engine-listing-overlay-wrap > .elementor > .elementor-element.elementor-element-e1b5f98 {
	border-right: 1px solid #a6a6a6 !important;
	border-bottom: 1px solid #a6a6a6 !important;
	box-sizing: border-box;
	background: transparent !important;
	margin: 0 !important;
	box-shadow: none !important;
	height: 100%;
}

/* Inner de la card */
.border-listing .jet-listing-grid__item .jet-engine-listing-overlay-wrap > .elementor > .elementor-element.elementor-element-e1b5f98 > .e-con-inner {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	gap: 0 !important;
}

/* Reset widgets internos */
.border-listing .jet-listing-grid__item .elementor-widget {
	border: 0 !important;
	box-shadow: none !important;
}

/* Contenedor de texto / precio: línea separadora bajo la imagen */
.border-listing .jet-listing-grid__item .jet-engine-listing-overlay-wrap > .elementor > .elementor-element.elementor-element-e1b5f98 .elementor-element.elementor-element-0d4da9a {
	border-top: 1px solid #a6a6a6 !important;
	margin-top: 0 !important;
	box-sizing: border-box;
	background: transparent !important;
}

/* Widget de imagen sin espacios raros */
.border-listing .jet-listing-grid__item .elementor-element.elementor-element-e8b5712,
.border-listing .jet-listing-grid__item .elementor-element.elementor-element-e8b5712 .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

/* Imagen limpia */
.border-listing .jet-listing-grid__item .elementor-element.elementor-element-e8b5712 img {
	display: block;
	width: 100%;
	height: auto;
}

/* Evitar separaciones verticales inesperadas */
.border-listing .jet-listing-grid__item .e-con {
	gap: 0 !important;
}

/* Fondo transparente del área de info */
.border-listing .jet-listing-grid__item .elementor-element.elementor-element-0d4da9a > .e-con-inner,
.border-listing .jet-listing-grid__item .elementor-element.elementor-element-0d4da9a {
	background: transparent !important;
}

/* Overlay link ocupando toda la card sin afectar visualmente */
.border-listing .jet-listing-grid__item .jet-engine-listing-overlay-link {
	position: absolute;
	inset: 0;
	z-index: 2;
	text-indent: -9999px;
	background: transparent !important;
}

/* Contenido visual por debajo del link, pero visible */
.border-listing .jet-listing-grid__item .jet-engine-listing-overlay-wrap > .elementor {
	position: relative;
	z-index: 1;
}

/* DIVIDER MENU PRINCIPAL */

/* ========================================
   MENÚ VERTICAL CON DIVISORES
======================================== */

/* Reset del listado principal */
.menu-divider .elementor-nav-menu--main .elementor-nav-menu {
	width: 100%;
	margin: 0;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #a6a6a6;
}

/* Cada item ocupa todo el ancho y permite posicionar la línea */
.menu-divider .elementor-nav-menu--main .elementor-nav-menu > li {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Divider full width */
.menu-divider .elementor-nav-menu--main .elementor-nav-menu > li::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #a6a6a6;
}

/* Enlace con espacio arriba y abajo */
.menu-divider .elementor-nav-menu--main .elementor-nav-menu > li > a.elementor-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 20px 16px !important;
	border: 0 !important;
	line-height: 1.2;
	box-sizing: border-box;
}

/* Evitar estilos raros de Elementor */
.menu-divider .elementor-nav-menu--main .elementor-nav-menu > li > a.elementor-item:focus,
.menu-divider .elementor-nav-menu--main .elementor-nav-menu > li > a.elementor-item:hover,
.menu-divider .elementor-nav-menu--main .elementor-nav-menu > li > a.elementor-item:active {
	border: 0 !important;
	outline: 0;
	box-shadow: none;
}

/* Si quieres también la última línea abajo, deja esto tal cual.
   Si NO la quieres, activa esta regla:
*/
/*
.menu-divider .elementor-nav-menu--main .elementor-nav-menu > li:last-child::after {
	display: none;
}
*/

/** ELIMINAR TEXTO "AÑADIR LISTA DE DESEOS" JUNTO AL ICONO **/

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

/** ESTILO GRID LISTA DE DESEOS **/

/* ===== CONTENEDOR CARD ===== */

.lista-de-deseos .jet-wishlist-item__content{
  padding: 24px;
  box-sizing: border-box;
  position: relative;

  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
}

/* ===== IMAGEN ===== */

.lista-de-deseos .jet-wishlist-products-thumb-wrapper{
  width: calc(100% + 48px);
  margin: -24px -24px 24px -24px;
  border-bottom: 1px solid #A6A6A6;
  box-sizing: border-box;
}

/* ===== TÍTULO ===== */

.lista-de-deseos .jet-wishlist-item__content > .jet-cw-product-title{
  display: block !important;
  width: auto !important;
  max-width: none !important;

  flex: 1 1 0 !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding-right: 12px;
}

.lista-de-deseos .jet-cw-product-title a{
  display: block;
  margin: 0;
  text-decoration: none;
  color: #151515;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}

/* ===== PRECIO ===== */

.lista-de-deseos .jet-wishlist-item__content > .jet-cw-price{
  display: block !important;
  width: auto !important;
  max-width: none !important;

  flex: 0 0 auto !important;
  margin-left: auto !important;
  margin-top: 0 !important;

  white-space: nowrap;
  color: #6F6F6F;
  font-size: 14px;
  line-height: 1.3;
}

/* Limpieza interna del precio */
.lista-de-deseos .jet-cw-price .woocommerce-Price-amount,
.lista-de-deseos .jet-cw-price .woocommerce-Price-currencySymbol{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/* ===== BORDES ===== */

.lista-de-deseos .jet-woo-products__item{
  border-bottom: 1px solid #A6A6A6;
  box-sizing: border-box;
}

.lista-de-deseos .jet-wishlist-item{
  border-right: 1px solid #A6A6A6;
  box-sizing: border-box;
}

/* ===== BOTÓN ELIMINAR ===== */

.lista-de-deseos .jet-wishlist-products-remove-btn-wrapper{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}

/** -------------------------------
CAMBIOS CARRITO
------------------------------- **/

/* Oculta el icono original del plugin */
.xoo-wsc-icon-shopping-bag1 {
    display: none !important;
}

/* Aplica tu icono personalizado */
.xoo-wsc-sc-bkcont {
    width: 32px; /* ajusta según tu icono */
    height: 32px;

    background-image: url("/wp-content/uploads/2026/03/carrito.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tamaño móviles */

@media (max-width: 768px) {

.xoo-wsc-sc-bkcont {
    width: 26px;
    height: 26px;
    background-image: url(/wp-content/uploads/2026/03/carrito.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -7px;
}
}

/** CARRITO HOME **/

.carrito-home .xoo-wsc-sc-bkcont {
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/uploads/2026/03/carrito-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   CONTENEDOR DE PRODUCTOS
========================= */
.xoo-wsc-products {
    gap: 0 !important;
}

/* =========================
   CADA PRODUCTO
========================= */
.xoo-wsc-products .xoo-wsc-product {
    margin: 0 !important;
    border: 1px solid #a6a6a6;
    padding: 0;
    box-sizing: border-box;
}

.xoo-wsc-products .xoo-wsc-product + .xoo-wsc-product {
    margin-top: 0 !important;
    border-top: 0;
}


/* =========================
   IMAGEN (3:4)
========================= */
.xoo-wsc-products .xoo-wsc-img-col {
    width: 30%;
}

.xoo-wsc-products .xoo-wsc-img-col a {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.xoo-wsc-products .xoo-wsc-img-col img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    border-radius: 0 !important;
}


/* =========================
   COLUMNA TEXTO
========================= */
.xoo-wsc-products .xoo-wsc-sum-col {
    padding: 12px;
    box-sizing: border-box;
}


/* =========================
   TÍTULO
========================= */
.xoo-wsc-products .xoo-wsc-pname,
.xoo-wsc-products .xoo-wsc-pname a {
    font-size: var(--e-global-typography-a01d9f1-font-size) !important;
    color: var(--e-global-color-primary) !important;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase !important;
}


/* =========================
   VARIACIONES
========================= */
.xoo-wsc-products .variation,
.xoo-wsc-products .variation dt,
.xoo-wsc-products .variation dd,
.xoo-wsc-products .variation dd p {
    font-size: var(--e-global-typography-a01d9f1-font-size) !important;
    color: var(--e-global-color-accent) !important;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase !important;
}


/* =========================
   PRECIO + CANTIDAD
========================= */
.xoo-wsc-products .xoo-wsc-qty-price,
.xoo-wsc-products .xoo-wsc-qty-price span,
.xoo-wsc-products .xoo-wsc-qty-price .amount,
.xoo-wsc-products .xoo-wsc-qty-price .woocommerce-Price-amount,
.xoo-wsc-products .xoo-wsc-qty-price bdi {
    font-size: var(--e-global-typography-a01d9f1-font-size) !important;
    color: var(--e-global-color-accent) !important;
    line-height: 1.2;
    text-transform: uppercase !important;
}


/* =========================
   LAYOUT INTERNO
========================= */
.xoo-wsc-products .xoo-wsc-sm-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.xoo-wsc-products .xoo-wsc-sm-left {
    flex: 1 1 auto;
    min-width: 0;
}

.xoo-wsc-products .xoo-wsc-sm-right {
    flex: 0 0 auto;
}

/* =========================
   TIPOGRAFÍA PARA TODOS LOS BOTONES
========================= */
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
    font-size: var(--e-global-typography-a7c6dee-font-size) !important;
    text-transform: uppercase !important;
}


/* =========================
   BOTÓN PAGAR (CHECKOUT)
========================= */
.xoo-wsc-ft-btn-checkout {
    background-color: #151515 !important;
    color: #fff !important;
    border: none !important;
}


/* HOVER BOTÓN PAGAR */
.xoo-wsc-ft-btn-checkout:hover {
    background-color: #707070 !important;
    color: #fff !important;
}


/* =========================
   RESTO DE BOTONES
========================= */
/* No tocamos background ni border, solo heredarán la tipografía */

/* =========================
   AJUSTE DE PADDING BOTONES
========================= */
.xoo-wsc-ft-btn-checkout,
.xoo-wsc-ft-btn-continue {
    padding: 8px 12px !important; /* ajusta si quieres más fino */
    white-space: nowrap; /* evita salto de línea */
}

/* =========================
   PADDING UNIFICADO PARA TODOS LOS BOTONES
========================= */
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
    padding: 8px 12px !important;
    white-space: nowrap;
}

.xoo-wsc-footer-txt {
    font-size: var(--e-global-typography-3ba55b8-font-size) !important;
    opacity: 0.7;
    line-height: 1.4;
}

/* Precio dentro del botón pagar */
.xoo-wsc-ft-btn-checkout .woocommerce-Price-amount,
.xoo-wsc-ft-btn-checkout .woocommerce-Price-amount bdi,
.xoo-wsc-ft-btn-checkout .woocommerce-Price-currencySymbol {
    color: #fff !important;
}

.xoo-wsch-text {
    font-size: var(--e-global-typography-d7bcac6-font-size) !important;
    text-transform: uppercase;
}

/* Ocultar icono original */
.xoo-wsch-close.xoo-wsc-icon-cross {
    font-size: 0 !important;
}

/* Aplicar icono personalizado */
.xoo-wsch-close {
    width: 20px; /* ajusta tamaño */
    height: 20px;

    background-image: url("/wp-content/uploads/2026/03/cerrar.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    display: inline-block;
}

/** ---------------------------
 * PADDING SUPERIOR MI CUENTA 
 ------------------------------ **/

.woocommerce-MyAccount-content {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.woocommerce-MyAccount-content-wrapper {
    PADDING: 20px !important;
}

/**Ocultar acceder de la página mi cuenta**/

div.e-my-account-tab.e-my-account-tab__dashboard h2{
	display: none;
}

/**Ajustes campos checkout**/

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single{
	height: auto;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: stretch;
}

@media (max-width: 1024px){
    
	.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row{
		margin-left: auto;
    	margin-right: auto;
	}
	
}



/** ESTILO BORDER SUPERIOR ELEMENTOS JET MENU DESPLEGABLE **/

ul.jet-mobile-menu__items {
    border-top: solid 1px #a5a5a5;
}


/** -------------------------------------
 * ESTILO CUADROS LOGIN MI CUENTA 
------------------------------------- */

div#customer_login {
    margin-top: -30px !important;
}

form.woocommerce-form.woocommerce-form-login.login {
    border: none !important;
}

form.woocommerce-form.woocommerce-form-register.register
Especificidad: (0,3,1)
 {
    border: none !important;
}

/** ESTILO BURBUJA CANTIDAD CARRITO **/

span.xoo-wsc-sc-count {
    border: solid 1px #000000;
    background-color: white;
    color: #000000;
	font-size: 10px;
    line-height: 16px;
}

/**Estilo botón punto recogidad SendCloud**/

button#sendcloudshipping_service_point_select.button.alt{
	
	background-color: black;
	font-family: var(--e-global-typography-a7c6dee-font-family), Sans-serif;
    font-size: var(--e-global-typography-a7c6dee-font-size)!important;
    font-weight: var(--e-global-typography-a7c6dee-font-weight);
    text-transform: var(--e-global-typography-a7c6dee-text-transform);
	margin-top: 10px;
}


/** AJUSTE ERROR CERRAR MENU MOVIL **/

/* Menú burger - corregir capas */
.menu-burger .jet-mobile-menu__container {
    position: fixed !important;
    z-index: 1000 !important;
    pointer-events: auto !important;
}

/* El panel real del menú */
.menu-burger .jet-mobile-menu__container-inner {
    position: relative !important;
    z-index: 1002 !important;
    pointer-events: auto !important;
}

/* Overlay visible, pero sin bloquear clics dentro del menú */
.menu-burger .jet-mobile-menu-cover,
.menu-burger .jet-mobile-menu__overlay {
    z-index: 999 !important;
    pointer-events: none !important;
}

/* Botón cerrar */
.menu-burger .jet-mobile-menu__controls {
    position: absolute !important;
    z-index: 1005 !important;
    pointer-events: auto !important;
}

.menu-burger .jet-mobile-menu__back {
    position: relative !important;
    z-index: 1006 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* El SVG no debe interceptar el clic */
.menu-burger .jet-mobile-menu__back svg,
.menu-burger .jet-mobile-menu__back svg * {
    pointer-events: none !important;
}

/**Estilo newsletter klaviyo**/

input.needsclick.go1399616625.kl-private-reset-css-Xuajs1{
	border-color: var(--e-global-color-accent);
    border-width: 0px 0px 1px 0px;
	height: 40px;
}
	