#blog-item img.blog_image {
  display: block !important;
  margin: 20px auto !important;
  max-width: 40% !important;
  float: none !important;
  text-align: center !important;
}
/*czerwona okazja*/
.label.--bargain {
  background-color: rgb(227, 92, 92) !important;
  color: #ffffff !important;
  border: none !important;
}
/*zmiana koloru ceny głównej*/
### .price.--main {
  color: rgb(227, 92, 92) !important;
}
/*zmiana koloru ceny regularnej na stronie głównej*/
.price.--max {
  color: rgb(231, 35, 35) !important;
}
/* zmiana koloru ceny regularnej na karcie produktu*/
#projector_price_maxprice_wrapper {
  color: rgb(231, 35, 35) !important;
}

/* czerwona cena główna okazyjna */
.product:has(.label.--bargain) .price.--main {
  color: rgb(231, 35, 35) !important;
}

/* Czerwony tylko przy promocji (gdy jest .--omnibus) */
.projector_prices.--omnibus #projector_price_value {
  color: rgb(231, 35, 35) !important;
}