.product-section-v2 .product-dashboard-showcase {
  background: transparent;
  border: 0;
  padding: 0;
}

.product-dashboard-frame {
  position: relative;
  height: clamp(420px, 39vw, 570px);
  overflow: hidden;
  border: 1px solid rgba(8, 47, 57, 0.16);
  border-radius: 8px;
  background: #edf1f4;
  box-shadow: 0 28px 70px rgba(3, 38, 46, 0.16);
}

.product-dashboard-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
}

.product-dashboard-frame img {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .product-dashboard-frame img {
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (max-width: 760px) {
  .product-dashboard-frame {
    height: min(66vw, 400px);
    border-radius: 5px;
  }
}
