/**
 * Afil — ASIA FERTIMAX INDIA LLP
 * Child theme custom styles
 */

/* Header cart icon (catalog mode fallback) */
.wdt-header-icons-list-item.cart-item,
.wdt-shop-menu-cart-icon,
.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button {
	display: none !important;
}

/* Hide product prices everywhere while the site is in catalog mode. */
.woocommerce .price,
.woocommerce .woocommerce-Price-amount,
.woocommerce .wc-block-components-product-price,
.woocommerce .wc-block-grid__product-price,
.widget_shopping_cart .woocommerce-Price-amount,
.product_list_widget .woocommerce-Price-amount {
	display: none !important;
}

/*
 * Inquiry Now buttons (shop, product, Elementor) use theme Filled button design.
 * Layout helpers only — colors/sizes come from WeDesignTech button CSS.
 */
.woocommerce .afil-inquiry-button-holder,
.woocommerce ul.products li.product .afil-inquiry-button-holder {
	display: inline-flex;
	margin-top: 12px;
	width: auto;
}

.woocommerce ul.products li.product .afil-inquiry-button-holder .wdt-button {
	justify-content: center;
	width: auto;
}

/* Product detail: match theme button selector, hover text white. */
.woocommerce div.product .wdt-product-summary .product-buttons-wrapper .wc_btn_inline a:hover {
	color: #ffffff;
}

.afil-inquiry-button-holder .wdt-button .wdt-button-icon svg {
	display: block;
	fill: currentColor;
	height: 1.25em;
	width: 1.25em;
}

/* Global WhatsApp shortcut. */
.afil-floating-whatsapp,
.afil-floating-whatsapp:visited {
	align-items: center;
	background: #25d366;
	border-radius: 50%;
	bottom: 24px;
	box-shadow: 0 6px 20px rgb(0 0 0 / 24%);
	color: #fff;
	display: flex;
	height: 58px;
	justify-content: center;
	left: 24px;
	position: fixed;
	transition: background-color 0.2s ease, transform 0.2s ease;
	width: 58px;
	z-index: 9999;
}

.afil-floating-whatsapp:hover,
.afil-floating-whatsapp:focus {
	background: #128c7e;
	color: #fff;
	transform: translateY(-2px);
}

.afil-floating-whatsapp svg {
	height: 34px;
	width: 34px;
}

@media (max-width: 767px) {
	.afil-floating-whatsapp {
		bottom: 16px;
		height: 52px;
		left: 16px;
		width: 52px;
	}

	.afil-floating-whatsapp svg {
		height: 30px;
		width: 30px;
	}
}
