.caret {
  mask-image: url("./caret.svg");
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  width: 8px;
  height: 4px;
  background-color: rgba(var(--color-button));
  display: block !important;
}

.description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button-wrapper {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  color: rgba(var(--color-button));
}

.rotate {
  rotate: 180deg;
}

.hide {
  display: none;
}

#product-description {
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.badge-conteiner {
  z-index: 1;
  width: 311px;
  height: 80px;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.badge-text {
  font-family: "UNDERWAVE" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
