/** Shopify CDN: Minification failed

Line 64:3 Unexpected "*"

**/

@font-face {
  font-family: Montserrat;
  src: url('/cdn/shop/files/Montserrat-Bold_389ec6e2-d2fb-45a4-b330-f9ab25cf87af.otf?v=1775544324');
}
@font-face {
  font-family: Gontserrat-ExtraBold;
  src: url('/cdn/shop/files/Gontserrat-ExtraBold.ttf?v=1775544324');
}
@font-face {
  font-family: Longhaul;
  src: url('/cdn/shop/files/Longhaul.ttf?v=1775544324');
}
@font-face {
  font-family: Impact;
  src: url('/cdn/shop/files/impact.ttf?v=1775544324');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('/cdn/shop/files/Poppins-SemiBold_a6649f24-a331-4674-9503-ddc30cf6aefd.ttf?v=1775544325');
}

@font-face {
  font-family: Roboto-Bold;
  src: url('/cdn/shop/files/Roboto-Bold_42567c74-e276-40b8-8493-071ea231c7d1.ttf?v=1775544325');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('/cdn/shop/files/Roboto-Medium_c412d4f6-25ad-48e2-95cf-2dc0d9e9e663.ttf?v=1775544324');
}

@font-face {
  font-family: Roboto-Regular;
  src: url('/cdn/shop/files/Roboto-Regular_4739edd7-857b-4c80-8b18-99246f1ddb0e.ttf?v=1775544325');
}

@font-face {
  font-family: Poppins;
  src: url('/cdn/shop/files/Poppins-Bold_cd2fae04-1656-4481-a8d4-90a7369c8901.ttf?v=1775544325');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('/cdn/shop/files/Poppins-Medium_2ad09b65-57c7-4f7d-ba1e-d784dc140a9d.ttf?v=1775544325');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('/cdn/shop/files/Poppins-Regular_23a8698b-e555-49c6-a8f8-f6e63f1757b6.ttf?v=1775544324');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('/cdn/shop/files/Montserrat-Bold_0389fa34-8849-4680-b9a4-72d3ea2fe2b7.ttf?v=1775544325');
}

﻿* {
    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;
  line-height:initial;
          letter-spacing: 0px;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-touch-callout: none;
    user-select: none;
}

input,
img {
    border: none;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

#root {
    letter-spacing: 0px;
}

.sp-uppercase {
    text-transform: uppercase;
}

.sp-relative {
    position: relative;
}

.sp-img {
    display: block;
    width: 100%;
}

.sp-flex-x {
    display: flex;
    align-items: center;
}

.flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.sp-fixed {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    animation: stuckMoveDown 0.6s;
    z-index: 10;
}

.sp-fixed .sp_header-content {
    top: 0px;
    /* width: 100%; */
    /* left: 0; */
    box-sizing: border-box;
    /* padding: 0 260px; */
    border-radius: 0;
    max-width: 1920px;
    padding-left: 454px;
    padding-right: 0px;
}

.sp-fixed .sp_header-top {
    display: none;
}

.sp-fixed .sp-logo-box {
    left: 306px !important;
}

.sp_header-top {
    width: 100%;
    height: 29px;
    position: relative;
    z-index: 11;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 11px;
    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: #151515;

}

.sp_header-wrap {
    position: relative;
}

.sp_header-content {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1402px;
    height: 65px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding-left: 195px;
    padding-right: 0px;
    position: relative;
}

.sp_header-content ul {
    display: flex;
    align-items: center;
    gap: 62px;
    font-family: Poppins;
    font-size: 18px;
    color: #333;
    padding-top: 3px;
}

.sp_header-content ul span {
    padding: 0 9px;
    height: 19px;
    background: #D72B2B;
    border-radius: 3px;
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    vertical-align: middle;
    line-height: 20px;
    transform: translateY(-1px);
}

.sp_header-content ul li:hover {
    /* color: #8359ae; */
}

.sp_header-content .sp-logo-box {
    height: 25px;
    position: absolute;
    left: 47px;
    top: 27%;
    transform: translateY(-50%);
}

.sp_header-content .sp-logo {
    height: 50px;
}

.sp-cart {
    width: 42px;
    margin-right: 45px;
    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: #FF0000;
    border-radius: 50%;
    border: 3px solid #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: -9px;
    top: -8px;
    font-size: 13px;
    font-family: "Poppins-Medium";
    text-align: center;
    box-sizing: border-box;
}

.sp-cart .sp-num.sp-gray {
    background: #8a8a8a;
}

.sp-top-btn {
    width: 232px;
    height: 65px;
    background: #EA4D00;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-family: Poppins;

    margin-right: 0px;
        line-height: 1.1;
    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: 653px;
    height: 114px;
    background: url('/cdn/shop/files/20260319-btn.png?v=1775544325') no-repeat;
        background-size: 100% 100%;
    font-family: Gontserrat-ExtraBold;
    font-weight: 800;
    font-size: 35px;
    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;
    padding-top: 37px;
    line-height: 1;
    padding-left: 163px;
    gap: 53px;
    color: #FFFFFF;
}

.sp-btn-style1 img {
    width: 39px;
    height: 55px;
}

.sp-title {
    font-family: Impact;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1;
}

.sp-sub-title {
    font-family: Poppins-Regular;
    font-size: 25px;
    text-align: center;
    line-height: 24px;
    color: rgba(255, 255, 255, .6);
}

.sp-color {
    color: #FCB800;
}

.sp-part1 {
    width: 1920px;
    height: 958px;
    position: relative;
    top: -10px;
}

.sp-part1 .sp-part1-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    object-fit: cover;
}

.sp-part1 .sp-part1-content {
    position: absolute;
    top: 210px;
    left: 275px;
}

.sp-part1 .sp-part1-tag {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 18px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    font-style: italic;
}

.sp-part1 .sp-part1-tag img {
    width: 50px;
    height: auto;
}


