.douyee-featured-products-slider {
    position: relative;
}
.featured-product-image {
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

.featured-product-title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.douyee-single-feature-product {
    background-color: white;
    border-radius: 1em;
    box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.3);
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: .5em;
}

.featured-product-excerpt {
    text-align: left;
}

.douyee-featured-products-slider.owl-carousel .item{
    min-height: 400px;
    max-height: 600px!important;
}

.douyee-single-feature-product.owl-carousel-child .douyee-product-action {
    text-align: right;
}
.owl-dots {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 5px;
    margin: 1em 0 2em;
}
.owl-dots button span {
    background-color: white;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50px;
    transition: .3s all ease-out;
    box-shadow: 1mm 1mm 1mm rgba(0,0,0,0.2)!important;
    opacity: .5;
}
.owl-dots button.active span{
    width: 50px!important;
    opacity: 1;
}

.owl-nav {
    position: absolute;
    top: -40px;
    right:0;
}
.owl-nav button {
    width: 30px;
    height: 30px;
    background-color: #ccc!important;
    margin-left: .5em;
}
.owl-nav button span {
    color: #333;
    font-size: 24px
}

@media (max-width: 482px){
    .owl-nav{
        display: none;
    }
}