/* 字体字重 */
.font-weight-700 {
  font-weight: 700;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-400 {
  font-weight: 400;
}

/* 字体颜色 */
.theme-color {
  color: #1d1d1f;
}

.special-color {
  color: #777;
}

.special-color1 {
  color: #fff;
}

.special-color2 {
  color: var(--product-active-color, #fe5000);
}
.special-color3 {
  color: #fe5000;
}

/* 按钮样式/按钮交互样式 */
.uls-button {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}

.uls-button1 {
  border-radius: 30px;
  border: 1px solid var(--product-active-color, #fe5000);
}

.uls-button1:hover {
  background: var(--product-active-color, #fe5000);
  color: #fff;
}

.uls-button1:hover svg path {
  fill: #fff;
}

.uls-button2 {
  border-radius: 30px;
  background: var(--product-active-color, #ff5000);
}

.uls-button2:hover {
  background: var(--product-active-color, #d84400);
  color: #fff;
}

.uls-button3 {
  border-radius: 30px;
  background: #ff5000;
}

.uls-button3:hover {
  background: #ff5000;
  color: #fff;
}
/* 隐藏购物车 */
.addCart_button,.shopify-section-mini-cart,.headerIcon_cart{
  display:none !important;
}
.buyNow_button{
  border-radius:30px !important;
}

/* 内容显示行数样式 */
.one-row {
  display: -webkit-box !important;
  /* 必须结合 -webkit-line-clamp 一起使用 */
  -webkit-box-orient: vertical;
  /* 设置盒子内内容的排列方式为垂直方向 */
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 溢出显示省略号 */
}

.two-row {
  display: -webkit-box !important;
  /* 必须结合 -webkit-line-clamp 一起使用 */
  -webkit-box-orient: vertical;
  /* 设置盒子内内容的排列方式为垂直方向 */
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 溢出显示省略号 */
}

.three-row {
  display: -webkit-box !important;
  /* 必须结合 -webkit-line-clamp 一起使用 */
  -webkit-box-orient: vertical;
  /* 设置盒子内内容的排列方式为垂直方向 */
  -webkit-line-clamp: 3;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 溢出显示省略号 */
}

/* 字体大小样式/字体装饰样式 */

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-transform-capitalize {
  /* text-transform: capitalize; */
}

.text-decoration-line-underline {
  text-decoration-line: underline;
}

.text-decoration-line-through {
  text-decoration-line: line-through;
}

/* 跳转交互样式 */
.linkHover {
  display: flex;
  align-items: center;
}

.linkHover:hover {
  color: #fe5000;
  text-decoration-line: underline;
}

.linkHover:hover svg path {
  stroke: #fe5000;
}

/* H标签去掉margin样式 */
.h-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.label--subdued {
  background: rgba(29, 29, 31, 0.2);
  letter-spacing: 0;
}

.label--highlight {
  background: rgba(254, 80, 0, 0.1);
  color: #fe5000;
  letter-spacing: 0;
}

.product-item__label-list span {
  padding: 4px 8px;
}

/* .rightMainBox .product-item__aspect-ratio::after {
  background: rgb(38 52 79 / 3%);
  content: "";
  z-index: 1;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} */

.clipPath_title {
  clip-path: rect(-10% 0% 0% 0%);
  transition: clip-path 1s;
}

/* 当元素进入视口时，添加这个类，触发动画 */
.clipPath_title.visible {
  clip-path: rect(-10% 150% 500% 0%);
}

.overflowHtml {
  overflow: hidden;
}

@media (max-width: 999px) {
  .pad_pc {
    display: none;
  }

  .pad_mobile {
    display: block;
  }

  .my_m_50 {
    font-size: 50px;
    line-height: 120%;
  }

  .my_m_48 {
    font-size: 48px;
    line-height: 120%;
  }

  .my_m_46 {
    font-size: 46px;
    line-height: 120%;
  }

  .my_m_44 {
    font-size: 44px;
    line-height: 120%;
  }

  .my_m_42 {
    font-size: 42px;
    line-height: 120%;
  }

  .my_m_40 {
    font-size: 40px;
    line-height: 120%;
  }

  .my_m_38 {
    font-size: 38px;
    line-height: 120%;
  }

  .my_m_36 {
    font-size: 36px;
    line-height: 120%;
  }

  .my_m_34 {
    font-size: 34px;
    line-height: 120%;
  }

  .my_m_32 {
    font-size: 32px;
    line-height: 120%;
  }

  .my_m_30 {
    font-size: 30px;
    line-height: 120%;
  }

  .my_m_28 {
    font-size: 28px;
    line-height: 121.429%;
  }

  .my_m_24 {
    font-size: 24px;
    line-height: 120%;
  }

  .my_m_20 {
    font-size: 20px;
  }

  .my_m_18 {
    font-size: 18px;
    line-height: 120%;
  }

  .my_m_16 {
    font-size: 16px;
    line-height: 118.75%;
  }

  .my_m_14 {
    font-size: 14px;
    line-height: 150%;
  }

  .my_m_12 {
    font-size: 12px;
    line-height: 150%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
    height: 34px;
  }

  .link--animated:after {
    bottom: -12px;
    background: #fe5000;
  }

  .productItem_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .productButton_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .buyNow_button {
    border-radius: 30px 0px 0px 30px;
    background: #fe5000;
    width: 80%;
    height: 40px;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .addCart_button {
    height: 40px;
    cursor: pointer;
  }

  .bottom-toolbar {
    overflow: hidden;
    right: 1.9rem;
    bottom: 5.8rem;
  }

  .bottom-toolbar-top {
    width: 48px;
    height: 48px;
    border-radius: 60px;
    background: linear-gradient(180deg, #ff7d41 0%, #ff5300 103.75%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-toolbar-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .bottom-toolbar-top a svg {
    width: 20px;
    height: 20px;
  }

  [dir="ltr"] .header__cart-count--floating {
    right: -10px;
  }

  .uls-button {
    height: 40px;
    padding: 10px;
  }
}

@media (min-width: 1000px) {
  .pad_pc {
    display: block;
  }

  .pad_mobile {
    display: none;
  }

  .my_h_72 {
    font-size: 72px;
    line-height: 120%;
    letter-spacing: -0.32px;
  }

  .my_h_54 {
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -0.32px;
  }

  .my_h_64 {
    font-size: 64px;
    line-height: 112.5%;
  }

  .my_h_48 {
    font-size: 48px;
    line-height: 120%;
  }

  .my_h_42 {
    font-size: 42px;
    line-height: 100%;
  }

  .my_h_32 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.32px;
  }

  .my_h_30 {
    font-size: 30px;
    line-height: 126.667%;
    /* 39px */
  }

  .my_h_28 {
    font-size: 28px;
    line-height: 150%;
  }

  .my_h_24 {
    font-size: 24px;
    line-height: 116.667%;
    letter-spacing: -0.32px;
  }

  .my_h_20 {
    font-size: 20px;
    line-height: 120%;
    /* 26px */
  }

  .my_h_18 {
    font-size: 18px;
    line-height: 130%;
  }

  .my_h_16 {
    font-size: 16px;
    line-height: 150%;
    /* 24px */
  }

  .my_h_14 {
    font-size: 14px;
    line-height: 150%;
    /* 21px */
  }

  .my_h_12 {
    font-size: 12px;
    line-height: 133.333%;
    /* 18px */
  }

  .uls-button {
    height: 48px;
    padding: 16px 24px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .link--animated:after {
    bottom: -12px;
    background: #fe5000;
  }

  .productItem_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .productButton_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .buyNow_button {
    border-radius: 30px 0px 0px 30px;
    background: #fe5000;
    width: 80%;
    height: 40px;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .addCart_button {
    height: 40px;
    border-left: unset;
    min-width: 62px;
    border-radius: 0px 100px 100px 0;
    border: 1px solid #fe5000;
    cursor: pointer;
  }

  .addCart_button svg {
    width: 18px;
  }

  .bottom-toolbar {
    overflow: hidden;
    right: 1.55rem;
    bottom: 6.8rem;
  }

  .bottom-toolbar-top {
    width: 48px;
    height: 48px;
    border-radius: 60px;
    background: linear-gradient(180deg, #ff7d41 0%, #ff5300 103.75%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-toolbar-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .bottom-toolbar-top a svg {
    width: 20px;
    height: 20px;
  }

  /* 图片悬停样式 */
  .img_hover {
    overflow: hidden;
    transition: border-radius 0.5s ease, box-shadow 0.5s ease;
    cursor: pointer;
    transition: all 0.5s;
  }

  .img_hover:hover {
    border-radius: 0 0 24px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .img_hover:hover .hover_img {
    transform: scale(1.05);
    border-radius: 0 0 24px 0;
  }

  .img_hover .hover_img {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media screen and (min-width: 1000px) {
  .videoDrawer {
    position: relative;
    width: 75%;
  }

  .videoDrawer iframe {
    height: 66vh;
  }

  .videoCloseBtn {
    position: absolute;
    top: -54px;
    right: -58px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper:hover .swiper-button-next,
  .swiper:hover .swiper-button-prev {
    display: flex;
  }
  .same_width {
    width: 180px;
  }
}

@media screen and (max-width: 999px) {
  .same_width {
    width: 151px;
  }
  .videoDrawer {
    position: relative;
    width: 90%;
  }

  .videoDrawer iframe {
    height: 26vh;
  }

  .videoCloseBtn {
    position: absolute;
    top: -54px;
    right: -15px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
  }

  .videoCloseBtn svg {
    width: 30px;
    height: 30px;
  }

  .productItem_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .productButton_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .buyNow_button {
    border-radius: 30px 0px 0px 30px;
    background: #fe5000;
    width: 100%;
    height: 40px;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .addCart_button {
    height: 40px;
    min-width: 77px;
    border-left: unset;
    border-radius: 0px 100px 100px 0;
    border: 1px solid #fe5000;
    cursor: pointer;
  }

  .addCart_button svg {
    width: 18px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: flex;
  }
}

.swiper-button-next,
.swiper-button-prev {
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.drawer__close-button::before {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

[dir="ltr"] .price-list:not(.price-list--stack) > .price:not(:last-child) {
  margin-right: 4px;
}

/* 返回顶部 */
.bottom-toolbar {
  position: fixed;
  z-index: 100;
}

inbox-online-store-chat {
  z-index: 26 !important;
}
