/* ==========================================================================
   #PRODUCT COLORS
   ========================================================================== */

.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);
}
