:focus{outline:0}#products>img{height:40px;margin-bottom:18px;display:block;max-width:150px}.product .game{width:90%;margin:0 auto;height:96px;width:96px;border-radius:15px;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease-in-out;position:relative}.product .game:hover{opacity:.7}.product .game img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}#products{width:100%;margin:0 0 24px;padding:12px 0}#products .container{width:100%;padding:12px 42px;position:relative;box-sizing:border-box;background:#44444b;background:linear-gradient(90deg,rgba(68,68,75,1) 0%,rgba(48,48,52,1) 100%);border-radius:8px;transition:all .3s ease-in-out;box-shadow:0 3px 25px rgba(0,0,0,0.11)}#products .container .slider{width:100%;position:relative}#products .prev{position:absolute;left:16px;top:46%;width:16px;height:16px;border:0;background-color:transparent;transform:rotate(-135deg);color:transparent;cursor:pointer;outline:none !important}#products .next{position:absolute;right:16px;top:46%;width:16px;height:16px;border:0;background-color:transparent;transform:rotate(45deg);color:transparent;cursor:pointer;outline:none !important}#products .next:hover,#products .prev:hover{opacity:.7}@media screen and (max-width:768px){#products{width:calc(100% - 24px);margin:0 auto 18px;overflow:hidden;padding:12px 0 0}#products .next,#products .prev{display:none}#products .container{padding:12px 0}#products .container .slider{display:flex;overflow:auto;width:calc(100vw - 36px)}.product .game{width:96px;max-height:96px;margin-left:15px;min-height:96px}}.less-product{display:flex;flex-direction:row;overflow-x:auto}.less-product .item{margin:0 12px}@media screen and (max-width:1200px){.less-product .item{margin:0 8px}}