.collections-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #222;
    transition: all 0.2s ease;
}

.collections-arrow svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.collections-arrow:hover,
.collections-arrow:focus,
.collections-arrow.swiper-button-disabled {
    background: #000;
    color: #fff;
}