/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */



/* Importar Inknut Antiqua desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap');

/* Aplicar Inknut Antiqua + semibold (600) a todos los h1 hasta h6 */
h1, h2, h3, h4, h5, h6,
.hero h1, .category-content h2, .products-section h2, 
.clients-section h2, .section-header h2, .footer h3,
.products-section h3, .stores-section h3,
.footer .footer__block__title {
  font-family: 'Inknut Antiqua', serif !important;
  font-weight: 600 !important; /* Semibold */
  letter-spacing: 0.5px; /* Opcional: un toque más elegante */
}
.rich-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .rich-text h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        margin-top: 2.5rem;
    }
}
/* Ajuste solo para móviles (<768px) */
@media (max-width: 767px) {
    .rich-text h2 {
        font-size: 1.6rem;
    }
}
.rich-text .h3, .rich-text h3 {
    font-size: 1.75rem;
    margin-bottom: .75rem;
    margin-top: 0;
}



/*.header-top__left,*/
/*.header-top__right {*/
/*    align-items: center;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    font-weight: 700;*/
/*    padding:4px;*/
/*}*/

/*#contact-link a {*/
/*  color: inherit;*/
/*  margin-right:3px;*/
/*  text-decoration: none;*/
/*  transition: color 0.2s ease;*/
/*}*/

/* Hover SOLO ligeramente más gris */
/*#contact-link a:hover {*/
/*  color: #780D1B !important;*/
/*}*/
.header-top__left,
.header-top__right {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    padding: 4px;
}

#contact-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

#contact-link a {
    display: flex;
    align-items: center;
    color: inherit;
    margin-right: 3px;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1;
}

/* Hover */
#contact-link a:hover {
    color: #780D1B !important;
}

/* SVG fix alineación */
.contact-instagram svg {
    display: block;
}




.header-top {
    background-color: #D4BC73 !important;
}
 #header{   
     background: #ffffff !important;

  transition: transform 0.3s ease;
  will-change: transform;
}

/* OFFCANVAS FULL HEIGHT MOBILE MENU */
.main-menu__offcanvas.offcanvas {
  height: 100vh !important;
  max-height: 100vh;
  /*max-weitch: 60%;*/
}


.main-menu__offcanvas .offcanvas-body,
.main-menu__mobile {
  height: 100%;

}
.main-menu__offcanvas,
.main-menu__mobile,
.menu__list {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.header.header--hidden {
  transform: translateY(-100%);
}


/* Texto de los enlaces del header en blanco SOLO en ordenador (desktop) */
@media (min-width: 992px) { 
  header a:not(.dropdown-item):not(.btn) {
    color: black !important;
    transition: color 0.3s ease;
  }

  header a:not(.dropdown-item):not(.btn):hover {
    color: #D4BC73 !important;
  }
}



/* Menú principal: página activa subrayada en dorado #D4BC73 */
.main-menu__tree__item.current .main-menu__tree__link,
.main-menu__tree__item.current a {
  color: #D4BC73 !important;
  text-decoration: underline !important;
  text-decoration-color: #D4BC73 !important;
  text-decoration-thickness: 2px !important; /* grosor del subrayado, ajusta si quieres más fino */
  text-underline-offset: 8px !important;    /* separación del texto al subrayado */
}

/* Hover también en dorado (opcional, pero queda más profesional) */
.main-menu__tree__item .main-menu__tree__link:hover,
.main-menu__tree__item a:hover {
  color: #D4BC73 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important; /* grosor del subrayado, ajusta si quieres más fino */
  text-underline-offset: 8px !important;
}
 
 
 
 /* Centrar menú principal */
.main-menu {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center;     /* Centra verticalmente (ya estaba) */
}

.main-menu__tree {
  display: flex;
  justify-content: center; /* Asegura que los li estén centrados */
  /*gap: 30px;            */
}

.main-menu__tree__item {
  list-style: none;
}

 



.header-bottom .navbar-brand .logo {
    max-height: inherit;
    width: auto;
    padding: 8px 0px !important;
}

/* Color badge header (carrito / contador) */
.header-block__badge {
  background-color: #620915 !important;
  border-color: #620915 !important;
  color: #ffffff !important;
}




/* BOTON primary con rojo corporativo */
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #620915;
  --bs-btn-border-color: #620915;

  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4e0711;
  --bs-btn-hover-border-color: #4e0711;

  --bs-btn-focus-shadow-rgb: 98, 9, 21;

  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #3f050d;
  --bs-btn-active-border-color: #3f050d;

  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);

  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #620915;
  --bs-btn-disabled-border-color: #620915;
}


/* Override botón outline-primary con rojo corporativo */
.btn-outline-primary {
  --bs-btn-color: #00000;
  --bs-btn-border-color: #620915;

  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #620915;
  --bs-btn-hover-border-color: #620915;

  --bs-btn-focus-shadow-rgb: 98, 9, 21;

  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4e0711;
  --bs-btn-active-border-color: #4e0711;

  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);

  --bs-btn-disabled-color: #620915;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #620915;

  --bs-gradient: none;
}


.badge {
    /*background-color: #620915;*/
    background-color: #D4BC73;

}





/* Ocultar título automático de todas las páginas CMS */
.page-header {
  display: none !important;
}

.breadcrumb__wrapper {
    background: var(--bs-gray-100);
     margin-bottom: 50px !important;
}
/* Breadcrumb: último elemento (activo) */
.breadcrumb .breadcrumb-item:last-child span {
    color: #000000 !important;   /* negro */
    font-weight: bold !important; /* negrita */
}


/* Ocultar breadcrumb en páginas específicas */
.cms-id-17 .breadcrumb__wrapper,  /* Home */
.cms-id-18 .breadcrumb__wrapper,  /* About Us */
.cms-id-19 .breadcrumb__wrapper /* Sizes */
{
  display: none !important;
}
body#contact .breadcrumb__wrapper {
  display: none !important;
}




@media (max-width: 767px) {
  #content-wrapper {
    padding-bottom: 40PX !important;
  }
}




/*MARGENES*/
/* Quita margenes HOME */
/* Solo contenedor padre de #content-wrapper en Home */
.cms-id-17 .container:has(>#content-wrapper) {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin:0 !important;
}

