#sbMessageContainer {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.style1#sbMessageContainer {
    padding-top: 13rem;
    background: url(/content/shared/images/dogs/dog-1.png) top center / 17.7rem 11.3rem no-repeat;
}
.style2#sbMessageContainer {
    padding-top: 12.3rem;
    background: url(/content/shared/images/dogs/dog-2.png) top center / 18.2rem 10.7rem no-repeat;
}
#sbMessageText {
    font-size: 3em;
    margin: auto;
    max-width: 54rem;
    color: #3e3e3e;
    font-weight: 300;
}
.sbMessageSubtext {
    font-size: 2.4em;
    margin: auto;
    max-width: 45rem;
    color: #767676;
    font-weight: 300;
}
#sbMessageSubtext1 {
    margin-top: 2rem;
}
#sbMessageCta {
    display: inline-block;
    font-size: 2.2em;
    line-height: 4.4rem;
    margin-top: 2.5rem;
    padding: 0 2.7rem;
    border-radius: .5rem;
    font-weight: 300;
}
/* Tiny - 300-767px */
@media ( max-width: 47.9375em ) { /* 767px */

    .style1#sbMessageContainer {
        padding-top: 8rem;
        background-size: 9.4rem 6rem;
    }
    .style2#sbMessageContainer {
        padding-top: 7.5rem;
        background-size: 9.4rem 5.5rem;
    }
    #sbMessageText {
        font-size: 2.4em;
        max-width: calc( 100vw - 5rem );
    }
    .sbMessageSubtext {
        font-size: 1.6em;
        max-width: calc( 100vw - 9rem );
    }
    #sbMessageSubtext1 {
        margin-top: 1rem;
    }
    #sbMessageCta {
        font-size: 1.6em;
        line-height: 3.4rem;
        width: calc( 100vw - 7rem );
        max-width: 29rem;
    }
}

.sbInStoreListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .3rem 1.3rem .3rem .3rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: .1rem solid #d3d3d3;
    margin-bottom: .9rem;
}

.sbInStoreListItemImg {
    height: 6.3rem;
    margin-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.2rem;
            flex: 0 0 11.2rem;
}

.sbInStoreListItemText {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 2rem;
}

.sbInStoreListItemBonus:before {
    content: '';
    display: block;
    position: absolute;
    top: -.9rem;
    left: -.85rem;
    width: 1.9rem;
    height: 4rem;
    background: url(/content/source/shop/in-store/images/paper-clip-icon.min.svg);
}

.sbInStoreListItemBonusWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.4rem;
            flex: 0 0 23.4rem;
}

