.link-underline {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #000000;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.link-underline:hover {
  color: #5ab895;
  text-decoration-style: solid;
  text-decoration-color: #5ab895;
}

.editor a:not(.btn) {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #2c3f50;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: #2c3f50;
}
.editor a:not(.btn):hover {
  text-decoration-style: solid;
  text-decoration-color: #5ab895;
  color: #5ab895;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.quantity-wrapper .qty-btn {
  border-radius: 50%;
  background-color: #f0f2f3;
  font-weight: 700;
  color: #5ab895;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
}

.section-404 {
  text-align: center;
}
.section-404__header {
  font-size: 100px;
  line-height: 2;
}
.section-404__button {
  margin-top: 2.5rem;
}

body {
  display: block;
}
/*# sourceMappingURL=main.css.map */
