/** Shopify CDN: Minification failed

Line 6:1 Unexpected "@font-face"

**/
s@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: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF');
}

@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-Medium';
  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Montserrat-Regular';

  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Black';
  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Black.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-BoldItalic';

  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-BoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-ExtraBold';

  src: url('/cdn/shop/files/Poppins-ExtraBold.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Regular';
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Montserrat-ExtraBold';
  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-ExtraBold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-MediumItalic';

  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-MediumItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-BlackItalic';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-BlackItalic.ttf');
  font-weight: normal;
  font-style: normal;
}

* {
  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: 130px;
  width: 100%;
  position: fixed;
  top: 225px;
  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: 276px;
  margin-left: 45px;
}
.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: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-cart {
  width: 76px;
  margin-right: 66px;
  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: #e21818;
  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;
}
.time-part {
  width: 1080px;
  height: 225px;
  background: url('/cdn/shop/files/20250822-time-bg.png')
    no-repeat;
  background-size: 100% 100%;

  color: #ffffff;
  padding: 0 20px 0 50px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 9;
  font-family: 'Roboto-Bold';
}
.time-part .sp-text {
  font-size: 43px;
  color: #ffffff;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-style: italic;
  line-height: 1;
}
.time-part .sp-text .sp-stroke {
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
  text-align: center;
  transform: translateY(-45px);
  padding: 0 10px;
}
.time-part .sp-text .sp-stroke::after {
  background: linear-gradient(1deg, #ff5c1a 0%, #ffb555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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: 138px;
  height: 132px;
  background: url('/cdn/shop/files/20250822-num-bg.png')
    no-repeat;
  background-size: 100% 100%;
  /* border-radius: 9px; */
  font-size: 75px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto-Bold';
  background-size: 100% 100%;
  flex-shrink: 0;
  font-style: italic;
  padding-right: 4px;
  box-sizing: border-box;
}
.time-part .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  margin: 0 9px;
}
.time-part .dot {
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
}
.time-part .flex-bet {
  height: 100%;
}

.sp-part-top {
  margin-top: 355px;
}

