body {
    background: var(--white);
}

img {
    max-width: 100%;
}

.sr-only {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/*
  Button
  */
.GEshop-Button {
    background-color: var(--basic_purple);
    border-radius: 8px;
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
    padding: 11.25px 24px;
    text-align: center;
    text-decoration: none;
}
.GEshop-Button:hover {
    background-color: var(--basic_hover);
}
.GEshop-Button:active {
    background-color: var(--lead_black);
}

.GEshop {
    color: var(--secondary_medium_grey);
    font-size: 18px;
    line-height: 28px;
}

.GEshop p {
    margin-bottom: 1.5em;
    word-break: break-word;
}

.GEshop-Header {
    padding: 56px 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.GEshop-HeaderContent,
.GEshop-HeaderVideo {
    width: 450px;
    margin: 0 0.6em;
}

.GEshop-HeaderTitle {
    font-size: 56px;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5em;
    color: var(--lead_black);
}

.GEshop-Categories {
    padding: 56px 51px;
    background-color: var(--light_grey);
}

.GEshop-CategoriesTitle {
    font-size: 40px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 1em;
    color: var(--lead_black);
}

.GEshop-CategoriesList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.GEshop-CategoriesListItem {
    width: 200px;
    margin-bottom: 30px;
    list-style-type: none !important;
}

.GEshop-CategoriesListItemImage {
    display: block;
    margin-bottom: 0.75em;
}

.GEshop-CategoriesListItemLink {
    color: var(--basic_purple);
    text-decoration: none;
    display: block;
    line-height: 22px;
}

.GEshop-CategoriesListItemLink:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M4.07821 10.9998C4.07742 10.9342 4.09017 10.8692 4.11563 10.8089C4.14109 10.7487 4.1787 10.6945 4.22604 10.6498L8.30604 6.49981L4.22604 2.34981C4.1789 2.30492 4.14133 2.2507 4.11565 2.1905C4.08997 2.13031 4.07672 2.06541 4.07672 1.99981C4.07672 1.93421 4.08997 1.86931 4.11565 1.80911C4.14133 1.74892 4.1789 1.6947 4.22604 1.64981C4.27028 1.60198 4.32371 1.56386 4.38304 1.5378C4.44236 1.51174 4.50632 1.49829 4.57097 1.49829C4.63561 1.49829 4.69957 1.51174 4.7589 1.5378C4.81822 1.56386 4.87165 1.60198 4.91589 1.64981L9.35068 6.14981C9.39781 6.1947 9.43538 6.24892 9.46107 6.30911C9.48675 6.36931 9.5 6.43421 9.5 6.49981C9.5 6.56541 9.48675 6.63031 9.46107 6.69051C9.43538 6.7507 9.39781 6.80492 9.35068 6.84981L4.91589 11.3498C4.87165 11.3976 4.81822 11.4358 4.7589 11.4618C4.69957 11.4879 4.63561 11.5013 4.57097 11.5013C4.50632 11.5013 4.44236 11.4879 4.38303 11.4618C4.32371 11.4358 4.27028 11.3976 4.22604 11.3498C4.1787 11.3052 4.14109 11.251 4.11563 11.1907C4.09017 11.1304 4.07742 11.0654 4.07821 10.9998Z' fill='%236022A6'/%3E%3C/svg%3E");
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    left: 5px;
    top: 1.2px;
}

.GEshop-CategoriesListItemLink:hover {
    text-decoration: underline !important;
}

.GEshop-CategoriesCta {
    background-color: var(--white);
    border-radius: 8px;
    color: var(--lead_black);
    padding: 38px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.GEshop-CategoriesCtaTitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0.25em;
}

.GEshop-CategoriesCta p {
    margin-bottom: 0;
}

.GEshop-Benefits {
    padding: 56px 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.GEshop-BenefitsItem {
    width: 250px;
}

.GEshop-BenefitsItemTitle {
    font-size: 18px;
    line-height: 24px;
    color: var(--lead_black);
}

.GEshop-BenefitsItemLink {
    color: var(--basic_purple);
    text-decoration: none;
}

.GEshop-BenefitsItemLink:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M4.07821 10.9998C4.07742 10.9342 4.09017 10.8692 4.11563 10.8089C4.14109 10.7487 4.1787 10.6945 4.22604 10.6498L8.30604 6.49981L4.22604 2.34981C4.1789 2.30492 4.14133 2.2507 4.11565 2.1905C4.08997 2.13031 4.07672 2.06541 4.07672 1.99981C4.07672 1.93421 4.08997 1.86931 4.11565 1.80911C4.14133 1.74892 4.1789 1.6947 4.22604 1.64981C4.27028 1.60198 4.32371 1.56386 4.38304 1.5378C4.44236 1.51174 4.50632 1.49829 4.57097 1.49829C4.63561 1.49829 4.69957 1.51174 4.7589 1.5378C4.81822 1.56386 4.87165 1.60198 4.91589 1.64981L9.35068 6.14981C9.39781 6.1947 9.43538 6.24892 9.46107 6.30911C9.48675 6.36931 9.5 6.43421 9.5 6.49981C9.5 6.56541 9.48675 6.63031 9.46107 6.69051C9.43538 6.7507 9.39781 6.80492 9.35068 6.84981L4.91589 11.3498C4.87165 11.3976 4.81822 11.4358 4.7589 11.4618C4.69957 11.4879 4.63561 11.5013 4.57097 11.5013C4.50632 11.5013 4.44236 11.4879 4.38303 11.4618C4.32371 11.4358 4.27028 11.3976 4.22604 11.3498C4.1787 11.3052 4.14109 11.251 4.11563 11.1907C4.09017 11.1304 4.07742 11.0654 4.07821 10.9998Z' fill='%236022A6'/%3E%3C/svg%3E");
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    left: 5px;
    top: 1.2px;
}

.GEshop-BenefitsItemLink:hover {
    text-decoration: underline !important;
}

.GEshop-BenefitsItem h2 {
    margin: 0.85em 0;
}

.GEshop-FeaturedProducts {
    padding: 56px 51px;
    background-color: var(--light_grey);
}

.GEshop-FeaturedProductsTitle {
    font-size: 40px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 1em;
}

.GEshop-FeaturedProducts .GEshop-Carousel {
    position: relative;
}

.GEshop-FeaturedProducts .GEshop-CarouselButton {
    position: absolute;
    top: 75px;
    background-color: var(--lead_black);
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.GEshop-FeaturedProducts .GEshop-CarouselButton:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.GEshop-FeaturedProducts .GEshop-CarouselButton .sr-only {
    display: block;
}

.GEshop-FeaturedProducts .GEshop-CarouselButton:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M4.07821 10.9998C4.07742 10.9342 4.09017 10.8692 4.11563 10.8089C4.14109 10.7487 4.1787 10.6945 4.22604 10.6498L8.30604 6.49981L4.22604 2.34981C4.1789 2.30492 4.14133 2.2507 4.11565 2.1905C4.08997 2.13031 4.07672 2.06541 4.07672 1.99981C4.07672 1.93421 4.08997 1.86931 4.11565 1.80911C4.14133 1.74892 4.1789 1.6947 4.22604 1.64981C4.27028 1.60198 4.32371 1.56386 4.38304 1.5378C4.44236 1.51174 4.50632 1.49829 4.57097 1.49829C4.63561 1.49829 4.69957 1.51174 4.7589 1.5378C4.81822 1.56386 4.87165 1.60198 4.91589 1.64981L9.35068 6.14981C9.39781 6.1947 9.43538 6.24892 9.46107 6.30911C9.48675 6.36931 9.5 6.43421 9.5 6.49981C9.5 6.56541 9.48675 6.63031 9.46107 6.69051C9.43538 6.7507 9.39781 6.80492 9.35068 6.84981L4.91589 11.3498C4.87165 11.3976 4.81822 11.4358 4.7589 11.4618C4.69957 11.4879 4.63561 11.5013 4.57097 11.5013C4.50632 11.5013 4.44236 11.4879 4.38303 11.4618C4.32371 11.4358 4.27028 11.3976 4.22604 11.3498C4.1787 11.3052 4.14109 11.251 4.11563 11.1907C4.09017 11.1304 4.07742 11.0654 4.07821 10.9998Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.GEshop-FeaturedProducts .GEshop-CarouselButtonPrev {
    left: -25px;
}

.GEshop-FeaturedProducts .GEshop-CarouselButtonPrev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.GEshop-FeaturedProducts .GEshop-CarouselButtonNext {
    right: -25px;
}

.GEshop-FeaturedProductsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.GEshop-FeaturedProductsItem {
    min-width: 200px;
    padding-bottom: 0.5em;
}

.GEshop-FeaturedProductsItemNumber,
.GEshop-FeaturedProductsItemLink {
    display: block;
}

.GEshop-FeaturedProductsItemNumber {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 0.5em 0 0.25em;
}

.GEshop-FeaturedProductsItemLink {
    color: var(--basic_purple);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1.5em;
}

.GEshop-FeaturedProductsItemLink:hover {
    text-decoration: underline;
}

.GEshop-CalloutsItem {
    padding: 56px 51px;
    position: relative;
    height: 438px;
}

.GEshop-CalloutsItemImage {
    border-radius: 8px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    left: 50px;
    top: 88px;
    z-index: 2;
}

.GEshop-CalloutsItemContent {
    background-color: var(--basic_purple);
    border-radius: 8px;
    color: var(--white);
    width: 500px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 1;
}

.GEshop-CalloutsItem:nth-child(even) {
    margin-top: -50px;
    margin-bottom: -50px;
}

.GEshop-CalloutsItem:nth-child(even) .GEshop-CalloutsItemContent {
    background-color: var(--white);
    color: var(--lead_black);
    padding-top: 0;
}

.GEshop-CalloutsItemContent .GEshop-CalloutsItemContentWrapper {
    margin-left: 2em;
}

.GEshop-CalloutsItem:nth-child(even) .GEshop-Button {
    background-color: var(--basic_purple);
    color: var(--white);
}
.GEshop-CalloutsItem:nth-child(even) .GEshop-Button:hover{
    background-color: var(--basic_hover);
    color: var(--white);
}
.GEshop-CalloutsItem:nth-child(even) .GEshop-Button:active{
    background-color: var(--lead_black);
    color: var(--white);
}

.GEshop-CalloutsItemEyebrow {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 0 !important;
}

.GEshop-CalloutsItemTitle {
    font-size: 40px;
    font-weight: normal;
    line-height: 44px;
    margin: 0.35em 0;
}

.GEshop-CalloutsItem .GEshop-Button {
    background-color: var(--white);
    color: var(--basic_purple);
}
.GEshop-CalloutsItem .GEshop-Button:hover {
    background-color: var(--white);
    color: var(--basic_hover);
}
.GEshop-CalloutsItem .GEshop-Button:active {
    background-color: var(--white);
    color: var(--lead_black);
}