.header-account.dropdown-account {
  min-height: 54px;
  border: 1px solid rgba(7, 84, 103, .2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 112, 88, .13), transparent 38%),
    linear-gradient(135deg, #fff 10%, #f2fbfd 100%);
  box-shadow:
    0 10px 28px rgba(7, 84, 103, .13),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.header-account.dropdown-account:hover,
.header-account.dropdown-account:focus-within {
  border-color: rgba(7, 84, 103, .34);
  box-shadow:
    0 15px 34px rgba(7, 84, 103, .18),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.account-trigger.store-name-trigger {
  position: relative;
  min-height: 52px !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 10px 0 7px !important;
  border-radius: 17px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.account-trigger.store-name-trigger:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .7), rgba(217, 238, 243, .48)) !important;
}

.account-trigger.store-name-trigger:focus-visible {
  outline: 3px solid rgba(75, 203, 224, .32);
  outline-offset: 2px;
}

.store-name-trigger .account-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 2px solid rgba(255, 255, 255, .94);
  background: linear-gradient(145deg, #ff826a 0%, #0b758b 78%);
  color: #fff;
  box-shadow:
    0 7px 18px rgba(7, 84, 103, .28),
    0 0 0 1px rgba(7, 84, 103, .12);
}

.store-name-trigger .account-avatar svg {
  width: 21px;
  height: 21px;
  stroke-width: 2;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .14));
}

.store-name-trigger .account-store-name {
  display: block;
  min-width: 46px;
  max-width: 118px !important;
  overflow: hidden;
  color: #073341 !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -.012em;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.store-name-trigger > strong {
  display: none !important;
}

.store-name-trigger .account-chevron {
  width: 28px;
  height: 28px;
  flex: 0 0 28px !important;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 9px;
  background: rgba(7, 84, 103, .08);
  color: #075467;
  transition: transform .18s ease, background .18s ease;
}

.dropdown-account:hover .account-chevron,
.dropdown-account:focus-within .account-chevron {
  background: rgba(7, 84, 103, .13);
}

@media (max-width: 1180px) {
  .store-name-trigger .account-store-name {
    max-width: 84px !important;
  }
}
