/*
 * Origem: WPCode 1090.
 * Swatches de cor abaixo do preco no loop padrao do WooCommerce.
 */

.exclusive-archive-product-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 12px;
  width: 100%;
}

.exclusive-archive-product-colors__swatch {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--exclusive-archive-swatch-color, #d9d4cf);
  border: 1px solid rgba(30, 30, 30, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.exclusive-archive-product-colors__swatch:hover,
.exclusive-archive-product-colors__swatch:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(30, 30, 30, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 0 2px rgba(127, 118, 110, 0.18);
}

.exclusive-archive-product-colors__swatch:focus-visible {
  outline: none;
}

.woocommerce ul.products li.product .exclusive-archive-product-colors,
.woocommerce-page ul.products li.product .exclusive-archive-product-colors {
  justify-content: center;
  text-align: center;
}
