/* 2-liniowy tytuł z wielokropkiem */
.product__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}

/* zmiana labelki dostawy */
#projector_delivery_label { font-size: 0 !important; }
#projector_delivery_label::before {
  content: "Start processing " !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

/* wyłączenie pseudo-elementu */
.cop_payments__names::after {
  content: none !important;
  display: none !important;
}

/* ukrycie pasków */
#freeShipping,
#rabateCode { display: none !important; }