#pre-order-specials {
    font-size: 16px;
    --yellow: #fef204;
    --gray: #9d9c9c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url(../../../images/25/april/lp/lp-back.jpg);
	background-image: -webkit-image-set(url("../../../images/25/april/lp/lp-back.jpg") 1x, url("../../../images/25/april/lp/lp-back@2x.jpg") 2x);
}
#pre-order-specials .lp-banner {
    padding-top: 30px;
    padding-bottom: 50px;
}
#pre-order-specials .products {
    gap: 50px;
    margin-bottom: 50px;
}
#pre-order-specials .first-products {
    gap: 50px;
}
#pre-order-specials .second-products {
    gap: 50px;
}
#pre-order-specials .button {
    width: 155px;
    height: 40px;
}
#pre-order-specials .product .button {
    bottom: 5%;
}
#pre-order-specials .product4 .button {
    bottom: 0;
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 767px){
    #pre-order-specials {
        background-image: url(../../../images/25/april/lp/lp-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/april/lp/lp-back-m.jpg") 1x, url("../../../images/25/april/lp/lp-back-m@2x.jpg") 2x);
    }
    #pre-order-specials .container {
        padding: 0;
    }
    #pre-order-specials .lp-banner {
        width: 100%;
        padding-bottom: 8%;
    }
    #pre-order-specials .lp-banner img {
        width: 92%;
    }
    #pre-order-specials .products {
        flex-direction: column;
        width: 92%;
        gap: 0;
        margin-bottom: 20px;
    }
    #pre-order-specials .first-products,
    #pre-order-specials .second-products {
        gap: 0;
        width: 100%;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    #pre-order-specials .product {
        width: 48.5%;
    }
    #pre-order-specials .product img {
        width: 100%;
    }
    #pre-order-specials .product .button {
        bottom: 0;
        height: 10%;
        width: 60%;
    }
    #pre-order-specials .product3 .button {
        bottom: 8%;
    }

}
@media screen and (max-width: 414px) and (max-height: 700px){
}