.sp-part1 .sp-title {
    /* font-style: italic; */

    font-family: Longhaul;
    font-weight: 400;
    font-size: 70px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.sp-part1 .sp-title .sp-color {
    color: #EA4D00;
    line-height: 86px;
    background: linear-gradient(0deg, #FFC334 0%, #FF550A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
        padding: 0 6px;

}

.sp-part1 .sp-sub-title {
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
    text-align: left;
        font-size: 22px;
}

.sp-part1 .sp-part1-features {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.sp-part1 .sp-part1-feature {
    display: flex;
    align-items: center;
    padding-left: 35px;
    gap: 20px;
    background: rgba(255, 255, 255, 0.25);
    width: 269px;
    height: 90px;
}

.sp-part1 .sp-part1-feature img {
    width: auto;
    height: 47px;
}

.sp-part1 .sp-part1-feature-text {
    display: flex;
    flex-direction: column;
}

.sp-part1 .sp-part1-feature-text span {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
}

.sp-part1 .sp-part1-btn {
    display: block;
    margin-top: 100px;
}

.sp-part1 .sp-btn-style1-pc {
    width: 578px;
    height: 114px;
    padding-left: 127px;
    gap: 53px;
}

.sp-part1 .sp-part1-discount {
    position: absolute;
    width: 225px;
    height: auto;
    top: 254px;
    right: 211px;
}

.sp-part1-text1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 274px;
    left: 1535px;
    transform: rotate(-5deg);
}

.sp-part1-text2 {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    position: absolute;
    top: 332px;
    left: 1550px;
    transform: rotate(-5deg);
}

.sp-part2 {
    width: 1920px;
    height: 704px;
    background: url('/cdn/shop/files/20260319-bg2.png?v=1775544326') no-repeat;
    position: relative;
    box-sizing: border-box;
    top: -10px;
}

.sp-part2 .sp-title {
    text-align: center;
    position: absolute;
    top: 116px;
    width: 100%;
    left: 0;
}

.sp-part2 .sp-sub-title {
    text-align: center;
    top: 200px;
    width: 100%;
    left: 0;
    position: absolute;
}

.sp-part2 .sp-part2-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: absolute;
    top: 295px;
    width: 100%;
    left: 0;
}

.sp-part2 .sp-part2-item {
    position: relative;
    width: 326px;
}

.sp-part2 .sp-part2-item img {
    width: 100%;
    height: 239px;
    object-fit: cover;
}

.sp-part2 .sp-part2-item-text {
    text-align: center;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
        line-height: 1.3;
}

.sp-part3 {
    width: 1920px;
    height: 1019px;
    background: url('/cdn/shop/files/20260319-bg3.png?v=1775544326') no-repeat center;
    background-size: cover;
    position: relative;
    top: -10px;
}

.sp-part3 .sp-part3-arrow {
    position: absolute;
    width: 42px;
    top: 123px;
}

.sp-part3 .sp-part3-arrow-left {
    left: 350px;
}

.sp-part3 .sp-part3-arrow-right {
    right: 350px;
}

.sp-part3 .sp-title {
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%;
    text-align: center;
        font-size: 49px;
}

.sp-part3 .sp-sub-title {
    position: absolute;
    top: 213px;
    left: 0;
    width: 100%;
    text-align: center;
}

.sp-part3 .sp-part3-content {
    position: absolute;
    top: 313px;
    left: 260px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.sp-part3 .sp-part3-video {
    width: 661px;
    height: 580px;
    background: #737373;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-part3 .sp-part3-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part3 .sp-part3-features {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sp-part3 .sp-part3-feature {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;

    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

/* .sp-part3 .sp-part3-feature:last-child {
    border-bottom: none;
} */
.sp3-imgbox {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-part3 .sp-part3-feature img {
    width: auto;
    height: auto;

}

.sp-part3 .sp-part3-feature-text {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    font-family: Poppins-Medium;
}

.sp-part3 .sp-part3-feature-text .sp-color {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 38px;
    color: #FF550A;
}

.sp-part3 .sp-part3-combo {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 75px;
    width: 601px;
    height: 110px;
    background: #4D4D4D;
    border-radius: 10px;
}

.sp-part3 .sp-part3-combo img {
    width: 166px;
    height: auto;
    margin-top: -30px;
}

.sp-part3 .sp-part3-combo-text {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.sp-part3 .sp-part3-combo-text span {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 60px;
    color: #FF550A;
    line-height: 1;
}

.sp-part3 .sp-part3-combo-text div {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

.sp-part4 {
    width: 1920px;
    height: 1500px;
    position: relative;
    box-sizing: border-box;
}

.sp-part4 .sp-title {
    text-align: center;
    position: absolute;
    top: 400px;
    width: 100%;
    left: 0;
}

.sp-part4 .sp-sub-title {
    text-align: center;
    top: 480px;
    width: 100%;
    left: 0;
    position: absolute;
}

.sp-part4 .sp-swiper2 {
    position: absolute;
    top: 566px;
    /* left: 50%;
  margin-left: -370px; */
    width: 1920px;
    height: auto;
    overflow: visible;
}

.sp-part4 .swiper-slide {
    position: relative;
    width: 1028px;
    height: 594px;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0.3;
    box-sizing: border-box;
    margin: 0 0px;
    transform: scale(0.8);
}

.sp-part4 .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.sp-part4 .sp-swiper2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part4 .sp-swiper-buttons {
    position: absolute;
    top: 810px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 393px;
    box-sizing: border-box;
    z-index: 2;
}

.sp-part4 .sp-swiper-btn {
    width: 98px;
    height: 98px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-part4 .sp-swiper-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sp-part4 .sp-swiper-btn-prev img {
    transform: rotate(180deg);
}

.sp-part4 .sp-swiper-btn-next img {
    transform: rotate(0deg);
}

.sp-part4 .swiper-pagination {
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: -100px;
    width: max-content;
    text-align: center;
}

.sp-part4 .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #FFFFFF !important;
    border-radius: 50%;
    margin: 0 14px !important;
    opacity: 1;
}

.sp-part4 .swiper-pagination-bullet-active {
    background: #FF4B03 !important;
    opacity: 1;
}

.sp-part4 .sp-part4-btn {
    position: absolute;
    bottom: 110px;
    left: 633px;
}

.sp-part4-bottom {
    height: 117px;
    background: #0B0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    overflow: hidden;
}

.sp-part4-bottom-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}

.sp-part4-bottom-icons img {
    height: 40px;
    width: auto;
}

.sp-scroll4-pc {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: fit-content;
    overflow: hidden;
    margin: 0 auto;
}

.sp-scroll4-pc .nav-imgs {
    width: max-content;
}

.sp-scroll4-pc .nav-imgs .nav-imgs-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 4650px;
}

.sp-scroll4-pc .sp-p {
    display: inline-flex;
    align-items: center;
    width: 2170px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 156px;
}

.sp-scroll4-pc .sp-p img {
    width: 100%;
}

.sp-scroll4 {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: fit-content;
    overflow: hidden;
    margin: 0 auto;
}

.sp-scroll4 .nav-imgs {
    width: max-content;
}

.sp-scroll4 .nav-imgs .nav-imgs-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 2230px;
}

.sp-scroll4 .sp-p {
    display: inline-flex;
    align-items: center;
    width: 2170px;
    white-space: nowrap;
    flex-shrink: 0;
}

.sp-scroll4 .sp-p img {
    width: 100%;
}

.sp-part5 {
    width: 1920px;
    height: 1296px;
    background: url('/cdn/shop/files/20260319-bg5-bg.png?v=1775544326');
    position: relative;
}

.sp-part5 .sp-part5-bg {
    position: absolute;
    left: 176px;
    top: 155px;
    width: 1575px;
    height: 846px;
    object-fit: cover;
}

.sp-part5 .sp-title {
    position: absolute;
    top: 116px;
    left: 260px;
}

.sp-part5 .sp-sub-title {
    position: absolute;
    left: 260px;
    top: 205px;
        font-size: 19px;
}

.sp-part5-box {}

.sp-part5 .sp-part5-battery {
    width: 661px;
    height: auto;
    position: absolute;
    top: 378px;
    left: 260px;
}

.sp-part5 .sp-part5-info {
    padding: 20px 30px;
}

.sp-part5 .sp-part5-info-title {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 29px;
    color: #272727;
    line-height: 1;
    position: absolute;
    left: 0;
    /* width: 661px; */
    /* text-align: center; */
    margin-bottom: 20px;
    z-index: 2;
    top: 733px;
    left: 348px;
}

.sp-part5 .sp-part5-progress {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: absolute;
    top: 780px;
    left: 306px;
    z-index: 2;
    gap: 10px;
}

.sp-part5 .sp-part5-progress span {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    white-space: nowrap;

}

.sp-part5 .sp-part5-progress img {
    height: 14px;
}

.sp-part5 .sp-part5-progress1 img {
    padding-left: 40px;

}

.sp-part5 .sp-part5-progress1 {}

.sp-part5 .sp-part5-progress2 {
    top: 836px;
}

.sp-part5 .sp-part5-flash {
    width: 50px;
    height: 50px !important;
}

.sp-part5 .sp-part5-btn {
    position: absolute;
    left: 633px;
    bottom: 120px;

}

.sp-part6 {
    width: 1920px;
    height: 1001px;
    position: relative;

}

.sp-part6 .sp-part6-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part6 .sp-part6-tag {
    position: absolute;
    top: 143px;
    left: 1031px;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 30px;
    color: #FF550A;
    line-height: 1;
}

.sp-part6 .sp-title {
    position: absolute;
    top: 197px;
    left: 1031px;
    text-align: left;
        font-size: 53px;
}

.sp-part6 .sp-sub-title {
    position: absolute;
    top: 289px;
    left: 1031px;
    text-align: left;
}

.sp-part6 .sp-part6-content {
    position: absolute;
    top: 397px;
    left: 1020px;
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: 637px;
    height: 353px;
    background: #27272760;
    border-radius: 15px;
}

.sp-part6 .sp-part6-product {
    width: 731px;
    height: auto;
    position: absolute;
    top: 126px;
    left: 260px;
}

.sp-part6 .sp-part6-info {}

.sp-part6 .sp-part6-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 637px;
    height: 353px;
    box-sizing: border-box;
    position: relative;
}

.sp-part6 .sp-part6-items::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    height: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

/* .sp-part6 .sp-part6-items::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3); */
/* } */

.sp-part6 .sp-part6-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    border-radius: 5px;
    justify-content: center;
}

.sp-part6 .sp-part6-item img {
    width: 75px;
    height: auto;
}

.sp-part6 .sp-part6-item-text {
    display: flex;
    flex-direction: column;
}

.sp-part6 .sp-part6-item-text span:first-child {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 32px;
    color: #FF550A;
    line-height: 30px;
}

.sp-part6 .sp-part6-item-text span:last-child {
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
}

.sp-part6 .sp-part6-features {
    position: absolute;
    bottom: 120px;
    left: 0x;
    padding: 0 268px;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.sp-part6 .sp-part6-feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sp-part6 .sp-part6-feature img {
    width: auto;
    height: 70px;
}

.sp-part6 .sp-part6-feature-text {
    display: flex;
    flex-direction: column;
}

.sp-part6 .sp-part6-feature-text span {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 32px;
}

.sp-part7 {
    width: 1920px;
    height: 960px;
    position: relative;
}

.sp-part7 .sp-part7-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-part7 .sp-title {
    position: absolute;
    top: 128px;
    left: 260px;
    text-align: left;
        font-size: 49px;
}

.sp-part7 .sp-sub-title {
    position: absolute;
    top: 212px;
    left: 260px;
    text-align: left;
        font-size: 22px;
}

.sp-part7 .sp-part7-waterproof {
    position: absolute;
    top: 323px;
    left: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp-part7 .sp-part7-waterproof-icon {
    width: 54px;
    height: auto;
    margin-bottom: 15px;
    position: absolute;
    top: 20px;
    left: 34px;
}

.sp-part7 .sp-part7-waterproof-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 34px;
    text-align: left;

}

.sp-part7 .sp-part7-waterproof-title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 35px;
    color: #FF550A;

    line-height: 1;
}

.sp-part7 .sp-part7-waterproof-sub {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 5px;
}

.sp-part7 .sp-part7-bottom {
    position: absolute;
    top: 771px;
    left: 225px;
    width: 1469px;
    height: 449px;
    background: url('/cdn/shop/files/20260319-bg7-box-pc.png?v=1775544325') no-repeat;
    display: flex;
    align-items: center;
    padding: 0 100px;
    box-sizing: border-box;
    border-radius: 10px;
    background-size: 100% 100%;

}

.sp-part7 .sp-part7-bottom-title {
    font-family: Impact;
    font-weight: 400;
    font-size: 34px;
    color: #FFFFFF;
    white-space: nowrap;
    position: absolute;
    top: 63px;
    left: 100px;
    line-height: 1;
}

.sp-part7 .sp-part7-bottom-sub {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    position: absolute;
    top: 57px;
    right: 100px;
}

.sp-part7 .sp-part7-items {
    display: flex;
    gap: 45px;
    margin-left: auto;
    position: absolute;
    top: 157px;
    left: 105px;
}

.sp-part7 .sp-part7-items img {
    width: 389px;
    height: auto;
}

.sp-big-part {
    background: url('/cdn/shop/files/20260319-bg.png?v=1775544326');
}

.sp-part8 {
    width: 1920px;
    height: 840px;
    position: relative;
}

.sp-part8 .sp-part8-product {
    width: 1594px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 163px;
}

.sp-part8 .sp-part8-content {
    position: absolute;
    top: 90px;
    left: 1000px;
}

.sp-part8 .sp-title {
    margin-bottom: 45px;
}

.sp-part8 .sp-part8-specs {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 40px;
}

.sp-part8 .sp-part8-specs-row {
    display: flex;
    gap: 80px;
    margin-top: 10px;
}

.sp-part8 .sp-part8-specs-col {
    display: flex;
    flex-direction: column;
}

.sp-part8 .sp-part8-note {
        margin-top: 30px;
    padding: 0px 35px;
    width: 670px;
    height: 150px;
    background: #2A2A2A;
    border-radius: 8px;
}

.sp-part8 .sp-part8-note-title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 30px;
    color: #FF550A;
}

