.custom-collection-list{background-color:#fff;}
.custom-collection-list .section__header {margin-bottom: 2.5rem;}
.custom-collection-list .product-card__information__wrapper .collection-grid-item__title{font-weight: 400;}

@media screen and (max-width:1024px){
    .custom-collection-list .product-card__information__wrapper .collection-grid-item__title{font-size: 14px;}
}

@media screen and (max-width:767px){
  .collection-grid .collection-grid-item {max-width: 100%;}
}