/* ThemeHigh Express lives inside Ecomus' add-to-cart flex group. Give it its
   own complete row so Apple Pay / Google Pay matches the Add to bag width. */
body.single-product form.cart .ecomus-product-atc-group:has(.hfsi-product-express){
    flex-wrap:wrap!important;
}

body.single-product form.cart .ecomus-product-atc-group>.hfsi-product-express{
    display:block!important;
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    margin:8px 0 0!important;
    padding:0!important;
    align-self:stretch!important;
    box-sizing:border-box!important;
}

body.single-product form.cart .hfsi-product-express #eh-stripe-payment-request-button,
body.single-product form.cart .hfsi-product-express #eh-stripe-payment-request-button>div,
body.single-product form.cart .hfsi-product-express #eh-stripe-payment-request-button iframe{
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
}

body.single-product #ecomus-sticky-add-to-cart .hfsi-product-express{
    display:none!important;
}
