/**
 * @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
 */
.sw-list[data-v-ce97a619] {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sw-swatch[data-v-ce97a619] {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sw-swatch[data-v-ce97a619]::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 4px;
  right: 4px;
  height: 1px;
  background: transparent;
  transition: none;
}
.sw-swatch[data-v-ce97a619]::before {
  content: "";
  position: absolute;
  inset: 4px;
  pointer-events: none;
  background: transparent;
  z-index: 1;
}
.sw-swatch img[data-v-ce97a619] {
  display: block;
  object-fit: cover;
  border-radius: 0;
}
.sw-swatch[data-v-ce97a619]:hover::after {
  background: #c9c9c9;
}
.sw-swatch[data-v-ce97a619]:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #395775;
}
.sw-swatch[data-v-ce97a619]:focus-visible::after {
  background: #c9c9c9;
}
.sw-swatch--selected[data-v-ce97a619]::after {
  background: #000000;
}
.sw-swatch--selected[data-v-ce97a619]:hover::after {
  background: #000000;
}
.sw-swatch--oos img[data-v-ce97a619] {
  opacity: 0.3;
}
.sw-swatch--oos[data-v-ce97a619]::before {
  background: linear-gradient(to top right, transparent calc(50% - 1px), #ffffff, transparent calc(50% + 1px));
}
.sw-swatch--static[data-v-ce97a619] {
  cursor: default;
  pointer-events: none;
}
.sw-swatch--static[data-v-ce97a619]::after, .sw-swatch--static[data-v-ce97a619]::before {
  display: none;
}
.sw-container--small .sw-swatch[data-v-ce97a619] {
  width: 20px;
  height: 20px;
}
.sw-container--small .sw-swatch img[data-v-ce97a619] {
  width: 12px;
  height: 12px;
}
.sw-container--small .sw-more-btn[data-v-ce97a619] {
  width: 20px;
  height: 20px;
}
.sw-container--medium .sw-swatch[data-v-ce97a619] {
  width: 24px;
  height: 24px;
}
.sw-container--medium .sw-swatch img[data-v-ce97a619] {
  width: 16px;
  height: 16px;
}
.sw-container--medium .sw-swatch[data-v-ce97a619]::after {
  height: 1px;
}
.sw-container--medium .sw-more-btn[data-v-ce97a619] {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.sw-container--large .sw-swatch[data-v-ce97a619] {
  width: 28px;
  height: 32px;
  padding: 0;
  align-items: flex-start;
}
.sw-container--large .sw-swatch img[data-v-ce97a619] {
  width: 28px;
  height: 28px;
}
.sw-container--large .sw-swatch[data-v-ce97a619]::after {
  height: 2px;
  left: 0;
  right: 0;
}
.sw-container--large .sw-swatch[data-v-ce97a619]::before {
  inset: 0px 0px 4px 0px;
}
.sw-container--large .sw-list[data-v-ce97a619] {
  gap: 16px;
}
.sw-container--large .sw-more-btn[data-v-ce97a619] {
  width: 28px;
  height: 32px;
  line-height: 32px;
}
.sw-more-btn[data-v-ce97a619] {
  appearance: none;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: #000000;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .sw-more-btn[data-v-ce97a619], .-bg-section-dark .sw-more-btn[data-v-ce97a619], .-bg-page-dark .-bg-section-transparent .sw-more-btn[data-v-ce97a619] {
  color: #ffffff;
  fill: #ffffff;
}
.sw-more-btn a[data-v-ce97a619] {
  color: #000000;
}
.-bg-dark .sw-more-btn a[data-v-ce97a619], .-bg-section-dark .sw-more-btn a[data-v-ce97a619], .-bg-page-dark .-bg-section-transparent .sw-more-btn a[data-v-ce97a619] {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 768px) {
.sw-more-btn[data-v-ce97a619] {
    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 .sw-more-btn[data-v-ce97a619], .-bg-section-dark .sw-more-btn[data-v-ce97a619], .-bg-page-dark .-bg-section-transparent .sw-more-btn[data-v-ce97a619] {
    color: #ffffff;
    fill: #ffffff;
}
.sw-more-btn a[data-v-ce97a619] {
    color: #000000;
}
.-bg-dark .sw-more-btn a[data-v-ce97a619], .-bg-section-dark .sw-more-btn a[data-v-ce97a619], .-bg-page-dark .-bg-section-transparent .sw-more-btn a[data-v-ce97a619] {
    color: #ffffff;
    fill: #ffffff;
}
}
.sw-more-btn[data-v-ce97a619]:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #395775;
}/**
 * @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
 */
.color-selector-container__label[data-v-3cf70531] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .color-selector-container__label[data-v-3cf70531], .-bg-section-dark .color-selector-container__label[data-v-3cf70531], .-bg-page-dark .-bg-section-transparent .color-selector-container__label[data-v-3cf70531] {
  color: #ffffff;
  fill: #ffffff;
}
.color-selector-container__label a[data-v-3cf70531] {
  color: #000000;
}
.-bg-dark .color-selector-container__label a[data-v-3cf70531], .-bg-section-dark .color-selector-container__label a[data-v-3cf70531], .-bg-page-dark .-bg-section-transparent .color-selector-container__label a[data-v-3cf70531] {
  color: #ffffff;
  fill: #ffffff;
}
.color-selector-container__label[data-v-3cf70531] {
  padding-bottom: 4px;
  border-bottom: 1px solid #e9e9e9;
}
.color-selector-container .categorised-swatches-container[data-v-3cf70531] {
  margin-top: 12px;
}
.color-selector-container .categorised-swatch-color-category[data-v-3cf70531] {
  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 .color-selector-container .categorised-swatch-color-category[data-v-3cf70531], .-bg-section-dark .color-selector-container .categorised-swatch-color-category[data-v-3cf70531], .-bg-page-dark .-bg-section-transparent .color-selector-container .categorised-swatch-color-category[data-v-3cf70531] {
  color: #ffffff;
  fill: #ffffff;
}
.color-selector-container .categorised-swatch-color-category a[data-v-3cf70531] {
  color: #000000;
}
.-bg-dark .color-selector-container .categorised-swatch-color-category a[data-v-3cf70531], .-bg-section-dark .color-selector-container .categorised-swatch-color-category a[data-v-3cf70531], .-bg-page-dark .-bg-section-transparent .color-selector-container .categorised-swatch-color-category a[data-v-3cf70531] {
  color: #ffffff;
  fill: #ffffff;
}
.color-selector-container .categorised-swatches[data-v-3cf70531] {
  margin-top: 12px;
}
.color-selector-container .swatch-color[data-v-3cf70531] {
  margin-top: 12px;
  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 .color-selector-container .swatch-color[data-v-3cf70531], .-bg-section-dark .color-selector-container .swatch-color[data-v-3cf70531], .-bg-page-dark .-bg-section-transparent .color-selector-container .swatch-color[data-v-3cf70531] {
  color: #ffffff;
  fill: #ffffff;
}
.color-selector-container .swatch-color a[data-v-3cf70531] {
  color: #000000;
}
.-bg-dark .color-selector-container .swatch-color a[data-v-3cf70531], .-bg-section-dark .color-selector-container .swatch-color a[data-v-3cf70531], .-bg-page-dark .-bg-section-transparent .color-selector-container .swatch-color a[data-v-3cf70531] {
  color: #ffffff;
  fill: #ffffff;
}
.color-selector-container .swatch-color[data-v-3cf70531] {
  margin-bottom: 12px;
}
.skeleton[data-v-3cf70531] {
  display: block;
  position: relative;
  animation: opacityPulse 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@media (prefers-reduced-motion: reduce) {
.skeleton[data-v-3cf70531] {
    animation: none;
}
}
.skeleton__name[data-v-3cf70531] > * {
  position: relative;
}
.skeleton__name[data-v-3cf70531] > *:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #f3f3f3;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 100;
}
.skeleton__name[data-v-3cf70531] > * {
  margin-bottom: 8px;
  height: 20px;
}