/** Shopify CDN: Minification failed

Line 56:3 Unexpected "*"

**/
@font-face {
  font-family: AvantGardeLT-Bold;
  src: url('/cdn/shop/files/AvantGardeLT-Bold.ttf');
}

@font-face {
  font-family: AvantGardeLT-Medium;
  src: url('/cdn/shop/files/AvantGardeLT-Medium.ttf');
}

@font-face {
  font-family: AvantGardeLT-Book;
  src: url('/cdn/shop/files/AvantGardeLT-Book.ttf');
}

@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-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');
}

﻿* {
  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;
  letter-spacing:0px;
}

p,input,h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  margin: 0;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  font-size: unset;
  font-family: unset;
  line-height: unset;
}


ol, ul{
    margin:initial;
    padding: initial;
}


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: 40px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  height: 100%;
  background: #000000;
}
.sp_header-top .sp-p img {
  height: 14px;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: 70px;
  border-radius: 35px;
  background: rgba(255,255,255,.9);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding-left: 53px;
  padding-right: 26px;
  position: relative;
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: #000;
  padding-top: 3px;
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 15px;
  background: #D90000;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  font-family: Poppins-Regular;
  display: inline-block;
  text-align: center;
  margin-left: -2px;
  vertical-align: middle;
  line-height: 16px;
  transform: translateY(-1px);
}
.sp_header-content ul li:hover {
  /* color: #8359ae; */
}
.sp_header-content .sp-logo-box {
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sp_header-content .sp-logo {
  height: 100%;
}
.sp-cart {
  width: 40px;
  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: 18px;
  height: 18px;
  background: #F0000B;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -5px;
  font-size: 14px;
  font-family: "Poppins-Bold";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #8a8a8a;
}

.sp-top-btn {
  width: 169px;
  height: 48px;
  background: #FFA700;
  border-radius: 24px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-family: Poppins-Bold;
  line-height:1.1;
  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: 620px;
  height: 88px;
  line-height: 88px;
  background: url('/cdn/shop/files/20260205-kpq-btn.png') no-repeat;
  background-size: 100% 100%;
  font-size: 27px;
  color: #ffffff;
  font-family: Poppins-Bold;
  text-align: center;
  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: AvantGardeLT-Bold;
  font-size: 60px;
  text-align: center;
  color: #fff;
}

.sp-sub-title {
  font-family: Poppins-Medium;
  font-size: 26px;
  text-align: center;
  color: rgba(188, 188, 188, .8);
}

.sp-color {
  color: #FF9C00;
}

.sp-img-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.sp-part1 {
  height: 1980px;
}

.sp-part1 .sp-text1 {
  position: absolute;
  top: 204px;
  left: 261px;

  font-family: Poppins-Medium;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}

.sp-part1 .sp-text2 {
  position: absolute;
  top: 250px;
  left: 259px;

  font-family: AvantGardeLT-Bold;
  font-size: 60px;
  line-height: 80px;
  color: #FFF;
}

.sp-part1 .sp-text2 span {
  color: #FF9C00;
}

.sp-part1 .sp-text3 {
  position: absolute;
  top: 441px;
  left: 260px;

  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 27px;
  color: #9B9B9B;
}

.sp-part1 .sp-btn-style1 {
  position: absolute;
  top: 546px;
  left: 260px;
  width: 581px;
  background-image: url('/cdn/shop/files/20260205-kpq-btn1.png');
  font-size:25px;
}

.sp-part1 .sp-box1 {
  position: absolute;
  left: 260px;
  top: 671px;
  height: 62px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 234px;
  gap: 6px;
  padding-top: 8px;
}

.sp-part1 .sp-img1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.sp-part1 .sp-t1 {
  font-family: Poppins-Medium;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 22px;
}

.sp-part1 .sp-font {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sp-part1 .sp-t2 {
  display: flex;
  align-items: center;

  font-family: Poppins-SemiBold;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 19px;
}

.sp-part1 .sp-img2 {
  height: 19px;
  transform: translateY(-2px);
}

.sp-part1 .sp-t3 {
  font-family: Poppins-Regular;
  color: #D2D1D1;
  font-size: 18px;
  line-height: 19px;
}

.sp-part1 .sp-box2 {
  position: absolute;
  width: 1400px;
  height: 183px;
  left: 260px;
  top: 862px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 101px;
}

.sp-part1 .sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 22px;
  gap: 18px;

  font-family: Poppins-Regular;
  font-size: 26px;
  line-height: 28px;
  color: rgba(255, 255, 255, .97);
  text-align: center;
}

.sp-part1 .sp-img8 {
  width: 2px;
}

.sp-part2 {
  margin-top: -935px;
  height: 935px;
  padding: 99px 260px 100px;
}

.sp-part2 .sp-title {
  line-height: 57px;
}

.sp-part2 .sp-sub-title {
  line-height: 21px;
  margin-top: 22px;
}

.sp-part2 .sp-video {
  width: 650px;
  height: 593px;
  /* background: #9F9F9F; */
  border-radius: 20px;
  overflow: hidden;

  position: absolute;
  left: 260px;
  top: 242px;
}

.sp-part2 .sp-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-item {
  position: absolute;
  top: 242px;
  left: 944px;

  width: 340px;
  height: 280px;
}

.sp-part2 .sp-item2 {
  left: 1318px;
}

.sp-part2 .sp-item3 {
  top: 555px;
}

.sp-part2 .sp-item4 {
  top: 555px;
  left: 1318px;
}

.sp-part2 .sp-p {
  position: absolute;
  bottom: 15px;
  left: 20px;

  font-family: Poppins-SemiBold;
  font-size: 26px;
  color: #242424;
  line-height: 30px;
}

.sp-part2 .sp-p span {
  color: #FF9C00;
}

.sp-part3 {
  height: 914px;
  padding-top: 100px;
  margin-top: -1px;
}

.sp-part3 .sp-title {
  line-height: 47px;
}

.sp-part3 .sp-sub-title {
  line-height: 28px;
  margin-top: 38px;
}

.sp-part3 .sp-box {
  position: absolute;
  top: 270px;
  left: 260px;

  width: 335px;
  height: 544px;
  background: #E8E8E8;
  border-radius: 20px;
  padding-top: 26px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-part3 .sp-img1 {
  height: 210px;
}

.sp-part3 .sp-t1 {
  width: 120px;
  height: 34px;
  background: #595959;
  border-radius: 17px;
  margin-top: -17px;
  
  font-family: Poppins-Bold;
  font-size: 21px;
  color: #FFF;
  line-height: 34px;
  text-align: center;
}

.sp-part3 .sp-box2 {
  background: #FFFFFF;
}

.sp-part3 .sp-box2 .sp-t1 {
  color: #FFFFFF;
  background: linear-gradient(-70deg, #FF9C00, #FFBD56, #FF9C00);
}

.sp-part3 .sp-t2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  
  padding-top: 53px;
  padding-left: 70px;
  gap: 15px;
  width: 100%;
}

.sp-part3 .sp-line {
  width: 223px;
  height: 0.4px;
  background: rgba(0, 0, 0, 0.5);
}

.sp-part3 .sp-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sp-part3 .sp-img2 {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.sp-part3 .sp-text1 {
  font-family: Poppins-SemiBold;
  font-size: 17px;
  line-height: 23px;
  color: #3D3D3D;
}

.sp-part3 .sp-text1 span {
  color: #FF9C00;
}

.sp-part3 .sp-text2 {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 1.1;
  color: #787878;
}

.sp-part3 .sp-box2 {
  left: 605px;
  width: 350px;
}

.sp-part3 .sp-box2 .sp-line {
  width: 257px;
}

.sp-part3 .sp-box2 .sp-t2 {
  padding-left: 60px;
}

.sp-part3 .sp-img5 {
  position: absolute;
  left: 563px;
  top: 367px;
  width: 87px;
}

.sp-part4 {
  padding-top: 99px;
  height: 1712px;
  background: #090909;
}

.sp-part4 .sp-title {
  line-height: 60px;
}

.sp-part4 .sp-sub-title {
  line-height: 28px;
  margin-top: 13px;
}

.sp-part4 .sp-img1 {
  position: absolute;
  top: 271px;
  left: 260px;
  width: 674px;
}

.sp-part4 .sp-item {
  width: 315px;
  width: fit-content !important;
  height: 172px;

  position: absolute;
  top: 240px;
  left: 990px;
}

.sp-part4 .sp-item img {
  height: 100%;
  width: auto;
  position: relative;
}

.sp-part4 .sp-item2 {
  left: 1359px;
}

.sp-part4 .sp-item3 {
  top: 448px;
}

.sp-part4 .sp-item4 {
  top: 448px;
  left: 1359px;
}

.sp-part4 .sp-item5 {
  top: 655px;
}

.sp-part4 .sp-item6 {
  top: 655px;
  left: 1359px;
}

.sp-part4 .sp-t1 {
  position: absolute;
  top: 10px;
  right: 44px;

  width: 46px;
  text-align: center;

  font-family: Poppins-SemiBold;
  font-size: 38px;
  color: #090909;
  line-height: 30px;
  font-style: italic;
}

.sp-part4 .sp-t2 {
  font-family: Poppins-SemiBold;
  font-size: 17px;
  color: #FF9C00;
  line-height: 27px;

  position: absolute;
  left: 83px;
  top: 63px;
}

.sp-part4 .sp-item2 .sp-t2,
.sp-part4 .sp-item4 .sp-t2,
.sp-part4 .sp-item6 .sp-t2,
.sp-part4 .sp-item2 .sp-t3,
.sp-part4 .sp-item4 .sp-t3,
.sp-part4 .sp-item6 .sp-t3 {
  left: 108px;
}

.sp-part4 .sp-t3 {
  position: absolute;
  left: 83px;
  top: 99px;

  font-family: Poppins-Regular;
  color: rgba(19, 19, 19, .8);
  font-size: 17px;
  line-height: 22px;
}

.sp-part4 .sp-btn-style1 {
  margin: 693px auto 0;
}

.sp-part4 .sp-content {
  margin: 87px auto 0;
  width: 1397px;
  height: 543px;
  position: relative;
}

.sp-part4 .sp-content .sp-t1 {
  font-family: Poppins-Bold;
  color: #FFFFFF;
  font-size: 38px;
  line-height: 34px;
  font-style: normal;

  width: fit-content !important;

  top: 88px;
  left: 602px;
  right: unset;
}

.sp-part4 .sp-content .sp-t2 {
  font-family: Poppins-Regular;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  padding-right: 46px;

  top: 158px;
  left: 602px;
}

.sp-part4 .sp-line {
  position: absolute;
  top: 340px;
  left: 605px;

  width: 603px;
  height: 2px;
  background: #FFFFFF;
}

.sp-part4 .sp-img9 {
  position: absolute;
  top: 385px;
  left: 606px;
  width: 601px;
}

.sp-part5 {
  height: 961px;
}

.sp-part5 .sp-title {
      position: absolute;
    top: 99px;
    right: 263px;
    width: 780px;
    line-height: 46px;
    font-size: 42px;
}

.sp-part5 .sp-sub-title {
  position: absolute;
  right: 261px;
  top: 174px;

  width: 780px;
  line-height: 28px;
      font-size: 20px;
}

.sp-part5 .sp-img1 {
  position: absolute;
  width: 780px;
  right: 261px;
  top: 226px;
}

.sp-part6 {
  background: #090909;
  height: 804px;
  padding: 100px 0;
}

.sp-part6 .sp-content {
  width: 1400px;
  height: 604px;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 auto;
}

.sp-part6 .sp-t1 {
  position: absolute;
  top: 46px;
  left: 53px;

  font-family: AvantGardeLT-Bold;
  color: #303030;
  font-size: 58px;
  line-height: 45px;
  text-transform: uppercase;
}

.sp-part6 .sp-t2 {
  left: 877px;
}

.sp-part6 .sp-t3 {
  font-family: Poppins-Regular;
  color: #303030;
  font-size: 24px;
  line-height: 40px;

  position: absolute;
  top: 121px;
  left: 55px;
}

.sp-part6 .sp-t3 span {
  font-family: Poppins-Bold;
}

.sp-part6 .sp-img1 {
  width: 423px;

  position: absolute;
  top: 257px;
  left: 63px;
}

.sp-part6 .sp-img2 {
  width: 604px;

  position: absolute;
  top: 126px;
  left: 740px;
}

.sp_product_part {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 50px 0px 100px;
  background: url('/cdn/shop/files/20260205-kpq-shop-bg.png') no-repeat center top;
  background-size: 100% auto;
}

.sp_product_part .sp-text1 {
  font-family: "Poppins-Regular";
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 17px;
  align-items: center;
}

.sp_product_part .sp-title1 {
  font-family: "Poppins-Bold";
  font-size: 47px;
  color: #FFFFFF;
  line-height: 52px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 28px;
}

.sp_product_part .sp-color {
  color: #F9CA02;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
  position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
  height: 69px;
  top: 64px;
  left: 471px;
}

.sp_product_part .sp-title1 .sp-icon2 {
  height: 62px;
  top: 74px;
  left: 1377px;
}

.sp_product_part .sp-info4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 92px;
  margin-bottom: 151px;
}

.sp_product_part .sp-info4-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #FFF;
}

.sp_product_content {
  width: 100%;
  padding: 0 260px;
  display: flex;
  gap: 64px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: url('/cdn/shop/files/20260205-kpq-pro-bg.png') no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 10px 10px 108px;
  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: 700px;
  max-height: 350px;
  object-fit: contain;
}

.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: 443px;
  left: 84px;
  width: 344px;
}

