/** Shopify CDN: Minification failed

Line 3688:6 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-Light';
  src: url('/cdn/shop/files/Roboto-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('/cdn/shop/files/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('/cdn/shop/files/Roboto-Medium.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-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: 'Montserrat';
  src: url('/cdn/shop/files/Montserrat-Bold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Coalition';
  src: url('/cdn/shop/files/Coalition.TTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/AkzidenzGroteskBQ-Bold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkiraExpanded-SuperBold';
  src: url('/cdn/shop/files/AkiraExpanded-SuperBold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBQ-XBdCnd';
  src: url('/cdn/shop/files/AkzidenzGroteskBQ-XBdCnd.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-MdCn';
  src: url('/cdn/shop/files/HelveticaNeueLTPro-MdCn.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-HvEx';
  src: url('/cdn/shop/files/HelveticaNeueLTPro-HvEx.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-HvCn';
  src: url('/cdn/shop/files/HelveticaNeueLTPro-HvCn.OTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-BdCn';
  src: url('/cdn/shop/files/HelveticaNeueLTPro-BdCn.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('/cdn/shop/files/HelveticaNeueLTPro-Roman.OTF');
  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;
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
  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: #000000;
}

.header-inner {
  position: relative;
  /* margin-top: 60px; */
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  margin-top: 62px;
}

.sp-menu-btn {
  margin-left: 45px;
  cursor: pointer;
  margin-right: 270px;
}

.header-inner .sp-logo {
  font-family: AkzidenzGroteskBQ-Bold;
  font-size: 40px;
  color: #000000;
  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: -14px;
  width: 36px;
  height: 36px;
  background: #ff0000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  font-family: Roboto-Medium;
  font-size: 26px;
  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: 297px;
  height: 83px;
  background: #f6e529;
  border-radius: 42px;
  text-align: center;
  font-family: AkzidenzGroteskBQ-Bold;
  font-size: 32px;
  color: #000000;
  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: 1399px;
  left: 72px;
}

