.wd-products-shop-view {
  --wd-link-color: var(--color-gray-300);
  --wd-link-color-hover: var(--color-gray-600);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0.9em;
  line-height: 1;
}
.wd-products-shop-view a.current-variation {
  color: var(--color-gray-800);
  cursor: default;
}
.wd-products-shop-view a svg {
  display: none;
}
.wd-products-shop-view a:before {
  font-size: 180%;
  font-weight: 400;
  content: '\f12a';
  font-family: 'dctech-font';
}
.wd-products-shop-view a.per-row-1:before {
  content: '\f13';
}
.wd-products-shop-view a.per-row-2:before {
  content: '\f12b';
}
.wd-products-shop-view a.per-row-3:before {
  content: '\f12c';
}
.wd-products-shop-view a.per-row-4:before {
  content: '\f12d';
}
.wd-products-shop-view a.per-row-5:before {
  content: '\f12e';
}
.wd-products-shop-view a.per-row-6:before {
  content: '\f12f';
}
