.rsp-breadcrumb-wrap {
    height: 60px;
    background: linear-gradient(rgba(0,0,0,.7), transparent);
    margin-top: -1px;
}

.breadcrumbs a,
.breadcrumbs div.split {
    color: #fff;
}

.rsp-breadcrumb-wrap #he-call-us {
    color: #fff;
    background: url(/resources/images/icons/phone-white.svg) no-repeat left center;
}

.container.promotions {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: lightgray;
    display: flex;
    align-items: center; justify-content: center;
    width: 100%; height: 492px;
}
.webp .container.promotions { background-image: url(/resources/images/banner/default/landing/bg.webp); }
.no-webp .container.promotions { background-image: url(/resources/images/banner/default/landing/bg.png); }

.promotions .promotion-container {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
}

.promotions .promotion-container .main-header {
    color: #123156;
    text-align: center;
    font-size: 60px; font-weight: 900;
    line-height: .8;
    text-shadow: 0px 0.9px 2px #00000040;
    margin-top: 15px;
}

.promotions .promotion-container div:nth-of-type(2) {
    color: #0096FF;
    font-size: 24px;
    margin-top: 5px;
}

.promotions .promotion-container .promotion-button {
    display: flex;
    align-items: center; justify-content: center;
    background-color: #FC5609;
    width: 100%; max-width: 460px;
    height: 60px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px #00000040;
    margin-top: 18px;
}

.promotions .promotion-container .promotion-button div {
    color: #fff;
    font-size: 16px; font-weight: 900;
}

.container.shop-links .shop-link-header {
    color: #24272E;
    font-size: 54px; font-weight: 900;
    margin-top: 35px;
}

.container.shop-links .shop-links-wrap {
    display: flex; flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.container.shop-links .shop-link {
    display: flex; flex-direction: column;
    max-width: 348px;
    width: 100%; height: 325px;
    border-radius: 8px;
    box-shadow: 0px 0.9px 2px #00000040;
    margin-bottom: 40px;
}
.container.shop-links .shop-link:hover { box-shadow: 0 0 8px rgba(12,194,221,.6); }

.container.shop-links .shop-link .shop-link-img {
    width: 100%; height: 270px;
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.webp .container.shop-links .shop-link:first-of-type .shop-link-img { background-image: url(/resources/images/banner/default/landing/shop1.webp); }
.webp .container.shop-links .shop-link:nth-of-type(2) .shop-link-img { background-image: url(/resources/images/banner/default/landing/shop2.webp); }
.webp .container.shop-links .shop-link:nth-of-type(3) .shop-link-img { background-image: url(/resources/images/banner/default/landing/shop3.webp); }
.no-webp .container.shop-links .shop-link:first-of-type .shop-link-img { background-image: url(/resources/images/banner/default/landing/shop1.png); }
.no-webp .container.shop-links .shop-link:nth-of-type(2) .shop-link-img { background-image: url(/resources/images/banner/default/landing/shop2.png); }
.no-webp .container.shop-links .shop-link:nth-of-type(3) .shop-link-img { background-image: url(/resources/images/banner/default/landing/shop3.png); }

.container.shop-links .shop-link .button {
    align-self: center;
    display: flex;
    align-items: center; justify-content: center;
    background-color: #FC5609;
    width: 300px; height: 60px;
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0px 1px 1px #00000040;
    margin-top: -30px;
}

.container.shop-links .shop-link .button > div {
    display: flex; align-items: center;
    color: #fff;
    font-size: 16px; font-weight: 700;
    text-decoration: none;
}

.container.shop-links .shop-link .button > div > img {
    padding-left: 7px;
}

.container.disclaimer {
    color: #767C8A;
    font-size: 16px;
    margin: 40px auto 80px auto;
}

@media (width > 767px) {

    .promotions .promotion-container .main-header {
        font-size: 80px;
    }

    .promotions .promotion-container div:nth-of-type(2) {
        font-size: 32px;
    }

    .promotions .promotion-container .promotion-button div {
        font-size: 24px;
    }

    .container.disclaimer {
        margin: 80px auto;
    }
}

@media (width > 1200px) {
    .container.shop-links .shop-links-wrap {
        flex-direction: row;
    }

    .container.shop-links .shop-link {
        margin-bottom: 0;
    }
}