/* Font-face */
@font-face {
    font-family: 'Textua';
    src: url('../fonts/ObjectSans-Regular.woff2') format('woff2'),
        url('../fonts/ObjectSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Textua';
    src: url('../fonts/ObjectSans-Bold.woff2') format('woff2'),
        url('../fonts/ObjectSans-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tituluak';
    src: url('../fonts/ObjectSans-Heavy.woff2') format('woff2'),
        url('../fonts/ObjectSans-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
margin: 0;
padding: 0;
}

:root{
    --argia:#FBFBF2;
    --iluna:#412712;
    --lizudaberri:#E9D383;
    --lizudazken:#C0801D;
    --milaudazken:#FACD2F;
    --zuiaudazken:#BF9462;
    --unxudaberri:#F0E474;
    --coupage:#D4A72D;
    --propoeztiaudazken:#986A46;
    --pralinea:#945A1C;
    --kakaokrema:#412712;
    --kakaokrematxuria:#BFA874;
    --legardaudara:#A46A7D;
    --kraft:#B79F7C;
    --propoli:#2c110c;


    --c-brand:#BF9462;
    --font:font-family: 'Textua';

}






/* --- BASE: Botón Hamburguesa --- */
.hamburger-menu {
    display: none; /* Oculto en escritorio */
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #412815;
    margin: 5px 0;
    transition: all 0.4s ease; /* Transición suave para las líneas */
}





.products li.outofstock .nm-shop-loop-thumbnail > .woocommerce-LoopProduct-link:after {
    color: #282828;
    background: var(--iluna)!important;
    color: var(--argia)!important;
    font-family: 'Tituluak';
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 10px;
    left: 20px;
    top: 20px;
}
.product .summary .stock{
    margin-left: 20px;
}


/* --- PRELOADER GLOBAL --- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--argia);
    z-index: 99999; /* Muy alto para tapar todo */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* El círculo (Spinner) */
.loader-circle {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2); /* Borde suave */
    border-top: 4px solid #fff; /* Color principal que gira */
    border-radius: 50%;
    animation: spin 0.6s linear infinite; /* Velocidad rápida */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Ocultar el H1 de la home inicialmente (para tu animación de texto) */
.hasiera-tit {
    visibility: hidden;
}



/* Configuración básica */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden; /* Evitar scroll horizontal */
    font-family:'Textua';
    background: var(--argia)!important;
}
body{
     font-family:'Textua';
}
p{
    letter-spacing: -0.5px;
        line-height: 110%;
        font-family: 'Textua';
}
#nm-header,.nm-page-wrap-inner{
    background: var(--argia)!important;
    color:var(--iluna);
}
.nm-page-wrap{
    background: var(--argia);
}
#nm-shop-products-overlay, #nm-shop {
    background-color: var(--argia)!important;
}


body.theme-savoy .wc-block-components-button:not(.is-link).contained:hover, body.theme-savoy .wc-block-components-button:not(.is-link).contained{
    padding: 5px 20px;
}

.ekitaldi{
        background: var(--iluna);
    padding: 100px 50px;
    color: var(--argia);
    text-align: center;
    font-size: 45px;
    font-family: 'Tituluak';
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 100px;
}

