/* Single product page: galeria, tytuł, opis, tabki. */

/* Padding wewnętrzny obrazka produktu (przezroczyste obrazki na białym tle) */
.single-product .woocommerce-product-gallery__image img,
.single-product .ct-product-gallery-container .flexy-item img{
  padding: 5%;
  background-color: #fff;
  box-sizing: border-box;
}

/* Tytuł produktu — bez font-weight żeby Inter z maxi-typography wszedł */
.product_title.entry-title{
  font-size: 38px;
  color: #1f2937;
  line-height: 1.25;
  margin-bottom: 14px;
}

/* Short description pod tytułem */
.woocommerce-product-details__short-description{
  color: #374151;
  line-height: 1.7;
  font-size: 15.5px;
}

/* Tab "Opis" — typografia treści */
.woocommerce-Tabs-panel--description h2{
  font-size: 21px;
  font-weight: 700;
  color: #1f2937;
  margin: 26px 0 10px;
}
.woocommerce-Tabs-panel--description h2:first-child{ margin-top: 0; }

.woocommerce-Tabs-panel--description h3{
  font-size: 17px;
  font-weight: 600;
  color: #1f2937;
  margin: 18px 0 8px;
}

.woocommerce-Tabs-panel--description p{
  color: #374151;
  line-height: 1.75;
  margin: 0 0 14px;
  font-size: 15.5px;
}

.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol{
  color: #374151;
  line-height: 1.75;
  margin: 0 0 16px 1.2em;
}
.woocommerce-Tabs-panel--description li{ margin: 5px 0; }
.woocommerce-Tabs-panel--description em{ color: #4b5563; }
