/** Shopify CDN: Minification failed

Line 3669:11 Expected ":"

**/
@font-face {
    font-family: Barlow-ExtraBold;
    src: url("/cdn/shop/files/Barlow-ExtraBold.ttf");
}

@font-face {
    font-family: Bacchus-SemiBold;
    src: url("/cdn/shop/files/BACCHUS-SEMIBOLD-2.TTF");
}

@font-face {
    font-family: Bacchus-Regular;
    src: url("/cdn/shop/files/BACCHUS-2.TTF");
}

@font-face {
    font-family: Poppins-Bold;
    src: url("/cdn/shop/files/Poppins-Bold.ttf");
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url("/cdn/shop/files/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: Poppins-SemiBoldItalic;
    src: url("/cdn/shop/files/Poppins-SemiBoldItalic.ttf");
}

@font-face {
    font-family: Poppins-Medium;
    src: url("/cdn/shop/files/Poppins-Medium.ttf");
}

@font-face {
    font-family: Poppins-Regular;
    src: url("/cdn/shop/files/Poppins-Regular.ttf");
}

@font-face {
    font-family: Roboto-BoldCondensed;
    src: url("/cdn/shop/files/Roboto-BoldCondensed.ttf");
}

@font-face {
    font-family: Roboto-Black;
    src: url("/cdn/shop/files/Roboto-Black.ttf");
}

@font-face {
    font-family: Roboto-Medium;
    src: url("/cdn/shop/files/Roboto-Medium.ttf");
}

@font-face {
    font-family: Roboto-Regular;
    src: url("/cdn/shop/files/Roboto-Regular.ttf");
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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;
  -ms-text-size-adjust: auto !important;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
img {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
#root {
  letter-spacing: 0px;
}

.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-ww {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
}
.sp-fixed .sp_header-content {
  top: 0px;
  /* width: 100%; */
  /* left: 0; */
  box-sizing: border-box;
  /* padding: 0 260px; */
  border-radius: 0;
  background-color: #FFF;
  position: relative;
  height: 80px;
}
.sp-fixed .sp_header-top {
  display: none;
}

.sp_header-top {
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 14px;
  /* font-weight: 600; */
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1D1D1D;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  width: 100%;
  height: 83px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 69px;
  background: rgba(255,255,255,1);
  position: relative;
}
.sp_header-content ul {
  width: 504px;
  height: 100%;
  border-radius: 27px;
  padding-left: 44px;
  padding-right: 53px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #000000;
}
.sp_header-content ul span {
  font-family: Poppins-Medium;
  padding: 0 5px;
  height: 10px;
  background: #CD160C;
  border-radius: 3px;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: -4px;
  vertical-align: middle;
  line-height: 11.5px;
  transform: translateY(-1px);
}
.sp_header-content ul li:hover {
  /* color: #8359ae; */
}
.sp_header-content .sp-logo-box {
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sp_header-content .sp-logo {
  height: 100%;
}
.sp_header-content .sp-cart-box {
  width: 285px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 26px;
  padding-left: 26px;
  justify-content: space-between;
}
.sp-cart {
  width: 45px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 22px;
  height: 22px;
  background: #EC0D28;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -8px;
  top: -3px;
  font-size: 19px;
  font-family: Poppins-Bold;
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #8a8a8a;
}

.sp-top-btn {
  width: 194px;
  height: 52px;
  background: linear-gradient(0deg, #E10019 0%, #F32230 100%);
  border-radius: 26px;
  border: 1px solid #FFFFFF;

  text-align: center;
  font-size: 22px;
  line-height: 52px;
  color: #ffffff;
  font-family: "Poppins-Bold";

  margin-right: 0px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-price-group {
  display: flex;
  align-items: baseline;
}

.sp-price-group .sp-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: -6px 8px 0px rgba(16, 16, 16, 0.39);
  z-index: -1;
}

.sp-btn-style1 {
  width: 500px;
  height: 98px;
  line-height: 98px;
  background: url("/cdn/shop/files/20260115-bx-btn.png") no-repeat;
  background-size: 100% 100%;
  font-size: 45px;
  color: #ffffff;
  font-family: Poppins-Bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: skip 4s infinite 1s;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.sp-btn-style1 img {
  height: 26px;
  transform: translateY(-2px);
}

.sp-btn-style1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  padding-top: 5px;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title {
  font-family: Barlow-ExtraBold;
  font-size: 62px;
  text-align: center;
  line-height: 47px;
  color: #1D1D1D;
}

.sp-color {
  color: #863F18;
}

.sp-sub-title {
  font-family: Poppins-Medium;
  font-size: 28px;
  text-align: center;
  line-height: 29px;
  margin-top: 41px;
  color: #555;
}

.sp-part1 {
  height: 960px;
}

.sp-part1 .sp-content {
  width: 1400px;
  position: absolute;
  left: 260px;
  box-sizing: border-box;
  top: 0;
  height: 100%;
  /* display: flex; */
  /* justify-content: center;
  flex-direction: column;
  align-items: flex-start; */
}

.sp-part1 .sp-font {
  position: absolute;
  top: 119px;
  font-family: Bacchus-Regular;
  font-size: 39px;
  line-height: 37px;
  color: #1D1D1D;
}

.sp-part1 .sp-text {
  position: absolute;
  top: 172px;

  font-family: Barlow-ExtraBold;
  font-size: 65px;
  color: #1D1D1D;
  line-height: 59px;
}

.sp-part1 .sp-sub-title {
  position: absolute;
  top: 247px;
  font-size: 24px;
  color: #555555;
  line-height: 28px;
  text-align: left;
  font-family: Poppins-Regular;
  margin: 0;
}

.sp-part1 .sp-img1 {
  width: 337px;
  position: absolute;
  top: 351px;
}

.sp-part1 .sp-item {
  position: absolute;
  left: 364px;
  top: 349px;

  display: flex;
  align-items: center;
  gap: 27px;

  font-family: Poppins-Medium;
  color: #47220B;
  font-size: 26px;
  line-height: 30px;
}

.sp-part1 .sp-item2 {
  top: 458px;
}

.sp-part1 .sp-item3 {
  top: 564px;
}

.sp-part1 .sp-btn-style1 {
  position: absolute;
  top: 674px;
}

.sp-part1 .sp-img5 {
  position: absolute;
  bottom: 102px;
  width: 250px;
}

.sp-part1 .sp-t1 {
  position: absolute;
  bottom: 125px;
  left: 276px;

  font-family: Bacchus-SemiBold;
  font-size: 47px;
  color: #9D6547;
  line-height: 35px;
}

.sp-part1 .sp-t2 {
  position: absolute;
  bottom: 102px;
  left: 277px;

  font-family: Poppins-Medium;
  color: #47220B;
  font-size: 20px;
  line-height: 16px;
}

.sp-part1 .sp-img6 {
  position: absolute;
  bottom: 102px;
  right: 4px;
  width: 168px;
}

.sp-part2 {
  height: 971px;
  background: #FFFCF8;
  background-size: 100% 100%;
  padding-top: 110px;
}

.sp-part2 .sp-video {
  position: absolute;
  top: 279px;
  left: 260px;
  
  width: 745px;
  height: 572px;
  /* background: #DCD8D0; */
  border-radius: 20px;
  overflow: hidden;
}

.sp-part2 .sp-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-item {
  position: absolute;
  top: 314px;
  left: 1058px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sp-part2 .sp-item .sp-t1 {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  color: #FFA235;
  font-family: Bacchus-SemiBold;
  font-size: 40px;
  line-height: 37px;
}

.sp-part2 .sp-item .sp-t2 {
  padding-left: 54px;
  font-family: Poppins-Regular;
  color: #1D1D1D;
  font-size: 26px;
  line-height: 28px;
}

.sp-part2 .sp-item2 {
  top: 443px;
}

.sp-part2 .sp-box {
  width: 614px;
  height: 285px;

  position: absolute;
  top: 567px;
  left: 1045px;
}

.sp-part2 .sp-box img {
  width: 100%;
}

.sp-part2 .sp-box .sp-t1 {
  position: absolute;
  top: 70px;
  left: 41px;

  font-family: Barlow-ExtraBold;
  font-size: 29px;
  line-height: 26px;
  color: #FFF;
}

.sp-part2 .sp-box .sp-t2 {
  position: absolute;
  top: 107px;
  left: 42px;

  font-family: Poppins-Regular;
  color: #FFF;
  font-size: 20px;
  line-height: 22px;
}

.sp-part3 {
  height: 866px;
  box-sizing: border-box;
}

.sp-part3 .sp-img-p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sp-part3 .sp-title {
  line-height: 67px;

  position: absolute;
  top: 112px;
  right: 302px;
  text-align: left;
}

.sp-part3 .sp-sub-title {
  line-height: 28px;

  position: absolute;
  top: 275px;
  right: 280px;
  margin-top: 0;
  text-align: left;
}

.sp-part3 .sp-box {
  position: absolute;
  right: 257px;
  top: 363px;

  width: 571px;
  height: 282px;
}

.sp-part3 .sp-box .sp-img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sp-part3 .sp-box .sp-img2 {
  width: 28px;
  position: absolute;
  left: 64px;
  top: 210px;
}

.sp-part3 .sp-box .sp-img3 {
  width: 34px;
  left: 354px;
}

.sp-part3 .sp-box .sp-t1 {
  position: absolute;
  top: 211px;
  left: 104px;
  color: #181818;
  font-family: Poppins-Medium;
  line-height: 20px;
  font-size: 20px;
}

.sp-part3 .sp-box .sp-t2 {
  left: 393px;
}

.sp-part3 .sp-btn-style1 {
  position: absolute;
  right: 305px;
  bottom: 111px;
}

.sp-part4 {
  height: 842px;
  padding-top: 118px;
  background: #FFFCF8;
}

.sp-part4 .sp-item {
  position: absolute;
  top: 206px;
  left: 538px;

  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 28px;
  line-height: 29px;
  color: #555;
  font-family: Poppins-Medium;
}

.sp-part4 .sp-item img {
  width: 34px;
}

.sp-part4 .sp-item2 {
  left: 817px;
}

.sp-part4 .sp-item3 {
  left: 1182px;
}

.sp-part4 .sp-it {
  width: 696px;
  height: 444px;

  position: absolute;
  top: 281px;
  left: 260px;
}

.sp-part4 .sp-it2 {
  left: 964px;
}

.sp-part4 .sp-it .sp-img2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.sp-part4 .sp-it .sp-b1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
  gap: 20px;

  position: absolute;
  bottom: 0;
  left: 0;
}

.sp-part4 .sp-it .sp-b1 .sp-img4 {
  width: 62px;
}

.sp-part4 .sp-it .sp-b2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.sp-part4 .sp-it2 .sp-b1 .sp-img4 {
  width: 63px;
}

.sp-part4 .sp-t1 {
  font-family: Bacchus-SemiBold;
  color: #47220B;
  font-size: 26px;
  line-height: 20px;
}

.sp-part4 .sp-t2 {
  font-family: Poppins-Regular;
  color: #030303;
  font-size: 22px;
  line-height: 22px;
}

.sp-part5 {
  height: 978px;
  background: #FFFCF8;
}

.sp-part5 .sp-title {
  position: absolute;
  top: 143px;
  left: 865px;
  font-size: 56px;
  line-height: 53px;
}

.sp-part5 .sp-sub-title {
  position: absolute;
  top: 227px;
  left: 866px;
  line-height: 29px;
  margin-top: 0;
}

.sp-part5 .sp-box {
  width: 100%;
  height: 674px;
  background: #F2EDE1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sp-part5 .sp-item {
  position: absolute;
  top: -187px;
  left: 260px;

  width: 552px;
  height: 744px;
}

.sp-part5 .sp-item img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.sp-part5 .sp-item p {
  width: 100%;

  position: absolute;
  bottom: 37px;
  left: 0;

  text-align: center;
  font-size: 28px;
  line-height: 1;
  color: #FFF;
  font-family: Poppins-Medium;
}

.sp-part5 .sp-item2 {
  width: 387px;
  height: 328px;

  top: 67px;
  left: 863px;
}

.sp-part5 .sp-item3 {
  left: 1271px;
}

.sp-part5 .sp-item2 p {
  font-size: 26px;
  bottom: 22px;
}

.sp-part5 .sp-btn-style1 {
  position: absolute;
  right: 408px;
  bottom: 131px;
}

.sp-part6 {
  height: 994px;
  background: #FFFCF8;
}

.sp-part6 .sp-img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 421px;
}
.sp-part6 .sp-img2 {
  position: absolute;
  left: 428px;
  top: 0;
  width: 322px;
}
.sp-part6 .sp-img3 {
  position: absolute;
  left: 756px;
  top: 0;
  width: 370px;
}
.sp-part6 .sp-img4 {
  position: absolute;
  left: 1132px;
  top: 0;
  width: 424px;
}
.sp-part6 .sp-img5 {
  position: absolute;
  left: 1562px;
  top: 0;
  width: 358px;
}
.sp-part6 .sp-img6 {
  position: absolute;
  left: 1562px;
  bottom: 0;
  width: 358px;
}
.sp-part6 .sp-img7 {
  position: absolute;
  left: 1132px;
  bottom: 0;
  width: 424px;
}
.sp-part6 .sp-img8 {
  position: absolute;
  left: 643px;
  bottom: 0;
  width: 483px;
}
.sp-part6 .sp-img9 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 637px;
}

.sp-part6 .sp-title {
  position: absolute;
  top: 443px;
  left: 566px;
  line-height: 63px;
}

.sp-part6 .sp-sub-title {
  position: absolute;
  top: 603px;
  left: 589px;
  line-height: 31px;
  margin-top: 0;
}

.sp-part7 {
  height: 725px;
  box-sizing: border-box;
  background: #FFFCF8;
}

.sp-part7 .sp-title {
  line-height: 45px;

  position: absolute;
  left: 312px;
  top: 123px;
}

.sp-part7 .sp-text {
  position: absolute;
  top: 200px;
  left: 314px;

  font-family: Poppins-Regular;
  color: #000000;
  line-height: 36px;
  font-size: 22px;
}

.sp-part7 .sp-text span {
  font-family: Poppins-Medium;
}

.sp-part7 .sp-img1 {
  bottom: 135px;
  left: 269px;
  position: absolute;

  width: 524px;
}

.sp-part7 .sp-box {
  width: 828px;
  height: 479px;

  position: absolute;
  top: 115px;
  right: 262px;
}

.sp-part7 .sp-box img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.sp-part7 .sp-box .sp-t1 {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #FFF;
  line-height: 24px;

  position: absolute;
  left: 32px;
  top: 70px;
}

.sp-part7 .sp-box .sp-t2 {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #FFF;
  line-height: 30px;

  position: absolute;
  left: 206px;
  top: 34px;
}

.sp-part7 .sp-box .sp-t3 {
  left: 431px;
}

.sp-part7 .sp-box .sp-t4 {
  left: 635px;
}

.sp_product_part {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 42px 0px 86px;
  background: url("/cdn/shop/files/20260115-bx-shop-bg.png") no-repeat center top;
  background-size: 100% auto;
}

.sp_product_part .sp-text1 {
  font-family: Roboto-Regular;
  font-size: 26px;
  color: #FEFEFE;
  line-height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 26px;
  align-items: center;
}

.sp_product_part .sp-text1 .sp-span {
  font-family: Roboto-Medium;
  color: #FFEA00;
}

.sp_product_part .sp-title1 {
  font-family: "Poppins-Bold";
  font-size: 56px;
  line-height: 59px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 30px;
  text-shadow: 0 0 10px #ff9428, 0 0 20px #ff9428;
}

.sp_product_part .sp-title1 .sp-span {
  color: #FFEA00;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
  position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
  height: 77px;
  top: 77px;
  left: 427px;
}

.sp_product_part .sp-title1 .sp-icon2 {
  height: 69px;
  top: 87px;
  left: 1419px;
}

.sp_product_part .sp-info4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
  margin-bottom: 128px;
}

.sp_product_part .sp-info4-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #FFF;
  line-height: 26px;
}

.sp_product_content {
  width: 100%;
  padding: 0 260px;
  display: flex;
  gap: 62px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: #FF9428;
  border-radius: 30px;

  padding: 15px 10px 103px;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 20px;
}

.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  object-fit: contain;
}

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-clock {
  width: 44px;
  animation: shakeCart 3s infinite ease-in-out;
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 30px;
}

