/* --- Cart & Checkout Mobile Deep Fixes --- */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
    display: block !important;
    width: 100% !important;
    overflow-x: hidden !important;
    border: none !important;
  }
  .woocommerce-cart .woocommerce table.shop_table thead, .woocommerce-checkout .woocommerce table.shop_table thead { display: none !important; }
  .woocommerce-cart .woocommerce table.shop_table tbody, .woocommerce-checkout .woocommerce table.shop_table tbody { display: block !important; width: 100% !important; }
  .woocommerce-cart .woocommerce table.shop_table tr, .woocommerce-checkout .woocommerce table.shop_table tr {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
  }
  .woocommerce-cart .woocommerce table.shop_table td, .woocommerce-checkout .woocommerce table.shop_table td {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 10px 0 !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
  }
  .woocommerce-cart .woocommerce table.shop_table td:last-child, .woocommerce-checkout .woocommerce table.shop_table td:last-child { border-bottom: none !important; }
  .woocommerce-checkout #customer_details {
    margin-top: 25px !important;
  }
  .woocommerce form .form-row { padding: 3px !important; }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f8fafc !important;
    border-radius: 8px !important;
    padding: 15px !important;
  }
  .woocommerce-cart .woocommerce, .woocommerce-cart form.woocommerce-cart-form {
    overflow: visible !important;
    overflow-x: visible !important;
  }
}
