@media (max-width: 680px) {
  body.home-page .quick-categories {
    padding: 4px 5px 7px;
  }

  body.home-page .quick-category-grid {
    gap: 4px;
    padding: 0 1px;
  }

  body.home-page .quick-category {
    flex: 0 0 90px;
    grid-template-rows: 82px max-content;
    gap: 0;
    aspect-ratio: auto;
    min-height: 0;
  }

  body.home-page .quick-category img {
    width: 82px;
    height: 82px;
  }

  body.home-page .quick-category strong {
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.05;
    white-space: nowrap;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
  }
}
