.elementor-kit-25806{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--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;background-color:#FFFFFF;}.elementor-kit-25806 e-page-transition{background-color:#FFBC7D;}.elementor-kit-25806 a{color:#926E38;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Oculta bordes y sombras */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

/* Espaciado y alineación */
.woocommerce ul.products li.product {
    margin: 0 20px 40px 0 !important;
    padding: 0 !important;
}

/* Imagen centrada y tamaño uniforme */
.woocommerce ul.products li.product img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}

/* Título y precio minimalistas */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 400;
    color: #222;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
}

.woocommerce ul.products li.product .price {
    color: #222;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
}

/* Oculta botones y etiquetas innecesarias */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .add_to_cart_button {
    display: none !important;
}
.autocategorymenu,
.autocategorymenu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px; /* Espacio entre categorías */
}

.autocategorymenu li {
  margin: 0;
}

.autocategorymenu a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300; /* Fina */
  color: #111; /* Negro */
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.2s;
}

.autocategorymenu a:hover {
  background: #f4f4f4;
  color: #000;
}/* End custom CSS */