/** Shopify CDN: Minification failed

Line 64:3 Unexpected "*"

**/
@font-face {
  font-family: Roboto;
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
}
@font-face {
  font-family: AvantGardeITCbyBT-Demi;
  src: url('/cdn/shop/files/AVGARDD_0.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;
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-BoldItalic;
  src: url('/cdn/shop/files/Poppins-BoldItalic.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
}

@font-face {
  font-family: Unbounded-SemiBold;
  src: url('/cdn/shop/files/Unbounded-SemiBold.ttf');
}


﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: auto !important;
    text-size-adjust: auto !important;
    -moz-text-size-adjust: auto !important;
    -ms-text-size-adjust: auto !important;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-touch-callout: none;
    user-select: none;
}

input,
img {
    border: none;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

#root {
    letter-spacing: 0px;
}

.sp-uppercase {
    text-transform: uppercase;
}

.sp-relative {
    position: relative;
}

.sp-img {
    display: block;
    width: 100%;
}

.sp-flex-x {
    display: flex;
    align-items: center;
}

.sp-color {
    color: #6AB400;
}

.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;
    background: #fff;
}

/* .sp-fixed .sp_header-content .sp-white {
    display: none;
}

.sp-fixed .sp_header-content .sp-black {
    display: block;
}

.sp-fixed .sp_header-content ul {
    color: #000;
}

.sp-fixed .sp_header-content .sp-logo {
    color: #000;
} */

.sp-fixed .sp_header-top {
    display: none;
}

.sp_header-top {
    width: 100%;
    height: 25px;
    position: relative;
    z-index: 11;
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    top: 0px;
}

.sp_header-top .sp-p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #139C01;
}

.sp_header-wrap {
    position: relative;
}

.sp_header-content {
    position: relative;
    width: 100%;
    width: 1920px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding-left: 260px;
    padding-right: 260px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sp_header-content ul {
    display: flex;
    align-items: center;
    gap: 38px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 16px;
    /* padding-top: 3px; */
}

.sp_header-content .sp-white {
    display: block;
}

.sp_header-content .sp-black {
    display: none;
}

.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(0px);
    font-family: Poppins-Medium;
}

.sp_header-content ul li:hover {
    /* color: #8359ae; */
}

.sp_header-content .sp-logo-box {
    height: 36px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.sp_header-content .sp-logo {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%);
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 30px;
    height: 60px;
    color: #3F3F3F;
}

.sp-cart {
    width: 35px;
    margin-right: 31px;
    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: 11px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -8px;
    font-size: 19px;
    line-height: 24px;
    font-family: "Poppins-Bold";
    text-align: center;
    box-sizing: border-box;
}

.sp-cart .sp-num.sp-gray {
    background: #414141;
}

.sp-top-btn {
    width: 183px;
    height: 35px;
    background: #FF5400;
    border-radius: 5px;
    text-align: center;
    font-family: Poppins;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;

    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: 654px;
    height: 81px;
    background: #FF5400;
    border-radius: 9px;
    /* background: url('/cdn/shop/files/20260413-sp-btn.png') no-repeat; */
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    padding-top:6px;
    font-family: Poppins;
    text-align: center;
    cursor: pointer;
    display: flex;
    animation: skip 4s infinite 1s;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-title {
    font-family: AvantGardeITCbyBT-Demi;
    font-weight: normal;
    font-size: 50px;
    color: #343C34;
    line-height: 1;
    text-align: center;
}

.sp-sub-title {
    font-family: Poppins-Medium;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #575757;
}

/* ========== sp-part1 PC端样式 ========== */
.sp-part1 {
    position: relative;
    width: 1920px;
    height: 900px;
    margin-top: 60px;
}

.sp-part1 .sp-part1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part1 .sp-part1-tag {
    position: absolute;
    top: 64px;
    left: 265px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sp-part1 .sp-part1-tag-icon {
    width: 70px;
    height: 74px;
}

.sp-part1 .sp-part1-tag span {
    font-family: Poppins-SemiBold;
    font-size: 27px;
    color: rgba(34, 34, 34, 1);
    line-height: 109px;
}

.sp-part1 .sp-part1-title {
    position: absolute;
    top: 159px;
    left: 258px;
    font-size: 112px;
    line-height: 1;
}

.sp-part1 .sp-part1-title-green {
    font-family: AvantGardeITCbyBT-Demi;

    color: #5DB40C;
}

.sp-part1 .sp-part1-title-black {
    font-family: AvantGardeITCbyBT-Demi;
    color: #222222;
}

.sp-part1 .sp-part1-subtitle {
    position: absolute;
    top: 283px;
    left: 258px;
    font-family: AvantGardeITCbyBT-Demi;
    font-size: 84px;
    color: #222222;
    line-height: 1;
}

.sp-part1 .sp-part1-desc {
    position: absolute;
    top: 407px;
    left: 258px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    color: rgba(34, 34, 34, .7);
    line-height: 28px;
    text-align: left;
}

.sp-part1 .sp-part1-btn {
    position: absolute;
    top: 502px;
    left: 259px;
}

.sp-part1 .sp-part1-btn .sp-btn-style1-pc {
    width: 463px;
    height: 81px;
    border-radius: 9px;
    font-size: 36px;
}

.sp-part1 .sp-part1-price {
    position: absolute;
    top: 440px;
    right: 298px;
    width: 239px;
    height: 165px;
}

.sp-part1 .sp-part1-price-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sp-part1 .sp-part1-price-label {
    position: absolute;
    top: 0;
    left: 50px;
    font-family: AvantGardeITCbyBT-Demi;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 47px;
    transform: rotate(8deg);
    line-height: 0.5;
    padding-left: 10px;


}

.sp-part1 .sp-part1-price-current {
    position: absolute;
    top: 14px;
    left: 50px;
    font-family: AvantGardeITCbyBT-Demi;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;

    transform: rotate(8deg);
}

.sp-part1 .sp-part1-price-original {
    position: absolute;
    top: 114px;
    left: 100px;
    font-family: AvantGardeITCbyBT-Demi;
    font-weight: bold;
    font-size: 24px;
    color: #DEDEDE;
    line-height: 0.1;
    transform: rotate(8deg);
}

.sp-part1 .sp-part1-price-original::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #DE0000;
}


/* ========== sp-part2 PC端样式 ========== */
.sp-part2 {
    position: relative;
    width: 1920px;
    height: 1870px;
    background: #F6F9EB;
}

.sp-part2 .sp-part2-icons {
    position: absolute;
    top: 86px;
    left: 260px;
    width: 1401px;
    height: 230px;
    background: #FFFFFF;
    box-shadow: -6px 33px 32px 0px rgba(118, 124, 109, 0.14);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 106px;
    padding: 24px 98px;
}

.sp-part2 .sp-part2-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 115px;
}

.sp-part2 .sp-part2-icon-img {
    width: 115px;
    height: 117px;
}

.sp-part2 .sp-part2-icon-item span {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #525252;
    line-height: 28px;
    text-align: center;
    margin-top: 13px;
    white-space: nowrap;
}

.sp-part2 .sp-part2-header {
    position: absolute;
    top: 410px;
    left: 260px;
    width: 1407px;
    display: flex;
    justify-content: space-between;
}

.sp-part2 .sp-part2-title-left {
    display: flex;
    flex-direction: column;
}

.sp-part2 .sp-part2-title1 {
    font-family: AvantGardeITCbyBT-Demi;
    font-size: 72px;
    color: #5DB40C;
    line-height: 1;
    text-align: left;
}

.sp-part2 .sp-part2-title2 {
    font-family: AvantGardeITCbyBT-Demi;
    font-size: 50px;
    color: #343C34;
    line-height: 1;
}

