.shopify-payment-button__button:not(.checkbox-checked),
.shopify-payment-button__button:not(.checkbox-checked) + .shopify-payment-button__more-options {
    cursor: not-allowed !important;
    opacity: 0.5;
    pointer-events: none;
}

.product-form__agree-checkbox {
    display: flex;
    margin: 7px 0 14px;
    justify-content: center;
    align-items: center;
}

.product-form__agree-checkbox a {
    text-decoration: underline;
}