/* Keep the Lumen caption separate from the contact shadow under the product. */
.wedding-union__visual {
  background: #fff !important;
  padding-bottom: 48px !important;
  row-gap: 0 !important;
}
.wedding-union__visual::before,
.wedding-union__ring::before {
  display: none !important;
}
.wedding-union__visual > .wedding-union__caption {
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  transform: translateY(-12px) !important;
}
.wedding-union__caption::before,
.wedding-union__caption::after {
  display: none !important;
}
@media (max-width: 560px) {
  .wedding-union__visual { padding-bottom: 36px !important; }
  .wedding-union__visual > .wedding-union__caption { transform: translateY(-8px) !important; }
}
