/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.swatch-tier-tabs[data-v-d80e1212] {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 16px;
}
.swatch-tier-tabs__item[data-v-d80e1212] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .swatch-tier-tabs__item[data-v-d80e1212], .-bg-section-dark .swatch-tier-tabs__item[data-v-d80e1212], .-bg-page-dark .-bg-section-transparent .swatch-tier-tabs__item[data-v-d80e1212] {
  color: #ffffff;
  fill: #ffffff;
}
.swatch-tier-tabs__item a[data-v-d80e1212] {
  color: #000000;
}
.-bg-dark .swatch-tier-tabs__item a[data-v-d80e1212], .-bg-section-dark .swatch-tier-tabs__item a[data-v-d80e1212], .-bg-page-dark .-bg-section-transparent .swatch-tier-tabs__item a[data-v-d80e1212] {
  color: #ffffff;
  fill: #ffffff;
}
.swatch-tier-tabs__item[data-v-d80e1212] {
  border: 0;
  background: transparent;
  padding: 0px 0px 8px;
  position: relative;
}
.swatch-tier-tabs__item.active[data-v-d80e1212] {
  font-weight: 700;
}
.swatch-tier-tabs__item.active[data-v-d80e1212]::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  height: 2px;
  background: #000000;
}
.swatches-section[data-v-d80e1212] {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
.swatches-section[data-v-d80e1212] {
    margin-bottom: 32px;
}
}
.swatches-section.mweb-swatches-section[data-v-d80e1212] {
  margin-bottom: 0px;
}
.categorised-swatch-name[data-v-d80e1212] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .categorised-swatch-name[data-v-d80e1212], .-bg-section-dark .categorised-swatch-name[data-v-d80e1212], .-bg-page-dark .-bg-section-transparent .categorised-swatch-name[data-v-d80e1212] {
  color: #ffffff;
  fill: #ffffff;
}
.categorised-swatch-name a[data-v-d80e1212] {
  color: #000000;
}
.-bg-dark .categorised-swatch-name a[data-v-d80e1212], .-bg-section-dark .categorised-swatch-name a[data-v-d80e1212], .-bg-page-dark .-bg-section-transparent .categorised-swatch-name a[data-v-d80e1212] {
  color: #ffffff;
  fill: #ffffff;
}
.categorised-swatch-name[data-v-d80e1212] {
  font-weight: normal;
  color: #000000;
}
.categorised-swatch-name .swatch-title[data-v-d80e1212] {
  font-weight: 700;
}
.swatch-name[data-v-d80e1212] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .swatch-name[data-v-d80e1212], .-bg-section-dark .swatch-name[data-v-d80e1212], .-bg-page-dark .-bg-section-transparent .swatch-name[data-v-d80e1212] {
  color: #ffffff;
  fill: #ffffff;
}
.swatch-name a[data-v-d80e1212] {
  color: #000000;
}
.-bg-dark .swatch-name a[data-v-d80e1212], .-bg-section-dark .swatch-name a[data-v-d80e1212], .-bg-page-dark .-bg-section-transparent .swatch-name a[data-v-d80e1212] {
  color: #ffffff;
  fill: #ffffff;
}
.swatch-name[data-v-d80e1212] {
  color: #6e6e6e;
}
.compare-info-btn[data-v-d80e1212] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  padding: 0px;
}