<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">sticky-bar{--offset: 0rem ;position:fixed;display:flex;width:100%;left:0;right:0;opacity:0;background-color:rgb(var(--color-white));color:rgb(var(--color-black));z-index:3;pointer-events:none;transition:opacity var(--duration-short) ease-in-out}sticky-bar.sticky-bar--visible{opacity:1;pointer-events:all}sticky-bar.sticky-bar--top{position:fixed;bottom:calc((0 * 1rem) + var(--offset));box-shadow:0 -.3rem .3rem #0000001a}sticky-bar.sticky-bar--bottom{position:fixed;top:calc((0 * 1rem) + var(--offset));box-shadow:0 .4rem 3.2rem #00000029}
/*# sourceMappingURL=/cdn/shop/t/37/assets/p80-sticky-bar.css.map */
</pre></body></html>