.v160-hide-toys,
[data-catalog-industry="toys"],
a[href*="toys-gifts"],
.side-accordion-item:has([data-catalog-industry="toys"]) {
  display: none !important;
}

.v160-category-landing {
  margin: 14px 0 20px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.v160-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.v160-landing-copy {
  padding: 8px 4px;
}

.v160-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0f3b73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.v160-landing-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.v160-landing-copy p {
  max-width: 64ch;
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.v160-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.v160-primary-cta,
.v160-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.v160-primary-cta {
  background: #0f3b73;
  color: #fff;
  border: 1px solid #0f3b73;
}

.v160-secondary-cta {
  background: #fff;
  color: #0f3b73;
  border: 1px solid rgba(15, 59, 115, .24);
}

.v160-hero-image {
  margin: 0;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f4f6;
}

.v160-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.v160-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.v160-facts span {
  display: grid;
  gap: 5px;
  min-height: 72px;
  padding: 12px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.v160-facts b {
  color: #0f172a;
  font-size: 13px;
}

.v160-section-title {
  margin: 20px 0 10px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.v160-proof-grid,
.v160-product-grid {
  display: grid;
  gap: 14px;
}

.v160-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v160-product-grid {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.v160-proof-card,
.v160-product-card {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.v160-proof-card img,
.v160-product-card img {
  display: block;
  width: 100%;
  background: #f8fafc;
  object-fit: cover;
  object-position: center;
}

.v160-proof-card img {
  aspect-ratio: 16 / 10;
}

.v160-product-card img {
  aspect-ratio: 1 / 1;
  min-height: 170px;
}

.v160-proof-card span,
.v160-product-card span {
  display: none;
}

.v160-proof-card span {
  display: block;
  padding: 9px 10px 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.v160-product-card {
  cursor: zoom-in;
}

.v160-product-card:hover img {
  transform: scale(1.04);
}

.v160-product-card img {
  transition: transform .22s ease;
}

.v160-more {
  width: 100%;
  margin-top: 14px;
  min-height: 38px;
  border: 1px solid rgba(15, 59, 115, .22);
  border-radius: 999px;
  background: #f8fafc;
  color: #0f3b73;
  font-weight: 850;
  cursor: pointer;
}

.v160-category-landing .is-hidden-extra {
  display: none;
}

.v158-category-gallery {
  display: none !important;
}

.industry-entry-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.industry-entry-grid article img,
.sample-mini-grid button img,
.side-sample-strip img {
  object-fit: cover !important;
}

@media (max-width: 1180px) {
  .v160-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industry-entry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .v160-landing-hero,
  .v160-facts,
  .v160-proof-grid {
    grid-template-columns: 1fr;
  }

  .v160-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v160-category-landing {
    padding: 12px;
    border-radius: 18px;
  }

  .v160-hero-image,
  .v160-hero-image img {
    min-height: 240px;
  }
}

.sticky-footer {
  min-height: 42px !important;
  max-height: 56px !important;
  overflow: visible !important;
  z-index: 80 !important;
}

.sticky-footer .footer-actions,
.footer-actions {
  align-items: center !important;
  gap: 8px !important;
}

.footer-actions a,
.bottom-action {
  min-height: 34px !important;
  height: auto !important;
  padding: 7px 12px !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

.footer-icon {
  font-family: Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.preview-panel,
.main-stage,
.app-main,
main {
  padding-bottom: 72px !important;
}

.seo-static-trust {
  display: grid;
  gap: 6px;
  width: min(1180px, calc(100% - 24px));
  margin: 10px auto 12px;
  padding: 12px 14px;
  border: 1px solid rgba(20, 28, 40, .12);
  border-radius: 14px;
  background: #fff;
  color: #26313f;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
  font-size: 13px;
  line-height: 1.45;
}

.seo-static-trust strong {
  color: #0f172a;
  font-size: 14px;
}

@media (max-width: 720px) {
  .seo-static-trust {
    margin-top: 8px;
    font-size: 12px;
  }
}
