.shop-carousel-element .owl-carousel.owl-shop-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    margin: 15px 0;
}

.shop-carousel-element .owl-carousel .owl-item {
    overflow: hidden;
}

.shop-carousel-element .owl-carousel .owl-item img {
    border-radius: 0;
}

.shop-carousel-element .owl-carousel.owl-shop-carousel .owl-item .sc-item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.shop-carousel-element .owl-shop-carousel .sc-items-top,
.shop-carousel-element .owl-shop-carousel .sc-items-bottom {
    width: 100%;
}

.shop-carousel-element.without-price .owl-carousel .owl-item h3 {
    border: none;
}

.shop-carousel-element .owl-carousel .owl-item h3 {
    border-color: #00000014;
}

.shop-carousel-element .out-of-stock {
    font-size: 14px;
    right: 4px;
    left: auto;
    top: 5px;
    padding: 6px 10px;
    border-radius: 10px;
}

.shop-carousel-element .owl-nav {
    display: none;
}