<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed-over {
    background-color: #FFF;
    background-color: var(--G-color-bg);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 82%;
    z-index: 111;
}
.fixed-over--is-active {
    display: block;
}
.fixed-over__box {
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .fixed-over--storefront {
        display: block;
        position: static;
        z-index: 0;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .fixed-over--storefront .fixed-over__box {
        position: static;
        overflow: initial;
    }
}
.m-fixed-over__account-general {
    margin-bottom: 1.25rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1.25rem;
}
.m-fixed-over__btn-action--i-x {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 18%;
    z-index: 100;
}
.m-fixed-over__icons-pool--i-x {
    position: fixed;
    right: calc((18% - 1rem) / 2);
    top: 1.4375rem;
}
.m-fixed-over--stickerbot .fixed-over__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-fixed-over--stickerbot .m-fixed-over__account-general {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.m-fixed-over--stickerbot .m-account-general__btn-styled {
    margin-top: auto;
}</pre></body></html>