.igalenus {
   font-size: 2rem;
   color: #0d0802;
   font-family: "Inter", sans-serif;
   font-weight: 700;
   max-width:200px;
}


.search-results .catalog-search-result:hover h6 {
   color: var(--bs-primary);
}
.myseparator::after{
   content: '';
   flex-grow: 1;
   display: block;
   align-self: center;
   height: 0;
   border-color: #1e2129 !important;
   border-bottom: 1px solid;
}