<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new {
    text-align: center;
    margin: 64px auto !important;
    padding: 0;
    position: relative;
}

@media (max-width: 767px) {
    .new {
        padding: 0 24px;
    }
}

.new .arrow-products, .bestseller .new .arrow-new, .new .bestseller .arrow-new, .new .arrow-new {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: 50%;
}

@media (max-width: 1280px) {
    .new .arrow-products, .bestseller .new .arrow-new, .new .bestseller .arrow-new, .new .arrow-new {
        position: relative;
        gap: 16px;
        margin-top: 40px;
    }
}

@media (min-width: 1281px) {
    .new .arrow-products .owl-prev, .new .arrow-new .owl-prev, .new .arrow-products .owl-next, .new .arrow-new .owl-next {
        position: absolute !important;
        left: 2%;
    }
    .new .arrow-products .owl-prev::after, .new .arrow-new .owl-prev::after, .new .arrow-products .owl-next::after, .new .arrow-new .owl-next::after {
        width: 56px !important;
        height: 56px !important;
    }
}

@media (min-width: 1281px) {
    .new .arrow-products .owl-next, .new .arrow-new .owl-next {
        right: 2%;
        left: initial;
    }
}

.new .arrow-products .owl-next::after, .new .arrow-new .owl-next::after {
    -webkit-transform: initial !important;
    transform: initial !important;
}

.new__products img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 224px !important;
    height: 249px;
    margin: auto;
}
</pre></body></html>