    .banner {
        display: flex;
        flex-direction: row;
        max-width: 1600px;
        margin: auto;
        margin-bottom: 2em;
    }
    .banner .left-side {
        max-width: 50%;
        background-position: center;
        background-size: cover;
    }
    .banner .right-side {
        display: flex;
        flex-direction: column;
        padding: 3em 2.5em;
        max-width: 50%;
    }
    .banner .right-side .headline {
        font-family: "GT-America-Extended-Bold";
        text-transform: uppercase;
        font-size: 2.25em;
        color: white;
        line-height: 1em;
        margin-bottom: 30px;
        text-align: left;
    }
    .banner .right-side .copy {
        font-family: "GT-America-Extended-Regular";
        font-size: 1em;
        line-height: 1.5em;
        color: white;
        width: 70%;
        margin-bottom: 0;
    }
    .banner .right-side .mobile-copy {
        display: none;
    }
    .banner .right-side .desktop-copy {
        display: flex;
    }
.seo-content-container {
  max-width: 1400px;
    margin: auto;
    text-align: center;
    padding-top: 2em;
}
.seo-content-container strong {
  text-transform: uppercase;
  font-family: 'GT-America-Extended-Bold';
}
.seo-content-container p {
  width: 90%;
  margin: auto;
}
    @media (max-width: 1024px) {
        .banner .right-side .copy {
            width: 90%;
        }
    }
    @media (max-width: 500px) {
        .banner {
            flex-direction: column;
        }
        .banner .right-side {
            align-items: center;
            max-width: 100%;
        }
        .banner .right-side .headline {
            text-align: center;
            line-height: 1em;
        }
        .banner .right-side .copy {
            width: 97%;
            text-align: center;
        }
        .banner .left-side {
            min-height: 215px;
            max-width: 100%;
        }
        .banner .right-side .mobile-copy {
            display: flex;
        }
        .banner .right-side .desktop-copy {
            display: none;
        }
    }

    .custom-shop-pdp .recommendations .purchased-item .product-images .product-image .thumb-link img {
        opacity: 0;
    }
    .hero-wrapper .custom-grid-2.no-margin {
        position: relative;
    }
    .custom-shop-pdp .recommendations .purchased-item .product-images .product-image .thumb-link {
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .custom-shop-pdp .primary-image {
        display: none;
    }
    .custom-shop-pdp .product-image-container #thumbnails {
        display: none;
    }
    @media (max-width: 500px) {
        #main {
            padding-top: 166px;
        }
        #header {
            position: fixed;
            width: 100%;
            background: white;
        }
        .nonav #main {
            padding-top: 0;
        }
        .nonav #header {
            position: relative;
            width: 100%;
            background: white;
        }
        .categoryNav {
            position: relative;
        }
        #navigation {
            position: fixed;
            height: 0;
            background: #f5f5f5;
        }
        #navigation nav {
            height: 0;
        }
        body.mobile {
            position: relative !important;
        }
        .categoryNav {
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .pt_storefront {
            background: white;
        }
        body {
            background: white;
        }
        html {
            background: #f5f5f5;
        }
        #footer {
            background: white;
        }
    }