.sale-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
    width: 247px;
    height: 247px;
}

.ribbon-banner {
    position: absolute;
    top: 26px;
    left: -46px;
    background: #00e951;
    /* background: (135deg, #00e951 0%, #22c55e 100%); */
    color: white;
    font-weight: bold;
    font-size: 12px;
    transform: rotate(-45deg);
    transform-origin: center;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); */
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding: 0px 39px;
    width: 182px;
    height: 39px;
}

.ribbon-label {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 15.6px;
    /* white-space: nowrap; */
    text-transform: uppercase;
    letter-spacing: 0.65px;
    text-shadow: 0 1.3px 2.6px rgba(0, 0, 0, 0.2);
    line-height: 1;
    text-align:center;
    white-space: normal;
    word-wrap: break-word
}