/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media (max-width: 767px) {
    .elementor-7170201 .elementor-element.elementor-element-675583c {
        background-color: white;
    }
	
.elementor-9170201 .elementor-element.elementor-element-bea166c a.ce-article__cta {
  display: none;
}	
}

@media screen and (min-width: 768px) {

    /* SOLO galleria immagini prodotto */
    .elementor-widget-woocommerce-product-images .swiper-wrapper,
    .elementor-widget-theme-product-images .swiper-wrapper,
    .elementor-widget-product-images .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
    }

    .elementor-widget-woocommerce-product-images .swiper-wrapper>.swiper-slide,
    .elementor-widget-theme-product-images .swiper-wrapper>.swiper-slide,
    .elementor-widget-product-images .swiper-wrapper>.swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
        min-width: 0 !important;
    }

    .elementor-widget-woocommerce-product-images .swiper-wrapper>.swiper-slide:first-child,
    .elementor-widget-theme-product-images .swiper-wrapper>.swiper-slide:first-child,
    .elementor-widget-product-images .swiper-wrapper>.swiper-slide:first-child {
        grid-column: 1 / -1 !important;
    }

    .elementor-widget-woocommerce-product-images .swiper-wrapper>.swiper-slide a,
    .elementor-widget-woocommerce-product-images .swiper-wrapper>.swiper-slide img,
    .elementor-widget-theme-product-images .swiper-wrapper>.swiper-slide a,
    .elementor-widget-theme-product-images .swiper-wrapper>.swiper-slide img,
    .elementor-widget-product-images .swiper-wrapper>.swiper-slide a,
    .elementor-widget-product-images .swiper-wrapper>.swiper-slide img {
        display: block !important;
        width: 100% !important;
    }

    .elementor-widget-woocommerce-product-images .swiper-wrapper>.swiper-slide img,
    .elementor-widget-theme-product-images .swiper-wrapper>.swiper-slide img,
    .elementor-widget-product-images .swiper-wrapper>.swiper-slide img {
        height: auto !important;
        object-fit: cover !important;
    }

    .elementor-widget-woocommerce-product-images .swiper-wrapper>.swiper-slide:first-child img,
    .elementor-widget-theme-product-images .swiper-wrapper>.swiper-slide:first-child img,
    .elementor-widget-product-images .swiper-wrapper>.swiper-slide:first-child img {
        object-fit: contain !important;
    }

}

.elementor-swiper-button {
    display: none;
}

.elementor-9170201 .elementor-element.elementor-element-8a117fc .elementor-field {
    font-family: "Instrument Serif", sans-serif;
    font-size: 21px;
}

.elementor-9170201 .elementor-element.elementor-element-8a117fc .elementor-field-group label {
    font-family: "Instrument Serif", sans-serif;
    font-size: 22px;
}

/* Se il contenitore ETS contiene solo elementi con display:none, non deve occupare spazio */
.ets_payment_method {
    display: contents; 
}

