/* Colour Label - Shop/Category Loop */
.fds-colour-label-loop {
    display: block;
    font-size: 15px;
    color: #888;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 2px;
    margin-bottom: 4px;
    line-height: 1.3;
}

/* Colour Label inside Fab Product Grid */
.fab-product-card__info .fds-colour-label-loop {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 2px;
}

/* Colour Options - Single Product Page */
.fds-colour-options {
    margin: 12px 0 16px;
    padding: 12px 0;
    border-top: 1px solid #eee;
}

.fds-colour-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.fds-colour-option {
    display: inline-block;
    padding: 4px 12px;
    margin: 3px 4px 3px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    color: #555;
    background: #fafafa;
    transition: all 0.2s ease;
}

.fds-colour-option:hover {
    border-color: #333;
    color: #333;
    background: #f0f0f0;
}

.fds-colour-option.fds-colour-active {
    border-color: #333;
    background: #333;
    color: #fff;
}
