/* TK-Shop brand inject */
img[src*="logo"], img[src*="Logo"], .logo img, .navbar-logo img,
header img[class*="logo"], .van-nav-bar img, .header-logo img,
header img[src*="shoplogo"], header img[src*="tk-shop"],
.van-nav-bar img[src*="shoplogo"], .van-nav-bar img[src*="tk-shop"] {
  object-fit: contain !important;
  max-height: 3rem;
  width: auto !important;
}

/* 买家/平台头部：TikTok Shop 全字标，放大到设计尺寸 */
.header-logo img,
header .header-logo img,
.navbar .header-logo img,
.logo-content > img[src*="tk-shop-logo"] {
  height: 52px !important;
  max-height: 52px !important;
  min-height: 44px !important;
  width: auto !important;
}

/* 全字标已含品牌名，隐藏旁边重复的 TK-Shop 文字 */
.header-logo h1,
.header-logo .title,
.logo-content > h2 {
  display: none !important;
}

/* 移动端导航栏 logo */
.van-nav-bar img[src*="tk-shop-logo"],
.van-nav-bar img[src*="shoplogo"] {
  height: 40px !important;
  max-height: 40px !important;
}

img[src*="tk-shop-mark"],
img[class*="avatar"],
[class*="avatar"] img,
[class*="Avatar"] img,
[class*="user-info"] img,
[class*="userInfo"] img {
  object-fit: cover !important;
}
.sec-img { display: none !important; }
.footer .right { display: none !important; }

/* 商家登录：logo 图已含 TK-Shop 文字，隐藏下方重复标题 */
.login-register-content > .logo-content > h2 {
  display: none !important;
}
.login-register-content > .logo-content > img {
  width: auto !important;
  max-width: 14rem !important;
  height: auto !important;
  max-height: 4rem !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* promote 商家入驻：header 缺失时避免顶部被裁切 */
@media screen and (max-width: 768px) {
  .merchantSettled {
    overflow: visible !important;
  }
  .merchantSettled .merchantSettled-wap .step-div {
    margin-top: 0 !important;
  }
  .merchantSettled .mer-chant-header + .merchantSettled-wap .step-div {
    margin-top: -5.375rem !important;
  }
}
