.collection-product-card .collection-color__swatch {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}

.collection-product-card__actions {
  margin-top: 18px;
}

@media (max-width: 520px) {
  .ref-product-card__actions {
    grid-template-columns: 1fr;
  }
}