.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;

  display: none;
}

@keyframes sp-fade-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.sp_product_part .sp-row1 {
  position: absolute;
  bottom: 26px;
  left: 90px;
  display: flex;
  align-items: baseline;

  font-family: Poppins-Medium;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.sp_product_part .sp-row1 img {
  height: 19px;
  margin-right: 12px;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  bottom: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
  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-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-clock-s .sp-hour {
  position: absolute;
  left: -3px;
  top: 43px;

  font-family: Roboto-Medium;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 10px;
}
.sp_product_part .sp-clock-s .sp-mins {
  left: 82px;
}
.sp_product_part .sp-clock-s .sp-secs {
  left: 166px;
}

.sp_product_part .sp-title-s {
  font-size: 36px;
  color: #000000;
  line-height: 40px;
  font-family: "Poppins-Bold";
}

.sp_product_part .sp-line {
  width: 606px;
  height: 2px;
  background: #000000;
  opacity: 0.4;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sp_product_part .option-title {
  font-size: 20px;
  color: #A0A0A0;
  font-family: "Roboto-Regular";
  line-height: 1;
  margin: 24px 0px 7px;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.sp_product_part .sp-option {
  min-width: 132px;
  height: 48px;
  padding:10px 20px;
  border-radius: 23px;
  background: #ECECEC;
  border: 2px solid #C9C9C9;
  border-radius: 5px;
  font-family: "Poppins-Regular";
  line-height: 50px;
  font-size: 20px;
  color: #5D5D5D;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
}
.sp_product_part .sp-width1 {
  min-width: 458px;
  gap: 8px;
}
.sp_product_part .sp-option.active {
  background: #FD771B;
  border: 2px solid #FD771B;
  color: #ffffff;
}
.sp_product_part .sp-option .sp-hot {
  width: 27px;
}

.sp_product_part .sp-price-group {
  align-items: baseline;
  margin-bottom: 39px;
}
.sp_product_part .sp-price1 {
  font-family: "Poppins-Bold";
  font-size: 50px;
  color: #F00000;
  line-height: 48px;
}
.sp_product_part .sp-price2 {
  font-family: "Poppins-Regular";
  font-size: 26px;
  color: #B9B9B9;
  margin-left: 18px;
  margin-right: 15px;
}
.sp_product_part .sp-row {
  display: flex;
  align-items: center;
  transform: translateY(0px);
}
.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: 185px;
  height: 30px;
  background: #FD771B;
  border-radius: 10px;
  font-family: "Poppins-Bold";
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-left: -20px;
  padding-left: 15px;
  box-sizing: border-box;
  transform: translateY(0px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #FFF3E0;
  border-radius: 10px;

  font-family: "Roboto-Bold";
  box-sizing: border-box;
  font-size: 26px;
  color: #312A2A;
  gap: 16px;
  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: 26px 0 37px 0;
  font-size: 45px;
  color: #ffffff;
  font-family: "Poppins-Bold";

  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: "Poppins-Regular";
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-span {
  color: #E80000;
}

@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: 572px;
  display: block;
  margin: 25px auto 24px;
}

.sp-footer-box1 {
  width: 580px;
  height: 138px;
  background: #EEF8FE;
  border-radius: 16px;
  padding: 20px 48px 30px;
  box-sizing: border-box;
}
.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: 580px;
  height: 138px;
  background: #FDFCF5;
  border-radius: 16px;
  padding: 17px 28px;
  box-sizing: border-box;
  margin-top: 21px;
}
.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: 6px;
}

.sp-footer-box2 .sp-li {
  font-size: 16px;
  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: 40px;
    font-size: 27px;
  }
  .sp_header-top .sp-p {
    gap: 86px;
  }
  .sp_header-top .sp-p img {
    height: 24px;
  }
  .sp_header-content {
    width: 100%;
    height: 120px;
    position: unset;
    transform: unset;
    padding: 0 46px 0 46px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 180px;
    width: 52px;
  }
  .sp_header-content .sp-logo {
    height: 92px;
    position: unset;
    transform: unset;
  }
  .sp-cart {
    width: 70px;
    margin-right: 19px;
  }
  .sp-cart .sp-icon {
    width: 100%;
  }
  .sp-cart .sp-num {
    width: 31px;
    height: 31px;
    right: -12px;
    top: -8px;
    font-size: 24px;
  }
  .sp-top-btn {
    width: 265px;
    height: 75px;
    border-radius: 38px;
    font-size: 30px;
    padding-top: 3px;
  }
  
  .sp-btn-style1 {
    background-image: url('/cdn/shop/files/20260205-kpq-btn-m.png');
    width: 911px;
    height: 138px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 138px;
  }

  .sp-title {
    font-size: 82px;
  }

  .sp-sub-title {
    font-size: 33px;
  }

  .sp-part1 {
    height: 4355px;
    padding-top: 1129px;
  }

  .sp-part1 .sp-text1 {
    position: initial;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
  }

  .sp-part1 .sp-text2 {
            position: initial;
        text-align: center;
        margin-top: 29px;
        font-size: 110px;
        line-height: 122px;
  }

  .sp-part1 .sp-text3 {
    position: initial;
    text-align: center;
    margin-top: 35px;

    font-size: 25px;
    line-height: 34px;
  }

  .sp-part1 .sp-btn-style1 {
    position: initial;
    margin: 70px auto 0;
    width: 911px;
    background-image: url('/cdn/shop/files/20260205-kpq-btn-m.png');
    font-size:40px;
  }

  .sp-part1 .sp-box1 {
    position: relative;
    top: unset;
    left: unset;
    margin: 67px auto 0;
    height: 95px;

    padding-left: 492px;
    gap: 15px;
    justify-content: center;
    padding-top: 14px;
  }

  .sp-part1 .sp-img1 {
    left: 123px;
  }

  .sp-part1 .sp-t1 {
    font-size: 38px;
    line-height: 36px;
  }

  .sp-part1 .sp-font {
    gap: 18px;
  }

  .sp-part1 .sp-t2 {
    font-size: 31px;
    line-height: 30px;
  }

  .sp-part1 .sp-img2 {
    height: 30px;
    transform: translateY(-6px);
  }

  .sp-part1 .sp-t3 {
    font-size: 28px;
    line-height: 30px;
  }

  .sp-part1 .sp-box2 {
    position: initial;
    width: 1000px;
    height: 218px;
    margin: 64px auto 0;

    gap: 33px;
  }

  .sp-part1 .sp-item {
    gap: 20px;
    padding-bottom: 25px;

    font-size: 26px;
    line-height: 34px;
  }

  .sp-part2 {
    height: 2189px;
    margin-top: -2189px;
    padding: 121px 0px 119px;
  }

  .sp-part2 .sp-title {
    position: initial;
    line-height: 78px;
  }

  .sp-part2 .sp-sub-title {
    position: initial;
    line-height: 26px;
    margin-top: 50px;
  }

  .sp-part2 .sp-video {
    width: 929px;
    height: 839px;
    border-radius: 30px;

    position: initial;
    margin: 69px auto 0;
  }

  .sp-part2 .sp-item {
    top: 1300px;
    left: 74px;

    width: 442px;
    height: 364px;
  }

  .sp-part2 .sp-item2 {
    left: 561px;
  }

  .sp-part2 .sp-item3 {
    top: 1706px;
  }

  .sp-part2 .sp-item4 {
    top: 1706px;
    left: 561px;
  }

  .sp-part2 .sp-p {
    bottom: 18px;
    left: 27px;

    font-size: 30px;
    line-height: 38px;
  }

  .sp-part3 {
    height: 2072px;
    padding: 120px 45px 120px;
  }

  .sp-part3 .sp-title {
    line-height: 78px;
  }

  .sp-part3 .sp-sub-title {
    margin-top: 38px;
    line-height: 35px;
  }

  .sp-part3 .sp-box {
    top: 1245px;
    left: 76px;

    width: 435px;
    height: 707px;
    border-radius: 30px;
    padding-top: 34px;
  }

  .sp-part3 .sp-img1 {
    height: 273px;
  }

  .sp-part3 .sp-t1 {
    width: 156px;
    height: 44px;
    border-radius: 22px;
    margin-top: -22px;
    
    font-size: 28px;
    line-height: 46px;
  }

  .sp-part3 .sp-t2 {
    padding-top: 40px;
    padding-left: 90px;
    gap: 25px;
  }

  .sp-part3 .sp-line {
    width: 290px;
    height: 1px;
  }

  .sp-part3 .sp-item {
    gap: 8px;
  }

  .sp-part3 .sp-img2 {
    left: -52px;
    width: 39px;
  }

  .sp-part3 .sp-text1 {
    font-size: 29px;
    line-height: 30px;
  }

  .sp-part3 .sp-text2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .sp-part3 .sp-box2 {
    left: 525px;
    width: 455px;
  }

  .sp-part3 .sp-box2 .sp-line {
    width: 346px;
  }

  .sp-part3 .sp-box2 .sp-t2 {
    padding-left: 70px;
  }

  .sp-part3 .sp-img5 {
    left: 474px;
    top: 1358px;
    width: 119px;
  }

  .sp-part4 {
    padding-top: 122px;
    height: 3082px;
  }

  .sp-part4 .sp-title {
    line-height: 75px;
  }
  
  .sp-part4 .sp-sub-title {
    line-height: 38px;
    margin-top: 41px;
  }

  .sp-part4 .sp-img1 {
    position: initial;
    width: 944px;
    margin: 54px auto 0;
    display: block;
  }

  .sp-part4 .sp-item {
    width: 441px;
    height: 241px;

    top: 1263px;
    left: 67px;
  }

  .sp-part4 .sp-item2 {
    left: 584px;
  }

  .sp-part4 .sp-item3 {
    top: 1555px;
  }

  .sp-part4 .sp-item4 {
    top: 1555px;
    left: 584px;
  }

  .sp-part4 .sp-item5 {
    top: 1844px;
  }

  .sp-part4 .sp-item6 {
    top: 1844px;
    left: 584px;
  }

  .sp-part4 .sp-t1 {
    top: 16px;
    right: 58px;

    width: 66px;

    font-size: 53px;
    line-height: 41px;
  }

  .sp-part4 .sp-t2 {
    font-size: 25px;
    line-height: 35px;

    left: 105px;
    top: 80px;
  }

  .sp-part4 .sp-item2 .sp-t2,
  .sp-part4 .sp-item4 .sp-t2,
  .sp-part4 .sp-item6 .sp-t2,
  .sp-part4 .sp-item2 .sp-t3,
  .sp-part4 .sp-item4 .sp-t3,
  .sp-part4 .sp-item6 .sp-t3 {
    left: 151px;
  }

  .sp-part4 .sp-t3 {
    left: 116px;
    top: 124px;

    font-size: 27px;
    line-height: 1.2;
  }

  .sp-part4 .sp-btn-style1 {
    margin-top: 941px;
  }

  .sp-part4 .sp-content {
    margin-top: 120px;
    width: 1000px;
    height: 543px;
  }

  .sp-part4 .sp-content .sp-t1 {
    font-size: 32px;
    line-height: 43px;

    top: 60px;
    left: 457px;
  }

  .sp-part4 .sp-content .sp-t2 {
    font-size: 25px;
    line-height: 36px;

    top: 127px;
    left: 452px;
  }

  .sp-part4 .sp-line {
    top: 371px;
    left: 454px;

    width: 520px;
  }

  .sp-part4 .sp-img9 {
    position: absolute;
    top: 414px;
    left: 458px;
    width: 488px;
  }

  .sp-part5 {
    height: 2227px;
    padding-top: 81px;
  }

  .sp-part5 .sp-title {
    position: initial;
    line-height: 1;
    width: auto;
    font-size: 82px;
  }

  .sp-part5 .sp-sub-title {
    position: initial;
    line-height: 35px;
    margin-top: 42px;
    width: auto;
    font-size: 33px;
  }

  .sp-part5 .sp-box {
    width: 1007px;
    height: 599px;
    top: 908px;
    left: 37px;
  }

  .sp-part5 .sp-img1 {
    position: initial;
    width: 983px;
    display: block;
    margin: 959px auto 0;
  }

  .sp-part6 {
    height: 1850px;
    padding: 120px 0;
  }

  .sp-part6 .sp-content {
    width: 1000px;
    height: 1610px;
    border-radius: 30px;
    padding-top: 64px;
  }

  .sp-part6 .sp-t1 {
    position: initial;
    text-align: center;

    font-size: 70px;
    line-height: 54px;
  }

  .sp-part6 .sp-t2 {
    margin-top: 84px;
  }

  .sp-part6 .sp-t3 {
    font-size: 33px;
    line-height: 60px;
    text-align: center;

    position: initial;
    margin: 50px auto 0;
  }

  .sp-part6 .sp-img1 {
    width: 555px;

    position: initial;
    display: block;
    margin: 40px auto 0;
  }

  .sp-part6 .sp-img2 {
    width: 831px;

    position: initial;
    display: block;
    top: 126px;
    margin: 50px auto 0;
  }

  .sp-promo2-nav {
      width: 1080px;
      height: 465px;
      background: url('/cdn/shop/files/sp-kb22-bg_2eaa91ab-686b-4d4f-8a6d-62e6217b5951.png?v=1770350728') no-repeat;
      background-size: 100% 100%;
      position: relative;
  }
  .sp-promo2-content{
      position: absolute;
      top: 46px;
      right: 80px;
      width: 540px;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
  }

  .sp-promo2-t1{
      font-family: "Poppins-Bold";
      font-size: 37px;
      line-height: 26px;
      color: #FFFFFF;
      font-style: italic;
      text-transform: uppercase;
      margin-bottom: 31px;
  }

  .sp-promo2-t2{
      font-family: Poppins-Bold;
      font-size: 52px;
      color: #FF1733;
      line-height: 52px;
      /* text-shadow: 4px 4px 0px #C56533; */
      text-stroke: 4px #FFFFFF;
      -webkit-text-stroke: 4px #FFFFFF;
      text-transform: uppercase;
  }

  .sp-promo2-nav .sp-promo2-box {
      width: 627px;
      height: 251px;
      background: #FFFFFF;
      border-radius: 20px;

      position: absolute;
      top: 186px;
      right: 40px;

      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 22px;
      padding-left: 285px;
      justify-content: space-between;
  }

  .sp-promo2-nav .sp-img1 {
    width: 51px;
    position: absolute;
    top: -20px;
    left: -28px;
  }

  .sp-promo2-nav .sp-img2 {
    width: 272px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
  }

  .sp-promo2-nav .sp-promo2-box .sp-promo2-p {
      font-family: "Poppins-Regular";
      font-size: 23px;
      color: #343434;
      line-height: 29px;
      text-align: center;
  }

  .sp-promo2-nav .sp-promo2-li {
      font-size: 25px;
      color: #F7001D;
      line-height: 27px;
      font-family: "Poppins-Bold";
      white-space: nowrap;
      font-style: italic;
  }

  .sp-promo2-nav .sp-promo2-style {
      width: 257px;
      height: 60px;
      background: #EE0000;
      border-radius: 28px;
      font-family: "Poppins-Bold";
      font-size: 31px;
      color: #ffffff;
      text-align: center;
      line-height: 62px;
      animation: skip 4s infinite;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      text-transform: uppercase;
      animation: sp-pulse-anim 1.5s infinite ease-in-out;
  }

  /* 心跳动画 */
  @keyframes sp-pulse-anim {
      0% { transform: scale(1); box-shadow: 0 10px 20px rgba(216, 27, 37, 0.3); }
      50% { transform: scale(1.05); box-shadow: 0 15px 30px rgba(216, 27, 37, 0.5); }
      100% { transform: scale(1); box-shadow: 0 10px 20px rgba(216, 27, 37, 0.3); }
  }
  
  .sp_product_part {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 57px 0px 121px;
    background-image: url('/cdn/shop/files/20260205-kpq-shop-bg-m.png');
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: auto !important;
    margin-right: 0px;
    width: 126px;
  }
  .sp_product_part .sp-text1 {
    font-size: 30px;
    white-space: nowrap;
    gap: 24px;
  }

  .sp_product_part .sp-title1 {
    font-size: 47px;
    margin-bottom: 116px;
    margin-top: 41px;
    line-height: 52px;
  }
  .sp_product_part .sp-title1 .sp-icon1 {
    top: 85px;
    left: 41px;
  }
  .sp_product_part .sp-title1 .sp-icon2 {
    top: 95px;
    left: 971px;
  }

  .sp_product_part .sp-info4 {
    gap: 18px 122px;
    margin-bottom: 36px;
    flex-wrap: wrap;
    padding-top:20px;
  }

  .sp_product_part .sp-info4-item {
    gap: 18px;
    font-family: Poppins-Regular;
    color: #000000;
    font-size: 31px;
  }

  .sp_product_part .sp-info4-item img {
    width: 44px;
  }

  .sp_product_content {
    padding: 0px 58px 0;
    flex-direction: column;
    gap: 60px;
  }

  .sp_product_part .sp-clock {
    width: 58px;
    bottom: 37px;
    left: 40px;
  }
  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 680px;
    padding: 20px 14px 136px;
    margin: 0 auto;
    background-image: url('/cdn/shop/files/20260205-kpq-pro-bg-m.png');
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 524px;
    width: 100%;
    background-color: #FFF;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    min-width: 920px;
    min-height: 500px;
  }

  .sp_product_part .sp-line-wrap {
    top: 586px;
    left: 110px;

    width: 454px;
  }

  .sp_product_part .sp-row1 {
    bottom: 35px;
    left: 119px;
    font-size: 30px;
    line-height: 25px;
    font-family: Roboto-Regular;
  }

  .sp_product_part .sp-row1 img {
    height: 25px;
    margin-right: 11px;
  }
  
  .sp_product_part .sp-clock-s {
    right: 39px;
    bottom: 51px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 52px;
    height: 51px;
    font-size: 34px;
    padding-top: 10px;
  }
  .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-clock-s .sp-hour {
    left: 5px;
    top: 58px;

    font-size: 16px;
    line-height: 13px;
  }
  .sp_product_part .sp-clock-s .sp-mins {
    left: 116px;
  }
  .sp_product_part .sp-clock-s .sp-secs {
    left: 216px;
  }
  
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }

  .sp_product_part .option-title {
    font-size: 31px;
    line-height: 31px;
    margin: 40px 0px 12px;
  }
  .sp_product_part .opt-group {
    gap: 16px;
  }
  .sp_product_part .sp-option {
    height: 74px;
    min-width: 206px;
    font-size: 31px;
    line-height: 84px;
  }
  .sp_product_part .sp-width1 {
    min-width: 717px;
  }
  .sp_product_part .sp-option .sp-hot {
    width: 42px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1;
    align-items: baseline;
    margin-bottom: 40px;
  }
  .sp_product_part .sp-price1 {
    font-size: 79px;
    line-height: 75px;
  }
  .sp_product_part .sp-price2 {
    font-size: 41px;
    margin-left: 18px;
    margin-right: 32px;
  }
  .sp_product_part .sp-row {
    transform: translateY(5px);
  }
  .sp_product_part .sp-row img {
    width: 54px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 250px;
    height: 47px;
    font-size: 35px;
    line-height: 50px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 489px;
    height: 93px;
    font-size: 41px;
    gap: 26px;
  }
  .sp_product_part .addCart img {
    width: 42px;
  }
  .sp_product_part .sp-quality-row {
    gap: 30px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 145px;
    margin: 48px auto 57px;
    font-size: 79px;
    box-sizing: border-box;
  }

  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 52px;
    line-height: 60px;
  }

  .sp_product_part .sp-line {
    width: 962px;
    margin-top: 22px;
    margin-bottom: 43px;
  }

  .sp-tip5 {
    gap: 23px;
    font-size: 32px;
    line-height: 34px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 68px;
  }

  .addGroup {
    width: 419px;
    height: 96px;
    padding: 0px 44px;
  }
  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 22px;
  }
  .addGroup input {
    width: 230px;
    font-size: 47px;
    color: #000000;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 937px;
    margin: 33px auto 76px;
  }
  
  .sp-footer-box1 {
    width: 945px;
    height: 225px;
    padding: 31px 50px 50px;
    box-sizing: border-box;
  }
  .sp-footer-img2 {
    width: 778px;
  }
  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 33px;
    margin-bottom: 30px;
  }
  .sp-footer-box1 .sp-p img {
    width: 42px;
  }

  .sp-footer-box2 {
    width: 945px;
    height: 225px;
    padding: 26px 40px;
    margin-top: 34px;
  }
  .sp-footer-box2 .sp-p {
    gap: 11px;
    font-size: 33px;
    margin-bottom: 10px;
  }
  .sp-footer-box2 .sp-p img {
    width: 47px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 28px;
    margin-top: 4px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center;
    box-sizing: border-box;
  }
  .sp-btn-style2 .sp-area1 {
    width: 407px;
    height: 100%;
    background: #292929;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    padding-top: 20px;
    gap: 77px;
  }
  .sp-btn-style2 .sp-area1 img {
    width: 269px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
  }
  .sp-btn-style2 .sp-area1 .sp-t1 {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #FFEFCB;
    text-align: center;
    line-height: 21px;
  }
  .sp-btn-style2 .sp-area1 .sp-t2 {
    font-family: Poppins-Bold;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 45px;
    background: linear-gradient(-7deg, #FFEFCB 1.3671875%, #BC8714 99.6337890625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: absolute;
    width: 100%;
    text-align: center;
    top: 68px;
    left: 0;
  }

  .sp-btn-style2 .sp-area1 .sp-t2-2 {
    text-shadow: 4px 4px 0px #FFFFFF;
    font-family: Poppins-Bold;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 43px;

    position: absolute;
    width: 100%;
    text-align: center;
    top: 68px;
    left: 0;
  }

  .sp-btn-style2 .sp-area1 .sp-t3 {
    font-family: Poppins-Medium;
    font-size: 25px;
    line-height: 24px;
    color: #EEF8FF;
    text-align: center;
  }

  .sp-btn-style2 .sp-area2 {
    flex: 1;
    height: 100%;
    background: linear-gradient(0deg, #FF8400 0%, #FFA800 100%);

    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    padding-left: 200px;
    position: relative;
  }

  .sp-btn-style2 .sp-cart {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 42px;

    width: 111px;
    height: 98px;
    background: #FFFFFF;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-btn-style2 .sp-icon {
    width: 67px;
  }

  .sp-btn-style2 .sp-num {
    width: 32px;
    height: 31px;
    background: #F0000B;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    position: absolute;
    top: 8px;
    right: 7px;
  }

  .sp-btn-style2 .sp-area2 .sp-t1 {
    animation: skip 4s infinite 1s;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #FFFFFF;
    font-size: 58px;
    line-height: 53px;
  }

  .sp-btn-style2 .sp-area2 .sp-t2 {
    font-family: Poppins-Regular;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
        -webkit-text-size-adjust: 40% !important;
  }

  .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: 30px;
    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: 535px;
  background: url('/cdn/shop/files/20260205-kpq-circle-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 99px 260px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
  font-size: 50px;
  line-height: 47px;
  font-family: "AvantGardeLT-Bold"; /* 类似Times New Roman */
  color: #fff;
  margin-bottom: 39px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 35px;
}

/* 单个卡片样式 */
.sp-bz3-card {
  height: 250px;
  background: 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: 115px 35px 0;
  box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 73px;
  height: 73px;
  /* 如果没有图片，用此做占位符效果 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
}

.sp-bz3-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
  font-size: 20px;
  color: #1E1E20;
  font-family: AvantGardeLT-Bold;
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 17px;
  margin-bottom: 10px;
}

.sp-bz3-card-content p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: rgba(30, 30, 32, .7);
  line-height: 1.1;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    height: 1313px;
    background-image: url('/cdn/shop/files/20260205-kpq-circle-bg-m.png');
    padding: 103px 40px 120px;
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 55px;
    font-size: 62px;
    box-sizing: border-box;
    line-height: 75px;
    font-family: Poppins-Bold;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 25px;
  }

  .sp-bz3-card {
    height: 300px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 57px 0px 60px;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 50px; /* 图标和文字的间距 */
    width: 204px;
    height: 204px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: unset;
    top: unset;
    transform: unset;
  }

  .sp-bz3-card-content h3 {
    font-size: 42px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0;
    margin-bottom: 15px;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
    font-family: Poppins-Bold;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 35px;
  }
}

/* ============================================================
   移动端样式 (默认样式)
   基准宽度：1080px
   ============================================================ */

/* 核心容器 */
.sp-qa3-container {
    width: 100%;
    margin: 0 auto;
    background: #090909;
    min-height: 100vh;
    padding-top: 117px;
    padding-bottom: 457px;
    transform-origin: top left;
    box-sizing: border-box;
}

/* 头部区域 */
.sp-qa3-header {
    text-align: center;
    margin-bottom: 79px;
}

.sp-qa3-sub-title {
    color: #FF9C00;
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 39px;
    font-family: Poppins-Regular;
}

.sp-qa3-main-title {
    color: #ffffff;
    font-size: 70px;
    line-height: 54px;
    font-family: AvantGardeLT-Bold;
}

/* 列表容器 */
.sp-qa3-list {
    margin: 0 auto;
    width: 1000px;
    border-top: 4px solid rgba(137, 137, 137, .5);
}

/* 单个条目 */
.sp-qa3-item {
    border-bottom: 4px solid rgba(137, 137, 137, .5);
    /* border-top: 4px solid rgba(137, 137, 137, .5); */
}

/* 问题行 */
.sp-qa3-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 28px;
    height: 130px;
    position: relative;
    transition: background-color 0.3s;
}

