.shop-carousel11 .swiper-slide {
    height: auto;
}

.shop-carousel11 .product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: right;
    height: 100%;
}

.shop-carousel11.is-double-row .product {
    height: auto;
    margin: 15px 0;
}

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

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

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

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

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

.shop-carousel11 .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-carousel11 .price-wrap,
.shop-carousel11 .product-foot {
    margin-top: 15px;
}

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

.shop-carousel11 .swiper-nav-button {
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: none;
    background-color: #FA722C;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: ease .3s;
}

.shop-carousel11 .swiper-nav-button::after {
    font-size: 20px;
}

.shop-carousel11 .swiper-nav-button.swiper-button-next {
    right: -26px;
}

.shop-carousel11 .swiper-nav-button.swiper-button-prev {
    left: -26px;
}

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

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

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

@media screen and (max-width: 1024px){
    .shop-carousel11 .swiper-nav-button.swiper-button-next {
        right: 0;
    }

    .shop-carousel11 .swiper-nav-button.swiper-button-prev {
        left: 0;
    }
}