/* 头部 */
/* 网站logo */
.logo {
  font-size: 0;
  text-align: left;
}
.logo img {
 object-fit: contain;
}
.selcurrenct>.currencies-item-icon{
  --header-currency-bg-padding:0 6px 2px 33px;
}

@media screen and (max-width: 768px) {
  .selcurrenct>.currencies-item-icon {
    color: var(--theme-font-color);
  }
}

@media screen and (min-width: 768px) {
  .header-left .iconfont {
    font-size: 30px;
    line-height: 56px;
    color: #fff;
    cursor: pointer;
  }

  .header-main .logo {
    margin-left: 34px;
  }

}

/* 公告栏 Start */
.announcement-wrapper {
  font-family: PetcoCircularTT-Bold,arial;
  display: block;
  margin: auto;
  width: 100%;
  max-width: var(--max-width);
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding: 9px 0;
  font-weight: bold;
}

.j-announcement-newswiper {
  max-width: var(--max-width);
  width: 100%;
  padding: 0 var(--side-padding);
  margin: auto;
  
}

.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: 768px) {
  .announcement {
    line-height: 30px;
  }

  .announcement-wrapper {
    padding: 1px 0;
  }
}

/* 公告栏 End */
/* 页头 Start */
header {
  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);
}

header .wrapper {
  padding: 0 var(--side-padding);
  max-width: initial;
}

.header-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/* search */
input[type="text"]::placeholder {
  color: #999;
}
/* pc */
.header-search-input:focus {
  border: 0;
}

.header-search-box {
  position: relative;
  margin-right: var(--header-icon-gap-half);
  flex-grow: 1;
  margin-left: 1.8rem;
  margin-right: 0.8rem;
}

.header-search-box .header-search-input {
  width: calc(100% - 2.6rem);
  height: 3.5rem;
  padding: 1rem;
  max-height: 3.5rem;
  border: 0;
  outline: none;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0%;
}

.header-search-input::-webkit-input-placeholder {
  color: var(--nav-font-color);
}

.header-search-box .j-search {
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--nav-font-color);
  font-size: 20px;
  cursor: pointer;
}

/* mobile */
.search-bar {
  display: flex;
  font-size: 14px;
}

.search-bar .search {
  flex: 1;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
}

.search-bar .icon-search {
  color: var(--nav-bg-color);
  cursor: pointer;
}

/* minicart 和 header-right-account */
header .header-right {
  /* position: absolute; */
  right: var(--side-padding);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0;
  flex-grow: 1;
}

.header-right-minicart .icon-cart,
.header-right-account .icon-account {
  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: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: var(--main-color);
  background-color: rgb(255,211,5);
  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;
}

.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;
  color: var(--main-color);
}

.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);
}

/* nav */
.header-nav {
  display: none;
  position: fixed;
  flex-wrap: wrap;
  width: 18.0625rem;
  height: 100%;
  background: rgb(255, 255, 255);
  overflow-y: overlay;
  z-index: 99;
}

.header-nav .nav-item {
  position: relative;
  padding: 20px var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
  border-bottom: 1px solid rgb(242, 242, 242);
}

.header-nav .nav-item:hover {
  background-color: rgb(242, 242, 242);
}

.nav-item .nav-link {
  font-weight: 600;
  font-size: var(--theme-nav-font-size);
  line-height: var(--theme-nav-line-height);
  color: var(--main-color);
  cursor: pointer;
}
.header-nav .nav-item i {
  padding-left: 6px;
  font-size: 12px;
  vertical-align: middle;
}
.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: 18.0625rem;
  z-index: 200;
  width: fit-content;
  min-width: 38rem;
  max-width: 60%;
  background-color: #fff;
  /* box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.08); */
}
.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{
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.header-dropdown .dropdown-wrapper-onlyimg{
  display: grid;
  align-content: flex-start;
  grid-gap:20px;
}
.header-dropdown .dropdown-wrapper-text{
  flex-direction: column;
  align-content: flex-start;
}
.dropdown-imgtext-left{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-shrink: 0;
}
.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);
  border-bottom: 1px solid var(--theme-border-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 {
  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;
  }
  .dropdown-wrapper section {
    padding: 15px 20px;
  }
  .header-dropdown .second-link{
    font-size: 14px;
  }
  .header-dropdown .second-link{
    padding-bottom:5px;
  }
  .dropdown-wrapper .third-links{
    margin-top: 12px;
  }
  .dropdown-wrapper section{
    max-width: 250px;
  }
}
@media screen and (max-width: 767px){
  header .header-right{
    position: initial;
  }
  .dropdown-wrapper section {
    padding: 10px 15px;
  }
}
.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .3;
}

.has-children::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: var(--theme-font-color);
  content: '';
  position: absolute;
  right:17px;
  top: 26px;
  transform: rotate(45deg);
  cursor: pointer;
}
/* mobile-nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 102px;
  bottom: 0;
  left: -100vw;
  z-index: 512;
  padding: 0 var(--side-padding);
  width: 84vw;
  font-size: 16px;
  color: var(--theme-font-color);
  background-color: var(--nav-font-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(--theme-font-color);
}
/* mobile bottom */
.mobile-nav-bottom {
  margin-top: 10px;
}

