/*
 * HYGSI product detail: compact desktop purchase panel, revision 2.
 * Keeps the existing cart/table spacing and shortens only the desktop space
 * above the purchase form by 20% (30px -> 24px).
 */

@media (min-width: 1025px) {
  html body.type-detail:not(.hygsi-manual-set)
  .p-data-wrapper.hygsi-buy-panel {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 55px !important;
  }

  html body.type-detail:not(.hygsi-manual-set)
  #product-detail-form.hygsi-buy-form,
  html body.type-detail:not(.hygsi-manual-set)
  #product-detail-form.hygsi-buy-form.hygsi-has-quantity-discounts,
  html body.type-detail:not(.hygsi-manual-set)
  #product-detail-form.hygsi-buy-form:not(.hygsi-has-quantity-discounts) {
    flex: 0 0 auto !important;
    grid-template-rows: auto auto 58px !important;
    align-content: start !important;
    margin-top: 24px !important;
  }

  html body.type-detail:not(.hygsi-manual-set)
  #product-detail-form.hygsi-buy-form.hygsi-has-quantity-discounts {
    grid-template-rows: auto 50px 58px !important;
  }
}
