.page-sample {
  padding: 24px;
  background: #fafafa;
}

/* 모바일 */
@media (max-width: 769px) {
  .items-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card-link {
    height: 150px !important;
  }

  .product-card-address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* 노트북 이하 */
@media (max-width: 1099px) {
}

/* 데스크톱 */
@media (min-width: 1100px) {
}
