.product-list{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-15px}.product-card{padding-left:15px;margin-bottom:20px}.product-card-image img{border-radius:4px}@media (min-width:768px){.product-list{margin-left:-30px}.product-card{padding-left:30px}}.product-card-image img{height:100%;max-width:100%;object-fit:cover}.product-card-image.placeholder img{border:1px solid #000}.product-card-title{color:#000;font-weight:700;font-size:20px;margin-top:10px;margin-bottom:10px}.product-card-alt{color:#a9a9a9;font-weight:lighter;min-height:1rem;margin-bottom:10px}