.product-card-small-image{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%;position:relative;z-index:1;border-radius:15px;overflow:hidden;padding:133px 30px 30px;box-sizing:border-box;text-decoration:none}.product-card-small-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 55.12%,#333);z-index:1;pointer-events:none}.product-card-small-image__image{position:absolute;top:0;left:0;z-index:-1}.product-card-small-image__image,.product-card-small-image__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-small-image__name{font-weight:500;font-size:18px;line-height:22px;color:#fff;z-index:2;position:relative}@media(max-width:1199px){.product-card-small-image{padding:140px 20px 20px}.product-card-small-image__name{font-size:16px;line-height:20px}}@media(max-width:639px){.product-card-small-image__name{word-wrap:anywhere}}@media(max-width:559px){.product-card-small-image{padding:20px}.product-card-small-image:before{content:"";float:left;padding-top:90%}}