/* 商品类别（列表）页面样式表 */
.collection-detail{
  --wrapper-side-padding:60px;
}
.category-cover{
  position: relative;
}
.category-cover img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list{
  --h-space:0;
  --v-space:0;
}
.no-products {
  text-align: center;
}
@media screen and (max-width:767px) {
  .collection-detail {
      --wrapper-side-padding: 20px;
    }
}
