#yl-header, #yl-footer {
  font-family: var(--font-body);
}
.yl-logo-text {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}
#yl-header.is-scrolled .yl-logo-text { font-size: 22px; }
.yl-footer-brand {
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 18px;
}
.yl-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 4px;
  opacity: .95;
}
.yl-cart-btn:hover { opacity: 1; }
.yl-cart-btn .yl-cart-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  margin-left: 0;
}
.yl-nav-link {
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.yl-nav-link:hover { background: rgba(255,255,255,.08); }
.yl-user-menu.open { display: block; }
.yl-user-menu-item {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #333;
  font: inherit;
}
.yl-user-info { position: relative; z-index: 1; padding: 10px 12px 6px; }
.yl-user-info-email { font-size: 12px; color: #666; }
