/** Shopify CDN: Minification failed

Line 1228:0 Unexpected "{"

**/
@font-face {
  font-family: "Roboto";
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-BoldItalic";
  src: url('/cdn/shop/files/Poppins-BoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url('/cdn/shop/files/Poppins-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AnandaBlackPersonalUse-Regular";
  src: url('/cdn/shop/files/AnandaBlackPersonalUse-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

w 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;
  overflow-x: hidden;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  /* background-color: #000000; */
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

input,
img {
  border: none;
}

li {
  list-style: none;
}

.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-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  /* animation: stuckMoveDown 0.6s; */
  z-index: 10;
  background-color: #fff;
}

@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;
  }
}

.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}

.header-main {
  position: relative;
  z-index: 8;
}

.header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1080px;
  height: 72px;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #238FFF;
}

.header-inner {
  margin-top: 72px;
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-menu-btn {
  width: 70px;
  margin-left: 34px;
  cursor: pointer;
  margin-right: 54px;
}

.header-inner .sp-logo {
  font-family: Poppins;
  font-size: 50px;
  color: #080705;
  text-transform: uppercase;
}

.sp-cart {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sp-cart .sp-num {
  position: absolute;
  right: -15px;
  top: -5px;
  width: 29px;
  height: 29px;
  background: #ff3000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  font-family: Roboto-Regular;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-cart .sp-num.sp-gray {
  background-color: #414141;
}

.sp-top-btn {
    width: 313px;
    height: 68px;
    background: #0092ff;
    padding-top: 11px;
    border-radius: 34px;
    box-sizing: border-box;
    font-family: Poppins;
    font-size: 29px;
    color: #fff;
    text-align: center;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: skip 4s infinite;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-stroke {
  position: relative;
}

.sp-stroke::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.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-box {
  position: absolute;
  top: 1480px;
  left: 97px;
  z-index: 2;
}

.sp-button-box {
  position: relative;
  width: 886px;
  height: 131px;
  background: url('/cdn/shop/files/20260228-btn.png');
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 190px;
  font-family: Poppins;
  font-size: 62px;
  line-height:1;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  animation: skip 4s infinite 1s;
}

.sp-title {
  font-family: Poppins;
  font-size: 50px;
  color: #222222;
  line-height: 65px;
  width: 100%;
  text-align: center;
}

.sp-title.sp-white {
  color: #FFFFFF;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 35px;
  color: rgba(34, 34, 34, 0.8);
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.sp-sub-title.sp-white {
  color: rgba(255, 255, 255, 0.8);
}

.sp-opacity {
  opacity: 0.8;
}

.sp-color {
  color: #005AF3;
}

.sp-part1 {
  height: 1732px;
  background: #F5FAFF;
}

.sp-part1 .sp-info {
  position: absolute;
  top: 772px;
  left: 0px;
  width: 1080px;
  height: 192px;
  background: url('/cdn/shop/files/20260228-bg1-1.png');
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-part1 .sp-info .sp-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: Poppins-Regular;
    font-size: 23px;
    color: #222;
    line-height: 1.3;
        -webkit-text-size-adjust: 40% !important;
}

.sp-part1 .sp-text1 {
  position: absolute;
  top: 1027px;
  left: 0px;
  width: 100%;
  font-family: Poppins;
  font-size: 74px;
  color: #222222;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.sp-part1 .sp-text1 .sp-t1 {
  position: absolute;
  top: 30px;
  left: 56px;
  font-family: AnandaBlackPersonalUse-Regular;
  font-size: 59px;
  color: #FFFFFF;
  font-style: italic;
}

@supports (-webkit-touch-callout: none) {
  .sp-part1 .sp-text1 .sp-t1 {
    top: 36px;
  }
}

.sp-part1 .sp-text1 .sp-t2 {
  transform: translateY(-10px);
}

.sp-part1 .sp-text2 {
  position: absolute;
  top: 1163px;
  left: 0px;
  width: 100%;
  font-family: Poppins;
  font-size: 89px;
  color: #238FFF;
  line-height: 1;
  text-align: center;
}

.sp-part1 .sp-text3 {
  position: absolute;
  top: 1305px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Regular;
  font-size: 40px;
  color: rgba(34, 34, 34, 0.8);
  line-height: 55px;
  text-align: center;
}

.sp-detail {
  height: 1288px;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-detail .sp-text {
  position: absolute;
  top: 307px;
  left: 64px;
  width: 952px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 26px;
}

.sp-detail .sp-text .sp-t1 {
  position: absolute;
  top: 227px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}

.sp-part2 {
  position: relative;
  height: 2175px;
  background: #F5FAFF;
  box-sizing: border-box;
  padding-top: 120px;
}

.sp-part2 .sp-video {
  position: absolute;
  top: 394px;
  left: 40px;
  width: 1000px;
  height: 650px;
  border-radius: 30px;
  overflow: hidden;
}

.sp-part2 .sp-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-text {
  position: absolute;
  top: 1095px;
  left: 85px;
  width: 910px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.sp-part2 .sp-text .sp-t1 {
  font-family: Poppins;
  font-size: 90px;
  color: #238FFF;
  line-height: 1;
}

.sp-part2 .sp-text .sp-t2 {
  font-family: Poppins-Light;
  font-size: 35px;
  color: rgba(34, 34, 34, 0.8);
  line-height: 1.2;
}

.sp-part2 .sp-image1 {
  position: absolute;
  top: 1282px;
  left: 40px;
}

.sp-part2 .sp-image2 {
  position: absolute;
  top: 1282px;
  left: 550px;
}

.sp-part2 .sp-image3 {
  position: absolute;
  top: 1675px;
  left: 48px;
}

.sp-part2 .sp-image4 {
  position: absolute;
  top: 1675px;
  left: 559px;
}

.sp-part2 .sp-info {
  position: absolute;
  top: 1578px;
  left: 166px;
  font-family: Poppins-Medium;
  font-size: 25px;
  color: #222222;
  line-height: 1;
}

.sp-part2 .sp-info2 {
    left: 590px;
    color: #fff;
}

.sp-part2 .sp-font {
  position: absolute;
  top: 1620px;
  left: 57px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: Poppins-Light;
  font-size: 30px;
  color: rgba(34, 34, 34, 0.8);
  line-height: 1;
}

.sp-part2 .sp-font2 {
  left: 642px;
  color: rgba(255, 255, 255, 0.8);
}

.sp-part2 .sp-btn-box {
  top: 1924px;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.sp-circles {
  width: 190px;
  height: 192px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fffefe;
  text-align: center;
  line-height: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circle1 {
  background-image: url('/cdn/shop/files/20260228-circle1.png');
}

.sp-circle2 {
  background-image: url('/cdn/shop/files/20260228-circle2.png');
}

.sp-circle3 {
  background-image: url('/cdn/shop/files/20260228-circle3.png');
}

.sp-part3 {
  height: 2038px;
  background: url('/cdn/shop/files/20260228-bg3.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part3 .sp-text {
  position: absolute;
  top: 1246px;
  left: 40px;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

.sp-part3 .sp-text .sp-item {
  width: 318px;
  height: 308px;
  background: linear-gradient(180deg, #E4F3FF 0%, #FFFFFF 100%);
  box-shadow: 1px 1px 13px 0px rgba(170, 189, 209, 0.71);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: Poppins-Regular;
  font-size: 28px;
  color: #222222;
  line-height: 30px;
  text-align: center;
}

.sp-part3 .sp-info {
  position: absolute;
  top: 1571px;
  left: 40px;
  width: 489px;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 1px 1px 13px 0px rgba(170, 189, 209, 0.71);
  border-radius: 24px;
}

.sp-part3 .sp-info .sp-t1 {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Poppins-Medium;
  font-size: 34px;
  color: #222222;
  line-height: 1;
}

.sp-part3 .sp-info .sp-t2 {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.sp-part3 .sp-info2 {
  left: 550px;
}

.sp-part3 .sp-font {
  position: absolute;
  top: 1851px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #222222;
  line-height: 40px;
  text-align: center;
}

.sp-part4 {
  position: relative;
  height: 1310px;
  background: #F5FAFF;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part4 .sp-bg {
  position: absolute;
  top: 381px;
  left: 40px;
  width: 429px;
  height: 602px;
  background: #CEE1F0;
  border-radius: 32px;
}

.sp-part4 .sp-bg2 {
  left: 492px;
  width: 548px;
  background: linear-gradient(80deg, #1D84F7 0%, #30BDFB 100%);
}

.sp-part4 .sp-image1 {
  position: absolute;
  top: 394px;
  left: 53px;
}

.sp-part4 .sp-image2 {
  position: absolute;
  top: 394px;
  left: 505px;
}

.sp-part4 .sp-image3 {
  position: absolute;
  top: 350px;
  left: 950px;
}

.sp-part4 .sp-image4 {
  position: absolute;
  top: 870px;
  left: 901px;
}

.sp-part4 .sp-text {
  position: absolute;
  top: 745px;
  left: 73px;
  font-family: Poppins-Medium;
  font-size: 34px;
  color: #222222;
  line-height: 1;
}

.sp-part4 .sp-text2 {
    left: 542px;
    color: #fff;
}

.sp-part4 .sp-info {
  position: absolute;
  top: 803px;
  left: 74px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Poppins-Regular;
  font-size: 27px;
  color: #222222;
  line-height: 40px;
}

.sp-part4 .sp-info .sp-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.sp-part4 .sp-info2 {
  left: 587px;
  color: #FFFFFF;
}

.sp-part4 .sp-btn-box {
  top: 1059px;
}

.sp-part5 {
  height: 1715px;
  background: url('/cdn/shop/files/20260228-bg5.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part5 .sp-bg {
  position: absolute;
  top: 1161px;
  left: 51px;
  width: 475px;
  height: 434px;
  background: #FFFFFF;
  border-radius: 32px;
}

.sp-part5 .sp-bg2 {
  left: 553px;
}

.sp-part5 .sp-image {
  position: absolute;
  top: 816px;
  left: 326px;
}

.sp-part5 .sp-image1 {
  position: absolute;
  top: 1172px;
  left: 61px;
}

.sp-part5 .sp-image2 {
  position: absolute;
  top: 1172px;
  left: 563px;
}

.sp-part5 .sp-image3 {
  position: absolute;
  top: 1138px;
  left: 40px;
}

.sp-part5 .sp-image4 {
  position: absolute;
  top: 1138px;
  left: 980px;
}

.sp-part5 .sp-text {
    position: absolute;
    top: 1492px;
    left: 78px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-part5 .sp-text .sp-t1 {
  font-family: Poppins-Medium;
  font-size: 34px;
  color: #222222;
  line-height: 40px;
}

.sp-part5 .sp-text .sp-t2 {
  font-family: Poppins-Light;
  font-size: 30px;
  color: rgba(34, 34, 34, 0.8);
  line-height: 44px;
}

.sp-part5 .sp-text2 {
  left: 578px;
}

.sp-part6 {
  height: 1970px;
  background: #F5FAFF;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part6 .sp-text {
  position: absolute;
  top: 376px;
  left: 40px;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.sp-part6 .sp-btn-box {
  top: 1719px;
}

.sp-part7 {
  height: 983px;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part7 .sp-image1 {
  position: absolute;
  top: 304px;
  left: 40px;
}

.sp-part7 .sp-image2 {
  position: absolute;
  top: 733px;
  left: 63px;
}

.sp-part7 .sp-text1 {
    position: absolute;
    top: 387px;
    left: 469px;
    font-family: Poppins-Regular;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
}

.sp-part7 .sp-text2 {
    position: absolute;
    top: 505px;
    left: 466px;
    font-family: Poppins-Light;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
}

.sp-part8 {
  height: 1099px;
  background: #F5FAFF;
}

.sp-part8 .sp-image {
  position: absolute;
  top: 120px;
  left: 308px;
}

.sp-part8 .sp-title {
  position: absolute;
  top: 559px;
}

.sp-part8 .sp-text {
  position: absolute;
  top: 675px;
  left: -9px;
  width: 100%;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: rgba(34, 34, 34, 0.8);
  line-height: 45px;
  text-align: center;
}

.sp-part9 {
  position: relative;
  height: 359px;
  background: url('/cdn/shop/files/20260228-bg9.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 58px;
}

.sp-part9 .sp-top-title1 {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sp-part9 .sp-top-title1 img {
  transform: translateY(-2px);
}

.sp-part9 .sp-top-title1 span {
  color: #FFEA00;
}

.sp-part9 .sp-top-title2 {
  position: absolute;
  top: 85px;
  left: 0px;
  width: 100%;
  font-family: Poppins;
  font-size: 51px;
  color: #FFFFFF;
  line-height: 1;
  /* text-shadow: 0 0 10px #dcaa63, 0 0 20px #dcaa63, 0 0 30px #ffea00, 0 0 40px #dcaa63; */
  text-align: center;
}

.sp-part9 .sp-top-title2 span {
  color: #FFEA00;
}

/* 弹跳动画 for img1 */
@keyframes sp-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* 摇摆动画 for img3 */
@keyframes sp-shake {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-8deg);
  }

  75% {
    transform: rotate(8deg);
  }
}

.sp-top-img2 {
  position: absolute;
  top: 79px;
  left: 39px;
  animation: sp-bounce 2s ease-in-out infinite;
}

.sp-top-img3 {
  position: absolute;
  top: 88px;
  left: 965px;
  animation: sp-shake 2.5s ease-in-out infinite;
}

.sp-top-title3 {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sp-marquee-container {
  display: flex;
  animation: marquee-scroll 20s linear infinite;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sp-marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 74px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #FFFFFF;
  flex-shrink: 0;
}

.sp-marquee-item img {
  width: 30px;
  height: auto;
  flex-shrink: 0;
}

.sp-btn-img11 {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-btn-img11 img {
  width: 60px;
  height: 42px;
}

.sp-btn-img10 {
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 9px;
  top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-btn-footer {
  width: 580px !important;
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding-left: 54px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-family: Roboto-Bold;
  letter-spacing: 1px;
  box-sizing: content-box;
}

.product-part {
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  padding: 66px 58px 70px;
}

.product-part .sp-title {
  margin-bottom: 30px;
}

{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: auto;
}

.product-part .sp-img-wrap {
  width: 962px;
  height: 680px;
  background: url('/cdn/shop/files/20260228-pro-bg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 12px;
}

.product-part .sp-img-wrap .sp-img-inner {
  position: relative;
  margin: 0 auto;
  width: 934px;
  height: 524px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.product-part .sp-img-wrap .sp-gift {
  position: absolute;
  top: 582px;
  left: 40px;
  width: 55px;
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-line-wrap {
  position: absolute;
  top: 589px;
  left: 110px;
  width: 453px;
  height: 17px;
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 7px;
}

.product-part .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
}

@keyframes sp-fade-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.product-part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  display: none;
}

.product-part .sp-img-wrap .sp-pro-bg {
  position: absolute;
  top: 582px;
  left: 40px;
  width: 524px;
  height: 62px;
}

.product-part .sp-row1 {
  position: absolute;
  top: 611px;
  left: 150px;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-part .sp-row1 .sp-icon-s {
  width: 24px;
}

.product-part .sp-clock-s {
  position: absolute;
  top: 578px;
  left: 667px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .square {
  width: 52px;
  height: 51px;
  background: #FFFFFF;
  border-radius: 9px;
  font-family: Poppins;
  font-size: 34px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  margin: 0 5px;
  padding-bottom: 16px;
}

.product-part .sp-clock-s .dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.product-part .sp-time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-part .sp-time-label {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}

.product-part .sp-padding {
  box-sizing: border-box;
  padding: 0 6px;
}

.product-part .option-title {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #696969;
  line-height: 1;
  padding: 28px 0px 20px;
}

.product-part .opt-group {
    display: flex;
    flex-direction: row;
    gap: 14px;
    position: relative;
    flex-wrap: wrap;
}

.product-part .sp-option {
  position: relative;
  width: 342px;
  height: 120px;
  background: #F7F7F7;
  border-radius: 5px;
  border: 2px solid #D3D3D3;
  font-family: Poppins-Medium;
  font-size: 32px;
  color: #5D5D5D;
  line-height: 41px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  gap: 14px;
}

.product-part .sp-option.active {
  color: #ffffff;
  background: #FF7200;
  border: 2px solid #FF4800;
}

.product-part .sp-opt-group1 .sp-option:nth-child(1) {
  height: 74px;
}

.product-part .sp-opt-group1 .sp-option:nth-child(2),
.product-part .sp-opt-group1 .sp-option:nth-child(3) {
  width: 964px;
}

.product-part .sp-opt-group1 .sp-option:nth-child(4) {
  width: 632px;
}

.product-part .sp-opt-group1 .sp-option .sp-img-box {
  display: flex;
  gap: 5px;
}

.product-part .sp-option img {
  width: 33px;
  transform: translateY(-20px);
}

.product-part .sp-option .sp-hot-img {
  position: absolute;
  top: -15px;
  right: -50px;
  width: 96px;
}

.product-part .price-group {
  line-height: 1.1;
  margin-top: 28px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: Poppins;
  font-size: 74px;
  color: #FF0707;
}

.product-part .price2 {
  font-family: Poppins;
  font-size: 44px;
  color: #9D9D9D;
  margin-left: 100px;
}

.product-part .sp-row {
  margin-left: 70px;
  display: flex;
  align-items: center;
}

.product-part .sp-row img {
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-row .sp-p {
  width: 235px;
  height: 48px;
  background: #FD771B;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 41px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-left: -32px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(20px);
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.product-part .addCart {
  width: 499px;
  height: 95px;
  background: #FFF3E0;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #312A2A;
  gap: 22px;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 43px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 148px;
  background: #E00000;
  border-radius: 10px;
  cursor: pointer;
  margin: 50px auto 0;
  font-family: Poppins;
  font-size: 70px;
  color: #ffffff;
  animation: skip 4s infinite;
  text-align: center;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: Poppins-Medium;
  font-size: 34px;
  color: #141414;
  margin-top: 48px;
}

.sp-tip5 img {
  width: 69px;
}

.sp-tip5 span {
  color: #e80000;
}

.product-part .sp-title-s {
  font-family: Poppins-SemiBold;
  font-size: 45px;
  color: #0B0B0B;
  line-height: 50px;
  margin-top: 70px;
  padding-bottom: 32px;
  border-bottom: 1px solid #9d9d9d;
}

@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: 428px;
  height: 98px;
  border-radius: 10px;
  border: 2px solid #828282;
  padding: 0px 40px;
  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: 31px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  color: #000;
  font-family: Roboto-Regular;
  font-size: 45px;
  color: #343434;
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333333;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 245px;
  height: 100%;
  color: #232326;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Regular";
  font-size: 44px;
  color: #000000;
  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-top .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-text {
  position: relative;
  width: 1009px;
  height: 258px;
  background: #eef8fe;
  margin-top: 30px;
}

.sp-footer-text div {
  position: absolute;
  top: 48px;
  left: 102px;
  font-family: Roboto;
  font-size: 37px;
  color: #282828;
  line-height: 1;
}

.sp-footer-text .sp-img1 {
  position: absolute;
  top: 35px;
  left: 42px;
}

.sp-footer-text .sp-img2 {
  position: absolute;
  top: 126px;
  left: 34px;
}

.sp-footer-img {
  display: block;
  margin: 20px auto;
  width: 892px;
}

.sp-footer-box1 {
  width: 941px;
  height: 224px;
  background: #EEF8FE;
  padding: 0 78px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Poppins-SemiBold;
  font-size: 32px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box1 .sp-icon {
  width: 45px;
}

.sp-footer-img2 {
  width: 775px;
}

.sp-footer-box2 {
  margin: 30px auto 0;
  width: 941px;
  height: 224px;
  background: #FDFCF5;
  padding: 0 78px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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: 32px;
  color: #282828;
  margin-bottom: 10px;
}

.sp-footer-box2 .sp-p img {
  width: 47px;
}

.sp-footer-box2 .sp-li {
  font-family: Poppins-SemiBold;
  font-size: 28px;
  color: #666666;
  margin-top: 10px;
}

.sp-footer-box2 .sp-li span {
  /* font-family: Roboto; */
}

.sp-part10 {
  width: 100%;
  height: 1422px;
  background: url('/cdn/shop/files/20260228-bg10.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 100px 0 0px;
}

.sp-part10 .sp-title {
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 69px;
}

.sp-part10 .sp-item {
  width: 1000px;
  height: 340px;
  background: #FFFFFF;
  border-radius: 30px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  box-sizing: border-box;
  gap: 50px;
}

.sp-f-img3 {
  width: 53px;
  height: 53px;
  z-index: 1;
  position: absolute;
  left: 305px;
  top: 120px;
}

.sp-f-img4 {
  width: 53px;
  height: 53px;
  position: absolute;
  z-index: 1;
  left: 650px;
  top: 120px;
}

.sp-part10 .sp-item .sp-circle {
  height: 189px;
}

.sp-part10 .sp-item .sp-p1 {
  font-family: Poppins;
  font-size: 40px;
  color: #2D2D2D;
  line-height: 45px;
  margin-bottom: 27px;
}

.sp-part10 .sp-item .sp-p2 {
  font-family: Poppins-Regular;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 35px;
}

.sp-part11 {
  padding: 80px 40px 120px;
}

.sp-part11 .sp-title {
  font-size: 60px;
  color: #2D2D2D;
  line-height: 1.2;
  margin-bottom: 56px;
}

.sp-part11 .sp-title div {
  width: 100%;
  font-family: Poppins-Medium;
  font-size: 35px;
  color: #0088EE;
}

.gradually {
  text-align: center;
}

.sp-part11 .q-row {
  width: 998px;
  height: 71px;
  border-radius: 20px 20px 0px 0px;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Poppins-Medium;
  font-size: 31px;
  color: #282828;
  cursor: pointer;
  transition: all 0.3s;
}

.sp-part11 .q-row:active {
  background: transparent !important;
}

.sp-part11 .q-row .sp-icon::after {
  /* background: #003DC7; */
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: Poppins-Medium;
  font-size: 50px;
  color: #696969;
}

.sp-part11 .sp-text {
  height: 128px;
  padding: 0 30px;
  background: #EFF7FF;
  border-radius: 0px 0px 20px 20px;
  box-sizing: border-box;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #5C5C5C;
  line-height: 36px;
  display: none;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}

.sp-part11 .sp-show {
  /* background: transparent !important; */
}

.sp-part11 .sp-show .q-row {
  color: #ffffff;
  background: #0088EE;
}

.sp-part11 .sp-show .sp-icon::after {
  content: "-";
  color: #FFFFFF;
  /* background: #ffffff; */
}

.sp-part11 .sp-show .sp-text {
  display: flex;
  opacity: 1;
  width: 100%;
  /* background: transparent; */
}

.sp-part11 .sp-box {
  /* border-bottom: 4px solid #89898980; */
}

.sp-part11 .sp-box>div {
  background: transparent;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 20px;
}

.sp-part11 .sp-box>div:active {
  background: transparent !important;
}

.sp-part11 .sp-button-box {
  position: inherit;
  margin: 50px auto 150px;
}

.sp-part11 .sp-button-box .swiper-slide {
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-part11 .sp-button-box .sp-arrow {
  top: 44px;
  left: 781px;
}

.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: Roboto;
  font-size: 33px;
  color: #636363;
}

.sp-menu .sp-menu-item a {
  width: 100%;
  height: 100%;
  padding-left: 55px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.sp-menu .sp-menu-item a .sp-span {
  width: 60px;
  height: 28px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin-left: 25px;
}

.sp-menu .sp-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sp-menu li .sp-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  padding-left: 55px;
}

.sp-menu li .sp-row a img {
  width: 31px;
  height: 31px;
}

.sp-menu .sp-close-btn {
  position: absolute;
  top: 37px;
  right: 22px;
  width: 39px;
  cursor: pointer;
}

.sp-mask {
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.sp-pop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-pop .img-pop {
  width: 94%;
  overflow: hidden;
  padding: 0 80px;

  position: relative;
  z-index: 101;
}

.sp-pop .img-pop>div {
  width: 100%;
}

.sp-pop .img-pop .sp-img {
  position: relative;
  z-index: 102;
  width: auto;
  width: 100%;
}

.sp-mask .img-pop .close-btn {
  width: 94px;
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp-btn-style2 {
  width: 1080px;
  height: 180px;
  background: url('/cdn/shop/files/20260228-b0.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}

.sp-btn-style2 .sp-bottom1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.sp-btn-style2 .sp-bottom2 {
  position: absolute;
  top: 30px;
  left: 50px;
}

.sp-btn-style2 .sp-info1 {
    position: absolute;
    top: 20px;
    left: 131px;
    font-family: Poppins-BoldItalic;
    font-size: 22px;
    color: #ffefcb;
    line-height: 1;
    text-align: center;
}

.sp-btn-style2 .sp-info2 {
  position: absolute;
  top: 131px;
  left: 142px;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1;
}

@supports (-webkit-touch-callout: none) {
  .sp-btn-style2 .sp-info1 {
    left: 105px;
  }

  .sp-btn-style2 .sp-info2 {
    left: 95px;
    font-size: 14px !important;
    transform: scale(0.75) !important;
  }
}

.sp-btn-style2 .sp-right {
    position: absolute;
    top: 42px;
    left: 639px;
    font-family: Poppins;
    font-size: 47px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sp-uppercase2 {
  position: absolute;
  top: 113px;
  left: 643px;
  font-family: Poppins-Medium;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.6;
  letter-spacing: 1px;
}

.sp-btn-style2 .sp-p {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
}

.sp-btn-style2 .sp-cart {
  position: absolute;
  top: 45px;
  left: 498px;
  width: 95px;
  height: 94px;
  background: #FFFFFF;
  border-radius: 10px;
}

.sp-btn-style2 .sp-cart img {
  width: 73px;
}

.sp-btn-style2 .sp-cart .sp-num {
  width: 45px;
  height: 45px;
  right: 0px;
  top: 0px;
  font-size: 25px;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}

.sp-pc {
  display: none;
}

/* @media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;
  }
} */

@media screen and (min-width: 1080px) {
  #root {
    max-width: unset;
    overflow-x: clip;
    /* 使用clip代替hidden，不会破坏sticky定位 */
  }

  .sp-pc {
    display: block;
  }

  .sp-mobile {
    display: none;
  }

  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-top {
    width: 1920px;
    z-index: 9;
    height: 26px;
    font-size: 12px;
    text-transform: uppercase;
  }

  .header-inner.sp-fixed {
    top: 26px;
    left: 0px;
    width: 1920px;
    border-radius: 0px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 33px;
    z-index: 9;
  }

  .header-inner {
    position: fixed;
    margin-top: 0px;
    top: 63px;
    left: 260px;
    width: 1400px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 0 10px 0 43px;
    z-index: 9;
  }

  .header-inner ul {
    z-index: 2;
    display: flex;
    gap: 38px;
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: Poppins;
    font-size: 18px;
    color: #000000;
    text-align: center;
  }

  .header-inner .sp-menu-item a .sp-span {
    display: inline-block;
    width: 39px;
    height: 19px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 19px;
    margin-left: 4px;
    margin-right: -10px;
    transform: translateY(-2px);
  }

  .header-inner .sp-logo-pc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: Poppins;
    font-size: 49px;
    color: #000000;
  }

  .sp-top-btn {
    width: 172px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    margin-right: 0;
    line-height:1;
    padding-top:0;
  }

  .sp-cart {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-cart .sp-num {
    right: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    font-size: 17px;
  }

  .sp-title {
    font-size: 40px;
    line-height: 1.2;
  }

  .sp-sub-title {
    font-size: 30px;
    line-height: 1;
  }

  .product-part .sp-img-wrap .sp-img-inner {
    width: 710px;
    height: 398px;
  }

  .product-part .sp-img-wrap .sp-gift {
    top: 442px;
    left: 30px;
    width: 44px;
  }

  .product-part .sp-line-wrap {
    top: 447px;
    left: 84px;
    width: 272px;
  }

  .sp-btn-box {
    top: 561px;
    left: 260px;
  }

  .sp-button-box {
    width: 540px;
    height: 80px;
    background: url('/cdn/shop/files/20260228-btn-pc.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 123px;
    font-size: 35px;
    line-height:1;
  }

  .sp-part1 {
    margin-top: 106px;
    height: 800px;
    background: url('/cdn/shop/files/20260228-bg1-pc.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part1 .sp-image {
    position: absolute;
    top: 99px;
    left: 169px;
  }

  .sp-part1 .sp-info {
    top: 725px;
    left: 260px;
    width: 1400px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px 0px rgba(48, 57, 79, 0.15);
    border-radius: 30px;
  }

  .sp-part1 .sp-info .sp-item {
    font-size: 26px;
    line-height: 36px;
  }

  .sp-part1 .sp-text1 {
    top: 181px;
    left: 237px;
    width: max-content;
    font-size: 50px;
    gap: 14px;
  }

  .sp-part1 .sp-text1 .sp-t1 {
    top: 20px;
    left: 37px;
    font-size: 40px;
  }

  .sp-part1 .sp-text2 {
    top: 278px;
    left: 260px;
    width: max-content;
    font-size: 60px;
  }

  .sp-part1 .sp-text3 {
    top: 365px;
    left: 260px;
    width: max-content;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }

  .sp-detail {
    height: 656px;
    padding-top: 156px;
  }

  .sp-detail .sp-text {
    top: 246px;
    left: 260px;
    width: 1400px;
  }

  .sp-detail .sp-text .sp-t1 {
    top: 164px;
    font-size: 22px;
    line-height: 26px;
  }

  .sp-part2 {
    height: 900px;
    padding-top: 55px;
  }

  .sp-part2 .sp-video {
    top: 239px;
    left: 260px;
    width: 560px;
    height: 426px;
    border-radius: 30px;
  }

  .sp-part2 .sp-text {
    top: 710px;
    left: 260px;
    width: 560px;
  }

  .sp-part2 .sp-text .sp-t1 {
    font-size: 56px;
  }

  .sp-part2 .sp-text .sp-t2 {
    font-size: 19px;
  }

  .sp-part2 .sp-image1 {
    top: 239px;
    left: 876px;
  }

  .sp-part2 .sp-image2 {
    top: 239px;
    left: 1276px;
  }

  .sp-part2 .sp-image3 {
    top: 533px;
    left: 883px;
  }

  .sp-part2 .sp-image4 {
    top: 533px;
    left: 1284px;
  }

  .sp-part2 .sp-info {
    top: 466px;
    left: 986px;
    font-size: 20px;
  }

  .sp-part2 .sp-info2 {
    left: 1300px;
  }

  .sp-part2 .sp-font {
    top: 496px;
    left: 915px;
    font-size: 20px;
  }

  .sp-part2 .sp-font2 {
    left: 1364px;
  }

  .sp-part2 .sp-btn-box {
    top: 717px;
    left: 995px;
  }

  .sp-circles {
    width: 95px;
    height: 96px;
    position: absolute;
    top: -50px;
    /* position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 50%; */
  }

  .sp-part3 {
    height: 900px;
    background: url('/cdn/shop/files/20260228-bg3-pc.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 90px;
  }

  .sp-part3 .sp-title {
    position: absolute;
    top: 103px;
    left: 960px;
    width: max-content;
  }

  .sp-part3 .sp-sub-title {
    position: absolute;
    top: 171px;
    left: 959px;
    width: max-content;
    line-height: 40px;
    text-align: left;
    margin-top: 0px;
  }

  .sp-part3 .sp-text {
    top: 274px;
    left: 960px;
    width: 700px;
  }

  .sp-part3 .sp-text .sp-item {
    width: 223px;
    height: 236px;
    gap: 30px;
    font-size: 20px;
    line-height: 1.1;
  }

  .sp-part3 .sp-info {
    top: 521px;
    left: 960px;
    width: 343px;
    height: 178px;
  }

  .sp-part3 .sp-info .sp-t1 {
    top: 19px;
    font-size: 24px;
  }

  .sp-part3 .sp-info .sp-t2 {
    bottom: 7px;
    padding: 0 7px;
  }

  .sp-part3 .sp-info2 {
    left: 1317.5px;
  }

  .sp-part3 .sp-font {
    top: 752px;
    left: 960px;
    width: max-content;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .sp-part4 {
    height: 900px;
    padding-top: 90px;
  }

  .sp-part4 .sp-bg {
    top: 230px;
    left: 260px;
    width: 544px;
    height: 435px;
  }

  .sp-part4 .sp-bg2 {
    left: 832px;
    width: 828px;
  }

  .sp-part4 .sp-image1 {
    top: 240px;
    left: 269px;
  }

  .sp-part4 .sp-image2 {
    top: 240px;
    left: 843px;
  }

  .sp-part4 .sp-image3 {
    top: 197px;
    left: 1561px;
  }

  .sp-part4 .sp-image4 {
    top: 438px;
    left: 1453px;
  }

  .sp-part4 .sp-text {
    top: 532px;
    left: 391px;
    font-size: 24px;
  }

  .sp-part4 .sp-text2 {
    left: 998px;
  }

  .sp-part4 .sp-info {
    top: 570px;
    left: 392px;
    gap: 0px;
    font-size: 20px;
    line-height: 35px;
  }

  .sp-part4 .sp-info2 {
    left: 998px;
  }

  .sp-part4 .sp-btn-box {
    top: 710px;
    left: 690px;
  }

  .sp-part5 {
    height: 900px;
    background: url('/cdn/shop/files/20260228-bg5-pc.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 90px;
  }

  .sp-part5 .sp-bg {
    top: 252px;
    left: 284px;
    width: 436px;
    height: 364px;
  }

  .sp-part5 .sp-bg2 {
    top: 418px;
    left: 1205px;
  }

  .sp-part5 .sp-image {
    top: 602px;
    left: 762px;
  }

  .sp-part5 .sp-image1 {
    top: 263px;
    left: 294px;
  }

  .sp-part5 .sp-image2 {
    top: 429px;
    left: 1214px;
    width: 417px;
  }

  .sp-part5 .sp-image3 {
    top: 232px;
    left: 274px;
  }

  .sp-part5 .sp-image4 {
    top: 397px;
    left: 1596px;
  }

  .sp-part5 .sp-text {
    top: 545px;
    left: 300px;
  }

  .sp-part5 .sp-text .sp-t1 {
    font-size: 18px;
    line-height: 1;
  }

  .sp-part5 .sp-text .sp-t2 {
    font-size: 20px;
    line-height: 40px;
  }

  .sp-part5 .sp-text2 {
    top: 710px;
    left: 1274px;
  }

  .sp-part6 {
    height: 900px;
    padding-top: 90px;
  }

  .sp-part6 .sp-text {
    top: 235px;
    left: 260px;
    width: 1400px;
  }

  .sp-part6 .sp-btn-box {
    top: 710px;
    left: 690px;
  }

  .sp-part7 {
    height: 755px;
  }

  .sp-part7 .sp-title {
    position: absolute;
    top: 162px;
    left: 990px;
    width: max-content;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: left;
  }

  .sp-part7 .sp-image1 {
    top: 100px;
    left: 260px;
  }

  .sp-part7 .sp-image2 {
    top: 500px;
    left: 960px;
  }

  .sp-part7 .sp-text1 {
    top: 285px;
    left: 990px;
    font-size: 30px;
    color: #fffc;
    line-height: 40px;
  }

  .sp-part7 .sp-text2 {
    top: 395px;
    left: 991px;
    font-size: 19px;
  }

  .sp-part8 {
    height: 553px;
  }

  .sp-part8 .sp-image {
    top: 108px;
    left: 256px;
  }

  .sp-part8 .sp-title {
    top: 102px;
    left: 1105px;
    width: max-content;
  }

  .sp-part8 .sp-text {
    top: 190px;
    left: 721px;
    width: max-content;
    font-size: 20px;
  }

  .sp-part9 {
    height: 289px;
    background: url('/cdn/shop/files/20260228-bg9-pc.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
  }

  .sp-part9 .sp-top-title1 {
    font-size: 24px;
  }

  .sp-part9 .sp-top-title1 img {
    width: 145px;
  }

  .sp-part9 .sp-top-title2 {
    top: 70px;
    font-size: 50px;
  }

  .sp-top-img2 {
    top: 47px;
    left: 462px;
  }

  .sp-top-img3 {
    top: 57px;
    left: 1386px;
  }

  .sp-part9 .sp-marquee-item {
    margin-right: 400px;
  }

  .sp-part9 .sp-text {
    position: absolute;
    top: 154px;
    left: 487px;
    width: 946px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sp-part9 .sp-text div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #FFFFFF;
  }

  .sp-part9 .sp-text div img {
    width: 25px;
    height: auto;
  }

  .product-part {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 80px 230px 60px 258px;
  }

  .product-part .sp-title {
    font-size: 43px;
    margin-bottom: 10px;
  }

  .product-part .sp_product_content {
    display: flex;
    gap: 44px;
    align-items: flex-start;
  }

  .product-part .sp_product_content .sp-wrap-item {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 1;
  }

  .product-part .sp_product_content .sp-content {
    width: 606px;
  }

  .product-part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    display: none;
  }

  .product-part .sp-img-wrap .sp-pro-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 109px;
  }

  .product-part .sp-img-wrap {
    width: 731px;
    height: 516px;
  }

  .product-part .sp-img-wrap .sp-img-p.active {
    /* height: 70%; */
  }

  .product-part .sp-row1 {
    position: absolute;
    top: 468px;
    left: 115px;
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 1;
  }

  .product-part .sp-row1 .sp-icon-s {
    width: 19px;
  }

  .product-part .sp-clock-s {
    position: absolute;
    top: 439px;
    left: 506px;
    gap: 10px;
  }

  .product-part .sp-clock-s .square {
    width: 40px;
    height: 38px;
    border-radius: 9px;
    font-size: 25px;
  }

  .product-part .sp-time-unit {
    gap: 5px;
  }

  .product-part .sp-time-label {
    font-size: 12px;
    line-height: 1;
  }

  .product-part .sp-clock-s .dots {
    margin: 0 4px;
  }

  .product-part .sp-clock-s .dot {
    width: 4px;
    height: 4px;
  }

  .product-part .sp-padding {
    padding: 0;
    width: 594px;
  }

  .product-part .option-title {
    font-size: 24px;
    line-height: 1;
    padding: 22px 0px 15px;
  }

  .product-part .opt-group {
    gap: 9px;
  }

  .product-part .sp-option {
    width: 225px;
    height: 75px;
    font-size: 20px;
    line-height: 26px;
  }

  .product-part .sp-opt-group1 .sp-option:nth-child(1) {
    height: 48px;
  }
  
  .product-part .sp-opt-group1 .sp-option:nth-child(2),
  .product-part .sp-opt-group1 .sp-option:nth-child(3) {
    width: 596px;
  }
  
  .product-part .sp-opt-group1 .sp-option:nth-child(4) {
    width: 436px;
  }

  .product-part .sp-option img {
    width: 21px;
    transform: translateY(0px);
  }

  .product-part .sp-option .sp-hot-img {
    top: -15px;
    right: -40px;
    width: 64px;
  }

  .product-part .price-group {
    margin-top: 36px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .product-part .price1 {
    font-size: 44px;
  }

  .product-part .price2 {
    font-size: 26px;
    margin-left: 69px;
  }

  .product-part .sp-row {
    margin-left: 50px;
    display: flex;
    align-items: center;
  }

  .product-part .sp-row img {
    width: 34px;
    position: relative;
    z-index: 1;
  }

  .product-part .sp-row .sp-p {
    width: 145px;
    height: 30px;
    font-size: 25px;
    line-height: 31px;
    margin-left: -15px;
    padding-left: 12px;
    box-sizing: border-box;
    transform: translateY(9px);
  }

  .product-part .sp-quality-row {
    gap: 22px;
  }

  .product-part .addCart {
    width: 308px;
    height: 59px;
    background: #fff3e0;
    border-radius: 15px;
    border: none;
    font-size: 18px;
    gap: 14px;
    user-select: none;
  }

  .product-part .addCart img {
    width: 24px;
  }

  .product-part .sp-btn-style {
    width: 594px;
    height: 91px;
    background: #e00000;
    border-radius: 10px;
    margin: 30px auto 42px;
    font-size: 43px;
  }

  .sp-tip5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sp-tip5 img {
    width: 58px;
  }

  .product-part .sp-title-s {
    text-align: left;
    margin-top: 0px;
    font-size: 28px;
    line-height: 1;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .addGroup {
    width: 264px;
    height: 60px;
    border-radius: 10px;
    border: 2px solid #828282;
    padding: 0px 14px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 12px;
    font-size: 30px;
  }

  .addGroup input {
    width: 120px;
    font-size: 23px;
  }

  .sp-footer-text {
    width: 540px;
    height: 138px;
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sp-footer-text div {
    top: 25px;
    left: 55px;
    font-size: 20px;
  }

  .sp-footer-text .sp-img1 {
    top: 20px;
    left: 23px;
    width: 25px;
    height: 29px;
  }

  .sp-footer-text .sp-img2 {
    top: 68px;
    left: 19px;
    width: 478px;
    height: 39px;
  }

  .sp-footer-img {
    width: 550px;
  }

  .sp-footer-box1 {
    width: 594px;
    height: 138px;
    padding: 0px 48px;
  }

  .sp-footer-box1 .sp-icon {
    width: 25px;
  }

  .sp-footer-box1 .sp-p {
    font-size: 20px;
  }

  .sp-footer-img2 {
    width: 435px;
  }

  .sp-footer-box2 {
    width: 594px;
    height: 138px;
    padding: 0px 48px;
  }

  .sp-footer-box2 .sp-p img {
    width: 29px;
  }

  .sp-footer-box2 .sp-p {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .sp-footer-box2 .sp-li {
    font-size: 16px;
  }

  .sp-part10 {
    height: 480px;
    background: url('/cdn/shop/files/20260228-bg10-pc.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 74px 259px 0px;
  }

  .sp-part10 .sp-title {
    font-size: 50px;
    margin-bottom: 70px;
  }

  .sp-part10 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sp-part10 .sp-item {
    width: 438px;
    height: 218px;
    background: #FFFFFF;
    border-radius: 13px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 0px;
    text-align: center;
    padding: 32px 0 0;
  }

  .sp-part10 .sp-item .sp-circle {
    height: 73px;
  }

  .sp-part10 .sp-content {
    margin-top: 28px;
  }

  .sp-part10 .sp-item .sp-p1 {
    font-size: 24px;
    color: #2D2D2D;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .sp-part10 .sp-item .sp-p2 {
    font-size: 16px;
    color: #666;
    line-height: 1.3;
    opacity: .8;
  }

  .sp-part11 {
    padding: 60px 260px 100px;
  }

  .sp-part11 .sp-title {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .sp-part11 .sp-title div {
    font-size: 25px;
  }

  .sp-part11 .q-row {
    width: 1400px;
    height: 71px;
    min-height: unset;
    gap: 28px;
    font-size: 25px;
    line-height: 45px;
    padding: 0 26px;
  }

  .sp-part11 .sp-text {
    width: 1400px;
    padding: 20px 26px;
    box-sizing: border-box;
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #242323;
    line-height: 35px;
  }

  .sp-part11 .sp-show .sp-text {
    height: auto;
  }

  .sp-part11 .q-row .sp-icon::after {
    font-size: 35px;
  }

  .sp-part11 .sp-button-box {
    margin-bottom: 0px;
  }

  .sp-pop .img-pop .sp-img {
    position: relative;
    z-index: 102;
    width: auto;
    width: 80%;
    margin: 0 auto;
  }

  .sp-mask .img-pop .close-btn {
    width: 50px;

    cursor: pointer;
    margin: auto;
    display: block;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .sp-scroll-top {
    scroll-margin-top: 34px;
  }
}

.sp-scroll-top {
  scroll-margin-top: 70px;
}

.gradually span,
.gradually div,
.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 swift-up-fade2 {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 0.8;
  }
}

@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.sp-ani,
.sp-ani2 {
  opacity: 0;
}

.sp-ani-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

@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;
  }
}


/* 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; }
.product-part .sp-option{
  width:fit-content !important;
  padding:10px 20px !important;
  height:fit-content !important;
}
.product-part .sp-img-wrap .sp-img-p.active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: auto;
}
.product-part .sp-img-wrap .sp-img-p.active{
  max-width:98%;
  width:90%;
  height:auto !important;
}
@media(min-width:750px){
  .product-part .sp-img-wrap .sp-img-p.active {
 width:60%;
}
}