.hero[data-theme="match3"] .hero-rectangle{background-image: url(../../img/match3/gradient.png)}
.hero[data-theme="match3"] .hero-bottom{
    background: #D0E1FF;
    background: linear-gradient(
            8deg,
            rgba(208, 225, 255, 1) 12%,
            rgba(83, 162, 239, 1) 36%,
            rgba(97, 155, 254, 1) 91%
    );
}
section.products-featured,
section.features {
    background: rgba(208, 225, 255, 1);
    background: linear-gradient(
            234deg,
            rgba(208, 225, 255, 1) 3%,
            rgba(97, 155, 254, 1) 26%,
            rgba(83, 162, 239, 1) 35%,
            rgba(97, 155, 254, 1) 82%,
            rgba(208, 225, 255, 1) 98%
    );
}