/* ==========================================================================
   modules.css — OK Studios commerce modules layered onto Health Channels.

   OWNERSHIP NOTE: this file was specced to own `.nav-cart`. In the shipped
   integration the shop module (assets/css/shop.css) also defines `.nav-cart`,
   and it is matched to shop.js's badge logic (`#cart-count[hidden]`). shop.css
   loads AFTER this file, so it is the live owner of the cart button. To avoid a
   two-owner cascade conflict (double glyph / lingering mask), the visual
   `.nav-cart` rules are intentionally NOT duplicated here. If shop.css is ever
   removed, restore a self-contained `.nav-cart` block below.

   This file adds no `.order-strip` styles — those live in shop.css by design.
   It overrides nothing in main.css.
   ========================================================================== */

/* (No active rules — nav-cart is owned by shop.css in the current build.) */
