/* Blog homepage: make the shop impossible to miss */

.category-nav a[href="/shop/"],
.category-nav a[href="/shop"],
.category-nav .shop-nav-link,
.mobile-dock a[href="/shop/"],
.mobile-dock a[href="/shop"] {
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  background: #ffd400 !important;
  color: #111 !important;
  border-radius: 6px !important;
  padding: 5px 12px !important;
  margin: 0 6px;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.2;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.25);
}

.category-nav a[href="/shop/"]:hover,
.category-nav a[href="/shop"]:hover,
.category-nav .shop-nav-link:hover {
  background: #ffe566 !important;
  color: #111 !important;
}

.shop-entry-hero {
  position: relative;
}

.shop-entry-hero .eyebrow,
.shop-entry-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  background: #ffd400;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 4px;
}

.shop-entry-hero h1 em {
  color: #ffd400;
}

.shop-entry-cta,
.shop-entry-hero .button-primary {
  background: #ffd400 !important;
  color: #111 !important;
  border: 0 !important;
  font-weight: 800;
  min-height: 52px;
  padding: 14px 22px !important;
  box-shadow: 0 10px 24px rgba(255, 212, 0, 0.22);
}

.shop-entry-cta:hover,
.shop-entry-hero .button-primary:hover {
  background: #ffe566 !important;
  color: #111 !important;
}

.shop-entry-visual {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background: #0b1220;
  border: 2px solid #ffd400;
  border-radius: 18px;
  min-height: 360px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
  transform: translateZ(0);
}

.shop-entry-visual:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.42);
}

.shop-entry-visual > img {
  display: none;
}

.shop-entry-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  min-height: 360px;
  background: #fff;
}

.shop-entry-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  object-position: center top;
  background: #f4f4f4;
  display: block;
}

.shop-entry-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(8, 12, 20, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-entry-bar b {
  color: #ffd400;
  font-weight: 800;
}

.shop-entry-visual .hero-feature-label,
.shop-entry-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #ffd400;
  color: #111 !important;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.shop-entry-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.shop-entry-hero .hero-stats b {
  color: #ffd400;
}

@media (max-width: 860px) {
  .shop-entry-visual,
  .shop-entry-mosaic {
    min-height: 280px;
  }

  .shop-entry-mosaic img {
    min-height: 140px;
  }

  .shop-entry-price {
    top: 52px;
    right: 12px;
    bottom: auto;
  }
}

/* Hide Chinese from language switcher and footer */
.language-switcher a[lang="zh"],
.language-switcher a[lang=zh],
.language-options a[lang="zh"],
.language-options a[lang=zh],
.footer-languages a[href="/zh/"],
.footer-languages a[href^="/zh/"],
.lk-footer-langs a[href="/zh/"],
.lk-footer-langs a[href^="/zh/"] {
  display: none !important;
}
