.mwt-elementor-products-carousel .owl-carousel.owl-loaded {
    overflow: visible;
}

.mwt-elementor-products-carousel .owl-carousel .owl-nav > button:after {
    display: inline-block;
    line-height: 1em;
    min-width: 1em;
    min-height: 1em;
}

.mwt-elementor-products-carousel .owl-nav > button {
    border-color: #000;
}

.mwt-elementor-products-carousel .owl-carousel .owl-nav > button:first-child:after {
    content: '';
    width: 1em;
    height: 1em;
    -webkit-mask: url("../img/products-chevron-left.svg") no-repeat center / cover;
    background-color: #000;
}

.mwt-elementor-products-carousel .owl-carousel .owl-nav > button:last-child:after {
    content: '';
    width: 1em;
    height: 1em;
    -webkit-mask: url("../img/products-chevron-right.svg") no-repeat center / cover;
    background-color: #000;
}

.mwt-elementor-products-carousel ul.products,
.mwt-elementor-products-carousel ul.products li.product {
    margin-bottom: 0 !important;
}

.mwt-elementor-products-carousel .owl-carousel .owl-stage-outer {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}