/*.cms-id-17 #content-wrapper .hero-text,*/
.cms-id-17 #content-wrapper .benefit,
.cms-id-17 #content-wrapper .testimonials > div,
.cms-id-17 #content-wrapper .history > div,
.cms-id-17 #content-wrapper .map-container {
    max-width: 1320px!important; /* ajusta según necesites */
    margin: 0 auto!important;     /* centrado horizontal */
    padding: 0 20px!important;    
}

.cms-id-17 #content-wrapper .hero-text{
     margin: 0 auto!important; 
     max-width: 1320px!important; 
}
    


.cms-id-17 #content-wrapper .max-width-section {
    max-width: 1320px!important;   /* ancho máximo deseado */
    margin: 0 auto!important;     /* centrado horizontal */
    padding: 20px!important;    
}



/* Solo en móvil: .benefit alineado a la izquierda */
@media (max-width: 767px) {
    .cms-id-17 #content-wrapper .benefit {
        padding-left: 0 !important;
        margin-right: auto !important; 
    }
}
/* ============================= */
/* HERO TEXT CENTERED (HOME + CMS 17)
/* ============================= */

body.page-index .hero-text,
body.cms-id-17 #content-wrapper .hero-text {
  margin: 0 auto !important;
  padding: 0 20px;
  text-align: center;
  max-width: 800px;
}
body.page-index .hero-text p,
body.cms-id-17 #content-wrapper .hero-text p {
  max-width: 600px;
  margin: 0 auto 30px auto;
  font-size: 1rem;
}



@media (max-width: 768px) {

  body.page-index .hero-text,
  body.cms-id-17 #content-wrapper .hero-text {
    text-align: left !important;
    padding: 0 20px;
    margin: 0 !important;
  }

  body.page-index .hero-text p,
  body.cms-id-17 #content-wrapper .hero-text p {
    max-width: 100%;
    margin: 0 0 20px 0;
    text-align: left;
  }
}


/* Containers full-width solo si contienen las secciones deseadas */
/*.cms-id-6 .container:has(>.hero),*/
/*.cms-id-6 .container:has(>.benefits),*/
/*.cms-id-6 .container:has(>.testimonials),*/
/*.cms-id-6 .container:has(>.history),*/
/*.cms-id-6 .container:has(>.map-container) {*/
/*    width: 100% !important;*/
/*    max-width: none !important;*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important;*/
/*    padding:0;*/
    
/*}*/



@media (max-width: 768px) {
  .section-header h2{
    margin-left: 20px !important;
    color:#780D1B !important;
    font-size:1.6rem!important;
    
  }
  .section-header .see-all-link {
    margin-left: 20px !important;
    margin-top:0px !important;
    display: block;
    text-align: right !important;
  }
}





/* Quita margenes About */
/* Solo contenedor padre de #content-wrapper en About Us */
.cms-id-18 .container:has(>#content-wrapper) {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}




@media (max-width: 768px) {
    .section-row, .section-row.reverse {
        flex-direction: column;
        text-align: left;
        margin-top: 0!important;
          margin-bottom: 0!important;
    }
     
}













/* Fondo footer principal */
.footer .footer__main {
  /*background-color: #620915 !important;*/
   background-color: #d4bc73 !important;
}

/* Color dorado para títulos del footer */
.footer .footer__block__title {
  /*color: #D4BC73 !important;*/
  color: #620915 !important;
      font-size: 18px;
}

.footer .footer__block__title, .footer .footer__block__title a {
    /*color: #D4BC73 !important;*/
    color: #620915 !important;
}

.footer .footer__block__content-list a{
    color:black;
    font-size:16px;
}

footer .footer__block__content-list a:hover {
  color: #620915 !important;
}

.footer .footer__block__content{
        color:black;

}
#contact-infos,
#contact-infos a,
#contact-infos i {
    color: #000000 !important; /* Texto en negro */
}

.footer .footer__block__toggle i {
    color: #000000;
    transition: transform .25s ease-in-out;
}



/*copyright*/
.footer .copyright {
        font-size: .875rem;
        margin-top: 40px;
        color: black !important;
    }
.footer .copyright a{
    color:black;
}
@media (max-width: 767.98px) {
    .footer .copyright {
        font-size: .875rem;
        margin-top: 30px;
        color: black !important;
    }
}

/*.material-icons {*/
/*    color:black;*/
/*}*/
    
}






/* PAG INICIO */

/* HERO */


/* Ajuste para móviles */
@media (max-width: 768px) {
    .hero {
        height: 80vh !important; /* Más alto en móviles */
        
    }

    .hero-text {
        padding: 100px 20px !important; /* Ajuste del padding para que no quede demasiado alto */
    }
}
/*.hero {*/
/*    position: relative;*/
/*    height: 80vh !important;*/

/*    background:*/
/*        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),*/
/*        url('https://forestgreen-okapi-931909.hostingersite.com/img/cms/calzado-senovilla.jpg');*/

/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    color: #ffffff;*/
/*}*/


.hero {
    position: relative;
    /*width: 100vw;*/
    /*height: 80vh !important;*/
    background-image: url('https://dev-feature.flamencowest.com/img/cms/flamenco-west.jpg');
    background-size: cover;
    background-position: left center;
    display: flex;
    align-items: center;
    color: #ffffff;
    
}
@media (max-width: 768px) {
    .hero {
        height: 80vh !important;
        background-position: center!important;
        background-size: cover;
    }
}

/*.hero::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*     height: 100vh !important;*/
/*    background: rgba(0,0,0,0.65);*/
/*    z-index: 1;*/
/*}*/

/* Asegura que el contenido quede encima del overlay */
.hero > * {
    position: relative;
    z-index: 2;
    
}

.hero-overlay {
    position: absolute;
    /*inset: 0;*/
    background: rgba(0,0,0,0.20);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-left: 40vh !important; /* desktop */
    /*padding: 200px 20px 40px;*/
    text-align: left;
     display: flex;
    flex-direction: column;
    justify-content: center; /* centra verticalmente */
    height: 100%; 
      color: #ffffff;
}
.hero-content-about {
    position: relative;
    z-index: 2;
    /* max-width: 900px; */
    /* margin-left: 40vh !important; */
    /* padding: 200px 20px 40px; */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #ffffff;
}

