/* 主题样式表 */
:root{
  --img-background:#eee var(--bg-img-url) no-repeat center;
  --img-background-size:80%;
  --page-bg-color: #fff;
  --m-section-space:40px;
  /* wrapper上下间距 */
  --wrapper-side-padding: 30px;
    /*wrapper左右间距 */
  --side-padding: 25px;
  /* highlight  */
  --highlight-bg-color: var(--main-color-second);
  --highlight-font-color: var(--main-color-second);
  --nav-bg-color:#fff;
  --btn-height: 40px;
  /* swiper navigation */
  --arrow-btn-height: 40px;
  --arrow-btn-width: 40px;
  --arrow-btn-color: #fff;
  --arrow-btn-bg: var(--main-color);
  /*swiper pagination */
  --swiper-pagination-bullet-inactive-color:#000;
  --swiper-pagination-bullet-inactive-opacity: .2;
  --swiper-pagination-color: #3c3b6e;
  --swiper-bullet-active-color:#3c3b6e;
  --swiper-bullet-active-opacity:1;
  --font-size-first: 36px;
  --font-size-second: 20px;
  --font-size-body: 16px;
  --font-size-sub: 14px;
  --theme-transition: all .3s ease;
  --theme-img-transform: scale(1.03);
    --nav-font-color: #fff;
    --base-white-color:#F7F6F9;
}
body::-webkit-scrollbar {
  display: none;
}
.swiper-pagination{
  --swiper-pagination-bottom: 8px;
}
 html,
 body,
 input,
 select,
 textarea,
 button {
   --section-title-size: var(--font-size-first);
   --section-title-height: calc(var(--font-size-first) + 8px);
   --section-title-bottom: 40px;
   /* 组件标题 */
   --section-title-text-align: center;
   --section-subtitle-size: var(--font-size-second);
   --section-subtitle-height: calc(var(--font-size-second) + 8px);
   --section-subtitle-bottom: 20px;
   font-family: var(--main-font-family), sans-serif;
  letter-spacing: 0.6px;
 }
 header {
   --header-icon-gap-half: 20px;
   --nav-column-gap-half: 20px;
   --theme-nav-font-size: 16px;
   --theme-nav-line-height: calc(var(--theme-nav-font-size) + 8px);
 }
 .checkout-body header{
  border-bottom: 1px solid #dedede;
 }
