/** Shopify CDN: Minification failed

Line 1553:10 Expected identifier but found whitespace
Line 1553:11 Unexpected "0"
Line 2268:0 Unexpected "}"
Line 2367:3 Unexpected "/"

**/
@font-face {
  font-family: 'Roboto';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/Roboto-Medium_423fe1ba-4062-4263-bb42-2e33e8f17917.ttf?v=1717485776');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/Roboto-Regular_1a41b7d4-fda5-4f9b-95b3-5193aaea63f7.ttf?v=1717485776');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/Roboto-Bold_71f8d74b-a740-4563-849e-26ea32aefb62.ttf?v=1717485776');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/Montserrat-Medium.otf?v=1710915202');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/Montserrat-Bold.otf?v=1710915202');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/AKZIDENZGROTESK-BOLD.OTF?v=1713773884');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-XBold';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/AKZIDENZGROTESK-EXTRABOLD.OTF?v=1717485781');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/Poppins-Bold.ttf?v=1729822041');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/Poppins-Medium.ttf?v=1729822041');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Bold';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Bold.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: 'Montserrat-Bold';

  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-Bold.ttf');
  font-weight: 300;
  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-Bold';
  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'AkzidenzGroteskBQ-Medium';

  /* 引入字体 */
  src: url('/cdn/shop/files/AKZIDENZGROTESK-MEDIUM.OTF');
  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: 'Bacchus-SemiBold';

  /* 引入字体 */
  src: url('/cdn/shop/files/BACCHUS-SEMIBOLD-2.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: 'FrasellPersonalUse';

  src: url('/cdn/shop/files/FRASELL.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bacchus-Bold';

  src: url('/cdn/shop/files/Bacchus-Bold-2.ttf');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

/*reset*/
html {
  max-width: 1080px;
  margin: 0 auto;
  scroll-behavior: smooth;
}

body {
  font-size: 62.5%;

  margin: 0 auto;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

input,
img {
  border: none;
}

li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

:focus {
  outline: none;
}

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;
}

#root {
  letter-spacing: initial !important;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}

.sp-logo {
  font-family: 'Roboto-Bold';
  font-size: 70px;
  color: #151515;
  padding-left: 56px;
}

.sp-logo img {
  width: 280px;
  display: block;
}

.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;
}

.time-part {
  width: 1080px;
  height: 117px;
  background: #1e1e1e;
  font-family: 'Roboto-Bold';
  font-size: 82px;
  color: #343434;
  padding: 0 45px 0 60px;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  z-index: 9;
}

.time-part .text {
  font-size: 45px;
  color: #ffffff;
  font-family: 'Montserrat-Bold';
}

.time-part .text2 p {
  font-family: 'Roboto';
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
}

.time-part .text2 h6 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 36px;
  color: #ffffff;
}

.time-part .min-text {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: 'Montserrat-Bold';
  font-size: 17px;
  color: #ffffff;
}

.time-part .square {
  width: 92px;
  height: 82px;
  font-family: 'Roboto';
  font-weight: bold;
  font-weight: 500;
  font-size: 72px;
  color: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/num-bg.png');
  background-size: 100% 100%;
  flex-shrink: 0;
}

.time-part .dot {
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/num-dot.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 45px;
  flex-shrink: 0;
  margin: 0 15px;
}

.time-part .flex-bet {
  height: 100%;
}

.sp-fixed {
  padding-right: 0;
}

.sp-fixed .flex-bet > div {
  flex: 1;
}

.sp-fixed .text {
  display: none;
}

.sp-fixed .time-btn {
  display: block;
}

.sp-part-top {
  margin-top: 240px;
}

