/** Shopify CDN: Minification failed

Line 87:3 Unexpected "*"

**/
@font-face {
  font-family: Roboto-Bold;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Roboto-Bold_ca5f5273-5728-4a90-9f0b-d24967decced.ttf?v=1775035676');
}

@font-face {
  font-family: Roboto-Black;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Roboto-Black_5463f9fc-f9b4-4ee9-a3c6-612a539d7777.ttf?v=1775035676');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Roboto-Medium_5aa045c0-2059-4f95-990e-e6f478cfa895.ttf?v=1775035676');
}

@font-face {
  font-family: Roboto-Regular;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Roboto-Regular_ddda4259-d696-4813-a8e5-3ec9a7afad06.ttf?v=1775035676');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('/cdn/shop/files/Poppins-Bold_b1988b6d-3702-4cb7-ac86-4ec72afda5f1.ttf?v=1775036451');
}

@font-face {
  font-family: Poppins-BoldItalic;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Poppins-BoldItalic_b00c28a3-a90d-49bd-b7e4-89dd36c2d591.ttf?v=1775035676');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Poppins-SemiBold_147fdf8d-5885-4537-97a0-94c207d3d033.ttf?v=1775035676');
}

@font-face {
  font-family: Poppins-SemiBoldItalic;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Poppins-SemiBoldItalic.ttf?v=1775035676');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Poppins-Medium_f1c0aac1-d365-4dfc-8cf0-02493b94f677.ttf?v=1775035676');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Poppins-Regular_88921448-6866-4433-9bff-7677eb2305b2.ttf?v=1775035676');
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Montserrat-Regular_bab37b8e-d436-4682-a628-e6c34d97d6d2.ttf?v=1775035676');
}

@font-face {
  font-family: YesevaOne-Regular;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/YesevaOne-Regular.ttf?v=1775035676');
}

@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/PlayfairDisplay-Bold.ttf?v=1775035676');
}

@font-face {
  font-family: Poppins-ExtraBold;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Poppins-ExtraBold_a541e690-811f-4509-ad81-d5b8cb9bf5a4.ttf?v=1775035676');
}

@font-face {
  font-family: Poppins-Light;
  src: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/Poppins-Light_05586264-e34b-4c24-9639-c834f988abfe.ttf?v=1775035676');
}
ol,ul{
  margin:0;
  padding:0;
}
p{
  font-size:unset;
}
﻿* {
  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;
  line-height:initial;
}

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;
  background-color: #FFF;
}
.sp-fixed .sp_header-content {
  top: 0px;
  /* width: 100%; */
  /* left: 0; */
  box-sizing: border-box;
  /* padding: 0 260px; */
  border-radius: 0;
  max-width: 1920px;
  position: relative;
}
.sp-fixed .sp_header-top {
  display: none;
}

