/**
 * @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
 */
.channel-badge-container[data-v-a9be6594] {
  margin: 8px 16px 0px 0px;
  display: inline-block;
  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 .channel-badge-container[data-v-a9be6594], .-bg-section-dark .channel-badge-container[data-v-a9be6594], .-bg-page-dark .-bg-section-transparent .channel-badge-container[data-v-a9be6594] {
  color: #ffffff;
  fill: #ffffff;
}
.channel-badge-container a[data-v-a9be6594] {
  color: #000000;
}
.-bg-dark .channel-badge-container a[data-v-a9be6594], .-bg-section-dark .channel-badge-container a[data-v-a9be6594], .-bg-page-dark .-bg-section-transparent .channel-badge-container a[data-v-a9be6594] {
  color: #ffffff;
  fill: #ffffff;
}
.channel-badge-container[data-v-a9be6594] {
  color: #c41320;
}
.channel-badge-container .levis-housemark-logo-red-icon[data-v-a9be6594] {
  width: 25px;
  height: 16px;
}
.channel-badge-container .channel-badge-text[data-v-a9be6594] {
  margin-left: 4px;
  width: 67px;
  height: 16px;
}
.channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594] {
  margin: 0px 0px 4px 0px;
  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 .channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594], .-bg-section-dark .channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594], .-bg-page-dark .-bg-section-transparent .channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594] {
  color: #ffffff;
  fill: #ffffff;
}
.channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594] {
  color: #000000;
}
.-bg-dark .channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594], .-bg-section-dark .channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594], .-bg-page-dark .-bg-section-transparent .channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594] {
  color: #ffffff;
  fill: #ffffff;
}
.channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594] {
  color: #6e6e6e;
  text-transform: uppercase;
}
.channel-badge-container.channel-badge-container--plp-redesign .channel-badge-text[data-v-a9be6594] {
  margin-left: 0px;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
.channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594] {
    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 .channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594], .-bg-section-dark .channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594], .-bg-page-dark .-bg-section-transparent .channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594] {
    color: #ffffff;
    fill: #ffffff;
}
.channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594] {
    color: #000000;
}
.-bg-dark .channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594], .-bg-section-dark .channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594], .-bg-page-dark .-bg-section-transparent .channel-badge-container.channel-badge-container--plp-redesign a[data-v-a9be6594] {
    color: #ffffff;
    fill: #ffffff;
}
.channel-badge-container.channel-badge-container--plp-redesign[data-v-a9be6594] {
    color: #6e6e6e;
    text-transform: uppercase;
}
}