.agenda-home-bloke{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    padding: 20px;
    gap: 10px;
}
.agenda-elementua{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.agenda-titulua{
    display: flex;
    padding: 20px;
    background: var(--milaudazken);
    border-radius: 20px;
    font-size: 50px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    align-items: end;}
.agenda-bukaera{
        background: var(--legardaudara);
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 20px;
    text-align: right;
    font-size: 20px;
}

.imagen-azoka{
    aspect-ratio: 1/1;
}
.imagen-azoka img{
object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
}

.agenda-elementua p:first-child{
    margin: 0;
    text-transform: uppercase;
}
.agenda-elementua p:last-child{
font-size: 30px;
}


    /* Estilos generales de la página */
    .hasiera-tit {
        font-family: 'Tituluak';
        font-size: 14vw;
        text-transform: uppercase;
        line-height: 100%;
        width: 70%;
        hyphens: auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
        position: relative; /* Asegurarse de que el h1 tenga un contexto de apilamiento */
        z-index: 10; /* Ponerlo por encima de los tarros si quieres que los tape un poco */
    }

    /* --- Estilos para la animación GSAP de los tarros --- */
    body {
        overflow-x: hidden; /* Evita la barra de scroll horizontal */
    }

    /* Contenedor principal de todos los tarros */
    .gsap-honey-jars-wrapper {
        position: relative; /* Ocupa espacio en el flujo del documento */
        width: 100%;
        height: 300px; /* Ajusta esta altura según cuánto espacio quieras para el carril de los tarros */
        margin-top: -150px; /* Ajusta para solapar el título. Puede necesitar más o menos dependiendo del h1 */
        z-index: 5; /* Por debajo del h1 (z-index: 10) pero por encima de otros contenidos */
        overflow: hidden; /* Oculta los tarros que están fuera de este contenedor */
        pointer-events: none; /* Hace que el wrapper y sus hijos no capturen eventos de ratón, para que puedas interactuar con el contenido de abajo si es necesario */
    }

    /* Contenedor de cada tarro individual */
    .gsap-movement {
        position: absolute; /* Posición absoluta dentro del wrapper */
        top: 50%;
        transform: translateY(-50%); /* Centrado vertical */
        width: 20vw;
        max-width: 250px;
        will-change: transform;
    }

    /* La imagen dentro de cada tarro */
    .gsap-movement img {
        width: 100%;
        height: auto;
    }

    /* --- Estilos del Marquee --- */
    .marquee {
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        border-top: 1.5px solid var(--iluna);
        border-bottom: 1.5px solid var(--iluna);
        background: #F3D44C;
        margin-top: 50px; /* Añade un poco de espacio después del bloque de texto */
    }

    .marquee-inner {
        display: inline-flex;
        gap: 3rem;
        animation: marquee 20s linear infinite;
    }

    .marquee span {
        font-size: 1.2rem;
        color: var(--iluna);
        font-family: 'Textua';
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

.kolaboratzaileak{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
    .grid-kolaboratzaileak{
    display: grid;
    flex-wrap: wrap;
    gap: 0;
    padding: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }
    .logo-kolaboratzaile{
        flex-basis: calc(11% - 20px);
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo-kolaboratzaile img{
        width: 100%;
    }

.bloke-text-kolaboratzaileak {
padding: 100px 40px;
    display: grid;
    gap: 30px;

        }






        .claim-kolaboratzaileak{
        font-size: 45px;
        font-weight: 400;
        font-family: 'Textua';
        color: var(--iluna);
        text-transform: uppercase;
        text-align: left;
        margin: 0;
    }
    .text-kolaboratzaileak{
        font-size: 20px;
        color: var(--iluna);
        font-family: 'Textua';
    }

    /* --- Estilos para la sección de la tienda en Home --- */
    .denda-home {
        padding: 80px 40px;
        text-align: center;
    }

    .denda-home h2 {
        font-family: 'Tituluak';
        font-size: 4rem;
        text-transform: uppercase;
        color: var(--iluna);
        margin-bottom: 1rem;
    }

    .denda-home .denda-subtitulo {
        font-family: 'Textua';
        font-size: 1.2rem;
        color: var(--iluna);
        max-width: 700px;
        margin: 0 auto 40px auto;
    }
    
    .denda-home ul.products {
        margin-bottom: 40px;
    }

    .denda-home-botones {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }

    .denda-home-botones a {
        /* Puedes adaptar estos estilos a los de tus botones existentes */
        background-color: transparent;
        color: var(--iluna);
        padding: 12px 25px;
        text-decoration: none;
        font-family: 'Textua';
        text-transform: uppercase;
        border: 1.5px solid var(--iluna);
        transition: all 0.3s ease;
        border-radius: 20px;
    }


    .denda-home-botones a:hover,.denda-home-botones a:first-child {
        background-color: var(--iluna);
        color: var(--argia); 
    }

    .denda-home-botones a:first-child:hover {
        background-color: var(--argia);
        color: var(--iluna); /* O el color de fondo de tu web */
    }

.products .price{
    font-family: 'Textua';
    opacity: 1!important;
}
.nm-shop-loop-title-price{
    position: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.products .nm-wishlist-button{
    display: none;
}

.nm-shop-loop-thumbnail a{
    position: relative;
}

.nm-shop-loop-details{
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 25px;
    padding: 0 20px;
    width: 100%;

}



.denda-home .nm-shop-loop-details{
    position: unset;
    display: flex;
    justify-content: space-between;
    bottom: 25px;
    padding: 0 20px;
    width: 100%;

}


.nm-shop-loop-actions{
        position: absolute;
    top: 20px;
    left:50px;
}

.nm-shop-loop-actions > a{
    background: var(--iluna);
    color: var(--argia)!important;
    font-family: 'Textua';
    border-radius: 10px;
    padding: 5px 15px;
}

    /* Forzamos a los contenedores principales a ser visibles */
html, 
body, 
.nm-page-wrap, 
.nm-page-default, 
.entry-content, 
.zerbitzuak {
    overflow: visible !important;
}


    .zerbitzuak{
            margin: auto;
    max-width: 1200px;
    }
    .zerbitzua{
                display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.6rem;
            margin-bottom: 1.6rem;
    }

.tit-zerb{
    font-size: 4rem;
    line-height: 85%;
    font-weight: bold;
    color: black;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    margin-left: 20px;
    padding-bottom: 20px;
}


.nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories li a{
    font-family: 'Tituluak';
    text-transform: uppercase;
    padding: 7px 20px;
    border: 2px solid var(--iluna);
    border-radius: 10px;
}


.nm-shop-header.centered .list-spaced .nm-shop-categories{
    gap: 20px;
    justify-content: start;
    margin: 0;
}



.nm-shop-header.centered .list-spaced .nm-shop-categories li{
    width: auto;    
}

.nm-shop-menu ul li.current-cat a,.nm-shop-menu ul li.active a{
        background: var(--iluna)!important;

}


.nm-shop-menu ul li a:hover, .nm-shop-menu ul li.current-cat > a, .nm-shop-menu ul li.active a{
    color: var(--argia)!important;
        background: var(--iluna)!important;

}



    .zerb-text{



position: -webkit-sticky; /* Para Safari antiguo por si acaso */
        position: sticky;
        top: 110px;
        align-self: start; /* CRUCIAL: Evita que se estire al alto total */
        
        border-radius: 40px;
        justify-content: space-between;
        aspect-ratio: 1 / 1;
        display: flex;
        padding: 30px;
        flex-direction: column;


            }
            .bat-zerb .zerb-text{
                background: var(--lizudaberri);

            }

            .bi-zerb .zerb-text{
                background: var(--unxudaberri);

            }
            .hiru-zerb .zerb-text{
                background: var(--propoeztiaudazken);

            }
            .lau-zerb .zerb-text{
                background: var(--milaudazken);

            }

    .zerb-argazkiak{
            row-gap: 1.6rem;
    display: grid;
    }

    .zerb-argazki{
        background: black;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    aspect-ratio: 1/1;
    background-position: center;
    }

    .zerbitzua-1{
    aspect-ratio: 1 / 1;
    background: var(--lizudaberri);
    border-radius: 20px;
    padding: 30px;
    position: sticky;
    }
    .zerbitzua-1-esk{
        flex-basis: 50%;
    }
    .slide-foto{
        aspect-ratio: 1 / 1;
        background: red;
    }

    .zerb-zenbakia{
    font-size: 2rem;
    color: black;
    display: flex;
    align-self: start;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid;
    margin-top: 20px;
    margin-left: 20px;
        }

    .marra-zerb{
            height: 100%;
    width: 100%;
    /* padding: 40px; */
    border: 2px solid;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-zerb{
        padding: 20px;
    border-top: 2px solid;
}
.text-zerb p{
    font-size: 15px;
}
.pre-zerbitzuak{
    display: flex;
    margin-top: 110px;
    padding: 40px;    flex-wrap: wrap;

}
.pre-1{
        font-weight: bold;
    font-size: 45px;
    flex-basis: 50%;
}
.pre-2{
flex-basis: 50%;
    font-size: 18px;
    line-height: 120%;
}
.pre-3{
    flex-basis:100%;

    width: 100%;
    margin-bottom: 30px;
}

.nm-footer-bar{
    display: flex;
    flex-wrap: wrap;
}
.mapa-web-3{
        background: var(--argia);
    padding: 20px;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}




.product .summary .price .amount{
    color:var(--iluna)!important;
}




.single-product .menu a.aktiboa,.single-product .menu a:hover{

    background: var(--argia);
}




.woocommerce-shop{}




.single-product.postid-1643 #nm-header,.single-product.postid-1549 #nm-header,.single-product.postid-1643 .mapa-web-3,.single-product.postid-1643 .nm-footer, .single-product.postid-1643 .nm-page-wrap-inner,.single-product.postid-1643 .nm-single-product-bg, .single-product.postid-1643 .has-bg-color .nm-single-product-bg,.single-product.postid-1549 .mapa-web-3,.single-product.postid-1549 .nm-footer, .single-product.postid-1549 .nm-page-wrap-inner,.single-product.postid-1549 .nm-single-product-bg, .single-product.postid-1549 .has-bg-color .nm-single-product-bg{

        background: var(--lizudaberri)!important;

}

.single-product.postid-1606 #nm-header,.single-product.postid-1545 #nm-header,.single-product.postid-1646 #nm-header,.single-product.postid-1635 #nm-header,.single-product.postid-1635 .mapa-web-3,.single-product.postid-1635 .nm-footer, .single-product.postid-1635 .nm-page-wrap-inner,.single-product.postid-1635 .nm-single-product-bg, .single-product.postid-1635 .has-bg-color .nm-single-product-bg,.single-product.postid-1646 .mapa-web-3,.single-product.postid-1646 .nm-footer, .single-product.postid-1646 .nm-page-wrap-inner,.single-product.postid-1646 .nm-single-product-bg, .single-product.postid-1646 .has-bg-color .nm-single-product-bg,.single-product.postid-1606 .mapa-web-3,.single-product.postid-1606 .nm-footer, .single-product.postid-1606 .nm-page-wrap-inner,.single-product.postid-1606 .nm-single-product-bg, .single-product.postid-1606 .has-bg-color .nm-single-product-bg,.single-product.postid-1545 .mapa-web-3,.single-product.postid-1545 .nm-footer, .single-product.postid-1545 .nm-page-wrap-inner,.single-product.postid-1545 .nm-single-product-bg, .single-product.postid-1545 .has-bg-color .nm-single-product-bg{

        background: var(--unxudaberri)!important;

}
.single-product.postid-1595 #nm-header,.single-product.postid-1649 #nm-header,.single-product.postid-1543 #nm-header,.single-product.postid-1641 #nm-header,.single-product.postid-1543 .mapa-web-3,.single-product.postid-1641 .mapa-web-3,.single-product.postid-1641 .nm-footer, .single-product.postid-1641 .nm-page-wrap-inner,.single-product.postid-1641 .nm-single-product-bg, .single-product.postid-1641 .has-bg-color .nm-single-product-bg,.single-product.postid-1649 .nm-page-wrap-inner,.single-product.postid-1649 .nm-single-product-bg, .single-product.postid-1649 .has-bg-color .nm-single-product-bg,.single-product.postid-1649 .nm-footer,.single-product.postid-1595 .mapa-web-3,.single-product.postid-1595 .nm-footer, .single-product.postid-1595 .nm-page-wrap-inner,.single-product.postid-1595 .nm-single-product-bg, .single-product.postid-1595 .has-bg-color .nm-single-product-bg,.single-product.postid-1543 .nm-page-wrap-inner,.single-product.postid-1543 .nm-single-product-bg, .single-product.postid-1543 .has-bg-color .nm-single-product-bg,.single-product.postid-1543 .nm-footer,.single-product.postid-1649 .mapa-web-3,.single-product.postid-1649 .nm-footer{

        background: var(--zuiaudazken)!important;

}






.single-product.postid-1639 #nm-header,.single-product.postid-1601 #nm-header,.single-product.postid-1599 #nm-header,.single-product.postid-1637 #nm-header,.single-product.postid-1599 .mapa-web-3,.single-product.postid-1599 .nm-footer,.single-product.postid-1637 .mapa-web-3,.single-product.postid-1637 .nm-footer, .single-product.postid-1637 .nm-page-wrap-inner,.single-product.postid-1637 .nm-single-product-bg, .single-product.postid-1637 .has-bg-color .nm-single-product-bg,.single-product.postid-1599 .nm-page-wrap-inner,.single-product.postid-1599 .nm-single-product-bg, .single-product.postid-1599 .has-bg-color .nm-single-product-bg,.single-product.postid-1601 .mapa-web-3,.single-product.postid-1601 .nm-footer, .single-product.postid-1601 .nm-page-wrap-inner,.single-product.postid-1601 .nm-single-product-bg, .single-product.postid-1601 .has-bg-color .nm-single-product-bg,.single-product.postid-1639 .nm-page-wrap-inner,.single-product.postid-1639 .nm-single-product-bg, .single-product.postid-1639 .has-bg-color .nm-single-product-bg,.single-product.postid-1639 .mapa-web-3,.single-product.postid-1639 .nm-footer{
        background: var(--legardaudara)!important;

}


.single-product.postid-1628 #nm-header,.single-product.postid-1622 #nm-header,.single-product.postid-1622 .mapa-web-3,.single-product.postid-1622 .nm-footer, .single-product.postid-1622 .nm-page-wrap-inner,.single-product.postid-1622 .nm-single-product-bg, .single-product.postid-1622 .has-bg-color .nm-single-product-bg,.single-product.postid-1628 .mapa-web-3,.single-product.postid-1628 .nm-footer, .single-product.postid-1628 .nm-page-wrap-inner,.single-product.postid-1628 .nm-single-product-bg, .single-product.postid-1628 .has-bg-color .nm-single-product-bg{

        background: var(--kraft)!important;

}




.single-product.postid-1615 #nm-header,.single-product.postid-1633 #nm-header,.single-product.postid-1633 .mapa-web-3,.single-product.postid-1633 .nm-footer, .single-product.postid-1633 .nm-page-wrap-inner,.single-product.postid-1633 .nm-single-product-bg, .single-product.postid-1633 .has-bg-color .nm-single-product-bg,.single-product.postid-1615 .mapa-web-3,.single-product.postid-1615 .nm-footer, .single-product.postid-1615 .nm-page-wrap-inner,.single-product.postid-1615 .nm-single-product-bg, .single-product.postid-1615 .has-bg-color .nm-single-product-bg{

        background: var(--kakaokrema)!important;

}



.single-product.postid-1704 #nm-header,.single-product.postid-1705 #nm-header,.single-product.postid-1704 .mapa-web-3,.single-product.postid-1704 .nm-footer, .single-product.postid-1704 .nm-page-wrap-inner,.single-product.postid-1704 .nm-single-product-bg, .single-product.postid-1704 .has-bg-color .nm-single-product-bg,.single-product.postid-1705 .mapa-web-3,.single-product.postid-1705 .nm-footer, .single-product.postid-1705 .nm-page-wrap-inner,.single-product.postid-1705 .nm-single-product-bg, .single-product.postid-1705 .has-bg-color .nm-single-product-bg{

        background: var(--propoeztiaudazken)!important;

}







.single-product.postid-1630 #nm-header,.single-product.postid-1621 #nm-header,.single-product.postid-1621 .mapa-web-3,.single-product.postid-1621 .nm-footer, .single-product.postid-1621 .nm-page-wrap-inner,.single-product.postid-1621 .nm-single-product-bg, .single-product.postid-1621 .has-bg-color .nm-single-product-bg,.single-product.postid-1630 .mapa-web-3,.single-product.postid-1630 .nm-footer, .single-product.postid-1630 .nm-page-wrap-inner,.single-product.postid-1630 .nm-single-product-bg, .single-product.postid-1630 .has-bg-color .nm-single-product-bg{

        background: var(--propoli)!important;

}




.single-product.postid-1620 #nm-header,.single-product.postid-1632 #nm-header,.single-product.postid-1632 .mapa-web-3,.single-product.postid-1632 .nm-footer, .single-product.postid-1632 .nm-page-wrap-inner,.single-product.postid-1632 .nm-single-product-bg, .single-product.postid-1632 .has-bg-color .nm-single-product-bg,.single-product.postid-1620 .mapa-web-3,.single-product.postid-1620 .nm-footer, .single-product.postid-1620 .nm-page-wrap-inner,.single-product.postid-1620 .nm-single-product-bg, .single-product.postid-1620 .has-bg-color .nm-single-product-bg{

        background: var(--pralinea)!important;

}


