.homeBerands .swiper-slide {
    height: auto !important;
    border-left: 0.1em solid var(--accent-color2);
}

.homeBerands .swiper-slide:last-child {
    border-left: none;
}

.homeBerands-button-next {
    width: 2.14rem;
    height: 2.14rem;
    border-radius: calc(var(--b-radius)*1.5);
    position: absolute;
    top: 50%;
    left: 0.6rem;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(5px);
    background-color: var(--White) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83334 12.6667L1.00001 6.83333L6.83334 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
}

.homeBerands-button-next.swiper-button-disabled,
.homeBerands-button-next.swiper-button-disabled,
.homeBerands-button-prev.swiper-button-disabled,
.homeBerands-button-prev.swiper-button-disabled {
    opacity: 0;
}

.homeBerands-button-prev {
    width: 2.14rem;
    height: 2.14rem;
    backdrop-filter: blur(5px);
    background-color: var(--White) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: calc(var(--b-radius)*1.5);
    position: absolute;
    top: 50%;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83334 12.6667L1.00001 6.83333L6.83334 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
    transform: rotate(180deg)
}

.berands {
    border: 0.1em solid var(--accent-color2);
}