.hero-title {
    font-size: 3rem !important; /* desktop */
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 3px;
        color: #ffffff !important;
}

.hero-text {
    font-size: 1.1rem;
    margin-bottom: 40px;
    margin-top:200px 60px !important;
}

.hero-button {
    display: inline-block;
    padding: 15px 40px;
    background: #ffffff;
    color: #620915;
    text-decoration: none;
    font-weight: bold;
     width: auto;           /* asegura que no se estire */
    align-self: flex-start;
}

.col-text h2 {
    
    color:#620915 !important;
}

@media (max-width: 768px) {
    /* Mantener la fila móvil alineada */
    .header-bottom__container > .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        /*justify-content: space-between;*/
    }

    /* Solo mostrar iconos en móviles */
    .header-block__title {
        display: none;
    }

    /* Asegurar que los iconos se vean bien */
    .header-block__icon {
        color: #000; /* puedes cambiar a blanco si el fondo es oscuro */
        font-size: 24px;
        display: inline-block;
    }

    /* Separación mínima entre botones */
    .header-bottom__row > div {
        flex: 0 0 auto;
        margin-right: 10px;
    }
    #_desktop_user_info,
    #_desktop_cart {
        display: none !important;
    }
}

    

@media (max-width: 768px) {
    .header-bottom__row > div {
        flex: 0 0 auto;
        margin-right: 0px!important;
    }
}





/* Ajustes para móviles */
@media (max-width: 768px) {
    .hero {
        height: 80vh!important; /* ocupa toda la pantalla en móvil */
        background-position: left center; /* arte de la izquierda visible */
        background-size: cover;
    }

    .hero-content {
        /*font-size: 2.4rem !important;*/
        margin-left: 0 !important; /* elimina el margin grande en móvil */
        padding: 0 10px; 
        justify-content: center; /* centrado vertical real */
        height: 100%; /* ocupa todo el hero */
    }


    .hero-title {
        font-size: 2.3rem !important; /* tamaño más legible en móvil */
         color: #ffffff;
    }
}


/* Base común para ambos botones */
/*.hero-buttons .btn-red,*/
/*.hero-buttons .btn-white {*/
/*  padding: 14px 38px;*/
/*  font-weight: 600;*/
/*  letter-spacing: 1.2px;*/
/*  text-transform: uppercase;*/
/*  border-radius: 4px;*/
/*  transition: all 0.35s ease;*/
/*}*/

/* Botón principal (See Collection) */
/*.hero-buttons .btn-red {*/
/*  background-color: #D4BC73 !important;*/
/*  color: white !important;*/
/*  border: 2px solid #D4BC73 !important;*/
/*}*/

/* Hover botón principal */
/*.hero-buttons .btn-red:hover {*/
/*  background-color: transparent !important;*/
/*  color: #D4BC73 !important;*/
/*  border: 2px solid #D4BC73 !important;*/
/*}*/

/* Base común para ambos botones, versión más pequeña */
.hero-buttons .btn-red,
.hero-buttons .btn-white {
  padding: 10px 25px;  /* menos alto y ancho */
  font-size: 0.85rem;  /* letra más pequeña */
  font-weight: 600;
  letter-spacing: 1px; /* un poco menos espaciado */
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.35s ease;
}

/* Botón principal (See Collection) */
.hero-buttons .btn-red {
  background-color: #D4BC73 !important;
  color: white !important;
  margin-right: 6px;

  border: 2px solid #D4BC73 !important;
}

/* Hover botón principal */
.hero-buttons .btn-red:hover {
  background-color: transparent !important;
  color: #D4BC73 !important;
  border: 2px solid #D4BC73 !important;
}

/* Botón secundario (News) */
.hero-buttons .btn-white {
  background-color: white !important;
  color: #D4BC73 !important;
  border: 2px solid #D4BC73 !important;
}

.hero-buttons .btn-white:hover {
  background-color: #D4BC73 !important;
  color: white !important;
}



/* Botón secundario (News) */
.hero-buttons .btn-white {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

/* Hover botón secundario */
.hero-buttons .btn-white:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}









/* SECTION CATEGORIAS INICIO */
.categorias-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 350px 350px;
  margin: 0 auto;
}

.categoria-contenido > a {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px !important;
    color: inherit; /* Mantiene el color original del texto */
    font-weight: bold; /* Opcional: si quieres que también sea negrita */
}


/* ===== FILA 1 ===== */

/* CATEGORIAS PAG INICIO */
.categoria-personaliza {
  grid-column: 1 / span 6;   /* columnas 1–6 */
  grid-row: 1;
  /*background: #eaeaea;*/
  /*color: #8b0000;*/
  padding:40px;
}
.categoria-contenido.claro h2 {
    color: white;
}

.categoria-contenido.claro p {
    color: white;
}

/* FALDAS — pequeña derecha */
.categoria-faldas {
  grid-column: 7 / span 3;   /* columnas 7–9 */
  grid-row: 1;
  padding:40px;
}

/* ===== FILA 2 ===== */

/* MANTONES — pequeña izquierda */
.categoria-mantones {
  grid-column: 1 / span 3;   /* columnas 1–3 */
  grid-row: 2;
  padding:40px;
}

/* HISTORIA — grande derecha */
.categoria-historia {
  grid-column: 4 / span 6;   /* columnas 4–9 */
  grid-row: 2;
  padding:40px;
}



/* Texto blanco para las secciones de categorías */
.categoria-faldas .categoria-contenido,
.categoria-mantones .categoria-contenido,
.categoria-historia .categoria-contenido {
    color: #ffffff; /* texto blanco */
}

/* Forzar que los enlaces también sean blancos */
.categoria-faldas .categoria-contenido a,
.categoria-mantones .categoria-contenido a,
.categoria-historia .categoria-contenido a {
    color: #ffffff !important;
    padding-left: 0;
}







.categorias-grid > div {
  position: relative;
}

.categoria-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.categorias-grid > div {
  position: relative;
  overflow: hidden;
}



/* Fondos */

