/* selectraven 1.12.2 — fixed-header clearance for the mirrored top product row. */
@media (min-width: 1181px) {
  .hero-next-stage .hero-preview-5,
  .hero-next-stage .hero-preview-2 {
    top: 10.5% !important;
  }
  .hero-next-stage .hero-preview-5 {
    left: clamp(8%, calc(44.7vw - 474px), 20%) !important;
  }
  .hero-next-stage .hero-preview-2 {
    right: clamp(8%, calc(44.7vw - 474px), 20%) !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .hero-next-stage .hero-preview-5,
  .hero-next-stage .hero-preview-2 {
    top: 9% !important;
  }
}
