.block-product-buy-button-group .quantity-selector__input,
.block-product-buy-button-group .block-product-buy-button-wrapper {
  align-self: stretch;
}
.block-product-buy-button-group .block-product-buy-button-wrapper {
  flex-grow: 1;
}
.block-product-buy-button-group .payment-button-wrapper {
  width: 100%;
}
.block-product-buy-button-group .payment-button-wrapper.is-disabled {
  display: none;
}

@media (max-width: 959px) {
  .is-sticky > .block-product-buy-button-group {
    position: fixed;
    inset-block-end: var(--fixed-bottom, 0);
    inset-inline-start: 0;
    z-index: var(--z-index-sticky);
    width: 100%;
    padding: 20px var(--page-padding);
    background-color: rgba(var(--color-background));
    border-block-start: 1px solid rgba(var(--color-text), 0.05);
    box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    animation: animation-slide-in-bottom 0.3s;
  }
}

@media (max-width: 959px) {
    .block-product-buy-button-group .quantity-selector,
    .block-product-buy-button-group .quantity-selector__input {
        height: 36px !important;
        min-height: 36px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        line-height: 36px !important;
    }
    .block-product-buy-button-group .block-product-buy-button-wrapper {
        flex-grow: 1 !important;
    }
    .block-product-buy-button-group .block-product-buy-button-wrapper .btn,
    .block-product-buy-button-group .block-product-buy-button-wrapper button {
        height: 36px !important;
        min-height: 36px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
