
.hero[data-theme="jollybattle"] .hero-rectangle{background-image: url(../../img/jollybattle/grad.png);}
.hero[data-theme="jollybattle"] .hero-bottom{
    background: #C96A76;
    background: linear-gradient(
        5deg,
        rgba(201, 106, 118, 1) 10%,
        rgba(117, 56, 181, 1) 37%,
        rgba(105, 49, 189, 1) 56%,
        rgba(93, 42, 198, 1) 84%
    );
}
section.products-featured,
section.features {
    background: #C96A76;
    background: linear-gradient(
        234deg,
        rgba(201, 106, 118, 1) 3%,
        rgba(117, 56, 181, 1) 26%,
        rgba(105, 49, 189, 1) 35%,
        rgba(93, 42, 198, 1) 62%,
        rgba(201, 106, 118, 1) 96%
    );
}
section.features .section-head h2,
section.features .sweet-teams-title h2 {
    color: #f38963;
}