/* 头部 */
/* logo */
.logo {
  font-size: 0;
  text-align: left;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* announcement Start */
.j-announcement-newswiper {
  max-width: var(--max-width);
  width: 55%;
  padding: 0 var(--side-padding);
  margin: auto;
}
.announcement-wrapper {
  display: block;
  margin: auto;
  width: 100%;
  max-width: var(--max-width);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  padding: 3.4px 0;
}

.announcement .announcement-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
  z-index: 10;
}
.announcement-btn.icon-left{
  left: var(--side-padding);
}
.announcement-btn.icon-right {
  right:var(--side-padding);
}
.announcement-btn.swiper-button-disabled{
  cursor: not-allowed;
  opacity: .5;
}
@media screen and (max-width: 1100px){
  .j-announcement-newswiper{
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .j-announcement-newswiper {
    width: 100%;
  }
  .announcement {
    line-height: 30px;
  }
  .announcement-wrapper{
    padding: 2.5px 0;
  }
}

/* 公告栏 End */
/* 页头 Start */
.header-top-fixed {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 256;
}
.header-top-fixed.fixed{
  position: fixed !important;
  transform: translateY(-100%);
  background-color: #fff;
}

.header-top-fixed.fixed.show{
  transform: translate(0);
  transition: all .15s ease-out;
}
[data-template-type="15"] .header-top-fixed.fixed .header-cart path{
  fill: #000;
}
header .wrapper {
  padding: 0 var(--side-padding);
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 50px 12px;
}

/* search */
header .header-left {
  flex:1;
  padding: 0 115px ;
}
.header-shop-favicon{
  height: 105px;
  width: 105px;
  padding: 7.5px;
  /* margin-left: -7.5px;
  margin-right: -7.5px; */
}
/* minicart 和 header-right-account */
.header-right-minicart .header-cart {
  display: block;
  margin-right: -15px;
  color: var(--nav-font-color);
}

.header-right-minicart{
  font-size: 0;
}

.header-cart {
  position: relative;
}

.cart-badge {
  display: none;
  position: absolute;
  top: 13px;
  right: -2px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 9px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
}
.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
  right: 35px;
  z-index: 128;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #eee;
  color: var(--theme-font-color);
  background-color: #fff;
}
.header-account-info{
  min-width: 200px;
}
/* minicart Start */
.header-minicart-info {
  min-width: 368px;
  max-width: 450px;
  padding: 24px;
}

.header-minicart-subtotal {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-border-color);
}
.minicart-subtotal-price{
  font-weight: 700;
}

#paypal-button-container-cart-popup {
  margin-top: 8px;
  overflow: hidden;
  font-size: 0;
  border-radius:var(--theme-border-radius);
}
.minicart-list {
  max-height: 400px;
  margin-top: 24px;
  background-color: #fff;
  overflow-y: auto;
}

.minicart-list::-webkit-scrollbar {
  display: none;
}

.minicart-item {
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
}

.minicart-item:last-child {
  margin-bottom: 0;
}

.minicart-item-content {
  display: flex;
  color: var(--theme-font-color);
}

.minicart-item-img {
  flex-shrink: 0;
  width: 80px;
  padding-bottom: 80px;
  margin-right: 16px;
  border: 1px solid #e6e6e6;
}

.minicart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}

.minicart-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.minicart-item-sku {
  color: #8B8B8B;
}

.minicart-item-price {
  font-weight: 700;
}

.show-now-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}
.header-minicart-subtotal .button--primary {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.minicart-header .minicart-subtotal {
  font-size: 16px;
}

.header-minicart-subtotal .minicart-header a {
  font-size: 16px;
}

.cartEmpty-link-wrapper {
  max-width: 368px;
  font-size: 14px;
}

/* header-right-account */
.header-account-info a {
  display: inline-block;
}
.header-info-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--theme-border-color);
}

.header-login-btn {
  width: 175px;
  --btn-side-padding: 10px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.header-register-btn {
  margin-bottom: 8px;
  font-size: 14px;
}

.header-register-btn a {
  text-decoration: underline;
  font-weight: 700;
}

.header-info-list {
  display: inline-flex;
  flex-direction: column;
}

.header-info-list a {
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--theme-font-color);
}

