/** Shopify CDN: Minification failed

Line 68:3 Unexpected "*"

**/
@font-face {
  font-family: Roboto-Bold;
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
}

@font-face {
  font-family: Roboto-Regular;
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-BoldItalic;
  src: url('/cdn/shop/files/Poppins-BoldItalic.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
}

@font-face {
  font-family: Unbounded-Bold;
  src: url('/cdn/shop/files/UNBOUNDED_WGHT.TTF?v=1769755997');
  font-weight: bold;
}

@font-face {
  font-family: Unbounded-Medium;
  src: url('/cdn/shop/files/UNBOUNDED_WGHT.TTF?v=1769755997');
  font-weight: 500;
}

@font-face {
  font-family: RosellindaAlyamore;
  src: url('/cdn/shop/files/RosellindaAlyamore.otf');
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('/cdn/shop/files/Montserrat-SemiBold.ttf');
}

﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  -ms-text-size-adjust: auto !important;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
img {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
#root {
  letter-spacing: 0px;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-ww {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
}
.sp-fixed .sp_header-content {
  top: 0px;
  /* width: 100%; */
  /* left: 0; */
  box-sizing: border-box;
  /* padding: 0 260px; */
  border-radius: 0;
  max-width: 1920px;
}
.sp-fixed .sp_header-top {
  display: none;
}

.sp_header-top {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
  margin:0;
}
.sp_header-wrap {
  position: relative;
}
.header-title {
    margin:0 !important;
}
.sp_header-content {
  position: relative;
  width: 100%;
  height: 82px;
  background: rgba(255,255,255,1);
  /* box-shadow: 2px 10px 13px 0px #909090; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 48px;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #000;
  padding-top: 3px;
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 10px;
  background: #CD160C;
  border-radius: 3px;
  font-size: 10px;
  color: #ffffff;
  font-family: Roboto-Bold;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 10px;
  transform: translateY(-2px);
}
.sp_header-content ul li:hover {
  /* color: #8359ae; */
}
.sp_header-content .sp-logo-box {
  height: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sp_header-content .sp-logo {
  height: 100%;
}
.sp-cart {
  width: 36px;
  margin-right: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 24px;
  height: 24px;
  background: #FF0000;
  border-radius: 50%;
  border: 3px solid #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 17px;
  line-height: 24px;
  font-family: Roboto-Medium;
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #5D5D5D;
}

.sp-top-btn {
  width: 230px;
  height: 48px;
  background: #FF0000;
  border-radius: 24px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-family: Roboto-Bold;

  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-price-group {
  display: flex;
  align-items: baseline;
}

.sp-price-group .sp-price2 {
  text-decoration: line-through;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-stroke {
  position: relative;
}
.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sp-stroke-shadow {
  position: relative;
  z-index: 1;
}
.sp-stroke-shadow::before {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: -6px 8px 0px rgba(16, 16, 16, 0.39);
  z-index: -1;
}

.sp-btn-style1 {
  width: 490px;
  height: 84px;
  line-height: 84px;
  background: url('/cdn/shop/files/20260129-ljq-btn.png') no-repeat;
  background-size: 100% 100%;
  font-size: 27px;
  color: #ffffff;
  font-family: Poppins-Bold;
  padding-left: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: skip 4s infinite 1s;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.sp-title {
  font-family: Unbounded-Bold;
  font-size: 50px;
  text-align: center;
  color: #353535;
  text-transform: uppercase;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 24px;
  text-align: center;
  color: rgba(53, 53, 53, .8);
}

.sp-color {
  color: #2376E6;
}

.sp-img-p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sp-part1 {
  height: 885px;
}

.sp-part1 .sp-text1 {
    position: absolute;
    top: 99px;
    left: 260px;
    font-family: Unbounded-Bold;
    font-size: 50px;
    line-height: 1.1;
    color: #2376E6;
    text-transform: uppercase;
}

.sp-part1 .sp-text2
 {
    position: absolute;
    top: 230px;
    left: 260px;
    font-family: Unbounded-Bold;
    font-size: 40px;
    line-height: 32px;
    color: #353535;
}


.sp-part1 .sp-text3 {
    position: absolute;
    top: 279px;
    left: 261px;
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 30px;
    color: rgba(53, 53, 53, 1);
}

.sp-part1 .sp-box1 {
  position: absolute;
  left: 259px;
  top: 381px;

  width: 610px;
  height: 199px;
}

.sp-part1 .sp-box1 .sp-t1 {
    font-family: Poppins-Medium;
    font-size: 30px;
    color: #FFF;
    line-height: 25px;
    position: absolute;
    bottom: 14px;
    left: 105px;
}

.sp-part1 .sp-box1 .sp-t2 {
    left: 390px;
}

.sp-part1 .sp-btn-style1 {
  position: absolute;
  top: 642px;
  left: 259px;
  line-height: 86px;
}

.sp-part1 .sp-box2 {
    position: absolute;
    left: 255px;
    bottom: 116px;
    width: 490px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 9px;
    font-family: Poppins-SemiBold;
    font-size: 15px;
    color: #353535;
}

.sp-part1 .sp-box2 img {
  width: 27px;
}

.sp-part2 {
  height: 574px;
  padding: 85px 0px 0px;
}

.sp-part2 .sp-title {
  line-height: 40px;
  font-size:40px;
}

.sp-part2 .sp-sub-title {
  line-height: 25px;
  margin-top: 30px;
}

.sp-part2 .sp-box {
  width: 1399px;
  height: 340px;
  margin: 54px auto 0;
  position: relative;
}

.sp-part2 .sp-item {
    position: absolute;
    bottom: 21px;
    left: 32px;
    font-family: Poppins-Regular;
    font-size: 19px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
}

.sp-part2 .sp-item2 {
     left: 460px;
}

.sp-part2 .sp-item3 {
  left: 785px;
}

.sp-part2 .sp-item4 {
  left: 1155px;
}

.sp-part3 {
  height: 823px;
}

.sp-part3 .sp-video {
  width: 645px;
  height: 613px;
  /* background: #F4F5F8; */
  border-radius: 20px;
  overflow: hidden;

  position: absolute;
  left: 261px;
  top: 101px;
}

.sp-part3 .sp-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part3 .sp-title {
  position: absolute;
  top: 121px;
  left: 960px;
  line-height: 54px;
  font-size: 44px;
  text-align: left;
}

.sp-part3 .sp-sub-title {
  position: absolute;
  top: 247px;
  left: 961px;
  line-height: 26px;
}

.sp-part3 .sp-item {
  display: flex;
  gap: 15px;
  align-items: center;

  position: absolute;
  top: 345px;
  left: 961px;
}

.sp-part3 .sp-t {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.sp-part3 .sp-t1 {
  font-family: Unbounded-Medium;
  color: #353535;
  font-size: 40px;
  line-height: 32px;
}

.sp-part3 .sp-t2 {
  font-family: Poppins-Medium;
  color: #353535;
  font-size: 17px;
  line-height: 26px;
}

.sp-part3 .sp-item2 {
    left: 1273px;
    top: 346px;
}

.sp-part3 .sp-item3 {
  top: 485px;
}

.sp-part3 .sp-item4 {
    top: 485px;
    left: 1273px;
}

.sp-part3 .sp-btn-style1 {
  background-image: url('/cdn/shop/files/20260129-ljq-btn-m.png');
  width: 566px;
  height: 77px;
  line-height: 77px;
  padding-left: 85px;
  position: absolute;
  bottom: 125px;
  left: 959px;
}

.sp-part4 {
  padding-top: 78px;
  box-sizing: border-box;
  height: 916px;
}

.sp-part4 .sp-title {
      line-height: 40px;
    font-size: 45px;
}

.sp-part4 .sp-sub-title {
  line-height: 26px;
  margin-top: 29px;
}

.sp-part4 .sp-box {
  position: absolute;
  top: 255px;
  left: 284px;

  display: flex;
  flex-direction: column;
  gap: 0px;
}

.sp-part4 .sp-box2 {
  top: 426px;
  left: 362px;
}

.sp-part4 .sp-box3 {
  top: 654px;
  left: 1149px;
  padding-left: 87px;
}

.sp-part4 .sp-t1 {
  font-family: Unbounded-Medium;
  font-size: 70px;
  line-height: 55px;
  color: #353535;
}

.sp-part4 .sp-t1 span {
  font-size: 36px;
  text-transform: uppercase;
}

.sp-part4 .sp-t2 {
    font-family: Poppins-Medium;
    font-size: 22px;
    line-height: 27px;
    color: #353535;
    padding-left: 4px;
}

.sp-part4 .sp-box3 img {
  position: absolute;
  width: 75px;
  left: 0;
}

.sp-part4 .sp-box3 .sp-t1 {
  font-size: 113px;
  line-height: 89px;
  margin-bottom: -20px;
}

.sp-part4 .sp-box3 .sp-t1 span {
    font-size: 28px;
    margin-left: -20px;
    font-family: Poppins-Medium;
}

.sp-part5 {
  height: 1101px;
}

.sp-part5 .sp-img-p {
  top: 84px;
}

.sp-part5 .sp-font {
    position: absolute;
    right: 435px;
    top: 329px;
    font-family: Poppins-SemiBold;
    font-size: 38px;
    line-height: 40px;
    color: #353535;
    text-transform: uppercase;
}

.sp-part5 .sp-box {
  position: absolute;
  top: 365px;
  left: 605px;

  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}

.sp-part5 .sp-box2 {
  top: 502px;
  left: 473px;
}

.sp-part5 .sp-box3 {
  top: 893px;
  left: 1190px;
}

.sp-part5 .sp-t1 {
  font-family: Poppins-SemiBold;
  font-size: 42px;
  color: #353535;
  line-height: 33px;
  text-transform: uppercase;
}

.sp-part5 .sp-box3 .sp-t1 {
  font-size: 36px;
}

.sp-part5 .sp-t2 {
    font-family: Poppins-Regular;
    font-size: 17px;
    line-height: 16px;
    color: #353535;
    text-transform: uppercase;
}

.sp-part5 .sp-line {
  position: absolute;
  left: 50%;
  top: 75px;

  width: 129px;
  height: 45px;
  border: 2px solid #353535;
  border-right: none;
  border-top: none;
}

.sp-part5 .sp-line2 {
  width: 184px;
  height: 61px;
}

.sp-part5 .sp-line3 {
  width: 156px;
  height: 2px;
  border-left: none;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
}

.sp-part6 {
  height: 934px;
  padding: 85px 0 0px;
}

.sp-part6 .sp-box {
  width: 1397px;
  height: 546px;
  margin: 0 auto;
  position: relative;
}

.sp-part6 .sp-img1 {
  position: absolute;
  right: -61px;
  bottom: 0;
  width: 601px;
}

.sp-part6 .sp-t1 {
  position: absolute;
  top: 63px;
  left: 66px;

  font-family: Unbounded-Bold;
  font-size: 44px;
  line-height: 54px;
  color: #353535;
  text-transform: uppercase;
}

.sp-part6 .sp-t1 span {
  color: #2376E6
}

.sp-part6 .sp-t2 {
  position: absolute;
  top: 182px;
  left: 63px;

  font-family: Poppins-SemiBold;
  color: rgba(53, 53, 53, .8);
  line-height: 27px;
  font-size: 32px;
}

.sp-part6 .sp-t3 {
    position: absolute;
    top: 252px;
    left: 63px;
    font-family: Poppins-Regular;
    font-size: 21px;
    line-height: 36px;
    color: #353535;
}

.sp-part6 .sp-line {
  position: absolute;
  top: 364px;
  left: 64px;

  width: 655px;
  height: 2px;
  background: #353535;
  opacity: 0.6;
}

.sp-part6 .sp-t4 {
  position: absolute;
  top: 409px;
  left: 615px;

  font-family: RosellindaAlyamore;
  color: #2376E6;
  font-size: 56px;
  line-height: 49px;
}

.sp-part6 .sp-t5 {
  position: absolute;
  top: 476px;
  left: 604px;

  font-family: Poppins-Regular;
  color: rgba(53, 53, 53, .9);
  font-size: 22px;
  line-height: 21px;
}

.sp-part6 .sp-btn-style1 {
  margin: 86px auto 0;
  width: 747px;
  height: 96px;
  line-height: 96px;
  padding-left: 80px;
  background-image: url('/cdn/shop/files/20260129-ljq-btn-2.png');
}

.sp-part7 {
  height: 624px;
  padding: 75px 260px;
}

.sp-part7 .sp-box {
  width: 100%;
  height: 100%;
  border-radius: 33px;
  background-color: #FFF;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 702px;
}

.sp-part7 .sp-box img {
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 629px;
}

.sp-part7 .sp-title {
  font-size: 44px;
  line-height: 35px;
  text-align: left;
}

.sp-part7 .sp-t1 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Poppins-Regular;
  color: #282828;
  font-size: 20px;
  line-height: 26px;
}

.sp-part7 .sp-t1 span {
  font-family: Poppins-SemiBold;
}

.sp-part7 .sp-t2 {
  font-family: Poppins-Regular;
  color: #282828;
  font-size: 20px;
  line-height: 28px;
}

.sp-part7 .sp-t2 span {
  font-family: Poppins-SemiBold;
}

.sp-part8 {
  height: 860px;
}

.sp-part8 .sp-title {
  line-height: 47px;
}

.sp-part8 .sp-sub-title {
  line-height: 31px;
  margin-top: 23px;
}

.sp-part8 .sp-swiper {
  padding: 70px 0 100px;
  margin: 0 15px 0;
  z-index: 0;
}

.sp-part8 .sp-swiper .swiper-slide {
  width: 318px;
}

.sp-part8 .sp-swiper img {
  border-radius: 30px;
}

.sp_product_part {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 61px 0px 50px;
  /* background: url('/cdn/shop/files/20260126-nsqjj-shop-bg.webp') no-repeat center top;
  background-size: 100% auto; */
}

.sp_product_part .sp-text1 {
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #2A2A2A;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.sp_product_part .sp-title1 {
    font-family: Unbounded-Bold;
    font-size: 45px;
    color: #2A2A2A;
    line-height: 51px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 26px;
}

.sp_product_part .sp-color {
  color: #EE0000;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
  position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
    height: 69px;
    top: 131px;
    left: 405px;
}

.sp_product_part .sp-title1 .sp-icon2 {
    height: 62px;
    top: 137px;
    left: 1443px;
}

.sp_product_part .sp-info4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 107px;
  margin-bottom: 56px;
}

.sp_product_part .sp-info4-item {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: Roboto-Regular;
  font-size: 20px;
  color: #2A2A2A;
}

/* 走马灯 */
.sp-scroll2 {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: fit-content;
  overflow: hidden;
  margin: 45px auto 81px;
}

.sp-scroll2 .nav-imgs {
  width: max-content;
}

.sp-scroll2 .nav-imgs .nav-imgs-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 1860px;
}

.sp-scroll2 .sp-icon {
  width: 50px;
  flex-shrink: 0;
}

.sp-scroll2 .sp-p {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-family: Roboto-Regular;
    font-size: 28px;
    color: #2A2A2A;
    margin-right: 149px;
    white-space: nowrap;
    flex-shrink: 0;
}

.sp_product_content {
  width: 100%;
  padding: 0 260px;
  display: flex;
  gap: 62px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: #EE0000;
  border-radius: 30px;

  padding: 15px 10px 103px;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  width: 710px;
  height: 398px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}

.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  max-width: 680px;
  max-height: 368px;
  object-fit: contain;
  position: relative;
  transform: scale(.8);
}

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-clock {
  width: 44px;
  position: absolute;
  bottom: 26px;
  left: 25px;
  animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-line-wrap {
  position: absolute;
  top: 447px;
  left: 84px;
  width: 344px;
  /* height: 13px;
  background: #ffffff;
  border-radius: 7px; */
}

/* .sp_product_part .sp-line-wrap .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
  margin: 0;
  opacity: 1;
} */

@keyframes sp-fade-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.sp_product_part .sp-row1 {
  position: absolute;
  bottom: 25px;
  left: 90px;
  display: flex;
  align-items: center;

  font-family: Poppins-Medium;
  font-size: 17px;
  color: #ffffff;
  line-height: 17px;
}

.sp_product_part .sp-row1 img {
  height: 19px;
  margin-right: 14px;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  bottom: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  width: 40px;
  height: 38px;
  background: #ffffff;
  border-radius: 9px;
  font-size: 25px;
  color: #343434;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  flex-shrink: 0;
  box-sizing: border-box;
}
.sp_product_part .sp-hours {
  position: absolute;
  left: 3px;
  top: 44px;
  font-family: Roboto-Medium;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 10px;
}
.sp_product_part .sp-mins {
  left: 90px;
}
.sp_product_part .sp-secs {
  left: 176px;
}
.sp_product_part .sp-clock-s .sp-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  /* margin: 0 5px; */
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-title-s {
  font-size: 33px;
  color: #000;
  line-height: 38px;
  font-family: "Roboto-Bold";
}

.sp_product_part .sp-line {
  width: 606px;
  height: 2px;
  background: #000000;
  opacity: 0.4;
  margin-top: 21px;
  margin-bottom: 22px;
}

.sp_product_part .option-title {
  font-size: 20px;
  color: #A0A0A0;
  font-family: "Roboto-Regular";
  line-height: 1;
  margin: 20px 0px 11px;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  position: relative;
}
.sp_product_part .sp-option {
    min-width: 188px;
    height: 48px;
    border-radius: 5px;
    border: 2px solid #C9C9C9;
    background: #ECECEC;
    font-family: "Roboto-Regular";
    line-height: 48px;
    padding: 25px;
    font-size: 21px;
    color: #5D5D5D;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    user-select: none;
    text-align: center;
    gap: 3px;
}
.sp_product_part .sp-width1 {
  min-width: 427px;
  font-size: 20px;
}
.sp_product_part .sp-width2 {
  min-width: 565px;
  font-size: 20px;
}

.sp_product_part .sp-option.active {
  background: #2A2A2A;
  border: 2px solid #000000;
  color: #ffffff;
}
.sp_product_part .sp-option .sp-hot {
  width: 24px;
}

.sp_product_part .sp-price-group {
  align-items: baseline;
  margin-bottom: 24px;
}
.sp_product_part .sp-price1 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #EE0000;
  line-height: 39px;
}
.sp_product_part .sp-price2 {
  font-family: "Roboto-Regular";
  font-size: 26px;
  color: #B9B9B9;
  margin-left: 21px;
  margin-right: 34px;
}
.sp_product_part .sp-row {
  display: flex;
  align-items: center;
  transform: translateY(10px);
}
.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 34px;

  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row .sp-p {
  width: 145px;
  height: 30px;
  background: #EE0000;
  border-radius: 10px;
  font-family: Roboto-Bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-left: -20px;
  padding-left: 15px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #FF8C05;
  border-radius: 10px;

  font-family: "Roboto-Bold";
  box-sizing: border-box;
  font-size: 23px;
  color: #fff;
  gap: 18px;
  text-transform: uppercase;
}
.sp_product_part .addCart img {
  width: 26px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #E00000;
  border-radius: 10px;

  cursor: pointer;
  margin: 21px 0 29px 0;
  font-size: 50px;
  color: #ffffff;
  font-family: "Roboto-Black";
  font-weight: 900;

  animation: skip 4s infinite;
  text-align: center;

  box-sizing: border-box;
}

.sp-tip5 {
  width: 594px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-family: "Roboto-Medium";
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-color {
  color: #EE0000;
  font-family: Roboto-Bold;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.addGroup {
  width: 264px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #A0A0A0;

  padding: 0px 25px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  /* padding: 4px; */
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  color: #000000;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 27px;
  color: #000000;
  /* border-left: 2px solid #646464; */
  /* border-right: 2px solid #646464; */
  line-height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp_header-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }
  2% {
    transform: scale(1.2) rotate(0);
  }
  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }
  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.sp-footer-wrap {
  width: 594px;
}
.sp-footer-img {
  width: 535px;
  display: block;
  margin: 27px auto 25px;
}

.sp-footer-box1 {
  width: 591px;
  height: 138px;
  background: #EEF8FE;
  padding: 26px 48px 25px;
  border-radius: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}

.sp-footer-box2 {
  width: 591px;
  height: 138px;
  background: #FDFCF5;
  border-radius: 16px;
  padding: 19px 51px;
  box-sizing: border-box;
  margin: 21px auto 0;
}
.sp-footer-box2 .sp-icon {
  width: 29px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-Bold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 10px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: "Roboto-Regular";
  line-height: 1.2;
  margin-top: 10px;
}
.sp-footer-box2 span {
  font-family: "Roboto-Regular";
}

.sp_pc {
  display: block;
  overflow-x: hidden;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  .sp-fixed .sp_header-top {
    display: block;
  }

  .sp_header-top {
    height: 72px;
    font-size: 30px;
    line-height: 72px;
  }
  .sp_header-content {
    width: 100%;
    height: 120px;
    position: unset;
    transform: unset;
    padding: 0 39px 0 50px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 44px;
    width: 56px;
  }
  .sp_header-content .sp-logo {
    height: 120px;
    position: unset;
    margin-top: 15px;
    transform: unset;
    left: 150px;
  }
  .sp-cart {
    width: 49px;
    margin-right: 40px;
  }
  .sp-cart .sp-icon {
    width: 100%;
  }
  .sp-cart .sp-num {
    width: 33px;
    height: 33px;
    right: -12px;
    top: -12px;
    font-size: 24px;
    line-height: 33px;
    /* padding-top: 4px; */
  }
  .sp-top-btn {
    width: 313px;
    height: 68px;
    border-radius: 34px;
    font-size: 29px;
  }
  
  .sp-btn-style1 {
    background-image: url('/cdn/shop/files/20260129-ljq-btn-1.png');
    width: 998px;
    height: 170px;
    margin: 0 auto;
    font-size: 55px;
    line-height: 200px;
    padding-left: 85px;
  }

  .sp-title {
    font-size: 66px;
  }

  .sp-sub-title {
    font-size: 33px;
  }

  .sp-part1 {
    height: 2168px;
    padding-top: 980px;
  }

  .sp-part1 .sp-text1 {
    position: initial;
    font-size: 80px;
    line-height: 1;
    text-align: center;
  }

  .sp-part1 .sp-text2 {
    position: initial;
    margin-top: 38px;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
  }

  .sp-part1 .sp-text3 {
    position: initial;
    margin-top: 40px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .sp-part1 .sp-box1 {
    position: initial;
    margin: 68px auto 0;
  
    width: 1000px;
    height: 326px;
  }

  .sp-part1 .sp-box1 .sp-t1 {
    font-size: 49px;
    line-height: 39px;
    position: absolute;
    bottom: 24px;
    left: 175px;
  }
  
  .sp-part1 .sp-box1 .sp-t2 {
    left: 645px;
  }

  .sp-part1 .sp-btn-style1 {
    position: initial;
    margin: 69px auto 0;
    line-height: 172px;
    background-image: url('/cdn/shop/files/20260129-ljq-btn-1.png');
  }

  .sp-part1 .sp-box2 {
    position: initial;
    width: 100%;
    gap: 18px;
    margin: 29px auto 0;
    font-size: 29px;
    line-height: 1;
  }

  .sp-part1 .sp-box2 img {
    width: 56px;
  }

  .sp-part2 {
    height: 1533px;
    padding: 120px 0px 120px;
    background: #F3F3F3;
  }

  .sp-part2 .sp-title {
    line-height: 65px;
    font-size: 65px;
  }

  .sp-part2 .sp-sub-title {
    line-height: 37px;
    margin-top: 17px;
  }

  .sp-part2 .sp-item {
    width: 449px;
    height: 495px;
    
    position: absolute;
    top: 381px;
    left: 70px;
  }
  
  .sp-part2 .sp-item div {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    text-align: center;

    font-family: Poppins-Regular;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 44px;
  }
  
  .sp-part2 .sp-item2 {
    left: 561px;
  }
  
  .sp-part2 .sp-item3 {
    top: 918px;
  }
  
  .sp-part2 .sp-item4 {
    top: 918px;
    left: 561px;
  }

  .sp-part3 {
    height: 2091px;
    padding: 119px 0px 119px;
    box-sizing: border-box;
  }

  .sp-part3 .sp-title {
    font-size: 55px;
    line-height: 68px;
    text-align: center;
    position: initial;
  }

  .sp-part3 .sp-sub-title {
    position: initial;
    line-height: 38px;
    margin-top: 33px;
  }

  .sp-part3 .sp-video {
    position: initial;
    margin: 60px auto 0px;
    width: 1003px;
    height: 954px;
  }

  .sp-part3 .sp-item {
    left: 84px;
    top: 90px;
    gap: 25px;
  }

  .sp-part3 .sp-t {
    gap: 18px;
  }
  
  .sp-part3 .sp-t1 {
    font-size: 64px;
    line-height: 50px;
  }
  
  .sp-part3 .sp-t2 {
    font-size: 28px;
    line-height: 31px;
  }

  .sp-part3 .sp-item2 {
    left: 584px;
  }

  .sp-part3 .sp-item3 {
    top: 281px;
  }

  .sp-part3 .sp-item4 {
    left: 584px;
    top: 281px;
  }

  .sp-part3 .sp-btn-style1 {
    position: initial;
    margin: 472px auto 0;
    width: 998px;
    height: 170px;
    padding-left: 85px;
    line-height: 170px;
    background-image: url('/cdn/shop/files/20260129-ljq-btn-1.png');
  }

  .sp-part4 {
    padding-top: 120px;
    height: 1089px;
  }

  .sp-part4 .sp-title {
    line-height: 52px;
    font-size:61px;
  }
  
  .sp-part4 .sp-sub-title {
    line-height: 38px;
  }

  .sp-part4 .sp-box {
    top: 342px;
    left: 101px;
  }
  
  .sp-part4 .sp-box2 {
    top: 513px;
    left: 101px;
  }
  
  .sp-part4 .sp-box3 {
    top: 848px;
    left: 670px;
  }
  
  .sp-part4 .sp-t1 {
    font-size: 62px;
    line-height: 49px;
  }
  
  .sp-part4 .sp-t1 span {
    font-size: 32px;
  }
  
  .sp-part4 .sp-t2 {
    font-size: 27px;
    line-height: 32px;
    padding-left: 4px;
  }
  
  .sp-part5 {
    height: 1086px;
  }

  .sp-part5 .sp-img-p {
    top: 119px;
  }

  .sp-part5 .sp-font {
    top: 305px;
    right: 147px;
    font-size: 50px;
    line-height: 1;
    text-align: center;
  }

  .sp-part5 .sp-box {
    top: 317px;
    left: 154px;
  }

  .sp-part5 .sp-box2 {
    top: 935px;
    left: 55px;
  }
  
  .sp-part5 .sp-box3 {
    top: 911px;
    left: 760px;
  }

  .sp-part5 .sp-t1 {
    font-size: 54px;
    line-height: 50px;
  }

  .sp-part5 .sp-box3 .sp-t1 {
    font-size: 46px;
  }

  .sp-part5 .sp-t2 {
    font-size: 30px;
    line-height: 23px;
  }

  .sp-part5 .sp-line {
    width: 94px;
    height: 57px;
    top: 100px;
  }

  .sp-part5 .sp-line2 {
    width: 204px;
    height: 140px;
    border-right: 2px solid #353535;
    border-left: none;
    top: -226px;
  }
  .sp-part5 .sp-line2-2 {
    width: 204px;
    height: 70px;
    border-left: 2px solid #353535;
    border-right: none;
    border-bottom: none;
    top: -86px;
  }

  .sp-part5 .sp-line3 {
    width: 171px;
    height: 117px;
    border-left: 2px solid #353535;
    top: -34px;
    left: -192px;
    transform: none;
  }

  .sp-part6 {
    height: 1036px;
    padding: 35px 0 119px;
  }

  .sp-part6 .sp-box {
    width: 1040px;
    height: 642px;
    margin-left: 40px;
  }

  .sp-part6 .sp-t1 {
    top: 102px;
    left: 50px;
    font-size: 38px;
    line-height: 48px;
  }

  .sp-part6 .sp-t2 {
    top: 216px;
    left: 47px;
    line-height: 38px;
    font-size: 32px;
  }

  .sp-part6 .sp-t3 {
    top: 319px;
    left: 47px;
    line-height: 38px;
    font-size: 25px;
  }

  .sp-part6 .sp-line {
    top: 491px;
    left: 47px;
    width: 447px;
    height: 1px;
  }

  .sp-part6 .sp-t4 {
    top: 518px;
    left: 421px;
    font-size: 49px;
    line-height: 40px;
  }

  .sp-part6 .sp-t5 {
    top: 570px;
    left: 377px;
    font-size: 30px;
    line-height: 24px;
  }

  .sp-part6 .sp-btn-style1 {
    margin-top: 69px;
    width: 998px;
    height: 171px;
    line-height: 171px;
    padding-left: 85px;
    background-image: url('/cdn/shop/files/20260129-ljq-btn-1.png');
  }

  .sp-part7 {
    height: 1532px;
    padding: 120px 38px;
  }

  .sp-part7 .sp-title {
    line-height: 75px;
  }

  .sp-part7 .sp-box {
    padding-top: 721px;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
  }

  .sp-part7 .sp-box img {
    left: 50%;
    top: 37px;
    transform: translateX(-50%);
    width: 927px;
  }

  .sp-part7 .sp-title {
    font-size: 60px;
    line-height: 47px;
    text-align: center;
  }

  .sp-part7 .sp-t1 {
    margin-top: 46px;
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

  .sp-part7 .sp-t2 {
    font-size: 29px;
    line-height: 44px;
    text-align: center;
  }

  .sp-part8 {
    height: 860px;
    margin-bottom: 90px;
  }

  .sp-part8 .sp-title {
    line-height: 68px;
    font-size:53px;
  }

  .sp-part8 .sp-sub-title {
    line-height: 38px;
    margin-top: 20px;
  }

  .sp-part8 .sp-swiper {
    padding: 50px 0 100px;
    margin: 0 10px 0;
  }

  .sp-part8 .sp-swiper .swiper-slide {
    width: 318px;
  }

  .sp-part8 .sp-swiper .swiper-slide-active img {
    transform: scale(.94);
  }

  .sp-promo3-nav{
      width: 1080px;
      height: 467px;
      background: url('/cdn/shop/files/20260126-nsqjj-nav-bg.webp') no-repeat;
      background-size: 100% 100%;
      position: relative;
  }

  .sp-promo3-content{
      width: 384px;
      position: absolute;
      left: 252px;
      top: 56px;
  }

  .sp-promo3-row{
      display: flex;
      align-items: baseline;
      font-size: 69px;
      color: #fae500;
      line-height: 51px;
      font-family: "Poppins-BoldItalic";
      font-style: italic;
      text-shadow: 2px 2px 6px #003390;
      position: relative;
      z-index: 2;
  }

  .sp-promo3-span{
      font-size: 160px;
      line-height: 117px;
  }

  .sp-promo3-t2{
      font-family: "Poppins-Medium";
      font-size: 26px;
      color: #fffcf4;
      line-height: 27px;
      text-align: center;
      margin: 40px auto 14px;
  }

  .sp-promo3-t3{
      font-family: "Poppins-Regular";
      font-size: 23px;
      color: #ffffff;
      line-height: 33px;
      text-align: center;
  }

  .sp-promo3-t4{
      width: 196px;
      height: 46px;
      background: #1345a0;
      position: absolute;
      top: 5px;
      left: 160px;
      font-family: "Poppins-Regular";
      font-size: 35px;
      color: #fffcf4;
      font-style: italic;
      text-align: center;
      line-height: 47px;
  }

  .sp-promo3-btn-style{
      width: 360px;
      height: 104px;
      background: url('/cdn/shop/files/20260126-nsqjj-nav-btn.png') no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 264px;
      top: 340px;
      font-family: "Poppins-Bold";
      font-weight: bold;
      font-size: 34px;
      color: #ffffff;
      cursor: pointer;
      padding-top: 17px;
      padding-left: 40px;
  }

  .sp_product_part {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 119px 0px 120px;
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: auto !important;
    margin-right: 0px;
    width: 126px;
  }
  .sp_product_part .sp-text1 {
    font-size: 36px;
    white-space: nowrap;
    gap: 19px;
  }

  .sp_product_part .sp-title1 {
    font-size: 49px;
    margin-bottom: 45px;
    margin-top: 39px;
    line-height: 54px;
    font-family: Montserrat-SemiBold;
  }
  .sp_product_part .sp-title1 .sp-icon1 {
      top: 231px;
    left: 35px;
  }
  .sp_product_part .sp-title1 .sp-icon2 {
    top: 234px;
    left: 969px;
  }

  .sp_product_content {
    padding: 0px 40px 0;
    flex-direction: column;
    gap: 60px;
  }

  .sp_product_part .sp-clock {
    width: 61px;
    bottom: 36px;
    left: 34px;
  }
  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 706px;
    padding: 20px 14px 141px;
    margin: 0 auto;
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 544px;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    min-width: 930px;
    min-height: 504px;
  }

  .sp_product_part .sp-line-wrap {
    top: 612px;
    left: 115px;

    width: 471px;
  }

  .sp_product_part .sp-row1 {
    bottom: 34px;
    left: 123px;
    font-size: 27px;
    line-height: 22px;
  }

  .sp_product_part .sp-row1 img {
    height: 26px;
    margin-right: 15px;
  }
  
  .sp_product_part .sp-clock-s {
    right: 39px;
    bottom: 52px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 55px;
    height: 53px;
    font-size: 35px;
    padding-top: 4px;
  }
  .sp_product_part .sp-hours {
    left: 4px;
    top: 61px;
    font-size: 16px;
    line-height: 13px;
  }
  .sp_product_part .sp-mins {
    left: 121px;
  }
  .sp_product_part .sp-secs {
    left: 230px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    gap: 9px;
    margin: 0 5px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 6px;
    height: 6px;
  }
  
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }

  .sp_product_part .option-title {
    font-size: 34px;
    line-height: 35px;
    margin: 35px 0px 20px;
  }
  .sp_product_part .opt-group {
    gap: 19px 17px;
  }
  .sp_product_part .sp-option {
    height: 81px;
    min-width: 322px;
    font-size: 36px;
    line-height: 81px;
    gap: 12px;
  }
  .sp_product_part .sp-width1 {
    min-width: 734px;
    font-size: 34px;
  }
  .sp_product_part .sp-width2 {
    min-width: 971px;
    font-size: 34px;
  }
  .sp_product_part .sp-option .sp-hot {
    width: 41px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1;
    align-items: baseline;
    margin-bottom: 41px;
  }
  .sp_product_part .sp-price1 {
    font-size: 84px;
    line-height: 79px;
  }
  .sp_product_part .sp-price2 {
    font-size: 44px;
    margin-left: 21px;
    margin-right: 59px;
  }
  .sp_product_part .sp-row {
    transform: translateY(15px);
  }
  .sp_product_part .sp-row img {
    width: 57px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 244px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 521px;
    height: 100px;
    font-size: 38px;
    gap: 27px;
  }
  .sp_product_part .addCart img {
    width: 45px;
  }
  .sp_product_part .sp-quality-row {
    gap: 32px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 153px;
    margin: 34px auto 48px;
    font-size: 84px;
    box-sizing: border-box;
  }

  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 56px;
    line-height: 64px;
  }

  .sp_product_part .sp-line {
    width: 995px;
    margin-top: 37px;
    margin-bottom: 42px;
  }

  .sp-tip5 {
    gap: 24px;
    font-size: 34px;
    line-height: 34px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 72px;
  }

  .addGroup {
    width: 447px;
    height: 102px;
    padding: 0px 42px;
  }
  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 22px;
  }
  .addGroup input {
    width: 230px;
    font-size: 46px;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 949px;
    margin: 48px auto 37px;
  }
  
  .sp-footer-box1 {
    width: 995px;
    height: 232px;
    padding: 43px 84px 42px;
    box-sizing: border-box;
  }
  .sp-footer-img2 {
    width: 805px;
  }
  .sp-footer-box1 .sp-p {
    gap: 11px;
    font-size: 34px;
    margin-bottom: 29px;
  }
  .sp-footer-box1 .sp-p img {
    width: 43px;
  }

  .sp-footer-box2 {
    width: 995px;
    height: 232px;
    padding: 31px 89px;
    margin-top: 36px;
  }
  .sp-footer-box2 .sp-p {
    gap: 11px;
    font-size: 34px;
    margin-bottom: 20px;
  }
  .sp-footer-box2 .sp-p img {
    width: 49px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 29px;
    margin-top: 19px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    background-position: center center;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center;
    box-sizing: border-box;
  }
  .sp-btn-style2 .sp-area1 {
    width: 403px;
    height: 100%;
    background-color: #000000;
    position: relative;
  }
  .sp-btn-style2 .sp-area1 img {
    position: absolute;
    width: 269px;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
  }
  .sp-btn-style2 .sp-area1 .sp-t1 {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #FFEFCB;
    line-height: 21px;

    width: 100%;
    text-align: center;
    position: absolute;
    top: 39px;
    left: 0;
  }
  .sp-btn-style2 .sp-area1 .sp-t2 {
    font-family: "Poppins-Bold";
    font-size: 58px;
    color: #FFFFFF;
    /* text-shadow: 2px 2px 0px #FFFFFF; */
    background: linear-gradient(173deg, #FFEFCB 1.3671875%, #BC8714 99.6337890625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 44px;

    width: 100%;
    text-align: center;
    position: absolute;
    top: 67px;
    left: 0;
    z-index: 2;
  }
  .sp-btn-style2 .sp-area1 .sp-t2-2 {
    font-family: "Poppins-Bold";
    font-size: 58px;
    color: #FFFFFF;
    text-shadow: 2px 2px 0px #FFFFFF;
    line-height: 44px;

    width: 100%;
    text-align: center;
    position: absolute;
    top: 67px;
    left: 0;
  }
  .sp-btn-style2 .sp-area1 .sp-t3 {
    font-family: "Poppins-Medium";
    font-size: 25px;
    color: #EEF8FF;
    line-height: 25px;

    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 19px;
    left: 0;
  }
  .sp-btn-style2 .sp-area2 {
    flex: 1;
    height: 100%;
    background-color: #f20000;
    position: relative;
  }
  .sp-btn-style2 .sp-area2 .sp-t1 {
    font-family: "Poppins-Bold";
    font-size: 54px;
    color: #FFF;
    line-height: 52px;
    text-transform: uppercase;
    position: absolute;
    right: 29px;
    top: 41px;
    animation: skip 4s infinite 1s;
  }
  .sp-btn-style2 .sp-area2 .sp-t2 {
    font-family: Poppins-Regular;
    font-size: 27px;
    color: rgba(255, 255, 255, .83);
    line-height: 28px;
    position: absolute;
    right: 41px;
    bottom: 40px;
  }
  .sp-btn-style2 .sp-cart {
    width: 111px;
    height: 98px;
    background: #FFFFFF;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp-btn-style2 .sp-icon {
    width: 67px;
  }
  .sp-btn-style2 .sp-num {
    width: 32px;
    height: 31px;
    background: #f20000;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    
    position: absolute;
    right: 7px;
    top: 10px;
    font-size: 27px;
    color: #FFFFFF;
    line-height: 34px;
    font-family: Poppins-Medium;
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
  }
  .sp_main {
    overflow: hidden;
  }
  .sp-menu-mask {
    background: rgba(11, 11, 11, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
  }
  .sp-menu {
    width: 473px;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 110px;
    box-sizing: border-box;
    animation: stuckMoveLeft 0.5s;
  }

  .sp-menu .sp-menu-item {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.14);

    font-family: "Poppins-Bold";

    font-size: 33px;
    color: #636363;
  }
  .sp-menu .sp-menu-item a {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-menu .sp-menu-item a .sp-span {
    width: 60px;
    height: 28px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-left: 25px;
  }
  .sp-menu .sp-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .sp-menu li .sp-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
    padding-left: 55px;
  }

  .sp-menu li .sp-row a img {
    width: 31px;
    height: 31px;
  }
  .sp-menu .sp-close-btn {
    position: absolute;
    top: 37px;
    right: 22px;
    width: 39px;
    cursor: pointer;
  }

  .sp-scroll-top {
    scroll-margin-top: 0px;
  }
}
.sp-scroll-top {
  scroll-margin-top: 60px;
}

/* =========================================
   PC端样式 (基准宽度 1920px) - 对应图一
   ========================================= */

.sp-promise-section2 {
  width: 1920px; /* 配合zoom使用固定宽 */
  height: 449px;
  /* 模拟背景：深色+金色光效 */
  background: url('/cdn/shop/files/20260129-ljq-circle-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 0px 275px 54px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
  font-size: 50px;
  line-height: 51px;
  font-family: "Unbounded-Bold";
  color: #F3F3F3;
  margin-bottom: 79px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 21px;
}

/* 单个卡片样式 */
.sp-bz3-card {
  height: 214px;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 25px;

  flex: 1; /* 三等分 */
  display: flex;
  flex-direction: column; /* PC端内容上下排列 */
  align-items: center; /* PC端内容居中 */
  text-align: center; /* PC端文字居中 */
  position: relative;
  padding: 55px 16px 0;
  box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 86px;
  height: 86px;
  /* 如果没有图片，用此做占位符效果 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -43px;
}

.sp-bz3-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
  font-size: 24px;
  color: #212121;
  font-family: Poppins-SemiBold;
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 16px;
}

.sp-bz3-card-content p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: rgba(33, 33, 33, .8);
  line-height: 1.1;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    height: 1464px;
    padding: 60px 38px 116px;
    background-image: url('/cdn/shop/files/20260129-ljq-circle-bg-m.jpg');
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 57px;
    font-size: 54px;
    box-sizing: border-box;
    line-height: 70px;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 42px;
  }

  .sp-bz3-card {
    height: 342px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 50px 0px 43px;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    width: 224px;
    height: 224px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: unset;
    top: unset;
    transform: unset;
    margin-right: 51px;
    margin-bottom: 0;
  }

  .sp-bz3-card-content h3 {
    font-size: 45px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0;
    margin-bottom: 18px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 1.2;
  }
}

/* ============================================================
   pc样式 (默认样式)
   基准宽度：1920px
   ============================================================ */

/* ================= 核心容器 (配合 JS zoom) ================= */
.sp-qa2-container {
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 120px;
  transform-origin: top left;
}

/* ================= 组件样式 (sp-qa2-前缀) ================= */
.sp-qa2-sub-title {
  font-family: Poppins-Medium;
  font-size: 35px;
  line-height: 37px;
  color: #2069E0;
  text-align: center;
  margin-bottom: 17px;
  display: none;
}

/* 标题样式 */
.sp-qa2-title {
  text-align: center;
  font-size: 47px;
  color: #282828;
  margin-bottom: 55px;
  line-height: 42px;
  font-family: Unbounded-Bold;
}

/* 列表容器 */
.sp-qa2-list-container {
  margin: 0 auto;
  width: 1243px; /* PC端内容宽度 */
}

/* 单个卡片 */
.sp-qa2-item {
  border-radius: 0px;
  transition: all 0.3s ease;
  overflow: hidden; /* 保证圆角 */
  margin-bottom: 36px;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
}

/* 问题区域 (点击触发区) */
.sp-qa2-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  color: #212121;
  height: 122px; /* 卡片高度 */
  border-radius: 0px;
  font-family: "Poppins-SemiBold";
  padding: 0 64px 0 82px;
  position: relative;
  transition: background-color 0.3s;
  background-color: #FFF;
}

/* 鼠标悬停在问题上时，稍微变色 */
.sp-qa2-question:hover {
  /* background-color: #fafafa;
  background: #8359ae10; */
}

/* 图标外面的黑盒子 */
.sp-qa2-icon-box {
  width: 32px;
  height: 32px;
  background: #2376E6;
  /* border-radius: 2px; */
  font-size: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 旋转动画 */
}

.fa-minus:before, .fa-subtract:before {
  content: "";
  height: 0;
  border-top: 5px solid #000;
  display: block;
  width: 16px;
}

/* 答案区域 (默认隐藏) */
.sp-qa2-answer {
  display: none;
  font-family: Poppins-Medium;
  padding: 36px 82px 0px;
  font-size: 22px;
  color: #35424A;
  line-height: 41px;
  /* background: #f4f4f4; */
  border-top: 1px solid transparent; /* 占位防止跳动 */
}

/* ================= 激活(展开)状态 ================= */
.sp-qa2-item.active {
  /* box-shadow: 1px 2px 27px 0px rgba(19,17,17,0.06); */
  box-shadow: none;
}
.sp-qa2-item.active .sp-qa2-question {
  background: #2376E6;
  color: #FFFFFF;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
}
/* 激活时，图标盒子旋转 135度 (+ 变成 x) */
.sp-qa2-item.active .sp-qa2-icon-box {
  transform: rotate(180deg);
  /* background-color: #fff;   */
  color: #000000;
  background: #ffffff;
}
.sp-qa2-item .fa-minus {
  display: none;
}
.sp-qa2-item.active .fa-plus {
  display: none;
}
.sp-qa2-item.active .fa-minus {
  display: block;
}
/* 激活时，整个卡片阴影加深 */
.sp-qa2-item.active {
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.sp-qa2-container .sp-btn-style1 {
  width: 746px;
  padding-left: 80px;
  line-height: 96px;
  height: 95px;
  margin: 60px auto 0;
  background-image: url('/cdn/shop/files/20260129-ljq-btn-2.png');
}

/* ================= 移动端 适配 (基准 1080px) ================= */
@media screen and (max-width: 1080px) {
  .sp-qa2-container {
    width: 1080px;
    box-sizing: border-box;
    padding: 123px 61px 311px;
    min-height: unset;
    overflow: hidden;
  }
  .sp-qa2-list-container {
    width: auto;
  }
  .sp-qa2-sub-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 18px;
  }
  .sp-qa2-title {
    font-size: 55px;
    line-height: 66px;
    margin-bottom: 56px;
  }
  .sp-qa2-icon-box {
    font-size: 30px;
  }
  .sp-qa2-question {
    font-size: 29px;
    padding-left: 59px;
    padding-right: 63px;
  }
  .sp-qa2-answer {
    font-size: 25px;
    line-height: 41px;
    padding-left: 59px;
    padding-right: 59px;
  }
  .sp-qa2-container .sp-btn-style1 {
    width: 808px;
    height: 152px;
    line-height: 152px;
    display: none;
  }
}

.gradually .sp-title span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-style: normal;
}
.gradually .sp-sub-title {
  opacity: 0;
}

@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.sp-ani,
.sp-ani2 {
  opacity: 0;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes sp-fade-left {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}
@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* Automatic Generated Fixed CSS */
@media only screen and (max-width: 1080px) { .mf-bundle-product { zoom: 2.2; } }
.mf-bundle-checkout-warning{ color: #788188 !important; opacity: 0.6; }
.app-embed-plus-component-pay-button-address-text { color: #000; opacity: 0.75; font-size: 16px !important; }
.app-embed-plus-component-bundler { padding-top: 0px !important; padding-bottom: 0px !important; }
product-recommendations { display: none !important; }

#root .customer_buy_more_wrapper .customer_buy_more_title { font-size: 50px; margin-bottom: 40px; }
#root table.customer-buy-more-discount-table { color: #000; }
#root .quick-add-hidden { margin: 20px 40px 40px; font-size: 40px; }
#root table.customer-buy-more-discount-table th, td { padding: 20px 10px !important; }
.guarantee_column_container {
  display:none !important;
}
.collapsible-content {
  display:none !important;
}
.banner {
  display:none !important;
}
#trustoo-ai-summary-wrapper {
  display:none !important;
}