h5{
    padding: 0;
    margin: 0;
}

/*---------------- Listing ----------------*/
.lsdd-card {
    display: flex;
    background-color: transparent;
    box-shadow: none;
    /* padding: 0 .6rem; */
    padding-bottom: .6rem;
    /* border-bottom: 1px solid #e9e9e9; */
    margin-bottom: .6rem;
}

.lsdd-card .card-img-top {
    flex: 0 0 50%;
    margin-right: .6rem;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vw - 73vw);
    background: #f2f5f8;
}

.lsdd-card .card-img-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.lsdd-card .lsdd-card-body {
    width: 100%;
}

.lsdd-card .lsdd-card-body .card-title {
    font-weight: 600;
    font-size: .9rem;
    line-height: normal;
    margin: 0 0 .3rem 0;
}

.lsdd-card .lsdd-card-body .card-subtitle {
    font-size: 13px;
    margin:0 0 3px 0;
}

.lsdd-card .lsdd-border{
    border: 1px solid #eaeaea;
}

/* Desktop */
@media (min-width: 993px) and (max-width: 1920px) {
    .lsdd-card .lsdd-card-body {
        padding: 13px;
    }
    

    .lsdd-card-shadow{
        box-shadow:  0  5px 10px rgba(154,160,185,0.05),
        0 15px 40px rgba(166,173,201,0.2);
    }

    .lsdd-card .lsdd-card-body .card-title{
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 3px !important;
    }

    .lsdd-card .lsdd-card-body .card-subtitle {
        display: block;
        font-weight: normal;
        font-size: .9rem;
        line-height: normal;
        margin-bottom: .6rem;
        color: #4c4c4c;
    }

    .lsdd-card .card-img-top {
        display: block;
        width: 100%;
        /* height: calc( 100vw - 83.5vw );
        max-height: 226px; */
        /* max-width:100%;
        max-height:100%;
        height: calc( 100vw - 85vw ); */
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .lsdd-card .card-img-top img{
        max-width: 100%;
        max-height: 100%;
        min-height: 170px;
        height: auto;
    }

    .lsdd-card {
        display: block;
        background-color: transparent;
        box-shadow: none;
        background-color: #FFF;
        margin-bottom: 1.2rem;
        padding:0;
        border-bottom: none;
    }

    .lsdd-card-shadow{
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    }

    .card-product .card-body .card-title {
        font-weight: 600;
        font-size: 1.1rem;
        line-height: normal;
        margin: 0 0 .7rem 0;
    }

}

article#lsdd-listing {
    max-width: 960px;
    margin: 10px auto;
}