.legacy-product-main-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.legacy-subheader-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.legacy-header-container {
  display: flex;
  position: relative;
  height: 25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: linear-gradient(
    180deg,
    rgba(192, 192, 192, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(192, 192, 192, 1) 100%
  );
}

.about-legacy-header {
  text-align: center;
  font-size: 1.25rem /* 20px */;
  font-weight: 500;
}

.about-legacy-desc {
  text-align: left;
  font-size: 0.875rem /* 14px */;
  line-height: 1.75rem /* 28px */;
  font-weight: 400;
}

/* .legacy-header-container-img {
  border: 4px solid red;
  width: 100%;
  max-width: 16rem;
} */
.legacy-header-container div {
  font-weight: 500;
}
.legacy-header-container div h2 {
  font-size: 1.125rem /* 18px */;
}
.legacy-header-container div p {
  font-size: 0.75rem /* 12px */;
  font-weight: 300;
  white-space: nowrap;
}

@media (min-width: 520px) {
  .legacy-header-container div h2 {
    font-size: 1.5rem /* 24px */;
  }
  .legacy-header-container div p {
    font-size: 1.125rem /* 18px */;
  }
  .legacy-header-container {
    height: 32rem /* 512px */;
  }
}

@media (min-width: 768px) {
  .legacy-header-container {
    column-gap: 3rem;
  }
}

.legacy-product-main-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.legacy-subheader-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
/* .legacy-header-container {
  display: flex;
  position: relative;
  height: 25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem ;
  padding-right: 1.5rem;
  background: linear-gradient(
    180deg,
    rgba(192, 192, 192, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(192, 192, 192, 1) 100%
  );
} */
.legacy-header-container img {
  width: 100%;
  max-width: 8rem;
}
.legacy-header-container div {
  font-weight: 500;
}
.legacy-header-container div h2 {
  font-size: 1.125rem /* 18px */;
}
.legacy-header-container div p {
  font-size: 0.75rem /* 12px */;
  font-weight: 300;
  white-space: nowrap;
}

.legacy-product-main-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.legacy-subheader-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.legacy-content {
  margin-left: 1rem /* 16px */;
  margin-right: 1rem /* 16px */;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem /* 20px */;
  align-self: center;
}

.legacy-note {
  margin-top: 2rem /* 20px */;
  margin-bottom: 2rem /* 20px */;
  width: 100%;
  text-align: center;
  font-size: 0.875rem /* 14px */;
  color: rgb(107 114 128);
}

.legacy-note a span {
  cursor: pointer;
  color: rgb(37 99 235);
}
.legacy-note a span:hover {
  color: rgb(96 165 250);
}

.legacy-interface-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.legacy-interface-img-inner {
  position: relative;
  width: 100%;
  max-width: 32rem /* 512px */;
}

.legacy-interface-desc h2 {
  font-size: 1rem /* 16px */;
  margin-top: 2rem /* 32px */;
  margin-bottom: 1.5rem /* 24px */;
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 500;
}
.legacy-interface-desc p {
  max-width: 42rem /* 672px */;
  font-size: 0.875rem /* 14px */;
  font-weight: 400;
  line-height: 1.75rem /* 28px */;
}

.legacy-link {
  color: rgb(37 99 235);
  cursor: pointer;
}
.legacy-link:hover {
  color: rgba(37, 100, 235, 0.642);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bold-artist-link {
  cursor: pointer;
  font-weight: 600;
}
.bold-artist-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.artist-link {
  color: rgb(105, 105, 105);
  cursor: pointer;
}
.artist-link:hover {
  color: rgba(105, 105, 105, 0.641);
  text-decoration: underline;
  text-underline-offset: 4px;
}

#legacy-audio-demo-text {
  margin-bottom: 0.25rem /* 4px */;
  text-align: center;
  font-size: 1.25rem /* 20px */;
  line-height: 1.75rem /* 28px */;
  font-weight: 500;
}

.legacy-banner-container {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 11rem; /* you can use % */
  height: auto;
}

.legacy-library-header-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));

  /* place-items: center; */
  border-top-left-radius: 1rem /* 16px */;
  border-top-right-radius: 1rem;
  border-width: 1px;
  border-color: rgb(209 213 219);
  background-color: rgb(243 244 246);
}
.legacy-patchlist-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-color: rgb(209 213 219);
  padding-top: 0.75rem /* 12px */;
  padding-bottom: 0.75rem /* 12px */;
  font-size: 0.875rem /* 14px */;
  font-weight: 500;
  margin-top: 0.75rem /* 14px */;
  margin-bottom: 0.75rem /* 14px */;
}

