/*skryje cenu ve vypisu a v detailu*/
.product-item__price, .product-page__price, .price-current-vat, .cart-table_unit-price-wrapper {
  display: none;
}
/*skryje do kosiku*/
.product-item__cart-button-label,
.product-page__cart-button-label {
  font-size: 0;
}
/*vypíše poptat*/
.product-item__cart-button-label:after,
.product-page__cart-button-label::after {
  content: "Poptat";
  font-size: 16px;
}