.scrollbarShadows{height:100%;overflow:hidden;position:relative;width:100%;--scrollbar-shadows-offset-left:0;--scrollbar-shadows-offset-right:0;--scrollbar-shadows-offset-top:0;--scrollbar-shadows-offset-bottom:0}.scrollbarShadows__overlay{pointer-events:none;position:absolute;z-index:1}@media(min-width:1024px){.scrollbarShadows__overlay{width:calc(var(--grid-width)/var(--grid-columns-count)*3)}}@media(min-width:1440px){.scrollbarShadows__overlay{width:calc(var(--grid-width)/var(--grid-columns-count)*2)}}.scrollbarShadows__overlay{opacity:1;transition:opacity 1s,visibility 1s;visibility:visible}.scrollbarShadows__overlay--hidden{opacity:0;visibility:hidden}.scrollbarShadows__overlay--left{background-image:linear-gradient(to right,var(--theme-color-0),var(--theme-color-2-transparent));left:var(--scrollbar-shadows-offset-left)}.scrollbarShadows__overlay--left,.scrollbarShadows__overlay--right{bottom:15px;height:calc(100% - 15px);top:0;width:calc(var(--grid-width)/var(--grid-columns-count)*4)}.scrollbarShadows__overlay--right{background-image:linear-gradient(to left,var(--theme-color-0),var(--theme-color-2-transparent));right:var(--scrollbar-shadows-offset-right)}.scrollbarShadows__overlay--top{background-image:linear-gradient(to bottom,var(--theme-color-0),var(--theme-color-2-transparent));height:140px;left:0;right:15px;top:var(--scrollbar-shadows-offset-top);width:calc(100% - 15px)}.scrollbarShadows__overlay--bottom{background-image:linear-gradient(to top,var(--theme-color-0),var(--theme-color-2-transparent));bottom:var(--scrollbar-shadows-offset-bottom);height:140px;left:0;right:15px;width:calc(100% - 15px)}
