.collectionPage {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 59px;
  margin-bottom: 150px;
}

.collectionBanner {
  align-self: center;
  width: 100%;
  max-width: 1940px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  box-sizing: border-box;
}

.collectionBannerText {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.collectionBannerText h3 {
  padding: 0 59px;
  color: #242424;
  font-family: "NAMU", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.collectionBannerText h5 {
  padding: 0 59px;
  color: #181818;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 159%;
  letter-spacing: 0%;
}
.collectionBannerText p {
  padding: 0 59px;
  color: #242424;
  font-family: "NAMU", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.65px;
  vertical-align: middle;
}

.collectionBannerImg {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collectionBannerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.collectionAbout {
  align-self: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
  gap: 10px;
}

.collectionAboutTitle {
  width: 100%;
}
.collectionAboutTitle h3 {
  color: #242424;
  font-family: "NAMU", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.65px;
  vertical-align: middle;
}

.collectionAboutContent {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.collectionAboutContent h5 {
  color: #181818;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 159%;
  letter-spacing: 0%;
}
.collectionAboutContent p {
  color: #181818;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 159%;
  letter-spacing: 0%;
}
.collectionAboutContent p a {
  color: #181818;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 159%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.collectionInfo {
  align-self: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  gap: 59px;
}

.collectionInfo1 .collectionInfoImg {
  max-height: 504px;
}

.collectionInfo2 .collectionInfoImg {
  max-height: 650px;
}

.collectionInfoImgs {
  width: 100%;
  display: flex;
  gap: 20px;
}

.collectionInfoImg {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.collectionInfoImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.collectionInfoContent {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.collectionInfoContent h3 {
  color: #242424;
  font-family: "NAMU", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.65px;
  vertical-align: middle;
}
.collectionInfoContent h4 {
  color: #242424;
  font-family: "NAMU", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.65px;
  vertical-align: middle;
}
.collectionInfoContent h5 {
  color: #181818;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 159%;
  letter-spacing: 0%;
}

.collectionInfoContentHorizontal {
  flex-direction: row;
}
.collectionInfoContentHorizontal h3 {
  max-width: 502px;
  width: 100%;
}
.collectionInfoContentHorizontal .collectionInfoText {
  align-items: flex-start;
  width: 100%;
}

.collectionInfoText {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.collectionInfoText p {
  width: 100%;
  color: #181818;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 159%;
  letter-spacing: 0%;
}
.collectionInfoText p span {
  color: #181818;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 159%;
  letter-spacing: 0%;
}

@media only screen and (max-width: 988px) {
  .collectionBanner {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .collectionBannerText h3, .collectionBannerText h5, .collectionBannerText p {
    padding: 0;
  }
  .collectionAbout {
    flex-direction: column;
  }
  .collectionAboutContent {
    align-items: flex-end;
  }
  .collectionAboutContent h5 {
    width: 100%;
  }
  .collectionInfoImgs {
    flex-direction: column;
  }
  .collectionInfoContent {
    align-items: flex-end;
  }
  .collectionInfoContent h3, .collectionInfoContent h4, .collectionInfoContent h5 {
    width: 100%;
  }
  .collectionInfoContentHorizontal {
    flex-direction: column;
  }
  .collectionInfoContentHorizontal h3 {
    max-width: 100%;
  }
  .collectionInfoText {
    align-items: flex-end !important;
  }
}
@media only screen and (max-width: 768px) {
  .collectionPage {
    padding: 0 10px;
  }
  .collectionBanner {
    gap: 20px;
  }
  .collectionBannerText h3 {
    font-size: 28px;
  }
  .collectionBannerText h5 {
    font-size: 18px;
  }
  .collectionAboutTitle h3 {
    font-size: 28px;
  }
  .collectionAboutContent {
    align-items: stretch;
  }
  .collectionInfoImg img {
    height: 340px;
  }
  .collectionInfo {
    gap: 20px;
  }
  .collectionInfo h3 {
    font-size: 28px;
  }
  .collectionInfoContent {
    align-items: stretch;
  }
  .collectionInfoContent h4 {
    font-size: 22px;
  }
  .collectionInfoContentHorizontal .collectionInfoText {
    align-items: stretch !important;
  }
}/*# sourceMappingURL=collection.css.map */