.elementor-1220 .elementor-element.elementor-element-1af609ec{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-13a64829 *//* =========================
   WOOCOMMERCE CART ([woocommerce_cart])
   ========================= */

:root{
  --cart-bg: #ffffff;
  --cart-card: #ffffff;
  --cart-border: #e9eef3;
  --cart-text: #111827;
  --cart-muted: #6b7280;
  --cart-primary: #63c7cf;
  --cart-primary-2: #4fb8c0;
  --cart-danger: #ef4444;
  --cart-radius: 16px;
  --cart-shadow: 0 10px 30px rgba(17,24,39,.08);
}

/* Limita el estilo SOLO a páginas con carrito */
body.woocommerce-cart .woocommerce{
  color: var(--cart-text);
}

/* Contenedor principal tipo card */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals{
  background: var(--cart-card);
  border: 1px solid var(--cart-border);
  border-radius: var(--cart-radius);
  box-shadow: var(--cart-shadow);
  padding: 22px;
}

/* Espaciado entre tabla y totales */
body.woocommerce-cart .woocommerce-cart-form{
  margin-bottom: 18px;
}

/* Tabla del carrito: más limpia */
body.woocommerce-cart table.shop_table{
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 10px !important;
  width: 100%;
}

body.woocommerce-cart table.shop_table thead th{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--cart-muted);
  font-weight: 900;
  padding: 10px 12px;
  border: 0 !important;
}

body.woocommerce-cart table.shop_table tbody tr{
  background: #f8fafc;
}

body.woocommerce-cart table.shop_table td{
  border: 0 !important;
  padding: 14px 12px !important;
  vertical-align: middle;
  color: var(--cart-text);
}

body.woocommerce-cart table.shop_table tbody tr td:first-child{
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
body.woocommerce-cart table.shop_table tbody tr td:last-child{
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

/* Miniatura del producto */
body.woocommerce-cart .product-thumbnail img{
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--cart-border);
  padding: 6px;
  max-width: 76px;
}

/* Nombre producto */
body.woocommerce-cart .product-name a{
  color: var(--cart-text);
  font-weight: 900;
  text-decoration: none;
}
body.woocommerce-cart .product-name a:hover{
  text-decoration: underline;
}

/* Precio/subtotal */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal{
  font-weight: 800;
}

/* Botón eliminar (la X) */
body.woocommerce-cart a.remove{
  color: var(--cart-danger) !important;
  background: rgba(239,68,68,.10) !important;
  border-radius: 10px !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 900;
}
body.woocommerce-cart a.remove:hover{
  background: rgba(239,68,68,.18) !important;
}

/* Input cantidad */
body.woocommerce-cart .quantity .qty{
  background: #ffffff;
  border: 1px solid var(--cart-border);
  border-radius: 12px;
  padding: 10px 10px;
  height: 42px;
  font-weight: 800;
  width: 80px !important;
}
body.woocommerce-cart .quantity .qty:focus{
  outline: none;
  border-color: var(--cart-primary);
  box-shadow: 0 0 0 4px rgba(99,199,207,.22);
}

/* Cupon: barra linda */
body.woocommerce-cart .coupon{
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

body.woocommerce-cart .coupon input#coupon_code{
  background: #f8fafc;
  border: 1px solid var(--cart-border);
  border-radius: 12px;
  padding: 12px 14px;
  height: 46px;
  min-width: 240px;
  font-weight: 700;
}
body.woocommerce-cart .coupon input#coupon_code:focus{
  outline: none;
  border-color: var(--cart-primary);
  box-shadow: 0 0 0 4px rgba(99,199,207,.22);
  background: #fff;
}

/* Botones generales */
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce input.button{
  border-radius: 14px !important;
  padding: 12px 16px !important;
  font-weight: 900 !important;
  letter-spacing: .5px !important;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
}

/* Botón primario (Actualizar carrito / Aplicar cupón suele ser normal, el checkout es el importante) */
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce input.button:hover{
  transform: translateY(-1px);
}

/* Checkout (Proceed to checkout) */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background: var(--cart-primary) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 24px rgba(99,199,207,.26);
  padding: 14px 18px !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background: var(--cart-primary-2) !important;
  box-shadow: 0 16px 28px rgba(99,199,207,.32);
}

/* Botones secundarios (Aplicar cupón / Actualizar carrito) */
body.woocommerce-cart .woocommerce button[name="apply_coupon"],
body.woocommerce-cart .woocommerce button[name="update_cart"]{
  background: #111827 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(17,24,39,.18);
}
body.woocommerce-cart .woocommerce button[name="apply_coupon"]:hover,
body.woocommerce-cart .woocommerce button[name="update_cart"]:hover{
  background: #0b1220 !important;
}

/* Totales: card más limpia */
body.woocommerce-cart .cart_totals h2{
  font-weight: 900;
  margin-bottom: 12px;
}
body.woocommerce-cart .cart_totals table{
  border: 0 !important;
}
body.woocommerce-cart .cart_totals th{
  color: var(--cart-muted);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .6px;
  font-weight: 900;
  border: 0 !important;
}
body.woocommerce-cart .cart_totals td{
  border: 0 !important;
  font-weight: 800;
}

/* Mensajes WooCommerce */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error{
  border-radius: 14px;
}

/* Responsivo: tabla tipo cards en móvil */
@media (max-width: 767px){
  body.woocommerce-cart table.shop_table thead{ display:none; }
  body.woocommerce-cart table.shop_table,
  body.woocommerce-cart table.shop_table tbody,
  body.woocommerce-cart table.shop_table tr,
  body.woocommerce-cart table.shop_table td{
    display:block;
    width:100%;
  }
  body.woocommerce-cart table.shop_table tr{
    margin-bottom: 14px;
    border-radius: 16px;
    overflow: hidden;
  }
  body.woocommerce-cart table.shop_table td{
    padding: 12px 14px !important;
  }
  body.woocommerce-cart .product-thumbnail img{
    max-width: 90px;
  }
  body.woocommerce-cart .coupon{
    width: 100%;
  }
  body.woocommerce-cart .coupon input#coupon_code{
    width: 100%;
    min-width: 0;
  }
  body.woocommerce-cart .woocommerce button[name="apply_coupon"],
  body.woocommerce-cart .woocommerce button[name="update_cart"],
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */