.single-db_product .db-desc-etsy {
  position: relative;
}

.single-db_product .db-desc-etsy__content {
  position: relative;
  overflow: hidden;
}

.single-db_product .db-desc-etsy:not(.is-open) .db-desc-etsy__content {
  max-height: 300px;
}

.single-db_product .db-desc-etsy:not(.is-open) .db-desc-etsy__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 112px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(250 247 242 / 0), var(--db-paper, #FAF7F2) 78%);
}

.single-db_product .db-desc-etsy__toggle {
  display: block;
  margin: 22px auto 0;
  padding: 10px 18px;
  border: 0;
  background: transparent;
  color: var(--db-ink, #16140F);
  font: 700 16px/1.35 Archivo, sans-serif;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.single-db_product .db-desc-etsy__toggle:hover {
  color: var(--db-muted, #8C8577);
}

.single-db_product .db-desc-etsy__toggle:focus-visible {
  outline: 2px solid var(--db-ink, #16140F);
  outline-offset: 4px;
  border-radius: 4px;
}

@media(max-width:640px) {
  .single-db_product .db-desc-etsy:not(.is-open) .db-desc-etsy__content {
    max-height: 260px;
  }

  .single-db_product .db-desc-etsy__toggle {
    margin-top: 18px;
    font-size: 15px;
  }
}
