.sidesheet{position:fixed;top:0;left:-300px;width:300px;height:100%;background-color:#fff;box-shadow:2px 0 5px rgba(black,.5);transition:left .3s ease,box-shadow .3s ease;overflow-y:auto;z-index:100}.sidesheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:90;overscroll-behavior:contain;touch-action:none}.sidesheet-overlay.open{opacity:1;pointer-events:auto}.sip{background-color:#fff}.marketing{background-color:#f0f8ff;border-radius:0 1rem 1rem 0;z-index:1000}.sidesheet.open{left:0}.sidesheet-content{padding:20px}.sidesheet-close{position:absolute;top:45px;right:16px;background:none;border:none;font-size:16px;cursor:pointer}