﻿#btnViewMore {
    background: #42d697;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    box-shadow: 0 8px 20px rgba(241, 55, 55, 0.3);
    position: unset;
    margin-top: 4px;
    height: 24px;
}
.product-footer {
    flex-grow: 1;
    display: flex;
    align-items: end;
    padding: 1rem 1.25rem;
    justify-content: center;
}
.product-card .card-body {
    position: relative;
    background-color: #fff;
    z-index: 2;
}