.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-50 .elementor-element.elementor-element-b6f16e2{--display:flex;--padding-top:12%;--padding-bottom:12%;--padding-left:3%;--padding-right:03%;}.elementor-widget-woocommerce-cart .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-cart .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-woocommerce-cart.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-cart .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-woocommerce-cart .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-50 .elementor-element.elementor-element-7d11e13{--update-cart-automatically-display:none;}body.elementor-page-50:not(.elementor-motion-effects-element-type-background), body.elementor-page-50 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E6DC;}@media(max-width:767px){.elementor-50 .elementor-element.elementor-element-b6f16e2{--padding-top:030%;--padding-bottom:10%;--padding-left:03%;--padding-right:3%;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-7d11e13 *//* === WOOCOMMERCE CART — VERSIÓN ÚNICA DEFINITIVA === */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Tipografía Inter */
.woocommerce-cart .woocommerce,
.woocommerce-cart-form,
.woocommerce-cart-form *,
.cart_totals,
.cart_totals * {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  letter-spacing: 0;
}

/* Contenedores */
.woocommerce-cart-form .shop_table,
.woocommerce-cart .cart_totals,
.woocommerce-cart-form .coupon {
  border: none !important;
  background: #fdfcf9 !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(43, 42, 38, 0.04) !important;
  padding: 28px !important;
}

/* === HEADERS — alineación con máxima specificity === */
html body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr th {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ece5d3 !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  color: #6b6557 !important;
  text-transform: uppercase !important;
  padding: 0 12px 18px !important;
  text-align: left !important;
}
html body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr th.product-subtotal {
  text-align: right !important;
}

/* === FILAS === */
html body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td {
  border: none !important;
  border-bottom: 1px solid #f3ede0 !important;
  padding: 22px 12px !important;
  vertical-align: middle !important;
  background: transparent !important;
  text-align: left !important;
}
html body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.product-subtotal {
  text-align: right !important;
}
html body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr:last-child td {
  border-bottom: none !important;
}

/* Imagen */
.shop_table .product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}

/* Nombre del producto — CHARCOAL */
.shop_table .product-name a,
.shop_table .product-name a:link,
.shop_table .product-name a:visited,
.shop_table .product-name a:hover {
  color: #2b2a26 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
}
.shop_table .product-name a:hover { opacity: 0.7; }

/* Precios */
.shop_table .product-price,
.shop_table .product-subtotal {
  color: #2b2a26 !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
}

/* Botón × */
.shop_table .product-remove a.remove,
.shop_table .product-remove a.remove:link {
  width: 28px !important;
  height: 28px !important;
  line-height: 26px !important;
  font-size: 1.1rem !important;
  color: #6b6557 !important;
  background: transparent !important;
  border: 1px solid #d4cfc1 !important;
  border-radius: 50% !important;
  text-align: center !important;
  transition: all 0.15s ease !important;
}
.shop_table .product-remove a.remove:hover {
  color: #fdfcf9 !important;
  background: #2b2a26 !important;
  border-color: #2b2a26 !important;
}

/* Quantity */
.shop_table .quantity {
  display: inline-flex !important;
  align-items: stretch !important;
  border: 1px solid #d4cfc1 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #fdfcf9 !important;
}
.shop_table .quantity input.qty {
  border: none !important;
  background: transparent !important;
  width: 50px !important;
  text-align: center !important;
  color: #2b2a26 !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  padding: 10px 0 !important;
  -moz-appearance: textfield;
}
.shop_table .quantity input.qty::-webkit-outer-spin-button,
.shop_table .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
.shop_table .quantity .plus,
.shop_table .quantity .minus {
  border: none !important;
  background: transparent !important;
  color: #2b2a26 !important;
  padding: 0 16px !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
}
.shop_table .quantity .plus:hover,
.shop_table .quantity .minus:hover { background: #ece5d3 !important; }

/* === BOTONES — CHARCOAL === */
html body.woocommerce-cart button[name="update_cart"],
html body.woocommerce-cart-form .actions button.button {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #2b2a26 !important;
  color: #2b2a26 !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  border-radius: 4px !important;
  font-size: 0.9rem !important;
  font-family: 'Inter', sans-serif !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all 0.15s ease !important;
}
html body.woocommerce-cart button[name="update_cart"]:hover:not(:disabled),
html body.woocommerce-cart-form .actions button.button:hover:not(:disabled) {
  background: #2b2a26 !important;
  background-color: #2b2a26 !important;
  color: #fdfcf9 !important;
}
html body.woocommerce-cart button[name="update_cart"]:disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
}

/* === CART TOTALS === */
.cart_totals h2 {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  color: #6b6557 !important;
  text-transform: uppercase !important;
  margin: 0 0 24px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #ece5d3 !important;
}
.cart_totals table,
.cart_totals table tbody,
.cart_totals table tr,
.cart_totals table th,
.cart_totals table td {
  border: none !important;
  background: transparent !important;
}
.cart_totals table th {
  color: #6b6557 !important;
  font-weight: 400 !important;
  font-size: 1.05rem !important;
  padding: 16px 0 !important;
  text-align: left !important;
}
.cart_totals table td {
  color: #2b2a26 !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  padding: 16px 0 !important;
  text-align: right !important;
}
.cart_totals .order-total th {
  color: #2b2a26 !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  border-top: 1px solid #ece5d3 !important;
  padding-top: 20px !important;
}
.cart_totals .order-total td {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  border-top: 1px solid #ece5d3 !important;
  padding-top: 20px !important;
}

/* === PROCEDER AL PAGO === */
html body .wc-proceed-to-checkout { margin-top: 24px !important; padding: 0 !important; }
html body .wc-proceed-to-checkout .checkout-button,
html body .wc-proceed-to-checkout a.checkout-button,
html body .wc-proceed-to-checkout a.button {
  display: block !important;
  background: #2b2a26 !important;
  background-color: #2b2a26 !important;
  color: #fdfcf9 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 18px 24px !important;
  text-align: center !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  transition: background 0.2s ease !important;
}
html body .wc-proceed-to-checkout .checkout-button:hover,
html body .wc-proceed-to-checkout a.checkout-button:hover {
  background: #1a1917 !important;
  background-color: #1a1917 !important;
  color: #fdfcf9 !important;
}

/* Coupon */
.woocommerce-cart-form .coupon {
  display: flex !important;
  gap: 12px !important;
  align-items: stretch !important;
  flex-wrap: wrap;
}
.woocommerce-cart-form .coupon label { display: none !important; }
.woocommerce-cart-form .coupon input[name="coupon_code"] {
  background: #f7f3e9 !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  padding: 14px 20px !important;
  color: #2b2a26 !important;
  font-size: 1.05rem !important;
  flex: 1 1 280px !important;
}
.woocommerce-cart-form .coupon input[name="coupon_code"]:focus {
  outline: none !important;
  border-color: #2b2a26 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-cart-form .shop_table,
  .woocommerce-cart .cart_totals,
  .woocommerce-cart-form .coupon { padding: 20px !important; }
  .shop_table thead { display: none; }
  .shop_table tbody tr {
    display: block;
    border-bottom: 1px solid #ece5d3;
    padding: 12px 0;
  }
  .shop_table tbody td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding: 10px 0 !important;
    border: none !important;
  }
  .shop_table tbody td::before {
    content: attr(data-title);
    font-weight: 500;
    color: #6b6557;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}

/* === FIX FINAL HEADERS — tamaño y alineación === */
html body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr th,
html body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th,
html body.woocommerce-cart .shop_table.cart thead tr > th {
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: #2b2a26 !important;
  text-align: left !important;
  padding: 18px 12px !important;
  vertical-align: middle !important;
}

html body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr th.product-subtotal,
html body.woocommerce-cart .shop_table.cart thead tr > th.product-subtotal {
  text-align: right !important;
}

/* "Totales" del lado derecho también más grande */
html body.woocommerce-cart .cart_totals h2 {
  font-size: 1rem !important;
  color: #2b2a26 !important;
}

/* === FIX: quitar fondos grises de los thead/h2 que vienen del tema === */
html body.woocommerce-cart .shop_table thead,
html body.woocommerce-cart .shop_table thead tr,
html body.woocommerce-cart .shop_table thead th,
html body .woocommerce-cart-form table.shop_table thead {
  background: transparent !important;
  background-color: transparent !important;
}

/* Quitar fondo gris del "TOTALES" y emparejar padding con el resto */
html body .cart_totals h2,
html body.woocommerce-cart .cart_totals h2,
html body .woocommerce .cart_totals h2 {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 0 18px 0 !important;
  margin: 0 0 24px 0 !important;
}

/* Asegurar mismo padding horizontal en headers y data */
html body.woocommerce-cart .shop_table thead th,
html body.woocommerce-cart .shop_table tbody td {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* ============================================
   CART TOTALS — Fila de envío, dirección y link
   ============================================ */

/* Fila "Envío" - etiqueta */
html body.woocommerce-cart .cart_totals table tr.shipping th {
  color: #6b6557 !important;
  font-weight: 400 !important;
  font-size: 1.05rem !important;
  font-family: 'Inter', sans-serif !important;
  text-align: left !important;
  padding: 16px 0 !important;
  vertical-align: top !important;
}

/* Fila "Envío" - valor (Acordar con el vendedor: $10.000) */
html body.woocommerce-cart .cart_totals table tr.shipping td {
  color: #2b2a26 !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  font-family: 'Inter', sans-serif !important;
  text-align: right !important;
  padding: 16px 0 !important;
}

/* La lista interna del shipping method (si la hay) */
html body.woocommerce-cart .cart_totals tr.shipping td ul#shipping_method,
html body.woocommerce-cart .cart_totals tr.shipping td .woocommerce-shipping-methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}

html body.woocommerce-cart .cart_totals tr.shipping td ul#shipping_method li,
html body.woocommerce-cart .cart_totals tr.shipping td label {
  color: #2b2a26 !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  text-align: right !important;
  margin: 0 !important;
}

/* Texto "Enviar a Ciudad Autónoma de Buenos Aires" */
html body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
html body.woocommerce-cart .cart_totals tr.shipping td p {
  color: #6b6557 !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-family: 'Inter', sans-serif !important;
  text-align: right !important;
  text-transform: none !important;
  margin: 10px 0 6px 0 !important;
}

/* Link "Cambiar dirección" — chau celeste */
html body.woocommerce-cart .cart_totals .shipping-calculator-button,
html body.woocommerce-cart .cart_totals a.shipping-calculator-button {
  display: inline-block !important;
  color: #2b2a26 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  text-decoration: none !important;
  border-bottom: 1px solid #d4cfc1 !important;
  padding: 2px 0 !important;
  margin-top: 4px !important;
  transition: border-color 0.2s ease !important;
}

html body.woocommerce-cart .cart_totals .shipping-calculator-button:hover {
  color: #2b2a26 !important;
  border-bottom-color: #2b2a26 !important;
}

/* Formulario del calculador de envío (cuando se despliega) */
html body.woocommerce-cart .cart_totals .shipping-calculator-form {
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid #f3ede0 !important;
}

html body.woocommerce-cart .cart_totals .shipping-calculator-form .button {
  background: #2b2a26 !important;
  color: #fdfcf9 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}/* End custom CSS */