/* [project]/components/ServiceBannerHero.css [app-client] (css) */
.tooltip-arrow {
  border-top: 8px solid #1f2937;
  border-left: 8px solid #0000;
  border-right: 8px solid #0000;
}

.special-buy-tag {
  color: #fff;
  background-color: #f7a016;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  margin-right: .5rem;
  padding: .2rem .5rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.special-buy-tag:before {
  content: "";
  z-index: 1;
  border-top: .75rem solid #0000;
  border-bottom: .75rem solid #0000;
  border-left: .75rem solid #f7a016;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -.75rem;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-button {
  transition: opacity .3s, transform .3s;
  box-shadow: 0 4px 12px #0000001a;
}

.scroll-button:hover {
  transform: translateY(-50%)scale(1.05);
}

/*# sourceMappingURL=components_ServiceBannerHero_edf425c5.css.map*/