
#black-friday{
    --middle-blue: #36bff2;
    font-size: 16px;
}
#bf-hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(../../../images/lps/22/black-friday/back.jpg);
}
.bfh-inner{
    padding: 0 15px;
}
.bfh-main{
    padding-top: 80px;
    margin-right: -20px;
}
.bfh-main .main{
    margin-right: 30px;
    max-width: calc(100% - 30px);
}
#bf-sub{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(../../../images/lps/22/black-friday/sub-back.jpg);
    padding-top: 31px;
    padding-bottom: 47px;
}
#bf-sub .button{
    font-size: 1.625em;
    margin-top: 21px;
    width: 525px;
    height: 71px;
    padding-top: 0.2em;
}
#bf-products{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(../../../images/lps/22/black-friday/products-back.jpg);
    padding-top: 134px;
    padding-bottom: 101px;
}
.bfd-heading{
    border-radius: 100px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0;
    padding: 0 144px;
    height: 124px;
}
.bfd-heading p {
    font-size: 2.1875em;
}
.bfd-heading p.f-white {
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: -4px;
}
.bfd-products{
    margin: 0 -18px;
    padding-top: 56px;
    padding-bottom: 86px;
}
.bfd-product{
    margin: 18px;
    border-radius: 15px;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 0 3px 44px;
    width: 275px;
    min-height: 411px;
    max-width: calc(25% - 36px);
}
.bfd-product-image{
    flex-grow: 1;
}
.bdf-product-price .f-red{
    font-size: 1.625em;
    margin-top: 11px;
}
.bdf-product-price .f-black{
    margin-bottom: 13px;
}
.bdf-product-price .f-blue{
    font-size: 0.875em;
}
.bfd-product .button {
    font-size: 0.8125em;
    margin-top: 11px;
    width: 124px;
    height: 34px;
    padding-top: 0.2em;
}
#bf-products .button.last {
    font-size: 1.625em;
    width: 525px;
    height: 71px;
    padding-top: 0.2em;
}
@media screen and (max-width: 991px) {
    .bfh-main {
        align-items: center;
        margin-right: 0;
        max-width: 100%;
    }
    .bfh-main .main {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .bfh-main .products {
        max-width: 120%;
        margin-right: -10%;
    }
    .bfd-heading p {
        font-size: 1.5em;
    }
    .bfd-products{
        display: grid;
        grid-template: 1fr 1fr / 1fr 1fr;
        column-gap: 18px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .bfd-product{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 567px){
    #bf-hero{
        background-image: url(../../../images/lps/22/black-friday/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/lps/22/black-friday/back-m.jpg") 1x, url("../../../images/lps/22/black-friday/back-m@2x.jpg") 2x);
    }
    .bfh-inner{
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
    }
    .bfh-main{
        padding-top: 30px;
        align-self: center;
    }
    .bfh-main .main{
        margin-bottom: 25px;
    }
    #bf-sub{
        background-image: url(../../../images/lps/22/black-friday/sub-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/lps/22/black-friday/sub-back-m.jpg") 1x, url("../../../images/lps/22/black-friday/sub-back-m@2x.jpg") 2x);
        padding-top: 20px;
        padding-bottom: 28px;
    }
    #bf-sub .button{
        font-size: 1.09375em;
        margin-top: 21px;
        width: 343px;
        height: 42px;
    }
    #bf-products{
        background-image: url(../../../images/lps/22/black-friday/products-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/lps/22/black-friday/products-back-m.jpg") 1x, url("../../../images/lps/22/black-friday/products-back-m@2x.jpg") 2x);
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .bfd-heading{
        height: 50px;
        padding-left: 55px;
        padding-right: 55px;
    }
    .bfd-heading p{
        font-size: 0.9375em;
        line-height: 1.1;
    }
    .bfd-heading p.f-white{
        margin-bottom: 0;
    }
    .bfd-heading p.f-black{
        font-size: 0.625em;
    }
    .bfd-products{
        column-gap: 12px;
        padding: 23.5px 0;
        margin: 0 auto;
        max-width: 100%;
    }
    .bfd-product{
        border-radius: 7.5px;
        padding: 0 3px 24px;
        width: 166px;
        min-height: 248px;
        margin: 8.5px auto;
    }
    .bfd-product-image{
        flex-grow: 1;
    }
    .bdf-product-name p{
        font-size: 0.59375em;
    }
    .bdf-product-price .f-red{
        font-size: 1em;
        margin-top: 8px;
    }
    .bdf-product-price .f-black{
        margin-bottom: 8px;
        font-size: 0.59375em;
    }
    .bdf-product-price .f-blue{
        font-size: 0.53125em;
    }
    .bfd-product .button {
        font-size: 0.5em;
        margin-top: 4px;
        width: 82px;
        height: 22px;
    }
    #bf-products .button.last {
        font-size: 1.09375em;
        width: 343px;
        height: 42px;
    }
}