/* =============================================================
   CARE CACA — Estilos WooCommerce (carrito, checkout, mi cuenta, producto)
   Integra el CSS personalizado que estaba cargado en el admin de WP.
   ============================================================= */

body.woocommerce-cart #main-content,
body.woocommerce-checkout #main-content,
body.woocommerce-account #main-content {
  background: #f5f5f5 !important;
}

.woocommerce-cart .woocommerce {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 32px 24px 60px !important;
}

.woocommerce-cart table.cart {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  width: 100% !important;
  border-collapse: collapse !important;
}

.woocommerce-cart table.cart th {
  background: #111 !important;
  color: #fff !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 14px 20px !important;
}

.woocommerce-cart table.cart td {
  padding: 16px 20px !important;
  font-family: 'League Spartan', sans-serif !important;
  background: #fff !important;
  border-bottom: 1px solid #f0f0f0 !important;
  vertical-align: middle !important;
}

.woocommerce-cart table.cart .product-name a {
  font-weight: 800 !important;
  color: #111 !important;
  font-size: 1rem !important;
  font-family: 'League Spartan', sans-serif !important;
}

.woocommerce-cart table.cart .product-name a:hover {
  color: #F36B12 !important;
}

.woocommerce-cart table.cart .product-subtotal,
.woocommerce-cart table.cart .product-price {
  color: #F36B12 !important;
  font-weight: 900 !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.05rem !important;
}

.woocommerce-cart .actions .button,
.woocommerce-cart table.cart td.actions .button {
  background: #111 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  border: none !important;
  font-size: 0.9rem !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  padding: 32px !important;
  border-top: 4px solid #F36B12 !important;
}

.woocommerce-cart .cart_totals h2 {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  color: #111 !important;
  font-size: 1.3rem !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #f0f0f0 !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding: 14px 0 !important;
  font-family: 'League Spartan', sans-serif !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  color: #F36B12 !important;
  border-bottom: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  background: #F36B12 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  padding: 18px 32px !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(243,107,18,0.4) !important;
  transition: all 0.2s !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #C85400 !important;
  transform: translateY(-2px) !important;
}

body.woocommerce-checkout {
  background: #f0f0f0 !important;
  font-family: 'League Spartan', sans-serif !important;
}

body.woocommerce-checkout h1 {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 900 !important;
  color: #111 !important;
  font-size: 2rem !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 32px !important;
}

