.phb-product-detail-image {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 0 2rem;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border: 2px solid #111;
}

.phb-product-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 1.25rem;
  object-fit: contain;
  background: #fff;
  border-bottom: 2px solid #111;
}

.phb-hero-carousel {
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
}

.phb-hero-carousel-header {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 2px solid #111;
}

.phb-hero-carousel-eyebrow {
  margin: 0 0 0.35rem;
  color: #ef2024;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phb-hero-carousel-heading {
  margin: 0;
  color: #111;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.phb-hero-carousel-intro {
  margin: 0.55rem 0 0;
  color: #666;
  font-size: 0.9rem;
}

.phb-hero-carousel-track {
  display: flex;
  gap: 0.75rem;
  padding: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.phb-hero-carousel-track::-webkit-scrollbar {
  display: none;
}

.phb-hero-carousel-card {
  flex: 0 0 44%;
  min-width: 150px;
  overflow: hidden;
  color: #111;
  text-decoration: none;
  border: 2px solid #111;
  scroll-snap-align: start;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.phb-hero-carousel-card:hover {
  transform: translateY(-3px);
  box-shadow: 5px 5px 0 #111;
}

.phb-hero-carousel-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}

.phb-hero-carousel-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.7rem;
  border-top: 2px solid #111;
}

.phb-hero-carousel-label strong {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.phb-hero-carousel-label span {
  color: #ef2024;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.phb-hero-carousel-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.25rem 1.25rem;
}

.phb-hero-carousel-button {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  color: #111;
  background: #fff;
  border: 2px solid #111;
  font-size: 1.15rem;
  font-weight: 900;
  cursor: pointer;
}

.phb-hero-carousel-button:hover,
.phb-hero-carousel-button:focus-visible {
  color: #fff;
  background: #111;
}

.phb-hero-carousel-shop-link {
  margin-left: auto;
  color: #ef2024;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .phb-product-detail-image {
    max-width: none;
  }

  .phb-hero-carousel-card {
    flex-basis: 78%;
  }
}
