.wc-home-show-more {
  margin-top: 64px;
}

.wc-home-show-more .wc-title {
  margin-bottom: 0;
}

.wc-home-show-more__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 16px;
  margin: 0;
  margin-top: 24px;
}

.wc-home-show-more__item {
  margin: 0;
}

.wc-home-show-more__link {
  display: block;
}



@media(max-width: 1000px) {
  .wc-home-show-more {
    padding: 0 15px;
  }

  .wc-home-show-more__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  
}