.c-productTypeSection {
  margin-top: 0.16rem;
}
.c-productTypeSection + .c-productTypeSection {
  margin-top: 2.22rem;
}
.c-productTypeSection:last-child {
  padding-bottom: 3.4rem
}
.c-productTypeTitle {
  font-size: 0.36rem;
  margin-bottom: 0.8rem;
}
.c-productList {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.2rem;
  row-gap: 0.68rem;
}
.c-productCard {
  cursor: pointer
}
.c-productCard figcaption {
  margin-top: 0.12rem;
}
.c-productCard figcaption small {
  font-size: 85.71428571428571%;
}
.c-modalProductCard__info {
  font-size: 0.24rem;
  padding: 0.54rem 0.4rem;
}
.c-modalProductCard__info.s-variant {
  width: 3.2rem;
}
.c-modalProductCard__info p + p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 780px) {
  .c-productTypeSection {
    margin-top: 0;
  }
  .c-productTypeSection + .c-productTypeSection {
    margin-top: 0.97rem;
  }
  .c-productTypeSection:last-child {
    padding-bottom: 1.98rem;
  }
  .c-productTypeTitle {
    font-size: 0.2rem;
    padding-top: 0.03rem;
    margin-bottom: 0;
  }
  .c-productListContainer {
    grid-template-columns: 1fr 82.7%;
  }
  .c-productList {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 0.4rem;
  }
  .c-productList.c-productList--wider {
    /* grid-template-columns: repeat(auto-fill, 2.6rem); */
    grid-template-columns: repeat(3, 0.2957fr);
  }
  .c-productCard figcaption {
    font-size: 0.14rem;
    margin-top: 0;
    padding-top: 0.05rem;
    top: 100%;
    left: 0;
    right: 0;
  }
  .c-modalProductCard {
    width: 100svw;
    height: 100svh;
  }
  
  .c-modalProductCard__thumb {
    
    height: 8.4rem;
    max-height: calc(100% - 0.4rem);
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }
  .c-modalProductCard__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .c-modalProductCard__info {
    font-size: 0.12rem;
    padding: 0;
    right: 0.76rem;
    bottom: 0.61rem;
  }
  .c-modalProductCard__info.s-variant {
    width: 1.3rem;
  }
  .c-modalProductCard__info p + p {
    margin-top: 0.21rem;
  }
}
