/* Extend the title-to-artwork breathing room without resizing either asset. */
#p07-kv-detail-side .kv-sequence-v68__camon60-product--landscape {
  transform: translateY(
    clamp(40px, calc(28.44svh - 11.14vw), 96px)
  );
}

@media (max-width: 680px) {
  #p07-kv-detail-side .kv-sequence-v68__camon60-product--landscape {
    transform: translateY(clamp(28px, 5.4svh, 40px));
  }
}
