@media (max-width: 1800px) {
  main {
    width: 90%;
  }
}

@media (max-width: 1300px) {
  main img {
    height: 50cap;
  }
  main aside img {
    height: 8cap;
  }
}

@media (max-width: 1024px) {
  main {
    flex-direction: column;
    width: 95%;
  }
  #imageViewer {
    width: 100%;
    justify-content: center;
  }
  #productInfo {
    gap: 30px;
  }
}

@media (max-width: 700px) {
  #imageViewer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  #imageViewer aside {
    display: flex;
    flex-direction: row;
  }

  #sellCards article {
    min-width: 250px;
    height: 320px;
  }
  #sellCards article h3 {
    font-size: 1.8rem;
  }
  #sellCards article p {
    font-size: 1rem;
  }
}
@media (max-width: 699px) {
  main #imageViewer {
    width: 100%;
  }
  main #imageViewer > img {
    height: auto;
    width: 95%;
    object-fit: contain;
    margin: 0 auto;
  }
  main aside {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 585px) {
  main {
    gap: 50px;
  }
  #picks {
    margin-top: 20%;
    width: 90%;
  }
  #picks h1,
  #productInfo h1 {
    font-size: 2.5rem;
  }
  #productInfo span {
    font-size: 1.7em;
  }
  #productInfo p {
    font-size: 1rem;
  }
  #productInfo h6 {
    font-size: 1rem;
  }
}
