/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Hide shipping calculator when local pickup is selected - handled by JavaScript */
.woocommerce-shipping-calculator,
.shipping-calculator-form,
.shipping-calculator-button,
a.shipping-calculator-button,
#shipping-calculator-form,
.woocommerce-shipping-destination.mb-2 {
	transition: opacity 0.2s;
}