.single-product.postid-1611 #nm-header,.single-product.postid-1634 #nm-header,.single-product.postid-1634 .mapa-web-3,.single-product.postid-1634 .nm-footer, .single-product.postid-1634 .nm-page-wrap-inner,.single-product.postid-1634 .nm-single-product-bg, .single-product.postid-1634 .has-bg-color .nm-single-product-bg,.single-product.postid-1611 .mapa-web-3,.single-product.postid-1611 .nm-footer, .single-product.postid-1611 .nm-page-wrap-inner,.single-product.postid-1611 .nm-single-product-bg, .single-product.postid-1611 .has-bg-color .nm-single-product-bg{
        background: var(--kakaokrematxuria)!important;

}

.woocommerce-price-suffix{
    color: var(--iluna);
}

.postid-1611 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,.postid-1611 .wpb_content_element .wpb_accordion_header a,.postid-1611 #nm-shop-search-close,.postid-1611 .woocommerce-breadcrumb,.postid-1611 .nm-single-product-menu a,.postid-1611 .star-rating:before,.postid-1611 .woocommerce-tabs .tabs li a,.postid-1611 .product_meta span.sku,.postid-1611 .product_meta a,.postid-1611 .nm-post-meta,.postid-1611 .nm-post-pagination a .short-title,.postid-1611 .commentlist > li .comment-text .meta time , .postid-1611 .nm-quantity-wrap .qty, .postid-1611 #nm-header, .postid-1611 .nm-page-wrap-inner, .postid-1611 .vc_toggle_title i, .postid-1611 #nm-wishlist-empty p.icon i, .postid-1611 h1, .postid-1611 .mfp-close, .postid-1611 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a, .postid-1611 .vc_pie_chart .vc_pie_chart_value, .postid-1611 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,.postid-1611 .nm-testimonial-description,.postid-1611 .form-row label,.postid-1611 .woocommerce-form__label,.postid-1611 #nm-shop-search-close:hover,.postid-1611 .nm-shop-loop-actions > a,.postid-1611 .nm-shop-loop-actions > a:active,.postid-1611 .nm-shop-loop-actions > a:focus,.postid-1611 .nm-infload-controls a,.postid-1611 .woocommerce-breadcrumb a,.postid-1611 .woocommerce-breadcrumb span,.postid-1611 .variations,.postid-1611 .woocommerce-grouped-product-list-item__label a,.postid-1611 .woocommerce-grouped-product-list-item__price ins .amount,.postid-1611 .woocommerce-grouped-product-list-item__price > .amount,.postid-1611 .nm-quantity-wrap .quantity .nm-qty-minus,.postid-1611 .nm-quantity-wrap .quantity .nm-qty-plus,.postid-1611 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),.postid-1611 .woocommerce-tabs .tabs li.active a,.postid-1611 .shop_attributes th, .product_meta,.postid-1611 .shop_table.cart .nm-product-details a,.postid-1611 .shop_table.cart .product-quantity,.postid-1611 .shop_table.cart .nm-product-quantity-pricing .product-subtotal, .postid-1611 .shop_table.cart .product-remove a,.postid-1611 .cart-collaterals,.postid-1611 .nm-cart-empty,.postid-1611 #order_review .shop_table,.postid-1611 #payment .payment_methods li label,.postid-1611 .woocommerce-thankyou-order-details li strong,.postid-1611 .wc-bacs-bank-details li strong,.postid-1611 .nm-MyAccount-user-info .nm-username strong,.postid-1611 .woocommerce-MyAccount-navigation ul li a:hover, .postid-1611 .woocommerce-MyAccount-navigation ul li.is-active a,.postid-1611 .woocommerce-table--order-details,.postid-1611 #nm-wishlist-empty .note i, a.dark, a:hover,.postid-1611 .nm-blog-heading h1 strong,.postid-1611 .nm-post-header .nm-post-meta a,.postid-1611 .nm-post-pagination a,.postid-1611 .commentlist > li .comment-text .meta strong, .commentlist > li .comment-text .meta strong a,.postid-1611 .comment-form p label, .entry-content strong, .postid-1611 blockquote, blockquote p, .postid-1611 .widget_search button, .postid-1611 .widget_product_search #searchsubmit, .postid-1611 .widget_recent_comments ul li .comment-author-link, .postid-1611 .widget_recent_comments ul li:before{
        color: var(--argia);

}
.postid-1634 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1634 .wpb_content_element .wpb_accordion_header a,
.postid-1634 #nm-shop-search-close,
.postid-1634 .woocommerce-breadcrumb,
.postid-1634 .nm-single-product-menu a,
.postid-1634 .star-rating:before,
.postid-1634 .woocommerce-tabs .tabs li a,
.postid-1634 .product_meta span.sku,
.postid-1634 .product_meta a,
.postid-1634 .nm-post-meta,
.postid-1634 .nm-post-pagination a .short-title,
.postid-1634 .commentlist > li .comment-text .meta time,
.postid-1634 .nm-quantity-wrap .qty,
.postid-1634 #nm-header,
.postid-1634 .nm-page-wrap-inner,
.postid-1634 .vc_toggle_title i,
.postid-1634 #nm-wishlist-empty p.icon i,
.postid-1634 h1,
.postid-1634 .mfp-close,
.postid-1634 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1634 .vc_pie_chart .vc_pie_chart_value,
.postid-1634 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1634 .nm-testimonial-description,
.postid-1634 .form-row label,
.postid-1634 .woocommerce-form__label,
.postid-1634 #nm-shop-search-close:hover,
.postid-1634 .nm-shop-loop-actions > a,
.postid-1634 .nm-shop-loop-actions > a:active,
.postid-1634 .nm-shop-loop-actions > a:focus,
.postid-1634 .nm-infload-controls a,
.postid-1634 .woocommerce-breadcrumb a,
.postid-1634 .woocommerce-breadcrumb span,
.postid-1634 .variations,
.postid-1634 .woocommerce-grouped-product-list-item__label a,
.postid-1634 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1634 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1634 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1634 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1634 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1634 .woocommerce-tabs .tabs li.active a,
.postid-1634 .shop_attributes th,
.product_meta,
.postid-1634 .shop_table.cart .nm-product-details a,
.postid-1634 .shop_table.cart .product-quantity,
.postid-1634 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1634 .shop_table.cart .product-remove a,
.postid-1634 .cart-collaterals,
.postid-1634 .nm-cart-empty,
.postid-1634 #order_review .shop_table,
.postid-1634 #payment .payment_methods li label,
.postid-1634 .woocommerce-thankyou-order-details li strong,
.postid-1634 .wc-bacs-bank-details li strong,
.postid-1634 .nm-MyAccount-user-info .nm-username strong,
.postid-1634 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1634 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1634 .woocommerce-table--order-details,
.postid-1634 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1634 .nm-blog-heading h1 strong,
.postid-1634 .nm-post-header .nm-post-meta a,
.postid-1634 .nm-post-pagination a,
.postid-1634 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1634 .comment-form p label,
.entry-content strong,
.postid-1634 blockquote,
blockquote p,
.postid-1634 .widget_search button,
.postid-1634 .widget_product_search #searchsubmit,
.postid-1634 .widget_recent_comments ul li .comment-author-link,
.postid-1634 .widget_recent_comments ul li:before {
    color: var(--argia);
}




.nm-footer-bar a{
    color: var(--iluna)!important;
        font-family: 'Textua';
}

.legal {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.meta-layout-default .product_meta{
    font-family: 'Textua';
}

.postid-1611 .mapa-web-1 a,.postid-1611 .mapa-web-1 p, .postid-1611 .mapa-web-1, .postid-1611 .nm-footer-bar a,.postid-1611 .upsells h2,.postid-1611 .related h2, .postid-1611 .meta-layout-default .product_meta,.postid-1611 .hizkuntza li a,
.postid-1632 .mapa-web-1 a,.postid-1632 .mapa-web-1 p, .postid-1632 .mapa-web-1, .postid-1632 .nm-footer-bar a,.postid-1632 .upsells h2,.postid-1632 .related h2, .postid-1632 .meta-layout-default .product_meta,.postid-1632 .hizkuntza li a,
.postid-1630 .mapa-web-1 a,.postid-1630 .mapa-web-1 p, .postid-1630 .mapa-web-1, .postid-1630 .nm-footer-bar a,.postid-1630 .upsells h2,.postid-1630 .related h2, .postid-1630 .meta-layout-default .product_meta,.postid-1630 .hizkuntza li a,
.postid-1621 .mapa-web-1 a,.postid-1621 .mapa-web-1 p, .postid-1621 .mapa-web-1, .postid-1621 .nm-footer-bar a,.postid-1621 .upsells h2,.postid-1621 .related h2, .postid-1621 .meta-layout-default .product_meta,.postid-1621 .hizkuntza li a,
.postid-1620 .mapa-web-1 a,.postid-1620 .mapa-web-1 p, .postid-1620 .mapa-web-1, .postid-1620 .nm-footer-bar a,.postid-1620 .upsells h2,.postid-1620 .related h2, .postid-1620 .meta-layout-default .product_meta,.postid-1620 .hizkuntza li a,
.postid-1615 .mapa-web-1 a,.postid-1615 .mapa-web-1 p, .postid-1615 .mapa-web-1, .postid-1615 .nm-footer-bar a,.postid-1615 .upsells h2,.postid-1615 .related h2, .postid-1615 .meta-layout-default .product_meta,.postid-1615 .hizkuntza li a,
.postid-1633 .mapa-web-1 a,.postid-1633 .mapa-web-1 p, .postid-1633 .mapa-web-1, .postid-1633 .nm-footer-bar a,.postid-1633 .upsells h2,.postid-1633 .related h2, .postid-1633 .meta-layout-default .product_meta,.postid-1633 .hizkuntza li a,
.postid-1622 .mapa-web-1 a,.postid-1622 .mapa-web-1 p, .postid-1622 .mapa-web-1, .postid-1622 .nm-footer-bar a,.postid-1622 .upsells h2,.postid-1622 .related h2, .postid-1622 .meta-layout-default .product_meta,.postid-1622 .hizkuntza li a,
.postid-1628 .mapa-web-1 a,.postid-1628 .mapa-web-1 p, .postid-1628 .mapa-web-1, .postid-1628 .nm-footer-bar a,.postid-1628 .upsells h2,.postid-1628 .related h2, .postid-1628 .meta-layout-default .product_meta,.postid-1628 .hizkuntza li a,
.postid-1634 .mapa-web-1 a,.postid-1634 .mapa-web-1 p, .postid-1634 .mapa-web-1, .postid-1634 .nm-footer-bar a,.postid-1634 .upsells h2,.postid-1634 .related h2, .postid-1634 .meta-layout-default .product_meta,.postid-1634 .hizkuntza li a,
.postid-1705 .mapa-web-1 a,.postid-1705 .mapa-web-1 p, .postid-1705 .mapa-web-1, .postid-1705 .nm-footer-bar a,.postid-1705 .upsells h2,.postid-1705 .related h2, .postid-1705 .meta-layout-default .product_meta,.postid-1705 .hizkuntza li a,
.postid-1704 .mapa-web-1 a,.postid-1704 .mapa-web-1 p, .postid-1704 .mapa-web-1, .postid-1704 .nm-footer-bar a,.postid-1704 .upsells h2,.postid-1704 .related h2, .postid-1704 .meta-layout-default .product_meta,.postid-1704 .hizkuntza li a{
    color: var(--argia)!important;}

.nm-menu-cart-count,#nm-menu-cart-btn{color: var(--iluna)!important}
.nm-single-product-menu a{color: var(--iluna)!important}

.postid-1622 .nm-menu-cart-count,.postid-1622 #nm-menu-cart-btn,.postid-1622 .nm-single-product-menu a
.postid-1611 .nm-menu-cart-count,.postid-1611 #nm-menu-cart-btn,.postid-1611 .nm-single-product-menu a
.postid-1615 .nm-menu-cart-count,.postid-1615 #nm-menu-cart-btn,.postid-1615 .nm-single-product-menu a
.postid-1620 .nm-menu-cart-count,.postid-1620 #nm-menu-cart-btn,.postid-1620 .nm-single-product-menu a
.postid-1621 .nm-menu-cart-count,.postid-1621 #nm-menu-cart-btn,.postid-1621 .nm-single-product-menu a
.postid-1628 .nm-menu-cart-count,.postid-1628 #nm-menu-cart-btn,.postid-1628  .nm-single-product-menu a
.postid-1630 .nm-menu-cart-count,.postid-1630 #nm-menu-cart-btn,.postid-1630 .nm-single-product-menu a
.postid-1632 .nm-menu-cart-count,.postid-1632 #nm-menu-cart-btn,.postid-1632 .nm-single-product-menu a
.postid-1633 .nm-menu-cart-count,.postid-1633 #nm-menu-cart-btn,.postid-1633 .nm-single-product-menu a
.postid-1634 .nm-menu-cart-count,.postid-1634 #nm-menu-cart-btn,.postid-1634 .nm-single-product-menu a
.postid-1704 .nm-menu-cart-count,.postid-1704 #nm-menu-cart-btn,.postid-1704 .nm-single-product-menu a
.postid-1705 .nm-menu-cart-count,.postid-1705 #nm-menu-cart-btn,.postid-1705 .nm-single-product-menu a
.postid-1628 .nm-menu-cart-count,.postid-1628 #nm-menu-cart-btn,.postid-1628 .nm-single-product-menu a{
    color: var(--argia)!important}


