.yoko-product-swatches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 16px;
    margin: 10px 0 0;
    line-height: 1;
}

.yoko-product-swatch {
    display: inline-block;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    border-radius: 50%;
    background: var(--yoko-swatch, #999);
    border: 1px solid rgba(28, 28, 34, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.yoko-product-swatch.is-light {
    border-color: rgba(28, 28, 34, .3);
}

.yoko-product-swatch-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 16px;
    padding: 0 2px;
    color: #5d5964;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

/* Rey/WooCommerce: giữ swatch ngay dưới title, không bị action overlay che. */
.woocommerce-loop-product__title + .yoko-product-swatches,
.rey-productLoop-title + .yoko-product-swatches {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .yoko-product-swatches {
        gap: 6px;
        margin-top: 8px;
    }

    .yoko-product-swatch {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
    }
}