.sp-part8 .sp-part8-note p {
        font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
}

.sp-part8 .sp-part8-icons {
    position: absolute;
    bottom: 160px;
    left: 1000px;
    width: 613px;
    height: auto;
    z-index: 2;
}

.sp_product_part {

    width: 100%;

    font-family: "Roboto-Medium";

    box-sizing: border-box;

    position: relative;

    padding: 100px 260px 100px;

}



.sp_product_content {

    display: flex;

    gap: 40px;

    box-sizing: border-box;

}



.sp-color {

    color: #FD4C00;

}



.sp_product_part .sp-title {

    width: 1161px;

    text-align: center;

    margin: 0 auto 20px;

    font-family: HelveticaNeueLTStd-HvEx;

    font-weight: normal;

    font-size: 50px;

    color: #061244;

    line-height: 60px;

}



.sp-scroll-top .sp-product-top {

    padding: 0;

    padding-top: 70px;

    box-sizing: border-box;

    position: relative;

    background: url('/cdn/shop/files/20260319-shop-bg.png?v=1775544325') no-repeat center top;

    background-size: 100% auto;

    width: 100%;

    height: 289px;

}



.sp-scroll-top .sp-info {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    font-weight: 500;

    font-size: 24px;

    color: #2C2C2C;

    font-family: Roboto-Regular;

}



.sp-scroll-top .sp-info br,

.sp-scroll-top .sp-info2 br {

    display: block;

}



.sp-scroll-top .sp-info2 {

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: Poppins;

    font-weight: 400;

    line-height: 1;

    margin-bottom: 20px;

    font-family: Poppins;
    font-weight: bold;

    font-size: 47px;
    color: #FFFFFF;

}





.sp-scroll-top .sp-emoji {

    position: absolute;

    animation: skip 4s infinite;



    width: 83px;

    top: 52px;

}



.sp-scroll-top .sp-emoji1 {

    left: 451px;

}



.sp-scroll-top .sp-emoji2 {

    right: 451px;

}





.sp-scroll-top .sp-info3 span {

    font-size: 78px;

}



.sp-scroll-top .sp-info4 {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 100px;

    margin-bottom: 40px;

}



.sp-scroll-top .sp-info4-item {

    display: flex;

    align-items: center;

    gap: 18px;

    font-family: Roboto-Regular;

    font-size: 24px;

    color: #FFFFFF;

}



.sp_product_part .sp-img-wrap {

    position: relative;

    padding: 15px 10px 0;

    user-select: none;

    box-sizing: border-box;

    width: 731px;

    height: 516px;

    background: #EE6500;

    border-radius: 30px;

}

/* Type 毫安数标签 */
.sp_product_part .sp-type-badge {
    position: absolute;
    top: 55px;
    left: 50px;
    color: #000000;
    font-family: Roboto-Bold;
    font-size: 28px;
    z-index: 3;
}

.sp_product_part .sp-img-wrap .swiper-box {

    width: 710px;

    height: 398px;

    background: #FFFFFF;

    border-radius: 20px;

}



.sp_product_part .sp-img-wrap .swiper-slide {

    display: flex;

    align-items: center;

    justify-content: center;



}



.sp_product_part .sp-img-wrap .sp-img-p {

    -webkit-user-drag: none;

    display: block;

    width: auto;

    height: 280px;

    margin-top: 70px;

}



/* .sp_product_part .sp-img-wrap .sp-img-p2 {

    width: auto;

    height: 300px;

    margin-top: 40px !important;

} */



.sp_product_part .sp_product_inner {

    width: 525px;

}





.sp_product_part .sp-row1 {

    width: 440px;

    position: absolute;

    bottom: 28px;

    left: 90px;

    font-family: Poppins-Medium;

    text-align: left;

    gap: 5px;

    display: flex;

    align-items: center;

    font-weight: 500;

    font-size: 17px;

    color: #FFFFFF;

    line-height: 16px;

}



.sp_product_part .sp-round {

    position: absolute;

    bottom: 56px;

    left: 84px;

    width: 344px;

    height: 13px;

    background: #FFFFFF;

    border-radius: 7px;

}



.sp_product_part .sp-round1 {

    position: absolute;

    bottom: 54px;

    left: 84px;

    width: auto;

    height: 18px;

    background: #FFE400;

    border-radius: 7px;

}



.sp_product_part .sp-row1 .sp-span {

    font-family: "Roboto-Bold";

}



@keyframes sp-round-pc {

    0% {

        width: 64px;

    }



    100% {

        width: 364px;

    }

}



.sp_product_part .sp-row1 p {

    font-family: "Roboto-Regular";

    font-size: 22px;

    font-style: normal;

    text-transform: none;

}



.sp_product_part .gift-icon {

    width: 44px;

    height: 47px;

    position: absolute;

    bottom: 26px;

    left: 22px;

    animation: shakeCart 3s infinite ease-in-out;

}



.sp_product_part .sp-clock-icon {

    width: auto;

    height: 19px;

    /* position: absolute;

    top: 5px;

    left: 490px; */

    animation: shakeCart 3s infinite ease-in-out;

}



.sp_product_part .sp-clock-s {

    position: absolute;

    right: 45px;

    bottom: 15px;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 3px;

    line-height: 1;

    box-sizing: border-box;

}



