.elementor-kit-5{--e-global-color-primary:#A48F66;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#875E2F;--e-global-color-ece25d7:#4B5074;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Verdana", Sans-serif;}.elementor-kit-5 h1{font-family:"Arial", Sans-serif;}.elementor-kit-5 h2{font-family:"Verdana", Sans-serif;}.elementor-kit-5 h3{font-family:"Tahoma", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1800px;}.e-con{--container-max-width:1800px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === CARRUSEL SIMPLE Y FUNCIONAL === */
.productos-inicio ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    gap: 24px;
    padding: 20px 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.productos-inicio .woocommerce ul.products::-webkit-scrollbar {
    height: 8px;
}

.productos-inicio .woocommerce ul.products li.product {
    flex: 0 0 280px !important;     /* Cambia 280px según quieras */
    min-width: 280px !important;
    scroll-snap-align: start;
    margin: 0 !important;
    list-style: none;
}

/* Quitar estilos por defecto de WooCommerce */
.productos-inicio .woocommerce.columns-4 ul.products,
.productos-inicio .products.columns-4 {
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 1025px) { .productos-inicio ul.products li.product { flex: 0 0 25% !important; max-width: 25% !important; min-width: unset !important; } }/* End custom CSS */