.categoria-personaliza {
  /*background-image: url('https://forestgreen-okapi-931909.hostingersite.com/img/cms/calzados-senovilla-png.png');*/
    background-image: url('https://dev-feature.flamencowest.com/img/cms/Zapatos%20Flamenco%20West.png');

  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.categoria-faldas {
  /*background-image: url('https://forestgreen-okapi-931909.hostingersite.com/img/cms/faldas-calzado-senovilla.jpg');*/
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), /* capa negra semi-transparente */
    url('https://dev-feature.flamencowest.com/img/cms/unnamed.png');
  /*background-image: url('https://dev-feature.flamencowest.com/img/cms/unnamed.png');*/
  background-size: cover;
  background-position: center;
}

.categoria-mantones {
  /*background-image: url('https://forestgreen-okapi-931909.hostingersite.com/img/cms/mantones-calzado-senovilla.jpg');*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('https://dev-feature.flamencowest.com/img/cms/unnamed (1).png');

  background-size: cover;
  background-position: center;
}

.categoria-historia {
  background-image: url('https://forestgreen-okapi-931909.hostingersite.com/img/cms/historia-calzado-senovilla.jpg');
  background-size: cover;
  background-position: center;
}

/* Overlay oscuro */
/*.categoria-faldas::before,*/
/*.categoria-mantones::before,*/
/*.categoria-historia::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: rgba(0,0,0,0.45);*/
/*}*/

.categoria-contenido {
  position: relative;
  max-width: 500px;
}

/*  TÍTULOS CATEGORIAS PAG INICIO */
.categoria-faldas h2,
.categoria-mantones h2,
.categoria-historia h2 {
  color: #ffffff;
}

.categoria-contenido h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
/* Tamaño para móviles */
@media (max-width: 767px) {
  .categoria-contenido h2 {
    font-size: 1.6rem;
  }
}
.categoria-contenido a {
  font-weight: bold;
  text-decoration: underline;
   text-underline-offset: 3px; 
  letter-spacing: 0.5px;      
  color: white;
}


/* --- RESPONSIVE: MÓVILES (Menos de 768px) --- */

@media (max-width: 768px) {
  .categorias-grid {
    grid-template-columns: 1fr; /* Una sola columna en móvil */
  }

  .categoria-personaliza,
  .categoria-faldas,
  .categoria-mantones,
  .categoria-historia {
    grid-column: 1 / -1; /* Ocupan todo el ancho */
    grid-row: auto;      /* Se apilan uno debajo de otro */
    padding: 30px 20px;  /* Reducimos un poco el padding en móvil */
    min-height: 350px;
  }
  
  
.btn-blanco {
  padding: 10px 30px; /* Un poco más pequeño en móvil para que encaje mejor */
        
        display: inline-block; /* Mantiene el botón centrado o alineado al texto */
        width: auto; /* No ocupa todo el ancho, solo lo necesario */
    }
}



























/* BENEFITS en 4 columnas */
.benefits {
  /*background-color:#620915;*/
  background-color:#D4BC73 !important;
  /*display: flex !important;*/
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 30px !important; 
  padding: 40px 20px !important; 
}
@media (max-width: 768px) {
  .benefits {
    padding: 60px 20px !important; 
  }
}

/* Solo pantallas grandes (≥1500px) */
@media (min-width: 1500px) {
    .benefits {
        padding: 40px 140px !important;
    }
    .categoria-personaliza {
   
    padding: 40px 160px;
    }
    .categoria-mantones {
        padding: 40px 160px;
    }
}

.benefits h3 {
    color: #780D1B !important; /* Cambia el color a #780D1B */
}


.benefits .max-width-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
/*margin: 0 20px !important;*/
}
/*@media (min-width: 992px) {*/
/*  .benefits .max-width-section {*/
/*    margin: 0 !important;*/
/*  } */
/*}*/

.benefit {
  flex: 1 1 22% !important; /* ≈22% por columna, 4 columnas caben con gap */
  min-width: 220px !important; /* tu mínimo original */
  box-sizing: border-box !important;
  text-align: left !important;
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .benefit {
    padding: 0 !important;
  }
}



/* Móvil grande: 2 columnas */
@media (max-width: 991px) {
  .benefit {
    flex: 1 1 45% !important;
  }
}

/* Móvil pequeño: 1 columna */
@media (max-width: 767px) {
  .benefit {
    flex: 1 1 100% !important;
  }
}



@media (max-width: 767px) {
    a.see-all-link {
        font-size: 1.2rem !important;
        margin-top: 2rem !important;
        margin-bottom: 1rem !important;
    }
}




.img-fluid, .img-thumbnail {
   
    margin-bottom: 30px;
    width: 100%;
}

/*.section-title {*/
/*    color: #620915;*/
/*    text-align: center;*/
/*    padding: 20px 0;*/
/*    text-transform: uppercase;*/
    /*font-size: 2rem;*/
/*    font-weight: 600;*/
/*    letter-spacing: 1px;*/
/*}*/
.featured-products .section-title {
    color: #620915;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2rem;
}

/*.section-title {*/

/*    margin: 2.5rem 0 2rem 0 !important;*/
/*}*/


body.page-product #product-comments-list-header {
    font-size: 1.2rem !important;
}



/*FEACTURE PRODUCTOS PAG PRODUCTO*/
/*@media (max-width: 768px) {*/

/*  .products.row > * {*/
/*    margin-top: 0 !important;  */
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*    flex-shrink: 0;*/
/*  }*/
  


/*  .featured-products .products {*/
/*    margin-bottom: 0 !important;*/
/*    margin-top: 20px;*/
/*  }*/
/*  .featured-products .featured-products-footer {*/
/*    padding-bottom: 3.5rem;*/
/*    padding-top: 1rem;*/
/*}*/

/*}*/


/*}*/




/*@media (max-width: 768px) {*/

/*  body.page-product #product-images .carousel-item {*/
/*    height: auto !important;*/
/*  }*/

/*  body.page-product #product-images img {*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
/*    object-fit: cover;*/
    /*transform: scale(1.9)!important; */
/*  }*/
  


/*  body.page-product img.img-fluid,*/
/*  body.page-product img.img-thumbnail {*/
/*    margin-bottom: 0 !important;*/
/*  }*/

/*}*/

/* ============================= */
/* FEATURED PRODUCTS (solo móvil)
/* ============================= */

