/* Add custom CSS styles below */ 
.s-product-card-entry .s-button-primary-outline {
    background-color: #806d49;
    color: #ffffff;
    }
.s-product-card-entry .s-button-primary-outline:hover {
    color: #2d1d1e;
    border: solid #806d49;
    background: #ffffff;
    opacity: .95;
}
.s-product-card-sale-price h4, .s-product-card-starting-price h4 {
    color: #2ecc71 !important;
    }


.flex-center.rounded-lg.py-14.overflow-hidden img {
  margin-bottom: 290px;
    width: 255px;
    height: auto;
    border-radius: 12px;
}

.duration-300 {
    transform: scale(1.2);
    position: absolute;
    bottom: 159px !important;
}
.s-block.pianomr.overflow-x-hidden.animate-on-scroll {
  margin-top: 10px !important; 
}