@media print, screen and (min-width: 768px) {
  .category__top .products__recommend {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .category__top .products__recommend .btn__item {
    width: 100%;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 768px) {
  .category__top .products__recommend .btn__item .btn__link {
    padding: 12px 20px;
    height: 72px;
  }
}/*# sourceMappingURL=style.css.map */