@charset "UTF-8";

.dl-common__section .dl-farm_relate_product__list__ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 680px) {
  .dl-common__section .dl-farm_relate_product__list__ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 680px) {
  .dl-common__section .dl-farm_relate_product__list .dl-snippets_itemname span {
    font-size: var(--pow0);
  }
}
