  .product-variants {
    max-height: 2em;
    align-items: center;
    justify-content: center;
    max-width:80%;
    overflow-y:hidden;
}

.product-variants .variant-bubble {
    height: 1.75em;
    width: 1.75em;
    border-radius: 0.3rem;
    background-size: contain;
    border: 1px solid #dcd9d6;
    display: inline-block;
    margin: 3px;
    min-width: 10px;
}