.sp-part2 .sp-part2-title-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sp-part2 .sp-part2-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 324px;
    height: 45px;
    border-radius: 21px;
    border: 2px solid #6EAB2B;
    padding: 0 27px;
}

.sp-part2 .sp-part2-badge-icon {
    width: 27px;
    height: 27px;
}

.sp-part2 .sp-part2-badge span {
    font-family: AvantGardeITCbyBT-Demi;
    font-weight: 700;
    font-size: 17px;
    color: #6EAB2B;
}

.sp-part2 .sp-part2-desc {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 20px;
    color: rgba(87, 87, 87, 1);
    text-align: right;
    line-height: 25px;
    margin-top: 33px;
}

.sp-part2 .sp-part2-content {
    position: absolute;
    top: 584px;
    left: 258px;
    width: 1488px;
    height: 786px;
    display: flex;
    justify-content: space-between;
}

.sp-part2 .sp-part2-left {
    display: flex;
    flex-direction: column;
    width: 654px;
}

.sp-part2 .sp-part2-video {
    width: 654px;
    height: 385px;
    border-radius: 10px;
    overflow: hidden;
}

.sp-part2 .sp-part2-video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part2 .sp-part2-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.sp-part2 .sp-part2-stat {
    position: relative;
    width: 317px;
    height: 181px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 49px 32px;
    box-sizing: border-box;
}

.sp-part2 .sp-part2-stat-num {
    font-family: AvantGardeITCbyBT-Demi;
    font-size: 56px;
    color: #FF5400;
    line-height: 56px;
}

.sp-part2 .sp-part2-stat-unit {
    position: absolute;
    top: 69px;
    right: 100px;
    font-family: AvantGardeITCbyBT-Demi;
    font-size: 30px;
    color: #FF5400;
    line-height: 30px;
}

.sp-part2 .sp-part2-stat2 .sp-part2-stat-unit {
    right: 49px;
}

.sp-part2 .sp-part2-stat4 .sp-part2-stat-unit {
    right: 119px;
}

.sp-part2 .sp-part2-stat-label {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    line-height: 20px;
    margin-top: 13px;
}

.sp-part2 .sp-part2-product {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 823px;
    height: 787px;
}

.sp-part2 .sp-part2-cards {
    position: absolute;
    top: 1396px;
    left: 262px;
    width: 1397px;
    display: flex;
    gap: 14px;
}

.sp-part2 .sp-part2-card {
    position: relative;
    width: 339px;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-part2 .sp-part2-card1 {
    background-image: url('/cdn/shop/files/20260413-part2-card1.png');
}

.sp-part2 .sp-part2-card2 {
    background-image: url('/cdn/shop/files/20260413-part2-card2.png');
}

.sp-part2 .sp-part2-card3 {
    background-image: url('/cdn/shop/files/20260413-part2-card3.png');
}

.sp-part2 .sp-part2-card4 {
    background-image: url('/cdn/shop/files/20260413-part2-card4.png');
}

.sp-part2 .sp-part2-card-title {
    font-family: Poppins-SemiBold;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 32px;
}

.sp-part2 .sp-part2-card-desc {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 12px;
    margin-top: 18px;
}

.sp-part2 .sp-part2-btn {
    position: absolute;
    bottom: 90px;
    left: 633px;

}


/* ========== sp-part2-5 PC端样式 ========== */
.sp-part2-5 {
    position: relative;
    width: 1920px;
    height: 1000px;
}

.sp-part2-5 .sp-part2-5-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part2-5 .sp-part2-5-header {
    position: absolute;
    top: 95px;
    left: 603px;
    width: 710px;
}

.sp-part2-5 .sp-part2-5-title {
    display: block;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 16px;
}

.sp-part2-5 .sp-part2-5-subtitle {
    display: block;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
}

.sp-part2-5 .sp-part2-5-tags {
    position: absolute;
    top: 300px;
    left: 463px;
    display: flex;
    gap: 352px;
}

.sp-part2-5 .sp-part2-5-tag {
    position: relative;
}

.sp-part2-5 .sp-part2-5-tag1 {
    width: 327px;
    height: 140px;
    background: url('/cdn/shop/files/20260413-part2-5-tag1-bg.png') no-repeat;
    background-size: 100% 100%;
}

.sp-part2-5 .sp-part2-5-tag2 {
    width: 287px;
    height: 140px;
    background: url('/cdn/shop/files/20260413-part2-5-tag2-bg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 82px;
}

.sp-part2-5 .sp-part2-5-tag-content {
    position: absolute;
    top: 33px;
    left: 30px;
}

.sp-part2-5 .sp-part2-5-tag2 .sp-part2-5-tag-content {
    top: 22px;
}

.sp-part2-5 .sp-part2-5-tag2 .sp-part2-5-tag-content {
    left: 96px;
}

.sp-part2-5 .sp-part2-5-tag-num {
    display: block;
    font-family: Unbounded-SemiBold;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;

}

.sp-part2-5 .sp-part2-5-green {
    color: #5DB40C;
}

.sp-part2-5 .sp-part2-5-orange {
    color: #FF5400;
    font-size: 60px;
}

.sp-part2-5 .sp-part2-5-tag-label {
    display: block;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    color: #000000;
    line-height: 1;
    margin-left: 66px;
}

.sp-part2-5 .sp-part2-5-tag2 .sp-part2-5-tag-label {
    margin-left: 8px;
}


.sp-part3 {
    position: relative;
    width: 1920px;
    height: 1120px;
    background-color: #F6F9EB;
}

.sp-part3 .sp-part3-title {
    position: absolute;
    top: 90px;
    left: 0;
    text-align: center;
    width: 100%;
}

.sp-part3 .sp-part3-subtitle {
    position: absolute;
    top: 158px;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.sp-part3 .sp-part3-images {
    position: absolute;
    top: 220px;
    left: 261px;
    width: 682px;
    height: 682px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px 11px;
}

.sp-part3 .sp-part3-img {
    width: 220px;
    height: 334px;
    object-fit: cover;
}

.sp-part3 .sp-part3-right {
    position: absolute;
    top: 220px;
    left: 977px;
    width: 683px;
    height: 682px;
}

.sp-part3 .sp-part3-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 683px;
    height: 255px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.sp-part3 .sp-part3-icons-bg {
    position: absolute;
    top: 21px;
    left: 63px;
    width: 556px;
    height: 155px;
}

.sp-part3 .sp-part3-icon-check {
    position: absolute;
    width: 26px;
    height: 26px;
}

.sp-part3 .sp-part3-icon-check1 {
    top: 86px;
    left: 251px;
}

.sp-part3 .sp-part3-icon-check2 {
    top: 86px;
    left: 457px;
}

.sp-part3 .sp-part3-icon-texts {
    position: absolute;
    top: 184px;
    left: 73px;
    width: 569px;
    display: flex;
    justify-content: space-between;
}

.sp-part3 .sp-part3-icon-text {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 26px;
    text-align: center;
}

.sp-part3 .sp-part3-green {
    color: #5DB40C;
}

.sp-part3 .sp-part3-lids {
    position: absolute;
    top: 269px;
    left: 0;
    width: 681px;
    height: 413px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.sp-part3 .sp-part3-lids-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sp-part3 .sp-part3-lid {
    position: absolute;
    top: 13px;
    width: 319px;
    height: 304px;
}

.sp-part3 .sp-part3-lid1 {
    left: 15px;
}

.sp-part3 .sp-part3-lid2 {
    left: 349px;
}

.sp-part3 .sp-part3-lid-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 319px;
    height: 242px;
    object-fit: cover;
}

.sp-part3 .sp-part3-lid-title {
    position: absolute;
    top: 272px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 30px;
    color: rgba(93, 180, 12, 1);
    line-height: 46px;
}

.sp-part3 .sp-part3-lid-desc {
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 20px;
    color: rgba(106, 106, 106, 1);
    line-height: 24px;
}

.sp-part3 .sp-part3-btn {
    position: absolute;
    top: 947px;
    left: 633px;

}


/* ========== sp-part4 PC端样式 ========== */
.sp-part4 {
    position: relative;
    width: 1920px;
    height: 953px;
}

.sp-part4 .sp-part4-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part4 .sp-part4-title {
    position: absolute;
    top: 93px;
    left: 260px;
    line-height: 60px;
    text-align: left;
    white-space: nowrap;
}

.sp-part4 .sp-part4-subtitle {
    position: absolute;
    top: 237px;
    left: 260px;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}

.sp-part4 .sp-part4-cards {
    position: absolute;
    top: 336px;
    left: 260px;
    width: 582px;
    height: 463px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 7px 8px;
    box-sizing: border-box;
}

.sp-part4 .sp-part4-card {
    position: relative;
    width: 279px;
    height: 326px;
}

.sp-part4 .sp-part4-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.sp-part4 .sp-part4-card-text {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 1;
}

.sp-part4 .sp-part4-badges {
    position: absolute;
    top: 687px;
    left: 282px;
    width: 540px;
    height: 68px;
}

.sp-part5 {
    position: relative;
    height: 960px;
    background: #F6F9EB;
    box-sizing: border-box;
}

/* 主标题样式 */
.sp-part5 .sp-part5-title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}

/* 副标题样式 */
.sp-part5 .sp-part5-subtitle {
    position: absolute;
    top: 158px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}

/* 轮播容器 */
.sp-part5 .sp-part5-swiper-wrap {
    position: absolute;
    top: 214px;
    left: 236px;
    width: 1448px;
    height: 541px;
    overflow: hidden;
}

.sp-part5 .sp-part5-swiper {
    width: 100%;
    height: 100%;
    /* overflow: visible; */
    /* margin-left: -238px; */
}

.sp-part5 .sp-part5-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

/* 轮播项样式 */
.sp-part5 .sp-part5-slide {
    position: relative;
    width: 448px !important;
    height: 541px;
    overflow: hidden;
    flex-shrink: 0;
}

.sp-part5 .sp-part5-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    overflow: hidden;
}

.sp-part5 .sp-part5-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 轮播项信息区域 */
.sp-part5 .sp-part5-slide-info {
    position: absolute;
    top: 386px;
    left: 0;
    width: 100%;
    text-align: center;
    width: 448px;
    height: 155px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;

}

.sp-part5 .sp-part5-slide-title {
    font-family: AvantGardeITCbyBT-Demi;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 24px;
}

.sp-part5 .sp-part5-green {
    color: #5DB40C;
}

.sp-part5 .sp-part5-slide-desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 32px;
    line-height: 1;
}

