/* colore viola sul flag prodotto*/
.product-flags .product-flag.new {
background: #9b86bc;
}

/* nessun colore nel footer del mobile*/
@media (max-width: 767px) {
    .elementor-16 .elementor-element.elementor-element-582d7eab:not(.elementor-motion-effects-element-type-background) > .elementor-element-populated, .elementor-16 .elementor-element.elementor-element-582d7eab > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: auto;
    }
}