.sp_product_part .sp-clock-s .clock-item {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.sp_product_part .sp-clock-s .clock-label {

    font-weight: 400;

    font-size: 12px;

    color: #FFFFFF;

    margin-top: 7px;

    font-family: Roboto-Regular;

}



.sp_product_part .sp-clock-s .square {

    width: 49px;

    height: 47px;

    background: #FFFFFF;

    border-radius: 8px;

    font-size: 25px;

    color: #343434;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: "Poppins";

    flex-shrink: 0;

    box-sizing: border-box;

}



.sp_product_part .sp-clock-s .dots {

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 8px;

    flex-shrink: 0;

    margin: 0 5px;

}



.sp_product_part .sp-clock-s .dot {

    width: 6px;

    height: 6px;

    background: #ffffff;

    border-radius: 50%;

}



.sp_product_part .sp-padding {

    box-sizing: border-box;

    padding: 0 0px;

    /* margin-top: 20px; */

}



.sp_product_part .option-title {

    width: 505px;

    font-size: 22px;

    color: #696969;

    font-family: "Poppins-SemiBold";

    line-height: 1;

    margin: 20px 0px 8px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.sp_product_part .sp-opt-group {

    display: flex;

    flex-wrap: wrap;

    gap: 7px 10px;

    position: relative;

}



.sp_product_part .sp-opt-group .sp-hot {

    width: 26px;

    height: auto;

    margin-right: 10px;

}



.sp_product_part .sp-option {

    position: relative;

    width: auto;

    min-width: 150px;

    height: 44px;

    background: #F3F3F3;

    border: 1px solid #ABABAB;

    border-radius: 5px;

    font-family: Poppins-Medium;

    font-weight: 400;

    font-size: 19px;

    color: #25252580;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    box-sizing: border-box;

    white-space: nowrap;

    user-select: none;

    padding: 0 25px;

    font-weight: normal;

}



.sp_product_part .sp-option .sp-save-badge {

    position: absolute;

    top: -10px;

    right: -10px;

    background: #FF1744;

    color: #FFFFFF;

    font-family: Poppins;

    font-weight: bold;

    font-size: 16px;

    padding: 2px 8px;

    border-radius: 10px;

    line-height: 1;

}



.sp_product_part .sp-option.active {

    background: #000000;

    border: none;

    color: #FFFFFF;

}







.sp_product_part .sp-option .sp-span {

    font-family: "Roboto-Regular";

    margin-left: 5px;

}



.sp_product_part .sp-color .sp-option .sp-icon {

    position: static;

}



.sp_product_part .sp-option .sp-icon {

    width: 22px;

    margin-right: 10px;

}



/* .sp_product_part .sp-color .sp-option {



    padding: 27px 30px;

    border-radius: 8px;

    background: #fff;

    width: 183px;

    height: 183px;

    background: #FFFFFF;

    border-radius: 10px;

}



.sp_product_part .sp-color .sp-option.active {

    border: 3px solid #FD771B;



    background: #fff;

} */



.sp_product_part .sp-color .sp-option .sp-color-img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}







.sp_product_part .title {

    font-weight: bold;

    font-family: Poppins-SemiBold;

    font-weight: bold;

    font-size: 36px;

    color: #252525;

    font-weight: bold;

    padding-bottom: 19px;

    border-bottom: 2px solid #9D9D9D50;

    white-space: nowrap;

}



.sp_product_part .sp-price-group {

    line-height: 1.1;

    margin-top: 30px;

    align-items: baseline;

    margin-bottom: 0px;

}



.sp_product_part .sp-price1 {

    font-family: Roboto-Bold;

    font-weight: bold;

    font-size: 44px;

    color: #ff0707;

}



.sp_product_part .sp-price2 {

    font-family: Roboto-Medium;

    font-weight: bold;

    font-size: 27px;

    margin-left: 32px;

    color: #9D9D9D;

}



.sp_product_part .sp-row {

    margin-left: 25px;

    display: flex;

    align-items: center;

}



.sp_product_part .sp-clock {

    height: 186px;

    animation: shakeCart 3s infinite ease-in-out;

    position: absolute;

    z-index: -1;

    top: -25px;

    right: 79px;

}



.sp_product_part .sp-row img {

    position: relative;

    z-index: 1;

    width: 28px;

    animation: shakeCart 3s infinite ease-in-out;

}



.sp_product_part .sp-row .sp-p {

        width: 211px;
    height: 30px;
    background: #FD771B;
    border-radius: 10px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;

    color: #FFFFFF;

    text-align: center;

    margin-left: -20px;

    padding-left: 10px;

    box-sizing: border-box;

    transform: translateY(5px);

}



.sp_product_part .sp-quality-row {

    display: flex;

    align-items: center;

    gap: 23px;

    margin-top: 10px;

}



.sp_product_part .addCart {

    font-family: Poppins-Medium;

    font-weight: normal;


    width: 258px;
    height: 50px;
    background: #FF550A;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: 500;
    color: #FFFFFF;

    font-size: 19px;


    gap: 14px;

    text-transform: uppercase;

}



.sp_product_part .addCart img {

    width: 24px;

}



.sp_product_part .sp-btn-style {

    width: 525px;
    height: 72px;
    background: linear-gradient(0deg, #E10019 0%, #F32230 100%);
    border-radius: 5px;

    cursor: pointer;

    margin: 22px auto 22px 0;

    font-size: 43px;

    font-family: "Poppins";

    color: #fff;

    animation: skip 4s infinite;

    text-align: center;

    font-family: Poppins-SemiBold;

    font-weight: 600;

    font-size: 35px;

    color: #FFFFFF;

}



.sp_product_part .sp-title-s {

    font-family: Poppins;

    font-weight: bold;

    font-size: 40px;

    color: #0B0B0B;

    line-height: 45px;

}



.sp-tip5 {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

    font-size: 20px;

    color: #141414;

    font-family: "Poppins-Medium";

}


.sp-guarantee-tags {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 60px;

    margin-top: 20px;

}

.sp-guarantee-tags.sp-guarantee-swiper .swiper-slide {

    width: auto !important;

    flex-shrink: 0;

}



.sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n+4) {

    display: none;

}



.sp-guarantee-item {

    display: flex;

    align-items: center;

    gap: 10px;

    font-family: Poppins-Regular;

    font-weight: 400;

    font-size: 20px;
    color: #FFFFFF;

}



.sp-guarantee-item .sp-check-icon {

    width: 25px;

    height: 18px;

}



.sp-risk-free {

    font-size: 50px;

    color: #061244;

    text-transform: none !important;

}



.sp-save-tip {

    font-family: Poppins-Medium;

    margin-top: 25px;

    margin-bottom: 10px;

    font-weight: 500;

    font-size: 21px;

    text-align: center;

    color: #141414;

    display: flex;

    justify-content: center;

    align-items: center;

}



.sp-fast {

    width: 58px;

    height: auto;

    margin-right: 20px;

}




.sp-save-tip span {

    color: #E00000;

}


.sp-tip5 img {

    width: 58px;

}



.sp-tip5 .sp-span {

    color: #cf2f29;

}

@media only screen and (min-width: 1081px) {

    .sp-guarantee-tags.sp-guarantee-swiper .swiper-wrapper {

        display: flex;

        justify-content: center;

        gap: 87px;

        transform: none !important;

    }

}

@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: 242px;
    height: 51px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: #F5F5F5;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 20px;
    color: #999;
    user-select: none;
  box-sizing:content-box;
}

.addGroup input {
    outline: 0;
    border: none;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    text-align: center;
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    background: #fff;
    padding: 0;
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #333;
    line-height: 51px;
}

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: 510px;
    display: block;
    margin: 18px auto 30px;
}

.sp-footer-box1 {
    width: 525px;
    height: 141px;
    background: #EEF8FE;
    padding: 33px 23px;
    box-sizing: border-box;
}

.sp-footer-box1 .sp-p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #282828;
    margin-bottom: 10px;
}

.sp-footer-box1 .sp-icon {
    width: 25px;
}

.sp-footer-img2 {
    width: 478px;
    display: block;
}

.sp-footer-box2 {
        width: 525px;
    height: 141px;
    background: #FDFCF5;
    padding: 8px 30px;
    box-sizing: border-box;
    margin-top: 15px;
}

.sp-footer-box2 .sp-icon {
    width: 29px;
}

.sp-footer-box2 .sp-p {
        display: flex;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 1;
}

.sp-footer-box2 .sp-li {
    font-size: 15px;
    font-family: "Poppins-Regular";
    line-height: 1.2;
    margin-top: 5px;
    /* white-space: nowrap; */
    color: #666666;
    font-weight: 400;

}

