/** Shopify CDN: Minification failed

Line 2658:0 Unexpected "}"

**/
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Restore list styles for rich text / CMS content areas */
.rte ul, .rte ol,
.collection-seo-intro ul, .collection-seo-intro ol,
.collection-seo-faq__answer-inner ul, .collection-seo-faq__answer-inner ol {
  list-style: revert;
  padding: revert;
  margin: revert;
}
.rte li, .collection-seo-intro li, .collection-seo-faq__answer-inner li {
  list-style: revert;
  padding: revert;
  margin: revert;
}

.container {
  max-width: var(--container);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.container_hidden {
  max-width: var(--container);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.article__header-content h1 {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.article .article__main-part h1 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

.article .article__main-part h2 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.article .article__main-part h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.article .article__main-part h4 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1px;
}
.article .article__main-part p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1px;
}
.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, #E60012);
  color: #ffffff;
  bottom: 100px;
  z-index: 100;
  opacity: 0;
  transition: all .3s;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.10);
}

.etranslate-flag-wrapper {
  width: auto!important;
  margin-right: 0!important;
}
.etranslate-currency-list-button {
  padding: 0!important;
  margin-right: 32px;
}




.back-top svg {
  width: 28px;
  height: 28px;
}
.back-top:hover {
  background-color: #444;
}

.header__linklist-item.cart-icon-wrapper .header__cart-count {
  position: absolute;
  right: -14px;
  top: -8px;
  background-color: var(--my-red);
  color: #fff;
}

/* 详情页header*/
.normal-header-shadow {
  box-shadow: 0px 2px 6px 0px rgba(170,170,170,0.25);
}
.product-header-shadow {
  box-shadow: 0 1px 0px rgba(170,170,170,0.25);
}

/* 超出几行省略 */
.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-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
/* swiper pagenation*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 26px!important;
}
.swiper-pagination-bullet-active {
  background-color: #383838!important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #767676!important;
  width: 16px!important;
  height: 16px!important;
}
/* 隐藏主页面滚动条 */
.no-scroll {
  overflow: hidden;
}
/* 全局间距 */
.section-margin {
  margin: 130px 0;
}

/* 全局字号 */
.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 60px;
}

