.hero[data-theme="animaflux"] .hero-rectangle{background: linear-gradient(180deg, transparent, transparent, #b04c4d);}
.hero[data-theme="animaflux"] .hero-bottom {
    background-color: #b04c4d;
    background-repeat: round;
    padding-bottom: 30px;
}
.hero .hero-logo {
    display: flex;
    justify-content: center;
}
.hero .hero-logo-img {
    max-width: 90vw;
}
@media (max-width: 768px) {
    .hero[data-theme="animaflux"] .hero-headline {
        font-size: 46px;
    }
}
section.products-featured,
section.features {background: radial-gradient(at top, #b04c4d, #b04748, #622533);}
section.story .story-list .story-item .story-content h3,
section.features .features-list .feature-item .feature-content .feature-header,
section.features .features-list .feature-item .feature-content,
section.features .sweet-teams-description,
section.features .sweet-teams-list .sweet-team-content {color: black;}