/* CONTENITORE immagine quadrato — bypassa width/height inline sull’img */
.astra-shop-thumbnail-wrap {
aspect-ratio: 1 / 1 !important;
overflow: hidden !important;
display: block !important;
}
.astra-shop-thumbnail-wrap a,
.astra-shop-thumbnail-wrap .woocommerce-loop-product__link {
display: block !important;
height: 100% !important;
}
.astra-shop-thumbnail-wrap img,
.attachment-woocommerce_thumbnail {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
margin: 0 !important;
}
/* Card: flex colonna per altezze uguali */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
display: flex !important;
flex-direction: column !important;
}
/* Summary wrap cresce e spinge bottone in fondo */
.astra-shop-summary-wrap {
display: flex !important;
flex-direction: column !important;
flex: 1 !important;
align-items: center !important;
padding: 10px 12px 12px !important;
}
.astra-shop-summary-wrap .woocommerce-loop-product__title,
.astra-shop-summary-wrap h2,
.astra-shop-summary-wrap .ast-woo-product-category,
.astra-shop-summary-wrap .ast-loop-product__link,
.astra-shop-summary-wrap .price {
width: 100% !important;
}
.astra-shop-summary-wrap .woocommerce-loop-product__title,
.astra-shop-summary-wrap h2 {
flex: 1 !important;
}
/* Bottone sempre in fondo, larghezza e testo centrati */
.woocommerce ul.products li.product .astra-shop-summary-wrap a.button,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap a.button {
width: 100% !important;
display: block !important;
float: none !important;
text-align: center !important;
margin: 8px 0 0 !important;
box-sizing: border-box !important;
align-self: stretch !important;
}
/* HERO MOBILE — titolo leggibile e sottotitolo visibile */
@media (max-width: 768px) {
.elementor-element-hero_heading .elementor-heading-title {
font-size: 38px !important;
line-height: 1.2 !important;
}
.elementor-element-hero_sub .elementor-heading-title {
color: #ffffff !important;
font-size: 15px !important;
line-height: 1.5 !important;
text-shadow: 0 1px 6px rgba(0,0,0,.55), 0 0 2px rgba(0,0,0,.4) !important;
}
}
