.m-stl-sidebar{display:block;position:absolute;z-index:9999}.m-stl-sidebar--visible .m-stl-sidebar__content{opacity:1;transform:translate(0);visibility:visible}.m-stl-sidebar--visible .m-stl-sidebar__underlay{opacity:.4;transition-delay:.1s,0s;transition-duration:.3s,0s;visibility:visible}.m-stl-sidebar__content{background:var(--color-secondary-bg);box-shadow:0 2px 8px rgba(0,0,0,.059),0 3px 12px rgba(0,0,0,.02);display:flex;flex-direction:column;height:100%;max-width:55rem;opacity:0;overflow-x:hidden;overflow-y:auto;padding:1.5rem 2rem;position:fixed;right:0;top:0;transform:translate(100%);transition:opacity .6s ease,transform .6s ease,visibility .6s;visibility:hidden;width:100%;z-index:3000}@media screen and (min-width:768px){.m-stl-sidebar__content{padding:3rem 4rem}}.m-stl-sidebar__underlay{background:var(--color-black);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease .1s,visibility 0s linear .4s;visibility:hidden;width:100%;z-index:2400}.m-stl-sidebar__header{justify-content:space-between;margin-bottom:2rem}@media screen and (min-width:768px){.m-stl-sidebar__header{margin-bottom:4rem}}.m-stl-sidebar__heading{margin-bottom:0}.m-stl-sidebar__close{margin-top:.5rem;padding:0}.m-stl-sidebar__close .icon{display:block;height:3.4rem;width:3.4rem}.m-stl-sidebar__products{flex:1;overflow:auto}.m-stl-sidebar__product{margin-bottom:1.5rem}@media screen and (min-width:768px){.m-stl-sidebar__product{margin-bottom:3rem}}.m-stl-sidebar__product:last-child{margin-bottom:0}.m-stl-sidebar__actions{padding-top:1.5rem}@media screen and (min-width:768px){.m-stl-sidebar__actions{padding-top:3rem}}.m-stl-sidebar__message{color:var(--color-state-error);margin:1rem auto 0}