.brand > img.tc-logo-v87 {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 25 / 4;
  object-fit: contain;
  object-position: left center;
  filter: none;
  opacity: 1;
}
.site-header-v6 .v6-brand > img.tc-logo-v87 {
  width: 260px;
  height: auto;
}
.site-header-v6 .v6-header-actions { gap: 12px; }
.site-header-v6 .v6-header-actions :is(.account-link, .cart-link) {
  width: 48px;
  min-width: 48px;
  flex: 0 0 48px;
  padding: 0;
}
.site-header-v6 .v6-header-actions :is(.account-link, .cart-link) > span { display: none; }
.tc-menu-head > .brand {
  min-width: 0;
  max-width: calc(100% - 52px);
  padding: 0;
}
.tc-menu-head .brand > img.tc-logo-v87 {
  width: 236px;
  height: auto;
}
.footer-v39 .footer-brand .brand > img.tc-logo-v87 {
  width: 280px;
  height: auto;
  filter: none;
}
@media (max-width: 900px) {
  .site-header-v6 .v6-brand > img.tc-logo-v87 { width: 210px; }
}
@media (max-width: 520px) {
  .site-header-v6 .v6-brand > img.tc-logo-v87 { width: 180px; }
  .footer-v39 .footer-brand .brand > img.tc-logo-v87 { width: 260px; }
}
