[data-vc-carousel]{ display:flex; transition: transform .55s cubic-bezier(.23,1,.32,1); }
.vc-slide{ flex:0 0 100%; min-width:100%; }

/* Nav + mega menü */
.app-navigation { position: relative; z-index: 50; }
.scroller { scrollbar-width: none; -ms-overflow-style: none; }
.scroller::-webkit-scrollbar { display: none; }
.vc-mega-menu { position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; max-width: 72rem; width: 100%; z-index: 60; }
.vc-mega-menu .trending-grid { grid-template-rows: repeat(10, 1fr); }

