.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;display:flex;width:38px;height:38px;padding:7px;justify-content:center;align-items:center;cursor:pointer;transition:all .2s;border-radius:2px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.carousel__btn:hover{background:hsla(0,0%,100%,.1)}.carousel__btn-prev{left:20%}@media screen and (max-width:800px){.carousel__btn-prev{left:45%;top:-20px}}.carousel__btn-next{right:20%}@media screen and (max-width:800px){.carousel__btn-next{right:45%;top:-20px}}.carousel__icon{width:1.5rem;height:1.5rem}.swiper-container{padding:60px 0}.swiper-wrapper{display:flex;align-items:center}.product-slide{width:100%;max-width:300px;transition:all .3s ease}.product-image{width:100%;height:300px}