/* Estilos para la página 1615 (Duplicado de la 1611) */
.postid-1705 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1705 .wpb_content_element .wpb_accordion_header a,
.postid-1705 #nm-shop-search-close,
.postid-1705 .woocommerce-breadcrumb,
.postid-1705 .nm-single-product-menu a,
.postid-1705 .star-rating:before,
.postid-1705 .woocommerce-tabs .tabs li a,
.postid-1705 .product_meta span.sku,
.postid-1705 .product_meta a,
.postid-1705 .nm-post-meta,
.postid-1705 .nm-post-pagination a .short-title,
.postid-1705 .commentlist > li .comment-text .meta time,
.postid-1705 .nm-quantity-wrap .qty,
.postid-1705 #nm-header,
.postid-1705 .nm-page-wrap-inner,
.postid-1705 .vc_toggle_title i,
.postid-1705 #nm-wishlist-empty p.icon i,
.postid-1705 h1,
.postid-1705 .mfp-close,
.postid-1705 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1705 .vc_pie_chart .vc_pie_chart_value,
.postid-1705 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1705 .nm-testimonial-description,
.postid-1705 .form-row label,
.postid-1705 .woocommerce-form__label,
.postid-1705 #nm-shop-search-close:hover,
.postid-1705 .nm-shop-loop-actions > a,
.postid-1705 .nm-shop-loop-actions > a:active,
.postid-1705 .nm-shop-loop-actions > a:focus,
.postid-1705 .nm-infload-controls a,
.postid-1705 .woocommerce-breadcrumb a,
.postid-1705 .woocommerce-breadcrumb span,
.postid-1705 .variations,
.postid-1705 .woocommerce-grouped-product-list-item__label a,
.postid-1705 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1705 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1705 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1705 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1705 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1705 .woocommerce-tabs .tabs li.active a,
.postid-1705 .shop_attributes th,
.product_meta,
.postid-1705 .shop_table.cart .nm-product-details a,
.postid-1705 .shop_table.cart .product-quantity,
.postid-1705 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1705 .shop_table.cart .product-remove a,
.postid-1705 .cart-collaterals,
.postid-1705 .nm-cart-empty,
.postid-1705 #order_review .shop_table,
.postid-1705 #payment .payment_methods li label,
.postid-1705 .woocommerce-thankyou-order-details li strong,
.postid-1705 .wc-bacs-bank-details li strong,
.postid-1705 .nm-MyAccount-user-info .nm-username strong,
.postid-1705 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1705 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1705 .woocommerce-table--order-details,
.postid-1705 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1705 .nm-blog-heading h1 strong,
.postid-1705 .nm-post-header .nm-post-meta a,
.postid-1705 .nm-post-pagination a,
.postid-1705 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1705 .comment-form p label,
.entry-content strong,
.postid-1705 blockquote,
blockquote p,
.postid-1705 .widget_search button,
.postid-1705 .widget_product_search #searchsubmit,
.postid-1705 .widget_recent_comments ul li .comment-author-link,
.postid-1705 .widget_recent_comments ul li:before,.postid-1705 .nm-product-summary-inner-col .product .summary .price .amount,
/* Estilos para la página 1615 (Duplicado de la 1611) */
.postid-1704 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1704 .wpb_content_element .wpb_accordion_header a,
.postid-1704 #nm-shop-search-close,
.postid-1704 .woocommerce-breadcrumb,
.postid-1704 .nm-single-product-menu a,
.postid-1704 .star-rating:before,
.postid-1704 .woocommerce-tabs .tabs li a,
.postid-1704 .product_meta span.sku,
.postid-1704 .product_meta a,
.postid-1704 .nm-post-meta,
.postid-1704 .nm-post-pagination a .short-title,
.postid-1704 .commentlist > li .comment-text .meta time,
.postid-1704 .nm-quantity-wrap .qty,
.postid-1704 #nm-header,
.postid-1704 .nm-page-wrap-inner,
.postid-1704 .vc_toggle_title i,
.postid-1704 #nm-wishlist-empty p.icon i,
.postid-1704 h1,
.postid-1704 .mfp-close,
.postid-1704 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1704 .vc_pie_chart .vc_pie_chart_value,
.postid-1704 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1704 .nm-testimonial-description,
.postid-1704 .form-row label,
.postid-1704 .woocommerce-form__label,
.postid-1704 #nm-shop-search-close:hover,
.postid-1704 .nm-shop-loop-actions > a,
.postid-1704 .nm-shop-loop-actions > a:active,
.postid-1704 .nm-shop-loop-actions > a:focus,
.postid-1704 .nm-infload-controls a,
.postid-1704 .woocommerce-breadcrumb a,
.postid-1704 .woocommerce-breadcrumb span,
.postid-1704 .variations,
.postid-1704 .woocommerce-grouped-product-list-item__label a,
.postid-1704 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1704 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1704 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1704 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1704 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1704 .woocommerce-tabs .tabs li.active a,
.postid-1704 .shop_attributes th,
.product_meta,
.postid-1704 .shop_table.cart .nm-product-details a,
.postid-1704 .shop_table.cart .product-quantity,
.postid-1704 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1704 .shop_table.cart .product-remove a,
.postid-1704 .cart-collaterals,
.postid-1704 .nm-cart-empty,
.postid-1704 #order_review .shop_table,
.postid-1704 #payment .payment_methods li label,
.postid-1704 .woocommerce-thankyou-order-details li strong,
.postid-1704 .wc-bacs-bank-details li strong,
.postid-1704 .nm-MyAccount-user-info .nm-username strong,
.postid-1704 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1704 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1704 .woocommerce-table--order-details,
.postid-1704 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1704 .nm-blog-heading h1 strong,
.postid-1704 .nm-post-header .nm-post-meta a,
.postid-1704 .nm-post-pagination a,
.postid-1704 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1704 .comment-form p label,
.entry-content strong,
.postid-1704 blockquote,
blockquote p,
.postid-1704 .widget_search button,
.postid-1704 .widget_product_search #searchsubmit,
.postid-1704 .widget_recent_comments ul li .comment-author-link,
.postid-1704 .widget_recent_comments ul li:before,.postid-1704 .nm-product-summary-inner-col .product .summary .price .amount {
    color: var(--argia);
}


