/* Start custom CSS for text-editor, class: .elementor-element-3f3dc35f *//* Kamieniolandia – nagłówki w opisie produktu */
.woocommerce-product-details__short-description h2,
.woocommerce-Tabs-panel h2,
.woocommerce-product-details__short-description h2 *,
.woocommerce-Tabs-panel h2 *{
  font-size: 25px !important;
  line-height: 1.25 !important;
}

.woocommerce-product-details__short-description h3,
.woocommerce-Tabs-panel h3,
.woocommerce-product-details__short-description h3 *,
.woocommerce-Tabs-panel h3 *{
  font-size: 20px !important;
  line-height: 1.3 !important;
}

/* Tytuł na początku opisu produktu */
.woocommerce-product-details__short-description .kml-desc-title{
  font-size: 28px !important;
  line-height: 1.2 !important;
  margin: 0 0 14px 0 !important;
  font-weight: 700 !important;
  color: #222 !important; /* jak chcesz - zmień */
}

/* Lepszy oddech między blokami w opisie */
.woocommerce-product-details__short-description p{
  margin: 0 0 10px 0 !important;
}

/* Listy – żeby nie wyglądały na „ściśnięte” */
.woocommerce-product-details__short-description ul{
  margin: 10px 0 14px 18px !important;
}
.woocommerce-product-details__short-description li{
  margin: 0 0 6px 0 !important;
}/* End custom CSS */