.sp_header-top {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  top: 0px;
  text-transform: uppercase;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #B78B5D;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 37px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding-left: 33px;
  padding-right: 234px;
  background-color: rgba(255, 255, 255, 1);
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 36px;
  font-family: Poppins-Bold;
  font-size: 16px;
  color: #000000;
  /* padding-top: 3px; */
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 10px;
  background: #CD160C;
  border-radius: 3px;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 13px;
  transform: translateY(-1px);
  font-family: Poppins-Medium;
}
.sp_header-content ul li:hover {
  /* color: #8359ae; */
}
.sp_header-content .sp-logo-box {
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp_header-content .sp-logo {
  height: 100%;
}
.sp-cart {
  width: 36px;
  margin-right: 29px;
  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: 24px;
  height: 24px;
  background: #FF0000;
  border-radius: 50%;
  border: 3px solid #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -8px;
  font-size: 17px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #8A8A8A;
}

.sp-top-btn {
  width: 182px;
  height: 41px;
  background: linear-gradient(0deg, #BF0000 0%, #EC1313 100%);
  border-radius: 21px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  font-family: Poppins-Bold;
  padding-top: 10px;
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
  /* display: none; */
}

.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: 350px;
  height: 80px;
  background: linear-gradient(180deg, #E0A46E, #5D2511);
  box-shadow: 0px 5px 0px 0px #513123;
  border-radius: 40px;

  font-size: 34px;
  color: #ffffff;
  font-family: YesevaOne-Regular;
  padding-left: 32px;
  /* text-align: center; */
  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;
  line-height: 86px;
}

.sp-btn-style1 .sp-img-box {
  width: 62px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 50%;

  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-btn-style1 img {
  height: 22px;
}

.sp-title {
  font-family: YesevaOne-Regular;
  font-size: 55px;
  text-align: center;
  color: #282828;
}

.sp-color {
  color: #884E2F;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 24px;
  text-align: center;
  color: #535353;
}

.sp-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sp-part1 {
  height: 800px;
}

.sp-part1 .sp-img1 {
  height: 785px;

  position: absolute;
  left: 611px;
  bottom: 0;
  z-index: 1;
}

.sp-part1 .sp-img2 {
  height: 164px;

  position: absolute;
  left: 260px;
  top: 140px;
}

.sp-part1 .sp-t1 {
  font-size: 45px;
  color: #FFF;
  line-height: 49px;
  text-transform: uppercase;
  
  width: 259px;
  height: 49px;
  background: #884E2F;
  border-radius: 25px;
  padding-left: 52px;

  position: absolute;
  top: 140px;
  left: 443px;
}

.sp-part1 .sp-t1 span {
  font-family: PlayfairDisplay-Bold;
}

.sp-part1 .sp-t2 {
  font-family: PlayfairDisplay-Bold;
  font-size: 145px;
  color: #282828;
  line-height: 103px;
  letter-spacing: 15px;

  position: absolute;
  top: 192px;
  left: 450px;
}

.sp-part1 .sp-t3 {
  font-family: Poppins-Medium;
  font-size: 24px;
  color: rgba(42, 26, 0, .8);
  line-height: 36px;
  text-align: right;

  position: absolute;
  top: 346px;
  left: 163px;
}

.sp-part1 .sp-box {
  position: absolute;
  bottom: 98px;
  left: 268px;

  height: 249px;
  width: 225px;
}

.sp-part1 .sp-text {
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  text-align: center;
  
  font-family: Poppins-SemiBold;
  color: #C37700;
  font-size: 13px;
  line-height: 11px;
  text-transform: uppercase;
}

.sp-part1 .sp-cut {
  width: 100%;
  position: absolute;
  bottom: 46px;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-family: Poppins-ExtraBold;
  color: #282828;
  font-size: 39px;
  line-height: 30px;
}

.sp-part1 .sp-dots {
  font-size: 29px;
}

.sp-part1 .sp-hours {
  position: absolute;
  bottom: 28px;
  left: 27px;
  
  font-family: Poppins-Regular;
  color: #282828;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.sp-part1 .sp-mins {
  left: 112px;
}

.sp-part1 .sp-secs {
  left: 182px;
}

.sp-part1 .sp-t4 {
  font-family: PlayfairDisplay-Bold;
  font-size: 145px;
  color: #282828;
  line-height: 105px;
  text-transform: uppercase;

  position: absolute;
  top: 227px;
  left: 1124px;
}

.sp-part1 .sp-img4 {
  height: 77px;

  position: absolute;
  left: 1627px;
  top: 160px;
}

.sp-part1 .sp-img5 {
  height: 241px;

  position: absolute;
  left: 1280px;
  top: 304px;

  animation: shakeCart 3s infinite;
}

.sp-part1 .sp-btn-style1 {
  position: absolute;
  right: 327px;
  bottom: 166px;
}

.sp-part2 {
  height: 925px;
}

.sp-part2 .sp-video {
  width: 647px;
  height: 725px;
  border-radius: 0 100px 0 0;
  overflow: hidden;

  position: absolute;
  top: 100px;
  left: 260px;
}

.sp-part2 .sp-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-title {
  line-height: 46px;
  text-align: left;

  position: absolute;
  top: 98px;
  left: 961px;
}

.sp-part2 .sp-sub-title {
  line-height: 32px;
  text-align: left;

  position: absolute;
  left: 961px;
  top: 194px;
}

.sp-part2 .sp-swiper2 {
  position: absolute;
  top: 288px;
  left: 962px;

  width: 699px;
  height: 387px;
  overflow: hidden;
}

.sp-part2 .sp-swiper2 .swiper-slide {
  position: relative;
  width: 699px;
  height: 333px;
  transition: all 0.3s;
  margin: 0 0px;
  box-sizing: border-box;
}

.sp-part2 .sp-t1 {
  width: 344px;
  height: 54px;
  background: #B6B6B6;

  position: absolute;
  bottom: 0;
  left: 0;

  font-family: Poppins-Regular;
  color: #282828;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
}

.sp-part2 .sp-t2 {
  color: #FFFFFF;
  background: #B78B5D;
  left: 356px;
}

.sp-part2 .sp-item-box {
  position: absolute;
  bottom: 107px;
  left: 962px;

  display: flex;
  gap: 72px;
  align-items: center;
}

.sp-part2 .sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.sp-part2 .sp-f1 {
  font-family: YesevaOne-Regular;
  color: #884E2F;
  font-size: 55px;
  line-height: 40px;
}

.sp-part2 .sp-f2 {
  font-family: Poppins-Regular;
  color: #535353;
  font-size: 24px;
  line-height: 26px;
}

.sp-part3 {
  height: 900px;
}

.sp-part3 .sp-title {
  line-height: 65px;
  text-align: left;

  position: absolute;
  left: 260px;
  top: 114px;
}

.sp-part3 .sp-sub-title {
  line-height: 32px;
  text-align: left;

  position: absolute;
  left: 260px;
  top: 282px;
}

.sp-part3 .sp-item-box {
  position: absolute;
  top: 404px;
  left: 260px;

  display: flex;
  flex-direction: column;
  gap: 23px;
}

.sp-part3 .sp-item {
  display: flex;
  align-items: center;
  gap: 20px;

  width: 481px;
  height: 67px;
  background: #FFFFFF;
  border-radius: 34px;

  font-family: Poppins-Medium;
  color: #535353;
  font-size: 24px;
}

.sp-part3 .sp-item img {
  height: 66px;
}

.sp-part3 .sp-btn-style1 {
  position: absolute;
  bottom: 100px;
  left: 260px;
}

.sp-part4 {
  box-sizing: border-box;
  height: 1000px;
}

.sp-part4 .sp-img1 {
  position: absolute;
  left: 0;
  top: 100px;
  width: 925px;
}

.sp-part4 .sp-title {
  line-height: 65px;
  text-align: left;

  position: absolute;
  top: 154px;
  left: 990px;
}

.sp-part4 .sp-sub-title {
  line-height: 32px;
  text-align: left;
  
  position: absolute;
  top: 322px;
  left: 990px;
}

.sp-part4 .sp-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 533px;
}

.sp-part4 .sp-box {
  width: 540px;
  height: 483px;

  position: absolute;
  bottom: 100px;
  left: 982px;
}

.sp-part4 .sp-img4 {
  position: absolute;
  top: 123px;
  left: 6px;
  width: 86px;
  z-index: 1;
}

.sp-part4 .sp-t1 {
  width: 236px;
  height: 52px;
  background: #B78B5D;

  position: absolute;
  bottom: 116px;
  left: 61px;

  padding-left: 15px;
  font-family: Poppins-Medium;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 54px;
}

.sp-part4 .sp-t2 {
  background: #7B7B7B;
  padding-left: 0;
  text-align: center;

  left: 404px;
}

.sp-part5 {
  height: 968px;
}

.sp-part5 .sp-title {
  line-height: 65px;
  text-align: left;

  position: absolute;
  top: 95px;
  left: 260px;
}

.sp-part5 .sp-sub-title {
  line-height: 26px;

  position: absolute;
  top: 260px;
  left: 260px;
}

.sp-part5 .sp-item {
  width: 377px;
  height: 199px;

  display: flex;
  align-items: center;

  position: absolute;
  top: 328px;
  left: 260px;

  padding-left: 17px;
  font-family: Poppins-Light;
  color: #535353;
  font-size: 20px;
  line-height: 32px;
}

.sp-part5 .sp-item span {
  position: relative;
}

.sp-part5 .sp-item2 {
  left: 648px;
}

.sp-part5 .sp-item3 {
  top: 540px;
}

.sp-part5 .sp-item4 {
  top: 540px;
  left: 648px;
}

.sp-part5 .sp-btn-style1 {
  position: absolute;
  bottom: 105px;
  left: 346px;

  width: 600px;
  padding-left: 130px;
}

.sp-part6 {
  height: 576px;
  padding-top: 99px;
}

.sp-part6 .sp-content {
  width: 1403px;
  height: 378px;
  margin: 0 auto;
  position: relative;
}

.sp-part6 .sp-t1 {
  font-family: YesevaOne-Regular;
  font-size: 42px;
  color: #000000;
  line-height: 40px;
  background: linear-gradient(95deg, #E0A46E 0%, #5D2511 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  position: absolute;
  top: 48px;
  left: 59px;
}

.sp-part6 .sp-line {
  width: 613px;
  height: 2px;
  background: #000000;
  opacity: 0.2;

  position: absolute;
  top: 111px;
  left: 62px;
}

.sp-part6 .sp-t2 {
  font-family: Poppins-Light;
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.05em;

  position: absolute;
  left: 62px;
  top: 147px;
}

.sp-part6 .sp-t3 {
  font-family: Poppins-Light;
  color: #000000;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.05em;

  position: absolute;
  left: 373px;
  top: 223px;
}

.sp-part7 {
  height: 735px;
}

.sp-part7 .sp-t1 {
  font-family: YesevaOne-Regular;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 38px;
  background: linear-gradient(-8deg, #38200B 0%, #B0580B 53.2470703125%, #38200B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  position: absolute;
  top: 229px;
  left: 463px;
}

.sp-part7 .sp-t2 {
  font-family: Poppins-Regular;
  color: #532D0B;
  font-size: 20px;
  line-height: 30px;

  position: absolute;
  left: 319px;
  top: 300px;
}

.sp-part7 .sp-t2 span {
  text-align: right;
  display: block;
  width: 487px;
}

.sp-part7 .sp-t3 {
  top: 436px;
}

.sp_product_part {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 84px 0px 100px;
  /* background: url('https://cdn.shopify.com/s/files/1/0777/3863/9652/files/20260330-bbs-shop-bg.png') no-repeat;
  background-size: 100% auto; */
}

.sp_product_part .sp-text1 {
  font-family: Poppins-SemiBold;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  display: none;
}

.sp_product_part .sp-text1 img {
  height: 34px;
}

.sp_product_part .sp-title1 {
  font-family: YesevaOne-Regular;
  font-size: 50px;
  color: #38200B;
  line-height: 47px;
  text-align: center;
  margin-bottom: 23px;
}

.sp_product_part .sp-color {
  color: #884E2F;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
  position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
  height: 69px;
  top: 62px;
  left: 480px;
}

.sp_product_part .sp-title1 .sp-icon2 {
  height: 62px;
  top: 72px;
  left: 1374px;
}

.sp_product_part .sp-info4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88px;
  margin-bottom: 78px;
}

.sp_product_part .sp-info4-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #38200B;
}

.sp_product_part .sp-info4-item img {
  width: 25px;
}

/* 走马灯 */
.sp-scroll2 {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: fit-content;
  overflow: hidden;
  margin: 45px auto 85px;
}

.sp-scroll2 .nav-imgs {
  width: max-content;
}

.sp-scroll2 .nav-imgs .nav-imgs-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 1620px;
}

.sp-scroll2 .sp-icon {
  width: 39px;
  flex-shrink: 0;
}

.sp-scroll2 .sp-p {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-family: Poppins-Regular;
  font-size: 32px;
  color: #1B1B1B;
  margin-right: 45px;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp_product_content {
  width: 100%;
  padding: 0 260px;
  display: flex;
  gap: 74px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/20260330-bbs-pro-bg.png?v=1775035677') no-repeat;
  background-size: 100% auto;
  /* 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: 710px;
  height: 398px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}

.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  width: 30%;
  height: 80%;
  object-fit: contain;
  transform: scale(.9);
  margin: 0 0px;
}
/* .sp_product_part .sp-img-wrap .sp-img-p:last-of-type {
  transform: scale(1) !important;
} */

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-clock {
  width: 44px;
  position: absolute;
  bottom: 26px;
  left: 25px;
  animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-line-wrap {
  position: absolute;
  top: 443px;
  left: 84px;
  width: 344px;
  /* height: 13px;
  background: #ffffff;
  border-radius: 7px; */
  display: none;
}

/* .sp_product_part .sp-line-wrap .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
  margin: 0;
  opacity: 1;
} */

@keyframes sp-fade-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.sp_product_part .sp-row1 {
  position: absolute;
  bottom: 26px;
  left: 90px;
  display: flex;
  align-items: center;

  font-family: Poppins-Medium;
  font-size: 20px;
  color: #ffffff;
  line-height: 17px;
}

.sp_product_part .sp-row1 img {
  height: 19px;
  margin-right: 14px;
  transform: translateY(-4px);
}

.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;
  background: #ffffff;
  border-radius: 9px;
  font-size: 25px;
  color: #343434;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  flex-shrink: 0;
  box-sizing: border-box;
}
.sp_product_part .sp-hours {
  position: absolute;
  left: 3px;
  top: 44px;
  font-family: Roboto-Medium;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 10px;
}
.sp_product_part .sp-mins {
  left: 90px;
}
.sp_product_part .sp-secs {
  left: 176px;
}
.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: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-title-s {
  font-size: 30px;
  color: #0B0B0B;
  line-height: 24px;
  font-family: "Poppins-SemiBold";
  padding-top: 36px;
}

.sp_product_part .sp-line {
  width: 606px;
  height: 2px;
  background: #9D9D9D;
  opacity: 0.29;
  margin-top: 21px;
  margin-bottom: 33px;
}

.sp_product_part .option-title {
  font-size: 24px;
  color: #696969;
  font-family: "Poppins-SemiBold";
  line-height: 28px;
  margin: 35px 0px 10px;
}
.sp_product_part .option-title span {
  color: #1A1A1A;
  font-family: Poppins-Bold;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.sp_product_part .sp-option {
  min-width: 182px;
  height: 48px;
  border-radius: 5px;
  border: 2px solid #D3D3D3;
  background: #F7F7F7;
  font-family: "Poppins-Medium";
  line-height: 50px;
  font-size: 24px;
  color: #5D5D5D;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
  gap: 12px;
  padding:0 20px;
}
.sp_product_part .sp-width2 {
  min-width: 380px;
}
.sp_product_part .sp-hot {
  height: 27px;
  
  position: absolute;
  bottom: 39px;
  right: -6px;
}
.sp_product_part .sp-option.active {
  background: #884E2F;
  border: 2px solid #884E2F;
  color: #ffffff;
}

.sp_product_part .sp-price-group {
  align-items: baseline;
  margin-bottom: 20px;
}
.sp_product_part .sp-price1 {
  font-family: Poppins-Bold;
  font-size: 46px;
  color: #ff0707;
  line-height: 41px;
}
.sp_product_part .sp-price2 {
  font-family: Poppins-Bold;
  font-size: 27px;
  color: #999999;
  margin-left: 8px;
  margin-right: 26px;
}
.sp_product_part .sp-row {
  display: flex;
  align-items: center;
  transform: translateY(10px);
}
.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: -20px;
  padding-left: 15px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #FFF3E0;
  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 48px 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: 15px;
  font-size: 21px;
  line-height: 23px;
  color: #141414;
  font-family: Poppins-Medium;
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-span {
  color: #E80000;
}

@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%;
  color: #000000;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 27px !important;
  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: 24px auto 23px;
}

.sp-footer-box1 {
  width: 545px;
  height: 138px;
  background: #EEF8FE;
  border-radius: 10px;
  padding: 20px 50px 31px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}

.sp-footer-box2 {
  width: 545px;
  height: 138px;
  background: #FDFCF5;
  border-radius: 10px;
  padding: 17px 52px;
  box-sizing: border-box;
  margin: 21px auto 0;
}
.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: 20px;
}

.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_pc {
  display: block;
  overflow-x: hidden;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #transcyBtnSwitcher{
    position:fixed !important;
    top:80px !important;
    left:0 !important;
  }
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  .sp-fixed .sp_header-top {
    display: block;
  }

  .sp_header-top {
    height: 58px;
    font-size: 32px;
    line-height: 58px;
  }
  .sp_header-content {
    width: 100%;
    height: 133px;
    position: unset;
    transform: unset;
    padding: 0 40px 0 40px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 73px;
    width: 59px;
  }
  .sp_header-content .sp-logo {
    height: 88px;
    position: unset;
    transform: unset;
  }
  .sp-cart {
    width: 68px;
    margin-right: 30px;
  }
  .sp-cart .sp-num {
    width: 45px;
    height: 45px;
    right: -12px;
    top: -10px;
    font-size: 32px;
    line-height: 48px;
  }
  .sp-top-btn {
    width: 310px;
    height: 72px;
    border-radius: 36px;
    font-size: 35px;
    line-height: 74px;

    /* padding-top: 4px; */
    display: block;
  }
  
  .sp-btn-style1 {
    width: 1000px;
    height: 160px;
    border-radius: 80px;
    margin: 0 auto;
    font-size: 75px;
    line-height: 164px;

    padding-left: 226px;

    overflow: hidden;
  }

  .sp-btn-style1 .sp-img-box {
    width: 121px;
    height: 121px;
  
    right: 21px;
  }

  .sp-btn-style1 img {
    height: 43px;
  }

  .sp-title {
    font-size: 80px;
  }

  .sp-sub-title {
    font-size: 36px;
  }

  .sp-part1 {
    height: 2120px;
    padding-top: 1152px;
  }

  .sp-part1 .sp-m-2 {
    height: 1047px;
  
    position: absolute;
    left: 0;
    top: 1069px;
  }

  .sp-part1 .sp-img1 {
    height: 990px;
  
    left: 51px;
    bottom: 1045px;
  }

  .sp-part1 .sp-img2 {
    height: 298px;
  
    left: 677px;
    top: 215px;
  }

  .sp-part1 .sp-box {
    bottom: 1115px;
    left: 725px;
  
    height: 341px;
    width: 308px;
  }

  .sp-part1 .sp-text {
    top: 198px;
    
    font-size: 18px;
    line-height: 14px;
  }

  .sp-part1 .sp-cut {
    bottom: 64px;
  
    gap: 12px;
  
    font-size: 53px;
    line-height: 41px;
  }

  .sp-part1 .sp-dots {
    font-size: 40px;
  }

  .sp-part1 .sp-hours {
    bottom: 39px;
    left: 37px;
    
    font-size: 14px;
    line-height: 12px;
  }
  
  .sp-part1 .sp-mins {
    left: 146px;
  }
  
  .sp-part1 .sp-secs {
    left: 242px;
  }

  .sp-part1 .sp-t1 {
    font-size: 89px;
    line-height: 97px;
    
    width: 443px;
    height: 97px;
    border-radius: 48px;
    padding-left: 0;
    text-align: center;

    position: initial;
    margin: 0 auto;
  }

  .sp-part1 .sp-t2 {
    font-size: 163px;
    line-height: 118px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;

    position: initial;
    margin: 54px auto 0;
  }

  .sp-part1 .sp-t3 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;

    position: initial;
    margin: 70px auto 0;
  }

  .sp-part1 .sp-img4 {
    left: 55px;
    top: 1237px;
  }
  
  .sp-part1 .sp-img5 {
    height: 406px;
  
    left: 0;
    top: 1606px;
    z-index: 1;
  }

  .sp-part1 .sp-btn-style1 {
    margin: 148px auto 0;
    padding-left: 356px;
    position: initial;
  }

  .sp-part2 {
    height: 2601px;
    padding-top: 474px;
  }

  .sp-part2 .sp-title {
    line-height: 90px;

    top: 110px;
    left: 38px;
  }
  
  .sp-part2 .sp-sub-title {
    line-height: 46px;

    left: 38px;
    top: 316px;
  }

  .sp-part2 .sp-img5 {
    position: absolute;
    top: 93px;
    right: 72px;
    width: 114px;
  }

  .sp-part2 .sp-video {
    width: 1001px;
    height: 1044px;
    border-radius: 0 100px 0 0;
  
    position: initial;
    margin: 0 auto;
  }

  .sp-part2 .sp-swiper2 {
    position: initial;
    margin: 80px auto 0;
  
    width: 995px;
    height: 648px;
  }
  
  .sp-part2 .sp-swiper2 .swiper-slide {
    width: 995px;
    height: 475px;
  }

  .sp-part2 .sp-t1 {
    width: 489px;
    height: 77px;

    bottom: 96px;
  
    font-size: 43px;
    line-height: 78px;
  }
  
  .sp-part2 .sp-t2 {
    left: 506px;
  }

  .sp-part2 .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    background: #D5D5D5;
    border-radius: 50%;
    opacity: 1;
    margin: 0 13px !important;
  }
  
  .sp-part2 .swiper-pagination-bullet-active {
    background: #7F472D !important;
  }

  .sp-part2 .sp-item-box {
    bottom: 118px;
    left: 0;
  
    width: 100%;
    gap: 105px;
    justify-content: center;
  }

  .sp-part2 .sp-item {
    gap: 34px;
  }
  
  .sp-part2 .sp-f1 {
    font-size: 80px;
    line-height: 58px;
  }
  
  .sp-part2 .sp-f2 {
    font-size: 35px;
    line-height: 37px;
  }

  .sp-part3 {
    height: 2255px;
    padding-top: 1970px;
  }

  .sp-part3 .sp-title {
    line-height: 90px;

    left: 40px;
    top: 117px;
  }

  .sp-part3 .sp-sub-title {
    line-height: 46px;
    
    left: 40px;
    top: 333px;
  }

  .sp-part3 .sp-item-box {
    top: 1393px;
    left: 69px;
  
    gap: 45px;
  }
  
  .sp-part3 .sp-item {
    gap: 38px;
  
    width: 952px;
    height: 133px;
    border-radius: 67px;
  
    font-size: 48px;
  }
  
  .sp-part3 .sp-item img {
    height: 131px;
  }

  .sp-part3 .sp-btn-style1 {
    position: initial;
    margin: 0 auto;
  }

  .sp-part4 {
    height: 2113px;
  }

  .sp-part4 .sp-img2 {
    width: 471px;
  }

  .sp-part4 .sp-title {
    line-height: 90px;

    top: 141px;
    left: 40px;
  }

  .sp-part4 .sp-sub-title {
    line-height: 46px;
    
    top: 358px;
    left: 40px;
  }

  .sp-part4 .sp-img1 {
    top: 506px;
    width: 922px;
  }

  .sp-part4 .sp-box {
    width: 843px;
    height: 751px;
  
    bottom: 0px;
    left: 38px;
  }
  
  .sp-part4 .sp-img4 {
    top: 192px;
    left: 11px;

    width: 134px;
  }
  
  .sp-part4 .sp-t1 {
    width: 367px;
    height: 81px;
  
    bottom: 180px;
    left: 96px;
  
    padding-left: 23px;
    font-size: 31px;
    line-height: 82px;
  }
  
  .sp-part4 .sp-t2 {
    padding-left: 0;
    text-align: center;
  
    left: 630px;
  }
  
  .sp-part5 {
    height: 2310px;
    padding-top: 2025px;
  }

  .sp-part5 .sp-title {
    line-height: 90px;
  
    top: 106px;
    left: 42px;
  }
  
  .sp-part5 .sp-sub-title {
    line-height: 38px;
  
    top: 332px;
    left: 42px;
  }

  .sp-part5 .sp-item {
    width: 495px;
    height: 262px;
  
    top: 1394px;
    left: 37px;
  
    padding-left: 24px;
    font-size: 30px;
    line-height: 42px;
  }
  
  .sp-part5 .sp-item2 {
    left: 547px;
  }
  
  .sp-part5 .sp-item3 {
    top: 1672px;
  }

  .sp-part5 .sp-item4 {
    top: 1672px;
    left: 547px;
  }

  .sp-part5 .sp-btn-style1 {
    position: initial;
    margin: 0 auto;
  
    width: 1000px;
    padding-left: 110px;
  }

  .sp-part6 {
    height: 1102px;
    padding-top: 120px;
  }

  .sp-part6 .sp-content {
    width: 1007px;
    height: 862px;
  }

  .sp-part6 .sp-t1 {
    font-size: 60px;
    line-height: 56px;

    top: 63px;
    left: 59px;
  }

  .sp-part6 .sp-line {
    width: 881px;
  
    top: 131px;
    left: 62px;
  }

  .sp-part6 .sp-t2 {
    font-size: 30px;
    line-height: 44px;

    top: 275px;
    left: 62px;
  }

  .sp-part6 .sp-t3 {
    font-size: 30px;
    line-height: 30px;

    top: 373px;
    left: 276px;
  }
  
  .sp-part7 {
      height: 1077px;
  }

  .sp-part7 .sp-t1 {
      font-size: 60px;
      line-height: 55px;

      top: 215px;
      left: 486px;
  }

  .sp-part7 .sp-t2 {
      font-size: 30px;
      line-height: 40px;

      top: 298px;
      left: 318px;
  }

  .sp-part7 .sp-t2 span {
      width: 728px;
  }

  .sp-part7 .sp-t3 {
      top: 465px;
      left: 309px;
      letter-spacing: -0.05em;
  }

  .sp-promo1-container {
      display: flex;
      justify-content: space-between;
      align-items: center; /* 垂直居中 */
      width: 1080px;
      height: 477px;
      margin: 0 auto;
      background: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/20260330-bbs-sp-kb1-bg.webp?v=1775035677') no-repeat center center;
      background-size: 100% 100%;
  }

  /* 左侧文字区域 */
  .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-SemiBoldItalic";
      /* font-style: italic; */
      line-height: 1;
      /* letter-spacing: -10px; */
      line-height: 0.75;
      z-index: 1;
  }

  /* 右侧列：包含 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-style: italic;
      padding: 5px 15px;
      padding-left: 64px;
      padding-right: 38px;
      transform: skewX(-10deg) translateX(-32px); /* 倾斜效果 */
      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;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      margin-left: -18px;
      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: 26px;
      color: #303030;
      font-family: Poppins-Medium;
      margin-bottom: 10px;
      margin-top: 11px;
  }

  /* 3. 特性列表 */
  .sp-promo1-list {
      list-style: none;
      margin-bottom: 10px;
      width: 378px;
  }

  .sp-promo1-list li {
      display: flex;
      align-items: center;
      /* justify-content: center; */
      font-size: 23px;
      color: #303030;
      /* line-height: 26px; */
      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: 12px;
      object-fit: contain;
  }

  /* ================== 按钮样式 ================== */

  /* 心跳动画 */
  @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('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/20260330-bbs-sp-kb1-btn-bg.png?v=1775035677') 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: 12px;
      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: 72px;
      transform: translateY(6px);
  }

  .sp-promo1-hot {
    width: 107px;
    position: absolute;
    top: 224px;
    right: 180px;
  }

  .sp_product_part {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 93px 0px 161px;
    /* background-image: url('https://cdn.shopify.com/s/files/1/0777/3863/9652/files/20260330-bbs-shop-bg-m.webp'); */
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: auto !important;
    margin-right: 0px;
    height: 41px;
  }
  .sp_product_part .sp-text1 {
    font-size: 30px;
    white-space: nowrap;
    gap: 12px;
  }

  .sp_product_part .sp-title1 {
    font-size: 60px;
    margin-bottom: 45px;
    line-height: 56px;
  }
  .sp_product_part .sp-title1 .sp-icon1 {
    top: 78px;
    left: 18px;
  }
  .sp_product_part .sp-title1 .sp-icon2 {
    top: 86px;
    left: 993px;
  }

  .sp_product_content {
    padding: 0px 40px 0;
    flex-direction: column;
    gap: 105px;
  }

  .sp_product_part .sp-clock {
    width: 60px;
    bottom: 36px;
    left: 34px;
  }
  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 705px;
    padding: 20px 14px 141px;
    margin: 0 auto;
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 544px;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    /* min-width: 934px;
    min-height: 524px; */
  }

  .sp_product_part .sp-line-wrap {
    top: 580px;
    left: 113px;

    width: 470px;
  }

  .sp_product_part .sp-row1 {
    bottom: 36px;
    left: 122px;
    font-size: 27px;
    line-height: 24px;
  }

  .sp_product_part .sp-row1 img {
    height: 26px;
    margin-right: 18px;
  }
  
  .sp_product_part .sp-clock-s {
    right: 40px;
    bottom: 53px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 54px;
    height: 52px;
    font-size: 35px;
    padding-top: 6px;
  }
  .sp_product_part .sp-hours {
    left: 4px;
    top: 58px;
    font-size: 16px;
    line-height: 13px;
  }
  .sp_product_part .sp-mins {
    left: 120px;
  }
  .sp_product_part .sp-secs {
    left: 230px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    gap: 9px;
    margin: 0 5px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 6px;
    height: 6px;
  }
  
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }

  .sp_product_part .option-title {
    font-size: 40px;
    line-height: 44px;
    margin: 60px 0px 18px;
  }
  .sp_product_part .opt-group {
    gap: 18px;
  }
  .sp_product_part .sp-option {
    height: 80px;
    min-width: 305px;
    font-size: 40px;
    line-height: 80px;
    padding-top: 10px;
    border-radius: 5px;
  }
  .sp_product_part .sp-width2 {
    min-width: 639px;
  }
  .sp_product_part .sp-hot {
    height: 45px;
    bottom: 66px;
    right: -11px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1;
    align-items: baseline;
    margin-bottom: 34px;
  }
  .sp_product_part .sp-price1 {
    font-size: 77px;
    line-height: 68px;
  }
  .sp_product_part .sp-price2 {
    font-size: 45px;
    margin-left: 14px;
    margin-right: 46px;
  }
  .sp_product_part .sp-row {
    transform: translateY(15px);
  }
  .sp_product_part .sp-row img {
    width: 60px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 244px;
    height: 50px;
    font-size: 42px;
    line-height: 52px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 519px;
    height: 99px;
    font-size: 44px;
    gap: 21px;
  }
  .sp_product_part .addCart img {
    width: 45px;
  }
  .sp_product_part .sp-quality-row {
    gap: 31px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 153px;
    margin: 35px auto 81px;
    font-size: 73px;
    box-sizing: border-box;
  }

  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 51px;
    line-height: 40px;
    padding: 0;
  }

  .sp_product_part .sp-line {
    width: 1021px;
    height: 3px;
    margin-top: 37px;
    margin-bottom: 56px;
  }

  .sp-tip5 {
    gap: 24px;
    font-size: 35px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 72px;
  }

  .addGroup {
    width: 418px;
    height: 95px;
    padding: 0px 40px;
  }
  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 22px;
  }
  .addGroup input {
    width: 230px;
    font-size: 46px !important;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 927px;
    margin: 40px auto 44px;
  }
  
  .sp-footer-box1 {
    width: 978px;
    height: 234px;
    padding: 32px 76px 50px;
    box-sizing: border-box;
  }
  .sp-footer-img2 {
    width: 756px;
  }
  .sp-footer-box1 .sp-p {
    gap: 13px;
    font-size: 34px;
    margin-bottom: 29px;
  }
  .sp-footer-box1 .sp-p img {
    width: 42px;
  }

  .sp-footer-box2 {
    width: 978px;
    height: 234px;
    padding: 27px 80px;
    margin-top: 33px;
  }
  .sp-footer-box2 .sp-p {
    gap: 11px;
    font-size: 34px;
    margin-bottom: 30px;
  }
  .sp-footer-box2 .sp-p img {
    width: 49px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 29px;
    margin-top: 18px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 168px;
    background: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/20260330-bbs-btn2-bg.png?v=1775035677') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    z-index: 19;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  .sp-btn-style2 .sp-area1 {
    
  }
  .sp-btn-style2 .sp-area1 .sp-t1 {
    font-family: "Poppins-BoldItalic";
    font-size: 22px;
    color: #FFEFCB;
    line-height: 17px;

    position: absolute;
    left: 115px;
    top: 37px;
  }
  .sp-btn-style2 .sp-area1 .sp-t2 {
    font-family: "Poppins-Regular";
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;

    position: absolute;
    bottom: 32px;
    left: 141px;
  }
  .sp-btn-style2 .sp-area2 {
  }
  .sp-btn-style2 .sp-area2 .sp-t1 {
  }
  .sp-btn-style2 .sp-cart {
    width: 142px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    left: 478px;
    top: 18px;
    /* transform: translateY(-50%); */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-right: 0;
    margin-left: 0;
    padding-left: 12px;
    padding-top: 16px;

    display: initial;
  }
  .sp-btn-style2 .sp-icon {
    width: 114px;
  }
  .sp-btn-style2 .sp-num {
    width: 31px;
    height: 31px;
    background: #FF2200;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 18px;
    font-size: 27px;
    color: #FFFFFF;
    font-family: Poppins-Medium;
    line-height: 50px;
  }
  .sp-btn-style2 .sp-area2 .sp-t2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 10px;
    padding-top: 20px;
    position: absolute;
    left: 670px;
    top: 0;
  }
  .sp-btn-style2 .sp-text1 {
    font-family: Poppins-Bold;
    color: #FFFFFF;
    font-size: 56px;
    line-height: 42px;
    text-transform: uppercase;
    animation: skip 4s infinite 1s;
  }
  .sp-btn-style2 .sp-text2 {
    font-family: Poppins-SemiBold;
    color: rgba(255, 255, 255, 1);
    font-size: 29px;
    /* width: max-content; */

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .sp-btn-style2 .sp-text2 img {
    width: 62px;
    transform: translateY(-5px);
  }

  .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: #d72b2b;
    border-radius: 3px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    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-scroll-top {
  scroll-margin-top: 60px;
}

/* =========================================
   PC端样式 (基准宽度 1920px) - 对应图一
   ========================================= */

.sp-promise-section2 {
  width: 1920px; /* 配合zoom使用固定宽 */
  height: 449px;
  /* 模拟背景：深色+金色光效 */
  background: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/20260330-bbs-circle-bg.webp?v=1775035677') no-repeat;
  background-size: 100% 100%;
  padding: 18px 274px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
  font-size: 45px;
  line-height: 43px;
  font-family: "YesevaOne-Regular"; /* 类似Times New Roman */
  color: #FFFFFF;
  margin-bottom: 76px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
}

/* 单个卡片样式 */
.sp-bz3-card {
  height: 216px;
  background: #FFFFFF;
  border-radius: 25px;

  flex: 1; /* 三等分 */
  display: flex;
  flex-direction: column; /* PC端内容上下排列 */
  align-items: center; /* PC端内容居中 */
  text-align: center; /* PC端文字居中 */
  position: relative;
  padding: 54px 36px 0;
  box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 86px;
  height: 86px;
  /* 如果没有图片，用此做占位符效果 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -43px;
}

.sp-bz3-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
  font-size: 24px;
  color: #38200B;
  font-family: Poppins-Bold;
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 12px;
}

.sp-bz3-card-content p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #735032;
  line-height: 22px;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    height: 1526px;
    padding: 122px 39px 145px;
    background-image: url('https://cdn.shopify.com/s/files/1/0719/0301/9299/files/20260330-bbs-circle-bg-m.webp?v=1775035677');
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 87px;
    font-size: 70px;
    box-sizing: border-box;
    line-height: 65px;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 40px;
  }

  .sp-bz3-card {
    height: 342px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 90px 0px 58px;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 55px; /* 图标和文字的间距 */
    width: 204px;
    height: 204px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: unset;
    top: unset;
    transform: unset;
  }

  .sp-bz3-card-content h3 {
    font-size: 42px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0;
    margin-bottom: 22px;
    line-height: 45px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
  }

  .sp-bz3-card-content h3 br {
    display: none;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 35px;
  }
}

