/*
 Theme Name:   Hello Biz Child
 Template:     hello-biz
 Description:  Child theme for Hello Biz (Elementor)
 Author:       Neu Marketing
 Version:      1.0
*/

/* — YOUR CUSTOM CSS BELOW — */

.wcpay-store-alert {
  display: none !important;
}

/* Hide the purple core WooCommerce Store Notice */
.woocommerce-store-notice {
  display: none !important;
}

/* Outer container for all button-style swatches (not images) */
.variable-item.button-variable-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 5px 10px 0 !important;
    border-radius: 999px !important;
    height: auto !important;
    min-height: 48px !important;
    width: auto !important;
    min-width: 100px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

/* Inner label text of button-style swatches */
.variable-item-span.variable-item-span-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    height: auto !important;
    width: auto !important;
    box-sizing: border-box !important;
}

/* Adjust swatch label font size */
.variations .swatch-label {
    font-size: 14px !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ffffff !important;
}

.woocommerce div.product p.stock.in-stock {
    color: #ffffff; /* Change this to whatever color you want */
}

.woocommerce div.product p.stock {
    display: none !important;
}

.woocommerce div.product .variations,
.woocommerce div.product table.variations,
.woocommerce div.product .variations td,
.woocommerce div.product .variations tr,
.woocommerce div.product form.variations_form {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

body.single-product th.label,
body.single-product .variations th.label,
body.single-product .woocommerce table.variations th.label,
body.single-product .woocommerce .variations th.label {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.tinvwl_add_to_wishlist_button {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 5px !important;
    position: relative !important;
    height: 50px;
    width: 50px;
    overflow: visible;
}
/* Make the heart icon a bit bigger */
.tinvwl_add_to_wishlist_button:before {
    font-size: 30px !important;
    line-height: 1 !important;
}

/* Add tooltip */
.tinvwl_add_to_wishlist_button::after {
    content: "Add to favorites";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 99;
}

/* Show tooltip on hover */
.tinvwl_add_to_wishlist_button:hover::after {
    opacity: 1;
}
.elementor-loop-item .woocommerce-product-details__short-description span[style*="color"] {
  color: #000000 !important;
}