.sp_product_part .sp-line-wrap {
  position: absolute;
  top: 447px;
  left: 84px;
  width: 344px;
  height: 13px;
  background: #ffffff;
  border-radius: 7px;
}

.sp_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%;
  }
}

.sp_product_part .sp-row1 {
  position: absolute;
  bottom: 28px;
  left: 90px;
  display: flex;
  align-items: center;

  font-family: Poppins-Medium;
  font-size: 18px;
  color: #ffffff;
  line-height: 19px;
}

.sp_product_part .sp-row1 img {
  height: 19px;
  margin-right: 8px;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  bottom: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  width: 40px;
  height: 38px;
  padding-top: 6px;
  background: #ffffff;
  border-radius: 9px;
  font-size: 25px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  flex-shrink: 0;
  box-sizing: border-box;
}
.sp_product_part .sp-clock-s .sp-day {
  position: absolute;
  top: 43px;
  left: 5px;

  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
  font-family: Poppins-SemiBold;
}
.sp_product_part .sp-clock-s .sp-hours {
  left: 88px;
}
.sp_product_part .sp-clock-s .sp-mins {
  left: 178px;
}
.sp_product_part .sp-clock-s .sp-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  /* margin: 0 5px; */
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-title-s {
  padding-top: 4px;
  font-size: 31px;
  color: #0B0B0B;
  font-family: "Poppins-SemiBold";
  line-height: 34px;
}

