/*
Theme Name: VEK
Author: Antigravity
Description: Custom theme for VEK based on Underscores
Version: 1.0.0
*/

/* HUSKY Filter Styles */
.woof_container { margin-bottom: 20px; }
.woof_container_inner h4 { font-size: 1rem; font-weight: bold; margin-bottom: 10px; }
.woof_list_checkbox li { margin-bottom: 5px; }

/* Quick View Button Fixes */
#yith-quick-view-modal .yith-wcqv-main { border-radius: 8px; }
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main button.button.alt { 
    background-color: #198754 !important; 
    color: #fff !important; 
    border-radius: 4px;
    padding: 10px 20px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main button.button.alt:hover {
    background-color: #157347 !important;
}

/* Hide default Add to Cart in Quick View if we want bulk? Actually let's just make it look good */
.woocommerce-result-count { margin-bottom: 0; font-size: 0.9rem; color: #6c757d; }
.woocommerce-ordering select { border: 1px solid #ced4da; border-radius: 4px; padding: 5px; }

/* Footer spacing */
.site-footer { padding-top: 40px; }

/* Custom Bulk Variations Table */
.vek-bulk-table { font-size: 0.85rem; }
.vek-bulk-table th { font-weight: 600; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.5px; }
.vek-var-name { font-weight: 500; }
.vek-bulk-qty { width: 80px; text-align: center; }
.vek-bulk-total { font-size: 1.1rem; }
.vek-qv-bulk-wrap { max-height: 400px; overflow-y: auto; overflow-x: hidden; margin-bottom: 1rem; border: 1px solid #dee2e6; border-radius: 4px; padding: 10px; }
.vek-qv-bulk-wrap::-webkit-scrollbar { width: 6px; }
.vek-qv-bulk-wrap::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