@media (max-width: 768px) {

  .products.row > * {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
  }

  .featured-products .products {
    margin-bottom: 0 !important;
    margin-top: 20px;
  }

  .featured-products .featured-products-footer {
    padding-bottom: 3.5rem;
    padding-top: 1rem;
  }

}


/* ============================= */
/* PRODUCT PAGE IMAGE ZOOM (MÓVIL)
/* ============================= */


.carousel .carousel-item img {
    height: var(--slider-img-height);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 550px!important;
    margin-bottom: 0;
}
@media (max-width: 768px) {

  /* recorta el zoom para que no se salga */
  body.page-product #product-images .carousel-item {
    overflow: hidden;
  }

  /* SOLO zoom visual (no cambia layout) */
  body.page-product #product-images img {
    transform: scale(1.9) !important;
    transition: transform 0.3s ease;
  }

  /* quitar márgenes de imagen en móvil */
  body.page-product img.img-fluid,
  body.page-product img.img-thumbnail {
    margin-bottom: 0 !important;
  }
  .carousel .carousel-item img {
   
    height: 300px!important;
 
}

}

/*#product .featured-products .row > * {*/
/*  padding-left: 0 !important;*/
/*  padding-right: 0 !important;*/
/*}*/
/* Quitar gutter lateral en featured-products (home + product page) */

/*#product .featured-products .row,*/
/*.page-index .featured-products .row {*/
/*  margin-left: 0 !important;*/
/*  margin-right: 0 !important;*/
/*}*/

/*#product .featured-products .row > *,*/
/*.page-index .featured-products .row > * {*/
/*  padding-left: 0 !important;*/
/*  padding-right: 0 !important;*/
/*}*/

/* SOLO featured-products en página producto */

#product .featured-products .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#product .featured-products .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#product .featured-products .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}






/*MODAL AMPLIA VISTA RPRODUCTO*/
@media (max-width: 768px) {

  #product-images-modal .carousel-item {
    overflow: hidden;
     transform: scale(1.7) !important;
  }

}


#product #content-wrapper .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}






/*PRODUCTOS GRID INICIO*/

@media (max-width: 768px) {

  .section-header .max-width-section {
    margin-left: 10px;/* recomendado para equilibrar */
  }

}




body#index .new-products .section-title {
  display: none !important;
}
.featured-products:nth-of-type(2) {
  display: none;
}
.new-products-footer {
  margin-top: 20px!important;
  margin-bottom: 50px!important;
}



body#index .products .product-miniature {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 768px) {
 body#index .products.row:first-of-type {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}
}



/* PRODUCTOS GRID INICIO */
.products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

/* MÓVIL → 2 por fila */
@media (max-width: 767px) {
  .products .product-miniature {
    flex: 0 0 calc(50% - 5px); 
  }
  /*  .row > * {*/
  /*  padding-left: 0 !important;*/
  /*  padding-right: 0 !important;*/
  /*}*/
  /*  .products > * {*/
  /*  padding-left: 0 !important;*/
  /*  padding-right: 0 !important;*/
  /*}*/
}

/* TABLET → 3 por fila */
@media (min-width: 768px) and (max-width: 1199px) {
  .products .product-miniature {
    flex: 0 0 calc(33.333% - 13.34px);
  }
}

/* DESKTOP → 4 por fila */
@media (min-width: 1200px) {
  .products .product-miniature {
    flex: 0 0 calc(25% - 15px);
  }
}




.all-product-link.btn i {
    color: #212529;
}



/* MÓVIL + TABLET */
@media (max-width: 991px) {

    .search__mobile {
        margin-left: auto !important;
        display: flex;
        align-items: center;
    }

    #_mobile_user_info,
    #_mobile_cart {
        display: flex;
        align-items: center;
        /*margin-left: 10px;*/
    }
     #_mobile_cart{
         padding-right:15px;
     }

}



@media (max-width: 768px) {
  .offcanvas.offcanvas-top,
  .offcanvas.offcanvas-start,
  .offcanvas.offcanvas-end {
    width: 85% !important;
    max-width: 100% !important;
  }
  .search__offcanvas .offcanvas-header {
    padding: 1.16rem 1rem;
}
}


.menu--mobile .menu__link[aria-current="page"] {
  color: #D4BC73 !important;
  font-weight: 600;
}
.menu--mobile .menu__link:hover,
.menu--mobile .menu__link:active,
.menu--mobile .menu__link:focus {
  color: #D4BC73 !important;
}




@media (max-width: 768px) {
  .menu__link {
    font-size: 1.2rem;
    /*line-height: 1.2;*/
  }
}










#subcategories {
    display: none !important;
}
#subcategories,
.category-cover {
    display: none !important;
}
.page-title-section {
    color: #620915 !important;
}



.product-miniature__quickview_button {
    background-color: #D4BC73 !important;
    color: #ffffff !important;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-miniature__quickview_button:hover {
    background-color: #bfa552 !important;
    color: #ffffff !important;
}

/* MÓVIL (por defecto) */
.thumbnails__container .thumbnail.active img {
    border: 2px solid #D4BC73 !important;
}

/* DESKTOP */
@media (min-width: 768px) {
    .thumbnails__container .thumbnail.active img {
        border: 3px solid #D4BC73 !important;
    }
}






/* TÍTULO PRODUCTO */
.product-miniature .product-miniature__title {
  color: black;
  font-weight: 600;
}




/* Quitar sombra hover en cards de productos */
.product-miniature .card,
.product-miniature .card:hover,
.product-miniature:hover .card {
  box-shadow: none !important;
  transform: none !important; 
}




.section-header .max-width-section {
 display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center;     /* centra verticalmente */
    max-width: 1320px;
       /* ocupa toda la altura de la pantalla */
    margin: 0 auto;
    padding-top:8px;
}

.products.row.max-width-section {
    max-width: 1320px;   /* mismo ancho máximo que tu otra sección */
    margin: 0 auto;      /* centra el contenedor horizontalmente */
  
    box-sizing: border-box;
}


/* Empuja SEE ALL completamente a la derecha */
.section-header .see-all-link {
  margin-left: auto;
  font-family: 'Inknut Antiqua', serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  color: #620915;
  position: relative;
  transition: all 0.3s ease;
}

