.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-473 .elementor-element.elementor-element-a0c69fd{--display:flex;}.elementor-widget-spacer .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-spacer .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-473 .elementor-element.elementor-element-550b16d{--spacer-size:20px;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-473 .elementor-element.elementor-element-aaab3dd{text-align:center;}.elementor-473 .elementor-element.elementor-element-aaab3dd .elementor-heading-title{font-family:"Markazi Text", Sans-serif;font-size:60px;font-weight:600;text-transform:uppercase;color:#B6C5F2;}.elementor-widget-yith_wcwl_wishlist .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-yith_wcwl_wishlist .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-8d9f621 *//* ==============================
   CONTENEDOR DE LA TABLA
============================== */
.yith-wcwl-form table.wishlist_table {
  border-collapse: separate !important;
  border-spacing: 0 14px;
  width: 100%;
  font-family: 'Varta', sans-serif;
}

/* ==============================
   CABECERA (TÍTULOS)
============================== */
.yith-wcwl-form table.wishlist_table thead th {
  background: #f4f6fb;
  color: #222;
  padding: 18px 16px;
  border: none;
  font-family: 'Recoleta', serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* ==============================
   FILAS COMO TARJETAS
============================== */
.yith-wcwl-form table.wishlist_table tbody tr {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.yith-wcwl-form table.wishlist_table tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.12);
}

/* ==============================
   CELDAS
============================== */
.yith-wcwl-form table.wishlist_table td {
  padding: 18px;
  border: none;
  vertical-align: middle;
  font-family: 'Varta', sans-serif;
  font-size: 15px;
  color: #333;
}

/* ==============================
   IMAGEN DEL PRODUCTO
============================== */
.yith-wcwl-form .product-thumbnail img {
  width: 80px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ==============================
   NOMBRE DEL PRODUCTO
============================== */
.yith-wcwl-form .product-name a {
  font-family: 'Varta', sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

.yith-wcwl-form .product-name a:hover {
  color: #ff5a7a;
}

/* ==============================
   PRECIO
============================== */
.yith-wcwl-form .product-price {
  font-family: 'Varta', sans-serif;
  font-weight: 600;
  color: #2e7d32;
}

/* ==============================
   BOTÓN AÑADIR AL CARRITO
============================== */
.yith-wcwl-form .add_to_cart_button {
  background: #B6C5F2 !important;
  color: #000 !important;
  border-radius: 30px !important;
  padding: 10px 22px !important;
  font-family: 'Varta', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* ==============================
   ICONO ELIMINAR
============================== */
.yith-wcwl-form .product-remove a {
  color: #ff4d4d;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.yith-wcwl-form .product-remove a:hover {
  transform: scale(1.3);
}

/* ==============================
   OCULTAR TÍTULO "LISTA DE DESEOS"
============================== */
.yith-wcwl-wishlist-title,
.yith-wcwl-form > h1,
.yith-wcwl-form > h2 {
  display: none !important;
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 768px) {
  .yith-wcwl-form table.wishlist_table thead {
    display: none;
  }

  .yith-wcwl-form table.wishlist_table,
  .yith-wcwl-form table.wishlist_table tbody,
  .yith-wcwl-form table.wishlist_table tr,
  .yith-wcwl-form table.wishlist_table td {
    display: block;
    width: 100%;
  }

  .yith-wcwl-form table.wishlist_table tr {
    margin-bottom: 20px;
    padding: 12px;
  }
  
}/* End custom CSS */