/* Instrument collection and product detail overrides. Loaded after site.css. */
body:has(.category-instruments-hero) { background: #f5f7f7 !important; }

body:has(.category-instruments-hero) .category-product-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr) !important;
  gap: clamp(34px, 5vw, 92px) !important;
  align-items: center !important;
  width: min(100%, 1440px) !important;
  min-height: min(720px, calc(100vh - 90px)) !important;
  margin: 0 auto !important;
  padding: clamp(68px, 7vw, 112px) clamp(24px, 5vw, 86px) !important;
  overflow: hidden !important;
  background: #304751 !important;
}

body:has(.category-instruments-hero) .category-product-hero::before,
body:has(.category-instruments-hero) .category-product-hero::after {
  display: none !important;
  content: none !important;
}

body:has(.category-instruments-hero) .category-product-brand {
  position: absolute !important;
  top: 26px !important;
  left: clamp(24px, 5vw, 86px) !important;
  transform: none !important;
  align-items: flex-start !important;
  color: #e4b34d !important;
}

body:has(.category-instruments-hero) .category-product-copy {
  z-index: 1 !important;
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.category-instruments-hero) .category-product-copy h1 {
  color: #fff !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body:has(.category-instruments-hero) .category-product-lead {
  max-width: 560px !important;
  color: rgba(244, 248, 248, .76) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

body:has(.category-instruments-hero) .category-product-screen {
  z-index: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.category-instruments-hero) .category-product-screen img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: min(66vh, 700px) !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.category-instruments-hero) .category-product-selection {
  width: min(100%, 1220px) !important;
  margin: 0 auto !important;
  padding-left: clamp(20px, 4vw, 56px) !important;
  padding-right: clamp(20px, 4vw, 56px) !important;
}

body:has(.category-instruments-hero) .category-product-tile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

body:has(.category-instruments-hero) .category-product-tile {
  min-width: 0 !important;
  border-radius: 4px !important;
}

body:has(.category-instruments-hero) .category-product-tile-media img {
  height: clamp(210px, 24vw, 310px) !important;
  object-fit: contain !important;
  background: #eef2f2 !important;
}

