/* Ensure WC CTAs stay above hero overlays / video hit-testing quirks */
[data-wc-connect="1"],
button.wc-cta {
  position: relative;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
}

.HeroVideoBlock_primaryActionStack__9vrlS [data-wc-connect="1"],
.HeroVideoBlock_primaryActionStack__9vrlS button.wc-cta {
  z-index: 35;
}
