body[data-theme="advent"]::before {
  background-color: #caeff7;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
}

body[data-theme="advent"]:not([class*="backdrop"]) > .grid {
  background-color: unset;
}

body[data-theme="advent"] .akkordeon .summary:hover {
  background-color: #e9f8fc;
}

@media screen and (max-width: 659.9px) {
  body[data-theme="advent"] [data-cc="hero-product-bgimage"] .background.container {
      margin-top: 24px;
  }
}
