.lpc-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 2px 6px rgba(0,0,0,.1);
    display:flex;
    flex-direction:column;
}

.lpc-thumb img{
    width:100%;
    height:auto;
    display:block;
}

a.lpc-thumb img{
	max-height: 300px;
    object-fit: cover;
}

.lpc-body{
    padding:1rem 1.25rem;
    flex:1;
    display:flex;
    flex-direction:column;
}

.lpc-title{
    font-size:1.1rem;
    font-weight:700;
    margin:0 0 .25rem;
    color:#014750;
}

.lpc-cats{
    font-size:.85rem;
    margin:0 0 .25rem;
    color:#6c6c6c;
}

.lpc-price{
    font-size:1rem;
    font-weight:700;
    margin:0 0 .5rem;
    color:#014750;
}

.lpc-specs{
    margin-top:auto;
    font-size:.9rem;
    color:#014750;
}

.lpc-swiper{
    width:100%;
}


.swiper-pagination-bullet{
    width:18px;
    height:18px;
    background:transparent;
    border:2px solid #014750;
    opacity:1;
    border-radius:6px;
    margin:0 6px!important;
    transition:background .2s;
}

.swiper-pagination-bullet-active{
    background:#014750;
}