/** Shopify CDN: Minification failed

Line 1411:14 Expected ":"

**/
@font-face {
  font-family: "Roboto";
  src: url("/cdn/shop/files/Roboto-Bold.ttf");
  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: "Roboto-BlackItalic";
  src: url("/cdn/shop/files/Roboto-BlackItalic.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: "Roboto-Regular";
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Bold.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-Light";
  src: url("/cdn/shop/files/Poppins-Light.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: "Poppins-Regular";
  src: url("/cdn/shop/files/Poppins-Regular.ttf");
  font-weight: normal;
  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-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Impact";
  src: url("/cdn/shop/files/Impact_302e73af-8e71-4ed0-a350-33bf2a6490ff.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/cdn/shop/files/Montserrat-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/cdn/shop/files/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArchivoExpanded-Black";
  src: url("/cdn/shop/files/ArchivoExpanded-Black.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArchivoExpanded-Medium";
  src: url("/cdn/shop/files/ArchivoExpanded-Medium.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;
  overflow-x: hidden;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  /* background-color: #000000; */
    letter-spacing: 0px;
  line-height: initial;
  font-size: inherit;
}

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-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #fff;
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}

.header-main {
  position: relative;
  z-index: 8;
}

.header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1080px;
  height: 58px;
  font-family: Roboto-Regular;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
}

.header-inner {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 148px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}

.sp-menu-btn {
  width: 70px;
  margin-left: 34px;
  cursor: pointer;
  margin-right: 73px;
}

.header-inner .sp-logo {
  font-family: Poppins-ExtraBold;
  font-size: 74px;
  color: #16202E;
  text-transform: uppercase;
}

.header-inner .sp-logo a {
      display: flex;
    align-items: center;
}

.header-inner .sp-logo img {
        width: 200px;
}

.sp-cart {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sp-cart .sp-num {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 36px;
  height: 36px;
  background: #FF0000;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  font-family: Roboto-Medium;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-cart .sp-num.sp-gray {
  /* background-color: #414141; */
}

.sp-top-btn {
  width: 310px;
  height: 81px;
  background: linear-gradient(0deg, #E10019 0%, #F32230 100%);
  border-radius: 41px;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  color: #ffffff;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-stroke {
  position: relative;
}

.sp-stroke::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.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: -6px 8px 0px rgba(16, 16, 16, 0.39);
  z-index: -1;
}

.sp-btn-box {
  position: absolute;
  top: 1636px;
  left: 42px;
  z-index: 2;
}

.sp-button-box {
  width: 1000px;
  height: 150px;
  background: linear-gradient(0deg, #A71400 0%, #EA0000 100%);
  border-radius: 21px;
  box-sizing: border-box;
  font-family: ArchivoExpanded-Black;
  font-size: 65px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  animation: skip 4s infinite 1s;
}

.sp-title {
  font-family: Impact;
  font-size: 65px;
  color: #110C0B;
  line-height: 75px;
  width: 100%;
  text-align: center;
}

.sp-sub-title {
  font-family: Poppins-Medium;
  font-size: 34px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.sp-sub-title.sp-white {
  color: #DCDCDC;
}

.sp-opacity {
  opacity: 0.8;
}

.sp-white {
  color: #FFFFFF;
}

.sp-part1 {
  height: 1978px;
  background: url("/cdn/shop/files/20260206-bg1-new.png?v=1770622950") no-repeat;
  background-size: 100% 100%;
}

.sp-part1 .sp-text1 {
  position: absolute;
  top: 991px;
  left: 72px;
  width: 944px;
  height: 98px;
  background: #DC0011;
  border-radius: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins-BoldItalic;
  font-size: 60px;
  color: #FFFFFF;
  z-index: 2;
  padding-bottom:5px;
}

.sp-part1 .sp-text2 {
  position: absolute;
  top: 1119px;
  left: 57px;
  font-family: Impact;
  font-size: 88px;
  color: #110C0B;
  line-height: 1;
  z-index: 2;
}

.sp-part1 .sp-text3 {
  position: absolute;
  top: 1239px;
  left: 143px;
  font-family: Roboto-Regular;
  font-size: 34px;
  color: #E0E0E0;
  line-height: 32px;
  text-align: center;
  z-index: 2;
}

.sp-part1 .sp-info {
  position: absolute;
  top: 1384px;
  left: 70px;
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.sp-part1 .sp-info .sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.sp-part1 .sp-info .sp-item .sp-img-box {
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-part1 .sp-info .sp-item .sp-t1 {
  display: flex;
  align-items: center;
  font-family: Roboto-Regular;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 55px;
  text-align: center;
}

.sp-part1 .sp-text4 {
  position: absolute;
  top: 1816px;
  left: 177px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins-SemiBold;
  font-size: 28px;
  color: #FFFFFF;
  z-index: 2;
}

.sp-part1 .sp-text5 {
  position: absolute;
  top: 1830px;
  left: 619px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins-Regular;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 1;
  z-index: 2;
}

.sp-part1 .sp-text5 span {
  font-family: Poppins;
  font-size: 26px;
}

.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-part2 {
  position: relative;
  height: 1344px;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part2 .sp-text {
  position: absolute;
  top: 382px;
  left: 40px;
  width: 1000px;
  height: 788px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.sp-part2 .sp-text .sp-t1 {
  position: absolute;
  top: 204px;
  width: 100%;
  font-family: Roboto-Regular;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}

.sp-circles {
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fffefe;
  text-align: center;
  line-height: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circle1 {
  background-image: url("/cdn/shop/files/20260206-circle1.png");
}

.sp-circle2 {
  background-image: url("/cdn/shop/files/20260206-circle2.png");
}

.sp-circle3 {
  background-image: url("/cdn/shop/files/20260206-circle3.png");
}

.sp-part3 {
  height: 2446px;
  background: #111110;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part3 .sp-title {
  position: absolute;
  top: 116px;
  left: 82px;
  width: max-content;
  text-align: left;
}

.sp-part3 .sp-sub-title {
  position: absolute;
  top: 309px;
  left: 83px;
  width: max-content;
  text-align: left;
  line-height: 44px;
  margin-top: 0px;
}

.sp-part3 .sp-image1 {
  position: absolute;
  top: -87px;
  left: 778px;
}

.sp-part3 .sp-info {
  position: absolute;
  top: 508px;
  left: 83px;
  display: flex;
  flex-direction: column;
  gap: 95px;
}

.sp-part3 .sp-info .sp-item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: Poppins-SemiBold;
  font-size: 35px;
  color: #F3F3F3;
  line-height: 58px;
}

.sp-part3 .sp-info .sp-t1 div {
  font-family: Poppins-Regular;
}

.sp-part3 .sp-gif {
  position: absolute;
  top: 1160px;
  left: 143px;
  width: 895px;
  height: 695px;
  border-radius: 18px;
}

.sp-part3 .sp-image2 {
  position: absolute;
  top: 1008px;
  left: 0px;
}

.sp-part3 .sp-text {
  position: absolute;
  top: 1939px;
  left: 69px;
  width: 942px;
  display: flex;
  justify-content: space-between;
}

.sp-part3 .sp-text .sp-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.sp-part3 .sp-text .sp-t1 {
  font-family: Impact;
  font-size: 98px;
  color: #E30200;
  line-height: 1;
}

.sp-part3 .sp-text .sp-t2 {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #F1F1F1;
  line-height: 1.1;
}

.sp-part3 .sp-btn-box {
  top: 2176px;
}

.sp-part4 {
  height: 1501px;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part4 .sp-swiper2 {
  position: absolute;
  top: 96px;
  left: 21px;
  width: 1039px;
  padding-bottom: 100px;
}

.sp-part4 .sp-swiper2 .sp-info {
  position: absolute;
  top: 455px;
  left: 215px;
  font-family: Poppins-Regular;
  font-size: 47px;
  color: #737373;
  line-height: 1;
}

.sp-part4 .sp-swiper2 .sp-info2 {
  left: 723px;
  font-family: Poppins-SemiBold;
  color: #E30200;
}

.sp-part4 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #DCDCDC;
  border-radius: 50%;
  opacity: 1 !important;
  margin: 0 27px !important;
}

.sp-part4 .swiper-pagination-bullet-active {
  background: #6F6F6F;
}

.sp-part4 .sp-image {
  position: absolute;
  top: 784px;
  left: 19px;
}

.sp-part4 .sp-font {
  position: absolute;
  top: 831px;
  left: 62px;
  font-family: Impact;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part4 .sp-text {
  position: absolute;
  top: 913px;
  left: 111px;
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #DBA134;
  line-height: 1;
}

.sp-part4 .sp-text2 {
  left: 349px;
}

.sp-part4 .sp-text3 {
  left: 580px;
}

@supports (-webkit-touch-callout: none) {
  .sp-part4 .sp-text {
    top: 900px;
    left: 60px;
    font-size: 9px !important;
    transform: scale(0.5) !important;
  }
  .sp-part4 .sp-text2 {
    left: 300px;
  }
  
  .sp-part4 .sp-text3 {
    left: 560px;
  }  
  .sp-btn-style2 .sp-info2 {
    left: 102px !important;
    font-size: 14px !important;
    transform: scale(0.7) !important;
  }
}

.sp-part4 .sp-info {
  position: absolute;
  top: 1001px;
  left: 330px;
  font-family: Poppins-Regular;
  font-size: 25px;
  color: #BBBBBB;
  line-height: 31px;
  opacity: 0.9;
}

.sp-part4 .sp-info2 {
  top: 1147px;
  left: 413px;
}

.sp-part5 {
  height: 1871px;
  background: url("/cdn/shop/files/20260206-bg5.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part5 .sp-text {
  position: absolute;
  top: 921px;
  left: 51px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sp-part5 .sp-text .sp-box {
  position: absolute;
  top: 0px;
  left: 357px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.sp-part5 .sp-text .sp-t1 {
  font-family: Poppins-SemiBold;
  font-size: 39px;
  color: #030405;
  line-height: 1;
}

.sp-part5 .sp-text .sp-t2 {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #030405;
  line-height: 46px;
}

.sp-part5-bottom {
  height: 597px;
}

.sp-part5-bottom .sp-part5-bottom-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-part5-bottom .sp-swiper1 .swiper-slide {
  width: 577px;
  margin: 0 8px;
}

.sp-part6 {
  position: relative;
  height: 290px;
  background: url("/cdn/shop/files/20260206-bg6.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 43px;
}

.sp-part6 .sp-top-title1 {
  font-family: Roboto-Regular;
  font-size: 24px;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sp-part6 .sp-top-title2 {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 100%;
  font-family: Montserrat;
  font-size: 53px;
  color: #FEFEFE;
  line-height: 1;
  /* text-shadow: 0 0 10px #dcaa63, 0 0 20px #dcaa63, 0 0 30px #ffea00, 0 0 40px #dcaa63; */
  text-shadow: 0 0 10px rgba(220, 170, 99, 1), 0 0 18px rgba(220, 170, 99, 1);
  padding-left: 220px;
}

/* 弹跳动画 for img1 */
@keyframes sp-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* 摇摆动画 for img3 */
@keyframes sp-shake {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-8deg);
  }

  75% {
    transform: rotate(8deg);
  }
}

.sp-top-img2 {
  position: absolute;
  top: 75px;
  left: 109px;
  animation: sp-bounce 2s ease-in-out infinite;
}

.sp-top-img3 {
  position: absolute;
  top: 82px;
  left: 939px;
  animation: sp-shake 2.5s ease-in-out infinite;
}

.sp-top-title3 {
  position: absolute;
  top: 180px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sp-marquee-container {
  display: flex;
  animation: marquee-scroll 20s linear infinite;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sp-marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 95px;
  font-family: Poppins-Regular;
  font-size: 24px;
  color: #FEFEFE;
  flex-shrink: 0;
}

.sp-marquee-item img {
  width: 25px;
  height: auto;
  flex-shrink: 0;
}

.sp-part7 {
  position: relative;
  height: 1792px;
  background: url("/cdn/shop/files/20260206-bg7.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part7 .sp-swiper2 {
  position: absolute;
  top: 825px;
  left: 77px;
  width: 903px;
  padding-bottom: 100px;
}

.sp-part7 .sp-swiper2 .sp-text {
  position: absolute;
  top: 502px;
  left: 219px;
  font-family: Poppins-Medium;
  font-size: 31px;
  color: #FFFFFF;
  line-height: 1;
}
.sp-part7 .sp-swiper2 .special{
    top:490px;
}

.sp-part7 .sp-swiper2 .sp-text2 {
  left: 180px;
}

.sp-part7 .sp-swiper2 .sp-text3 {
  left: 225px;
}

.sp-part7 .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #030405;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1 !important;
  margin: 0 15px !important;
}

.sp-part7 .swiper-pagination-bullet-active {
  width: 83px;
  height: 20px;
  border-radius: 7px;
  border: 2px solid #FFFFFF;
}

.sp-part7 .sp-btn-box {
  top: 1519px;
}

.sp-part7 .sp-btn-box .sp-button-box {
  font-size: 55px;
}

.sp-part8 {
  height: 2017px;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part8 .sp-text {
  position: absolute;
  top: 396px;
  left: 40px;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 177px;
}

.sp-part8 .sp-text .sp-relative .sp-t1 {
  position: absolute;
  top: 523px;
  left: 7px;
  font-family: Montserrat-SemiBold;
  font-size: 41px;
  color: #282828;
  line-height: 1;
}

.sp-part8 .sp-text .sp-relative .sp-t2 {
  position: absolute;
  top: 575px;
  left: 8px;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #282828;
  line-height: 1;
  opacity: 0.8;
}

.sp-part8 .sp-image {
  position: absolute;
  top: 1745px;
  left: 24px;
}

.sp-part9 {
  height: 1369px;
}

.sp-part9 .sp-image {
  position: absolute;
  top: 0px;
  left: 45px;
}

.sp-part9 .sp-text {
  position: absolute;
  top: 78px;
  left: 323px;
  font-family: Poppins;
  font-size: 65px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part9 .sp-font {
  position: absolute;
  top: 243px;
  left: 135px;
  font-family: Poppins-Regular;
  font-size: 31px;
  color: #FFFFFF;
  line-height: 44px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sp-part9 .sp-font span {
  font-family: Poppins-SemiBold;
}

.sp-part9 .sp-info {
  position: absolute;
  top: 1159px;
  left: 451px;
  font-family: Poppins-Medium;
  font-size: 28px;
  color: #111110;
  line-height: 1;
}

.sp-promo1-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 垂直居中 */
  width: 1080px;
  height: 466px;
  margin: 0 auto;
  background: url("/cdn/shop/files/20260206-promo1-bg.jpg?v=1770603281") no-repeat center center;
  background-size: 100% 100%;
  font-family: "Poppins-Regular";
}

/* 左侧文字区域 */
.sp-promo1-text-side {
  max-width: 55%;
  flex: 1;
  /* 占据剩余空间 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 右侧图片区域 */
.sp-promo1-img-side {
  flex: 0 0 450px;
  /* 固定宽度 */
  position: relative;
  z-index: 10;
}

.sp-promo1-img-side img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}

/* ================== 文字部分精细还原 ================== */

/* 1. 头部组合：50 + (BUY BOTH / % OFF) */
.sp-promo1-header-group {
  display: flex;
  align-items: flex-end;
  /* 底部对齐 */
  margin-bottom: 0px;
}

/* 数字 50 */
.sp-promo1-num-50 {
  font-size: 192px;
  /* 巨大字号 */
  font-weight: 700;
  color: #CD1D1C;
  /* 深红 */
  font-family: "Poppins-SemiBold";
  font-style: italic;
  line-height: 1;
  letter-spacing: -10px;
  line-height: 0.75;
}

/* 右侧列：包含 BUY BOTH 和 % OFF */
.sp-promo1-right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 13px;
  /* 稍微向上提一点以对齐50 */
}

/* BUY BOTH 黑底标签 */
.sp-promo1-buy-both-tag {
  background-color: #000;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  padding: 5px 15px;
  transform: skewX(-10deg);
  /* 倾斜效果 */
  margin-bottom: 5px;
  margin-left: 5px;
  line-height: 1.2;
}

/* % OFF 行 */
.sp-promo1-off-row {
  display: flex;
  align-items: flex-end;
}

/* 圆形 % */
.sp-promo1-percent-circle {
  width: 72px;
  height: 72px;
  background-color: #FFCF88;
  /* 稍微亮一点的红 */
  border-radius: 50%;
  color: #CD1D1C;
  /* 淡黄色 */
  font-size: 40px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 10px solid #CD1D1C;
  /* 增加一点厚度感 */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

/* OFF 文字 */
.sp-promo1-off-text {
  font-size: 80px;
  color: #CD1D1C;
  font-weight: 900;
  line-height: 0.8;
  font-family: 'Poppins-Regular';
}

/* 2. 副标题 */
.sp-promo1-subhead {
  font-size: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 3. 特性列表 */
.sp-promo1-list {
  list-style: none;
  margin-bottom: 10px;
}

.sp-promo1-list li {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  font-size: 23px;
  color: #444;
  line-height: 1;
  font-weight: 500;
}

.sp-promo1-list li:first-of-type {
  margin-bottom: 15px;
}

/* 复选框图标 */
.sp-promo1-icon-check {
  width: 26px;
  height: 24px;
  margin-right: 18px;
}

/* ================== 按钮样式 ================== */

/* 心跳动画 */
@keyframes sp-pulse-anim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.sp-promo1-btn-wrap {
  position: relative;
  display: inline-block;
}

.sp-promo1-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 红色高光渐变 */
  color: #fff;
  font-size: 39px;
  font-style: italic;
  width: 421px;
  height: 103px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left
  position: relative;
  z-index: 1;
  background: url('/cdn/shop/files/20260206-promo1-btn-bg.png') no-repeat center center !important;
  background-size: 100% 100% !important;
  animation: sp-pulse-anim 1.5s infinite ease-in-out;

}

.sp-promo1-btn img {
  transform: translateY(8px);
}

.sp-btn-img11 {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-btn-img11 img {
  width: 60px;
  height: 42px;
}

.sp-btn-img10 {
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 9px;
  top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-btn-footer {
  width: 580px !important;
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding-left: 54px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-family: Roboto-Bold;
  letter-spacing: 1px;
  box-sizing: content-box;
}

.product-part {
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  padding: 66px 41px 70px;
}

.product-part .sp-title {
  margin-bottom: 30px;
}

.product-part .sp-img-wrap .sp-img-p.active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.product-part .sp-img-wrap {
  width: 997px;
  height: 704px;
  background: url('/cdn/shop/files/20260206-pro-bg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 12px;
}

.product-part .sp-img-wrap .sp-img-inner {
  position: relative;
  margin: 0 auto;
  width: 968px;
  height: 543px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.product-part .sp-img-wrap .sp-gift {
  position: absolute;
  top: 604px;
  left: 36px;
  width: 60px;
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-line-wrap {
  position: absolute;
  top: 550px;
  left: 110px;
  width: 430px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 7px;
  margin-bottom: 7px;
}

.product-part .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
}

@keyframes sp-fade-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.product-part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  display: none;
}

.product-part .sp-img-wrap .sp-pro-bg {
  position: absolute;
  top: 582px;
  left: 40px;
  width: 524px;
  height: 62px;
}

.product-part .sp-row1 {
  position: absolute;
  top: 635px;
  left: 118px;
  font-family: Poppins-Medium;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-part .sp-row1 .sp-icon-s {
  width: 24px;
}

.product-part .sp-t2 {
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #ffffff;
  width: 180px;
}

.product-part .sp-clock-s {
  position: absolute;
  top: 598px;
  left: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  line-height: 1;
  box-sizing: border-box;
}

.product-part .sp-clock-s .square {
  width: 54px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 9px;
  font-family: Poppins;
  font-size: 35px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  margin: 0 5px;
  padding-bottom: 16px;
}

.product-part .sp-clock-s .dot {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
}

.product-part .sp-time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-part .sp-time-label {
  font-family: Roboto-Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}

.product-part .sp-padding {
  box-sizing: border-box;
  padding: 0 6px;
}

.product-part .option-title {
  font-family: Poppins-SemiBold;
  font-size: 37px;
  color: #696969;
  line-height: 1;
  padding: 28px 0px 20px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}

.product-part .sp-option {
  position: relative;
  /* min-width: 306px; */
  padding:0 30px;
  height: 75px;
  background: #F7F7F7;
  border-radius: 5px;
  border: 2px solid #D3D3D3;
  font-family: Poppins-Medium;
  font-size: 33px;
  color: #5D5D5D;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  gap: 10px;
}

.product-part .sp-option.active {
  color: #ffffff;
  background: #282828;
  border: 2px solid #282828;
}

/* .product-part .sp-pro .sp-option:nth-child(2) {
  width: 374px;
} */

.product-part .sp-pro .sp-option:nth-child(3) {
  width: 620px;
}

.product-part .sp-option img {
  width: 33px;
}

.product-part .sp-option .sp-hot-img {
  position: absolute;
  top: -65px;
  right: 5px;
  width: 114px;
}

.product-part .price-group {
  line-height: 1.1;
  margin-top: 28px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: Poppins;
  font-size: 76px;
  color: #FF0707;
}

.product-part .price2 {
  font-family: Poppins;
  font-size: 45px;
  color: #9D9D9D;
  margin-left: 16px;
}

.product-part .sp-row {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.product-part .sp-row img {
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-row .sp-p {
  width: auto;
  height: 49px;
  background: #FF0707;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 34px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-left: -32px;
  padding-left: 33px;
  padding-right:10px;
  box-sizing: border-box;
  transform: translateY(20px);
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.product-part .addCart {
  width: 479px;
  height: 91px;
  background: #FFF3E0;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: Roboto-Medium;
  font-size: 40px;
  color: #000000;
  gap: 10px;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 41px;
}

.product-part .sp-btn-style {
  width: 980px;
  height: 150px;
  background: #E00000;
  border-radius: 10px;
  cursor: pointer;
  margin: 50px auto 0;
  font-family: Poppins;
  font-size: 72px;
  color: #FFFFFF;
  animation: skip 4s infinite;
  text-align: center;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: Poppins-Medium;
  font-size: 34px;
  color: #141414;
  margin-top: 48px;
}

.sp-tip5 img {
  width: 71px;
}

.sp-tip5 span {
  color: #e80000;
}

.product-part .sp-title-s {
  font-family: Poppins-SemiBold;
  font-size: 40px;
  color: #0B0B0B;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 3px solid rgba(157, 157, 157, 0.29);
  margin-top: 60px;
}

@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: 407px;
  height: 93px;
  border-radius: 10px;
  border: 2px solid #828282;
  padding: 0px 40px;
  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: 31px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  color: #000;
  font-family: Roboto-Regular;
  font-size: 45px;
  color: #343434;
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333333;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 245px;
  height: 100%;
  color: #232326;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 44px;
  color: #000000;
  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,
.sp-btn-style2 .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-text {
  position: relative;
  width: 1009px;
  height: 258px;
  background: #eef8fe;
  margin-top: 30px;
}

.sp-footer-text div {
  position: absolute;
  top: 48px;
  left: 102px;
  font-family: Roboto;
  font-size: 37px;
  color: #282828;
  line-height: 1;
}

.sp-footer-text .sp-img1 {
  position: absolute;
  top: 35px;
  left: 42px;
}

.sp-footer-text .sp-img2 {
  position: absolute;
  top: 126px;
  left: 34px;
}

.sp-footer-img {
  display: block;
  margin: 20px auto;
  width: 90%;
}

.sp-footer-box1 {
  width: 957px;
  height: 228px;
  background: #eef8fe;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Roboto;
  font-size: 31px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box1 .sp-icon {
  width: 45px;
}

.sp-footer-img2 {
  width: 705px;
}

.sp-footer-box2 {
  margin: 30px auto 0;
  width: 957px;
  height: 228px;
  background: #fdfcf5;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-footer-box2 .sp-icon {
  width: 29px;
}

.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: Roboto;
  font-size: 31px;
  color: #282828;
  margin-bottom: 12px;
}

.sp-footer-box2 .sp-p img {
  width: 50px;
}

.sp-footer-box2 .sp-li {
  font-family: Poppins-SemiBold;
  font-size: 29px;
  color: #666666;
  margin-top: 10px;
}

.sp-footer-box2 .sp-li span {
  /* font-family: Roboto; */
}

.sp-part10 {
  width: 100%;
  height: 1464px;
  background: #000000;
  box-sizing: border-box;
  padding: 108px 0 0px;
}

.sp-part10 .sp-title {
  font-family: Poppins;
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 69px;
}

.sp-part10 .sp-item {
  width: 1004px;
  height: 342px;
  background: #2a2a2a;
  border-radius: 30px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  box-sizing: border-box;
  gap: 33px;
}

.sp-f-img3 {
  width: 53px;
  height: 53px;
  z-index: 1;
  position: absolute;
  left: 305px;
  top: 120px;
}

.sp-f-img4 {
  width: 53px;
  height: 53px;
  position: absolute;
  z-index: 1;
  left: 650px;
  top: 120px;
}

.sp-part10 .sp-item .sp-circle {
  height: 189px;
}

.sp-part10 .sp-item .sp-p1 {
  font-family: Roboto-Black;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 50px;
  font-style: italic;
  margin-bottom: 20px;
}

.sp-part10 .sp-item .sp-p2 {
  font-family: Roboto-Regular;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 51px;
}

.sp-part11 {
  padding: 42px 0px 120px;
}

.sp-part11 .sp-title {
  font-family: Poppins;
  font-size: 65px;
  color: #DA0000;
  margin-bottom: 56px;
}

.sp-part11 .sp-title div {
  font-family: ArchivoExpanded-Medium;
  font-size: 25px;
  color: #666666;
  line-height: 1;
  text-transform: uppercase;
}

.gradually {
  text-align: center;
}

.sp-part11 .sp-title span {
  color: #fff;
}

.sp-part11 .sp-title i {
  font-style: normal;
}

.sp-part11 .q-row {
  margin: 0 auto;
  width: 960px;
  height: 122px;
  background: #FFFFFF;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  box-sizing: border-box;
  padding: 0 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Poppins-Medium;
  font-size: 33px;
  color: #272625;
  cursor: pointer;
  transition: all 0.3s;
}

.sp-part11 .q-row:active {
  background: transparent !important;
}

.sp-part11 .q-row .sp-icon::after {
  /* background: #272625; */
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #000000;
  border-radius: 2px;
  box-sizing: border-box;
  font-family: Poppins-Light;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part11 .sp-text {
  margin: 0 auto;
  width: 960px;
  height: 128px;
  padding-left: 57px;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #191919;
  line-height: 41px;
  display: none;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}

.sp-part11 .sp-show {
  /* background: transparent !important; */
}

.sp-part11 .sp-show .q-row {
  color: #ffffff;
  background: #1B1B1B;
}

.sp-part11 .sp-show .sp-icon::after {
  content: "-";
  color: #1B1B1B;
  background: #ffffff;
  padding-left: 4px;
}

.sp-part11 .sp-show .sp-text {
  display: flex;
  opacity: 1;
  /* background: transparent; */
}

.sp-part11 .sp-box {
  /* border-bottom: 4px solid #89898980; */
}

.sp-part11 .sp-box>div {
  background: transparent;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 20px;
}

.sp-part11 .sp-box>div:active {
  background: transparent !important;
}

.sp-part11 .sp-button-box {
  position: inherit;
  font-size: 43px;
  margin: 50px auto 150px;
}

.sp-menu-mask {
  background: rgba(11, 11, 11, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
}

.sp-menu {
  width: 473px;
  -webkit-overflow-scrolling: touch;
  background-color: #f2f2f2;

  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 110px;
  box-sizing: border-box;
  animation: stuckMoveLeft 0.5s;
}

.sp-menu .sp-menu-item {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgba(71, 71, 71, 0.14);
  font-family: Roboto;
  font-size: 33px;
  color: #636363;
}

.sp-menu .sp-menu-item a {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.sp-menu .sp-menu-item a .sp-span {
  width: 70px;
  height: 28px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin-left: 15px;
}

.sp-menu .sp-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sp-menu li .sp-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  padding-left: 55px;
}

.sp-menu li .sp-row a img {
  width: 31px;
  height: 31px;
}

.sp-menu .sp-close-btn {
  position: absolute;
  top: 37px;
  right: 22px;
  width: 39px;
  cursor: pointer;
}

.sp-mask {
  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: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-pop .img-pop {
  width: 94%;
  overflow: hidden;
  padding: 0 80px;

  position: relative;
  z-index: 101;
}

.sp-pop .img-pop>div {
  width: 100%;
}

.sp-pop .img-pop .sp-img {
  position: relative;
  z-index: 102;
  width: auto;
  width: 100%;
}

.sp-mask .img-pop .close-btn {
  width: 94px;
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp-btn-style2 {
  width: 1080px;
  height: 180px;
  background: url("/cdn/shop/files/20260206-bottom.png");
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}

.sp-btn-style2 .sp-info1 {
  position: absolute;
  top: 34px;
  left: 85px;
  font-family: Roboto-BlackItalic;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-btn-style2 .sp-info2 {
  position: absolute;
  top: 131px;
  left: 157px;
  font-family: Roboto-Regular;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-btn-style2 .sp-bg {
  position: absolute;
  top: 21px;
  left: 429px;
  width: 611px;
  height: 139px;
  background: linear-gradient(0deg, #A71400 0%, #EA0000 100%);
  border-radius: 17px;
}

.sp-btn-style2 .sp-right {
  position: absolute;
  top: 50px;
  left: 611px;
  font-family: Poppins-ExtraBold;
  font-size: 61px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-uppercase2 {
  position: absolute;
  top: 115px;
  left: 612px;
  font-family: Poppins-Medium;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.6;
}

.sp-btn-style2 .sp-arrow {
  position: absolute;
  top: 63px;
  left: 959px;
  width: 55px;
  height: 54px;
}

.sp-btn-style2 .sp-p {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
}

.sp-btn-style2 .sp-cart {
  position: absolute;
  top: 43px;
  left: 456px;
  width: 95px;
  height: 94px;
  background: #FFFFFF;
  border-radius: 18px;
}

.sp-btn-style2 .sp-cart img {
  width: 73px;
}

.sp-btn-style2 .sp-cart .sp-num {
  width: 45px;
  height: 45px;
  right: 0px;
  top: 0px;
  font-size: 25px;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}

.sp-pc {
  display: none;
}
/* 隐藏推荐 */
.color-background-2{
    display:none !important;
}
/* @media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;
  }
} */

/* 隐藏原有顶部轮播 */
.customer_header{
    display:none !important;
}
table.customer-buy-more-discount-table td, table.customer-buy-more-discount-table th{
    color:#000;
}
.quick-add-hidden{
    margin-bottom:30px;
    zoom:2.3;
}
@media screen and (min-width: 1080px) {
    .quick-add-hidden{
        zoom:1.5;
    }
  #root {
    max-width: unset;
    overflow-x: clip;
    /* 使用clip代替hidden，不会破坏sticky定位 */
  }

  .mf-bundle-product {
  zoom: 1 !important;
}

  .sp-pc {
    display: block;
  }

  .sp-mobile {
    display: none;
  }

  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-top {
    width: 1920px;
    z-index: 9;
    height: 25px;
    font-size: 12px;
  }

  .header-inner {
    position: fixed;
    top: 55px;
    left: 260px;
    margin-top: 0px;
    width: 1400px;
    height: 80px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 0 0 20px;
  }

  .header-inner.sp-fixed {
    top: 25px;
    left: 0px;
    width: 1920px;
    height: 70px;
    padding: 0 260px;
    background: #ffffff;
    border-radius: 0px;
  }

  .header-inner ul {
    z-index: 2;
    display: flex;
    gap: 38px;
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: Montserrat-SemiBold;
    font-size: 17px;
    color: #000000;
    text-align: center;
  }

  .header-inner .sp-menu-item a .sp-span {
    display: inline-block;
    width: 54px;
    height: 19px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 19px;
    margin-left: 4px;
    margin-right: -10px;
    transform: translateY(-2px);
  }

  .header-inner .sp-logo-pc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: Poppins-ExtraBold;
    font-size: 49px;
    color: #000000;
  }

  .header-inner .sp-logo-pc a {
            display: flex;
        align-items: center;
  }

  .header-inner .sp-logo-pc img {
    width: 150px;
  }

  .sp-top-btn {
    width: 160px;
    height: 81px;
    background: linear-gradient(0deg, #940000 0%, #DA0000 100%);
    border-radius: 0px;
    font-size: 20px;
    margin-right: -1px;
  }

  .header-inner.sp-fixed .sp-top-btn {
    width: 160px;
    height: 40px;
    border-radius: 25px;
  }

  .sp-cart {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-cart .sp-num {
    right: -10px;
    top: -7px;
    width: 26px;
    height: 26px;
    font-size: 18px;
  }

  .sp-title {
    font-size: 60px;
    line-height: 1;
  }

  .sp-sub-title {
    font-size: 30px;
    line-height: 1;
    margin-top: 25px;
  }

  .product-part .sp-img-wrap .sp-img-inner {
    width: 710px;
    height: 398px;
    background: #FFFFFF;
    border-radius: 20px;
  }

  .product-part .sp-img-wrap .sp-gift {
    top: 442px;
    left: 30px;
    width: 44px;
  }

  .product-part .sp-line-wrap {
    top: 447px;
    left: 84px;
    width: 272px;
  }

  .sp-btn-box {
    top: 658px;
    left: 260px;
  }

  .sp-button-box {
    width: 400px;
    height: 80px;
    background: linear-gradient(0deg, #940000 0%, #DA0000 100%);
    border-radius: 11px;
    font-size: 32px;
  }

  .sp-part1 {
    margin-top: 25px;
    height: 935px;
      background: url("/cdn/shop/files/20260206-bg1-new-pc.png?v=1770622951") no-repeat;
  background-size: 100% 100%;
  }

  .sp-part1 .sp-text1 {
    top: 212px;
    left: 248px;
    width: 664px;
    height: 69px;
    border-radius: 35px;
    font-size: 42px;
  }

  .sp-part1 .sp-text2 {
    top: 302px;
    left: 259px;
    font-size: 73px;
  }

  .sp-part1 .sp-text3 {
    top: 390px;
    left: 260px;
    font-size: 22px;
    text-align: left;
  }

  .sp-part1 .sp-info {
    top: 497px;
    left: 257px;
    width: 514px;
  }

  .sp-part1 .sp-info .sp-item {
    gap: 15px;
  }

  .sp-part1 .sp-info .sp-item .sp-img-box {
    width: 41px;
  }

  .sp-part1 .sp-info .sp-item .sp-t1 {
    font-size: 22px;
    line-height: 30px;
  }

  .sp-part1 .sp-text4 {
    top: 754px;
    left: 294px;
    font-size: 18px;
  }

  .sp-part1 .sp-text4 div {
    transform: translateY(-8px);
  }

  .sp-part1 .sp-text5 {
    top: 783px;
    left: 457px;
    gap: 5px;
    font-size: 13px;
  }

  .sp-part1 .sp-text5 span {
    font-size: 17px;
    transform: translateY(1px);
  }

  .sp-part1 .sp-text5 div {
    transform: translateY(2px);
  }

  .sp-part2 {
    height: 738px;
  }

  .sp-part2 .sp-text {
    top: 271px;
    left: 260px;
    width: 1400px;
    height: auto;
    flex-wrap: nowrap;
  }

  .sp-part2 .sp-text .sp-t1 {
    top: 141px;
    font-size: 22px;
  }

  .sp-circles {
    width: 73px;
    height: 73px;
    /* position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 50%; */
  }

  .sp-part3 {
    height: 832px;
  }

  .sp-part3 .sp-title {
    top: 95px;
    left: 1029px;
    line-height: 70px;
  }

  .sp-part3 .sp-sub-title {
    top: 243px;
    left: 1031px;
    font-size: 24px;
    line-height: 34px;
  }

  .sp-part3 .sp-image1 {
    top: -100px;
    left: 1481px;
  }

  .sp-part3 .sp-info {
    top: 400px;
    left: 1072px;
    gap: 55px;
  }

  .sp-part3 .sp-info .sp-item {
    gap: 25px;
    font-size: 24px;
    line-height: 34px;
  }

  .sp-part3 .sp-video {
    position: absolute;
    top: -103px;
    left: 259px;
    width: 703px;
    height: 540px;
    border-radius: 15px;
    overflow: hidden;
  }

  .sp-part3 .sp-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-part3 .sp-image2 {
    top: -115px;
  }

  .sp-part3 .sp-text {
    top: 474px;
    left: 343px;
    width: 617px;
  }

  .sp-part3 .sp-text .sp-t1 {
    font-size: 65px;
  }

  .sp-part3 .sp-text .sp-t2 {
    font-size: 24px;
    line-height: 1;
  }

  .sp-part3 .sp-btn-box {
    top: 652px;
    left: 366px;
  }

  .sp-part3 .sp-btn-box .sp-button-box {
    width: 500px;
  }

  .sp-part4 {
    height: 1199px;
  }

  .sp-part4 .sp-swiper2 {
    top: 56px;
    left: 0px;
    width: 1920px;
  }

  .sp-part4 .sp-swiper2 .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .sp-part4 .sp-swiper2 .swiper-slide img {
    width: 897px;
    height: 470px;
  }
  
  .sp-part4 .sp-swiper2 .sp-info {
    top: 393px;
    left: 188px;
    font-size: 40px;
  }
  
  .sp-part4 .sp-swiper2 .sp-info2 {
    left: 612px;
  }
  
  .sp-part4 .sp-image {
    top: 661px;
    left: 257px;
  }
  
  .sp-part4 .sp-font {
    top: 728px;
    left: 681px;
    font-size: 30px;
  }
  
  .sp-part4 .sp-text {
    top: 796px;
    left: 701px;
    font-size: 12px;
  }
  
  .sp-part4 .sp-text2 {
    left: 913px;
  }
  
  .sp-part4 .sp-text3 {
    left: 1121px;
  }
  
  .sp-part4 .sp-info {
    top: 886px;
    left: 683px;
    font-size: 20px;
  }
  
  .sp-part4 .sp-info2 {
    top: 934px;
    left: 1070px;
  }

  .sp-part5 {
    height: 917px;
    background: url("/cdn/shop/files/20260206-bg5-pc.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part5 .sp-text {
    top: 263px;
    left: 1013px;
    gap: 14px;
  }
  
  .sp-part5 .sp-text .sp-box {
    left: 236px;
    gap: 22px;
  }
  
  .sp-part5 .sp-text .sp-t1 {
    font-size: 26px;
  }
  
  .sp-part5 .sp-text .sp-t2 {
    font-size: 20px;
    line-height: 30px;
  }
  
  .sp-part5-bottom {
    height: 636px;
  }
  
  .sp-part5-bottom .sp-swiper1 .swiper-slide {
    width: 518px;
    margin: 0 8px;
  }

  .sp-part5-bottom .sp-swiper1 .swiper-slide img {
    width: 100%;
  }

  .sp-part6 {
    height: 290px;
    background: url("/cdn/shop/files/20260206-bg6-pc.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
  }

  .sp-part6 .sp-top-title1 {
    font-size: 24px;
  }

  .sp-part6 .sp-top-title2 {
    top: 100px;
    padding: 0;
    text-align: center;
  }

  .sp-top-img2 {
    top: 77px;
    left: 514px;
  }

  .sp-top-img3 {
    top: 87px;
    left: 1322px;
  }

  .sp-part6 .sp-marquee-item {
    margin-right: 400px;
  }

  .sp-part6 .sp-text {
    position: absolute;
    top: 184px;
    left: 492px;
    width: 936px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sp-part6 .sp-text div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Roboto-Regular;
    font-size: 24px;
    color: #FEFEFE;
  }

  .sp-part6 .sp-text div img {
    width: 25px;
    height: auto;
  }

  .sp-part7 {
    height: 900px;
    background: url("/cdn/shop/files/20260206-bg7-pc.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
  }

  .sp-part7 .sp-swiper2 {
    top: 232px;
    left: 909px;
    width: 800px;
    box-sizing: border-box;
  }

  .sp-part7 .sp-swiper2 .swiper-slide {
    width: 700px;
    padding: 0 50px;
  }

  .sp-part7 .sp-swiper2 .swiper-slide img {
    width: 700px;
    height: auto;
  }
  
  .sp-part7 .sp-swiper2 .sp-text {
    top: 383px;
    left: 244px;
    font-size: 23px;
  }
  .sp-part7 .sp-swiper2 .special {
    top: 392px;
  }
  
  .sp-part7 .sp-swiper2 .sp-text2 {
    left: 183px;
  }
  
  .sp-part7 .sp-swiper2 .sp-text3 {
    left: 226px;
  }

  .sp-part7 .sp-swiper2 .swiper-pagination {
    top: 11px;
    left: 767px;
    width: auto;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .sp-part7 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0px !important;
  }
  
  .sp-part7 .swiper-pagination-bullet-active {
    width: 16px;
    height: 65px;
    background: none;
    border-radius: 7px;
    border: 2px solid #FFFFFF;
  }
  
  .sp-part7 .sp-btn-box {
    top: 708px;
    left: 961px;
  }
  
  .sp-part7 .sp-btn-box .sp-button-box {
    width: 697px;
    font-size: 35px;
  }

  .sp-part8 {
    height: 1081px;
  }

  .sp-part8 .sp-text {
    top: 264px;
    left: 260px;
    width: 1400px;
    flex-wrap: nowrap;
  }
  
  .sp-part8 .sp-text .sp-relative .sp-t1 {
    top: 358px;
    left: 4px;
    font-size: 28px;
  }
  
  .sp-part8 .sp-text .sp-relative .sp-t2 {
    top: 400px;
    left: 4px;
    font-size: 21px;
  }
  
  .sp-part8 .sp-image {
    top: 719px;
    left: 226px;
  }
  
  .sp-part9 {
    height: 600px;
  }
  
  .sp-part9 .sp-image {
    left: 261px;
  }
  
  .sp-part9 .sp-text {
    top: 50px;
    left: 968px;
    font-family: Montserrat;
    font-size: 56px;
  }
  
  .sp-part9 .sp-font {
    top: 127px;
    left: 970px;
    font-size: 24px;
    line-height: 38px;
    gap: 18px;
  }

  .sp-part9 .sp-info {
    top: 406px;
    left: 495px;
    font-size: 28px;
  }

  .product-part {
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 80px 230px 60px 258px;
  }

  .product-part .sp-title {
    font-size: 43px;
    margin-bottom: 10px;
  }

  .product-part .sp_product_content {
    display: flex;
    gap: 44px;
    align-items: flex-start;
  }

  .product-part .sp_product_content .sp-wrap-item {
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    align-self: flex-start;
    z-index: 1;
  }

  .product-part .sp_product_content .sp-content {
    width: 650px;
  }

  .product-part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    display: none;
  }

  .product-part .sp-img-wrap .sp-pro-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 109px;
  }

  .product-part .sp-img-wrap {
    width: 731px;
    height: 516px;
  }

  .product-part .sp-img-wrap .sp-img-p.active {
    height: 80%;
  }

  .product-part .sp-row1 {
    top: 465px;
    left: 82px;
    font-size: 17px;
  }

  .product-part .sp-row1 .sp-icon-s {
    width: 19px;
  }

  .product-part .sp-clock-s {
    top: 434px;
    left: 505px;
    gap: 10px;
  }

  .product-part .sp-clock-s .square {
    width: 40px;
    height: 38px;
    font-size: 25px;
  }

  .product-part .sp-time-label {
    font-size: 12px;
    line-height: 15px;
  }

  .product-part .sp-clock-s .dots {
    margin: 0 4px;
  }

  .product-part .sp-clock-s .dot {
    width: 4px;
    height: 4px;
  }

  .product-part .sp-padding {
    padding: 0;
    width: 594px;
  }

  .product-part .option-title {
    font-size: 24px;
    line-height: 1;
    padding: 22px 0px 15px;
  }

  .product-part .opt-group {
    gap: 9px;
  }

  .product-part .sp-option {
    /* width: 185px; */
    padding:0 20px;
    height: 46px;
    font-size: 22px;
    gap: 15px;
  }
/* 
  .product-part .sp-pro .sp-option:nth-child(2) {
    width: 226px;
  } */
  
  .product-part .sp-pro .sp-option:nth-child(3) {
    width: 374px;
  }
  

  .product-part .sp-option img {
    width: 20px;
  }

  .product-part .sp-option .sp-hot-img {
    top: -42px;
    right: 0px;
    width: 74px;
  }

  .product-part .price-group {
    margin-top: 20px;
  }

  .product-part .price1 {
    font-size: 50px;
  }

  .product-part .price2 {
    font-size: 28px;
    margin-left: 20px;
  }

  .product-part .sp-row {
    margin-left: 30px;
    display: flex;
    align-items: center;
  }

  .product-part .sp-row img {
    width: 34px;
    position: relative;
    z-index: 1;
  }

  .product-part .sp-row .sp-p {
    width: 162px;
    height: 30px;
    font-size: 22px;
    line-height: 34px;
    margin-left: -15px;
    padding-left: 12px;
    box-sizing: border-box;
    transform: translateY(9px);
  }

  .product-part .sp-quality-row {
    gap: 22px;
  }

  .product-part .addCart {
    width: 308px;
    height: 59px;
    background: #fff3e0;
    border-radius: 15px;
    border: none;
    font-size: 22px;
    gap: 14px;
    user-select: none;
  }

  .product-part .addCart img {
    width: 24px;
  }

  .product-part .sp-btn-style {
    width: 594px;
    height: 91px;
    background: #E00000;
    border-radius: 10px;
    margin: 30px auto 42px;
    font-size: 43px;
  }

  .sp-tip5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sp-tip5 img {
    width: 43px;
  }

  .product-part .sp-title-s {
    text-align: left;
    margin-top: 0px;
    font-size: 28px;
    line-height: 1;
    margin-left: 0;
  }

  .addGroup {
    width: 264px;
    height: 60px;
    border-radius: 10px;
    border: 2px solid #828282;
    padding: 0px 14px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 12px;
    font-size: 30px;
  }

  .addGroup input {
    width: 120px;
    font-size: 23px;
  }

  .sp-footer-text {
    width: 540px;
    height: 138px;
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sp-footer-text div {
    top: 25px;
    left: 55px;
    font-size: 20px;
  }

  .sp-footer-text .sp-img1 {
    top: 20px;
    left: 23px;
    width: 25px;
    height: 29px;
  }

  .sp-footer-text .sp-img2 {
    top: 68px;
    left: 19px;
    width: 478px;
    height: 39px;
  }

  .sp-footer-box1 {
    width: 526px;
    height: 139px;
    padding: 0px 24px;
  }

  .sp-footer-box1 .sp-icon {
    width: 25px;
  }

  .sp-footer-box1 .sp-p {
    font-size: 20px;
  }

  .sp-footer-img2 {
    width: 478px;
  }

  .sp-footer-box2 {
    width: 526px;
    height: 139px;
    padding: 0px 24px;
  }

  .sp-footer-box2 .sp-p img {
    width: 29px;
  }

  .sp-footer-box2 .sp-p {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .sp-footer-box2 .sp-li {
    font-size: 16px;
  }

  .sp-part10 {
    height: 407px;
    background: #000000;
    box-sizing: border-box;
    padding: 41px 275px;
  }

  .sp-part10 .sp-title {
    font-size: 45px;
    margin-bottom: 23px;
  }

  .sp-part10 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sp-part10 .sp-item {
    width: 443px;
    height: 250px;
    background: #343434;
    border-radius: 25px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 0px;
    text-align: center;
    padding: 32px 0 0;
  }

  .sp-part10 .sp-item .sp-circle {
    height: 73px;
  }

  .sp-part10 .sp-content {
    margin-top: 24px;
  }

  .sp-part10 .sp-item .sp-p1 {
    font-family: Poppins;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .sp-part10 .sp-item .sp-p2 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 22px;
    padding:0 10px;
  }

  .sp-part11 {
    padding: 80px 310px 100px;
  }

  .sp-part11 .sp-title {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .sp-part11 .sp-title div {
    font-size: 25px;
  }

  .sp-part11 .q-row {
    width: 1300px;
    height: 122px;
    min-height: unset;
    gap: 28px;
    font-size: 30px;
    line-height: 45px;
    padding: 0 60px;
  }

  .sp-part11 .sp-text {
    width: 1300px;
    padding-left: 60px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 41px;
  }

  .sp-part11 .sp-show .sp-text {
    height: 120px;
  }

  .sp-part11 .sp-button-box {
    margin-bottom: 0px;
    width: 823px;
    font-size: 35px;
  }

  .sp-pop .img-pop .sp-img {
    position: relative;
    z-index: 102;
    width: auto;
    width: 80%;
    margin: 0 auto;
  }

  .sp-mask .img-pop .close-btn {
    width: 50px;

    cursor: pointer;
    margin: auto;
    display: block;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .sp-scroll-top {
    scroll-margin-top: 34px;
  }
}

.sp-scroll-top {
  scroll-margin-top: 70px;
}

.gradually span,
.gradually div,
.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;
  }
}

@keyframes swift-up-fade2 {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 0.8;
  }
}

@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.sp-ani,
.sp-ani2 {
  opacity: 0;
}

.sp-ani-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@keyframes sp-fade-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes sp-fade-left {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(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;
}