@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }
    .ps-page__header {
        margin-bottom: 0px !important;
    }
    .ps-shopping-product .col-sm-6 {
        padding: 0px !important;
    }
    #newsletterBoton {
        font-size: 4.3vw;
    }

    .item-order-policy{
        border: none;
    }
    .social-footer label {
        top: 0px !important;
    }
    
    .ps-breadcrumb .breadcrumb li::before {
        margin: 0 0px;
    }
}