.carousel-wrapper{width:100%;position:relative}.carousel{overflow:hidden;height:100%;transition:height .3s ease}.carousel-list{padding:0;margin-bottom:0;display:flex;list-style:none}.carousel-list li{padding-top:0;height:-moz-fit-content;height:fit-content}.carousel-list>*{flex-shrink:0}::-webkit-scrollbar{display:none}.carousel-item:hover .btnPrimary,.carousel-item:hover .likeGame{display:block}.carousel-hover:hover .arrow-wrapper{opacity:1}.arrow-wrapper{display:flex;position:absolute;height:100%;width:34px;top:0;opacity:0;align-items:center;justify-content:center;cursor:pointer;transition:var(--global-transition)}.carousel-hover .arrow-wrapper.disable,.carousel-hover:hover .arrow-wrapper.disable{opacity:0;pointer-events:none}.arrow-wrapper.showArrowGradient{background:#1c1c1c99}.arrow-wrapper.previous{left:0}.arrow-wrapper.next{right:0}.nextSvg,.previousSvg{width:10px;height:18px;box-shadow:0 10px 20px 10px rgba(0,0,0,.46);-webkit-box-shadow:none;position:relative;z-index:1;cursor:pointer}.nextSvg.disabled,.previousSvg.disabled{background:rgba(193,179,147,.4);box-shadow:none}@media only screen and (max-width:600px){.arrow-wrapper{display:none}}.multiple-carousel .slick-slide{display:flex;flex-direction:column;gap:10px}.multiple-carousel .slick-slide:last-child{padding-right:0}.multiple-carousel .slick-track{margin-left:0;margin-right:0}.multiple-carousel .slick-list{overflow-x:auto}.hide-overflow .slick-list{overflow-x:hidden!important}.multiple-line{max-width:120px;width:auto}.multi-line-item{display:flex;flex-direction:column;gap:15px}