/* Homepage merch boxes */

.homepage-merch-block {
    flex: 1 0 0;
    width: 50%;
    padding-right: 6px;
}

.homepage-merch-block .homepage-product {
    width: 100%;
}

.homepage-product__contain {
    position: relative;
}

.homepage-product--icon-campaign::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
}

#UnlimitedBroadband.homepage-product--black-friday.homepage-product--icon-campaign:before {
    top: 14px;
}

.homepage-merch-block .homepage-product--icon-campaign {
    background-image: none;
}

/* Product and affiliate page elements */

.gift-included-product-page-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: 'Gill Sans for JL', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 28px;
}

.gift-included-product-page {
    position: relative;
    border-radius: 10px;
    padding-top: 28px;
    padding-left: 104px;
    padding-bottom: 28px;
    margin-bottom: 10px;
    background-image: linear-gradient(to bottom, white, #f4f9f7);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 82px;
    color: #242424;
    font-family: 'Gill Sans for JL', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
}

.gift-included-product-page::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.gift-included-deals-page {
    margin-top: 84px;
    font-family: 'Gill Sans for JL', 'Arial', sans-serif;
    font-size: 19px;
    line-height: 100px;
    overflow: hidden;
}

.gift-included-deals-page::before {
    content: '';
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 16px;
    background-color: #f3f1ee;
    background-position: center center;
    background-repeat: no-repeat;
}

.bundle .gift-bundle-deals-page-title {
    font-family: 'Gill Sans for JL', 'Arial', sans-serif;
    font-size: 19px;
    line-height: 32px;
}

.bundle .gift-bundle-deals-page-title__footnote {
    font-size: 9px;
}

/* Animations for hero banners */

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
