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

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

.bestseller__title {
    margin-bottom: 40px;
}

.bestseller__title h3 {
    margin: 16px auto;
    font-weight: 400;
}

@media (max-width: 767px) {
    .bestseller__title h3 {
        max-width: 250px;
    }
}

.bestseller__title h3 span {
    font-weight: 600;
}

.bestseller__products img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 224px !important;
    height: 249px;
    margin: auto;
}

.bestseller__products .uptitle {
    margin: 10px 0;
    font-weight: 300;
}

.bestseller__products p, .bestseller__products .single .singleContent li, .single .singleContent .bestseller__products li {
    font-family: 'Prompt';
    margin-bottom: 24px;
}

.bestseller__products p span, .bestseller__products .single .singleContent li span, .single .singleContent .bestseller__products li span {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    color: #1E9F9F;
    margin-left: 12px;
}

.bestseller__products .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bestseller .arrow-products, .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) {
    .bestseller .arrow-products, .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) {
    .bestseller .arrow-products .owl-prev, .new .arrow-products .owl-prev, .new .arrow-new .owl-prev, .bestseller .arrow-products .owl-next, .new .arrow-products .owl-next, .new .arrow-new .owl-next {
        position: absolute;
        left: 2%;
    }
    .bestseller .arrow-products .owl-prev::after, .new .arrow-products .owl-prev::after, .new .arrow-new .owl-prev::after, .bestseller .arrow-products .owl-next::after, .new .arrow-products .owl-next::after, .new .arrow-new .owl-next::after {
        width: 56px;
        height: 56px;
    }
}

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

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

.new__products img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 224px !important;
    height: 249px;
    margin: auto;
}

/* END BESTSELLER.SCSS */
</pre></body></html>