.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/orangeslice/images/1654276666_629a423a14903.jpeg); 
	background-attachment: fixed; 
	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--1 {
        background-attachment: initial;
    }
}

.bannerWidget--1::after {
    background-color: hsla(0, 0%, 8%, 0.5);
    z-index: 1;
}

.bannerWidget--1 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 64px;
    padding-bottom: 128px;
    height: auto;
        max-width: 1283px;
    
        min-height: 476px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 640px; 
    line-height: 1.25; 
    font-size: 49px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 22px;
    text-transform: uppercase;
}.featuredProductsWidget--5 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--5 a {
    color: var(--link_color);
}.photoGridWidget--9 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: #e1e1e1;
    color: var(--text_color); 
}

.photoGridWidget--9 a {
    color: var(--link_color);
}.ctaButtonWidget--24 {
    background-color: #e1e1e1; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}.bannerWidget--21 {
    background-image: url(https://s3.amazonaws.com/grazecart/orangeslice/images/1658340990_62d8467e6ef50.jpg); 
	background-attachment: fixed; 
	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--21 {
        background-attachment: initial;
    }
}

.bannerWidget--21::after {
    background-color: hsla(0, 0%, 0%, 0.14);
    z-index: 1;
}

.bannerWidget--21 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1212px;
    
    }

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

.bannerWidget--21 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}