.custom_sticky_container{position:fixed;width:100vw;z-index:999;background:#fff;transition:all .4s ease;box-shadow:0 -4px 3px 3px rgba(0,0,0,.01)}.custom_sticky_desktop{display:none}.custom_sticky_desktop,.custom_sticky_mobile{width:100%}@media (min-width:1026px){.custom_sticky_container{box-shadow:0 -5px 2px rgba(0,0,0,.03);padding:10px 11px 11px 16px}.custom_sticky_mobile{display:none}.custom_sticky_desktop{display:block}}