.ProductCard .image{height:265px;border-radius:16px;border:1px solid rgba(0,0,0,.1);transition:.3s;overflow:hidden}.ProductCard .image .discount,.discount-badge{min-width:74px;height:30px;border-radius:10px;background-color:#ff7b02;color:#fff;top:16px;right:16px}.ProductCard .image:hover{background-color:#e8edf2}.ProductCard img{max-height:100%}.ProductCard .addCart{height:48px;width:calc(100% - 40px);left:20px;transition:.3s;bottom:-50px}.ProductCard .addCart svg path{stroke:#fff}.ProductCard .image:hover .addCart{bottom:20px}.ProductCard .addCartNOSTOCK{height:48px;background-color:var(--main-color);width:calc(100% - 40px);left:20px;transition:.3s;bottom:-50px}.ProductCard .addCartNOSTOCK svg path{stroke:#fff}.ProductCard .image:hover .addCartNOSTOCK{bottom:20px}