header{
	position: sticky;
	top: 0;
    z-index: 1024;
    left: 0;
    right: 0;
}
body.home header{
    position: fixed !important;
}

.logo-header{
    height: 70px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

body.home .logo-header.elementor-widget {
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%) scale(3.5);
    will-change: top, transform;
    top: 50vh;
}

body.home:not(.wrap-home-page-on) header {
        --e-global-color-primary: #fff;
        --e-global-color-secondary: #fff;
        --e-global-color-text: #fff;
        --e-global-color-accent: #fff;
        --e-global-color-eca6d2f: #fff;
        --items-indicator-background-color: #2B519A;
        background: rgba(243, 241, 231, 0);        
}

header{
    background: rgba(243, 241, 231, 1);
    transition: all .5s;
}


footer{
    position: relative;
}

.elementor-53 .elementor-element.elementor-element-4a2ee84 .elementor-icon svg {
    width: auto;
}

/* Contenedor principal */
.market-zone-container {
    position: relative;
    width: fit-content;
    cursor: pointer;
    user-select: none;
}

.market-zone-header, .woocommerce-currency-switcher  {
    background: transparent;
    border: 1px solid var( --e-global-color-eca6d2f );
    padding: 10px 15px;
    border-radius: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
}
.market-zone-header .market-header-content{
    display: flex;
    align-items: center;
    gap: .25rem;
}

.market-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Dropdown */
.market-zone-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 9999;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    font-size: var( --e-global-typography-0ae9601-font-size );
}

.market-zone-dropdown.show {
    display: block;
}

/* Items */
.market-item {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 0.2s;
}

.market-item:hover {
    background: #f2f2f2; /* El gris suave de tu imagen */
}

.market-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.market-item.active {
    background: #f2f2f2;
}

/* Footer */
.market-footer {
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid #eee;
}

.market-footer p {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.market-footer a {
    color: #ff5a5f;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* 1. El Contenedor (La Máscara) */
/* Asegura que el contenido que se desborda no se vea */
.wrap-horizontal-menu .elementor-nav-menu--main {
    overflow: hidden !important;
    width: 100%;
    position: relative;
}

/* 2. La Lista (El objeto que se mueve) */
/* Forzamos a que sea una línea infinita sin saltos */
.wrap-horizontal-menu .elementor-nav-menu--main .elementor-nav-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important; /* Clave: permite que crezca más allá del 100% */
    margin: 0 !important;
    padding: 0 !important;
    will-change: transform; /* Optimización para que la animación sea suave */
}

/* 3. Los Items Individuales */
/* Evitamos que se compriman y damos espacio */
.wrap-horizontal-menu .elementor-nav-menu--main .elementor-nav-menu li {
    flex-shrink: 0 !important; /* Prohibido aplastarse */
    display: block !important;
    margin-right: 40px; /* Ajusta este espacio a tu gusto */
}

/* Opcional: Quitar puntos de lista o estilos heredados molestos */
.wrap-horizontal-menu .elementor-nav-menu--main .elementor-nav-menu li:before {
    display: none; 
}

.wrap-horizontal-menu .elementor-nav-menu--main .elementor-nav-menu li a{
    display: block;
    line-height: 1.5;
}

.filter-hover-sat img{
    filter
}

.filter-hover-sat img{
    filter: saturate(0);
}

.filter-hover-sat img:hover{
    filter: saturate(1);
}


/*** HOME ***/

