
/* === Przycisk główny === */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type="submit"],
.woocommerce-cart .button,
.woocommerce-checkout .button {
  background-color: #173A8D;
  color: white;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input[type="submit"]:hover {
  background-color: #0e2b6e;
}

/* === Zakładki (opis, opinie) === */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #e5e7eb;
  padding-left: 0;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  list-style: none;
  border: none;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #173A8D;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom-color: #173A8D;
  color: #173A8D;
}

/* === Treść zakładek === */
.woocommerce div.product .woocommerce-Tabs-panel {
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

/* === Ocena gwiazdkowa === */
.star-rating span:before {
  color: #facc15 !important;
}
