/* Base subtitle element */
.wc-product-subtitle{
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.25;
  margin: 0;
  display: block;
  color: inherit;
}

/* Elementor Loop cards — white, centered, refined spacing */
.elementor .e-loop-item .elementor-widget-woocommerce-product-title .elementor-widget-container{ 
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.elementor .e-loop-item .elementor-widget-woocommerce-product-title h1,
.elementor .e-loop-item .elementor-widget-woocommerce-product-title h2,
.elementor .e-loop-item .elementor-widget-woocommerce-product-title h3,
.elementor .e-loop-item .elementor-widget-woocommerce-product-title h4{
  margin: 0 !important;
  line-height: 1.06 !important; /* keep title tidy */
}
/* Shortcode widget wrapper spacing */
.elementor .e-loop-item .elementor-widget-shortcode .elementor-widget-container{
  margin: 0 !important;
  padding: 0 !important;
}

.elementor .e-loop-item .wc-product-subtitle{
  color: #fff !important;
  text-align: center;
  font-style: italic;
  font-size: 0.80em;              /* slightly smaller than v1.3.2e */
  line-height: 1.15;
  margin-top: -3px !important;     /* a bit more space vs -6px */
  margin-bottom: 0.14em !important;
  position: relative;
  z-index: 2;
}

/* Single product keeps theme styling */
.single-product .wc-product-subtitle{
  color: inherit;
  font-size: 0.9em;
  line-height: 1.35;
  margin-top: .25em;
  margin-bottom: .2em;
}
