/* BROAQ Commerce UX 3.87.0 — strictly scoped to product/checkout surfaces. */
.single-product .bq-product-live-total{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:10px;font-size:14px;line-height:1.5}
.single-product .bq-product-live-total__label{opacity:.72}
.single-product .bq-product-live-total__value{font-weight:800;font-size:1.05em}
.single-product form.cart .quantity.bq-qty-enhanced{display:inline-flex!important;align-items:center;gap:0;border:1px solid rgba(28,20,25,.14);border-radius:10px;overflow:hidden;background:#fff;vertical-align:middle}
.single-product form.cart .quantity.bq-qty-enhanced input.qty{border:0!important;box-shadow:none!important;border-radius:0!important;width:54px!important;min-width:54px!important;text-align:center!important;margin:0!important;appearance:textfield}
.single-product form.cart .quantity.bq-qty-enhanced input.qty::-webkit-outer-spin-button,.single-product form.cart .quantity.bq-qty-enhanced input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.bq-product-qty-btn,.bq-qty-btn{appearance:none;border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font:inherit;line-height:1;user-select:none}
.single-product .bq-product-qty-btn{width:38px;height:42px;font-size:20px}
.single-product .bq-product-qty-btn:focus-visible,.bq-qty-btn:focus-visible{outline:2px solid currentColor;outline-offset:-3px}

.woocommerce-checkout .bq-checkout-qty{display:inline-flex;align-items:center;justify-content:center;gap:0;border:1px solid rgba(28,20,25,.14);border-radius:9px;overflow:hidden;background:#fff;min-height:34px;vertical-align:middle}
.woocommerce-checkout .bq-checkout-qty .quantity{margin:0!important;float:none!important}
.woocommerce-checkout .bq-checkout-qty input.qty{width:42px!important;min-width:42px!important;height:34px!important;margin:0!important;border:0!important;border-inline:1px solid rgba(28,20,25,.09)!important;border-radius:0!important;box-shadow:none!important;text-align:center!important;padding:0 4px!important;appearance:textfield}
.woocommerce-checkout .bq-checkout-qty input.qty::-webkit-outer-spin-button,.woocommerce-checkout .bq-checkout-qty input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.woocommerce-checkout .bq-checkout-qty .bq-qty-btn{width:32px;height:34px;font-size:18px}
.woocommerce-checkout .bq-checkout-qty.is-updating{opacity:.58;pointer-events:none}
.woocommerce-checkout .bq-qty-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

/* Keep the actual tax in WooCommerce/order/invoice; suppress only repeated checkout presentation when catalog prices already include VAT. */
.bq-prices-include-tax .woocommerce-checkout-review-order-table tr.tax-rate{display:none!important}
.bq-prices-include-tax .woocommerce-checkout-review-order-table .tax_label,.bq-prices-include-tax .woocommerce-checkout-review-order-table small.includes_tax{display:none!important}
.woocommerce-checkout .bq-vat-included-note td{padding-top:4px!important;border-top:0!important;font-size:12px!important;line-height:1.45!important;opacity:.72!important;text-align:center!important}

/* Make legal links explicit without changing the surrounding checkout identity. */
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-checkout .woocommerce-terms-and-conditions-link,
.woocommerce-checkout .woocommerce-privacy-policy-text a{color:#7a285d!important;font-weight:800!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}

/* Invoice details toggle: centered, compact, and with a real CSS chevron. */
.woocommerce-checkout .bq-invoice-details-toggle{display:flex!important;width:max-content!important;max-width:100%!important;align-items:center!important;justify-content:center!important;gap:9px!important;margin-inline:auto!important;text-align:center!important}
.woocommerce-checkout .bq-invoice-details-toggle .arrow,
.woocommerce-checkout .bq-invoice-details-toggle .chevron,
.woocommerce-checkout .bq-invoice-details-toggle [class*="arrow"],
.woocommerce-checkout .bq-invoice-details-toggle [class*="chevron"]{display:none!important}
.woocommerce-checkout .bq-invoice-details-toggle::after{content:"";display:inline-block;width:8px;height:8px;border-inline-end:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .18s ease}
.woocommerce-checkout .bq-invoice-details-toggle[aria-expanded="true"]::after{transform:rotate(225deg) translate(-1px,-1px)}

/* Only exact duplicates identified by JS are hidden. */
.woocommerce-checkout .bq-checkout-deduped{display:none!important}

/* Tabby compatibility does not restyle Tabby; it only guarantees the native Woo submit control remains a submit control. */
.woocommerce-checkout.bq-tabby-selected #place_order{pointer-events:auto}
@media(max-width:600px){.woocommerce-checkout .bq-checkout-qty .bq-qty-btn{width:34px}.woocommerce-checkout .bq-checkout-qty input.qty{width:40px!important;min-width:40px!important}.single-product .bq-product-live-total{margin-top:8px}}
