#sept-promo {
    --orange: #ff6c00;
    font-size: 16px;
}
#sept-hero{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../../images/23/sept/hero/back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/sept/hero/back.jpg") 1x, url("../../../images/23/sept/hero/back@2x.jpg") 2x);
}
.sh-inner {
    padding: 0 15px;
}
.sh-inner .button{
    width: 297px;
    height: 71px;
    font-size: 1.8125em;
    padding-top: 0.2em;
    margin-top: 34px;
}
.sh-main {
    padding-top: 129px;
    padding-bottom: 79px;
    margin-right: 78px;
}
.sh-main .main{
    width: 120%;
    height: auto;
    bottom: -5px;
}
.sh-main .bulb{
    width: 33.1140350877193%;
    left: -26.5642151481888%;
    margin-top: -12px;
}
.sh-main p {
    font-size: 0.75em;
    line-height: 1;
    width: 300px;
}
#sept-disclaimer {
    padding: 25px 0;
}
#sept-disclaimer p {
    font-size: 0.9375em;
    line-height: 1.5333;
    width: 548px;
}
#sept-sub {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../../images/23/sept/hero/sub-back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/sept/hero/sub-back.jpg") 1x, url("../../../images/23/sept/hero/sub-back@2x.jpg") 2x);
}
#sept-sub .banner-image {
    margin-top: -54px;
    margin-right: 61px;
}
#weekly-deals .fp3 .fp-image {
    padding-right: 18px;
}
#weekly-deals .fp4 .fp-image {
    padding-right: 15px;
}
@media screen and (min-width: 1341px){
    .sh-inner {
        margin-right: -165px;
    }
}
@media screen and (max-width: 1340px){
    .sh-main .bulb{
        display: none;
    }
}
@media screen and (min-width:1200px){
    #sept-promo {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
    .sh-main {
        margin-right: 35px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .sh-inner .button{
        width: 240px;
        height: 55px;
        font-size: 1.3em;
        margin-top: 20px;
    }
    #sept-sub .banner-image {
        margin-top: -20px;
        margin-right: 30px;
    }
    #weekly-deals .fp3 .fp-image,
    #weekly-deals .fp4 .fp-image {
        padding-right: 0;
    }
}
@media screen and (max-width: 567px) {
    #sept-hero{
        background-position: bottom center;
        background-image: url(../../../images/23/sept/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/23/sept/hero/back-m.jpg") 1x, url("../../../images/23/sept/hero/back-m@2x.jpg") 2x);
    }
    .sh-inner {
        flex-direction: column;
    }
    .sh-main {
        margin-right: 0;
        margin-bottom: -28px;
        padding-top: 75px;
        padding-bottom: 0;
    }
    .sh-inner .button{
        width: 257px;
        height: 52px;
        font-size: 1.4375em;
        margin-top: 28px;
    }
    #sept-sub .container {
        flex-direction: column;
        padding-top: 20px;
    }
    #sept-sub .banner-image {
        margin-top: 10px;
        margin-right: 0;
        order: 2;
    }
}