/* Línea elegante animada debajo */
.section-header .see-all-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #D4BC73;
  transition: width 0.3s ease;
}

/* Hover */
.section-header .see-all-link:hover {
  color: #D4BC73;
}

.section-header .see-all-link:hover::after {
  width: 100%;
}


@media (max-width: 768px) {

  .section-header .max-width-section {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .section-header .see-all-link {
    margin-left: 0;
  }

}


/* PRODUCTOS GRID HOME PS*/
/* Solo para la página de productos */
#js-product-list .products {
    display: flex;
    flex-wrap: wrap;
    gap: 0; 
    margin-top: 20px;
    margin-bottom: 40px;
}

/* Cada tarjeta ocupa 100% móvil, 50% tablet, 33.33% escritorio */
#js-product-list .product-miniature {
    flex: 0 0 100%;
    max-width: 100%;
}
#js-product-list .product-miniature {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 768px) {
    #js-product-list .product-miniature {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    #js-product-list .product-miniature {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* =========================
   Categorías activas
   ========================= */
#left-column .category-tree__item.active > .category-tree__item__header > .category-tree__item__link,
#left-column .category-tree__item > .category-tree__item__header > .category-tree__item__link:hover {
    color: #D4BC73 !important;
}

/* =========================
   Filtros seleccionados (checkbox checked)
   ========================= */
#left-column .search-filters-label input:checked + label > a,
#left-column .search-filters-label input:checked + label > a:hover {
    color: #D4BC73 !important;
}

/* =========================
   Checkbox seleccionado estilo
   ========================= */
#left-column .form-check-input:checked {
    background-color: #D4BC73 !important;
    border-color: #D4BC73 !important;
}

/* =========================
   Checkbox seleccionado hover
   ========================= */
#left-column .form-check-input:checked:hover {
    background-color: #D4BC73 !important;
    border-color: #D4BC73 !important;
}




/*TESTIMONIOS*/



.testimonials {
  background-color: #d4bc73;
  color: #620915 !important;
  padding: 80px 20px;
  text-align: center;
  height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.testimonial-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/* =========================
   TITULO
========================= */

.testimonials h2 {
  color: #620915 !important;
  font-size: 32px;
  margin-bottom: 40px;
}

/* =========================
   TESTIMONIOS
========================= */

.testimonial {
  display: none;
  font-size: 1.4rem;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonials .active {
  display: flex;
  flex-direction: column;
  align-items: center;
   padding-top: 40px;
}

/* Móvil */
@media (max-width: 768px) {
  .testimonials .active  {
    padding-top: 100px;
  }
}




.testimonials h2 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 10;
}



.testimonial.active {
  display: block;
  opacity: 1;
}

.testimonials p {
  color: black;
}

.testimonials span {
  color: #620915 !important;
}

/* padding texto */
.testimonial p:first-child {
  padding-left: 40px;
  padding-right: 40px;
}

/* =========================
   FLECHAS
========================= */

.testimonials .prev,
.testimonials .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #fde393;
  cursor: pointer;
  z-index: 10;
}

.testimonials .prev {
  left: 0;
}

.testimonials .next {
  right: 0;
}



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

@media (max-width: 768px) {
  .testimonials {
    min-height: 390px;
    height: auto;
  }
}








/*BTN Learn about history*/
.btn-white-outline {
    background-color: #d4bc73;
    border: 2px solid #d4bc73;
    color: #ffffff;             
    /*border: 2px solid #ffffff; */
    background-color: transparent; 
    padding: 10px 20px;         
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;  
}

.btn-white-outline:hover {
    /*background-color: #ffffff; */
     background-color: #d4bc73;
    color: #620915;            
}



/*btn 25 años*/
.btn-red {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}



/*PAG NOSOTROS*/
/* --- Sección Zig-Zag --- */
.section-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
  gap: 40px; /* separación entre texto e imagen */
}

.section-row.reverse {
  flex-direction: row-reverse; /* invierte texto/imagen */
}

.col-text,
.col-img {
  flex: 1 1 400px; /* ocupa igual espacio y mínimo ancho de 400px */
  max-width: 600px;
}

.col-text {
  padding: 20px;
}

.col-text h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.col-text p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.col-img img {
  width: 100%;
  height: auto;
  /*border-radius: 8px;*/
  display: block;
}

/* Fondo gris opcional para alternar filas */
.bg-light-gray {
  background-color: #f9f9f9;
}

