.header-discount {
    background: #39852a;
}

.cta[theme=dark] {
    background-color: #c07706;
    color: #fff;
}

.section-title--divider {
    width: 100px;
    margin-right: auto;
    background: #52d880; 
}

.featuresList-card__divider{ 
    background: #52d880; 
}

 @media (min-width: 481px) {
.coupon-text--title {
    color: var(--coupon-primary-color, #000);
    font-size: 34px;
    font-weight: 800; 
}
}

.scroller--moveRibbons {
    animation: moveRibbon 300s linear infinite;
}
.coupon-card__title--divider {
    height: 7px;
    width: 100px;
    background: #52d880;
    border-radius: 10px;
    margin: 16px auto;
}

#product-page-v4 {
    font-family: "Roboto",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-bottom: 2px;
}