.cover-img{border-radius:10px}.product-card{position:relative;display:block;transition-duration:.4s;border-radius:3px;overflow:hidden;box-shadow:1px 1px 5px 3px rgba(0,0,0,.2)}.product-card .product-card-title{display:flex;position:absolute;bottom:0;left:0;width:100%;padding:20px 10px;background:linear-gradient(270deg,transparent,rgba(0,0,0,.3) 30%,#000);color:#fff}@media (min-width:768px){.product-card .product-card-title{justify-content:end;background:linear-gradient(90deg,transparent,rgba(0,0,0,.3) 30%,#000)}}.product-card .product-card-title span{display:block}@media (min-width:768px){.product-card .product-card-title span{text-align:end;width:100%;max-width:300px}}.product-card:hover{box-shadow:1px 1px 10px 3px rgba(0,0,0,.4)}