.sp_product_part .sp-line1 {
  width: 606px;
  height: 2px;
  background: #9D9D9D;
  opacity: 0.29;
  margin-top: 17px;
  margin-bottom: 16px;
}

.sp_product_part .sp-price-group {
  line-height: 1;
  align-items: baseline;
  margin-bottom: 23px;
}
.sp_product_part .sp-price1 {
  font-family: "Poppins-SemiBold";
  font-size: 46px;
  color: #ff0707;
}
.sp_product_part .sp-price2 {
  font-family: "Poppins-Medium";
  font-size: 27px;
  color: #9D9D9D;
  margin-left: 10px;
  margin-right: 14px;
}
.sp_product_part .sp-row {
  display: flex;
  align-items: center;
  transform: translateY(14px);
}
.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 36px;

  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row .sp-p {
  width: 145px;
  height: 30px;
  background: #FD771B;
  border-radius: 10px;

  font-family: "Poppins-Bold";
  font-size: 25px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  margin-left: -16px;
  padding-left: 10px;
  box-sizing: border-box;
  transform: translateY(2px);
}

.sp_product_part .option-title {
  font-size: 22px;
  color: #696969;
  font-family: "Poppins-SemiBold";
  line-height: 24px;
  margin: 37px 0px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 13px;
  position: relative;
  width: 632px;
}
.sp_product_part .sp-option {
  padding: 0px 20px;
  min-width: 144px;
  text-align: center;
  height: 46px;
  background: #F7F7F7;
  border-radius: 5px;
  border: 2px solid #D3D3D3;

  font-family: "Poppins-Medium";
  font-size: 23px;
  line-height: 46px;
  color: #5D5D5D;
  position: relative;
  cursor: pointer;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
  width: max-content;
}
.sp_product_part .sp-option.active {
  background: #484848;
  color: #ffffff;
  border-color: #484848;
}
.sp_product_part .sp-opt-group2 .sp-option {
  min-width: 116px;
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #FEF7EE;
  border-radius: 10px;

  font-family: "Poppins-Medium";
  box-sizing: border-box;
  font-size: 26px;
  color: #312A2A;
  gap: 15px;
  text-transform: uppercase;
}
.sp_product_part .addCart img {
  width: 26px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #E00000;
  border-radius: 10px;

  cursor: pointer;
  margin: 21px 0 26px 0;
  font-size: 43px;
  color: #ffffff;
  font-family: "Poppins-Bold";

  animation: skip 4s infinite;
  text-align: center;

  box-sizing: border-box;
}

