.HeroProduct-title {
  font-size: .875rem;
  line-height: 1.3;
}

@media (min-width: 64.01rem) {
  .HeroProduct-title {
    font-size: 1.5rem;
  }
}

.HeroProduct-subtitle {
  font-size: 1rem;
  line-height: 1.3;
}

.HeroProduct-image {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}

@media (min-width: 32.01rem) {
  .HeroProduct-image {
    margin: 0;
  }
}

@media (min-width: 64.01rem) {
  .HeroProduct-image {
    width: 21.875rem;
    height: 21.875rem;
  }
}

.HeroProduct-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--animationBase);
}

@media (min-width: 64.01rem) {
  .HeroProduct-image img {
    border-radius: 50%;
  }
}

.HeroProduct-info {
  position: absolute;
  bottom: 0;
  right: -2rem;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--colorBrand);
  font-family: var(--font-secondary);
  transition: var(--animationBase);
  background-color: var(--colorCustomBg);
  font-weight: 400;
  padding: .5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  min-width: 5rem;
}

.HeroProduct:hover .HeroProduct-info {
  font-weight: 700;
}

@media (min-width: 32.01rem) {
  .HeroProduct-info {
    right: 0;
    bottom: -2rem;
  }
}

@media (min-width: 64.01rem) {
  .HeroProduct-info {
    bottom: 0;
    min-width: 9.375rem;
    padding: 1rem;
  }
}

.HeroProduct-info svg {
  width: 40px;
  height: 24px;
  opacity: 0.45;
}

@media (min-width: 64.01rem) {
  .HeroProduct-info svg {
    width: 58px;
    height: 35px;
  }
}

/*# sourceMappingURL=hero-product.min.css.map */
