.card-body{
    height: 80px;
}

.product-card{
    display: flex;
    flex-direction: column;
}

.card-footer{
    margin-top: 15px;
}

.home-banner{
    /* width: 100%; */
    height: 300px;
    max-height: 500px;
    /* max-width: 690px; */

    background: #eee;
    position: relative;

}

.home-banner > *{
    z-index: 1;
}



.home-banner h2{
    font-size: 3.125rem;
    text-shadow: 0 0 0.3rem #fff;
    line-height: 1 !important;
    font-weight: 700;
}

.home-banner h6{
    font-size: 0.875rem !important;
    text-shadow: 0 0 0.3rem #fff;
    text-transform: uppercase;
    line-height: 1 !important;
    font-weight: 700;
}

.home-banner p{
    text-shadow: 0 0 0.3rem #fff;
}

.home-banner-img{
    position: absolute;
    z-index: 0;

    right: 10px;
    width: 300px;
}

.collection-img-wrapper{
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background-color: white;
    overflow: hidden;
}

.collection-img-wrapper img{
    box-sizing: border-box;
    padding: 20px;
    
}


.collections-slider-name{
    font-size: 0.9375rem !important;
}