.sp-tip5 {
  width: 594px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;

  font-size: 21px;
  color: #141414;
  font-family: "Poppins-Medium";
  line-height: 23px;
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-span {
  color: #E00000;
}

@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: 264px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #828282;

  padding: 0px 25px;
  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: 13px;
  /* padding: 4px; */
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 27px;
  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-content .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-wrap {
  width: 594px;
}
.sp-footer-img {
  width: 550px;
  display: block;
  margin: 34px auto 36px;
}

.sp-footer-box1 {
  width: 580px;
  height: 138px;
  background: #EEF8FE;
  padding: 23px 48px 30px;
  box-sizing: border-box;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 19px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}

.sp-footer-box2 {
  width: 580px;
  height: 138px;
  background: #FDFCF5;
  padding: 17px 51px;
  box-sizing: border-box;
  margin-top: 21px;
}
.sp-footer-box2 .sp-icon {
  width: 29px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 14px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: "Poppins-SemiBold";
  line-height: 1.2;
  margin-top: 10px;
}
.sp-footer-box2 span {
  font-family: "Poppins-SemiBold";
}

.sp-mask2 {
  max-width: 100%;
  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-mask2 .sp-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  /* animation: sp-fade-in 1.5s; */
  display: none;
  width: 100%;
  height: 1360px;
  background: #FFFFFF;
  border-radius: 60px 60px 0px 0px;
  overflow-y: auto;
  box-sizing: border-box;
}

.sp-mask2 .sp-content .sp-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 158px;
  border-bottom: 1px solid rgba(99, 99, 99, .22);
  font-family: Barlow-ExtraBold;
  font-size: 55px;
  color: #000000;
  text-align: center;
}

.sp-mask2 .sp-content .sp-close {
  position: absolute;
  top: 38px;
  right: 40px;
  width: 89px;
  height: 89px;
  cursor: pointer;
}

.sp-mask2 .sp-content .sp-size-img {
  display: block;
  margin: 90px auto;
  position: relative;
  width: 876px;
  height: 507px;
  background: url("/cdn/shop/files/20260115-bx-table2.png") no-repeat;
  background-size: 100% 100%;
}

/* .sp-mask2 .sp-content .sp-size-chart {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Poppins-SemiBold;
  font-size: 47px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
} */

.sp-mask2 .sp-content .sp-size {
  position: absolute;
  top: 70px;
  left: 32px;
  font-family: Poppins-Medium;
  font-size: 31px;
  line-height: 25px;
  color: #fff;
}

.sp-mask2 .sp-content .sp-font {
  position: absolute;
  top: 35px;
  left: 124px;
  width: 752px;
  font-family: Poppins-Medium;
  font-size: 31px;
  line-height: 32px;
  color: #fff;
  display: flex;
  text-align: center;
}

.sp-mask2 .sp-content .sp-font div {
  flex: 1;
}

.sp-mask2 .sp-content .sp-icon {
  position: absolute;
  top: 819px;
  left: 130px;
  width: 70px;
}

.sp-mask2 .sp-content .sp-text {
  position: absolute;
  top: 800px;
  left: 258px;
  font-family: Poppins-Medium;
  font-size: 34px;
  color: #000000;
  line-height: 85px;
}

.sp-mask2 .sp-content .sp-text div {
  position: absolute;
  width: max-content;
}

.sp-mask2 .sp-content .sp-text div:nth-child(1) {
  left: 64px;
}

.sp-mask2 .sp-content .sp-text div:nth-child(2) {
  left: 232px;
}

.sp-mask2 .sp-content .sp-text div:nth-child(3) {
  left: 388px;
}

.sp-mask2 .sp-content .sp-text div:nth-child(4) {
  left: 698px;
}

.sp-mask2 .sp-content .sp-text div:nth-child(5) {
  left: 890px;
}

.size-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.size-btn div {
  font-family: Poppins-Medium;
  font-size: 19px;
  color: #484848;
  text-decoration-line: underline;
}

.size-btn .sp-size-img {
  width: 52px;
}

.sp_pc {
  display: block;
}
.sp_mobile {
  display: none;
}

