/** Shopify CDN: Minification failed

Line 1461: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.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'AkzidenzGroteskBQ-Bold';
  /* 引入字体 */
  src: url('/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: 'Poppins-ExtraBold';

  src: url('/cdn/shop/files/Poppins-ExtraBold.ttf');
  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-XBdCnd';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF?v=1733917995');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Montserrat-Medium';
  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Montserrat-SemiBold';

  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-SemiBold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: '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;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Light';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Montserrat-Black';
  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-Black.otf');
  font-weight: normal;
  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;
}

#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;
}

.sp-flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-header-top {
  height: 140px;
  width: 100%;
  position: fixed;
  top: 0px;
  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: 246px;
  margin-left: 40px;
}
.sp-header-top .sp-top-btn {
  width: 430px;
  height: 100px;
  background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
  border-radius: 80px;
  text-align: center;
  font-size: 46px;
  color: #ffffff;
  font-family: 'Roboto-Black';
  margin-right: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: skip 4s infinite;
  cursor: pointer;
}

.time-part {
  width: 1080px;
  height: 115px;
  background: #000000;
  color: #ffffff;
  padding: 0 40px 0 40px;
  position: fixed;
  top: 140px;
  box-sizing: border-box;
  z-index: 9;
  font-family: 'Roboto-Bold';
}
.time-part .sp-text {
  font-size: 46px;
  color: #ffffff;
  font-style: italic;
  font-family: 'Roboto-Black';
}

.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%;
  font-size: 82px;
  color: #040404;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto-Bold';
  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 .sp-flex-bet {
  height: 100%;
}

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

