.latest-products-other-slider .swiper-button-next,
.latest-products-other-slider .swiper-button-prev {
    width: 46px !important;
    height: 46px !important;
    margin-top: -23px !important;
    border: 1px solid rgba(255, 179, 35, .72) !important;
    border-radius: 50% !important;
    background: rgba(38, 51, 58, .9) !important;
    box-shadow: 0 8px 20px rgba(24, 33, 38, .28) !important;
    color: #ffb323 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    z-index: 12 !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.latest-products-other-slider .swiper-button-next {
    right: auto !important;
    left: 10px !important;
}

.latest-products-other-slider .swiper-button-prev {
    right: 10px !important;
    left: auto !important;
}

.latest-products-other-slider .swiper-button-next::after,
.latest-products-other-slider .swiper-button-prev::after {
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    border-radius: 2px;
    font-family: inherit !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.latest-products-other-slider .swiper-button-next::after {
    margin-right: 3px;
    transform: rotate(-135deg);
}

.latest-products-other-slider .swiper-button-prev::after {
    margin-left: 3px;
    transform: rotate(45deg);
}

.latest-products-other-slider .swiper-button-next:hover,
.latest-products-other-slider .swiper-button-prev:hover {
    background: #ffb323 !important;
    border-color: #ffb323 !important;
    box-shadow: 0 10px 24px rgba(255, 179, 35, .28) !important;
    color: #26333a !important;
    transform: scale(1.05);
}

.latest-products-other-slider .swiper-button-disabled {
    opacity: .38 !important;
    cursor: default !important;
}

@media screen and (max-width: 700px) {
    .latest-products-other-slider .swiper-button-next,
    .latest-products-other-slider .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        margin-top: -20px !important;
    }

    .latest-products-other-slider .swiper-button-next {
        left: 6px !important;
    }

    .latest-products-other-slider .swiper-button-prev {
        right: 6px !important;
    }
}
