/** Shopify CDN: Minification failed

Line 1223: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: '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-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: 'Montserrat-ExtraBold';
  /* 引入字体 */
  src: url('/cdn/shop/files/Montserrat-ExtraBold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'TimesNewRomanPS-BoldMT';
  /* 引入字体 */
  src: url('/cdn/shop/files/TIMESBD.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Bebas';

  /* 引入字体 */
  src: url('/cdn/shop/files/BEBAS.TTF');
  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;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-header-top {
  height: 135px;
  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: 286px;
  margin-left: 86px;
}
.sp-header-top .sp-top-btn {
  width: 346px;
  height: 101px;
  background: #e32311;
  border-radius: 27px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Roboto-Bold';
  margin-right: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: skip 4s infinite;
  cursor: pointer;
  gap: 25px;
}

.sp-cart {
  width: 94px;
  height: 81px;
  border-radius: 10px;
  border: 2px solid #000000;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 58px;
}
.sp-cart .sp-num {
  width: 40px;
  height: 40px;
  background: #ff2696;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 30px;
  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: 110px;
  background: #000000;

  color: #ffffff;
  padding: 0 50px 0 50px;
  position: fixed;
  top: 135px;
  box-sizing: border-box;
  z-index: 9;
  font-family: 'Roboto-Bold';
}
.time-part .sp-text {
  font-size: 29px;
  color: #ffffff;
  font-family: 'Montserrat-Bold';
}

.time-part .min-text {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: 'Montserrat-Bold';
}
.time-part .square {
  width: 90px;
  height: 87px;
  background: url('/cdn/shop/files/202510152-num-bg.png')
    no-repeat;
  background-size: 100% 100%;
  font-size: 73px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto-Bold';
  flex-shrink: 0;
}
.time-part .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  margin: 0 18px;
}
.time-part .dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
}
.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 {
}

.sp-btn-style1 {
  width: 1080px;
  height: 180px;
  background: url('/cdn/shop/files/202510152-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  font-family: 'Montserrat-Bold';
  font-size: 90px;
  color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  margin-top: -1px;
}
.sp-btn-style1 .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  animation: skip2 4s infinite 1s;
}
.sp-btn-style1 .sp-arrow {
  width: 40px;
}

.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: 12px 0px 7px rgba(79, 42, 17, 0.62);
  z-index: -1;
}

.sp-part1 .sp-word-wrap {
  width: 596px;
  top: 212px;
  left: 80px;
  position: absolute;
}

