.teaser-stripe {
    background-color: #FA5A57;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.333;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 1024px) {
    .teaser-stripe {
        font-size: 0.875rem;
        line-height: 1.427;
    }
}
@media screen and (max-width: 1023px) {
    .teaser-stripe--not-in-mobile {
        display: none;
    }
}
.teaser-stripe--not-in-mobile.teaser-stripe--sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}
@media screen and (min-width: 1024px) {
    .teaser-stripe--only-in-mobile {
        display: none;
    }
}
.teaser-stripe a {
    color: currentColor;
    text-decoration: none;
}
.teaser-stripe__symbol {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
}
.teaser-stripe--stickerbot {
    background-color: #625ADF;
    background-color: var(--G-color-blue-dark);
}
.teaser-stripe + .l-doc-body .cart-page__sticky {
    top: 3.125rem;
}
.m-teaser-stripe__btn-action--i-x-small {
    display: none;
}