/**
 * ForgeLabs Default Combination
 * Copyright (c) 2026 ForgeLabs
 * SPDX-License-Identifier: AFL-3.0
 */
.js-product-variants option.fglb-variant-unavailable {
    background: #eef1f5;
    color: #7b8494;
}

.js-product-variants option[data-fglb-placeholder] {
    color: #7b8494;
}

.js-product-variants .product-variant.product-variant--single.fglb-variant-guide-visible {
    display: block !important;
}
