/* hover košík - dárek zdarma hide */
.basket__detail__info__gift {
      text-indent: -9999px;
      line-height: 0; /* Collapse the original line */;
}
/* hover košík - dárek zdarma hide */
.basket__detail__info__gift::after {
  content: "";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
} 