/* Botón estilo dark-red */
.btn-dark-red {
  display: inline-block;
  background-color: #620915;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  /*border-radius: 5px;*/
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.btn-dark-red:hover {
  background-color: #4e0711;
}

/* Responsive */
@media (max-width: 768px) {
  .section-row,
  .section-row.reverse {
    flex-direction: column; /* apila en móvil */
    text-align: left;
  }

  .col-text,
  .col-img {
    max-width: 100%;
  }

  .col-text h2 {
    font-size: 1.7rem;
    text-align: left;
  }
  
  .col-text,
.col-img {
  flex: none; 
 
}

}












/*PAG TALLAS */
/* PAG TALLAS */
/* H1 y H2 centrados con estilos originales */

.size-guide h1 {
  font-size: 2.5rem;
  margin-top: 60px;
text-align: center;
  color: #8b0000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.size-subtitle{
     font-size: 1.8rem;
  margin-top: 0px!important;
text-align: center;
  color: black!important;
  margin-bottom: 50px;
}

.size-guide h2 {
  font-size: 2rem;
  margin-top: 60px;
text-align: center;
  color: #8b0000;
  margin-bottom: 30px;
}
.table-card h3 {
    font-size: 1.6rem!important;
    color: black!important; 
    margin-bottom: 20px!important;
}
/* Padding general en móvil */
@media (max-width: 768px) {
    .size-guide h1 {
  font-size: 2.2rem;
  margin-top: 20px;
text-align: center;
  color: #8b0000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.size-guide h2 {
  font-size: 1.8rem !important;
  
}


  .size-guide {
    padding: 40px 0px !important;
  }
}

/* --- Pasos --- */
.steps-container {
  display: flex;
  gap: 5px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  flex-wrap: wrap; /* permite que los pasos bajen si no caben */
  max-width: 1320px;
  /*margin: 8px 60px auto;*/
  margin: 0px 8px 50px 8px;
}

/* Desktop: 5 pasos en fila */
.step-card {
  flex: 1 1 calc(20% - 5px);
  padding: 20px 20px;
  text-align: left;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}

.step-card:last-child {
  border-right: none;
}


.step-card img {
  /*width: 100%;*/
  max-height: 350px; /* límite de tamaño en vertical */
  height: auto;     /* mantiene proporción correcta */
  display: block;
  margin: 0 auto 30px; /* centrado y espacio debajo */
}

/* Ajuste para tablet/móvil: imágenes más pequeñas */
@media (max-width: 1024px) {
  .step-card img {
    /*max-width: 180px; */
  }
}

@media (max-width: 768px) {
  .step-card img {
    /*max-width: 150px; */
  }

  .step-card p {
    font-size: 1.1rem;
  }
}

/* Tablet y móvil: 1 columna vertical */
@media (max-width: 1024px) {
  .steps-container {
    flex-direction: column; /* fuerza apilado vertical */
  }

  .step-card {
    flex: 1 1 100%;
    border-right: none; /* quitar borde derecho */
    margin-bottom: 20px; /* espacio entre pasos */
  }

  .step-card:last-child {
    margin-bottom: 0; /* último paso sin espacio extra */
  }
}

/* Ajuste de párrafos en móvil */
@media (max-width: 768px) {
  .step-card p {
    font-size: 1.1rem;
  }
}

/* Contenido debajo de pasos */
.content-below-steps {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding:8px;
}

.content-below-steps img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Tablas dentro del contenido */
.content-below-steps .tables-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.content-below-steps .table-card {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.table-card h3 {
  font-size: 1.8rem;
  color: #8b0000;
  margin-bottom: 20px;
}

.table-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.table-card th,
.table-card td {
  padding: 10px;
  border: 1px solid #ccc;
}

.table-card thead {
  background-color: #8b0000;
  color: #fff;
}

/* Tablas móviles: apilar vertical */
@media (max-width: 768px) {
  .content-below-steps .tables-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .content-below-steps .table-card {
    flex: 1 1 100%;
  }
}














/* PAG FAQS */


.faq-container {
    max-width: 900px;
    margin: auto;
    padding: 40px 0px;
}

.faq-container h2 {
    text-align: center;
    color: #620915;
    margin-bottom: 30px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    background: #fff;
    border-radius: 4px;
    /*margin-bottom: 10px;*/
}

/* Pregunta */
.faq-question {
    font-size: 20px;
    font-weight: 600;
    padding: 18px 15px;
    cursor: pointer;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    color: #000; /* color base */
}

/* Hover y activo */
.faq-question:hover,
.faq-item.active .faq-question {
    background: #f7f7f7;
    color: #620915;
}

/* Icono + / - */
.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 26px;
    font-weight: 300;
    transition: all 0.3s ease;
    color: #620915;
}

.faq-item.active .faq-question::after {
    content: "−";
}

/* Respuesta */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    line-height: 1.6;
}

.faq-answer p {
    margin-bottom: 15px;
}

.faq-answer h4 {
    margin-top: 15px;
    font-size: 16px;
}

/* Cuando se abre */
.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 20px;
}







/*MENU ORDENADOR ORDEN ICONOS*/
/* ================= HEADER MENU DESKTOP ================= */
@media (min-width: 1200px) {

    /* Row principal */
    .header-bottom__row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between; /* Logo izquierda, iconos derecha */
        flex-wrap: nowrap;
    }

    .header-bottom__row > * {
        flex-shrink: 0;
        width: auto;
    }

    /* Menú centrado */
    .main-menu {
        display: flex;
        justify-content: center;
        order: 2;
        flex-grow: 1;
    }

    /* Logo siempre a la izquierda */
    .header-bottom .logo {
        order: 1;
    }

    /* Search Desktop */
    #_desktop_search {
        display: flex !important;
        align-items: center;
        order: 3;
        margin-left: auto;
    }
    @media (min-width: 768px) {
  #_desktop_search {
    display: none !important;
  }
}

    

    /* Login Desktop */
    #_desktop_user_info {
        order: 4;
        margin-left: 1rem;
    }

    /* Cart Desktop */
    #_desktop_cart {
        order: 5;
        /*margin-left: 1rem;*/
    }
}

.header-block--active .header-block__icon {
        color: #D4BC73 !important;
    }
/* Cambiar color del icono al hover o cuando el enlace está activo */
.header-block__action-btn:hover .header-block__icon,
.header-block__action-btn:active .header-block__icon {
    color: #D4BC73 !important;
}



/* ================= HEADER SEARCH MOVIL ================= */
@media (max-width: 1199px) {
    #_desktop_search {
        display: none !important;
    }
}

/* ================= MAIN MENU OFFCANVAS (MOVIL) ================= */
.main-menu__offcanvas {
    width: 280px;
}


/* Estilo general de los items del menú móvil */
.main-menu__mobile .menu__list li {
    /*padding: 0.5rem 0;       */
    font-size: 1.4rem;        /* más grande que 20px, más legible en móvil */
    font-weight: 600;         /* letra un poco más gruesa */
    color: #000000;           /* color base negro */
    transition: color 0.3s ease; /* transición suave al cambiar de color */
}

/* Link dentro de cada item */
.main-menu__mobile .menu__list li a {
    color: inherit;           /* hereda el color del li */
    text-decoration: none;    /* elimina subrayado */
}

/* Item activo o seleccionado */
.main-menu__mobile .menu__list li.current a,
.main-menu__mobile .menu__list li:hover a {
    color: #D4BC73;           /* color dorado */
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
    max-width: 80%;
 
}





/* ================= ADICIONALES MOVIL ================= */
.main-menu__additionnals {
    padding: 1rem;
    border-top: 1px solid #ddd;
}





/* Contenedor principal del header */
/*.header-bottom__container {*/
/*  display: flex;*/
/*  align-items: center;*/
  justify-content: flex-start; /* alineados al inicio */
/*  flex-wrap: nowrap;*/
/*  width: 100%;*/
/*}*/

/* Logo: primer elemento */
/*.header-bottom__container .logo {*/
/*  flex: 0 0 auto;*/
/*  order: 1;*/
/*}*/