@media only screen and (max-width: 1080px) {
    
.mf-bundle-product {
zoom: 2.2;
}
#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;
}
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  .sp_header-top {
    height: 45px;
    font-size: 20px;
  }
  .sp_header-content {
    width: 100%;
    height: 121px;
    position: relative;
    top: 0;
    transform: unset;
    padding: 0 25px 0 67px;
    justify-content: space-between;
  }
  .sp-menu-btn {
    cursor: pointer;
    width: 42px;
    margin-right: 209px;
  }
  .sp_header-content .sp-logo {
    height: 90px;
  }
  .sp-cart {
    width: 66px;
    margin-right: 22px;
  }
  .sp-cart .sp-icon {
    width: 100%;
  }
  .sp-cart .sp-num {
    width: 33px;
    height: 32px;
    right: -12px;
    top: -12px;
    font-size: 27px;
  }
  .sp-top-btn {
    width: 265px;
    height: 75px;
    background: #EC0D28;
    border-radius: 38px;
    font-size: 30px;
    line-height: 75px;
    font-family: Roboto-Black;
  }

  .sp-fixed .sp_header-top {
    display: flex;
  }
  
  .sp-btn-style1 {
    background-image: url(" /cdn/shop/files/20260115-bx-btn-m.png");
    width: 962px;
    height: 156px;
    margin: 0 auto;
    font-size: 74px;
    line-height: 156px;
  }

  .sp-btn-style1 img {
    height: 43px;
    transform: translateY(-5px);
  }

  .sp-btn-style1 .swiper-slide {
    gap: 47px;
    padding-top: 14px;
  }

  .sp-title {
    font-size: 76px;
    line-height: 75px;
  }

  .sp-sub-title {
    font-size: 36px;
    line-height: 37px;
    margin-top: 43px;
  }

  .sp-part1 {
    height: 2190px;
  }

  .sp-part1 .sp-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .sp-part1 .sp-img6 {
    top: 51px;
    bottom: unset;
    left: 47px;
    width: 47px;
  }

  .sp-part1 .sp-font {
    width: 100%;
    text-align: center;
    top: 1077px;
    font-size: 48px;
    line-height: 44px;
  }

  .sp-part1 .sp-text {
    line-height: 74px;
    font-size: 80px;
    top: 1152px;
    width: 100%;
    text-align: center;
  }

  .sp-part1 .sp-sub-title {
    top: 1254px;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
  }

  .sp-part1 .sp-img1 {
    width: 452px;
    left: 85px;
    top: 1370px;
  }

  .sp-part1 .sp-item {
    gap: 58px;
    left: 577px;
    top: 1378px;

    font-size: 32px;
    line-height: 36px;
  }

  .sp-part1 .sp-item2 {
    top: 1505px;
  }

  .sp-part1 .sp-item3 {
    top: 1632px;
  }

  .sp-part1 .sp-btn-style1 {
    top: 1797px;
    left: 59px;
  }

  .sp-part1 .sp-img5 {
    bottom: 125px;
    left: 194px;
    width: 363px;
  }

  .sp-part1 .sp-t1 {
    bottom: 160px;
    left: 588px;
    font-size: 58px;
    line-height: 43px;
  }

  .sp-part1 .sp-t2 {
    bottom: 127px;
    left: 588px;
    font-size: 29px;
    line-height: 22px;
  }

  .sp-part2 {
    height: 1956px;
    padding-top: 128px;
  }

  .sp-part2 .sp-video {
    position: initial;
    width: 997px;
    height: 765px;
    margin: 60px auto;
  }

  .sp-part2 .sp-item {
    top: 1226px;
    left: 39px;
    gap: 19px;
  }

  .sp-part2 .sp-item .sp-t1 {
    gap: 15px;
    font-size: 42px;
    line-height: 40px;
  }

  .sp-part2 .sp-item .sp-t2 {
    padding-left: 52px;
    font-size: 30px;
    line-height: 34px;
  }

  .sp-part2 .sp-item2 {
    top: 1226px;
    left: 563px;
  }

  .sp-part2 .sp-box {
    position: relative;
    top: unset;
    left: unset;
    width: 1000px;
    height: 466px;
    margin: 188px auto 0;
  }

  .sp-part2 .sp-box .sp-t1 {
    font-size: 47px;
    line-height: 44px;
    left: 67px;
    top: 113px;
  }

  .sp-part2 .sp-box .sp-t2 {
    font-size: 32px;
    line-height: 36px;
    left: 68px;
    top: 174px;
  }

  .sp-part3 {
    height: fit-content;
    padding: 126px 0px 0px;
    box-sizing: border-box;
  }

  .sp-part3 .sp-title {
    position: initial;
    text-align: center;
    line-height: 82px;
  }

  .sp-part3 .sp-sub-title {
    text-align: center;
    margin-top: 51px;
    margin-bottom: 51px;
    line-height: 37px;
    position: initial;
  }

  .sp-part3 .sp-box {
    position: initial;
    width: 917px;
    height: 448px;
    margin: 0px auto;
  }

  .sp-part3 .sp-box .sp-img2 {
    width: 45px;
    left: 100px;
    top: 336px;
  }

  .sp-part3 .sp-box .sp-img3 {
    width: 54px;
    left: 570px;
  }

  .sp-part3 .sp-box .sp-t1 {
    font-size: 32px;
    line-height: 32px;
    top: 337px;
    left: 164px;
  }

  .sp-part3 .sp-box .sp-t2 {
    left: 633px;
  }

  .sp-part3 .sp-btn-style1 {
    position: initial;
    margin: 994px auto 0;
  }

  .sp-part4 {
    height: 1703px;
    padding-top: 122px;
  }

  .sp-part4 .sp-title {
    position: initial;
    text-align: center;
    line-height: 80px;
  }

  .sp-part4 .sp-item {
    top: 329px;
    left: 47px;

    gap: 5px;

    font-size: 33px;
    line-height: 35px;
  }

  .sp-part4 .sp-item img {
    width: 40px;
  }

  .sp-part4 .sp-item2 {
    left: 376px;
  }

  .sp-part4 .sp-item3 {
    left: 805px;
  }

  .sp-part4 .sp-it {
    width: 974px;
    height: 622px;
    position: initial;
    margin: 129px auto 0px;
  }

  .sp-part4 .sp-it2 {
    margin-top: 47px;
  }

  .sp-part4 .sp-it .sp-b1 {
    gap: 20px;
    height: 158px;
    padding-left: 104px;
    justify-content: flex-start;
  }

  .sp-part4 .sp-it .sp-b1 .sp-img4 {
    width: 105px;
  }

  .sp-part4 .sp-it .sp-b2 {
    gap: 16px;
  }

  .sp-part4 .sp-it2 .sp-b1 .sp-img4 {
    width: 104px;
  }

  .sp-part4 .sp-t1 {
    font-size: 40px;
    line-height: 30px;
  }

  .sp-part4 .sp-t2 {
    font-size: 31px;
    line-height: 32px;
  }

  .sp-part5 {
    height: 1517px;
    padding-top: 123px;
  }

  .sp-part5 .sp-title {
    position: initial;
    font-size: 76px;
    line-height: 74px;
  }

  .sp-part5 .sp-sub-title {
    position: initial;
    line-height: 36px;
    margin-top: 51px;
  }

  .sp-part5 .sp-box {
    height: 964px;
  }

  .sp-part5 .sp-item {
    top: -137px;
    left: 24px;
    width: 570px;
    height: 769px;
  }

  .sp-part5 .sp-item p {
    bottom: 38px;
    font-size: 32px;
    line-height: 33px;
  }

  .sp-part5 .sp-item2 {
    top: -137px;
    left: 618px;
    width: 435px;
    height: 372px;
  }

  .sp-part5 .sp-item3 {
    top: 261px;
  }

  .sp-part5 .sp-item2 p {
    font-size: 29px;
    bottom: 27px;
    line-height: 1;
  }

  .sp-part5 .sp-btn-style1 {
    position: initial;
    margin: 692px auto 0;
  }

  .sp-part6 {
    height: 1600px;
  }

  .sp-part6 .sp-img1 {
    width: 321px;
  }
  .sp-part6 .sp-img2 {
    left: 327px;
    width: 370px;
  }
  .sp-part6 .sp-img3 {
    left: 703px;
    width: 376px;
  }
  .sp-part6 .sp-img4 {
    left: 703px;
    top: 504px;
    width: 377px;
  }
  .sp-part6 .sp-img5 {
    left: 403px;
    top: 736px;
    width: 294px;
  }
  .sp-part6 .sp-img6 {
    left: 0;
    bottom: 600px;
    width: 396px;
  }
  .sp-part6 .sp-img7 {
    left: 0;
    bottom: 0;
    width: 520px;
  }
  .sp-part6 .sp-img8 {
    left: 525px;
    bottom: 251px;
    width: 554px;
  }
  .sp-part6 .sp-img9 {
    left: 525px;
    bottom: 0;
    width: 555px;
  }

  .sp-part6 .sp-title {
    top: 428px;
    left: 70px;
    line-height: 77px;
  }

  .sp-part6 .sp-sub-title {
    top: 607px;
    left: 86px;
    line-height: 40px;
    margin-top: 0;
  }

  .sp-part7 {
    height: 1576px;
    padding-top: 135px;
    padding-bottom: 118px;
    box-sizing: border-box;
  }

  .sp-part7 .sp-title {
    line-height: 55px;
    position: initial;
  }

  .sp-part7 .sp-text {
    position: initial;
    margin: 67px auto 0;
    width: fit-content;

    font-size: 36px;
    line-height: 40px;
  }

  .sp-part7 .sp-img1 {
    position: initial;
    display: block;
    margin: 51px auto 0;
    width: 963px;
  }

  .sp-part7 .sp-box {
    position: relative;
    right: unset;
    top: unset;

    margin: 56px auto 0;
    width: 961px;
    height: 556px;
  }

  .sp-part7 .sp-box .sp-t1 {
    font-size: 34px;
    line-height: 28px;
    top: 74px;
    left: 38px;
  }

  .sp-part7 .sp-box .sp-t2 {
    font-size: 34px;
    line-height: 36px;
    top: 42px;
    left: 239px;
  }

  .sp-part7 .sp-box .sp-t3 {
    left: 500px;
  }

  .sp-part7 .sp-box .sp-t4 {
    left: 736px;
  }

  .sp-promo1-container {
      display: flex;
      justify-content: space-between;
      align-items: center; /* 垂直居中 */
      width: 1080px;
      height: 466px;
      margin: 0 auto;
      background: url(" /cdn/shop/files/20260115-bx-sp-kb1-bg.png") no-repeat center center;
      background-size: 100% 100%;
  }

  /* 左侧文字区域 */
  .sp-promo1-text-side {
      max-width: 48%;
      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: "Roboto-BoldCondensed";
      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: 4px; /* 稍微向上提一点以对齐50 */
  }

  /* BUY BOTH 黑底标签 */
  .sp-promo1-buy-both-tag {
      background-color: #020202;
      color: #fff;
      font-family: Poppins-Regular;
      font-size: 40px;
      font-weight: 800;
      font-style: italic;
      padding: 5px 15px;
      transform: skewX(-10deg) translateX(35px); /* 倾斜效果 */
      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-family: Poppins-SemiBold;
      font-weight: 800;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      border: 8px solid #CD1D1C; /* 增加一点厚度感 */
      /* box-shadow: inset 0 0 10px rgba(0,0,0,0.1); */
  }

  /* OFF 文字 */
  .sp-promo1-off-text {
      font-size: 80px;
      color: #CD1D1C;
      line-height: 58px;
      font-family: 'Poppins-Regular';
      font-style: italic;
  }

  /* 2. 副标题 */
  .sp-promo1-subhead {
      font-size: 28px;
      color: #303030;
      font-family: Poppins-Medium;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 11px;
  }

  /* 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: 26px;
      font-weight: 500;
      font-family: Poppins-Regular;
      text-align: center;
  }

  .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;
      background: url(' /cdn/shop/files/20260115-bx-sp-kb1-btn-bg.png') no-repeat center center;
      background-size: 100% 100%;
  }

  .sp-promo1-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      /* 红色高光渐变 */
      color: #fff;
      font-size: 39px;
      white-space: nowrap;
      text-shadow: 0px 7px 25px rgba(221,4,4,0.7);
      background: linear-gradient(-64deg, #FFF0DC 0%, #FFE1B4 50.5126953125%, #FFE6CD 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: Poppins-SemiBoldItalic;
      font-style: italic;
      width: 421px;
      height: 103px;
      box-sizing: border-box;
      padding-top: 20px;
      position: relative;
      z-index: 1;
      
      animation: sp-pulse-anim 1.5s infinite ease-in-out;
      padding-left: 32px;
  }

  .sp-promo1-btn img {
      margin-left: -14px;
      width: 83px;
      transform: translateY(5px);
  }

  .sp-promo1-hot {
    width: 107px;
    position: absolute;
    top: 224px;
    right: 180px;
  }

  .sp_product_part {
    margin-top: -2px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 64px 0px 30px;
    background-image: url(" /cdn/shop/files/20260115-bx-shop-bg-m.png");
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: 22px !important;
    margin-right: 0px;
    transform: translateY(-3px);
  }
  .sp_product_part .sp-text1 {
    font-size: 27px;
    white-space: nowrap;
    gap: 13px;
    line-height: 27px;
  }

  .sp_product_part .sp-title1 {
    font-size: 53px;
    margin-bottom: 25px;
    margin-top: 31px;
    line-height: 56px;
  }
  .sp_product_part .sp-title1 .sp-icon1 {
    top: 104px;
    left: 38px;
  }
  .sp_product_part .sp-title1 .sp-icon2 {
    top: 109px;
    left: 967px;
  }

  /* 走马灯 */
  .sp-scroll2 {
    position: relative;
    width: 1080px;
    height: fit-content;
    overflow: hidden;
    margin-bottom: 141px;
  }

  .sp-scroll2 .nav-imgs {
    width: max-content;
  }

  .sp-scroll2 .nav-imgs .nav-imgs-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 1440px;
  }

  .sp-scroll2 .sp-icon {
    width: 37px;
    flex-shrink: 0;
  }

  .sp-scroll2 .sp-p {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: Roboto-Regular;
    font-size: 28px;
    color: #FEFEFE;
    margin-right: 86px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .sp_product_content {
    padding: 0px 55px 0;
    flex-direction: column;
    gap: 92px;
  }

  .sp_product_part .sp-clock {
    width: 58px;
    bottom: 35px;
    left: 40px;
  }
  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 684px;
    margin: 0 auto;
    padding: 20px 14px 136px;
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 528px;
    width: 100%;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    /* width: 100%; */
  }

  .sp_product_part .sp-line-wrap {
    width: 457px;
    height: 17px;
    left: 112px;
    top: 592px;
  }

  .sp_product_part .sp-row1 {
    bottom: 37px;
    left: 119px;
    font-size: 24px;
    line-height: 26px;
  }
  .sp_product_part .sp-row1 img {
    height: 25px;
    margin-right: 5px;
  }
  
  .sp_product_part .sp-clock-s {
    right: 38px;
    bottom: 51px;
    line-height: 51px;
  }
  .sp_product_part .sp-clock-s .square {
    width: 53px;
    height: 51px;
    font-size: 34px;
    padding-top: 8px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    gap: 9px;
    margin: 0 5px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 7px;
    height: 7px;
  }
  .sp_product_part .sp-clock-s .sp-day {
    font-size: 16px;
    top: 57px;
    left: 6px;
  }
  .sp_product_part .sp-clock-s .sp-hours {
    left: 112px;
  }
  .sp_product_part .sp-clock-s .sp-mins{
    left: 226px;
  }
  
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 4px;
  }

  .sp_product_part .sp-title-s {
    padding: 0;
    width: 100%;
    font-size: 50px;
    line-height: 53px;
  }

  .sp_product_part .sp-line1 {
    width: 955px;
    height: 3px;
    margin-top: 31px;
    margin-bottom: 25px;
  }

  .sp_product_part .option-title {
    font-size: 35px;
    margin: 60px 0px 25px;
    line-height: 29px;
  }
  .sp_product_part .opt-group {
    gap: 19px 22px;
    width: 995px;
  }
  .sp_product_part .sp-option {
    height: 74px;
    font-size: 36px;
    line-height: 78px;
    padding: 0 25px;
    min-width: 226px;
  }
  .sp_product_part .sp-opt-group2 .sp-option {
    min-width: 181px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1;
    align-items: baseline;
    margin-bottom: 37px;
  }
  .sp_product_part .sp-price1 {
    font-size: 72px;
  }
  .sp_product_part .sp-price2 {
    font-size: 42px;
    margin-left: 16px;
    margin-right: 23px;
  }
  .sp_product_part .sp-row {
    transform: translateY(22px);
  }
  .sp_product_part .sp-row img {
    width: 56px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 228px;
    height: 47px;
    font-size: 39px;
    line-height: 54px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 485px;
    height: 92px;
    font-size: 41px;
    gap: 18px;
  }
  .sp_product_part .addCart img {
    width: 42px;
  }
  .sp_product_part .sp-quality-row {
    gap: 29px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 143px;
    margin: 32px auto 42px;
    font-size: 68px;
    box-sizing: border-box;
  }

  .sp-tip5 {
    gap: 23px;
    font-size: 33px;
    line-height: 35px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 68px;
  }

  .addGroup {
    width: 416px;
    height: 95px;
    padding: 0px 40px;
  }
  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 21px;
  }
  .addGroup input {
    width: 230px;
    font-size: 43px;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 867px;
    margin: 54px auto 57px;
  }
  
  .sp-footer-box1 {
    width: 914px;
    height: 217px;
    padding: 30px 75px 49px;
    box-sizing: border-box;
  }
  .sp-footer-img2 {
    width: 753px;
  }
  .sp-footer-box1 .sp-p {
    gap: 10px;
    font-size: 31px;
    margin-bottom: 29px;
  }
  .sp-footer-box1 .sp-p img {
    width: 41px;
  }

  .sp-footer-box2 {
    width: 914px;
    height: 217px;
    padding: 27px 80px;
    margin-top: 32px;
  }
  .sp-footer-box2 .sp-p {
    gap: 10px;
    font-size: 31px;
    margin-bottom: 30px;
  }
  .sp-footer-box2 .sp-p img {
    width: 45px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 27px;
    margin-top: 16px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 182px;
    background: url(" /cdn/shop/files/20260115-bx-fixed-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  .sp-btn-style2 .sp-area .sp-t1 {
    position: absolute;
    top: 62px;
    left: 83px;
    font-family: Roboto-Black;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 35px;
  }
  .sp-btn-style2 .sp-area .sp-t2 {
    position: absolute;
    bottom: 50px;
    left: 86px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1;
    font-family: Roboto-Regular;
  }
  .sp-btn-style2 .sp-area2 .sp-cart {
    width: 69px;
    height: 64px;
    top: 59px;
    position: absolute;
    left: 441px;
    margin: 0;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-icon {
    width: 69px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-num {
    width: 34px;
    height: 34px;
    background: #EB031F;
    border-radius: 50%;
    top: -7px;
    right: -15px;
    font-size: 39px;
    font-style: italic;
    font-family: Roboto-Medium;
  }
  .sp-btn-style2 .sp-area2 .sp-arrow {
    height: 36px;
    transform: translate(20px, -2px);
  }
  .sp-btn-style2 .sp-area2 .sp-row {
    font-family: Poppins-Bold;
    font-size: 55px;
    line-height: 1;
    color: #ffffff;
    text-shadow: unset;
    position: absolute;
    left: 643px;
    top: 66px;
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
  }
  .sp_main {
    overflow: hidden;
  }
  .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: "Poppins-Bold";

    font-size: 33px;
    color: #636363;
  }
  .sp-menu .sp-menu-item a {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-menu .sp-menu-item a .sp-span {
    width: 60px;
    height: 28px;
    background: #EC0D28;
    border-radius: 14px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin-left: 25px;
  }
  .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-scroll-top {
    scroll-margin-top: 0px;
  }

  .sp-mask2 .sp-content .sp-size-img {
    width: 961px;
    height: 556px;
    background-size: 100% auto;
  }

  .sp-mask2 .sp-content .sp-size {
    font-size: 34px;
    line-height: 28px;
    top: 74px;
    left: 38px;
  }

  .sp-mask2 .sp-content .sp-font {
    left: 135px;
    top: 42px;
    width: 826px;
    font-size: 34px;
    line-height: 36px;
  }

  .sp-mask2 .sp-content .sp-icon {
    top: 892px;
  }

  .sp-mask2 .sp-content .sp-text {
    top: 883px;
    font-size: 42px;
    line-height: 82px;
  }

  .size-btn {
    gap: 19px;
  }

  .size-btn div {
    font-size: 31px;
  }

  .size-btn .sp-size-img {
    width: 82px;
  }

}
.sp-scroll-top {
  scroll-margin-top: 60px;
}

/* =========================================
   PC端样式 (基准宽度 1920px) - 对应图一
   ========================================= */

.sp-promise-section2 {
  width: 1920px; /* 配合zoom使用固定宽 */
  height: 451px;
  /* 模拟背景：深色+金色光效 */
  background: url(" /cdn/shop/files/20260115-bx-circle-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 55px 260px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
  font-size: 50px;
  line-height: 47px;
  font-family: "Barlow-ExtraBold"; /* 类似Times New Roman */
  color: #fff;
  margin-bottom: 71px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 43px;
}

/* 单个卡片样式 */
.sp-bz3-card {
  height: 218px;
  background: #fff;
  border-radius: 15px;

  flex: 1; /* 三等分 */
  display: flex;
  flex-direction: column; /* PC端内容上下排列 */
  align-items: center; /* PC端内容居中 */
  text-align: center; /* PC端文字居中 */
  position: relative;
  padding: 72px 48px 0;
  box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 95px;
  height: 96px;
  /* 如果没有图片，用此做占位符效果 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -47px;
}

.sp-bz3-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
  font-size: 24px;
  color: #000000;
  font-family: "Poppins-SemiBold";
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 27px;
  /* height: 48px; */
  margin: 0 auto 21px;
  width: 270px;
}

.sp-bz3-card:last-of-type .sp-bz3-card-content h3 {
  width: 200px;
}

.sp-bz3-card-content p {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #717171;
  line-height: 18px;
  font-style: italic;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    height: 1365px;
    padding: 98px 40px 119px;
    /* 移动端背景可能稍微不同，这里保持一致或微调 */
    background-image: url(" /cdn/shop/files/20260115-bx-circle-bg-m.png");
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 55px;
    font-size: 66px;
    box-sizing: border-box;
    line-height: 63px;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 39px;
  }

  .sp-bz3-card {
    height: 317px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 47px 0px 54px;
    border-radius: 30px;
    /* background-color: rgba(255,255,255,0.9); */
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 51px; /* 图标和文字的间距 */
    width: 206px;
    height: 207px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: unset;
    top: unset;
    transform: unset;
  }

  .sp-bz3-card-content h3 {
    font-family: Poppins-Bold;
    color: #101011;
    font-size: 42px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0 !important;
    margin-bottom: 28px !important;
    line-height: 45px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
    width: auto !important;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.8);
    font-style: normal;
    font-family: Poppins-Regular;
  }
}

/* ============================================================
   pc样式 (默认样式)
   基准宽度：1920px
   ============================================================ */

/* ================= 核心容器 (配合 JS zoom) ================= */
.sp-qa2-container {
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 104px;
  padding-bottom: 124px;
  transform-origin: top left;
  background: #FFFCF8;
}

/* ================= 组件样式 (sp-qa2-前缀) ================= */

/* 标题样式 */
.sp-qa2-title {
  text-align: center;
  font-size: 50px;
  color: #181818;
  margin-bottom: 65px;
  line-height: 47px;
  font-family: "Barlow-ExtraBold";
}

/* 列表容器 */
.sp-qa2-list-container {
  margin: 0 auto;
  width: 1243px; /* PC端内容宽度 */
}

/* 单个卡片 */
.sp-qa2-item {
  border-radius: 0px;
  transition: all 0.3s ease;
  overflow: hidden; /* 保证圆角 */
  margin-bottom: 36px;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
}

/* 问题区域 (点击触发区) */
.sp-qa2-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  color: #212121;
  height: 122px; /* 卡片高度 */
  border-radius: 0px 0px 0px 0px;
  font-family: "Poppins-SemiBold";
  padding: 0 64px 0 82px;
  position: relative;
  transition: background-color 0.3s;
  background-color: #FFF;
}

