.lap-chwile-hero[data-visible] h1 > span {
  transform: none !important;
}

.lap-chwile-hero[data-flyout='true'] {
  margin-bottom: -40%;
}

.lap-chwile-hero[data-flyout='true'] h1 > span:first-child {
  transform: translateX(-100vw) !important;
}

.lap-chwile-hero[data-flyout='true'] h1 > span:last-child {
  transform: translateX(100vw) !important;
}

.lap-chwile-hero[data-flyout='false'] h1 > span {
  transition-delay: 700ms;
}

.lap-chwile-hero[data-flyout='true'] .lap-chwile-hero__shadow {
  filter: blur(10px);
  opacity: 0;
  --tw-scale-x: 2.5;
  --tw-scale-y: 2.5;
}

.lap-chwile-hero[data-flyout='true'] .lap-chwile-hero__bottle {
  transform: translateY(-100vh);
}

.lap-chwile-hero__shadow-transition {
  transition: all 0.7s;
  transition-delay: 0.3s;
}
