/** Shopify CDN: Minification failed

Line 1521:0 Expected "}" to go with "{"

**/
@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.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Black";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Black_0.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Black";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-Black.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Italic";

  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Italic.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-BlackItalic";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-BoldItalic.otf");
}
@font-face {
  /* 重命名字体名 */
  font-family: "AkzidenzGroteskBQ-XBold";

  /* 引入字体 */
  src: url("/cdn/shop/files/AKZIDENZGROTESK-EXTRABOLD.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: "AkzidenzGroteskBQ-XBoldIt";
  /* 引入字体 */
  src: url("/cdn/shop/files/AkzidenzGrotesk-ExtraBoldItalic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-ExtraBold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-BoldItalic";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-BoldItalic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-BoldItalic";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-BoldItalic.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: "AkzidenzGroteskBQ-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF");
  font-weight: 300;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
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;
  line-height:initial;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  #root {
    zoom: 1 !important;
  }
}
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-header-top {
  height: 130px;
  width: 100%;
  position: fixed;
  top: 115px;
  z-index: 8;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .sp-logo {
  width: 300px;
  margin-left: 45px;
  display:flex;
  align-items:center;
}
.sp-header-top .sp-top-btn {
  width: 382px;
  height: 94px;
  background: #da0000;
  border-radius: 39px;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-family: "Montserrat-Bold";
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-cart {
  width: 74px;
  margin-right: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .icon {
  width: 100%;
}
.sp-cart .num {
  width: 50px;
  height: 50px;
  background: #e21818;
  border-radius: 50%;
  border: 3px solid #ffffff;
  line-height: 48px;
  color: #fff;
  position: absolute;
  right: -24px;
  top: -17px;
  font-size: 36px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .num.gray {
  background-color: #858585;
}
.time-part {
  width: 1080px;
  height: 115px;
  background: #000000;
  color: #ffffff;
  padding: 0 50px 0 50px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 9;
  font-family: "Roboto-Bold";
}
.time-part .sp-text {
  font-size: 46px;
  color: #ffffff;
  font-family: "Roboto-Black";
  font-style: italic;
}
.time-part .min-text {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: "Montserrat-Bold";
  font-weight: bold;
}
.time-part .square {
  width: 102px;
  height: 98px;
  background: url("/cdn/shop/files/202407110-num-bg.png") no-repeat;

  background-size: 100% 100%;
  border-radius: 9px;
  font-size: 82px;
  color: #040404;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto-Bold";
  background-size: 100% 100%;
  flex-shrink: 0;
}
.time-part .dot {
  background-image: url("/cdn/shop/files/202407110-num-dot.png");
  background-size: 100% 100%;
  width: 15px;
  height: 42px;
  flex-shrink: 0;
  margin: 0 15px;
}
.time-part .flex-bet {
  height: 100%;
}
.sp-part-top {
  margin-top: 245px;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sp-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 2;
}
.sp-btn-style1 {
  width: 834px;
  height: 198px;
  background: url("/cdn/shop/files/202504102-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Montserrat-Bold";
  font-size: 66px;
  color: #ffffff;
  animation: skip 4s infinite 1s;
  text-shadow: 2px 2px 5px rgba(163, 33, 18, 0.53);
  gap: 35px;
}

.sp-btn-style1 .sp-arrow {
  width: 48px;
  transform: translateY(2px);
}
.sp-stroke {
  position: relative;
}
.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: 0px 6px 9px #2e2928;
  z-index: -1;
}
.sp-part1 {
  position: relative;
}

.sp-part1 .sp-title-wrap1 {
  position: absolute;
  width: 920px;
  left: 84px;
  top: 65px;
}

.sp-part1 .sp-img1 {
  width: 224px;
  height: 255px;
  animation: shakeCart 3s infinite ease-in-out 0.5s;
  position: absolute;
  left: 12px;
  top: 247px;
  z-index: 2;
}
.sp-part1 .sp-box {
  position: absolute;
  left: 69px;
  top: 286px;
}
.sp-part1 .sp-box .sp-item {
  width: 500px;
  height: 167px;
  background: url("/cdn/shop/files/202504102-img1-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sp-part1 .sp-box .sp-num {
  width: 170px;
  height: 100%;
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part1 .sp-box .sp-num .sp-span {
  font-family: "AkzidenzGroteskBQ-XBold";
  font-size: 111px;
}
.sp-part1 .sp-box .sp-num .sp-span2 {
  font-family: "AkzidenzGroteskBQ-XBold";
  font-size: 65px;
}
.sp-part1 .sp-box .sp-num p {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.sp-part1 .sp-box .sp-p {
  font-size: 34px;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 1px 1px 4px rgba(50, 50, 53, 0.28);
  font-family: "Montserrat-Medium";
  padding-top: 10px;
  box-sizing: border-box;
}
.sp-part1 .sp-circle {
  width: 308px;
  height: 308px;
  background: #000000;

  background: url("/cdn/shop/files/202504102-1.gif") no-repeat;
  background-size: 100% 100%;

  position: absolute;
  left: 696px;
  top: 430px;
  z-index: 1;
  border-radius: 50%;
  border: 4px solid #ff5d00;
  box-sizing: border-box;
}

.sp-part1 .sp-swiper {
  width: 327px;
  height: 305px;
  position: absolute;
  top: 1049px;
  left: 86px;
}
.sp-part1 .sp-swiper .sp-num {
  font-family: "AkzidenzGroteskBQ-XBoldIt";
  font-size: 56px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  left: 43px;
  top: 205px;
}

.sp-part1 .sp-btn-wrap1 {
  bottom: 67px;
  position: absolute;
  left: 483px;
}
.sp-part1 .btn-style {
  width: 541px;
  height: 135px;
  background: url("/cdn/shop/files/202504102-img1-btn.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Montserrat-Bold";
  font-size: 51px;

  box-sizing: border-box;
  animation: skip 4s infinite 1s;
  gap: 28px;
}
.sp-part1 .sp-text {
  position: absolute;
  left: 505px;
  top: 1085px;

  font-family: "AkzidenzGroteskBQ-XBoldIt";
  font-size: 60px;
  line-height: 1;
}
.sp-part1 .sp-text .sp-stroke {
  display: inline-block;
  padding-right: 10px;
  margin-left: -5px;
}
.sp-part1 .sp-text .sp-stroke::before {
  text-shadow: 2px 2px 0px #ffffff;
}
.sp-part1 .sp-text .sp-stroke::after {
  background: linear-gradient(183deg, #f7bd41 0%, #fd7316 99.6337890625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-text .sp-span2 {
  font-size: 115px;
}
.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.sp-title {
  font-size: 63px;
  color: #ffffff;
  line-height: 80px;
  font-family: "Montserrat-ExtraBold";
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.sp-sub-title {
  font-size: 37px;
  color: #ffffff;
  line-height: 47px;
  opacity: 0.71;

  font-family: Roboto;
  text-align: center;
  margin-top: 30px;
}

.sp-part2 .sp-title-wrap {
  top: 92px;
}
.sp-part2 .sp-title {
  font-size: 80px;
  color: #ffffff;
  line-height: 85px;
}
.sp-part2 .sp-img1 {
  width: 1044px;
  position: absolute;
  left: 21px;
  top: 338px;
}
.sp-part2 .sp-text {
  position: absolute;
  width: 100%;
  top: 900px;
  width: 100%;
  font-family: "Roboto-Italic";
  font-size: 40px;
  color: #ffffff;
  line-height: 45px;
  padding: 0 70px;
  gap: 70px;
  text-align: center;
  display: flex;
  box-sizing: border-box;
}
.sp-part2 .sp-text .sp-p {
  flex: 1;
}
.sp-part3 .sp-title-wrap {
  top: 100px;
}
.sp-part3 .sp-title {
  font-size: 66px;
  color: #ffffff;
  line-height: 86px;
}
.sp-part3 .sp-title .sp-p {
  display: inline-block;
  font-family: "Montserrat-ExtraBold";
  font-size: 120px;
  color: #f8be41;
  background: linear-gradient(91deg, #f8be41 10%, #ff4d00d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part3 .sp-title .sp-span {
  display: inline-block;
}
.sp-part3 .sp-title .sp-span2 {
  font-size: 66px;
}
.sp-part3 .sp-sub-title {
  margin-top: 20px;
}

.sp-part3 .sp-gif {
  background: url("/cdn/shop/files/202504102-2.gif") no-repeat;
  background-size: 100% 100%;
  width: 612px;
  height: 775px;

  border-radius: 25px;
  border: 5px solid #fd7516;
  box-sizing: border-box;
  position: absolute;
  top: 420px;
  left: 55px;
}
.sp-part3 .sp-text {
  font-family: "Montserrat-BoldItalic";
  position: absolute;
  width: 530px;
  line-height: 91px;
  left: 0;
  top: 1250px;
  font-size: 45px;
  color: #ffffff;
  text-align: center;
}
.sp-part3 .sp-row {
  position: absolute;
  width: 100%;

  display: flex;
  top: 1364px;
  padding-left: 85px;
  padding-right: 16px;
  box-sizing: border-box;
}
.sp-part3 .sp-row .sp-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-part3 .sp-item .sp-icon {
  width: 118px;
}
.sp-part3 .sp-item .sp-p {
  font-family: Roboto;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  line-height: 32px;
  margin-top: 14px;
}
.sp-part4 {
}
.sp-part4 .sp-title-wrap {
  top: 90px;
  text-align: center;
}
.sp-part4 .sp-title {
  font-size: 75px;
}
.sp-part4 .sp-img1 {
  position: absolute;
  left: 55px;
  top: 251px;
  width: 959px;
}
.sp-part4 .sp-t {
  font-family: "Montserrat-BlackItalic";
  font-size: 65px;
  color: #ffffff;
  position: absolute;
  left: 55px;
  top: 884px;
  width: 540px;
  text-align: center;
  line-height: 1;
}
.sp-part4 .sp-t2 {
  font-family: "Montserrat-BoldItalic";
  color: #8b8b8b;
  width: 410px;
  left: 600px;
}
.sp-part4 .sp-text {
  position: absolute;
  top: 982px;
  right: 506px;
  z-index: 2;
}
.sp-part4 .sp-text .sp-p {
  width: 470px;
  height: 87px;
  background: #fd7516;
  box-shadow: 2px 2px 8px 0px rgba(70, 70, 70, 0.4);
  border-radius: 44px;
  margin-bottom: 33px;
  font-family: "Roboto-Medium";
  text-align: center;
  font-size: 38px;
  line-height: 88px;
  margin-left: auto;
}
.sp-part4 .sp-text .sp-p2 {
  width: 530px;
}
.sp-part4 .sp-text2 {
  position: absolute;
  top: 989px;
  left: 495px;
}
.sp-part4 .sp-text2 .sp-p {
  width: 482px;
  height: 74px;
  background: #69696a;
  border-radius: 37px;
  margin-bottom: 46px;
  font-family: "Roboto-Medium";
  text-align: center;
  font-size: 32px;
  line-height: 75px;
  padding-left: 60px;
  box-sizing: border-box;
}
.sp-part4 .sp-text2 .sp-p2 {
  width: 546px;
}
.sp-part5 {
}
.sp-part5 .sp-title-wrap {
  position: absolute;

  top: 200px;
}
.sp-part5 .sp-img-p {
  width: 468px;
  position: absolute;

  top: 1370px;
  right: 0;
  z-index: 3;
}

.sp-part5 .sp-box {
  background: url("/cdn/shop/files/202504102-img5-1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 114px;
  top: 524px;
  width: 793px;
  height: 1119px;
}
.sp-part5 .sp-box .sp-text {
  width: 100%;
  font-family: "Roboto-BoldItalic";
  font-size: 50px;
      line-height: 1.2;
    position: absolute;
    top: -153px;
  text-align: center;
  transform: rotate(-6deg);
}
.sp-part5 .sp-box .sp-text .sp-span {
  font-size: 90px;
}
.sp-part5 .sp-box .sp-text .sp-span2 {
  font-size: 70px;
}
.sp-part5 .sp-swiper1 {
  width: 793px;
  position: absolute;
  top: 0px;

  padding-top: 200px;
  padding-bottom: 80px;
}
.sp-part5 .swiper .swiper-slide {
  position: relative;
}
.sp-part5 .swiper .sp-img {
  transform: skewY(-6deg);
  width: 674px;
  height: 970px;
  margin: 0 auto;

  box-sizing: border-box;
}

.sp-part5 .swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fd7516;
  border-radius: 50%;
  opacity: 0.45;
  margin: 0 13px !important;
}
.sp-part5 .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd7516;
}
.sp-part6 .sp-title-wrap {
  top: 90px;
}
.sp-part6 .sp-title {
  font-size: 59px;
}
.sp-part6 .sp-sub-title {
  padding: 0 110px;
  box-sizing: border-box;
}
.sp-part6 .sp-box {
  position: absolute;
  left: 798px;
  top: 380px;
  font-family: "Montserrat-Medium";
  font-size: 45px;
  color: #ffffff;
  line-height: 0.95;
}
.sp-part6 .sp-box .sp-text {
  font-family: "Montserrat-ExtraBold";
  font-size: 52px;
  background: linear-gradient(91deg, #f8be41 0%, #ff4e00 99.6337890625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part6 .sp-box .sp-text .sp-span {
  font-size: 130px;
}
.sp-part6 .sp-box .sp-tab img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.sp-part7 .sp-title-wrap {
  top: 97px;
}

.sp-part7 .sp-t {
  width: 220px;

  position: absolute;
  top: 1192px;
  font-family: Roboto;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  line-height: 35px;
}
.sp-part7 .sp-t1 {
  left: 70px;
  transform: skewY(-5deg);
}
.sp-part7 .sp-t2 {
  left: 320px;
  top: 1190px;
  transform: skewY(-8deg);
}
.sp-part7 .sp-t3 {
  right: 320px;
  top: 1190px;
  transform: skewY(8deg);
}
.sp-part7 .sp-t4 {
  right: 72px;
  transform: skewY(9deg);
}
.sp-part7 .sp-img {
  width: calc(100% + 4px);
  margin-left: -2px;
}
.sp-part8 {
  padding: 500px 126px 102px;
  background: linear-gradient(179deg, #000000, #717171);
  box-sizing: border-box;
  height: 1387px;
}
.sp-part8 .sp-title-wrap {
  position: absolute;
  top: 186px;
  left: 0;
}

.sp-part8 .sp-sub-title {
  margin-top: 20px;
}
.sp-part8 .sp-gif {
  width: 100%;
  height: 771px;

  border-radius: 30px;

  background: url("/cdn/shop/files/202504102-5.gif") no-repeat;
  background-size: 100% 100%;
  border: 5px solid #ff7800;

  box-sizing: border-box;
}
.sp-part9 {
  box-sizing: border-box;
  padding-top: 100px;
}
.sp-part9 .sp-title {
  font-size: 69px;
  margin-bottom: 90px;
  color: #0c0c0c;
}

.sp-part9 .sp-box {
  margin-left: 158px;
  width: 614px;
  position: relative;
}
.sp-part9 .sp-box2 {
  margin-left: 147px;
  width: 781px;
  position: relative;
  margin-top: 90px;
}
.sp-part9 .sp-box3 {
  margin: 75px auto;
  width: 935px;
  height: 177px;
  background: url("/cdn/shop/files/202504102-img9-bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-part9 .sp-box3 .sp-p {
  font-family: "Roboto";
  color: #0c0c0c;
  font-size: 45px;
  line-height: 57px;
}
.sp-part9 .sp-box3 .sp-span {
  font-family: "Roboto-Medium";
}
.sp-part9 .sp-t {
  position: absolute;

  font-family: "Roboto";
  font-size: 30px;
  color: #0c0c0c;
  line-height: 35px;
}
.sp-part9 .sp-t1 {
  width: 120px;
  left: -40px;
  top: 360px;
  text-align: center;
}
.sp-part9 .sp-t2 {
  width: 240px;
  top: 69px;
  left: 495px;
}
.sp-part9 .sp-t3 {
  width: 280px;
  top: 203px;
  left: 536px;
}
.sp-part9 .sp-t4 {
  width: 280px;
  top: 465px;
  left: 488px;
}
.sp-part9 .sp-t5 {
  top: 182px;
  left: -22px;
}
.sp-part9 .sp-t6 {
  top: 295px;
  left: 166px;
}
.sp-part9 .sp-t7 {
  top: 182px;
  left: 458px;
}
.sp-part9 .sp-t8 {
  top: 292px;
  left: 645px;
}

.sp-nav {
  height: 323px;
  background: url("/cdn/shop/files/202504102-brand-bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  padding-left: 38px;
  align-items: center;
  gap: 46px;
  box-sizing: border-box;
  font-family: "Roboto-Medium";
  font-size: 35px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 44px;
  padding-right: 20px;
}
.sp-nav img {
  width: 232px;
  flex-shrink: 0;
}
.sp-nav .title-s {
  font-family: "Roboto-Bold";
  font-size: 65px;
  margin-bottom: 15px;
  color: #ffffff;
  font-style: italic;
  line-height: 1;
  margin-left: -10px;
}
.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 55px 15px 0px;
  background-color: rgba(38, 38, 38, 1);
  margin-top: -2px;
}
.product-part .sp-wrap {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 47px 56px 55px;
}

.product-part .swiper,
.product-part .swiper-slide {
  width: 937px;
  height: 595px;
  background: #ffffff;
  border-radius: 30px;
  
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-part .swiper-slide{
  border: 3px solid #000000;
}

.product-part .sp-padding {
  box-sizing: border-box;
}
.product-part .option-title {
  font-size: 35px;
  color: #696969;
  line-height: 1;

  margin: 24px 0px 16px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  position: relative;
}

.product-part .sp-option {
      min-width: 200px;
    padding: 0 20px;
  height: 76px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #a5a5a5;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 35px;
  color: #595959;
  line-height: 1.1;
  position: relative;
  box-sizing: border-box;
  gap: 10px;
}

.product-part .sp-option.active {
  background: #393939;
  border-color: #393939;
  color: #fff;
}
.product-part .sp-option .sp-fire {
  width: 29px;
  flex-shrink: 0;
}
.product-part .sp-option .sp-icon {
  width: 67px;
  position: absolute;
  top: -36px;
  right: 3px;

  flex-shrink: 0;
}

.product-part .sp-free {
  width: 125px;
  height: 126px;
  background: url("/cdn/shop/files/202504102-free.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 314px;
  left: 741px;

  text-align: center;

  font-family: "AkzidenzGroteskBQ-Medium";
  font-size: 35px;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 20px;
}
.product-part .price1 {
  font-family: "Roboto-Bold";
  font-size: 82px;
  color: #d70000;
}

.product-part .price2 {
  font-size: 50px;
  color: #999999;
  margin-left: 25px;
  font-family: "AkzidenzGroteskBQ-Medium";
}

.product-part .sp-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transform: translateY(14px);
}
.product-part .sp-row img {
  height: 106px;
}
.product-part .sp-row p {
  font-family: "Roboto-Bold";
  font-size: 34px;
  color: #ffffff;
  width: 190px;
  height: 55px;
  line-height: 57px;
  background: #d33100;

  margin-left: -50px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 20px;
}
.product-part .sp-padding {
  box-sizing: border-box;
}
.product-part .addCart {
  width: 495px;
  height: 91px;
  border-radius: 20px;
  border: 3px solid #828282;
  box-sizing: border-box;
  font-size: 39px;
  color: #000000;
  gap: 25px;
  text-transform: uppercase;
  padding-top: 2px;
}
.product-part .addCart .sp-icon {
  width: 40px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #ff3f3f, #d30000);
  border-radius: 30px;
  font-family: "AkzidenzGroteskBQ-Bold";
  cursor: pointer;
  margin: 42px auto 50px;
  font-size: 59px;
  color: #fff;
  text-align: center;
  position: relative;
  animation: skip 4s infinite;
}

.product-part .sp-btn-style .sp-btn-tip {
  display: none;
}
.product-part .sp-btn-style.sp-free-btn {
  background: #ff0000;
}
.product-part .sp-btn-style.sp-free-btn .sp-btn-tip {
  position: absolute;
  top: -11px;
  right: -17px;
  background: url("/cdn/shop/files/202504102-tip.png") no-repeat;
  width: 304px;
  height: 71px;
  background-size: 100% 100%;
  display: flex;
  font-family: "AkzidenzGroteskBQ-Bold";
  padding-left: 20px;
  padding-top: 15px;
  line-height: 1;
  font-size: 30px;
  text-shadow: 2px 0px 2px rgba(192, 91, 32, 0.3);
  color: #ffffff;
  text-transform: none;
  box-sizing: border-box;
  display: block;
}
.product-part .sp-btn-style.sp-free-btn .sp-btn-tip p {
  display: flex;
  gap: 14px;
  align-items: center;
}
.product-part .sp-btn-style.sp-free-btn .sp-btn-tip img {
  width: 53px;
  flex-shrink: 0;
}
@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: 400px;
  height: 90px;
  border-radius: 15px;
  border: 3px solid #828282;

  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 34px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto-Bold";
  background: #eeeeee;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing:content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  color: #3f3f3f;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 41px;
  border-left: 2px solid #646464;
  border-right: 2px solid #646464;
}
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-tip5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #222222;
  margin-bottom: 35px;
}
.sp-tip5 img {
  width: 79px;
}
.sp-tip5 .sp-span {
  color: #de1a00;
}
.sp-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  font-size: 36px;
  color: #151515;
}
.sp-nav5 img {
  width: 37px;
}
.sp-nav5 .sp-span {
  color: #d81e06;
}

.sp-remark {
  width: 100%;
  background: #262626;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 41px 81px;

  background-size: 100% 100%;
  box-sizing: border-box;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.sp-icon-text {
  font-size: 40px;
  font-family: "Roboto";
  white-space: nowrap;
  color: #fff;
}
.sp-remark .sp-icon {
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 20px;
  flex-shrink: 0;
}

.sp-remark .sp-icon1 {
  background-image: url("/cdn/shop/files/202504102-icon1.png");
}
.sp-remark .sp-icon2 {
  width: 46px;
  height: 35px;
  background-image: url("/cdn/shop/files/202504102-icon2.png");
}
.sp-remark .sp-icon3 {
  background-image: url("/cdn/shop/files/202504102-icon3.png");
}

.sp-remark .sp-icon4 {
  width: 39px;
  background-image: url("/cdn/shop/files/202504102-icon4.png");
}
.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;

.Vtl-StickyAddToCartWidget--isVisible,.Vtl-StickyAddToCartWidget__Container{
      display: none !important;
}
