@charset "utf-8";.collections-detail-page {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
.collections-detail-page .page-title h1 {
  line-height: 2;
  letter-spacing: 1.4px;
  text-align: center;
  font-size: 18px !important;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.collections-detail-page {
  max-width: 720px;
  margin: auto;
  letter-spacing: 0 !important;
}
.collections-detail-page .image {
  padding: 0;
  margin-bottom: 8%;
}
.collections-detail-page .image img {
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 2%;
}