/*
 * AMUI v2.1.2 — checkout main.
 * Porządkuje bazę checkoutu bez ruszania działających sekcji Dostawa i Płatność.
 */
body.amui-checkout-final,
body.amui-checkout-final::before,
body.woocommerce-checkout:not(.woocommerce-order-received),
body.woocommerce-checkout:not(.woocommerce-order-received)::before {
  background: var(--amui-final-bg, #eef0f2) !important;
  background-color: var(--amui-final-bg, #eef0f2) !important;
}

body.amui-checkout-final .woocommerce-notices-wrapper .woocommerce-message:empty,
body.amui-checkout-final .woocommerce-notices-wrapper .woocommerce-info:empty,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:empty,
body.woocommerce-cart .woocommerce-message:empty {
  display: none !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message.amui-cart-updated-notice,
body.woocommerce-cart .woocommerce-message.amui-cart-updated-notice {
  display: none !important;
}

body.amui-checkout-final form.checkout.woocommerce-checkout {
  isolation: isolate !important;
  overflow: visible !important;
}

body.amui-checkout-final .amui-checkout-left,
body.amui-checkout-final .amui-checkout-summary-wrap,
body.amui-checkout-final #customer_details,
body.amui-checkout-final .woocommerce-billing-fields,
body.amui-checkout-final .amui-checkout-products-card,
body.amui-checkout-final .amui-checkout-delivery-shell,
body.amui-checkout-final .amui-checkout-payment-shell {
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.amui-checkout-final .amui-checkout-left {
  align-content: start !important;
}

body.amui-checkout-final .woocommerce-billing-fields,
body.amui-checkout-final .amui-checkout-products-card,
body.amui-checkout-final .amui-checkout-delivery-shell,
body.amui-checkout-final .amui-checkout-payment-shell,
body.amui-checkout-final .amui-checkout-summary-wrap {
  border-color: #d9e0e7 !important;
}

@media (max-width: 981px) {
  body.amui-checkout-final form.checkout.woocommerce-checkout {
    display: block !important;
  }
}
