@charset "UTF-8";
/* 功能卡片 */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1rem));
  gap: 25px;
  margin-top: 50px;
}
.feature-card {
  background: white;
  border: 1px solid #e1e4e8;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.feature-card i {
  font-size: 2.5rem;
  color: #3498db;
  margin-bottom: 20px;
}
.feature-card h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.feature-card p {
  color: #7f8c8d;
}
/*回纹*/
.RotTexture {
  width: 100%;
  height: 2rem;
  background-image: url("../images/RotTexture.png");
  background-repeat: repeat-x;
  background-position: left;
  background-size: 2rem;
}
/*云纹*/
.CloudTexture {
  width: 100%;
  height: 6%;
  background-position: center;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  color: #ecbe67;
  border-bottom: 0.2rem solid;
  border-image: linear-gradient(90deg, rgba(200, 158, 79, 0), #c79d4d, rgba(200, 158, 79, 0)) 10;
}
/*画廊*/
.gallery {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, auto);
  gap: 1rem;
  width: 100%;
  clear: both;
  height: auto;
  margin: 0rem;
}
.gallery-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.gallery-img {
  width: auto;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}
.gallery-item:hover .caption {
  transform: translateY(1);
  opacity: 1;
}
.caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0rem 1rem 0.5rem 0rem;
  color: white;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  transform: translateY(0.1rem);
  opacity: 0;
  transition: all 0.4s ease;
  text-align: right;
}
.caption h3 {
  font-size: 1.8rem;
  margin: 0.4rem;
  font-weight: 500;
}
/*更多内容*/
.Viewall {
  display: grid;
  color: #fff;
  font-size: 3rem;
  width: 100%;
  height: 7.2rem;
  padding-top: 0;
  padding-bottom: 0rem;
  margin: 3rem 0;
  text-align: center;
  align-items: center;
}
.Viewall button {
  width: 16rem;
  height: 5rem;
  margin-top: 1rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border: 0.2rem solid #cf9857;
  color: #ecbe67;
  transition: all 0.3s linear;
  background-color: #375d9f;
}
.Viewall button:hover {
  background-color: #3399ff;
  color: #FFFFFF;
  cursor: pointer;
}
/*玄云境*/
.parent {
  width: 100%;
  text-align: end;
  height: auto;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  border: 0.1rem solid;
  border-image: linear-gradient(90deg, #543418, #c79d4d, #543418) 10;
}
.parent img {
  transition: all 0.4s ease;
}
.parent img:hover {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.parent h1 {
  font-size: 4rem;
  width: 100%;
  margin-top: 20rem;
  color: #fff;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 10px #000;
}
/*INHERITED MYSTICAL*/
.comm-list {
  display: none;
  justify-content: center;
  grid-template-columns: repeat(4, auto);
  gap: 2.2rem;
  width: 100%;
  margin: 0rem;
  transition: all 0.3s ease;
}
.label-list{
  display: none;
}
.label-list.active{
  display: grid;
}
.comm-list.active {
  display: grid;
}
.comm-listItem {
  width: 100%;
  height: 100%;
  border: 0.1rem solid;
  border-image: linear-gradient(90deg, #543418, #c79d4d, #543418) 10;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
}
.btn-container {
  width: 100%;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-container::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.btn-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.button-container-replace {
  width: 100%;
  height: 100%;
  top: 0rem;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  object-fit: fill;
}
.button-container-replace:hover {
  opacity: 1;
  transition: all 0.1s ease;
  z-index: 13;
}
.btn {
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10%;
  display: grid;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(1);
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 2rem;
}
.btn-container:hover .btn {
  opacity: 0.9;
  visibility: visible;
  transform: scale(1);
}
/* 商品星级 */
.product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.stars {
  color: #23aee2;
  margin-right: 0.5rem;
}
.rating-count {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
/* 商品价格 */
.product-price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #e53935;
  text-align: center;
  align-content: center;
  padding: 1rem;
}
.product-price font {
  color: #bbb;
  text-decoration: line-through;
}
.product-price b {
  color: #9a9a9a;
}
.product-price-new {
  color: #bbbbbb;
  font-size: 1.8rem;
  align-content: center;
}
/* 商品名称 */
.product-name {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 1rem;
  margin-bottom: 0.8rem;
  color: #bbb;
  overflow: hidden;
}
/* 商品介绍 */
.product-description {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 1rem;
  overflow: hidden;
  height: auto;
}
.product-description img {
  padding: 0rem 0.5rem;
  width: 2rem;
}
/*Regarding the Xuanling Sect*/
.xuanling-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2.5rem; /* 10像素间隔 */
  width: 100%;
  margin: 0rem;
}
.xuanling-listItem {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 0.1rem solid;
  border-image: linear-gradient(90deg, #543418, #c79d4d, #543418) 10;
}
.xuanling-listItem h1 {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 3rem;
  position: absolute;
  color: white;
  padding: 2rem;
  text-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 1);
}
.xuanling-listItem img {
  overflow: hidden;
  transition: all 0.2s ease;
}
.xuanling-listItem img:hover {
  transform: scale(1.06);
  transition: all 0.2s ease;
  filter: brightness(1.2);
}
/*The Twelve Zodiac Signs Feng Shui Series Coming soon*/
.zodiac {
  width: 100%;
  display: grid;
  justify-content: center;
}
.zodiac video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Spiritual {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Spiritual-row {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
}
.row-1 .Spiritual-item img {
  width: 100%;
  border: 0.1rem solid;
  border-image: linear-gradient(90deg, #543418, #c79d4d, #543418) 10;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  padding: 0rem;
  object-fit: cover;
}
@media (max-width: 320px) {
  .comm-list {
    grid-template-columns: repeat(1, auto);
    gap: 2rem;
    width: 100%;
    transition: all 0.3s ease;
  }
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
  .comm-list {
    grid-template-columns: repeat(2, auto);
    gap: 2rem;
    width: 100%;
    transition: all 0.3s ease;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .comm-list {
    grid-template-columns: repeat(2, auto);
    gap: 2rem;
    width: 100%;
    transition: all 0.3s ease;
  }
  .comm-listItem:nth-child(n+5) {
    display: none;
  }
}
