/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
.s-product-card-content-footer{
 position: relative;
 margin-top: 12px;
    visibility: visible !important;
     opacity: 1;
}
.s-product-card-entry .s-button-btn{
  position: absolute;
  bottom: 0;
}
}