.catalog-banner .banner-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10; }

.catalog-banner .tax-hint {
  padding: 6px 12px;
  border-radius: 8px;
  background-color: var(--grey-bg) !important;
  border: 0;
  color: var(--dark-accent) !important;
  font-size: 12px;
  font-weight: 400;
  border: none;
  line-height: normal; }
  .catalog-banner .tax-hint:hover {
    background-color: var(--grey-dark) !important;
    color: #fff !important; }
  .catalog-banner .tax-hint:after {
    display: none !important; }

.tax-hint__title {
  z-index: 10; }
