.eABCDB :focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#bv_review_maincontainer {
  /* Review Header */
  .bv-rnr__sc-16j1lpy-0, .gztyek {
    padding-bottom: 0px;
    h2 {
      font-family: var(--font-heading-family);
      font-size: 42px !important;
      line-height: 1.5 !important;
      max-height: 50px !important;
      letter-spacing: -1px !important;
    }
  }
  /* Section Header */
  h3 {
    font-weight: 600;
    text-align: left;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  /* Average Rating Bars */
  .bv-rnr__sc-ppunu1-6, .jXqgwC {
    border: 1px solid rgba(var(--bazaarvoice-dark), 0.3);
    border-radius: 1rem;
    /* Rating Bar Section */
    .bv-rnr__sc-ppunu1-7, .btmXrY {
      border: none;
      /* Rating Display */
      div {
        display: block !important;
      }
    }
    /* Rating Fill */
    .bv-rnr__sc-ppunu1-8, .iMonJN {
      border-top-left-radius: 1rem;
      border-bottom-left-radius: 1rem;
      height: 100%;
    }
  }
  /* BV Authentic Review Badge */
  .bv-rnr__sc-10ra6n1-2 {
    display: none;
  }
  .bv-rnr__sc-10ra6n1-0 {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
    border-width: 0px;
  }
  /* Rating & Reviews */
  .bv-rnr__sc-10ra6n1-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    row-gap: 1rem;
    column-gap: 72px;
    @media (min-width: 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    /* Section Header */
    .bv-rnr__sc-16j1lpy-2 {
      padding: 0.5rem 0 0 0;
    }
    /* Rating Summary */
    .bv_rating_content2 {
      flex: none;
      width: 100%;
      margin-bottom: 0.5rem;
      #bv-reviews-overall-ratings-container {
        min-height: 0px;
      }
      /* Section Header */
      .bv-rnr__sc-16j1lpy-2 {
        padding-top: 0;
        border: none;
      }
    }
    .bv-rnr__sc-157rd1w-0 {
      column-gap: 0.625rem;
      align-items: center;
      /* Number */
      .bv-rnr__sc-157rd1w-1 {
        font-size: 2rem;
        line-height: 2.25rem;
        border-right: 1px;
        border-color: rgba(var(--bazaarvoice-dark), 0.3);
        padding: 0 10px 0 0;
        height: auto;
        min-width: 0px;
      }
      /* Stars */
      .bv-rnr__sc-157rd1w-2 {
        flex-direction: row;
        column-gap: 0.625rem;
        padding: 0;
        align-items: center;
        svg {
          display: inline;
          height: 24px;
          width: 24px;
        }
      }
      /* Links */
      .bv-rnr__sc-157rd1w-3 {
        font-size: 2rem;
        line-height: 2.25rem;
      }
    }
  }
  /* Rating Snapshot */
  .bv-rnr__sc-rpifwc-1 {
    padding: 0;
    margin: 0;
    .table {
      min-width: 0;
      border-spacing: 0.25rem;
    }
    /* Snapshot Bars */
    .bv-rnr__sc-rpifwc-3 {
      padding: 0;
    }
    .primary-rating-count {
      text-align: right;
    }
  }
  /* Average Customer Rating */
  .bv-rnr__sc-di1qf-0 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    border: none;
    /* Section Heading */
    .bv-rnr__sc-16j1lpy-2 {
      text-align: left;
      margin-bottom: 1.25rem;
    }
    /* Rating Table */
    .bv-rnr__sc-di1qf-1 {
      margin: 0;
      display: grid;
      grid-auto-rows: auto;
      justify-content: stretch;
      gap: 0.5rem;
      padding: 0.25rem 0 0.5rem 0;
      @media (min-width: 768px) {
        grid-template-rows: repeat(5, minmax(0, 1fr));
      }
      /* Rating Row */
      .bv-rnr__sc-di1qf-2 {
        display: grid;
        @media (min-width: 640px) {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          grid-template-rows: repeat(1, minmax(0, 1fr));
        }
        /* Rating Bars */
        .bv-rnr__sc-di1qf-4 {
          margin: 0;
          gap: 0.25rem;
        }
        .bv-rnr__sc-di1qf-5 {
          padding: 0;
        }
        /* Rating Average */
        .bv-rnr__sc-di1qf-6 {
          padding: 0;
        }
      }
    }
  }
  /* Customer Image Pagination */
  .bv-rnr__sc-11cxkec-0 {
    /* Arrows */
    button {
      border-radius: 9999px;
      height: 3rem;
      width: 3rem;
      padding: 0;
      border: 2px solid var(--bazaarvoice-dark);
      color: var(--bazaarvoice-dark);
      svg {
        display: inline;
        path:nth-of-type(2) {
          stroke: currentColor;
        }
      }
    }
  }
  /* Search Row */
  .bv-rnr__sc-rzy3jf-0, .hWJsuz {
    margin: 0;
    /* Search Input Wrapper */
    .bv-rnr__sc-5jc2zu-1, .eTcyGb {
      input[type='text'] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        border: 1px solid var(--bazaarvoice-dark);
        background-color: var(--bazaarvoice-light);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        border-radius: 9999px;
        height: 42px;
        &:active {
          border-width: 2px;
          outline: 2px solid transparent;
          outline-offset: 2px;
          padding: 11px;
        }
        &::placeholder {
          color: rgba(var(--bazaarvoice-dark), 0.8);
        }
      }
      /* Search Icon */
      .bv-rnr__sc-5jc2zu-4, .iYiryO {
        display: flex;
        position: absolute;
        border-radius: 9999px;
        color: var(--bazaarvoice-light);
        background-color: var(--bazaarvoice-dark);
        padding: 0.5rem;
        height: 34px;
        width: 34px;
      }
    }
  }
  /* Review Sort Wrapper */
  .bv-rnr__sc-wnep33-0, .eOpMsX {
    margin: 0;
    flex-direction: row;
    align-items: center;
    & > div {
      width: 100%;
    }
    /* Review Sort */
    .bv-rnr__sc-13ijx62-0, .eDULlE {
      border: none;
      /* Sort Items */
      .bv-rnr__sc-13ijx62-3 {
        #bv-dropdown-select-reviews {
          padding-left: 0 !important;
        }
        /* Apply border on all items except text. */
        div:first-child {
          border: none;
        }
        & > div {
          border-bottom: 2px solid var(--bazaarvoice-dark);
          line-height: 1.5rem;
          height: 2.25rem;
        }
        /* Dropdown Arrow */
        svg {
          path:last-of-type {
            stroke: currentColor;
          }
        }
        /* Current Sort Selection */
        .bv-rnr__sc-13ijx62-8 {
          font-weight: 600;
        }
      }
      /* Sort List */
      .bv-rnr__sc-1tvt4yi-0 {
        border: none !important;
        ul {
          border: 1px solid rgba(var(--bazaarvoice-dark), 0.3);
          border-radius: 0;
          li {
            span:hover {
              color: var(--bazaarvoice-dark);
              background-color: var(--bazaarvoice-light);
              border: none;
            }
            /* Icon Space Before Option Text */
            .bv-rnr__sc-1tvt4yi-6 {
              visibility: hidden;
            }
          }
        }
      }
    }
  }
  /* Reviews Container */
  #reviews_container {
    /* Review Content */
    .etIjky {
      /* Review Stars */
      .isujDp {
        margin-bottom: 0.75rem;
        svg {
          display: inline;
        }
      }
      /* Review Badges */
      .cUcTek {
        /* Badge Item */
        .badge-label {
          display: flex;
          align-items: center;
          svg {
            top: 0;
          }
          /* Badge Text */
          .bYPqBx {
            font-size: 0.875rem;
            line-height: 1.25rem;
            color: rgba(var(--bazaarvoice-dark), 0.8);
            letter-spacing: 2px;
          }
        }
      }
      /* Review Content Column */
      .eIsLQk {
        width: 100%;
      }
      /* Review Rating Table */
      .fFNqWB {
        visibility: hidden;
      }
      /* Recommendation Wrapper */
      .bv-rnr__sc-1i2zvgg-2 {
        display: flex;
        align-items: center;
        /* Recommendation Type */
        .bv-rnr__sc-1y8lyw5-0 {
          display: flex;
          align-items: center;
          /* Recommendation Icon Wrapper */
          .bv-rnr__sc-1y8lyw5-1 {
            /* Icon */
            svg {
              height: 2.25rem;
              width: 2.25rem;
            }
          }
        }
      }
      /* Review Gallery */
      .bv-rnr__sc-1qec6v5-0 {
        flex-wrap: nowrap;
        overflow-x: scroll;
        @media (min-width: 768px) {
          overflow: hidden;
        }
        @media (min-width: 1024px) {
          flex-wrap: wrap;
        }
      }
    }
    /* Content Item Wrapper */
    .bv-rnr__sc-16dr7i1-1 {
      margin: 0;
    }
    /* Review Author */
    .hFURNU {
      display: none;
    }
    /* Review Response */
    .bv-rnr__sc-12ow35w-0 {
      margin: 15px;
      @media (min-width: 640px) {
        margin: 15px 0px !important;
        padding: 20px 0px !important;
      }
      div {
        border: none;
      }
      /* Response Header */
      .bv-rnr__sc-16dr7i1-8 {
        background-color: var(--bazaarvoice-secondary);
        font-weight: 600;
        padding: 0.5rem 1rem;
        /* Response Date */
        .bv-rnr__sc-g3jej5-0 {
          margin: 0;
          font-weight: 600;
        }
      }
    }
    /* Review Reference */
    .bv-rnr__sc-1grr47e-2 {
      background-color: var(--bazaarvoice-secondary);
      border: none;
    }
  }
  /* Review Footer */
  .bv-rnr__sc-11r39gb-1 {
    border-width: 0px;
    margin-top: 2.25rem;
    @media (min-width: 768px) {
      margin-top: 0px;
    }
    .bv-rnr__sc-11r39gb-0 {
      flex-direction: row;
      justify-content: center;
      @media (min-width: 640px) {
        justify-content: space-between;
      }
      .bv-rnr__sc-11r39gb-2,
      .bv-rnr__sc-wnep33-0 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        @media (min-width: 640px) {
          width: auto;
        }
      }
    }
  }
  /* Review Pagination */
  .bv-rnr__sc-zv3ryj-1 {
    display: flex;
    align-items: center;
    padding: 0;
    button,
    a {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 9999px;
      border-width: 2px;
      padding: 0;
      height: 40px;
      width: 40px;
      div {
        display: flex;
      }
      svg {
        display: inline;
      }
    }
    button {
      border-color: rgba(var(--bazaarvoice-dark), 0.6);
      svg {
        path:nth-of-type(2) {
          stroke: rgba(var(--bazaarvoice-dark), 0.6);
        }
      }
    }
    a {
      border-color: var(--bazaarvoice-dark);
      svg {
        path:nth-of-type(2) {
          stroke: var(--bazaarvoice-dark);
        }
      }
    }
  }
}
#BVQAContainer {
  .bv-action-bar {
    &::before,
    &::after {
      display: none !important;
    }
    display: flex !important;
    justify-content: center;
    align-items: center;
    @media (min-width: 640px) {
      justify-content: space-between;
    }
    h2 {
      font-family: var(--font-heading-family);
      font-size: 42px !important;
      line-height: 1.5 !important;
      max-height: 50px !important;
      letter-spacing: -1px !important;
      margin-right: 0;
      margin-left: 0;
    }
    .bv-ask-question {
      padding-top: 1rem;
      padding-bottom: 1rem;
      width: 250px !important;
    }
    .bv-ask-question:focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }
  .bv-control-bar {
    flex-direction: column;
    justify-content: center;
    @media (min-width: 640px) {
      flex-direction: row;
      justify-content: space-between;
    }
    &::before,
    &::after {
      display: none !important;
    }
    .bv-control-bar-count,
    .bv-control-bar-sort {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
  .bv-sort-native {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }
  .bv-control-bar-count,
  .bv-sort-native {
    padding: 0 !important;
  }
  #bv-dropdown-select-questions-1 {
    border-width: 0 0 2px 0 !important;
    border-color: var(--bazaarvoice-dark) !important;
    font-weight: 600 !important;
    margin-right: 0.5rem !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    @media (min-width: 640px) {
      min-width: min-content !important;
      max-width: max-content !important;
    }
    &:focus {
      outline: none !important;
    }
  }
  /* Question View All Responses Button */
  button.bv-content-data-count,
  div.bv-content-data-count[role='button'] {
    border-radius: 0px !important;
    background-color: var(--bazaarvoice-secondary) !important;
    border: none !important;
    font-family: var(--font-body-family) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    top: 2rem !important;
    padding: 17px 18px !important;
    max-width: 100px !important;
    width: auto !important;
    @media (min-width: 640px) {
      top: 0rem !important;
    }
    .bv-content-title,
    .bv-content-data-label {
      font-family: var(--font-body-family) !important;
      font-size: 1rem !important;
      line-height: 1.5rem !important;
      font-weight: 600 !important;
    }
  }
  /* Question Content */
  .bv-content-container {
    .bv-content-header-meta {
      margin: 0px 0px 12px 0px !important;
    }
    .bv-content-author-name {
      opacity: 0.6 !important;
    }
    .bv-content-data-summary {
      padding: 0 !important;
    }
    h3.bv-content-title {
      width: auto !important;
      font-weight: 600 !important;
      padding-right: 100px !important;
    }
    .bv-product-family-summary {
      background-color: var(--bazaarvoice-secondary) !important;
      border: none !important;
      max-width: max-content !important;
    }
  }
  /* Question Answer */
  .bv-secondary-content-answer {
    margin: 0 !important;
    padding: 0px 36px !important;
    .bv-content-header {
      padding: 0 !important;
    }
    .bv-content-header-meta {
      margin: 0 !important;
    }
    .bv-content-core {
      padding-left: 0.75rem !important;
      margin: 18px 0px 36px 0px !important;
      border-left: 6px solid var(--bazaarvoice-secondary-dark) !important;
      @media (min-width: 640px) {
        margin: 18px 0px 36px 24px !important;
      }
    }
    .bv-content-author-name {
      opacity: 1 !important;
    }
    .bv-content-summary {
      padding: 0 !important;
      margin-top: 0.25rem !important;
      p {
        margin: 0 !important;
      }
    }
    .bv-content-actions-container {
      padding: 0 !important;
      margin: 0 !important;
      .bv-content-feedback-vote-request {
        font-weight: 500 !important;
        margin: 0 !important;
        font-size: 20px !important;
        line-height: 30px !important;
      }
    }
  }
  .bv-content-data,
  .bv-content-product-questions,
  .bv-product-family-summary {
    margin: 0 !important;
  }
  .bv-content-pagination-container {
    display: flex !important;
    align-items: center;
    button,
    a {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      border-width: 2px;
      border-radius: 9999px !important;
      padding: 0 !important;
      background-color: transparent !important;
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
      div {
        display: flex !important;
      }
      svg {
        display: inline !important;
      }
    }
    a:focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
    button {
      border-color: rgba(var(--bazaarvoice-dark), 0.6) !important;
      height: 40px !important;
      width: 40px !important;
      svg {
        path:nth-of-type(2) {
          stroke: rgba(var(--bazaarvoice-dark), 0.6) !important;
        }
      }
    }
    a {
      border-color: var(--bazaarvoice-dark) !important;
      height: 36px !important;
      width: 36px !important;
      svg {
        path:nth-of-type(2) {
          stroke: var(--bazaarvoice-dark) !important;
        }
      }
    }
    li {
      height: 40px !important;
      width: 40px !important;
    }
    .bv-content-pagination-buttons {
      display: flex !important;
      gap: 0.375rem;
    }
  }
}
.gsytzH {
  overflow: overlay;
}
.ha-dhaF {
  display: block !important;
}
#photoModal {
  margin: 0px;
  padding: 0px;
  /* Button Wrapper */
  .iLWBoE {
    z-index: 3;
  }
  button {
    padding: 0;
    border-radius: 9999px;
    height: 3rem;
    width: 3rem;
    border: 2px solid var(--bazaarvoice-dark);
    color: var(--bazaarvoice-dark);
    svg {
      display: inline;
      path:nth-of-type(2) {
        stroke: currentColor;
      }
    }
  }
  /* Photo Column */
  .jdpVIe {
    width: 100%;
  }
  /* Duplicate Review Content */
  .bv-rnr__sc-f7tz1h-2, .jxXlsG {
    width: 0px;
    padding: 0px;
    margin: 0px;
  }
}
