/* Storefront shell — outer wrapper for all routes. */
.daruta-storefront-shell {
  width: 100%;
  background: var(--daruta-bg);
  color: var(--daruta-fg);
  display: flex; flex-direction: column;
  min-height: 100%;
}
