/*
Theme Name: Astra Child
Theme URI: https://ozeklima.waw.pl
Description: Motyw potomny do Astra
Author: Karol
Template: astra
Version: 1.0
*/

.woocommerce div.product .brutto-prices .check {
    color: #28a745 !important;
}

.brutto-prices {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.brutto-prices p {
    margin: 5px 0;
}

.brutto-prices strong {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    color: #222;
    font-weight: 600;
}

.brutto-prices p::before {
    color: #28a745 !important; /* zielony */
}

.brutto-prices ul,
.brutto-prices li {
    list-style: none;
    position: relative;
    padding-left: 24px;
}

.brutto-prices li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
}

.brutto-prices .check {
    color: #28a745 !important;
    font-weight: bold;
    margin-right: 6px;
    display: inline-block;
}

.opis-wariant {
  background: #f9f9f9;
  border: 1px solid #d0d0d0;
  padding: 15px 10px 0px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.opis-wariant h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

.opis-wariant table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd; /* zewnętrzna ramka */
  margin: 10px 0;
  font-size: 14px;
}

.opis-wariant th,
.opis-wariant td {
  padding: 6px 8px;
  border: 1px solid #ddd; /* ramka wokół każdej komórki */
}

.opis-wariant th {
  background: #f0f0f0;
  text-align: left;
  font-weight: 600;
}

.opis-wariant tbody tr:nth-child(even) {
  background: #fefefe;
}

.single-product .woocommerce-variation-price .price {
  color: green !important;
  margin-top: 16px !important;
  display: inline-block;
}

/* ✅ Miniaturki galerii produktu WooCommerce (pod głównym zdjęciem) */

.woocommerce-product-gallery .flex-control-thumbs li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  width: auto;
  height: auto;
  max-width: 300px; /* lub ile chcesz */
  max-height: 300px;
  object-fit: contain; /* NIE cover – cover obcina */
  aspect-ratio: auto;
}

.woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: #28a745;
}