.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: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sp-btn-style1 {
  width: 944px;
  height: 188px;
  background: url('/cdn/shop/files/202505292-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 81px;
  color: #ffffff;
  animation: skip 4s infinite 1s;
  box-sizing: border-box;
}

.sp-stroke {
  position: relative;
}
.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sp-part1 {
}
.sp-part1 .sp-img1 {
  position: absolute;
  top: 100px;
  left: 25px;
  width: 100px;
  z-index: 2;
}
.sp-part1 .sp-word-wrap {
  position: absolute;
  top: 135px;
  width: 100%;
}
.sp-part1 .sp-word {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.sp-part1 .sp-word .sp-p1 {
  width: 596px;
  height: 88px;
  background: url('/cdn/shop/files/202505292-img1-1.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'Poppins-SemiBold';
  font-size: 49px;
  color: #ffffff;
  line-height: 88px;
  text-align: center;
}
.sp-part1 .sp-p2 {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 55px;
  color: #ffffff;
  line-height: 1;
  text-stroke: 8px #ffffff;
  -webkit-text-stroke: 8px #ffffff;
}
.sp-part1 .sp-word .sp-p2::before {
  text-shadow: 0px 7px 4px rgba(40, 118, 191, 0.3);
}
.sp-part1 .sp-word .sp-p2::after {
  background: linear-gradient(
    98deg,
    #0058a3 0%,
    #5498de 23.681640625%,
    #0058a3 50.5126953125%,
    #5498de 75.5615234375%,
    #0058a3 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-word2 {
  font-size: 106px;
  color: #082f9f;
  text-align: center;
  text-stroke: 8px #ffffff;
  -webkit-text-stroke: 8px #ffffff;
  font-family: 'AkzidenzGroteskBQ-XBdCnd';
  margin-top: -5px;
}
.sp-part1 .sp-word2::before {
  text-shadow: 0px 10px 4px rgba(40, 118, 191, 0.5);
}
.sp-part1 .sp-word2::after {
  background: linear-gradient(
    98deg,
    #0058a3 0%,
    #5498de 23.681640625%,
    #0058a3 50.5126953125%,
    #5498de 75.5615234375%,
    #0058a3 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-text {
  width: 405px;
  height: 83px;
  background: #ffffff;
  border-radius: 19px;
  position: absolute;
  top: 455px;
  left: 60px;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 40px;
  color: #1064ae;
  line-height: 83px;
  padding-left: 12px;
  gap: 16px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 6px #ffffff80;
}
.sp-part1 .sp-text .sp-icon {
  width: 34px;
}
.sp-part1 .sp-text2 {
  top: 570px;
}
.sp-part1 .sp-box-wrap {
  width: 305px;
  height: 305px;
  background: #ffffff80;
  border-radius: 50%;
  position: absolute;
  right: 52px;
  top: 1099px;
  display: flex;
  align-items: center;
  justify-content: center;

  animation: sp-float 3s infinite ease-in-out;
}
@keyframes sp-float {
  0%,
  100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
}
.sp-part1 .sp-box {
  width: 278px;
  height: 278px;
  background: url('/cdn/shop/files/202505292-img1-circle.png')
    no-repeat;
  background-size: 100% 100%;

  font-family: 'Poppins-ExtraBold';
  font-size: 62px;
  color: #ffffff;
  line-height: 0.92;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 12px;
}

.sp-part1 .sp-box .sp-p {
  font-size: 84px;
}

.sp-part1 .sp-btn {
  width: 1080px;
  height: 190px;
  background: url('/cdn/shop/files/202505292-img1-btn.png');
  background-size: 100% 100%;

  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -3px;
}
.sp-part1 .sp-btn .sp-p {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 70px;
  color: #ffffffdd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  animation: skip2 4s infinite 2s;
}
.sp-part1 .sp-btn .sp-p .sp-arrow {
  width: 58px;
  transform: translateY(4px);
}

.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 11px 8px rgba(0, 10, 9, 0.44);
  z-index: -1;
}
.sp-title-wrap {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
}

.sp-title {
  font-family: 'Montserrat-Bold';
  font-size: 78px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
}
.sp-title.sp-color {
  color: #1f1f1f;
}
.sp-title .sp-span {
  color: #005193;
}
.sp-sub-title {
  font-family: 'Montserrat-Medium';
  font-size: 35px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 39px;
  text-align: center;
  margin-top: 20px;
}
.sp-sub-title.sp-color {
  color: rgba(27, 27, 27, 0.8);
}
.sp-part2 {
  padding: 140px 44px 130px;
  position: relative;
  background: linear-gradient(-1deg, #88a9c8, #deebf3, #f5f9fc);
}
.sp-part2 .sp-img-p {
  position: absolute;
  right: 30px;
  top: 97px;
  width: 383px;
  z-index: 2;
}
.sp-part2 .sp-title-wrap2 {
  margin-left: 22px;
}
.sp-part2 .sp-title {
  text-align: left;
  line-height: 85px;
}
.sp-part2 .sp-sub-title {
  text-align: left;
  width: 500px;
  margin-top: 36px;
}
.sp-part2 .sp-box {
  margin-top: 76px;
}

.sp-part2 .sp-t {
  position: absolute;
  width: 100%;
  top: 440px;
  font-family: 'Montserrat-Bold';
  font-size: 35px;
  color: #1f1f1f;
  line-height: 1;
  box-sizing: border-box;
}
.sp-part2 .sp-t .sp-color {
  color: #005193;
}
.sp-part2 .sp-t1 {
  left: 366px;
  top: 60px;
}
.sp-part2 .sp-t2 {
  left: 33px;
  top: 325px;
}
.sp-part2 .sp-t3 {
  width: 120px;
  left: 856px;
  top: 308px;
}
.sp-part2 .sp-t4 {
  left: 35px;
  top: 660px;
}
.sp-part2 .sp-t5 {
  left: 715px;
  top: 670px;
}
.sp-part2 .sp-text {
  position: absolute;

  top: 128px;
  left: 475px;
  font-family: 'Montserrat-Medium';
  font-size: 25px;
  color: #2a2a2a;
  line-height: 25px;
  opacity: 0.8;
  box-sizing: border-box;
  display: flex;
  gap: 166px;
}
.sp-part2 .sp-text .sp-p {
  width: 140px;
}
.sp-part3 .sp-title-wrap {
  top: 110px;
  width: 100%;
}

.sp-part3 .sp-t {
  position: absolute;
  top: 1400px;
  font-family: 'Montserrat-Medium';
  font-size: 30px;
  color: #1b1b1b;
  line-height: 1;
  opacity: 0.9;
}
.sp-part3 .sp-t1 {
  left: 393px;
}
.sp-part3 .sp-t2 {
  left: 677px;
}
.sp-part3 .sp-t3 {
  left: 916px;
}

.sp-part4 {
  margin-top: -2px;
}
.sp-part4 .sp-title-wrap {
  top: 105px;
  width: 100%;
}
.sp-part4 .sp-title {
  line-height: 89px;
  font-size: 78px;
}

.sp-part4 .sp-sub-title {
  margin-top: 30px;
}

.sp-part4 .sp-row {
  width: 100%;
  position: absolute;

  top: 1279px;
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;

  display: flex;
  gap: 160px;
  align-items: center;
  justify-content: center;
}

.sp-part4 .sp-row .sp-p {
  width: 350px;
  padding: 0 33px;
  box-sizing: border-box;
}
.sp-part45 {
  padding: 46px 32px 50px;
}

.sp-part45 .sp-title-wrap {
  top: 60px;
  left: 50px;
}
.sp-part45 .sp-title {
  text-align: left;
  font-size: 52px;
  line-height: 55px;
}
.sp-part45 .sp-sub-title {
  width: 420px;
  text-align: left;
  margin-top: 32px;
}
.sp-part5 {
  margin-top: -2px;
}
.sp-part5 .sp-title-wrap {
  top: 120px;
  width: 100%;
}

.sp-part5 .btn-style {
  bottom: 110px;
}

.sp-part5 .sp-row {
  width: 100%;

  position: absolute;
  top: 1346px;

  font-family: 'Montserrat-SemiBold';
  font-size: 31px;
  color: #2a2a2a;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding: 0 140px 0 160px;
  box-sizing: border-box;
  gap: 80px;
  text-align: center;
}
.sp-part5 .sp-row .sp-p {
  flex: 1;
}
.sp-part6 {
  margin-top: -2px;
}

.sp-part6 .sp-title-wrap {
  top: 114px;
  width: 100%;
}
.sp-part6 .sp-title {
  font-size: 78px;
  line-height: 80px;
}

.sp-part6 .sp-row {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 1600px;
  display: flex;
  gap: 40px;
  padding: 0 70px;
  box-sizing: border-box;
  text-align: center;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 30px;
  color: #ffffff;
  line-height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
}
.sp-part7 {
  background: linear-gradient(-1deg, #88a9c8, #deebf3, #f5f9fc);
  padding: 110px 16px 0;
  height: 1648px;
  box-sizing: border-box;
}

.sp-part7 .sp-sub-title {
  margin-bottom: 84px;
}
.sp-part7 .sp-row {
  width: 100%;

  position: absolute;
  bottom: 0;
  padding: 0px 12px 0 0px;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
}
.sp-part7 .sp-row .sp-p {
  flex: 1;
  font-family: 'Montserrat-SemiBold';
  font-size: 38px;
  color: #ffffff;
  line-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.sp-part7 .sp-row2 {
  bottom: 339px;
}
.sp-part7 .sp-btn-style1 {
  bottom: 124px;
}
.sp-part7 .sp-img-p {
  position: absolute;
  top: 528px;
  width: 100%;
  z-index: 2;
}
.sp-part9 {
  background: url('/cdn/shop/files/202505292-img8-bg.png')
    no-repeat;
  background-size: 100% auto;
  padding-top: 130px;
  padding-bottom: 110px;
}
.sp-part9 .sp-sub-title {
  margin-bottom: 120px;
}

.sp-part9 .sp-img-p {
  width: 815px;
  margin-left: 128px;
}

.sp-part9 .sp-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 50px;
  font-family: 'Poppins-Medium';
  color: #000000;
  text-align: center;
  font-size: 37px;
  color: #2b2b2b;

  box-sizing: border-box;
  margin-left: 72px;
  margin-top: 104px;
}
.sp-part9 .sp-li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sp-part9 .sp-ul .sp-p1 {
  min-width: 173px;
  height: 62px;
  background: linear-gradient(90deg, #a6d3fa, #02589e);
  border-radius: 15px;
  border: 2px solid #ffffff;
  color: #ffffff;
  line-height: 62px;
  text-align: center;
  padding: 0 22px;
  box-sizing: border-box;
}
.sp-part9 .sp-ul .sp-p2 {
  width: 160px;
  text-align: center;
  border-bottom: 1px dashed #2b2b2bb3;
  line-height: 52px;
  white-space: nowrap;
}

.sp-nav {
  height: 329px;
  background: url('/cdn/shop/files/202505292-nav-bg.gif')
    no-repeat;
  background-size: 100% 100%;
  padding-top: 46px;
  box-sizing: border-box;
}

.sp-nav .sp-img1 {
  width: 691px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
}
.sp-nav .sp-img2 {
  width: 911px;
  position: absolute;
  left: 86px;
  top: 111px;
}
.sp-nav .sp-row {
  font-family: 'Roboto-Italic';
  width: 320px;
  position: absolute;
  top: 222px;
  left: 172px;
  font-size: 23px;
  color: #d9001b;
  line-height: 26px;
  z-index: 2;
}

.sp-nav .sp-row .sp-span {
  display: inline-block;
  font-family: 'Montserrat-BlackItalic';
  font-size: 37px;
  color: #f3001e;
}

.product-part {
  padding: 140px 39px 42px;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  background: #e3eef4;
}

.product-part .product-box {
  width: 100%;
  height: 503px;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 30px 30px 0px 0px;
}
.product-part .product-box .sp-content {
  width: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 0px;
  box-sizing: border-box;
  padding-bottom: 45px;
}
.product-part .sp-img-wrap {
  width: 550px;
  height: 100%;
}
.product-part .sp-p-img {
  width: 413px;
  height: 362px;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.product-part .sp-content {
  margin-left: -10px;
}
.product-part .sp-title-s {
  font-family: 'Roboto-Bold';
      font-size: 46px;
    line-height: 1.2;
  color: #191919;
  text-align: center;
  /* white-space: nowrap; */
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-part .sp-opt {
  width: 385px;
  height: 92px;
  background: #f7f7f8;
  border-radius: 11px;
  border: 2px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-family: 'Roboto-Bold';
  font-size: 40px;
  color: #242424;
  line-height: 1;
  margin-top: 14px;
}

.product-part .sp-opt.active {
  background: #ffffff;
  border: 5px solid #225ecd;
}
.product-part .price-group {
  line-height: 1;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  text-align: center;
}
.product-part .sp-price1 {
  font-family: 'Montserrat-Bold';
  font-size: 85px;
  color: #e12323;
  line-height: 88px;
}

.product-part .sp-price2 {
  font-family: 'Montserrat-Medium';
  font-size: 48px;
  color: #a1a1a1;
  margin-left: 10px;
}
.product-part .sp-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: -20px;
  margin-bottom: 95px;
  gap: 1px;
}
.product-part .sp-btn-style {
  width: 500px;
  height: 128px;
  background: #225ecd;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.product-part .sp-btn-style p {
  display: flex;
  gap: 36px;
  align-items: center;
}
.product-part .sp-btn-style img {
  width: 26px;
}
.product-part .sp-brand2 {
  width: 271px;
  height: 173px;
  background: url('/cdn/shop/files/202505292-noti.png')
    no-repeat;

  background-size: 100% 100%;
  position: absolute;
  top: -92px;
  left: -39px;
  font-size: 57px;
  color: #ffffff;
  padding-left: 36px;
  padding-top: 88px;
  box-sizing: border-box;
  text-transform: uppercase;
  animation: scaleAni 1.2s infinite ease-in-out;
  transform-origin: center;

  z-index: 2;
}
.product-part .sp-brand2 p {
  transform: rotate(-7deg);
}
.product-part .sp-best {
  width: 477px;
  height: 69px;
  background: url('/cdn/shop/files/202505292-brand.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -17px;
  left: 38px;

  font-size: 38px;
  padding-bottom: 9px;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.product-part .sp-best .sp-icon {
  width: 55px;
}
.product-part .sp-fire {
  width: 72px;
}
@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);
  }
}
@keyframes skip3 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.13);
  }
}

.addGroup {
  width: 501px;
  height: 114px;
  background: #5e6167;
  padding: 0px 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 215px;
  height: 100%;
  color: #fff;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 50px;
  line-height: 50px;
}
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;
}

.sp-nav5 {
  font-size: 36px;
  color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 33px;
  font-family: 'Roboto-Bold';
  margin-top: -8px;
}
.sp-nav5 img {
  width: 97px;
}
.sp-footer2 {
  padding: 20px 40px 4px;
  box-sizing: border-box;
}
.sp-footer {
  margin-top: 50px;
}

.sp-footer .sp-text {
  position: absolute;
  top: 40px;
  line-height: 1;
  width: 100%;
  font-family: 'Montserrat-Black';
  text-align: center;
  font-size: 70px;
  color: #ffffff;
  line-height: 1;
}
.sp-footer .sp-row {
  display: flex;
  width: 100%;
  position: absolute;
  top: 384px;
  padding: 0 16px;
  text-align: center;
  font-family: 'Roboto-Light';
  font-size: 30px;
  color: #292929;
  box-sizing: border-box;
}
.sp-footer .sp-row .sp-p {
  font-family: 'Roboto-Medium';
  font-size: 40px;
  color: #292929;
  margin-bottom: 12px;
}
.sp-footer .sp-row .sp-item {
  flex: 1;
}
.sp-footer .sp-row2 {
  top: 752px;
}
.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-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: 99;

  display: none;
}

.sp-pop {
  width: 1080px;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  border-radius: 80px 80px 0px 0px;
  background: #e3eef4;
  overflow-y: auto;
  padding: 60px 0px 0px;
  box-sizing: border-box;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  animation: sp-fade-in 1.5s;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.sp-pop::-webkit-scrollbar {
  width: 0;
}
.sp-pop .product-part {
  padding-top: 40px;
}
.sp-pop .sp-pop-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto-Bold';
  font-size: 65px;
  color: #ff0000;
  line-height: 66px;
  padding: 0 30px;
  box-sizing: border-box;
  font-style: italic;
  margin-bottom: 50px;
}

.sp-mask .sp-close-btn {
  width: 106px;
  cursor: pointer;
  z-index: 2;
}
.sp-pop .sp-footer1 {
}
@media (min-width: 750px) {
  .sp-pop.img-pop {
    width: 1200px;
  }
}
.gradually span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-style: normal;
}
.gradually .sp-sub-title {
  opacity: 0;
}
@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.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;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 50px;
margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
color: #000;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
}
.ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
max-width: 1080px;
margin: 0 auto;
}
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
display: none !important;
}