.carousel{font-family:Montserrat,sans-serif;padding:0}.carousel,.carousel .container{position:relative}.carousel .next,.carousel .prev{align-items:center;border:1px solid #2d2c37;border-radius:24px;cursor:pointer;display:flex;height:48px;justify-content:center;width:48px}.carousel .next img{padding-top:5px}.carousel .prev{transform:rotate(180deg)}.carousel .prev img{padding-top:5px}.carousel .prev{left:-56px}.carousel .next,.carousel .prev{position:absolute;top:calc(50% - 24px)}.carousel .next{right:-56px}@media screen and (max-width:768px){.carousel .next,.carousel .prev{display:none}}.carousel .container{display:flex;flex-direction:row;flex-wrap:wrap}.carousel-games{padding:24px 0 0;width:100%}@media screen and (max-width:768px){.carousel-games{display:flex;justify-content:flex-start;overflow-x:auto;padding:24px 0 0;width:100%}}.carousel-games .item{border-radius:8px;display:block;height:220px;margin:0 auto 12px;min-width:180px;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:180px}.carousel-games .item:not(:last-child){margin-right:24px}.carousel-games .item:hover{box-shadow:0 5px 30px rgba(0,0,0,.3);transform:translateY(-10px)}.carousel-games .item img{height:calc(100% - 48px);left:0;max-width:100%;object-fit:cover;position:absolute;top:0;width:100%}.carousel-games .item-title{align-items:center;background:#000;background:linear-gradient(90deg,#000,#2f3145);bottom:0;box-sizing:border-box;color:#fff;display:flex;height:48px;justify-content:space-around;padding:0 8px;position:absolute;width:100%}.carousel-games .item-title span{font-size:10px;font-weight:300;text-transform:uppercase}.carousel-games .item-price{color:#fd882b;font-size:18px;font-weight:700;text-align:center}@media screen and (max-width:768px){.carousel-games{width:100%}}.carousel .no-slider{display:flex;margin:24px 0}