.product-slider-2 .d-flex{
    margin-bottom: 12px;
}
.product-slider-2 .swiper-slide{
    height: auto;
}
.head-product-slider-2{
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 16px;
}
.head-product-slider-2 svg{

}
.head-product-slider-2 .head-product-slider-2-inner{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.head-product-slider-2 .head-product-slider-2-inner .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: var(--black-color);
}
.head-product-slider-2 .head-product-slider-2-inner .subtitle{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: var(--black-color-70);
}
.product-slider-2 .btn-outline-light{
    padding: 8px;
    background: var(--white-color);
    border-radius: 16px;
    display: block;
    position: relative;
}
.product-slider-2 .btn-outline-light span{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: var(--black-color);
    text-align: center;
    display: block;
}
.product-slider-2 .btn-outline-light .inner{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid var(--sec-color-10);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .3s ease-in-out;
    padding: 4px 12px;
}
.product-slider-2 .btn-outline-light:hover .inner{
    background: var(--sec-color-10);
}
.body-product-slider-2 .first-box{
    padding-left: 24px;
}

.first-product-box{
    padding: 8px;
   background: var(--white-color);
    border-radius: 24px;
    display: flex;
}
.first-product-box .product-img{
    width: 41%;
}
.first-product-box .product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--black-color-10);
}
.first-product-box .info-wrapper{
    width: 59%;
    padding: 8px 16px 8px 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.first-product-box .info-wrapper .product-cat{
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    padding: 5px 7px;
    color: var(--black-color);
    background: var(--black-color-5);
    border-radius: 12px;
    width: max-content;
}
.first-product-box .info-wrapper .product-name .fa{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-color);
}
.first-product-box .info-wrapper .product-name .en{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: var(--black-color-70);
}
.first-product-box .info-wrapper .price{
    border-radius: 16px;
    border: 1px solid var(--black-color-5);
    margin-bottom: 8px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-product-box .info-wrapper .btn{
    border-radius: 16px;
    height: 48px;
    border: 0;
}


.first-product-box .info-wrapper .price bdi{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.first-product-box .info-wrapper .price ins{
    text-decoration: none;
    line-height: 24px;
}
.first-product-box .info-wrapper .price del{
    text-decoration: none;
    line-height: 19px;
    margin-left: 8px;
}
.first-product-box .info-wrapper .price del bdi{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    opacity: 0.3;
    text-decoration: line-through;
}
.first-product-box .info-wrapper .price .woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
}
.first-product-box .info-wrapper .price del .woocommerce-Price-currencySymbol{
    display: none;
}
.body-product-slider-2 .second-box .d-flex{
    margin: -6px -12px;
}
.body-product-slider-2 .col-xl-6{
    padding: 12px;
}
.body-product-slider-2 .col-xl-6:nth-child(1) .product-box-horizontal,
.body-product-slider-2 .col-xl-6:nth-child(2) .product-box-horizontal{
    margin-top: 8px;
}
.body-product-slider-2 .col-xl-6:nth-child(3) .product-box-horizontal,
.body-product-slider-2 .col-xl-6:nth-child(4) .product-box-horizontal{
    margin-bottom: 8px;
}
.body-product-slider-2 .col-xl-6:nth-child(1) .product-box-horizontal:before,
.body-product-slider-2 .col-xl-6:nth-child(2) .product-box-horizontal:before{
    content: "";
    width: 78px;
    height: 16px;
    border-radius: 16px 16px 0 0;
    position: absolute;
    top: -8px;
    right: 16px;
    background: var(--main-color);
    z-index: -1;
}

.body-product-slider-2 .col-xl-6:nth-child(3) .product-box-horizontal:before,
.body-product-slider-2 .col-xl-6:nth-child(4) .product-box-horizontal:before{
    content: "";
    width: 78px;
    height: 16px;
    border-radius: 0 0 16px 16px;
    position: absolute;
    bottom: -8px;
    right: 16px;
    background: var(--main-color);
    z-index: -1;
}

.body-product-slider-2 .col-xl-6:nth-child(2) .product-box-horizontal:before,
.body-product-slider-2 .col-xl-6:nth-child(3) .product-box-horizontal:before{
    background: var(--sec-color);
}

.body-product-slider-2 .col-xl-6:nth-child(1) .product-box-horizontal .name-price-wrapper .btn,
.body-product-slider-2 .col-xl-6:nth-child(4) .product-box-horizontal .name-price-wrapper .btn{
    background: var(--main-color-10);
}
.body-product-slider-2 .col-xl-6:nth-child(1) .product-box-horizontal .name-price-wrapper .btn path,
.body-product-slider-2 .col-xl-6:nth-child(4) .product-box-horizontal .name-price-wrapper .btn path{
    fill: var(--main-color);
}
.body-product-slider-2 .col-xl-6:nth-child(1) .product-box-horizontal .name-price-wrapper .btn:hover,
.body-product-slider-2 .col-xl-6:nth-child(4) .product-box-horizontal .name-price-wrapper .btn:hover{
    background: var(--main-color);
}
.body-product-slider-2 .col-xl-6:nth-child(1) .product-box-horizontal .name-price-wrapper .btn:hover path,
.body-product-slider-2 .col-xl-6:nth-child(4) .product-box-horizontal .name-price-wrapper .btn:hover path{
    fill: var(--white-color);
}

.body-product-slider-2 .second-box,
.body-product-slider-2 .first-box{
    position: relative;
}


.body-product-slider-2 .first-box:before{
    content: "";
    width: 100px;
    height: calc(100% + 54px);
    border-radius: 24px;
    background: var(--black-color-5);
    position: absolute;
    z-index: -1;
    top: -27px;
    left: -33px;
}

.body-product-slider-2 .second-box:before{
    content: "";
    width: 100px;
    height: calc(100% + 16px);
    border-radius: 24px;
    background: var(--black-color-5);
    position: absolute;
    z-index: -1;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}







@media (max-width: 1399px) {

}
@media (max-width: 1199px) {}
@media (max-width: 1023px) {}
@media (max-width: 991px) {
    .body-product-slider-2 .first-box{
        padding-left: 0;
        padding-bottom: 16px;
    }
    .body-product-slider-2 .first-box:before{
        display: none;
    }
}
@media (max-width: 767px) {
    .body-product-slider-2{
        padding-bottom: 60px;
    }
    .product-slider-2 .btn-outline-light{
        padding: 4px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .body-product-slider-2 .second-box:before{
        border-radius: 0 24px 24px 0;
        transform: unset;
        left: -32px;
    }
}
@media (max-width: 575px) {
    .body-product-slider-2 .first-box{
        display: none;
    }
}