/* Estilos para la página 1615 (Duplicado de la 1611) */
.postid-1615 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1615 .wpb_content_element .wpb_accordion_header a,
.postid-1615 #nm-shop-search-close,
.postid-1615 .woocommerce-breadcrumb,
.postid-1615 .nm-single-product-menu a,
.postid-1615 .star-rating:before,
.postid-1615 .woocommerce-tabs .tabs li a,
.postid-1615 .product_meta span.sku,
.postid-1615 .product_meta a,
.postid-1615 .nm-post-meta,
.postid-1615 .nm-post-pagination a .short-title,
.postid-1615 .commentlist > li .comment-text .meta time,
.postid-1615 .nm-quantity-wrap .qty,
.postid-1615 #nm-header,
.postid-1615 .nm-page-wrap-inner,
.postid-1615 .vc_toggle_title i,
.postid-1615 #nm-wishlist-empty p.icon i,
.postid-1615 h1,
.postid-1615 .mfp-close,
.postid-1615 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1615 .vc_pie_chart .vc_pie_chart_value,
.postid-1615 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1615 .nm-testimonial-description,
.postid-1615 .form-row label,
.postid-1615 .woocommerce-form__label,
.postid-1615 #nm-shop-search-close:hover,
.postid-1615 .nm-shop-loop-actions > a,
.postid-1615 .nm-shop-loop-actions > a:active,
.postid-1615 .nm-shop-loop-actions > a:focus,
.postid-1615 .nm-infload-controls a,
.postid-1615 .woocommerce-breadcrumb a,
.postid-1615 .woocommerce-breadcrumb span,
.postid-1615 .variations,
.postid-1615 .woocommerce-grouped-product-list-item__label a,
.postid-1615 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1615 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1615 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1615 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1615 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1615 .woocommerce-tabs .tabs li.active a,
.postid-1615 .shop_attributes th,
.product_meta,
.postid-1615 .shop_table.cart .nm-product-details a,
.postid-1615 .shop_table.cart .product-quantity,
.postid-1615 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1615 .shop_table.cart .product-remove a,
.postid-1615 .cart-collaterals,
.postid-1615 .nm-cart-empty,
.postid-1615 #order_review .shop_table,
.postid-1615 #payment .payment_methods li label,
.postid-1615 .woocommerce-thankyou-order-details li strong,
.postid-1615 .wc-bacs-bank-details li strong,
.postid-1615 .nm-MyAccount-user-info .nm-username strong,
.postid-1615 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1615 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1615 .woocommerce-table--order-details,
.postid-1615 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1615 .nm-blog-heading h1 strong,
.postid-1615 .nm-post-header .nm-post-meta a,
.postid-1615 .nm-post-pagination a,
.postid-1615 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1615 .comment-form p label,
.entry-content strong,
.postid-1615 blockquote,
blockquote p,
.postid-1615 .widget_search button,
.postid-1615 .widget_product_search #searchsubmit,
.postid-1615 .widget_recent_comments ul li .comment-author-link,
.postid-1615 .widget_recent_comments ul li:before,.postid-1615 .nm-product-summary-inner-col .product .summary .price .amount,
/* Estilos para la página 1615 (Duplicado de la 1611) */
.postid-1633 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1633 .wpb_content_element .wpb_accordion_header a,
.postid-1633 #nm-shop-search-close,
.postid-1633 .woocommerce-breadcrumb,
.postid-1633 .nm-single-product-menu a,
.postid-1633 .star-rating:before,
.postid-1633 .woocommerce-tabs .tabs li a,
.postid-1633 .product_meta span.sku,
.postid-1633 .product_meta a,
.postid-1633 .nm-post-meta,
.postid-1633 .nm-post-pagination a .short-title,
.postid-1633 .commentlist > li .comment-text .meta time,
.postid-1633 .nm-quantity-wrap .qty,
.postid-1633 #nm-header,
.postid-1633 .nm-page-wrap-inner,
.postid-1633 .vc_toggle_title i,
.postid-1633 #nm-wishlist-empty p.icon i,
.postid-1633 h1,
.postid-1633 .mfp-close,
.postid-1633 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1633 .vc_pie_chart .vc_pie_chart_value,
.postid-1633 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1633 .nm-testimonial-description,
.postid-1633 .form-row label,
.postid-1633 .woocommerce-form__label,
.postid-1633 #nm-shop-search-close:hover,
.postid-1633 .nm-shop-loop-actions > a,
.postid-1633 .nm-shop-loop-actions > a:active,
.postid-1633 .nm-shop-loop-actions > a:focus,
.postid-1633 .nm-infload-controls a,
.postid-1633 .woocommerce-breadcrumb a,
.postid-1633 .woocommerce-breadcrumb span,
.postid-1633 .variations,
.postid-1633 .woocommerce-grouped-product-list-item__label a,
.postid-1633 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1633 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1633 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1633 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1633 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1633 .woocommerce-tabs .tabs li.active a,
.postid-1633 .shop_attributes th,
.product_meta,
.postid-1633 .shop_table.cart .nm-product-details a,
.postid-1633 .shop_table.cart .product-quantity,
.postid-1633 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1633 .shop_table.cart .product-remove a,
.postid-1633 .cart-collaterals,
.postid-1633 .nm-cart-empty,
.postid-1633 #order_review .shop_table,
.postid-1633 #payment .payment_methods li label,
.postid-1633 .woocommerce-thankyou-order-details li strong,
.postid-1633 .wc-bacs-bank-details li strong,
.postid-1633 .nm-MyAccount-user-info .nm-username strong,
.postid-1633 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1633 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1633 .woocommerce-table--order-details,
.postid-1633 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1633 .nm-blog-heading h1 strong,
.postid-1633 .nm-post-header .nm-post-meta a,
.postid-1633 .nm-post-pagination a,
.postid-1633 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1633 .comment-form p label,
.entry-content strong,
.postid-1633 blockquote,
blockquote p,
.postid-1633 .widget_search button,
.postid-1633 .widget_product_search #searchsubmit,
.postid-1633 .widget_recent_comments ul li .comment-author-link,
.postid-1633 .widget_recent_comments ul li:before,.postid-1633 .nm-product-summary-inner-col .product .summary .price .amount {
    color: var(--argia);
}


/* Estilos para la página 1615 (Duplicado de la 1611) */
.postid-1630 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1630 .wpb_content_element .wpb_accordion_header a,
.postid-1630 #nm-shop-search-close,
.postid-1630 .woocommerce-breadcrumb,
.postid-1630 .nm-single-product-menu a,
.postid-1630 .star-rating:before,
.postid-1630 .woocommerce-tabs .tabs li a,
.postid-1630 .product_meta span.sku,
.postid-1630 .product_meta a,
.postid-1630 .nm-post-meta,
.postid-1630 .nm-post-pagination a .short-title,
.postid-1630 .commentlist > li .comment-text .meta time,
.postid-1630 .nm-quantity-wrap .qty,
.postid-1630 #nm-header,
.postid-1630 .nm-page-wrap-inner,
.postid-1630 .vc_toggle_title i,
.postid-1630 #nm-wishlist-empty p.icon i,
.postid-1630 h1,
.postid-1630 .mfp-close,
.postid-1630 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1630 .vc_pie_chart .vc_pie_chart_value,
.postid-1630 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1630 .nm-testimonial-description,
.postid-1630 .form-row label,
.postid-1630 .woocommerce-form__label,
.postid-1630 #nm-shop-search-close:hover,
.postid-1630 .nm-shop-loop-actions > a,
.postid-1630 .nm-shop-loop-actions > a:active,
.postid-1630 .nm-shop-loop-actions > a:focus,
.postid-1630 .nm-infload-controls a,
.postid-1630 .woocommerce-breadcrumb a,
.postid-1630 .woocommerce-breadcrumb span,
.postid-1630 .variations,
.postid-1630 .woocommerce-grouped-product-list-item__label a,
.postid-1630 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1630 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1630 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1630 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1630 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1630 .woocommerce-tabs .tabs li.active a,
.postid-1630 .shop_attributes th,
.product_meta,
.postid-1630 .shop_table.cart .nm-product-details a,
.postid-1630 .shop_table.cart .product-quantity,
.postid-1630 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1630 .shop_table.cart .product-remove a,
.postid-1630 .cart-collaterals,
.postid-1630 .nm-cart-empty,
.postid-1630 #order_review .shop_table,
.postid-1630 #payment .payment_methods li label,
.postid-1630 .woocommerce-thankyou-order-details li strong,
.postid-1630 .wc-bacs-bank-details li strong,
.postid-1630 .nm-MyAccount-user-info .nm-username strong,
.postid-1630 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1630 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1630 .woocommerce-table--order-details,
.postid-1630 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1630 .nm-blog-heading h1 strong,
.postid-1630 .nm-post-header .nm-post-meta a,
.postid-1630 .nm-post-pagination a,
.postid-1630 .commentlist > li .comment-text .meta strong,
.postid-1630 > li .comment-text .meta strong a,
.postid-1630 .comment-form p label,
.entry-content strong,
.postid-1630 blockquote,
blockquote p,
.postid-1630 .widget_search button,
.postid-1630 .widget_product_search #searchsubmit,
.postid-1630 .widget_recent_comments ul li .comment-author-link,
.postid-1630 .widget_recent_comments ul li:before,.postid-1630 .nm-product-summary-inner-col .product .summary .price .amount,
/* Estilos para la página 1615 (Duplicado de la 1611) */
.postid-1621 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1621 .wpb_content_element .wpb_accordion_header a,
.postid-1621 #nm-shop-search-close,
.postid-1621 .woocommerce-breadcrumb,
.postid-1621 .nm-single-product-menu a,
.postid-1621 .star-rating:before,
.postid-1621 .woocommerce-tabs .tabs li a,
.postid-1621 .product_meta span.sku,
.postid-1621 .product_meta a,
.postid-1621 .nm-post-meta,
.postid-1621 .nm-post-pagination a .short-title,
.postid-1621 .commentlist > li .comment-text .meta time,
.postid-1621 .nm-quantity-wrap .qty,
.postid-1621 #nm-header,
.postid-1621 .nm-page-wrap-inner,
.postid-1621 .vc_toggle_title i,
.postid-1621 #nm-wishlist-empty p.icon i,
.postid-1621 h1,
.postid-1621 .mfp-close,
.postid-1621 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1621 .vc_pie_chart .vc_pie_chart_value,
.postid-1621 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1621 .nm-testimonial-description,
.postid-1621 .form-row label,
.postid-1621 .woocommerce-form__label,
.postid-1621 #nm-shop-search-close:hover,
.postid-1621 .nm-shop-loop-actions > a,
.postid-1621 .nm-shop-loop-actions > a:active,
.postid-1621 .nm-shop-loop-actions > a:focus,
.postid-1621 .nm-infload-controls a,
.postid-1621 .woocommerce-breadcrumb a,
.postid-1621 .woocommerce-breadcrumb span,
.postid-1621 .variations,
.postid-1621 .woocommerce-grouped-product-list-item__label a,
.postid-1621 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1621 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1621 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1621 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1621 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1621 .woocommerce-tabs .tabs li.active a,
.postid-1621 .shop_attributes th,
.product_meta,
.postid-1621 .shop_table.cart .nm-product-details a,
.postid-1621 .shop_table.cart .product-quantity,
.postid-1621 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1621 .shop_table.cart .product-remove a,
.postid-1621 .cart-collaterals,
.postid-1621 .nm-cart-empty,
.postid-1621 #order_review .shop_table,
.postid-1621 #payment .payment_methods li label,
.postid-1621 .woocommerce-thankyou-order-details li strong,
.postid-1621 .wc-bacs-bank-details li strong,
.postid-1621 .nm-MyAccount-user-info .nm-username strong,
.postid-1621 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1621 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1621 .woocommerce-table--order-details,
.postid-1621 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1621 .nm-blog-heading h1 strong,
.postid-1621 .nm-post-header .nm-post-meta a,
.postid-1621 .nm-post-pagination a,
.postid-1621 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1621 .comment-form p label,
.entry-content strong,
.postid-1621 blockquote,
blockquote p,
.postid-1621 .widget_search button,
.postid-1621 .widget_product_search #searchsubmit,
.postid-1621 .widget_recent_comments ul li .comment-author-link,
.postid-1621 .widget_recent_comments ul li:before,.postid-1621 .nm-product-summary-inner-col .product .summary .price .amount {
    color: var(--argia);
}



