.bannerWidget--846 {
    background-image: url(); 
	background-attachment: scroll; 
	background-position: 50% 100%; 
	background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--846 {
        background-attachment: initial;
    }
}

.bannerWidget--846::after {
    background-color: hsl(26, 100%, 39%);
    z-index: 1;
}

.bannerWidget--846 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
        max-width: 1600px;
    
    }

.bannerWidget--846 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 600px; 
    line-height: 1.25; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--846 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 800px; 
    line-height: 1.75; 
    font-size: 24px;
    text-transform: none;
}.featuredProductsWidget--847 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--847 a {
    color: var(--link_color);
}.featuredProductsWidget--848 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--848 a {
    color: var(--link_color);
}