/* =========================================================
   CHILD-LAST.CSS — ładowany na końcu, nadpisuje Astra/Woo
   ========================================================= */

/* 1) Przycisk "Dodaj do koszyka" — zerowe marginesy, brak przerw z GAP */
.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product form.cart .button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single-product div.product form.cart,
.single-product div.product form.cart .quantity {
  gap: 0 !important;
}

/* Produkty z wariantami i grupowe */
.single-product div.product .single_variation_wrap .single_add_to_cart_button,
.single-product div.product .grouped_form .button {
  margin-left: 0 !important;
}

/* 2) Zdjęcia produktu 1:1 (główne + slajdy + miniatury) */
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Miniatury pod zdjęciem (flex-control-thumbs) */
.single-product .flex-control-thumbs li,
.single-product .flex-control-thumbs li img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Kafelki w sklepie/archiwach też kwadratowe (opcjonalnie) */
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/*Zmiana wielkości tytułu w listingu sklepu*/
.woocommerce-js ul.products li.product 
.woocommerce-loop-product__title, .woocommerce-page ul.products li.product 
.woocommerce-loop-product__title{
    font-size: 1,5rem!important;
}
