.shop-carousel7 .owl-carousel {
    padding: 0;
}

.shop-carousel7 .products-list-carousel .product,
.shop-carousel7 .products-list-carousel .product .product-cover {
    position: relative;
    transition: ease .14s;
}

.shop-carousel7 .products-list-carousel .product {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #f0f0f0;
}

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

.shop-carousel7 .products-list-carousel .product .product-cover {
    margin-bottom: 10px;
    backdrop-filter: blur(9px);
    border-radius: 5px;
}

.shop-carousel7 .products-list-carousel .product .product-cover img {
    width: 100%;
    object-fit: cover;
}

.shop-carousel7 .products-list-carousel .product .product-cover .product-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
}

.shop-carousel7 .products-list-carousel .product .product-cover .product-label span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    padding: 3px 13px;
    border-radius: 7px;
}

.shop-carousel7 .products-list-carousel .product .product-label .onsale {
    color: #fff;
    background-color: #ffb93a;
}

.shop-carousel7 .products-list-carousel .product .product-label .soldout {
    color: #fff;
    background-color: #c00;
}

.shop-carousel7 .products-list-carousel .product .product-label .new {
    color: #fff;
    background-color: #00b0ff;
}

.shop-carousel7 .products-list-carousel .product .price-wrap {
    margin: 10px 0 20px 0;
}

.shop-carousel7 .products-list-carousel .product .price-wrap .price del {
    color: #b7b7b7;
    margin: 0 7px;
    display: flex;
}

.shop-carousel7 .products-list-carousel .product .price-wrap .price,
.shop-carousel7 .products-list-carousel .product .price-wrap .price ins,
.shop-carousel7 .products-list-carousel .product .price-wrap .price span {
    display: inline-block;
}

.shop-carousel7 .products-list-carousel .product .price-wrap .price > span > bdi {
    color: #35495c;
}

.shop-carousel7 .products-list-carousel .product .price-wrap .price > span > bdi,
.shop-carousel7 .products-list-carousel .product .price-wrap .price ins span bdi {
    font-size: 18px;
    font-weight: bold;
}

.shop-carousel7 .products-list-carousel .product .price-wrap .price span {
    margin: 0 3px;
}

.shop-carousel7 .products-list-carousel .product .product-foot .fa,
.shop-carousel7 .products-list-carousel .product .product-foot i,
.shop-carousel7 .products-list-carousel .product .product-foot a.added {
    display: none;
}

.shop-carousel7 .products-list-carousel .product .product-foot {
    margin: 0 0 -32px 0;
}

.shop-carousel7 .products-list-carousel .product-foot a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 0 auto 0 auto;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    background-color: #000;
}

.shop-carousel7 .products-list-carousel .product-foot a svg {
    width: 16px;
    fill: #fff;
}

.shop-carousel7 .products-list-carousel .product-foot a:hover {
    width: auto;
}

.shop-carousel7 .products-list-carousel .product .title-wrap a * {
    color: #686868;
    font-size: 15px;
}

.shop-carousel7 .products-list-carousel .product-foot a span {
    display: none;
}

.shop-carousel7 .products-list-carousel .product-foot a:hover span {
    display: block;
}

.shop-carousel7 .products-list-carousel .product-foot a:hover :is(i, svg) {
    display: none;
}

.shop-carousel7 .products-list-carousel .owl-item,
.shop-carousel7 .products-list-carousel .owl-item:hover {
    box-shadow: none;
    background-color: transparent;
}

.shop-carousel7 .owl-nav,
.shop-carousel7 .owl-dots {
    display: none;
}

.shop-carousel7 .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.shop-carousel7 .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #2289FF;
    border-radius: 50px;
    margin: 5px;
}

.shop-carousel7 .owl-dots .owl-dot.active {
    background-color: #bbbbbb;
}