.clanky-1.theme-one {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3,1fr);
  margin: 30px 0 30px 0;
}
.clanky-1.theme-one a {
  text-decoration: none;
  position: relative;
}
.clanky-1.theme-one a .k-nazov {
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #ac161b;
  margin: 10px 0 10px 0;
  padding: 0;
  line-height: 1.2;
}
.clanky-1.theme-one a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s;
  display: block;
}
.clanky-1.theme-one a img[src$="svg"] {
  object-fit: contain;
}
.clanky-1.theme-one a img.broken {
  font-size: 10px;
  background: #efefef;
  text-indent: 10px;
  color: #999999;
  filter: grayscale(100%);
}
.clanky-1.theme-one a.node-format-produkt_affil img,
.clanky-1.theme-one a.node-format-produkt img {
  object-fit: contain;
}
.clanky-1.theme-one a .k-intro {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1.1;
}
.clanky-1.theme-one a .k-info {
  padding: 12px;
}
.clanky-1.theme-one a .k-cena {
  font-weight: 700;
  margin-top: 10px;
  text-align: right;
}
.clanky-1.theme-one a .k-badges {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}
.clanky-1.theme-one a:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
  background: white;
}
.clanky-1.theme-one.small {
  grid-gap: 15px;
  grid-template-columns: repeat(6,1fr);
}
.clanky-1.theme-one.small img {
  height: 110px;
}
.clanky-1.theme-one.small .k-nazov {
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .clanky-1.theme-one,
  .clanky-1.theme-one.small {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
  }
  .clanky-1.theme-one a img,
  .clanky-1.theme-one.small a img {
    height: 50vw;
  }
  .clanky-1.theme-one a .k-info,
  .clanky-1.theme-one.small a .k-info {
    padding: 1px;
  }
  .clanky-1.theme-one a .k-nazov,
  .clanky-1.theme-one.small a .k-nazov {
    font-size: 14px;
  }
}
.clanky-nextpage.theme-one {
  display: block;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 200;
  color: white;
  padding: 15px 40px;
  background: rgba(0, 0, 0, 0.5);
  margin: 20px auto 20px auto;
  cursor: pointer;
  transition: all 0.3s;
}
.clanky-nextpage.theme-one:hover {
  background: black;
}
.kategorie-2.theme-one a .k-nazov {
  font-weight: 700;
}
