      /* AutoStop public storefront stylesheet entry point.
         index.html links /assets/style.css. Modules are imported in cascade
         order (matching the original single-file sheet, so overrides keep their
         relative position): design tokens/reset, header, main page, then every
         modal/drawer/overlay plus the site-wide responsive tail. */
      @import url("css/global.css");
      @import url("css/header.css");
@import url("css/main-page.css?v=cart-total-desktop-1");
@import url("css/modal.css?v=checkout-overlay-blur-20");
