/* Collection detail page */
.collection-header {
  background: #fff;
  margin-bottom: 10px;
}
.collection-banner {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.collection-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: #fff;
}
.collection-overlay h1 {
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.collection-overlay p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

.collection-desc {
  padding: 0 10px 10px;
  background: #fff;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #ebebeb;
}

.zt-g-tit {
    padding: 10px 10px;
    border-bottom: 1px solid #03c203;
    font-size: 16px;
}
