@media only screen and (max-width: 1440px) {
    body.featured-collections .promo-content .subscribe-short {
        padding: 40px;
    }
}
@media only screen and (max-width: 1366px) {
    body.featured-collections .promo-content .form-subscribe input {
        width: 60%;
    }
    body.featured-collections .promo-content .form-subscribe button {
        width: 40%;
    }
}
@media only screen and (max-width: 1280px) {
    body.featured-collections .promo-content .subscribe-short {
        padding: 40px 25px;
    }
    body.featured-collections .promo-content h3 {
        font-size: 60px;
    }
    body.featured-collections .promo-content h4 {
        font-size: 20px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1024px) {
    body.featured-collections .promo-content .owl-carousel.goods-promo .owl-stage {

    }
}
@media only screen and (min-width: 1440px) {
    body.featured-collections .promo-content .owl-carousel.goods-promo .owl-stage {

    }
    body.featured-collections .promo-content .owl-carousel.goods-promo .owl-item .item {
        transform: scale(.6);
    }
}
@media only screen and (min-width: 1920px) {
    body.featured-collections .promo-content .owl-carousel.goods-promo .owl-stage {

    }
}
@media only screen and (min-width: 2560px) {
    body.featured-collections .promo-content .owl-carousel.goods-promo .owl-stage {
        
    }
}