/** Shopify CDN: Minification failed

Line 11:13 Unexpected "{"
Line 11:22 Expected ":"
Line 16:13 Unexpected "{"
Line 16:22 Expected ":"

**/
/* Custom CSS per pulsanti dello slideshow su mobile */
@media screen and (max-width: 749px) {
    #Slider-{{ section.id }} .slideshow__slide .banner__buttons {
        margin-top: 250px !important; /* Aggiungi spazio sopra il pulsante */
        text-align: center !important; /* Centra il pulsante */
    }

    #Slider-{{ section.id }} .slideshow__slide .banner__buttons .button {
        font-size: 14px !important; /* Riduci il testo */
        padding: 10px 20px !important; /* Riduci il padding */
        transform: translateY(20px) !important; /* Sposta verso il basso */
    }
}
