.madegar-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
}

.madegar-color-swatch {
    display: inline-flex;
}

.madegar-color-swatch__chip {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.madegar-color-swatch__chip--texture {
    background-color: transparent;
}

.madegar-color-swatch--more .madegar-color-swatch__chip {
    background-color: #fff;
}

.madegar-color-swatch__chip--more {
    font-size: 12px;
    font-weight: 600;
    color: #444;
}

.madegar-color-swatch__label {
    font-size: 0;
}

.madegar-color-swatch__label::after {
    content: attr(data-label);
    font-size: 10px;
    color: #555;
}

#products .product-description.has-color-swatches,
.featured-products .product-description.has-color-swatches,
.product-accessories .product-description.has-color-swatches,
.product-miniature .product-description.has-color-swatches {
    height: 105px;
}

#products .thumbnail-container.has-color-swatches .product-thumbnail,
.featured-products .thumbnail-container.has-color-swatches .product-thumbnail,
.product-accessories .thumbnail-container.has-color-swatches .product-thumbnail,
.product-miniature .thumbnail-container.has-color-swatches .product-thumbnail {
    height: calc(100% - 105px);
}
