.route-product-category .j3-category-hero-slider {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  overflow: visible;
  background: #f5f1eb;
}

.route-product-category .j3-category-hero-track,
.route-product-category .j3-category-hero-slide {
  position: relative;
  width: 100%;
}

.route-product-category .j3-category-hero-slide {
  display: flex;
  flex-direction: column;
}

.route-product-category .j3-category-hero-image {
  order: 1;
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 640px);
  object-fit: cover;
  object-position: center bottom;
}

.route-product-category .j3-category-hero-heading {
  order: 2;
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
  padding: clamp(18px, 2.3vw, 34px) 0 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  border: 0;
  color: #111;
  font-size: clamp(34px, 4.2vw, 74px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.route-product-category .j3-category-hero-slider + .breadcrumbs,
.route-product-category .j3-category-hero-slider + .title {
  display: none;
}

.route-product-category .j3-category-hero-slider + #top.top-row {
  display: none;
}

.route-product-category .j3-category-hero-slider ~ #product-category {
  margin-top: clamp(34px, 4.5vw, 72px);
}

.route-product-category .j3-category-hero-slider ~ #product-category #content {
  margin-top: 0;
}

@media (max-width: 767px) {
  .route-product-category .j3-category-hero-image {
    height: clamp(230px, 72vw, 360px);
  }

  .route-product-category .j3-category-hero-heading {
    width: calc(100vw - 28px);
    padding-top: 16px;
    font-size: clamp(28px, 10vw, 44px);
  }

  .route-product-category .j3-category-hero-slider ~ #product-category {
    margin-top: 28px;
  }
}
