body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}
a {
  text-decoration: none;
}
main .clanky-1.theme-one a.node-format-produkt img {
  object-fit: cover;
}
main .clanky-1.theme-one a.node-format-produkt h3.k-nazov {
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
.produkt-page-sklad-label {
  display: inline-block;
  margin-right: 10px;
  padding: 0px 8px;
  border-radius: 4px;
  color: white;
  font-weight: 500;
}
.clanky-1.theme-one .sklad-badge {
  display: inline-block;
  margin: 5px;
  padding: 0px 8px;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
}