.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-scroll-top .sp-info {

        font-size: 30px;

        gap: 9px;

        text-align: center;

        line-height: 39px;

    }



    .sp-scroll-top .sp-info br,

    .sp-scroll-top .sp-info2 br {

        display: block;

    }



    .sp-scroll-top .sp-product-top {

        padding-top: 72px;
        background: url('/cdn/shop/files/20260319-shop-bg-m.png?v=1775544326') no-repeat center top;


        background-size: 100% auto;

        height: 351px;

    }



    .sp-scroll-top .sp-info img {

        width: 107px;

        /* transform: translateY(-3px); */

        line-height: 50px;

    }



    .sp-scroll-top .sp-info2 {

        font-size: 47px;

        text-align: center;

        margin-bottom: 34px;

    }





    .sp-scroll-top .sp-emoji {

        position: absolute;

        width: 83px;

        height: auto;

        top: 52px;

    }



    .sp-scroll-top .sp-emoji1 {

        left: 35px;

    }



    .sp-scroll-top .sp-emoji2 {

        right: 35px;

    }



    .sp_product_part {
        width: 1080px;
        padding: 0px 40px 100px;
    }

    .sp_product_content {
        flex-direction: column;
    }

    .sp_product_part .sp-img-wrap {

        width: 1010px;

        height: 713px;

        padding: 17px 15px 0;

    }

    .sp_product_part .sp-type-badge {
        top: 70px;
        left: 70px;
        font-size: 45px;
    }

    .sp_product_part .sp-img-wrap .swiper-box {

        width: 981px;

        height: 550px;

    }







    .sp_product_part .sp-img-wrap .sp-img-p {

        height: 395px;

        margin-top: 90px;

    }



    /* .sp_product_part .sp-img-wrap .sp-img-p2 {



        width: auto;

        height: 367px;

        margin-top: 100px !important;

    } */



    .sp_product_part .sp-round {

        position: absolute;

        bottom: 78px;

        left: 106px;

        width: 475px;

        height: 18px;

    }



    .sp_product_part .sp-round1 {

        position: absolute;

        bottom: 78px;

        left: 106px;

        width: auto;

        height: 24px;



    }





    @keyframes sp-round {

        0% {

            width: 64px;

        }



        100% {

            width: 520px;

        }

    }



    .sp_product_part .sp_product_inner {

        width: 100%;

    }



    .sp_product_part .sp-row1 {

        bottom: 32px;

        left: 106px;

        font-size: 28px;

        width: unset;

    }



    .sp_product_part .sp-row1 p {

        font-size: 30px;

    }



    .sp_product_part .gift-icon {

        width: 61px;

        height: auto;

        position: absolute;

        bottom: 37px;

        left: 23px;

        animation: shakeCart 3s infinite ease-in-out;

    }



    .sp_product_part .sp-clock-icon {

        width: auto;

        height: 30px;



        top: 16px;

        left: 544px;

    }



    .sp_product_part .sp-clock-s {

        right: 22px;

        bottom: 25px;

    }



    .sp_product_part .sp-clock-s .clock-label {

        font-size: 17px;

        margin-top: 5px;

    }



    .sp_product_part .sp-clock-s .square {

        width: 67px;

        height: 65px;

        font-size: 35px;

    }



    .sp_product_part .sp-clock-s .dots {

        gap: 10px;

        margin: 0 10px;

    }



    .sp_product_part .sp-clock-s .dot {

        width: 6px;

        height: 6px;

    }



    .sp_product_part .sp-padding {

        box-sizing: border-box;

        padding: 0 0px;

    }



    .sp_product_part .option-title {

        width: auto;

        font-size: 36px;

        margin: 37px 0px 30px;

    }



    .sp_product_part .option-title .sp-span {

        font-family: "Roboto-Bold";

        color: #333333;

    }



    .sp_product_part .sp-opt-group {

        display: flex;

        flex-wrap: wrap;

        gap: 20px;

        position: relative;

    }



    .sp_product_part .sp-option {

        min-width: 226px;

        border-radius: 5px;

        height: 76px;

        font-size: 32px;

        padding: 0 55px;

        display: flex;

        align-items: center;

        justify-content: center;

    }





    .sp_product_part .sp-opt-group .sp-hot {

        width: 33px;

        height: 47px;

        margin-right: 10px;

    }





    .sp_product_part .sp-color .sp-option .sp-icon {

        position: static;

    }



    .sp_product_part .sp-option .sp-icon {

        width: 39px;

        margin-right: 16px;

    }



    .sp_product_part .title {

        font-size: 53px;

        text-align: left;

    }



    .sp_product_part .sp-price-group {

        line-height: 1.1;

        margin-top: 35px;

        align-items: center;

        margin-bottom: 30px;

        justify-content: flex-start;



    }



    .sp_product_part .sp-price1 {

        font-size: 80px;

    }



    .sp_product_part .sp-price2 {

        font-size: 46px;

    }



    .sp_product_part .sp-row {

        margin-left: 40px;

    }



    .sp_product_part .sp-clock {

        height: 186px;

        animation: shakeCart 3s infinite ease-in-out;

        position: absolute;

        z-index: -1;

        top: -25px;

        right: 79px;

    }



    .sp_product_part .sp-row img {

        width: 68px;

    }



    .sp_product_part .sp-row .sp-p {
        font-size: 32px;
        margin-left: -36px;
        padding-left: 16px;
        transform: translateY(5px);
        width: 368px;
        height: 56px;
        background: #FD771B;
        border-radius: 10px;
        line-height: 56px;

    }



    .sp_product_part .sp-quality-row {

        display: flex;

        align-items: center;

        justify-content: flex-start;

        gap: 44px;

    }



    .sp_product_part .addCart {

        width: 443px;
        height: 86px;
        border-radius: 5px;

        font-size: 35px;

        gap: 19px;

    }



    .sp_product_part .addCart img {

        width: 42px;

    }



    .sp-fast {

        width: 100px !important;

        height: auto !important;

    }



    .sp_product_part .sp-btn-style {

        width: 100%;
        width: 993px;
        height: 136px;

        border-radius: 5px;

        margin: 40px auto 60px;

        margin-bottom: 40px;

        font-size: 66px;

    }



    .sp_product_part .sp-title-s {

        /* width: 845px; */

        font-size: 60px;

        color: #0B0B0B;

        line-height: 65px;

        text-align: center;

        margin: 0 auto;

    }



    .sp-tip5 {

        gap: 20px;

        font-size: 33px;

    }



    .sp-tip5 img {

        width: 103px;

    }



    .addGroup {

        width: 416px;
        height: 88px;
        background: #FFFFFF;
        border-radius: 8px;


        padding: 0;

    }



    .addGroup .sp-reduce,

    .addGroup .sp-add {

        width: 90px;

        font-size: 36px;

    }



    .addGroup input {

        width: 220px;

        font-size: 40px;

        line-height: 90px;

    }



    .sp-footer-img {

        width: 1000px;

        margin: 40px auto 53px;

    }



    .sp-footer-img2 {

        width: 852px;

    }



    .sp-footer-box1 {

        width: 100%;
        height: 260px;
        padding: 35px 80px 55px;

        box-sizing: border-box;

    }



    .sp-footer-box1 .sp-p {

        gap: 12px;

        font-size: 36px;

        margin-bottom: 30px;

    }



    .sp-footer-box1 .sp-p img {

        width: 45px;

    }



    .sp-footer-box2 {

        width: 100%;

        padding: 22px 32px;

        margin-top: 26px;
        height: 260px;
    }



    .sp-footer-box2 .sp-p {

        gap: 12px;

        font-size: 36px;

        margin-bottom: 26px;

    }



    .sp-footer-box2 .sp-p img {

        width: 50px;

    }



    .sp-footer-box2 .sp-li {

        font-size: 26px;

        margin-top: 16px;



    }







    .sp-footer-box2 .sp-li p {

        text-align: left;

    }



    .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: 1079px;

        height: 180px;

        background: url('/cdn/shop/files/20260319-sticky-bottom-bg.png?v=1775544325');

    }



    /* 左边�?*/

    .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: 30px;

        width: 381px;

        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: 20px;

        left: 44px;

        right: 0;

        text-align: center;

        font-family: Roboto-BlackItalic;

        font-weight: normal;

        font-style: italic;

        font-size: 22px;

        color: #FFFFFF;

    }



    .sp-mobile-sticky-text2 {

        position: absolute;

        top: 136px;

        left: 37px;

        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: 20px;

        right: -80px;

        top: 13px;

        cursor: pointer;

        flex-shrink: 0;

        background-size: 100%;

        width: 613px;

        height: 138px;

        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: 20px;

    }



    .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-sticky-right-content {

        display: flex;

        flex-direction: column;

        gap: 5px;

        position: absolute;

        left: 175px;

    }



    .sp-mobile-sticky-buy {

        font-family: Roboto-Bold;

        font-weight: bold;

        font-size: 35px;

        color: #FFFFFF;

        margin: 0;

        line-height: 1;

        margin-bottom: 10px;

        text-transform: uppercase;

        animation: skip 4s infinite;

    }



    .sp-mobile-sticky-stock {

        margin: 0;

        font-family: Roboto-Regular;

        font-weight: 400;

        font-size: 30px;

        color: #FFFFFF;

        line-height: 1;

        opacity: 0.6;

    }



    .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_pc {
        display: none;
    }

    .sp_mobile {
        display: block;
    }

    .sp-fixed .sp_header-top {
        display: block;
    }

    .sp_header-top {
        height: 72px;
        font-size: 30px;
        line-height: 72px;
    }

    .sp_header-content {
        width: 100%;
        height: 118px;
        position: unset;
        transform: unset;
        padding: 0 44px 0 50px;
                /* margin-top: 72px; */
    }

    .sp-menu-btn {
        cursor: pointer;
        margin-right: 47px;
        width: 56px;
    }

    .sp_header-content .sp-logo {
        height: 100px;
        position: unset;
        transform: unset;
        left: 153px;
    }

    .sp-cart {
        width: 55px;
        margin-right: 39px;
    }

    .sp-cart .sp-icon {
        width: 100%;
    }

    .sp-cart .sp-num {
        width: 37px;
        height: 37px;
        right: -12px;
        top: -12px;
        font-size: 27px;
    }

    .sp-top-btn {
        width: 380px;
        height: 82px;
        background: #EA4D00;
        border-radius: 10px;
                font-size: 36px;
        line-height: 1;
    }

    .sp-btn-style1 {
        background-image: url('/cdn/shop/files/20260319-btn-m.png?v=1775544325');
        width: 930px;
        height: 178px;
        margin: 0 auto;
        font-size: 56px;
        padding-left: 202px;
        padding-top: 55px;
                text-align: center;
    }

    .sp-btn-style1 img {
        width: 50px;
        height: 75px;
    }

    .sp-title {
        text-align: center;
        font-size: 68px;
        line-height: 72px;
    }

    .sp-sub-title {
        font-size: 32px;
        text-align: center;
    }

    .sp-part1 {
        width: 1080px;
        height: 1904px;
        top: 0;
    }

    .sp-part1 .sp-part1-bg {

        top: 0px;
    }

    .sp-part1 .sp-part1-content {
        top: 998px;
        left: 0px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-part1 .sp-part1-tag {
        font-size: 42px;
                margin-bottom: 40px;
    }

    .sp-part1 .sp-part1-tag img {
        width: 72px;
    }


    .sp-part1 .sp-title {
        font-size: 80px;
        line-height: 90px;
    }

    .sp-part1 .sp-sub-title {
                font-size: 33px;
        line-height: 42px;
        margin-bottom: 60px;
        padding: 0 20px;
        text-align: center;
    }

    .sp-part1 .sp-title {
        font-size: 78px;
        margin-bottom: 16px;
        line-height: 1;
    }

    .sp-part1 .sp-title .sp-color {

        font-size: 90px;

    }

    .sp-part1 .sp-part1-features {
        gap: 30px;
    }

    .sp-part1 .sp-part1-feature {
        width: 433px;
        height: 145px;
        padding-left: 53px;
        gap: 36px;
    }

    .sp-part1 .sp-part1-feature img {
        height: 82px;
    }

    .sp-part1 .sp-part1-feature-text span {
        font-size: 32px;
        line-height: 42px;
    }

    .sp-part1 .sp-part1-btn {
        margin-top: 40px;
    }

    .sp-part1 .sp-part1-discount {
        width: 268px;
        top: 230px;
        right: 155px;
    }

    .sp-part1-text1 {
        font-size: 61px;
        top: 250px;
        left: 712px;
        /* -webkit-transform: rotate(45deg);
        transform: rotate(-52deg) !important; */
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg) !important;

    }

    .sp-part1-text2 {
        font-size: 40px;
        top: 325px;
        left: 730px;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg) !important;
    }

    .sp-part2 {
        width: 1080px;
        height: 1449px;
        background: url('/cdn/shop/files/20260319-bg2-m.png?v=1775544326') no-repeat;
    }

    .sp-part2 .sp-title {
        top: 137px;
        line-height: 72px;
    }

    .sp-part2 .sp-sub-title {
        top: 307px;
                line-height: 1.1;
    }

    .sp-part2 .sp-part2-row {
        flex-wrap: wrap;
        gap: 52px 46px;
        top: 426px;
    }

    .sp-part2 .sp-part2-item {
        width: 432px;
    }

    .sp-part2 .sp-part2-item img {
        height: 316px;
    }

    .sp-part2 .sp-part2-item-text {
                font-size: 32px;
        margin-top: 52px;
        line-height: 1.2;
    }

    .sp-part3 {
        width: 1080px;
        height: 1845px;
        background: url('/cdn/shop/files/20260319-bg3-m.png?v=1775544326') no-repeat center;
        background-size: cover;
        padding-top: 0;
        top: 0;
        margin-top: -10px;
    }

    .sp-part3 .sp-part3-arrow {
        width: 42px;
        top: 143px;
    }

    .sp-part3 .sp-part3-arrow-left {
        left: 61px;
    }

    .sp-part3 .sp-part3-arrow-right {
        right: 61px;
    }

    .sp-part3 .sp-title {
        position: absolute;
        top: 140px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 72px;
        font-size: 68px;
    }

    .sp-part3 .sp-sub-title {
        position: absolute;
        top: 311px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 35px;
        font-size: 32px;
    }

    .sp-part3 .sp-part3-content {

        flex-direction: column;
        align-items: center;
        gap: 0;

    }

    .sp-part3 .sp-part3-video {
        position: absolute;
        width: 890px;
        height: 580px;
        background: #737373;
        border-radius: 18px;
        top: 429px;
        left: 94px;
    }

    .sp-part3 .sp-part3-features {
        position: absolute;
        top: 1069px;
        left: 50%;
        margin-left: -445px;
        width: 890px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 75px 0;
        padding: 0px 40px;
        box-sizing: border-box;
        border-radius: 10px;

    }

    .sp-part3 .sp-part3-feature {
        flex-direction: column;
        align-items: flex-start;
        width: 380px;
        gap: 20px;
        padding: 0;
        border-bottom: none;
        justify-content: center;
    }

    .sp-part3 .sp-part3-feature span {
        font-weight: 500;
        font-size: 31px;
        color: #FFFFFF;
        font-family: Poppins-Medium;
    }

    .sp-part3 .sp-part3-feature img {
        width: auto;
        height: auto;
        margin-bottom: 0;
    }

    .sp-part3 .sp-part3-feature-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 28px;
        line-height: 36px;
        gap: 20px;
        justify-content: center;
        height: 100%;
    }

    .sp-part3 .sp-part3-feature-text .sp-color {
        font-weight: 600;
        font-size: 45px;
        color: #FF550A;
        white-space: nowrap;
    }

    .sp-part3 .sp-line {
        position: absolute;
        width: 875px;
        height: 1px;
        border: 1px solid #FFFFFF30;
        top: 200px;
        left: 0px;
    }

    .sp-part3 .sp-part3-combo {
        position: absolute;
        bottom: 130px;
        left: 95px;
        width: 890px;
        height: 185px;
        border-radius: 10px;
        padding: 25px 30px;
    }

    .sp-part3 .sp-part3-combo img {
        width: 212px;
    }

    .sp-part3 .sp-part3-combo-text {
        gap: 30px;
    }

    .sp-part3 .sp-part3-combo-text span {
        font-size: 49px;
    }

    .sp-part3 .sp-part3-combo-text div {
        font-size: 34px;
        line-height: 46px;
    }

    .sp-part4 {
        width: 1080px;
        height: 1650px;
    }

    .sp-part4 .sp-title {
        top: 419px;
    }

    .sp-part4 .sp-sub-title {
        top: 592px;
    }

    .sp-part4 .sp-swiper2 {
        position: relative;
        top: 700px;
        width: 100%;
        height: auto;
    }

    .sp-part4 .swiper-slide {
        width: 924px;
        height: 534px;
        margin: 0 auto;
        transform: scale(1);
        opacity: 1;
        overflow: hidden;
        margin: 0 100px;
    }

    .sp-part4 .sp-swiper-buttons {
        top: 925px;
        padding: 0 32px;
    }

    /* .sp-part4 .sp-swiper-btn {
    width: 80px;
    height: 80px;
    border-width: 3px;
  }

  .sp-part4 .sp-swiper-btn::before {
    width: 20px;
    height: 20px;
    border-left-width: 4px;
    border-bottom-width: 4px;
  } */

    .sp-part4 .swiper-pagination {
        bottom: -100px;
    }


    .sp-part4 .sp-part4-btn {
        bottom: 100px;
        left: 73px;
    }

    .sp-part4-bottom {
        height: 129px;
        margin-top: -5px;
    }

    .sp-part4-bottom-icons {
        display: none;
    }

    .sp-scroll4-m {
        width: 100%;
        overflow: hidden;
    }

    .sp-scroll4-m .nav-imgs {
        display: flex;
        animation: scroll4m 8s linear infinite;
    }

    .sp-scroll4-m .nav-imgs-item {
        display: flex;
        align-items: center;
        gap: 80px;
        flex-shrink: 0;
    }

    .sp-scroll4-m .nav-imgs-item img {
        height: 35px;
        width: auto;
        flex-shrink: 0;
    }

    @keyframes scroll4m {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .sp-part5 {
        width: 1080px;
        height: 1884px;
        background: url('/cdn/shop/files/20260319-bg5-bg-m.png?v=1775544326');
    }

    .sp-part5 .sp-part5-bg {
        left: 47px;
        top: 305px;
        width: 988px;
        height: 1188px;
        object-fit: cover;
    }

    .sp-part5 .sp-title {
        left: 0px;
        top: 120px;
        text-align: center;
        width: 100%;
    }

    .sp-part5 .sp-sub-title {
        left: 87px;
        top: 212px;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 35px;
        text-align: left;
    }

    .sp-part5 .sp-part5-box {}

    .sp-part5 .sp-part5-battery {
        width: 899px;
        height: auto;
        top: 1046px;
        left: 90px;
    }

    .sp-part5 .sp-part5-progress img {
        height: 14px;
    }

    .sp-part5 .sp-part5-progress1 img {
        padding-left: 40px;

    }

    .sp-part5 .sp-part5-progress {
        top: 1164px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        left: 535px;
    }

    .sp-part5 .sp-part5-progress1 img {
        padding-left: 0px;
    }

    .sp-part5 .sp-part5-progress2 {
        top: 1255px;
    }

    .sp-part5 .sp-part5-info {
        left: 535px;
        top: 1110px;
    }

    .sp-part5 .sp-part5-info-title {
                font-size: 30px;
        top: 1092px;
        left: 535px;
        margin-bottom: 0px;
        line-height: 1.2;
    }


    .sp-part5 .sp-part5-progress span {
        font-size: 30px;
    }

    .sp-part5 .sp-part5-progress img {
        height: 16px;
    }

    .sp-part5 .sp-part5-flash {
        width: 58px;
        height: 58px !important;
    }

    .sp-part5 .sp-part5-btn {
        bottom: 145px;
        left: 73px;
        margin-left: 0;
    }

    .sp-part6 {
        width: 1080px;
        height: 1803px;
        padding: 0;
        background: url('/cdn/shop/files/20260319-bg6-m.png?v=1775544326');
    }

    .sp-part6 .sp-part6-tag {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 35px;
    }

    .sp-part6 .sp-title {
        position: absolute;
        top: 166px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 83px;
    }

    .sp-part6 .sp-sub-title {
        position: absolute;
        top: 275px;
        left: 0;
        width: 100%;
        line-height: 35px;
        text-align: center;
    }

    .sp-part6 .sp-part6-product {
        position: absolute;
        top: 393px;
        left: 65px;
        width: 948px;
    }

    .sp-part6 .sp-part6-content {
        position: absolute;
        top: 971px;
        left: 65px;
        display: flex;
        align-items: flex-start;
        gap: 0;
        width: 948px;
        height: 429px;
    }

    .sp-part6 .sp-part6-items {

        width: 948px;
        height: 429px;
    }

    .sp-part6 .sp-part6-items::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 30px;
        right: 30px;
        height: 0;
        border-top: 1px dashed rgba(255, 255, 255, 0.3);
    }

    .sp-part6 .sp-part6-item {
        padding-left: 50px;
    }

    .sp-part6 .sp-part6-item img {
        width: 88px;
    }

    .sp-part6 .sp-part6-item-text span:first-child {
        font-size: 42px;
        line-height: 48px;
    }

    .sp-part6 .sp-part6-item-text span:last-child {
        font-size: 28px;
        line-height: 32px;
    }

    .sp-part6 .sp-part6-features {
        position: absolute;
        bottom: 124px;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 62px 65px;
        padding: 0 60px;
        box-sizing: border-box;
    }

    .sp-part6 .sp-part6-feature {
        width: 400px;
        gap: 20px;
    }

    .sp-part6 .sp-part6-feature img {
        height: 85px;
    }

    .sp-part6 .sp-part6-feature-text span {
        font-size: 28px;
        line-height: 35px;
    }

    .sp-part7 {
        width: 1080px;
        height: 1404px;
        padding: 0;
    }

    .sp-part7 .sp-part7-bg {
        width: 100%;
        height: 1404px;
        object-fit: cover;
    }

    .sp-part7 .sp-title {
        position: absolute;
        top: 124px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 68px;
    }

    .sp-part7 .sp-sub-title {
        position: absolute;
        top: 211px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .sp-part7 .sp-part7-waterproof {
        position: absolute;
        top: 200px;
        left: 60px;
    }

    .sp-part7 .sp-part7-waterproof img {
        width: 180px;
    }

    .sp-part7 .sp-part7-waterproof-icon {
        width: 76px;
        position: absolute;
        top: 365px;
        left: 68px;
        margin-bottom: 0;
    }

    .sp-part7 .sp-part7-waterproof-text {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 451px;
        left: 68px;
        text-align: left;

    }

    .sp-part7 .sp-part7-waterproof-title {
        font-size: 36px;

    }

    .sp-part7 .sp-part7-waterproof-sub {
        font-size: 30px;
    }

    .sp-part7 .sp-part7-bottom {
        background: url('/cdn/shop/files/20260319-bg7-box.png?v=1775544325') no-repeat;
        position: absolute;
        top: 1125px;
        left: 40px;
        width: 1002px;
        height: 589px;
        flex-direction: column;
        align-items: center;
    }

    .sp-part7 .sp-part7-bottom-title {
                font-size: 46px;
        top: 81px;
        left: 48px;
    }

    .sp-part7 .sp-part7-bottom-sub {
                top: 155px;
        left: 93px;
        text-align: center;
        font-size: 32px;
        line-height: 37px;
        right: auto;

    }

    .sp-part7 .sp-part7-items {
        margin-left: 0;
        gap: 33px;
        top: 279px;
        left: 35px;
    }

    .sp-part7 .sp-part7-items img {
        width: 287px;
    }

    .sp-big-part {
        background: url('/cdn/shop/files/20260319-bg-m.png?v=1775544326');
    }

    .sp-part8 {
        width: 1080px;
        height: 1566px;
    }

    .sp-part8 .sp-part8-product {
        width: 993px;
        height: auto;
        left: 44px;
    }

    .sp-part8 .sp-part8-content {
        top: 669px;
        left: 138px;
    }

    .sp-part8 .sp-title {
        margin-bottom: 40px;
        text-align: left;
    }

    .sp-part8 .sp-part8-specs {
        font-size: 28px;
        line-height: 45px;
    }

    .sp-part8 .sp-part8-specs-row {
        gap: 60px;
    }

    .sp-part8 .sp-part8-note {
                margin-top: 20px;
        width: 813px;
        height: 183px;
        background: #2A2A2A;
        border-radius: 8px;
        border: 1px solid #000000;
        padding: 5px 37px;
    }

    .sp-part8 .sp-part8-note-title {
        font-size: 36px;
    }

    .sp-part8 .sp-part8-note p {
        font-size: 24px;
        line-height: 33px;
    }

    .sp-part8 .sp-part8-icons {
        display: block;
        width: 755px;
        bottom: 208px;

        left: 163px;
    }





    .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: "Montserrat";

        font-size: 30px;
        color: #636363;
    }

    .sp-menu .sp-menu-item a {
        width: 100%;
        height: 100%;
        padding-left: 30px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .sp-menu .sp-menu-item a .sp-span {
        width: 100px;
        height: 28px;
        background: #d72b2b;
        border-radius: 3px;
        font-size: 19px;
        color: #ffffff;
        text-align: center;
        line-height: 28px;
        margin-left: 25px;
    }

    .sp-menu .sp-menu-item:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .sp-menu li .sp-row {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 42px;
        padding-left: 55px;
    }

    .sp-menu li .sp-row a img {
        width: 31px;
        height: 31px;
    }

    .sp-menu .sp-close-btn {
        position: absolute;
        top: 37px;
        right: 22px;
        width: 39px;
        cursor: pointer;
    }

    .sp-scroll-top {
        scroll-margin-top: 0px;
    }
}

