.hero[data-theme="jigsaw"] .hero-background .hero-rectangle{background-image: url(../../img/adventure/gradient.png)}
.hero[data-theme="jigsaw"] .hero-bottom{
    background: rgba(255, 145, 98, 1);
    background: linear-gradient(
            8deg,
            rgba(255, 219, 204, 1) 12%,
            rgba(255, 145, 98, 1) 39%,
            #fe8957 98%
    );
}
section.products-featured,
section.features {
    background: #FFDBCC;
    background: linear-gradient(
            234deg,
            rgba(255, 219, 204, 1) 3%,
            rgba(255, 145, 98, 1) 26%,
            rgba(255, 137, 87, 1) 35%,
            rgba(255, 145, 98, 1) 82%,
            rgba(255, 219, 204, 1) 98%
    );
}
section.features .features-list .feature-item .feature-description .feature-content .feature-paragraph{color:black;}