.color-swatch-container-new {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  padding-top: 16px;
}
.color-swatch-new {
  position: relative;
  padding: 3px;
}
.ab-more-colors-available-new .color-swatch-new[highlighted="true"]:not(.active) {
  order: 7;
}
.color-swatch-new.active {
  border: 1px solid #000;
  border-radius: 8px;
}
.color-swatch-link-new {
  width: 100%;
  height: 100%;
  display: block;
}
img.color-swatch-img-new {
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.more-colors-new {
  position: relative;
  z-index: 1;
}
.more-colors-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.more-colors-text-new {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  z-index: 5;
  opacity: 1;
  cursor: pointer;
}
.hide {
  display: none;
}

@media (max-width: 750px) {
  .color-swatch-container-new {
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }
  .ab-more-colors-available-new .color-swatch-new[highlighted="true"]:not(.active) {
    order: unset;
  }
}