@media screen and (max-width: 1200px) {
  :root {
    --wrapper-side-padding: 15px;
    --side-padding: 16px;
    --btn-height: 35px;
    --font-size-first: 22px;
    --font-size-second: 16px;
    --font-size-body: 14px;
    --font-size-sub: 12px;
  }
  html,
  body,
  input,
  select,
  textarea,
  button {
    --section-title-bottom: 15px;
    --section-subtitle-bottom: 15px;
  }
  header {
    --header-icon-gap-half: 10px;
    --theme-nav-font-size: 16px;
    --theme-nav-line-height: calc(var(--theme-nav-font-size) + 8px);
  }
}
/* 商品列表组件样式 Start */
.product-stars {
  --product-star-right: 4px;
  --product-star-size: 14px;
}
/* 商品卡片组件 Start flash-sale-card */
.product-card,.products-box,.flash-sale-card{
  --product-item-border:0;
  /* subtitle */
  --product-subtitle-bottom: 14px;
  --product-subtitle-font-size: 14px;
  --product-subtitle-text-align: left;
  --product-stars-bottom: 14px;
  --theme-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);

}
.product-card,
.products-box{
  --product-name-font-size: 47px;
  --product-name-font-weight: 700;
  --product-price-color: var(--theme-font-color);
  --product-price-font-size: 47px;
  --product-name-bottom: 0;
  --product-info-padding:16px 23px;
  --product-info-align-items:center;
  --product-del-price-size:20px;
}
.img-box.product-image{
  border-radius: var(--theme-border-radius);
}
.product-info-top{
  display: flex;
  align-items: center;
  gap: 20px
}
.product-list .product-subtitle,
.products-box .product-subtitle{
  margin-top: 10px;
}
.product-buy-btn{
  width: 100%;
  padding: 0 32px;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  --btn-bg-color:var(--main-color);
  --btn-height:78px;
}
.product-info .price-row,
.products-box .price-row{
  border-left: 1px solid #000;
  padding-left: 20px;
}
.product-cate .product-card:hover .first-image{
  opacity: 0;
}
.product-cate .product-card:hover .hover-image{
  opacity: 1;
  transform: var(--theme-img-transform);
  transition: transform .5s ease;
}
.product-info-small{
  padding-top: 3px;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 120%;
  pointer-events: none;
  color: var(--theme-font-color-sub);
  font-family: Assistant;
  font-size: small;
}
.auto-product{
  --section-title-size:32px;
  --section-space:68px;
}
.auto-product .section-title{
  text-transform: uppercase;
  font-family: Montserrat-Black;
}
.auto-product .img-box{
  --img-box-padding-bottom:125%;
}
.auto-product .product-info{
  display: none;
}
.auto-product .product-buy-btn{
  --btn-bg-color:#000;
  --btn-height:64px;
  font-size:15px;
  margin: 20px 0 10px;
}
.auto-product .prev-btn,.auto-product .next-btn{
  display: none;
}
@media screen and (max-width: 1200px) {
  .product-stars{
    --product-star-size: 12px;
  }
  .product-card ,
  .products-box,
  .flash-sale-card{
    /* title */
    --product-name-font-size: 24px;
    /* subtitle */
    --product-subtitle-bottom: 10px;
    --product-subtitle-font-size: 14px;
    --product-stars-bottom: 10px;
    --product-star-right: 3px;
    --product-price-font-size: 24px;
    --product-del-price-size:12px;
  }
  .product-list .product-name,
  .products-box .product-name{
    -webkit-line-clamp:5;
  }
  .auto-product{
    --section-title-size:24px;
  }
  .auto-product .swiper-pagination{
    display: none;
  }
  .auto-product .swiper{
    padding-bottom: 0;
  }
}
/* 商品卡片组件 End */

/* 按钮样式 Start */
.button--default {
  --btn-side-padding: 60px;
  --btn-border-color:var(--main-color);
  --btn-font-color:var(--main-color);
  --btn-bg-color: var(--page-bg-color);
}

.button--primary {
  --btn-side-padding: 60px;
  --btn-border-color: var(--highlight-bg-color);
  --btn-bg-color: var(--highlight-bg-color);
  --btn-font-color: #fff;
}
@media screen and (min-width: 768px){
  .button--primary:hover {
    --btn-bg-color: transparent !important;
    --btn-font-color: var(--highlight-font-color)!important;
  }
  .button--default:hover {
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
  }
}
@media screen and (max-width: 1200px){
  .button--default,.button--primary{
    --btn-side-padding: 40px;
  }
}
/* 按钮样式 End */

/* swiper Start */

.swiper-pagination {
  width: max-content ;
  position: absolute ;
  left: 50% ;
  transform: translate(-50%) ;
  background: #fff;
  border-radius: 71px;
  display: flex;
  height: 28px;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination .swiper-bullet-active {
  width: 12px;
  height: 12px;
}
.swiper,.swiper-box {
  --prev-btn-left: 10px;
  --next-btn-right: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-width: 10px;
  --slide-pagination-bottom: 20px;
  --pagination-bottom: 15px;
}
.swiper-button-disabled{
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper,
  .swiper-box {
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --slide-pagination-bottom: 15px;
  }
}
/* swiper End */
/* 币别 */
.currencies {
  padding-left: var(--header-icon-gap-half);
}
@media screen and (max-width: 767px){
.currencies {
    padding-left: 0;
  }
}

