/* HYGSI.SK – unavailable products must always use the warning colour. */
html body.type-detail
.availability-label[style*="#d00000"],
html body.type-detail
.availability-label[style*="rgb(208, 0, 0)"] {
  color: #d00000 !important;
}

/* Semantic fallback for Shoptet product pages that expose OutOfStock. */
@supports selector(body:has(link[itemprop="availability"])) {
  html body.type-detail:has(link[itemprop="availability"][href$="/OutOfStock"])
  .availability-label {
    color: #d00000 !important;
  }
}
