.shop-carousel13 .product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: right;
    box-shadow: -64px 0 45px -50px #0000003b;
}

.shop-carousel13 .swiper .swiper-wrapper {
    overflow: visible;
}

.shop-carousel13 .swiper-slide:last-child .product,
.shop-carousel13 .swiper-slide.after-active-slide-2 .product{
    box-shadow: none;
}

.shop-carousel13 .title-wrap .p-title {
    font-size: 17px;
}

.shop-carousel13 .products-list .product > div {
    width: 100%;
}

.shop-carousel13 .product .product-cover {
    position: relative;
}

.shop-carousel13 .product .product-cover img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.shop-carousel13 .product-label {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.shop-carousel13 .product-label span {
    display: inline-block;
    font-size: 15px;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 0 0 0 15px;
}

.shop-carousel13 .price-wrap,
.shop-carousel13 .product-foot {
    margin-top: 15px;
}

.shop-carousel13 .product-foot a {
    display: inline-block;
    padding: 7px 17px;
    font-size: 16px;
    background-color: #FA722C;
    border-radius: 5px;
    color: #fff;
}

.shop-carousel13 .sale-progress {
    width: 100%;
    margin-top: 10px;
    height: 7px;
    background-color: #FFDFD1;
    border-radius: 50px;
}

.shop-carousel13 .sale-progress .percent {
    height: 100%;
    background-color: #fa722c;
    border-radius: 50px;
}

.shop-carousel13 .swiper-slide {
    transition: transform 0.3s ease-in-out;
}

.shop-carousel13 .swiper-slide.is-slide-hide {
    opacity: 0;
}

.shop-carousel13 .swiper-slide:not(.swiper-slide-active) {
    z-index: 5;
}

.shop-carousel13 .swiper-slide.swiper-slide-active {
    z-index: 7;
}

.shop-carousel13 .swiper-slide.after-active-slide-1 {
    transform: translateX(50%) scale(0.87);
}

.shop-carousel13 .swiper-slide.after-active-slide-2 {
    z-index: 4;
    transform: translateX(100%) scale(0.77);
}

.shop-carousel13 .swiper .swiper-slide.is-last-slide {
    transform: translateX(0) scale(1);
}