scroll-hint{display:flex;flex-direction:column;position:relative;min-height:0}scroll-hint:before,scroll-hint:after{content:"";position:absolute;left:0;right:0;height:var(--hint-height, 48px);z-index:10;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}scroll-hint:before{top:0;background:linear-gradient(180deg,var(--bg, #fff),var(--bg-opacity, #ffffff1a) 90%)}scroll-hint:after{bottom:0;background:linear-gradient(0deg,var(--bg, #fff),var(--bg-opacity, #ffffff1a) 90%)}scroll-hint.can-scroll-up:before,scroll-hint.can-scroll-down:after{opacity:1}scroll-hint .scrollable-container{overflow-y:auto;flex-grow:1;min-height:0}
/*# sourceMappingURL=/cdn/shop/t/80/assets/scroll-hint.css.map */
