/* Add custom CSS styles below */ 
.s-product-card-entry .s-product-card-content-footer {
    position: absolute;
    left: 15px;
    right: 15px;
    top: -13px;
    z-index: 1;
    opacity: 1; 
    visibility:visible ; 
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.main-menu #offers .offers-link{
 display: none;
}