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


/* Out of Stock Button Styling */
.out-of-stock-btn {
    background-color: #b89aae !important;
	color: #fff !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

/* Prevent product card click if needed */
.product.outofstock a {
    pointer-events: none;
}
