.elementor-7253 .elementor-element.elementor-element-5fac6b54{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-577a1705 *//* Wishlist - styl główny */
.yith-wcwl-wishlist {
  background-color: #f6f8fa;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(68,185,111,0.10);
  padding: 24px;
  font-family: 'Inter', Arial, sans-serif;
}

/* Nagłówek listy życzeń */
.yith-wcwl-wishlist-title,
.yith-wcwl-title {
  color: #44b96f;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

/* Tabela produktów */
.yith-wcwl-wishlist-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(37,99,235,0.08);
}

/* Wiersze tabeli */
.yith-wcwl-wishlist-table tr {
  border-bottom: 1px solid #eaeaea;
}

/* Komórki tabeli */
.yith-wcwl-wishlist-table td,
.yith-wcwl-wishlist-table th {
  color: #222;
  padding: 14px 12px;
  text-align: left;
}

/* Cena produktu */
.yith-wcwl-wishlist-table .product-price {
  color: #2563eb;
  font-weight: 700;
}

/* Stan magazynowy */
.yith-wcwl-wishlist-table .stock {
  color: #44b96f;
  font-weight: 600;
}

/* Przycisk dodaj do koszyka */
.yith-wcwl-add-to-cart {
  background-color: #44b96f;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}
.yith-wcwl-add-to-cart:hover {
  background-color: #2563eb;
}

/* Usuń produkt */
.yith-wcwl-delete {
  color: #e53935;
  font-weight: bold;
  font-size: 1.1rem;
  margin-left: 4px;
  cursor: pointer;
}
.yith-wcwl-delete:hover {
  text-decoration: underline;
}

/* Dodatkowe tłumaczenie przycisków i nagłówków – pełny PL jest w pluginie, jeśli teksty są po angielsku, przetłumacz w YITH/WooCommerce > Polish *//* End custom CSS */