﻿/* RaceDeck Tier-1 overrides — square buttons per brand (Style Tools has no square option).
   Sets only the radius variable; never paint colors on bare [data-dw-button] (over-broad selector pitfall). */
.dw-button, [data-dw-button] {
    --dw-btn-border-radius: 0;
}

/* US storefront: VAT is not US terminology. Hide the "Excl. VAT" sublabels and the
   VAT / "Total incl. VAT" rows in the cart receipt; "Subtotal" and "Total" remain.
   Scoped to the receipt container so product subtexts elsewhere are unaffected. */
.sticky-receipt .fs-8.fw-normal.d-block {
    display: none !important;
}
.sticky-receipt .border-top > .d-flex.justify-content-between:not(:first-child) {
    display: none !important;
}
