#we_similar {
    width: 100%;
    /* max-width: 964px; */
    position: relative;

}

.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;
    margin: auto;
    
    align-items: center;
    width: 20px;
    height: 60px;
    opacity: 0.7;
    border-radius: 5px;
    border: none;
    background: rgb(242, 242, 242);
    color: rgb(34, 34, 34);
    display: flex;
    outline: 0;
    cursor: pointer;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 50%);
}
#prev:hover, #next:hover{
    background: #222222;
}
#next:hover svg, #prev:hover svg{
    fill: #fff;
}
#we_similar .nav-btn {
    height: 0;
}
#prev {
    top: -77px;
    left: -10px;
    float: left;
    display: none;
}

#next {
    top: -77px;
    right: -10px;
    float: right;
}

.wecarousel {
    position: relative;
    display: inline-flex;
    margin: auto;
    gap: 12px;
    box-sizing: border-box;
}

/* .item {
    width: 180px;
    height: 180px;
    background: green;
} */