#global-access-teaser {
    background: #fff;
}
#global-access-teaser .container{
    background: var(--bs-primary);
    max-width: 600px;
    margin: 0 auto;
    border-radius: var(--bs-border-radius);
    position: relative;
}

#global-access-teaser .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
#global-access-teaser .text {
    display: flex;
    justify-content: center;
    align-items: center;
}
#global-access-teaser .text a  {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#global-access-teaser .text h3 {
    color: #fff;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
#global-access-teaser .ribbon {
    --f: .5em; /* control the folded part */
    font-size: 0.7rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
    padding-inline: 1.2rem;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(
            100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: var(--bs-danger);
    z-index: 1;
}

#global-access-teaser .product-price {
    position: absolute;
    right: -0.5rem;
    bottom: 10px;
    background-color: var(--bs-danger);
    color: #fff;
    font-size: 1rem;
    padding: .5rem .75rem .25rem;
    font-weight: bold;
    box-shadow: var(--bs-box-shadow);
    z-index: 3;
}

#global-access-teaser .product-price:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color:  rgba(0,0,0,0)    rgba(0,0,0,0) var(--bs-dark) rgba(0,0,0,0) ;
    transform: rotate(90deg);
    position: absolute;
    top: -9px;
    right: 0;
}

#global-access-teaser .product-price .product-price-ht {
    position: absolute;
    top: -2px;
    right: .25rem;
    font-size: .7rem;
}
