.link-to-product {
    text-decoration: none !important;
    color:#FFFFFF !important;
    display:block;
    border:1px solid #a03672;
    background-color: #c7438e;
    padding: 5px;
    width: 100%;
    border-radius: 7px;
    text-align:center;
    margin-top: 10px;
}
.link-to-product:hover {
    background-color: #d87cb0;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