.sp-part1 .sp-brand {
  width: 198px;
  top: 0px;
  left: 80px;
  position: absolute;
}
.sp-part1 .sp-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 120px;
  animation: skip 4s infinite 1s;
}
.sp-part1 .sp-text {
  width: 660px;
  height: 60px;
  background-image: url('/cdn/shop/files/202510152-img1-box.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #131420;
  font-family: 'Montserrat-SemiBold';

  gap: 21px;
}
.sp-part1 .sp-text .sp-fire {
  width: 30px;
  transform: translateY(-3px);
}
.sp-part1 .sp-text .sp-span {
  font-family: 'Montserrat-Bold';
  font-size: 38px;
  color: #f40028;
  text-transform: uppercase;
}
.sp-part1 .sp-btn-style1 {
  width: 846px;
  height: 170px;
  background-image: url('/cdn/shop/files/202510152-btn-bg2.png');
  font-size: 90px;
}
.sp-part1 .sp-btn-style1 .sp-p {
  animation: unset;
}
.sp-title-wrap {
  width: 100%;
  position: absolute;
  top: 112px;
  box-sizing: border-box;
  color: #ffffff;
}
.sp-title {
  font-family: 'Montserrat-Bold';
  font-family: 'Montserrat-ExtraBold';

  font-size: 60px;
  color: #ffffff;
  line-height: 75px;
  text-align: center;
}
.sp-title.sp-color {
  color: #202020;
}
.sp-sub-title {
  font-family: Roboto;
  font-size: 40px;
  color: #ffffffcc;
  line-height: 1.2;
  text-align: center;
  margin-top: 36px;
}
.sp-sub-title.sp-color {
  color: #202020cc;
}
.sp-part-border {
  margin-top: -2px;
}

.sp-part2 {
}

.sp-part2 .sp-title-wrap {
  top: 110px;
  padding: 0 160px;
}

.sp-part2 .sp-row {
  width: 100%;
  position: absolute;
  top: 665px;
  display: flex;
  gap: 20px;
  justify-content: center;
  font-family: Roboto;
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  opacity: 0.8;
  padding: 0 80px;
  box-sizing: border-box;
}
.sp-part2 .sp-row .sp-p {
  flex: 1;
}
.sp-part2 .sp-row2 {
  top: 1060px;
}
.sp-part3 .sp-title-wrap {
  top: 110px;
}
.sp-part3 .sp-gif {
  width: 497px;
  height: 649px;

  background: url('/cdn/shop/files/202510152-1.gif')
    no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  position: absolute;
  top: 326px;
  left: 80px;
}
.sp-part3 .sp-img-p {
  width: 279px;
  position: absolute;
  top: 642px;
  right: 342px;
  z-index: 2;
}
.sp-part3 .sp-box {
  width: 450px;
  text-align: center;
  position: absolute;
  top: 328px;
  right: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-part3 .sp-box .sp-p {
  width: 400px;
  font-family: 'TimesNewRomanPS-BoldMT';
  font-size: 42px;
  color: #202020;
  line-height: 1;
  background: linear-gradient(55deg, #92522e 0%, #b26438 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* white-space: nowrap; */
  margin-bottom: 10px;
  text-align: center;
}
.sp-part3 .sp-box .sp-p2 {
  font-family: Roboto;
  font-size: 21px;
  color: #202020;
  line-height: 26px;
  opacity: 0.8;
}
.sp-part3 .sp-box .sp-icon {
  flex-shrink: 0;
  width: 76px;
}
.sp-part3 .sp-box .sp-inner {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 80px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-part3 .sp-box2 {
  position: absolute;
  left: 655px;
  top: 482px;
  line-height: 1;
}
.sp-part3 .sp-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  font-family: Roboto;
  font-size: 32px;
  color: #202020;
}
.sp-part3 .sp-box2 .sp-p .sp-icon {
  width: 31px;
}

.sp-part4 .sp-title-wrap {
  top: 110px;
  padding: 0 180px;
}
.sp-part4 .sp-text {
  position: absolute;
  width: 100%;
  top: 1060px;
  font-family: 'Roboto-Medium';
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.sp-part4 .sp-text2 {
  position: absolute;
  width: 100%;
  top: 1222px;
  font-family: Roboto;
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.sp-part4 .sp-t {
  width: 240px;
  position: absolute;
  left: 206px;
  top: 1611px;
  font-family: Roboto;

  font-size: 28px;
  color: #000000;
  line-height: 40px;
}
.sp-part4 .sp-t2 {
  left: 650px;
}

.sp-part4 .sp-rect {
  width: 10px;
  height: 31px;
  background: #ffffff;
  position: absolute;
  left: 836px;
  top: 1120px;
  animation: sp-image 3s infinite;
}
@keyframes sp-image {
  0% {
    left: 80px;
  }

  100% {
    left: 836px;
  }
}
.sp-part5 .sp-title-wrap {
  top: 110px;
  padding: 0 120px;
}
.sp-part5 .sp-text {
  position: absolute;
  width: 100%;
  top: 1070px;
  font-family: 'Roboto-Medium';
  font-size: 40px;
  color: #000000;
  line-height: 1;
  text-align: center;
}
.sp-part5 .sp-swiper-wrapper {
  top: 1123px;
  position: absolute;
  width: 100%;
  padding: 0 61px;
  box-sizing: border-box;
}
.sp-part5 .swiper {
  width: 100%;
}
.sp-part5 .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-part5 .swiper-slide {
  width: 290px;
  height: 338px;
}
.sp-part6 {
}
.sp-part6 .sp-title-wrap {
  top: 105px;
  padding: 0 130px;
}
.sp-part6 .sp-row {
  font-family: Roboto;
  font-size: 40px;
  color: #000000;
  line-height: 45px;
  position: absolute;
  width: 100%;
  top: 720px;

  text-align: center;
  display: flex;
  gap: 50px;
  padding: 0 90px;
  box-sizing: border-box;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
}
.sp-part6 .sp-row2 {
  top: 1217px;
}
.sp-part7 .sp-title-wrap {
  top: 92px;
  padding: 0 220px;
}
.sp-part7 .sp-item {
  font-family: Roboto;
  font-size: 40px;
  color: #000000;
  line-height: 48px;
  width: 220px;
  text-align: center;
  position: absolute;
  top: 789px;
  left: 125px;
}

.sp-part7 .sp-item2 {
  top: 972px;
  left: 645px;
  font-size: 36px;
}

.sp-part8 {
}
.sp-part8 .sp-title-wrap {
  top: 110px;
}

.sp-part8 .sp-ul {
  position: absolute;
  left: 534px;
  top: 555px;
}
.sp-part8 .sp-ul .sp-li {
  font-family: 'Roboto-Medium';
  font-size: 33px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 36px;
}
.sp-part8 .sp-ul .sp-li .sp-span {
  font-family: 'Roboto-Bold';
}

.sp-nav {
  width: 100%;
  height: 450px;
  background: url('/cdn/shop/files/202510152-nav-bg.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-nav .sp-box {
  position: absolute;
  top: 70px;
  width: 400px;
  left: 355px;

  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
}
.sp-nav .sp-box .sp-p {
  font-family: 'Bebas';
  font-size: 63px;
  color: #202020;
  line-height: 1;
  background: linear-gradient(55deg, #92522e 0%, #b26438 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.sp-nav .sp-box .sp-li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Roboto;
  font-size: 28px;
  color: #202020;
  line-height: 1;
  margin-bottom: 13px;
}
.sp-nav .sp-box .sp-tip {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 36px;
  line-height: 1;
  color: #202020;
  margin-bottom: 16px;
  margin-top: 5px;
}
.sp-nav .sp-box .sp-tip .sp-span {
  display: inline-block;
  font-family: 'Montserrat-Bold';
  font-size: 54px;
  color: #000000;
  background: linear-gradient(
    0deg,
    #bc0024 0%,
    #ec1331 49.755859375%,
    #ef1837 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-nav .sp-text {
  position: absolute;
  top: 350px;
  width: 320px;
  left: 50px;
  font-family: Roboto;
  font-size: 22px;
  color: #000000;
  opacity: 0.8;
  line-height: 1.2;
}

.sp-nav .btn-style {
  width: 370px;
  height: 92px;
  background: url('/cdn/shop/files/202510152-nav-btn.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 27px;
  color: #ffffff;
  line-height: 92px;
  gap: 15px;
  animation: skip 4s infinite;
}
.sp-nav .btn-style .sp-icon {
  width: 26px;
}
.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 90px 28px 70px;
}

.product-part .sp-img-wrap {
  width: 100%;
  height: 668px;
  background: url('/cdn/shop/files/202510152-pro-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 6px 7px 0 6px;

  box-sizing: border-box;
}
.sp-img-inner {
  width: 100%;
  height: 565px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.sp-img-inner .sp-name {
  width: 182px;
  height: 54px;
  background: #202020;
  border-radius: 27px;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 54px;
  text-align: center;
  font-family: Roboto;
  font-size: 45px;
  color: #ffffff;
}
.product-part .sp-img-wrap .sp-img-p {
  width: auto;
  /* height: 507px; */
}
.product-part .sp-row1 {
  position: absolute;
  bottom: 0;
  height: 84px;
  left: 32px;
  display: flex;
  align-items: center;
}
.product-part .sp-t1 {
  font-family: 'Roboto-Black';
  font-size: 40px;
  color: #ffffff;
  font-style: italic;
}
.product-part .sp-line {
  width: 2px;
  height: 34px;
  background: #ffffff;
  margin: 0 15px;
}
.product-part .sp-wrap {
  width: 153px;
  height: 15px;
  background: linear-gradient(90deg, #fff346, #ecddcf);
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}
.product-part .sp-wrap .sp-icon-s {
  width: 45px;
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-part .sp-t2 {
  font-family: 'Roboto-Medium';
  font-size: 30px;
  color: #ffffff;
  width: 251px;
}
.product-part .sp-clock-s {
  width: 205px;
  height: 56px;
  background: #f9ea14;
  border-radius: 5px;
  font-size: 35px;
  color: #000000;
  font-family: 'Roboto-Bold';
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}
.product-part .sp-padding {
  box-sizing: border-box;
}
.product-part .option-title {
  font-size: 36px;
  color: #808080;

  line-height: 1;
  margin: 55px 0px 18px;
  margin-left: 28px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 22px;
  position: relative;
}

.product-part .sp-option {
  width: 326px;
  height: 88px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;
  font-size: 38px;
  color: #000000;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.product-part .sp-option.active {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: #ffffff;
}
.product-part .sp-option .sp-icon {
  height: 49px;
  transform: translateX(40px);
}
.product-part .sp-color .sp-option {
  flex: 1;
}
.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 50px;

  align-items: baseline;
}
.product-part .price1 {
  font-family: 'Roboto-Black';
  font-size: 83px;
  color: #f9082a;
}

.product-part .price2 {
  font-family: 'Roboto-Black';
  font-size: 49px;
  color: #999999;
  margin-left: 32px;
}

.product-part .sp-row {
  margin-left: 38px;
  display: flex;
  align-items: center;
}
.product-part .sp-row img {
  height: 70px;
  animation: shakeCart 3s infinite ease-in-out;
  position: relative;
  z-index: 2;
}
.product-part .sp-row .sp-p {
  width: 195px;
  height: 53px;
  background: #f9082a;
  border-radius: 5px;
  font-family: 'Roboto-Bold';
  font-size: 34px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  margin-left: 14px;
  box-sizing: border-box;
  transform: translateY(5px);
}
.product-part .sp-quality-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-part .addCart {
  width: 539px;
  height: 101px;
  border-radius: 20px;
  border: 3px solid #828282;

  box-sizing: border-box;
  font-size: 43px;
  color: #000000;
  gap: 25px;
}
.product-part .addCart .sp-img {
  width: 44px;
}
.product-part .sp-btn-style {
  width: 100%;
  height: 166px;
  background: linear-gradient(0deg, #bc0024, #ec1331, #ef1837);
  cursor: pointer;
  border-radius: 30px;
  margin: 80px auto 45px;
  font-size: 65px;
  font-family: 'Montserrat-ExtraBold';
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}

.sp-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 36px;
  color: #000000;
  font-family: 'Roboto-Bold';
}
.sp-nav5 img {
  width: 55px;
}

.addGroup {
  width: 438px;
  height: 100px;
  border-radius: 15px;
  border: 3px solid #828282;

  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';

  background: #eeeeee;
}
.sp-footer {
  width: 100%;
  height: 586px;
  background: url('/cdn/shop/files/202510152-footer-bg.png')
    no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.sp-footer .sp-row {
  position: absolute;
  left: 387px;
  width: 665px;
  font-family: 'Roboto-Medium';
  font-size: 32px;
  color: #000000;
  line-height: 34px;
  text-align: center;
  top: 177px;
  display: flex;
  gap: 10px;
}
.sp-footer .sp-row .sp-item {
  flex: 1;
  padding: 0 50px;
  box-sizing: border-box;
}

.sp-footer .sp-row2 {
  top: 456px;
}
.sp-footer2 {
  width: 100%;
  height: 450px;
  background: url('/cdn/shop/files/202510152-footer-bg2.png')
    no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.sp-footer2 .sp-gift {
  width: 120px;
  position: absolute;
  left: 196px;
  top: 159px;
}
.sp-footer2 .sp-tip {
  width: 157px;
  height: 63px;
  background: url('/cdn/shop/files/202510152-footer-1.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 176px;
  top: 96px;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
  font-size: 41px;
  color: #ffffff;
  line-height: 64px;
}
.sp-footer2 .sp-tip .sp-p {
  transform: rotate(-5deg);
}
.sp-footer2 .sp-row {
  position: absolute;
  top: 45px;
  left: 375px;
  font-family: 'Montserrat-ExtraBold';
  text-align: center;
  transform: skewX(-5deg) rotate(-6deg);
}
.sp-footer2 .sp-row .sp-stroke {
  display: inline-block;
  font-size: 152px;
  color: #000000;
  text-stroke: 20px #f4e2da;
  -webkit-text-stroke: 20px #f4e2da;
  line-height: 0.95;
}
.sp-footer2 .sp-row .sp-stroke::after {
  background: linear-gradient(
    -10deg,
    #fd8423 0%,
    #ff651a 39.7216796875%,
    #ff491d 98.876953125%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-footer2 .sp-text {
  position: absolute;
    top: 362px;
    left: 249px;
    font-family: Roboto-Medium;
    font-size: 32px;
    color: #242424;
}
}
.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 46px;
  color: #000000;
  border-left: 2px solid #646464;
  border-right: 2px solid #646464;

  line-height: 40px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}

.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp-header-top .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }
  2% {
    transform: scale(1.2) rotate(0);
  }
  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }
  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}

.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;
}