body:has(.vehicle-product-hero) { background: #f5f7f7 !important; }

body:has(.vehicle-product-hero) .vehicle-product-notice {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 18px !important;
  width: min(100% - 40px, 1220px) !important;
  margin: 24px auto 0 !important;
  padding: 14px 18px !important;
  border-left: 4px solid #e4b34d !important;
  background: #fff !important;
  color: #17262d !important;
}

body:has(.vehicle-product-hero) .vehicle-product-notice strong,
body:has(.vehicle-product-hero) .vehicle-product-notice span { color: #17262d !important; }
body:has(.vehicle-product-hero) .vehicle-product-notice.is-error { border-left-color: #b64b45 !important; }
body:has(.vehicle-product-hero) .vehicle-product-notice.is-ended { border-left-color: #5b7680 !important; }

body:has(.vehicle-product-hero) .vehicle-product-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr) !important;
  gap: clamp(34px, 6vw, 110px) !important;
  align-items: center !important;
  width: min(100%, 1440px) !important;
  min-height: min(720px, calc(100vh - 90px)) !important;
  margin: 0 auto !important;
  padding: clamp(76px, 8vw, 128px) clamp(24px, 6vw, 96px) !important;
  overflow: hidden !important;
}

body:has(.vehicle-product-hero) .vehicle-product-carriage { background: #40535b !important; }
body:has(.vehicle-product-hero) .vehicle-product-ox { background: #465347 !important; }

body:has(.vehicle-product-hero) .vehicle-product-logo {
  position: absolute !important;
  top: 28px !important;
  left: clamp(24px, 6vw, 96px) !important;
  transform: none !important;
  color: #e4b34d !important;
}

body:has(.vehicle-product-hero) .vehicle-product-copy {
  width: 100% !important;
  max-width: 570px !important;
  padding: 0 !important;
}

body:has(.vehicle-product-hero) .vehicle-product-copy h1 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body:has(.vehicle-product-hero) .vehicle-product-copy .lead {
  max-width: 540px !important;
  color: rgba(244, 248, 248, .78) !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
}

body:has(.vehicle-product-hero) .vehicle-product-media {
  width: 100% !important;
  min-width: 0 !important;
  aspect-ratio: 1.18 / 1 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.vehicle-product-hero) .vehicle-product-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.vehicle-product-hero) .vehicle-product-price strong { color: #e4b34d !important; }
body:has(.vehicle-product-hero) .vehicle-product-actions { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; }
body:has(.vehicle-product-hero) .vehicle-product-actions .button { min-height: 48px !important; border-radius: 4px !important; }
body:has(.vehicle-product-hero) .product-free-vehicle-details {
  width: min(100%, 1220px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:has(.product-page-all-terrain-footsteps) .footsteps-hero {
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr) !important;
  gap: clamp(36px, 5vw, 84px) !important;
  min-height: min(760px, calc(100vh - 90px)) !important;
  padding: clamp(64px, 7vw, 104px) clamp(24px, 5vw, 82px) !important;
  background: #304751 !important;
}

body:has(.product-page-all-terrain-footsteps) .footsteps-hero-copy {
  min-height: 0 !important;
  max-width: 590px !important;
  transform: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.product-page-all-terrain-footsteps) .footsteps-hero-device,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero-device img {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  transform: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.product-page-all-terrain-footsteps) .footsteps-hero-device img {
  width: 100% !important;
  height: auto !important;
  max-height: min(72vh, 760px) !important;
  object-fit: contain !important;
  filter: none !important;
}

body:has(.product-page-all-terrain-footsteps) .footsteps-hero h1 {
  font-size: clamp(40px, 4.4vw, 66px) !important;
  line-height: 1.08 !important;
}

body:has(.product-page-all-terrain-footsteps) .footsteps-hero-actions .button {
  width: auto !important;
  min-width: 180px !important;
  min-height: 50px !important;
  height: auto !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  font-size: 17px !important;
}

@media (max-width: 900px) {
  body:has(.category-instruments-hero) .category-product-hero,
  body:has(.vehicle-product-hero) .vehicle-product-hero,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  body:has(.category-instruments-hero) .category-product-screen,
  body:has(.vehicle-product-hero) .vehicle-product-media,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero-device {
    width: min(100%, 680px) !important;
    justify-self: center !important;
  }

  body:has(.category-instruments-hero) .category-product-tile-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 560px) {
  body:has(.category-instruments-hero) .category-product-hero,
  body:has(.vehicle-product-hero) .vehicle-product-hero,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero { padding: 72px 20px 54px !important; }

  body:has(.category-instruments-hero) .category-product-copy h1,
  body:has(.vehicle-product-hero) .vehicle-product-copy h1,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero h1 { font-size: 38px !important; }

  body:has(.category-instruments-hero) .category-product-lead,
  body:has(.vehicle-product-hero) .vehicle-product-copy .lead { font-size: 15px !important; }

  body:has(.product-page-all-terrain-footsteps) .footsteps-hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* 20260813 showcase collection pages: reference-style product catalog layout. */
body:has(.showcase-page) {
  background: #fff !important;
  color: #171717 !important;
  overflow-x: hidden !important;
}

body:has(.showcase-page) main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.showcase-page {
  width: 100% !important;
  background: #fff !important;
}

.showcase-top {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: clamp(76px, 8vw, 128px) clamp(20px, 5vw, 72px) clamp(64px, 7vw, 106px) !important;
  background: #101010 !important;
  color: #fff !important;
}

.showcase-heading {
  width: min(100%, 1120px) !important;
  margin: 0 auto clamp(34px, 4vw, 58px) !important;
  text-align: center !important;
}

.showcase-heading .eyebrow,
.showcase-list-heading .eyebrow {
  color: #d9ad55 !important;
}

.showcase-heading h1 {
  margin: 12px 0 0 !important;
  color: #fff !important;
  font-size: clamp(34px, 4.2vw, 58px) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.showcase-top-grid {
  width: min(100%, 920px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.showcase-top-card {
  min-width: 0 !important;
  padding: 18px 18px 24px !important;
  border: 1px solid rgba(255, 255, 255, .06) !important;
  border-radius: 8px !important;
  background: #242222 !important;
  text-align: center !important;
}

.showcase-card-media,
.showcase-row-media {
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.showcase-card-media img {
  display: block !important;
  width: 100% !important;
  height: clamp(180px, 20vw, 246px) !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: var(--product-accent, #354d59) !important;
  box-shadow: none !important;
}

.showcase-card-copy h3,
.showcase-row-copy h2 {
  color: inherit !important;
  letter-spacing: 0 !important;
}

.showcase-card-copy h3 {
  margin: 18px 0 8px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}

.showcase-card-copy p {
  min-height: 68px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.showcase-card-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

.showcase-card-actions .button {
  min-height: 40px !important;
  padding: 9px 18px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: #3169ed !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.showcase-card-actions .button.secondary {
  border-color: #777 !important;
  background: #555 !important;
  color: #fff !important;
}

.showcase-intro {
  width: min(100% - 40px, 980px) !important;
  margin: 0 auto !important;
  padding: clamp(48px, 6vw, 82px) 0 clamp(36px, 4vw, 56px) !important;
  text-align: center !important;
}

.showcase-intro h2,
.showcase-list-heading h2 {
  margin: 0 !important;
  color: #171717 !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.showcase-intro p {
  max-width: 860px !important;
  margin: 18px auto 0 !important;
  color: #3c4245 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.showcase-list {
  width: min(100% - 40px, 1120px) !important;
  margin: 0 auto !important;
  padding: 0 0 90px !important;
}

.showcase-list-heading {
  margin: 0 0 28px !important;
  text-align: center !important;
}

.showcase-list-heading h2 {
  margin-top: 8px !important;
}

.showcase-product-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(38px, 7vw, 108px) !important;
  min-height: 360px !important;
  padding: 46px 0 !important;
  border-top: 1px solid #e5e5e5 !important;
}

.showcase-product-row.is-reversed .showcase-row-media {
  order: 2 !important;
}

.showcase-product-row.is-reversed .showcase-row-copy {
  order: 1 !important;
}

.showcase-row-media img {
  display: block !important;
  width: 100% !important;
  height: clamp(230px, 28vw, 360px) !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--product-accent, #354d59) !important;
  box-shadow: none !important;
}

.showcase-row-copy {
  max-width: 480px !important;
  text-align: center !important;
}

.showcase-row-copy .eyebrow {
  color: var(--product-accent, #354d59) !important;
}

.showcase-row-copy h2 {
  margin: 10px 0 14px !important;
  font-size: clamp(24px, 2.6vw, 34px) !important;
}

.showcase-row-copy > p:not(.eyebrow) {
  margin: 0 auto !important;
  color: #3c4245 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.showcase-row-price {
  display: block !important;
  margin-top: 20px !important;
  color: #171717 !important;
  font-size: 20px !important;
}

.showcase-instruments-page .showcase-top-card:first-child,
.showcase-instruments-page .showcase-product-row:first-of-type {
  --product-accent: #354d59;
}

.showcase-effects-page .showcase-top-card:first-child,
.showcase-effects-page .showcase-product-row:first-of-type {
  --product-accent: #3e4b51;
}

.showcase-scripts-page .showcase-top-grid:has(.showcase-script-empty) {
  grid-template-columns: 1fr !important;
}

.showcase-script-empty {
  width: min(100%, 640px) !important;
  margin: 0 auto !important;
  padding: 36px 28px !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 8px !important;
  background: #242222 !important;
  text-align: center !important;
}

.showcase-top .showcase-script-empty h3,
.showcase-top .showcase-script-empty p {
  color: #fff !important;
}

.showcase-list .showcase-script-empty {
  border-color: #e4e4e4 !important;
  background: #f6f6f6 !important;
}

.showcase-list .showcase-script-empty h3 {
  color: #171717 !important;
}

.showcase-list .showcase-script-empty p {
  color: #4a5053 !important;
}

.showcase-script-fallback,
.showcase-script-fallback .product-visual {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: var(--product-accent, #5a4e45) !important;
  box-shadow: none !important;
}

.showcase-script-fallback .library-pack {
  transform: scale(.82) !important;
}

@media (max-width: 760px) {
  .showcase-top-grid,
  .showcase-product-row {
    grid-template-columns: 1fr !important;
  }

  .showcase-top-grid {
    width: min(100%, 520px) !important;
  }

  .showcase-card-copy p {
    min-height: 0 !important;
  }

  .showcase-product-row.is-reversed .showcase-row-media,
  .showcase-product-row.is-reversed .showcase-row-copy {
    order: initial !important;
  }

  .showcase-row-copy {
    max-width: none !important;
  }
}

/* 20260813: unify product heroes with the Sound Library Manager layout. */
body:has(.product-page-sound-library-manager),
body:has(.product-page-all-terrain-footsteps),
body:has(.vehicle-product-hero),
body:has(.inhouse-commercial-page),
body:has(.insiheyuan-commercial-page) {
  overflow-x: hidden !important;
}

body:has(.product-page-sound-library-manager) .slm-footsteps-hero,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero,
body:has(.vehicle-product-hero) .vehicle-product-hero,
body:has(.inhouse-commercial-page) .inhouse-commercial-page,
body:has(.insiheyuan-commercial-page) .insiheyuan-commercial-page {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}

/* Each product keeps the same composition but has its own solid hero color. */
body:has(.product-page-sound-library-manager) .slm-footsteps-hero {
  background: #304751 !important;
}

body:has(.product-page-all-terrain-footsteps) .footsteps-hero {
  background: #354d59 !important;
}

body:has(.vehicle-product-hero) .vehicle-product-carriage {
  background: #40535b !important;
}

body:has(.vehicle-product-hero) .vehicle-product-ox {
  background: #465347 !important;
}

body:has(.inhouse-commercial-page) .inhouse-commercial-page {
  background: #3e4b51 !important;
}

body:has(.insiheyuan-commercial-page) .insiheyuan-commercial-page {
  background: #4b5148 !important;
}

/* Shared two-column proportions and spacing. */
body:has(.product-page-sound-library-manager) .slm-footsteps-hero,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero,
body:has(.vehicle-product-hero) .vehicle-product-hero,
body:has(.inhouse-commercial-page) .inhouse-commercial-page,
body:has(.insiheyuan-commercial-page) .insiheyuan-commercial-page {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr) !important;
  gap: clamp(34px, 5vw, 84px) !important;
  align-items: center !important;
  min-height: min(760px, calc(100vh - 90px)) !important;
  padding: clamp(72px, 7vw, 112px) clamp(28px, 6vw, 96px) !important;
  overflow: hidden !important;
}

body:has(.product-page-sound-library-manager) .slm-footsteps-hero-copy,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero-copy,
body:has(.vehicle-product-hero) .vehicle-product-copy,
body:has(.inhouse-commercial-page) .inhouse-hero-copy,
body:has(.insiheyuan-commercial-page) .insiheyuan-hero-copy {
  width: min(100%, 600px) !important;
  max-width: 600px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  align-self: center !important;
  box-sizing: border-box !important;
  padding: clamp(30px, 3.2vw, 46px) clamp(30px, 3.8vw, 54px) !important;
  border: 1px solid rgba(238, 243, 240, .28) !important;
  border-radius: 8px !important;
  background: rgba(17, 27, 30, .28) !important;
  box-shadow: none !important;
}

body:has(.product-page-sound-library-manager) .slm-footsteps-hero-device,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero-device,
body:has(.vehicle-product-hero) .vehicle-product-media,
body:has(.inhouse-commercial-page) .inhouse-hero-media,
body:has(.insiheyuan-commercial-page) .insiheyuan-hero-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  justify-self: stretch !important;
  align-self: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body:has(.product-page-sound-library-manager) .slm-footsteps-hero-device img,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero-device img,
body:has(.vehicle-product-hero) .vehicle-product-media img,
body:has(.inhouse-commercial-page) .inhouse-hero-screen img,
body:has(.insiheyuan-commercial-page) .insiheyuan-hero-screen img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: min(72vh, 760px) !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

body:has(.product-page-sound-library-manager) .slm-footsteps-hero-copy h1,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero-copy h1,
body:has(.vehicle-product-hero) .vehicle-product-copy h1,
body:has(.inhouse-commercial-page) .inhouse-hero-copy h1,
body:has(.insiheyuan-commercial-page) .insiheyuan-hero-copy h1 {
  font-size: clamp(34px, 4vw, 60px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word !important;
}

body:has(.product-page-sound-library-manager) .slm-footsteps-hero-copy .lead,
body:has(.product-page-all-terrain-footsteps) .footsteps-hero-copy .lead,
body:has(.vehicle-product-hero) .vehicle-product-copy .lead,
body:has(.inhouse-commercial-page) .inhouse-hero-copy .lead,
body:has(.insiheyuan-commercial-page) .insiheyuan-hero-copy .lead {
  max-width: 560px !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

@media (max-width: 900px) {
  body:has(.product-page-sound-library-manager) .slm-footsteps-hero,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero,
  body:has(.vehicle-product-hero) .vehicle-product-hero,
  body:has(.inhouse-commercial-page) .inhouse-commercial-page,
  body:has(.insiheyuan-commercial-page) .insiheyuan-commercial-page {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 72px 20px 56px !important;
  }

  body:has(.product-page-sound-library-manager) .slm-footsteps-hero-copy,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero-copy,
  body:has(.vehicle-product-hero) .vehicle-product-copy,
  body:has(.inhouse-commercial-page) .inhouse-hero-copy,
  body:has(.insiheyuan-commercial-page) .insiheyuan-hero-copy,
  body:has(.product-page-sound-library-manager) .slm-footsteps-hero-device,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero-device,
  body:has(.vehicle-product-hero) .vehicle-product-media,
  body:has(.inhouse-commercial-page) .inhouse-hero-media,
  body:has(.insiheyuan-commercial-page) .insiheyuan-hero-media {
    width: min(100%, 760px) !important;
    justify-self: center !important;
  }
}

@media (max-width: 560px) {
  body:has(.product-page-sound-library-manager) .slm-footsteps-hero,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero,
  body:has(.vehicle-product-hero) .vehicle-product-hero,
  body:has(.inhouse-commercial-page) .inhouse-commercial-page,
  body:has(.insiheyuan-commercial-page) .insiheyuan-commercial-page {
    padding: 68px 16px 44px !important;
  }

  body:has(.product-page-sound-library-manager) .slm-footsteps-hero-copy,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero-copy,
  body:has(.vehicle-product-hero) .vehicle-product-copy,
  body:has(.inhouse-commercial-page) .inhouse-hero-copy,
  body:has(.insiheyuan-commercial-page) .insiheyuan-hero-copy {
    padding: 26px 22px !important;
  }

  body:has(.product-page-sound-library-manager) .slm-footsteps-hero-copy h1,
  body:has(.product-page-all-terrain-footsteps) .footsteps-hero-copy h1,
  body:has(.vehicle-product-hero) .vehicle-product-copy h1,
  body:has(.inhouse-commercial-page) .inhouse-hero-copy h1,
  body:has(.insiheyuan-commercial-page) .insiheyuan-hero-copy h1 {
    font-size: 36px !important;
  }
}