/* 按钮样式 */
.sp-part5 .sp-part5-btn {
    position: absolute;
    bottom: 90px;
    left: 633px;
}

.sp-part6 {
    height: 681px;
    position: relative;
    background: #FFFFFF;
}




.sp-part6 .sp-title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    line-height: 1;
    text-align: center;
}

.sp-part6 .sp-part6-use-wrap {
    position: absolute;
    top: 180px;
    left: 260px;
    display: flex;
    gap: 28px;
}

.sp-part6 .sp-part6-use-item {
    position: relative;
    width: 448px;
    height: 413pxx;
    box-sizing: border-box;
}



.sp-part6 .sp-part6-use-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 413px;
    object-fit: cover;
}

.sp-part6 .sp-part6-use-text {
    position: absolute;
    left: 0;
    top: 360px;
    width: 100%;
    font-family: AvantGardeITCbyBT-Demi;
    font-weight: normal;
    font-size: 36px;
    color: #222222;
    line-height: 1;
    text-align: center;
}

/* ========== sp-part7 Specification PC端样式 ========== */
.sp-part7 {
    height: 638px;
    position: relative;
}

.sp-part7 .sp-part7-card {
    position: absolute;
    top: 0px;
    left: 409px;
    width: 1400px;
    display: flex;
    gap: 60px;
}

.sp-part7 .sp-part7-main {
    position: relative;
    width: 519px;
    height: 598px;
    flex-shrink: 0;
}

.sp-part7 .sp-part7-info {
    flex: 1;
    padding-top: 20px;
}

.sp-part7 .sp-title {
    text-align: left;
    line-height: 1;
    margin-bottom: 30px;
}

.sp-part7 .sp-part7-specs {
    display: flex;
    flex-direction: column;
}

.sp-part7 .sp-part7-spec-row {
    display: flex;
    gap: 172px;
}

.sp-part7 .sp-part7-spec-item {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size:
        24px;
    color: #222222;
    line-height: 50px;
}

.sp-part7 .sp-part7-spec-label {
    font-family: Poppins-SemiBold;
    font-weight: 600;
}



.sp-part7 .sp-part7-box {
    border-left: 9px solid #5DB40C;
    width: 682px;
    height: 140px;
    background: #F1F1F1;
    margin-top: 20px;
}

.sp-part7 .sp-part7-box-title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 24px;
    color: #272727;
    padding-top: 10px;
    padding-left: 40px;
    margin-bottom: 5px;
}

.sp-part7 .sp-part7-box-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    gap: 5px 40px;
}

.sp-part7 .sp-part7-box-list span {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #272727;
}


.sp_product_part {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0px 0px 67px;
    padding-bottom: 100px;
}

.sp-product-top {
    background: url('/cdn/shop/files/20260413-product-top.png');
    height: 333px;
    margin-bottom: 50px;
    padding-top: 71px;
}

.sp_product_part .sp-text1 {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;

    align-items: center;
    margin-bottom: 18px;

}

.sp_product_part .sp-text1 img {
    height: 34px;
}

.sp_product_part .sp-title1 {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    margin-bottom: 35px;
    font-family: Poppins;
}

.sp_product_part .sp-color {
    color: #FFEA00;
}

.sp_product_part .sp-title1 img {
    animation: skip 4s infinite;
    position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
    height: 77px;
    top: 105px;
    left: 450px;
}

.sp_product_part .sp-title1 .sp-icon2 {
    height: 69px;
    top: 115px;
    left: 1378px;
}

.sp_product_part .sp-info4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 86px;
    margin-bottom: 69px;
}

.sp_product_part .sp-info4-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #FFFFFF;
}

.sp_product_part .sp-info4-item img {
    width: 25px;
}

/* 走马灯 */
.sp-scroll2 {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: fit-content;
    overflow: hidden;
    margin: 36px auto 152px;
    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: 1530px;
}

.sp-scroll2 .sp-icon {
    width: 25px;
    flex-shrink: 0;
}

.sp-scroll2 .sp-p {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    font-family: Poppins-Medium;
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 38px;
    white-space: nowrap;
    flex-shrink: 0;
}

.sp_product_content {
    width: 100%;
    padding: 0 260px;
    display: flex;
    gap: 60px;
    box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
    width: 731px;
    height: 516px;
    background: #ff3900;
    border-radius: 30px;

    padding: 10px 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: auto;
    height: 380px;
    /* object-fit: contain; */
    z-index: 0;
    border-radius: 20px;
}

.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";
    flex-shrink: 0;
    box-sizing: border-box;
}

.sp_product_part .sp-hours {
    position: absolute;
    left: 3px;
    top: 44px;
    font-family: Roboto-Medium;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 10px;
}

.sp_product_part .sp-mins {
    left: 90px;
}

.sp_product_part .sp-secs {
    left: 176px;
}

.sp_product_part .sp-clock-s .sp-dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    /* margin: 0 5px; */
}

.sp_product_part .sp-clock-s .sp-dot {
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
}

