/**
 * @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 .pdp-tabs-title[data-v-95afec0a] {
  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-95afec0a], .-bg-section-dark .pdp-tabs-header .pdp-tabs-title[data-v-95afec0a], .-bg-page-dark .-bg-section-transparent .pdp-tabs-header .pdp-tabs-title[data-v-95afec0a] {
  color: #ffffff;
  fill: #ffffff;
}
.pdp-tabs-header .pdp-tabs-title a[data-v-95afec0a] {
  color: #000000;
}
.-bg-dark .pdp-tabs-header .pdp-tabs-title a[data-v-95afec0a], .-bg-section-dark .pdp-tabs-header .pdp-tabs-title a[data-v-95afec0a], .-bg-page-dark .-bg-section-transparent .pdp-tabs-header .pdp-tabs-title a[data-v-95afec0a] {
  color: #ffffff;
  fill: #ffffff;
}
.pdp-tabs-header .pdp-tabs-title[data-v-95afec0a] {
  line-height: 24px;
  text-align: left;
}
.contentContainer[data-v-95afec0a] {
  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-95afec0a], .-bg-section-dark .contentContainer[data-v-95afec0a], .-bg-page-dark .-bg-section-transparent .contentContainer[data-v-95afec0a] {
  color: #ffffff;
  fill: #ffffff;
}
.contentContainer a[data-v-95afec0a] {
  color: #000000;
}
.-bg-dark .contentContainer a[data-v-95afec0a], .-bg-section-dark .contentContainer a[data-v-95afec0a], .-bg-page-dark .-bg-section-transparent .contentContainer a[data-v-95afec0a] {
  color: #ffffff;
  fill: #ffffff;
}
.contentContainer[data-v-95afec0a] {
  color: #000000;
  overflow-y: auto;
}
.contentContainer ul[data-v-95afec0a] {
  padding-left: 24px;
}
@media (min-width: 1025px) {
.contentContainer[data-v-95afec0a] {
    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-95afec0a], .-bg-section-dark .contentContainer[data-v-95afec0a], .-bg-page-dark .-bg-section-transparent .contentContainer[data-v-95afec0a] {
    color: #ffffff;
    fill: #ffffff;
}
.contentContainer a[data-v-95afec0a] {
    color: #000000;
}
.-bg-dark .contentContainer a[data-v-95afec0a], .-bg-section-dark .contentContainer a[data-v-95afec0a], .-bg-page-dark .-bg-section-transparent .contentContainer a[data-v-95afec0a] {
    color: #ffffff;
    fill: #ffffff;
}
.contentContainer[data-v-95afec0a] {
    line-height: 30px;
}
}
#bv-hosted-rating-summary[data-v-95afec0a] .bv_main_container {
  margin-top: 4px !important;
}
#bv-hosted-review-details[data-v-95afec0a] #bv_review_maincontainer > div:nth-child(1) {
  display: none;
}
#bv-hosted-review-details[data-v-95afec0a] #bv_review_maincontainer > div:nth-child(2) {
  margin-top: 0px !important;
}
#bv-hosted-review-details[data-v-95afec0a] #bv_review_maincontainer > div:nth-child(3) {
  margin-left: 20px !important;
}