/* --- Estilos para ID 1622 y ID 1628 --- */

/* Pestañas y Acordeones */
.postid-1622 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1628 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1622 .wpb_content_element .wpb_accordion_header a,
.postid-1628 .wpb_content_element .wpb_accordion_header a,
.postid-1622 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1628 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1622 .woocommerce-tabs .tabs li a,
.postid-1628 .woocommerce-tabs .tabs li a,
.postid-1622 .woocommerce-tabs .tabs li.active a,
.postid-1628 .woocommerce-tabs .tabs li.active a,

/* Elementos de Navegación y Cabecera */
.postid-1622 #nm-shop-search-close,
.postid-1628 #nm-shop-search-close,
.postid-1622 #nm-shop-search-close:hover,
.postid-1628 #nm-shop-search-close:hover,
.postid-1622 .woocommerce-breadcrumb,
.postid-1628 .woocommerce-breadcrumb,
.postid-1622 .woocommerce-breadcrumb a,
.postid-1628 .woocommerce-breadcrumb a,
.postid-1622 .woocommerce-breadcrumb span,
.postid-1628 .woocommerce-breadcrumb span,
.postid-1622 #nm-header,
.postid-1628 #nm-header,
.postid-1622 .nm-page-wrap-inner,
.postid-1628 .nm-page-wrap-inner,
.postid-1622 h1,
.postid-1628 h1,

/* Producto y Tienda */
.postid-1622 .nm-single-product-menu a,
.postid-1628 .nm-single-product-menu a,
.postid-1622 .star-rating:before,
.postid-1628 .star-rating:before,
.postid-1622 .product_meta span.sku,
.postid-1628 .product_meta span.sku,
.postid-1622 .product_meta a,
.postid-1628 .product_meta a,
.postid-1622 .nm-quantity-wrap .qty,
.postid-1628 .nm-quantity-wrap .qty,
.postid-1622 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1628 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1622 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1628 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1622 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1628 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1622 .nm-shop-loop-actions > a,
.postid-1628 .nm-shop-loop-actions > a,
.postid-1622 .nm-shop-loop-actions > a:active,
.postid-1628 .nm-shop-loop-actions > a:active,
.postid-1622 .nm-shop-loop-actions > a:focus,
.postid-1628 .nm-shop-loop-actions > a:focus,
.postid-1622 .variations,
.postid-1628 .variations,
.postid-1622 .woocommerce-grouped-product-list-item__label a,
.postid-1628 .woocommerce-grouped-product-list-item__label a,
.postid-1622 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1628 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1622 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1628 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1622 .shop_attributes th,
.postid-1628 .shop_attributes th,
.postid-1622 .nm-product-summary-inner-col .product .summary .price .amount,
.postid-1628 .nm-product-summary-inner-col .product .summary .price .amount,

/* Carrito y Checkout */
.postid-1622 .shop_table.cart .nm-product-details a,
.postid-1628 .shop_table.cart .nm-product-details a,
.postid-1622 .shop_table.cart .product-quantity,
.postid-1628 .shop_table.cart .product-quantity,
.postid-1622 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1628 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1622 .shop_table.cart .product-remove a,
.postid-1628 .shop_table.cart .product-remove a,
.postid-1622 .cart-collaterals,
.postid-1628 .cart-collaterals,
.postid-1622 .nm-cart-empty,
.postid-1628 .nm-cart-empty,
.postid-1622 #order_review .shop_table,
.postid-1628 #order_review .shop_table,
.postid-1622 #payment .payment_methods li label,
.postid-1628 #payment .payment_methods li label,
.postid-1622 .woocommerce-thankyou-order-details li strong,
.postid-1628 .woocommerce-thankyou-order-details li strong,
.postid-1622 .wc-bacs-bank-details li strong,
.postid-1628 .wc-bacs-bank-details li strong,
.postid-1622 .woocommerce-table--order-details,
.postid-1628 .woocommerce-table--order-details,

/* Mi Cuenta y Wishlist */
.postid-1622 .nm-MyAccount-user-info .nm-username strong,
.postid-1628 .nm-MyAccount-user-info .nm-username strong,
.postid-1622 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1628 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1622 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1628 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1622 #nm-wishlist-empty p.icon i,
.postid-1628 #nm-wishlist-empty p.icon i,
.postid-1622 #nm-wishlist-empty .note i,
.postid-1628 #nm-wishlist-empty .note i,

/* Blog, Posts y Comentarios */
.postid-1622 .nm-post-meta,
.postid-1628 .nm-post-meta,
.postid-1622 .nm-post-pagination a .short-title,
.postid-1628 .nm-post-pagination a .short-title,
.postid-1622 .nm-post-pagination a,
.postid-1628 .nm-post-pagination a,
.postid-1622 .nm-blog-heading h1 strong,
.postid-1628 .nm-blog-heading h1 strong,
.postid-1622 .nm-post-header .nm-post-meta a,
.postid-1628 .nm-post-header .nm-post-meta a,
.postid-1622 .commentlist > li .comment-text .meta time,
.postid-1628 .commentlist > li .comment-text .meta time,
.postid-1622 .commentlist > li .comment-text .meta strong,
.postid-1628 .commentlist > li .comment-text .meta strong,
.postid-1622 .comment-form p label,
.postid-1628 .comment-form p label,
.postid-1622 .nm-infload-controls a,
.postid-1628 .nm-infload-controls a,

/* Widgets y Varios */
.postid-1622 .vc_toggle_title i,
.postid-1628 .vc_toggle_title i,
.postid-1622 .mfp-close,
.postid-1628 .mfp-close,
.postid-1622 .vc_pie_chart .vc_pie_chart_value,
.postid-1628 .vc_pie_chart .vc_pie_chart_value,
.postid-1622 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1628 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1622 .nm-testimonial-description,
.postid-1628 .nm-testimonial-description,
.postid-1622 .form-row label,
.postid-1628 .form-row label,
.postid-1622 .woocommerce-form__label,
.postid-1628 .woocommerce-form__label,
.postid-1622 .widget_search button,
.postid-1628 .widget_search button,
.postid-1622 .widget_product_search #searchsubmit,
.postid-1628 .widget_product_search #searchsubmit,
.postid-1622 .widget_recent_comments ul li .comment-author-link,
.postid-1628 .widget_recent_comments ul li .comment-author-link,
.postid-1622 .widget_recent_comments ul li:before,
.postid-1628 .widget_recent_comments ul li:before,
.postid-1622 blockquote,
.postid-1628 blockquote{
    color: var(--argia);
}


