.elementor-13 .elementor-element.elementor-element-78270a6{--display:flex;}.elementor-widget-text-editor{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 );}.elementor-13 .elementor-element.elementor-element-2767b2bd{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-2767b2bd *//* Força o fundo preto em todos os níveis da tabela */
.wishlist_table,
.wishlist_table tbody,
.wishlist_table tr,
.wishlist_table td,
.wishlist_table th {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Reaplica a cor certa a cada elemento de texto para não ficar tudo branco genérico */
.wishlist_table .product-name a {
  color: #ffffff !important;
}

.wishlist_table .product-price,
.wishlist_table .product-price .woocommerce-Price-amount,
.wishlist_table .woocommerce-Price-currencySymbol {
  color: #ffffff !important;
}

.wishlist_table .wishlist-in-stock {
  background: rgba(76, 175, 80, 0.2) !important;
  color: #81c784 !important;
}

/* Bordas mais subtis, já que o fundo passou a ser preto */
.wishlist_table td,
.wishlist_table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Hover da linha - preto ligeiramente mais claro */
.wishlist_table tbody tr:hover,
.wishlist_table tbody tr:hover td {
  background: #111111 !important;
}

/* Botão "Adicionar ao carrinho" - sem fundo, só ícone branco */
.wishlist_table .add_to_cart_button,
.yith-wcwl-add-to-cart .add_to_cart_button {
  background: none !important;
  border: none !important;
  color: #ffffff !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.wishlist_table .add_to_cart_button svg,
.yith-wcwl-add-to-cart .add_to_cart_button svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  width: 20px;
  height: 20px;
}

.wishlist_table .add_to_cart_button:hover,
.yith-wcwl-add-to-cart .add_to_cart_button:hover {
  opacity: 0.7;
}/* End custom CSS */