.phase0a42 .p42-no-break {
  display: inline-block;
  white-space: nowrap;
}

.phase0a42 .p41-hero figure[data-p42-product-photo] {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.phase0a42 .p42-photo-frame {
  flex: 1 1 auto;
  min-height: 430px;
  overflow: hidden;
  background: #fff;
}

.phase0a42 .p42-photo-frame .pa-photo {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.phase0a42 .p41-hero .p42-photo-caption {
  position: static;
  max-width: none;
  margin: 0;
  padding: 10px 0 0;
  color: #45515b;
  background: transparent;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.phase0a42 .p42-tabs a.is-active,
.phase0a42 .p42-tabs a[aria-current="location"] {
  border-bottom-color: var(--p41-accent);
  color: #06192b;
  font-weight: 700;
}

@media (min-width: 701px) and (max-width: 900px) {
  .phase0a42 .p41-hero {
    grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  }

  .phase0a42 .p41-hero > div {
    padding-right: 22px;
  }
}

@media (max-width: 700px) {
  .phase0a42 .p42-photo-frame {
    flex: none;
    min-height: 0;
  }

  .phase0a42 .p42-photo-frame .pa-photo {
    height: auto;
    min-height: 0;
  }

  .phase0a42 .p41-hero .p42-photo-caption {
    padding: 10px 20px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phase0a42 .p42-tabs {
    scroll-behavior: auto;
  }
}
