/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* ===== Single Product: Override WooCommerce / Hello Elementor defaults ===== */

/* --- Links: black instead of default #c36 / blue --- */
.woocommerce div.product a,
.woocommerce div.product .woocommerce-tabs a,
.woocommerce div.product .woocommerce-Reviews a,
.woocommerce div.product .product_meta a{
  color: #000;
}
.woocommerce div.product a:hover,
.woocommerce div.product a:focus{
  color: #333;
}

/* --- Add to Cart button: black to match theme --- */
.woocommerce div.product .single_add_to_cart_button,
.woocommerce div.product .single_add_to_cart_button.button.alt,
.woocommerce div.product .single_add_to_cart_button.button.alt.single_add_to_cart_button{
  background-color: #000 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px;
}
.woocommerce div.product .single_add_to_cart_button:hover,
.woocommerce div.product .single_add_to_cart_button.button.alt:hover{
  background-color: #222 !important;
  color: #fff !important;
}

/* --- Related Products heading: white --- */
.woocommerce div.product section.related.products > h2{
  color: #fff;
}

/* --- Gallery navigation arrows: black text --- */
.woocommerce div.product .uwm-thumb-btn{
  color: #000;
}
.woocommerce div.product .uwm-thumb-btn:disabled{
  color: #000;
}

/* ===== Cart: ensure remove button is always visible ===== */
.wc-block-cart-item__remove-link,
.wc-block-components-product-remove-button,
button.wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__remove-link {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ===== Cart remove link: force visible in quantity cell =====*/
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  display: inline !important;
}
