.elementor-108 .elementor-element.elementor-element-fad05a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-108 .elementor-element.elementor-element-76b0b5b.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-108 .elementor-element.elementor-element-76b0b5b .elementor-main-swiper{height:224px;}.elementor-108 .elementor-element.elementor-element-76b0b5b .elementor-main-swiper .swiper-slide{border-radius:32px;}.elementor-108 .elementor-element.elementor-element-76b0b5b .elementor-swiper-button{font-size:20px;}.elementor-108 .elementor-element.elementor-element-917810c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-108 .elementor-element.elementor-element-5c8ea88{--display:flex;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed iframe, , .elementor-108 .elementor-element.elementor-element-c4c0f85 .ep-share-position-bottom .ep-embed-content-wraper{width:600%!important;max-width:600%!important;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed iframe{height:600px!important;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed .pdfobject-container{height:600px!important;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-108 .elementor-element.elementor-element-76b0b5b.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed iframe, , .elementor-108 .elementor-element.elementor-element-c4c0f85 .ep-share-position-bottom .ep-embed-content-wraper{width:400px!important;max-width:400px!important;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed iframe{height:400px!important;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed .pdfobject-container{height:400px!important;}}@media(max-width:767px){.elementor-108 .elementor-element.elementor-element-76b0b5b.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed iframe, , .elementor-108 .elementor-element.elementor-element-c4c0f85 .ep-share-position-bottom .ep-embed-content-wraper{width:300px!important;max-width:300px!important;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed iframe{height:300px!important;}.elementor-108 .elementor-element.elementor-element-c4c0f85 .embedpress-document-embed .pdfobject-container{height:300px!important;}}/* Start custom CSS for shortcode, class: .elementor-element-31de0cb *//* * Estilos para el Catálogo de Productos AJAX 
 * Diseño Premium - Color principal: #0D331D
 */

.contenedor-catalogo-productos { 
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; 
    max-width: 1200px; 
    margin: 0 auto; 
    color: #333;
    overflow: visible !important; /* Para permitir sticky global */
}

.controles-productos { 
    margin-bottom: 40px; 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    overflow: visible !important;
}

/* Buscador Moderno y Sticky */
.buscador-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 80px; /* Altura del header de tu web */
    z-index: 100; /* Por encima de los títulos de categoría (99) */
    background: #fff; /* Fondo blanco para tapar lo que pasa por debajo */
    padding: 10px 0; /* Espacio para que respire */
}

.buscador-wrap input { 
    width: 100%; 
    padding: 16px 20px; 
    border: none; 
    border-radius: 12px; 
    font-size: 16px; 
    outline: none; 
    transition: all 0.3s ease; 
    background-color: #0D331D; /* Fondo verde premium */
    color: #ffffff; /* Letras blancas */
    box-shadow: 0 4px 15px rgba(13, 51, 29, 0.2); /* Sombra elegante */
}

/* Color del texto de pista (placeholder) */
.buscador-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.buscador-wrap input:focus { 
    box-shadow: 0 6px 20px rgba(13, 51, 29, 0.4); 
    transform: translateY(-2px);
}

/* Filtros Premium */
.filtros-taxonomia { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 12px; 
}

.btn-filtro { 
    background: #f5f5f5; 
    border: 1px solid transparent; 
    padding: 10px 22px; 
    border-radius: 30px; 
    cursor: pointer; 
    font-size: 14px; 
    font-weight: 500;
    transition: all 0.3s ease; 
    color: #555; 
}

.btn-filtro:hover { 
    background: #eaeaea; 
    color: #0D331D; 
}

.btn-filtro.active { 
    background: #0D331D; 
    color: #fff; 
    box-shadow: 0 6px 15px rgba(13, 51, 29, 0.3);
    transform: translateY(-2px);
}

/* Ajustes de botones para Móvil */
@media (max-width: 767px) {
    .btn-filtro {
        padding: 6px 14px;
        font-size: 12px;
    }
    .filtros-taxonomia {
        gap: 8px;
    }
}

.grupo-taxonomia { 
    margin-bottom: 40px; 
    overflow: visible !important; 
}

/* Título Sticky (Pegajoso) con Efecto Cristal */
.titulo-taxonomia { 
    font-size: 20px; 
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgba(13, 51, 29, 0.1); 
    padding-bottom: 12px; 
    margin-bottom: 20px; 
    color: #0D331D; 
    
    position: -webkit-sticky; 
    position: sticky; 
    
    /* * IMPORTANTE: Como el buscador ahora es sticky en 80px, 
     * el título debe pegarse MÁS ABAJO para no encimarse. 
     * 80px (header) + 70px (buscador) = 150px
     */
    top: 155px; 
    
    background: rgba(255, 255, 255, 0.95); 
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px);
    z-index: 5; 
    padding-top: 15px; 
    align-self: flex-start;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Clase dinámica para JS cuando el título se pega */
.titulo-taxonomia.is-stuck {
    background-color: #0D331D;
    color: #ffffff;
    border-bottom-color: #0D331D;
    padding-left: 15px; 
    border-radius: 8px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Grid: 1 columna móvil, 2 columnas PC */
.grid-productos { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 15px; /* Reducido para juntar más los productos */
}

@media (min-width: 768px) {
    .grid-productos { grid-template-columns: repeat(2, 1fr); }
}

/* Tarjetas de Producto Elegantes - AHORA EN HORIZONTAL */
.tarjeta-producto { 
    background: #fff; 
    border: 1px solid #f0f0f0; 
    border-radius: 12px; 
    padding: 16px 20px; /* Menos relleno vertical para ahorrar espacio */
    box-shadow: 0 2px 8px rgba(0,0,0,0.02); 
    display: flex; 
    flex-direction: row; /* Elementos lado a lado */
    align-items: center; /* Centrados verticalmente */
    justify-content: space-between; /* Título izquierda, precios derecha */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarjeta-producto:hover {
    transform: translateX(5px); /* Pequeño efecto hacia la derecha en lugar de arriba */
    box-shadow: 0 6px 15px rgba(13, 51, 29, 0.08);
    border-color: rgba(13, 51, 29, 0.1);
}

.tarjeta-producto h4 { 
    margin: 0; /* Quitamos el margen inferior */
    font-size: 17px; 
    color: #1a1a1a; 
    font-weight: 600;
    line-height: 1.3;
    flex: 1; /* Para que el título ocupe el espacio sobrante */
    padding-right: 15px; /* Espacio antes de los precios */
}

/* Estilos para precios múltiples en línea */
.precios-contenedor { 
    display: flex; 
    gap: 15px; /* Separación entre precios M, G, etc. */
    margin-top: 0; /* Quitamos márgenes */
    border-top: none; /* Quitamos la línea de arriba */
    padding-top: 0; 
    align-items: flex-end; /* Alinear los precios por su base */
    justify-content: flex-end;
}

.precio-item { 
    display: flex; 
    flex-direction: column; 
    align-items: center; /* Centrar etiqueta sobre el precio */
}

.talla-label { 
    font-size: 10px; 
    color: #888; 
    font-weight: 700; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px; 
}

.tarjeta-producto .precio { 
    font-size: 18px; /* Un poco más pequeño para alinear mejor */
    font-weight: 700; 
    color: #0D331D; 
    margin: 0; 
}

/* Mensajes de estado y carga */
.cargando-productos { 
    text-align: center; 
    padding: 40px; 
    color: #0D331D; 
    font-weight: 500; 
    letter-spacing: 0.5px; 
}

.sin-resultados { 
    text-align: center; 
    padding: 40px; 
    background: #fafafa; 
    border-radius: 12px; 
    color: #555; 
    border: 1px dashed #ccc; 
}

/* Separación extra para el buscador ahora que está suelto */
.buscador-wrap {
    margin-bottom: 20px; 
}

/* Estilos para el botón de Volver Arriba / Categorías */
.btn-subir-catalogo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0D331D;
    color: #fff;
    border: none;
    border-radius: 25px; /* Forma de píldora */
    width: auto; /* Para que se adapte al texto */
    height: auto;
    padding: 12px 24px; /* Espaciado interno para el texto */
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(13, 51, 29, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.btn-subir-catalogo.mostrar {
    opacity: 1;
    visibility: visible;
}

.btn-subir-catalogo:hover {
    background-color: #16522f; 
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(13, 51, 29, 0.5);
}

@media (max-width: 767px) {
    .btn-subir-catalogo {
        bottom: 20px;
        right: 20px;
        padding: 10px 20px;
        font-size: 13px;
    }
}

Con esto, el botón dirá "Categorías" con una tipografía limpia y un diseño en forma de píldora que se verá súper moderno en tu tienda. ¡Me avisas qué tal queda!/* End custom CSS */