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


/* Ensure dropdown arrows remain interactive */
.toggle-subcat, /* Woodmart-specific class, adjust if different */
.select2-container--default .select2-selection__arrow, /* WooCommerce variations */
.wc-variation-select::after { /* Custom variation dropdowns */
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}