.legacy-library-loop-container-inner div {
  margin-top: 0.5rem /* 8px */;
  margin-bottom: 0.5rem /* 8px */;
  font-size: 0.72rem /* 11.52px */;
}

.legacy-library-loop-container-inner div h2 {
  font-weight: 600;
}

.legacy-library-loop-container-inner {
  margin-bottom: 1rem /* 16px */;
}

.legacy-library-loop-container-inner div {
  margin-top: 0.5rem /* 8px */;
  margin-bottom: 0.5rem /* 8px */;
  font-size: 0.72rem /* 11.52px */;
}

.legacy-library-loop-container {
  display: flex;
  /* height: 30rem; */
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  /* overflow: scroll; */
  border-right-width: 0px;
  border-color: rgb(209 213 219);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.69rem;
  font-weight: 400;
}
.legacy-library-loop-container:last-child {
  border-right-width: 0px;
}

.legacy-subgrid-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  /* place-items: center; */
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(209 213 219);
  background-color: rgb(249 250 251);
}

.legacy-grid-cell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  padding-left: 0.5rem /* 8px */;
  padding-right: 0.5rem /* 8px */;
  padding-top: 1rem /* 16px */;
  padding-bottom: 1rem /* 16px */;
  font-size: 0.75rem /* 12px */;
  font-weight: 400;
  line-height: 1rem /* 16px */;
}

.legacy-gear-list-container-inner {
  width: 100%;
}

.legacy-gear-list-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-color: rgb(209 213 219);
  background-color: rgb(243 244 246);
  padding-top: 1rem /* 16px */;
  padding-bottom: 1rem /* 16px */;
  border-top-left-radius: 1rem /* 16px */;
  border-top-right-radius: 1rem /* 16px */;
}
.legacy-gear-list-header h2 {
  font-size: 0.875rem /* 14px */;
  font-weight: 500;
}

.legacy-gear-list-header p {
  font-size: 0.8rem /* 14px */;
  font-weight: 400;
  margin-top: 0.8rem;
}

.legacy-gear-list-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  border-width: 0.5px;
  border-color: rgb(209 213 219);
  background-color: rgb(249 250 251);
}

.legacy-legal {
  margin-top: 2.5rem /* 40px */;
  margin-bottom: 2.5rem /* 40px */;
  text-align: center;
  font-size: 0.6rem /* 9.6px */;
  line-height: 1rem /* 16px */;
  font-weight: 400;
}

.legacy-buy-button {
  margin-top: 1.5rem /* 24px */;
  font-weight: 500;
  align-self: flex-start;
  border-radius: 0.125rem /* 2px */;
  border: 1px solid rgb(156 163 175);
  background-color: rgb(229 231 235);
  padding-left: 1.25rem /* 20px */;
  padding-right: 1.25rem /* 20px */;
  padding-top: 0.25rem /* 4px */;
  padding-bottom: 0.25rem /* 4px */;
  font-size: 0.875rem /* 14px */;
  /* font-weight:500; */
}
@media (min-width: 279px) {
  .legacy-header-container img {
    max-width: 12rem;
  }
}
@media (min-width: 374px) {
  .legacy-header-container img {
    max-width: 14rem;
  }
  .legacy-header-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (min-width: 520px) {
  .legacy-header-container div h2 {
    font-size: 1.5rem /* 24px */;
  }
  .legacy-header-container div p {
    font-size: 1.125rem /* 18px */;
  }
  .legacy-header-container {
    height: 32rem /* 512px */;
  }
}
@media (min-width: 580px) {
  .legacy-header-container img {
    max-width: 18rem;
  }
}

@media (min-width: 640px) {
  .legacy-library-loop-container {
    border-right-width: 1px;
  }
  .legacy-subgrid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .legacy-gear-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .legacy-header-container img {
    max-width: 20rem;
  }
}

@media (min-width: 768px) {
  .legacy-content {
    max-width: 67rem /* 1072px */;
  }
  .legacy-header-container {
    column-gap: 3rem;
  }
}

@media (min-width: 940px) {
  .legacy-interface-container {
    flex-direction: row;
    padding-top: 1.25rem /* 20px */;
    padding-bottom: 1.25rem /* 20px */;
  }
  .legacy-interface-img-inner {
    margin-left: 1.25rem /* 20px */;
  }
  .legacy-interface-desc {
    margin-left: 4rem /* 64px */;
  }
  .legacy-interface-desc h2 {
    justify-content: flex-start;
  }
  .legacy-banner-container {
    width: 16rem;
  }
}

@media (min-width: 1024px) {
  .legacy-interface-img-inner {
    max-width: 36rem /* 576px */;
  }
}

@media (min-width: 1280px) {
  .legacy-interface-img-inner {
    margin-bottom: 0px;
  }
}
