* {
  box-sizing: border-box;
}

body {
  background-color: black;
  color: white;
  font-family: Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 2em;
  margin: 0;
}

.flex-container {
  display: flex;
}

.row {
  flex-direction: row;
}

.col {
  flex-direction: column;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  display: inline;
  color: white;
  margin: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
}

.crisp {
  image-rendering: crisp-edges;
}

#title {
  color: #666;
}

#tag {
  color: #666;
}

#tagline,
#edition {
  color: #666;
}

a:link {
  color: #999;
}

a:hover {
  color: #666;
}

img.product {
  width: 100%;
}

.money {
  font-size: 1.5em;
}

.buy {
  border: 4px solid #8754fa;
  color: #8754fa;
  border-radius: 30px;
  padding: 5px 10px;
  margin-left: 10px;
  text-decoration: none;
  display: inline;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  transition: 100ms ease-in-out;
  vertical-align: middle;
}

a.buy:hover {
  background-color: #8754fa;
  color: #fff;
  cursor: pointer;
}

#tag {
  color: #666;
}

.byline {
  color: #666;
}

.lush,
.dark {
  padding: 0 4px;
}

.lush {
  background: linear-gradient(90deg, #43bf00, #37ffc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark {
  background: linear-gradient(90deg, #0000ff, #f5198b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1200px) {
  #container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
  }

  #logo,
  #planter-box {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #444;
  }

  #planter-box img {
    width: 100%;
  }

  #title-container {
    padding: 20px;
  }

  #title span {
    display: block;
  }

  .big img {
    width: 100%;
  }

  .section {
    position: relative;
    border-bottom: 1px solid #444;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #container {
    flex-direction: row;
    display: flex;
  }

  #logo {
    border-right: 1px solid #444;
    height: 100%;
  }

  #logo img {
    /* width: 100px; */
    height: 100%;
    max-height: 700px;
  }

  #container {
    height: 100%;
    width: 100%;
    position: absolute;
  }

  #logo,
  #planter-box {
    padding: 20px;
  }

  #planter-box {
    height: 100%;
    /* width: 100px; */
    border-right: 1px solid #444;
  }

  #content {
    width: 100%;
    height: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
  }

  #inner-content {
    position: relative;
    padding-top: 10px;
    max-width: 1200px;
    border-right: 1px solid #444;
  }

  #inner-content #guideline {
    width: 50%;
    position: absolute;
    height: 100%;
    border-right: 1px solid #444;
    z-index: -10;
    top: 0;
  }

  .section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #444;
    padding: 10px 20px;
    margin-bottom: 20px;
  }

  .left {
    width: 50%;
    padding-right: 20px;
  }

  .right {
    width: 50%;
    padding-left: 20px;
  }

  /* title */

  #top {
    margin-bottom: 10px;
  }

  #title span {
    float: right;
  }

  #tag {
    width: 50%;
    text-align: right;
  }

  #planter-box img {
    height: 100%;
  }

  .justify {
    justify-content: space-between;
  }

  #items {
    min-width: 500px;
  }

  .big img {
    width: 100%;
  }

  .item {
    height: 50%;
    width: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .item img {
    height: 100%;
    transform: rotateX(30deg) rotateY(45deg);
    border: 1px solid white;
    margin-right: -25%;
    margin-top: 30px;
    position: relative;
    transition: 300ms ease-in-out;
  }

  .item:hover img {
    margin-right: -130px;
  }

  .shipping {
    border-top: 1px solid #444;
    padding-top: 10px;
  }
}
