/** Shopify CDN: Minification failed

Line 1406:1 Unexpected "{"

**/
@font-face {
  font-family: 'Roboto';
  src: url('/cdn/shop/files/Roboto-Bold_102de4be-533a-4c47-8227-3a25c39e47ba.ttf?v=1776051933');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-BoldItalic';
  src: url('/cdn/shop/files/Poppins-BoldItalic.ttf?v=1776051934');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('/cdn/shop/files/Roboto-Black_6754aa8a-2956-460b-90e8-b7f72f51b661.ttf?v=1776051933');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('/cdn/shop/files/Roboto-Regular_3efbb442-6b1a-41b7-84ea-fa8ded66fe09.ttf?v=1776051933');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Bold_e0a3540d-15db-41b0-9394-37e1ed57424d.ttf?v=1776051934');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('/cdn/shop/files/Poppins-Medium_e2181929-d83b-4f2d-b2f4-d2c5e2c8b26c.ttf?v=1776051933');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('/cdn/shop/files/Poppins-Regular_f41542eb-cac3-4a5d-87a1-0294c3fe572a.ttf?v=1776051933');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('/cdn/shop/files/Montserrat-SemiBold_a18321a5-f833-4f5d-8510-753c9e148653.otf?v=1776051933');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/cdn/shop/files/Poppins-SemiBold_f5cdefa2-b6aa-49e9-a4c7-d380c0138009.ttf?v=1776051933');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialMT';
  src: url('https://cdn.shopify.com/s/files/1/0703/2186/4983/files/Arial.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: 60px;
  font-family: Roboto-Regular;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  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: #020202;
}

