/** Shopify CDN: Minification failed

Line 81:5 Unexpected "*"

**/
@font-face {
    font-family: Roboto-Bold;
    src: url('/cdn/shop/files/Roboto-Bold.ttf');
  }
  
  @font-face {
    font-family: Roboto-Black;
    src: url('/cdn/shop/files/Roboto-Black.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-SemiBoldItalic;
    src: url('/cdn/shop/files/Poppins-SemiBoldItalic.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: Montserrat-Regular;
    src: url('/cdn/shop/files/Montserrat-Regular.ttf');
  }
  
  @font-face {
    font-family: Poppins-ExtraBold;
    src: url('/cdn/shop/files/Poppins-ExtraBold.ttf');
  }
  
  @font-face {
    font-family: Poppins-Light;
    src: url('/cdn/shop/files/Poppins-Light.ttf');
  }
  
  @font-face {
    font-family: Impact;
    src: url('/cdn/shop/files/impact.ttf');
  }
  
  @font-face {
    font-family: Coalition;
    src: url('/cdn/shop/files/Coalition.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;
  
    background: #343434;
  }
  
  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;
    background-color: #FFF;
  }
  .sp-fixed .sp_header-content {
    top: 0px;
    /* width: 100%; */
    /* left: 0; */
    box-sizing: border-box;
    /* padding: 0 260px; */
    border-radius: 0;
    max-width: 1920px;
    position: relative;
    border-bottom: none;
  }
  .sp-fixed .sp_header-top {
    display: none;
  }
  
  .sp_header-top {
    width: 100%;
    height: 45px;
    position: relative;
    z-index: 11;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 22px;
    color: #ffffff;
    top: 0px;
    /* text-transform: uppercase; */
  }
  .sp_header-top .sp-p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000000;
  }
  .sp_header-wrap {
    position: relative;
  }
  
  .sp_header-content {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    height: 94px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding-left: 219px;
    padding-right: 24px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sp_header-content ul {
    display: flex;
    align-items: center;
    gap: 38px;
    font-family: Poppins-Bold;
    font-size: 17px;
    color: #000000;
    /* padding-top: 3px; */
  }
  .sp_header-content ul span {
    padding: 0 5px;
    height: 12px;
    background: #CD160C;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-left: 0px;
    vertical-align: middle;
    line-height: 14px;
    transform: translateY(-1px);
    font-family: Poppins-Medium;
  }
  .sp_header-content ul li:hover {
    /* color: #8359ae; */
  }
  .sp_header-content .sp-logo-box {
    height: 60px;
    position: absolute;
    left: 40px;
  }
  .sp_header-content .sp-logo {
    height: 100%;
  }
  .sp-cart {
    width: 45px;
    margin-right: 38px;
    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: 22px;
    height: 22px;
    background: #EA102A;
    border-radius: 50%;
  
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -8px;
    font-size: 19px;
    font-family: "Poppins-Bold";
    text-align: center;
    box-sizing: border-box;
  }
  .sp-cart .sp-num.sp-gray {
    background: #8A8A8A;
  }
  
  .sp-top-btn {
    width: 187px;
    height: 55px;
    background: #EA102A;
    border-radius: 28px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-family: Poppins-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: 570px;
    height: 102px;
    background: url('/cdn/shop/files/20260429-kkq-btn-bg.png') no-repeat;
    background-size: 100% 100%;
  
    font-size: 46px;
    color: #030908;
    font-family: Poppins-Bold;
    /* padding-left: 32px; */
    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;
    line-height: 104px;
    font-style: italic;
  }
  
  .sp-btn-style1 img {
    height: 32px;
    margin-left: 30px;
  }
  
  .sp-title {
    font-family: Impact;
    font-size: 65px;
    text-align: center;
    color: #FFF;
  }
  
  .sp-color {
    color: #FFBA00;
  }
  
  .sp-sub-title {
    font-family: Roboto-Regular;
    font-size: 26px;
    text-align: center;
    color: #FFF;
  }
  
  .sp-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* z-index: -1; */
  }
  
  .sp-part1 {
    height: 998px;
    padding-top: 879px;
  }
  
  .sp-part1 .sp-t1 {
    font-size: 36px;
    color: #FFBA00;
    line-height: 31px;
    font-family: Impact;
  
    position: absolute;
    top: 224px;
    left: 260px;
  }
  
  .sp-part1 .sp-t2 {
    font-family: Coalition;
    font-size: 70px;
    color: #FFF;
    line-height: 66px;
    text-shadow: -5px 5px 0px #000000;
  
    position: absolute;
    top: 276px;
    left: 260px;
  }
  
  .sp-part1 .sp-t3 {
    font-family: Roboto-Regular;
    font-size: 22px;
    color: #E9E9E9;
    line-height: 31px;
  
    position: absolute;
    top: 422px;
    left: 260px;
  }
  
  .sp-part1 .sp-img1 {
    width: 561px;
    position: absolute;
    top: 511px;
    left: 260px;
  }
  
  .sp-part1 .sp-btn-style1 {
    position: absolute;
    left: 256px;
    top: 690px;
  }
  
  .sp-part1 .sp-part1-bottom {
    position: relative;
    width: 1400px;
    height: 262px;
    margin: 0 auto;
    z-index: 1;
    border-bottom: 12px solid #FFBA00;
    background: #FFFFFF;
    display: flex
;
    align-items: center;
    justify-content: space-around;
  }
  
  .sp-part1 .sp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  
    position: static;
    top: 40px;
    left: 57px;
  }
  
  .sp-part1 .sp-item .sp-img-box {
    width: 113px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sp-part1 .sp-text {
    font-family: Roboto-Bold;
    color: #161616;
    font-size: 28px;
    line-height: 27px;
    text-align:center;
  }
  
  .sp-part1 .sp-text span {
    color: #FFBA00;
  }
  
  .sp-part1 .sp-item2 {
    left: 363px;
  }
  
  .sp-part1 .sp-item3 {
    left: 651px;
  }
  
  .sp-part1 .sp-item4 {
    left: 1030px;
  }
  
  .sp-part2 {
    height: 1004px;
    padding-top: 360px;
  }
  
  .sp-part2 .sp-title {
    line-height: 58px;
    
    position: absolute;
    left: 260px;
    top: 244px;
    font-size:45px;
  }
  
  .sp-part2 .sp-sub-title {
    line-height: 33px;
    text-align: left;
    
    position: absolute;
    left: 990px;
    top: 241px;
  }
  
  .sp-part2 .sp-content {
    width: 1400px;
    height: 543px;
    background: rgba(0, 0, 0, 0.6);
    border: 3px solid;
    /* opacity: 0.6; */
    border-image: radial-gradient(circle, #D1D1D1, #292929, #666666) 3 3;
  
    position: relative;
    margin: 0 auto;
  }
  
  .sp-part2 .sp-t1 {
    width: 281px;
    height: 58px;
    text-align: center;
    font-family: Impact;
    color: #030908;
    font-size: 35px;
    line-height: 60px;
    text-transform: uppercase;
  
    position: absolute;
    left: 95px;
    top: 0;
  }
  
  .sp-part2 .sp-t1 span {
    position: relative;
  }
  
  .sp-part2 .sp-t2 {
    left: 496px;
  }
  
  .sp-part2 .sp-img3 {
    width: 198px;
  
    position: absolute;
    left: 126px;
    top: 100px;
  }
  
  .sp-part2 .sp-img4 {
    width: 268px;
  
    position: absolute;
    left: 503px;
    top: 84px;
  }
  
  .sp-part2 .sp-item {
    position: absolute;
    top: 250px;
    left: 45px;
  
    display: flex;
    align-items: center;
    gap: 35px;
  }
  
  .sp-part2 .sp-it {
    width: 360px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
  
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 21px;
  
    font-family: Roboto-Regular;
    color: #CECECE;
    font-size: 17px;
  }
  
  .sp-part2 .sp-it img {
    width: 30px;
  }
  
  .sp-part2 .sp-it .sp-color {
  
  }
  
  .sp-part2 .sp-it2 {
    padding-left: 27px;
    color: #ffffff;
    width: 394px;
  }
  
  .sp-part2 .sp-item2 {
    top: 313px;
  }
  
  .sp-part2 .sp-item3 {
    top: 376px;
  }
  
  .sp-part2 .sp-item4 {
    top: 440px;
  }
  
  .sp-part2 .sp-video {
    width: 493px;
    height: 447px;
    background: #FFFFFF;
    overflow: hidden;
  
    position: absolute;
    right: 48px;
    top: 48px;
  }
  
  .sp-part2 .sp-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .sp-part3 {
    height: 1133px;
    padding-top: 94px;
  }
  
  .sp-part3 .sp-top-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }
  
  .sp-part3 .sp-item {
    width: 183px;
    height: 39px;
    background: #FFBA00;
    border-radius: 10px;
  
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  
    font-family: Roboto-Bold;
    color: #030908;
    font-size: 24px;
  }
  
  .sp-part3 .sp-item img {
    height: 27px;
  }
  
  .sp-part3 .sp-item2 {
    width: 251px;
  }
  
  .sp-part3 .sp-title {
    line-height: 59px;
    margin-top: 33px;
  }
  
  .sp-part3 .sp-sub-title {
    line-height: 20px;
    margin-top: 25px;
  }
  
  .sp-part3 .sp-box {
    position: absolute;
    top: 347px;
    right: 260px;
  
    width: 551px;
    height: 483px;
  }
  
  .sp-part3 .sp-it {
    display: flex;
    align-items: center;
    gap: 12px;
  
    position: absolute;
    top: 353px;
    left: 25px;
  
    font-family: Roboto-Bold;
    color: #000000;
    font-size: 19px;
  }
  
  .sp-part3 .sp-it2 {
    left: 284px;
  }
  
  .sp-part3 .sp-it3 {
    top: 416px;
  }
  
  .sp-part3 .sp-it4 {
    top: 416px;
    left: 284px;
  }
  
  .sp-part3 .sp-it img {
    width: 31px;
  }
  
  .sp-part3 .sp-content {
    width: 1400px;
    height: 420px;
    background: #FFFFFF;
    border-left: 12px solid #FFBA00;
  
    position: relative;
    margin: 667px auto 0;
    z-index: 1;
  }
  
  .sp-part3 .sp-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 52px;
    height: 100%;
  }
  
  .sp-part3 .sp-t1 {
    font-family: Impact;
    color: #FFBA00;
    font-size: 32px;
    line-height: 28px;
  }
  
  .sp-part3 .sp-t2 {
    font-family: Impact;
    color: #000000;
    font-size: 47px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .sp-part3 .sp-t3 {
    font-family: Roboto-Regular;
    color: #3F3F3F;
    font-size: 26px;
    line-height: 33px;
  }
  
  .sp-part3 .sp-img-box {
    position: absolute;
    left: 493px;
    top: 0;
  
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
  }
  
  .sp-part3 .sp-b {
    width: 272px;
    height: 309px;
    position: relative;
  }
  
  .sp-part3 .sp-text {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    text-align: center;
  
    font-family: Roboto-Regular;
    color: #030908;
    font-size: 26px;
    line-height: 20px;
  }
  
  .sp-part3 .sp-btn-style1 {
    margin: 47px auto 0;
  }
  
  .sp-part4 {
    box-sizing: border-box;
    height: 1894px;
    padding-top: 480px;
  }
  
  .sp-part4 .sp-title {
    line-height: 54px;
    font-size:50px;
  }
  
  .sp-part4 .sp-sub-title {
    line-height: 25px;
    margin-top: 27px;
  }
  
  .sp-part4 .sp-item {
    position: absolute;
    top: 684px;
    left: 260px;
  
    display: flex;
    align-items: center;
    gap: 36px;
  }
  
  .sp-part4 .sp-item img {
    width: 102px;
  }
  
  .sp-part4 .sp-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  
  .sp-part4 .sp-t1 {
    font-family: Impact;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 27px;
  }
  
  .sp-part4 .sp-t2 {
    font-family: Roboto-Regular;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 33px;
  }
  
  .sp-part4 .sp-item2 {
    top: 837px;
  }
  
  .sp-part4 .sp-item3 {
    top: 989px;
  }
  
  .sp-part4 .sp-item4 {
    top: 1142px;
  }
  
  .sp-part4 .sp-img5 {
    width: 768px;
    
    position: absolute;
    top: 640px;
    right: 260px;
  }
  
  .sp-part4 .sp-content {
    width: 1434px;
    height: 364px;
  
    position: relative;
    margin: 843px auto 0;
  }
  
  .sp-part4 .sp-f1 {
    font-family: Poppins-Bold;
    color: #282828;
    font-size: 22px;
    line-height: 32px;
  
    position: absolute;
    top: 66px;
    left: 626px;
  }
  
  .sp-part4 .sp-f2 {
    font-family: Poppins-Regular;
    color: #282828;
    font-size: 20px;
    line-height: 27px;
  
    position: absolute;
    top: 140px;
    left: 626px;
  }
  
  .sp-part4 .sp-img7 {
    width: 327px;
    
    position: absolute;
    bottom: 0;
    left: 298px;
  }
  
  .sp-part4 .sp-img8 {
    width: 221px;
    
    position: absolute;
    bottom: 132px;
    left: 1070px;
  }
  
  .sp-part4 .sp-img9 {
    width: 546px;
    
    position: absolute;
    bottom: 35px;
    left: 648px;
  }
  
  .sp-part4 .sp-f3 {
    font-family: Impact;
    color: #FFE08C;
    font-size: 32px;
    transform: rotate(45deg);
  
    position: absolute;
    top: 75px;
    right: -8px;
  }
  
  .sp-part5 {
    height: 914px;
  }
  
  .sp-part5 .sp-title {
    line-height: 49px;
    
    position: absolute;
    top: 107px;
    left: 260px;
  }
  
  .sp-part5 .sp-sub-title {
    line-height: 25px;
  
    position: absolute;
    top: 190px;
    left: 260px;
  }
  
  .sp-part5 .sp-item {
    width: 359px;
    height: 180px;
    background: rgba(0, 0, 0, 0.6);
    border: 3px solid;
    border-image: radial-gradient(circle, #D1D1D1, #292929, #666666) 3 3;
    
    position: absolute;
    top: 281px;
    left: 260px;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
  }
  
  .sp-part5 .sp-t1 {
    font-family: Impact;
    color: #FFBA00;
    font-size: 60px;
    line-height: 49px;
  }
  
  .sp-part5 .sp-t2 {
    font-family: Roboto-Medium;
    color: #FFBA00;
    font-size: 35px;
    line-height: 27px;
  }
  
  .sp-part5 .sp-item2 {
    top: 495px;
  }
  
  .sp-part5 .sp-btn-style1 {
    position: absolute;
    top: 719px;
    left: 260px;
  }
  
  .sp-part5 .sp-text {
    width: 158px;
    height: 43px;
  
    position: absolute;
    top: 410px;
    left: 1104px;
  
    padding-left: 24px;
    font-family: Poppins-Medium;
    color: #000000;
    font-size: 24px;
    line-height: 45px;
  }
  
  .sp-part5 .sp-text .sp-img-bg {
    z-index: -1;
  }
  
  .sp-part5 .sp-img1 {
    width: 111px;
    position: absolute;
    top: 460px;
    left: 1180px;
  }
  
  .sp-part5 .sp-text2 {
    top: 600px;
    left: 1030px;
    width: 145px;
  }
  
  .sp-part5 .sp-img2 {
    width: 119px;
    position: absolute;
    top: 610px;
    left: 1163px;
  }
  
  .sp-part5 .sp-text3 {
    top: 360px;
    left: 1475px;
    width: 281px;
    padding-left: 70px;
  }
  
  .sp-part5 .sp-img3 {
    width: 43px;
    position: absolute;
    top: 385px;
    left: 1450px;
  }
  
  .sp-part5 .sp-text4 {
    top: 756px;
    left: 1410px;
    width: 278px;
  }
  
  .sp-part5 .sp-img4 {
    width: 116px;
    position: absolute;
    top: 770px;
    left: 1276px;
  }
  
  .sp-part6 {
    height: 1221px;
    padding-top: 100px;
  }
  
  .sp-part6 .sp-title {
    line-height: 53px;
  }
  
  .sp-part6 .sp-sub-title {
    line-height: 25px;
    margin-top: 26px;
  }
  
  .sp-part6 .sp-item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 53px;
  }
  
  .sp-part6 .sp-item {
    width: 181px;
    height: 399px;
    position: relative;
    cursor: pointer;
    transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    transform-origin: left center;
    background: #FFFFFF;
  }
  
  .sp-part6 .sp-item .sp-img-bg {
    height: 100%;
    width: auto;
    z-index: 0;
  }
  
  .sp-part6 .sp-top {
    width: 763px;
    height: 109px;
    background: #EFEFEF;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition:
      opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
      visibility 0.45s,
      transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.08s;
  }
  
  .sp-part6 .sp-t1 {
    width: 163px;
    height: 49px;
    background: #FFBA00;
    border-radius: 25px;
  
    text-align: center;
    font-family: Roboto-Medium;
    color: #030908;
    font-size: 30px;
    line-height: 52px;
  }
  
  .sp-part6 .sp-top img {
    width: 27px;
    margin-left: 35px;
    margin-right: 10px;
  }
  
  .sp-part6 .sp-t2 {
    font-family: Roboto-Medium;
    color: #030908;
    font-size: 30px;
    text-decoration-line: underline;
  }
  
  .sp-part6 .sp-img-box {
    width: 472px;
    height: 98px;
    position: absolute;
    top: 143px;
    left: 135px;
  
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition:
      opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
      visibility 0.45s,
      transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.08s;
  }
  
  .sp-part6 .sp-f1 {
    position: absolute;
    top: -14px;
    left: 115px;
  
    font-family: Roboto-Regular;
    color: #FFBA00;
    font-size: 22px;
    line-height: 16px;
  }
  
  .sp-part6 .sp-f2 {
    left: -56px;
    top: 44px;
  }
  
  .sp-part6 .sp-f3 {
    left: 204px;
    top: 100px;
  }
  
  .sp-part6 .sp-f4 {
    left: 482px;
    top: 43px;
  }
  
  .sp-part6 .sp-text {
    font-family: Roboto-Regular;
    color: #030908;
    font-size: 22px;
    line-height: 45px;
  
    position: absolute;
    left: 85px;
    bottom: 30px;
  
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition:
      opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
      visibility 0.45s,
      transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.08s;
  }
  
  .sp-part6 .sp-text2 {
    left: 434px;
  }
  
  .sp-part6 .sp-item.sp-active {
    width: 763px;
  }
  
  .sp-part6 .sp-item .sp-img-bg {
    transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.42s;
  }
  
  .sp-part6 .sp-item.sp-active>.sp-img-bg {
    opacity: 0;
    visibility: hidden;
  }
  
  .sp-part6 .sp-item.sp-active .sp-top,
  .sp-part6 .sp-item.sp-active .sp-img-box,
  .sp-part6 .sp-item.sp-active .sp-text {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  
  .sp-swiper-buttons {
    position: absolute;
    top: 420px;
    left: 120px;
    align-items: center;
    display: flex;
    gap: 1552px;
    z-index: 2;
  }
  
  .sp-swiper-buttons .sp-swiper-btn {
    position: relative;
    width: 68px;
    height: 68px;
    cursor: pointer;
    background: url('/cdn/shop/files/20260429-kkq-bg6-11.png') no-repeat;
    background-size: 100% auto;
  }
  
  .sp-swiper-buttons .sp-swiper-btn-next {
    background-image: url('/cdn/shop/files/20260429-kkq-bg6-12.png');
  }
  
  .sp-part6 .sp-title2 {
    line-height: 56px;
    margin-top: 107px;
  }
  
  .sp-part6 .sp-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  .sp-part6 .sp-font1 {
    font-family: Poppins-Medium;
    color: #FFF;
    font-size: 24px;
    line-height: 65px;
  
    position: absolute;
    left: 262px;
    top: 860px;
  }
  
  .sp-part6 .sp-font2 {
    font-family: Poppins-Medium;
    color: #FFF;
    font-size: 24px;
    line-height: 65px;
    text-align: right;
  
    position: absolute;
    right: 960px;
    top: 860px;
  }
  
  .sp-part6 .sp-line {
    width: 695px;
    border-top: 1px dashed #FFF;
  
    position: absolute;
    left: 262px;
    top: 912px;
  }
  
  .sp-part6 .sp-line2 {
    top: 975px;
  }
  
  .sp-part6 .sp-line3 {
    top: 1043px;
  }
  
  .sp-part6 .sp-line4 {
    top: 1114px;
  }
  
  .sp-part6 .sp-img10 {
    width: 661px;
    position: absolute;
    top: 865px;
    left: 998px;
  }
  
  .sp_product_part {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 77px 0px 131px;
    background: #FFF url('/cdn/shop/files/20260429-kkq-shop-bg.png') no-repeat;
    background-size: 100% auto;
  }
  
  .sp_product_part .sp-text1 {
    font-family: Poppins-SemiBold;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    display: none;
  }
  
  .sp_product_part .sp-text1 img {
    height: 34px;
  }
  
  .sp_product_part .sp-title1 {
    font-family: Poppins-Bold;
    font-size: 57px;
    color: #FFF;
    line-height: 62px;
    text-align: center;
    margin-bottom: 28px;
  }
  
  .sp_product_part .sp-color {
    color: #FFF;
  }
  
  .sp_product_part .sp-title1 img {
    animation: skip 4s infinite;
    position: absolute;
  }
  
  .sp_product_part .sp-title1 .sp-icon1 {
    height: 77px;
    top: 60px;
    left: 427px;
  }
  
  .sp_product_part .sp-title1 .sp-icon2 {
    height: 69px;
    top: 70px;
    left: 1419px;
  }
  
  .sp_product_part .sp-info4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 89px;
    margin-bottom: 130px;
  }
  
  .sp_product_part .sp-info4-item {
    display: flex;
    align-items: center;
    gap: 13px;
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #FFF;
  }
  
  .sp_product_part .sp-info4-item img {
    width: 25px;
  }
  
  /* 走马灯 */
  .sp-scroll2 {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: fit-content;
    overflow: hidden;
    margin: 31px auto 110px;
    display: none;
  }
  
  .sp-scroll2 .nav-imgs {
    width: max-content;
  }
  
  .sp-scroll2 .nav-imgs .nav-imgs-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 1260px;
  }
  
  .sp-scroll2 .sp-icon {
    width: 26px;
    flex-shrink: 0;
  }
  
  .sp-scroll2 .sp-p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: Poppins-Regular;
    font-size: 21px;
    color: #1B1B1B;
    margin-right: 95px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  .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/20260429-kkq-pro-bg.png') no-repeat;
    background-size: 100% auto; */
    background: linear-gradient(138deg, #FBB214, #FF6C00, #FF7E00);
    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;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(.85);
    margin: 0 0px;
  }
  
  .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;
    /* 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: 26px;
    left: 90px;
    display: flex;
    align-items: center;
  
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #ffffff;
    line-height: 17px;
  }
  
  .sp_product_part .sp-row1 img {
    height: 19px;
    margin-right: 14px;
    transform: translateY(-4px);
  }
  
  .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: 4px;
    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: Poppins-SemiBold;
    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: 27px;
    color: #0B0B0B;
    line-height: 28px;
    font-family: "Poppins-SemiBold";
    padding-top: 9px;
  }
  
  .sp_product_part .sp-line {
    width: 606px;
    height: 2px;
    background: #9D9D9D;
    opacity: 0.29;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  
  .sp_product_part .option-title {
    font-size: 20px;
    color: #696969;
    font-family: "Poppins-SemiBold";
    line-height: 21px;
    margin: 26px 0px 17px;
  }
  .sp_product_part .opt-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    /* width: max-content; */
  }
  .sp_product_part .sp-option {
    min-width: 165px;
    padding: 0 20px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #A0A0A0;
    background: #FFFFFB;
    font-family: "Poppins-Medium";
    font-size: 22px;
    color: #484848;
    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-width2 {
    min-width: 181px;
  }
  .sp_product_part .sp-width3 {
    min-width: 250px;
  }
  .sp_product_part .sp-width4 {
    min-width: 411px;
  }
  .sp_product_part .sp-hot {
    height: 29px;
    margin-right: 16px;
  }
  
  .sp_product_part .sp-option.active {
    background: #252525;
    border: 2px solid #252525;
    color: #ffffff;
  }
  
  .sp_product_part .sp-price-group {
    align-items: baseline;
    margin-bottom: 26px;
  }
  .sp_product_part .sp-price1 {
    font-family: Poppins-SemiBold;
    font-size: 46px;
    color: #ff0707;
    line-height: 43px;
  }
  .sp_product_part .sp-price2 {
    font-family: Poppins-Medium;
    font-size: 27px;
    color: #9D9D9D;
    margin-left: 8px;
    margin-right: 22px;
  }
  .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: 36px;
  
    animation: shakeCart 3s infinite ease-in-out;
  }
  .sp_product_part .sp-row .sp-p {
    width: 145px;
    height: 30px;
    background: #FF6C00;
    font-family: Poppins-Bold;
    font-size: 25px;
    color: #ffffff;
    line-height: 32px;
    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: #FFF1D8;
    border-radius: 10px;
  
    font-family: Poppins-Medium;
    box-sizing: border-box;
    font-size: 16px;
    color: #312A2A;
    gap: 15px;
    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: 20px 0 37px 0;
    font-size: 43px;
    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: 21px;
    line-height: 22px;
    color: #141414;
    font-family: Poppins-Medium;
  }
  .sp-tip5 img {
    width: 43px;
  }
  .sp-tip5 .sp-span {
    color: #E00000;
  }
  
  @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 #828282;
  
    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: 550px;
    display: block;
    margin: 36px auto 36px;
  }
  
  .sp-footer-box1 {
    width: 580px;
    height: 138px;
    background: #EEF8FE;
    padding: 20px 50px 21px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sp-footer-box1 .sp-p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Poppins-SemiBold";
    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: auto;
    background: #FDFCF5;
    padding: 17px 52px;
    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-SemiBold";
    font-size: 20px;
    color: #282828;
    margin-bottom: 15px;
  }
  
  .sp-footer-box2 .sp-li {
    font-size: 17px;
    color: #666666;
    font-family: "Poppins-SemiBold";
    line-height: 1.2;
    margin-top: 10px;
  }
  .sp-footer-box2 span {
    font-family: "Poppins-SemiBold";
  }
  
  .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: 55px;
      font-size: 26px;
      line-height: 55px;
    }
    .sp_header-content {
      width: 100%;
      height: 120px;
      position: unset;
      transform: unset;
      padding: 0 25px 0 67px;
      background-color: #FFF;
    }
    .sp-menu-btn {
      cursor: pointer;
      margin-right: 209px;
      width: 52px;
    }
    .sp_header-content .sp-logo {
      height: 93px;
          margin-top: 10px;
      position: unset;
      transform: unset;
    }
    .sp-cart {
      width: 66px;
      margin-right: 22px;
      display: block;
    }
    .sp-cart .sp-num {
      width: 33px;
      height: 32px;
      right: -12px;
      top: -12px;
      font-size: 27px;
      line-height: 36px;
    }
    .sp-top-btn {
      width: 265px;
      height: 75px;
      background: #EC0D28;
      border-radius: 38px;
      font-size: 30px;
      line-height: 78px;
  
      padding-top: 4px;
    }
    
    .sp-btn-style1 {
      width: 894px;
      height: 135px;
      margin: 0 auto;
      font-size: 63px;
      line-height: 136px;
      background-image: url('/cdn/shop/files/20260429-kkq-btn-bg-m.png');
    }
  
    .sp-btn-style1 img {
      height: 45px;
      margin-left: 60px;
    }
  
    .sp-title {
      font-size: 78px;
    }
  
    .sp-sub-title {
      font-size: 32px;
    }
  
    .sp-part1 {
      height: 2017px;
      padding-top: 868px;
    }
  
    .sp-part1 .sp-t1 {
      font-size: 48px;
      line-height: 44px;
      
      position: initial;
      margin: 0 auto;
      text-align: center;
    }
  
    .sp-part1 .sp-t2 {
      font-size: 58px;
      line-height: 87px;
    
      position: initial;
      margin: 30px auto 0;
      text-align: center;
    }
  
    .sp-part1 .sp-t3 {
      font-size: 30px;
      line-height: 41px;
    
      position: initial;
      margin: 18px auto 0;
      text-align: center;
    }
  
    .sp-part1 .sp-img1 {
      width: 882px;
    
      position: initial;
      margin: 43px auto 0;
      display: block;
    }
  
    .sp-part1 .sp-btn-style1 {
      margin: 56px auto 0;
      position: initial;
    }
  
    .sp-part1 .sp-part1-bottom {
      height: 450px;
      width: 1000px;
      margin: 122px auto 0;
      flex-wrap: wrap;
      padding-left:50px;
    }
  
    .sp-part1 .sp-item {
      flex-direction: row;
      gap: 52px;
    
      top: 70px;
      left: 78px;
      width:50%;
    }
  
    .sp-part1 .sp-text {
      font-size: 35px;
      line-height: 35px;
    }
  
    .sp-part1 .sp-item2 {
      left: 552px;
    }
    
    .sp-part1 .sp-item3 {
      top: 265px;
    }
    
    .sp-part1 .sp-item4 {
      top: 265px;
      left: 552px;
    }
  
    .sp-part2 {
      height: 2241px;
      margin-top: -1px;
      padding-top: 358px;
    }
  
    .sp-part2 .sp-title {
      line-height: 70px;
      position: initial;
    }
    
    .sp-part2 .sp-sub-title {
      line-height: 39px;
      margin-top: 22px;
      text-align: center;
      position: initial;
    }
  
    .sp-part2 .sp-content {
      width: 1005px;
      height: 1527px;
    
      margin-top: 78px;
    }
  
    .sp-part2 .sp-t1 {
      width: 331px;
      height: 68px;
      font-size: 44px;
      line-height: 70px;
    
      left: 85px;
    }
  
    .sp-part2 .sp-t2 {
      left: 570px;
    }
  
    .sp-part2 .sp-img3 {
      width: 232px;
    
      left: 135px;
      top: 122px;
    }
    
    .sp-part2 .sp-img4 {
      width: 315px;
    
      left: 581px;
      top: 102px;
    }
  
    .sp-part2 .sp-item {
      top: 297px;
      left: 39px;
    
      gap: 41px;
    }
  
    .sp-part2 .sp-it {
      width: 423px;
      height: 61px;
    
      gap: 22px;
      padding-left: 25px;
    
      font-size: 20px;
    }
  
    .sp-part2 .sp-it img {
      width: 35px;
    }
  
    .sp-part2 .sp-it2 {
      padding-left: 32px;
      width: 463px;
    }
  
    .sp-part2 .sp-item2 {
      top: 372px;
    }
  
    .sp-part2 .sp-item3 {
      top: 446px;
    }
  
    .sp-part2 .sp-item4 {
      top: 521px;
    }
  
    .sp-part2 .sp-video {
      width: 925px;
      height: 839px;
    
      position: absolute;
      right: 40px;
      top: 628px;
    }
  
    .sp-part3 {
      height: 2251px;
      padding-top: 138px;
    }
  
    .sp-part3 .sp-top-item {
      gap: 62px;
    }
  
    .sp-part3 .sp-item {
      width: 232px;
      height: 49px;
    
      gap: 13px;
    
      font-size: 30px;
    }
    
    .sp-part3 .sp-item img {
      height: 34px;
    }
  
    .sp-part3 .sp-item2 {
      width: 318px;
    }
  
    .sp-part3 .sp-title {
      font-size: 69px;
      line-height: 63px;
      margin-top: 47px;
    }
  
    .sp-part3 .sp-sub-title {
      line-height: 24px;
      margin-top: 32px;
    }
  
    .sp-part3 .sp-box {
      position: relative;
      top: unset;
      right: unset;
      margin: 694px auto 0;
    
      width: 897px;
      height: 786px;
    }
    
    .sp-part3 .sp-it {
      gap: 15px;
    
      top: 574px;
      left: 40px;
    
      font-size: 33px;
    }
    
    .sp-part3 .sp-it2 {
      left: 462px;
    }
    
    .sp-part3 .sp-it3 {
      top: 676px;
    }
    
    .sp-part3 .sp-it4 {
      top: 676px;
      left: 462px;
    }
    
    .sp-part3 .sp-it img {
      width: 51px;
    }
  
    .sp-part3 .sp-content {
      width: 997px;
      height: 779px;
    
      margin-top: 125px;
    }
  
    .sp-part3 .sp-left {
      justify-content: flex-start;
      align-items: center;
      padding-left: 0;
      height: auto;
      padding-top: 90px;
    }
  
    .sp-part3 .sp-t1 {
      font-size: 48px;
      line-height: 43px;
    }
    
    .sp-part3 .sp-t2 {
      font-size: 53px;
      line-height: 64px;
      margin-top: 25px;
      margin-bottom: 35px;
    }
    
    .sp-part3 .sp-t3 {
      font-size: 33px;
      line-height: 32px;
    }
  
    .sp-part3 .sp-img-box {
      left: 43px;
      top: 354px;
    
      gap: 22px;
      height: 333px;
    }
  
    .sp-part3 .sp-b {
      width: 294px;
      height: 333px;
    }
  
    .sp-part3 .sp-text {
      bottom: 25px;
    
      font-size: 30px;
      line-height: 23px;
    }
  
    .sp-part3 .sp-btn-style1 {
      margin-top: 60px;
    }
  
    .sp-part4 {
      height: 3384px;
      padding-top: 809px;
    }
    
    .sp-part4 .sp-title {
      line-height: 88px;
    }
  
    .sp-part4 .sp-sub-title {
      line-height: 30px;
      margin-top: 32px;
    }
  
    .sp-part4 .sp-img5 {
      width: 996px;
      
      position: initial;
      margin: 60px auto 0;
      display: block;
    }
  
    .sp-part4 .sp-swiper4 {
      width: 1080px;
      height: 550px;
      overflow: hidden;
    }
    
    .sp-part4 .sp-swiper4 .swiper-slide {
      position: relative;
      width: 100%;
      height: 100%;
      transition: all 0.3s;
      margin: 0;
      box-sizing: content-box;
  
      padding-top: 54px;
      padding-left: 0;
      display: flex;
      flex-direction: column;
      gap: 74px;
    }
  
    .sp-part4 .sp-item {
      position: initial;
    
      gap: 50px;
    }
    
    .sp-part4 .sp-item img {
      width: 151px;
    }
  
    .sp-part4 .sp-text {
      gap: 14px;
    }
  
    .sp-part4 .sp-t1 {
      font-size: 45px;
      line-height: 41px;
    }
    
    .sp-part4 .sp-t2 {
      font-size: 35px;
      line-height: 49px;
    }  
  
    .sp-part4 .swiper-pagination-bullet {
      width: 24px;
      height: 24px;
      background: #FFFFFF;
      border-radius: 50%;
      opacity: 1;
      margin: 0 14px !important;
    }
    
    .sp-part4 .swiper-pagination-bullet-active {
      background: #FFBA00 !important;
    }
  
    .sp-part4 .sp-content {
      width: 1013px;
      height: 791px;
    
      margin-top: 0;
    }
  
    .sp-part4 .sp-f1 {
      font-size: 25px;
      line-height: 36px;
    
      top: 68px;
      left: 52px;
    }
    
    .sp-part4 .sp-f2 {
      font-size: 26px;
      line-height: 30px;
    
      top: 158px;
      left: 52px;
    }
  
    .sp-part4 .sp-img8 {
      width: 270px;
      
      bottom: 504px;
      left: 410px;
    }
    
    .sp-part4 .sp-img9 {
      width: 546px;
      
      bottom: 440px;
      left: 50px;
    }
  
    .sp-part4 .sp-f3 {
      font-size: 43px;
    
      top: 95px;
      right: -15px;
    }
    
    .sp-part5 {
      height: 1820px;
      padding-top: 120px;
    }
  
    .sp-part5 .sp-title {
      line-height: 64px;
      position: initial;
    }
  
    .sp-part5 .sp-sub-title {
      line-height: 30px;
      margin-top: 50px;
      position: initial;
    }
    
    .sp-part5 .sp-text {
      top: 507px;
      left: 380px;
    
      padding-left: 24px;
      font-size: 24px;
      line-height: 45px;
    }
    
    .sp-part5 .sp-img1 {
      top: 557px;
      left: 457px;
    }
  
    .sp-part5 .sp-text2 {
      top: 698px;
      left: 307px;
    }
    
    .sp-part5 .sp-img2 {
      top: 708px;
      left: 440px;
    }
  
    .sp-part5 .sp-text3 {
      top: 457px;
      left: 750px;
      padding-left: 70px;
    }
    
    .sp-part5 .sp-img3 {
      top: 483px;
      left: 724px;
    }
  
    .sp-part5 .sp-text4 {
      top: 854px;
      left: 687px;
    }
    
    .sp-part5 .sp-img4 {
      top: 869px;
      left: 552px;
    }
  
    .sp-part5 .sp-item {
      gap: 24px;
    
      font-size: 37px;
    }
    
    .sp-part5 .sp-item img {
      width: 39px;
    }
  
    .sp-part5 .sp-item {
      width: 427px;
      height: 214px;
      top: 1293px;
      left: 85px;
    
      gap: 28px;
    }
  
    .sp-part5 .sp-t1 {
      font-size: 71px;
      line-height: 58px;
    }
    
    .sp-part5 .sp-t2 {
      font-size: 42px;
      line-height: 33px;
    }
  
    .sp-part5 .sp-item2 {
      left: 570px;
    }
  
    .sp-part5 .sp-btn-style1 {
      margin: 1310px auto 0;
      position: initial;
    }
  
    .sp-part6 {
      height: 1970px;
      padding-top: 125px;
    }
  
    .sp-part6 .sp-title {
      font-size: 68px;
      line-height: 60px;
    }
  
    .sp-part6 .sp-sub-title {
      line-height: 30px;
      margin-top: 41px;
      font-size:30px;
    }
    
    .sp-part6 .sp-swiper6 {
      width: 1080px;
      height: 687px;
      overflow: hidden;
      padding-top: 58px;
      padding-bottom: 174px;
    }
  
    .sp-part6 .sp-swiper6 .swiper-slide {
      width: 870px;
      height: 455px;
      transition: all 0.3s;
      margin: 0;
      box-sizing: border-box;
    }
  
    .sp-part6 .sp-top {
      width: 870px;
      height: 124px;
    
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: none;
    }
  
    .sp-part6 .sp-t1 {
      width: 186px;
      height: 56px;
      border-radius: 28px;
    
      font-size: 35px;
      line-height: 58px;
    }
  
    .sp-part6 .sp-top img {
      width: 31px;
      margin-left: 40px;
      margin-right: 10px;
    }
    
    .sp-part6 .sp-t2 {
      font-size: 35px;
    }
  
    .sp-part6 .sp-img-box {
      width: 537px;
      height: 112px;
      top: 163px;
      left: 154px;
    
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: none;
    }
  
    .sp-part6 .sp-f1 {
      top: -16px;
      left: 131px;
    
      font-size: 26px;
      line-height: 20px;
    }
    
    .sp-part6 .sp-f2 {
      left: -65px;
      top: 50px;
    }
  
    .sp-part6 .sp-f3 {
      left: 232px;
      top: 112px;
    }
    
    .sp-part6 .sp-f4 {
      left: 550px;
      top: 49px;
    }
  
    .sp-part6 .sp-text {
      font-size: 30px;
      line-height: 51px;
    
      left: 80px;
      bottom: 24px;
    
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: none;
    }
  
    .sp-part6 .sp-text2 {
      left: 490px;
    }
    
    .sp-part6 .swiper-pagination-bullet {
      width: 13px;
      height: 13px;
      background: #D8D8D8;
      border-radius: 7px;
      opacity: 1;
      margin: 0 8px !important;
    }
    
    .sp-part6 .swiper-pagination-bullet-active {
      background: #FFBA00 !important;
      width: 70px;
    }
    
    .sp-part6 .sp-title2 {
      font-size: 72px;
      line-height: 65px;
      margin-top: 0;
    }
  
    .sp-part6 .sp-font1 {
      font-size: 32px;
      line-height: 86px;
    
      left: 84px;
      top: 1107px;
    }
    
    .sp-part6 .sp-font2 {
      font-size: 32px;
      line-height: 86px;
  
      top: 1107px;
      right: 77px;
    }
  
    .sp-part6 .sp-line {
      width: 916px;
    
      left: 84px;
      top: 1177px;
    }
    
    .sp-part6 .sp-line2 {
      top: 1260px;
    }
    
    .sp-part6 .sp-line3 {
      top: 1350px;
    }
    
    .sp-part6 .sp-line4 {
      top: 1444px;
    }
  
    .sp-part6 .sp-img10 {
      width: 921px;
      position: initial;
      margin: 506px auto 0;
      display: block;
    }
  
    .sp-part7 {
      height: 2626px;
      padding-top: 112px;
    }
  
    .sp-part7 .sp-title {
      line-height: 88px;
    }
    
    .sp-part7 .sp-item {
      top: 354px;
      left: 45px;
    }
  
    .sp-part7 .sp-item img {
      width: 437px;
    }
    
    .sp-part7 .sp-t1 {
      margin-top: 31px;
      margin-bottom: 16px;
      font-size: 42px;
      line-height: 44px;
      padding-left: 65px;
    }
    
    .sp-part7 .sp-t2 {
      font-size: 32px;
      line-height: 33px;
      padding-left: 65px;
    }
    
    .sp-part7 .sp-item2 {
      left: 535px;
    }
    
    .sp-part7 .sp-item3 {
      top: 874px;
    }
    
    .sp-part7 .sp-item4 {
      left: 535px;
      top: 874px;
    }
  
    .sp-part7 .sp-title2 {
      position: initial;
      line-height: 88px;
      margin: 1138px auto 0;
    }
  
    .sp-part7 .sp-img5 {
      width: 751px;
      position: initial;
      margin: 33px auto 0;
      display: block;
    }
  
    .sp-part7 .sp-f1 {
      font-size: 35px;
      line-height: 95px;
    
      left: 60px;
      top: 2228px;
    }
  
    .sp-part7 .sp-f2 {
      font-size: 35px;
      line-height: 95px;
    
      right: 53px;
      top: 2228px;
    }
  
    .sp-part7 .sp-line {
      width: 961px;
    
      left: 60px;
      top: 2303px;
    }
  
    .sp-part7 .sp-line2 {
      top: 2396px;
    }
    
    .sp-part7 .sp-line3 {
      top: 2495px;
    }
  
    .sp-promo2-nav {
        width: 1080px;
        height: 466px;
        background: url('/cdn/shop/files/sp-kb22-bg.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
    }
    .sp-promo2-content{
        position: absolute;
        top: 0;
        right: 80px;
        width: 540px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
  
    .sp-promo2-t1{
        font-family: "Poppins-Medium";
        font-size: 30px;
        line-height: 21px;
        color: #000;
        font-style: italic;
        text-transform: uppercase;
        margin-bottom: 21px;
        text-align: center;
    }
  
    .sp-promo2-t2{
        font-family: "Poppins-Bold";
        font-size: 70px;
        line-height: 52px;
        color: #EE0000;
        text-shadow: 4px 2px 0px #000;
        text-stroke: 2px #ffffff;
        -webkit-text-stroke: 2px #ffffff;
        text-transform: uppercase;
        text-align: center;
    }
  
    .sp-promo2-nav .sp-promo2-box {
        position: absolute;
        top: 215px;
        right: 62px;
        width: 320px;
    }
  
    .sp-promo2-nav .sp-promo2-box .sp-promo2-p {
        font-family: "Poppins-Regular";
        font-size: 20px;
        color: #343434;
        line-height: 20px;
        text-align: center;
        margin-bottom: 6px;
    }
  
    .sp-promo2-nav .sp-promo2-ul {
      padding: 0px;
    }
  
    .sp-promo2-nav .sp-promo2-li {
        font-family: Poppins-SemiBold;
        font-size: 23px;
        color: #FEA312;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }
  
    .sp-promo2-nav .sp-promo2-style {
        width: 257px;
        height: 60px;
        background: #EE0000;
        border-radius: 30px;
        font-family: "Poppins-Bold";
        font-size: 31px;
        color: #ffffff;
        text-align: center;
        line-height: 62px;
        margin: 0px auto 0;
        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: 59px 0px 114px;
      background-image: url('/cdn/shop/files/20260429-kkq-shop-bg-m.png?v=1777530569');
    }
  
    .sp_product_part .sp-text1 .sp-icon {
      height: auto !important;
      margin-right: 0px;
      height: 41px;
    }
    .sp_product_part .sp-text1 {
      font-size: 30px;
      white-space: nowrap;
      gap: 12px;
    }
  
    .sp_product_part .sp-title1 {
      font-size: 53px;
      margin-bottom: 32px;
      line-height: 56px;
    }
    .sp_product_part .sp-title1 .sp-icon1 {
      top: 42px;
      left: 38px;
    }
    .sp_product_part .sp-title1 .sp-icon2 {
      top: 47px;
      left: 967px;
    }
  
    .sp_product_part .sp-info4 {
      gap: 20px 74px;
      margin-bottom: 137px;
      flex-wrap: wrap;
    }
    
    .sp_product_part .sp-info4-item {
      gap: 15px;
      font-size: 26px;
    }
    
    .sp_product_part .sp-info4-item img {
      width: 37px;
    }
  
    .sp_product_content {
      padding: 0px 55px 0;
      flex-direction: column;
      gap: 54px;
    }
  
    .sp_product_part .sp-clock {
      width: 62px;
      bottom: 36px;
      left: 34px;
    }
    .sp_product_part .sp-img-wrap {
      width: 100%;
      height: 684px;
      padding: 20px 14px 136px;
      margin: 0 auto;
      /* background-image: url('/cdn/shop/files/20260429-kkq-pro-bg-m.webp'); */
    }
    .sp_product_part .sp-img-wrap .swiper-slide {
      height: 528px;
    }
    .sp_product_part .sp-img-wrap .sp-img-p {
      /* min-width: 934px;
      min-height: 524px; */
    }
  
    .sp_product_part .sp-line-wrap {
      top: 580px;
      left: 113px;
  
      width: 462px;
    }
  
    .sp_product_part .sp-row1 {
      bottom: 36px;
      left: 122px;
      font-size: 24px;
      line-height: 26px;
    }
  
    .sp_product_part .sp-row1 img {
      height: 27px;
      margin-right: 9px;
    }
    
    .sp_product_part .sp-clock-s {
      right: 40px;
      bottom: 53px;
    }
  
    .sp_product_part .sp-clock-s .square {
      width: 54px;
      height: 52px;
      font-size: 35px;
      padding-top: 6px;
    }
    .sp_product_part .sp-hours {
      left: 4px;
      top: 58px;
      font-size: 17px;
      line-height: 15px;
    }
    .sp_product_part .sp-mins {
      left: 120px;
    }
    .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: 32px;
      line-height: 32px;
      margin: 41px 0px 27px;
    }
    .sp_product_part .opt-group {
      gap: 30px;
    }
    .sp_product_part .sp-option {
      height: 75px;
      min-width: 267px;
      font-size: 36px;
      /* line-height: 80px; */
      padding-top: 5px;
      border-radius: 37px;
    }
    .sp_product_part .sp-width2 {
      min-width: 294px;
    }
    .sp_product_part .sp-width3 {
      min-width: 404px;
    }
    .sp_product_part .sp-width4 {
      min-width: 667px;
    }
    .sp_product_part .sp-hot {
      height: 47px;
      margin-right: 26px;
    }
  
    .sp_product_part .sp-price-group {
      line-height: 1;
      align-items: baseline;
      margin-bottom: 45px;
    }
    .sp_product_part .sp-price1 {
      font-size: 74px;
      line-height: 69px;
    }
    .sp_product_part .sp-price2 {
      font-size: 44px;
      margin-left: 14px;
      margin-right: 36px;
    }
    .sp_product_part .sp-row {
      transform: translateY(15px);
    }
    .sp_product_part .sp-row img {
      width: 58px;
    }
    .sp_product_part .sp-row .sp-p {
      width: 235px;
      height: 48px;
      font-size: 41px;
      line-height: 50px;
      margin-left: -25px;
    }
  
    .sp_product_part .addCart {
      width: 499px;
      height: 95px;
      font-size: 25px;
      gap: 20px;
    }
    .sp_product_part .addCart img {
      width: 43px;
    }
    .sp_product_part .sp-quality-row {
      gap: 30px;
    }
  
    .sp_product_part .sp-btn-style {
      width: 100%;
      height: 148px;
      margin: 32px auto 60px;
      font-size: 70px;
      box-sizing: border-box;
    }
  
    .sp_product_part .sp-title-s {
      width: 100%;
      font-size: 44px;
      line-height: 47px;
      padding: 0;
    }
  
    .sp_product_part .sp-line {
      width: 983px;
      height: 3px;
      margin-top: 32px;
      margin-bottom: 23px;
    }
  
    .sp-tip5 {
      gap: 22px;
      font-size: 34px;
      width: 100%;
    }
    .sp-tip5 img {
      width: 70px;
    }
  
    .addGroup {
      width: 428px;
      height: 98px;
      padding: 0px 40px;
    }
    .addGroup .sp-reduce,
    .addGroup .sp-add {
      width: 22px;
    }
    .addGroup input {
      width: 230px;
      font-size: 47px;
    }
  
    .sp-footer-wrap {
      width: 100%;
      margin: 0 auto;
    }
    .sp-footer-img {
      width: 892px;
      margin: 56px auto 58px;
    }
    
    .sp-footer-box1 {
      width: 941px;
      height: 224px;
      padding: 32px 76px 50px;
      box-sizing: border-box;
    }
    .sp-footer-img2 {
      width: 775px;
    }
    .sp-footer-box1 .sp-p {
      gap: 13px;
      font-size: 32px;
      margin-bottom: 29px;
    }
    .sp-footer-box1 .sp-p img {
      width: 42px;
    }
  
    .sp-footer-box2 {
      width: 941px;
      height: auto;
      padding: 27px 80px;
      margin-top: 34px;
    }
    .sp-footer-box2 .sp-p {
      gap: 11px;
      font-size: 32px;
      margin-bottom: 30px;
    }
    .sp-footer-box2 .sp-p img {
      width: 46px;
    }
    .sp-footer-box2 .sp-li {
      font-size: 28px;
      margin-top: 18px;
    }
  
    .sp-btn-style2 {
      width: 1080px;
      height: 182px;
      background: url('/cdn/shop/files/20260429-kkq-btn2-bg.png') no-repeat;
      background-size: 100% 100%;
      display: flex;
      justify-content: flex-start;
      z-index: 19;
      align-items: center;
      box-sizing: border-box;
      position: relative;
    }
    .sp-btn-style2 .sp-t1 {
      font-family: Roboto-Black;
      font-size: 37px;
      color: #896804;
      line-height: 35px;
  
      position: absolute;
      left: 83px;
      top: 62px;
    }
    .sp-btn-style2 .sp-t2 {
      font-family: "Roboto-Regular";
      font-size: 22px;
      color: #896804;
      line-height: 22px;
  
      position: absolute;
      top: 110px;
      left: 86px;
    }
    .sp-btn-style2 .sp-cart {
      width: 69px;
      height: 64px;
      object-fit: contain;
      position: absolute;
      left: 441px;
      top: 59px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0;
      margin-left: 0;
    }
    .sp-btn-style2 .sp-icon {
      width: 100%;
    }
    .sp-btn-style2 .sp-num {
      width: 34px;
      height: 34px;
      background: #EB031F;
      border-radius: 50%;
      position: absolute;
      right: -8px;
      top: -9px;
      font-size: 39px;
      font-family: Roboto-Medium;
      font-style: italic;
      line-height: 36px;
    }
    .sp-btn-style2 .sp-btn-box {
      display: flex;
      align-items: center;
      height: 100%;
      gap: 33px;
      position: absolute;
      left: 643px;
      top: 0;
  
      font-family: Poppins-Bold;
      font-size: 55px;
      color: #FFF;
      animation: skip infinite 3s;
    }
    .sp-btn-style2 .sp-btn-box img {
      height: 36px;
    }
  
    .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: #090909;
    }
    .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: 496px;
    /* 模拟背景：深色+金色光效 */
    background: url('/cdn/shop/files/20260429-kkq-circle-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 41px 260px 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  /* 标题样式 */
  .sp-bz3-section-title {
    font-size: 50px;
    line-height: 52px;
    font-family: "Poppins-Bold"; /* 类似Times New Roman */
    color: #FFFFFF;
    margin-bottom: 68px;
  }
  
  /* 卡片容器：PC端横向排列 */
  .sp-bz3-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 42px;
  }
  
  /* 单个卡片样式 */
  .sp-bz3-card {
    height: 218px;
    background: #FFBA00;
    border-radius: 15px;
  
    flex: 1; /* 三等分 */
    display: flex;
    flex-direction: column; /* PC端内容上下排列 */
    align-items: center; /* PC端内容居中 */
    text-align: center; /* PC端文字居中 */
    position: relative;
    padding: 67px 45px 0;
    box-sizing: border-box;
  }
  
  /* 图标区域 */
  .sp-bz3-card-icon {
    width: 95px;
    height: 96px;
    /* 如果没有图片，用此做占位符效果 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
  }
  
  .sp-bz3-icon-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  /* 文本内容区域 */
  .sp-bz3-card-content h3 {
    font-size: 24px;
    color: #121212;
    font-family: Poppins-SemiBold;
    margin: 0px 0px 0px;
    padding: 0 0px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 20px;
  }
  
  .sp-bz3-card-content p {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: rgba(18, 18, 18, 0.8);
    line-height: 18px;
    font-style: italic;
  }
  
  /* =========================================
             移动端/窄屏样式 (基准宽度 1080px) - 对应图二
             你的JS会在 width <= 1080 时触发缩放，
             这里的CSS负责改变布局结构
             ========================================= */
  
  @media screen and (max-width: 1080px) {
    .sp-promise-section2 {
      width: 1080px; /* 适配JS的移动端基准宽 */
      height: 1365px;
      background-image: url('/cdn/shop/files/20260429-kkq-circle-bg-m.png');
      padding: 38px 42px 119px;
    }
  
    /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
    .sp-bz3-section-title {
      text-align: center;
      margin-bottom: 50px;
      font-size: 65px;
      box-sizing: border-box;
      line-height: 70px;
    }
  
    /* 容器改为纵向排列 */
    .sp-bz3-cards-container {
      flex-direction: column;
      gap: 40px;
    }
  
    .sp-bz3-card {
      height: 317px;
      flex: unset;
      flex-direction: row; /* 关键：卡片内部变为左右排列 */
      align-items: center; /* 垂直居中 */
      text-align: left; /* 文字左对齐 */
      padding: 0px 40px 0px 54px;
      border-radius: 30px;
      box-sizing: border-box;
    }
  
    .sp-bz3-card-icon {
      margin-bottom: 0;
      margin-right: 55px; /* 图标和文字的间距 */
      width: 206px;
      height: 207px;
      flex-shrink: 0; /* 防止图标被压缩 */
      position: unset;
      top: unset;
      transform: unset;
    }
  
    .sp-bz3-card-content h3 {
      font-size: 42px; /* 移动端字号通常较大（因为基准是1080px） */
      margin: 0;
      margin-bottom: 22px;
      line-height: 45px;
      padding-left: 0;
      padding-right: 0px;
      height: auto;
      color: #101011;
    }
  
    .sp-bz3-card-content h3 br {
      display: none;
    }
  
    .sp-bz3-card-content p {
      font-size: 28px;
      line-height: 35px;
      color: rgba(0, 0, 0, 0.8);
      font-style: normal;
    }
  }
  
  /* ============================================================
     移动端样式 (默认样式)
     基准宽度：1080px
     ============================================================ */
  
  /* 核心容器 */
  .sp-qa3-container {
    width: 100%;
    margin: 0 auto;
    /* min-height: 100vh; */
    padding-top: 121px;
    padding-bottom: 324px;
    transform-origin: top left;
    box-sizing: border-box;
    background: #343434;
  }
  
  /* 头部区域 */
  .sp-qa3-header {
    text-align: center;
    margin-bottom: 72px;
  }
  
  .sp-qa3-sub-title {
    color: #FFBA00;
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 24px;
    font-family: Poppins-Medium;
    font-style: italic;
  }
  
  .sp-qa3-main-title {
    color: #FFFFFF;
    font-size: 57px;
    text-transform: uppercase;
    line-height: 57px;
    font-family: Poppins-Bold;
  }
  
  /* 列表容器 */
  .sp-qa3-list {
    margin: 0 auto;
    width: 1000px;
    /* border-top: 4px solid rgba(137, 137, 137, .5); */
  }
  
  /* 单个条目 */
  .sp-qa3-item {
    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 29px;
    height: 110px;
    position: relative;
    transition: background-color 0.3s;
  }
  
  .sp-qa3-question:hover {
    /* background-color: #3d3d3d; */
  }
  
  /* 图标 */
  .sp-qa3-icon {
    color: #C6C6C6;
    font-size: 36px;
    margin-right: 31px;
    transition: transform 0.3s ease, color 0.3s;
  }
  
  .fa-chevron-up:before {
  content: "";
  display: inline-block;
  width: 0.62em;
  height: 0.62em;
  box-sizing: border-box;
  border-top: 0.19em solid currentColor;
  border-right: 0.19em solid currentColor;
  vertical-align: middle;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: center;
  }
  
  /* 问题文字 */
  .sp-qa3-q-text {
    font-family: Poppins-Medium;
    color: #CECECE;
    font-size: 35px;
    flex: 1;
  }
  
  /* 答案行 */
  .sp-qa3-answer {
    display: none;
    padding: 0px 40px 45px 80px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 44px;
    font-family: Poppins-Regular;
  }
  
  /* 激活状态 */
  .sp-qa3-item.active {
    /* border-top: 4px solid rgba(7, 102, 62, .74); */
  }
  
  .sp-qa3-item.active .sp-qa3-icon {
    transform: rotate(180deg);
    color: #ffbb02;
  }
  
  .sp-qa3-item.active .sp-qa3-q-text {
    color: #FFFFFF;
  }
  
  /* 底部按钮 */
  .sp-qa3-btn-wrapper {
    text-align: center;
  }
  
  .sp-qa3-btn {
    margin: 90px auto 0;
    display: flex;
    justify-content: center;
    display: none;
  }
  
  .sp-qa3-btn .sp-btn-style1 {
    margin: 0 auto;
  }
  
  .sp-qa3-btn:hover {
    /* background-color: #ffcc00;
    color: #000; */
  }
  
  /* ============================================================
   PC端样式 (大屏适配)
   基准宽度：1920px
   ============================================================ */
  @media screen and (min-width: 1081px) {
  
    .sp-qa3-container {
        padding-top: 52px;
        padding-bottom: 98px;
    }
  
    .sp-qa3-header {
        margin-bottom: 47px;
    }
  
    .sp-qa3-sub-title {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 20px;
    }
  
    .sp-qa3-main-title {
        font-size: 50px;
        line-height: 43px;
    }
  
    .sp-qa3-list {
        width: 1400px;
    }
  
    .sp-qa3-item {
        /* border-bottom: 1px solid #555; */
    }
  
    .sp-qa3-question {
        padding: 0 24px;
        height: 91px;
    }
  
    .sp-qa3-icon {
        font-size: 30px;
        margin-right: 28px;
    }
  
    .sp-qa3-q-text {
        font-size: 27px;
    }
  
    .sp-qa3-answer {
        font-size: 24px;
        padding: 0px 20px 42px 69px;
        line-height: 34px;
    }
  
    .sp-qa3-btn-wrapper {
    }
  
    .sp-qa3-btn {
      display: block;
      margin-top: 42px;
    }
  
    .sp-qa3-btn .sp-btn-style1 {
    }
  }
  
  .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;
    }
  }
  
  
  product-recommendations { display: none !important; }
  @media only screen and (max-width: 1080px) {
  .mf-bundle-product {
  zoom: 2.2;
  }
  .app-embed-plus-component-description.component-description-title[data-v-762f1fb2]{
      font-size: 23PX;
  }
  .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;
  }
  #root .customer_buy_more_wrapper .customer_buy_more_title {
  font-size: 44px;
  margin-bottom: 40px;
  }
  #root table.customer-buy-more-discount-table {
  color: #000;
  }
  #root .quick-add-hidden {
  margin: 20px 40px 40px;
  font-size: 40px;
  color: #000;
  }
  #root table.customer-buy-more-discount-table th, td {
  padding: 20px 10px !important;
  }
  }
  .ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
  max-width: 1080px;
  margin: 0 auto;
  }
  .guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
  display: none !important;
  }
  #root .quick-add-hidden {
  color: #000;
  margin-bottom:20px;
  }
  
  .sp_product_part .sp-row .sp-p{
    width:auto !important;
    padding:0 20px;
  }