selector .swiper{
    /*overflow: inherit;*/
    padding-bottom: 25px;
    margin-left: -12px;
    margin-right: -12px;
}

.item-products-box{
    padding: 10px;
}

.item-product {
    position: relative;
    border-radius: 8px;


//overflow: hidden;
    max-width: 444px;
    margin: auto;

    padding-top: 120px;
//padding-bottom: 50px;

}

.item-product .item-product-con{
    background: #f6f6f6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
.item-product .img-con {
//osition: relative;
    display: flex;
    line-height: 0;
    height: 120px;
    /* padding-top: 58.4782608696%; */
//background: #F8F9FA;
}

.item-product .img-con img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 240px;
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    margin: 0 auto;
    background: transparent;
//border-radius: 50%;
//box-shadow: 0px 0px 17px rgba(2, 6, 19, 0.09);
}

.item-product[data-category="Beverages"]:hover img {
    transform: scale(1.1);
}
.item-product[data-category="Doughnuts"]:hover img{
    transform: rotate(10deg);
}


.item-product .s2 {
    /*padding: 12px 30px 20px;*/
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-product .price {
    font-family: 'Raleway', Sans-Serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 30px;
    left: 24px;
    padding: 0 10px;
    color: #FFF;
    border-radius: 3px;
    --c1: #51CEF8;
    --c2: #28A0EF;
    --c3: #0D1737;
    background: linear-gradient(90deg, var(--c1, #51CEF8), var(--c2, #28A0EF) 48%, var(--c3)) var(--x, 0) / 200%;
    min-height: 50px;
    transition: background ease .2s;
}

.item-product a:hover .price{
    --x:100%;
}



.item-product .title-con {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Raleway', Sans-Serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 100px;
//margin-bottom: 15px;
//background: #F8F9FA;
    width: 100%;
    padding: 17px 24px 17px;
    text-align: center;
}

.item-product .excerpt {
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 150px;
    margin-bottom: 12px;
    /* background: red; */
    padding: 0 24px 20px;
    width: 100%;

@media(max-width: 480px){
    height: 268px;
    -webkit-line-clamp: 8;
}
}

.item-product .excerpt p{
    margin-bottom: 0;

}

.item-product .more-link {

    min-width: 140px;
    margin-top: auto;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    min-height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    left: 0;
}

.item-product a:hover .more-link{

    --x: 100%;
}
.item-product .listings{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 0 24px;
    gap: 0 60px;
}

.item-product .listings p{
    margin-bottom: 0;
}

.item-product .listings .listing-label{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}


.item-product .listings .listing-title{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5003;
}

@media(max-width: 1400px){
    .swiper{
        overflow: hidden;

    }
}
