/* === Checkout estilo Shopify === */
.wc-block-checkout, .wp-block-woocommerce-checkout {
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
  background: #f6f6f8;
}
.wc-block-components-text-input input,
.wc-block-components-textarea {
  border: 1px solid #d4d4d4 !important;
  border-radius: 6px !important;
  padding: 14px 12px !important;
  font-size: 15px !important;
  height: 52px !important;
  background: #fff !important;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.wc-block-components-text-input input:focus,
.wc-block-components-textarea:focus {
  border-color: #1a1a1a !important;
  box-shadow: 0 0 0 1px #1a1a1a !important;
  outline: none !important;
}
.wc-block-components-text-input label {
  color: #717171 !important;
  font-size: 14px !important;
}
.wc-block-components-payment-method {
  border: 1px solid #d4d4d4 !important;
  border-radius: 8px !important;
  padding: 16px !important;
  margin-bottom: 8px !important;
  background: #fff !important;
}
.wc-block-components-payment-method:has(input:checked),
.wc-block-components-payment-method.is-active {
  border-color: #1a1a1a !important;
  background: #f9fafb !important;
}
.wc-block-components-payment-method__title {
  font-weight: 600 !important;
  color: #1a1a1a !important;
}
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
  background: #1a1a1a !important;
  color: white !important;
  font-weight: 600 !important;
  padding: 16px 24px !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  min-height: 56px !important;
  text-transform: none !important;
  transition: opacity 0.15s;
}
.wp-block-woocommerce-checkout-order-summary-block {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  padding: 24px !important;
}
.wc-block-components-checkout-step__title,
.wc-block-components-checkout-step__heading {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}
.wc-block-components-checkout-step__description {
  color: #717171 !important;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .wc-block-checkout, .wp-block-woocommerce-checkout {
    padding: 16px 12px;
  }
}
