/* 后半段动静平衡：仅“煮茶”保留视频。 */
.craft-media {
  background: url('generated-assets/commerce-detail-v1.png') center / cover no-repeat !important;
  animation: none !important;
}

.craft-media > video {
  display: none !important;
}

.lifestyle {
  background: #12150f url('generated-assets/commerce-lifestyle-v1.png') center / cover no-repeat !important;
  animation: none !important;
}

.lifestyle-film {
  display: none !important;
}

.set-photo {
  background: url('assets/ceramics/product-system.png') center / cover no-repeat !important;
  animation: none !important;
}

.set-photo > video {
  display: none !important;
}

.craft-media::before,
.lifestyle::before,
.set-photo::before {
  animation: none !important;
}
