#merch-label {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}

.merch-label {
  width: 90%;
  min-width: 250px;
  max-width: 500px;
  height: auto;
  align-self: flex-start;
  aspect-ratio: 6 / 1;
  background: url("../img/labels/merch-label-2025.png") no-repeat center;
  background-size: contain;
  margin: 0 0 0 15px;
}

#merch {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  margin: 25px 0 75px 0;
}

.merch-item {
  min-width: 50px;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-basis: 50%;
}

#yoda-jersey {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/jersey/jersey-white-front.png") no-repeat
    center;
  background-size: contain;
}

#yoda-jersey:hover {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/jersey/jersey-white-back.png") no-repeat
    center;
  background-size: contain;
}

#yoda-hoodie {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/hoodie/hoodie-black.png") no-repeat
    center;
  background-size: contain;
}

#yoda-hoodie:hover {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/hoodie/hoodie-gray.png") no-repeat center;
  background-size: contain;
}

#yoda-mict {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/mic-t/mic-t-front.png") no-repeat center;
  background-size: contain;
}

#yoda-mict:hover {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/mic-t/mic-t-back.png") no-repeat center;
  background-size: contain;
}

#yoda-phoneCase {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/phone-case/iphone-white.png") no-repeat
    center;
  background-size: contain;
}

#yoda-phoneCase:hover {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/phone-case/samsung-black.png") no-repeat
    center;
  background-size: contain;
}

#yoda-notebook {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/notebook/notebook-open.png") no-repeat
    center;
  background-size: contain;
}

#yoda-notebook:hover {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/notebook/notebook-closed.png") no-repeat
    center;
  background-size: contain;
}

#yoda-koozie {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/koozie/koozie-reg.png") no-repeat center;
  background-size: contain;
}

#yoda-koozie:hover {
  width: 100%;
  height: 100%;
  background: url("../img/thumbs/merch/koozie/koozie-slim.png") no-repeat center;
  background-size: contain;
}

#merch a {
  display: contents;
}