/* 全局产品样式1重置，首页 */
.index-product-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.10);
}
.index-product-item .product-item__info {
  padding: 0 30px;
}
/* title */
.index-product-item .product-item-meta__title {
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  margin-top: 15px;
}
/* 价格 */
.index-product-item .product-item-meta__price-list-container {
  margin-top: auto;
  justify-content: flex-start;
  display: flex;
  line-height: 1;
  align-items: center;
}
.index-product-item .product-item-meta__price-list-container .price-span {
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  letter-spacing: -1px;
}
.index-product-item .price:not(:last-child) {
  margin-right: 5px!important;
}
.index-product-item .product-item-meta__price-list-container .price:not(.price--compare):not(.price--highlight) {
  font-weight: 500;
  font-size: 20px;
  color: var(--price-ink);
}
.index-product-item .product-item-meta__price-list-container .price--compare {
  font-size: 14px;
  color: var(--text-secondary);
}
/* 短描述 优势*/
.index-product-item .product-item-meta__desc {
  margin-top: 20px;
  margin-bottom: 20px;
}
.index-product-item .product-item-meta__desc.margin {
  margin: 20px 0 0;
}
.index-product-item .product-item-meta__desc ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  line-height: 1.2;
}
.index-product-item .product-item-meta__desc ul li {
  list-style: inside;
  font-size:14px !important;
}
.index-product-item .product-item-meta__desc ul li span{
  font-size:14px !important;
}
.index-product-item .product-item-meta__desc ul li:nth-child(n+4) {
  display: none;
}
/* 产品评分 */
.index-product-item .score-header {
  position: relative;
  display: flex;
  gap: 32px;
}
.index-product-item .score-header::before {
  content: '';
  width: 100px;
}
.index-product-item .score-header > div {
  flex: 1;
  display: flex;
}
.index-product-item .score-header > div > span {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #FF6672;
}
.index-product-item .score-header > div > span:last-child::after {
  display: none;
}
.index-product-item .score-header > div > span::after {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #FF6672;
}
.index-product-item .product-item-meta__score {
  margin-top: 24px;
}
.index-product-item .product-item-meta__score  ul {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .article__header-content h1 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    font-weight: 700;
  }
  
  .article .article__main-part h1 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.3px;
  }
  
  .article .article__main-part h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.2px;
  }
  
  .article .article__main-part h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
  }
  
  .article .article__main-part h4 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1px;
  }
  .article .article__main-part p {
    font-size: 14px;
  }

  .index-product-item .product-item-meta__score  ul {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.index-product-item .product-item-meta__score  ul li {
  display: flex;
  gap: 15px;
  line-height: 1;
}
.index-product-item .product-item-meta__score  ul li .attr {
  width: 75px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.index-product-item .product-item-meta__score  ul li .score-grid {
  display: grid;
  gap: 2px;
  align-items: center;
  flex: 1;
  grid-template-columns: repeat(9, 1fr);
  padding-right: 10px;
}
.index-product-item .product-item-meta__score  ul li .score-grid span {
  border-radius: 1px;
  height: 8px;
  background-color: #D9D9D9;
}
.index-product-item .product-item-meta__score  ul li .score-grid span.active {
  background-color: var(--brand-red);
}
/* Yotpo star-rating widget (instance 1336468) on product cards: on mobile Yotpo
   sets .yotpo-sr-bottom-line-summary to flex-direction:column, which stacks the
   review count below the stars. Force it back inline (verified on live DOM). */
@media screen and (max-width: 999px) {
  [data-yotpo-instance-id="1336468"] .yotpo-sr-bottom-line-summary {
    flex-direction: row !important;
    align-items: center !important;
  }
  [data-yotpo-instance-id="1336468"] .yotpo-sr-bottom-line-text {
    white-space: nowrap !important;
    margin-inline-start: 5px !important;
  }
}
/* see more 按钮 */
.index-product-item .product-item__action {
  padding: 20px 30px 30px;
}
.index-product-item .product-item__action .button {
  width: 100%;
  font-size: 16px;
  display: flex;
  font-weight: 700;
  height: 52px;
  background-color: var(--brand-red)!important;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:676px) {
  .index-product-item .product-item__action .button {
    width: 100%;
    font-size: 14px;
    display: flex;
    font-weight: 500;
    height: 36px;
    background-color: var(--brand-red);
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); */
  }
}

.index-product-item .product-item__action .button:hover, .product-item__action .button:active {
  transition: all .3s ease;
  background-color: #C60000!important;
}

.btn-hover:hover {
  background-color: #C60000;
  transition: all .3s ease;
}

/* 产品系列的产品*/
/* title */
.collection-product-item .product-item-meta__title {
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  word-break: break-word;
  line-height: 24px;
}
/* 价格 */
.collection-product-item .product-item-meta__price-list-container {
  gap: 10px;
  margin-top: auto;
  justify-content: flex-start;
  display: flex;
  line-height: 1;
}
.collection-product-item .price-list {
  align-items: center;
  row-gap: 5px; /* breathing room when the Save chip wraps under the price on mobile */
}
@media screen and (max-width: 999px) {
  .collection-product-item .price-list .card-fp-save { margin-left: 0; } /* left-align the wrapped Save chip with the price above */
}
.collection-product-item .price--highlight {
  font-weight: 700;
  font-size: 20px;
  color: var(--sale-orange);
}
.collection-product-item .price--compare {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 16px;
}
/* off */
.collection-product-item .price-saveoff {
  margin-top: 2px;
  align-self: flex-start;
  min-width: 70px;
  padding: 2px 6px;
  border-radius: 15px;
  background: #FFB2B8;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-product-item .product-item-meta__price-list-container .price-span {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
  letter-spacing: -1px;
}
.collection-product-item .price:not(:last-child) {
  margin-right: 10px!important;
}
.collection-product-item .product-item-meta__price-list-container .price:not(.price--compare):not(.price--highlight) {
  font-weight: 600;
  font-size: 22px;
  color: var(--price-ink);
}
.collection-product-item .product-item-meta__price-list-container .price--compare {
  font-size: 14px;
  color: var(--text-secondary);
}

.product-item .product-label {
  min-width: 80px;
  text-align: center;
  padding: 2px 6px!important;
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
  background: #e60012;
}
.product-item .product-label.label--subdued {
  background-color: #959595;
}
.collection-product-item .product-item__label-list {
  left: auto;
  right: 0;
  top: 0;
}
.collection-product-item .product-item__label-list .product-label {
  border-radius: 0 0 0 10px;
  min-width: auto;
  font-size: 12px;
  padding: 3px 8px!important;
}
/* 短描述 优势*/
.collection-product-item .product-item-meta__desc {
  margin-top: 20px;
  margin-bottom: 20px;
}
.collection-product-item .product-item-meta__desc.margin {
  margin: 20px 0 0;
}
.collection-product-item .product-item-meta__desc ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 1.2;
}
.collection-product-item .product-item-meta__desc ul li {
  list-style: inside;
  word-break: break-word;
  line-height: 1;
  font-size:16px !important;
}
.collection-product-item .product-item-meta__desc p span {
  white-space: break-spaces!important;
  color: #E60012!important;
}
.collection-product-item .product-item-meta__desc ul li span{
  font-size:16px !important;
}
.collection-product-item .product-item-meta__desc ul li:nth-child(n+4) {
  display: none;
}
/* 按钮部分*/
.collection-product-item .product-item__action {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.collection-product-item .product-item__action a,
.collection-product-item .product-item__action button {
  border-radius: 8px;
  width: 50%;
  font-weight: 500;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all .3s ease;
}
.collection-product-item .product-item__action a {
  border: 1px solid var(--brand-red);
  color: var(--brand-red);
}
.collection-product-item .product-item__action a:hover {
  background-color: var(--brand-red);
  color: #fff;
}
.collection-product-item .product-item__action .comparsion_action {
  position: relative;
  border: 1px solid var(--text-secondary);
  color: var(--text-secondary);
}
.collection-product-item .product-item__action .comparsion_action span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.collection-product-item .product-item__action .comparsion_action .spin {
  padding-top: 10px;
  display: none;
}
.collection-product-item .product-item__action .comparsion_action:hover,
.collection-product-item .product-item__action .comparsion_action.disabled
{
  border: 1px solid var(--brand-red);
  color: var(--brand-red);
}

.sub_link_ch_title {
  color: #777777;
  margin-top: 8px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
}
.menu-slide-main main li:hover .sub_link_ch_title,
.menu-slide-main main li:active .sub_link_ch_title {
  text-decoration: underline;
  color: #333333;
}
.header-wrapper {
  background-color: #fff;
}
.menu-mask-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: opacity .2s;
}
.menu-mask-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.menu-slide-main main h4 > a:hover,
.menu-slide-main main h4 > a:active {
  color: #5b5b5b;
}
.header__linklist-item {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__linklist-item .cus-icon {
  width: 22px;
  height: 22px;
}
.header__linklist-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__linklist-item.reviews-icon {
  cursor: pointer;
}
.menu-slide.menu-slide-reviews {
  height: 540px;
  padding: 25px;
  overflow-y: auto;
  background-color: #fff;
}

.menu-slide.menu-slide-reviews .product-item__image-wrapper {
  padding: 0 36px;
}
.menu-slide.menu-slide-reviews .collection-product-item .product-item__action a {
  width: 40%;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
}
.menu-slide.menu-slide-reviews .collection-product-item .product-item-meta__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.menu-slide.menu-slide-reviews .collection-product-item .product-item__action {
  justify-content: center;
}


.header__linklist-item.cart-icon-wrapper {
  font-size: 12px;
  font-weight: 700;
  gap: 16px;
}
.cart-count-wrapper {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
}
/* 产品详情*/
.cus-product-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
.product-tab-container {
  position: relative;
}
.hidden-section {
  visibility: hidden;
  position: absolute;
  left: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
}
.cus-product {
  margin: 0 0 40px!important;
}
.cus-product .product-media-container {
  padding-left: 0;
  width: 50%;
  top: 142px;
}
.menu-reviews-main {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.product-media-select {
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  gap: 14px;
}
.cus-product .product-media-container .product-media-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 100px;
}
.cus-product .product-media-container .product-media-video video {
  height: 100%;
  background-color: black;
  object-fit: contain;
}
.cus-product .product-media-video {
  opacity: 0;
  z-index: -10;
}
.product-media-select .media-btn {
  transition: width .3s ease;
  height: 36px;
  gap: 12px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999999;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}
.product-media-select .media-btn.active {
  background-color: #E60012;
}
.product-media-select .media-btn:not(.active):hover {
  background-color: #818181;
  transition: all .3s ease;
}
.cus-product .product__media {
  padding: 0;
  width: 100%;
}
.cus-product .product__info {
  width: 50%;
  padding-top: 46px;
  flex: 1;
  padding-left: 8%;
}
.cus-product .product__media-nav {
  justify-content: center;
  margin: 0 auto;
  top: 0;
  padding: 0 25px;
  position: unset!important;
  width: 100%;
  left: 0;
  height: 100%;
}
.cus-product .product__thumbnail-scroll-shadow {
  position: absolute;
  bottom: 24px;
}
.cus-product .product__thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-color: #999999;
}
.product__thumbnail-item[aria-current] .product__thumbnail::after {
  opacity: 1;
  box-shadow: inset 0 0 0 2px #e60012;
  background-color: #e60012;
}
.product__thumbnail, .product__thumbnail-item, .product__thumbnail > img, .product__thumbnail::after {
  border-radius: 50%;
  transition: all 0.6s ease;
}
.cus-product .product__zoom-button {
  display: none;
}
.cus-product .product-meta__title {
  font-size: 32px;
  line-height: normal;
  margin: 0;
  font-weight: 700;
  padding: 0;
}
.cus-product .product-advantage {
  font-size: 14px;
  line-height: 1;
  color: #E60012;
  padding: 0;
  margin-bottom: 10px;
}
.cus-product .price-list .price:first-child {
  font-size: 20px;
  font-weight: 500;
}
.cus-product .price.price--highlight {
  color: #E60012;
}
.cus-product .price.price--compare {
  font-size: 16px;
  color: #959595;
}
.cus-product .label--highlight {
  background-color: #FF6672;
  font-weight: 400;
  height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  border-radius: 22px;
}
.cus-product .shoppay-wrapper {
  margin-top: 12px;
  font-size: 16px;
  line-height: normal;
}
.cus-product .aspect-ratio--natural img {
  cursor: zoom-in;
}