.sp-scroll-top {
    scroll-margin-top: 60px;
}

/* =========================================
   PC端样式 (基准宽度 1920px) - 对应图一
   ========================================= */

.sp-promise-section2 {
    width: 1920px;
    /* 配合zoom使用固定宽 */
    height: 464px;
    /* 模拟背景：深色+金色光效 */
    background: url('/cdn/shop/files/20260319-promise.png?v=1775544326') no-repeat;
    padding: 15px 275px 67px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
    line-height: 47px;
    font-family: Poppins;
    font-weight: normal;
    font-size: 50px;
    /* 类似Times New Roman */
    color: #fff;
    margin-bottom: 38px;
    font-style: italic !important;

}

.sp-color {
    color: #FF7200;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 21px;
}

/* 单个卡片样式 */
.sp-bz3-card {
    width: 443px;
    height: 250px;
    background: #343434;
    border-radius: 25px;

    flex: 1;
    /* 三等分 */
    display: flex;
    flex-direction: column;
    /* PC端内容上下排列 */
    align-items: center;
    /* PC端内容居中 */
    text-align: center;
    /* PC端文字居中 */
    position: relative;
    padding: 117px 23px 0;
    box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
    width: 73px;
    height: 73px;
    /* 如果没有图片，用此做占位符效果 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
}

.sp-bz3-icon-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
       font-weight: bold;
    font-size: 23px;
    color: #FFFFFF;
    font-family: Poppins;
    margin: 0px 0px 0px;
    padding: 0 22px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 4px;
    font-style: italic;
}

.sp-bz3-card-content p {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    /* white-space: nowrap; */
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
    .sp-promise-section2 {
        width: 1080px;
        /* 适配JS的移动端基准宽 */
        height: 1417px;
        background: url('/cdn/shop/files/20260319-promise-m.png?v=1775544326') no-repeat;
        padding: 130px 90px 130px;
    }

    /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
    .sp-bz3-section-title {
        text-align: center;
        font-size: 60px;
        box-sizing: border-box;
        line-height: 1;
    }

    /* 容器改为纵向排列 */
    .sp-bz3-cards-container {
        flex-direction: column;
        gap: 42px;
    }

    .sp-bz3-card {
        width: 901px;
        height: 320px;
        border-radius: 20px;
        flex: unset;
        flex-direction: row;
        /* 关键：卡片内部变为左右排列 */
        align-items: center;
        /* 垂直居中 */
        text-align: left;
        /* 文字左对齐 */
        padding: 0px 50px 0px 44px;
        border-radius: 30px;
        box-sizing: border-box;
    }

    .sp-bz3-card-icon {
        margin-bottom: 0;
        margin-right: 20px;
        /* 图标和文字的间距 */
        width: 210px;
        height: 210px;
        flex-shrink: 0;
        /* 防止图标被压缩 */
        position: unset;
        top: unset;
        transform: unset;
    }

    .sp-bz3-card-content h3 {
        font-size: 34px;
        /* 移动端字号通常较大（因为基准是1080px） */
        margin: 0;
        margin-bottom: 18px;
        line-height: 50px;
        padding-left: 0;
        padding-right: 0px;
        height: auto;
        /* white-space: nowrap; */
    }

    .sp-bz3-card-content p {
                font-size: 25px;
        line-height: 38px;
        padding-right: 18px;
    }
}