.sbInStoreListItemBonus {
    position: relative;
    width: 23.4rem;
    margin: 0 auto;
    background-image: -webkit-linear-gradient( 285deg, #ffedad 0%, #f1d594 100% );
    background-image: -o-linear-gradient( 285deg, #ffedad 0%, #f1d594 100% );
    background-image: linear-gradient( 165deg, #ffedad 0%, #f1d594 100% );
}

.sbInStoreListItemBonusText {
    padding: .3rem .5rem .8rem 2.1rem;
}

.sbInStoreListItemBonusTitle {
    line-height: 1.5;
    color: #538b9d;
    font-size: 1.6em;
    font-weight: 500;
}

.sbInStoreListItemBonusAmount {
    font-weight: 700;
}

.sbInStoreListItemBonusDescription,
.sbInStoreListItemBonusWeeklyAd, 
.sbInStoreListItemBonusInStore {
    color: #707070;
}

.sbInStoreListItemBonusDescription {
    font-size: 1.2em;
    font-weight: 400;
}

.sbInStoreListItemBonusWeeklyAd {
    text-decoration: underline;
}

.sbInStoreListItemBonusInStore {
    text-decoration: none;
}

.sbInStoreListItemImgInner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.sbInStoreListItemMainText {
    padding: 0;
    margin: 0 0 .5rem;
}

.sbInStoreListItemTitle,
.sbInStoreListItemCashBack {
    display: inline-block;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.sbInStoreListItemTitle {
    color: #4a4a4a;
    margin-right: 1.2rem;
}

.sbInStoreListItemCashBack {
    color: #999;
}

.sbInStoreListItemSecondaryText {
    font-size: 1.2em;
    font-weight: 500;
    color: #9b9b9b;
}

.sbInStoreListItemCtaWrapper {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.1rem;
            flex: 0 0 16.1rem;
}

.sbInStoreListItemBtn {
    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;
    line-height: 1.875;
    height: 3.3rem;
    border: .1rem solid #69b7d6;
    border-radius: .3rem;
    font-size: 1.4em;
    font-weight: 700;
}

.sbInStoreListItem:hover {
    cursor: pointer;
}

/* Tiny - 300-767px */

@media ( max-width: 47.9375em ) { /* 767px */
    .sbInStoreListItem {
        padding: .3rem 1.5rem .3rem .3rem;
    }
    
    .sbInStoreListItemTitle,
    .sbInStoreListItemCashBack {
        font-size: 1.6em;
    }
    
    .sbInStoreListItemBtn {
        margin: 0 auto;
        width: 18rem;
    }
    
    .sbInStoreListItemBonus {
        width: 100%;
    }
    
    /* 426+px */
}

@media ( max-width: 47.9375em ) and ( min-width: 26.625em ) { /* 426px */
        .sbInStoreListItem#sbInStoreBestBuyRow {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }

        #sbInStoreBestBuyRow .sbInStoreListItemText {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
        }

        #sbInStoreBestBuyRow .sbInStoreListItemCtaWrapper {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
        }

        .sbInStoreListItemBonusWrapper {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
        }

        #sbInStoreBestBuyRow .sbInStoreListItemImg {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
        }
    }

@media ( max-width: 47.9375em ) {
    
    /* 501+px */
}

@media ( max-width: 47.9375em ) and ( min-width: 31.3125em ) { /* 501px */
        #sbInStoreBestBuyRow .sbInStoreListItemText {
            margin: 0 1.5rem 1rem 12.2rem;
            -ms-flex-preferred-size: calc( 100% - 30.3rem );
                flex-basis: calc( 100% - 30.3rem ); /* full width minus image + cta with margins */
        }
        
        #sbInStoreBestBuyRow .sbInStoreListItemCtaWrapper {
            margin-bottom: 1rem;
        }
        
        .sbInStoreListItemBonusWrapper {
            -ms-flex-preferred-size: calc( 100% - 12.2rem );
                flex-basis: calc( 100% - 12.2rem );
        }
    }

@media ( max-width: 47.9375em ) {

    /* 426-500px */
}

@media ( max-width: 47.9375em ) and ( min-width: 26.625em ) and ( max-width: 31.25em ) { /* 426-500px */
        .sbInStoreListItem {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }
        
        .sbInStoreListItemText {
            margin-right: 1rem;
        }
        
        #sbInStoreBestBuyRow .sbInStoreListItemText {
            margin: 0 1.5rem 1rem 12.2rem;
        }

        .sbInStoreListItemCtaWrapper {
            margin: 1rem auto;
        }

        .sbInStoreListItemBonusWrapper {
            -ms-flex-preferred-size: calc( 100% - 12.2rem );
                flex-basis: calc( 100% - 12.2rem );
        }

        #sbInStoreBestBuyRow .sbInStoreListItemImg,
        .sbInStoreListItemImg {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
        }

        .sbInStoreListItemText {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
        }

        .sbInStoreListItemCtaWrapper {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
        }
    }

@media ( max-width: 47.9375em ) {

    /* 300-425px */
}

