.product-sub-banner {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 440px;
  align-items: flex-end;
  overflow: hidden;
  padding: 155px 0 70px;
  background: linear-gradient(120deg, #052d50, #087fc3);
}

.product-sub-banner::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, #ffb800, #ff6900, #11a9df);
}

.product-sub-banner-image {
  position: absolute;
  z-index: -3;
  inset: 0 0 0 auto;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.8) contrast(1.08);
  opacity: .7;
}

.product-sub-banner-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, #052d50 0%, rgba(5,45,80,.96) 43%, rgba(5,45,80,.58) 72%, rgba(5,45,80,.28) 100%);
}

.product-sub-banner-inner { position: relative; z-index: 3; }
.product-sub-banner .product-breadcrumbs { margin-bottom: 2rem; color: rgba(255,255,255,.68); }
.product-sub-banner .product-breadcrumbs a { color: #8ddcff; }

.product-banner-category {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
  padding: .5rem .8rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #ffd45a;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.product-sub-banner h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font: 800 clamp(3.1rem, 7vw, 6.5rem)/.92 Manrope, sans-serif;
  letter-spacing: -.06em;
  text-shadow: 0 15px 40px rgba(0,0,0,.2);
}

.product-sub-banner p { margin: 1.2rem 0 0; color: #c6e9fb; font-size: 1rem; font-weight: 700; }
.product-detail-hero { padding: 90px 0; }
.product-detail-hero h2 { max-width: 650px; margin: 0 0 1.35rem; color: #083b68; font: 800 clamp(2.5rem,4.5vw,4.5rem)/1 Manrope,sans-serif; letter-spacing: -.05em; }

@media (max-width: 991.98px) {
  .product-sub-banner { min-height: 390px; padding-top: 135px; }
  .product-sub-banner-image { width: 70%; opacity: .5; }
}

@media (max-width: 575.98px) {
  .product-sub-banner { min-height: 350px; padding: 115px 0 50px; }
  .product-sub-banner-image { width: 100%; opacity: .32; }
  .product-sub-banner-shade { background: rgba(5,45,80,.88); }
  .product-sub-banner h1 { font-size: 2.75rem; }
  .product-detail-hero { padding: 65px 0; }
  .product-detail-hero h2 { font-size: 2.4rem; }
}