.cus-product .shopify-payment-button__button {
  display: flex !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  align-items: center;
  border-radius: 5px!important;
  justify-content: center;
  text-transform: capitalize!important;
  height: 50px;
}


/* 隐藏。可能打开*/
.product-form__quantity {
  display: none;
}

#AddToCart {
  display: flex !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  align-items: center;
  border-radius: 5px !important;
  justify-content: center;
  text-transform: capitalize !important;
  height: 50px;
  color: #fff;
  background-color: #E60012;
}
.shopify-payment-button {
  display: none!important;
}

.product-media-select {
  z-index: 2;
}

.product-detail-tab {
  position: sticky;
  top: 64px;
  box-shadow: 0px 2px 6px 0px rgba(170,170,170,0.25);
  background-color: #f5f5f7;
  z-index: 2;
}

.text-container h3 {
  text-transform: capitalize;
}
/* 产品推荐 */
.product-recommendations .product-list__inner {
  overflow: visible;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
  justify-content: normal;
}
.product-recommendations .product-list__inner .product-item-wrapper {
  padding: 20px;
}

.product-recommendations .product-list__inner .product-item__action a {
  width: 100%;
}
.product-recommendations .product-list__inner .product-item-wrapper {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.10);
  border-radius: 10px 10px 10px 10px;
}