.sp-header-top {
  width: 100%;
  height: 125px;
  position: fixed;
  top: 115px;
  z-index: 11;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-header-top .text {
  width: 208px;
  margin-left: 50px;
}

.sp-header-top .btn {
  width: 358px;
  height: 86px;
  background: #1e1e1e;
  border-radius: 20px;
  font-family: 'Roboto-Bold';
  font-size: 45px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 51px;
  animation: beat 0.5s alternate infinite;
}

.sp-header-top .btn span {
  display: inline-block;
  font-family: 'Montserrat-Bold';
}

@keyframes beat {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.sp-cart {
  width: 75px;
  height: 66px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20240910-certs.png')
    no-repeat;
  background-size: 100% 100%;
  margin-right: 48px;
  cursor: pointer;
}

.sp-cart .icon {
  width: 56px;
}

.sp-cart .num {
  width: 40px;
  height: 40px;
  background: #be0303;
  border-radius: 50%;
  border: 3px solid #ffffff;
  line-height: 40px;
  color: #fff;
  position: absolute;
  right: -16px;
  top: -12px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.price-group {
  font-size: 115px;
  font-family: 'Roboto-Bold';
  display: flex;
  align-items: baseline;
  font-size: 70px;
  color: #d10207;
}

.price-group .price1 {
  font-size: 102px;
  color: #d10207;
  margin-right: 10px;
}

.price-group .price2 {
  color: #494949;
  font-size: 44px;
  text-decoration: line-through;
}

.btn-style {
  cursor: pointer;
  height: 160px;
  background: #f15a24;
  font-family: 'Roboto-Bold';
  font-size: 56px;
  color: #ffffff;
}

.btn-style > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 160px;
  box-sizing: border-box;
  animation: beat 0.5s alternate infinite;
}

.btn-style span {
  line-height: 63px;
}

.btn-style img {
  width: 24px;
  height: 36px;
  margin-left: 35px;
}
.mySwiper {
  overflow: hidden;
}
.sp-part1-wraper {
  width: 100%;
  min-height: 1713px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-bg1.png')
    no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.sp-part1-wraper2 {
  width: 100%;
  min-height: 1713px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-bg2.png')
    no-repeat;
  background-size: 100% 1512px;
  position: relative;
  box-sizing: border-box;
  padding: 38px 0 0 0;
}
.sp-part1-wraper2 .sp-part1-btn {
  width: 595px;
  height: 154px;
  line-height: 154px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-size: 80px;
  color: #ffffff;
}
.sp-part1-bottom .sp-part1-offs {
  background: transparent;
  left: 86px;
  bottom: 190px;
  line-height: 96px;
  padding: 0;
  width: auto;
  height: 96px;
  animation: beat 0.5s alternate infinite;
}
.sp-part1-imgs2 {
  width: 470px;
  height: 1080px;
  position: absolute;
  bottom: 0;
  right: 27px;
  z-index: 1;
}
.sp-part1-boxs {
  width: 274px;
  height: 379px;
  background: rgba(255, 255, 255, 0.59);
  border-radius: 34px;
  position: absolute;
  right: 22px;
  top: 312px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-part1-boxs > img {
  width: 175px;
  height: 167px;
  margin-bottom: 25px;
}
.sp-part1-boxs > p {
  font-family: 'Poppins-Bold';
  font-size: 36px;
  color: #3b3b3b;
}
.sp-part1-boxs > p span {
  font-size: 60px;
}
.sp-part1-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 329px;
  background: linear-gradient(to left, #b1e65e 0%, #36914e 100%);
}
.sp-part1-top {
  width: 1080px;
  height: 329px;
  padding: 38px 0 0 0;
  box-sizing: border-box;
  background: linear-gradient(to left, #f9c528 0%, #f87503 100%);
}
.sp-part1-top > p {
  font-family: 'Montserrat-Medium';
  font-size: 72px;
  color: #ffffff;
  line-height: 66px;
  padding-left: 40px;
}
.sp-part1-tags {
  width: 898px;
  height: 101px;
  background: linear-gradient(to left, #98e05f 0%, #15a580 100%);
  border-radius: 0 50px 50px 0;
  font-family: 'Montserrat-Medium';
  font-size: 60px;
  color: #ffffff;
  line-height: 101px;
  text-align: center;
}
.sp-part1-wraper2 > h4 {
  text-align: center;
}
.sp-part1-wraper2 > h4 span {
  position: relative;
  display: inline-block;
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 150px;
  color: #269328;
  text-stroke: 10px #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 10px #ffffff;
  text-transform: uppercase;
}
.sp-part1-wraper2 > h4 span::before {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  background-color: #269328;
  background-clip: text;
  -webkit-background-clip: text;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.sp-part1-wraper2 > h4 span::after {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  text-shadow: 6px 8px 9px rgba(0, 0, 0, 0.62);
}
.sp-part1-top > h4 {
  text-align: center;
}
.sp-part1-top > h4 span {
  position: relative;
  display: inline-block;
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 150px;
  color: #0095f3;
  text-stroke: 10px #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 10px #ffffff;
  text-transform: uppercase;
}
.sp-part1-top > h4 span::before {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  background-color: #0f4c9d;
  background-clip: text;
  -webkit-background-clip: text;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.sp-part1-top > h4 span::after {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  text-shadow: 6px 8px 9px rgba(0, 0, 0, 0.62);
}
.sp-part1-mins {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 31px 0 0 110px;
}
.sp-part1-mins > img {
  width: 150px;
  height: 143px;
  margin-right: 40px;
}
.sp-part1-mins > p {
  font-family: 'Poppins-Bold';
  font-size: 42px;
  color: #ffffff;
  text-align: center;
}
.sp-part1-mins > p span {
  font-size: 68px;
}
.sp-part1-imgs1 {
  width: 481px;
  height: 1249px;
  position: absolute;
  right: 0;
  bottom: 222px;
  z-index: 2;
}
.sp-part1-offs {
  position: absolute;
  left: 64px;
  bottom: 222px;
  width: 622px;
  height: 191px;
  background: linear-gradient(to right, #015eea 0%, #00c0fa 100%);
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 46px;
}

.sp-part1-offs span {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 130px;
  color: #ffffff;
  line-height: 170px;
  text-transform: uppercase;
}

@keyframes scaleout {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}
.sp-part1-btn {
  width: 990px;
  height: 181px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-btn-bg2.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 100px;
  color: #ffffff;
  text-align: center;
  line-height: 181px;
  position: absolute;
  bottom: 16px;
  left: 38px;
  animation: beat 0.5s alternate infinite;
}
.sp-part1-wraper3 {
  min-height: 1007px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-part.jpg')
    no-repeat;
  background-size: calc(100% + 6px) calc(100% + 4px);
  background-position: -4px -1px;
  box-sizing: border-box;
  position: relative;
  padding: 104px 0 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-part1-wraper3 > ul {
  padding: 0 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sp-part1-wraper3 > ul li {
  width: calc(25% - 15px);
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
}
.sp-title h3 span {
  display: inline-block;
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 90px;
  color: #269328;
  line-height: 86px;
  text-stroke: 8px #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 8px #ffffff;
  position: relative;
}
.sp-title h3 span::before {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  background-color: #269328;
  background-clip: text;
  -webkit-background-clip: text;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.sp-title h4 {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 90px;
  color: #ffffff;
  line-height: 96px;
  text-align: center;
}
.sp-title p {
  font-family: 'Poppins-Medium';
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-top: 19px;
}
.sp-title p.sp-black {
  color: #383737;
}
.sp-part2 {
  position: relative;
}
.sp-part2-top {
  width: 100%;
  height: 242px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #b1e65e 0%, #36914e 100%);
}
.sp-part2 > img {
  width: 100%;
  height: 1224px;
}
.sp-part2-imgs {
  position: absolute;
  width: 382px;
  height: 852px;
  right: 16px;
  top: 747px;
  z-index: 2;
}
.sp-part2-gif {
  width: 1033px;
  height: auto;
  position: absolute;
  bottom: 91px;
  left: 24px;
}
.sp-part2-gif video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50px;
}
.sp-part2-boxs {
  width: 1080px;
  height: 583px;
  background: #cae5e0;
  margin-top: -4px;
}
img {
  width: 100%;
  height: 100%;
}
.sp-part3-bg {
  box-sizing: border-box;
  position: relative;
  min-height: 1521px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-bg3.jpg')
    no-repeat;
  background-size: 100% 100%;
  padding: 104px 0 0 0;
}
.sp-part3-water {
  position: absolute;
  right: 60px;
  bottom: 548px;
  top: 647px;
  left: 572px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp-part3-water li:nth-child(n + 3) {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.sp-part3-water li span {
  display: inline-block;
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #383737;
  line-height: 42px;
  text-align: center;
}
.sp-part3-bg > ul.sp-part3-uls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  right: 34px;
  width: 657px;
  bottom: 92px;
}
.sp-part3-bg > ul.sp-part3-uls li {
  width: calc(50% - 10px);
  text-align: center;
}
.sp-part3-bg > ul.sp-part3-uls li span {
  font-family: 'Poppins-Medium';
  font-size: 42px;
  color: #ffffff;
  height: 54px;
  line-height: 58px;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
}
.sp-part3-wraper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 947px;
  background: #dbeff9;
  margin-top: -2px;
  padding: 43px 0 0 0;
}
.mySwiper2 {
  overflow: hidden;
}
.sp-part3-imgs {
  width: 978px;
  height: 519px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-part3-1.png')
    no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.sp-part3-imgs span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins-Medium';
  font-size: 48px;
  color: #ffffff;
  line-height: 42px;
}
.sp-part3-imgs.sp-part3-img2 {
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-part3-4.png');
}
.sp-part3-imgs.sp-part3-img3 {
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-part3-5.png');
}
.sp-part3-wraper p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #383737;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 68px;
}
.sp-part3-wraper p span {
  width: 177px;
  height: 55px;
  background: #269328;
  color: #ffffff;
}
.sp-part3-imgs2 {
  height: 911px;
  width: 100%;
}
.sp-part3-wraper3 {
  width: 100%;
  height: 973px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-part3-3.jpg')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 42px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.sp-part3-wraper3 > div {
  width: 1012px;
  height: 115px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #269328;
  border-radius: 20px;
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
}
.sp-part4 {
}
.sp-part4-box {
  width: 100%;
  height: 1614px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-bg4.png')
    no-repeat;
  background-size: 100% calc(100% + 6px);
  background-position: 0 -3px;
  position: relative;
  box-sizing: border-box;
  padding: 86px 0 0 0;
  margin-top: -2px;
}
.sp-public-btn {
  width: 1020px;
  height: 187px;
  line-height: 187px;
  text-align: center;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-btn-bg2.png')
    no-repeat;
  background-size: 100% 100%;
  text-shadow: 5px 0px 10px #363636;
  text-transform: uppercase;
  margin: 0 auto;
  animation: beat 0.5s alternate infinite;
}
.sp-public-btn span {
  font-size: 100px;
  color: #ffffff;
  font-family: 'Poppins-Bold';
}
.sp-part5 {
  width: 1080px;
  height: 1554px;
  background: linear-gradient(to bottom, #36914e 0%, #b1e65e 100%);
  box-sizing: border-box;
  position: relative;
  padding: 106px 0 0 0;
}
.sp-part5 > h4 {
  text-align: center;
  margin-bottom: 20px;
}
.sp-part5 > h4 span {
  position: relative;
  font-size: 200px;
  font-family: 'Montserrat-Bold';
  display: inline-block;
  font-family: 'Montserrat-Bold';
  color: #ffffff;
  line-height: 218px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sp-part5 > h4 span::before {
  position: absolute;
  content: '';
  top: 160px;
  height: 20px;
  left: 30px;
  right: 30px;
  z-index: -1;
  background-color: transparent;
  border-radius: 60%;
  box-shadow: 0 26px 13px #2c66d4;
}
.sp-part5 > p {
  font-size: 60px;
  font-family: 'Montserrat-Bold';
  color: #ffffff;
  text-align: center;
}
#swiper2.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
#swiper2 {
  overflow: hidden;
  margin-top: 27px;
}
#swiper2 .swiper-slide {
  position: relative;
  width: 604px;
  height: 981px;
}
#swiper2 .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.sp-swiper-texts {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 787px;
  width: 100%;
  text-align: center;
}
.sp-swiper-texts > p {
  font-family: 'Roboto-Regular';
  font-size: 30px;
  color: #222222;
  line-height: 36px;
  text-align: center;
}
#swiper2 {
  padding-bottom: 42px;
}
#swiper2 .swiper-pagination-bullet {
  width: 230px;
  height: 20px;
  background: #a9aeb7;
  border-radius: 15px;
  opacity: 1;
}
#swiper2 .swiper-pagination-bullet-active {
  background: #285ee6;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 18px;
}
.sp-part6 {
  display: flex;
  flex-direction: row;
  padding: 70px 25px 23px 56px;
}
.sp-part6 h4 {
  font-size: 48px;
  font-family: 'Poppins-Bold';
  color: #393939;
  margin-bottom: 10px;
}
.sp-part6 > img {
  width: 458px;
  height: 824px;
  margin-right: 28px;
}
.sp-part6-texts {
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #393939;
  line-height: 42px;
  margin-bottom: 25px;
}
.sp-block.sp-part6-texts2 {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 45px;
}
.sp-part6-texts2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #393939;
  line-height: 42px;
}
.sp-part6-texts2 span {
  font-family: 'Poppins-Bold';
}
.sp-part7 {
  height: 546px;
}
@keyframes Updown {
  from {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(0);
  }
}
/* .product-part {
  position: relative;
  box-sizing: border-box;
  padding: 100px 25px 89px 34px;
} */
.sp-product-list > ul > li {
  min-height: 534px;
  background: #ffffff;
  box-shadow: 0px 6px 9px 0px rgba(46, 41, 40, 0.1);
  border-radius: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 74px;
  padding-right: 31px;
}
.sp-product-list > ul > li.sp-pro-big {
  height: 630px;
}
.sp-pro-texts {
  color: #ea0000;
  font-size: 36px;
  font-family: 'Roboto-Bold';
}
.MostPopular {
  position: absolute;
  left: -12px;
  top: -20px;
  width: 405px;
  height: 93px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-most.png')
    no-repeat;
  background-size: 100% 100%;
  z-index: 4;
  padding-left: 56px;
  padding-top: 22px;
  text-align: center;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.MostPopular.best {
  justify-content: center;
  padding-left: 0;
}
.MostPopular span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 38px;
  color: #ffffff;
  line-height: 24px;
}

.sp-product-list > ul > li:last-child {
  margin-bottom: 0;
}

.sp-product-list > ul > li .sp-product-img {
  position: relative;
  width: 496px;
  text-align: center;
}
.sp-product-img .sp-frees {
  width: 364px;
  height: 96px;
  background: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20240716-fly.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 107px;
  bottom: -27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 110px;
}
.sp-product-img .sp-frees > span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 37px;
  color: #191919;
  line-height: 36px;
}
.sp-pro-img1 {
  width: 200px;
  height: 493px;
}
.sp-pro-img2 {
  /* width: 383px;
  height: 493px; */
  width: 450px;
  height: 392px;
  margin: 103px 0 0 -10px;
}
.sp-pro-img3 {
  width: 350px;
  height: auto;
  margin: 40px 0 0 0;
}
.sp-pro-img4 {
  width: 465px;
  height: 380px;
  margin: 24px 0 0 0;
}
.sp-pro-tags {
  width: 168px;
  height: 49px;
  line-height: 49px;
  background: #269328;
  border-radius: 20px 20px 20px 0;
  position: absolute;
  bottom: -30px;
  left: 330px;
  font-family: 'Roboto-Bold';
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}
.sp-pro-shopping {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 254px;
  height: 56px;
  background: linear-gradient(to top, #ca0f0f 0%, #ea2323 100%);
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  margin-top: 23px;
}
.sp-pro-shopping > img {
  width: 39px;
  height: 30px;
  margin-right: 13px;
}
.sp-product-rl {
  width: calc(100% - 494px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-pro-title {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #999999;
  text-align: left;
  font-style: italic;
  width: 100%;
  margin-top: 19px;
  margin-bottom: 9px;
}
.sp-pro-size {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sp-pro-size li {
  width: 227px;
  height: 67px;
  line-height: 67px;
  border-radius: 12px;
  border: 2px solid #999999;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #3e3e3e;
  text-align: center;
}
.sp-pro-size li.active {
  background-color: #262626;
  color: #262626;
  color: #ffffff;
}
.sp-product-rl > h4 {
  font-family: 'Roboto-Bold';
  font-size: 48px;
  color: #1b1b1b;
  line-height: 66px;
  text-transform: uppercase;
}
.sp-product-rl > h4 span {
  color: #ff0000;
}
.sp-product-rl > h3 {
  font-family: 'RobotoBold';
  font-size: 60px;
  color: #1b1b1b;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
}
.sp-product-rl > h3 span {
  color: #ff0000;
}
.sp-product-rl .sp-texts {
  font-size: 36px;
  color: #ff0000;
  font-family: 'RobotoBold';
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sp-product-rl .sp-price {
  text-align: center;
  margin-top: 23px;
}
.sp-product-rl .sp-price.sp-pro-mgs {
  margin: 35px 0 52px 0;
}
.sp-product-rl .sp-price.sp-pro-mgs2 {
  margin: 35px 0 23px 0;
}
.sp-product-rl .sp-price > span {
  margin-right: 24px;
}
.sp-product-rl .sp-price span {
  font-family: 'Roboto-Bold';
  font-size: 72px;
  color: #ff0000;
  height: 59px;
  line-height: 59px;
}

.sp-product-rl .sp-price > span .new {
  font-family: 'Roboto-Bold';
  font-size: 72px;
  color: #ff0000;
  height: 59px;
  line-height: 59px;
}

.sp-product-rl .sp-price > em {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #aaaaaa;
  height: 30px;
  line-height: 30px;
}

.sp-product-rl .sp-price > em > em {
  font-style: normal;
}
.sp-fire {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'RobotoBold';
  font-size: 40px;
  color: #000000;
  line-height: 54px;
  /* margin-bottom: 32px; */
}
.sp-fire p {
  font-family: 'RobotoBold';
  font-size: 40px;
  color: #000000;
}
.sp-fire span {
  color: #d81e06;
}

.sp-fire > img {
  width: 37px;
  height: 41px;
  margin-right: 23px;
}
/* 数字 */
.sp-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 28px 0 7px 0;
}

.sp-alignment {
  width: 371px;
  height: 85px;
  background: #ffffff;
  border-radius: 14px;
  border: 2px solid #000000;
  font-size: 41px;
  color: #202020;
}

.link-btn {
  width: 489px;
  height: 100px;
  background: linear-gradient(30deg, #cf0500 0%, #ff7449 100%) !important;
  box-shadow: 5px 0px 9px 0px #740000;
  margin: 0 auto;
  display: block;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  margin-top: 8px;
  border-radius: 22px;
  /* animation: beat2 0.5s alternate infinite; */
  animation: bounce-down 1.5s linear infinite;
}

/* .link-btn > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.addGroup {
  width: 100% !important;
  height: 90px !important;
  border-radius: 15px 15px 15px 15px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto';
  font-size: 42px;
  color: #666666;
  padding: 0px 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  margin-top: 31px;
  margin-bottom: 16px;
}

.addGroup .reduce,
.addGroup .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  font-size: 42px;
  color: #666666;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Bold';
  line-height: 90px;
} */

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;
}

.footer2 {
  margin: 30px 0px 10px;
}

.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}

.sp-header-top .sp-cart.on {
  animation: scaleAni 1s ease-in-out forwards;
}
@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-footers2 img {
  width: 100%;
  display: block;
  padding: 20px;
}

.sp-footers2 > div {
  position: absolute;
}

.sp-footers2 h4 {
  font-size: 65px;
  color: #ffffff;
  line-height: 60px;
  font-family: 'Montserrat-Bold';
  text-align: left;
  width: 358px;
}

.sp-footers2 h4:first-child {
  margin-bottom: 15px;
}

.sp-footer-ul {
  padding: 38px 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #080808;
}

.sp-footer-ul li {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Roboto-Regular';
  font-size: 38px;
  color: #ffffff;
  line-height: 47px;
  margin-bottom: 40px;
}

.sp-footer-ul li:nth-child(2n-1) {
  width: 50%;
}

.sp-footer-ul li:last-child {
  margin-bottom: 0;
}

.sp-footer-ul li:nth-child(3) {
  margin-bottom: 0;
}

.sp-footer-ul i {
  display: block;
  width: 47px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sp-footer-ul .sp-icon {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sp-footer-ul i.sp-icon1 {
  /* width: 50px;
  height: 51px; */
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-foot-1.png');
}

.sp-footer-ul i.sp-icon2 {
  /* width: 68px;
  height: 46px; */
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-foot-4.png');
}

.sp-footer-ul i.sp-icon3 {
  /* width: 53px;
  height: 61px; */
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-foot-3.png');
}

.sp-footer-ul i.sp-icon4 {
  /* width: 45px;
  height: 55px; */
  background-image: url('https://cdn.shopify.com/s/files/1/0621/3366/5930/files/20241024-foot-2.png');
  background-size: contain;
}

.mask {
  max-width: 1080px;
  min-height: 100vh;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99999;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}

.pop.img-pop {
  width: 90%;
}

.mask .close-btn {
  width: 94px;
  margin-top: 48px;
  cursor: pointer;
}

.img-pop > img {
  height: 100% !important;
  object-fit: contain;
}

.size-pop {
  height: 95% !important;
  width: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow-y: auto;
  align-items: flex-start;
}

.size-pop .size-pop-header {
  height: 145px;
  border-bottom: 1px solid rgba(99, 99, 99, 0.22);
  width: 100%;
  font-size: 60px;
  line-height: 145px;
  color: #404040;
  font-family: 'Lato-Bold';
  text-align: center;
  margin-bottom: 30px;
}

.close-pop {
  position: absolute;
  right: 43px;
  top: 20px;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background: #efefef;
  border-radius: 50%;
  text-align: center;
  line-height: 99px;
}

.close-pop img {
  width: 39px;
  height: 38px;
}

.pop-title {
  height: 121px;
  width: 100%;
  line-height: 121px;
  background: #ededed;
  font-family: 'Lato-Bold';
  font-size: 50px;
  color: #878787;
  padding-left: 130px;
  box-sizing: border-box;
}

.pop-title2 {
  height: 121px;
  width: 903px;
  margin: 0 auto;
  line-height: 121px;
  background: #ededed;
  font-family: 'Lato-Bold';
  font-size: 50px;
  color: #878787;
  padding-left: 60px;
  box-sizing: border-box;
}

.pop-img {
  height: 346px;
  width: 867px;
  margin: 0 auto;
  margin-top: 44px;
}

.size-pop > ul {
  padding-left: 131px;
}

.size-pop-tab {
  width: 100%;
  height: 475px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 57px;
}

.size-pop > ul li i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #303030;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato-Bold';
  text-align: center;
  margin-right: 36px;
}

.size-pop > ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 50px;
}

.size-pop > ul h5 {
  font-family: 'Lato-Bold';
  font-size: 40px;
  color: #2f2f2f;
}

.size-pop > ul p {
  font-family: 'Lato-Bold';
  font-size: 35px;
  color: #b2b2b2;
  margin-top: 10px;
}

.sp-pop-ul {
  padding: 65px 0 0 132px;
}

.sp-pop-ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 65px;
}

.sp-pop-ul img {
  width: 61px;
  height: auto;
  margin-right: 41px;
}

.sp-pop-ul p {
  font-family: 'Lato-Bold';
  font-size: 35px;
  color: #b2b2b2;
}

@media (min-width: 750px) {
  .pop,
  .pop.img-pop {
    width: 968px;
    height: 695px;
    background: #ffffff;
    border-radius: 28px;
  }
}

.shake {
  animation: shakeT 1s;
}

@keyframes shakeT {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
  }
}

.guarantee_column_container,
.collapsible-content__wrapper {
  display: none !important;
}
.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;
}

.collection  {
    display: none !important;
}

/* .product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  padding: 100px 35px 20px;
}

.product-part .sp-img-wrap .sp-img-p {
  height: 565px;
  -webkit-user-drag: none;
}
.product-part .sp-img-wrap {
  width: 100%;
  height: 707px;
  background: url('/cdn/shop/files/20251103-pro-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 7px 7px 0;
  font-family: 'Poppins-Medium';
  box-sizing: border-box;
  user-select: none;
}
.product-part .sp-img-wrap .sp-img-inner {
  width: 100%;
  background-color:#fff;
}
.product-part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-part .sp-img-wrap .sp-img-p {
  width: 100%;
  height: 586px;
  -webkit-user-drag: none;
  display: none;
  background: #fff;
}
.product-part .sp-img-wrap .sp-img-p.active {
  display: block;
}
.product-part .sp-row1 {
  position: absolute;
  bottom: 0;
  height: 110px;
  left: 33px;
  display: flex;
  align-items: center;
}
.product-part .sp-t1 {
  font-family: 'Roboto-Bold';
  font-size: 39px;
  color: #ffffff;
  font-style: italic;
}
.product-part .sp-line {
  width: 2px;
  height: 34px;
  background: #ffffff;
  margin: 0 15px;
}
.product-part .sp-wrap {
  width: 153px;
  height: 15px;
  background: linear-gradient(90deg, #fff346, #ecddcf);
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}
.product-part .sp-wrap .sp-icon-s {
  width: 41px;
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  animation: sp-linear 2.2s linear infinite;
}
@keyframes sp-linear {
  0% {
    left: 0;
  }
  100% {
    left: 130px;
  }
}
.product-part .sp-t2 {
  font-family: 'Roboto';
  font-size: 29px;
  color: #ffffff;
  width: 180px;
}
.product-part .sp-clock-s {
  width: 205px;
  height: 56px;
  background: #f9ea14;
  border-radius: 5px;
  font-size: 35px;
  color: #000000;
  font-family: 'Roboto-Bold';
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}
.product-part .sp-padding {
  box-sizing: border-box;
  padding: 0 9px;
}
.product-part .option-title {
  font-size: 30px;
  color: #262626;
  font-family: 'Roboto-Medium';
  line-height: 1;
  margin: 35px 0px 18px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 16px;
  position: relative;
}

.product-part .sp-option {
  width: auto;
  padding: 30px;
  height: 74px;
  background: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #c2c2c2;
  font-size: 31px;
  color: #252525;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: 'Roboto-Medium';

  white-space: nowrap;
  user-select: none;
}

.product-part .sp-option.active {
  background: #ff9813;
  border-color: #ff9813;
  color: #ffffff;
}

.product-part .sp-option .sp-hot {
  width: 69px;
  position: absolute;
  right: -2px;
  top: -6px;
  z-index: 2;
}

.product-part .price-group {
  line-height: 1.1;
  justify-content: center;
  margin-top: 38px;
  align-items: baseline;
}
.product-part .price1 {
  font-family: 'Roboto-Bold';
  font-size: 80px;
  color: #d70000;
}

.product-part .price2 {
  font-family: Roboto;
  font-size: 41px;
  color: #999999;
  margin-left: 26px;
}
.product-part .sp-row {
  margin-left: 38px;
  display: flex;
  align-items: center;
}

.product-part .sp-row .sp-clock {
  height: 70px;
  animation: shakeCart 3s infinite ease-in-out;
  position: relative;
  z-index: 2;
  width: auto;
}
.product-part .sp-row .sp-p {
  width: 192px;
  height: 54px;
  background: #d33100;

  font-family: 'Roboto-Bold';
  font-size: 33px;
  color: #ffffff;
  line-height: 57px;
  text-align: center;
  margin-left: -24px;
  padding-left: 24px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
}
.product-part .addCart {
  width: 528px;
  height: 106px;
  background: #e0bfa6;
  border-radius: 20px;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  font-size: 47px;
  color: #1a1a1a;
  gap: 25px;
  text-transform: uppercase;
  display:flex;
  justify-content: center;
  align-items: center;
}
.product-part .addCart img {
  width: 55px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 139px;
  background: linear-gradient(-5deg, #db0000, #ff3000);
  border-radius: 30px;
  cursor: pointer;
  margin: 52px auto 80px;
  font-size: 58px;
  font-family: 'Poppins-Bold';
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
    display:flex;
  justify-content: center;
  align-items: center;
}

@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: 405px;
  height: 105px;
  border-radius: 20px;
  border: 4px solid #bfbfbf;
  font-size: 50px;
  color: #000000;
  padding: 0px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 36px;
  color: #000000;
  /* border-left: 2px solid #646464;
  border-right: 2px solid #646464; */

  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 {
  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-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 27px;
  color: #f2650b;
  font-family: 'Roboto-Bold';
  margin-bottom: 45px;
  margin-top: 45px;
}
/* .sp-nav5 img {
  width: 66px;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 40px;
  color: #141414;
  font-family: 'AkzidenzGroteskBQ-Medium';
  margin-bottom: 30px;
}
.sp-tip5 img {
  width: 83px;
}
.sp-tip5 .sp-span {
  color: #dc0200;
} */
.product-part {
  position: relative;
  box-sizing: border-box;
  background: #cdf0f8;
  padding: 100px 25px 89px 34px;
}
.sp-product-list > ul > li {
  min-height: 534px;
  background: #ffffff;
  box-shadow: 0px 6px 9px 0px rgba(46, 41, 40, 0.1);
  border-radius: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 74px;
  padding-right: 31px;
}
.sp-product-list > ul > li.sp-pro-big {
  height: 630px;
}
.sp-pro-texts {
  color: #ea0000;
  font-size: 36px;
  font-family: 'Roboto-Bold';
}
.MostPopular {
  position: absolute;
  left: -12px;
  top: -20px;
  width: 405px;
  height: 93px;
  background: url('/cdn/shop/files/20241024-most.png') no-repeat;
  background-size: 100% 100%;
  z-index: 4;
  padding-left: 56px;
  padding-top: 22px;
  text-align: center;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.MostPopular.best {
  justify-content: center;
  padding-left: 0;
}
.MostPopular span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 38px;
  color: #ffffff;
  line-height: 24px;
}

.sp-product-list > ul > li:last-child {
  margin-bottom: 0;
}

.sp-product-list > ul > li .sp-product-img {
  position: relative;
  width: 496px;
  text-align: center;
}
.sp-product-img .sp-frees {
  width: 364px;
  height: 96px;
  background: url('/cdn/shop/files/20240716-fly.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 107px;
  bottom: -27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 110px;
}
.sp-product-img .sp-frees > span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 37px;
  color: #191919;
  line-height: 36px;
}
.sp-pro-img1 {
  width: 200px;
  height: 493px;
}
.sp-pro-img2 {
  width: 383px;
  height: 493px;
  margin: 103px 0 0 -10px;
}

.sp-pro-img4{
  width: 465px;
  height: 380px;
  margin: 24px 0 0 0;
}
.sp-pro-tags {
  width: 168px;
  height: 49px;
  line-height: 49px;
  background: url('/cdn/shop/files/20241024-tags.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -30px;
  left: 330px;
  font-family: 'Roboto-Bold';
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}
.sp-pro-shopping {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 254px;
  height: 56px;
  background: linear-gradient(to top, #ca0f0f 0%, #ea2323 100%);
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  margin-top: 23px;
}
.sp-pro-shopping>img{
  width: 39px;
  height: 30px;
  margin-right: 13px;
}
.sp-product-rl {
  width: calc(100% - 494px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-pro-title {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #999999;
  text-align: left;
  font-style: italic;
  width: 100%;
  margin-top: 19px;
  margin-bottom: 9px;
}
.sp-pro-size {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sp-pro-size li {
  width: 227px;
  height: 67px;
  line-height: 67px;
  border-radius: 12px;
  border: 2px solid #999999;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #3e3e3e;
  text-align: center;
}
.sp-pro-size li.active {
  background-color: #262626;
  color: #262626;
  color: #ffffff;
}
.sp-product-rl > h4 {
  font-family: 'Roboto-Bold';
  font-size: 48px;
  color: #1b1b1b;
  line-height: 66px;
  text-transform: uppercase;
}
.sp-product-rl > h4 span {
  color: #ff0000;
}
.sp-product-rl > h3 {
  font-family: 'RobotoBold';
  font-size: 60px;
  color: #1b1b1b;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
}
.sp-product-rl > h3 span {
  color: #ff0000;
}
.sp-product-rl .sp-texts {
  font-size: 36px;
  color: #ff0000;
  font-family: 'RobotoBold';
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sp-product-rl .sp-price {
  text-align: center;
  margin-top: 23px;
}
.sp-product-rl .sp-price.sp-pro-mgs {
  margin: 35px 0 52px 0;
}
.sp-product-rl .sp-price.sp-pro-mgs2 {
  margin: 35px 0 23px 0;
}
.sp-product-rl .sp-price > span {
  margin-right: 24px;
}
.sp-product-rl .sp-price span {
  font-family: 'Roboto-Bold';
  font-size: 72px;
  color: #ff0000;
  height: 59px;
  line-height: 59px;
}

.sp-product-rl .sp-price > span .new {
  font-family: 'Roboto-Bold';
  font-size: 72px;
  color: #ff0000;
  height: 59px;
  line-height: 59px;
}

.sp-product-rl .sp-price > em {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #aaaaaa;
  height: 30px;
  line-height: 30px;
}

.sp-product-rl .sp-price > em > em {
  font-style: normal;
}
.sp-fire {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'RobotoBold';
  font-size: 40px;
  color: #000000;
  line-height: 54px;
  margin-bottom: 32px;
}
.sp-fire p {
  font-family: 'RobotoBold';
  font-size: 40px;
  color: #000000;
}
.sp-fire span {
  color: #d81e06;
}

.sp-fire > img {
  width: 37px;
  height: 41px;
  margin-right: 23px;
}
/* 数字 */
.sp-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 28px 0 7px 0;
}

.sp-alignment {
  width: 371px;
  height: 85px;
  background: #ffffff;
  border-radius: 14px;
  border: 2px solid #000000;
  font-size: 41px;
  color: #202020;
}

.link-btn {
  width: 489px;
  height: 123px;
  background: linear-gradient(30deg, #cf0500 0%, #ff7449 100%) !important;
  box-shadow: 5px 0px 9px 0px #740000;
  margin: 0 auto;
  display: block;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  margin-top: 8px;
  border-radius: 22px;
  /* animation: beat2 0.5s alternate infinite; */
  animation: bounce-down 1.5s linear infinite;
}

.link-btn > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 123px;
}
.addGroup {
  width: 100% !important;
  height: 90px !important;
  border-radius: 15px 15px 15px 15px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto';
  font-size: 42px;
  color: #666666;
  padding: 0px 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  margin-top: 31px;
  margin-bottom: 16px;
}

.addGroup .reduce,
.addGroup .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  font-size: 42px;
  color: #666666;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Bold';
  line-height: 90px;
}

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;
}

.footer2 {
  margin: 30px 0px 10px;
}

.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}

.sp-header-top .sp-cart.on {
  animation: scaleAni 1s ease-in-out forwards;
}
@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-footers2 img {
  width: 100%;
  display: block;
  padding: 20px;
}

.sp-footers2 > div {
  position: absolute;
}

.sp-footers2 h4 {
  font-size: 65px;
  color: #ffffff;
  line-height: 60px;
  font-family: 'Montserrat-Bold';
  text-align: left;
  width: 358px;
}

.sp-footers2 h4:first-child {
  margin-bottom: 15px;
}

.sp-footer-ul {
  padding: 38px 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #080808;
}

.sp-footer-ul li {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Roboto-Regular';
  font-size: 38px;
  color: #ffffff;
  line-height: 47px;
  margin-bottom: 40px;
}

.sp-footer-ul li:nth-child(2n-1) {
  width: 50%;
}

.sp-footer-ul li:last-child {
  margin-bottom: 0;
}

.sp-footer-ul li:nth-child(3) {
  margin-bottom: 0;
}

.sp-footer-ul i {
  display: block;
  width: 47px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sp-footer-ul .sp-icon {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sp-footer-ul i.sp-icon1 {
  /* width: 50px;
  height: 51px; */
  background-image: url('/cdn/shop/files/20241024-foot-1.png');
}

.sp-footer-ul i.sp-icon2 {
  /* width: 68px;
  height: 46px; */
  background-image: url('/cdn/shop/files/20241024-foot-4.png');
}

.sp-footer-ul i.sp-icon3 {
  /* width: 53px;
  height: 61px; */
  background-image: url('/cdn/shop/files/20241024-foot-3.png');
}

.sp-footer-ul i.sp-icon4 {
  /* width: 45px;
  height: 55px; */
  background-image: url('/cdn/shop/files/20241024-foot-2.png');
  background-size: contain;
}

.sp-footer-box {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  gap: 15px;
  padding: 41px 20px 22px 41px;
}

.sp-footer-box .sp-brand-text {
  width: 181px;
  height: 212px;
  background: url('/cdn/shop/files/20251103-brand1.png');
  background-size: 100% 100%;
  text-align: center;
  font-size: 25px;
  font-family: 'Roboto-Medium';
  color: #ffffff;
  padding-top: 50px;
  box-sizing: border-box;
  line-height: 1.1;
}
.sp-footer-box .sp-brand-text .sp-p {
  font-size: 35px;
}

.sp-footer-box .sp-box1 .sp-t1 {
  font-family: 'Roboto-Medium';
  font-size: 56px;
  color: #007dc5;

  line-height: 1;
  margin-bottom: 12px;
}

.sp-footer-box .sp-box1 .sp-li {
  font-size: 32px;
  color: #191919;
  font-family: 'Roboto';
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 16px;
}
.sp-footer-box .sp-box1 span {
  font-family: 'Roboto-Bold';
}
.sp-footer-box .sp-box1 .sp-icon {
  width: 41px;
  margin-right: 17px;
}

.sp-footer {
  width: 100%;
  height: 104px;
  background: url('/cdn/shop/files/20251103-footer-bg.png')
    no-repeat;
  background-size: 100% 100%;
  position: relative;
  font-size: 45px;
  color: #f5d500;
  font-style: italic;
  font-family: 'Roboto-Bold';
  line-height: 104px;
  text-align: center;
}


.sp-cart {
  width: 76px;
  margin-right: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(5px);
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 50px;
  height: 50px;
  background: #ff3000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -24px;
  top: -17px;
  font-size: 36px;
  font-family: 'Roboto-Medium';
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}