/* ============================================================
   pc样式 (默认样式)
   基准宽度：1920px
   ============================================================ */

/* ================= 核心容器 (配合 JS zoom) ================= */
.sp-qa2-container {
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 109px;
  padding-bottom: 98px;
  transform-origin: top left;
}

/* ================= 组件样式 (sp-qa2-前缀) ================= */
.sp-qa2-sub-title {
  font-family: YesevaOne-Regular;
  font-size: 50px;
  line-height: 45px;
  color: #38200B;
  text-align: center;
  margin-bottom: 49px;
}

/* 标题样式 */
.sp-qa2-title {
  text-align: center;
  font-size: 50px;
  color: #000000;
  margin-bottom: 54px;
  line-height: 43px;
  font-family: Poppins-Bold;
  text-transform: uppercase;
  display: none;
}

/* 列表容器 */
.sp-qa2-list-container {
  margin: 0 auto;
  width: 1243px; /* PC端内容宽度 */
}

/* 单个卡片 */
.sp-qa2-item {
  /* border-radius: 15px; */
  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: #38200B;
  height: 122px; /* 卡片高度 */
  /* border-radius: 15px; */
  font-family: "Poppins-SemiBold";
  padding: 0 64px 0 80px;
  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: #3C3C3C;
  /* 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-minus:before, .fa-subtract:before {
  content: "-";
  font-size: 32px;
  line-height: 0;
}

/* 答案区域 (默认隐藏) */
.sp-qa2-answer {
  display: none;
  font-family: Poppins-Medium;
  padding: 36px 80px 0px;
  font-size: 24px;
  color: rgba(30, 17, 0, .9);
  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: #38200B;
  color: #FFFFFF;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
}
/* 激活时，图标盒子旋转 135度 (+ 变成 x) */
.sp-qa2-item.active .sp-qa2-icon-box {
  transform: rotate(180deg);
  color: #5A2E06;
  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 {
  margin: 91px auto 0;
  width: 600px;
  padding-left: 130px;
}

/* ================= 移动端 适配 (基准 1080px) ================= */
@media screen and (max-width: 1080px) {
  .sp-qa2-container {
    width: 1080px;
    box-sizing: border-box;
    padding: 107px 61px 260px;
    min-height: unset;
    overflow: hidden;
  }
  .sp-qa2-list-container {
    width: auto;
  }
  .sp-qa2-sub-title {
    font-size: 70px;
    line-height: 62px;
    margin-bottom: 56px;
  }
  .sp-qa2-title {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 58px;
  }
  .sp-qa2-icon-box {
    font-size: 30px;
  }
  .sp-qa2-question {
    font-size: 33px;
    padding-left: 78px;
    padding-right: 83px;
  }
  .sp-qa2-answer {
    font-size: 30px;
    line-height: 41px;
    padding-left: 78px;
    padding-right: 78px;
  }
  .sp-qa2-container .sp-btn-style1 {
    margin-top: 120px;
    width: 1000px;
    padding-left: 90px;
  }
}

.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;
  }
}



@media only screen and (min-width: 1081px) {
  #transcyBtnSwitcher{
    position:fixed !important;
    top:80px !important;
    right:0 !important;
  }
}
@media only screen and (max-width: 1080px) {
.mf-bundle-product {
zoom: 2.2;
}
.mf-bundle-checkout-warning{
color: #788188 !important;
opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
color: #000;
opacity: 0.75;
font-size: 16px !important;
}
.app-embed-plus-component-bundler {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 50px;
margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
color: #000;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
}
.ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
max-width: 1080px;
margin: 0 auto;
}
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
display: none !important;
}
#root .quick-add-hidden {
color: #000;
margin-bottom:20px;
}