/** Shopify CDN: Minification failed

Line 3271:17 Expected ":"

**/
@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-BlackItalic";
  src: url("/cdn/shop/files/Roboto-BlackItalic.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-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: "Montserrat-Medium";
  src: url("/cdn/shop/files/Montserrat-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/cdn/shop/files/Montserrat-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AkzidenzGroteskBQ-XBold";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-EXTRABOLD.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;
}

#root .header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1080px;
  height: 60px;
  font-family: Roboto-Regular;
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

#root .header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #02122E;
}

.header-inner {
  position: relative;
  margin-top: 60px;
  height: 140px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.sp-menu-btn {
  margin-left: 42px;
  cursor: pointer;
  margin-right: 70px;
}

.header-inner .sp-logo {
  margin-top:15px;
}

.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: 310px;
  height: 81px;
  line-height:1.2;
  background: #FF7A0F;
  border-radius: 41px;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  color: #FFFFFF;
  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: 1508px;
  left: 67px;
}

.sp-button-box {
  position: relative;
  width: 946px;
  height: 144px;
  background: url("/cdn/shop/files/20260313-btn.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 28px;
  font-family: Roboto;
  font-size: 51px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  animation: skip 4s infinite 1s;
}

.sp-title {
  font-family: Montserrat;
  font-size: 60px;

  color: #FFFFFF;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.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: 15px;
}

.sp-opacity {
  opacity: 0.8;
}

.sp-color {
  color: #FF7A0F;
}

.sp-part1 {
  height: 1976px;
}

.sp-part1 .sp-ani-box {
  z-index: 1;
}

.sp-part1 .sp-image1 {
  position: absolute;
  top: 660px;
  left: 785px;
}

.sp-part1 .sp-image2 {
  position: absolute;
  top: 1075px;
  left: 17px;
}

.sp-part1 .sp-image3 {
  position: absolute;
  top: 1072px;
  left: 360px;
}

.sp-part1 .sp-number {
  position: absolute;
  top: 711px;
  left: 803px;
  font-family: Roboto-Black;
  font-size: 84px;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 4px 4px 0px rgba(189, 1, 1, 0.83);
}

.sp-part1 .sp-text1 {
  position: absolute;
  top: 876px;
  left: 62px;
  font-family: AkzidenzGroteskBQ-XBold;
  font-size: 52px;
  color: #FFFFFF;
  line-height: 1;
  font-style: italic;
  text-align:center;
}

.sp-part1 .sp-text2 {
  position: absolute;
  top: 1040px;
  left: 60px;
  font-family: Roboto-Regular;
  font-size: 33px;
  color: #FFFFFF;
  line-height: 40px;
  opacity: 0.8;
}

.sp-part1 .sp-text2 span {
  font-family: Roboto;
}

.sp-part1 .sp-font {
  position: absolute;
  top: 1420px;
  left: 229px;
  width: 290px;
  height: 45px;
  background: #FF7A0F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto-Regular;
  font-size: 29px;
  color: #FFFFFF;
}

.sp-part1 .sp-font2 {
  left: 567px;
  background: #FFFFFF;
  color: #1F201F;
}

.sp-part1 .sp-info {
  position: absolute;
  top: 1771px;
  left: 0px;
  width: 1080px;
  height: 205px;
  background: linear-gradient(0deg, #141721, #1F2434);
  box-sizing: border-box;
  padding: 34px 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.sp-part1 .sp-info .sp-item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: Roboto;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part1 .sp-info .sp-item:nth-child(1),
.sp-part1 .sp-info .sp-item:nth-child(3) {
  width: 475px;
}

.sp-part2 {
  height: 1329px;
  box-sizing: border-box;
  padding-top: 120px;
}

.sp-part2 .sp-title {
  color: #262626;
}

.sp-part2 .sp-text {
  position: absolute;
  top: 300px;
  left: 79px;
  width: 922px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 119px;
}

.sp-part2 .sp-text .sp-t1 {
  position: absolute;
  top: 398px;
  left: 0%;
  width: 100%;
  font-family: Roboto-Regular;
  font-size: 34px;
  color: #0A0A0A;
  line-height: 1;
  text-align: center;
}

.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: 200px;
  height: 200px;
  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/20260313-circle1.png");
}

.sp-circle2 {
  background-image: url("/cdn/shop/files/20260313-circle2.png");
}

.sp-circle3 {
  background-image: url("/cdn/shop/files/20260313-circle3.png");
}

.sp-part3 {
  height: 2035px;
  background: #00050E;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part3 .sp-video {
  position: absolute;
  top: 362px;
  left: 105px;
  width: 870px;
  height: 690px;
  border-radius: 30px;
  overflow: hidden;
}

.sp-part3 .sp-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part3 .sp-text {
  position: absolute;
  top: 1095px;
  left: 34px;
  width: 974px;
  display: flex;
  justify-content: space-between;
}

.sp-part3 .sp-text .sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.sp-part3 .sp-text .sp-item .sp-t1 {
  font-family: Montserrat;
  font-size: 40px;
  color: #FF7A0F;
  line-height: 1;
  font-style: italic;
}

.sp-part3 .sp-text .sp-item .sp-t2 {
  font-family: Montserrat;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
  font-style: italic;
}

.sp-part3 .sp-image {
  position: absolute;
  top: 1221px;
  left: 115px;
}

.sp-part3 .sp-info {
  position: absolute;
  top: 1678px;
  left: 115px;
  width: 850px;
  display: flex;
  justify-content: space-between;
  font-family: Roboto-Regular;
  font-size: 35px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part3 .sp-info .sp-item {
  width: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sp-part3 .sp-btn-box {
  top: 1772px;
}

.sp-part4 {
  height: 1813px;
  background: url("/cdn/shop/files/20260313-bg4.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part4 .sp-image {
  position: absolute;
  top: 1022px;
  left: 131px;
}

.sp-part4 .sp-text {
  position: absolute;
  top: 1657px;
  left: 110px;
  width: 860px;
  display: flex;
  justify-content: space-between;
  font-family: Roboto-Regular;
  font-size: 29px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part4 .sp-text .sp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.sp-part5 {
  height: 1633px;
  background: url("/cdn/shop/files/20260313-bg5.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part5 .sp-swiper2 {
  position: absolute;
  top: 372px;
  width: 1080px;
  padding-bottom: 100px;
}

.sp-part5 .sp-swiper2 .swiper-slide {
  width: 811px;
  height: 874px;
  margin: 0 31px;
}

.sp-part5 .sp-text {
  position: absolute;
  top: 669px;
  left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.sp-part5 .sp-text .sp-t1 {
  font-family: Poppins-SemiBold;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part5 .sp-text .sp-t2 {
  font-family: Roboto-Regular;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 1.2;
  opacity: 0.7;
}

.sp-part5 .swiper-pagination-bullet {
  width: 136px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 7px;
  opacity: 1 !important;
  margin: 0 12px !important;
}

.sp-part5 .swiper-pagination-bullet-active {
  background: #FF5701;
}

.sp-part5 .sp-pagination {
  top: 925px;
}

.sp-part5 .sp-btn-box {
  top: 1372px;
}

.sp-part6 {
  height: 744px;
  background: #090A0C;
}

.sp-part6 .sp-image1 {
  position: absolute;
  top: 82px;
  left: 38px;
}

.sp-part6 .sp-image2 {
  position: absolute;
  top: 297px;
  left: 61px;
}

.sp-part6 .sp-image3 {
  position: absolute;
  top: 297px;
  left: 558px
}

.sp-part6 .sp-image4 {
  position: absolute;
  top: 371px;
  left: 419px;
}

.sp-part6 .sp-text1 {
  position: absolute;
  top: 124px;
  left: 102px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Montserrat;
  font-size: 31px;
  color: #F7CD89;
  line-height: 1;
}

.sp-part6 .sp-text2 {
  position: absolute;
  top: 188px;
  left: 111px;
  font-family: Montserrat-Medium;
  font-size: 24px;
  color: #F7CD89;
  line-height: 1;
}

.sp-part6 .sp-text3 {
  position: absolute;
  top: 239px;
  left: 85px;
  font-family: Roboto-Light;
  font-size: 24px;
  color: #F9F8EC;
  line-height: 1.2;
  text-align: center;
}

.sp-part7 {
  height: 1036px;
  background: #151A1E;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part7 .sp-swiper {
  padding: 70px 0 100px;
  z-index: 0;
}

.sp-part7 .sp-swiper .swiper-slide {
  width: 318px;
}

.sp-part7 .sp-swiper .swiper-slide img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
}

.sp-part7 .sp-text {
  position: absolute;
  bottom: -78px;
  left: 0px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}

.sp-part8 {
  height: 1469px;
  background: url("/cdn/shop/files/20260313-bg8.png") no-repeat;
  background-size: 100% 100%;
}

.sp-part8 .sp-image {
  position: absolute;
  top: 781px;
  left: 123px;
}

.sp-part8 .sp-title {
  position: absolute;
  top: 861px;
  font-size: 61px;
}

.sp-part8 .sp-info {
  position: absolute;
  top: 971px;
  left: 162px;
  font-family: Montserrat-Medium;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 53px;
}

.sp-part8 .sp-info .sp-item {
  display: flex;
}

.sp-part8 .sp-info .sp-item div:nth-child(1) {
  width: 431px;
}

.sp-part8 .sp-info span {
  font-family: Montserrat;
}

.sp-part9 {
  position: relative;
  height: 261px;
  background: url("/cdn/shop/files/20260313-bg9.png") no-repeat;
  background-size: 100% 100%;
}

.sp-part9 .sp-top-title1 {
  font-family: Poppins;
  font-size: 30px;
  color: #FFFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sp-part9 .sp-top-title1 img {
  transform: translateY(-3px);
}

.sp-part9 .sp-top-title1 span {
  font-family: Poppins-SemiBold;
}

.sp-part9 .sp-top-title2 {
  position: absolute;
  top: 56px;
  left: 196px;
  font-family: Poppins;
  font-size: 47px;
  color: #FFFFFF;
  line-height: 1;
  /* text-shadow: 0 0 10px #dcaa63, 0 0 20px #dcaa63, 0 0 30px #ffea00, 0 0 40px #dcaa63; */
}

.sp-part9 .sp-top-title2 span {
  color: #FCF031;
  font-size: 60px;
}

/* 弹跳动画 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: 29px;
  left: 76px;
  animation: sp-bounce 2s ease-in-out infinite;
}

.sp-top-img3 {
  position: absolute;
  top: 131px;
  left: 965px;
  animation: sp-shake 2.5s ease-in-out infinite;
}

.sp-top-title3 {
  position: absolute;
  top: 145px;
  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: Roboto-Regular;
  font-size: 30px;
  color: #FFFFFF;
  flex-shrink: 0;
}

.sp-marquee-item img {
  width: 32px;
  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 48px 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;
}

.product-part .sp-img-wrap {
  width: 962px;
  height: 680px;
  background: #EE6500;
  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: 934px;
  height: 524px;
  background: #ffffff;
  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: 589px;
  left: 111px;
}

.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: 615px;
  left: 119px;
  font-family: Poppins-Medium;
  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: 666px;
  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: 52px;
  height: 52px;
  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: 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: Poppins-SemiBold;
  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: Poppins-SemiBold;
  font-size: 36px;
  color: #696969;
  line-height: 1;
  padding: 28px 0px 20px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}

.product-part .sp-option {
    max-width:100%;
  position: relative;
  /* width: 252px; */
  padding:5px 20px;
  /* height: 75px; */
  background: #ECECEC;
  border-radius: 10px;
  border: 2px solid #C9C9C9;
  font-family: Roboto-Regular;
  font-size: 34px;
  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(3) {
  width: 443px;
}

.product-part .sp-option img {
  width: 36px;
}

.product-part .price-group {
  line-height: 1.1;
  margin-top: 28px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: Poppins;
  font-size: 74px;
  color: #ff0707;
}

.product-part .price2 {
  font-family: Poppins;
  font-size: 44px;
  color: #9d9d9d;
  margin-left: 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: 300px;
  height: 47px;
  background: #FD771B;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 33px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  margin-left: -32px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(20px);
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.product-part .addCart {
  width: 499px;
  height: 95px;
  background: #fff3e0;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 25px;
  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;
  font-size: 55px;
  color: #0B0B0B;
  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: 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: 350px;
  background: #fdfcf5;
  padding: 0 78px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height:1.5;
}

.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: 1445px;
  background: url("/cdn/shop/files/20260313-bg10.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 121px 0 0px;
}

.sp-part10 .sp-title {
  font-size: 60px;
  color: #FFFFFF;
  margin-bottom: 46px;
}

.sp-part10 .sp-item {
  width: 1002px;
  height: 342px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 2px solid #e3ab54;
  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: Poppins;
  font-size: 37px;
  color: #38200B;
  line-height: 45px;
  margin-bottom: 20px;
}

.sp-part10 .sp-item .sp-p2 {
  font-family: Poppins-Regular;
  font-size: 28px;
  color: #735032;
  line-height: 35px;
}

.sp-part11 {
  padding: 80px 40px 120px;
}

.sp-part11 .sp-title {
  font-size: 64px;
  color: #2C1802;
  margin-bottom: 56px;
}

.sp-part11 .sp-title div {
  width: 100%;
  font-family: Montserrat-SemiBold;
  font-size: 40px;
  color: #FF6C00;
  line-height: 70px;
}

.gradually {
  text-align: center;
}

.sp-part11 .q-row {
  width: 1000px;
  height: 100px;
  border-radius: 20px 20px 0px 0px;
  box-sizing: border-box;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #282828;
  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;
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #000;
}

.sp-part11 .sp-text {
  width: 1000px;
  height: 158px;
  background: #FFF2E8;
  border-radius: 0px 0px 20px 20px;
  padding: 0px 42px;
  box-sizing: border-box;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #242323;
  line-height: 50px;
  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: #FF6C00;
}

.sp-part11 .sp-show .sp-icon::after {
  content: "-";
  color: #fff;
}

.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: #000000;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}

.sp-btn-style2 .sp-bottom1 {
  position: absolute;
  top: 27px;
  left: 31px;
}

.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: 82px;
  font-family: Roboto-BlackItalic;
  font-size: 25px;
  color: #FFFFFF;
  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: 34px;
  left: 665px;
  font-family: Roboto-Black;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 1;
  animation: skip 4s infinite;
}

.sp-uppercase2 {
  position: absolute;
  top: 112px;
  left: 625px;
  font-family: Roboto-Regular;
  font-size: 24px;
  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%;
  }
} */
 #sp_price1,#sp_price2{
    display:inline-block;
 }

 /* 绑品和折扣 */
.ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
    zoom:2.5;
}
.quick-add-hidden{
    margin-bottom:30px;
}
.app-embed-plus-component-pay-button-address-text[data-v-28fa0518]{
    color:#000;
}
@media screen and (min-width: 1080px) {
    .sp-part4 .sp-title{
        font-size:47px !important;
        line-height:1.3 !important;
    }
    .ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
        zoom:1.2;
    }
  #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;
  }

  #root .header-top {
    width: 1920px;
    z-index: 9;
    height: 24px;
    font-size: 12px;
  }

  .header-inner.sp-fixed {
    top: 24px;
    left: 0px;
    width: 1920px;
    height: 95px;
    border-radius: 0px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 260px;
    z-index: 9;
  }

  .header-inner {
    position: fixed;
    top: 24px;
    left: 0px;
    margin-top: 0px;
    width: 1920px;
    height: 83px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 60px;
    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: 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 {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    /* width:230px; */
  }

  .sp-top-btn {
    width: 178px;
    height: 48px;
    border-radius: 24px;
    font-size: 19px;
    margin-right: 0;
    line-height:1.3;
  }

  .sp-cart {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-cart .sp-num {
    right: -11px;
    top: -8px;
    width: 27px;
    height: 27px;
    font-size: 20px;
  }

  .sp-title {
    font-size: 55px;
    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;
    background: #ffffff;
    border-radius: 20px;
  }

  .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: 587px;
    left: 240px;
  }

  .sp-button-box {
    width: 497px;
    height: 97px;
    background: url("/cdn/shop/files/20260313-btn-pc.png") no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
    font-size: 39px;
  }

  .sp-part1 {
    margin-top: 107px;
    height: 880px;
  }

  .sp-part1 .sp-image1 {
    top: 512px;
    left: 1489px;
  }
  
  .sp-part1 .sp-image2 {
    top: 256px;
    left: 107px;
  }
  
  .sp-part1 .sp-image3 {
    top: 259px;
    left: 357px;
  }
  
  .sp-part1 .sp-number {
    top: 557px;
    left: 1502px;
    font-size: 74px;
  }
  
  .sp-part1 .sp-text1 {
    top: 77px;
    left: 242px;
    font-size: 70px;
  }
  
  .sp-part1 .sp-text2 {
    top: 232px;
    left: 244px;
    font-size: 24px;
    line-height: 36px;
  }
  
  .sp-part1 .sp-font {
    top: 525px;
    left: 262px;
    width: 200px;
    height: 35px;
    font-size: 20px;
  }
  
  .sp-part1 .sp-font2 {
    left: 515px;
  }
  
  .sp-part1 .sp-info {
    top: 760px;
    left: 0px;
    width: 1920px;
    height: 120px;
    padding: 0px 302px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
  
  .sp-part1 .sp-info .sp-item {
    height: 100%;
    font-size: 26px;
    line-height: 1.2;
  }
  
  .sp-part1 .sp-info .sp-item:nth-child(1),
  .sp-part1 .sp-info .sp-item:nth-child(3) {
    width: auto;
  }
  
  .sp-part2 {
    height: 555px;
    padding-top: 80px;
  }
  
  .sp-part2 .sp-text {
    top: 191px;
    left: 260px;
    width: 1400px;
  }
  
  .sp-part2 .sp-text .sp-t1 {
    top: 286px;
    font-size: 22px;
  }

  .sp-circles {
    width: 86px;
    height: 86px;
    position: absolute;
    top: -50px;
    /* position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 50%; */
  }

  .sp-part3 {
    height: 1067px;
    padding-top: 80px;
  }
  
  .sp-part3 .sp-video {
    top: 241px;
    left: 280px;
    width: 634px;
    height: 583px;
  }

  .sp-part3 .sp-text {
    top: 892px;
    left: 295px;
    width: 1330px;
  }

  .sp-part3 .sp-image {
    top: 242px;
    left: 952px;
  }
  
  .sp-part3 .sp-info {
    top: 630px;
    left: 952px;
    width: 728px;
    font-size: 30px;
  }
  
  .sp-part3 .sp-info .sp-item {
    width: 350px;
  }
  
  .sp-part3 .sp-btn-box {
    top: 724px;
    left: 1054px;
  }
  
  .sp-part4 {
    height: 918px;
    background: url("/cdn/shop/files/20260313-bg4-pc.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part4 .sp-title {
    position: absolute;
    top: 90px;
    left: 242px;
    width: max-content;
    text-align: left;
  }

  .sp-part4 .sp-sub-title {
    position: absolute;
    top: 108px;
    left: 1208px;
    width: max-content;
    text-align: right;
  }
  
  .sp-part4 .sp-image {
    top: 240px;
    left: 237px;
  }
  
  .sp-part4 .sp-text {
    top: 765px;
    left: 237px;
    width: auto;
    gap: 15px;
    font-size: 14px;
  }
  
  .sp-part5 {
    height: 1085px;
    padding-top: 80px;
  }

  .sp-part5 .sp-img-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  
  .sp-part5 .sp-info {
    position: absolute;
    top: 248px;
    left: 106px;
    width: 1708px;
    display: flex;
    justify-content: space-between;
  }
  
  .sp-part5 .sp-text {
    top: 454px;
    left: 35px;
    gap: 20px;
  }
  
  .sp-part5 .sp-text .sp-t1 {
    font-size: 32px;
  }
  
  .sp-part5 .sp-text .sp-t2 {
    font-size: 22px;
  }
  
  .sp-part5 .sp-pagination {
    top: 925px;
  }
  
  .sp-part5 .sp-btn-box {
    top: 880px;
    left: 712px;
  }
  
  .sp-part6 {
    height: 492px;
    background: none;
  }
  
  .sp-part6 .sp-image1 {
    top: 0px;
    left: 242px;
  }
  
  .sp-part6 .sp-image2 {
    top: 19px;
    left: 304px;
  }
  
  .sp-part6 .sp-image3 {
    top: 44px;
    left: 1132px
  }
  
  .sp-part6 .sp-image4 {
    top: 155px;
    left: 716px;
  }
  
  .sp-part6 .sp-text1 {
    top: 41px;
    left: 582px;
    font-size: 30px;
  }
  
  .sp-part6 .sp-text2 {
    top: 100px;
    left: 649px;
    font-size: 20px;
  }
  
  .sp-part6 .sp-text3 {
    top: 270px;
    left: 682px;
    font-size: 21px;
    text-align: left;
    width:600px;
  }
  
  .sp-part7 {
    height: 977px;
    padding-top: 80px;
  }
  
  .sp-part7 .sp-swiper {
    padding: 70px 0 100px;
    z-index: 0;
  }
  
  .sp-part7 .sp-swiper .swiper-slide {
    width: 318px;
  }
  
  .sp-part7 .sp-swiper .swiper-slide img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
  }
  
  .sp-part7 .sp-text {
    bottom: -78px;
    left: 0px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
  }
  
  .sp-part8 {
    height: 757px;
    background: url("/cdn/shop/files/20260313-bg8-pc.png") no-repeat;
    background-size: 100% 100%;
  }
  
  .sp-part8 .sp-image {
    top: 124px;
    left: 927px;
  }
  
  .sp-part8 .sp-title {
    top: 193px;
    left: 1126px;
    width: max-content;
    font-size: 56px;
  }
  
  .sp-part8 .sp-info {
    top: 290px;
    left: 1005px;
    font-size: 18px;
    line-height: 48px;
  }
  
  .sp-part8 .sp-info .sp-item div:nth-child(1) {
    width: 342px;
  }

  .sp-part9 {
    height: 238px;
    background: url("/cdn/shop/files/20260313-bg9-pc.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part9 .sp-top-title1 {
    font-family: Roboto;
    font-size: 20px;
  }

  .sp-part9 .sp-top-title1 img {
    transform: translateY(0px);
  }

  .sp-part9 .sp-top-title1 span {
    color: #FFDE00;
  }

  .sp-part9 .sp-top-title2 {
    top: 49px;
    left: 604px;
    font-size: 45px;
  }

  .sp-part9 .sp-top-title2 span {
    font-size: 55px;
  }

  .sp-top-img2 {
    top: 32px;
    left: 491px;
  }

  .sp-top-img3 {
    top: 42px;
    left: 1440px;
  }

  .sp-part9 .sp-marquee-item {
    margin-right: 400px;
  }

  .sp-part9 .sp-text {
    position: absolute;
    top: 127px;
    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: Roboto-Regular;
    font-size: 20px;
    color: #ffffff;
  }

  .sp-part9 .sp-text div img {
    width: 32px;
    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 {
    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: 730px;
    height: 516px;
    border-radius: 24px;
    padding-top: 10px;
  }

  .product-part .sp-img-wrap .sp-img-p.active {
    width: 80%;
  }

  .product-part .sp-img-wrap .sp-img-p.active.is-type-1 {
    width: 346px;
  }

  .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: 9px;
  }

  .product-part .sp-option {
    /* width: 187px; */
    /* height: 48px; */
    border-radius: 5px;
    font-size: 26px;
    line-height:1.5
  }

  .product-part .sp-type .sp-option:nth-child(3) {
    width: 314px;
  }

  .product-part .sp-option img {
    width: 26px;
  }

  .product-part .price-group {
    margin-top: 36px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .product-part .price1 {
    font-size: 44px;
  }

  .product-part .price2 {
    font-size: 26px;
    margin-left: 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: 190px;
    height: 30px;
    font-size: 18px;
    line-height: 31px;
    margin-left: -15px;
    padding-left: 8px;
    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: 15px;
    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: 46px;
  }

  .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-family: Roboto;
    font-size: 33px;
    color: #000000;
    line-height: 35px;
    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: 225px;
    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: 449px;
    background: url("/cdn/shop/files/20260313-bg10-pc.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 48px 274px 0;
  }

  .sp-part10 .sp-title {
    font-family: Montserrat;
    font-size: 50px;
    margin-bottom: 77px;
    text-transform: initial;
  }

  .sp-part10 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sp-part10 .sp-item {
    width: 443px;
    height: 214px;
    background: #FFFFFF;
    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: Roboto-Black;
    font-size: 24px;
    color: #262626;
    line-height: 28px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .sp-part10 .sp-item .sp-p2 {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #717171;
    line-height: 26px;
  }

  .sp-part11 {
    padding: 50px 260px 100px;
  }

  .sp-part11 .sp-title {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .sp-part11 .sp-title div {
    font-size: 30px;
    line-height: 54px;
  }

  .sp-part11 .q-row {
    width: 1400px;
    height: 73px;
    min-height: unset;
    gap: 28px;
    font-size: 30px;
    line-height: 45px;
    padding: 0 25px;
  }

  .sp-part11 .sp-text {
    width: 1400px;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 24px;
    color: #000000;
    opacity: 0.8;
    line-height: 41px;
  }

  .sp-part11 .sp-show .q-row {}

  .sp-part11 .sp-show .sp-text {
    height: 68px;
  }

  .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%;ccc
}

@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;
  }
}
@media(min-width:750px){
    .sp-part1 .sp-button-box{
        font-size:49px;
    }
    .sp-part7 .sp-title{
        font-size:45px;
    }
    .sp-part11 .sp-button-box{
        font-size:33px;
    }
}
#cb-widget-sales-pop{
    display:none
}
@media(max-width:750px){
     .sp-part1 .sp-button-box{
        font-size:95px;
    }
     .sp-part3 .sp-button-box{
        font-size:59px;
        padding-left:115px;
    }
     .sp-part5 .sp-button-box{
        font-size:60px;
        padding-left:125px;
    }
    .sp-part11 .sp-button-box{
        font-size:64px;
        padding-left:75px;
    }
    .sp-part1 .sp-text2 {
    position: absolute;
    top: 1040px;
    left: 60px;
    font-family: Roboto-Regular;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
    left: 0;
}
}