/** Shopify CDN: Minification failed

Line 49:2 Unexpected "{"
Line 49:3 Expected identifier but found "%"
Line 53:2 Unexpected "{"
Line 53:3 Expected identifier but found "%"

**/


/* CSS from snippet stylesheet tags */
.custom-product-form__buttons.product-form__buttons {
    max-width: unset;
  }
  .custom-product-form__buttons .custom-buy-button-with-quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .custom-product-form__buttons .custom-buy-button-with-quantity .product-form__input.product-form__quantity,
  .custom-product-form__buttons .custom-buy-button-with-quantity button.product-form__submit {
    flex: auto;
    margin: unset;
  }
  .custom-product-form__buttons .custom-buy-button-with-quantity .product-form__input.product-form__quantity .quantity,
  .custom-product-form__buttons .custom-buy-button-with-quantity .product-form__input.product-form__quantity .quantity:after,
  .custom-product-form__buttons .shopify-payment-button__button.shopify-payment-button__button--unbranded,
  .custom-product-form__buttons .custom-buy-button-with-quantity button.product-form__submit {
    border-radius: 5px;
  }
  .custom-product-form__buttons .custom-buy-button-with-quantity button.product-form__submit {
    background-color: rgba(19, 166, 55, 1);
  }
  .custom-product-form__buttons .custom-buy-button-with-quantity button.product-form__submit:hover{
    background-color: #0C7325;
  }
  .button:not([disabled]):hover:after {
    box-shadow: none !important;
  }
  .shopify-payment-button__button--unbranded:after {
     background-color: rgba(89, 51, 241, 0.66);
  }
  .custom-product-form__buttons .shopify-payment-button__button.shopify-payment-button__button--unbranded,
  .custom-product-form__buttons .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background-color: rgba(89, 49, 244, 1);
  }
  {% unless block.settings.show_dynamic_checkout_consent %}
    .custom-product-form__buttons #shopify-buyer-consent {
      display: none;
    }
  {% endunless %}