.sp-button-box {
  position: relative;
  width: 935px;
  height: 164px;
  background: url('/cdn/shop/files/20260407-btn.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-family: Poppins;
  font-size: 86px;
  color: #0b0d11;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: skip 4s infinite 1s;
}

.sp-title {
  font-family: HelveticaNeueLTPro-HvCn;
  font-size: 70px;
  color: #ffffff;
  line-height: 1.2;
  font-style: italic;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.sp-color {
  color: #eadb36;
}

.sp-part1 {
  height: 1896px;
  background: url('/cdn/shop/files/20260407-bg1.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part1 .sp-stroke {
  position: absolute;
  top: 975px;
  left: 81px;
  font-family: HelveticaNeueLTPro-HvEx;
  font-size: 110px;
  color: #0e0b0c;
  line-height: 0.8;
  text-transform: uppercase;
}

.sp-part1 .sp-stroke::before {
  text-stroke: 6px #ffffff;
  -webkit-text-stroke: 6px #ffffff;
}

.sp-part1 .sp-text1 {
  position: absolute;
    top: 1072px;
    left: 81px;
    font-family: HelveticaNeueLTPro-MdCn;
    font-size: 66px;
    color: #fff;
    line-height: .8;
    text-transform: uppercase;
}

.sp-part1 .sp-text2 {
  position: absolute;
  top: 1156px;
  left: 80px;
  font-family: Coalition;
  font-size: 111px;
  color: #eadb36;
  line-height: 0.65;
}

.sp-part1 .sp-image1 {
  position: absolute;
  top: 857px;
  left: 588px;
}

.sp-part1 .sp-image2 {
  position: absolute;
  top: 822px;
  left: 683px;
}

.sp-part1 .sp-text3 {
  position: absolute;
  top: 834px;
  left: 703px;
  font-family: AkiraExpanded-SuperBold;
  font-size: 56px;
  color: #ffffff;
  line-height: 0.9;
}

.sp-part1 .sp-text3 span {
  font-family: AkzidenzGroteskBQ-XBdCnd;
  font-size: 26px;
}

.sp-part1 .sp-text3 div {
  font-size: 20px;
    margin-top: 5px;
    margin-left: -5px;
}

.sp-part1 .sp-text4 {
  position: absolute;
  top: 1285px;
  width: 100%;
  font-family: Poppins-Light;
  font-size: 33px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

.sp-part1 .sp-font {
  position: absolute;
  top: 1604px;
  width: 100%;
  height: 171px;
  background: #232323;
  box-sizing: border-box;
  padding-top: 84px;
  display: flex;
  justify-content: space-around;
}

.sp-part1 .sp-font .sp-item {
  position: relative;
  width: 297px;
  height: 44px;
  background: #eadb36;
  border-radius: 20px;
  box-sizing: border-box;
  padding-left: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins;
  font-size: 30px;
  color: #000000;
}

.sp-part1 .sp-font .sp-item:nth-child(2) {
  width: 307px;
}

.sp-part1 .sp-font .sp-item:nth-child(3) {
  width: 290px;
}

.sp-part1 .sp-font .sp-item img {
  position: absolute;
  top: -40px;
  left: 33px;
}

.sp-part2 {
  height: 1975px;
  background: url('/cdn/shop/files/20260407-bg2.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 120px;
  margin: -2px 0;
}

.sp-part2 .sp-video {
  position: absolute;
  top: 424px;
  left: 104px;
  width: 872px;
  height: 593px;
  border-radius: 30px;
  overflow: hidden;
}

.sp-part2 .sp-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-image {
  position: absolute;
  top: 359px;
  left: 860px;
}

.sp-part2 .sp-text {
  position: absolute;
  top: 1070px;
  left: 203px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sp-part2 .sp-text .sp-item {
  display: flex;
  gap: 50px;
}

.sp-part2 .sp-item .sp-img-box {
  width: 100px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-15px);
}

.sp-part2 .sp-item .sp-t1 {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-family: HelveticaNeueLTPro-BdCn;
  font-size: 49px;
  color: #ffffff;
}

.sp-part2 .sp-item .sp-t1 .sp-color {
  font-family: HelveticaNeueLTPro-HvEx;
  font-size: 85px;
}

.sp-part2 .sp-item .sp-t1 .sp-color span {
  font-size: 56px;
}

.sp-part2 .sp-item .sp-t2 {
  font-family: HelveticaNeueLTPro-Roman;
  font-size: 30px;
  color: #ffffff;
}

.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: 235px;
  height: 235px;
  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/20260407-circle1.png');
}

.sp-circle2 {
  background-image: url('/cdn/shop/files/20260407-circle2.png');
}

.sp-circle3 {
  background-image: url('/cdn/shop/files/20260407-circle3.png');
}

.sp-part3 {
  height: 1986px;
  background: url('/cdn/shop/files/20260407-bg3.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: 120px;
  padding-top: 135px;
}

.sp-part3 .sp-image {
  position: absolute;
  top: -160px;
}

.sp-part3 .sp-font {
  position: absolute;
  top: -75px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: Poppins;
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  transform: rotate(-2.5deg);
}

.sp-part3 .sp-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0;
  animation: marquee-scroll 10s linear infinite;
  flex-shrink: 0;
  will-change: transform;
}

.sp-part3 .sp-container-inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp-part3 .sp-container img {
  display: inline-block;
  margin: 0 58px;
}

.sp-part3 .sp-text {
  position: absolute;
  top: 1020px;
  left: 112px;
}

.sp-part3 .sp-text .sp-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 44px;
}

.sp-part3 .sp-text .sp-t1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 135px;
  font-family: Roboto;
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
}

.sp-part3 .sp-text2 {
  top: 1141px;
  left: 111px;
}

.sp-part3 .sp-text3 {
  top: 1141px;
  left: 593px;
}

.sp-part3 .sp-info {
  position: absolute;
  top: 1296px;
  left: 89px;
}

.sp-part3 .sp-info .sp-item {
  position: absolute;
  top: 285px;
  width: 100%;
  font-family: Roboto;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.sp-part3 .sp-info .sp-item div {
  margin-top: 10px;
  font-family: Roboto-Light;
  font-size: 26px;
}

.sp-part3 .sp-info2 {
  left: 560px;
}

.sp-part3 .sp-btn-box {
  top: 1713px;
}

.sp-part4 {
  height: 1308px;
  background: url('/cdn/shop/files/20260407-bg4.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 120px;
  margin: -2px 0;
}

.sp-part4 .sp-swiper2 {
  position: absolute;
  top: 356px;
  left: 76px;
  width: 924px;
  padding-bottom: 100px;
}

.sp-part4 .sp-font {
  position: absolute;
  top: 615px;
  left: 72px;
  font-family: Montserrat;
  font-size: 46px;
  color: #121212;
  line-height: 1;
}

.sp-part4 .sp-font div {
  margin-top: 20px;
  font-family: Roboto-Medium;
  font-size: 25px;
}

.swiper-pagination-bullet {
  width: 152px;
  height: 17px;
  background: #c1c1c1;
  border-radius: 7px;
  opacity: 1 !important;
  margin: 0 14px !important;
}

.swiper-pagination-bullet-active {
  background: #eadb36;
}

.sp-part4 .swiper-pagination {
  top: 814px;
}

.sp-part5 {
  height: 2040px;
  background: url('/cdn/shop/files/20260407-bg5.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part5 .sp-info {
  position: absolute;
  top: 959px;
  left: 207px;
  width: 432px;
  height: 99px;
  background: url('/cdn/shop/files/20260407-bg5-1.png')
    no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Roboto-Regular;
  font-size: 19px;
  color: #ffffff;
  line-height: 1;
}

.sp-part5 .sp-info .sp-t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Roboto;
  font-size: 30px;
}

.sp-part5 .sp-swiper2 {
  position: absolute;
  top: 1358px;
  left: 44px;
  width: 993px;
  padding-bottom: 100px;
}

.sp-part5 .sp-font {
  position: absolute;
  top: 12px;
  left: 334px;
  font-family: Poppins-SemiBold;
  font-size: 25px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  display: flex;
  gap: 350px;
}

.sp-part5 .sp-font div {
  width: 155px;
}

.sp-part5 .swiper-pagination {
  top: 344px;
}

.sp-part5 .sp-btn-box {
  top: 1767px;
}

.sp-part6 {
  height: 864px;
  background: #171717;
  margin: -3px 0;
}

.sp-part6 .sp-image1 {
  position: absolute;
  top: 122px;
  left: 80px;
}

.sp-part6 .sp-image2 {
  position: absolute;
  top: 333px;
  left: 149px;
}

.sp-part6 .sp-image3 {
  position: absolute;
  top: 451px;
  left: 50px;
}

.sp-part6 .sp-image4 {
  position: absolute;
  top: 497px;
  left: 643px;
}

.sp-part6 .sp-image5 {
  position: absolute;
  top: 502px;
  left: 835px;
}

.sp-part6 .sp-text1 {
  position: absolute;
  top: 161px;
  left: 176px;
  font-family: Poppins-SemiBold;
  font-size: 34px;
  color: #f6e529;
  line-height: 1;
}

.sp-part6 .sp-text2 {
  position: absolute;
  top: 216px;
  left: 127px;
  font-family: Poppins-Regular;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

.sp-part6 .sp-info {
  position: absolute;
  top: 516px;
  left: 392px;
}

.sp-part6 .sp-info .sp-t1 {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #e9b753;
  line-height: 1;
  text-align: center;
}

.sp-part6 .sp-info2 {
  top: 636px;
  left: 394px;
}

.sp-part6 .sp-info3 {
  top: 639px;
  left: 617px;
}

.sp-part7 {
  height: 495px;
  background: #171717;
}

.sp-part7 .sp-text {
  position: absolute;
  top: 158px;
  left: 43px;
  width: 994px;
  display: flex;
  justify-content: space-between;
}

.sp-part7 .sp-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Poppins-Regular;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  text-align: center;
}

.sp-part7 .sp-item div {
  padding-left: 15px;
}

.sp-part8 {
  height: 1258px;
  background: #171717;
}

.sp-part8 .sp-bg {
  position: absolute;
  left: 70px;
  width: 940px;
  height: 1138px;
  background: #ffffff;
  border-radius: 30px;
}

.sp-part8 .sp-title {
  position: absolute;
  top: 60px;
  font-size: 57px;
  color: #171717;
  line-height: 1;
}

.sp-part8 .sp-image {
  position: absolute;
  top: 170px;
  left: 206px;
}

.sp-part8 .sp-text {
  position: absolute;
  top: 590px;
  left: 132px;
  font-family: Roboto-Regular;
  font-size: 39px;
  color: #171717;
  line-height: 1.2;
}

.sp-part8 .sp-text span {
  font-family: Roboto-Medium;
}

.sp-part9 {
  height: 308px;
  background: url('/cdn/shop/files/20260407-bg9.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part9 .sp-top-title2 {
  position: absolute;
  top: 83px;
  width: 100%;
  font-family: Poppins;
  font-size: 46px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.42), 0 0 8px rgba(230, 195, 130, 0.75),
    0 0 18px rgba(210, 160, 85, 0.55), 0 0 30px rgba(255, 210, 80, 0.22);
}

.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: 57px;
  left: 82px;
  animation: sp-bounce 2s ease-in-out infinite;
}

.sp-top-img3 {
  position: absolute;
  top: 67px;
  left: 921px;
  animation: sp-shake 2.5s ease-in-out infinite;
}

.sp-top-title3 {
  position: absolute;
  top: 169px;
  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: 46px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #ffffff;
  flex-shrink: 0;
}

.sp-marquee-item img {
  width: 25px;
  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 39px 70px;
}

.product-part .sp_product_content .sp-content {
  box-sizing: border-box;
  padding: 0 30px;
}

.product-part .sp-title {
  margin-bottom: 30px;
}

.product-part .sp-img-wrap .sp-img-p.active {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.product-part .sp-img-wrap {
  width: 1002px;
  height: 707px;
  background: #ff6c00;
  border-radius: 30px;
  box-sizing: border-box;
  padding-top: 14px;
  margin: 0 auto;
}

.product-part .sp-img-wrap .sp-img-inner {
  position: relative;
  margin: 0 auto;
  width: 973px;
  height: 546px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.product-part .sp-img-wrap .sp-line-img {
  position: absolute;
  top: 608px;
  left: 115px;
}

.product-part .sp-img-wrap .sp-gift {
  position: absolute;
  top: 607px;
  left: 35px;
  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: 639px;
  left: 123px;
  font-family: Poppins-Medium;
  font-size: 27px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-part .sp-row1 .sp-icon-s {
  width: 26px;
}

.product-part .sp-clock-s {
  position: absolute;
  top: 602px;
  left: 694px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .square {
  width: 55px;
  height: 53px;
  background: #ffffff;
  border-radius: 9px;
  font-family: Poppins;
  font-size: 35px;
  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: 7px;
  height: 7px;
  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: Roboto-Medium;
  font-size: 16px;
  color: #ffffff;
  line-height: 13px;
  text-align: center;
}

.product-part .sp-padding {
  box-sizing: border-box;
  padding: 0 6px;
}

.product-part .option-title {
  font-family: Roboto-Medium;
  font-size: 38px;
  color: #2c2c2c;
  line-height: 1;
  padding: 28px 0px 20px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}

.product-part .sp-option {
  position: relative;
  width: auto;
  padding: 0 30px;
  height: 73px;
  background: #ececec;
  border-radius: 5px;
  border: 2px solid #c9c9c9;
  font-family: Roboto-Regular;
  font-size: 31px;
  color: #5d5d5d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  gap: 15px;
}

.product-part .sp-option.active {
  color: #ffffff;
  background: #2a2a2a;
  border: 2px solid #000000;
}

.product-part #sp-type .sp-option:nth-child(1) {
  width: 185px;
}

.product-part #sp-gift .sp-option:nth-child(1) {
  width: 452px;
}

.product-part #sp-type .sp-option {
  justify-content: flex-start;
  padding-left: 62px;
}

.product-part #sp-type .sp-option:nth-child(1) {
  width: 335px;
}

.product-part #sp-type .sp-option:nth-child(2) {
  width: 834px;
  font-size: 32px;
}

.product-part #sp-type .sp-option:nth-child(3) {
  width: 960px;
  font-size: 32px;
}

.product-part .sp-option .sp-hot-img {
  position: absolute;
  top: -37px;
  right: -60px;
}

.product-part .price-group {
  line-height: 1.1;
  margin-top: 28px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: Roboto;
  font-size: 78px;
  color: #fa1111;
}

.product-part .price2 {
  font-family: Roboto-Regular;
  font-size: 41px;
  color: #b9b9b9;
  margin-left: 20px;
}

.product-part .sp-row {
  margin-left: 24px;
  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: 320px;
  height: 46px;
  background: #fd771b;
  border-radius: 10px;
  font-family: Roboto;
  font-size: 38px;
  color: #ffffff;
  line-height: 1.2;
  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: 481px;
    height: 92px;
    background: #fff3e0;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 41px;
    color: #312a2a;
    gap: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.product-part .addCart img {
  width: 41px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 142px;
  background: #e00000;
  border-radius: 10px;
  cursor: pointer;
  margin: 50px auto 0;
  font-family: Roboto;
  font-size: 78px;
  color: #ffffff;
  animation: skip 4s infinite;
  text-align: center;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: Roboto;
  font-size: 31px;
  color: #000000;
  margin-top: 48px;
}

.sp-tip5 img {
  width: 67px;
}

.sp-tip5 span {
  /* color: #e80000; */
}

.product-part .sp-title-s {
  font-family: Roboto;
  font-size: 71px;
  color: #000000;
  line-height: 1;
  text-align: center;
  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: 412px;
  height: 94px;
  border-radius: 10px;
  border: 2px solid #a0a0a0;
  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: 43px;
  color: #000000;
  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-Medium;
  font-size: 43px;
  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: 907px;
  height: 216px;
  background: #eef8fe;
  border-radius: 16px;
  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: Roboto;
  font-size: 31px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box1 .sp-icon {
  width: 40px;
}

.sp-footer-img2 {
  width: 748px;
}

.sp-footer-box2 {
  margin: 30px auto 0;
  width: 907px;
  height: 216px;
  background: #fdfcf5;
  border-radius: 16px;
  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: Roboto;
  font-size: 31px;
  color: #282828;
  margin-bottom: 10px;
}

.sp-footer-box2 .sp-p img {
  width: 45px;
}

.sp-footer-box2 .sp-li {
  font-family: Roboto-Regular;
  font-size: 27px;
  color: #666666;
  margin-top: 10px;
}

.sp-footer-box2 .sp-li span {
  /* font-family: Roboto; */
}

.sp-part10 {
  width: 100%;
  height: 1453px;
  background: url('/cdn/shop/files/20260407-bg10.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 100px 0 0px;
}

.sp-part10 .sp-title {
  font-family: Poppins;
  font-size: 70px;
  color: #ffffff;
  line-height: 1;
  font-style: initial;
  text-transform: initial;
  margin-bottom: 52px;
}

.sp-part10 .sp-item {
  width: 1002px;
  height: 342px;
  background: #ffffff;
  border-radius: 30px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  padding: 0 44px;
  box-sizing: border-box;
  gap: 45px;
}

.sp-part10 .sp-item .sp-p1 {
  font-family: Poppins;
  font-size: 45px;
  color: #000b19;
  line-height: 50px;
  margin-bottom: 20px;
}

.sp-part10 .sp-item .sp-p2 {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #000b19;
  line-height: 40px;
}

.sp-part11 {
  padding: 80px 40px 120px;
}

.sp-part11 .sp-title {
  font-family: Poppins;
  font-size: 70px;
  color: #001c27;
  margin-bottom: 56px;
}

.sp-part11 .sp-title div {
  width: 100%;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #001c27;
  line-height: 70px;
  text-transform: initial;
}

.gradually {
  text-align: center;
}

.sp-part11 .q-row {
  width: 1000px;
  height: 122px;
  background: #ffffff;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Poppins-SemiBold;
  font-size: 34px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s;
}

.sp-part11 .q-row:active {
  background: transparent !important;
}

.sp-part11 .q-row .sp-icon::after {
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff556;
  font-family: Poppins-Medium;
  font-size: 36px;
  color: #1f2027;
}

.sp-part11 .sp-text {
  width: 1000px;
  padding: 20px 28px;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  opacity: 0.8;
  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: #1f2027;
}

.sp-part11 .sp-show .sp-icon::after {
  content: '-';
}

.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-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: #2a2a2a;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}

.sp-btn-style2 .sp-bottom1 {
  position: absolute;
  top: 27px;
  left: 30px;
}

.sp-btn-style2 .sp-bottom2 {
  position: absolute;
  top: 21px;
  left: 430px;
}

.sp-btn-style2 .sp-bottom3 {
  position: absolute;
  top: 63px;
  left: 958px;
}

.sp-btn-style2 .sp-info1 {
  position: absolute;
    top: 34px;
    left: 87px;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.sp-btn-style2 .sp-info2 {
  position: absolute;
  top: 131px;
  left: 134px;
  font-family: Roboto-Regular;
  font-size: 17px;
  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: 48px;
  left: 634px;
  font-family: Roboto-Black;
  font-size: 61px;
  color: #ffffff;
  line-height: 1;
  animation: skip 4s infinite;
}

.sp-uppercase2 {
  position: absolute;
  top: 112px;
  left: 574px;
  font-family: Roboto-Regular;
  font-size: 27px;
  color: #ffffff;
  line-height: 1;
  opacity: 0.8;
  animation: skip 4s infinite;
}

.sp-btn-style2 .sp-p {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
}

.sp-btn-style2 .sp-cart {
  position: absolute;
  top: 43px;
  left: 456px;
  width: 95px;
  height: 94px;
  background: #ffffff;
  border-radius: 18px;
}

.sp-btn-style2 .sp-cart img {
  width: 73px;
}

.sp-btn-style2 .sp-cart .sp-num {
  right: -20px;
  top: -15px;
  width: 43px;
  height: 43px;
  font-size: 31px;
}

.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: 25px;
    font-size: 12px;
  }

  .header-top .sp-p {
    background: #232323;
  }

  .header-inner.sp-fixed {
    top: 25px;
    left: 0px;
    width: 1920px;
    height: 70px;
    border-radius: 0px;
    background: #fff;
    box-sizing: border-box;
    z-index: 9;
  }

  .header-inner {
    position: fixed;
    top: 25px;
    left: 0px;
    margin-top: 0px;
    width: 1920px;
    height: 70px;
    background: transparent;
    box-sizing: border-box;
    padding: 0 90px 0 230px;
    z-index: 9;
  }

  .header-inner ul {
    z-index: 2;
    display: flex;
    gap: 38px;
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }

  .header-inner.sp-fixed .sp-menu-item {
    color: #000000;
  }

  .header-inner .sp-menu-item a .sp-span {
    display: inline-block;
    width: 70px;
    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: 49px;
    color: #ffffff;
    margin-right: 110px;
  }

  .header-inner.sp-fixed .sp-logo-pc {
    color: #000000;
  }

  .sp-top-btn {
    width: 178px;
    height: 48px;
    border-radius: 24px;
    font-size: 22px;
    margin-right: 0;
  }

  .sp-cart {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .header-inner.sp-fixed .sp-cart img {
    filter: invert(1);
  }

  .sp-cart .sp-num {
    right: -11px;
    top: -8px;
    width: 27px;
    height: 27px;
    font-size: 20px;
  }

  .sp-title {
    font-size: 70px;
    line-height: 1;
  }

  .sp-sub-title {
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
  }

  .product-part .sp-img-wrap .sp-img-inner {
    width: 710px;
    height: 398px;
  }

  .product-part .sp-img-wrap .sp-line-img {
    top: 447px;
    left: 84px;
    width: 325px;
  }

  .product-part .sp-img-wrap .sp-gift {
    top: 442px;
    left: 30px;
    width: 44px;
  }

  .product-part .sp-line-wrap {
    top: 447px;
    left: 84px;
    width: 344px;
    height: 13px;
  }

  .sp-btn-box {
    top: 483px;
    left: 236px;
  }

  .sp-button-box {
    width: 443px;
    height: 96px;
    background: url('/cdn/shop/files/20260407-btn-pc.png')
      no-repeat;
    background-size: 100% 100%;
    font-size: 35px;
  }

  .sp-part1 {
    /* margin-top: 25px; */
    height: 1011px;
    background: url('/cdn/shop/files/20260407-bg1-pc.png')
      no-repeat;
  }

  .sp-part1 .sp-stroke {
    top: 160px;
    left: 235px;
    font-size: 85px;
  }

  .sp-part1 .sp-stroke::before {
    text-stroke: 2px #ffffff;
    -webkit-text-stroke: 2px #ffffff;
  }

  .sp-part1 .sp-text1 {
    top: 216px;
    left: 234px;
    font-size: 73px;
  }

  .sp-part1 .sp-text2 {
    top: 295px;
    left: 241px;
    font-size: 74px;
  }

  .sp-part1 .sp-image1 {
    top: 677px;
    left: 172px;
  }

  .sp-part1 .sp-image2 {
    top: 636px;
    left: 282px;
  }

  .sp-part1 .sp-text3 {
    top: 650px;
    left: 306px;
    font-size: 64px;
  }

  .sp-part1 .sp-text3 span {
    font-size: 30px;
  }

  .sp-part1 .sp-text3 div {
    font-size: 21px;
  }

  .sp-part1 .sp-text4 {
    top: 397px;
    left: 235px;
    width: max-content;
    font-size: 22px;
    text-align: left;
  }

  .sp-part1 .sp-font {
    top: 841px;
    padding-top: 66px;
    padding-left: 749px;
    justify-content: flex-start;
    gap: 49px;
    z-index: -1;
  }

  .sp-part1 .sp-font .sp-item {
    position: relative;
    width: 297px;
    height: 44px;
    background: #eadb36;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 30px;
    color: #000000;
  }

  .sp-part1 .sp-font .sp-item:nth-child(2) {
    width: 307px;
  }

  .sp-part1 .sp-font .sp-item:nth-child(3) {
    width: 290px;
  }

  .sp-part1 .sp-font .sp-item img {
    top: -40px;
    left: 33px;
  }

  .sp-part2 {
    height: 1177px;
    background: url('/cdn/shop/files/20260407-bg2-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part2 .sp-title {
    position: absolute;
    top: 106px;
    left: 251px;
    width: max-content;
    text-align: left;
    line-height: 1;
  }

  .sp-part2 .sp-sub-title {
    position: absolute;
    top: 143px;
    right: 251px;
    width: max-content;
    text-align: right;
    line-height: 1.1;
    margin-top: 0px;
  }

  .sp-part2 .sp-video {
    top: 310px;
    left: 240px;
    width: 749px;
    height: 509px;
  }

  .sp-part2 .sp-image {
    top: 237px;
    left: 877px;
  }

  .sp-part2 .sp-text {
    top: 357px;
    left: 1203px;
  }

  .sp-part2 .sp-text .sp-item {
    gap: 30px;
  }

  .sp-part2 .sp-text .sp-item:nth-child(2) {
    margin-left: -70px;
  }

  .sp-part2 .sp-text .sp-item:nth-child(3) {
    margin-left: -140px;
  }

  .sp-part2 .sp-item .sp-t1 {
    font-size: 35px;
  }

  .sp-part2 .sp-item .sp-t1 .sp-color {
    font-size: 60px;
  }

  .sp-part2 .sp-item .sp-t1 .sp-color span {
    font-size: 49px;
  }

  .sp-part2 .sp-item .sp-t2 {
    margin-top: 10px;
    font-size: 26px;
  }

  .sp-circles {
    width: 95px;
    height: 96px;
    position: absolute;
    top: -48px;
    /* position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 50%; */
  }

  .sp-part3 {
    height: 1255px;
    background: url('/cdn/shop/files/20260407-bg3-pc.png')
      no-repeat;
    background-size: 100% 100%;
    margin-top: 21px;
    padding-top: 178px;
  }

  .sp-part3 .sp-image {
    top: -127px;
  }

  .sp-part3 .sp-font {
    top: -60px;
  }

  .sp-part3 .sp-text {
    top: 956px;
    left: 241px;
  }

  .sp-part3 .sp-text .sp-icon {
    left: 41px;
  }

  .sp-part3 .sp-text .sp-t1 {
    left: 126px;
    font-size: 26px;
  }

  .sp-part3 .sp-text2 {
    top: 1096px;
    left: 240px;
  }

  .sp-part3 .sp-text3 {
    top: 1096px;
    left: 654px;
  }

  .sp-part3 .sp-info {
    top: 338px;
    left: 1271px;
  }

  .sp-part3 .sp-info .sp-item {
    top: 253px;
    font-size: 26px;
  }

  .sp-part3 .sp-info .sp-item div {
    margin-top: 10px;
    font-size: 24px;
  }

  .sp-part3 .sp-info2 {
    top: 700px;
    left: 1271px;
  }

  .sp-part3 .sp-btn-box {
    top: 1069px;
    left: 1252px;
  }

  .sp-part4 {
    height: 1042px;
    background: url('/cdn/shop/files/20260407-bg4-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part4 .sp-swiper2 {
    top: 282px;
    left: 0px;
    width: 1920px;
  }

  .sp-part4 .sp-swiper2 .swiper-slide {
    width: 717px;
    height: 611px;
    transform: scale(0.8);
    margin: 0 -40px;
  }

  .sp-part4 .sp-swiper2 .swiper-slide-active {
    transform: scale(1);
  }

  .sp-part4 .sp-swiper2 .swiper-slide .sp-show {
    display: none;
  }

  .sp-part4 .sp-swiper2 .swiper-slide-active .sp-show {
    display: block;
  }

  .sp-part4 .sp-swiper2 .swiper-slide-active .sp-hide {
    display: none;
  }

  .sp-part4 .sp-swiper2 .swiper-slide .sp-font {
    color: #fff;
  }

  .sp-part4 .sp-swiper2 .swiper-slide-active .sp-font {
    color: #121212;
  }

  .sp-part4 .sp-font {
    top: 474px;
    left: 60px;
    font-size: 36px;
  }

  .sp-part4 .sp-font div {
    margin-top: 15px;
    font-size: 19px;
  }

  .swiper-pagination-bullet {
    width: 116px;
    height: 13px;
    margin: 0 10px !important;
  }

  .sp-part4 .swiper-pagination {
    top: 647px;
  }

  .sp-part5 {
    height: 1007px;
    background: url('/cdn/shop/files/20260407-bg5-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part5 .sp-title {
    position: absolute;
    top: 120px;
    left: 237px;
    width: max-content;
    text-align: left;
    line-height: 1;
  }

  .sp-part5 .sp-sub-title {
    position: absolute;
    top: 274px;
    left: 241px;
    width: max-content;
    text-align: left;
    line-height: 1.1;
    margin-top: 0px;
  }

  .sp-part5 .sp-info {
    top: 666px;
    left: 948px;
  }

  .sp-part5 .sp-swiper2 {
    top: 385px;
    left: 237px;
    width: 587px;
    padding-bottom: 100px;
  }

  .sp-part5 .sp-font {
    top: 12px;
    left: 400px;
    font-size: 30px;
    width: 186px;
    justify-content: center;
  }

  .sp-part5 .sp-font.sp-font2 {
    left: 364px;
    width: 222px;
  }

  .sp-part5 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1 !important;
    margin: 0 22px !important;
  }

  .sp-part5 .swiper-pagination-bullet-active {
    background: #eadb36;
  }

  .sp-part5 .swiper-pagination {
    top: 392px;
  }

  .sp-part5 .sp-btn-box {
    top: 829px;
    left: 301px;
  }

  .sp-part6 {
    height: 666px;
  }

  .sp-part6 .sp-image1 {
    top: 85px;
    left: 261px;
  }

  .sp-part6 .sp-image2 {
    top: 280px;
    left: 614px;
  }

  .sp-part6 .sp-image3 {
    top: 85px;
    left: 106px;
  }

  .sp-part6 .sp-image4 {
    top: 121px;
    left: 1354px;
  }

  .sp-part6 .sp-image5 {
    top: 225px;
    left: 1382px;
  }

  .sp-part6 .sp-text1 {
    top: 131px;
        left: 636px;
        font-size: 31px;
  }

  .sp-part6 .sp-text2 {
    top: 183px;
    left: 605px;
    font-size: 23px;
    line-height: 28px;
  }

  .sp-part6 .sp-info {
    top: 442px;
    left: 889px;
  }

  .sp-part6 .sp-info2 {
    top: 442px;
    left: 637px;
  }

  .sp-part6 .sp-info3 {
    top: 442px;
    left: 1137px;
  }

  .sp-part7 {
    height: 615px;
  }

  .sp-part7 .sp-text {
    top: 163px;
    left: 220px;
    width: 1480px;
  }

  .sp-part7 .sp-item div {
    padding-left: 22px;
  }

  .sp-part8 {
    height: 649px;
  }

  .sp-part8 .sp-bg {
    left: 241px;
    width: 1439px;
    height: 555px;
  }

  .sp-part8 .sp-title {
    top: 76px;
    left: 373px;
    width: max-content;
    font-size: 58px;
  }

  .sp-part8 .sp-image {
    top: 77px;
    left: 1049px;
  }

  .sp-part8 .sp-text {
    top: 163px;
    left: 371px;
    font-size: 30px;
  }

  .sp-part9 {
    height: 289px;
    background: url('/cdn/shop/files/20260407-bg9-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part9 .sp-top-title2 {
    top: 65px;
    font-size: 56px;
  }

  .sp-part9 .sp-top-title2 span {
    font-size: 65px;
  }

  .sp-top-img2 {
    top: 50px;
    left: 394px;
  }

  .sp-top-img3 {
    top: 60px;
    left: 1445px;
  }

  .sp-part9 .sp-marquee-item {
    margin-right: 400px;
  }

  .sp-part9 .sp-text {
    position: absolute;
    top: 166px;
    left: 389px;
    width: 1142px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sp-part9 .sp-text div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #ffffff;
  }

  .sp-part9 .sp-text div img {
    width: 25px;
    height: auto;
  }

  .product-part .sp-title {
    font-size: 43px;
    margin-bottom: 10px;
  }

  .product-part .sp_product_content {
    display: flex;
    gap: 44px;
    justify-content: center;
  }

  .product-part .sp_product_content .sp-wrap-item {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    align-self: flex-start;
    z-index: 1;
  }

  .product-part .sp_product_content .sp-content {
    padding: 0;
    width: 631px;
  }

  .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: 730px;
    height: 516px;
    border-radius: 24px;
    padding-top: 10px;
  }

  .product-part .sp-img-wrap .sp-img-p.active {
  }

  .product-part .sp-row1 {
    position: absolute;
    top: 471px;
    left: 85px;
    font-size: 18px;
    line-height: 19px;
  }

  .product-part .sp-row1 .sp-icon-s {
    width: 19px;
  }

  .product-part .sp-clock-s {
    position: absolute;
    top: 435px;
    left: 506px;
    gap: 10px;
  }

  .product-part .sp-clock-s .square {
    width: 40px;
    height: 38px;
    border-radius: 9px;
    font-family: Roboto;
    font-size: 31px;
    color: #000000;
  }

  .product-part .sp-time-label {
    font-size: 12px;
    line-height: 15px;
  }

  .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 0 15px;
  }

  .product-part .opt-group {
    gap: 10px 14px;
  }

  /* PC：占位换行，前两颗仍紧挨 gap，避免 grid 1fr 把 Buy 2 顶到最右侧 */
  .product-part .sp-type-break {
    display: block;
    flex: 0 0 100%;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    box-sizing: border-box;
  }

  .product-part .sp-option {
    width: auto;
    padding: 0 20px;
    height: 48px;
    border-radius: 5px;
    font-size: 23px;
  }

  .product-part #sp-type .sp-option:nth-child(1) {
    width: 121px;
  }

  .product-part #sp-gift .sp-option:nth-child(1) {
    width: 290px;
  }

  .product-part #sp-type .sp-option {
    justify-content: flex-start;
    padding-left: 44px;
  }

  .product-part #sp-type .sp-option:nth-child(1) {
    width: 215px;
  }

  .product-part #sp-type .sp-option:nth-child(2) {
    width: 534px;
    font-size: 23px;
  }

  .product-part #sp-type .sp-option:nth-child(3) {
    width: 631px;
    justify-content: center;
    padding: 0;
    font-size: 23px;
  }

  .product-part .sp-option .sp-hot-img {
    top: -19px;
    right: -31px;
    width: 63px;
  }

  .product-part .price-group {
    margin-top: 36px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .product-part .price1 {
    font-size: 50px;
  }

  .product-part .price2 {
    font-size: 26px;
    margin-left: 10px;
  }

  .product-part .sp-row {
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .product-part .sp-row img {
    width: 34px;
    position: relative;
    z-index: 1;
  }

  .product-part .sp-row .sp-p {
    width: 183px;
        height: 30px;
        font-size: 22px;
        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: 24px;
    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: 50px;
  }

  .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: 47px;
    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: 580px;
    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: 580px;
    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;
    line-height: 1;
  }

  .sp-part10 {
    height: 464px;
    background: url('/cdn/shop/files/20260407-bg10-pc.png')
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 52px 274px 0;
  }

  .sp-part10 .sp-title {
    font-size: 55px;
    margin-bottom: 77px;
    text-transform: initial;
  }

  .sp-part10 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sp-part10 .sp-item {
    width: 438px;
    height: 218px;
    background: #ffffff;
    border-radius: 30px;
    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-content {
    margin-top: 38px;
  }

  .sp-part10 .sp-item .sp-p1 {
    font-size: 24px;
    color: #001c27;
    line-height: 28px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .sp-part10 .sp-item .sp-p2 {
    font-size: 14px;
    color: #001c27;
    line-height: 22px;
  }

  .sp-part11 {
    padding: 50px 336px 100px;
  }

  .sp-part11 .sp-title {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .sp-part11 .sp-title div {
    font-size: 35px;
    line-height: 54px;
  }

  .sp-part11 .q-row {
    width: 1243px;
    height: 122px;
    border-radius: 15px;
    min-height: unset;
    gap: 28px;
    font-size: 32px;
    padding: 0 38px;
  }

  .sp-part11 .sp-text {
    width: 1243px;
    padding-left: 38px;
    padding-bottom: 0px;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 35px;
  }

  .sp-part11 .sp-show .q-row {
  }

  .sp-part11 .sp-show .sp-text {
  }

  .sp-part11 .sp-button-box {
    margin-bottom: 0px;
    /* padding-left: 48px; */
    letter-spacing: 2px;
  }

  .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: 48px;
  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-recommendations {
  display: none !important;
}

.product-recommendations-auto {
    display: none !important;
}