.postid-1620 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1620 .wpb_content_element .wpb_accordion_header a,
.postid-1620 #nm-shop-search-close,
.postid-1620 .woocommerce-breadcrumb,
.postid-1620 .nm-single-product-menu a,
.postid-1620 .star-rating:before,
.postid-1620 .woocommerce-tabs .tabs li a,
.postid-1620 .product_meta span.sku,
.postid-1620 .product_meta a,
.postid-1620 .nm-post-meta,
.postid-1620 .nm-post-pagination a .short-title,
.postid-1620 .commentlist > li .comment-text .meta time,
.postid-1620 .nm-quantity-wrap .qty,
.postid-1620 #nm-header,
.postid-1620 .nm-page-wrap-inner,
.postid-1620 .vc_toggle_title i,
.postid-1620 #nm-wishlist-empty p.icon i,
.postid-1620 h1,
.postid-1620 .mfp-close,
.postid-1620 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1620 .vc_pie_chart .vc_pie_chart_value,
.postid-1620 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1620 .nm-testimonial-description,
.postid-1620 .form-row label,
.postid-1620 .woocommerce-form__label,
.postid-1620 #nm-shop-search-close:hover,
.postid-1620 .nm-shop-loop-actions > a,
.postid-1620 .nm-shop-loop-actions > a:active,
.postid-1620 .nm-shop-loop-actions > a:focus,
.postid-1620 .nm-infload-controls a,
.postid-1620 .woocommerce-breadcrumb a,
.postid-1620 .woocommerce-breadcrumb span,
.postid-1620 .variations,
.postid-1620 .woocommerce-grouped-product-list-item__label a,
.postid-1620 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1620 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1620 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1620 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1620 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1620 .woocommerce-tabs .tabs li.active a,
.postid-1620 .shop_attributes th,
.product_meta,
.postid-1620 .shop_table.cart .nm-product-details a,
.postid-1620 .shop_table.cart .product-quantity,
.postid-1620 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1620 .shop_table.cart .product-remove a,
.postid-1620 .cart-collaterals,
.postid-1620 .nm-cart-empty,
.postid-1620 #order_review .shop_table,
.postid-1620 #payment .payment_methods li label,
.postid-1620 .woocommerce-thankyou-order-details li strong,
.postid-1620 .wc-bacs-bank-details li strong,
.postid-1620 .nm-MyAccount-user-info .nm-username strong,
.postid-1620 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1620 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1620 .woocommerce-table--order-details,
.postid-1620 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1620 .nm-blog-heading h1 strong,
.postid-1620 .nm-post-header .nm-post-meta a,
.postid-1620 .nm-post-pagination a,
.postid-1620 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1620 .comment-form p label,
.entry-content strong,
.postid-1620 blockquote,
blockquote p,
.postid-1620 .widget_search button,
.postid-1620 .widget_product_search #searchsubmit,
.postid-1620 .widget_recent_comments ul li .comment-author-link,
.postid-1620 .widget_recent_comments ul li:before,
.postid-1620 .nm-product-summary-inner-col .product .summary .price .amount {
    color: var(--argia);
}
.postid-1632 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.postid-1632 .wpb_content_element .wpb_accordion_header a,
.postid-1632 #nm-shop-search-close,
.postid-1632 .woocommerce-breadcrumb,
.postid-1632 .nm-single-product-menu a,
.postid-1632 .star-rating:before,
.postid-1632 .woocommerce-tabs .tabs li a,
.postid-1632 .product_meta span.sku,
.postid-1632 .product_meta a,
.postid-1632 .nm-post-meta,
.postid-1632 .nm-post-pagination a .short-title,
.postid-1632 .commentlist > li .comment-text .meta time,
.postid-1632 .nm-quantity-wrap .qty,
.postid-1632 #nm-header,
.postid-1632 .nm-page-wrap-inner,
.postid-1632 .vc_toggle_title i,
.postid-1632 #nm-wishlist-empty p.icon i,
.postid-1632 h1,
.postid-1632 .mfp-close,
.postid-1632 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
.postid-1632 .vc_pie_chart .vc_pie_chart_value,
.postid-1632 .vc_progress_bar .vc_single_bar .vc_label .vc_label_units,
.postid-1632 .nm-testimonial-description,
.postid-1632 .form-row label,
.postid-1632 .woocommerce-form__label,
.postid-1632 #nm-shop-search-close:hover,
.postid-1632 .nm-shop-loop-actions > a,
.postid-1632 .nm-shop-loop-actions > a:active,
.postid-1632 .nm-shop-loop-actions > a:focus,
.postid-1632 .nm-infload-controls a,
.postid-1632 .woocommerce-breadcrumb a,
.postid-1632 .woocommerce-breadcrumb span,
.postid-1632 .variations,
.postid-1632 .woocommerce-grouped-product-list-item__label a,
.postid-1632 .woocommerce-grouped-product-list-item__price ins .amount,
.postid-1632 .woocommerce-grouped-product-list-item__price > .amount,
.postid-1632 .nm-quantity-wrap .quantity .nm-qty-minus,
.postid-1632 .nm-quantity-wrap .quantity .nm-qty-plus,
.postid-1632 .product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev),
.postid-1632 .woocommerce-tabs .tabs li.active a,
.postid-1632 .shop_attributes th,
.product_meta,
.postid-1632 .shop_table.cart .nm-product-details a,
.postid-1632 .shop_table.cart .product-quantity,
.postid-1632 .shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.postid-1632 .shop_table.cart .product-remove a,
.postid-1632 .cart-collaterals,
.postid-1632 .nm-cart-empty,
.postid-1632 #order_review .shop_table,
.postid-1632 #payment .payment_methods li label,
.postid-1632 .woocommerce-thankyou-order-details li strong,
.postid-1632 .wc-bacs-bank-details li strong,
.postid-1632 .nm-MyAccount-user-info .nm-username strong,
.postid-1632 .woocommerce-MyAccount-navigation ul li a:hover,
.postid-1632 .woocommerce-MyAccount-navigation ul li.is-active a,
.postid-1632 .woocommerce-table--order-details,
.postid-1632 #nm-wishlist-empty .note i,
a.dark,
a:hover,
.postid-1632 .nm-blog-heading h1 strong,
.postid-1632 .nm-post-header .nm-post-meta a,
.postid-1632 .nm-post-pagination a,
.postid-1632 .commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a,
.postid-1632 .comment-form p label,
.entry-content strong,
.postid-1632 blockquote,
blockquote p,
.postid-1632 .widget_search button,
.postid-1632 .widget_product_search #searchsubmit,
.postid-1632 .widget_recent_comments ul li .comment-author-link,
.postid-1632 .widget_recent_comments ul li:before,
.postid-1632 .nm-product-summary-inner-col .product .summary .price .amount {
    color: var(--argia);
}


.postid-1615 .product .summary .price .amount,.postid-1615 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}

.postid-1633 .product .summary .price .amount,.postid-1633 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}
.postid-1632 .product .summary .price .amount,.postid-1632 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}

.postid-1620 .product .summary .price .amount,.postid-1620 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}

.postid-1622 .product .summary .price .amount,.postid-1622 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}
.postid-1628 .product .summary .price .amount,.postid-1628 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}

.postid-1621 .product .summary .price .amount,.postid-1621 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}

.postid-1634 .product .summary .price .amount,.postid-1634 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}


.postid-1704 .product .summary .price .amount,.postid-1704 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}
.postid-1705 .product .summary .price .amount,.postid-1705 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}

.postid-1630 .product .summary .price .amount,.postid-1630 .summary .woocommerce-price-suffix{
    color: var(--argia)!important;
}


.nm-menu-cart{
    margin-left: auto;
    margin-right: 20px;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
}

.hizkuntza{
    align-self: center;
    justify-self: center;
    margin-right: 20px;
}
.hizkuntza li a{
    color: var(--iluna);
    text-transform: uppercase;
    text-transform: uppercase;
}

.postid-1615 .product .summary .button,.postid-1633 .product .summary .button{
    background: var(--argia);
    color: var(--iluna);
}

.postid-1630 #nm-summary-pin,.postid-1621 #nm-summary-pin,.postid-1611 #nm-summary-pin,.postid-1615 #nm-summary-pin,.postid-1634 #nm-summary-pin,.postid-1633 #nm-summary-pin,.postid-1632 #nm-summary-pin,.postid-1632 #nm-summary-pin,.postid-1620 #nm-summary-pin,.postid-1620 #nm-summary-pin,.postid-1628 #nm-summary-pin,.postid-1622 #nm-summary-pin{
    border-color:var(--argia)!important ;
}


.postid-1704 svg path,.postid-1704 svg polygon,.postid-1705 svg path,.postid-1705 svg polygon,.postid-1630 svg path,.postid-1630 svg polygon,.postid-1621 svg path,.postid-1621 svg polygon,.postid-1611 svg path,.postid-1611 svg polygon,.postid-1615 svg path,.postid-1615 svg polygon,.postid-1633 svg path,.postid-1633 svg polygon,.postid-1634 svg path,.postid-1634 svg polygon,.postid-1632 svg path,.postid-1632 svg polygon,.postid-1620 svg path,.postid-1620 svg polygon,.postid-1628 svg path,.postid-1628 svg polygon,.postid-1622 svg path,.postid-1622 svg polygon{
    fill:var(--argia)!important;

}



.postid-1705 .menu a,.postid-1704 .menu a,.postid-1630 .menu a,.postid-1621 .menu a,.postid-1611 .menu a,.postid-1615 .menu a,.postid-1633 .menu a,.postid-1634 .menu a,.postid-1632 .menu a,.postid-1620 .menu a,.postid-1628 .menu a,.postid-1622 .menu a{
    color: var(--argia);
}

.postid-1705 .menu a.aktiboa,.postid-1704 .menu a.aktiboa,.postid-1704 .menu a:hover,.postid-1705 .menu a:hover,.postid-1630 .menu a:hover,.postid-1621 .menu a.aktiboa,.postid-1628 .menu a:hover,.postid-1622 .menu a.aktiboa,.postid-1620 .menu a:hover,.postid-1620 .menu a.aktiboa,.postid-1634 .menu a:hover,.postid-1634 .menu a.aktiboa,.postid-1611 .menu a:hover,.postid-1611 .menu a.aktiboa,.postid-1615 .menu a:hover,.postid-1615 .menu a.aktiboa,.postid-1633 .menu a:hover,.postid-1633 .menu a.aktiboa,.postid-1632 .menu a:hover,.postid-1632 .menu a.aktiboa{
    color:var(--iluna);

}











.nm-blog-categories .nm-row{
    padding: 0;
}
.nm-shop-loop-thumbnail{
    border-radius: 10px;
}

.woocommerce-loop-product__title {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: inherit;
    margin: 0;
    padding-right: 32px;
    color: var(--iluna);
    font-family: 'Tituluak';

}



#nm-header{
        display: flex!important;
        padding: 0!important;
    border-bottom: 1.5px solid!important;
    border-top: 1.5px solid!important;
    font-family: 'Textua';
}
.menu{
    padding: 0px;
    display: flex;

}

.menu a{
    color: var(--iluna);
    padding: 0 40px;
    transition: all 0.3s ease;
}

.header-logoa:hover,.header-logoa.aktiboa{
        background: var(--lizudaberri);

}
.menu a.aktiboa,.menu a:hover{
    background: var(--lizudaberri);
}

.header-helbidea{
        border-left: 1.5px solid;
    border-right: 1.5px solid;
    padding: 0 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.header-logoa{
    display: flex;
}
.header-logoa svg{    padding: 10px;
    width: 250px;
    }
    .header-logoa.aktiboa svg{
        background: #F3D44C;
    }


.nm-page-default.nm-row{
        padding: 20px;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 100%;
}
.home-slide{
        padding: 40px;
}
.home-text-blok{
        width: 100%;
    display: flex
;
}
.home-text{
    font-family: 'Textua';
    font-size: 16px;
    color: var(--iluna);
    flex-basis: 50%;
    padding: 40px;
}

.home-text-dest{
        font-size: 23px;
}
.home-text-normal{
        display: flex
;
    gap: 40px;
}

.home-text-image{
        flex-basis: 50%;
}

.home-text-normal{
        flex-basis: 50%;
}
.peso-producto{
        position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    color: var(--iluna);
    padding: 0;
    font-size: 15px;
    z-index: 10;
    font-family: 'Textua';
}

.woocommerce-product-gallery__image img{
    border-radius: 10px;
    border:2px solid var(--iluna);
}
#nm-summary-pin{
    border: 2px solid var(--iluna);
    /* display: block; */
    padding: 0;
    /* margin: auto; */
    align-items: center;
    /* justify-content: center; */
    border-radius: 20px;
    color: var(--iluna);
    margin-top:20px;
}
.product .summary form.cart{
        padding: 20px;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;

}
.product .summary .button{
    border-radius: 100px;
}
.nm-product-accordion-heading {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: inherit;
    padding: 12px;
    border-top: 2px solid var(--iluna);
    font-family: 'Textua';
    text-transform: uppercase;
}
.nm-product-accordion-content{
    padding: 15px;
}

.product .summary .product_title {
    font-size: 40px;
    line-height: 100%;
    font-family: 'Tituluak';

}
.nm-product-accordion-heading:after{
    right: 10px;
}

.nm-product-share-wrap.has-share-buttons{
    display: none;
}

.nm-single-product-summary-row.nm-row{
    max-width: 100%;
}

.gallery-col-6 .woocommerce-product-gallery{
    width:70%;
}