.sp_product_part .sp-title-s {
    color: #0B0B0B;
    line-height: 29px;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 27px;
    padding-top: 9px;
}

.sp_product_part .sp-line {
    width: 606px;
    height: 2px;
    background: #9D9D9D;
    opacity: 0.29;
    margin-top: 19px;
}

.sp_product_part .option-title {
    font-size: 22px;
    color: #696969;
    font-family: "Poppins-SemiBold";
    line-height: 1;
    margin: 32px 0px 20px;
}

.sp_product_part .option-title span {
    color: #FF7200;

}

.sp_product_part .opt-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    position: relative;
}

.sp_product_part .sp-option {
    min-width: 151px;
    height: 46px;
    width: auto;
    border-radius: 10px;
    background: #F7F7F7;
    border-radius: 10px;
    border: 2px solid #D3D3D3;
    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;
    padding: 0 30px;
    gap: 12px;
}

.sp_product_part .sp-width2 {
    min-width: 543px;
}

.sp_product_part .sp-option.active {
    background: #FF7200;
    border: 2px solid #FF4800;
    border: none;
    color: #ffffff;
}

.sp_product_part .sp-buy-desc {
    font-family: Poppins-SemiBold;
    font-size: 22px;
    color: #696969;
    margin-bottom: 20px;
}

.sp_product_part .sp-buy-desc span {
    color: #FF7200;
}


.sp_product_part .sp-option-hot {
    width: 28px;
    height: auto;
    margin-right: 10px;
}

.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: 36px;
}

.sp_product_part .sp-price2 {
    font-family: Poppins-Medium;
    font-size: 27px;
    color: #9D9D9D;
    margin-left: 10px;
    margin-right: 19px;
}

.sp_product_part .sp-row {
    display: flex;
    align-items: center;
    transform: translateY(12px);
}

.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: #FD771B;
    border-radius: 6px;
    font-family: Poppins;
    font-size: 25px;
    color: #ffffff;
    line-height: 32px;
    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: #FFFBF2;
    border-radius: 10px;

    font-family: Poppins-Medium;
    box-sizing: border-box;
    font-size: 26px;
    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: 21px 0 37px 0;
    font-size: 43px;
    color: #ffffff;
    font-family: "Poppins";

    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;
}


/* .sp-discount-tag .sp-p {
    width: auto !important;
    height: auto !important;
    background: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
} */

/* HOT标签样式 - 使用内联图片显示 */
.sp-option.sp-hot {
    position: relative;
}




/* 产品主图样式 */
.sp-product-main-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 710px;
    height: 398px;
    background: #FFFFFF;
    border-radius: 20px;
}

.sp-product-main-img .sp-img-p {
    max-width: 100%;
    height: auto;
}

/* 数量图标样式 */
.sp-qty-badge {
    position: absolute;
    bottom: 170px;
    left: 300px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: Poppins-SemiBold;
    font-size: 40px;
    color: #0B0B0B;
    z-index: 3;
}

.sp-qty-badge.show {
    display: flex;
    background: #FF9900;
}




@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: 34px auto 36px;
}

.sp-footer-box1 {
    width: 580px;
    height: 138px;
    background: #EEF8FE;
    padding: 20px 50px 31px;
    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: 138px;
    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: 20px;
}