.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: 181px;
  background: url('/cdn/shop/files/20250822-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  font-size: 70px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-shadow: -2px 2px 5px rgba(141, 83, 28, 0.26);
  line-height: 1;
  font-family: 'AkzidenzGroteskBQ-Bold';
  z-index: 1;
  margin-top: -2px;
  position: relative;
}
.sp-btn-style1 .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  animation: skip2 4s infinite 1s;
}
.sp-btn-style1 .sp-arrow {
  width: 52px;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-title {
  font-family: 'Poppins-ExtraBold';
  text-align: center;
  width: 100%;
  font-size: 75px;
  color: #131313;
  line-height: 90px;
  text-transform: uppercase;
}

.sp-sub-title {
  font-family: Roboto;
  text-align: center;
  width: 100%;
  font-size: 33px;
  color: rgba(20, 20, 20, 0.8);
  line-height: 90px;
  margin-top: 5px;
}
.sp-part1 .sp-word-wrap {
  width: 100%;
  position: absolute;
  top: 165px;

  line-height: 1.05;
  font-family: 'Poppins-Black';
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  text-shadow: -2px 2px 7px rgba(109, 140, 170, 0.47);
}
.sp-part1 .sp-btn {
  width: 578px;
  height: 124px;
  background: url('/cdn/shop/files/20250822-img1-btn.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 72px;
  top: 75px;
}
.sp-part1 .sp-btn .sp-p {
  font-family: 'Roboto-Bold';
  font-size: 53px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  line-height: 124px;
  transform: rotate(-2deg);
}
.sp-part1 .sp-icon {
  width: 95px;
}

.sp-part1 .sp-text {
  font-family: 'Montserrat-Bold';
  font-size: 67px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 378px;
  left: 77px;
  letter-spacing: 1px;
}
.sp-part1 .sp-text .sp-span {
  font-size: 85px;
}
.sp-part1 .sp-text .sp-p {
  font-family: 'Montserrat-Regular';
  font-size: 61px;
  color: #ffffff;
}
.sp-part2 {
  padding: 42px 29px 46px;
  box-sizing: border-box;
}

.sp-part2 .sp-box {
  position: absolute;
  top: 45px;
  left: 25px;
  font-family: 'Poppins-SemiBold';
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: -2px 2px 7px rgba(109, 140, 170, 0.47);
}
.sp-part2 .sp-p {
  font-family: 'Poppins-BoldItalic';
  font-size: 60px;
  text-shadow: none;
  text-stroke: 3px #ffffff;
  -webkit-text-stroke: 3px #ffffff;
  margin-top: 4px;
}

.sp-part2 .sp-p::after {
  background: linear-gradient(179deg, #ff7e00 0%, #ffc017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-part3 {
  background: linear-gradient(0deg, #d5e9f8, #deebf4);
  padding: 105px 0;
}
.sp-part3 .sp-title {
  margin-bottom: 100px;
}
.sp-part3 .sp-box {
  width: 1049px;
  margin-left: auto;
}
.sp-part3 .sp-t {
  position: absolute;
  top: 680px;
  left: 47px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Poppins-Medium';
  font-size: 38px;
  color: #ffffff;
}
.sp-part3 .sp-t2 {
  left: unset;
  right: 82px;
  top: 805px;
  color: #131313;
}
.sp-part3 .sp-t .sp-icon {
  width: 57px;
}
.sp-part3 .sp-row {
  width: 100%;
  padding: 0 65px 0 30px;
  gap: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 380px;
  font-family: Roboto;
  font-size: 42px;
  text-align: center;
  color: #131313;
  line-height: 1;
  display: flex;
}
.sp-part3 .sp-row .sp-p {
  flex: 1;
}
.sp-part3 .sp-row2 {
  top: 1238px;
}
.sp-part-border {
  margin-top: -3px;
}
.sp-part4 {
  padding-top: 110px;
  background: linear-gradient(0deg, #9cd3ff, #ffffff);
}

.sp-part4 .sp-sub-title {
  margin-bottom: 70px;
}
.sp-part4 .sp-item {
  position: absolute;
  text-align: center;
}
.sp-part4 .sp-item1 {
  left: 90px;
  width: 233px;
  top: 577px;
}
.sp-part4 .sp-item2 {
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  top: 385px;
}
.sp-part4 .sp-item3 {
  right: 60px;
  width: 330px;
  top: 575px;
}
.sp-part4 .sp-item .sp-icon {
  height: 61px;
}
.sp-part4 .sp-item .sp-p {
  font-family: 'Poppins-Medium';
  font-size: 38px;
  color: #242424;
  line-height: 42px;
  margin: 20px auto;
}
.sp-part4 .sp-item .sp-p2 {
  font-family: 'Poppins-Medium';
  font-size: 38px;
  color: #242424;
  line-height: 42px;
  text-stroke: 5px #ffffff;
  -webkit-text-stroke: 5px #ffffff;
  margin-bottom: 15px;
}
.sp-part4 .sp-item .sp-p2::after {
  background: linear-gradient(179deg, #ff7e00 0%, #ffc017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part4 .sp-item .sp-p3 {
  font-family: Roboto;
  font-size: 33px;
  color: #242424;
  line-height: 35px;
  opacity: 0.85;
}
.sp-part5 .sp-title-wrap {
  top: 104px;
  padding: 0 50px;
  box-sizing: border-box;
}

.sp-part5 .sp-box {
  width: 322px;
  height: 149px;
  position: absolute;
  top: 547px;
  left: 60px;
  background: url('/cdn/shop/files/20250822-img5-2.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: Roboto;
  text-align: center;
  font-size: 36px;
  color: #2f2f2f;
  line-height: 42px;
  box-sizing: border-box;
  padding: 25px 36px 0;
}
.sp-part5 .sp-text {
  position: absolute;
  bottom: 179px;
  left: 325px;
  line-height: 1;
  font-family: 'Poppins-Medium';

  font-size: 35px;
  color: #27a0ff;
}
.sp-part5 .sp-text .sp-span1 {
  font-family: 'Poppins-Black';
  font-size: 86px;
  background: linear-gradient(1deg, #8bceff 0%, #199aff 99.6337890625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part5 .sp-text .sp-span2 {
  font-family: 'Poppins-Black';
  font-size: 49px;
  background: linear-gradient(1deg, #8bceff 0%, #199aff 99.6337890625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part6 {
  margin-top: -15px;
}
.sp-part6 .sp-title-wrap {
  top: 120px;
}

.sp-part6 .sp-row2 {
  position: absolute;
  font-family: 'Roboto-Bold';
  font-size: 45px;
  color: #131313;
  line-height: 1;
  top: 1132px;
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 0 70px;
  box-sizing: border-box;
}
.sp-part6 .sp-row2 .sp-item {
  flex: 1;
  display: flex;
  justify-content: center;
}
.sp-part6 .sp-row2 .sp-item .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.sp-part6 .sp-row2 .sp-item .sp-icon {
  width: 68px;
}
.sp-part6 .sp-row2 .sp-item .sp-stroke {
  text-stroke: 3px #ffffff;
  -webkit-text-stroke: 3px #ffffff;
}
.sp-part6 .sp-row2 .sp-item .sp-stroke::after {
  background: linear-gradient(179deg, #ff7e00 0%, #ffc017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part6 .sp-row {
  position: absolute;
  font-family: 'Roboto';
  font-size: 33px;
  color: #131313;
  line-height: 40px;
  text-align: center;
  top: 1560px;
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 0 70px;
  box-sizing: border-box;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
}
.sp-part7 .sp-title-wrap,
.sp-part8 .sp-title-wrap {
  top: 110px;
}
.sp-part7 .sp-text {
      position: absolute;
    left: 257px;
    top: 1600px;
    width: 696px;
    font-family: Roboto;
    font-size: 34px;
    color: #088dff;
    line-height: 44px;
}
.sp-part8 .sp-text {
  position: absolute;
  left: 79px;
  top: 1175px;
  font-family: 'Poppins-Regular';
  font-size: 35px;
  color: #131313;
  line-height: 1;
}
.sp-part8 .sp-p {
  position: absolute;
  top: 1680px;
  left: 60px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: 'Poppins-Regular';
  font-size: 35px;
  color: #131313;
  line-height: 1 5;
}
.sp-part8 .sp-span {
  width: 6px;
  height: 35px;
  background: #ff6d26;
  border-radius: 3px;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
    top: -2px;
}
.sp-part8 .sp-p2 {
  left: 319px;
}
.sp-part8 .sp-p3 {
  left: 570px;
}
.sp-part8 .sp-p4 {
  left: 859px;
}
.sp-nav {
  width: 100%;
  height: 417px;
  background: url('/cdn/shop/files/20250822-nav-bg.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-nav .sp-box {
  position: absolute;
  top: 100px;
  left: 198px;
  width: 400px;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  color: rgba(135, 71, 35, 0.8);
  line-height: 1;
}

.sp-nav .sp-box .sp-stroke {
  font-family: 'Montserrat-ExtraBold';
  font-size: 60px;
  -webkit-text-stroke: 4px rgba(255, 228, 186, 1);
  text-stroke: 4px rgba(255, 228, 186, 1);
  display: inline-block;
  margin-bottom: 15px;
}
.sp-nav .sp-box .sp-stroke::after {
  background: linear-gradient(0deg, #ff4e00 0%, #ff9d5b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-nav .sp-box .sp-span1 {
  font-size: 72px;
}
.sp-nav .sp-btn {
  position: absolute;
  left: 203px;
  top: 319px;
  width: 458px;
  height: 65px;
  background: url('/cdn/shop/files/20250822-nav-btn.png')
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-Regular';
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}
.sp-nav .sp-btn .sp-span {
  font-family: 'Poppins-MediumItalic';
  font-size: 40px;
  margin-right: -10px;
    margin-left: 10px;
    line-height: 42px;
}
.sp-nav .sp-btn .sp-arrow {
  margin-left: 22px;
  width: 49px;
}
.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 85px 52px 0px;
}
.product-box {
  width: 100%;
  height: 492px;
  background: url('/cdn/shop/files/20250822-bg1.png')
    no-repeat;
  background-size: 100% 100%;
  margin-bottom: 42px;
  position: relative;
  display: flex;
}
.product-box2 {
  height: 503px;
  background-image: url('/cdn/shop/files/20250822-bg2.png');
}
.product-box3 {
  height: 593px;
  background-image: url('/cdn/shop/files/20250822-bg3.png');
  padding-top: 100px;
  box-sizing: border-box;
}
.product-box .sp-brand {
  width: 296px;
  line-height: 96px;

  font-family: 'Roboto-BlackItalic';
  font-size: 60px;
  color: #ffffff;
  background: linear-gradient(-3deg, #f42e00 0%, #ff9663 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.product-box2 .sp-brand {
  font-size: 45px;
  width: 275px;
}
.product-box3 .sp-brand {
  font-size: 42px;
  width: 325px;
  line-height: 120px;
}
.product-box .sp-img-wrap {
  width: 490px;
  position: relative;
}
.product-box .sp-img-wrap .sp-p-img {
  width: 278px;

  margin-left: 106px;
  margin-top: 109px;
}
.product-box2 .sp-img-wrap .sp-p-img {
  width: 366px;

  margin-left: 69px;
  margin-top: 95px;
}
.product-box3 .sp-img-wrap .sp-p-img {
  width: 422px;

  margin-left: 39px;
  margin-top: 140px;
}

.product-box .sp-content {
  width: 440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-box .sp-title-s {
  font-family: 'Roboto-Bold';
  font-size: 58px;
  color: #313131;
  text-align: center;
  text-transform: uppercase;
}
.product-box3 .sp-title-s {
  font-size: 50px;
}
.product-part .price-group {
  line-height: 1;
  justify-content: center;
  /* margin-top: 24px; */
}
.product-part .sp-price1 {
  font-size: 65px;
  color: #2d2d2d;
  font-family: 'Roboto-Bold';
}

.product-part .sp-price2 {
  font-size: 40px;
  color: #aaaaaa;
  margin-left: 25px;
  text-decoration: line-through;
}
.product-part .sp-price3 {
  font-family: 'Roboto-Bold';
  font-size: 55px;
  color: #df1e00;
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
}

.product-part .sp-row {
  display: flex;
  align-items: center;
  gap: 35px;
  position: absolute;
  right: 45px;
  top: 21px;
  font-size: 39px;
  color: #ffffff;
}
.product-part .sp-row img {
  width: 94px;
}

.product-part .sp-btn-style {
  width: 420px;
  height: 106px;
  background: linear-gradient(
    -3deg,

    #ff3c07,
    #ff9a2d
  );
  border-radius: 15px;
  box-shadow: 0px 3px 12px 0px rgba(253, 167, 2, 0.31);
  font-size: 42px;
  color: #ffffff;
  text-shadow: 0px 3px 2px rgba(122, 69, 5, 0.31);

  animation: skip 4s infinite;
  font-family: 'Roboto-Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 19px;
}

@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: 420px;
  height: 90px;
  border-radius: 15px;
  border: 4px solid #0000003c;

  font-family: 'Roboto-Medium';
  font-size: 50px;
  color: #000000;
  padding: 0px 36px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto-Bold';
  margin-top: 25px;
  margin-bottom: 29px;
  /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  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%;
  background-color: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 42px;
  color: #666666;
  /* 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-footer {
  width: 100%;
  height: 133px;
  background: url('/cdn/shop/files/20250822-footer-bg2.png')
    no-repeat;
  background-size: 100% 100%;

  position: relative;
  font-size: 45px;
  color: #f5d500;
  font-style: italic;
  font-family: 'Montserrat-Bold';
  line-height: 134px;
  text-align: center;
  margin-top: 20px;
}
.sp-remark {
  width: 100%;
  background: #000000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 70px;

  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -4px;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sp-icon-text {
  font-size: 36px;
  font-family: 'Roboto';
  white-space: nowrap;
  color: #fff;
}
.sp-remark .sp-icon {
  width: 66px;
  height: 66px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 16px;
  flex-shrink: 0;
}

.sp-remark .sp-icon1 {
  background-image: url('/cdn/shop/files/20250822-icon1.png');
}
.sp-remark .sp-icon2 {
  background-image: url('/cdn/shop/files/20250822-icon2.png');
}
.sp-remark .sp-icon3 {
  background-image: url('/cdn/shop/files/20250822-icon3.png');
}

.sp-remark .sp-icon4 {
  background-image: url('/cdn/shop/files/20250822-icon4.png');
}

.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;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.sp-pop {
  width: 1080px;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  border-radius: 80px 80px 0px 0px;
  background-color: #fff;
  overflow-y: auto;
  padding: 60px 0px 0px;
  box-sizing: border-box;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  animation: sp-fade-in 1.5s;
  display: none;
}
@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 20px;
  box-sizing: border-box;
  font-style: italic;
}

.sp-mask .sp-pop .sp-close-btn {
  width: 106px;
  cursor: pointer;
  z-index: 2;
}

.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;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