/* ============================================================
   移动端样式 (默认样式)
   基准宽度：1080px
   ============================================================ */

/* 核心容器 */
.sp-qa3-container {
    width: 100%;
    margin: 0 auto;
    background-color: #272727;
    padding-top: 129px;
    padding-bottom: 241px;
    transform-origin: top left;
    box-sizing: border-box;
    margin-top: -5px;
}

/* 头部区域 */
.sp-qa3-header {
    text-align: center;
    margin-bottom: 99px;
}

.sp-qa3-sub-title {
    color: #FF7200;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 24px;
    font-family: Poppins-Medium;
}

.sp-qa3-main-title {
    font-size: 72px;
    text-transform: uppercase;
    line-height: 58px;
    margin-bottom: 80px;
    font-family: Poppins;
    font-style: italic;
    font-size: 60px;
    color: #FFFFFF;
}

/* 列表容器 */
.sp-qa3-list {
    margin: 0 auto;
    width: 1007px;
    /* border-top: 4px solid rgba(137, 137, 137, .5); */
}

/* 单个条目 */
.sp-qa3-item {
    /* border-bottom: 4px solid rgba(137, 137, 137, .5); */
    border-top: 4px solid #89898950;
}

/* 问题行 */
.sp-qa3-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 29px;
    height: 109px;
    position: relative;
    transition: background-color 0.3s;
}