.sp-qa3-question:hover {
    /* background-color: #3d3d3d; */
}

/* 图标 */
.sp-qa3-icon {
    color: #696969;
    font-size: 36px;
    margin-right: 32px;
    transition: transform 0.3s ease, color 0.3s;
}

.fa-chevron-up:before {
  content: ">";
  font-family: cursive;
  display: inline-block;
  transform: rotate(90deg);
}

/* 问题文字 */
.sp-qa3-q-text {
    font-family: Poppins-Bold;
    color: #696969;
    font-size: 30px;
    flex: 1;
}

/* 答案行 */
.sp-qa3-answer {
    display: none;
    padding: 0px 0px 36px 80px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 30px;
}

/* 激活状态 */
.sp-qa3-item.active .sp-qa3-icon {
    transform: rotate(180deg);
    color: #fff;
}

.sp-qa3-item.active .sp-qa3-q-text {
    color: #fff;
}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
    text-align: center;
    display: none;
}

.sp-qa3-btn {
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
}

.sp-qa3-btn:hover {
    /* background-color: #ffcc00;
    color: #000; */
}

/* ============================================================
   PC端样式 (大屏适配)
   基准宽度：1920px
   ============================================================ */
@media screen and (min-width: 1081px) {

    .sp-qa3-container {
        padding-top: 66px;
        padding-bottom: 129px;
    }

    .sp-qa3-header {
      margin-bottom: 52px;
    }

    .sp-qa3-sub-title {
        font-family: AvantGardeLT-Medium;
        font-size: 25px;
        line-height: 19px;
        margin-bottom: 22px;
    }

    .sp-qa3-main-title {
        font-size: 50px;
        line-height: 39px;
    }

    .sp-qa3-list {
        width: 1400px;
    }

    .sp-qa3-item {
        /* border-bottom: 1px solid #555; */
    }

    .sp-qa3-question {
        padding: 0 24px;
        height: 85px;
    }

    .sp-qa3-icon {
        font-size: 30px;
        margin-right: 26px;
    }

    .sp-qa3-q-text {
        font-size: 27px;
    }

    .sp-qa3-answer {
        font-size: 22px;
        padding: 0px 0px 30px 68px;
        line-height: 35px;
    }

    .sp-qa3-btn-wrapper {
        display: block;
    }

    .sp-qa3-btn {
    }
}

.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; }
