.c-product-colors {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.c-product-colors__thumbnail {
display: inline-block;
width: 1.875rem;
height: 1.875rem;
border-radius: 50%;
border: solid 1px var(--wp--preset--color--gray-4);
}.c-product-price-table {
font-size: 13px;
color: var(--wp--preset--color--gray-7);
border-bottom: 0 !important;
}
.c-product-price-table.is-style-stripes th {
font-weight: 600;
padding: 0.25em 0.75em;
}
.c-product-price-table.is-style-stripes td {
font-weight: 400;
padding: 0.25em 0.75em;
}
.c-product-price-table thead,
.c-product-price-table tbody tr:nth-child(even) {
background-color: var(--wp--preset--color--gray-1);
}
.c-product-price-table tbody tr:nth-child(odd) {
background-color: var(--wp--preset--color--white) !important;
}