.store-header,
.shop-header {
  background: #fff;
}

.modern-brand b,
.shop-brand b {
  color: #0d1728;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    sans-serif;
  font-weight: 850;
  letter-spacing: 0.105em;
}

.modern-brand small,
.shop-brand small {
  color: #8f6d18;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.modern-brand small::before,
.shop-brand small::before,
.modern-brand small::after,
.shop-brand small::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 1px;
  background: #c8a44a;
  vertical-align: middle;
  flex: 0 0 17px;
}

.shop-brand img {
  border-radius: 0;
}

.site-footer .modern-footer-brand span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 0 0 3px 8px;
  background: #c8a44a;
  vertical-align: middle;
}
