/* 头部 */
/* logo */
.logo {
  font-size: 0;
  text-align: left;
	transition: all 1s;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* announcement Start */
.j-announcement-newswiper {
  max-width: var(--max-width);
  width: 55%;
  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: 9px 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: 9px;
  }
}
/* announcement end */
/* header Start */
header {
  --header-opacity:1;
  background-color: var(--nav-bg-color) ;
}
.header-top-fixed {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 256;
  background-color: var(--nav-bg-color);
	box-shadow: 0 0 25px rgba(0,0,0,.15);
}
header .wrapper {
  padding: 0 var(--side-padding);
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
	transition: all 1s;
}
/* search */
header .header-left {
  flex: 1;
  padding: 0 115px ;
}
/* pc */
.header-search-input:focus {
  border: 0;
}
.header-search-box {
  position: relative;
  margin-left: calc(var(--header-icon-gap-half) + 10px);
}
.header-search-box .iconfont {
  color: var(--nav-font-color);
  font-size: 20px;
  cursor: pointer;
	padding: 0 var(--header-icon-gap-half);
}
/* mobile */
.search-bar {
  display: flex;
  font-size: 14px;
}

.search-bar .search {
  flex: 1;
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
}
.search-bar .icon-search {
  color: #000;
  cursor: pointer;
}
.search-fixed {
	position: fixed;
	top: var(--search-fixed-top,0);
	bottom: 100%;
	overflow: hidden;
	/* height: calc(100vh - var(--search-fixed-top,0)); */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	transition: bottom .5s;
}
.search-fixed-active {
	bottom: 0;
}
.search-fixed .search-bar {
	align-items: center;
	margin: 0;
	width: 379px;
	height: auto;
	background-color: #fff;
	border-radius: var(--theme-border-radius);
	border: none;
	position: relative;
}

.search-bar .search {
	font-size: calc(var(--home-font-size-title) * 1.25);
	line-height: 1.2;
	padding: 7.5px 50px 7.5px 15px;
	border-bottom: 1px solid #1d1d1d;
}
.search-bar .search:focus {
	border-bottom: 0;
	outline: 2px solid var(--main-color);
}
.search-bar .search::placeholder {
	color: #000;
}
.search-bar i.iconfont {
	font-size: 25px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .5;
}
@media screen and (max-width: 767px) {
	.search-fixed .search-bar {
		width: 308px;
	}
}
/* minicart 和 header-right-account */
header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0;
}
.header-right-minicart .icon-cart, 
.header-right-account .icon-account,
.j-menu-icon.icon-menu,
.j-menu-icon.icon-close {
	display: block;
  padding: 0 var(--header-icon-gap-half);
  font-size: 20px;
  color: var(--nav-font-color);
}

.header-right-minicart {
  font-size: 0;
}

.header-cart {
  position: relative;
}

.cart-badge {
  display: none;
  position: absolute;
  top: -6px;
  right: 10%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: var(--nav-font-color);
  background-color: var(--highlight-bg-color);
  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;
  --img-box-width: 80px;
  --img-box-padding-bottom: calc(80px * var(--product-img-pd-math));
  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 .header-login-i {
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--theme-font-color);
}

.header-info-list .header-login-i: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);
}

/* nav */
.header-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--max-width);
  margin: auto;
  padding: 0 calc(var(--side-padding) - var(--nav-column-gap-half));
}

.header-nav .nav-item {
  position: relative;
  padding-left: var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
}

.nav-item .nav-link {
  font-weight: 400;
  font-size: var(--home-font-size-title);
	display: block;
  line-height: 24px;
  color: var(--nav-font-color);
  cursor: pointer;
}
.header-nav .nav-item:hover .nav-link {
	color: var(--main-color);
}

.nav-item .nav-link>* {
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 768px) {
  .nav-item .animation-underline, 
	.header-menu-item .animation-underline {
    --animation-color: var(--nav-font-color);
  }
}

