/* Per-vendor / side-cart styles MOVED to the Daman theme bundle.
 *
 * The offcanvas mini-cart is loaded via AJAX, so Assets.AppendCssFiles() from the
 * cart partial never injects a <link> into <head> and this file was silently ignored
 * there (cart rendered unstyled). The styles now live in the GLOBAL theme bundle so
 * they are present on every page before the offcanvas opens:
 *
 *   Themes/Daman/wwwroot/_custom.scss  →  section "14. PER-VENDOR / SIDE CART"
 *   (+ section "11b" for RTL-correct dismissible alerts)
 *
 * This file is kept (and still referenced by the cart views) intentionally empty so
 * existing AppendCssFiles("~/marketplace/css/per-vendor-cart.css") calls keep working
 * without 404s. Add cart CSS in _custom.scss, NOT here.
 */
