.elementor-5194 .elementor-element.elementor-element-d2d416f{--display:flex;}.elementor-5194 .elementor-element.elementor-element-2e8cd86 > .elementor-widget-container{margin:3em 0em 0em 0em;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-2e8cd86 *//* Wrapper general */
table.wishlist_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  font-family: "Marcellus", Georgia, serif !important;
}

/* Encabezados */
table.wishlist_table thead {
  background: #eba58e !important;
  color: #302f27 !important;
}

table.wishlist_table thead th {
  padding: 16px 18px !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  border: none !important;
  color: #302f27 !important;
  font-family: "Marcellus", Georgia, serif !important;
}

/* Filas */
table.wishlist_table tbody tr {
  background-color: transparent !important;
  transition: background 0.25s ease !important;
  border-bottom: 1px solid #f3d2b9 !important;
}

table.wishlist_table tbody tr:nth-child(even) {
  background-color: transparent !important;
}

table.wishlist_table tbody tr:hover {
  background-color: rgba(235, 165, 142, 0.08) !important;
  transform: none !important;
}

/* Celdas */
table.wishlist_table tbody td {
  padding: 18px 18px !important;
  font-size: 14px !important;
  color: #676f53 !important;
  vertical-align: middle !important;
  border: none !important;
  font-family: "Marcellus", Georgia, serif !important;
}

/* Columna miniatura */
table.wishlist_table td.product-thumbnail {
  padding: 16px 18px !important;
}

table.wishlist_table td.product-thumbnail img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Nombre de producto */
table.wishlist_table td.product-name a {
  font-weight: 400 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  color: #302f27 !important;
  font-family: "Marcellus", Georgia, serif !important;
}

table.wishlist_table td.product-name a:hover {
  color: #eba58e !important;
}

/* Estado de stock */
table.wishlist_table td.product-stock-status .wishlist-in-stock {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  background-color: transparent !important;
  color: #676f53 !important;
  border: 1px solid #f3d2b9 !important;
  font-family: "Marcellus", Georgia, serif !important;
}

/* Fecha añadida */
table.wishlist_table td .dateadded {
  display: block !important;
  margin-top: 8px !important;
  font-size: 11px !important;
  color: #676f53 !important;
  font-family: "Marcellus", Georgia, serif !important;
}

/* Botón eliminar (X) */
table.wishlist_table td.product-remove a.remove_from_wishlist {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 0 !important;
  border: 1px solid #f3d2b9 !important;
  color: #302f27 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  background-color: transparent !important;
  transition: all 0.2s ease !important;
  font-family: "Marcellus", Georgia, serif !important;
}

table.wishlist_table td.product-remove a.remove_from_wishlist:hover {
  background-color: #eba58e !important;
  color: #302f27 !important;
  border-color: #eba58e !important;
}

/* Botón "Añadir al carrito" */
table.wishlist_table td.product-add-to-cart .add_to_cart_button,
table.wishlist_table td.product-add-to-cart a.button,
a.add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #302f27 !important;
  background-color: #302f27 !important;
  color: #f3d2b9 !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: "Marcellus", Georgia, serif !important;
}

table.wishlist_table td.product-add-to-cart .add_to_cart_button:hover,
table.wishlist_table td.product-add-to-cart a.button:hover,
a.add_to_cart_button:hover {
  background-color: #eba58e !important;
  border-color: #eba58e !important;
  color: #302f27 !important;
}

/* Responsive */
@media (max-width: 768px) {
  table.wishlist_table thead {
    display: none !important;
  }

  table.wishlist_table,
  table.wishlist_table tbody,
  table.wishlist_table tr,
  table.wishlist_table td {
    display: block !important;
    width: 100% !important;
  }

  table.wishlist_table tbody tr {
    margin-bottom: 12px !important;
    border-bottom: 1px solid #f3d2b9 !important;
  }

  table.wishlist_table tbody td {
    border: none !important;
    padding: 12px 16px !important;
  }

  table.wishlist_table td.product-thumbnail {
    text-align: center !important;
  }

  table.wishlist_table td.product-name a {
    font-size: 14px !important;
  }

  table.wishlist_table td.product-add-to-cart {
    text-align: left !important;
  }
}/* End custom CSS */