.theme-featured-collection--wrapper .typewriter-container {
  display: inline-flex;
  align-items: center;
}

.theme-featured-collection--wrapper .cursor {
  display: inline-block;
  width: 3px;
  min-height: 50px;
  background-color: black;
  margin-left: 2px;
  animation: blink 0.7s infinite;
}

@media screen and (min-width:768px) {
  .theme-featured-collection--wrapper h2.featured-collection-v2-title {
    flex-direction: row;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
