/*
Theme Name: Wux Theme Child
Template: wux
Author: Wux
Author URI: https://wux.nl/
Description: Wux is het custom wordpress thema van Wux - Internetbureau
Version: 1.5.1779810037
Updated: 2026-05-26 17:40:37

*/

/* =============================================
   WooCommerce Bookings — Theme Compatibility
   =============================================
   The booking form and button are hidden by inline style="display:none"
   in the WC Bookings template. They are shown by frontend.js after init.
   If JS fails to initialize, these rules act as a fallback so at minimum
   the form is visible. Remove the fallback rules once JS is confirmed working.
*/

/* Fallback: show form/button/cost if JS hasn't toggled them */
.woocommerce-page .wc-bookings-booking-form,
.woocommerce-page #wc-bookings-booking-form {
    display: block !important;
}

.woocommerce-page .wc-bookings-booking-form-button {
    display: inline-block !important;
}

.woocommerce-page .wc-bookings-booking-cost {
    display: block !important;
}

/* Calendar picker container */
.wc-bookings-date-picker .picker {
    display: block;
    min-height: 200px;
}

/* Ensure jQuery UI datepicker calendar is not clipped by theme containers */
.single-product .summary .wc-bookings-date-picker,
.single-product .entry-summary .wc-bookings-date-picker {
    overflow: visible;
}

.ui-datepicker {
    z-index: 9999 !important;
}

