/** Shopify CDN: Minification failed

Line 967:0 Unexpected "}"

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

@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF');
}

@font-face {
  /* 重命名字体名 */
  font-family: 'BodoniBT-Bold';
  /* 引入字体 */
  src: url('/cdn/shop/files/Bodoni-Bd-BT-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'JewelHill';
  /* 引入字体 */
  src: url('/cdn/shop/files/kkjwlhil.ttf');
  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: 'AkzidenzGroteskBQ-Medium';
  /* 引入字体 */
  src: url('/cdn/shop/files/AKZIDENZGROTESK-MEDIUM.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Light';

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

  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Italic.ttf');

  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Montserrat-BlackItalic';

  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-BlackItalic.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;
}

#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: 154px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 8;
  max-width: 1080px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .sp-logo {
  width: 272px;
  margin-left: 56px;
}
.sp-header-top .sp-top-btn {
  width: 453px;
  height: 110px;
  background: url('/cdn/shop/files/20250417-btn-bg2.png')
    no-repeat;
  background-size: 100% 100%;
  border-radius: 39px;
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-family: 'Roboto-Black';
  margin-right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
  gap: 20px;
}
.sp-header-top .sp-top-btn .sp-icon {
  width: 20px;
}
.sp-cart {
  width: 117px;
  height: 112px;
  border-radius: 20px;
  border: 4px solid #4e4e4e80;

  margin-right: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .sp-icon {
  width: 65px;
}
.sp-cart .sp-num {
  width: 50px;
  height: 50px;
  background: #cf0101;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -14px;
  top: -12px;
  font-size: 36px;
  font-family: 'Roboto-Bold';
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}
.time-part {
  width: 1080px;
  height: 119px;
  background: #222222;
  color: #ffffff;
  padding: 0 50px 0 50px;
  position: fixed;
  top: 154px;
  box-sizing: border-box;
  z-index: 9;
  font-family: 'Roboto-Bold';
}
.time-part .sp-text {
  font-size: 41px;
  color: #ffffff;
  font-family: 'Montserrat-Bold';
  line-height: 40px;
}

.time-part .min-text {
  font-size: 17px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: 'Montserrat-Bold';
  font-weight: bold;
}
.time-part .square {
  width: 101px;
  height: 98px;
  background: url('/cdn/shop/files/202407110-num-bg.png')
    no-repeat;
  background-size: 100% 100%;
  /* border-radius: 9px; */
  font-size: 82px;
  color: #343434;
  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: 46px;
  flex-shrink: 0;
  margin: 0 14px;
}
.time-part .flex-bet {
  height: 100%;
}

.sp-part-top {
  margin-top: 273px;
}

.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-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: 3px 7px 2px rgba(122, 57, 192, 0.27);
  z-index: -1;
}

.sp-btn-style1 {
  width: 1080px;
  height: 167px;
  /* background: url("/cdn/shop/files/20250417-btn-bg.png") no-repeat;
  background-size: 100% 100%; */
  background: #d30000;
  background-position: center center;
  font-size: 71px;
  color: #ffffff;
  cursor: pointer;

  line-height: 1;
  font-family: 'AkzidenzGroteskBQ-Bold';
  z-index: 1;
  position: relative;
}
.sp-btn-style-ani::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('/cdn/shop/files/20250417-shake.gif')
    no-repeat;
  background-size: 100% auto;
  mix-blend-mode: normal;
}
.sp-btn-style1 .sp-p {
  animation: skip2 4s infinite 1s;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-title {
  font-family: 'BodoniBT-Bold';
  text-align: center;
  width: 100%;
  font-size: 80px;
  color: #262626;
  line-height: 80px;
}

.sp-sub-title {
  font-family: Roboto;
  text-align: center;
  width: 100%;
  font-size: 38px;
  color: #1b1b1b;
  line-height: 44px;
  font-style: italic;
  opacity: 0.8;
  margin-top: 32px;
}
.sp-sub-title.sp-color {
  color: #252525;
}
.sp-part1 .sp-word1 {
  width: 100%;
  position: absolute;
  top: 42px;
  text-align: center;
  font-size: 156px;
  color: #ffffff;
  font-family: 'BodoniBT-Bold';
  line-height: 0.73;
}
.sp-part1 .sp-word1::after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #ffffff00 62%, #ffffff20 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotateX(180deg) translateY(-100%);
}
.sp-part1 .sp-word2 {
  position: absolute;
  top: 183px;
  left: 80px;

  font-size: 90px;
  color: #ffffff;
  font-family: 'JewelHill';

  line-height: 1;
}
.sp-part1 .sp-word3 {
  width: 100%;
  position: absolute;
  top: 186px;
  text-align: center;
  font-size: 156px;
  color: #ffffff;
  font-family: 'Montserrat-ExtraBold';
  line-height: 1;
  background: linear-gradient(
    0deg,
    rgba(167, 55, 51, 0.73) 0%,
    rgba(180, 18, 22, 0.73) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-word4 {
  position: absolute;
  top: 35px;
  width: 100%;
  text-align: center;

  font-size: 80px;
  color: #b01010;
  font-family: 'JewelHill';

  line-height: 1;
}
.sp-part1 .sp-word4 .sp-span {
  font-size: 180px;
}
.sp-part1 .sp-brand {
  width: 263px;
  height: 254px;
  background: url('/cdn/shop/files/20250417-img1-brand.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;

  position: absolute;
  top: 270px;
  right: 66px;
  font-family: 'Montserrat-ExtraBold';
  font-size: 74px;
  color: #dd0005;
  line-height: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  box-sizing: border-box;
}
.sp-part1 .sp-box {
  width: 1028px;
  height: 406px;
  background: url('/cdn/shop/files/20250417-img1-1.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 38px;
  position: absolute;
  top: 1090px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-part1 .sp-box .sp-row {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: 'Roboto-Medium';
  text-align: center;
  font-size: 45px;
  color: #262626;
  line-height: 48px;
}
.sp-part1 .sp-box .sp-row .sp-span {
  color: #d30000;
  font-style: italic;
}
.sp-part1 .sp-box2 {
  width: 990px;
  height: 278px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 18px 20px;
  position: absolute;
  top: 370px;
  left: 50px;
}
.sp-part1 .sp-box2 .sp-scroll .swiper-slide {
  width: 238px;
  height: 244px;
}
.sp-part1 .sp-img1 {
  width: 1080px;
  height: 342px;
  position: absolute;
  top: 0px;
}
.sp-part1 .sp-btn-style2 {
  background: url('/cdn/shop/files/20250417-img1-btn.png')
    no-repeat;
  background-size: 100% 100%;
  width: 928px;
  height: 165px;
  position: absolute;
  top: 1420px;
  left: 76px;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 66px;
  color: #ffffff;
  z-index: 2;
  animation: skip 4s infinite 1s;
  padding-top: 6px;
  box-sizing: border-box;
}
.sp-part1 .sp-btn-style3 {
  background: url('/cdn/shop/files/20250417-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  width: 1080px;
  height: 167px;
  position: absolute;
  bottom: 0;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 66px;
  color: #ffffff;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 4px;
}
.sp-part1 .sp-btn-style3 .sp-p {
  animation: skip2 4s infinite 1s;
}
.sp-part1 .sp-scroll {
  width: 100%;
  border-radius: 20px;
}
.sp-part1 .sp-scroll .swiper-slide {
  width: 238px;
  height: 264px;
}
.sp-scroll .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-part1 .sp-box3 {
  width: 944px;
  height: 129px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 3px 20px;
  position: absolute;
  bottom: 122px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto-Medium';
  font-size: 45px;
  color: #d32300;
}
.sp-part1 .sp-box3 .sp-p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.sp-part1 .sp-box3 img {
  width: 80px;
  transform: translateY(-3px);
}
.sp-part2 {
  background: url('/cdn/shop/files/20250417-img2-bg.jpg')
    no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  padding-top: 95px;
  margin-top: -2px;
}

.sp-part2 .sp-title {
  padding: 0 140px;
  box-sizing: border-box;
}
.sp-part2 .sp-img-p {
  width: 564px;
  position: absolute;
  bottom: 0;
  left: 46px;
  z-index: 2;
}
.sp-part2 .sp-box {
  width: 1080px;
  height: 611px;
  background: url('/cdn/shop/files/20250417-img2-bg2.jpg ')
    no-repeat;
  background-size: 100% 100%;
  padding-top: 18px;
  box-sizing: border-box;
  margin-top: 40px;
}
.sp-part2 .sp-box .sp-row {
  font-family: 'Roboto-Medium';
  font-size: 43px;
  color: #ffffff;
  line-height: 44px;
  font-style: italic;
  font-size: 38px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  margin-top: 46px;
}
.sp-part2 .sp-scroll .swiper-slide {
  width: 394px;
  height: 458px;
  margin: 0 7px;
  overflow: hidden;
}
.sp-part2 .sp-scroll .swiper-slide .sp-img {
  height: 460px;
}
.sp-part2 .sp-gif {
  width: 983px;
  height: 854px;

  border-radius: 30px;
  background: url('/cdn/shop/files/20250417-1.gif')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 50px auto 80px;
}
.sp-part3 {
}
.sp-part3 .sp-title-wrap {
  top: 105px;
}

.sp-part3 .sp-gif {
  width: 517px;
  height: 298px;
  border-radius: 20px;
  border: 4px solid #a54845;
  background: url('/cdn/shop/files/20250417-2.gif')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: absolute;
  top: 426px;
  right: 64px;
}
.sp-part3 .sp-box {
  width: 1028px;
  height: 420px;
  background: url('/cdn/shop/files/20250417-img3-2.png')
    no-repeat;
  background-size: 100% 100%;
  margin: 40px auto 65px;
}
.sp-part3 .sp-box .sp-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 610px;
  height: 100%;
}
.sp-part3 .sp-row {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 53px;
  color: #422322;
  line-height: 1;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sp-part3 .sp-row img {
  width: 80px;
  transform: translateY(-3px);
}
.sp-part3 .sp-row2 {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 59px;
  color: #c9160b;
  line-height: 1;
  font-style: italic;
  background: linear-gradient(
    180deg,
    rgba(213, 23, 12, 0.9) 0%,
    rgba(173, 19, 10, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 6px;
}
.sp-part3 .sp-row2 .sp-span {
  font-size: 120px;
}
.sp-part3 .sp-row2 .sp-span2 {
  font-size: 72px;
}
.sp-part3 .sp-btn-style2 {
  width: 510px;
  height: 107px;
  background: #d30000;
  border-radius: 53px;

  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 53px;
  color: #ffffff;
  z-index: 2;
  margin-top: 24px;
  animation: skip 4s infinite 1s;
}
.sp-part4 {
  background: url('/cdn/shop/files/20250417-img4-bg.jpg')
    no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  padding-top: 105px;
}

.sp-part4 .sp-btn-style1 {
  margin-top: -40px;
}
.sp-part4 .sp-sub-title {
  margin-bottom: 35px;
}
.sp-part4 .sp-sub-title .sp-p {
  color: #d30000;
}
.sp-part4 .sp-img1 {
  width: 979px;
  margin: 66px auto 0;
  display: block;
}
.sp-part4 .sp-gif {
  width: 969px;
  height: 506px;
  border-radius: 20px;
  background: url('/cdn/shop/files/20250417-3.gif')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 0 auto 45px;
}
.sp-part4 .sp-box {
  width: 982px;
  height: 222px;
  background: url('/cdn/shop/files/20250417-img4-bg2.png')
    no-repeat;
  background-size: 100% 100%;
  margin: 0px auto 100px;
  padding-left: 385px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.sp-part4 .sp-box .sp-t1 {
  font-family: 'Roboto-Medium';
  font-size: 46px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.sp-part4 .sp-box .sp-row {
  display: flex;
  justify-content: space-evenly;
}
.sp-part4 .sp-box .sp-row .sp-p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 28px;
  color: #ffffff;
}
.sp-part4 .sp-box .sp-row .sp-p img {
  width: 84px;
  flex-shrink: 0;
}
.sp-part4 .sp-text {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  text-align: center;
  font-family: 'Roboto';
  font-size: 38px;
  color: rgba(27, 27, 27, 0.7);
  line-height: 44px;
  font-style: italic;
  margin: 34px auto 0;
}
.sp-part4 .sp-text .sp-p {
  width: 600px;
}
.sp-part4 .sp-text img {
  flex-shrink: 0;
  width: 106px;
}
.sp-part5 {
}
.sp-part5 .sp-title-wrap {
  top: 98px;
  padding: 0 180px;
}
.sp-part5 .sp-row {
  position: absolute;
  top: 1080px;
  width: 100%;
  padding: 0 70px;
  box-sizing: border-box;
  display: flex;
  gap: 30px;
  font-family: 'Roboto-Bold';
  text-align: center;
  font-size: 38px;
  color: #1b1b1b;
  line-height: 44px;
  font-style: italic;
}
.sp-part5 .sp-row .sp-p {
  flex: 1;
}
.sp-part5 .sp-box {
  width: 1028px;
  height: 500px;

  margin: 42px auto 38px;
}
.sp-part5 .sp-box .sp-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: absolute;
  top: 0;
  left: 498px;
  height: 100%;
  width: 500px;
}
.sp-part5 .sp-box .sp-area .sp-p {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 50px;

  line-height: 53px;
  font-style: italic;
  background: linear-gradient(
    180deg,
    rgba(213, 23, 12, 0.73) 0%,
    rgba(173, 19, 10, 0.73) 100%
  );
  background-color: #422322;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part5 .sp-box .sp-area .sp-p2 {
  font-size: 30px;
  color: #422322;
  line-height: 35px;
  font-style: italic;
  background: linear-gradient(
    180deg,
    rgba(213, 23, 12, 0.73) 0%,
    rgba(173, 19, 10, 0.73) 100%
  );
  background-color: #422322;
  opacity: 0.8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part6 {
  background: url('/cdn/shop/files/72.jpg?v=1744943385')
    no-repeat;
  background-size: 100% 100%;
  padding: 110px 60px 150px;
  box-sizing: border-box;
}
.sp-part6 .sp-title {
  width: 700px;
  text-align: left;
  margin-bottom: 40px;
    position: relative;
    top: -44px;
}
}

.sp-part6 .sp-icon{
  position: absolute;
  top: 134px;
  right: 48px;
  width: 122px;
}
.sp-part6 .sp-color {
  position: absolute;
  top: 168px;
  left: 88px;
  display: flex;
  gap: 13px;
}
.sp-part6 .sp-color .sp-p {
  width: 18px;
  height: 18px;
  background: #e35c7c;
  border-radius: 50%;
}
.sp-part6 .sp-row {
  width: 100%;
  position: absolute;

  display: flex;
  gap: 7px;
  font-family: Roboto;
  font-size: 32px;
  color: #1b1b1b;
  line-height: 1;
  font-style: italic;
  text-align: center;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
}
.sp-part6 .sp-row1 {
  top: 297px;
}
.sp-part6 .sp-row2 {
  top: 652px;
}
.sp-part6 .sp-row3 {
  top: 1006px;
}
.sp-part6 .sp-row4 {
  top: 1345px;
  font-size: 30px;
  display: none;
}

.sp-part7 {
  background: #fffcf8;
  padding-bottom: 70px;
}
.sp-part7 .sp-box {
  width: 1080px;
  height: 163px;
  background: #a54845;
  font-family: 'BodoniBT-Bold';
  font-size: 78px;
  color: #ffffff;
  text-align: center;
  line-height: 163px;
  margin-bottom: 66px;
}
.sp-part7 .sp-title {
  font-size: 60px;
  color: #a54845;
  line-height: 1;
}
.sp-part7 .sp-img1 {
  margin: 54px 9px 17px 15px;
  box-sizing: border-box;
  display: block;
}
.sp-part7 .sp-t {
  width: 270px;
  font-family: 'Roboto-Medium';
  font-size: 26px;
  color: #2e2e2e;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.sp-part7 .sp-t2 {
  width: 190px;
}
.sp-part7 .sp-t3 {
  width: 330px;
}
.sp-part7 .sp-t4 {
  width: 240px;
}
.sp-part7 .sp-ul {
  margin-left: 90px;
  margin-top: 88px;
  width: 900px;

  font-family: 'Roboto-Light';
  font-size: 35px;
  color: #2e2e2e;
  line-height: 40px;
}
.sp-part7 .sp-li {
  margin-bottom: 30px;
}
.sp-part7 .sp-li .sp-p {
  font-family: 'Roboto-Medium';
  font-size: 35px;
  color: #2e2e2e;
  line-height: 40px;
}
.sp-part7 .sp-item {
  width: 540px;
  position: absolute;
  left: 474px;
  top: 590px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-family: 'Roboto';
  font-size: 26px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
}
.sp-part7 .sp-item .sp-img {
  width: 224px;
  flex-shrink: 0;
}
.sp-part7 .sp-item2 {
  top: 902px;
  text-align: right;
  flex-direction: row-reverse;
}

.sp-part7 .sp-item3 {
  top: 1213px;
}
.sp-part7 .sp-item .sp-text {
  font-family: 'Roboto-Black';
  font-size: 38px;
  color: #000000;
  line-height: 60px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 8px;
}

.sp-nav {
  height: 329px;
  background: url('/cdn/shop/files/752.png?v=1744966270')
    no-repeat;
  background-size: 100% 100%;
}

.sp-nav .sp-row {
  font-family: 'Roboto-Italic';
  width: 320px;
  position: absolute;
  top: 208px;
  left: 186px;
  font-size: 23px;
  color: #d9001b;
  line-height: 26px;
}

.sp-nav .sp-row .sp-span {
  display: inline-block;
  font-family: 'Montserrat-BlackItalic';
  font-size: 37px;
  color: rgba(243, 0, 30, 1);
}

.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 55px 30px 0px;
}
.product-part .sp-swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.product-part .sp-swiper {
  width: 772px;
  height: 634px;
  border-radius: 30px;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.product-part .sp-swiper .sp-img {
  width: 100%;
  height: 100%;
}
.product-part .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-part .sp-swiper-thumbs {
  height: 634px;
  width: 212px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
.product-part .sp-swiper-thumbs .swiper-slide {
  width: calc(212px - 12px);
  height: calc(205px - 12px);

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

  border-radius: 30px;
  box-sizing: border-box;

  cursor: pointer;
  overflow: hidden;
}
.product-part .sp-swiper-thumbs .swiper-slide .sp-img {
  width: 100%;
  height: 100%;
}
.product-part .sp-swiper-thumbs .swiper-slide-thumb-active {
  border: 6px solid #d72329;
}
.product-part .sp-padding {
  box-sizing: border-box;
}
.product-part .sp-option-title {
  font-size: 38px;
  color: #353535;
  opacity: 0.8;

  margin: 34px 0 16px;
  line-height: 1;
}
.product-part .opt-group {
  width: calc(100% + 10px);
  display: flex;
  gap: 14px;
  position: relative;
  flex-wrap: wrap;
}

.product-part .sp-option {
  width: 245px;
  height: 88px;
  background: #ffffff;
  border-radius: 44px;
  border: 2px solid #9c9c9c;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 36px;
  color: #353535;
  line-height: 1;
  box-sizing: border-box;
}

.product-part .sp-option.active {
  background: #282828;
  border-color: #282828;
  color: #fff;
}
#sp-style  .sp-option {
  width: auto;
  height: auto;
  padding: 18px 40px;
}
.product-part .opt-group2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}
.product-part .opt-group2 .sp-option {
  width: 257px;
}

.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 20px;
}
.product-part .price1 {
  font-size: 100px;
  color: #d92227;
  font-family: 'Roboto-Bold';
}

.product-part .price2 {
  font-size: 40px;
  color: #878787;
  margin-left: 34px;
}

.product-part .sp-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 40px;
  transform: translateY(14px);
}
.product-part .sp-row img {
  height: 115px;
}
.product-part .sp-row p {
  color: #ffffff;
  width: 297px;
  height: 68px;
  background: #ff0007;
  line-height: 69px;
  font-size: 50px;
  margin-left: -50px;
  z-index: -1;
  text-align: center;
  padding-left: 25px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 25px;
}

.product-part .addCart {
  width: 550px;
  height: 120px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #222222;
  box-sizing: border-box;
  font-size: 44px;
  color: #000000;
  gap: 25px;
}
.product-part .addCart .sp-icon {
  width: 44px;
}
.product-part .sp-btn-style {
  width: 100%;
  height: 160px;
  background: #d92227;
  border-radius: 20px;
  color: #fff;
  font-size: 64px;
  margin-top: 32px;
  margin-bottom: 52px;
  animation: skip 4s infinite;
  font-family: 'Roboto-Bold';
}

@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: 440px;
  height: 120px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;
  font-family: 'Roboto-Medium';
  font-size: 50px;
  color: #000000;
  padding: 0px 45px;
  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: 33px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  color: #121212;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Bold';
  font-size: 50px;
  /* border-left: 2px solid #666666;
  border-right: 2px solid #666666; */

  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-tip5 {
  width: 1080px;
  height: 80px;
  background: #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 37px;
  color: #ffffff;
  font-family: 'Roboto';

  white-space: nowrap;
}
.sp-tip5 .sp-icon {
  width: 56px;
  flex-shrink: 0;
}
.sp-footer1 {
  display: block;
  margin: 0 auto 0;
  width: 828px;
  height: 90px;
}
.sp-footer2 {
  display: block;
  margin: 36px auto 0;
  width: 966px;
  height: 242px;
}

.sp-remark {
  width: 100%;
  background: #1a1a1a;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 91px;

  background-size: 100% 100%;
  box-sizing: border-box;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.sp-icon-text {
  font-size: 37px;
  color: #ffffff;
  font-family: 'Roboto';
  white-space: nowrap;
}
.sp-remark .sp-icon {
  width: 43px;
  height: 43px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 30px;
  flex-shrink: 0;
}

.sp-remark .sp-icon1 {
  background-image: url('/cdn/shop/files/20250417-icon1.png');
}
.sp-remark .sp-icon2 {
  height: 34px;
  background-image: url('/cdn/shop/files/20250417-icon2.png');
}
.sp-remark .sp-icon3 {
  background-image: url('/cdn/shop/files/20250417-icon3.png');
}

.sp-remark .sp-icon4 {
  width: 38px;
  background-image: url('/cdn/shop/files/20250417-icon4.png');
}
.mf-bundle-product {
  zoom: 2.2;
  /* margin: 20px; */
}
.app-embed-plus-component-bundler {
  margin: 20px 0;
}
.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;
}

.app-embed-plus-component-bundler-shadow {
  padding: 5px !important;
}

.component-select-preview .component-select-preview-text {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 15px !important;
}

.component-select-preview .component-select-preview-suffix {
  font-size: 15px !important;
  color: #000 !important;
}

.component-count-decline,
.component-count-add {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 13px !important;
}

.component-count-value {
  font-size: 16px !important;
  font-weight: 500;
}

.component-price-content {
  font-size: 20px !important;
}

.component-price-real-save {
  border: 1px solid #ff0000 !important;
  background-color: #ff0000;
  color: #fff !important;
  font-size: 13px !important;
}

.app-embed-plus-component-pay-button-address-text {
  color: red !important;
  font-weight: 600 !important;
  zoom: 1.3;
}

.lt_back_to_top,
.guarantee_column_container,
.collapsible-content__wrapper {
  display: none !important;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
  font-size: 45px;
}
#root table.customer-buy-more-discount-table {
  color: #000;
}
#root .quick-add-hidden {
  margin: 20px 40px 40px;
  font-size: 40px;
}
#root table.customer-buy-more-discount-table th,
td {
  padding: 20px 10px !important;
}

.app-embed-plus-component-bundler-shadow {
  zoom: 1 !important;
}
.app-embed-plus-component-pay-button-address-text {
  color: #191919;
}
.app-embed-plus-component-bundler {
  padding-top: 0px;
}
