.product .game{width:100%;height:90px;background-color:white;border-radius:8px;margin-bottom:16px;display:flex;flex-direction:row;overflow:hidden;text-decoration:none;transition:all .3s ease-in-out}.product .game:hover{box-shadow:0 16px 16px rgba(0,0,0,0.08)}.product .game .box_image{min-width:90px;height:90px;position:relative;margin-right:18px}.product .game .box_image img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}.product .game .box_info{display:flex;flex-direction:column;justify-content:center}.product .game .box_info .box_headline{color:#3e3e3e;font-size:16px;font-style:italic;margin:0 0 8px}.product .game .box_info div{font-size:16px;color:#fb8e31;display:inline-block;font-weight:600}.product .game .box_info div span{font-size:16px;text-decoration:line-through;color:#707070;margin-left:10px}#products{width:100%;margin:0 0 48px}#products .wrapper{max-width:1360px;margin:0 auto;padding:0 15px;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}#products .product__menu{width:100%;display:none;flex-direction:row;justify-content:space-between;margin-bottom:20px}#products .product__menu .item{width:100%;border-bottom:1px solid #fb8e31;padding:10px 10px 10px 0;font-size:24px;color:#3e3e3e;font-weight:600;cursor:pointer}#products .product__menu .item.active{border-bottom:3px solid #fb8e31}#products .container{width:100%;display:flex;flex-direction:row;justify-content:space-between}#products .container .grid{width:calc((100% / 3) - 16px)}#products .container .grid .link{color:#717171;font-size:16px;text-transform:uppercase;margin:18px 0 0;text-align:center;display:block;text-decoration:none}#products .container .grid .link:hover{color:#fb8e31}#products .container .grid h3{border-bottom:1px solid #fb8e31;position:relative;padding:10px 10px 10px 0;font-size:24px;color:#3e3e3e;font-weight:600}#products .container .grid h3:after{content:'';position:absolute;bottom:0;left:0;height:3px;width:74px;background:#fb8e31}@media screen and (max-width:1200px){#products .container{flex-direction:column}}@media screen and (min-width:660px) and (max-width:1200px){.product__menu{display:flex !important}#products .container .grid{width:100%;display:none}#products .container .grid h3{display:none}}@media screen and (max-width:660px){#products .container .grid{width:100%}}#products .container .active{display:block}