#we_similar {
    width: 100%;
    /* max-width: 964px; */
    position: relative;
    margin: 10px 0;
}

.similarProductsCarousel {
    position: relative;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    max-width: -webkit-fill-available;
}

.similarProductsCarousel::-webkit-scrollbar {
    height: 0;
}

#prev,
#next {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
 /* background: white; */
    border: none;
    padding: 8px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
 /* box-shadow: 3px 3px 6px rgb(0 0 0 / 50%); */
}

#prev {
    top: -100px;  /* oryginał -57px */
    left: 0;
    float: left;
    display: none;
}

#next {
    top: -100px; /* oryginał -57px */
    right: 0;
    width: 40px;
    float: right;
}

.wecarousel {
    position: relative;
    display: inline-flex;
    margin: auto;
    box-sizing: border-box;
}

/* .item {
    width: 180px;
    height: 180px;
    background: green;
} */