.sliderContainer{display:flex;align-items:center;justify-content:center;position:relative}.slider{display:flex;overflow:hidden;width:80vw;justify-content:space-between}.productCard{width:16.66%;text-align:center}.productCard img{width:100%;height:auto;border-radius:8px}.top-pick-swiper-container{position:relative}.top-pick-custom-next,.top-pick-custom-prev{position:absolute;top:35%;z-index:9;background-color:var(--color-white);padding:10px;width:40px;height:40px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:background-color .3s ease,transform .3s ease}.top-pick-custom-next:hover,.top-pick-custom-prev:hover{background-color:rgba(0,0,0,.2)}.top-pick-custom-prev{left:-20px}.top-pick-custom-next{right:-20px}.top-pic-arrow{color:var(--color-dark-gray)}@media screen and (max-width:480px){.top-pick-custom-next,.top-pick-custom-prev{width:30px;height:30px}.top-pick-custom-prev{left:0}.top-pick-custom-next{right:0}}