div#merch-section {
  background: #000;
}

.merchheaderTitle {
  padding-top: 5.46875vw;
  text-transform: uppercase;
  font-size: 2.08vw;
  line-height: 1;
  font-weight: 400;
  color: #FFF5DE;
}

.merchitem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.merchItemwrapper {
  width: 91.72vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 7.1875vw;
}

.merchTitle {
  font-size: 0.83vw;
  color: #FFF5DE;
  text-align: left;
  min-height: 3vw;
  padding-top: 1vw;
}

.merchprice {
  font-size: 1.25vw;
  color: #FFF5DE;
  text-align: left;
  margin-top: 0.78125vw;
  display: none;
}

.merchshopbtn {
  margin-top: 1.5625vw;
  display: none;
}

.merchshopbtn a {
  display: block;
  width: 6.40625vw;
  height: 3.125vw;
  line-height: 3.125vw;
  background: #fff5de;
  color: #744132;
  font-size: 1.015625vw;
  text-decoration: none;
  border: 1px solid #744132;
  text-transform: uppercase;
}

.shopall-btn {
  padding: 5vw 0;
}

.shopall-btn a {
  display: block;
  width: 26.25vw;
  margin: 0 auto;
  height: 3.125vw;
  line-height: 3.125vw;
  background: #FFF5DE;
  color: #3D1719;
  font-size: 1.015625vw;
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
}

.merchImg.one img {
  width: 100%;
  height: auto;
}

.merchImg.two img {
  width: 100%;
  height: auto;
}

.merchImg.three img {
  width: 100%;
  height: auto;
}

.merchImg.four img {
  width: 100%;
  height: auto;
}

.merchImg.five img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1023px) and (orientation: landscape),
only screen and (max-width: 1024px) and (orientation: portrait) {
  .merchItemwrapper {
    width: 89.34vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 11.2vw;
  }

  .merchheaderTitle {
    padding-top: 13.46875vw;
    font-family: "gosha_sansultralight";
    font-size: 8vw;
    line-height: 12.8vw;
    color: #FFF5DE;
  }

  .merchTitle {
    font-size: 4.266666666666667vw;
    color: #FFF5DE;
    text-align: left;
    min-height: 10vw;
  }

  .merchprice {
    font-size: 4.266666666666667vw;
    color: #FFF5DE;
    text-align: left;
    margin-top: 2.6666666666666665vw;
  }

  .merchshopbtn {
    margin-top: 5.333333333333333vw;
    margin-bottom: 8vw;
  }

  .merchshopbtn a {
    display: block;
    width: 21.866666666666667vw;
    height: 10.666666666666666vw;
    line-height: 10.666666666666666vw;
    /* background: #3d1215; */
    /* color: #ebeef7; */
    font-size: 3.466666666666667vw;
    text-decoration: none;
    border: 1px solid #FFF5DE;
    text-transform: uppercase;
  }

  .shopall-btn {
    padding: 8vw 0 26.666666666666668vw;
  }

  .shopall-btn a {
    display: block;
    width: 89.6vw;
    height: 10.666666666666666vw;
    line-height: 10.666666666666666vw;
    /* background: #3d1215; */
    /* color: #ebeef7; */
    font-size: 3.466666666666667vw;
    text-decoration: none;
    /* border: 1px solid #ebeef7; */
    text-transform: uppercase;
    margin: 0 auto;
  }

  /* .merchImg.one img {
    width: 46.13333333333333vw;
    height: 36.16vw;
  }

  .merchImg.two img {
    width: 42.666666666666664vw;
    height: 42.666666666666664vw;
  }

  .merchImg.three img {
    width: 42.666666666666664vw;
    height: 42.666666666666664vw;
  }

  .merchImg.four img {
    width: 28.778666666666666vw;
    height: 40vw;
  }

  .merchImg.five img {
    width: 26.933333333333334vw;
    height: 42.666666666666664vw;
  } */
}