.bestsellers-products-wrapper .container {
    position: relative;
}
.bestsellers-products-wrapper .slick_custom-arrow:hover {
    cursor: pointer;
}
.bestsellers-products-section .slick_custom-arrow--prev::before, .slick_custom-arrow--next::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bestsellers-products-section .custom-arrows-wrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.bestsellers-products-section .slick_custom-arrow {
    background-color: unset;
    border: none;
    pointer-events: auto;
    padding: 0;
}

.bestsellers-products-section .slick_custom-arrow--prev {
    transform: translateX(-30px);
}

.bestsellers-products-section .slick_custom-arrow--next {
    transform: translateX(30px);
}

.bestsellers-products-section .slick_custom-arrow--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='30' viewBox='0 0 16 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9609 1L1.70721 14.2537C1.31669 14.6442 1.31669 15.2774 1.70721 15.6679L14.9609 28.9217' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.bestsellers-products-section .slick_custom-arrow--next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='30' viewBox='0 0 17 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96094 1L15.2147 14.2537C15.6052 14.6442 15.6052 15.2774 15.2147 15.6679L1.96094 28.9217' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 600px) {
    .bestsellers-products-section .section-title {
        text-align: center;
    }
    .bestsellers-products-section .content-wrapper{
        padding: 0 35px;
    }
    .bestsellers-products-section .slick_custom-arrow--prev {
        transform: none;
    }
    .bestsellers-products-section .slick_custom-arrow--next {
        transform: none;
    }
}
