/* Preserve the selected Flowmark artwork's blue and rose colors. */
#ozark-storefront img[src*="ozark-logo-flowmark"] {
  object-fit: contain;
  filter: none !important;
  mix-blend-mode: normal;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#ozark-storefront .site-header .logo img[src*="ozark-logo-flowmark"] {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Let the page show through the transparent mark and its surrounding space. */
#ozark-storefront .oz-script-mark:has(> img[src*="ozark-logo-flowmark"]) {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#ozark-storefront .oz-script-mark:has(> img[src*="ozark-logo-flowmark"])::before,
#ozark-storefront .oz-script-mark:has(> img[src*="ozark-logo-flowmark"])::after {
  display: none !important;
}

#ozark-storefront .oz-script-mark > img[src*="ozark-logo-flowmark"] {
  display: block;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  filter: none !important;
}

#ozark-storefront .ozark-page-transition-mark[src*="ozark-logo-flowmark"] {
  padding: 0;
}

#ozark-storefront .hero-media .oz-clan-crest.is-hero-crest:has(> img[src*="ozark-logo-flowmark"]) {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  right: 18px;
  bottom: 18px;
}
