* {
  padding: 0;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
}

a {
  text-decoration: none;
}

body {
  background: #000;
}

/* get images to resize properly/get them to fit in the figure!!!!*/
.item figure {
  height: 200px;
  width: 200px;
}

.item img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

svg {
  height: 30px;
  color: #afafaf !important;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.shelf {
  display: flex;
  padding: 20px 10px;
  justify-content: start;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  overflow-x: scroll;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(33, 33, 33, 0.00) 50px);
}

@media (min-width: 1350px) {
  .shelf {
    justify-content: center;
  }
}

.item {
  display: flex;
  padding: 10px;
  width: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

*::-webkit-scrollbar {
  width: 0 !important;
}

.item img:hover {}

.item:hover>p {
  color: #fff;
}

.item p {
  color: #afafaf;
  text-align: center;
  font-family: Cormorant Garamond;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.header {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(33, 33, 33, 0.00) 30px);
}

.type {
  font-family: "Montserrat", sans-serif !important;
  font-variant: all-small-caps;
  font-size: 14px !important;
}

small {
  font-family: "Montserrat", sans-serif;
  font-variant: all-small-caps;
  font-size: 14px;
}

small a {
  font-family: "Montserrat", sans-serif;
  font-variant: all-small-caps;
  font-size: 14px;
  text-decoration: underline;
}

.footer {
  margin: 0 auto;
  padding: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.arrow {
  height: 100%;
  margin: auto 0;
}