.sp-qa3-question:hover {
    /* background-color: #3d3d3d; */
}

/* 图标 */
.sp-qa3-icon {
    color: #696969;
    font-size: 36px;
    margin-right: 31px;
    font-family: Poppins;
    transition: transform 0.3s ease, color 0.3s;
}

.fa-chevron-up:before {
    content: ">";
    font-family: Poppins;
    display: inline-block;
    transform: rotate(90deg);
}

/* 问题文字 */
.sp-qa3-q-text {
    font-size: 24px;
    color: #B8B8B8;
    font-family: Poppins-SemiBold;
        font-size: 30px;
    line-height: 1.2;
    flex: 1;
    font-weight: 600;
}

/* 答案行 */
.sp-qa3-answer {
    display: none;
    padding: 0px 40px 63px 80px;
    color: #B8B8B8;
    font-size: 32px;
    line-height: 42px;
    font-family: Poppins-Regular;
}

/* 激活状态 */
.sp-qa3-item.active .sp-qa3-icon {
    transform: rotate(180deg);
    color: #FF7200;
}

.sp-qa3-item.active .sp-qa3-q-text {
    color: #fff;
}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
    text-align: center;
}

.sp-qa3-btn {
    margin: 70px auto 0;
    display: flex;
    justify-content: center;
}

.sp-qa3-btn:hover {
    /* background-color: #ffcc00;
    color: #000; */
}

/* ============================================================
   PC端样式 (大屏适配)
   基准宽度：1920px
   ============================================================ */
@media screen and (min-width: 1081px) {

    .sp-qa3-container {
        padding-top: 67px;
        padding-bottom: 83px;
    }

    .sp-qa3-header {
        margin-bottom: 47px;
    }

    .sp-qa3-sub-title {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 19px;
    }

    .sp-qa3-main-title {
        font-size: 50px;
        line-height: 41px;
        margin-bottom: 0;
    }

    .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: 20px;
        padding: 0px 20px 60px 69px;
        line-height: 35px;
    }

    .sp-qa3-btn-wrapper {
        display: block;
    }

    .sp-qa3-btn {}
}

.gradually .sp-title span,
.gradually i {
    display: inline-block;
    position: relative;
    opacity: 0;
}

.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;
    }
}

@media only screen and (max-width: 1080px) {



    .sp-guarantee-tags {

        flex-direction: column;

        gap: 20px;

        margin-top: 30px;

        padding: 0 40px;

    }



    .sp-guarantee-tags.sp-guarantee-swiper {

        display: block;

        overflow: hidden;

        padding: 0;

        width: 100%;

    }



    .sp-guarantee-tags.sp-guarantee-swiper .swiper-wrapper {

        display: flex !important;

        justify-content: flex-start !important;

        gap: 0 !important;

        transition-timing-function: linear !important;

    }



    .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide {

        width: auto;

        display: flex;

        justify-content: center;

    }



    .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n+4) {

        display: flex;

    }



    .sp-guarantee-item {

        font-size: 34px;

        gap: 15px;

        white-space: nowrap;

    }



    .sp-guarantee-item .sp-check-icon {

        width: 42px;

        height: 30px;

    }



    .sp-risk-free {

        font-size: 60px;

        line-height: 1.2;

    }



    .sp-save-tip {

        font-size: 32px;

        margin-top: 0px;

        margin-bottom: 0px;

    }



    .sp_product_part .sp-size {

        display: flex;

        flex-wrap: wrap;

        gap: 20px;

    }



    .sp_product_part .sp-size .sp-option {

        min-width: 427px;

        height: 80px;

        font-size: 39px;

    }

}

.sp_product_part .quick-add-hidden th, td{
   font-size: 20px; 
}
@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;
}
#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;
color: #000;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
.sp_product_part .quick-add-hidden th, td{
   font-size: 34px; 
}
}

.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;
}
p,input {
  margin: initial;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  font-size: unset;
  font-family: unset;
  line-height: unset;
}
ol, ul{
    margin:initial;
}
.app-embed-plus-component-pay-button-address-text {
    line-height: 1.7;
}