
.social-contact-icons {
  display: flex;
  gap: 20px;
}
.social-contact-icons > div {
  width: 20%;
}
.swiper-buttons {
  display: flex;    
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 0;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.img-hover-scale {
  overflow: hidden;
}
.img-hover-scale:hover img {
  transform: scale(1.1);
  object-fit: cover;
  transition: transform 1s ease;
}
.cate-btn {
  color: #A26A53;
  background-color: #FFFCF6;
  border-color: #A26A53; 
}
/* 超出几行省略 */
.ellipsis {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  overflow: hidden;
}
.ellipsis-2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
.ellipsis-3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;
}


.index-product-item .product-item__info {
  text-align: left;
}
.index-product-item .product-item-meta__title {
  font-weight: 500;
  font-size: var(--font-heading);
  line-height: var(--font-line-heading);
  margin-bottom: 10px;
}
.index-product-item  .product-item-meta__swatch-list {
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 2px;
}
.index-product-item .price-list .price {  /* 通用价格 */
  font-weight: 500;
  font-size: var(--font-heading);
  line-height: var(--font-line-heading);
}
.index-product-item .price-list .price.price--highlight { /* 当前价格*/
  color: #AA3E3E;
}
.index-product-item .price-list:not(.price-list--stack)> .price:not(:last-child) { /* 价格间距*/
  margin-right: 10px;
}
.index-product-item .color-swatch-list--mini .color-swatch__item {
  width: 24px;
  height: 24px;
}
.index-product-item .color-swatch__item:after {
  border-color: #5C5B5B;
}
.index-product-item .color-swatch-list--mini {
  grid-template-columns: repeat(auto-fit, 24px);
}
.index-product-item .price-list .price.price--compare { /* 比较价格 */
  color: #5C5B5B;
}

.product-facet__filters .drawer__header {
  padding: 0 30px 30px;
  justify-content: space-between;
  margin: 0;
  border: 0;
  height: auto;
  max-height: auto;
  font-weight: 700;
  font-size: var(--font-heading);
  line-height: var(--font-line-heading);
}
.product-facet__filters .drawer__content {
  padding: 0 30px 30px;
}
.product-facet__filters .product-facet__active-list {
  display: flex;
  gap: 8px;
  font-size: var(--font-text);
  line-height: var(--font-line-text);
}
.product-facet__filters .tag {
  gap: 10px;
  margin: 0;
  padding: 4px 16px;
  border-radius: 44px;
  border: 1px solid #BCBCBC;
  background: none;
}

.product-facet__filters .collapsible-toggle {
  padding: 24px 0 16px;
  font-weight: 700;
  font-size: var(--font-heading);
  line-height: var(--font-line-heading);
}

.product-facet__filters.product-facet__filter-item .collapsible__content {
  padding-left: 0;
}

.product-facet__filters .collapsible__content {
  font-weight: 400;
  font-size: var(--font-text);
  line-height: var(--font-line-text);
  color: #231815;
}

.product-facet__filters .product-facet__filter-item+.product-facet__filter-item {
  border-top: 1px solid #D9D9D9;
}

.product-facet__filters .product-facet__filter-item:first-child .collapsible-toggle {
  padding-top: 0;
}

.product-facet__filters .tag__icon {
  margin: 0;
}
.product-facet__filters .drawer__close-button {
  position: static;
}
.product-facet__filters .drawer__close-button::before {
  content: unset;
}
.product-facet__filters .drawer__header-action {
  font-weight: 400;
}

.drawer__close-button-wrapper {
  padding: 30px 30px 20px;
}

.product-label-container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.product-label-container > span {
  padding: 8px 5px;
  background-color: #AA3E3E;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

.back-top {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  right: 26px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background-color: var(--my-red);
  bottom: 200px;
  z-index: 1;
  opacity: 0;
  transition: all .3s;
  background-color: #fff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.10);
}

.back-top svg {
  width: 28px;
  height: 28px;
}
.back-top svg path {
  fill: #A26A53;
}
.back-top:hover {
  background-color: #A26A53;
}
.back-top:hover svg path {
  fill: #fff;
}

.swiper-cus-page {
  position: static;
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.swiper-cus-page .swiper-pagination-bullet {
  width: 6px!important;
  height: 6px;
  border-radius: 0!important;
  background-color: #BCBCBC;
}

.swiper-cus-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A26A53;
  width: 40px!important;
}