/* 鼠标悬停在问题上时，稍微变色 */
.sp-qa2-question:hover {
  /* background-color: #fafafa;
  background: #8359ae10; */
}

/* 图标外面的黑盒子 */
.sp-qa2-icon-box {
  width: 32px;
  height: 32px;
  background: #863F18;
  /* border-radius: 2px; */
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 旋转动画 */
}
.fa-add:before, .fa-plus:before{
    content:"+";
    font-size:32px;
    font-family:"Poppins-Bold"
}
.fa-minus:before, .fa-subtract:before {
  content: "-";
  font-size: 32px;
  line-height: 0;
}

/* 答案区域 (默认隐藏) */
.sp-qa2-answer {
  display: none;
  font-family: Poppins-Medium;
  padding: 35px 82px 0px;
  font-size: 24px;
  color: #0E0E0E;
  line-height: 41px;
  /* background: #f4f4f4; */
  border-top: 1px solid transparent; /* 占位防止跳动 */
}

/* ================= 激活(展开)状态 ================= */
.sp-qa2-item.active {
  /* box-shadow: 1px 2px 27px 0px rgba(19,17,17,0.06); */
  box-shadow: none;
}
.sp-qa2-item.active .sp-qa2-question {
  background: #863F18;
  color: #fefefe;
  /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
}
/* 激活时，图标盒子旋转 135度 (+ 变成 x) */
.sp-qa2-item.active .sp-qa2-icon-box {
  /* transform: rotate(135deg); */
  /* background-color: #fff;   */
  color: #1B1B1B;
  background: #ffffff;
}
.sp-qa2-item .fa-minus {
  display: none;
}
.sp-qa2-item.active .fa-plus {
  display: none;
}
.sp-qa2-item.active .fa-minus {
  display: block;
}
/* 激活时，整个卡片阴影加深 */
.sp-qa2-item.active {
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.sp-qa2-container .sp-btn-style1 {
  width: 688px;
  margin: 94px auto 0;
  background-image: url(" /cdn/shop/files/20260115-bx-btn-1.png");
}

.sp-qa2-container .sp-btn-style1 img {
  right: 108px;
}

/* ================= 移动端 适配 (基准 1080px) ================= */
@media screen and (max-width: 1080px) {
  .sp-qa2-container {
    width: 1080px;
    box-sizing: border-box;
    padding: 122px 40px 334px;
    min-height: unset;
    overflow: hidden;
  }
  .sp-qa2-list-container {
    width: auto;
  }
  .sp-qa2-title {
    font-size: 66px;
    line-height: 63px;
    margin-bottom: 57px;
  }
  .sp-qa2-icon-box {
    font-size: 30px;
  }
  .sp-qa2-question {
    font-size: 32px;
    padding-left: 39px;
    padding-right: 31px;
  }
  .sp-qa2-answer {
    font-size: 28px;
    line-height: 41px;
    padding-left: 39px;
    padding-right: 39px;
  }
  .sp-qa2-container .sp-btn-style1 {
    display: none;
  }
  .sp-top-btn{
    font-size:26px;
  }
  .sp-part1 .sp-text{
    font-size:65px;
  }
  .sp-part1 .sp-sub-title{
    font-size:29px;
  }
  .sp-btn-style1{
    font-size:70px;
  }
  .gradually .sp-title{
    font-size:64px;
  }
  .sp-part2 .sp-item .sp-t1{
    font-size:34px;
  }
  .sp-part2 .sp-item .sp-t2{
    line-height:30px;
  }
  .sp-part2 .sp-box .sp-t1{
    font-size:43px;
  }
  .sp-part4 .sp-item{
    font-size:28px;
  }
  .sp-part4 .sp-item2{
    left:397px;
  }
  .sp-part5 .sp-sub-title{
    line-height:40px;
    margin-top:40px;
  }
  .sp-part6 .sp-sub-title{
    left:15px;
  }
  .sp-part7 .sp-box .sp-t2{
    left:198px;
  }
  .sp-part7 .sp-box .sp-t3{
    left:450px;
  }
  .sp-part7 .sp-box .sp-t4{
    left:728px;
  }
  .sp-part7 .sp-box .sp-t1{
    left:22px;
  }
  .sp_product_part .sp-title1{
    font-size:44px;
  }
  .sp-scroll2 .sp-p{
    font-size:26px;
  }
  .sp_product_part .sp-clock-s .sp-day{
    font-size:19px;
  }
  .sp_product_part .sp-clock-s .sp-hours{
    left:119px;
  }
  .sp_product_part .sp-row .sp-p{
    width:244px;
    font-size:25px;
  }
  .sp-bz3-card-content h3{
    font-size:40px;
  }
  .sp-btn-style2 .sp-area .sp-t1{
    font-size:50px;
    left:116px;
    top:55px;
  }
  .sp-btn-style2 .sp-area2 .sp-row{
    font-size:43px;
    left:595px;
    top:75px;
  }
  .sp-btn-style2 .sp-area .sp-t2{
    bottom:56px;
    font-size:25px;
    left:72px;
  }
}

.gradually .sp-title 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;
  }
}
@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.sp-ani,
.sp-ani2 {
  opacity: 0;
}
@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;
  }
}
@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;
  }
}