/* product 初始化*/
.product-section-title {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 80px;
}
.product-section-margin {
  margin: 60px 0 130px;
}
.product-img-wrapper .img-center {
  display: block;
  text-align: center;
}
.pagination__nav-item {
  box-shadow: unset!important;
}
.hidden {
  display: none;
}
.pagination__nav-item[aria-current]:before {
  box-shadow: unset!important;
}
.header-menu>ul>li:hover span{
  color: #E60012;
}
.header-menu>ul>li .sub-header-menu {
  position: absolute;
  left: 0;
  min-width: 215px;
  bottom: 0;
  z-index: -1;
  transform: translateY(calc(100% + 10px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
  background: #fff;
}

.header-menu>ul>li:hover > .sub-header-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(100%);
}

.header-menu ul li:hover > .sub-header-menu-wrapper > .sub-header-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.sub-header-menu ul {
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.sub-header-menu ul li {
  padding: 10px;
}
.sub-header-menu-title {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.sub-header-menu ul li  a:hover {
  color: #E60012;
  transition: all .3s ease;
}
.article-action-wrapper {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  align-items: center;
}
.sub-header-menu-wrapper {
  position: absolute;
  right: 4px;
  top: 20px;
  transform: translate(100%);
}
.header-menu>ul>li .sub-header-menu-wrapper .sub-header-menu {
  position: relative;
  transform: translateY(10px);
}

/*详情页顶部导航*/

.product-tab-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 700;
  padding: 10px 0;
}
.product-tab-wrapper .product-tab {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.product-tab-wrapper .product-tab span {
  cursor: pointer;
  color: #6e6e6e;
  transition: color 0.3s ease;
}
.product-tab-wrapper .product-tab span.active
{
  color: #1c1b1b;
  font-weight: 600;
}
.product-tab-wrapper .product-tab span:hover {
  color: #1c1b1b;
}
.product-tab-wrapper button {
  margin-left: 30px;
  width: 180px;
  height: 45px;
  border-radius: 22px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  background-color: #e60012;
  color: #fff;
}
.product-tab-wrapper button:hover {
  background: red;
  transition: all 0.5s;
}
/*详情页顶部导航*/

/* 详情页变体*/
.cus-product .block-swatch-list {
  flex-direction: column;
  gap: 10px;
  margin: 0;
} 
.cus-product .block-swatch-list .cus-modal .close-action {
  right: 12px;
  top: 12px;
}
.cus-product .block-swatch-list .block-swatch label {
  height: 72px;
  display: flex;
  margin: 0;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  padding: 0;
  padding-right: 36px;
  gap: 18px;
}
.cus-product .block-swatch__item:after {
  content: unset;
}
.cus-product .block-swatch-list .block-swatch label img {
  align-self: stretch;
  object-fit: contain;
  width: 80px;
  flex-shrink: 0;
}
.cus-product .block-swatch-list .block-swatch label .variant-name {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.cus-product .block-swatch-list .block-swatch label .variant-show-box {
  color: #959595;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cus-product .block-swatch__radio:checked+.block-swatch__item:after {
  content: unset;
}
.cus-product .block-swatch-list .block-swatch label .variant-price {
  margin-left: auto;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.cus-product .block-swatch-list .block-swatch__item.no-img {
  padding: 0 36px 0 12px;
}
.cus-product .block-swatch__radio:checked+.block-swatch__item {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #E60012;
  cursor: unset;
  box-shadow: 0px 1px 6px 0px rgba(176, 176, 176, 0.30);
}


/* 勿动 */
.index-text-video-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-text-video {
  display: grid;
  border-radius: 18px;
  overflow: hidden;
  background: #F8F8F8;
  grid-template-columns: repeat(auto-fit, calc(100% / 2));
}
.index-text-video aside {
  padding: 60px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-text-video main {
  display: flex;
  justify-content: flex-end;
}
.index-text-video aside h3, .index-text-video aside h1, p {
  margin: 0;
  padding: 0;
}
.index-text-video-wrapper h2 {
  margin: 100px 0 55px;
  text-align: center;
  line-height: 1;
  font-size: 46px;
  font-weight: 700;  
}
.index-text-video aside img {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 90px;
}
.index-text-video aside h3, .index-text-video aside h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.175;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index-text-video aside h1 {
  font-size: 28px;
  line-height: 1.25;
}
.index-text-video aside p {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
}
.index-text-video aside a {
  margin-top: 26px;
  width: 210px;
  font-weight: 500;
  border-radius: 10px;
  background: #E60012;
  font-size: 16px;
  color: #fff;
  align-self: flex-start;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-text-video aside {
  padding: 54px;
  justify-content: center;
}
.index-text-video aside a:hover, .index-text-video aside a:active {
  background-color: #C60000;
  transition: all .3s ease;
}
.index-text-video aside,
.index-text-video main {
  grid-row: 1 / 2;
}
.index-text-video.right aside {
  grid-column: 1 / 2;
}
.index-text-video.right main {
  grid-column: 2 / 3;
}
.index-text-video.right main video {
  height: 100%;
  object-fit: cover;
}
.index-text-video.left aside {
  grid-column: 2 / 3;
}
.index-text-video.left main {
  grid-column: 1 / 2;
}

/**/


.product-quantity-selector {
  margin-top: 20px;
  display: flex;
}
.product-quantity-selector button {
  width: 30px;
  align-items: stretch;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  justify-content: center;
}
.product-quantity-selector input {
  width: 40px;
  height: 30px;
  border: none;
  text-align: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.product-form__buy-buttons {
  margin-top: 30px;
}
.el-select {
  width: 100%!important;
}
/* 产品详情配件*/
.accessories-wrapper {
  padding-bottom: 22px;
}
.accessories-wrapper .accessories-list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accessories-wrapper .accessories-list-item {
  position: relative;
  padding: 20px 30px 20px 60px;
  display: flex;
  gap: 20px;
  transition: all .1s ease;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.accessories-wrapper .accessories-list-item .accessories-item-checkbox {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.accessories-wrapper .accessories-list-item .accessories-item-checkbox input {
  display: none!important;
}
/* 创建自定义复选框样式 */
.accessories-wrapper .accessories-list-item .checkmark {
  display: flex;
  position: relative;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.accessories-wrapper .accessories-list-item .checkmark.disabled {
  background-color: #d3d3d3; /* 浅灰色 */
  cursor: not-allowed;
}
.accessories-wrapper .accessories-list-item .accessories-item-checkbox input:checked ~ .checkmark {
  background: #E60012;
  border: none;
}
/* 当复选框被选中时，显示自定义对勾 */
.accessories-wrapper .accessories-list-item .accessories-item-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

.accessories-wrapper .accessories-list-item.active {
  border: 1px solid #E60012;
  box-shadow: 0px 1px 6px 0px rgba(176, 176, 176, 0.30);
}
.accessories-wrapper .accessories-list-item > img {
  align-self: flex-start;
  width: 50px;
}
.accessories-wrapper .accessories-item-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80%;
  line-height: normal;
}
.accessories-wrapper .accessories-item-info a:hover {
  text-decoration: underline;
}
.accessories-wrapper .accessories-item-info h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.accessories-wrapper .product-quantity-selector {
  margin-top: 0;
}
.accessories-wrapper .accessories-price {
  display: flex;
  align-items: end;
  gap: 10px;
}
.accessories-wrapper .price {
  color: #333;
  font-size: 16px;
}
.accessories-wrapper .compare-price {
  color: #959595;
  font-size: 12px;
  text-decoration: line-through;
}
.accessories-wrapper .accessories-desc {
  word-break: break-all;
  color: #959595;
  font-size: 14px;
}
.accessories-wrapper .more-detail-action-wrapper {
  display: flex;
}
.accessories-wrapper .more-detail-action {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
}
.accessories-wrapper .more-detail-action > span,
.accessories-wrapper .more-detail-action path {
  transition: color .3s, fill .3s;
}
.accessories-wrapper .more-detail-action:hover > span,
.accessories-wrapper .more-detail-action:hover path
{
  color: var(--my-red);
  fill: var(--my-red);
}
.accessories-wrapper .more-accessories-action-wrapper {
  margin-top: 22px;
  display: flex;
}
.accessories-wrapper .more-accessories-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
.cus-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.cus-modal.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: all .3s ease;
}
.cus-modal .modal-mask {
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
}
.cus-modal.show .modal-dialog {
  transform: translateY(0);
  transition: all .3s ease;
}
.cus-modal .modal-dialog {
  margin: 0 18px;
  top: 50px;
  transform: translateY(-100px);
  align-self: flex-start;
  position: relative;
  max-width: 820px;
  background: #FBFBFB;
  box-shadow: 0px 2px 5px 0px rgba(206, 206, 206, 0.25);
  border-radius: 5px;
  padding: 36px;
  line-height: normal;
}
.cus-modal .modal-dialog h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid;
}
.cus-modal .close-action {
  opacity: .2;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 36px;
}
.block-swatch .cus-modal .modal-dialog .modal-info {
  margin-top: 0;
}
.cus-modal .modal-dialog .modal-info {
  margin-top: 16px;
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.cus-modal .modal-dialog .modal-info > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
}
.cus-modal .modal-dialog .modal-info > div p,
.cus-modal .modal-dialog .modal-info > div span,
.cus-modal .modal-dialog .modal-info > div div
{
  white-space: normal!important;
}
.cus-modal .modal-dialog .modal-info img {
  max-width: 300px;
}
.cus-modal .modal-dialog .modal-info img[pack] {
  max-width: 600px;
}
.cus-modal .modal-dialog .modal-info img:not([pack]) {
  align-self: flex-start;
  max-width: 300px;
}
.cus-product .bottom-price-list {
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.cus-product .bottom-price-list .price-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.cus-product .bottom-price-list > span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.cus-product .bottom-price-list .price.price--highlight {
  margin: 0!important;
  color: #333;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.cus-product .bottom-price-list .price.price--compare {
  color: #959595;
  text-align: right;
  font-size: 16px;
  line-height: normal;
}
.cus-product .accessories-list-item:nth-child(n+5) {
  display: none;
}
.cus-product .product-form-desc {
  margin-top: 24px;
  font-size: 16px;
}
.cus-product .accessories-list-item .product-quantity-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 16px;
}
.cus-product .accessories-list-item .accessories-variants-wrapper {
  padding-bottom: 15px;
  /* border-bottom: 1px solid #D2D1D1; */
  display: flex;
  justify-content: space-between;
}
.cus-product .accessories-list-item select {
  width: 50%;
  border: 1px solid #D9D9D9;
  flex: 1;
  font-size: 14px;
  border-radius: 4px;
  height: 30px;
}
.cus-product .accessories-top-text {
  line-height: normal;
}
.cus-product .accessories-top-text p:first-child {
  font-size: 20px;
  font-weight: 500;
}
.cus-product .accessories-top-text p:last-child {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
}
.product-compare .compare-products .product-select .el-input__suffix,
.product-compare .compare-products .product-select i {
  display: flex!important;
}
.el-input__prefix, .el-input__suffix {
  top: 12px;
}
.contact__main .input__field  {
  color: #959595;
  font-size: 18px;
  border-radius: 10px;
}
.contact__main .input__field  textarea{
  min-height: 159px;

}
@media screen and (max-width: 760px) {
  .contact__main .input__field  {
    color: #959595;
    font-size: 12px;
    border-radius: 0px;
  }
  textarea{
    min-height: 150px !important;
  }
}
.contact-block {
  border-right: 1px solid #C5C5C5;
  padding-right: 10%;
  width: 50%;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 80px;
  column-gap: 20px;
  justify-content: space-between;
}
.contact-block .contact-block-item {
  line-height: normal;
   max-width: 210px;
  word-wrap: break-word;
}
.contact-block .contact-block-item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #959595;
  font-size: 16px;
  font-weight: 400;
}
.contact-block .contact-block-item h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.contact-block .contact-block-item > div {
  color: #959595;
  font-size: 16px;
  font-weight: 400;
}
.contact__main {
  width: 50%;
  font-size: 18px;
  padding-left: 10%;
}
.contact__main form input {
  height: 70px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.contact__main form button {
  height: 52px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.contact__main form .input, .contact__main form button {
  margin-top: 30px;
}
.input textarea{
  min-height: 232px !important;
}
.contact__main form .input:first-of-type {
  margin-top: 0;
}
.contact-main-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}


/* 视频 */
.video-item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.video-item .video-img-action {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-item .video-img-action img {
  width: 100%;
}
.video-item .video-img-action .video-overlay {
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}
.video-item .video-img-action .video-overlay:hover {
  opacity: 1;
}
.video-item .video-img-action .video-overlay:hover .play-icon {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.video-item .video-img-action .video-overlay .play-icon {
  display: flex;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, 0%);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

@media screen and (min-width: 1000px) {
  .menu-slide-main main > div:nth-child(1)::-webkit-scrollbar, 
  .help-firmware-wrapper aside ul::-webkit-scrollbar,
  .help-manual-wrapper aside ul::-webkit-scrollbar,
  .menu-slide-main aside ul::-webkit-scrollbar,
  .menu-slide.menu-slide-reviews::-webkit-scrollbar {
    width: 10px;
  }
  .accessories-wrapper .accessories-list-item:hover {
    border: 1px solid #E60012;
  }
  /* 滚动条轨道 */
  .menu-slide-main main > div:nth-child(1)::-webkit-scrollbar-track, 
  .help-firmware-wrapper aside ul::-webkit-scrollbar-track,
  .help-manual-wrapper aside ul::-webkit-scrollbar-track,
  .menu-slide-main aside ul::-webkit-scrollbar-track,
  .menu-slide.menu-slide-reviews::-webkit-scrollbar-track {
    border-radius: 14px;
    background: #E5E5E5;
  }
  
  /* 滚动条滑块 */
  .menu-slide-main main > div:nth-child(1)::-webkit-scrollbar-thumb, 
  .help-firmware-wrapper aside ul::-webkit-scrollbar-thumb,
  .menu-slide-main aside ul::-webkit-scrollbar-thumb,
  .help-manual-wrapper aside ul::-webkit-scrollbar-thumb,
  .menu-slide.menu-slide-reviews::-webkit-scrollbar-thumb {
    border-radius: 19px;
    background: #CBCBCB;
  }
  
  /* 滚动条滑块悬停状态 */
  .menu-slide-main main > div:nth-child(1)::-webkit-scrollbar-thumb:hover,
  .menu-slide-main aside ul::-webkit-scrollbar-thumb:hover,
  .help-firmware-wrapper aside ul::-webkit-scrollbar-thumb:hover,
  .help-manual-wrapper aside ul::-webkit-scrollbar-thumb:hover,
  .menu-slide.menu-slide-reviews::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}



@media screen and (max-width: 1400px) {
  .menu-reviews-main {
    grid-template-columns: repeat(4, 1fr);
  }
  .contact-block {
    padding-right: 5%;
  }
  .contact__main {
    padding-left: 5%;
  }
  .cus-collection .product-list__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .header-menu > ul {
    gap: 32px!important;
  }
}
@media screen and (max-width: 1200px) {
  .menu-slide .menu-main > main {
    width: auto;
  }
  .menu-slide.menu-slide2-allow .menu-main aside {
    min-width: 580px;
    width: 580px;
  }
  .menu-slide.menu-slide3-allow .menu-main aside {
    min-width: 400px;
    width: 400px;
  }
  .header-menu>ul>li .sub-header-menu {
    min-width: 180px;
    max-width: 180px;
  }  
  .header__linklist-item {
    margin-right: 16px!important;
    font-size: 12px;
  }
  .header__linklist-item:last-child {
    margin-right: 0!important;
  }
  .cus-product .product-media-container {
    width: 50%;
    padding-left: 0;
  }
  .cus-product .product__info {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .cus-modal .modal-dialog h4 {
    padding: 12px;
    padding-right: 36px;
    font-size: 16px;
  }
  .product-recommendations .product-list__inner .product-item-wrapper {
    padding: 10px;
  }
  .cus-modal .modal-dialog .modal-info {
    padding: 16px;
    flex-direction: column-reverse;
  }
  .cus-modal .close-action {
    right: 12px;
    top: 16px;
  }
  .video-item .video-img-action .video-overlay {
    opacity: 1;
  }
  .video-item .video-img-action .video-overlay .play-icon {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .index-product-item .product-item-meta__desc ul li span,.index-product-item .product-item-meta__desc ul li{
    font-size:12px !important;
  }
  .collection-product-item .product-item-meta__desc ul li {
  font-size:12px !important;
}
.collection-product-item .product-item-meta__desc ul li span{
  font-size:12px !important;
}
  .accessories-wrapper .accessories-list-item.active, .accessories-wrapper .accessories-list-item {
    border-width: 1px;
  }
  .accessories-wrapper .accessories-list-item .accessories-item-checkbox {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
  }
  /* 当复选框被选中时，显示自定义对勾 */
  .accessories-wrapper .accessories-list-item .accessories-item-checkbox input:checked + .checkmark::after {
    top: 0px;
    width: 5px;
    height: 10px;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
  }
  .accessories-wrapper .accessories-list-item .checkmark {
    box-shadow: none;
  }

  .cus-product-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contact-block {
    padding-right: 0;
    border-right: none;
    width: 100%;
    row-gap: 25px;
  }
  .contact__main {
    margin-top: 27px;
    padding-left: 0;
    width: 100%;
  }
  .contact__form {
    max-width: 100%;
  }
  .product-media-select {
    bottom: 90px;
    font-size: 12px;
    flex-direction: row;
  }
  .product-media-select svg {
    width: 12px;
  }
  .product-media-select .media-btn.active {
    width: 130px;
    height: 28px;
    gap: 10px;
    border-radius: 16px;
    background: #E60012;
    box-shadow: 0px 2px 2px 0px rgba(70, 70, 70, 0.25);
  }
  .product-media-select .media-btn:not(.active ) {
    padding: 0;
    width: 28px;
    height: 28px;
    transition: unset;
    border-radius: 100%;
  }
  .product-media-select .media-btn:not(.active ) span {
    display: none;
  }
    /* 产品推荐 */
  .product-recommendations .product-list__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .article__header-content h1 {
    font-size: 18px;
  }
  .article-action-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .header__linklist-item {
    margin-right: 0!important;
  }
  .menu-slide.menu-slide-reviews {
    height: 90%;
  }
  .menu-reviews-main {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-slide.menu-slide-reviews .collection-product-item .product-item-meta__title {
    font-size: 16px;
    text-align: center;
  }
  .mobile-menu-collection-item {
    text-align: center;
  }
  .menu-slide.menu-slide-reviews .product-item__action {
    justify-content: center;
  }

  .section-margin {
    margin: 90px 0;
  }
  .mobile-menu-wrapper {
    line-height: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    height: 100vh;
    z-index: 1;
    transform: translateX(-100%);
    pointer-events: none;
    visibility: hidden;
    transition: all .3s ease;
  }
  .shopify-section--header.mobile-menu-show .mobile-menu-wrapper {
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible;
  }
  .shopify-section--header .mobile-menu-icon {
    display: flex;
  }
  .shopify-section--header .mobile-menu-icon_close {
    display: none;
  }
  .shopify-section--header.mobile-menu-show .mobile-menu-icon {
    display: none;
  }
  .shopify-section--header.mobile-menu-show .mobile-menu-icon_close {
    display: flex;
  }
  .mobile-menu-wrapper .mobile-menu-img {
    padding: 25px;
  }
  .mobile-menu-wrapper .mobile-menu-img img {
    border-radius: 10px;
    width: 100%;
  }
  .mobile-menu-wrapper > header {
    padding-top: 78px;
  }
  .mobile-menu-wrapper > header .search {
    margin: 25px 25px 0;
    height: 30px;
    border-radius: 21px;
    padding: 0 9px;
    border: 1px solid #D9D9D9;
    display: flex;
    font-size: 12px;
    color: #959595;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-menu-wrapper > header .mobile-icon-list {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
  .mobile-menu-wrapper > header .mobile-icon-list .history-icon {
    cursor: pointer;
  }
  .mobile-menu-wrapper > header .mobile-icon-list > span {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mobile-menu-wrapper > footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 25px 45px;
  }
  .mobile-menu-wrapper > footer a {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .mobile-menu-wrapper .mobile-menu-level-wrapper {
    height: calc(100vh - 308px);
    overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  }
  .mobile-menu-wrapper .mobile-menu-level-wrapper .mobile-menu-level4-title a,
  .mobile-menu-level2-title-p {
    padding: 15px 0;
  }
  .mobile-menu-wrapper .mobile-menu-level-wrapper a.flex-1 {
    width: 100%;
  }
  .mobile-menu-level1-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px 14px 25px;
    min-height: 52px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background: #F8F8F8;
  }
  .mobile-menu-level2-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 15px 12px 35px;
    min-height: 48px;
    font-size: 16px;
    line-height: 1.3;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
  .mobile-menu-level3-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 11px 15px 11px 45px;
    min-height: 44px;
    font-size: 14px;
    line-height: 1.3;
    border-top: 1px solid #F5F5F5;
  }
  .mobile-menu-level4-title {
    padding: 15px 15px 15px 55px;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    line-height: normal;
  }

  .mobile-menu-level1-title:active,
  .mobile-menu-level1-title.active,
  .mobile-menu-level2-title:active,
  .mobile-menu-level2-title.active,
  .mobile-menu-level3-title:active,
  .mobile-menu-level3-title.active
  {
    color: #E60012;
  }
  /* ── 菜单展开触发文字（替代 <a>，点击展开而非跳转） ── */
  .mobile-menu-level1-title .mobile-menu-title-text,
  .mobile-menu-level2-title .mobile-menu-title-text,
  .mobile-menu-level3-title .mobile-menu-title-text {
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    user-select: none;
    -webkit-user-select: none;
  }

  /* ── 一级菜单 +/- 图标 ── */
  .mobile-menu-level1-title .menu-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    flex-shrink: 0;
  }
  .mobile-menu-level1-title .menu-toggle-icon::before {
    content: '+';
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    color: #333;
    transition: color 0.2s ease;
  }
  .mobile-menu-level1-title.active .menu-toggle-icon::before {
    content: '\2212';
    color: #E60012;
  }

  /* ── 二三级菜单空心箭头旋转 ── */
  .mobile-menu-level2-title.active svg,
  .mobile-menu-level3-title.active svg {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }

  .mobile-menu-level2-title svg,
  .mobile-menu-level3-title svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  /* 防止菜单文字因 flex 压缩而换行 */
  .mobile-menu-level1-title a,
  .mobile-menu-level1-title .mobile-menu-title-text,
  .mobile-menu-level2-title a,
  .mobile-menu-level2-title .mobile-menu-title-text,
  .mobile-menu-level3-title a,
  .mobile-menu-level3-title .mobile-menu-title-text {
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* inline-flex 让 iOS Safari 正确参与垂直居中，同时不破坏父容器的水平布局 */
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }


  .mobile-menu-level2-wrapper,
  .mobile-menu-level3-wrapper,
  .mobile-menu-level4-wrapper {
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
  }

  .mobile-menu-level1-title span,
  .mobile-menu-level2-title span,
  .mobile-menu-level3-title span {
    width: 44px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .mobile-menu-level1-title.active + .mobile-menu-level2-wrapper,
  .mobile-menu-level2-title.active + .mobile-menu-level3-wrapper,
  .mobile-menu-level3-title.active + .mobile-menu-level4-wrapper {
    visibility: visible;
    max-height: 5000px;
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu-collection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    column-gap: 25px;
  }
  .mobile-menu-collection a {
    font-size: 12px;
  }
  .mobile-menu-collection-wrapper {
    padding: 16px 45px 20px;
  }
  .mobile-menu-action {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #E60012;
  }
  .mobile-menu-action span {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mobile-menu-wrapper .mobile-menu-action a {
    padding: 0;
  }
  .cus-collection .product-list__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-compare .compare-products .product-select span {
    top: 6px;
  }
  .product-compare .compare-products .product-select span,
  .product-compare .compare-products .product-select i, 
  .product-compare .compare-products .product-select .el-input__icon::before {
    width: 10px!important;
    height: 10px!important;
  }
  .product-tab-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 100%;
    background: linear-gradient(-90deg, #f5f5f7 0%, #ABABAB 100%);
  }
  .product-tab-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 100%;
    background: linear-gradient(90deg, #f5f5f7 0%, #ABABAB 100%);
  }
  .index-text-video aside {
    padding: 20px;
  }
  .index-text-video aside h3, .index-text-video aside h1 {
    font-size: 24px;
  }
  .index-text-video aside p {
    margin-top: 20px;
    font-size: 16px;
  }
  .cus-product .block-swatch-list .block-swatch label .variant-show-box {
    margin-left: -12px;
  }
  .accessories-wrapper .accessories-item-info {
    width: 100%;
    gap: 10px;
  }
  .product-compare .compare-products .product-select .el-input__inner {
    padding-right: 18px!important;
    height: 24px;
  }
  .accessories-wrapper .more-accessories-action-wrapper {
    justify-content: center;
    margin-top: 22px;
  }
  .accessories-wrapper .more-accessories-action {
    justify-content: space-between;
    width: 140px;
    padding: 0px 12px;
    height: 36px;
    color: #E60012;
    gap: 0;
    font-size: 12px;
    border: 1px solid #E60012;
    border-radius: 15px;
  }
  .accessories-wrapper .more-accessories-action svg {
    width: 8px;
  }
  .accessories-wrapper .more-accessories-action path {
    fill: #E60012;
  }
  .accessories-wrapper {
    padding-bottom: 20px;
  }
  .cus-product .bottom-price-list {
    padding-top: 10px;
  }
  .el-input__prefix, .el-input__suffix {
    top: 15px;
  }
  .el-select-dropdown__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-section-margin {
    margin: 30px 0 40px;
  }
  .product-detail-tab {
    top: 44px;
  }
  .product-detail-tab > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .cus-product .product-advantage {
    font-size: 12px;
  }
  .product-section-title { 
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  .accessories-wrapper .accessories-list {
    margin-top: 10px;
  }
  .cus-product .bottom-price-list .price-list {
    gap: 0;
  }
  .cus-product .accessories-top-text {
    line-height: 1;
  }
  .cus-product .accessories-top-text p:first-child {
    font-size: 14px;
    font-weight: 500;
  }
  .cus-product .accessories-top-text p:last-child {
    margin-top: 10px;
    font-size: 12px;
  }
  .accessories-wrapper .accessories-list-item {
    padding: 10px 24px;
    gap: 14px;
  }
  .accessories-wrapper .accessories-item-info h3,
  .accessories-wrapper .price
  {
    font-size: 14px;
  }
  .cus-product .block-swatch-list .block-swatch label .variant-name,
  .cus-product .block-swatch-list .block-swatch label .variant-price,
  .cus-product .bottom-price-list .price.price--compare,
  .accessories-wrapper .compare-price,
  .cus-product .price.price--compare
  {
    font-size: 14px;
  }
  .cus-product .product-meta__label-list {
    margin-left: 6px!important;
    align-self: stretch;
  }
  .cus-product .product-meta__price-list-container .price-list {
    align-items: center;
  }
  .cus-product .product-meta__label-list span {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .cus-product .product-media-container {
    position: relative;
    top: unset;
    padding-left: 0;
    width: 100%;
  }
  .cus-product .product__info {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .cus-product .product-meta__title, .cus-product .price-list .price:first-child  {
    font-size: 20px;
    font-weight: 500;
  }
  .product-meta__price-list-container {
    margin-top: 10px;
    min-height: auto;
  }
  .cus-product .product__media-nav {
    width: calc(100% + 20px);
    left: 0;
  }
  .cus-product .label--highlight {
    width: auto;
    height: 18px;
    font-size: 12px;
  }
  .cus-product .block-swatch-list .block-swatch label {
    padding: 0 20px 0 0;
    height: 50px;
  }

  .cus-product .shoppay-wrapper {
    margin-top: 8px;
    font-size: 12px;
  }
  .product-form {
    margin-top: 20px;
  }
}
.pagination__nav-item.heading {
  padding-bottom: 0!important;
}
.pagination__nav-item[aria-current]:before {
  border: 1px solid;
}
@media screen and (max-width: 740px) {
  .collection-product-item .product-item-meta__price-list-container .price--compare {
    margin-top: 0;
    font-size: 12px;
  }
  .article-item__title {
    font-size: 18px!important;
  }
  .collection-product-item .price-saveoff {
    align-self: center;
    margin: 0;
  }
  .collection-product-item .product-item__label-list .product-label {
    font-size: 11px;
    padding: 2px 6px!important;
  }
  .product-tab-wrapper .product-tab {
    font-size: 14px;
  }
  /* 产品推荐 */
  .product-recommendations .product-list__inner {
    grid-template-columns: 1fr;
  }
  .contact-block .contact-block-item svg {
    width: 26px;
  }
  .contact-block .contact-block-item h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .contact-block .contact-block-item ul,
  .contact-block .contact-block-item p {
    color: #959595;
    font-size: 12px;
    font-weight: 300;
  }
  .contact-main-text {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
  .contact__main {
    font-size: 12px;
  }
  .contact__main form input, .contact__main form button, .contact__main form button .loader-button__text {
    height: 40px;
    border-radius: 0px;
  }
  
  .contact__main form input {
    padding-left: 10px;
  }
  .menu-reviews-main {
    grid-template-columns: 1fr;
  }
  .cus-product .accessories-list-item select {
    height: 26px;
  }
  .cus-modal .modal-dialog {
    margin: 0 10px;
    padding: 0;
    height: 90vh;
    overflow-y: auto;
  }
  .cus-modal .modal-dialog .modal-info img[pack] {
    width: 100%;
  }
  .el-select-dropdown__item {
    width: 360px;
  }
  .product-form__buy-buttons {
    margin-top: 20px;
  }
  #AddToCart {
    height: 36px!important;
    font-size: 14px!important;
    border-radius: 16px!important;
  }
  .product-quantity-selector input {
    width: 52px;
    height: 26px;
  }
  .product-quantity-selector button {
    width: 26px;
    height: 26px;
  }
  /* 产品推荐 */
  .product-recommendations .product-list__inner {
    gap: 5px;
  }
  .product-recommendations .heading.h3 {
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .cus-product .product__media-nav {
    width: calc(100% + 25px);
    left: 170px;
    width: 330px;
    overflow: hidden;
  }
  .collection-product-item .product-item-meta__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
  }
  .collection-product-item .product-item-meta__desc ul {
    font-size: 12px;
    gap: 8px;
  }
  .collection-product-item .product-item-meta__price-list-container .price:not(.price--compare) {
    font-size: 14px;
    font-weight: 500;
  }
  .collection-product-item .product-item-meta__price-list-container .price-span {
    font-size: 12px;
    margin-right: 4px;
  }
  .collection-product-item .product-item__action {
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
  }
  .collection-product-item .product-item__action a, .collection-product-item .product-item__action button {
    width: 100%;
    border-radius: 8px;
    height: 35px;
    font-size: 12px;
  }
  /* swiper */
  .swiper-pagination .swiper-pagination-bullet {
    width: 6px!important;
    height: 6px!important;
    background: #D9D9D9!important;
  }
  .swiper-scrollbar {
    background-color: #D9D9D9!important;
  }
  .swiper-scrollbar-drag {
    background-color: #999999!important;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E60012!important;
  }

    /* 全局间距 */
  .section-margin {
    margin: 34px 0;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1;
  }
  .container, .container_hidden {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  /* 全局产品样式1重置，首页 */
  .index-product-item .product-item__info {
    padding: 0 16px  0px;
  }
  /* 价格 */
  .index-product-item .product-item-meta__price-list-container {
    margin-top: 6px;
  }
  .index-product-item .product-item-meta__price-list-container .price:not(.price--compare) {
    font-size: 18px;
  }
  .index-product-item .product-item-meta__price-list-container .price--compare {
    font-size: 12px;
  }
  /* title */
  .index-product-item .product-item-meta__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .index-product-item .product-item-meta__score {
    margin-top: 4px;
  }
  .index-product-item .product-item-meta__score ul li {
    gap: 15px;
    padding-right: 15px;
  }
  .index-product-item .product-item-meta__score ul li .score-grid span {
    border-radius: 8px;
    height: 4px;
  }
  .index-product-item .score-header {
    gap: 15px;
    margin: 9px 0 7px;
  }
  .index-product-item .score-header:before {
    width: 70px;
  }
  .index-product-item .product-item-meta__desc {
    margin-top: 14px;
  }
  .index-product-item .product-item-meta__desc ul {
    font-size: 10px;
    gap: 4px;
  }
  .index-text-video{
    grid-template-columns: 1fr;
  }
  .index-text-video aside, .index-text-video main {
    grid-column: unset!important;
  }
  .index-text-video aside {
    grid-row: 2 / 3;
    padding: 20px;
    gap: 10px;
  }
  .index-text-video aside h3, .index-text-video aside h1 {
    font-size: 20px;
    text-align: center;
  }
  .index-text-video aside p {
    text-align: center;
  }
  .index-text-video main {
    grid-row: 1 / 2;
  }
  .index-text-video aside a {
    width: 80px;
    height: 24px;
    align-self: center;
    border-radius: 13px;
    font-size: 12px;
  }

  .index-text-video aside {
    align-items: center;
    padding: 20px;
  }
  .index-text-video aside img {
    width: 45px;
  }
  .index-text-video aside h3, .index-text-video aside h1, .index-text-video aside p, .index-text-video aside a {
    margin-top: unset !important;
    font-weight: 500 !important;
  }
   .index-text-video aside p{
    font-weight: 400 !important;
    margin-bottom: 20px;
   }
   .index-text-video aside a{
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    border-radius: 12.5px;
    padding: 18px 0;
    margin-top: 20px;
   }

}

}