.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: 46px;
  border-bottom: 1px solid #E8E8E8;
}
.header-menu-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.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(--theme-font-color);
  font-size: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.menu-header i {
  float: left;
  font-size: 16px;
  line-height: 33px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 84px;
  padding: 0 var(--side-padding) 160px;
  height: 100%;
  width: 84vw;
  overflow: hidden auto;
  background-color: var(--nav-font-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;
}

.animation-underline {
  letter-spacing: .5px;
}

@media screen and (max-width: 768px) {
  header .wrapper {
    padding: 9px var(--side-padding) ;
    width: 100%;
  }

  .header-main {
    position: relative;
    justify-content: space-between;
    padding: 15px 0;
  }

  .header-main .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }


  .header-main .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
    margin-right: 12px;
  }

  .header-right-minicart .header-cart {
    padding-right: 0;
  }

  .header-main .iconfont {
    font-size: 20px;
    color: var(--nav-font-color);
  }


  .cart-badge {
    top: -4px;
    right: -6px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
  }

  .search-bar {
    align-items: center;
    padding: 0 10px;
    margin: 0;
    width: calc(100% - 2.6rem);
    height: 44px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    border: none;
  }

  .search-bar .search {
    font-size: 16px;
  }

  .search-bar i.iconfont {
    font-size: 24px;
  }

  .form-search {
    display: none;
    border-top: 1px solid #8B8B8B;
    padding: 16px;
  }

  .search-bar .icon-search {
    position: fixed;
    right: 20px;
    color: #fff;
  }
}

/* 页头 End */

/* 页尾 Start */
footer {
  background-color: var(--nav-bg-color);
}

.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: flex-start;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .footer-main .main-left {
    margin-right: 100px;
  }
}

/* left */
.footer-main .logo {
  height: 50px;
  margin-bottom: 40px;
  object-fit: contain;
  text-align: left;
}

/* 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;
  margin-right: 10px;
}

.email-subs-btn {
  padding: 0 18px;
  height: var(--btn-height);
  color: #363636;
  background-color: #F8F7F9;
}

/* social */
.social {
  display: flex;
  flex-wrap: wrap;
}

.social a {
  margin: 0 10px 10px 0;
  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: 10px;
}

.footer-info.rich-text * {
  color: #fff;
  font-size: 14px;
}

/* right menu */
.footer-main .main-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
  margin-top: 15px;
}

.footer-menu .menu-title {
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-menu-inner {
  display: inline-block;
  margin-bottom: 10px;
  font-size: .8125em;
  color: var(--nav-font-color);
}

/*  bottom */
.footer-bottom {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 40px 0;
  max-width: calc(var(--max-width) - var(--side-padding) * 2);
  font-size: 16px;
  color: var(--nav-font-color);
  border-top: 1px solid #fff;
}

.footer-bottom a {
  color: var(--nav-font-color);
}

.footer-infomation {
  margin-top: 15px;
  flex: 1;
}

.footer-special-desc {
  /* display: flex; */
  gap: 20px;
}

.footer-special-desc p {
  margin: 16px 0;
}

.footer-special-desc img:not(:last-child) {
  margin-right: 5px;
  object-fit: contain;
}

.footer-special-desc .footer-special-imgs {
  display: flex;
  align-items: center;
}

.footer-menu .menu-title i {
  color: #8c8c8c;
  float: right;
}

@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;
  }
  .footer-bottom img {
    max-height: 24px;
  }
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 768px) {
  .j-menu-header .iconfont {
    position: relative;
    top: -1.5px;
  }
  footer .footer-special-desc {
    display: block;
    margin-bottom: 24px;
  }

  .footer-special-desc>div:first-child {
    margin-bottom: 15px;
  }

  .footer-main.wrapper {
    flex-direction: column;
    padding: 10px var(--side-padding);
  }

  /* logo */
  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
  }

  .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);
  }

  /* social */

  .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 {
    margin-top: 0;
    padding: 14px 0;
    border-bottom: 1px solid #fff;
  }

  .footer-menu .menu-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-menu .menu-list {
    display: none;
  }

  .footer-menu-inner {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  /* bottom */
  .footer-bottom {
    flex-direction: column;
    padding: 0 var(--side-padding) 20px;
    font-size: 16px;
    border: 0;
  }

  .footer-infomation {
    margin-bottom: 15px;
  }
}

.footer-infomation p {
  text-align: center;
}

/* 页尾 End */

/* 导航弹窗 */

.layout-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 18.0625rem;
  height: 100%;
  background: rgb(255, 255, 255);
  overflow-y: overlay;
}

.layout-left .active {
  background-color: rgb(242, 242, 242);
}

/* 返回顶部 */
.back-top {
  top: initial;
  position: fixed;
  bottom: 21vh;
  z-index: 98;
  right: -50px;
  transition: all linear .3s;
}

.back-top a {
  width: 40px;
  height: 40px;
  font-size: 35px;
  display: block;
  border: none;
  background: #fff;
  color: #4c4c4c;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.back-top .angle-up {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

input::placeholder {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .back-top {
    top: 69%;
  }
}