.header-info-list a:hover {
  color: var(--highlight-font-color);
}

.header-sign-out {
  padding-top: 16px;
  font-size: 14px;
  border-top: 1px solid var(--theme-border-color);

}

.sign-out-btn {
  color: var(--highlight-font-color);
}



@media screen and (max-width: 767px){
  .header-shop-favicon{
    display: none;
  }
}
.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .3;
}



@media screen and (max-width: 767px) {
  header .wrapper {
    padding: 2px var(--side-padding) 7px;
    width: 100%;
  }
  .header-main {
    position: relative;
    justify-content: space-between;
    padding:  0;
  }
  
  
  .header-main .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
  }
  .header-right-minicart .header-cart{
    margin-right: -6px;
  }
  .header-main .iconfont {
    font-size: 24px;
    color: var(--nav-font-color);
  }
  .header-right-account .header-account{
    padding-right: 0;
  }
 
  .search-bar {
    align-items: center;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    border: none;
  }
  .search-bar .search {
    font-size: 16px;
  }
  .search-bar i.iconfont {
    font-size: 24px;
  }
}

/* 页头 End */

/* 页尾 Start */
footer {
  background-color: #151515;
}

/* .footer-main.wrapper {
  display: flex;
  padding: 40px var(--side-padding);
  color: var(--nav-font-color);
} */

.footer-main .main-left{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* footer email */
.email-subs{
  margin-bottom: 20px;
}
.email-subs-inputdiv{
  display: flex;
  width: 100%;
}
.email-subs-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.email-subs-des{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
input.email-subs-input{
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.email-subs-btn{
  padding: 0 18px;
  height: var(--btn-height);
  color: #fff;
  background-color: var(--highlight-bg-color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* social */
.social{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
}
.social a {
  font-size: 20px;
  padding: 11px;
  color: var(--nav-font-color);
  
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover{
  color: var(--highlight-font-color);
}

/* right menu */
.footer-main .main-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}

.footer-menu .menu-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-menu-item a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--nav-font-color);
  --animation-color: var(--nav-font-color);
}
.footer-bottom-menu{
  display: flex;
  gap: 24px;
}
/*  bottom */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  font-size: 14px;
  color: var(--nav-font-color);
}
.footer-bottom a{
  color: var(--nav-font-color);
}
.footer-bottom a:hover{
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.footer-main.wrapper{
  --max-width:1440px;
  --wrapper-padding:37px 0 46px;
}
.footer-info{
  font-size: 10px;
  line-height: 18px;
  /* font-family: Montserrat-Regular; */
  color: #fff;
  text-align: center;
}
.footer-info.rich-text * {
  color: #fff;
}
.footer-menu:not(:last-child){
  margin-right: 15px;
}
.footer-special-desc{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 8px;
  font-family: Utopia-SemiBold, sans-serif;
}
.footer-special-desc img:not(:last-child){
  margin-right: 5px;
}
.footer-special-desc .footer-special-imgs{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-special-desc{
    display: block;
  }
  .footer-special-desc>div:first-child{
    margin-bottom: 15px;
  }
  .footer-main.wrapper {
    flex-direction: column;
    padding: 30px 15px 47px;
  }
  /* logo */
  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
    border: none;
  }
  .footer-main .logo{
    height: 24px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  /* email */
  .email-subs-inputdiv .email-subs-input{
    margin-right: 10px;
    width: 100%;
    border-radius: var(--theme-border-radius);
  }
  .email-subs{
    margin-bottom: 15px;
  }
  .email-subs-btn{
    border-radius: var(--theme-border-radius);
  }

  .footer-info {
    margin: 0 0 15px 0;
  }
  /* menu */
  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
    border-top: 1px solid #fff;
  }
  
  .footer-menu:not(:last-child){
    margin: 0;
  }
  .footer-menu .menu-title {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 16px;
    line-height: 20px;
  }
  .footer-menu-item a {
    margin: 0;
    font-size: 16px;
  }
  /* bottom */
  .footer-bottom {
    flex-direction: column;
   gap: 24px;
    font-size: 14px;
    border: 0;
  }

}


/* 页尾 End */