.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: 50px;
        font-size: 28px;
        line-height: 50px;
    }

    .sp_header-content {
        width: 100%;
        height: 140px;
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        background: #ffffff;
        border-radius: 0;
        padding: 0 25px 0 67px;
    }

    .sp-menu-btn {
        cursor: pointer;
        margin-right: 209px;
        width: 52px;
    }

    .sp_header-content .sp-logo {
    height: 54px;
    position: unset;
    transform: unset;
    left: 116px;
    font-family: Poppins-SemiBold;
    font-weight: 800;
    font-size: 74px;
    height: 100px;
    color: #000000;
    line-height: 1;
    position: absolute;
    top: 13px;
    }

    .sp-cart {
        width: 66px;
        margin-right: 22px;
    }

    .sp-cart .sp-num {
        width: 33px;
        height: 32px;
        border-radius: 16px;
        right: -12px;
        top: -10px;
        font-size: 27px;
        line-height: 34px;
    }

    .sp-top-btn {
        width: 313px;
        height: 68px;
        background: #FF5400;
        border-radius: 10px;
        font-size: 35px;
        color: #FFFFFF;
        border: none;

    }

    .sp-btn-style1 {
        /* background-image: url('/cdn/shop/files/20260413-sp-btn-m.png'); */
        width: 1001px;
        height: 148px;
        border-radius: 9px;
        font-size: 65px;
    }

    .sp-btn-style1 img {
        width: 111px;
        height: 111px;
    }

    .sp-title {
        font-size: 70px;
    }

    .sp-sub-title {
        font-size: 36px;
    }

    /* ========== sp-part1 移动端样式 ========== */
    .sp-part1 {
        width: 1080px;
        height: 2061px;
        margin-top: 0;
    }

    .sp-part1 .sp-part1-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sp-part1 .sp-part1-price {
        position: absolute;
        top: 218px;
        left: 67px;
        width: 335px;
        height: 232px;
    }

    .sp-part1 .sp-part1-price-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sp-part1 .sp-part1-price-label {
        position: absolute;
        top: 0px;
        left: 78px;
        font-weight: bold;
        font-size: 31px;
        color: #000000;
        white-space: nowrap;
    }

    .sp-part1 .sp-part1-price-current {
        position: absolute;
        top: 7px;
        left: 70px;
        font-size: 67px;
        line-height: 147px;
    }

    .sp-part1 .sp-part1-price-was {
        position: absolute;
        top: 112px;
        left: 105px;
        font-family: AvantGardeITCbyBT-Demi;
        font-weight: bold;
        font-size: 33px;
        color: #DEDEDE;
        line-height: 79px;
        transform: rotate(8deg);
    }

    .sp-part1 .sp-part1-price-original {
        position: absolute;
        top: 126px;
        left: 183px;
        font-size: 33px;
        line-height: 79px;
    }


    .sp-part1 .sp-part1-tag {
        position: absolute;
        top: 1300px;
        left: 205px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .sp-part1 .sp-part1-tag-icon {
        width: 70px;
        height: 74px;
    }

    .sp-part1 .sp-part1-tag span {
        font-size: 36px;
        line-height: 109px;
    }

    .sp-part1 .sp-part1-title {
        position: absolute;
        top: 1391px;
        left: 84px;
        font-size: 129px;
    }


    .sp-part1 .sp-part1-subtitle {
        position: absolute;
        top: 1531px;
        left: 126px;
        font-size: 96px;

    }

    .sp-part1 .sp-part1-desc {
        position: absolute;
        top: 1649px;
        left: 0;
        width: 100%;

        font-family: Poppins-Regular;
        font-weight: 400;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    .sp-part1 .sp-part1-btn {
        position: absolute;
        top: auto;
        left: 40px;
        bottom: 120px;
    }




    /* ========== sp-part2 移动端样式 ========== */
    .sp-part2 {
        width: 1080px;
        height: 4500px;
    }

    .sp-part2 .sp-part2-icons {
        position: absolute;
        top: 0px;
        left: 40px;
        width: 1000px;
        height: 856px;
        box-shadow: -6px 33px 32px 0px rgba(118, 124, 109, 0.14);
        border-radius: 30px;
        background: #FFFFFF;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        padding: 82px 56px;
        box-sizing: border-box;
        justify-items: center;
        align-items: center;
    }

    .sp-part2 .sp-part2-icon-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }

    .sp-part2 .sp-part2-icon-img {
        width: 203px;
        height: 206px;
    }

    .sp-part2 .sp-part2-icon-item span {
        font-size: 28px;
        line-height: 36px;
        margin-top: 15px;
        text-align: center;
        white-space: nowrap;
    }

    .sp-part2 .sp-part2-header {
        position: absolute;
        top: 967px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .sp-part2 .sp-part2-title1 {
        font-size: 100px;
        line-height: 80px;
    }

    .sp-part2 .sp-part2-title2 {
        font-size: 70px;
        line-height: 80px;
    }

    .sp-part2 .sp-part2-badge {
        margin-top: 38px;
        gap: 12px;
        width: 560px;
        height: 76px;
        border-radius: 37px;
        border: 2px solid #6EAB2B;
        padding: 0;
    }

    .sp-part2 .sp-part2-badge span {
        font-size: 30px;
    }

    .sp-part2 .sp-part2-badge-icon {
        width: 48px;
        height: auto;
    }

    .sp-part2 .sp-part2-desc {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        margin-top: 30px;
    }

    .sp-part2 .sp-part2-product {
        position: absolute;
        top: 1404px;
        left: 0;
        width: 1080px;
        height: auto;
    }

    .sp-part2 .sp-part2-video {
        width: 997px;
        height: 587px;
        position: absolute;
        top: 2588px;
        left: 41px;

    }

    .sp-part2 .sp-part2-stats {
        position: absolute;
        top: auto;
        bottom: 706px;
        left: 40px;
        width: 1000px;
        display: flex;
        flex-wrap: wrap;
        gap: 26px 20px;
    }

    .sp-part2 .sp-part2-stat {
        width: 487px;
        height: 278px;
        padding: 80px 50px;
    }

    .sp-part2 .sp-part2-stat-num {
        font-size: 80px;
        line-height: 70px;
    }

    .sp-part2 .sp-part2-stat-unit {
        top: 105px;
        right: 163px;
        font-size: 48px;
        line-height: 40px;

    }

    .sp-part2 .sp-part2-stat2 .sp-part2-stat-unit {
        right: 84px;
    }

    .sp-part2 .sp-part2-stat4 .sp-part2-stat-unit {
        right: 177px;
    }

    .sp-part2 .sp-part2-stat-label {
        font-size: 28px;
        line-height: 28px;
        margin-top: 20px;
    }

    .sp-part2 .sp-part2-cards-swiper-wrap {
        position: absolute;
        bottom: 334px;
        top: auto;
        left: 0px;
        width: 1080px;
        height: 329px;
    }

    .sp-part2 .sp-part2-cards-swiper {
        width: 100%;
        height: 100%;
        /* margin-left: -380px; */
        overflow: visible;
    }

    .sp-part2 .sp-part2-cards-swiper .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .sp-part2 .sp-part2-card {
        width: 447px;
        height: 329px;

    }

    .sp-part2 .sp-part2-card-title {
        font-size: 36px;
        line-height: 42px;
    }

    .sp-part2 .sp-part2-card-desc {
        font-size: 30px;
        line-height: 1;
        margin-top: 25px;
    }

    .sp-part2 .sp-part2-btn {
        position: absolute;
        top: auto;
        bottom: 120px;
        left: 40px;

    }

    /* ========== sp-part2-5 移动端样式 ========== */
    .sp-part2-5 {
        width: 1080px;
        height: 1836px;
    }

    .sp-part2-5 .sp-part2-5-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sp-part2-5 .sp-part2-5-header {
        position: absolute;
        top: 122px;
        left: 41px;
        width: 995px;
    }

    .sp-part2-5 .sp-part2-5-title {
        display: block;
        font-family: AvantGardeITCbyBT-Demi;
        font-size: 70px;
        color: rgba(255, 255, 255, 1);
        line-height: 61px;
        text-align: left;
    }

    .sp-part2-5 .sp-part2-5-subtitle {
        display: block;
        font-size: 36px;
        line-height: 46px;
        margin-top: 20px;
        text-align: center;
    }

    .sp-part2-5 .sp-part2-5-tags {
        position: absolute;
        top: 387px;
        left: 130px;
        display: flex;
        gap: 59px;
    }

    .sp-part2-5 .sp-part2-5-tag {
        position: relative;
    }

    .sp-part2-5 .sp-part2-5-tag1 {
        width: 381px;
        height: 213px;
        background: url('/cdn/shop/files/20260413-part2-5-tag1-bg-m.png') no-repeat;
        background-size: 100% 100%;
    }

    .sp-part2-5 .sp-part2-5-tag2 {
        width: 381px;
        height: 213px;
        background: url('/cdn/shop/files/20260413-part2-5-tag2-bg-m.png') no-repeat;
        background-size: 100% 100%;
        margin-top: 0;
    }

    .sp-part2-5 .sp-part2-5-tag-content {
        position: absolute;
        top: 43px;
        left: 38px;
    }



    .sp-part2-5 .sp-part2-5-tag2 .sp-part2-5-tag-content {
        left: 116px;
        top: 31px;

    }



    .sp-part2-5 .sp-part2-5-tag-num {
        font-size: 61px;
    }

    .sp-part2-5 .sp-part2-5-orange {
        font-size: 77px;
    }

    .sp-part2-5 .sp-part2-5-tag-label {
        font-size: 30px;
        margin-left: 85px;
    }

    .sp-part2-5 .sp-part2-5-tag2 .sp-part2-5-tag-label {
        margin-left: 7px;
    }

    .sp-part2-5 .sp-part2-5-tag-dot {
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 4px solid rgba(249, 252, 246, 0.55);
    }

    .sp-part2-5 .sp-part2-5-dot-green {
        background-color: rgba(93, 180, 12, 1);
        top: 201px;
        left: 178px;
    }

    .sp-part2-5 .sp-part2-5-dot-orange {
        background-color: rgba(255, 84, 0, 1);
        top: 201px;
        left: 178px;
    }

    .sp-part3 {
        width: 1080px;
        height: 2728px;
        background-color: #F6F9EB;
    }

    .sp-part3 .sp-part3-title {
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .sp-part3 .sp-part3-subtitle {
        top: 207px;
        left: 0;
        width: 100%;
        line-height: 46px;
        text-align: center;
    }

    .sp-part3 .sp-part3-images {
        position: absolute;
        top: 372px;
        left: 45px;
        width: 996px;
        height: 996px;
        display: flex;
        flex-wrap: wrap;
        gap: 22px 15px;
    }

    .sp-part3 .sp-part3-img {
        width: 322px;
        height: 487px;
        object-fit: cover;
    }

    .sp-part3 .sp-part3-icons {
        position: absolute;
        top: 1411px;
        left: 36px;
        width: 1008px;
        height: 376px;
    }

    .sp-part3 .sp-part3-icons-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sp-part3 .sp-part3-icon-check {
        position: absolute;
        width: 39px;
        height: 39px;
    }

    .sp-part3 .sp-part3-icon-check1 {
        top: 126px;
        left: 370px;
    }

    .sp-part3 .sp-part3-icon-check2 {
        top: 126px;
        left: 702px;
    }

    .sp-part3 .sp-part3-icon-texts {
        top: 272px;
        left: 108px;
        width: 839px;
        display: flex;
        justify-content: space-between;
    }

    .sp-part3 .sp-part3-icon-text {
        font-size: 29px;
        line-height: 38px;
        text-align: center;
    }

    .sp-part3 .sp-part3-lids {
        position: absolute;
        top: 1821px;
        left: 37px;
        width: 1005px;
        height: 609px;
    }

    .sp-part3 .sp-part3-lids-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sp-part3 .sp-part3-lid {
        position: absolute;
        top: 19px;
        width: 470px;
        height: 449px;
    }

    .sp-part3 .sp-part3-lid1 {
        left: 22px;
    }

    .sp-part3 .sp-part3-lid2 {
        left: 515px;
    }

    .sp-part3 .sp-part3-lid-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 470px;
        height: 357px;
        object-fit: cover;
    }

    .sp-part3 .sp-part3-lid-title {
        position: absolute;
        top: 402px;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        font-size: 44px;
        color: rgba(93, 180, 12, 1);
        line-height: 67px;
    }

    .sp-part3 .sp-part3-lid-desc {
        position: absolute;
        top: 472px;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: Poppins-Medium;
        font-weight: 500;
        font-size: 29px;
        color: rgba(106, 106, 106, 1);
        line-height: 35px;
    }

    .sp-part3 .sp-part3-btn {
        position: absolute;
        top: 2470px;
        left: 39px;

    }


    .sp-part4 {
        width: 1080px;
        height: 2284px;
    }

    .sp-part4 .sp-part4-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sp-part4 .sp-part4-title {
        position: absolute;
        top: 131px;
        left: 0;
        width: 100%;
        line-height: 80px;
        text-align: center;
    }

    .sp-part4 .sp-part4-subtitle {
        position: absolute;
        top: 300px;
        left: 0;
        width: 100%;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    .sp-part4 .sp-part4-cards {
        position: absolute;
        top: 1493px;
        left: 40px;
        width: 998px;
        height: 671px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        gap: 14px;
        padding: 12px 13px;
        box-sizing: border-box;
    }

    .sp-part4 .sp-part4-card {
        width: 478px;
        height: 436px;
    }

    .sp-part4 .sp-part4-card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sp-part4 .sp-part4-card-text {
        position: absolute;
        bottom: 31px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 35px;
    }

    .sp-part4 .sp-part4-badges {
        position: absolute;
        top: 1986px;
        left: 77px;
        width: 926px;
        height: 117px;
    }

    .sp-part5 {
        height: 1547px;
        background-color: #F6F9EB;
    }

    .sp-part5 .sp-part5-title {
        top: 120px;
        line-height: 1;
    }

    .sp-part5 .sp-part5-subtitle {
        top: 230px;
        line-height: 1;
    }

    .sp-part5 .sp-part5-swiper-wrap {
        position: absolute;
        top: 332px;
        left: 0;
        width: 1080px;
        height: 880px;
        overflow: hidden;
    }

    .sp-part5 .sp-part5-swiper-m {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .sp-part5 .sp-part5-swiper-m .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .sp-part5 .sp-part5-swiper-m .swiper-slide {
        opacity: 0.6 !important;
        transition: opacity 0.3s ease;
    }

    .sp-part5 .sp-part5-swiper-m .swiper-slide-active {
        opacity: 1 !important;
    }

    .sp-part5 .sp-part5-slide {
        position: relative;
        width: 730px !important;
        height: 882px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .sp-part5 .sp-part5-slide-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 580px;
        overflow: hidden;
    }

    .sp-part5 .sp-part5-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sp-part5 .sp-part5-slide-info {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        width: 730px;
        height: 252px;
        background: #FFFFFF;
        border-radius: 10px;
        top: 630px;
    }

    .sp-part5 .sp-part5-slide-title {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 40px;
    }

    .sp-part5 .sp-part5-green {
        color: #5DB40C;
    }

    .sp-part5 .sp-part5-slide-desc {
        font-size: 36px;
    }

    .sp-part5 .sp-part5-btn {
        position: absolute;
        top: auto;
        left: 36px;
        bottom: 120px;
    }



    .sp-part6 {
        height: 1065px;
        background: #FFFFFF;
    }

    .sp-part6 .sp-title {
        top: 120px;
    }

    .sp-part6 .sp-part6-swiper-wrap {
        position: absolute;
        top: 270px;
        left: 0;
        width: 1080px;
        height: 671px;
        overflow: hidden;
    }

    .sp-part6 .sp-part6-swiper-m {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .sp-part6 .sp-part6-swiper-m .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .sp-part6 .sp-part6-slide {
        position: relative;
        width: 728px;
        height: 671px;
        background: #F4F4F4;
        box-sizing: border-box;
        overflow: hidden;
        flex-shrink: 0;
    }



    .sp-part6 .sp-part6-use-img {
        width: 100%;
        height: 671px;
        object-fit: cover;
    }

    .sp-part6 .sp-part6-use-text {
        position: absolute;
        left: 0;
        top: 585px;
        width: 100%;
        line-height: 1;
        font-size: 59px;
        text-align: center;
    }

    /* ========== sp-part7 Specification 移动端样式 ========== */
    .sp-part7 {
        height: 1846px;
    }

    /* .sp-part7 .sp-part7-card {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        flex-direction: column;
        gap: 30px;
    } */

    .sp-part7 .sp-part7-main {
        position: absolute;
        width: 353px;
        height: 558px;
        top: 128px;
        left: 364px;
        flex-shrink: 0;
    }

    .sp-part7 .sp-title {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .sp-part7 .sp-part7-specs {
        width: 100%;
    }

    .sp-part7 .sp-part7-spec-row {
        gap: 260px;
    }

    .sp-part7 .sp-part7-spec-grid {
        position: absolute;
        top: 818px;
        left: 40px;
    }

    .sp-part7 .sp-part7-spec-item {
        font-size: 36px;
        line-height: 90px;
    }

    .sp-part7 .sp-part7-spec-label {
        font-family: Poppins-SemiBold;
        font-weight: 600;
        color: #333333;
    }

    .sp-part7 .sp-part7-box {
        border-left: 13px solid #5DB40C;
        width: 1002px;
        height: 310px;
        position: absolute;
        bottom: 120px;
        left: 40px;
    }

    .sp-part7 .sp-part7-box-title {
        font-size: 35px;
        padding-left: 55px;
        margin-bottom: 5px;
    }

    .sp-part7 .sp-part7-box-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-left: 55px;
        gap: 20px 40px;
    }

    .sp-part7 .sp-part7-box-list span {
        font-size: 35px;
    }

    .sp_product_part {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 0px 0px 152px;
        background-size: cover;
        background-position: center;
        padding-bottom: 120px;
    }

    .sp-product-top {
        background: url('/cdn/shop/files/20260413-product-top-m.png');
        height: 333px;
        width: 1080px;
        padding-top: 60px;
        margin-bottom: 80px;
    }

    .sp_product_part .sp-text1 .sp-icon {
        height: auto !important;
        margin-right: 0px;
        height: 41px;
    }

    .sp_product_part .sp-text1 {
        font-size: 36px;
        white-space: nowrap;
        gap: 12px;
    }

    .sp_product_part .sp-title1 {
        font-size: 52px;
        margin-bottom: 32px;

    }

    .sp_product_part .sp-title1 .sp-icon1 {
        top: 95px;
        left: 38px;
    }

    .sp_product_part .sp-title1 .sp-icon2 {
        top: 105px;
        left: auto;
        right: 38px;
    }

    .sp_product_part .sp-info4 {
        gap: 10px 74px;
        margin-bottom: 86px;
        flex-wrap: wrap;
    }

    .sp_product_part .sp-info4-item {
        gap: 15px;
        font-size: 26px;
    }

    .sp_product_part .sp-info4-item img {
        width: 37px;
    }

    .sp_mobile .sp-info4-mobile.sp-info4-swiper {
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 86px;
    }

    .sp_mobile .sp-info4-mobile.sp-info4-swiper .swiper-wrapper {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        transition-timing-function: linear !important;
    }

    .sp_mobile .sp-info4-mobile.sp-info4-swiper .swiper-slide {
        width: auto !important;
        display: flex;
        justify-content: center;
    }

    .sp_mobile .sp-info4-mobile .sp-info4-item {
        display: flex;
        align-items: center;
        gap: 15px;
        white-space: nowrap;
        font-size: 26px;
        color: #FFFFFF;
        padding-right: 50px;
    }

    .sp_mobile .sp-info4-mobile .sp-info4-item span {
        font-family: Poppins-Medium;
        color: #FFFFFF;
    }

    .sp_product_content {
        padding: 0px 55px 0;
        flex-direction: column;
        gap: 55px;
    }

    .sp_product_part .sp-clock {
        width: 60px;
        bottom: 36px;
        left: 34px;
    }

    .sp_product_part .sp-img-wrap {
        width: 100%;
        height: 684px;
        padding: 20px 14px 136px;
        margin: 0 auto;

    }

    .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; */
        height: 480px;
    }

    .sp_product_part .sp-line-wrap {
        top: 580px;
        left: 113px;

        width: 470px;
    }

    .sp_product_part .sp-row1 {
        bottom: 36px;
        left: 122px;
        font-size: 27px;
        line-height: 24px;
    }

    .sp_product_part .sp-row1 img {
        height: 26px;
        margin-right: 18px;
    }

    .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: 16px;
        line-height: 13px;
    }

    .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: 35px;
        margin: 42px 0px 20px;
    }

    .sp_product_part .opt-group {
        gap: 17px;
    }

    .sp_product_part .sp-option {
        height: 79px;
        min-width: 299px;
        font-size: 35px;
        border-radius: 10px;
        padding: 0 50px;
    }

    .sp_product_part .sp-width2 {
        min-width: 872px;
    }

    .sp_product_part .sp-price-group {
        line-height: 1;
        align-items: baseline;
        margin-bottom: 41px;
    }

    .sp_product_part .sp-price1 {
        font-size: 73px;
        line-height: 56px;
    }

    .sp_product_part .sp-price2 {
        font-size: 43px;
        margin-left: 16px;
        margin-right: 31px;
    }

    .sp_product_part .sp-row {
        transform: translateY(15px);
    }

    .sp_product_part .sp-row img {
        width: 58px;
    }

    .sp_product_part .sp-row .sp-p {
        width: 234px;
        height: 48px;
        font-size: 40px;
        line-height: 50px;
        margin-left: -25px;
        border-radius: 6px;
    }

    .sp_product_part .addCart {
        width: 494px;
        height: 94px;
        font-size: 42px;
        gap: 20px;
    }

    .sp_product_part .addCart img {
        width: 42px;
    }

    .sp_product_part .sp-quality-row {
        gap: 31px;
    }

    .sp_product_part .sp-option-hot {
        width: 45px;
        top: -12px;
        left: -8px;
    }

    .sp_product_part .sp-buy-desc {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .sp-product-main-img {

        width: 935px;
        height: 524px;
        background: #FFFFFF;
        border-radius: 20px;
    }

    .sp-qty-badge {
        width: 124px;
        height: 124px;
        font-size: 70px;
        left: 388px;
        bottom: 196px;
    }

    .sp_product_part .sp-btn-style {
        width: 100%;
        height: 147px;
        margin: 34px auto 60px;
        font-size: 70px;
        box-sizing: border-box;
    }

    .sp_product_part .sp-title-s {
        width: 100%;
        font-size: 43px;
        line-height: 46px;
        padding: 0;
    }

    .sp_product_part .sp-line {
        width: 974px;
        margin-top: 32px;
        margin-bottom: 23px;
    }

    .sp-tip5 {
        gap: 23px;
        font-size: 33px;
        line-height: 35px;
        width: 100%;
    }

    .sp-tip5 img {
        width: 70px;
    }

    .addGroup {
        width: 424px;
        height: 97px;
        padding: 0px 40px;
    }

    .addGroup .sp-reduce,
    .addGroup .sp-add {
        width: 22px;
    }

    .addGroup input {
        width: 230px;
        font-size: 46px;
    }

    .sp-footer-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .sp-footer-img {
        width: 884px;
        margin: 54px auto 58px;
    }

    .sp-footer-box1 {
        width: 932px;
        height: 222px;
        padding: 32px 76px 50px;
        box-sizing: border-box;
    }

    .sp-footer-img2 {
        width: 768px;
    }

    .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: 932px;
        height: 222px;
        padding: 27px 80px;
        margin-top: 33px;
    }

    .sp-footer-box2 .sp-p {
        gap: 11px;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .sp-footer-box2 .sp-p img {
        width: 49px;
    }

    .sp-footer-box2 .sp-li {
        font-size: 28px;
        margin-top: 18px;
    }

    .sp-mobile-sticky-bottom {

        position: fixed;

        bottom: -15px;

        left: 0;

        width: 1080px;

        height: 180px;

        display: none;

        gap: 0;

        font-size: 0;

        z-index: 999;

        width: 1080px;
        height: 180px;
        background: #2A2A2A;
        background: url('/cdn/shop/files/20260413-sticky-bottom-bg.png');

    }



    /* 左边�?*/

    .sp-mobile-sticky-left {

        position: relative;

        flex-shrink: 0;

        width: 396px;

        height: 180px;

        background-size: 100% 100%;
    }



    .sp-mobile-sticky-img1 {

        position: absolute;

        top: 22px;

        left: 50px;

        width: 346px;

        height: auto;

    }



    .sp-mobile-sticky-img2 {

        position: absolute;

        top: 40px;

        left: 316px;

        width: 40px;

        height: auto;

    }



    .sp-mobile-sticky-img3 {

        position: absolute;

        top: 68px;

        left: 105px;

        width: 186px;

        height: auto;

        font-family: Poppins;

        font-weight: bold;

        font-size: 58px;

        color: #FFFFFF;

        line-height: 68px;

        text-shadow: 2px 2px 0px #FFFFFF;

        -webkit-background-clip: text;

        -webkit-text-fill-color: transparent;

    }



    .sp-mobile-sticky-text1 {

        position: absolute;

        top: -6px;

        left: 64px;

        right: 0;

        text-align: center;

        font-family: Poppins-SemiBold;

        font-weight: 600;


        font-size: 25px;

        color: #FFFFFF;

    }



    .sp-mobile-sticky-text2 {

        position: absolute;

        top: 105px;

        left: 47px;

        right: 0;

        text-align: center;

        font-family: Roboto-Regular;

        font-weight: 400;

        font-size: 17px;

        color: #EEF8FF;

        line-height: 17px;

    }



    /* 右边�?*/

    .sp-mobile-sticky-right {

        position: relative;

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 30px;

        right: -100px;

        top: 0px;

        cursor: pointer;

        flex-shrink: 0;

        background-size: 100%;

        width: 632px;
        height: 180px;

        background-size: 100% 100%;
    }



    .sp-mobile-sticky-cart {

        position: absolute;

        width: 95px !important;

        height: 94px;

        background: #FFFFFF;

        border-radius: 10px;

        display: flex;

        align-items: center;

        justify-content: center;

        left: 20px;

        top: 40px;

    }



    .sp-mobile-sticky-cart-icon {

        width: 73px;

        height: 63px;

    }



    .sp-mobile-sticky-cart .sp-num {

        width: 40px;

        height: 40px;

        background: #CF0101;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        color: #fff;

        position: absolute;

        right: 1px;

        top: 3px;

        font-size: 30px;

        font-family: Roboto-Regular;

        text-align: center;

        box-sizing: border-box;

    }



    .sp-mobile-sticky-cart.on {

        animation: shakeCart 3s infinite ease-in-out;

    }

    .sp-mobile-arrow {
        position: absolute;
        z-index: 2;
        top: 61px;
        right: 87px;
        width: 55px;
    }

    .sp-mobile-sticky-right-content {

        display: flex;

        flex-direction: column;

        gap: 5px;

        position: absolute;

        left: 155px;
        top: 40px;
    }



    .sp-mobile-sticky-buy {

        font-family: Poppins-SemiBold;

        font-weight: 600;
        font-size: 50px;
        color: #FFFFFF;

        margin: 0;

        line-height: 1;

        margin-bottom: 5px;

        text-transform: uppercase;

        animation: skip 4s infinite;

    }



    .sp-mobile-sticky-stock {

        margin: 0;
        color: #FFFFFF;
        font-family: Poppins-SemiBold;

        font-weight: 400;

        font-weight: 600;
        font-size: 29px;
        line-height: 1;

    }



    .sp-btn-style2 {

        display: none;

    }



    .sp-btn-style2.sp-fixed-bottom,

    .sp-mobile-sticky-bottom.sp-fixed-bottom {

        display: flex;

    }



    .sp_header-content .sp-cart.on,

    .sp-btn-style2 .sp-cart.on {

        animation: shakeCart 3s infinite ease-in-out;

    }


    .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";

        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;
}

#shopping {
    scroll-margin-top: 0px;
}

/* =========================================
   PC端样式 (基准宽度 1920px) - 对应图一
   ========================================= */

.sp-promise-section2 {
    width: 100%;
    height: 524px;
    background: url('/cdn/shop/files/20260413-circle-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 80px 260px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
    font-weight: normal;
    font-size: 48px;
    line-height: 1;
    font-family: "AvantGardeITCbyBT-Demi";
    /* 类似Times New Roman */
    color: #FFFFFF;
    margin-bottom: 100px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 42px;
}

/* 单个卡片样式 */
.sp-bz3-card {

    width: 443px;
    height: 214px;
    background: #34343495;
    border-radius: 25px;
    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: 86px;
    height: 86px;
    /* 如果没有图片，用此做占位符效果 */
    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: #FFFFFF;
    line-height: 25px;
    font-family: Poppins;
    margin: 0px 0px 0px;
    padding: 0 0px;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sp-bz3-card-content p {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
    .sp-promise-section2 {
        width: 1080px;
        /* 适配JS的移动端基准宽 */
        height: 1441px;
        padding: 100px 38px;
        background-size: 100% 100%;
        background: url('/cdn/shop/files/20260413-circle-bg-m.png') no-repeat;
    }

    /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
    .sp-bz3-section-title {
        text-align: center;
        margin-bottom: 60px;
        font-size: 70px;
        box-sizing: border-box;
        line-height: 1;
    }

    /* 容器改为纵向排列 */
    .sp-bz3-cards-container {
        flex-direction: column;
        gap: 40px;
    }

    .sp-bz3-card {
        width: 1004px;
        height: 342px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 30px;
        flex: unset;
        flex-direction: row;
        /* 关键：卡片内部变为左右排列 */
        align-items: center;
        /* 垂直居中 */
        text-align: left;
        /* 文字左对齐 */
        padding: 0px 38px 0px 54px;
        border-radius: 30px;
        box-sizing: border-box;
    }

    .sp-bz3-card-icon {
        margin-bottom: 0;
        margin-right: 50px;
        /* 图标和文字的间距 */
        width: 222px;
        height: 222px;
        flex-shrink: 0;
        /* 防止图标被压缩 */
        position: unset;
        top: unset;
        transform: unset;
    }

    .sp-bz3-card-content h3 {
        font-weight: bold;
        font-size: 45px;
        color: #222222;
        /* 移动端字号通常较大（因为基准是1080px） */
        margin: 0;
        margin-bottom: 18px;
        line-height: 50px;
        padding-left: 0;
        padding-right: 0px;
        height: auto;
    }

    .sp-bz3-card:last-of-type h3 br {
        display: none;
    }

    .sp-bz3-card-content p {
        font-weight: 400;
        font-size: 30px;
        color: #222222;
        line-height: 35px;
    }
}

/* ============================================================
   pc样式 (默认样式)
   基准宽度：1920px
   ============================================================ */

/* ================= 核心容器 (配合 JS zoom) ================= */
.sp-qa3-container {
    width: 100%;
    margin: 0 auto;
    height: 943px;

    color: #fff;
    padding-top: 100px;
    transform-origin: top left;
    box-sizing: border-box;
    margin-top: -5px;
}

/* 头部区域 */
.sp-qa3-header {
    text-align: center;
    margin-bottom: 46px;
}

/* .sp-qa3-sub-title {
    font-weight: 400;
    font-size: 25px;
    font-family: Gontserrat-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FBB809;
    line-height: 1;
    margin-bottom: 12px;
} */

.sp-qa3-main-title {
    text-transform: uppercase;
    font-family: AvantGardeITCbyBT-Demi;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #000000;
}

/* 列表容器 */
.sp-qa3-list {
    margin: 0 auto;
    width: 1200px;
    border-top: 1px solid #E5E7EB;
}

/* 单个条目 */
.sp-qa3-item {
    border-bottom: 1px solid #E5E7EB;
}

/* 问题�?(点击区域) */
.sp-qa3-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 80px;
    position: relative;
    transition: background-color 0.3s;
}

/* .sp-qa3-question:hover {
    background-color: #3d3d3d;
} */

/* 图标 */
.sp-qa3-icon {
    color: #696969;
    font-size: 20px;
    margin-left: 25px;
    transition: transform 0.3s ease, color 0.3s;
    width: 12px;
    height: 12px;
    border-left: 4px solid #696969;
    border-top: 4px solid #696969;
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* 问题文字 */
.sp-qa3-q-text {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 27px;
    color: #000000;
    flex: 1;
}

/* 答案�?*/
.sp-qa3-answer {
    display: none;
    padding: 10px 20px 30px 20px;
    font-family: Poppins-Regular;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

/* 激活状�?*/
.sp-qa3-item.active .sp-qa3-icon {
    transform: rotate(-135deg);
    /* border-color: #FBB809; */

}

.sp-qa3-item.active .sp-qa3-q-text {
    /* color: #FBB809; */

}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
    text-align: center;
    margin-top: 60px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.sp-qa3-btn-wrapper .sp-btn-style1 {
    width: 680px;
    height: 81px;
}

.sp-qa3-btn-wrapper .sp_mobile {
    display: none;
}

.sp-qa3-btn {
    display: inline-block;

    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
}

.sp-qa3-btn:hover {
    background-color: #ffcc00;
    color: #000;
}

/* ================= 移动端 适配 (基准 1080px) ================= */
@media screen and (max-width: 1080px) {
    .sp-qa3-container {
        width: 100%;
        padding-top: 120px;
        padding-bottom: 320px;
        height: auto;
    }

    .sp-qa3-list {
        width: 980px;
    }

    .sp-qa3-sub-title {
        font-size: 48px;
        margin-bottom: 28px;
    }

    .sp-qa3-main-title {
        font-size: 70px;
        margin-bottom: 65px;
        line-height: 1;
    }



    .sp-qa3-question {
        height: 140px;
        padding: 0 40px;
    }

    .sp-qa3-icon {
        font-size: 36px;
        margin-left: 28px;
        width: 20px;
        height: 20px;
        border-width: 3px;
    }

    .sp-qa3-q-text {
        font-size: 35px;
    }

    .sp-qa3-answer {
        font-size: 32px;
        padding: 20px 40px 60px 40px;
        line-height: 1.5;
    }

    .sp-qa3-btn-wrapper .sp-btn-style1 {
        width: 1001px;
        height: 148px;
    }

    .sp-qa3-btn-wrapper .sp_mobile {
        display: block;
        padding-top: 0;
    }

    .sp-qa3-btn-wrapper .sp_pc {
        display: none;
    }

    .sp-qa3-btn {
        padding: 40px 120px;
        font-size: 40px;
        border-width: 3px;
        border-radius: 15px;
    }
}

.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;
}

.sp-ani-left,
.sp-ani-right {
    opacity: 0;
}

@keyframes sp-fade-in-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes sp-fade-in-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@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; }
