.elementor-2431 .elementor-element.elementor-element-dc8b2ba{--display:flex;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-72162f0 *//* --- FIX YITH WISHLIST ADD TO CART BUTTON --- */

/* Noņem tēmas milzīgo ikonu */
table.wishlist_table .product-add-to-cart a.add_to_cart_button::before,
table.wishlist_table .product-add-to-cart::before,
table.wishlist_table .product-add-to-cart::after,
table.wishlist_table .product-add-to-cart a.add_to_cart_button::after {
    display: none !important;
    content: none !important;
}

/* Izlīdzina pogu */
table.wishlist_table .product-add-to-cart a.add_to_cart_button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 14px !important;
    border-radius: 50px !important;
    line-height: 1 !important;
    background: #5b3b24 !important; /* tava brūnā */
    color: #fff !important;
    text-decoration: none !important;
}

/* SVG izmērs */
table.wishlist_table .product-add-to-cart a.add_to_cart_button svg {
    width: 18px !important;
    height: 18px !important;
}

/* Hover efekts */
table.wishlist_table .product-add-to-cart a.add_to_cart_button:hover {
    filter: brightness(0.92) !important;
}/* End custom CSS */