.elementor-9 .elementor-element.elementor-element-6e78b8b3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d253bb5 *//* ========================================================= */
/* CARRITO WOOCOMMERCE — VISTA MÓVIL (≤767px)                */
/* "X" junto al producto · sin doble fondo · una línea abajo */
/* ========================================================= */
@media (max-width: 767px) {

  /* Tabla y cuerpo como bloques apilados, sin fondo ni borde */
  .woocommerce-cart-form table.shop_table,
  .woocommerce-cart-form table.shop_table tbody {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* Ocultar encabezado de columnas */
  .woocommerce-cart-form table.shop_table thead {
    display: none !important;
  }

  /* Cada fila de producto en grid (la "X" y el nombre comparten fila) */
  .woocommerce-cart-form table.shop_table tbody tr:has(td.product-remove) {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-template-areas:
      "remove   product"
      "price    price"
      "qty      qty"
      "subtotal subtotal" !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    padding: 16px !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    background: transparent !important;
  }

  /* Todas las celdas como bloque, sin fondo ni borde */
  .woocommerce-cart-form table.shop_table tbody tr:has(td.product-remove) td {
    display: block !important;
    width: auto !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 4px 0 !important;
    text-align: left !important;
  }

  /* Asignar cada celda a su área */
  .woocommerce-cart-form table.shop_table td.product-remove    { grid-area: remove !important; padding: 0 !important; margin: 0 !important; }
  .woocommerce-cart-form table.shop_table td.product-name      { grid-area: product !important; }
  .woocommerce-cart-form table.shop_table td.product-price     { grid-area: price !important; }
  .woocommerce-cart-form table.shop_table td.product-quantity  { grid-area: qty !important; }
  .woocommerce-cart-form table.shop_table td.product-subtotal  { grid-area: subtotal !important; }

  /* Ocultar la miniatura del producto */
  .woocommerce-cart-form table.shop_table td.product-thumbnail { display: none !important; }
  .woocommerce-cart-form table.shop_table td.product-name img,
  .woocommerce-cart-form table.shop_table td.product-thumbnail img { display: none !important; }

  /* Ocultar cualquier celda vacía */
  .woocommerce-cart-form table.shop_table tbody tr:has(td.product-remove) td:empty {
    display: none !important;
  }

  /* La "X" compacta y bien alineada */
  .woocommerce-cart-form table.shop_table td.product-remove a.remove {
    margin: 0 !important;
    line-height: 1 !important;
  }

  /* Etiquetas (Precio:, Cantidad:, Subtotal:) solo si hay data-title */
  .woocommerce-cart-form table.shop_table td[data-title]:not([data-title=""])::before {
    content: attr(data-title) ": " !important;
    font-weight: 600 !important;
    color: #c7c9dd !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-right: 6px !important;
  }
  /* Sin etiqueta para eliminar, nombre y miniatura */
  .woocommerce-cart-form table.shop_table td.product-remove::before,
  .woocommerce-cart-form table.shop_table td.product-name::before,
  .woocommerce-cart-form table.shop_table td.product-thumbnail::before {
    content: "" !important;
  }

  /* Fila de acciones (Actualizar carrito) — sin doble fondo, a lo ancho */
  .woocommerce-cart-form table.shop_table td.actions,
  .woocommerce-cart-form table.shop_table tr:has(td.actions) {
    display: block !important;
    width: 100% !important;
    padding: 16px 0 0 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  /* El botón ocupa todo el ancho */
  .woocommerce-cart-form table.shop_table td.actions .button {
    width: 100% !important;
    margin: 0 !important;
  }
  
  /* Sin etiqueta para eliminar, nombre y miniatura */
  .woocommerce-cart-form table.shop_table td.product-remove::before,
  .woocommerce-cart-form table.shop_table td.product-name[data-title]::before,
  .woocommerce-cart-form table.shop_table td.product-thumbnail[data-title]::before,
  .woocommerce-cart-form table.shop_table td.product-remove[data-title]::before {
    content: "" !important;
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6e78b8b3 *//* ========================================================= */
/* AJUSTES DE SEGURIDAD Y LIMPIEZA VISUAL DEL CARRITO        */
/* ========================================================= */

/* 1. Ocultar la columna de la foto / miniatura */
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table th.product-thumbnail {
  display: none !important;
}

/* 2. Desactivar el clic en el nombre del producto (Evita ir a la single) */
.woocommerce-cart-form__cart-item .product-name a {
  pointer-events: none !important; /* Desactiva la acción de clic */
  cursor: default !important;     /* Mantiene el cursor normal */
  color: #ffffff !important;      /* Mantiene el texto en blanco fijo */
  text-decoration: none !important;
}

/* Evitar que el título cambie de color o muestre estado hover */
.woocommerce-cart-form__cart-item .product-name a:hover {
  color: #ffffff !important;
}/* ========================================================= */
/* SECCIÓN CARRITO DE COMPRA (WOOCOMMERCE INTEGRATION)       */
/* ========================================================= */

.cart-container {
  position: relative;
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  color: var(--text, #e9e9f2);
  padding: 80px 56px 120px;
  background:
    radial-gradient(circle at 10% 20%, rgba(123,91,214,.35), transparent 35%),
    radial-gradient(circle at 90% 80%, rgba(60,80,200,.35), transparent 35%),
    linear-gradient(135deg, #1a1e3a 0%, #252D4F 100%);
  overflow: hidden;
  min-height: 80vh;
}

.cart-container .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.cart-title {
  font-weight: 800;
  font-size: 52px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #e6789e 0%, #b06cc4 45%, #6b6be0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.cart-card-wrapper {
  padding: 40px 44px;
}

/* --- ESTILOS DE LA TABLA DE WOOCOMMERCE --- */
.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: none !important;
  background: transparent !important;
  width: 100%;
}

.woocommerce table.shop_table th {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  border: none !important;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.woocommerce table.shop_table td {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #e9e9f2 !important;
  padding: 18px 16px;
  font-size: 15px;
}

.woocommerce table.shop_table td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.woocommerce table.shop_table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Nombre del producto e imagen */
.woocommerce-cart-form__cart-item .product-name a {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.woocommerce-cart-form__cart-item .product-name a:hover {
  color: #e6789e !important;
}

.woocommerce table.shop_table td.product-remove a.remove {
  color: #e6789e !important;
  font-size: 20px;
}

.woocommerce table.shop_table td.product-remove a.remove:hover {
  background: #e6789e !important;
  color: #ffffff !important;
}

/* Campos de entrada (Input / Cupón) */
.woocommerce .coupon input.input-text,
.woocommerce .quantity input.qty {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
}

/* --- SECCIÓN TOTALES DEL CARRITO --- */
.woocommerce .cart-collaterals .cart_totals {
  background: rgba(37, 45, 79, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 28px 32px;
  float: right;
  width: 100%;
  max-width: 480px;
  margin-top: 30px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

/* BOTÓN PRINCIPAL DE CHECKOUT / FINALIZAR COMPRA */
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, #e6789e, #b06cc4) !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 18px rgba(230, 120, 158, 0.4) !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 24px rgba(230, 120, 158, 0.6) !important;
}

/* ========================================================= */
/* RESPONSIVE CARRITO                                        */
/* ========================================================= */
@media (max-width: 1024px) {
  .cart-container { padding: 60px 24px 80px; }
  .cart-title { font-size: 42px; }
  .cart-card-wrapper { padding: 30px 20px; }
}

@media (max-width: 767px) {
  .cart-container { padding: 40px 14px 60px; }
  .cart-title { font-size: 32px; margin-bottom: 30px; }
  .woocommerce .cart-collaterals .cart_totals { max-width: 100%; float: none; padding: 20px 16px; }
}/* End custom CSS */