body.woocommerce-checkout h2 {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  color: #F36B12 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border-left: 3px solid #F36B12 !important;
  padding: 0 0 0 10px !important;
  margin: 0 0 20px !important;
  line-height: 1.3 !important;
  background: none !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

body.woocommerce-checkout label {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  color: #999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.97rem !important;
  font-weight: 600 !important;
  color: #111 !important;
  background: #fff !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  outline: none !important;
  width: 100% !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout input[type="text"]:focus,
body.woocommerce-checkout input[type="email"]:focus,
body.woocommerce-checkout input[type="tel"]:focus,
body.woocommerce-checkout select:focus {
  border-color: #F36B12 !important;
  box-shadow: 0 0 0 3px rgba(243,107,18,0.10) !important;
}

body.woocommerce-checkout .wc-block-components-address-card {
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 12px !important;
  padding: 18px 20px !important;
  background: #fff !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.95rem !important;
  color: #333 !important;
  line-height: 1.6 !important;
}

body.woocommerce-checkout .wc-block-components-address-card__edit {
  color: #F36B12 !important;
  font-weight: 700 !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.88rem !important;
}

body.woocommerce-checkout input[type="checkbox"] {
  accent-color: #F36B12 !important;
  width: 17px !important;
  height: 17px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  position: relative !important;
  transform: none !important;
}

body.woocommerce-checkout .wc-block-components-checkbox__label,
body.woocommerce-checkout input[type="checkbox"] ~ label,
body.woocommerce-checkout input[type="checkbox"] + label {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: #444 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout .wc-block-components-radio-control,
body.woocommerce-checkout .wc-block-components-radio-control *,
body.woocommerce-checkout .wc-block-components-shipping-rates-control,
body.woocommerce-checkout .wc-block-components-shipping-rates-control *,
body.woocommerce-checkout ul.wc-block-components-radio-control,
body.woocommerce-checkout ol.wc-block-components-radio-control {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: outside !important;
}

body.woocommerce-checkout .wc-block-components-radio-control *::before,
body.woocommerce-checkout .wc-block-components-radio-control *::after,
body.woocommerce-checkout .wc-block-components-radio-control::before,
body.woocommerce-checkout .wc-block-components-radio-control::after,
body.woocommerce-checkout .wc-block-components-shipping-rates-control *::before,
body.woocommerce-checkout .wc-block-components-shipping-rates-control *::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option > svg,
body.woocommerce-checkout .wc-block-components-radio-control__option-layout > svg {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 20px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  margin-bottom: 10px !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  list-style: none !important;
  cursor: pointer !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option:hover {
  border-color: #F36B12 !important;
  background: rgba(243,107,18,0.02) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option input[type="radio"],
body.woocommerce-checkout .wc-block-components-radio-control__input {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border: 2px solid #ccc !important;
  border-radius: 50% !important;
  background: #fff !important;
  background-image: none !important;
  background-color: #fff !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  flex-shrink: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  transition: all 0.15s ease !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option input[type="radio"]:hover,
body.woocommerce-checkout .wc-block-components-radio-control__input:hover {
  border-color: #F36B12 !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option input[type="radio"]:checked,
body.woocommerce-checkout .wc-block-components-radio-control__input:checked {
  border-color: #F36B12 !important;
  background: #F36B12 !important;
  background-color: #F36B12 !important;
  box-shadow: inset 0 0 0 3px #fff !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option input[type="radio"]::before,
body.woocommerce-checkout .wc-block-components-radio-control__option input[type="radio"]::after,
body.woocommerce-checkout .wc-block-components-radio-control__input::before,
body.woocommerce-checkout .wc-block-components-radio-control__input::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-layout {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  gap: 12px !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__label-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-radio-control__option input[type="radio"] ~ label,
body.woocommerce-checkout .wc-block-components-radio-control__option input[type="radio"] + label {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #111 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: block !important;
  margin: 0 !important;
  cursor: pointer !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__description {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.78rem !important;
  color: #aaa !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: block !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #F36B12 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07) !important;
  border-top: 3px solid #F36B12 !important;
  overflow: hidden !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block h2 {
  border-left: none !important;
  color: #111 !important;
  padding: 22px 20px 14px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary__button-text {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: #111 !important;
}

body.woocommerce-checkout .wc-block-components-totals-item {
  padding: 14px 20px !important;
  border-bottom: 1px solid #f5f5f5 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

body.woocommerce-checkout .wc-block-components-totals-item__label {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 600 !important;
  color: #666 !important;
  font-size: 0.92rem !important;
  text-transform: none !important;
}

body.woocommerce-checkout .wc-block-components-totals-item__value {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  color: #111 !important;
  font-size: 0.92rem !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item {
  border-bottom: none !important;
  padding: 20px !important;
  background: #fff8f4 !important;
  border-top: 1px solid #f0f0f0 !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #111 !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  color: #F36B12 !important;
}

body.woocommerce-checkout .wc-block-components-panel__button {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 700 !important;
  color: #666 !important;
  text-transform: none !important;
  padding: 14px 20px !important;
  font-size: 0.92rem !important;
  transition: color 0.2s !important;
}

body.woocommerce-checkout .wc-block-components-panel__button:hover {
  color: #F36B12 !important;
}

body.woocommerce-checkout .wc-block-components-payment-method,
body.woocommerce-checkout .wc-block-checkout__payment-method {
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 10px !important;
  background: #fff !important;
  transition: border-color 0.2s !important;
}

#payment {
  background: #f9f9f9 !important;
  border-top: 1px solid #eee !important;
  padding: 24px !important;
}

#payment .payment_methods li {
  background: #fff !important;
  border: 2px solid #e8e8e8 !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  margin-bottom: 10px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 700 !important;
  list-style: none !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
#payment #place_order {
  background: #F36B12 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  padding: 18px 32px !important;
  width: 100% !important;
  cursor: pointer !important;
  box-shadow: 0 6px 24px rgba(243,107,18,0.45) !important;
  transition: all 0.25s ease !important;
  text-transform: none !important;
  margin-top: 8px !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
#payment #place_order:hover {
  background: #C85400 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 32px rgba(243,107,18,0.55) !important;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #999 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
  color: #F36B12 !important;
}

body.woocommerce-checkout .wc-block-checkout__terms {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.85rem !important;
  color: #555 !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout .wc-block-checkout__terms a {
  color: #F36B12 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.woocommerce-checkout h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #F36B12 !important;
  background: none !important;
  padding: 0 0 0 10px !important;
  border-radius: 0 !important;
  border-left: 3px solid #F36B12 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  margin: 0 0 20px !important;
}

.woocommerce-checkout #customer_details {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 24px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06) !important;
  margin-bottom: 20px !important;
  border: 1px solid #ebebeb !important;
}

.woocommerce-checkout .form-row label {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  color: #999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.97rem !important;
  font-weight: 600 !important;
  color: #111 !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  width: 100% !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  outline: none !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus {
  border-color: #F36B12 !important;
  box-shadow: 0 0 0 3px rgba(243,107,18,0.10) !important;
}

#order_review {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06) !important;
  overflow: hidden !important;
  border: 1px solid #ebebeb !important;
}

.woocommerce-checkout-review-order-table th {
  background: #f8f8f8 !important;
  color: #888 !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 12px 20px !important;
}

.woocommerce-checkout-review-order-table td {
  padding: 16px 20px !important;
  font-family: 'League Spartan', sans-serif !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th {
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  color: #F36B12 !important;
  background: rgba(243,107,18,0.04) !important;
}

/* ===== MI CUENTA ===== */
.woocommerce-account .woocommerce {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 32px 24px 60px !important;
  display: grid !important;
  grid-template-columns: 240px auto !important;
  gap: 24px !important;
  align-items: start !important;
}

.woocommerce-MyAccount-navigation {
  background: #111 !important;
  border-radius: 16px !important;
  padding: 12px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2) !important;
  position: sticky !important;
  top: 90px !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block !important;
  padding: 12px 18px !important;
  color: rgba(255,255,255,0.7) !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #F36B12 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(243,107,18,0.4) !important;
}

.woocommerce-MyAccount-content {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  border-top: 4px solid #F36B12 !important;
  font-family: 'League Spartan', sans-serif !important;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  color: #111 !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #f0f0f0 !important;
  margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content table th {
  background: #111 !important;
  color: #fff !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 14px 18px !important;
}

.woocommerce-MyAccount-content table td {
  padding: 14px 18px !important;
  font-family: 'League Spartan', sans-serif !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content a.button {
  background: #F36B12 !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.9rem !important;
  border: none !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content a.button:hover {
  background: #C85400 !important;
}

body.woocommerce-account #left-area,
body.woocommerce-account #content-area,
body.woocommerce-account .et_pb_column,
body.woocommerce-account #main-content .container {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce {
  max-width: 1000px !important;
  margin: 40px auto !important;
  padding: 0 24px 60px !important;
  display: grid !important;
  grid-template-columns: 220px auto !important;
  gap: 24px !important;
  align-items: start !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #111 !important;
  border-radius: 16px !important;
  padding: 12px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2) !important;
  position: sticky !important;
  top: 90px !important;
  grid-column: 1 / 2 !important;
  width: 100% !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block !important;
  padding: 12px 18px !important;
  color: rgba(255,255,255,0.7) !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.wc-forward a {
  background: #F36B12 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(243,107,18,0.4) !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  border-top: 4px solid #F36B12 !important;
  font-family: 'League Spartan', sans-serif !important;
  grid-column: 2 / 3 !important;
  width: 100% !important;
  word-break: break-word !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content a {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.97rem !important;
  line-height: 1.6 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: #F36B12 !important;
  font-weight: 700 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
body.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
body.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
body.woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
body.woocommerce-account .woocommerce-EditAccountForm input {
  width: 100% !important;
  padding: 13px 16px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 10px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.97rem !important;
  font-weight: 600 !important;
  color: #111 !important;
  background: #fff !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  outline: none !important;
  box-shadow: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content input:focus,
body.woocommerce-account .woocommerce-EditAccountForm input:focus {
  border-color: #F36B12 !important;
  box-shadow: 0 0 0 3px rgba(243,107,18,0.10) !important;
  background: #fff !important;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border: none !important;
  padding: 0 !important;
  margin-top: 28px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #f0f0f0 !important;
  width: 100% !important;
  display: block !important;
}

body.woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
body.woocommerce-account .woocommerce-MyAccount-content button[type="submit"] {
  background: #F36B12 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 15px 40px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(243,107,18,0.4) !important;
  transition: all 0.2s !important;
  margin-top: 8px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover,
body.woocommerce-account .woocommerce-MyAccount-content button[type="submit"]:hover {
  background: #C85400 !important;
  transform: translateY(-2px) !important;
}

.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }

/* ===== CART DRAWER (side cart) ===== */
.cart-drawer, .side-cart, .fly-cart,
.woo-cart-drawer, .cart-side-panel,
[class*="cart-drawer"], [class*="side-cart"],
.woocommerce-cart-form, .cart_list {
  font-family: 'League Spartan', sans-serif !important;
}

[class*="cart-drawer"] .price,
[class*="side-cart"] .price,
[class*="cart"] .total .amount {
  color: #F36B12 !important;
  font-weight: 900 !important;
  font-family: 'League Spartan', sans-serif !important;
}

[class*="cart-drawer"] .checkout-button,
[class*="cart"] a[href*="checkout"] {
  background: #F36B12 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  border: none !important;
  padding: 16px 24px !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  box-shadow: 0 4px 16px rgba(243,107,18,0.4) !important;
  transition: background 0.2s !important;
  cursor: pointer !important;
}

[class*="cart"] a[href*="checkout"]:hover { background: #C85400 !important; }

/* ===== PRODUCTO INDIVIDUAL ===== */
body.single-product { background: #f5f5f5 !important; }

.woocommerce-breadcrumb {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #aaa !important;
  padding: 12px 0 !important;
}

.woocommerce-breadcrumb a { color: #aaa !important; text-decoration: none !important; transition: color 0.2s !important; }
.woocommerce-breadcrumb a:hover { color: #F36B12 !important; }

.single-product div.product {
  background: #fff !important;
  border-radius: 20px !important;
  padding: 40px !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08) !important;
  max-width: 1100px !important;
  margin: 24px auto 60px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) !important;
  gap: 48px !important;
  align-items: start !important;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .images {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.single-product div.product .summary,
.single-product div.product .entry-summary {
  grid-column: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product div.product .woocommerce-tabs,
.single-product div.product .related,
.single-product div.product .upsells {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}
@media (max-width: 860px) {
  .single-product div.product {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 24px !important;
  }
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary { grid-column: 1 !important; }
}

.single-product .product_title {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  color: #111 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
}

.single-product .price,
.single-product p.price,
.single-product span.price,
.single-product .woocommerce-Price-amount,
.single-product .woocommerce-Price-amount bdi,
.single-product .woocommerce-Price-amount span,
.single-product ins .woocommerce-Price-amount {
  color: #F36B12 !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 900 !important;
}

.single-product p.price,
.single-product span.price { font-size: 2rem !important; }

.single-product .woocommerce-product-details__short-description {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.97rem !important;
  color: #555 !important;
  line-height: 1.7 !important;
  margin-bottom: 24px !important;
}

.single-product form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-top: 24px !important;
}

.single-product .quantity {
  display: flex !important;
  align-items: center !important;
  background: #f5f5f5 !important;
  border-radius: 50px !important;
  border: 1.5px solid #e0e0e0 !important;
  overflow: hidden !important;
  height: 52px !important;
  transition: border-color 0.2s !important;
}

.single-product .quantity:hover { border-color: #F36B12 !important; }

.single-product .quantity input[type="number"] {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  text-align: center !important;
  width: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  -moz-appearance: textfield !important;
}

.single-product .quantity input[type="number"]::-webkit-inner-spin-button,
.single-product .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.single-product .quantity .minus,
.single-product .quantity .plus {
  width: 48px !important;
  height: 52px !important;
  min-width: 48px !important;
  background: transparent !important;
  border: none !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #555 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s !important;
  font-family: 'League Spartan', sans-serif !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.single-product .quantity .minus:hover,
.single-product .quantity .plus:hover {
  background: #F36B12 !important;
  color: #fff !important;
}

.single-product .quantity .minus,
.single-product .quantity .plus {
  border: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
  text-shadow: none !important;
}
.single-product .quantity .minus:hover,
.single-product .quantity .plus:hover {
  background: #F36B12 !important;
  color: #fff !important;
  border-radius: 50px !important;
}
.single-product .quantity .minus:focus,
.single-product .quantity .plus:focus { outline: none !important; box-shadow: none !important; }
.single-product .quantity input[type="number"] {
  border: none !important;
  border-left: 1.5px solid #e6e6e6 !important;
  border-right: 1.5px solid #e6e6e6 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.single-product .single_add_to_cart_button {
  background: #F36B12 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  padding: 16px 36px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(243,107,18,0.4) !important;
  transition: all 0.2s !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.single-product .single_add_to_cart_button:hover {
  background: #C85400 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(243,107,18,0.5) !important;
}

.single-product .product_meta {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.82rem !important;
  color: #bbb !important;
  margin-top: 20px !important;
  padding-top: 16px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.single-product .product_meta a { color: #F36B12 !important; font-weight: 700 !important; text-decoration: none !important; }
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in { display: block !important; margin-bottom: 4px !important; }

.single-product .woocommerce-product-gallery { border-radius: 16px !important; overflow: hidden !important; }
.single-product .woocommerce-product-gallery img { border-radius: 16px !important; }

.single-product .woocommerce-tabs { margin-top: 40px !important; }

.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #f0f0f0 !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
  list-style: none !important;
}

.single-product .woocommerce-tabs ul.tabs li { display: inline-block !important; list-style: none !important; }

.single-product .woocommerce-tabs ul.tabs li a {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #888 !important;
  padding: 12px 20px !important;
  display: block !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: -2px !important;
  transition: all 0.2s !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #F36B12 !important;
  border-bottom-color: #F36B12 !important;
}

.single-product .woocommerce-Tabs-panel {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 0.97rem !important;
  color: #555 !important;
  line-height: 1.7 !important;
}

.single-product .woocommerce-Tabs-panel h2 {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin-bottom: 16px !important;
}

.related.products h2,
.upsells.products h2 {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  color: #111 !important;
  margin-bottom: 24px !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background: #fff !important;
  border-top: 3px solid #F36B12 !important;
  border-radius: 12px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 700 !important;
  color: #111 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
  background: #F36B12 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  border: none !important;
  padding: 10px 22px !important;
}

/* ===== RESPONSIVE WOOCOMMERCE ===== */
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce {
    grid-template-columns: 100% !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative !important;
    top: 0 !important;
    grid-column: 1 / -1 !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1 / -1 !important;
    padding: 22px !important;
  }
  body.woocommerce-checkout h2 { font-size: 0.78rem !important; }
  .woocommerce-cart table.cart td,
  .woocommerce-cart table.cart th {
    padding: 12px 10px !important;
    font-size: 0.88rem !important;
  }
  .single-product div.product { padding: 24px 18px !important; }
  .single-product .product_title { font-size: 1.7rem !important; }
  .single-product p.price,
  .single-product span.price { font-size: 1.6rem !important; }
  .single-product form.cart { gap: 12px !important; }
  .single-product .single_add_to_cart_button { flex: 1 1 100% !important; padding: 14px 20px !important; }
  #payment { padding: 18px !important; }
  body.woocommerce-checkout .wc-block-components-radio-control__option { padding: 14px 16px !important; }
}

@media (max-width: 480px) {
  .woocommerce-cart .woocommerce { padding: 20px 14px 40px !important; }
  .woocommerce-cart .cart-collaterals .cart_totals { padding: 22px 18px !important; }
  .single-product div.product { padding: 20px 14px !important; border-radius: 14px !important; }
  .single-product .product_title { font-size: 1.5rem !important; }
  body.woocommerce-checkout h1 { font-size: 1.5rem !important; }
  .woocommerce-MyAccount-content { padding: 20px 16px !important; }
}

/* =============================================================
   FIX: PADDING TOP NAVBAR EN PÁGINAS INTERNAS
   El cc-navbar ocupa ~72px, agregamos scroll-margin / padding
   ============================================================= */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.single-product {
  padding-top: 72px !important;
  overflow-x: hidden !important;
}
@media (max-width: 768px) {
  body.woocommerce-cart,
  body.woocommerce-checkout,
  body.woocommerce-account,
  body.single-product {
    padding-top: 64px !important;
  }
}

/* =============================================================
   FIX: MERCADOPAGO — elimina recuadros negros en formularios
   ============================================================= */
.woocommerce-checkout iframe,
body.woocommerce-checkout iframe,
#payment iframe,
.wc-block-components-payment-method iframe,
iframe[src*="mercadopago"],
iframe[src*="mercadolibre"],
iframe[name*="mp-"],
iframe[id*="mp-"] {
  background: #fff !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  color-scheme: light !important;
}
/* Contenedores de MercadoPago */
.wc-block-components-payment-method-content,
.woocommerce-checkout .payment_box,
#payment .payment_box,
#payment .mercadopago,
#payment [class*="mercadopago"],
#payment [class*="mp-"],
.wc-block-components-payment-method [class*="mercadopago"],
.wc-block-components-payment-method [class*="mp-"] {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #111 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
}
.wc-block-components-payment-method-content input,
.wc-block-components-payment-method-content select,
#payment .payment_box input,
#payment .payment_box select {
  background: #fff !important;
  color: #111 !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 10px !important;
}
/* Revertir color-scheme que fuerza dark en algunos iframes */
body.woocommerce-checkout { color-scheme: light !important; }

/* =============================================================
   FIX: MI CUENTA — responsive mobile sin solapamientos
   ============================================================= */
@media (max-width: 900px) {
  body.woocommerce-account .woocommerce,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 16px var(--cc-safe-pad, 16px) 60px !important;
    max-width: 100% !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-navigation {
    position: relative !important;
    top: 0 !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    padding: 8px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul,
  .woocommerce-MyAccount-navigation ul {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul li,
  .woocommerce-MyAccount-navigation ul li {
    flex: 1 1 auto;
    min-width: 0;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 12px !important;
    font-size: 0.82rem !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-content {
    grid-column: 1 / -1 !important;
    padding: 22px 18px !important;
    overflow-x: auto !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content table,
  .woocommerce-MyAccount-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* =============================================================
   FIX: CHECKOUT — ancho real en todos los wrappers de Divi
   ============================================================= */
body.woocommerce-checkout #page-container,
body.woocommerce-checkout #et-main-area,
body.woocommerce-checkout #main-content,
body.woocommerce-checkout #content-area,
body.woocommerce-checkout #left-area,
body.woocommerce-checkout .container,
body.woocommerce-checkout .et_pb_section,
body.woocommerce-checkout .et_pb_row,
body.woocommerce-checkout .et_pb_column,
body.woocommerce-checkout article.et_pb_post,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .et_post_meta_wrapper,
body.woocommerce-checkout .et_pb_text_inner,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
}
body.woocommerce-checkout .et_pb_section,
body.woocommerce-checkout .et_pb_row,
body.woocommerce-checkout .et_pb_column,
body.woocommerce-checkout article.et_pb_post,
body.woocommerce-checkout .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 32px 24px 80px !important;
}

@media (min-width: 861px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr !important;
    gap: 32px !important;
    align-items: start !important;
  }
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-components-main { min-width: 0 !important; }
  body.woocommerce-checkout .wc-block-components-sidebar { min-width: 0 !important; position: sticky; top: 90px; }
}

@media (max-width: 860px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 16px 14px 60px !important;
  }
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block !important;
  }
  body.woocommerce-checkout .wc-block-components-sidebar-layout > *,
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    box-sizing: border-box !important;
    position: static !important;
  }
  body.woocommerce-checkout .wc-block-components-address-card,
  body.woocommerce-checkout .wc-block-components-address-card > * {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 16px !important;
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    columns: auto !important;
  }
  body.woocommerce-checkout .wc-block-components-form,
  body.woocommerce-checkout .wc-block-components-address-form {
    display: block !important;
    width: 100% !important;
  }
  body.woocommerce-checkout .wc-block-components-address-form > *,
  body.woocommerce-checkout .wc-block-components-form > * {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
  }
  body.woocommerce-checkout .wc-block-components-text-input,
  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-select,
  body.woocommerce-checkout .wc-block-components-select select,
  body.woocommerce-checkout input[type="text"],
  body.woocommerce-checkout input[type="email"],
  body.woocommerce-checkout input[type="tel"],
  body.woocommerce-checkout input[type="password"],
  body.woocommerce-checkout select,
  body.woocommerce-checkout textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-checkout .wc-block-components-radio-control__option {
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 12px 14px !important;
  }
  body.woocommerce-checkout .wc-block-components-radio-control__option-layout {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  body.woocommerce-checkout .wc-block-components-payment-method,
  body.woocommerce-checkout .wc-block-components-payment-methods,
  body.woocommerce-checkout .wc-block-components-payment-method-content,
  body.woocommerce-checkout .payment_box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-checkout .wc-block-components-payment-method iframe,
  body.woocommerce-checkout .payment_box iframe,
  body.woocommerce-checkout iframe[src*="mercadopago"],
  body.woocommerce-checkout iframe[name*="mp-"] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 280px !important;
    display: block !important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
  body.woocommerce-checkout .wc-block-components-button {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 12px 10px 50px !important;
  }
  body.woocommerce-checkout .wc-block-components-address-card {
    padding: 12px 14px !important;
    font-size: 0.9rem !important;
  }
  body.woocommerce-checkout h2 { font-size: 0.78rem !important; }
}

/* =============================================================
   FIX: ORDER SUMMARY / MERCADOPAGO — título y contenido no angosto
   ============================================================= */
body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid !important;
  grid-template-columns: 56px 1fr auto !important;
  gap: 10px !important;
  align-items: start !important;
  padding: 10px 0 !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  flex: 0 0 56px !important;
  position: relative !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 56px !important;
  height: 56px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-order-summary-item__header,
body.woocommerce-checkout .wc-block-components-product-name {
  min-width: 0 !important;
  max-width: 100% !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
  text-align: left !important;
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
  hyphens: none !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
body.woocommerce-checkout .wc-block-components-product-price {
  white-space: nowrap !important;
  font-size: 0.9rem !important;
  min-width: 0 !important;
}

/* Override de overflow-wrap:anywhere aplicado antes — rompe títulos cortos */
body.woocommerce-checkout .wc-block-components-order-summary-item *,
body.woocommerce-checkout .wc-block-components-payment-method-content *,
body.woocommerce-checkout .wc-block-components-totals-wrapper *,
body.woocommerce-checkout .wc-block-components-form label,
body.woocommerce-checkout .wc-block-components-checkout-step *,
body.woocommerce-checkout .wc-block-components-radio-control__label-group * {
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* MercadoPago tarjeta de aviso — dar aire al texto */
body.woocommerce-checkout .wc-block-components-payment-method-content > *,
body.woocommerce-checkout .payment_box > *,
body.woocommerce-checkout [class*="mp-checkout"],
body.woocommerce-checkout [class*="mercadopago"] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
body.woocommerce-checkout .wc-block-components-payment-method-content p,
body.woocommerce-checkout .payment_box p {
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Inputs: asegurar que el placeholder y valor no se corten */
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"] {
  padding: 14px 14px !important;
  text-overflow: ellipsis !important;
}

/* Reducir padding lateral del wrapper en móvil para ganar ancho útil */
@media (max-width: 860px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 16px 10px 60px !important;
  }
  body.woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 48px 1fr auto !important;
    gap: 8px !important;
  }
  body.woocommerce-checkout .wc-block-components-order-summary-item__image,
  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
  }
}
@media (max-width: 480px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 12px 8px 50px !important;
  }
}

/* =============================================================
   FIX: TIENDA (shop archive) — link /tienda
   ============================================================= */
body.post-type-archive-product,
body.woocommerce-shop {
  padding-top: 72px !important;
  overflow-x: hidden !important;
}
body.woocommerce-shop .woocommerce {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 32px var(--cc-safe-pad, 24px) 60px !important;
}
body.woocommerce-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.woocommerce-shop ul.products li.product {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
  text-align: center !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  margin: 0 !important;
  list-style: none !important;
  width: auto !important;
  float: none !important;
}
body.woocommerce-shop ul.products li.product:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.12) !important;
}
body.woocommerce-shop ul.products li.product h2,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin: 12px 0 6px !important;
}
body.woocommerce-shop ul.products li.product .price {
  color: #F36B12 !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 900 !important;
  font-size: 1.1rem !important;
}
body.woocommerce-shop ul.products li.product .button {
  background: #F36B12 !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 10px 22px !important;
  font-family: 'League Spartan', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.88rem !important;
  display: inline-block !important;
  margin-top: 10px !important;
  text-decoration: none !important;
  border: none !important;
}
body.woocommerce-shop ul.products li.product .button:hover { background: #C85400 !important; }
@media (max-width: 480px) {
  body.woocommerce-shop ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  body.woocommerce-shop ul.products li.product { padding: 14px !important; }
}

/* =============================================================
   FIX: SINGLE PRODUCT — contenedores Divi que descentran la tienda
   ============================================================= */
body.single-product #page-container,
body.single-product #et-main-area,
body.single-product #main-content,
body.single-product #content-area,
body.single-product #left-area,
body.single-product .et_pb_section,
body.single-product .et_pb_row,
body.single-product .et_pb_column,
body.single-product article.et_pb_post,
body.single-product .entry-content,
body.single-product .et_post_meta_wrapper,
body.single-product .et_pb_text_inner {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
}
body.single-product .et_pb_section,
body.single-product .et_pb_row,
body.single-product .et_pb_column,
body.single-product article.et_pb_post,
body.single-product .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =============================================================
   FIX: SHOP ARCHIVE — contenedores Divi que descentran la tienda
   ============================================================= */
body.post-type-archive-product #page-container,
body.woocommerce-shop #page-container,
body.post-type-archive-product #et-main-area,
body.woocommerce-shop #et-main-area,
body.post-type-archive-product #main-content,
body.woocommerce-shop #main-content,
body.post-type-archive-product #content-area,
body.woocommerce-shop #content-area,
body.post-type-archive-product #left-area,
body.woocommerce-shop #left-area,
body.post-type-archive-product .et_pb_section,
body.woocommerce-shop .et_pb_section,
body.post-type-archive-product .et_pb_row,
body.woocommerce-shop .et_pb_row,
body.post-type-archive-product .et_pb_column,
body.woocommerce-shop .et_pb_column,
body.post-type-archive-product .entry-content,
body.woocommerce-shop .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =============================================================
   FIX: QUANTITY SELECTOR — sin recuadros negros (clásico + blocks)
   ============================================================= */

/* --- WooCommerce clásico: más especificidad para vencer a Divi --- */
body.single-product .woocommerce div.product form.cart .quantity,
body.woocommerce-page div.product form.cart .quantity {
  display: flex !important;
  align-items: center !important;
  background: #f5f5f5 !important;
  border-radius: 50px !important;
  border: 1.5px solid #e0e0e0 !important;
  overflow: hidden !important;
  height: 52px !important;
  box-shadow: none !important;
  outline: none !important;
}

body.single-product .woocommerce div.product form.cart .quantity button,
body.single-product .woocommerce div.product form.cart .quantity .minus,
body.single-product .woocommerce div.product form.cart .quantity .plus,
body.woocommerce-page div.product form.cart .quantity button,
body.woocommerce-page div.product form.cart .quantity .minus,
body.woocommerce-page div.product form.cart .quantity .plus,
.single-product .quantity .minus,
.single-product .quantity .plus {
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  text-shadow: none !important;
}

.single-product .quantity .minus:focus,
.single-product .quantity .plus:focus,
.single-product .quantity .minus:focus-visible,
.single-product .quantity .plus:focus-visible,
.single-product .quantity .minus:active,
.single-product .quantity .plus:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* --- WooCommerce Blocks quantity selector --- */
.wc-block-components-quantity-selector {
  display: flex !important;
  align-items: center !important;
  background: #f5f5f5 !important;
  border-radius: 50px !important;
  border: 1.5px solid #e0e0e0 !important;
  overflow: hidden !important;
  height: 52px !important;
  transition: border-color 0.2s !important;
  box-shadow: none !important;
  outline: none !important;
}
.wc-block-components-quantity-selector:hover,
.wc-block-components-quantity-selector:focus-within {
  border-color: #F36B12 !important;
}
.wc-block-components-quantity-selector input[type="number"],
.wc-block-components-quantity-selector input {
  background: transparent !important;
  border: none !important;
  border-left: 1.5px solid #e6e6e6 !important;
  border-right: 1.5px solid #e6e6e6 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  text-align: center !important;
  width: 52px !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.wc-block-components-quantity-selector input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector__button--plus,
.wc-block-components-quantity-selector button {
  width: 48px !important;
  height: 52px !important;
  min-width: 48px !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #555 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.15s, color 0.15s !important;
  font-family: 'League Spartan', sans-serif !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}
.wc-block-components-quantity-selector__button--minus:hover,
.wc-block-components-quantity-selector__button--plus:hover,
.wc-block-components-quantity-selector button:hover {
  background: #F36B12 !important;
  background-color: #F36B12 !important;
  color: #fff !important;
  border-radius: 50px !important;
}
.wc-block-components-quantity-selector__button--minus:focus,
.wc-block-components-quantity-selector__button--plus:focus,
.wc-block-components-quantity-selector button:focus,
.wc-block-components-quantity-selector__button--minus:focus-visible,
.wc-block-components-quantity-selector__button--plus:focus-visible,
.wc-block-components-quantity-selector button:focus-visible,
.wc-block-components-quantity-selector__button--minus:active,
.wc-block-components-quantity-selector__button--plus:active,
.wc-block-components-quantity-selector button:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

@media (max-width: 768px) {
  .wc-block-components-quantity-selector {
    height: 48px !important;
  }
  .wc-block-components-quantity-selector__button--minus,
  .wc-block-components-quantity-selector__button--plus,
  .wc-block-components-quantity-selector button {
    width: 44px !important;
    height: 48px !important;
    min-width: 44px !important;
  }
  .wc-block-components-quantity-selector input {
    width: 44px !important;
  }
}

/* =============================================================
   FIX: CC-QTY-BTN — botones inyectados por carecaca.js (sin borde negro)
   ============================================================= */
.quantity.cc-enhanced {
  display: flex !important;
  align-items: center !important;
  background: #f5f5f5 !important;
  border-radius: 50px !important;
  border: 1.5px solid #e0e0e0 !important;
  overflow: hidden !important;
  height: 52px !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  gap: 0 !important;
}
.quantity.cc-enhanced:hover,
.quantity.cc-enhanced:focus-within {
  border-color: #F36B12 !important;
}

.cc-qty-btn {
  width: 48px !important;
  height: 52px !important;
  min-width: 48px !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #555 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.15s, color 0.15s !important;
  font-family: 'League Spartan', sans-serif !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
  margin: 0 !important;
}
.cc-qty-btn:hover {
  background: #F36B12 !important;
  background-color: #F36B12 !important;
  color: #fff !important;
}
.cc-qty-btn:focus,
.cc-qty-btn:focus-visible,
.cc-qty-btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.quantity.cc-enhanced input.qty {
  background: transparent !important;
  border: none !important;
  border-left: 1.5px solid #e6e6e6 !important;
  border-right: 1.5px solid #e6e6e6 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  text-align: center !important;
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.quantity.cc-enhanced input.qty::-webkit-inner-spin-button,
.quantity.cc-enhanced input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .quantity.cc-enhanced { height: 48px !important; }
  .cc-qty-btn { width: 44px !important; height: 48px !important; min-width: 44px !important; }
  .quantity.cc-enhanced input.qty { height: 48px !important; width: 44px !important; }
}

/* =============================================================
   FIX: DIVI LAYOUT — columna 3/4 y sidebar que descentran la tienda
   ============================================================= */
body.single-product .et_pb_column_3_4,
body.woocommerce-shop .et_pb_column_3_4,
body.post-type-archive-product .et_pb_column_3_4 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-product #sidebar,
body.woocommerce-shop #sidebar,
body.post-type-archive-product #sidebar,
body.single-product .et_pb_column_1_4,
body.woocommerce-shop .et_pb_column_1_4,
body.post-type-archive-product .et_pb_column_1_4 {
  display: none !important;
}

body.single-product #left-area,
body.woocommerce-shop #left-area,
body.post-type-archive-product #left-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-product .woocommerce,
body.woocommerce-shop .woocommerce,
body.post-type-archive-product .woocommerce {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 32px 24px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
}

@media (max-width: 768px) {
  body.single-product .woocommerce,
  body.woocommerce-shop .woocommerce,
  body.post-type-archive-product .woocommerce {
    padding: 20px 16px !important;
  }
}