/* Menú principal: segundo elemento, ocupa el espacio central */
/*.header-bottom__container .main-menu {*/
/*  flex: 1 1 auto;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  order: 2;*/
/*}*/

/* Login: tercer elemento */
/*.header-bottom__container #_desktop_user_info {*/
/*  flex: 0 0 auto;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  margin-left: 10px;*/
/*  order: 3;*/
/*}*/

/* Carrito: cuarto elemento */
/*.header-bottom__container #_desktop_cart {*/
/*  flex: 0 0 auto;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  margin-left: 10px;*/
/*  order: 4;*/
/*}*/

/* Logo responsive */
/*.header-bottom__container img.logo {*/
/*  max-height: 100px;*/
/*  height: auto;*/
/*  width: auto;*/
/*}*/



/*MENU MOVIL*/
.main-menu__mobile .menu {
    font-size: 22px !important;
}




.email-subscription .email-subscription__label {
    color: #620915;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
}
.email-subscription .email-subscription__content {
    margin: auto;
    max-width: 55rem;
}
.email-subscription {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.email-subscription__label {
    font-family: 'Inknut Antiqua', serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}



.email-subscription {
    background-color: #eddca7;
    padding: 2.5rem 1rem;
}

.email-subscription .email-subscription__content {
    margin: auto;
    max-width: 70.625rem
1130px;
}

.page-item:not(:first-child) .page-link {
    /*color: #620915 !important;*/
    color: black !important;
}



/*PAG DE HOME*/

#custom-text {
    padding: 0rem ;
}

.container:has(.custom-text__content) {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/* ============================= */
/* HOME - HERO CENTERED          */
/* ============================= */

.page-index .hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index .hero-text {
  margin: 0 auto !important;
  padding: 0 20px;
  text-align: center;
}




/*PAG DE CONTACTO*/
.contact-form {
  /*max-width: 640px;*/
  margin: 0 auto;
}
.contact-form h1 {
  text-align: center;
  color: #780D1B !important;
  font-size: 2.5rem !important;
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}
body#contact #left-column {
  display: none !important;
}
body#contact #content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  /*display: flex;*/
  justify-content: center;
}

body#contact .contact-form {
  width: 100%;
  max-width: 640px!important; /* controla ancho del formulario */
  margin-bottom: 50px;
}

#content-wrapper .contact-form {
  max-width: 640px!important;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 991px) {
  #content-wrapper .contact-form {
    padding: 0;
  }
}




/*PAGINA DE LOGIN*/

body.page-authentication nav.breadcrumb__wrapper {
  display: none !important;
}

.login-header {
  text-align: center;
  margin-bottom: 30px;
  margin-top:60px;
}

.login-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.login-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #620915;
  margin-top:10px;
}

.login-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* FORM WRAPPER */
.login__form-wrapper {
  margin-top: 10px;
}

/* REGISTER BOX */
.login__register-prompt {
  text-align: center;
  margin-top: 20px;
}




/*PAG LEGAL*/
/* Ajuste títulos solo para páginas legales CMS específicas */
.cms-id-1 h1,
.cms-id-2 h1,
.cms-id-3 h1,
.cms-id-5 h1,
.cms-id-7 h1,
.cms-id-11 h1,
.cms-id-15 h1,
.cms-id-20 h1 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cms-id-1 h2,
.cms-id-2 h2,
.cms-id-3 h2,
.cms-id-5 h2,
.cms-id-7 h2,
.cms-id-11 h2,
.cms-id-15 h2,
.cms-id-20 h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 12px;
}

.cms-id-1 h3,
.cms-id-2 h3,
.cms-id-3 h3,
.cms-id-5 h3,
.cms-id-7 h3,
.cms-id-11 h3,
.cms-id-15 h3,
.cms-id-20 h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 22px;
  margin-bottom: 10px;
}

.cms-id-1 h4,
.cms-id-2 h4,
.cms-id-3 h4,
.cms-id-5 h4,
.cms-id-7 h4,
.cms-id-11 h4,
.cms-id-15 h4,
.cms-id-20 h4 {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 18px;
  margin-bottom: 8px;
}


@media (max-width: 768px) {

  .cms-id-1 h1,
  .cms-id-2 h1,
  .cms-id-3 h1,
  .cms-id-5 h1,
  .cms-id-7 h1,
  .cms-id-11 h1,
  .cms-id-15 h1,
  .cms-id-20 h1 {
    font-size: 26px;
  }

  .cms-id-1 h2,
  .cms-id-2 h2,
  .cms-id-3 h2,
  .cms-id-5 h2,
  .cms-id-7 h2,
  .cms-id-11 h2,
  .cms-id-15 h2,
  .cms-id-20 h2 {
    font-size: 21px;
  }

  .cms-id-1 h3 {
    font-size: 18px;
  }

  .cms-id-1 h4 {
    font-size: 16px;
  }

}




/*DESCRIPTION PRODUCTS*/
.fw-section-title {

  font-size: 22px!important;
  font-weight: 600!important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 24px!important;
  margin-bottom: 10px;
  color: #111;
}

.fw-list {
  padding-left: 18px!important;
  margin-top: 8px!important;
  margin-bottom: 16px!important;
}

.fw-list li {
  margin-bottom: 6px;
  line-height: 1.5;
}



/*SELECTORES PRODUCTOS PERSONALIZADOS*/
.awp_attribute_selected {
  width: 100%;
  max-width: 320px; /* Mismo ancho para todos los selectores */
  min-width: 320px;
  height: 36px;
  min-height: 36px;
  padding: 0 40px 0 12px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  line-height: 36px;
  color: #222;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  outline: none;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;

  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.awp_attribute_selected:hover {
  border-color: #999;
}

.awp_attribute_selected:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.awp_attribute_selected option {
  padding: 10px 12px;
  font-size: 16px;
}
/*@media (max-width: 767px) {*/
/*  select.awp_attribute_selected {*/
/*    box-sizing: border-box !important;*/
/*    width: calc(100% - 12px) !important;*/
/*    min-width: 100%;*/
    /*max-width: calc(100% - 20px) !important;*/
/*    padding-right:20px!important;*/
/*    margin-right: 20px !important;*/
/*  }*/
/*}*/