#mini-cart .stock-tag{
 font-size: 14px;
}

.header--scroll-hidden {
  transform: translateY(-100%);
  transition: transform 0.1s ease-in-out;
}
.header--zindex{
  z-index: -2!important;
}
#shopify-section-header{
  transition: transform 0.1s ease-in-out;
}
store-header {
  transition: transform 0.1s ease-in-out;
}

input:focus {
  outline: none;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

@keyframes loadingRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-container {
  animation: loadingRotate 1s infinite linear;
  width: 16px;
  height: 16px;
  display: flex;
}

.toast-container.open .toast-box.cancellation-toast {
  padding: 24px !important;
  height: auto !important;
}

.globo-form-app .gfb__footer button {
  background: var(--my-blue) !important;
}

.globo-form-app .gfb__footer button.action.loading .spinner {
  background-color: var(--my-blue) !important;
}

/* 隐藏主页面滚动条 */
.no-scroll {
  overflow: hidden;
}

/* 公共表单样式 */
.form-line {
  display: flex;
  gap: 40px;
}

.form-item {
  flex: 1;
}

/* 公共表单样式 */

.el-select {
  display: block !important;
}

:root {
  --container: 1440px;
  --my-black: #1A1A1A;
  --my-white: #FEFEFE;
  --my-grey: #575757;
  --my-red: #E72435;
  --my-blue: #0A2B6F;
  --my-green: #509A4D;
  --my-yellow: #FABE00;
  --my-border: #E6E6E6;
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

.section-gap {
  margin-top: 64px;
  margin-bottom: 64px;
}

.section-padding {
  padding: 68px 0;
}

.cart-count {
  color: var(--my-grey);
  font-weight: 400;
}

.product-item-meta__vendor {
  font-weight: 600;
  letter-spacing: inherit;
  margin-bottom: 10px;
}

.ellipsis {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 超出几行省略 */
  overflow: hidden;
}

.ellipsis2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-item-meta__title:hover {
  text-decoration: underline;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes maskShow {
  0% {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.toast-container {
  display: none;
}

.toast-container .toast-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 100;
  opacity: 0.5;
}

.toast-container .toast-box {
  position: relative;
  line-height: 1.2;
  padding: 64px 72px;
  background-color: #fff;
}

.toast-container .toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast-container.open {
  display: block;
  z-index: 1;
}

.toast-container .globo-formbuilder {
  display: none;
}

.toast-container.open .globo-formbuilder {
  display: block;
}

.toast-container.open .toast-mask {
  animation: maskShow .3s ease;
}

.toast-container.open .toast-box {
  animation: slideDown .3s ease;
}

.toast-container.open .toast-box.cancellation-toast {
  height: 284px;
}

.toast-container .cancellation-cancel {
  display: flex;
  padding: 10px 20px;
  flex-direction: row-reverse;
}

.toast-container .cancellation-cancel svg {
  width: 14px !important;
  height: 14px !important;
}

.toast-container .cancellation-cancel svg path {
  fill: #000;
}

.toast-container .cancellation-cancel span {
  cursor: pointer;
}

.toast-container .globo-form-app .header {
  margin-bottom: 0 !important;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
  font-size: 12px;
  color: var(--my-grey);
}

.breadcrumb__link {
  color: var(--my-grey);
}

a.breadcrumb__link {
  color: var(--my-blue);
  opacity: 1 !important;
}

a.breadcrumb__link:hover {
  text-decoration: underline;
}

#tidio-chat {
  position: relative;
}

#tidio-chat.top_index {
  z-index: 4;
}


@media screen and (min-width: 741px) {
  .swiper-button-next:not(.swiper-button-disabled):hover svg path,
  .swiper-button-prev:not(.swiper-button-disabled):hover svg path {
    fill: #FABE00;
    transition: all .3s;
  }

  .global-title:hover {
    text-decoration: underline;
  }

  .section-padding-top {
    margin-top: 32px;
  }

  .section-padding-bottom {
    margin-bottom: 32px;
  }

  .video-play {
    cursor: pointer;
  }

  .view-all {
    font-weight: 700;
    color: var(--my-blue);
    line-height: 1.3 !important;
  }

  .ol-my-48 {
    font-size: 48px !important;
    line-height: 1.3 !important;
  }

  .ol-my-28 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .ol-my-22 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .ol-my-18 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .ol-my-16 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .ol-my-14 {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .link--animated::after {
    display: none;
  }

  :root {
    --product-list-block-spacing: 20px;
    --product-list-column-gap: 20px !important;
    --vertical-breather: 40px;
  }
}
@media screen and (max-width: 740px) {

  .IndexBestswiper .swiper {
    overflow: unset;
  }

  .form-line {
    flex-direction: column;
    gap: 0 !important;
  }

  .section-padding-top {
    margin-top: 40px;
  }

  .section-padding-bottom {
    margin-bottom: 40px;
  }

  .video-play {
    cursor: pointer;
  }

  .ol-my-48 {
    font-size: 48px !important;
    line-height: 1.3 !important;
  }

  .ol-my-28 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .ol-my-22 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .ol-my-18 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .ol-my-16 {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .ol-my-14 {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .view-all {
    font-size: 14px !important;
    font-weight: 700;
    color: var(--my-blue);
    line-height: 1.3 !important;
  }

  .link--animated::after {
    display: none;
  }

  :root {
    --product-list-block-spacing: 20px;
    --product-list-column-gap: 20px !important;
    --vertical-breather: 40px;
  }

  .el-input-number__decrease,
  .el-input-number__increase {
    width: 30px;
  }

  .toast-container .toast-box {
    padding: 32px 24px;
  }

}


.el-input-number .el-input__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.el-input.is-disabled .el-input__inner {
  padding-left: 12px !important;
}

.custom-el .el-loading-spinner {
  display: flex;
  margin-top: auto;
  top: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.custom-el .el-loading-spinner .circular {
  width: 22px;
  height: 22px;
}

.custom-el .el-loading-mask {
  background-color: var(--my-blue);
}

.custom-el .el-loading-spinner .path {
  stroke-width: 6px;
  stroke: #fff;
}

.account__block-item .el-checkbox__inner:after {
  width: 5px;
  height: 10px;
  left: 6px;
  top: 2px;
}
.shopify-section--recently-viewed-products {
  display: none;
  background-color: #EAEEF1;
}
.recently-viewed .swiper-btns .swiper-button-disabled svg path {
  fill: #D3DEF1;
  stroke: #D3DEF1;
}
.featured-product-list {
  background-color: #EAEEF1;
}
.h-blogs .swiper-scrollbar,{
  margin-top: 12px;
}
.h-blogs .swiper-scrollbar,
.product-swiper-list .swiper-scrollbar {
  position: static;
  display: flex;
  width: 100%;
}
.swiper-scrollbar-drag {
  background: #0A2B6F !important;
}

.IndexBestswiper {
  position: relative;
}

.IndexBestswiper .swiper {
  position: relative;
}

.IndexBestswiper .swiper-slide {
  height: auto !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
  display: flex;
  position: static;
  margin: 0;
  width: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.northsky-button-next.swiper-button-disabled,
.northsky-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.northsky-button-next.swiper-button-lock,
.northsky-button-prev.swiper-button-lock{
  display: none!important;
}
.swiper-button-next.swiper-button-disabled svg path,
.swiper-button-prev.swiper-button-disabled svg path {
  fill: #D3DEF1;
  stroke: #D3DEF1;
}

.IndexBestswiper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 50px;
  background-color: var(--my-blue);
}

.IndexBestswiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D3D3F1;
}

.popover-container {
  min-width: 166px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid var(--my-border);
}

.popover-button {
  font-size: 14px;
  color: #1A1A1A;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
}

.popover-button path {
  fill: #767676;
}

/* sku */
.global-sku {
  line-height: 1.4;
  font-size: 12px;
  color: var(--my-grey);
  margin-bottom: 12px;
}

/* title */
.global-title {
  word-break: break-all;
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 4px;
  color: var(--my-blue);
}


/* vendor */
.global-vendor {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--my-grey);
  margin-bottom: 4px;
  line-height: 1.4;
}

.max-quantity-waning {
  display: none;
  color: var(--my-red);
}

/* Ships in 35~65 business day */

/* limit stock 、 out stock*/

/* 原价 */

/* 19% OFF */

/* 现价 */

.form__submit {
  background-color: var(--my-blue) !important;
}

.form__submit {
  background-color: var(--my-blue) !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 20px !important;
  border-radius: 0 !important;
}

.swiper-scrollbar-drag {
  border-radius: 0 !important;
}

.product-facet__aside .collapsible {
  border-radius: unset !important;
  border: unset !important;
}
/* .container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
} */
 .container {
  max-width: 1504px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 22px;
}
@media screen and (max-width: 1503px) {
  .container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
  }
} 
.product-facet__aside .drawer__header {
  display: none;
}



@media screen and (max-width: 1200px) {
  .product-facet-spu .drawer__header {
    padding: 32px;
  }

  .product-facet__aside .drawer {
    padding-bottom: calc(3rem + var(--safe-area-inset-bottom)) !important;
    /* Footer height + safe area */
  }

  .product-facet__aside .drawer__header {
    display: flex;
    height: auto;
    background-color: unset !important;
  }

  .product-facet__aside .drawer__content {
    padding: 32px !important;
  }

  .product-facet__aside .drawer__header .drawer__title {
    margin-left: 6px;
    color: var(--my-blue) !important;
    font-weight: 900 !important;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 1000px) {
  .hover-cl-container {
    overflow: hidden;
  }
  .hover-cl-container  .IndexBestswiper .swiper {
    overflow: unset;
  }
  .hover-cl-container  .hover-list:before, .hover-cl-container  .hover-list:after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    background: #EAEEF1;
    z-index: 2;
  }
   .hover-cl-container .hover-list:before{
    left: -160px;
  }
  .hover-cl-container .hover-list:after {
    right: -170px;
  }
  .hover-list .index-product-item:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 8px rgba(10, 43, 111, 0.25);
    transition: all .3s;
  }
}
@media screen and (min-width: 741px) and (max-width: 1199px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 740px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-facet__aside .checkbox-container .checkbox+label {
    font-size: 12px;
  }

  .product-facet__aside .collapsible-toggle {
    font-size: 16px !important;
    height: 36px;
  }

  .product-facet__aside .drawer__footer {
    display: none !important;
  }

  .product-facet__aside .drawer__header .drawer__title {
    margin-left: 6px;
    font-size: 24px !important;
    color: var(--my-blue) !important;
    font-weight: 900 !important;
    text-transform: capitalize;
  }

  .product-facet__aside .drawer__header {
    padding: 16px;
  }

  .product-facet__aside .drawer__content {
    padding: 16px !important;
  }

  .product-facet__active-list {
    margin-left: 0;
    margin-top: 12px;
  }

  .product-facet__active-list .tag {
    padding: 12px 16px;
    background: var(--my-blue);
    color: #fff;
    margin: 0;
  }
}

@media screen and (max-width: 740px) {
  .h-blogs,
   {
    overflow: hidden; 
  }
  .product-x-hidde .cl-container{
    width: 100%;
    overflow-x:hidden;
  }
  .section-gap {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .IndexBestswiper .swiper-pagination {
    margin-top: 20px;
  }

  .section-padding {
    padding: 16px 0;
  }

  .account__block-item .el-checkbox__inner:after {
    top: 0;
  }
  .breadcrumb__list {
    padding: 16px 0;
  }

  .video-play {
    cursor: pointer;
  }
  .ol-my-28 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .ol-my-22 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .ol-my-18 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .ol-my-16 {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .ol-my-14 {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .view-all {
    font-size: 14px !important;
    font-weight: 700;
    color: var(--my-blue);
    line-height: 1.3 !important;
  }

  .link--animated::after {
    display: none;
  }

  :root {
    --product-list-block-spacing: 20px;
    --product-list-column-gap: 20px !important;
    --vertical-breather: 40px;
  }

  .el-input-number__decrease,
  .el-input-number__increase {
    width: 30px;
  }

  .price--compare {
    font-size: 12px !important;
  }

  /* 原价 */

  /* 19% OFF */

  /* 现价 */
}


.markt-toast_box {
  /* width: 100%; */
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.markt-toast_box p {
  box-sizing: border-box;
  padding: 12px 16px;
  background: #FEFEFE;
  box-shadow: 0px 8px 24px 0px rgba(18,18,18,0.15);
  color: #121212;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
} 
@media (max-width: 640px) {
 .markt-toast_box p {
   width: 335px;
 }
}
@media (min-width: 641px) {
 .markt-toast_box p {
    max-width: 480px;
    width: auto;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
 }
}