.elementor-1328 .elementor-element.elementor-element-470ac108{--display:flex;}.elementor-1328 .elementor-element.elementor-element-ca37756{width:auto;max-width:auto;}.elementor-1328 .elementor-element.elementor-element-ca37756 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1328 .elementor-element.elementor-element-ca37756.elementor-element{--align-self:stretch;}.elementor-1328 .elementor-element.elementor-element-ca37756 .type-product{padding-bottom:0px;}/* Start custom CSS for aux_product_grid, class: .elementor-element-ca37756 *//* Forzar cuadrícula CSS Grid en la tienda de Phlox */
.products-loop.aux-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

/* Remover los comportamientos antiguos de flex que rompen el diseño */
.products-loop.aux-row::before, 
.products-loop.aux-row::after {
    display: none !important;
}

.products-loop.aux-row .aux-col {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Ajustes responsivos para tablets y móviles */
@media (max-width: 959px) {
    .products-loop.aux-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 480px) {
    .products-loop.aux-row {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}/* End custom CSS */