.product__divider {
  width: 100%;
  margin: 18px 0;
}

hr.product__divider-line {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.08);
  border: none;
  margin: 0;
}

.product__divider--hidden {
  background-color: transparent;
}
