/*
  Klaviyo animated teaser helper rules (FH + SH)
  Hides the teaser in the same overlay states as trusted-shops related elements.
*/

.basket-open div[data-testid="animated-teaser"],
body.fh-search-overlay-open div[data-testid="animated-teaser"],
body.sh-search-overlay-open div[data-testid="animated-teaser"],
body:has(div[data-dfd-view="Search"].dfd-root:not([hidden])) div[data-testid="animated-teaser"] {
  display: none !important;
}
