.collection #collection { display: block } #collection { display: none; text-align: center; } #collection .item { text-align: center; display: inline-block; max-width: 49vw; } #collection .item img { width: 49vw; height: 63vw; } .product #product { display: block } #product { display: none; } #product .style { text-transform: uppercase; } #product.loading #gallery, #product.loading .content { display: none; } #product.loading .loader { display: block; } .gallery { width: 100vw; height: 63vw; } .gallery .item { width: 100vw; height: 63vw; background-size: contain; background-position: center center; background-repeat: no-repeat; } .search #search { display: block } #search { display: none; }