.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;
}


product-recommendations {
    display: none !important;
}
/* 隐藏详情页 */
.accordion{
    display:none !important;
}


@media screen and (min-width: 1080px) {
  .sp-mask2 .sp-content {
    width: 1080px;
    zoom: 0.5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 60px;
  }
  .sp_header-content .sp-logo{
    height:auto;
    width:175px;
    transform:translateY(-10px);
  }
  .sp-top-btn{
    font-size:19px;
  }
  .sp_header-content ul{
    font-size:18px;
    width:600px;
  }
  .sp_header-content ul span{
    margin-left:0;
    padding 1px 5px;
    height:13px;
  }
  .sp-part1 .sp-text{
    font-size:54px;
  }
  .sp-part1 .sp-item{
    gap:12px;
    font-size:21px;
  }
  .sp-btn-style1{
    font-size:35px;
  }
  .sp-part2 .sp-item .sp-t2{
    font-size:21px;
  }
  .sp-part2 .sp-box .sp-t1{
    font-size:26px;
  }
  .gradually .sp-title{
    right:237px;
    font-size:46px;
  }
  .sp-part3 .sp-sub-title{
    right:401px;
  }
  .sp-part6 .sp-sub-title{
    left:509px;
  }
  .sp-part7 .sp-text{
    font-size:18px;
  }
  .sp-part7 .sp-box .sp-t1{
    left:16px;
  }
  .sp-part7 .sp-box .sp-t2{
    left:164px;
  }
  .sp-part7 .sp-box .sp-t3{
    left:390px;
  }
  .sp-part7 .sp-box .sp-t4{
    left:625px;
  }
  .sp_product_part .sp-row .sp-p{
    width:190px;
    font-size:18px;
  }
  .sp-mask2 .sp-content .sp-size{
    left:18px;
  }
  .sp-bz3-card:last-of-type .sp-bz3-card-content h3{
    width:300px;
    font-size:23px;
    margin-bottom:10px;
  }
  .sp-part4 .sp-item{
    font-size:21px !important;
  }
  .sp-part4 .sp-item2{
    left:847px !important;
  }
}

/* 隐藏顶部保证区 */
.guarantee_column_container{
    display:none !important;
}