.header-inner {
  margin-top: 60px;
  height: 140px;
  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 img {
  width: 69px;
}

.sp-cart .sp-num {
  position: absolute;
  right: -15px;
  top: -5px;
  width: 31px;
  height: 31px;
  background: #ff3000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 25px;
  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: 380px;
  height: 90px;
  background: #ff0000;
  border-radius: 45px;
  box-sizing: border-box;
  font-family: Poppins;
  font-size: 45px;
  color: #ffffff;
  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: 1464px;
  left: 123px;
  z-index: 2;
}

.sp-button-box {
  position: relative;
  width: 834px;
  height: 143px;
  background: url('/cdn/shop/files/20260302-btn.png?v=1776051935');
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 60px;
  font-family: Poppins;
  font-size: 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  animation: skip 4s infinite 1s;
}

.sp-title {
  font-family: Montserrat-SemiBold;
  font-size: 45px;
  color: #ffffff;
  line-height: 65px;
  width: 100%;
  text-align: center;
}

.sp-title.sp-white {
  color: #ffffff;
}

.sp-sub-title {
  font-family: Roboto-Regular;
  font-size: 29px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  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;
}

.sp-part1 .sp-ani-box {
  z-index: 2;
}

.sp-part1 .sp-text1 {
  position: absolute;
  top: 983px;
  left: 0px;
  width: 100%;
  font-family: Montserrat-SemiBold;
  font-size: 78px;
  color: #ffffff;
  line-height: 91px;
  text-align: center;
}

.sp-part1 .sp-text1 span {
  color: #ff550a;
}

.sp-part1 .sp-text2 {
  position: absolute;
  top: 1181px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #ffffff;
  line-height: 35px;
  opacity: 0.8;
  text-align: center;
}

.sp-part1 .sp-info {
  position: absolute;
  top: 1286px;
  left: 116px;
  width: 410px;
  height: 120px;
  background: rgba(46, 40, 39, 0.66);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  font-family: Poppins-Regular;
  font-size: 31px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 39px;
  /* -webkit-text-size-adjust: 40% !important; */
  line-height: 1.2;
}

.sp-part1 .sp-info2 {
  left: 554px;
}

.sp-part1 .sp-text3 {
  position: absolute;
  top: 1646px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sp-part1 .sp-text3 span {
  font-family: Poppins-Medium;
}

.sp-part2 {
  position: relative;
  height: 1619px;
  box-sizing: border-box;
  padding-top: 150px;
}

.sp-part2 .sp-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
}

.sp-part2 .sp-title,
.sp-part2 .sp-sub-title {
  position: relative;
  z-index: 1;
}

.sp-part2 .sp-video {
  position: absolute;
  top: 447px;
  left: 61px;
  width: 960px;
  height: 580px;
}

.sp-part2 .sp-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-video-mask {
  position: absolute;
  top: 0px;
  left: 0px;
}

.sp-part2 .sp-image1 {
  position: absolute;
  top: 924px;
  left: 505px;
  width: 72px;
}

.sp-part2 .sp-image2 {
  position: absolute;
  top: 1110px;
  left: 481px;
  width: 569px;
}

.sp-part2 .sp-text {
  position: absolute;
  top: 1148px;
  left: 83px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.sp-part2 .sp-text .sp-item {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: Roboto-Regular;
  font-size: 34px;
  color: rgba(255, 255, 255, 0.6);
}

.sp-part2 .sp-text .sp-item img {
  width: 51px;
}

.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: 212px;
  height: 212px;
  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/20260302-circle1-20260409.png?v=1776051935');
}

.sp-circle2 {
  background-image: url('/cdn/shop/files/20260302-circle2-20260409.png?v=1776051934');
}

.sp-circle3 {
  background-image: url('/cdn/shop/files/20260302-circle3-20260409.png?v=1776051934');
}

.sp-part3 {
  height: 2116px;
}

.sp-part3 .sp-image1 {
  position: absolute;
  top: 182px;
  left: 55px;
  width: 971px;
}

.sp-part3 .sp-bg {
  position: absolute;
  top: 843px;
  left: 51px;
  width: 978px;
  height: 345px;
  background: #ffffff;
  border-radius: 25px;
  opacity: 0.9;
}

.sp-part3 .sp-image2 {
  position: absolute;
  top: 872px;
  left: 72px;
  width: 482px;
}

.sp-part3 .sp-text1 {
    position: absolute;
    top: 941px;
    left: 606px;
    font-family: Poppins-SemiBold;
    font-size: 25px;
    color: #ff550a;
    line-height: 1;
}

.sp-part3 .sp-text2 {
    position: absolute;
    top: 1008px;
    left: 579px;
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #000;
    line-height: 32px;
    text-align: center;
}

.sp-part3 .sp-btn-box {
  top: 1277px;
}

.sp-part3 .sp-swiper1 {
  top: 1404px;
}

.sp-part3 .sp-swiper1 .swiper-slide {
  width: 918px;
  height: 397px;
  background: rgba(243, 243, 243, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 22px;
  padding-top: 22px;
  display: flex;
  justify-content: center;
}

.sp-part3 .sp-swiper1 .swiper-slide .sp-img {
  width: 870px;
  height: 291px;
}

.sp-part3 .sp-swiper1 .swiper-slide .sp-arrow {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}

.sp-part3 .sp-swiper1 .sp-info {
  position: absolute;
  top: 43px;
  left: 85px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
}

.sp-part3 .sp-swiper1 .sp-info2 {
  left: 540px;
}

.sp-part3 .sp-swiper1 .sp-text {
  position: absolute;
  top: 338px;
  left: 0;
  width: 100%;
  font-family: Poppins-Medium;
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.sp-part4 {
  position: relative;
  height: 1631px;
}

.sp-part4 .sp-swiper2 {
  position: absolute;
  top: 183px;
  left: 61px;
  width: 957px;
  padding-bottom: 100px;
}

.sp-part4 .swiper-pagination-bullet {
  width: 133px;
  height: 10px;
  background: #989898;
  border-radius: 5px;
  opacity: 1 !important;
  margin: 0 13px !important;
}

.sp-part4 .swiper-pagination-bullet-active {
  background: #ff550a;
}

.sp-part4 .sp-pagination {
  top: 896px;
}

.sp-part4 .sp-image-box {
  position: absolute;
  top: 1136px;
  left: 195px;
  width: 690px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-part4 .sp-image-box img {
  width: 194px;
  height: 194px;
  border: 5px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.sp-part4 .sp-image-box img.is-active {
  border-color: #ebc00d;
}

.sp-part4 .sp-image {
  position: absolute;
  top: 1404px;
  left: 114px;
  width: 851px;
}

.sp-part5 {
  height: 1757px;
}

.sp-part5 .sp-image1 {
  position: absolute;
  top: 197px;
  left: 92px;
  width: 898px;
}

.sp-part5 .sp-bg {
  position: absolute;
  top: 803px;
  left: 88px;
  width: 904px;
  height: 569px;
  background: #50331e;
  border-radius: 30px;
  opacity: 0.9;
}

.sp-part5 .sp-image2 {
  position: absolute;
  top: 909px;
  left: 123px;
  width: 407px;
}

.sp-part5 .sp-image3 {
  position: absolute;
  top: 909px;
  left: 549px;
  width: 407px;
}

.sp-part5 .sp-info {
  position: absolute;
  top: 839px;
  left: 418px;
  font-family: Montserrat-SemiBold;
  font-size: 42px;
  color: #ffffff;
  line-height: 1;
}

.sp-part5 .sp-text {
    position: absolute;
    top: 1298px;
    left: 217px;
    font-family: Poppins-Regular;
    font-size: 25px;
    color: #fff;
    line-height: 1;
}

.sp-part5 .sp-text2 {
  left: 592px;
}

.sp-part5 .sp-btn-box {
  top: 1448px;
}

.sp-part6 {
  height: 700px;
}

.sp-part6 .sp-image1 {
  position: absolute;
  top: 0px;
  left: 49px;
  width: 983px;
}

.sp-part6 .sp-image2 {
  position: absolute;
  top: 348px;
  left: 52px;
  width: 176px;
}

.sp-part6 .sp-image3 {
  position: absolute;
  top: 408px;
  left: 273px;
  width: 394px;
}

.sp-part6 .sp-image4 {
  position: absolute;
  top: 153px;
  left: 726px;
  width: 293px;
}

.sp-part6 .sp-text1 {
  position: absolute;
  top: 62px;
  left: 124px;
  font-family: Montserrat-SemiBold;
  font-size: 41px;
  color: #ff550a;
  line-height: 1;
  opacity: 0.97;
}

.sp-part6 .sp-text2 {
  position: absolute;
  top: 126px;
  left: 124px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #262626;
  line-height: 1;
}

.sp-part6 .sp-text3 {
  position: absolute;
  top: 192px;
  left: 124px;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #262626;
  line-height: 35px;
  /* -webkit-text-size-adjust: 40% !important; */
  line-height: 1.2;
}

.sp-part6 .sp-text4 {
  position: absolute;
  top: 312px;
  left: 123px;
  font-family: Poppins-Medium;
  font-size: 25px;
  color: #262626;
  line-height: 1;
}

.sp-part7 {
  height: 1405px;
}

.sp-part7 .sp-image {
  position: absolute;
  top: 100px;
  left: 87px;
  width: 905px;
}

.sp-part7 .sp-text1 {
  position: absolute;
  top: 738px;
  left: 87px;
  font-family: Poppins-Regular;
  font-size: 29px;
  color: #ffffff;
  line-height: 42px;
}

.sp-part7 .sp-text1 .sp-item {
  display: flex;
}

.sp-part7 .sp-text1 .sp-item div:nth-child(1) {
  width: 325px;
}

.sp-part7 .sp-round {
  position: absolute;
  top: 1024px;
  left: 83px;
  width: 912px;
  height: 246px;
  border-radius: 25px;
  border: 1px dashed #ffffff;
}

.sp-part7 .sp-text2 {
  position: absolute;
  top: 990px;
  left: 253px;
  width: 574px;
  height: 64px;
  background: #ff550a;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat-SemiBold;
  font-size: 34px;
  color: #ffffff;
}

.sp-part7 .sp-text3 {
  position: absolute;
  top: 1096px;
  left: 164px;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #ffffff;
  line-height: 45px;
  /* -webkit-text-size-adjust: 40% !important; */
  line-height: 1.2;
}

.sp-part8 {
  position: relative;
  height: 300px;
  background: url('/cdn/shop/files/20260302-bg8.png?v=1776051935')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part8 .sp-top-title1 {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sp-part8 .sp-top-title1 img {
  transform: translateY(-2px);
}

.sp-part8 .sp-top-title1 span {
  color: #ffea00;
}

.sp-part8 .sp-top-title2 {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  font-family: Poppins;
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 0 10px rgba(220, 170, 99, 1), 0 0 18px rgba(220, 170, 99, 1);
  text-align: center;
}

.sp-part8 .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: 62px;
  left: 50px;
  width: 83px;
  animation: sp-bounce 2s ease-in-out infinite;
}

.sp-top-img3 {
  position: absolute;
  top: 72px;
  left: 950px;
  width: 81px;
  animation: sp-shake 2.5s ease-in-out infinite;
}

.sp-top-title3 {
  position: absolute;
  top: 173px;
  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;
}

.product-part .sp-img-wrap .sp-img-p.active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 68%;
}

.product-part .sp-img-wrap {
  width: 962px;
  height: 680px;
  background: url('/cdn/shop/files/20260302-pro-bg.png?v=1776051935')
    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: 618px;
  left: 152px;
  font-family: Roboto-Regular;
  font-size: 24px;
  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: 620px;
  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-wrap: wrap;
  gap: 14px;
  position: relative;
}

.product-part .sp-option {
  position: relative;
  width: 440px;
  height: 74px;
  border-radius: 36px;
  border: 2px solid #5d5d5d;
  font-family: ArialMT;
  font-size: 31px;
  color: #181818;
  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: #393939;
  border: 2px solid #393939;
}

.product-part .sp-type .sp-option:nth-child(1),
.product-part .sp-style .sp-option:nth-child(1) {
  width: 456px;
}

.product-part .sp-type .sp-option:nth-child(2),
 {
  width: 477px;
}
.product-part .sp-style .sp-option:nth-child(2) {
    width:788px;
}
.product-part .sp-select {
  position: absolute;
  top: 380px;
  left: 215px;
  font-family: Poppins-Regular;
  font-size: 26px;
  color: #000000;
  line-height: 1;
}

.product-part .sp-option .sp-img-box {
  display: flex;
  gap: 5px;
}

.product-part .sp-option img {
  width: 33px;
}

.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-Medium;
  font-size: 71px;
  color: #ff0707;
  font-weight: bold;
}

.product-part .price2 {
  font-family: Poppins-Medium;
  font-size: 42px;
  color: #9d9d9d;
  margin-left: 20px;
  font-weight: bold;
}

.product-part .sp-row {
  margin-left: 20px;
  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;
  width: 56px;
}

.product-part .sp-row .sp-p {
  width: 226px;
  height: 46px;
  background: #fd771b;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 39px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-left: -32px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(20px);
  /* -webkit-text-size-adjust: 40% !important; */
  line-height: 1.2;
}

.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: 42px;
  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: 1460px;
  background: url('/cdn/shop/files/20260302-bg10.png?v=1776051936')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 92px 0 0px;
}

.sp-part10 .sp-title {
  font-family: Montserrat-SemiBold;
  font-size: 60px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 90px;
}

.sp-part10 .sp-item {
  width: 960px;
  height: 327px;
  background: #3e3c3c;
  border-radius: 30px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  box-sizing: border-box;
  gap: 50px;
}

.sp-part10 .sp-item .sp-circle {
  height: 189px;
}

.sp-part10 .sp-item .sp-p1 {
  font-family: Roboto-Black;
  font-size: 43px;
  color: #ffffff;
  line-height: 48px;
  font-style: italic;
  margin-bottom: 27px;
}

.sp-part10 .sp-item .sp-p2 {
  font-family: ArialMT;
  font-size: 28px;
  color: #ffffff;
  line-height: 49px;
}

.sp-part11 {
  padding: 80px 54px 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: 973px;
  height: 122px;
  background: #ffffff;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  box-sizing: border-box;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Poppins-SemiBold;
  font-size: 32px;
  color: #38200b;
  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 45px;
  box-sizing: border-box;
  font-family: Poppins-Regular;
  font-size: 28px;
  color: #1b1919;
  line-height: 1.2;
  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: #ff550a;
}

.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/20260302-b1.png?v=1776051934')
    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;
  width: 346px;
}

.sp-btn-style2 .sp-info1 {
    position: absolute;
    top: 19px;
    left: 115px;
    font-family: Poppins-BoldItalic;
    font-size: 22px;
    text-align: center;
    color: #ffefcb;
    line-height: 1;
}

.sp-btn-style2 .sp-info2 {
 position: absolute;
    top: 131px;
    left: 120px;
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  /* -webkit-text-size-adjust: 70% !important; */
}

@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: 642px;
    font-family: Poppins;
    font-size: 54px;
    color: #ffffff;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sp-uppercase2 {
  position: absolute;
  top: 113px;
  left: 643px;
  font-family: Poppins-Medium;
  font-size: 30px;
  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) {
  .sp-logo-pc img {
    width: 80% !important;
    /* height: auto; */
    /* margin-bottom: 20px; */
  }
  #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: 30px;
    font-size: 12px;
    text-transform: uppercase;
  }

  .header-inner.sp-fixed {
    top: 26px;
    left: 0px;
    width: 1920px;
    height: 80px;
    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: 259px;
    width: 1402px;
    height: 59px;
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 0px 0 47px;
    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: 76px;
    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 {
    font-family: Poppins;
    font-size: 35px;
    color: #333333;
    margin-right: 55px;
    width: 180px;
  }

  .sp-top-btn {
    width: 232px;
    height: 59px;
    border-radius: 10px;
    font-size: 25px;
    margin-right: 0;
  }

  .header-inner.sp-fixed .sp-top-btn {
    border-radius: 30px;
  }

  .sp-cart {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-cart img {
    width: 37px;
  }

  .sp-cart .sp-num {
    right: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    font-size: 17px;
  }

  .sp-title {
    font-size: 50px;
    line-height: 1;
  }

  .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: 662px;
    left: 261px;
  }

  .sp-button-box {
    width: 492px;
    height: 84px;
    background: url('/cdn/shop/files/20260302-btn-pc.png?v=1776051934')
      no-repeat;
    background-size: 100% 100%;
    padding-left: 32px;
    font-size: 21px;
  }

  .sp-part1 {
    margin-top: 30px;
    height: 918px;
  }

  .sp-part1 .sp-text1 {
    top: 214px;
    left: 259px;
    width: max-content;
    font-size: 55px;
    line-height: 65px;
    text-align: left;
  }

  .sp-part1 .sp-text2 {
    top: 395px;
    left: 260px;
    width: max-content;
    font-size: 26px;
    line-height: 34px;
    text-align: left;
  }

  .sp-part1 .sp-info {
    top: 510px;
    left: 264px;
    width: 315px;
    height: 92px;
    gap: 17px;
    font-size: 20px;
    line-height: 25px;
  }

  .sp-part1 .sp-info2 {
    left: 600px;
  }

  .sp-part1 .sp-text3 {
    top: 775px;
    left: 265px;
    width: max-content;
    font-size: 15px;
  }

  .sp-part1 .sp-text3 img {
    width: 29px;
  }

  .sp-part2 {
    height: 1250px;
  }

  .sp-part2 .sp-bg-img {
    width: 1920px;
  }

  .sp-part2 .sp-video {
    top: 101px;
    left: 260px;
    width: 1400px;
    height: 717px;
  }

  .sp-part2 .sp-title {
    position: absolute;
    top: 803px;
    left: 266px;
    width: max-content;
    text-align: left;
    line-height: 63px;
  }

  .sp-part2 .sp-sub-title {
    position: absolute;
    top: 960px;
    left: 263px;
    width: max-content;
    text-align: left;
    line-height: 1.2;
    margin-top: 0px;
  }

  .sp-part2 .sp-image1 {
    top: 692px;
    left: 921px;
    width: 77px;
  }

  .sp-part2 .sp-image2 {
    top: 765px;
    left: 1107px;
    width: 553px;
  }

  .sp-part2 .sp-text {
    top: 1090px;
    left: 260px;
    flex-direction: row;
    gap: 40px;
  }

  .sp-part2 .sp-text .sp-item {
    gap: 10px;
    font-size: 26px;
    line-height: 1;
  }

  .sp-part2 .sp-text .sp-item img {
    width: 39px;
  }

  .sp-circles {
    width: 73px;
    height: 72px;
    /* position: absolute;
    top: -50px; */
    /* position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 50%; */
  }

  .sp-part3 {
    height: 1409px;
  }

  .sp-part3 .sp-image1 {
    top: 108px;
    left: 262px;
    width: 1397px;
  }

  .sp-part3 .sp-bg {
    top: 189px;
    left: 1235px;
    width: 376px;
    height: 426px;
  }

  .sp-part3 .sp-image2 {
    top: 203px;
    left: 1249px;
    width: 348px;
  }

  .sp-part3 .sp-text1 {
    top: 452px;
    left: 1259px;
    font-size: 22px;
  }

  .sp-part3 .sp-text2 {
    top: 494px;
    left: 1271px;
    font-size: 17px;
    line-height: 1.1;
  }

  .sp-part3 .sp-btn-box {
    top: 592px;
    left: 714px;
  }

  .sp-part3 .sp-swiper1 {
    top: 802px;
  }

  .sp-part3 .sp-swiper1 .swiper-slide {
    margin: 0 31px;
    padding-top: 23px;
  }

  .sp-part3 .sp-swiper1 .swiper-slide .sp-arrow {
    top: 150px;
    width: 71px;
  }

  .sp-part3 .sp-swiper1 .sp-text {
    top: 338px;
    left: 0;
    width: 100%;
    font-family: Poppins-Medium;
    font-size: 32px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
  }

  .sp-part4 {
    height: 1080px;
  }

  .sp-part4 .sp-title {
    position: absolute;
    top: 80px;
    left: 1190px;
    width: max-content;
    text-align: right;
    line-height: 64px;
    z-index: 2;
  }

  .sp-part4 .sp-swiper2 {
    top: 0px;
    left: 84px;
    width: 1753px;
  }

  .sp-part4 .sp-pagination {
    top: 936px;
  }

  .sp-part4 .sp-image-box {
    top: 554px;
    left: 1073px;
    width: 585px;
    z-index: 1;
  }

  .sp-part4 .sp-image-box img {
    width: 166px;
    height: 166px;
  }

  .sp-part4 .sp-image {
    top: 755px;
    left: 1043px;
    width: 616px;
  }

  .sp-part5 {
    height: 1051px;
  }

  .sp-part5 .sp-image1 {
    top: 179px;
    left: 259px;
    width: 681px;
  }

  .sp-part5 .sp-bg {
    top: 179px;
    left: 972px;
    width: 689px;
    height: 588px;
  }

  .sp-part5 .sp-image2 {
    top: 294px;
    left: 999px;
    width: 312px;
  }

  .sp-part5 .sp-image3 {
    top: 294px;
    left: 1323px;
    width: 312px;
  }

  .sp-part5 .sp-info {
    top: 223px;
    left: 1140px;
    font-size: 43px;
  }

  .sp-part5 .sp-text {
    top: 691px;
    left: 1055px;
    font-size: 23px;
  }

  .sp-part5 .sp-text2 {
    left: 1328px;
  }

  .sp-part5 .sp-btn-box {
    top: 835px;
    left: 714px;
  }

  .sp-part6 {
    height: 592px;
  }

  .sp-part6 .sp-image1 {
    top: 0px;
    left: 294px;
    width: 1332px;
  }

  .sp-part6 .sp-image2 {
    top: 126px;
    left: 235px;
    width: 312px;
  }

  .sp-part6 .sp-image3 {
    top: 349px;
    left: 670px;
    width: 427px;
  }

  .sp-part6 .sp-image4 {
    top: -71px;
    left: 1219px;
    width: 418px;
  }

  .sp-part6 .sp-text1 {
    top: 69px;
    left: 445px;
    font-size: 43px;
  }

  .sp-part6 .sp-text2 {
    top: 150px;
    left: 612px;
    font-size: 25px;
  }

  .sp-part6 .sp-text3 {
    top: 220px;
    left: 587px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .sp-part6 .sp-text4 {
    top: 293px;
    left: 588px;
    font-size: 25px;
  }

  .sp-part7 {
    height: 670px;
  }

  .sp-part7 .sp-title {
    position: absolute;
    top: 0px;
    left: 852px;
    width: max-content;
  }

  .sp-part7 .sp-image {
    top: 2px;
    left: 259px;
    width: 551px;
  }

  .sp-part7 .sp-text1 {
    top: 81px;
    left: 853px;
    font-size: 30px;
    line-height: 35px;
  }

  .sp-part7 .sp-text1 .sp-item div:nth-child(1) {
    width: 325px;
  }

  .sp-part7 .sp-round {
    top: 325px;
    left: 849px;
    width: 810px;
    height: 199px;
  }

  .sp-part7 .sp-text2 {
    top: 295px;
    left: 1000px;
    width: 510px;
    height: 57px;
    border-radius: 28px;
    font-size: 30px;
  }

  .sp-part7 .sp-text3 {
    top: 389px;
    left: 921px;
    font-size: 26px;
    line-height: 35px;
  }

  .sp-part8 {
    height: 300px;
    background: url('/cdn/shop/files/20260302-bg8-pc.png?v=1776051935')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part8 .sp-top-title1 {
    font-size: 24px;
  }

  .sp-part8 .sp-top-title1 img {
    width: 145px;
  }

  .sp-part8 .sp-top-title2 {
    top: 85px;
    font-size: 56px;
  }

  .sp-top-img2 {
    top: 62px;
    left: 402px;
  }

  .sp-top-img3 {
    top: 72px;
    left: 1426px;
  }

  .sp-part8 .sp-marquee-item {
    margin-right: 400px;
  }

  .sp-part8 .sp-text {
    position: absolute;
    top: 169px;
    left: 397px;
    width: 1126px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sp-part8 .sp-text div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: ArialMT;
    font-size: 20px;
    color: #ffffff;
  }

  .sp-part8 .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: 610px;
  }

  .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: 475px;
        left: 115px;
        font-family: Poppins-Medium;
        font-size: 15px;
        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: 281px;
    height: 48px;
    font-size: 20px;
  }

  .product-part .sp-type .sp-option:nth-child(1),
  .product-part .sp-style .sp-option:nth-child(1) {
    width: 292px;
  }

  .product-part .sp-type .sp-option:nth-child(2) {
    width: 306px;
  }
  .product-part .sp-style .sp-option:nth-child(2) {
    width:505px;
  }
  .product-part .sp-select {
    top: 290px;
    left: 135px;
  }

  .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;
    font-weight: bold;
  }

  .product-part .price2 {
   font-size: 27px;
        margin-left: 14px;
        font-weight: bold;
  }

  .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: 22px;
    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: 460px;
    background: url('/cdn/shop/files/20260302-bg10-pc.png?v=1776051935')
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 58px 259px 0px;
  }

  .sp-part10 .sp-title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .sp-part10 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sp-part10 .sp-item {
    width: 443px;
    height: 250px;
    border-radius: 25px;
    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-family: ArialMT;
    font-size: 20px;
    line-height: 1.1;
    font-style: initial;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .sp-part10 .sp-item .sp-p2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    opacity: 0.8;
  }

  .sp-part11 {
    padding: 60px 303px 100px;
  }

  .sp-part11 .sp-title {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .sp-part11 .sp-title div {
    font-size: 25px;
  }

  .sp-part11 .q-row {
    width: 1243px;
    height: 122px;
    min-height: unset;
    gap: 28px;
    font-size: 28px;
    line-height: 45px;
    padding: 0 80px;
  }

  .sp-part11 .sp-text {
    width: 1400px;
    padding: 20px 80px;
    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 */

.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;
}
body {
  line-height: normal;
  letter-spacing: normal;
  /* -webkit-text-size-adjust: 40% !important; */
}
product-recommendations {
  display: none !important;
}
.sp-logo-pc img {
  width: 100%;
  height: auto;
}
#root .sp-logo-pc {
  line-height: 0;
}
.lt_back_to_top {
  display: none !important;
}
#root div:empty {
  display: block;
}
@media (max-width: 750px) {
  .ribbons-extensions-theme-plugins-app-embed-plus {
    zoom: 2;
    /* -webkit-text-size-adjust: 70%; */
    line-height: 1.2;
  }
}
@media (min-width: 750px) {
  .customer_buy_more_wrapper {
    zoom: 0.5;
  }
}

/* .sp-text1,.sp-text2,.sp-title,.sp-p1,.sp-p2{
    -webkit-text-size-adjust: 40% !important;
    line-height:1.2 !important;
} */
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
display: none !important;
}
.collection {
  display: none !important;
}
.product-part .sp-select{
  left:50px !important;
  top:50px !important;
}
.product-part .sp-option{
  width:fit-content !important;
  padding:0 50px;
}