/* header-dropdown */
.header-dropdown {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.08);
  min-height: 20%;
  max-height: 60%;
}
.header-dropdown-imgtext {
  height: 100%;
}
.header-dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

.header-dropdown::-webkit-scrollbar-thumb { 
	border-radius: 6px; 
	border: 2px solid rgba(255,255,255,.4); 
	background-color: rgba(0, 0, 0, .5);
}

/*  nav not(vertical) */
.header-dropdown .dropdown-wrapper {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 30px var(--side-padding);
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width);
  overflow: auto;
}
.header-dropdown .dropdown-wrapper-imgtext {
  justify-content: center;
  align-content: flex-start;
}
.header-dropdown .dropdown-wrapper-onlyimg {
  display: grid;
  align-content: flex-start;
  grid-gap: 20px;
}
.header-dropdown .dropdown-wrapper.dropdown-wrapper-text {
	align-content: normal;
}
.header-dropdown.is-vertical .dropdown-wrapper.dropdown-wrapper-text {
  flex-direction: column;
}
.dropdown-imgtext-left {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
  gap: 20px;
  flex-shrink: 0;
  height: 100%;
}
.dropdown-imgtext-right {
  display: grid;
  grid-gap: 20px;
}
.dropdown-imgtext-left .header-dropdown-item {
  writing-mode: horizontal-tb;
}
.dropdown-wrapper .header-dropdown-item {
  position: relative;
}
.header-dropdown-imgitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.dropdown-wrapper-imgtext .header-dropdown-imgitem {
  width: 100%;
  min-width: 250px;
  max-width: 350px;
}
.dropdown-wrapper-onlyimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-dropdown-imgitem .second-link {
  padding-bottom: 5px;
  border-bottom: 0;
}
.second-link {
  display: block;
  width: fit-content;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: var(--theme-font-color);
}
.second-link a {
  color: var(--theme-font-color);
}
.dropdown-wrapper .third-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}
.dropdown-wrapper h3 {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
.dropdown-wrapper h3:not(:last-child) {
	margin-bottom: 10px;
}
.dropdown-wrapper .third-link {
	display: block;
  white-space: normal;
  color: var(--theme-font-color);
}

@media screen and (min-width: 768px) {
  .header-dropdown .second-link:hover,.header-dropdown .second-link:hover a {
    color: var(--highlight-font-color);
  }
  .second-link.animation-underline {
    --animation-color: var(--highlight-font-color);
  }
  .third-links .animation-underline {
    --animation-color: var(--theme-font-color);
  }
}

@media screen and (max-width: 1200px) {
  .header-main {
    justify-content: flex-start;
  }
  header .header-left {
    padding: 0 80px;
  }
  .header-dropdown .second-link {
    font-size: 14px;
  }
  .header-dropdown .second-link {
    padding-bottom: 5px;
  }
  .dropdown-wrapper .third-links {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .header-right{
    position: initial;
  }
 
}
.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .3;
}

/* mobile-nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 102px;
  bottom: 0;
  right: -100vw;
  z-index: 512;
  padding: 0 var(--side-padding);
  width: 100vw;
  font-size: 16px;
  color: var(--nav-font-color);
  background-color: var(--nav-bg-color);
  transition: var(--theme-transition);
  -webkit-transition: var(--theme-transition);
  -moz-transition: var(--theme-transition);
  -o-transition: var(--theme-transition);
}
.mobile-nav a {
  color: var(--nav-font-color);
}
/* mobile bottom */
.mobile-nav-bottom {
  margin-top: 15px;
}
.mobile-nav .remind {
  text-align: left;
}
.mobile-account-item {
  margin-bottom: 15px;
}
/* mobile top */
.mobile-nav-top {
  max-height: 63%;
  overflow-y: auto;
}
.mobile-nav-top>.mobile-side-menu {
  margin-bottom: 20px;
  max-height: 100%;
  overflow-y: auto;
}
.j-menu-item,.mobile-side-menu h3,
.mobile-side-menu h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.j-menu-item,
.mobile-side-menu h3 {
  height: 40px;
	margin-bottom: 10px;
}
.header-menu-item {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.menu-img-item {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.header-menu-item.no-next {
  width: 100%;
}
.j-menu-item i {
  font-weight: 400;
  font-size: 12px;
}

.msec-imgtext-imgs {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.m-secondary-onlyimg {
  display: grid;
  grid-gap: 10px;
  margin-top: 10px;
}

.menu-header {
  padding: 16px 0;
  text-align: center;
  color: var(--nav-font-color);
  font-size: 18px;
  border-bottom: 1px solid var(--nav-font-color);
}

.menu-header i {
  float: left;
  font-size: 16px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 84px;
  padding: 0 var(--side-padding) 160px;
  height: 100%;
  width: 100vw;
  overflow: hidden auto;
  background-color: var(--nav-bg-color);
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}

.secondary-menu {
  z-index: 15;
}

.third-menu {
  z-index: 20;
}
.header-dropdown-text.is-vertical {
	width: 200px;
  min-height:unset;
}
.header-dropdown-text.is-vertical .dropdown-wrapper {
	flex-wrap: nowrap;
	padding: 10px 30px;
	gap: 0;
}
.header-dropdown .second-link {
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.3;
	background-position-y: center;
}
.header-dropdown-text.is-vertical .second-link {
	font-weight: 400;
}


@media screen and (max-width: 767px) {
  header .wrapper {
    padding: 0 var(--side-padding);
    width: 100%;
  }
  .header-main {
    position: relative;
    justify-content: space-between;
    padding: 15px 0;
  }
  
  .cart-badge {
    top: -4px;
    right: 5px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
  }
	.j-menu-icon.icon-menu,
	.j-menu-icon.icon-close {
		padding-right: 0;
	}
}

/* 页头 End */

/* 页尾 Start */
footer {
  background-color: var(--main-color-three);
}

.footer-main.wrapper {
  display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
  padding: 85px var(--side-padding) 0;
  color: var(--nav-font-color);
}

.footer-main .main-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
}
/* left */
.footer-main .logo {
  height: 50px;
  margin-bottom: 40px;
  object-fit: contain;
  text-align: left;
}
/* footer email */
.email-subs {
  margin-bottom: 35px;
	width: 100%;
}
.email-subs-inputdiv {
  display: flex;
	flex-direction: column;
  width: 100%;
}
.email-subs-title {
  font-size: calc(var(--home-font-size-title) * 1.3);
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 35px;
}
.email-subs-des {
  font-size: var(--home-font-size-title);
  line-height: 1.65;
}
input.email-subs-input {
  flex: 1;
	border-bottom: 2px solid #000;
	padding: 12px 7.5px;
  border-radius: 0;
	font-size: calc( var(--home-font-size-title) * 0.75);
	--btn-height: auto;
	line-height: var(--home-font-size-title);
	margin-top: 7.5px;
	background-color: rgba(0, 0, 0, 0);
}
input.email-subs-input::placeholder {
	color: #000;
}
input.email-subs-input:focus {
	outline: 2px solid #d61c38;
}
.email-subs-btn {
  padding: 16px 32px;
	margin-top: 35px;
  color: #000;
  background-color: #fff;
	border: 1px solid #000;
  border-radius: 0;
	font-size: var(--home-font-size-title);
	min-width: 250px;
	width: fit-content;
}
.email-subs-btn:hover {
	color: #fff;
	background-color: rgba(214, 28, 56, 1);
	border-color: rgba(214, 28, 56, 1);
}

/* social */
.social {
  display: flex;
  flex-wrap: wrap;
}
.social a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  color: var(--nav-font-color);
  
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover {
  color: var(--highlight-font-color);
}
.footer-info {
  margin-top: 25px;
}
.footer-info.rich-text * {
  color: var(--nav-font-color);
  font-size: 14px;
}
/* right menu */
.footer-main .main-right {
  display: grid;
  grid-template-columns: repeat(2,1fr);
	width: 50%;
}
.footer-main .footer-menu {
	margin: 18px 0;
	padding-right: 40px;
}
.footer-menu .menu-title {
  margin-bottom: 10px;
  font-weight: bold;
	font-size: var(--home-font-size-title);
}
.footer-menu-inner {
  display: inline-block;
  margin-bottom: 10px;
  font-size: var(--home-font-size-title);
  line-height: 1;
  color: var(--nav-font-color);
  --animation-color: var(--nav-font-color);
}

/*  bottom */
.footer-bottom {
  display: flex;
	justify-content: space-between;
	align-items: center;
  margin: auto;
  padding: 55px var(--side-padding) 0;
  max-width: var(--max-width);  
  font-size: 14px;
  color: var(--nav-font-color);
}
.footer-bottom a {
  color: var(--nav-font-color);
}
.footer-bottom img {
  max-height: 30px;
  object-fit: contain;
}

.footer-infomation {
	font-size: var(--home-font-size-title);
	width: 29.7%;
	text-align: center;
}
.footer-special-desc {
  display: flex;
  gap: 20px;
	width: 54%;
	margin-right: 10%;
	justify-content: space-between;
}
.footer-special-desc img:not(:last-child) {
  margin-right: 5px;
}
.footer-special-desc .footer-special-imgs {
  display: flex;
  align-items: center;
}
.footer-menu .menu-title i {
  float: right;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 1400px) {
  .footer-bottom {
    padding: 40px var(--side-padding);
  }
}
@media screen and (max-width: 1200px) {
  .footer-main .main-left {
    margin-right: 40px;
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .footer-main.wrapper,.footer-bottom {
    flex-direction: column;
		padding: 55px var(--side-padding) 0;
  }
  .footer-main .main-left {
    width: 100%;
  }
	.email-subs-title,
	.email-subs-des {
		text-align: center;
	}
	.email-subs-btn,
	.main-left .social {
		margin: 0 auto;
	}
	.footer-info {
		margin: 25px auto 0;
		text-align: center;
	}
	.footer-main .main-right {
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 35px;
	}
	.footer-main .footer-menu {
		padding-right: 0;
		margin: 16px 0 6px;
	}
	.footer-menu-item,
	.menu-title {
		text-align: center;
	}
	.footer-infomation {
		margin-bottom: 10px;
	}
	.footer-special-desc {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
  .footer-special-desc {
    display: block;
		width: 100%;
		margin-right: 0;
		text-align: center;
  }
  .footer-main.wrapper {
    flex-direction: column;
    padding: 10px var(--side-padding) 0;
  }
  /* 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-btn {
		margin-top: 35px;
    border-radius: var(--theme-border-radius);
  }
  /* social */
  .social {
    justify-content: center;
  }
  /* menu */
  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
  }
  
  .footer-menu {
    margin-top: 0;
  }
  .footer-menu .menu-title {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 16px;
    line-height: 20px;
  }
  .footer-menu-item {
    margin-bottom: 10px;
  }
  .footer-menu-item a {
    margin: 0;
    font-size: 14px;
  }
  /* bottom */
  .footer-bottom {
    flex-direction: column;
    padding: 55px var(--side-padding) 0;
    font-size: 14px;
    border: 0;
  }
  .footer-infomation {
    margin-bottom: 10px; 
		width: 100%; 
  }
  .footer-bottom img {
    max-height: 25px;
  }
}


/* 页尾 End */

.header-right .currencies {
	position: fixed;
	bottom: var(--header-right-currencies-bottom,0);
	right: 20px;
	height: 40px;
	transition: all .5s ease;
}
.currencies-dropdown-menu {
	top: initial;
	bottom: 100%;
}
@media screen and (max-width: 767px) {
	.header-right .currencies-dropdown-menu {
		--currency-dropdown-menu-max-height: 250px;
	}
}

.header-main-down {
	padding: 20px 0;
}

.nav-item .nav-link.nav-link-hover {
	color: var(--main-color);
}