@media ( max-width: 47.9375em ) and ( max-width: 26.5625em ) { /* 300-425px */
        .sbInStoreListItem {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 1.6rem 1.4rem 1.5rem;
        }
        
        .sbInStoreListItemImg {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin: 0 0 1.5rem 0;
            padding: 0;
        }
    
        .sbInStoreListItemText {
            max-width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            -ms-flex-item-align: normal;
                align-self: normal;
            margin: 0 1.5rem 1.5rem 0;
        }
    
        .sbInStoreListItemImgInner {
            width: 11.2rem;
        }
    
        #sbInStoreBestBuyRow.sbInStoreListItem {
            padding: .3rem 1.8rem 1.5rem 1.4rem;
        }
    
        .sbInStoreListItemBonusWrapper {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
        }

        .sbInStoreListItemCtaWrapper {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
        }
    
        #sbInStoreBestBuyRow .sbInStoreListItemImg {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin: 1.5rem auto;
        }
    
        #sbInStoreBestBuyRow .sbInStoreListItemText {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
        }
    
        #sbInStoreBestBuyRow .sbInStoreListItemCtaWrapper {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
            margin-bottom: 1.5rem;
        }
    
        .sbInStoreListItemBonus {
            margin: 0 auto;
        }
    }

/* 900+px */

@media ( min-width: 56.25em ) { /* 900+px */
    #sbInStoreBestBuyRow .sbInStoreListItemText {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .sbInStoreListItemBonusWrapper {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
}

/* 768-1216px */

@media ( min-width: 48em ) and ( max-width: 76em ) { /* 768px & 1216px */
    #sbInStoreBestBuyRow .sbInStoreListItemText {
        -ms-flex-preferred-size: calc((100% - 17.3rem) * 0.7);
            flex-basis: calc((100% - 17.3rem) * 0.7);
    }

    .sbInStoreListItemBonusWrapper {
        -ms-flex-preferred-size: calc((100% - 17.3rem) * 0.3);
            flex-basis: calc((100% - 17.3rem) * 0.3);
    }

    .sbInStoreListItemBonus {
        margin-right: 1rem;
    }
}

/* 1216-1359px */

@media ( min-width: 76em ) and ( max-width: 84.9375em ) { /* 1216px & 1359px */
    #sbInStoreBestBuyRow .sbInStoreListItemText {
        -ms-flex-preferred-size: calc((100% - 17.3rem) * 0.6);
            flex-basis: calc((100% - 17.3rem) * 0.6);
    }

    .sbInStoreListItemBonusWrapper {
        -ms-flex-preferred-size: calc((100% - 17.3rem) * 0.4);
            flex-basis: calc((100% - 17.3rem) * 0.4);
    }

    .sbInStoreListItemBonus {
        margin: 0 auto;
    }
}

/* Wide - 1360+px */

@media ( min-width: 84.9375em ) { /* 1360px */
    #sbInStoreBestBuyRow .sbInStoreListItemText {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: calc((100% - 17.3rem) / 2);
            flex-basis: calc((100% - 17.3rem) / 2);
    }

    .sbInStoreListItemBonusWrapper {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-preferred-size: calc((100% - 17.3rem) / 2);
            flex-basis: calc((100% - 17.3rem) / 2);
    }
}

#sbShopMerchantDetailRelatedInStorePromoTitle {
    color: #4a4a4a;
    font-size: 1.6em;
    font-weight: 700;
    padding: 1rem 0;
    margin: 0;
}

.sbInStoreListItem:hover {
    -webkit-box-shadow: 0 0 .3rem .1rem #ccc;
            box-shadow: 0 0 .3rem .1rem #ccc;
}

/* 768-900px */

@media ( min-width: 48em ) and ( max-width: 56.25em ) { /* 768-900px */

    .sbInStoreListItemCtaWrapper {
        margin: 1.2rem auto 0;
    }

    .sbInStoreListItem {
        padding: 1.2rem 1.5rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .sbInStoreListItemText {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc( 100% - 15.3rem );
                flex-grow: 0;
                flex-shrink: 0;
                flex-basis: calc( 100% - 15.3rem );
    }
}