.product.thumbnails-vertical.layout-scrolling .summary{
    padding: 0px;
}
.nm-product-summary-inner-col.nm-product-summary-inner-col-1,.woocommerce-product-details__short-description.entry-content{
    padding: 20px;
}
#nm-related .nm-row,.nm-single-product-top .nm-row,#nm-shop-products .nm-row{
    max-width: 100%;
}


.nm-row
{
    max-width: 100%;
}



  .nm-single-product-top{  font-family: 'Textua';
    text-transform: uppercase;}
.upsells h2, .related h2{
        text-align: center;
    font-family: 'Textua';
    text-transform: uppercase;
    color: var(--iluna);
}

.woocommerce-tabs.wc-tabs-wrapper{
    display: none;
}

.acordeon-titulo,.acordeon-contenido-interior,.acordeon-contenido-interior p{
    font-family: 'Textua'!important;
}

.product .summary .button{
    font-family: 'Tituluak';
    background: var(--iluna);
    text-transform: uppercase;
}

           .acordeon-contenido-interior p,.acordeon-contenido-interior li{
                    font-family: 'Textua';
    font-size: 16px;
    color: var(--iluna);
    line-height: 110% !important;
            }
            .producto-info-acordeon {
                margin: 2em 0 0 0;
                border-top: 2px solid var(--iluna);
            }

.producto-info-acordeon .acordeon-item {
 border-bottom: 2px solid var(--iluna);
}

.producto-info-acordeon .acordeon-item:last-child {
  border-bottom: 0;
}


.producto-info-acordeon .acordeon-item:last-child .acordeon-titulo{
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden; /* para que los contenidos no sobresalgan del radio */
}
            .acordeon-titulo {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 15px 10px;
    text-align: left;
    font-size: 1em;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;

                }
            .acordeon-titulo:hover {
                background-color: #f9f9f9;
            }
            .acordeon-titulo::after {
                content: '+';
                font-size: 1.4em;
                line-height: 1;
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                transition: transform 0.3s;
            }
            .acordeon-titulo.activo::after {
                transform: translateY(-50%) rotate(45deg);
            }
            .acordeon-contenido {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.4s ease-in-out;
            }
            .acordeon-contenido-interior {
                padding: 15px;
            }

.producto-info-acordeon:last-child {
  border-bottom: none!important;
}

.nm-quantity-wrap {
    /* flex-basis: 30%; */
    position: relative;
    width: auto;
    text-align: center;
    border:0;
    overflow: hidden;
    flex-basis: auto;
    min-width: 100px;
    margin: auto;
    font-family: 'Textua';
    font-size: 20px;}


   #nm-cart-panel,.theme-savoy .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active input[type="text"], .theme-savoy .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"],.theme-savoy .wc-block-components-totals-wrapper .wc-block-components-totals-item__value, .theme-savoy .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-item__label, .nm-cart-panel-list-wrap,.nm-cart-panel-title,.wc-block-components-form .wc-block-components-checkout-step,.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type{
    font-family: 'Textua';
}
.nm-cart-panel-product-title{
    font-family: 'Tituluak';
}

.theme-savoy .is-medium .wp-block-woocommerce-checkout-order-summary-block, .theme-savoy .is-mobile .wp-block-woocommerce-checkout-order-summary-block, .theme-savoy .is-small .wp-block-woocommerce-checkout-order-summary-block, .theme-savoy .wp-block-woocommerce-checkout-order-summary-block {
    color: var(--iluna);
    border: 2px solid var(--iluna);
    background: var(--argia);
    border-radius: 20px;

}

.theme-savoy .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-step__heading, .theme-savoy .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin: -1px -1px 0 -1px;
    background-color: transparent;
    text-align: center;
    padding: 20px;}

    .wc-block-components-order-summary .wc-block-components-order-summary-item__image{
        padding-bottom:0!important;
    }
    .theme-savoy .wp-block-woocommerce-checkout-order-summary-cart-items-block{
        margin: 0;
        background: var(--argia);
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item{
        padding:10px;
    }

    .nm-shop-loop-thumbnail img,.theme-savoy .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img, .theme-savoy .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img{
        border-radius:10px;
    }

    .theme-savoy .wc-block-components-order-summary .wc-block-components-order-summary-item:not(:first-child), .theme-savoy .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-order-summary-item:not(:first-child){
        border-top:0;
    }

    .theme-savoy .wp-block-woocommerce-checkout-order-summary-coupon-form-block{
            background-color: var(--argia);
    }

    .wc-block-components-totals-coupon__form {
    display: flex
;
    flex-wrap: wrap;
    gap: 0!important;
    margin-bottom: 0;
    border: 2px solid var(--iluna);
    width: 100%;
border-radius: 20px;}


.theme-savoy .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active input[type="text"], .theme-savoy .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"]{
    border-radius: 18px 0 0 18px;
}

.theme-savoy .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active input[type="text"], .theme-savoy .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"]{
    border:0;
}

.theme-savoy .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link).contained{
    min-height:39px;
}


.theme-savoy .wc-blocks-components-select .wc-blocks-components-select__select,.theme-savoy .wc-block-components-form .wc-block-components-text-input input[type="email"], .theme-savoy .wc-block-components-form .wc-block-components-text-input input[type="number"], .theme-savoy .wc-block-components-form .wc-block-components-text-input input[type="tel"], .theme-savoy .wc-block-components-form .wc-block-components-text-input input[type="text"], .theme-savoy .wc-block-components-form .wc-block-components-text-input input[type="url"], .theme-savoy .wc-block-components-text-input input[type="email"], .theme-savoy .wc-block-components-text-input input[type="number"], .theme-savoy .wc-block-components-text-input input[type="tel"], .theme-savoy .wc-block-components-text-input input[type="text"], .theme-savoy .wc-block-components-text-input input[type="url"]{
    border: 1px solid var(--iluna);
    color: var(--iluna);
    border-radius: 15px;
}


.wc-block-components-checkout-place-order-button{
       background: var(--iluna);
    font-family: 'Textua';
    text-transform: uppercase;
 border-radius: 18px!important;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button{
    background: var(--iluna);
    font-family: 'Textua';
    text-transform: uppercase;
        border-radius: 0 18px 18px 0!important;
}


.wc-block-components-checkout-return-to-cart-button {
    font-family: 'Textua';
    text-transform: uppercase;
}

.theme-savoy .wc-block-components-totals-coupon .wc-block-components-panel__button{
        font-family: 'Textua';
    text-transform: uppercase;
}



.woocommerce-product-gallery{
    background: transparent!important;
}
.single-product .nm-page-wrap-inner > .woocommerce-notices-wrapper .nm-shop-notice{
    text-align: right;
}
.wc-block-components-notice-banner span, .nm-shop-notice span {
    color: var(--iluna);
    background: var(--argia);
    padding: 10px 20px;
    border-radius: 20px;
    margin: 0;
}

.posted_in a{
        background: var(--iluna);
    padding: 5px 10px;
    border-radius: 100px;
    margin-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

    .footer-nagusi{
    padding: 20px;
    flex-basis: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
        }
    .mapa-web-1{
        flex-basis: 100%;
    display: flex;
    justify-content: space-around;
    color: var(--iluna);margin-bottom: 50px;
    }
    .mapa-web-2 p{
        margin: 0;font-size: 18px;color: var(--iluna);
    }

@media (max-width: 1080px) {
    .woocommerce-product-gallery .flex-control-thumbs:before{
        background: transparent!important;
    }
    .woocommerce-product-gallery .flex-control-thumbs img{
        border:2px solid var(--iluna);
    }
    #nm-summary-pin{
        margin-top:40px;
    }




.menu a.aktiboa{
    background: transparent;
}
.header-logoa{
        position: relative;
    z-index: 999999999;
}
.pre-2,.pre-1{
    flex-basis: 100%;
}
    .pre-zerbitzuak{
            margin-top: 0;
    padding: 40px 20px;

    }

    .zerbitzua{
        grid-template-columns: 1fr;
            gap: 20px;
    padding: 0 20px;
    }

    .tit-zerb{
        font-size:2.5rem;
    }

    .zerb-text{
        position: unset;
    }




    .home-text-blok{
    display: grid;
    }


    .hasiera-tit{
        font-size: 17vw;
        width: 100%;
    }


    .home-text-normal {
    display: grid;
    gap: 0;
}

.denda-home h2{
    font-size: 2.5rem;
    line-height: 1;
}


}

/* --- VERSION MOVIL (PANTALLA COMPLETA) --- */
@media screen and (max-width: 900px) {
.legal{
        flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 20px;
}
    .mapa-web-1{
            flex-direction: column;
    align-items: center;
    gap: 20px;
}
    
    .mapa-web-3{
            flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }
    
    /* Mostrar botón hamburguesa */
    .hamburger-menu {
        display: block !important;
        z-index: 999999; 
        margin-left: auto;
    }

    /* Ocultar dirección */
    .header-helbidea {
        display: none !important;
    }

    /* --- MENÚ: Contenedor Principal --- */
    .menu {
        /* Posicionamiento */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white !important;
        z-index: 999990;
        
        /* Flexbox para centrar */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        /* TRANSICIÓN SUAVE (Opacidad + Visibilidad) */
        opacity: 0;
        visibility: hidden;
        pointer-events: none; /* Evita clicks cuando está oculto */
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    /* --- ESTADO ABIERTO (.abierto) --- */
    .menu.abierto {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; /* Reactiva los clicks */
    }

    /* Estilos de los enlaces */
    .menu a {
        display: block;
        padding: 20px;
        text-align: center;
        font-size: 1.5rem;
        color: #412815;
        text-decoration: none;
        /* Opcional: una pequeña animación de entrada para los textos */
        opacity: 0;
        transform: translateY(20px);
        transition: 0.4s ease;
    }
    
    /* Cuando el menú se abre, los enlaces suben y aparecen */
    .menu.abierto a {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.2s; /* Un pequeño retraso para que sea elegante */
    }

    /* --- ANIMACIÓN BOTÓN HAMBURGUESA (.activo) --- */
    
    /* Barra superior: baja y rota */
    .hamburger-menu.activo span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    /* Barra central: desaparece */
    .hamburger-menu.activo span:nth-child(2) {
        opacity: 0;
        transform: translateX(10px); /* Un pequeño movimiento lateral al desaparecer */
    }
    
    /* Barra inferior: sube y rota */
    .hamburger-menu.activo span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}



