/* Header — sticky top of storefront shell. */
.daruta-mobile-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 8px;
  position: sticky; top: 0; z-index: 5;
  background: var(--daruta-bg);
}
