/**
 * @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
 */
.pdp-tabs-header[data-v-dfa9aee3] {
  background: none;
  border: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
.pdp-tabs-header.toggle-up[data-v-dfa9aee3] {
  padding-bottom: 5px;
}
.pdp-tabs-header .pdp-tabs-title[data-v-dfa9aee3] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .pdp-tabs-header .pdp-tabs-title[data-v-dfa9aee3], .-bg-section-dark .pdp-tabs-header .pdp-tabs-title[data-v-dfa9aee3], .-bg-page-dark .-bg-section-transparent .pdp-tabs-header .pdp-tabs-title[data-v-dfa9aee3] {
  color: #ffffff;
  fill: #ffffff;
}
.pdp-tabs-header .pdp-tabs-title a[data-v-dfa9aee3] {
  color: #000000;
}
.-bg-dark .pdp-tabs-header .pdp-tabs-title a[data-v-dfa9aee3], .-bg-section-dark .pdp-tabs-header .pdp-tabs-title a[data-v-dfa9aee3], .-bg-page-dark .-bg-section-transparent .pdp-tabs-header .pdp-tabs-title a[data-v-dfa9aee3] {
  color: #ffffff;
  fill: #ffffff;
}
.pdp-tabs-header .pdp-tabs-title[data-v-dfa9aee3] {
  line-height: 40px;
}
@media (min-width: 1025px) {
.pdp-tabs-header .arrow[data-v-dfa9aee3] {
    display: none;
}
}
.inner-container[data-v-dfa9aee3] {
  display: flex;
  width: 90%;
  transition: visibility 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), max-height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding-bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
}
.inner-container--open[data-v-dfa9aee3] {
  padding-bottom: 32px;
  max-height: fit-content;
  transition: visibility 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), max-height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding-bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  visibility: visible;
}
.contentContainer[data-v-dfa9aee3] {
  width: 90%;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .contentContainer[data-v-dfa9aee3], .-bg-section-dark .contentContainer[data-v-dfa9aee3], .-bg-page-dark .-bg-section-transparent .contentContainer[data-v-dfa9aee3] {
  color: #ffffff;
  fill: #ffffff;
}
.contentContainer a[data-v-dfa9aee3] {
  color: #000000;
}
.-bg-dark .contentContainer a[data-v-dfa9aee3], .-bg-section-dark .contentContainer a[data-v-dfa9aee3], .-bg-page-dark .-bg-section-transparent .contentContainer a[data-v-dfa9aee3] {
  color: #ffffff;
  fill: #ffffff;
}
.contentContainer[data-v-dfa9aee3] {
  color: #000000;
}
.contentContainer ul[data-v-dfa9aee3] {
  padding-left: 24px;
}
@media (min-width: 1025px) {
.contentContainer[data-v-dfa9aee3] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .contentContainer[data-v-dfa9aee3], .-bg-section-dark .contentContainer[data-v-dfa9aee3], .-bg-page-dark .-bg-section-transparent .contentContainer[data-v-dfa9aee3] {
    color: #ffffff;
    fill: #ffffff;
}
.contentContainer a[data-v-dfa9aee3] {
    color: #000000;
}
.-bg-dark .contentContainer a[data-v-dfa9aee3], .-bg-section-dark .contentContainer a[data-v-dfa9aee3], .-bg-page-dark .-bg-section-transparent .contentContainer a[data-v-dfa9aee3] {
    color: #ffffff;
    fill: #ffffff;
}
.contentContainer[data-v-dfa9aee3] {
    line-height: 30px;
}
}
.caret__toggle[data-v-dfa9aee3] {
  display: block;
  transform: rotate(270deg);
}
.caret__toggle[data-v-dfa9aee3] path {
  fill: #6e6e6e;
}
.caret__toggle--down[data-v-dfa9aee3] {
  transform: rotate(90deg);
}
.plus-minus-icon[data-v-dfa9aee3] {
  display: block;
}
.plus-minus-icon[data-v-dfa9aee3] path {
  fill: #6e6e6e;
}
.accordian-animation[data-v-dfa9aee3] {
  margin-left: 2px;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
}