


.mfo_featured_card{
    width: 348px;
    height: 440px;
    background: #FFFFFF;
    box-shadow: var(--boxshadow);
    border-radius: var(--roundCornerBig);
    overflow: hidden;
    border: 1px solid var( --colorOrange);
    /*display: flex;
    flex-direction: column;*/
}
.mfo_featured_card .imgWrapper{
    width: 100%;
    /*height: 348px;*/
    height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--roundCornerBig) var(--roundCornerBig) 0 0;
    position: relative;
}
.mfo_featured_card .imgWrapper img{
    width: 80%;
    max-height: 90%;
    object-fit: contain;
}
.mfo_featured_card .imgWrapper .tag_second_hand{
    position: absolute;
    right: 0;
    bottom: 0;
    
}
.mfo_featured_card .imgWrapper .tag_second_hand img{
    /*width: 100px;*/  
    width: 81.75px; 
}
.mfo_featured_card .infoWrapper{
    position: relative;
    height: 222px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.mfo_featured_card .infoWrapper .text_box{
    gap: 2px 0;
    display: flex;
    flex-direction: column;
    padding: 10px 18px 8px 18px;
}
.mfo_featured_card .infoWrapper .text_box h2{
    font-family: var(--fontFamily);
    font-style: normal;
    /*font-weight: 700;*/
    /*font-size: 24px;
    line-height: 36px;*/
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: var( --colorOrange);
    overflow: hidden;
    height: 55px;
}
.mfo_featured_card .infoWrapper .text_box h3{
    font-family: var(--fontFamily);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    display: flex;
    color: #17171A;   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mfo_featured_card .infoWrapper .button_box{
    display: flex;
    gap: 0 13px;
    /*margin-top: 24px;*/
    /*padding: 18px 18px 16px 18px;*/
    padding: 15px 15px 15px 15px;
    background-color: var( --colorOrange);
}
.mfo_featured_card .infoWrapper .button_box>div{
    width: calc(50% - 6.5px );
}
.mfo_featured_card .infoWrapper .button_box button {
    width: 100%;
    font-family: var(--fontFamily);
    font-size: 16px;
    gap: 0 5px;
    height: 32px;
    border: 1px solid var( --colorOrange);
    line-height: 2.2;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var( --colorOrange);
    background-color: white;
    cursor: pointer;
}
.mfo_featured_card .infoWrapper .button_box button:hover{
    font-weight: 700;
    box-shadow: var(--boxshadow);
}
.mfo_featured_card .infoWrapper .button_box h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontFamily);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    height: 48px;
    text-align: center;
    margin-top: 6px;
    color: #fff;   
    overflow: hidden;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}
.mfo_featured_card .infoWrapper .button_box img {
    width: 16px;
}

.product_card_container{
    max-width: 100%;   
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 60px;*/
    /*margin-bottom:50px;*/
    position: relative;
    overflow: hidden;
}
.product_card_container.add_fixed_margin{
    max-width: 1560px;
}
.product_card_container .home_product_card_swiper{
    /*margin: 0 20px;*/
    margin-top: 20px;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
}
.product_card_container .product_swiper_wrapper{
    height: auto;
    padding-bottom: 50px;
    align-items: center;
/*    height: 406px;*/
}
.product_card_container .product_swiper_wrapper .product_slide{
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: fit-content; */
}
.product_card_container .product_slide .mfo_featured_card{
    width: 100%;
}
.product_card_container .home_product_card_swiper .swiper-pagination{
    position: absolute;
}
@media (max-width: 1440px) {
    .product_card_container.add_fixed_margin{
        margin-left: -10px;     
        margin-right: -10px;
        width: calc(100% + 20px);
    }
    .mfo_featured_card{
        height: 440px;
    }
    .mfo_featured_card .imgWrapper{        
        /*height: 212px;*/
    }
    .product_card_container{
        /*margin-bottom: 30px;*/
    }
}
@media (max-width: 992px) {
    .mfo_featured_card .infoWrapper .button_box{
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 10px;
        gap:0 8px;
    }
    .mfo_featured_card .infoWrapper .button_box>div{
        width: calc(50% - 4px);
    }
}
@media (max-width: 820px) {
    .mfo_featured_card .infoWrapper .button_box h3{
        font-size: 13px;
    }
    .mfo_featured_card .infoWrapper .button_box h3{
        height: 40px;
    }
}
@media (max-width: 767px) {
    .product_card_container .home_product_card_swiper{
        /*margin: 0 20px;
        margin-top: 30px;
        position: relative;*/
    }
    .product_card_container .product_swiper-pagination{
        /*position: relative;
        bottom: 60px !important;*/
    }
    .mfo_featured_card{
        /*height: 500px;*/
    }
    .mfo_featured_card .imgWrapper{
        /*height: 248px;*/
    }
    
}
@media (max-width: 700px) {
    .product_card_container{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100vw + 30px);
        overflow: hidden;
        max-width: 100vw;
    }
}
@media (max-width: 640px) {
.mfo_featured_card{
    width: 232px;
    height: 385px;
    border-radius: 8px;
}

.mfo_featured_card .imgWrapper{
    height: 227px;
    border-radius: var(--roundCornerBig) var(--roundCornerBig) 0 0;
}

.mfo_featured_card .infoWrapper{
    height: 158px;

}



.mfo_featured_card .infoWrapper .text_box{
    gap: 5px 0;
    padding: 10px 16px 8px 16px;
}

.mfo_featured_card .infoWrapper .text_box h2{
    font-size: 16px;
    line-height: 18px;
    height: 36px;
}

.mfo_featured_card .infoWrapper .text_box h3{
    font-size: 12px;
    line-height: 20px;
    height: 17px;
}




.mfo_featured_card .infoWrapper .button_box{
    gap: 0 8px;
    height: 77px;
    padding: 8px 16px 6px 16px;
}

.mfo_featured_card .infoWrapper .button_box>div{
    width: calc(50% - 4px );
}

.mfo_featured_card .infoWrapper .button_box button {
    font-size: 12px;
    height: 24px;
    box-shadow: var(--boxshadow);    
}



.mfo_featured_card .infoWrapper .button_box h3{
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    margin-top: 5px;
}

.mfo_featured_card .infoWrapper .button_box img {
    width: 12px;
}

.product_card_container .home_product_card_swiper{
    margin: 0;
}

   
}



@media (max-width: 450px) {
    .product_card_container{
        /*margin-top: 43px;
        margin-bottom: 0px;*/
    }
    .mfo_featured_card .imgWrapper .tag_second_hand img{
        width: 85px;
    }
    .product_card_container .product_swiper_wrapper{
        padding-bottom: 35px;
    }
    .product_card_container .home_product_card_swiper .mfo_featured_card{
        height: 340px;
    }
    .product_card_container .home_product_card_swiper .mfo_featured_card .imgWrapper{
        height: 180px;
        padding-top: 5px;
    }
    .product_card_container .home_product_card_swiper  .mfo_featured_card .imgWrapper > img{
        width: 95%;
        max-height: 100%;
    }
    .product_card_container  .home_product_card_swiper .mfo_featured_card .infoWrapper .text_box{
        padding-left: 10px;
        padding-right: 10px;
    }
    .product_card_container  .home_product_card_swiper .mfo_featured_card .infoWrapper .button_box{
        padding-left: 10px;
        padding-right: 10px;
    }
}




































