
body .ly_collections_list_1.collectionsWrapper .collections_title h1{font-size:22px;font-weight: bolder;}
body .ly_collections_list_1 .wide .collectionsBox{grid-template-columns:repeat(4, 1fr)}
body .ly_collections_list_1.collectionsWrapper .collectionsBox .collections_item .collections_name{font-size: 18px}
@media screen and (max-width: 1000px){
  body .ly_collections_list_1 .wide .collectionsBox{grid-template-columns:repeat(2, 1fr)}
  body .ly_collections_list_1.collectionsWrapper .collectionsBox .collections_item .collections_name{font-size: 15px}
}
