/* Dim unavailable options inside the variable-product dropdowns.
   Browser styling of <option> is limited — color on :disabled is the
   most reliably respected rule across Chrome, Firefox, and Edge.
   Safari mostly ignores it; users there still see " (Ikke muligt)". */
.variations_form select option:disabled,
.variations select option:disabled {
    color: #9a9a9a;
}
