/* ==========================================================================
   PASEK NEWSLETTERA W NAGŁÓWKU
   ========================================================================== */

.newsletter-bar {
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  display: none;
}

.newsletter-bar__text {
  margin: 0;
  font-weight: bold;
}

.newsletter-bar__button {
  padding: 2px 12px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
}

/* Wersja z zielonym tłem i białym przyciskiem */

.newsletter-bar--theme-greenwhite {
  background-color: #25b53a;
  color: white;
}

.newsletter-bar--theme-greenwhite .newsletter-bar__button {
  background-color: white;
  color: #0c9e21;
}





/* ==========================================================================
   DODATKOWE STYLE WOOCOMMERCE
   ========================================================================== */

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  background-color: #25b53a;
  color: white;
  border-radius: 12% 87% 12% 87% / 100% 0% 100% 0%;
  padding-left: 10px;
  padding-right: 10px;
}
