/* Baprile WooCommerce Cache — Frontend Styles */

/* Cart fragment loader */
.bap-woo-cache-cart-fragment {
    transition: opacity 0.2s ease;
}

.bap-woo-cache-cart-fragment-loading {
    opacity: 0.6;
}

/* Stock status indicators on cached archive pages */
.bap-woo-cache-stock-checking .add_to_cart_button {
    opacity: 0.5;
    pointer-events: none;
}

.bap-woo-cache-out-of-stock {
    cursor: not-allowed !important;
    opacity: 0.6;
}

/* Nonce injection — invisible */
.bap-woo-cache-nonces {
    display: none;
}

/* Preconnect hint style — not rendered visually */
