.account-link {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}
.account-link:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 8px 0 -4px currentColor;
}
@media (max-width: 720px) {
  .site-header .account-link {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px;
    max-width: none !important;
    padding: 0 !important;
    justify-content: center;
    border-radius: 50%;
    font-size: 0 !important;
    overflow: visible !important;
  }
  .site-header .account-link:before {
    width: 15px;
    height: 15px;
  }
  .site-header .header-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 380px) {
  .site-header {
    padding-inline: 9px !important;
  }
  .site-header .brand-image {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }
  .site-header .brand > span {
    font-size: 0.92rem !important;
  }
  .site-header .account-link {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px;
  }
  .site-header .cart-button {
    width: 40px !important;
    height: 40px !important;
  }
  .site-header .header-actions {
    gap: 3px !important;
  }
}
.price-notice {
  display: grid;
  gap: 3px;
  margin: 16px 0;
  padding: 13px 15px;
  border: 1px solid #e2c66e;
  border-left: 5px solid #e1ad21;
  border-radius: 9px;
  color: #493b15;
  background: #fff8dc;
}
.price-notice strong {
  font-size: 0.84rem;
}
.price-notice span {
  font-size: 0.78rem;
  line-height: 1.45;
}
