.mm22-nodes-1 main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mm22-nodes-1 main {
    grid-template-columns: repeat(2,1fr);
  }
}
article.mm22-node-1 {
  background: white;
  display: flex;
  flex-direction: column;
}
article.mm22-node-1 a {
  text-decoration: none;
  transition: all 0.3s;
}
article.mm22-node-1 a:hover {
  transform: scale(1.05);
}
article.mm22-node-1 .n-img {
  position: relative;
  padding: 10px;
}
article.mm22-node-1 .n-img img {
  width: 100%;
  display: block;
  height: 180px;
  object-fit: contain;
  object-position: 50% 50%;
}
article.mm22-node-1 .n-img .n-badges {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
article.mm22-node-1 .n-img .n-badges .badge {
  display: block;
  width: fit-content;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 10px;
  background: white;
  color: black;
}
article.mm22-node-1 .n-img .n-badges .badge.badge-black {
  background: black;
  color: white;
}
article.mm22-node-1 .n-img .n-badges .badge.badge-highlight {
  background: #787c80;
  color: white;
}
article.mm22-node-1 .n-info {
  padding: 10px;
  height: 100px;
  overflow: hidden;
}
article.mm22-node-1 .n-info .n-nazov {
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
article.mm22-node-1 .n-info .n-intro {
  font-size: 11px;
  color: #999999;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
article.mm22-node-1 .n-ceny {
  padding: 20px;
  border-top: 1px solid #dedede;
  margin: auto 10px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article.mm22-node-1 .n-ceny .n-cena {
  font-size: 17px;
  color: black;
  font-weight: 600;
  letter-spacing: 1px;
}
article.mm22-node-1 .n-ceny .n-cena .n-beznacena {
  font-weight: 200;
  margin-left: 10px;
  text-decoration: line-through;
  opacity: .6;
}
article.mm22-node-1 .n-cart {
  background: black;
  color: white;
  padding: 14px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
article.mm22-node-1 .n-cart small {
  margin-left: 15px;
  font-size: 13px;
}
article.mm22-node-1 .n-cart:hover {
  background: #555555;
}
