/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-logo img{
	padding-top: 15px !important;
}

/* Enhanced hover styles for AJAX Products Tabs */
.wd-products-tabs .products-tabs-title li {
	transition: all 0.3s ease;
	cursor: pointer;
}

.wd-products-tabs .products-tabs-title li .wd-nav-link {
	pointer-events: all;
	cursor: pointer;
}

/* Smooth hover transition for tabs */
.wd-products-tabs .products-tabs-title li:hover {
	opacity: 0.8;
}

/* Loading state visual feedback */
.wd-products-tabs .products-tabs-title li.loading {
	opacity: 0.6;
	pointer-events: none;
}

/* Hide category page banner */
.tax-product_cat .wd-page-title .container {
	visibility: hidden;
}
