.product-select-popover {
  max-height: calc(100vh - 132px);
  overflow: auto;

  .el-collapse-item__arrow {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }

  &.el-popover {
    margin-top: 4px;
    /* stylelint-disable-next-line declaration-no-important */
    padding: 0 !important;
    border: 1px solid $tf-blue;
    border-radius: 3px;

    .el-collapse-item__header:hover:not(.is-disabled) .title-category {
      background: $tf-light-blue;
    }

    .btn-product-option:hover:not(.is-disabled):not(.is-active) {
      background: $tf-light-blue;
      color: $tf-blue;
    }
  }
}
