/* Tylko koszyk + checkout */
body.woocommerce-cart,
body.woocommerce-checkout {
  background: #fff;
  color: #0f172a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Kontener strony */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  max-width: 80rem; /* ~max-w-7xl */
  margin: 0 auto;
  padding: 3.5rem 1rem;
}

/* Karty jak u Ciebie */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-checkout form.checkout,
body.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #fff;
  border: 4px solid #000;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 10px 10px 0 rgba(0,0,0,1);
}

/* Przyciski */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: #0f172a;
  color: #fff;
  border-radius: 9999px;
  padding: 14px 22px;
  font-weight: 800;
  border: 0;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #f97316; /* orange-500 */
  color: #fff;
}

/* Pola */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  padding: 12px 16px;
  background: #fff;
}
.woocommerce form .form-row textarea { border-radius: 18px; }

/* Tabela koszyka trochę “czyściej” */
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px 10px;
  border-top: 1px solid #f3f4f6;
}

/* Podsumowanie */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order {
  margin-top: 18px;
}

/* Komunikaty */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 14px 16px;
}
