/** Shopify CDN: Minification failed

Line 233:36 Unexpected "{"

**/
.wb-acct {
  position: relative;
  display: inline-flex;
}

.wb-acct__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  height: auto;
  min-width: 0;
  font: inherit;
  color: inherit;
  border-radius: 999px;
  white-space: nowrap;
  transition: background-color .15s ease, border-color .15s ease, opacity .15s ease;
}

.wb-acct__toggle:hover {
  opacity: .78;
}

.wb-acct.is-open .wb-acct__toggle {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .22);
  opacity: 1;
}

.wb-acct__caret {
  display: inline-flex;
  transition: transform .15s ease;
}

.wb-acct__caret svg {
  width: .85rem;
  height: .85rem;
}

.wb-acct.is-open .wb-acct__caret {
  transform: rotate(180deg);
}

.wb-acct__pill {
  display: inline-block;
  background: var(--wb-orange);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 3px;
}

.wb-acct__panel {
  position: fixed;
  top: 120px;
  right: 20px;
  left: auto;
  z-index: 210;
  width: 320px;
  max-width: calc(100vw - 16px);
  text-align: left;
  background: #fff;
  color: var(--wb-navy);
  border-radius: 12px;
  box-shadow: 0 16px 38px -10px rgba(8, 24, 60, .34);
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 -44px 100% -44px);
  transition: opacity .14s ease;
  pointer-events: none;
}

.wb-acct.is-open .wb-acct__panel {
  opacity: 1;
  clip-path: inset(0 -44px -90px -44px);
  transition: clip-path .26s cubic-bezier(.22, .7, .3, 1), opacity .18s ease;
  pointer-events: auto;
}

.wb-acct__panel.is-shut {
  visibility: hidden;
}

.shopify-section:has(.wb-acct.is-open) {
  z-index: 210;
}

.header__icons--right:has(.wb-acct.is-open) {
  z-index: 220;
}

.wb-acct__panel .wb-acct__id {
  padding: 16px 18px 14px;
  background: var(--wb-surface);
  border-bottom: 1px solid var(--wb-line);
}

.wb-acct__panel .wb-acct__hi {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 700;
  color: var(--wb-navy);
  line-height: 1.3;
}

.wb-acct__panel .wb-acct__mail {
  margin: 0;
  font-size: 12.5px;
  color: var(--wb-muted);
  word-break: break-all;
  line-height: 1.4;
}

.wb-acct__panel .wb-acct__org {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid var(--wb-line);
}

.wb-acct__panel .wb-acct__orgicon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: var(--wb-muted);
}

.wb-acct__panel .wb-acct__orgname {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--wb-navy);
  line-height: 1.3;
}

.wb-acct__panel .wb-acct__tax {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
  padding: 5px 9px;
  border-radius: 3px;
  background: rgba(27, 122, 84, .1);
  color: #1b7a54;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.wb-acct__panel .wb-acct__tax svg {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
}

.wb-acct__panel .wb-acct__list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.wb-acct__panel .wb-acct__sep {
  height: 1px;
  margin: 6px 0;
  padding: 0;
  background: var(--wb-line);
}

.wb-acct__panel a.wb-acct__link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--wb-navy);
  text-decoration: none;
}

.wb-acct__panel a.wb-acct__link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--wb-muted);
}

.wb-acct__panel a.wb-acct__link:hover {
  background: var(--wb-surface);
  color: var(--wb-navy);
}

.wb-acct__panel a.wb-acct__link--out {
  color: var(--wb-muted);
}

.wb-acct__toggle:focus-visible,
.wb-acct__panel a:focus-visible {
  outline: 2px solid var(--wb-orange);
  outline-offset: 2px;
}

@media (max-width: 749.98px) {
  .wb-acct__name,
  .wb-acct__caret {
    display: none;
  }

  .wb-acct__toggle {
    padding: 6px 8px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .wb-acct__toggle,
  .wb-acct__caret,
  .wb-acct__panel,
  .wb-acct.is-open .wb-acct__panel, {
    transition: none;
  }

}
