.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- BASE --- */
.wishlist_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
}

.wishlist_table th,
.wishlist_table td {
  text-align: left;
  padding: 0.75rem 1rem;
  vertical-align: middle;
}

.wishlist_table thead {
  background: #f8f9fa;
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #e9ecef;
}

.wishlist_table tr {
  border-bottom: 1px solid #f1f3f5;
  transition: background 0.2s ease;
}

.wishlist_table tr:hover {
  background: #f9f9f9;
}

/* --- IMAGEN --- */
.wishlist_table .product-thumbnail img {
  width: 70px;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* --- NOMBRE DEL PRODUCTO --- */
.wishlist_table .product-name a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.95rem;
}

.wishlist_table .product-name a:hover {
  color: #007bff;
}

/* --- BOTÓN ELIMINAR (ESCRITORIO + MÓVIL) --- */
.wishlist_table .remove_from_wishlist {
  display: inline-block;
  background: #ff4d4f; /* rojo principal */
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  padding: 0.4rem 0.9rem;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wishlist_table .remove_from_wishlist:hover {
  background: #d9363e; /* rojo más oscuro al pasar el ratón */
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(217, 54, 62, 0.3);
}

/* --- RESPONSIVE MÓVIL --- */
@media (max-width: 768px) {
  .wishlist_table,
  .wishlist_table tbody,
  .wishlist_table tr,
  .wishlist_table td {
    display: block;
    width: 100%;
  }

  .wishlist_table thead {
    display: none;
  }

  .wishlist_table tr {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    padding: 0.75rem;
    font-size: 0.85rem;
  }

  .wishlist_table td {
    border: none;
    padding: 0.4rem 0;
  }

  .wishlist_table .product-thumbnail {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .wishlist_table .product-thumbnail img {
    width: 100px;
  }

  .wishlist_table .product-name {
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .wishlist_table .product-name a {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .wishlist_table .product-add-to-cart {
    text-align: center;
  }

  .wishlist_table .remove_from_wishlist {
    font-size: 0.75rem;
    padding: 0.35rem 0.8rem;
  }
}/* End custom CSS */