/** Shopify CDN: Minification failed

Line 11185:1 Unexpected "{"

**/
@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Regular';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Bold';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Medium';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Medium';

  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Bold';

  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0693/9194/1926/files/POPPINS-BOLD.TTF?v=1767094799');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Regular';
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Anton-Regular';
  src: url('/cdn/shop/files/Anton-Regular.ttf');
  font-style: normal;
}

@font-face {
  font-family: 'Anton';
  src: url('/cdn/shop/files/Anton-Regular.ttf');
  font-style: normal;
}
@font-face {
  font-family: 'KronaOne-Regular';
  src: url('/cdn/shop/files/KRONAONE-REGULAR.TTF');
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/cdn/shop/files/Montserrat-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('/cdn/shop/files/Montserrat-SemiBold.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('/cdn/shop/files/Montserrat-Medium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/AkzidenzGrotesk-BoldExtended.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url('/cdn/shop/files/EDIX.com.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('/cdn/shop/files/Montserrat-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OS';
  src: url('/cdn/shop/files/EDIX.com.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaushanScript-Regular';
  src: url('/cdn/shop/files/Kaushanscript.ttf');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: "BodoniBT-Roman";
  src: url("/cdn/shop/files/Bodoni-Normal.ttf");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: "BodoniBT-Roman";
  src: url("/cdn/shop/files/Bodoni.ttf");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'BodoniBT-Roman';
  src: url('/cdn/shop/files/bodoni_bd_bt_bold_0a5a6b24-c8b4-4a16-a0bb-4b9fedf0005f.ttf?v=1767063585');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  -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 {
  /* overflow-x: hidden; */
}

/* ========== PC端导航栏样式 ========== */
.sp-nav-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 100;
  box-sizing: border-box;
}
/* 产品图片容器 */
.sp-product-img-wrap {
  position: relative;
}
.sp-nav-pc-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 120px 0 121px;
  box-sizing: border-box;
}

/* 左侧导航菜单 */
.sp-nav-pc-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sp-nav-pc-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* .addCart-new {
  width: 290px !important;
  height: 50px !important;
  border-radius: 25px !important;
  background: #fffdf0 !important;
  border: 1px solid #e0e0e0 !important;
  font-family: 'Roboto-Bold' !important;
  font-size: 22px !important;
  color: #1f1f1f !important;
} */

/* .addCart-new img {
  width: 24px !important;
  height: 21px !important;
  margin-right: 10px;
} */

/* BUY NOW按钮 */
.sp-btn-new {
  background: #ef031b !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  border: none !important;
  font-family: 'Poppins-Bold' !important;
  font-size: 30px !important;
  color: #ffffff !important;
  line-height: 30px !important;
}

/* 免运费提示 */
.sp-tip5-new {
  font-family: 'Poppins-Medium';
  font-size: 20px;
}

.sp-img-mobile {
  display: none !important;
}
.sp-nav-pc-item a {
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  color: #0a0a0a;
  line-height: 16px;
}

.sp-nav-hot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  background: #ec0d28;
  border-radius: 3px;
  font-family: 'Poppins-SemiBold';
  font-size: 12px;
  color: #ffffff;
}
.addGroup-new {
  width: 230px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 17px;
}

.addGroup-new .sp-reduce,
.addGroup-new .sp-add {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-cont0ent: center;
  font-size: 30px;
  color: #9d9d9d;
  cursor: pointer;
  border: none;
  background: none;
}

.addGroup-new input {
  width: 80px;
  text-align: center;
  border: none;
  font-size: 20px;
  background: transparent;
}
/* 中间LOGO */
.sp-nav-pc-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Poppins-Regular';
  font-size: 42px;
  color: #0a0a0a;
  top: 4px;
}

/* 右侧购物车和按钮 */
.sp-nav-pc-right {
  display: flex;
  align-items: center;
  gap: 42px;
}

.sp-nav-pc-cart {
  position: relative;
  width: 30px;
  height: 36px;
  cursor: pointer;
}

.sp-nav-cart-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp-nav-cart-num {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 19px;
  height: 19px;
  background: #ec0d28;
  border-radius: 9.5px;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  box-sizing: border-box;
}

.sp-nav-pc-btn-link {
  text-decoration: none;
}

.sp-nav-pc-btn {
  width: 182px;
  height: 34px;
  background: #ec0d28;
  border-radius: 5px;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  animation: sp-btn-scale-pulse 1.5s ease-in-out infinite;
}

@keyframes sp-btn-scale-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* ========== PC端走马灯样式 ========== */
.sp-marquee-pc {
  width: 100%;
  height: 41px;
  background: #162f20;
  overflow: hidden;
  margin-top: 60px; /* 导航栏高度 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-marquee-track {
  display: flex;
  width: fit-content;
  animation: marqueeScroll 20s linear infinite;
}

.sp-marquee-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sp-marquee-item {
  display: flex;
  align-items: center;
  height: 41px;
}

.sp-marquee-item:nth-child(1) {
  margin-right: 351px;
}

.sp-marquee-item:nth-child(2) {
  margin-right: 362px;
}

.sp-marquee-item:nth-child(3) {
  margin-right: 351px;
}

.sp-marquee-star {
  font-size: 15px;
  color: #ffffff;
  margin-right: 19px;
      padding-bottom: 2px;
}

.sp-marquee-text {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  white-space: nowrap;
}

.sp-marquee-yellow {
  font-family: 'Poppins-SemiBold';
  color: #ffdd7a;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ========== PC端第一板块：染发剂主横幅样式 ========== */
.sp_pc .sp-hero-section {
  width: 100%;
  height: 853px;
  position: relative;
  /* overflow: hidden; */
}

.sp_pc .sp-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* 金色标题文本 */
.sp_pc .sp-hero-title {
  position: absolute;
  top: 68px;
  left: 259px;
  font-family: 'KaushanScript-Regular';
  font-size: 62px;
  background: linear-gradient(0deg, #ffd479 1.3671875%, #a06f21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 78px;
}

/* 树叶图标 */
.sp_pc .sp-hero-leaf {
  position: absolute;
  top: 92px;
  left: 651px;
  width: 40px;
  height: 52px;
  object-fit: contain;
}

/* 人头图像 */
.sp_pc .sp-hero-people {
  position: absolute;
  top: 89px;
  left: 721px;
  width: 240px;
  height: 58px;
  object-fit: contain;
}

/* 黑色描述文本 */
.sp_pc .sp-hero-desc {
  position: absolute;
  top: 245px;
  left: 261px;
  font-family: 'Poppins-Regular';
  font-size: 21px;
  color: #081500;
  line-height: 36px;
}

/* 头发对比图 */
.sp_pc .sp-hero-hair {
  position: absolute;
  top: 368px;
  left: 257px;
  width: 715px;
  height: 207px;
  object-fit: contain;
}

/* 背景图按钮 */
.sp_pc .sp-hero-btn-link {
  position: absolute;
  top: 619px;
  left: 259px;
  display: block;
  text-decoration: none;
}

.sp_pc .sp-hero-btn {
  width: 582px;
  height: 89px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: btnScale 2s ease-in-out infinite;
}

.sp_pc .sp-hero-btn-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_pc .sp-hero-btn-text {
  position: relative;
  z-index: 1;
  font-family: 'Poppins-Bold';
  font-size: 31px;
  color: #805617;
  line-height: 42px;
}

/* 按钮缩放动画 */
@keyframes btnScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* 奖杯区域 */
.sp_pc .sp-hero-trophy-wrap {
  position: absolute;
  top: 745px;
  left: 275px;
  display: flex;
  align-items: center;
}

.sp_pc .sp-hero-trophy-icon {
  width: 40px;
  height: 36px;
  object-fit: contain;
  margin-right: 19px;
}

.sp_pc .sp-hero-trophy-num {
  font-family: 'Poppins-SemiBold';
  font-size: 24px;
  color: #de6300;
  line-height: 24px;
  margin-right: 5px;
}

.sp_pc .sp-hero-trophy-text {
  font-family: 'Poppins-Regular';
  font-size: 24px;
  color: #2d2d2d;
  line-height: 24px;
}

/* 浮动圆球图标 */
.sp_pc .sp-hero-ball1 {
  position: absolute;
  top: 683px;
  left: 1027px;
  width: 57px;
  height: 56px;
  object-fit: contain;
}

.sp_pc .sp-hero-ball2 {
  position: absolute;
  top: 149px;
  left: 1540px;
  width: 74px;
  height: 73px;
  object-fit: contain;
}

.sp_pc .sp-hero-ball3 {
  position: absolute;
  top: 485px;
  left: 1608px;
  width: 63px;
  height: 63px;
  object-fit: contain;
}

/* 浮动动画 */
.sp-float-ani {
  animation: floatUpDown 3s ease-in-out infinite;
}

.sp_pc .sp-hero-ball2 {
  animation-delay: 0.5s;
}

.sp_pc .sp-hero-ball3 {
  animation-delay: 1s;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* 奖牌图片 */
.sp_pc .sp-hero-medal {
  position: absolute;
  top: 775px;
  left: 1507px;
  width: 142px;
  height: 185px;
  object-fit: contain;
  z-index: 10;
}

/* ========== PC端第二板块：媒体展示样式 ========== */
.sp_pc .sp-section2 {
  width: 100%;
  height: 766px;
  position: relative;
  background: transparent;
  overflow: visible;
}

/* 媒体图片 */
.sp_pc .sp-section2-media {
  position: absolute;
  top: 53px;
  left: 295px;
  width: 1139px;
  height: 46px;
  object-fit: contain;
}

/* 分割线图标 */
.sp_pc .sp-section2-divider {
  position: absolute;
  top: 138px;
  left: 590px;
  width: 740px;
  height: 26px;
  object-fit: contain;
}

/* 黑色标题 */
.sp_pc .sp-section2-title {
  position: absolute;
  top: 271px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 48px;
  color: #000000;
  line-height: 48px;
}

/* 大图片容器 */
.sp_pc .sp-section2-img-wrap {
  position: absolute;
  top: 384px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1400px;
  height: 264px;
}

.sp_pc .sp-section2-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 四个白色文本 */
.sp_pc .sp-section2-text {
  position: absolute;
  top: 142px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

.sp_pc .sp-section2-text1 {
  left: 65px;
}

.sp_pc .sp-section2-text2 {
  left: 434px;
}

.sp_pc .sp-section2-text3 {
  left: 781px;
}

.sp_pc .sp-section2-text4 {
  left: 1107px;
}

/* ========== PC端第三板块：2-in-1 Hair Dyeing & Care ========== */
.sp_pc .sp-section3 {
  width: 100%;
  height: 906px;
  position: relative;
  overflow: visible;
}

.sp_pc .sp-section3-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* 第一个白色标题 */
.sp_pc .sp-section3-title1 {
  position: absolute;
  top: 116px;
  left: 260px;
  font-family: 'Poppins-Bold';
  font-size: 46px;
  color: #ffffff;
  line-height: 50px;
}

/* 第二个白色标题 */
.sp_pc .sp-section3-title2 {
  position: absolute;
  top: 194px;
  left: 260px;
  font-family: 'Poppins-Regular';
  font-size: 25px;
  color: #ffffff;
  line-height: 28px;
}

/* 轮播图区域 */
.sp_pc .sp-section3-swiper-wrap {
  position: absolute;
  top: 273px;
  left: 197px;
  display: flex;
  align-items: center;
}

/* 左右切换按钮 */
.sp_pc .sp-section3-prev,
.sp_pc .sp-section3-next {
  width: 41px;
  height: 40px;
  cursor: pointer;
  flex-shrink: 0;
}

.sp_pc .sp-section3-prev {
  margin-right: 22px;
}

.sp_pc .sp-section3-next {
  margin-left: 22px;
}

.sp_pc .sp-section3-arrow-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 轮播图容器 */
.sp_pc .sp-section3-swiper {
  width: 670px;
  height: 356px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.sp_pc .sp-section3-swiper .swiper-wrapper {
  height: 100%;
}

.sp_pc .sp-section3-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px;
}

.sp_pc .sp-section3-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* 轮播图内文本 */
.sp_pc .sp-section3-slide-text1 {
  position: absolute;
  top: 252px;
  left: 54px;
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
}

.sp_pc .sp-section3-slide-text2 {
  position: absolute;
  top: 252px;
  left: 537px;
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #063326;
  line-height: 22px;
}

/* 表情图片 - 相对于wrap定位 */
.sp_pc .sp-section3-emoji {
  position: absolute;
  top: -30px;
  right: 50px;
  width: 93px;
  height: 80px;
  object-fit: contain;
  z-index: 10;
}

/* 表情动画 */
.sp-emoji-ani {
  animation: emojiShake 1s ease-in-out infinite;
}

@keyframes emojiShake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}

/* 轮播指示器 */
.sp_pc .sp-section3-pagination {
  position: absolute;
  top: 317px;
  left: 175px;
  display: flex;
  gap: 13px;
  z-index: 10;
}

.sp_pc .sp-section3-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 5px;
  border-radius: 3px;
  background: #6a6a6a;
  opacity: 1;
}

.sp_pc .sp-section3-pagination .swiper-pagination-bullet-active {
  background: #015d47;
}

/* 背景图按钮 */
.sp_pc .sp-section3-btn-link {
  position: absolute;
  top: 669px;
  left: 302px;
  display: block;
  text-decoration: none;
}

.sp_pc .sp-section3-btn {
  width: 582px;
  height: 89px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: btnScale 2s ease-in-out infinite;
}

.sp_pc .sp-section3-btn-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_pc .sp-section3-btn-text {
  position: relative;
  z-index: 1;
  font-family: 'Poppins-Bold';
  font-size: 31px;
  color: #805617;
  line-height: 42px;
}

/* ========== PC端第四板块：Locked-in Color ========== */
.sp_pc .sp-section4 {
  width: 100%;
  height: 877px;
  position: relative;
  background: #ffffff;
}

/* 第一个黑色标题 */
.sp_pc .sp-section4-title1 {
  position: absolute;
  top: 84px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 50px;
  color: #061b00;
  line-height: 50px;
}

/* 第二个黑色标题 - 0.8透明度 */
.sp_pc .sp-section4-title2 {
  position: absolute;
  top: 159px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 28px;
  color: #061b00cc;
  line-height: 28px;
}

/* 视频容器 */
.sp_pc .sp-section4-video-wrap {
  position: absolute;
  top: 244px;
  left: 259px;
  width: 673px;
  height: 513px;
  border-radius: 20px;
  background: rgba(203, 239, 219, 0.4);
  display: flex;
}

/* 左侧视频 */
.sp_pc .sp-section4-video-box {
  width: 469px;
  height: 513px;
  border-radius: 20px;
  background: #7d7d7d;
  overflow: hidden;
  flex-shrink: 0;
}

.sp_pc .sp-section4-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右侧百分比内容 */
.sp_pc .sp-section4-stats {
  position: absolute;
  top: 40px;
  right: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* 百分比项 */
.sp_pc .sp-section4-stat-item {
  display: flex;
  flex-direction: column;
}

.sp_pc .sp-section4-stat1 {
  top: 63px;
}

.sp_pc .sp-section4-stat2 {
  margin-top: 103px;
}

.sp_pc .sp-section4-stat3 {
  margin-top: 99px;
}

.sp_pc .sp-section4-stat-row {
  display: flex;
  align-items: center;
}

/* 加号图标 */
.sp_pc .sp-section4-plus-icon {
  width: 13px;
  height: 13px;
  object-fit: contain;
  margin-right: 9px;
  margin-top: 20px;
}

/* 百分比文本 */
.sp_pc .sp-section4-percent {
  font-family: 'BodoniBT-Roman';
  font-size: 40px;
  line-height: 40px;
  background: linear-gradient(0deg, #287a5e 0%, #18523e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 树叶图标 */
.sp_pc .sp-section4-leaf-icon {
  width: 29px;
  height: 32px;
  object-fit: contain;
  margin-left: 1px;
}

/* 百分比下方文本 */
.sp_pc .sp-section4-stat-label {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #061b00;
  line-height: 20px;
  margin-top: 10px;
}

/* 右侧第一个大图片 */
.sp_pc .sp-section4-card1 {
  position: absolute;
  top: 244px;
  left: 956px;
  width: 705px;
  height: 294px;
}

.sp_pc .sp-section4-card1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* 树叶图标1 */
.sp_pc .sp-section4-card1-leaf1 {
  position: absolute;
  top: 35px;
  left: 119px;
  width: 28px;
  height: 44px;
  object-fit: contain;
}

/* 树叶图标2 */
.sp_pc .sp-section4-card1-leaf2 {
  position: absolute;
  top: 35px;
  left: 561px;
  width: 28px;
  height: 44px;
  object-fit: contain;
}

/* 第一个白色文本 */
.sp_pc .sp-section4-card1-title {
  position: absolute;
  top: 42px;
  left: 155px;
  font-family: 'Poppins-SemiBold';
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
}

/* 第二个白色文本 */
.sp_pc .sp-section4-card1-desc {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #ffffff;
  padding:0 30px;
  line-height: 28px;
}

/* 底部图片 */
.sp_pc .sp-section4-card1-badges {
  position: absolute;
  top: 196px;
  left: 137px;
  width: 446px;
  height: 68px;
  object-fit: contain;
}

/* 90-day文本 */
.sp_pc .sp-section4-day-text {
  position: absolute;
  top: 564px;
  left: 1072px;
  font-family: 'Poppins-SemiBold';
  font-size: 28px;
  color: #000000;
  line-height: 28px;
}

.sp_pc .sp-section4-day-yellow {
  color: #f3c235;
}

/* 底部大图片 */
.sp_pc .sp-section4-card2 {
  position: absolute;
  top: 615px;
  left: 958px;
  width: 703px;
  height: 140px;
}

.sp_pc .sp-section4-card2-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* 底部图片内三个文本 */
.sp_pc .sp-section4-card2-text1,
.sp_pc .sp-section4-card2-text2,
.sp_pc .sp-section4-card2-text3 {
  position: absolute;
  top: 107px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.sp_pc .sp-section4-card2-text1 {
  left: 40px;
}

.sp_pc .sp-section4-card2-text2 {
  left: 321px;
}

.sp_pc .sp-section4-card2-text3 {
  left: 562px;
}

.sp_pc .sp-section4-yellow {
  color: #ffcf43;
}

/* ========== PC端第五板块：Dye and Repair ========== */
.sp_pc .sp-section5 {
  width: 100%;
  height: 930px;
  position: relative;
  overflow: hidden;
}

.sp_pc .sp-section5-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* 第一个白色标题 */
.sp_pc .sp-section5-title1 {
  position: absolute;
  top: 118px;
  left: 262px;
  font-family: 'Poppins-Bold';
  font-size: 43px;
  color: #ffffff;
  line-height: 50px;
}

/* 第二个白色标题 */
.sp_pc .sp-section5-title2 {
  position: absolute;
  top: 188px;
  left: 261px;
  font-family: 'Poppins-Regular';
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
}

/* 大图片 */
.sp_pc .sp-section5-card {
  position: absolute;
  top: 255px;
  left: 260px;
  width: 839px;
  height: 433px;
}

.sp_pc .sp-section5-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 图片内文本 */
.sp_pc .sp-section5-text {
  position: absolute;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #061b00;
  line-height: 20px;
}

/* 第一行文本 */
.sp_pc .sp-section5-text1 {
  top: 192px;
  left: 106px;
}

.sp_pc .sp-section5-text2 {
  top: 192px;
  left: 318px;
}

.sp_pc .sp-section5-text3 {
  top: 192px;
  left: 643px;
}

/* 第二行文本 */
.sp_pc .sp-section5-text4 {
  top: 394px;
  left: 90px;
}

.sp_pc .sp-section5-text5 {
  top: 394px;
  left: 384px;
}

.sp_pc .sp-section5-text6 {
  top: 394px;
  left: 622px;
}

/* 背景图按钮 */
.sp_pc .sp-section5-btn-link {
  position: absolute;
  top: 723px;
  left: 385px;
  display: block;
  text-decoration: none;
}

.sp_pc .sp-section5-btn {
  width: 582px;
  height: 89px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: btnScale 2s ease-in-out infinite;
}

.sp_pc .sp-section5-btn-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_pc .sp-section5-btn-text {
  position: relative;
  z-index: 1;
  font-family: 'Poppins-Bold';
  font-size: 32px;
  color: #805617;
  line-height: 42px;
}

/* ========== PC端第六板块：As Easy as Washing ========== */
.sp_pc .sp-section6 {
  width: 100%;
  height: 958px;
  position: relative;
  background: #ffffff;
}

/* 第一个黑色标题 */
.sp_pc .sp-section6-title {
  position: absolute;
  top: 116px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 50px;
  color: #061b00;
  line-height: 50px;
}

/* 第一个大图片 */
.sp_pc .sp-section6-card1 {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1363px;
  height: 388px;
}

.sp_pc .sp-section6-card1-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 第一个图片内三个黑色文本 */
.sp_pc .sp-section6-text1,
.sp_pc .sp-section6-text2,
.sp_pc .sp-section6-text3 {
  position: absolute;
  top: 347px;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  color: #061b00;
  line-height: 20px;
}

.sp_pc .sp-section6-text1 {
  left: 50px;
}

.sp_pc .sp-section6-text2 {
  left: 375px;
}

.sp_pc .sp-section6-text3 {
  left: 744px;
}

/* 第二个大图片 */
.sp_pc .sp-section6-card2 {
  position: absolute;
  top: 624px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1400px;
  height: 213px;
}

.sp_pc .sp-section6-card2-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 第二个图片内四个白色文本 */
.sp_pc .sp-section6-step1,
.sp_pc .sp-section6-step2,
.sp_pc .sp-section6-step3,
.sp_pc .sp-section6-step4 {
  position: absolute;
  top: 181px;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
}

.sp_pc .sp-section6-step1 {
  left: 51px;
}

.sp_pc .sp-section6-step2 {
  left: 397px;
}

.sp_pc .sp-section6-step3 {
  left: 762px;
}

.sp_pc .sp-section6-step4 {
  left: 1091px;
}

/* ========== PC端第七板块：Specification ========== */
.sp_pc .sp-section7 {
  width: 100%;
  height: 586px;
  position: relative;
  overflow: hidden;
}

.sp_pc .sp-section7-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* 白色容器 */
.sp_pc .sp-section7-card {
  position: absolute;
  top: 100px;
  left: 751px;
  width: 909px;
  height: 391px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

/* 标题 */
.sp_pc .sp-section7-title {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 50px;
  color: #061b00;
  line-height: 50px;
  /* font-style: italic; */
}

/* 前两行规格 */
.sp_pc .sp-section7-specs1 {
  position: absolute;
  top: 134px;
  left: 50px;
}

.sp_pc .sp-section7-specs1 p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

/* 后三行规格 */
.sp_pc .sp-section7-specs2 {
      position: absolute;
    top: 224px;
    bottom: 45px;
    left: 50px;
    padding-right: 34px;
}

.sp_pc .sp-section7-specs2 p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

/* 规格标签 */
.sp_pc .sp-section7-label {
  font-family: 'Poppins-Bold';
  color: #061b00;
}

/* 规格值 */
.sp_pc .sp-section7-value {
  font-family: 'Poppins-Regular';
  color: #061b00;
}

/* ========== 原有样式 ==========

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 25%;
}
.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 {
  background-color: #ffffff;
  top: 0px;
  width: 100%;
  left: 0;
  padding: 0 260px;
  box-sizing: border-box;
}
.sp-fixed .sp_header-content ul {
  color: #000000;
}
.sp-fixed .sp_header-content .sp-logo {
  color: #000000;
}
/* 购物车图片切换 */
.sp_header-content .sp-cart-fixed {
  display: none;
}
.sp-fixed .sp_header-content .sp-cart-default {
  display: none;
}
.sp-fixed .sp_header-content .sp-cart-fixed {
  display: block;
}
/* 购物车数字圆圈样式 - 固定状态 */
.sp-fixed .sp_header-content .sp-cart .sp-num {
  background: #e00000;
  color: #ffffff;
}

/* skip2动画包装盒子 */
.sp-btn-ani-wrap {
  display: block;
}
.sp-skip2-ani {
  animation: skip2 4s infinite;
  display: block;
}

.sp_header-top {
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0a2f6a;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  width: 1402px;
  left: 260px;
  height: 55px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 43px;
  font-family: 'Poppins-Bold';
  font-size: 22px;
  color: #ffffff;
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 18px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
}
.sp_header-content ul li:hover {
  /* color: #431762; */
}
.sp_header-content .sp-logo {
  margin-left: 47px;
  margin-right: 54px;
  font-family: 'Poppins-Bold';
  font-size: 34.5px;
  color: #ffffff;
}
.sp-cart {
  width: 35px;
  /* height: 36px;
  border-radius: 4px;
  border: 2px solid #4e4e4e; */
  margin-right: 36px;
  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: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Poppins-Bold';
  font-size: 13px;
  position: absolute;
  right: -9px;
  top: -5px;
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: transparent;
}

.sp-top-btn {
  width: 232px;
  height: 55px;
  background: #dc2f00;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Poppins-Bold';
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sp-top-btn .sp-p {
  animation: skip2 4s infinite;
}

.sp-top-btn.sp-moto-btn span:first-child {
  display: inline-block;
  animation: skip 4s infinite;
}

.sp-part-top {
  /* margin-top: 264px; */
}

.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-wrap {
}
.sp-btn-style1 {
  width: 591px;
  height: 86px;
  background: url('/cdn/shop/files/20251229-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Poppins-Bold';
  animation: skip 4s infinite 1s;
  box-sizing: border-box;
}
.sp-btn-style-l {
  width: 732px;
  height: 68px;
  background-image: url('/cdn/shop/files/20251229-pc-btn1.png');
  padding-right: 40px;
}
.sp-btn-style-l .sp-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title {
  font-family: 'Anton-Regular';
  width: 100%;
  font-size: 60px;
  color: #3f2f21;
  line-height: 70px;
}
.sp-title-leaf {
  z-index: 1;
  position: relative;
}
.sp-title-leaf::after {
  content: '';
  width: 51px;
  height: 42px;
  position: absolute;
  top: -1px;
  right: -10px;
  background: url('/cdn/shop/files/20251229-title-icon.png')
    no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.sp-sub-title {
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.sp-part1 .sp-sub-title {
  position: absolute;
  top: 413px;
  left: 260px;
}

.sp-part1 .sp-content {
  /* 移除定位，让子元素各自定�?*/
  z-index: 2;
}

/* PC端隐藏移动端元素 */
.sp-part1 .sp-seen-row {
  display: none;
}
.sp-part1 .sp-btn-mobile {
  display: none;
}
.sp-part1 .sp-text2 .sp-color-orange {
  color: #ff8400;
}

.sp-part1 .sp-text {
  font-family: Anton;
  font-weight: 400;
  font-size: 101px;
  color: #fff;
  line-height: 121px;
  text-shadow: 6px 6px 16px rgba(92, 67, 44, 0.28);
  position: absolute;
  top: 159px;
  left: 262px;
}
.sp-part1 .sp-text .sp-color {
  color: #ff8400;
}
.sp-part1 .sp-text1 {
  width: fit-content;
  font-family: 'Anton-Regular';
  font-size: 140px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.sp-part1 .sp-text1::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateX(-50%) translateY(-56%);
  width: calc(100% + 30px);
  height: 62px;
  background: #f39702;
  z-index: -1;
}
.sp-part1 .sp-text2 {
  font-family: 'Anton-Regular';
  font-size: 62px;
  color: #ffffff;
  margin-top: 0px;
  line-height: 1;
}

.sp-part1 .sp-btn-style1 {
  position: absolute;
  top: 537px;
  left: 262px;
}
.sp-part1 .sp-row {
  /* width: 591px; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 646px;
  left: 354px;
}

.sp-part1 .sp-row .sp-span {
  /* font-family: "Poppins-Bold"; */
  color: #fff;
}

/* Trusted Parents 卡片 */
.sp-part1 .sp-trusted-card {
  width: 547px;
  height: 170px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  position: absolute;
  top: 727px;
  left: 281px;
  /* margin-top: 50px; */
}
.sp-part1 .sp-trusted-title {
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #1b1b1b;
  position: absolute;
  top: 29px;
  left: 32px;
  line-height: 20px;
  margin: 0;
}
.sp-part1 .sp-trusted-stars {
  position: absolute;
  top: 26px;
  left: 343px;
}
.sp-part1 .sp-trusted-avatar {
  position: absolute;
  top: 70px;
  left: 31px;
}
.sp-part1 .sp-trusted-num {
  font-family: 'Poppins-Bold';
  font-size: 20px;
  color: #1b1b1b;
  position: absolute;
  top: 87px;
  left: 343px;
  margin: 0;
}
.sp-part1 .sp-trusted-sub {
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #1b1b1b;
  position: absolute;
  top: 118px;
  left: 343px;
  margin: 0;
}

.sp-part2 {
  padding: 0 0px 79px;
  background: #fff4e8;
  box-sizing: border-box;
}
.sp-part2 .sp-title {
  font-family: 'Anton-Regular';
  font-size: 60px;
  color: #3f2f21;
  line-height: 70px;
}
.sp-part2 .sp-sub-title {
  font-family: 'Poppins-Medium';
  font-size: 20px;
  color: #6a5849;
  line-height: 30px;
  margin-top: 30px;
}
.sp-part2 .sp-circle {
  width: 209px;
  height: 210px;
  background: url('/cdn/shop/files/20251229-img2-circle.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -130px;
  right: 420px;
}
.sp-part2 .sp-row {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 100px; */
  height: 178px;
  background: #fff;
  width: 100%;
  padding: 0 266px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

/* PC端logo容器 */
.sp-part2 .sp-logo-box {
  display: flex;
  justify-content: space-between;
  height: 178px;
  background: #fff;
  width: 100%;
  padding: 0 266px;
  align-items: center;
  box-sizing: border-box;
}
.sp-part2 .sp-logo-row1,
.sp-part2 .sp-logo-row2 {
  display: flex;
  align-items: center;
  gap: 80px;
}
.sp-part2 .sp-logo-s {
  height: 50px;
  object-fit: contain;
}

/* PC端隐藏移动端Tired of Slow */
.sp-tired-mobile {
  display: none;
}

/* PC端隐藏移动端Versatile区块 */
.sp-versatile-mobile {
  display: none;
}

/* PC端隐藏移动端Chef区块 */
.sp-chef-mobile {
  display: none;
}

/* PC端隐藏移动端sp-part3 */
.sp-part3-mobile {
  display: none;
  background: #fff4e8;
}

/* PC端显示PC内容 */
.sp-part2-pc-content {
  display: block;
}

/* Tired of Slow 区块 */
.sp-tired-section {
  width: 100%;
  padding-top: 94px;
  text-align: center;
}
.sp-tired-title {
  font-family: 'Anton-Regular';
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  color: #3f2f21;
  margin: 0 0 20px 0;
}
.sp-tired-sub {
  font-family: 'Poppins-Medium';
  font-size: 20px;
  line-height: 20px;
  color: #6a5849;
  margin: 0;
}
.sp-tired-list {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 35px;
}
.sp-tired-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-tired-img-wrap {
  position: relative;
  width: 242px;
  height: 298px;
}
.sp-tired-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-tired-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 39px;
}
.sp-tired-text {
  font-family: 'Poppins-Medium';
  font-size: 21px;
  line-height: 25px;
  color: #6a5849;
  margin-top: 23px;
  text-align: center;
}

.sp-part2 .sp-group {
  display: flex;
  gap: 130px;
  margin-top: 106px;
}
.sp-part2 .sp-video-wrap {
  width: 634px;
  height: 656px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sp-part2 .sp-video-wrap .sp-img {
  /* width: 105%; */
}

.sp-part2 .sp-box {
  display: flex;
  gap: 30px;
  margin-bottom: 59px;
  margin-top: 41px;
}
.sp-part2 .sp-box .sp-item {
  width: 189px;
  height: 180px;
  background: url(/cdn/shop/files/20251229-pc3.png);
  /* background: linear-gradient(30deg, #2a2a2a, #494949); */
  border-radius: 10px;
  padding-top: 10px;
  text-align: center;
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
}
.sp-part2 .sp-icon-wrap {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-part2 .sp-li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 16px;
  color: rgba(63, 47, 33, 0.6);
  margin-bottom: 29px;
}
.sp-part2 .sp-li .sp-span {
  width: 19px;
  height: 19px;
  background: url('/cdn/shop/files/20251229-img2-icon.png')
    no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  flex-shrink: 0;
  transform: translateY(6px);
}
.sp-part2 .sp-group2 {
  /* margin-top: 80px; */
  margin: 84px auto 0;
}
.sp-part2 .sp-group2 .sp-title {
  margin-left: 735px;
  margin-bottom: 41px;
  width: auto;
}
.sp-part2 .sp-box2 {
  width: 1400px;
  height: 391px;
  background: #fff;
  border-radius: 40px;
  padding-left: 347px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.sp-part2 .sp-box2 .sp-img-p {
  width: 324px;
  position: absolute;
  left: -35px;
  bottom: 0;
}
.sp-part2 .sp-box2 .sp-cub {
  width: 177px;
  position: absolute;
  right: -107px;
  bottom: 0;
}
.sp-part2 .sp-box2 .sp-gif {
  width: 62px;
  position: absolute;
  top: -95px;
  right: -20px;
}
.sp-part2 .sp-box2 .sp-p1 {
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
  color: #3f2f21;
  line-height: 26px;
  margin-top: 32px;
}
.sp-part2 .sp-box2 .sp-p1 .sp-span {
  color: #f39801;
}
.sp-part2 .sp-box2 .sp-p2 {
  width: 900px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #6a5849;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 21px;
  white-space: nowrap;
}
.sp-part2 .sp-box2 .sp-row2 {
  display: flex;
  gap: 50px;
}
.sp-part2 .sp-box2 .sp-row2 .sp-item {
  width: 179px;
  height: 70px;
  background: url('/cdn/shop/files/20251229-TOP1-pc.png')
    no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.sp-part2 .sp-box2 .sp-row2 .sp-item .sp-p {
  position: absolute;
  top: 10px;
  width: 100%;
  line-height: 1;
  font-family: 'Poppins-Medium';
  text-align: center;
  font-size: 13px;
  color: #dba134;
}
.sp-part2 .sp-btn-style-l {
  margin: 68px auto 0;
  width: 775px;
  height: 88px;
  background: url(/cdn/shop/files/20251229-pc-btn1.png)
    no-repeat;
}
.sp-part3 {
  height: 1162px;
  background: url('/cdn/shop/files/20251229-img3-pc.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.sp-part3 .sp-title {
  font-family: 'Anton-Regular';
  font-size: 60px;
  color: #3f2f21;
  line-height: 70px;
}
.sp-part3 .sp-sub-title {
  font-family: 'Poppins-Medium';
  font-size: 20px;
  color: #6a5849;
  line-height: 30px;
  margin-top: 20px;
}

.sp-part3 .sp-box {
  width: 800px;
  position: absolute;
  left: 899px;
  top: 88px;
}

/* DIY Box 样式 */
.sp-part3 .sp-diy-box {
  width: 697px;
  height: 450px;
  border: 5px solid #f9fcf6;
  border-radius: 10px;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 30px;
}
.sp-part3 .sp-diy-gif {
  width: 501px;
  height: 440px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.sp-part3 .sp-diy-carousel {
  flex: 1;
  height: 440px;
  overflow: hidden;
  position: relative;
}
.sp-part3 .sp-diy-carousel-inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: sp-dish-scroll 14s linear infinite;
}
.sp-part3 .sp-diy-item {
  max-width: 150px;
  height: 100px;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 28px;
}
/* 7张图�?* (100px高度 + 28px间距) = 896px */
@keyframes sp-dish-scroll {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(-896px);
  }
}

.sp-part3 .sp-img-wrap {
  margin-top: 62px;
  position: relative;
}
.sp-part3 .sp-img-wrap .sp-img {
  margin-bottom: 7px;
}
.sp-part3 .sp-row {
  position: absolute;
  width: 1402px;
  left: 260px;
  top: 887px;
  text-align: center;
  display: flex;
  font-family: 'Poppins-Medium';
  font-size: 24px;
  color: #3f2f21;
  background: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  box-sizing: border-box;
  border-radius: 15px;
  padding-top: 24px;
  padding-bottom: 39px;
}
.sp-part3 .sp-row .sp-item {
  flex: 1;
  position: relative;
}
.sp-part3 .sp-row .sp-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 71px;
  background: #443527;
  opacity: 0.5;
}
.sp-part3 .sp-row .sp-item:last-child::after {
  display: none;
}
.sp-part3 .sp-row .sp-icon {
  height: 83px;
}
/* sp-part4 新样�?*/
.sp-part4 {
  width: 100%;
}

/* 上半部分 */
.sp-part4-top {
  width: 100%;
  height: 1567px;
  background: #fff4e8;
  text-align: center;
  padding-top: 97px;
  box-sizing: border-box;
}
.sp-part4-title {
  font-family: 'Anton-Regular';
  font-size: 60px;
  color: #3f2f21;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}
.sp-part4-sub {
  font-family: 'Poppins-Medium';
  font-size: 20px;
  color: #6a5849;
  line-height: 20px;
  margin: 19px 0 0 0;
}

/* 两张图片区域 */
.sp-part4-imgs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 43px;
}
.sp-part4-img1 {
  width: 353px;
  height: 572px;
  border-radius: 10px;
  object-fit: cover;
}
.sp-part4-img2 {
  width: 1023px;
  height: 566px;
  border-radius: 10px;
  object-fit: cover;
}

/* 左右内容�?*/
.sp-part4-content {
  display: flex;
  justify-content: center;
  gap: 185px;
  margin-top: 60px;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.sp-part4-left {
  text-align: left;
}
.sp-part4-left-title {
  font-family: 'Anton-Regular';
  font-size: 60px;
  color: #3f2f21;
  line-height: 70px;
  font-weight: 400;
  margin: 0;
}

.sp-part4-left-title .sp-title-leaf::after {
  top: 10px;
  right: -25px;
}
.sp-part4-left-sub {
  font-family: 'Poppins-Medium';
  font-size: 20px;
  color: #6a5849;
  line-height: 30px;
  margin: 20px 0 0 0;
}
.sp-part4-left-imgs {
  display: flex;
  gap: 11px;
  margin-top: 53px;
}
.sp-part4-left-imgs img {
  width: 163px;
  height: 160px;
  border-radius: 10px;
  object-fit: cover;
}
.sp-part4-right img {
  width: 707px;
  height: 434px;
  border-radius: 10px;
  object-fit: cover;
}

/* 按钮 */
.sp-part4-btn {
  display: block;
  margin: 81px auto 0;
  text-decoration: none;
}
.sp-part4-btn .sp-btn-style1 {
  width: 775px;
  height: 88px;
  margin: 0 auto;
}
.sp-part4-btn .sp-btn-style1 p {
  font-family: 'Poppins-Bold';
  font-size: 30px;
  color: #ffffff;
  line-height: 88px;
  margin: 0;
}

/* 下半部分：四个背景图区域 */
.sp-part4-bottom {
  display: flex;
  width: 100%;
}
.sp-part4-card {
  width: 25%;
  height: 431px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.sp-part4-card-icon {
  margin-bottom: 30px;
}
.sp-part4-card-title {
  font-family: 'Poppins-Bold';
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  margin: 0 0 27px 0;
}
.sp-part4-card-sub {
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
}

.sp-part7 {
  height: 726px;
  background: url('/cdn/shop/files/20251229-img5-bg-pc.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 75px 0px;
  box-sizing: border-box;
  overflow: hidden;
}
.sp-part7 .sp-box {
  position: absolute;
  top: 240px;
  height: 284px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1000px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-part7 .sp-title {
  font-family: 'KronaOne-Regular';
  font-size: 41px;
  color: #ffffff;
  line-height: 49px;
  font-weight: 400;
  text-align: center;
}
.sp-part7 .sp-sub-title {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 22px;
  color: #ffffff99;
  line-height: 30px;
  text-align: center;
  padding: 0 190px;
  box-sizing: border-box;
  white-space: nowrap;
}
.sp-part7 .sp-puzzle-rect-pc {
  width: 100%;
  height: 100%;

  display: flex;

  gap: 9px 11px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.sp-part7 .sp-puzzle {
  height: 166px;
}
.sp-part7 .sp-puzzle6,
.sp-part7 .sp-puzzle7 {
  height: 265px;
}
.sp-part7 .sp-puzzle10 {
  margin-right: 1px;
  margin-left: 1px;
}
.sp-part7 .sp-row {
  display: flex;
  gap: 1168px;
  justify-content: center;
  width: 100%;
}
.sp-part6 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.sp-part6 .sp-title {
  font-family: 'Anton-Regular';
  font-size: 60px;
  color: #3f2f21;
  line-height: 70px;
}
.sp-part6 .sp-sub-title {
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #6a5849;
  line-height: 30px;
}
.sp-part6 .sp-group {
  display: flex;
  gap: 66px;
  align-items: center;
  /* margin-bottom: 40px; */
}

.sp-part6 .sp-li {
  font-family: 'Poppins-Regular';
  font-size: 22px;
  color: #282828;
  line-height: 36px;
  display: inline-block;
  /* min-width: 270px; */
}

.sp-part6 .sp-li .sp-span {
  font-family: 'Poppins-SemiBold';
}
.sp-part6 .sp-line {
  width: 100%;
  height: 75px;
  background: #f39801;
  display: flex;
  align-items: center;
  padding-left: 79px;
  box-sizing: border-box;
  gap: 34px;
  font-family: 'Anton-Regular';
  font-size: 40px;
  color: #ffffff;
  position: relative;
}
.sp-part6 .sp-line .sp-icon {
  height: 82px;
  position: absolute;
  top: 20px;
  right: 100px;
}
.sp-part6 .sp-text {
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #282828;
  line-height: 40px;
  padding-left: 75px;
  padding-top: 30px;
}
.sp_product_part {
  width: 100%;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;

  padding: 0px 0px 50px;
}

.sp_product_part .sp-banner {
  width: 100%;
  height: 290px;
  background: url('/cdn/shop/files/20251229-nav-bg-pc.png')
    no-repeat;
  background-size: 100% 100%;
  padding-top: 43px;
  box-sizing: border-box;
}
.sp_product_part .sp-text1 {
  font-family: 'Roboto-Regular';
  font-size: 24px;
  color: #fefefe;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_product_part .sp-text1 .sp-color {
  color: #ff7800;
}
.sp_product_part .sp-text1 .sp-icon {
  width: 134px;
  height: 22px;
  margin-right: 13px;
}
.sp_product_part .sp-title1 {
  font-family: 'Montserrat-Bold';
  font-size: 46px;
  color: #fefefe;
  line-height: 46px;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}
.sp_product_part .sp-title1 .sp-color {
  color: #ff7800;
}
.sp_product_part .sp-title1 .sp-icon:first-child {
  width: 72px;
  height: 66px;
  animation: skip 4s infinite;
}
.sp_product_part .sp-title1 .sp-icon:last-child {
  width: 70px;
  height: 60px;
  animation: skip 4s infinite;
}
.sp-icon-wraps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.sp-icon-wraps .sp-icon {
  width: 25px;
}
.sp-icon-wraps .sp-p {
  gap: 14px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fefefe;
  font-family: 'Roboto-Regular';
}

.sp-scroll2 {
  position: relative;
  width: 1080px;
  overflow: hidden;
  top: 90px;
}

.sp-scroll2 .nav-imgs .sp-flex-x {
  width: 1700px !important;
  display: flex;
  justify-content: space-around;
}
.sp-scroll2 .sp-icon {
  width: 33px;
  flex-shrink: 0;
}
.sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: 'Poppins-Medium';
  font-size: 26px;
  color: #ffffff;
}
/* 产品内容区域 - 统一容器 */
.sp_product_content {
  width: 100%;
  box-sizing: border-box;
}

/* PC端产品内容布局 */
@media screen and (min-width: 1081px) {
  .sp_product_content {
    padding: 66px 260px 0;
    display: flex;
    gap: 32px;
  }
  .sp_product_inner_new .sp-product-title.sp_pc {
    font-family: 'Poppins-Bold';
    font-size: 36px;
    color: #161614;
    line-height: 46px;
  }
  .sp-product-img-wrap {
    width: 820px;
    height: 600px;
    margin-top: 97px;
  }
  /* 移动端图片隐藏 */
  .sp-img-mobile {
    display: none !important;
  }
}

/* 移动端产品内容布局 */
@media screen and (max-width: 1080px) {
  .sp_product_content {
    padding: 0;
    display: block;
  }
  .sp_product_inner_new .sp-product-title.sp_pc {
    display: none;
  }
  .sp-bundle-btns .sp-bundle-btn {
    font-size: 32px !important;
    height: 80px !important;
  }
  .sp-qty-btns .sp-qty-btn {
    font-size: 32px !important;
    height: 80px !important;
  }
  .sp-add,
  .sp-reduce {
    font-size: 50px !important;
  }
  .sp_product_inner_new .sp-product-title.sp_mobile {
    display: block;
    margin-top: 10px;
    font-family: 'Poppins-Bold';
    font-size: 42px;
    color: #161614;
    line-height: 50px;
  }
  .sp-product-mobile-top {
    width: 100%;
  }

  .sp-mobile-footer-wrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .sp-product-img-wrap {
    width: 999px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: -30px;
    right: 0;
  }
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: url('/cdn/shop/files/20251229-pro-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 15px 10px 0;
  font-family: 'Poppins-Medium';
  box-sizing: border-box;
  user-select: none;
}
.sp_product_part .sp-img-wrap .swiper-slide {
  width: 100%;
  height: 398px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-img-pc {
  display: none;
}
.sp-img-pc.active {
  display: block;
}
.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  height: 398px;
}

.sp_product_part .sp-row1 {
  position: absolute;
  top: 440px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp_product_part .sp-row1 .sp-icon {
  height: 47px;
  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row1 .sp-line-wrap {
  width: 344px;
  height: 13px;
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 7px;
}
.sp_product_part .sp-row1 .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 .sp-p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  color: #ffffff;
  margin-left: 8px;
  margin-top: 20px;
}
.sp_product_part .sp-row1 .sp-p .sp-icon-s {
  width: 19px;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  top: 460px;
  display: flex;
  justify-content: center;

  gap: 14px;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-Bold';
  flex-shrink: 0;
  padding-top: 2px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp_product_part .sp-clock-s .sp-dots {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}
.sp_product_part .sp-tip {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 240px;
  height: 58px;
  background: url('/cdn/shop/files/20251229-brand-bg.png')
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  font-family: 'Poppins-SemiBold';
  color: #191919;
  font-size: 24px;
  z-index: 2;
}
.sp_product_part .sp-tip .sp-icon {
  width: 38px;
}
.sp_product_part .sp-tip .sp-span {
  font-size: 30px;
}
.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}
.sp_product_part .option-title {
  font-size: 20px;
  color: #696969;
  font-family: 'Roboto-Medium';
  line-height: 1;
  margin: 24px 0px 9px;
  padding-left: 16px;
}

.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

/* 颜色按钮样式 */
.sp_product_part .sp-color-btns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  width: 800px;
}

.sp_product_part .sp-color-btn {
  width: 206px;
  height: 51px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  color: #000000;
  font-family: 'Roboto-Medium';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.sp_product_part .sp-color-btn.active {
  background: #313131;
  border: 1px solid #313131;
  color: #ffffff;
}

.sp_product_part .sp-color-btn-wide {
  width: 422px;
}

.sp_product_part .sp-color-btns-row2 {
  margin-top: 10px;
}

.sp_product_part .sp-fire-icon {
  width: 23px;
  height: 27px;
  margin-left: 13px;
}

/* Style按钮样式 */
.sp_product_part .sp-style-btns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.sp_product_part .sp-style-btn {
  width: 249px;
  height: 51px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  color: #000000;
  font-family: 'Roboto-Medium';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.sp_product_part .sp-style-btn.active {
  background: #313131;
  border: 1px solid #313131;
  color: #ffffff;
}

.sp_product_part .sp-style-btn .sp-hot {
  width: 44px;
  height: 32px;
  position: absolute;
  right: -5px;
  top: -30px;
  z-index: 2;
}

/* 产品图片容器 */
.sp-product-img-container {
  width: 100%;
  position: relative;
}

.sp-product-img {
  width: 100%;
  display: none;
}

.sp-product-img.active {
  display: block;
  width: 80%;
  margin: 0 auto;
  /* border-radius: 40px; */
}

/* PC端Free shipping红色标签 */
.sp-free-shipping-tag {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 180px;
  height: 36px;
  background: #f1202b;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}
.sp-free-shipping-tag.show {
  display: flex;
}
.sp-free-shipping-tag .sp-plane-icon {
  width: 40px;
  height: 16px;
}
.sp-free-shipping-tag span {
  font-family: 'Roboto-Medium';
  font-size: 18px;
  color: #ffffff;
}

/* PC端其他选项产品图片上边距30px */
.sp-product-img-container.has-margin-top .sp-product-img.active {
  margin-top: 30px;
}

/* PC端产品图片容器显示标签时调整位置(颜色4-6+款式1) */
.sp-product-img-container.has-shipping-tag .sp-product-img.active {
  margin-top: 80px;
  width: 100%;
}

/* 颜色选项容器 */
.sp_product_part .sp-color-img {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.sp_product_part .sp-color-option {
  width: 145px;
  height: 131px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.sp_product_part .sp-color-option.active {
  width: 147px;
  height: 134px;
  border: 6px solid #ff4800;
}

.sp_product_part .sp-color-option .sp-color-thumb {
  width: 88px;
  height: 85px;
  object-fit: contain;
}

.sp_product_part .sp-color-option .sp-hot {
  width: 44px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: -30px;
  z-index: 2;
}

/* Options选项样式 */
.sp_product_part .sp-option {
  min-width: 188px;
  padding: 0 10px;
  height: 48px;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  background: #f7f7f7;
  color: #5d5d5d;
  font-family: 'Poppins-Medium';
  line-height: 1;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
}

.sp_product_part .sp-option.active {
  border: 2px solid #ff4800;
  background-color: #ff7200;
  color: #ffffff;
}

.sp_product_part .sp-option.sp-option-wide {
  width: 369px;
  min-width: 369px;
}

.sp_product_part .sp-size .sp-option {
  min-width: 357px;
}

.sp_product_part .sp-size .sp-option.sp-option-wider {
  width: 554px;
  min-width: 554px;
}

.sp_product_part .sp-option .sp-hot {
  width: 44px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 2;
}
.sp_product_part .sp-option .sp-icon {
  width: 22px;
  margin-right: 6px;
}

.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sp_product_part .sp-price1 {
  font-family: 'Roboto-Black';
  font-size: 50px;
  color: #ff0707;
  font-weight: 900;
}

.sp_product_part .sp-price2 {
  font-family: 'Roboto-Black';
  font-size: 36px;
  color: #999999;
  margin-left: 35px;
  text-decoration: line-through;
  font-weight: 900;
}

/* 闹钟抖动动画 - 闹钟响铃效果 */
@keyframes sp-clock-shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  2%,
  6%,
  10%,
  14%,
  18% {
    transform: rotate(-12deg);
  }
  4%,
  8%,
  12%,
  16%,
  20% {
    transform: rotate(12deg);
  }
  22%,
  50% {
    transform: rotate(0deg);
  }
  52%,
  56%,
  60%,
  64%,
  68% {
    transform: rotate(-12deg);
  }
  54%,
  58%,
  62%,
  66%,
  70% {
    transform: rotate(12deg);
  }
  72% {
    transform: rotate(0deg);
  }
}

.sp_product_part .sp-clock-icon {
  width: 42px;
  height: 43px;
  margin-left: 35px;
  transform-origin: center top;
  animation: sp-clock-shake 3s ease-in-out infinite;
}

.sp_product_part .sp-discount-box {
  width: 150px;
  height: 32px;
  background: #ff0707;
  border-radius: 5px;
  margin-left: 8.5px;
  font-family: 'Roboto-Black';
  font-size: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_product_part .sp-row {
  margin-left: 28px;
  display: flex;
  align-items: center;
  transform: translateY(-12px);
}

/* .sp_product_part .sp-clock {
  height: 186px;
  animation: shakeCart 3s infinite ease-in-out;
  position: absolute;
  z-index: -1;
  top: -25px;
  right: 79px;
} */
.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 77px;
  transform: translateY(5px);
}
.sp_product_part .sp-row .sp-p {
  width: 230px;
  height: 47px;
  background: #eb031f;
  border-radius: 10px;
  font-family: Poppins-Bold;
  font-size: 34px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  margin-left: -25px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(10px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.sp_product_part .addCart {
  width: 311px;
  height: 51px;
  background: #ffffff;
  border-radius: 5px;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  font-size: 19px;
  color: #000000;
  gap: 10px;
  text-transform: uppercase;
  padding: 0 20px;
  border: 1px solid #d3d3d3;
}
.sp_product_part .addCart img {
  width: 25px;
  height: 22px;
}

.sp_product_part .sp-btn-style {
  width: 577px;
  height: 81px;
  background: url('/cdn/shop/files/20251229-btn-product-pc.png')
    no-repeat center;
  background-size: 100% 100%;
  box-shadow: none;
  border-radius: 0;
  border: none;
  /* border-image: linear-gradient(0deg, #6c0505, #ff8282) 2; */
  cursor: pointer;
  margin: 20px auto 24px 0;
  font-size: 37px;
  font-family: 'Montserrat-ExtraBold';
  color: #ffffff;
  animation: skip 4s infinite;
  text-align: center;
}
.sp_product_part .sp-title-s {
  font-size: 30px;
  color: #000000;
  line-height: 35px;
  font-family: 'Montserrat-Bold';
}
.sp_product_part .sp-gap {
  width: 630px;
  height: 2px;
  background: #9d9d9d;
  opacity: 0.29;
  margin-top: 14px;
}
.sp-tip5 {
  width: 594px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 21px;
  color: #141414;
  font-family: 'Poppins-Medium';
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-span {
  color: #cf2f29;
}

@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.05);
  }
}
.addGroup {
  width: 250px;
  height: 51px;
  border-radius: 0;
  border: 1px solid #d3d3d3;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  border-right: 1px solid #d3d3d3;
}

.addGroup .sp-add {
  border-right: none;
  border-left: 1px solid #d3d3d3;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 80px;
  height: 100%;
  color: #000000;
  background: #ffffff;
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 20px;
  line-height: 51px;
  border-radius: 0;
}
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,
.sp-bottom-cart-middle.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: 449px;
  height: 41px;
  display: block;
  margin: 30px auto 18px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}
.sp-footer-box1 {
  width: 100%;
  background: #eef8fe;
  padding: 20px 21px 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: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 29px;
}
.sp-footer-box2 {
  width: 100%;
  background: #fdfcf5;
  padding: 16px 21px;
  box-sizing: border-box;
  margin-top: 20px;
}
.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: 18px;
}

.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 {
}

.sp-mask {
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.sp-pop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-pop .img-pop {
  width: 94%;
  overflow: hidden;
  padding: 0 80px;

  position: relative;
  z-index: 101;
}
.sp-pop .img-pop > div {
  width: 100%;
}
.sp-pop .img-pop .sp-img {
  position: relative;
  z-index: 102;
  width: auto;
  width: 100%;
}
.sp-mask .img-pop .close-btn {
  width: 94px;
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp_pc {
  display: block;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }
  .sp-img-pc {
    display: none !important;
  }

  /* ========== 移动端导航栏样式 ========== */
  .sp-nav-mobile {
    width: 100%;
    height: 127px;
    background: #ffffff;
    position: relative;
    z-index: 100;
  }

  .sp-nav-mobile-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px 0 46px;
    box-sizing: border-box;
  }

  .sp-nav-mobile-left {
    display: flex;
    align-items: center;
  }

  .sp-nav-mobile-menu-btn {
    width: 70px;
    height: 44px;
    cursor: pointer;
  }

  .sp-nav-mobile-menu-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-nav-mobile-logo {
    margin-left: 56px;
    font-family: 'Poppins-Bold';
    font-size: 50px;
    color: #000000;
  }

  .sp-nav-mobile-right {
    display: flex;
    align-items: center;
  }

  .sp-nav-mobile-btn-link {
    text-decoration: none;
  }

  .sp-nav-mobile-btn {
    width: 335px;
    height: 80px;
    background: #dc0000;
    border-radius: 40px;
    font-family: 'Poppins-Bold';
    font-size: 27px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: btnScale 2s ease-in-out infinite;
  }

  .sp-nav-mobile-cart {
    position: relative;
    width: 55px;
    height: 48px;
    margin-left: 29px;
    cursor: pointer;
  }

  .sp-nav-mobile-cart-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-nav-mobile-cart-num {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: #ff0000;
    border-radius: 50%;
    font-family: 'Roboto-Medium';
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
  }

  /* ========== 移动端走马灯样式 ========== */
  .sp-marquee-mobile {
    width: 100%;
    height: 74px;
    background: #162f20;
    overflow: hidden;
  }

  .sp-marquee-mobile-track {
    display: flex;
    width: fit-content;
    animation: marqueeScrollMobile 15s linear infinite;
  }

  .sp-marquee-mobile-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 72px;
  }

  .sp-marquee-mobile-item {
    display: flex;
    align-items: center;
    height: 74px;
  }

  .sp-marquee-mobile-item:not(:last-child) {
    margin-right: 108px;
  }

  .sp-marquee-mobile-star {
    font-size: 22px;
    color: #ffffff;
    margin-right: 17px;
  }

  .sp-marquee-mobile-text {
    font-family: 'Poppins-Regular';
    font-size: 26px;
    color: #ffffff;
    line-height: 16px;
    white-space: nowrap;
  }

  @keyframes marqueeScrollMobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* ========== 移动端菜单弹出层样式 ========== */
  .sp-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
  }

  /* .sp-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 100%;
    background: #ffffff;
    padding: 50px;
    box-sizing: border-box;
  } */

  .sp-menu .sp-close-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
  }

  .sp-menu ul {
    margin-top: 100px;
  }

  .sp-menu .sp-menu-item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
  }

  .sp-menu .sp-menu-item a {
    font-family: 'Poppins-SemiBold';
    font-size: 32px;
    color: #000000;
  }

  .sp_mobile .sp_main {
    background-color: #000000;
  }

  .sp-top-btn {
    width: 313px;
    height: 68px;
    animation: skip 4s infinite;
    border-radius: 34px;
    font-size: 35px;
    margin-right: 0px;
  }
  .sp-cart {
    width: 62px;
    margin-right: 40px;
  }
  .sp-cart .sp-icon {
    width: 100%;
  }

  .sp-cart .sp-num {
    width: 29px;
    height: 29px;
    /* background: #414141 !important; */
    border-radius: 50%;
    border: 3px solid #ffffff;
    right: -12px;
    top: -10px;
    font-size: 22.8px;
    font-family: Poppins-Medium;
  }
  .sp-menu-btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 48px;
    width: 56px;
  }
  .sp-menu-btn img {
    width: 56px;
    height: 48px;
  }
  .sp-menu-btn .sp-line {
    width: 56px;
    height: 6px;
    background: #38200b;
    border-radius: 2px;
    flex-shrink: 0;
  }

  .sp-btn-style1 {
    width: 951px;
    height: 150px;
    font-size: 58px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/cdn/shop/files/20251229-btn-bg.png');
  }
  .sp-btn-style-l {
    padding-right: 160px;
  }
  .sp-btn-style-l .sp-arrow {
    width: 114px;
    height: 114px;
    right: 29px;
  }
  .sp-title {
    font-size: 80px;
    line-height: 90px;
    text-align: center;
  }

  .sp-sub-title {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-top: 34px;
  }
  .sp-part1 .sp-content {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 1030px;
    text-align: center;
    z-index: 2;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .sp-part1 .sp-text {
    font-size: 74px;
    position: static;
    top: unset;
    left: unset;
    justify-content: center;
    gap: 30px;
  }
  .sp-part1 .sp-sub-title {
    position: static;
    top: unset;
    left: unset;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 35px;
    color: rgba(63, 47, 33, 0.7);
    line-height: 45px;
    /* opacity: 0.7; */
  }
  .sp-part1 .sp-text2 {
    font-size: 122px;
    color: #f39702;
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 60px;
  }

  .sp-part1 .sp-btn-style1 {
    position: static;
    top: unset;
    left: unset;
    margin-top: 80px;
  }
  .sp-part1 .sp-row {
    width: 100%;
    position: static;
    top: unset;
    left: unset;
    gap: 16px;
    font-size: 33px;
    margin-top: 40px;
  }
  /* 移动端隐藏Trusted Parents卡片 */
  .sp-part1 .sp-trusted-card {
    display: none;
  }

  /* 移动端隐藏PC端的As seen on */
  .sp-part1 .sp-text {
    display: none;
  }

  /* 移动端：As seen on + 5个社交图�?*/
  .sp-part1 .sp-seen-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 61px;
  }
  .sp-part1 .sp-seen-text {
    font-family: 'Poppins-Medium';
    font-size: 33px;
    color: #3f2f21;
    line-height: 35px;
  }
  .sp-part1 .sp-seen-logos {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sp-part1 .sp-seen-logos img {
    width: 101px;
    height: 25px;
    object-fit: contain;
  }

  /* 移动端大标题样式 */
  .sp-part1 .sp-text2 {
    font-family: 'Anton-Regular';
    font-size: 129px;
    color: #3f2f21;
    line-height: 1;
    margin-bottom: 61px;
    text-align: center;
  }
  .sp-part1 .sp-text2 .sp-color-orange {
    color: #ff8400;
  }

  /* 移动端小文本样式已设置，间距63px到按�?*/
  .sp-part1 .sp-sub-title {
    margin-bottom: 63px;
  }

  /* 移动端背景图按钮 */
  .sp-part1 .sp-btn-mobile {
    display: block;
  }
  .sp-part1 .sp-btn-style2 {
    width: 963px;
    height: 150px;
    background: url('/cdn/shop/files/20251229-btn1.png')
      no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
  }
  .sp-part1 .sp-btn-style2 p {
    font-family: 'Poppins-Bold';
    font-size: 55px;
    color: #ffffff;
    margin: 0;
  }
  .sp-part1 .sp-btn-style2 .sp-btn-arrow {
    width: 60px;
    height: 60px;
  }

  /* 移动端皇冠行样式 */
  .sp-part1 .sp-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    margin-top: 40px;
  }
  .sp-part1 .sp-row .sp-cub-icon {
    width: 57px;
    height: 51px;
  }
  .sp-part1 .sp-row p {
    font-family: 'Poppins-Medium';
    font-size: 33px;
    color: #3f2f21;
    margin: 0;
  }
  .sp-part1 .sp-row .sp-span {
    color: #ff8400;
  }

  .sp-part2 {
    padding: 65px 0px 117px;
    margin-top: -2px;
  }
  .sp-part2 .sp-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #3f2f21;
    line-height: 90px;
    text-align: center;
  }
  .sp-part2 .sp-sub-title {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #6a5849;
    line-height: 45px;
    text-align: center;
  }
  .sp-part2 .sp-circle {
    width: 234px;
    height: 234px;

    top: -50px;
    right: 88px;
  }
  .sp-part2 .sp-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 45px 169px;
    margin-bottom: 150px;
    height: 275px;
    /* margin-left: 100px; */
    padding: 68px 40px 76px 78px;
  }

  /* 移动端logo容器 */
  .sp-part2 .sp-logo-box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: baseline;
    gap: 45px;
    padding: 68px 40px 76px 78px;
    margin-bottom: 80px;
    height: auto !important;
    background: #fff;
  }
  .sp-part2 .sp-logo-row1,
  .sp-part2 .sp-logo-row2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .sp-part2 .sp-logo-row1 img:first-child {
    margin-right: 140px;
  }
  .sp-part2 .sp-logo-row2 img {
    margin-right: 130px;
  }
  .sp-part2 .sp-logo-row2 img:last-child {
    margin-right: 0;
  }
  .sp-part2 .sp-logo-s {
    height: 50px;
    object-fit: contain;
  }

  /* 移动�?Tired of Slow 区块 */
  .sp-tired-mobile {
    display: block;
    margin-top: 134px;
    text-align: center;
    margin-bottom: 154px;
  }
  .sp-tired-mobile-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #3f2f21;
    line-height: 90px;
    margin: 0 0 32px 0;
    font-weight: 400;
  }
  .sp-tired-mobile-sub {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #6a5849;
    line-height: 35px;
    margin: 0 0 75px 0;
  }
  .sp-tired-carousel-wrap {
    width: 100%;
    overflow: hidden;
  }
  .sp-tired-carousel {
    display: flex;
    gap: 21px;
    animation: tired-scroll 20s linear infinite;
  }
  .sp-tired-carousel:hover {
    animation-play-state: paused;
  }
  @keyframes tired-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      margin: 0 auto;
    }
  }
  .sp-tired-carousel-item {
    flex-shrink: 0;
    width: 419px;
  }
  .sp-tired-carousel-img-wrap {
    width: 419px;
    height: 517px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .sp-tired-carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp-tired-carousel-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
  }
  .sp-tired-carousel-text {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #6a5849;
    line-height: 45px;
    margin-top: 39px;
    text-align: center;
  }

  /* 移动�?Versatile Pressure Cooker 区块 */
  .sp-versatile-mobile {
    display: block;
    text-align: center;
    margin-bottom: 149px;
  }
  .sp-versatile-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #3f2f21;
    line-height: 90px;
    margin: 0 0 45px 0;
    font-weight: 400;
  }

  .sp-versatile-title::after {
    content: '';
    width: 65px;
    height: 53px;
    position: absolute;
    top: -1px;
    right: 100px;
    background: url(/cdn/shop/files/20251229-title-icon.png)
      no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .sp-versatile-sub {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #6a5849;
    line-height: 45px;
    margin: 0 0 79px 0;
    padding: 0 40px;
  }
  .sp-versatile-gif {
    width: 100%;
    margin-bottom: 23px;
  }
  .sp-versatile-gif img {
    width: 938px;
    height: 970px;
    background: #000000;
    border-radius: 25px;
  }
  .sp-versatile-list {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 81px;
  }
  .sp-versatile-item {
    width: 297px;
    height: 304px;
    background: url(/cdn/shop/files/20251229-pc3.png)
      no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    box-sizing: border-box;
  }
  .sp-versatile-icon {
    width: 103px;
    height: 106px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  .sp-versatile-text {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #ffffff;
    line-height: 47px;
    text-align: center;
    margin: 0;
  }
  .sp-versatile-check-list {
    padding: 0 0 0 73px;
  }
  .sp-versatile-check-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 53px;
  }
  .sp-versatile-check-row:last-child {
    margin-bottom: 0;
  }
  .sp-versatile-check-icon {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
  }
  .sp-versatile-check-text {
    font-family: 'Poppins-Regular';
    font-size: 32px;
    color: rgba(63, 47, 33, 0.7);
    line-height: 45px;
    text-align: left;
    margin: 0;
  }

  /* PC端隐藏移动端Versatile区块，移动端隐藏PC端内�?*/
  .sp-part2-pc-content {
    display: none;
  }

  /* 移动�?Chef-Approved Authenticity 区块 */
  .sp-chef-mobile {
    display: block;
    text-align: center;
    /* margin-bottom: 117px; */
  }
  .sp-chef-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #3f2f21;
    line-height: 90px;
    font-weight: 400;
    margin: 0 0 80px 0;
  }
  .sp-chef-box {
    width: 960px;
    height: 922px;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    padding: 81px 22px 0;
    box-sizing: border-box;
  }
  .sp-chef-gif {
    position: absolute;
    top: -150px;
    left: -30px;
    width: 100px;
    height: auto;
    object-fit: contain;
  }
  .sp-chef-top1-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .sp-chef-top1-item {
    width: 210px;
    /* height: 130px; */
    position: relative;
  }
  .sp-chef-top1-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sp-chef-top1-item p {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #dba134;
    text-align: center;
    margin: 0;
  }
  .sp-chef-content {
    text-align: left;
    padding: 0 30px;
  }
  .sp-chef-p1 {
    font-family: 'Poppins-SemiBold';
    font-size: 46px;
    color: #3f2f21;
    line-height: 56px;
    margin: 0 0 30px 0;
  }
  .sp-chef-p1 span {
    color: #ff8400;
  }
  .sp-chef-p2 {
    font-family: 'Poppins-Regular';
    font-size: 33px;
    color: #6a5849;
    line-height: 50px;
    margin: 0 0 52px 0;
  }
  .sp-chef-cert {
    width: 549px;
    height: 66px;
    object-fit: contain;
  }
  .sp-chef-person {
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 342px;
    height: auto;
  }
  .sp-chef-btn {
    display: block;
    margin-top: 123px;
  }
  .sp-chef-btn-inner {
    width: 963px;
    height: 150px;
    background: url('/cdn/shop/files/20251229-btn1.png')
      no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
  }
  .sp-chef-btn-inner p {
    font-family: 'Poppins-Bold';
    font-size: 55px;
    color: #ffffff;
    margin: 0;
  }
  .sp-chef-btn-inner img {
    width: 60px;
    height: 60px;
  }

  /* 移动�?sp-part3 重构 */
  .sp-part3-mobile {
    display: block;
    position: relative;
  }
  .sp-part3-hero {
    position: relative;
    width: 100%;
  }
  .sp-part3-hero-bg {
    width: 100%;
    height: 2162px;
    object-fit: cover;
  }
  .sp-part3-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 133px;
    text-align: center;
    box-sizing: border-box;
  }
  .sp-part3-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #3f2f21;
    line-height: 90px;
    font-weight: 400;
    margin: 0 0 46px 0;
  }
  .sp-part3-title .sp-orange {
    color: #ff8400;
  }
  .sp-part3-sub {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #6a5849;
    line-height: 45px;
    margin: 0;
  }
  .sp-part3-icon-box {
    position: absolute;
    top: 579px;
    left: 532px;
    width: 480px;
    height: 480px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sp-part3-icon-row {
    display: flex;
    justify-content: space-between;
  }
  .sp-part3-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sp-part3-icon-item img {
    width: 93px;
    height: 91px;
    object-fit: contain;
    margin-bottom: 18px;
  }
  .sp-part3-icon-item p {
    font-family: 'Poppins-Medium';
    font-size: 28px;
    color: #3f2f21;
    line-height: 36px;
    text-align: center;
    margin: 0;
  }

  /* 中间轮播图区�?*/
  .sp-part3-carousel-wrap {
    position: absolute;
    top: 1859px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .sp-part3-carousel-box {
    width: 938px;
    height: 606px;
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    justify-content: space-between;
  }
  .sp-part3-gif-wrap {
    width: 674px;
    height: 100%;
    flex-shrink: 0;
  }
  .sp-part3-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .sp-part3-food-carousel-wrap {
    width: 220px !important;
    height: 100% !important;
    overflow: hidden !important;
    padding-top: 20px !important;
    box-sizing: border-box !important;
    margin-right: 20px;
  }
  .sp-part3-food-carousel {
    width: 179px !important;
    margin: 0 auto !important;
    animation: food-scroll-up 10s linear infinite !important;
  }
  .sp-part3-food-carousel:hover {
    animation-play-state: paused !important;
  }
  .sp-part3-food-img {
    display: block !important;
    width: 179px !important;
    height: 136px !important;
    margin: 0 auto 38px auto !important;
    overflow: hidden !important;
    border-radius: 10px !important;
  }
  .sp-part3-food-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  @keyframes food-scroll-up {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(calc(-50% - 19px));
    }
  }

  /* 第三部分：Generous 8-Liter Capacity for Families */
  .sp-part3-section1 {
    padding-top: 430px;
    background: #fff4e8;
    text-align: center;
  }
  .sp-part3-section-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    color: #3f2f21;
    margin: 0;
  }
  .sp-part3-section-title::after {
    content: '';
    width: 65px;
    height: 53px;
    position: absolute;
    top: -5px;
    right: 250px;
    background: url(/cdn/shop/files/20251229-title-icon.png)
      no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .sp-part3-section-sub {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    line-height: 45px;
    color: #6a5849;
    margin-top: 41px;
  }
  .sp-part3-img-large1 {
    width: 935px;
    height: 661px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 58px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-part3-img-small1 {
    width: 935px;
    height: 307px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 19px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* 第四部分：Worry-Free Cooking Ultimate Safety */
  .sp-part3-section2 {
    padding-top: 139px;
    text-align: center;
    background: #fff4e8;
  }
  .sp-part3-title-wrap {
    position: relative;
    display: inline-block;
  }
  .sp-part3-decor-leaf {
    position: absolute;
    top: -20px;
    right: -60px;
    width: 80px;
    height: auto;
  }
  .sp-part3-img-large2 {
    width: 927px;
    height: 736px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 41px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-part3-small-imgs {
    display: flex;
    justify-content: center;
    gap: 21px;
    margin-top: 23px;
  }
  .sp-part3-small-imgs img {
    width: 297px;
    height: 292px;
    object-fit: cover;
    border-radius: 20px;
  }

  /* 背景图按�?*/
  .sp-part3-btn-wrap {
    margin-top: 100px;
    text-align: center;
  }
  .sp-part3-btn-link {
    text-decoration: none;
  }
  .sp-part3-btn {
    width: 963px;
    height: 150px;
    background: url('/cdn/shop/files/20251229-btn-bg.png')
      no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
  }
  .sp-part3-btn p {
    font-family: 'Poppins-Bold';
    font-size: 55px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
  }
  .sp-part3-btn-arrow {
    width: 60px;
    height: auto;
    margin-left: 20px;
  }

  /* 特性轮�?*/
  .sp-part3-features-wrap {
    margin-top: 148px;
    overflow: hidden;
    width: 100%;
    /* padding-bottom: 100px; */
  }
  .sp-part3-features-carousel {
    display: flex;
    /* gap: 20px; */
    animation: features-scroll 12s linear infinite;
    width: max-content;
  }
  .sp-part3-features-carousel:hover {
    animation-play-state: paused;
  }
  .sp-part3-feature-item {
    width: 642px;
    height: 642px;
    background-size: cover;
    background-position: center;
    /* border-radius: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .sp-part3-feature-icon {
    width: auto;
    height: auto;
    /* max-width: 80px; */
    margin-bottom: 20px;
  }
  .sp-part3-feature-title {
    font-family: 'Poppins-Bold';
    font-size: 36px;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .sp-part3-feature-sub {
    font-family: 'Poppins-Regular';
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 0 40px;
  }
  @keyframes features-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 10px));
    }
  }

  .sp-part2 .sp-group {
    display: flex;
    gap: 130px;
  }
  .sp-part2 .sp-video-wrap {
    width: 952px;
    height: 985px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 80px auto 25px;
  }

  .sp-part2 .sp-box {
    display: flex;
    gap: 21px;
    margin-bottom: 80px;
    margin-top: 0px;
    justify-content: center;
  }
  .sp-part2 .sp-box .sp-item {
    width: 304px;
    height: auto;
    background: linear-gradient(30deg, #2a2a2a, #494949);
    border-radius: 20px;
    padding-top: 25px;
    padding-bottom: 50px;
    font-size: 35px;
    color: #ffffff;
    line-height: 45px;
  }
  .sp-part2 .sp-icon-wrap {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-part2 .sp-li {
    gap: 25px;
    margin-left: 68px;
    color: #b5b5b580;
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 45px;
  }
  .sp-part2 .sp-li .sp-span {
    width: 41px;
    height: 41px;
    transform: translateY(10px);
  }

  .sp-part2 .sp-box2 {
    width: 960px;
    height: 866px;
    background: #393939;
    border-radius: 30px;
    padding: 60px 0 0 56px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 70px auto 0;
  }
  .sp-part2 .sp-box2 .sp-img-p {
    width: 357px;
    position: absolute;
    left: -52px;
    bottom: 0;
  }

  .sp-part2 .sp-box2 .sp-p1 {
    font-size: 44px;
    color: #ffffff;
    line-height: 55px;
  }

  .sp-part2 .sp-box2 .sp-p2 {
    width: 100%;
    font-family: 'Poppins-Regular';
    font-size: 33px;
    color: #afafaf;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .sp-part2 .sp-box2 .sp-p2 p {
    padding-left: 110px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .sp-part2 .sp-box2 .sp-row2 {
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
    margin-left: 270px;
  }
  .sp-part2 .sp-box2 .sp-row2 .sp-item {
    width: 278px;
    height: 109px;
    background: url('/cdn/shop/files/20251229-TOP1-pc.png')
      no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .sp-part2 .sp-box2 .sp-row2 .sp-item .sp-p {
    position: absolute;
    top: 16px;
    width: 100%;
    line-height: 1;
    font-family: 'Poppins-Medium';
    text-align: center;
    font-size: 20px;
    color: #dba134;
  }
  .sp-part2 .sp-btn-style-l {
    margin: 100px auto 0;
  }
  .sp-part3 {
    height: 4749px;
    background: url('/cdn/shop/files/20251229-img3.png')
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin-top: -3px;
    position: relative;
    z-index: 1;
    padding-top: 145px;
    overflow: hidden;
  }
  .sp-part3 .sp-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #ffffff;
    line-height: 90px;
    text-align: center;
  }
  .sp-part3 .sp-sub-title {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    text-align: center;
  }

  .sp-part3 .sp-img-wrap {
    width: 980px;
    position: absolute;
    left: 52px;
    top: 1620px;
    margin-top: 0px;
  }
  .sp-part3 .sp-img-wrap .sp-img {
    margin-bottom: 14px;
  }
  .sp-part3 .sp-sub-title2 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 2100px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .sp-part3 .sp-row {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 394px;
    text-align: center;
    display: flex;
    font-family: 'Poppins-Medium';
    font-size: 30px;
    color: #ffffff;
    line-height: 41px;
    box-sizing: border-box;
    padding: 0 30px;
    gap: 15px;
  }
  .sp-part3 .sp-row .sp-item {
    flex: 1;
  }
  .sp-part3 .sp-row .sp-icon {
    height: 102px;
  }
  .sp-part4 {
    position: absolute;
    width: 100%;
    top: 2375px;
  }
  .sp-part4 .sp-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #3f2f21;
    line-height: 90px;
    text-align: center;
  }
  .sp-part4 .sp-sub-title {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #6a5849;
    line-height: 45px;
    text-align: center;
  }
  .sp-part4 .sp-swiper-btns {
    width: 100%;
    height: 170px;
    padding: 0 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 135px;
    padding: 0 60px;
    gap: 10px;
  }
  .sp-part4 .sp-swiper-btns .sp-p {
    cursor: pointer;
    padding-bottom: 10px;
  }
  .sp-part4 .sp-swiper-btns .sp-active {
    color: #ffffff;
    border-bottom: 7px solid #f39801;
  }
  #root .sp-part4 .swiper-slide {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
    box-sizing: border-box;
  }
  #root .sp-part4 .swiper-slide .gradually {
    height: 385px;
  }
  #root .sp-part4 .swiper-slide .sp-sub-title {
    padding: 0 50px;
    box-sizing: border-box;
  }
  #root .sp-part4 .sp-img1 {
    width: auto;
    height: 817px;
    margin: 0 auto 40px;
    flex-shrink: 0;
  }
  #root .sp-part4 .swiper-slide .sp-box-s {
    width: 947px;
    height: 443px;
    background: #ffffff;
    border-radius: 10px;
    padding: 22px 18px 0;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    margin: 0 auto;
  }
  #root .sp-part4 .swiper-slide .sp-box-s .sp-item {
    flex: 1;
    position: relative;
  }
  #root .sp-part4 .swiper-slide .sp-box-s .sp-t {
    width: 246px;
    height: 43px;
    top: 21px;
    font-size: 29px;
    line-height: 38px;
  }

  #root .sp-part4 .swiper-slide .sp-box-s .sp-p {
    width: 100%;
    font-size: 36px;
    line-height: 1.2;
    height: 125px;
  }
  #root .sp-part4 .swiper-slide .sp-box-s .sp-p2 {
    color: #6f6f6f;
  }
  .sp-part4 .sp-btn-style1 {
    margin: 120px auto 0;
  }

  .sp-part7 {
    height: 1483px;
    background: url('/cdn/shop/files/20251229-img5-bg.png')
      no-repeat;
    background-size: 100% 100%;
    padding: 124px 54px 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .sp-part7 .sp-title {
    font-family: 'KronaOne-Regular';
    font-size: 63px;
    color: #ffffff;
    line-height: 72px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 36px;
  }
  .sp-part7 .sp-sub-title {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 35px;
    color: #ffffff99;
    line-height: 45px;
    text-align: center;
    margin-bottom: 145px;
    padding: 0;
  }
  .sp-part7 .sp-puzzle-rect-pc {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 10px 11px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
  }
  .sp-part7 .sp-puzzle {
    height: 188px;
  }
  .sp-part7 .sp-puzzle6,
  .sp-part7 .sp-puzzle7 {
    height: 188px;
  }
  .sp-part7 .sp-puzzle8 {
    height: 313px;
  }
  .sp-part7 .sp-puzzle9,
  .sp-part7 .sp-puzzle10,
  .sp-part7 .sp-puzzle11,
  .sp-part7 .sp-puzzle13 {
    height: 150px;
  }
  .sp-part7 .sp-puzzle10 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sp-part7 .sp-row {
    display: flex;
    gap: 11px;
    justify-content: flex-start;
    width: auto;
  }
  .sp-part7 .sp-row2 {
    margin-top: 12px;
  }
  .sp-part7 .sp-puzzle12 {
    height: 349px;
  }
  .sp-part7 .sp-col {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  .sp-part6 {
    padding-top: 76px;
    padding-bottom: 0px;
  }
  .sp-part6 .sp-title {
    font-family: 'Anton-Regular';
    font-size: 80px;
    color: #ffffff;
    line-height: 90px;
    text-align: center;
  }
  .sp-part6 .sp-sub-title {
    font-family: 'Poppins-Regular';
    font-size: 35px;
    color: #b5b5b5;
    line-height: 45px;
    text-align: center;
  }
  .sp-part6 .sp-img1 {
    display: block;
    margin-left: 64px;
    width: 951px;
    height: 360px;
    margin-bottom: 80px;
  }
  .sp-part6 .sp-ul {
    margin-left: 64px;
    margin-bottom: 118px;
  }
  .sp-part6 .sp-li {
    font-size: 33px;
    line-height: 55px;
    display: inline-block;
    font-family: 'Poppins-Regular';
    min-width: 440px;
    margin-bottom: 15px;
    font-weight: 300;
  }
  .sp-part6 .sp-li .sp-span {
    font-family: 'Poppins-SemiBold';
    /* font-size: 42px; */
  }

  .sp-part6 .sp-line {
    height: 98px;

    padding-left: 66px;
    gap: 46px;
    font-size: 55px;
  }
  .sp-part6 .sp-line .sp-icon {
    height: 112px;
    position: absolute;
    top: 30px;
    right: 106px;
  }
  .sp-part6 .sp-text {
    font-family: 'Poppins-Medium';
    font-size: 35px;
    color: #282828;
    line-height: 44px;
    padding-left: 65px;
    padding-top: 72px;
  }
  .sp-part6 .sp-text .sp-p {
    margin-bottom: 30px;
  }

  .sp_product_part {
    width: 100%;
    font-family: 'Roboto-Medium';
    box-sizing: border-box;
    position: relative;

    padding: 0px 0px 83px;
  }
  .sp_product_part .sp-banner {
    width: 100%;
    height: 303px;
    background: url('/cdn/shop/files/20251229-nav-bg2.png')
      no-repeat;
    background-size: 100% 100%;
    padding-top: 45px;
    box-sizing: border-box;
    position: relative;
  }
  .sp_product_part .sp-text1 .sp-icon {
    width: 134px;
    height: 22px;
    margin-right: 13px;
  }
  .sp_product_part .sp-text1 {
    align-items: center;
    display: flex;
    margin-bottom: 22px;
    font-size: 24px;
  }

  .sp_product_part .sp-title1 {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 0 0 10px #ffcc00, 0 0 20px #ffcc00, 0 0 30px #ffcc00;
  }
  .sp_product_part .sp-title1 .sp-icon {
    display: block;
  }
  .sp_product_part .sp-title1 .sp-icon:first-child {
    position: relative;
    top: 40px;
    left: 100px;
  }
  .sp_product_part .sp-title1 .sp-icon:last-child {
    position: relative;
    left: -100px;
    top: 40px;
  }

  /* 移动端走马灯 */
  .sp_product_part .sp-banner .sp_mobile .sp-p {
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #000000;
  }

  /* 移动端隐藏PC端内容 */
  .sp_product_content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 117px;
    padding: 0 40px;
  }

  /* 移动端产品区域内部元素居中 */
  .sp_product_content > * {
    max-width: 100%;
  }

  /* 移动端隐藏PC端banner */
  .sp-banner.sp_pc {
    display: none !important;
  }

  /* 移动端显示移动端产品区域 */
  .sp-product-mobile.sp_mobile {
    display: block !important;
  }

  /* ========== 移动端产品区域样式 ========== */
  .sp-product-mobile {
    width: 100%;
    box-sizing: border-box;
    margin-top: 117px;
    padding: 0 40px;
  }

  /* 移动端产品区域内部元素居中 */
  .sp-product-mobile > * {
    max-width: 100%;
  }

  /* 五角星评分行 */
  .sp-mobile-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .sp-mobile-stars {
    width: 126px;
    height: 24px;
    margin-right: 19px;
  }

  .sp-mobile-rating-text {
    font-family: 'Poppins-Medium';
    font-size: 25px;
    color: #1b1b1b;
    line-height: 28px;
    white-space: nowrap;
  }

  .sp-mobile-rating-orange {
    color: #ff7800;
  }

  /* 主标题 */
  .sp-mobile-main-title {
    margin-top: 24px;
    font-family: 'Poppins-Bold';
    font-size: 52px;
    color: #1b1b1b;
    line-height: 64px;
    text-align: center;
    white-space: nowrap;
  }

  .sp-mobile-title-orange {
    color: #ff7800;
  }

  /* 轮播文本 - 走马灯 */
  .sp-mobile-scroll-wrap {
    margin-top: 34px;
    width: 100%;
    overflow: hidden;
  }

  .sp-mobile-scroll-track {
    display: flex;
    width: fit-content;
    animation: mobileMarqueeScroll 20s linear infinite;
  }

  .sp-mobile-scroll-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .sp-mobile-scroll-item {
    display: flex;
    align-items: center;
    margin-right: 50px;
    white-space: nowrap;
  }

  .sp-mobile-scroll-item .sp-mobile-check-icon {
    width: 30px;
    height: 30px;
    margin-right: 17px;
  }

  .sp-mobile-scroll-item span {
    font-family: 'Poppins-Regular';
    font-size: 32px;
    color: #1b1b1b;
    line-height: 32px;
  }

  @keyframes mobileMarqueeScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* 倒计时条 */
  .sp-mobile-countdown-bar {
    margin-top: 50px;
    width: 998px;
    height: 154px;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }

  .sp-mobile-countdown-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-mobile-countdown-title {
    position: absolute;
    top: 21px;
    left: 20px;
    font-family: 'Poppins-SemiBold';
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    font-style: italic;
  }

  .sp-mobile-countdown-subtitle {
    position: absolute;
    top: 60px;
    left: 117px;
    font-family: 'Poppins-Regular';
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
  }

  .sp-mobile-clock-icon {
    position: absolute;
    top: 13px;
    left: 626px;
    width: 90px;
    height: 76px;
  }

  .sp-mobile-countdown-timer {
    position: absolute;
    top: 20px;
    left: 753px;
    display: flex;
    align-items: center;
  }

  .sp-mobile-countdown-item {
    width: 61px;
    height: 61px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-mobile-countdown-num {
    font-family: 'Poppins-SemiBold';
    font-size: 40px;
    color: #3e1515;
    line-height: 40px;
  }

  .sp-mobile-countdown-dots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 6px;
  }

  .sp-mobile-countdown-dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
  }

  /* 产品图片 */
  .sp-mobile-product-img-wrap {
    width: 999px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: -30px;
    right: 0;
  }

  .sp-mobile-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .sp-mobile-product-img.active {
    display: block;
  }

  /* 产品标题 */
  .sp-mobile-product-title {
    margin-top: 10px;
    font-family: 'Poppins-Bold';
    font-size: 42px;
    color: #161614;
    line-height: 50px;
    /* text-align: center; */
  }

  /* 分割线 */
  .sp-mobile-divider {
    margin-top: 40px;
    width: 961px;
    height: 3px;
    background: rgba(157, 157, 157, 0.3);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  /* 价格区域 */
  .sp-mobile-price-row {
    margin-top: 50px;
    display: flex;
    align-items: center;
  }

  .sp-mobile-price1 {
    font-family: 'Roboto-Bold';
    font-size: 72px;
    color: #ff0707;
    line-height: 72px;
  }

  .sp-mobile-price2 {
    font-family: 'Roboto-Medium';
    font-size: 43px;
    color: #9d9d9d;
    line-height: 43px;
    text-decoration: line-through;
    margin-left: 20px;
  }

  .sp-mobile-discount-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    background: #ff0707;
    border-radius: 10px;
    padding: 0 20px;
    margin-left: 20px;
  }

  .sp-mobile-lightning {
    width: 56px;
    height: 77px;
    margin-right: 10px;
  }

  .sp-mobile-discount-tag span {
    font-family: 'Poppins-Bold';
    font-size: 36px;
    color: #ffffff;
  }

  /* 移动端打折标签 - 使用PC端结构 */
  .sp-discount-tag-mobile {
    display: flex !important;
    height: 77px;
    padding: 0 20px;
    margin-left: 20px;
  }

  .sp-discount-tag-mobile img {
    width: 56px;
    height: 77px;
  }

  .sp-discount-tag-mobile .sp-p {
    font-size: 36px;
  }

  /* 选项标题 */
  .sp-mobile-option-title {
    margin-top: 40px;
    font-family: 'Poppins-Medium';
    font-size: 32px;
    color: #161614;
    line-height: 32px;
    margin-bottom: 20px;
  }

  /* 颜色选项 */
  .sp-mobile-color-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sp-mobile-color-btn {
    width: 350px;
    height: 73px;
    border-radius: 36px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    font-family: 'Roboto-Bold';
    font-size: 36px;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-mobile-color-btn.active {
    background: #1f1f1f;
    color: #ffffff;
    border: none;
  }

  .sp-mobile-color-btn:nth-child(2),
  .sp-mobile-color-btn:nth-child(3) {
    width: 352px;
    height: 75px;
  }

  .sp-mobile-fire-icon {
    width: 32px;
    height: 43px;
    margin-right: 11px;
  }

  /* QTY选项 */
  .sp-mobile-qty-btns {
    display: flex;
    gap: 20px;
  }

  .sp-mobile-qty-btn {
    width: 390px;
    height: 73px;
    border-radius: 36px;
    background: #1f1f1f;
    font-family: 'Roboto-Bold';
    font-size: 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  /* Bundle选项 */
  .sp-mobile-bundle-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sp-mobile-bundle-btn {
    height: 73px;
    border-radius: 36px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    font-family: 'Roboto-Bold';
    font-size: 36px;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 30px;
  }

  .sp-mobile-bundle-btn:first-child {
    width: 328px;
  }

  .sp-mobile-bundle-btn:last-child {
    width: 634px;
    height: 75px;
  }

  .sp-mobile-bundle-btn.active {
    background: #1f1f1f;
    color: #ffffff;
    border: none;
  }

  .sp-mobile-boom-icon {
    width: 36px;
    height: 38px;
    margin-right: 10px;
  }

  /* 数量和购物车 */
  .sp-mobile-quantity-row {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .sp-mobile-add-group {
    width: 418px;
    height: 95px;
    border: 1px solid #e0e0e0;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .sp-mobile-reduce,
  .sp-mobile-add {
    font-size: 50px;
    color: #9d9d9d;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-mobile-calc-input {
    width: 100px;
    text-align: center;
    border: none;
    font-size: 40px;
    background: transparent;
    font-family: 'Roboto-Bold';
  }

  .sp-mobile-add-cart {
    width: 488px;
    height: 93px;
    border-radius: 46px;
    background: #fffdf0;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-mobile-cart-icon {
    width: 40px;
    height: 36px;
    margin-right: 15px;
  }

  .sp-mobile-add-cart span {
    font-family: 'Roboto-Bold';
    font-size: 36px;
    color: #1f1f1f;
  }

  /* BUY NOW按钮 */
  .sp-mobile-buy-btn {
    margin-top: 30px;
    width: 942px;
    height: 144px;
    background: #ef031b;
    border-radius: 72px;
    font-family: 'Poppins-Bold';
    font-size: 69px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  /* 免运费提示 */
  .sp-mobile-shipping-tip {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-mobile-car-icon {
    width: 50px;
    height: 30px;
    margin-right: 15px;
  }

  .sp-mobile-shipping-tip span {
    font-family: 'Poppins-Medium';
    font-size: 33px;
    color: #141414;
  }

  .sp-mobile-red {
    color: #cf2f29;
  }

  /* 支付方式图片 */
  .sp-mobile-payment-img {
    display: block;
    width: 872px;
    /* height: 59px; */
    margin: 50px auto 0;
  }

  /* 安全结账图片 */
  .sp-mobile-safe-checkout-img {
    display: block;
    width: 952px;
    height: 224px;
    margin: 0 auto;
  }

  /* 买家保护区域 */
  .sp-mobile-buyer-protection {
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
  }

  .sp-mobile-shield {
    width: 171px;
    height: 199px;
    position: relative;
    flex-shrink: 0;
  }

  .sp-mobile-shield-img {
    width: 100%;
    height: 100%;
  }

  .sp-mobile-shield-text {
    position: absolute;
    top: 58px;
    left: 5px;
    font-family: 'Roboto-Medium';
    font-size: 22px;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
  }

  .sp-mobile-shield-text2 {
    font-size: 24px;
  }

  .sp-mobile-protection-content {
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .sp-mobile-protection-title {
    font-family: 'Roboto-Medium';
    font-size: 52px;
    color: #007dc5;
    line-height: 52px;
    margin-bottom: 12px;
  }

  .sp-mobile-protection-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 21px;
  }

  .sp-mobile-protection-item:last-child {
    margin-bottom: 0;
  }

  .sp-mobile-check-blue {
    width: 38px;
    height: 31px;
    margin-right: 16px;
    flex-shrink: 0;
    margin-top: 5px;
  }

  .sp-mobile-protection-item p {
    font-size: 30px;
    line-height: 30px;
    color: #191919;
    white-space: nowrap;
  }

  .sp-mobile-bold {
    font-family: 'Roboto-Bold';
  }

  .sp-mobile-regular {
    font-family: 'Roboto-Medium';
  }

  /* 隐藏PC端底部内容 */
  .sp-footer-box1,
  .sp-footer-box2 {
    display: none;
  }

  .sp_product_part .sp-img-wrap {
    width: 938px;
    height: 777px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .sp_product_part .sp-img-wrap .swiper-slide {
    width: 804px;
    height: 557px;
    position: absolute;
    top: 62px;
    left: 67px;
    right: 67px;
    margin: 0;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    width: 804px;
    height: 557px;
  }

  /* 移动端产品图片容器 */
  .sp-product-img-container {
    width: 804px;
    /* height: 557px; */
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 选择后三个颜色或Style不是第一个时，产品图片容器top值变为178px */
  .sp-product-img-container.has-shipping-tag {
    top: 178px;
  }

  /* 移动端产品图片 */
  .sp-product-img.active {
    /* width: 804px !important; */
    /* height: 557px !important; */
    border-radius: 0 !important;
  }

  /* 移动端其他选项产品图片不加上边距 */
  .sp-product-img-container.has-margin-top .sp-product-img.active {
    margin-top: 100px !important;
  }

  /* 移动端颜色4,5,6 + 款式1时产品图片宽度80% */
  .sp-product-img-container.has-shipping-tag .sp-product-img.active {
    margin-top: 0 !important;
    width: 100% !important;
  }

  /* 移动端Free shipping红色标签 */
  .sp-free-shipping-tag {
    display: none;
    position: absolute;
    top: 26px;
    right: 27px;
    width: 312px;
    height: 52px;
    background: #f1202b;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 10;
  }
  .sp-free-shipping-tag.show {
    display: flex;
  }
  .sp-free-shipping-tag .sp-plane-icon {
    width: 60px;
    height: 24px;
  }
  .sp-free-shipping-tag span {
    font-family: 'Roboto-Medium';
    font-size: 30px;
    color: #ffffff;
  }
  .sp_product_part .sp-row1 {
    bottom: 27px;
    top: auto;
    left: 25px;
    gap: 12px;
  }
  .sp_product_part .sp-row1 .sp-icon {
    height: 62px;
  }
  .sp_product_part .sp-row1 .sp-line-wrap {
    width: 453px;
    height: 17px;
  }
  .sp_product_part .sp-row1 .sp-p {
    font-size: 41px;
  }
  .sp_product_part .sp-row1 .sp-p .sp-icon-s {
    width: 25px;
  }
  .sp_product_part .sp-clock-s {
    right: 36px;
    bottom: 27px;
    top: auto;
    gap: 22px;
    font-size: 36px;
  }
  .sp_product_part .sp-clock-s .square {
    width: 52px;
    height: 52px;
    font-size: 34px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    height: 52px;
    gap: 8px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 7px;
    height: 7px;
  }
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .sp_product_part .option-title {
    font-size: 31px;
    margin: 30px 0px 30px;
  }

  .sp_product_part .opt-group {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
    width: 100%;
  }

  .sp-scroll2 .sp-p {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 32px;
    color: #1b1b1b;
  }

  .sp-qa1-container {
    width: 100%;
    padding-bottom: 130px !important;
        margin-top: 116px;
  }
  .sp-qa1-header-sub {
    font-size: 40px !important;
    color: #ffad4a !important;
    font-style: italic !important;
    position: static !important;
        line-height: 40px !important;
  }
  .sp-qa1-header-main {
    font-size: 70px !important;
    line-height: 1.2 !important;
    font-style: italic !important;
    position: static !important;
  }
  .sp-qa1-faq-container {
    width: 999px !important;
    margin-top: 40px !important;
    position: static !important;
  }
  .sp-qa1-faq-question {
    font-size: 32px !important;
    padding: 0 40px !important;
    height: 71px !important;
    background: #ffffff;
    box-shadow: none;
    border-radius: 20px 20px 0 0 !important;
  }
  .sp-qa1-faq-answer {
    font-size: 28px !important;
    padding: 45px 40px !important;
    background-color: #f3faf1 !important;
    border-radius: 0 0 20px 20px !important;
    line-height: 1.4 !important;
  }
  .sp-qa1-faq-item.active .sp-qa1-faq-question {
    background-color: #18523e !important;
  }
  .sp-qa1-faq-icon {
    width: 32px !important;
    height: 32px !important;
  }
  /* 移动端FAQ按钮 */
  .sp-qa1-cta {
    width: 754px !important;
    top: 800px !important;
    margin-top: 80px !important;
    position: static !important;
  }
  .sp-qa1-cta-btn {
    width: 754px !important;
    height: 103px !important;
    justify-content: center;
    box-sizing: border-box;
  }
  .sp-qa1-cta-text {
    font-size: 35px !important;
    position: relative !important;
    right: auto !important;
  }
  .sp-qa1-cta-arrow {
    display: none !important;
  }

  /* 移动端颜色选项样式 */
  .sp_product_part .sp-color-img {
    gap: 20px;
  }
  .sp_product_part .sp-color-option {
    width: 218px;
    height: 200px;
    background: #ffffff;
    border-radius: 15px;
    border: 2px solid #d3d3d3;
  }
  .sp_product_part .sp-color-option.active {
    width: 222px;
    height: 204px;
    border: 6px solid #ff4800;
  }
  .sp_product_part .sp-color-option .sp-color-thumb {
    width: 130px;
    height: 125px;
  }
  .sp_product_part .sp-color-option .sp-hot {
    width: 87px;
    height: 61px;
    top: -55px;
  }

  /* 移动端Options选项样式 - 前三个颜色选项 */
  .sp_product_part .sp-color-img .sp-option {
    font-size: 29px !important;
    padding: 0 20px !important;
    width: 301px !important;
    height: 74px !important;
    border-radius: 10px !important;
    min-width: auto !important;
    background: #f7f7f7 !important;
    border: 2px solid #d3d3d3 !important;
    box-sizing: border-box;
  }
  .sp_product_part .sp-color-img .sp-option.active {
    background: #313131 !important;
    border: 1px solid #313131 !important;
    color: #ffffff !important;
  }
  /* 下方三个长选项 */
  .sp_product_part .sp-num .sp-option {
    width: 617px !important;
    height: 74px !important;
    font-size: 29px !important;
  }
  .sp_product_part .sp-num .sp-option .sp-icon {
    width: 32px !important;
    height: 40px !important;
    margin-left: 20px;
  }
  /* Style选项两个按钮 */
  .sp_product_part .sp-style-btn .sp-option {
    width: 363px !important;
    height: 74px !important;
    font-size: 29px !important;
  }
  .sp_product_part .sp-style-btn .sp-hot {
    width: 87px !important;
    height: 59px !important;
    position: absolute;
    right: -5px;
    top: -30px;
    z-index: 2;
  }
  .sp_product_part .sp-option .sp-icon {
    width: 32px !important;
    height: 40px !important;
    margin-left: 20px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 30px;
    align-items: center;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .sp_product_part .sp-price1 {
    font-size: 80px;
  }

  .sp_product_part .sp-price2 {
    font-size: 57px;
    color: #9d9d9d;
    margin-left: 61px;
  }

  /* 移动端闹钟图标 */
  .sp_product_part .sp-clock-icon {
    width: 67px !important;
    height: 68px !important;
    margin-left: 75px;
    margin-right: 13px;
    transform-origin: center top;
    animation: sp-clock-shake 3s ease-in-out infinite;
  }

  /* 移动端折扣方块 */
  .sp_product_part .sp-discount-box {
    width: 240px !important;
    height: 51px !important;
    font-size: 38px !important;
    line-height: 51px;
    border-radius: 10px;
  }

  /* 移动端颜色按钮 - 前三个 */
  .sp_product_part .sp-color-btn {
    width: 366px !important;
    height: 80px !important;
    font-size: 34px !important;
    border-radius: 12px !important;
  }
  .sp_product_part .sp-color-btn.active {
    background: #313131 !important;
    border: 1px solid #313131 !important;
    color: #ffffff !important;
  }

  /* 移动端颜色按钮 - 下方三个长选项 */
  .sp_product_part .sp-color-btn-wide {
    width: 617px !important;
    height: 74px !important;
    font-size: 29px !important;
  }
  .sp_product_part .sp-color-btn .sp-fire-icon {
    width: 32px !important;
    height: 40px !important;
    margin-left: 20px;
  }

  /* 移动端Style按钮 */
  .sp_product_part .sp-style-btn {
    width: 363px !important;
    height: 74px !important;
    font-size: 29px !important;
  }
  .sp_product_part .sp-style-btn .sp-hot {
    width: 87px !important;
    height: 59px !important;
    position: absolute;
    right: -5px;
    top: -50px;
  }

  .sp_product_part .addCart {
    width: 488px;
    height: 93px;

    border-radius: 5px;
    font-size: 32px;
    gap: 20px;
  }
  .sp_product_part .addCart img {
    width: 42px;
    height: 36px;
  }
  .sp_product_part .sp-quality-row {
    gap: 30px;
  }
  .sp_product_part .sp-btn-style {
    width: 940px;
    height: 144px;
    background: url('/cdn/shop/files/20251229-btn-product-pc.png')
      no-repeat center;
    background-size: 100% 100%;
    border-radius: 0;
    font-size: 70px !important;
    margin: 34px -2px 40px;
  }
  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 40px;
    color: #0b0b0b;
    line-height: 56px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 21px;
  }
  .sp_product_part .sp-gap {
    width: 100%;
  }
  .sp_product_part .sp-tip {
    width: 315px;
    height: 75px;
    left: 13px;
    top: 20px;
    gap: 21px;
    font-size: 32px;
  }
  .sp_product_part .sp-tip .sp-icon {
    width: 50px;
  }
  .sp_product_part .sp-tip .sp-span {
    font-size: 40px;
  }
  .sp-tip5 {
    gap: 20px;
    font-size: 33px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 69px;
  }

  .addGroup {
    width: 418px;
    height: 96px;
    border-radius: 15px;

    padding: 0;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 97px;
  }

  .addGroup input {
    width: 230px;
    font-size: 48px;
  }

  .sp-footer-wrap {
    width: 100%;
  }
  .sp-footer-img {
    height: 65px;
    width: 719px;
    margin: 24px auto 31px;
  }
  .sp-footer-img2 {
    width: 845px;
  }
  .sp-footer-box1 {
    width: 100%;
    padding: 35px 33px 55px;
    box-sizing: border-box;
  }
  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sp-footer-box1 .sp-p img {
    width: 45px;
  }
  .sp-footer-box2 {
    width: 100%;
    padding: 30px 38px;
    margin-top: 26px;
  }
  .sp-footer-box2 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 26px;
  }
  .sp-footer-box2 .sp-p img {
    width: 50px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 31px;
    margin-top: 16px;
  }
  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    background: url('/cdn/shop/files/20251229-btn-bottom-bg.png')
      no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
  }
  .sp-btn-style2 .sp-area {
    width: 457px;
    text-align: center;
    font-size: 22px;
    color: #f81111;
    line-height: 1.2;
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-shrink: 0;
  }
  .sp-btn-style2 .sp-area .sp-leaf {
    width: 70px;
  }
  .sp-btn-style2 .sp-area .sp-t1 {
    font-family: 'Poppins-Bold';
    font-style: italic;
    font-size: 22px;
    color: #ffefcb;
  }
  .sp-btn-style2 .sp-area .sp-t2 {
    width: 216px;
  }
  .sp-btn-style2 .sp-area .sp-t3 {
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #ffffff;
  }
  .sp-btn-style2 .sp-area2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* animation: skip 4s infinite 1s; */
    font-family: 'Poppins-Bold';
    font-size: 55px;
    color: #232222;
    text-align: center;
  }
  .sp-btn-style2 .sp-area2 .sp-flex-x {
    gap: 25px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart {
    width: 72px;
    height: 64px;
    background: #ffffff;
    margin-right: 0;
    border-radius: 10px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-icon {
    width: 44px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-num {
    width: 26px;
    height: 26px;
    /* background: #414141; */
    border-radius: 50%;
    border: 2px solid #ffffff;
    top: 5px;
    right: 5px;
    font-size: 15px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-num.sp-cart-added {
    background: #ff0000 !important;
    color: #ffffff !important;
  }
  .sp-btn-style2 .sp-area2 .sp-row {
    font-family: 'Poppins-SemiBold';
    font-size: 28px;
    color: #434343;
  }
  .sp-btn-style2 .sp-area2 .sp-row .sp-span {
    color: #e20000;
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
    display: none;
  }
  .sp-btn-style2.sp-fixed-bottom.show {
    display: flex;
  }

  /* 新版移动端底部购物车栏 */
  .sp-bottom-cart {
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, #ff3b3b 0%, #e00000 100%);
    position: relative;
    display: flex;
    align-items: center;
  }
  .sp-bottom-cart.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    animation: stuckMoveUp 0.6s;
    display: none;
    z-index: 99;
  }
  .sp-bottom-cart.sp-fixed-bottom.show {
    display: flex;
  }

  /* 左侧黑色区域 */
  .sp-bottom-cart-left {
    position: absolute;
    top: 0;
    left: 30px;
    width: 296px;
    height: 155px;
    background: linear-gradient(180deg, #2a2a2a 0%, #0a0a0a 100%);
    border-radius: 0 0 20px 20px;
  }
  .sp-bottom-cart-left .sp-top1-bg {
    width: 263px;
    height: 91px;
    position: absolute;
    top: 30px;
    left: 17px;
  }
  .sp-bottom-cart-left .sp-top1-text {
    position: absolute;
    top: 38px;
    left: 63px;
    font-family: 'Montserrat-ExtraBold';
    font-size: 61px;
    background: linear-gradient(
      -37deg,
      #deae4f 0%,
      #fde4ac 46.484375%,
      #e9bf5f 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
  }
  .sp-bottom-cart-left .sp-weekly-text {
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Roboto-Medium';
    font-size: 23px;
    background: linear-gradient(
      -37deg,
      #deae4f 0%,
      #fde4ac 46.484375%,
      #e9bf5f 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* 中间购物车区域 */
  .sp-bottom-cart-middle {
    position: absolute;
    top: 28px;
    left: 378px;
    width: 137px;
    height: 124px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-bottom-cart-middle .sp-cart-icon {
    width: 81px;
    height: 82px;
  }
  .sp-bottom-cart-middle .sp-cart-num {
    position: absolute;
    top: 5px;
    left: 45px !important;
    width: 22px;
    height: 22px;
    background: #e00000;
    border-radius: 50%;
    font-family: 'Poppins-Medium';
    font-size: 17px;
    color: #ffffff;
    text-align: center;
  }

  /* 右侧BUY NOW区域 */
  .sp-bottom-cart-right .sp-buy-now-text {
    position: absolute;
    top: 40px;
    left: 590px;
    font-family: 'Montserrat-Bold';
    font-size: 65px;
    line-height: 65px;
    color: #ffffff;
    animation: buyNowScale 1.5s ease-in-out infinite;
  }
  .sp-bottom-cart-right .sp-arrow-icon {
    position: absolute;
    top: 55px;
    left: 951px;
    width: 35px;
    height: 35px;
  }
  .sp-bottom-cart-right .sp-guarantee-text {
    position: absolute;
    top: 115px;
    left: 591px;
    font-family: 'Roboto-Regular';
    font-size: 26px;
    color: #ffffff;
  }

  /* BUY NOW缩放动画 */
  @keyframes buyNowScale {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  .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;
    display: flex;
    align-items: center;
    padding-left: 55px;
    box-sizing: border-box;
  }
  .sp-menu .sp-menu-item a {
    display: inline;
    color: #636363;
    text-decoration: none;
  }
  .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: 28px;
    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;
    height: 39px;
    cursor: pointer;
  }

  /* Hot标签样式 */
  .sp-menu-hot {
    display: inline-block;
    background: #d72b2b;
    border-radius: 3px;
    font-family: 'Poppins-Bold';
    font-size: 19px;
    color: #ffffff;
    padding: 2px 10px;
    margin-left: 15px;
    line-height: 1.2;
  }

  /* 社交图标样式 */
  .sp-menu-social {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 55px;
    margin-top: 40px;
  }

  .sp-menu-social i {
    font-size: 36px;
    color: #636363;
    cursor: pointer;
    transition: color 0.3s;
  }

  .sp-menu-social i:hover {
    color: #d72b2b;
  }

  /* 底部图片样式 */
  .sp-menu-bottom-img {
    display: block;
    width: 227px;
    height: 30px;
    margin-left: 55px;
    margin-top: 40px;
  }

  /* =========================================
     移动端底部购物车模块
     ========================================= */
  .sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: flex;
    z-index: 98;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .sp-fixed-bottom.show {
    opacity: 1;
    transform: translateY(0);
  }

  /* 左侧区域 */
  .sp-fixed-bottom-left {
    width: 403px;
    height: 180px;
    background: linear-gradient(
      135deg,
      rgba(255, 248, 230),
      rgba(255, 240, 200)
    );
    position: relative;
  }

  .sp-fixed-bottom-icon {
    position: absolute;
    top: 22px;
    left: 64px;
    width: 269px;
    height: 105px;
  }

  .sp-fixed-bottom-text1 {
    position: absolute;
    top: 28px;
    left: 133px;
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #dba134;
    line-height: 20px;
  }

  .sp-fixed-bottom-text2 {
        position: absolute;
        top: 130px;
        left: 114px;
        text-align: center;
        font-family: 'Poppins-Medium';
        font-size: 22px;
        color: #ce962f;
        line-height: 23px;
  }

  /* 右侧区域 */
  .sp-fixed-bottom-right {
    display: block;
    width: 677px;
    height: 180px;
    background: url('/cdn/shop/files/20251229-bottom-right-bg.png')
      no-repeat center center !important;
    background-size: cover !important;
    position: relative;
    text-decoration: none;
  }

  /* 购物车图标区域 */
  .sp-bottom-cart-middle {
    position: absolute;
    top: 29px;
    left: 74px;
    width: 73px;
    height: 64px;
  }

  .sp-bottom-cart-icon {
    width: 73px;
    height: 64px;
  }

  .sp-bottom-cart-num {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: #ff0000;
    border-radius: 50%;
    font-family: 'Poppins-Medium';
    font-size: 17px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
  }

  /* ORDER NOW文本 - 带缩放效果 */
  .sp-bottom-order-text {
    position: absolute;
    top: 35px;
    left: 176px;
    font-family: 'Poppins-Bold';
    font-size: 54px;
    color: #ffffff;
    line-height: 55px;
    animation: sp-scale-pulse 1.5s ease-in-out infinite;
  }

  @keyframes sp-scale-pulse {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  /* 闹钟图标 */
  .sp-bottom-clock-icon {
    position: absolute;
    top: 105px;
    left: 58px;
    width: 56px;
    height: 43px;
  }

  /* 底部促销文本 */
  .sp-bottom-sale-text {
    position: absolute;
    top: 116px;
    left: 130px;
    font-family: 'Poppins-Regular';
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
  }

  .sp-scroll-top {
    scroll-margin-top: 72px;
  }
}
.sp-scroll-top {
  scroll-margin-top: 55px;
}

/* ============================================================
           PC 端样�?(默认样式)
           基准宽度�?920px
           说明：媒体查询以外的代码，默认应用于 PC �?           ============================================================ */

/* 核心容器 */
.sp-qa3-container {
  width: 100%;
  /* PC端基准宽�?*/
  margin: 0 auto;
  background: #fff;
  /* 深灰背景 */
  color: #fff;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 65px;
  transform-origin: top left;
  box-sizing: border-box;
  font-family: 'Roboto';
  overflow: hidden;
}

/* 头部区域 */
.sp-qa3-header {
  text-align: center;
  margin-bottom: 66px;
}

.sp-qa3-sub-title {
  font-size: 25px;
  color: #4d2700;
  font-style: italic;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Poppins-Medium';
}

.sp-qa3-main-title {
  font-size: 60px;
  color: #3f2f21;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-family: 'Anton-Regular';
}

/* 列表容器 */
.sp-qa3-list {
  margin: 0 auto;
  width: 1400px;
  /* PC端列表宽�?*/
  /* border-top: 2px solid #89898980; */
}

/* 单个条目 */
.sp-qa3-item {
  border-top: 3px solid #89898980;
  /* background-color: #333; */
}

/* 问题�?(点击区域) */
.sp-qa3-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  height: 90px;
  /* PC端高�?*/
  position: relative;
  transition: background-color 0.3s;
}

.sp-qa3-question:hover {
  /* background-color: #3d3d3d; */
}

/* 图标 */
.sp-qa3-icon {
  color: #b8b8b8;
  font-size: 30px;
  margin-right: 28px;
  transition: transform 0.3s ease, color 0.3s;
}

/* 问题文字 */
.sp-qa3-q-text {
  font-weight: 500;
  font-size: 24px;
  color: #b8b8b8;
  font-family: 'Poppins-SemiBold';
  /* PC端字�?*/
  flex: 1;
}

/* 答案�?*/
.sp-qa3-answer {
  display: none;
  padding: 0px 200px 30px 80px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #b8b8b8;
  line-height: 25px;
  /* PC端字�?*/
}

/* 激活状�?*/
.sp-qa3-item.active .sp-qa3-icon {
  transform: rotate(180deg);
  color: #f39702;
}

.sp-qa3-item.active .sp-qa3-q-text {
  color: #ffffff;
}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
}
.sp-qa3-btn-wrapper .sp-btn-style1 {
  margin: 90px auto 0;
}
.sp-qa3-btn:hover {
  /* background-color: #ffcc00;
  color: #000; */
}

/* ============================================================
           移动端样�?(Override)
           基准宽度�?080px
           说明：只在屏幕宽�?<= 1080px 时生效，覆盖上面的默认样�?           ============================================================ */
@media screen and (max-width: 1080px) {
  /* 1. 强制重设容器宽度�?1080px，配�?JS �?zoom */
  .sp-qa3-container {
    width: 100%;

    padding-top: 98px;
    /* 移动端顶部间距加�?*/
    padding-bottom: 160px;
  }
  .sp-img-mobile {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sp-img-mobile.active {
    display: block !important;
    width: 100%;
  }
  /* 2. 调整布局宽度 */
  .sp-qa3-list {
    width: 1010px;
    /* 移动端列表几乎占满全�?*/
  }

  /* 3. 放大字体和尺�?(因为是在 1080px 画布�? */
  .sp-qa3-sub-title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .sp-qa3-main-title {
    font-size: 80px;
    margin-bottom: 42px;
    line-height: 1;
  }

  .sp-qa3-item {
    /* 线条加粗 */
  }

  .sp-qa3-question {
    height: 110px;
    /* 高度加大 */
    padding: 0 30px;
  }

  .sp-qa3-icon {
    font-size: 36px;
    margin-right: 23px;
  }

  .sp-qa3-q-text {
    font-size: 35px;
  }

  .sp-qa3-answer {
    font-size: 27px;
    line-height: 35px;
    padding: 0px 100px 60px 90px;
    line-height: 1.5;
  }

  /* 4. 底部按钮放大 */

  .sp-qa3-btn-wrapper .sp-btn-style1 {
    margin: 90px auto 0;
  }
}

.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;
  }
}

/* ================= QA1 FAQ 样式 ================= */
.sp-qa1-container {
  width: 100%;
  /* height: 1230px; */
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.sp-qa1-header-sub {
  position: absolute;
  top: 119px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Medium';
  font-size: 25px;
  color: #09414d;
  line-height: 25px;
  font-style: italic;
}

.sp-qa1-header-main {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 50px;
  color: #061b00;
  line-height: 50px;
  font-style: italic;
}

.sp-qa1-faq-container {
  position: absolute;
  top: 305px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1400px;
  box-sizing: border-box;
  padding-bottom: 400px;
}

.sp-qa1-faq-item {
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sp-qa1-faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #061b00;
  background-color: #fff;
  padding: 0 30px;
  height: 71px;
  font-size: 25px;
  font-family: 'Poppins-SemiBold';
  box-sizing: border-box;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.sp-qa1-faq-answer {
  display: none;
  background-color: #f3faf1;
  color: #061b00;
  font-size: 22px;
  font-family: 'Poppins-Regular';
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  padding: 50px 30px;
  line-height: 1.4;
}

/* 加号样式 - 默认显示 */
.sp-qa1-faq-plus {
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #061b00;
  line-height: 1;
  flex-shrink: 0;
  display: block;
}

/* 减号样式 - 默认隐藏，由JS控制显示 */
.sp-qa1-faq-minus {
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  flex-shrink: 0;
  display: none;
}

.sp-qa1-faq-item.active .sp-qa1-faq-question {
  background-color: #18523e;
  color: #ffffff;
}

.sp-qa1-faq-item.active .sp-qa1-faq-plus {
  display: none;
}

.sp-qa1-faq-item.active .sp-qa1-faq-minus {
  display: block;
}

/* FAQ按钮 */
.sp-qa1-cta {
  position: absolute;
  top: 545px;
  left: 0;
  right: 0;
  margin: auto;
  width: 754px;
  display: block;
}

.sp-qa1-cta-btn {
  width: 754px;
  height: 103px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: btnScale 2s ease-in-out infinite;
}

.sp-qa1-cta-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-qa1-cta-text {
  position: relative;
  z-index: 1;
  font-family: 'Poppins-Bold';
  font-size: 36px;
  color: #805617;
  line-height: 42px;
}

.sp-qa1-cta-arrow {
  display: none;
}

/* 强制菜品轮播单列显示 - 最高优先级 */
.sp-part3-food-carousel-wrap {
  width: 220px !important;
  overflow: hidden !important;
}
.sp-part3-food-carousel {
  width: 220px !important;
  max-width: 220px !important;
  margin: 0 auto !important;
}
.sp-part3-food-carousel > .sp-part3-food-img {
  display: block !important;
  width: 220px !important;
  max-width: 220px !important;
  height: 136px !important;
  margin: 0 auto 38px auto !important;
  float: none !important;
  clear: both !important;
}
.sp-part3-food-carousel > .sp-part3-food-img > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 10px !important;
}

/* ================= 走马�?+ 海报模块样式 ================= */
/* 套餐模块：仅移动端显�?*/
.sp-combo-section {
  display: none;
}

/* PC端走马灯样式 - 隐藏 */
.sp-combo-marquee {
  display: none;
}

/* PC端海报模块确保显�?*/
.sp-promo4-nav {
  display: block !important;
}
.sp-combo-marquee-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: combo-marquee-scroll 15s linear infinite;
}
.sp-combo-marquee-track span {
  font-family: 'Poppins-SemiBold';
  font-size: 35px;
  color: #ffffff;
  padding: 0 15px;
}
@keyframes combo-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    margin: 0 auto;
  }
}

/* PC端海报模块样�?*/
.sp-promo4-nav {
  position: relative;
  width: 1920px;
  height: 454px;
  background: url(/cdn/shop/files/20251229-bg9.png)
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.sp-promo4-nav > img {
  position: absolute;
}
.sp-promo4-img1 {
  top: 34px;
  left: 42px;
  width: 993px;
}
.sp-promo4-img2 {
  top: 15px;
  left: 29px;
}
.sp-promo4-img3 {
  top: 56px;
  left: 59px;
}
.sp-promo4-img4 {
  top: 70px;
  left: 934px;
}
.sp-promo4-img5 {
  top: 352px;
  left: 78px;
}
.sp-promo4-img6 {
  top: 352px;
  left: 900px;
}
.sp-promo4-img7 {
  top: 392px;
  left: 660px;
  animation: skip 4s infinite;
  cursor: pointer;
  transition: transform 0.1s ease;
}
.sp-promo4-img7:active {
  transform: scale(0.9);
}
.sp-promo4-content {
  position: absolute;
  top: 282px;
  left: 67px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.sp-promo4-item {
  display: flex;
  align-items: baseline;
}
.sp-promo4-img {
  width: 38px;
  transform: translateY(4px);
}
.sp-promo4-price {
  font-family: 'Poppins-SemiBold';
  font-size: 27px;
  color: #ff0005;
  margin-right: 10px;
  line-height: 1;
  font-weight: bold;
}
.sp-promo4-compare {
  font-family: 'Poppins-Regular';
  font-size: 17px;
  color: #000000;
  line-height: 1;
  text-decoration-line: line-through;
  opacity: 0.5;
}
.sp-promo4-text1 {
  position: absolute;
  top: 73px;
  left: 540px;
  font-family: 'Poppins-Bold';
  font-size: 29px;
  color: #ef7600;
  line-height: 1;
  text-transform: uppercase;
}
.sp-promo4-text2 {
  position: absolute;
  top: 113px;
  left: 540px;
  font-family: 'Poppins-Bold';
  font-size: 29px;
  color: #000000;
  line-height: 33px;
}
.sp-promo4-text3 {
  position: absolute;
  top: 200px;
  left: 540px;
  font-family: 'Poppins-Regular';
  font-size: 25px;
  color: #000000;
  line-height: 32px;
  opacity: 0.86;
}
.sp-promo4-btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 347px;
  left: 373px;
  width: 331px;
  height: 78px;
  background: url(/cdn/shop/files/20251229-bg9-6.png)
    no-repeat;
  background-size: 100% 100%;
  font-family: 'Poppins-Bold';
  font-size: 37px;
  color: #ffffff;
  font-weight: bold;
  animation: skip 4s infinite;
}

.sp-qa1-container {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .sp-combo-section {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  /* 走马灯样�?*/
  .sp-combo-marquee {
    width: 100%;
    height: 68px;
    background-color: #1c1c1c;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .sp-combo-marquee-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: combo-marquee-scroll 15s linear infinite;
  }
  .sp-combo-marquee-track span {
    font-family: 'Poppins-SemiBold';
    font-size: 35px;
    color: #ffffff;
    padding: 0 15px;
  }
  @keyframes combo-marquee-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* 海报模块样式 */
  .sp-promo4-nav {
    position: relative;
    width: 1080px;
    height: 454px;
    background: url(/cdn/shop/files/20251229-bg9.png)
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
  }
  .sp-promo4-nav > img {
    position: absolute;
  }
  .sp-promo4-img1 {
    top: 34px;
    left: 42px;
  }
  .sp-promo4-img3 {
    top: 56px;
    left: 59px;
  }
  .sp-promo4-img2 {
    top: 15px;
    left: 29px;
  }
  .sp-promo4-img4 {
    top: 70px;
    left: 934px;
  }
  .sp-promo4-img5 {
    top: 352px;
    left: 78px;
  }
  .sp-promo4-img6 {
    top: 352px;
    left: 900px;
  }
  .sp-promo4-content {
    position: absolute;
    top: 282px;
    left: 67px;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .sp-promo4-item {
    display: flex;
    align-items: baseline;
  }
  .sp-promo4-img {
    width: 38px;
    transform: translateY(4px);
  }
  .sp-promo4-price {
    font-family: 'Poppins-SemiBold';
    font-size: 27px;
    color: #ff0005;
    margin-right: 10px;
    line-height: 1;
    font-weight: bold;
  }
  .sp-promo4-compare {
    font-family: 'Poppins-Regular';
    font-size: 17px;
    color: #000000;
    line-height: 1;
    text-decoration-line: line-through;
    opacity: 0.5;
  }
  .sp-promo4-text1 {
    position: absolute;
    top: 73px;
    left: 540px;
    font-family: 'Poppins-Bold';
    font-size: 29px;
    color: #ef7600;
    line-height: 1;
    text-transform: uppercase;
  }
  .sp-promo4-text2 {
    position: absolute;
    top: 113px;
    left: 540px;
    font-family: 'Poppins-Bold';
    font-size: 29px;
    color: #000000;
    line-height: 32px;
  }
  .sp-promo4-text3 {
    position: absolute;
    top: 220px;
    left: 540px;
    font-family: 'Poppins-Regular';
    font-size: 25px;
    color: #000000;
    line-height: 32px;
    opacity: 0.86;
  }
  .sp-promo4-btn-style {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 347px;
    left: 373px;
    width: 331px;
    height: 78px;
    background: url(/cdn/shop/files/20251229-bg9-6.png)
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    font-family: 'Poppins-Bold';
    font-size: 37px;
    color: #ffffff;
    font-weight: bold;
    animation: skip 4s infinite;
  }
  .sp-promo4-img7 {
    top: 392px;
    left: 660px;
    animation: skip 4s infinite;
    cursor: pointer;
    transition: transform 0.1s ease;
  }
  .sp-promo4-img7:active {
    transform: scale(0.9);
  }
}

/* ========== 移动端第一板块：染发剂主横幅样式 ========== */
@media only screen and (max-width: 1080px) {
  .sp_mobile .sp-section1-mobile {
    position: relative;
    width: 100%;
    height: 3541px;
  }

  /* 背景图片 */
  .sp_mobile .sp-section1-mobile-bg {
    width: 100%;
    height: 1049px;
    object-fit: cover;
  }

  /* 三个浮动圆球 */
  .sp_mobile .sp-section1-mobile-ball1 {
    position: absolute;
    top: 405px;
    left: 71px;
    width: 83px;
    height: 82px;
    object-fit: contain;
  }

  .sp_mobile .sp-section1-mobile-ball2 {
    position: absolute;
    top: 92px;
    left: 840px;
    width: 109px;
    height: 108px;
    object-fit: contain;
    animation-delay: 0.5s;
  }

  .sp_mobile .sp-section1-mobile-ball3 {
    position: absolute;
    top: 650px;
    left: 903px;
    width: 93px;
    height: 93px;
    object-fit: contain;
    animation-delay: 1s;
  }

  /* 右下角奖牌图片 */
  .sp_mobile .sp-section1-mobile-medal {
    position: absolute;
    top: 957px;
    left: 865px;
    width: 174px;
    height: 227px;
    object-fit: contain;
  }

  /* 媒体图片 */
  .sp_mobile .sp-section1-mobile-media {
    position: absolute;
    top: 1081px;
    left: 46px;
    width: 806px;
    height: 47px;
    object-fit: contain;
  }

  /* 金色标题文本 */
  .sp_mobile .sp-section1-mobile-title {
    position: absolute;
    top: 1238px;
    left: 112px;
    font-family: 'KaushanScript-Regular';
    font-size: 78px;
    background: linear-gradient(0deg, #ffd479 1.3671875%, #a06f21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 95px;
  }

  /* 树叶图标 */
  .sp_mobile .sp-section1-mobile-leaf {
    position: absolute;
    top: 1261px;
    left: 613px;
    width: 47px;
    height: 62px;
    object-fit: contain;
  }

  /* 人头图像 */
  .sp_mobile .sp-section1-mobile-people {
    position: absolute;
    top: 1257px;
    left: 694px;
    width: 279px;
    height: 68px;
    object-fit: contain;
  }

  /* 黑色描述文本 - 0.8透明度 */
  .sp_mobile .sp-section1-mobile-desc {
    position: absolute;
    top: 1479px;
    left: 120px;
    font-family: 'Poppins-Regular';
    font-size: 30px;
    color: #081500cc;
    line-height: 45px;
  }

  /* 头发对比图 */
  .sp_mobile .sp-section1-mobile-hair {
    position: absolute;
    top: 1676px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 831px;
    height: 230px;
    object-fit: contain;
  }

  /* 背景图按钮 */
  .sp_mobile .sp-section1-mobile-btn-link {
    position: absolute;
    top: 1965px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 795px;
    display: block;
    text-decoration: none;
  }

  .sp_mobile .sp-section1-mobile-btn {
    width: 795px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: btnScale 2s ease-in-out infinite;
  }

  .sp_mobile .sp-section1-mobile-btn-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp_mobile .sp-section1-mobile-btn-text {
    position: relative;
    z-index: 1;
    font-family: 'Poppins-Bold';
    font-size: 42px;
    color: #805617;
    line-height: 56px;
  }

  /* 奖杯区域 */
  .sp_mobile .sp-section1-mobile-trophy-wrap {
    position: absolute;
    top: 2108px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
  }

  .sp_mobile .sp-section1-mobile-trophy-icon {
    width: 40px;
    height: 36px;
    object-fit: contain;
    margin-right: 20px;
  }

  .sp_mobile .sp-section1-mobile-trophy-num {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    color: #de6300;
    line-height: 30px;
    margin-right: 5px;
  }

  .sp_mobile .sp-section1-mobile-trophy-text {
    font-family: 'Poppins-Regular';
    font-size: 30px;
    color: #2d2d2d;
    line-height: 30px;
  }

  /* 分割线图标 */
  .sp_mobile .sp-section1-mobile-divider {
    position: absolute;
    top: 2259px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 740px;
    height: 26px;
    object-fit: contain;
  }

  /* 黑色标题 */
  .sp_mobile .sp-section1-mobile-title2 {
    position: absolute;
    top: 2401px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 64px;
    color: #061b00;
    line-height: 80px;
  }

  /* 大图片容器 */
  .sp_mobile .sp-section1-mobile-img-wrap {
    position: absolute;
    top: 2621px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    height: 801px;
  }

  .sp_mobile .sp-section1-mobile-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 四个白色文本 */
  .sp_mobile .sp-section1-mobile-text {
    position: absolute;
    font-family: 'Poppins-Regular';
    font-size: 36px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }

  .sp_mobile .sp-section1-mobile-text1 {
    top: 200px;
    left: 67px;
  }

  .sp_mobile .sp-section1-mobile-text2 {
    top: 200px;
    left: 594px;
  }

  .sp_mobile .sp-section1-mobile-text3 {
    top: 618px;
    left: 67px;
  }

  .sp_mobile .sp-section1-mobile-text4 {
    top: 619px;
    left: 552px;
  }
}

/* ========== 移动端第二板块：2-in-1 Hair Dyeing & Care ========== */
@media only screen and (max-width: 1080px) {
  .sp_mobile .sp-section2-mobile {
    position: relative;
    width: 100%;
    height: 2077px;
  }

  /* 背景图片 */
  .sp_mobile .sp-section2-mobile-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* 第一个白色标题 */
  .sp_mobile .sp-section2-mobile-title1 {
    position: absolute;
    top: 117px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 52px;
    color: #ffffff;
    line-height: 70px;
  }

  /* 第二个白色标题 */
  .sp_mobile .sp-section2-mobile-title2 {
    position: absolute;
    top: 228px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 30px;
    color: #ffffff;
    line-height: 36px;
  }

  /* 轮播图区域 */
  .sp_mobile .sp-section2-mobile-swiper-wrap {
    position: absolute;
    top: 1275px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
  }

  /* 左右切换按钮 */
  .sp_mobile .sp-section2-mobile-prev,
  .sp_mobile .sp-section2-mobile-next {
    width: 52px;
    height: 51px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .sp_mobile .sp-section2-mobile-prev {
    margin-right: 27px;
  }

  .sp_mobile .sp-section2-mobile-next {
    margin-left: 27px;
  }

  .sp_mobile .sp-section2-mobile-arrow-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 轮播图容器 */
  .sp_mobile .sp-section2-mobile-swiper {
    width: 839px;
    height: 446px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }

  .sp_mobile .sp-section2-mobile-swiper .swiper-wrapper {
    height: 100%;
  }

  .sp_mobile .sp-section2-mobile-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .sp_mobile .sp-section2-mobile-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  /* 轮播图内文本 */
  .sp_mobile .sp-section2-mobile-slide-text1 {
    position: absolute;
    top: 315px;
    left: 65px;
    font-family: 'Poppins-Medium';
    font-size: 27px;
    color: #ffffff;
    line-height: 27px;
  }

  .sp_mobile .sp-section2-mobile-slide-text2 {
    position: absolute;
    top: 315px;
    left: 672px;
    font-family: 'Poppins-Medium';
    font-size: 27px;
    color: #063326;
    line-height: 27px;
  }

  /* 表情图片 */
  .sp_mobile .sp-section2-mobile-emoji {
    position: absolute;
    top: -50px;
    right: 70px;
    width: 118px;
    height: 101px;
    object-fit: contain;
    z-index: 10;
  }

  /* 轮播指示器 */
  .sp_mobile .sp-section2-mobile-pagination {
    position: absolute;
    top: 397px;
    left: 219px;
    display: flex;
    gap: 16px;
    z-index: 10;
  }

  .sp_mobile .sp-section2-mobile-pagination .swiper-pagination-bullet {
    width: 87px;
    height: 6px;
    border-radius: 3px;
    background: #6a6a6a;
    opacity: 1;
  }

  .sp_mobile .sp-section2-mobile-pagination .swiper-pagination-bullet-active {
    background: #015d47;
  }

  /* 背景图按钮 */
  .sp_mobile .sp-section2-mobile-btn-link {
    position: absolute;
    top: 1839px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 795px;
    display: block;
    text-decoration: none;
  }

  .sp_mobile .sp-section2-mobile-btn {
    width: 795px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: btnScale 2s ease-in-out infinite;
  }

  .sp_mobile .sp-section2-mobile-btn-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp_mobile .sp-section2-mobile-btn-text {
    position: relative;
    z-index: 1;
    font-family: 'Poppins-Bold';
    font-size: 41px;
    color: #805617;
    line-height: 56px;
  }
}

/* ========== 移动端第三板块：Locked-in Color ========== */
@media only screen and (max-width: 1080px) {
  .sp_mobile .sp-section3-mobile {
    position: relative;
    width: 100%;
    height: 2079px;
    background: #ffffff;
  }

  /* 第一个黑色标题 */
  .sp_mobile .sp-section3-mobile-title1 {
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 70px;
    color: #061b00;
    line-height: 85px;
  }

  /* 第二个黑色标题 - 0.8透明度 */
  .sp_mobile .sp-section3-mobile-title2 {
    position: absolute;
    top: 296px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 36px;
    color: #061b00cc;
    line-height: 36px;
  }

  /* 视频容器 */
  .sp_mobile .sp-section3-mobile-video-wrap {
    position: absolute;
    top: 396px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    height: 763px;
    border-radius: 20px;
    background: rgba(203, 239, 219, 0.4);
    display: flex;
  }

  /* 左侧视频 */
  .sp_mobile .sp-section3-mobile-video-box {
    width: 698px;
    height: 763px;
    border-radius: 20px;
    background: #7d7d7d;
    overflow: hidden;
    flex-shrink: 0;
  }

  .sp_mobile .sp-section3-mobile-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 右侧百分比内容 */
  .sp_mobile .sp-section3-mobile-stats {
    position: absolute;
    top: 68px;
    right: 7px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  /* 百分比项 */
  .sp_mobile .sp-section3-mobile-stat-item {
    display: flex;
    flex-direction: column;
  }

  .sp_mobile .sp-section3-mobile-stat2 {
    margin-top: 120px;
  }

  .sp_mobile .sp-section3-mobile-stat3 {
    margin-top: 120px;
  }

  .sp_mobile .sp-section3-mobile-stat-row {
    display: flex;
    align-items: center;
  }

  /* 加号图标 */
  .sp_mobile .sp-section3-mobile-plus-icon {
    width: 19px;
    height: 19px;
    object-fit: contain;
    margin-right: 5px;
    margin-top: 30px;
  }

  /* 百分比文本 */
  .sp_mobile .sp-section3-mobile-percent {
    font-family: 'BodoniBT-Roman';
    font-size: 60px;
    line-height: 60px;
    background: linear-gradient(0deg, #287a5e 0%, #18523e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* 树叶图标 */
  .sp_mobile .sp-section3-mobile-leaf-icon {
    width: 43px;
    height: 47px;
    object-fit: contain;
    margin-left: 1px;
  }

  /* 百分比下方文本 */
  .sp_mobile .sp-section3-mobile-stat-label {
    font-family: 'Poppins-Regular';
    font-size: 31px;
    color: #061b00;
    line-height: 36px;
    margin-top: 10px;
    text-align: start;
    margin-left: 22px;
  }

  /* 大图片卡片 */
  .sp_mobile .sp-section3-mobile-card1 {
    position: absolute;
    top: 1201px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    height: 418px;
  }

  .sp_mobile .sp-section3-mobile-card1-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  /* 树叶图标1 */
  .sp_mobile .sp-section3-mobile-card1-leaf1 {
    position: absolute;
    top: 50px;
    left: 123px;
    width: 40px;
    height: 62px;
    object-fit: contain;
  }

  /* 树叶图标2 */
  .sp_mobile .sp-section3-mobile-card1-leaf2 {
    position: absolute;
    top: 50px;
    left: 837px;
    width: 40px;
    height: 62px;
    object-fit: contain;
  }

  /* 第一个白色文本 */
  .sp_mobile .sp-section3-mobile-card1-title {
    position: absolute;
    top: 57px;
    left: 170px;
    font-family: 'Poppins-SemiBold';
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
  }

  /* 第二个白色文本 */
  .sp_mobile .sp-section3-mobile-card1-desc {
    position: absolute;
    top: 143px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 28px;
    color: #ffffff;
    line-height: 40px;
            padding: 0 20px;
  }

  /* 底部图片 */
  .sp_mobile .sp-section3-mobile-card1-badges {
    position: absolute;
    top: 277px;
    left: 196px;
    width: 632px;
    height: 96px;
    object-fit: contain;
  }

  /* 90-day文本 */
  .sp_mobile .sp-section3-mobile-day-text {
    position: absolute;
    top: 1673px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-SemiBold';
    font-size: 46px;
    color: #000000;
    line-height: 46px;
  }

  .sp_mobile .sp-section3-mobile-day-yellow {
    color: #f3c235;
  }

  /* 底部头发图片 */
  .sp_mobile .sp-section3-mobile-card2 {
    position: absolute;
    top: 1770px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    height: 199px;
  }

  .sp_mobile .sp-section3-mobile-card2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  /* 底部图片内三个文本 */
  .sp_mobile .sp-section3-mobile-card2-text1,
  .sp_mobile .sp-section3-mobile-card2-text2,
  .sp_mobile .sp-section3-mobile-card2-text3 {
    position: absolute;
    top: 152px;
    font-family: 'Poppins-Regular';
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
  }

  .sp_mobile .sp-section3-mobile-card2-text1 {
    left: 43px;
  }

  .sp_mobile .sp-section3-mobile-card2-text2 {
    left: 451px;
  }

  .sp_mobile .sp-section3-mobile-card2-text3 {
    left: 787px;
  }

  .sp_mobile .sp-section3-mobile-yellow {
    font-family: 'Poppins-SemiBold';
    color: #ffcf43;
  }
}

/* ========== 移动端第四板块：Dye and Repair ========== */
@media only screen and (max-width: 1080px) {
  .sp_mobile .sp-section4-mobile {
    position: relative;
    width: 100%;
    height: 2305px;
  }

  /* 背景图片 */
  .sp_mobile .sp-section4-mobile-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* 第一个白色标题 */
  .sp_mobile .sp-section4-mobile-title1 {
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 70px;
    color: #ffffff;
    line-height: 85px;
  }

  /* 第二个白色标题 */
  .sp_mobile .sp-section4-mobile-title2 {
    position: absolute;
    top: 283px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 36px;
    color: #ffffff;
    line-height: 36px;
  }

  /* 大图片 */
  .sp_mobile .sp-section4-mobile-card {
    position: absolute;
    top: 1428px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1002px;
    height: 517px;
  }

  .sp_mobile .sp-section4-mobile-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 图片内文本 */
  .sp_mobile .sp-section4-mobile-text {
    position: absolute;
    font-family: 'Poppins-Regular';
    font-size: 24px;
    color: #061b00;
    line-height: 24px;
  }

  /* 第一行文本 */
  .sp_mobile .sp-section4-mobile-text1 {
    top: 125px;
    left: 100px;
  }

  .sp_mobile .sp-section4-mobile-text2 {
    top: 229px;
    left: 376px;
  }

  .sp_mobile .sp-section4-mobile-text3 {
    top: 229px;
    left: 766px;
  }

  /* 第二行文本 */
  .sp_mobile .sp-section4-mobile-text4 {
    top: 470px;
    left: 102px;
  }

  .sp_mobile .sp-section4-mobile-text5 {
    top: 470px;
    left: 466px;
  }

  .sp_mobile .sp-section4-mobile-text6 {
    top: 470px;
    left: 734px;
  }

  /* 背景图按钮 */
  .sp_mobile .sp-section4-mobile-btn-link {
    position: absolute;
    top: 2065px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 795px;
    display: block;
    text-decoration: none;
  }

  .sp_mobile .sp-section4-mobile-btn {
    width: 795px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: btnScale 2s ease-in-out infinite;
  }

  .sp_mobile .sp-section4-mobile-btn-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp_mobile .sp-section4-mobile-btn-text {
    position: relative;
    z-index: 1;
    font-family: 'Poppins-Bold';
    font-size: 44px;
    color: #805617;
    line-height: 56px;
  }
}

/* ========== 移动端第五板块：As Easy as Washing Your Hair ========== */
@media only screen and (max-width: 1080px) {
  .sp_mobile .sp-section5-mobile {
    position: relative;
    width: 100%;
    height: 2310px;
  }

  /* 第一个黑色标题 */
  .sp_mobile .sp-section5-mobile-title1 {
    position: absolute;
    top: 118px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 70px;
    color: #061b00;
    line-height: 85px;
  }

  /* 第一个大图片 */
  .sp_mobile .sp-section5-mobile-card1 {
    position: absolute;
    top: 333px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1003px;
    height: 651px;
  }

  .sp_mobile .sp-section5-mobile-card1-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 第一个图片内白色文本 - 第一行 */
  .sp_mobile .sp-section5-mobile-text1 {
    position: absolute;
    top: 263px;
    left: 49px;
    font-family: 'Poppins-Regular';
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
  }

  .sp_mobile .sp-section5-mobile-text2 {
    position: absolute;
    top: 265px;
    left: 549px;
    font-family: 'Poppins-Regular';
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
  }

  /* 第一个图片内白色文本 - 第二行 */
  .sp_mobile .sp-section5-mobile-text3 {
    position: absolute;
    top: 609px;
    left: 49px;
    font-family: 'Poppins-Regular';
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
  }

  .sp_mobile .sp-section5-mobile-text4 {
    position: absolute;
    top: 607px;
    left: 531px;
    font-family: 'Poppins-Regular';
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
  }

  /* 第二个大图片 */
  .sp_mobile .sp-section5-mobile-card2 {
    position: absolute;
    top: 1013px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 976px;
    height: 1178px;
  }

  .sp_mobile .sp-section5-mobile-card2-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 第二个图片内黑色文本 */
  .sp_mobile .sp-section5-mobile-step1 {
    position: absolute;
    top: 500px;
    left: 84px;
    font-family: 'Poppins-Regular';
    font-size: 25px;
    color: #061b00;
    line-height: 36px;
  }

  .sp_mobile .sp-section5-mobile-step2 {
    position: absolute;
    top: 502px;
    left: 583px;
    font-family: 'Poppins-Regular';
    font-size: 25px;
    color: #061b00;
    line-height: 36px;
  }

  .sp_mobile .sp-section5-mobile-step3 {
    position: absolute;
    top: 1117px;
    left: 121px;
    font-family: 'Poppins-Regular';
    font-size: 25px;
    color: #061b00;
    line-height: 36px;
  }
}

/* ========== 移动端第六板块：Specification ========== */
@media only screen and (max-width: 1080px) {
  .sp_mobile .sp-section6-mobile {
    position: relative;
    width: 100%;
    height: 1678px;
  }

  /* 背景图片 */
  .sp_mobile .sp-section6-mobile-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* 白色标题 */
  .sp_mobile .sp-section6-mobile-title {
    position: absolute;
    top: 121px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 70px;
    color: #ffffff;
    line-height: 70px;
    /* font-style: italic; */
  }

  /* 规格白色容器 */
  .sp_mobile .sp-section6-mobile-card {
    position: absolute;
    top: 1060px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    height: 498px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
  }

  /* 前三行规格 */
  .sp_mobile .sp-section6-mobile-specs1 {
    position: absolute;
    top: 64px;
    left: 55px;
  }

  .sp_mobile .sp-section6-mobile-specs1 p {
    margin: 0;
    font-size: 26px;
    line-height: 40px;
  }

  /* 第四行规格 */
  .sp_mobile .sp-section6-mobile-specs2 {
    position: absolute;
    top: 200px;
    left: 55px;
  }

  .sp_mobile .sp-section6-mobile-specs2 p {
    margin: 0;
    font-size: 26px;
    line-height: 40px;
  }

  /* 规格标签 */
  .sp_mobile .sp-section6-mobile-label {
    font-family: 'Poppins-Bold';
    color: #061b00;
  }

  /* 规格值 */
  .sp_mobile .sp-section6-mobile-value {
    font-family: 'Poppins-Regular';
    color: #061b00;
  }
}

/* ========== 移动端海报板块：绑品2 ========== */
@media only screen and (max-width: 1080px) {
  .sp_mobile .sp-promo2-nav {
    width: 100%;
    height: 484px;
    position: relative;
    font-family: 'Poppins-Regular';
  }

  .sp_mobile .sp-promo2-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp_mobile .sp-promo2-content {
    position: absolute;
    top: 28px;
    left: 476px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    line-height: 1.2;
  }

  .sp_mobile .sp-promo2-t1 {
    font-family: 'Poppins-Bold';
    font-size: 36px;
    color: #034b41;
    font-style: italic;
    text-transform: uppercase;
  }

  .sp_mobile .sp-promo2-t2 {
    font-family: 'Poppins-Bold';
    font-size: 30px;
    color: #034b41;
    font-style: italic;
    text-transform: uppercase;
  }

  .sp_mobile .sp-promo2-t3 {
    font-family: 'Poppins-Bold';
    font-size: 68px;
    color: #ff1733;
    -webkit-text-stroke: 4px #ffffff;
    text-transform: uppercase;
  }

  /* 白色容器 */
  .sp_mobile .sp-promo2-box {
    position: absolute;
    top: 186px;
    left: 413px;
    width: 627px;
    height: 251px;
    background: #ffffff;
    border-radius: 10px;
  }

  /* 左上角加号图片 */
  .sp_mobile .sp-promo2-plus {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 37px;
    height: 37px;
    object-fit: contain;
  }

  /* 左侧产品图片 */
  .sp_mobile .sp-promo2-product {
    position: absolute;
    top: 14px;
    left: 13px;
    width: 272px;
    height: 224px;
    object-fit: contain;
  }

  /* 右侧内容 */
  .sp_mobile .sp-promo2-right {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 280px;
  }

  .sp_mobile .sp-promo2-title {
    font-family: 'Poppins-Medium';
    font-size: 24px;
    color: #343434;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sp_mobile .sp-promo2-ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sp_mobile .sp-promo2-li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .sp_mobile .sp-promo2-check {
    width: 25px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
  }

  .sp_mobile .sp-promo2-li span {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    color: #343434;
    line-height: 20px;
  }

  .sp_mobile .sp-promo2-btn {
    width: 256px;
    height: 60px;
    background: #ee0000;
    border-radius: 30px;
    font-family: 'Poppins-Medium';
    font-size: 31px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin-top: 15px;
    cursor: pointer;
    text-transform: uppercase;
  }
}
/* ========== 机车模型 PC端导航栏样式 ========== */
.sp_pc .sp-moto-header .sp_header-wrap {
  position: relative;
}

.sp_pc .sp-moto-header .sp-moto-nav {
  width: 1400px;
  padding: 0;
  height: 70px;
  background: #ffffff;
  border-radius: 0;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 10;
}

.sp_pc .sp-moto-header .sp-moto-nav .sp-logo {
  margin-left: 31px;
  margin-right: 140px;
  font-family: 'Montserrat-Bold';
  font-size: 32px;
  color: #000000;
}

.sp_pc .sp-moto-header .sp-moto-nav ul {
  display: flex;
  align-items: center;
  gap: 88px;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  color: #000000;
}

.sp_pc .sp-moto-header .sp-moto-nav ul .sp-span {
  display: none;
}

.sp_pc .sp-moto-header .sp-nav-right {
  height: 100%;
}

.sp_pc .sp-moto-header .sp-nav-right .sp-cart {
  width: 40px;
  height: 37px;
  margin-right: 93px;
}

.sp_pc .sp-moto-header .sp-nav-right .sp-cart .sp-icon {
  width: 40px;
  height: 37px;
}

.sp_pc .sp-moto-header .sp-nav-right .sp-cart .sp-num {
  width: 26px;
  height: 26px;
  background: #f22e2c;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 16px;
  position: absolute;
  right: -10px;
  top: -8px;
}

.sp_pc .sp-moto-header .sp-moto-btn-link {
  height: 100%;
  display: block;
}

.sp_pc .sp-moto-header .sp-moto-btn {
  width: 253px;
  height: 100%;
  background: #f22e2c;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 22px;
  color: #ffffff;
  gap: 8px;
}

.sp_pc .sp-moto-header .sp-moto-btn .sp-btn-arrow {
  font-size: 22px;
}

/* ========== 机车模型 移动端样式 ========== */
@media screen and (max-width: 1080px) {
  /* 顶部黑色条 */
  .sp_mobile .sp-moto-top-bar {
    width: 100%;
    height: 60px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_mobile .sp-moto-top-bar p {
    font-family: 'Roboto-Bold';
    font-size: 28px;
    color: #ffffff;
    text-align: center;
  }

  /* 移动端导航栏 */
  .sp_mobile .sp-moto-header-mobile .sp-moto-nav-mobile {
    width: 100%;
    height: 120px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .sp_mobile .sp-moto-header-mobile .sp-menu-btn {
    /* margin-left: 45px; */
    width: 61px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-menu-btn .sp-menu-icon {
    width: 61px;
    height: 49px;
  }

  .sp_mobile .sp-moto-header-mobile .sp-logo {
    margin-left: 270px;
    font-family: 'AkzidenzGroteskBQ-Bold';
    font-size: 40px;
    color: #000000;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile .sp-cart {
    width: 51px;
    height: 48px;
    margin-right: 54px;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile .sp-cart .sp-icon {
    width: 51px;
    height: 48px;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile .sp-cart .sp-num {
    width: 32.5px;
    height: 32.5px;
    background: #f22e2c;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'AkzidenzGroteskBQ-Bold';
    font-size: 23px;
    position: absolute;
    right: -12px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-moto-btn-link-mobile {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-moto-btn-mobile {
    width: 297px;
    height: 83px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: 'KronaOne-Regular';
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  /* 大标题 */
  .sp_mobile .sp-section2-mobile .sp-berlin-title2 {
    position: absolute;
    top: 192px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: 'KronaOne-Regular';
    color: #ffffff;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
  }

  /* 相机大图片容器 */
  .sp_mobile .sp-section2-mobile .sp-berlin-section {
    position: absolute;
    top: 453px;
    left: 0;
    width: 100%;
    height: 905px;
  }

  .sp_mobile .sp-section2-mobile .sp-berlin-section .sp-berlin-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 第一个图标和文字 */
  .sp_mobile .sp-section2-mobile .sp-berlin-section .sp-berlin-dot1 {
    position: absolute;
    top: 525px;
    left: 738px;
    width: 57px;
    height: 59px;
  }

  .sp_mobile .sp-section2-mobile .sp-berlin-section .sp-berlin-text1 {
    position: absolute;
    top: 521px;
    left: 818px;
    font-family: 'Poppins-SemiBold';
    color: #ffffff;
    font-size: 35px;
    line-height: 41px;
  }

  /* 第二个图标和文字 */
  .sp_mobile .sp-section2-mobile .sp-berlin-section .sp-berlin-dot2 {
    position: absolute;
    top: 696px;
    left: 473px;
    width: 61px;
    height: 61px;
  }

  .sp_mobile .sp-section2-mobile .sp-berlin-section .sp-berlin-text2 {
    position: absolute;
    top: 690px;
    left: 555px;
    font-family: 'Poppins-SemiBold';
    color: #ffffff;
    font-size: 35px;
    line-height: 41px;
  }

  /* 99% 和 89% 区域 */
  .sp_mobile .sp-section2-mobile .sp-percent-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }

  /* 99% 黄色文本 */
  .sp_mobile .sp-section2-mobile .sp-percent-left .sp-percent-num {
    position: absolute;
    top: 1371px;
    left: 193px;
    font-family: 'KronaOne-Regular';
    background: linear-gradient(42deg, #f7cd61 0%, #fafdea 66.796875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 90px;
    line-height: 90px;
  }

  /* 99% 白色文本 */
  .sp_mobile .sp-section2-mobile .sp-percent-left .sp-percent-label {
    position: absolute;
    top: 1461px;
    left: 200px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
    font-size: 37px;
    line-height: 37px;
  }

  /* 99% 箭头 */
  .sp_mobile .sp-section2-mobile .sp-percent-left .sp-percent-arrow {
    position: absolute;
    top: 1362px;
    left: 399px;
    width: 78px;
    height: 110px;
  }

  /* 89% 黄色文本 */
  .sp_mobile .sp-section2-mobile .sp-percent-right .sp-percent-num {
    position: absolute;
    top: 1371px;
    left: 602px;
    font-family: 'KronaOne-Regular';
    background: linear-gradient(42deg, #f7cd61 0%, #fafdea 66.796875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 90px;
    line-height: 90px;
  }

  /* 89% 白色文本 */
  .sp_mobile .sp-section2-mobile .sp-percent-right .sp-percent-label {
    position: absolute;
    top: 1459px;
    left: 609px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
    font-size: 37px;
    line-height: 37px;
  }

  /* 89% 箭头 */
  .sp_mobile .sp-section2-mobile .sp-percent-right .sp-percent-arrow {
    position: absolute;
    top: 1362px;
    left: 809px;
    width: 78px;
    height: 110px;
  }

  .sp_mobile .sp-section2-mobile .sp-percent-sign {
    font-size: 51px;
  }

  /* 背景图按钮包装盒子 */
  .sp_mobile .sp-section2-mobile .sp-btn-ani-wrap {
    position: absolute;
    top: 1597px;
    left: 0;
    right: 0;
    margin: auto;
    width: 992px;
  }

  /* 背景图按钮 */
  .sp_mobile .sp-section2-mobile .sp-berlin-btn {
    position: static;
    width: 992px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration: none;
    overflow: visible;
  }

  .sp_mobile .sp-section2-mobile .sp-berlin-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/cdn/shop/files/20251229-mobile-btn-bg.png')
      no-repeat center;
    background-size: contain;
    z-index: -1;
  }

  .sp_mobile .sp-section2-mobile .sp-berlin-btn-text {
    font-family: 'Poppins-Bold';
    color: #ffffff;
    font-size: 63px;
    margin-right: 81px;
    padding: 40px 0;
  }

  .sp_mobile .sp-section2-mobile .sp-berlin-btn-arrow {
    width: 94px;
    height: 94px;
    margin-right: 29px;
  }

  .sp_mobile .sp-section2-mobile .sp-berlin-btn-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }

  /* DPW 标题 */
  .sp_mobile .sp-section3-mobile .sp-dpw-title {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: 'KronaOne-Regular';
    color: #ffffff;
    font-size: 61px;
    line-height: 74px;
    text-align: center;
  }

  /* DPW 透明副标题 */
  .sp_mobile .sp-section3-mobile .sp-dpw-subtitle {
    position: absolute;
    top: 194px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: 'Poppins-Regular';
    color: #ffffff99;
    font-size: 33px;
    line-height: 43px;
    text-align: center;
  }

  /* DPW 大图片 */
  .sp_mobile .sp-section3-mobile .sp-dpw-img-box {
    position: absolute;
    top: 339px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1001px;
    height: 932px;
  }

  .sp_mobile .sp-section3-mobile .sp-dpw-img-box .sp-dpw-swiper-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
  }

  .sp_mobile
    .sp-section3-mobile
    .sp-dpw-img-box
    .sp-dpw-swiper-mobile
    .swiper-slide {
    opacity: 0 !important;
    transition: opacity 1s ease-in-out;
  }

  .sp_mobile
    .sp-section3-mobile
    .sp-dpw-img-box
    .sp-dpw-swiper-mobile
    .swiper-slide-active {
    opacity: 1 !important;
  }

  .sp_mobile .sp-section3-mobile .sp-dpw-img-box .sp-dpw-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .sp_mobile .sp-section3-mobile .sp-dpw-img-box .sp-dpw-badges {
    position: absolute;
    top: 679px;
    left: 37px;
    width: 536px;
    height: 207px;
    z-index: 2;
  }

  /* ========== Designed to keep 板块 ========== */
  /* 标题 */
  .sp_mobile .sp-section4-mobile .sp-keep-title {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: 'KronaOne-Regular';
    color: #ffffff;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
  }

  /* 透明副标题 */
  .sp_mobile .sp-section4-mobile .sp-keep-subtitle {
    position: absolute;
    top: 192px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: 'Poppins-Regular';
    color: #ffffff99;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  /* 手持耳机图片容器 */
  .sp_mobile .sp-section4-mobile .sp-keep-img {
    position: absolute;
    top: 401px;
    left: 0;
    width: 100%;
    height: 874px;
  }

  .sp_mobile .sp-section4-mobile .sp-keep-img .sp-keep-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp_mobile .sp-section4-mobile .sp-keep-img .sp-keep-bluetooth {
    position: absolute;
    top: 570px;
    left: 513px;
    width: 216px;
    height: 53px;
  }

  /* 三个圆圈容器 */
  .sp_mobile .sp-section4-mobile .sp-keep-circles {
    position: absolute;
    top: 1294px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 单个圆圈 */
  .sp_mobile .sp-section4-mobile .sp-keep-circle {
    position: relative;
    width: 257px;
    height: 233px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sp_mobile .sp-section4-mobile .sp-keep-circle .sp-circle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sp_mobile .sp-section4-mobile .sp-keep-circle .sp-circle-num {
    position: relative;
    z-index: 1;
    font-family: 'KronaOne-Regular';
    background: linear-gradient(42deg, #f7cd61 0%, #fafdea 66.796875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 53px;
    line-height: 53px;
    margin-bottom: 13px;
  }

  .sp_mobile .sp-section4-mobile .sp-keep-circle .sp-circle-num-small {
    font-size: 44px;
  }

  .sp_mobile .sp-section4-mobile .sp-keep-circle .sp-circle-text {
    position: relative;
    z-index: 1;
    font-family: 'Poppins-Regular';
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
  }

  /* 圆圈间距 */
  .sp_mobile .sp-section4-mobile .sp-keep-circle1 {
    margin-right: 79px;
  }

  .sp_mobile .sp-section4-mobile .sp-keep-circle2 {
    margin-right: 85px;
  }

  /* 蓝色图片 */
  .sp_mobile .sp-section4-mobile .sp-keep-chip {
    position: absolute;
    top: 1631px;
    left: 0;
    right: 0;
    margin: auto;
    width: 996px;
    height: 274px;
  }
}

/* ========== 机车模型 PC端导航栏样式 ========== */
.sp_pc .sp-moto-header .sp_header-wrap {
  position: relative;
}

.sp_pc .sp-moto-header .sp-moto-nav {
  width: 1400px;
  padding: 0;
  height: 70px;
  background: #ffffff;
  border-radius: 0;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 10;
}

.sp_pc .sp-moto-header .sp-moto-nav .sp-logo {
  margin-left: 31px;
  margin-right: 140px;
  font-family: 'Montserrat-Bold';
  font-size: 32px;
  color: #000000;
}

.sp_pc .sp-moto-header .sp-moto-nav ul {
  display: flex;
  align-items: center;
  gap: 88px;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  color: #000000;
}

.sp_pc .sp-moto-header .sp-moto-nav ul .sp-span {
  display: none;
}

.sp_pc .sp-moto-header .sp-nav-right {
  height: 100%;
}

.sp_pc .sp-moto-header .sp-nav-right .sp-cart {
  width: 40px;
  height: 37px;
  margin-right: 93px;
}

.sp_pc .sp-moto-header .sp-nav-right .sp-cart .sp-icon {
  width: 40px;
  height: 37px;
}

.sp_pc .sp-moto-header .sp-nav-right .sp-cart .sp-num {
  width: 26px;
  height: 26px;
  background: #f22e2c;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 16px;
  position: absolute;
  right: -10px;
  top: -8px;
}

.sp_pc .sp-moto-header .sp-moto-btn-link {
  height: 100%;
  display: block;
}

.sp_pc .sp-moto-header .sp-moto-btn {
  width: 253px;
  height: 100%;
  background: #f22e2c;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 22px;
  color: #ffffff;
  gap: 8px;
}

.sp_pc .sp-moto-header .sp-moto-btn .sp-btn-arrow {
  font-size: 22px;
}

/* ========== 机车模型 移动端样式 ========== */
@media screen and (max-width: 1080px) {
  /* 顶部黑色条 */
  .sp_mobile .sp-moto-top-bar {
    width: 100%;
    height: 60px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_mobile .sp-moto-top-bar p {
    font-family: 'Roboto-Bold';
    font-size: 28px;
    color: #ffffff;
    text-align: center;
  }

  /* 移动端导航栏 */
  .sp_mobile .sp-moto-header-mobile .sp-moto-nav-mobile {
    width: 100%;
    height: 120px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .sp_mobile .sp-moto-header-mobile .sp-menu-btn {
    /* margin-left: 45px; */
    width: 61px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-menu-btn .sp-menu-icon {
    width: 61px;
    height: 49px;
  }

  .sp_mobile .sp-moto-header-mobile .sp-logo {
    margin-left: 270px;
    font-family: 'AkzidenzGroteskBQ-Bold';
    font-size: 40px;
    color: #000000;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile .sp-cart {
    width: 51px;
    height: 48px;
    margin-right: 54px;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile .sp-cart .sp-icon {
    width: 51px;
    height: 48px;
  }

  .sp_mobile .sp-moto-header-mobile .sp-nav-right-mobile .sp-cart .sp-num {
    width: 32.5px;
    height: 32.5px;
    background: #f22e2c;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'AkzidenzGroteskBQ-Bold';
    font-size: 23px;
    position: absolute;
    right: -12px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-moto-btn-link-mobile {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sp_mobile .sp-moto-header-mobile .sp-moto-btn-mobile {
    width: 297px;
    height: 83px;
    background: #f22e2c;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AkzidenzGroteskBQ-Bold';
    font-size: 32px;
    color: #ffffff;
    gap: 8px;
  }

  /* 移动端第一板块 - 图片部分 */
  .sp_mobile .sp-moto-hero-mobile {
    width: 100%;
    position: relative;
  }

  .sp_mobile .sp-moto-img-section {
    width: 100%;
    height: 1024px;
    position: relative;
  }

  .sp_mobile .sp-moto-hero-bg-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp_mobile .sp-moto-feature-mobile {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp_mobile .sp-moto-feature1-mobile {
    top: 102px;
    left: 45px;
  }

  .sp_mobile .sp-moto-feature2-mobile {
    top: 102px;
    left: 346px;
  }

  .sp_mobile .sp-moto-feature-icon-mobile {
    width: 55px;
    height: 55px;
    margin-bottom: 19px;
  }

  .sp_mobile .sp-moto-feature-text-mobile {
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #ffffff;
    text-align: center;
  }

  .sp_mobile .sp-moto-scale-mobile {
    position: absolute;
    top: 898px;
    left: 793px;
    width: 230px;
    height: 58px;
    background: linear-gradient(90deg, #ffad0e, #fcd04c, #e79f38);
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat-Medium';
    font-size: 36px;
    color: #000000;
  }

  /* 移动端第一板块 - 黑色渐变容器 */
  .sp_mobile .sp-moto-black-section {
    width: 100%;
    height: 809px;
    background: linear-gradient(27deg, #030000, #1e2229);
    position: relative;
  }

  .sp_mobile .sp-moto-title1-mobile {
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Oswald-Bold';
    font-size: 80px;
    color: #ffffff;
    font-style: italic;
  }

  .sp_mobile .sp-moto-title2-mobile {
    position: absolute;
    top: 163px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Oswald-Bold';
    font-size: 80px;
    color: #f22e2c;
    font-style: italic;
  }

  .sp_mobile .sp-moto-title3-mobile {
    position: absolute;
    top: 255px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Medium';
    font-size: 45px;
    color: #ffffff;
  }

  .sp_mobile .sp-moto-desc-mobile {
    position: absolute;
    top: 325px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #ffffffb3;
    line-height: 32px;
  }

  .sp_mobile .sp-moto-cta-mobile {
    position: absolute;
    top: 481px;
    left: 0;
    right: 0;
    margin: auto;
    width: 893px;
    display: block;
  }

  .sp_mobile .sp-moto-cta-btn-mobile {
    width: 893px;
    height: 130px;
    background: url('/cdn/shop/files/20251229-moto-btn-bg.png')
      no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
    animation: skip 4s infinite;
  }

  .sp_mobile .sp-moto-cta-text-mobile {
    font-family: 'Montserrat-Bold';
    font-size: 70px;
    color: #ffffff;
    font-style: italic;
    position: absolute;
    right: 252px;
  }

  .sp_mobile .sp-moto-cta-arrow-mobile {
    width: 50px;
    height: 56px;
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sp_mobile .sp-moto-rating-mobile {
    position: absolute;
    top: 656px;
    left: 226px;
    display: flex;
    align-items: center;
  }

  .sp_mobile .sp-moto-trophy-mobile {
    width: 42px;
    height: 38px;
    margin-right: 12px;
  }

  .sp_mobile .sp-moto-rating-text-mobile {
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #ffffffcc;
  }

  /* ========== 移动端第三板块：Every Element ========== */
  .sp_mobile .sp-moto-section3-mobile {
    width: 100%;
    height: 1184px;
    background: #ffffff;
    position: relative;
  }

  .sp_mobile .sp-moto-s3-title {
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 48px;
    color: #000000;
    line-height: 48px;
    font-style: italic;
  }

  .sp_mobile .sp-moto-s3-subtitle {
    position: absolute;
    top: 166px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Medium';
    font-size: 32px;
    color: #000000;
    line-height: 32px;
  }

  /* 汽车标注图片 */
  .sp_mobile .sp-moto-s3-car {
    position: absolute;
    top: 224px;
    left: 328px;
    width: 1246px;
    height: 500px;
  }

  .sp_mobile .sp-moto-s3-car-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp_mobile .sp-moto-label {
    position: absolute;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    color: #000000;
  }

  .sp_mobile .sp-moto-label1 {
    top: 246px;
    left: 6px;
  }

  .sp_mobile .sp-moto-label2 {
    top: 349px;
    left: 6px;
  }

  .sp_mobile .sp-moto-label3 {
    top: 5px;
    left: 499px;
  }

  .sp_mobile .sp-moto-label4 {
    top: 43px;
    left: 498px;
  }

  .sp_mobile .sp-moto-label5 {
    top: 111px;
    left: 933px;
  }

  .sp_mobile .sp-moto-label6 {
    top: 285px;
    left: 981px;
  }

  /* 四个特性图片 */
  .sp_mobile .sp-moto-s3-features {
    position: absolute;
    top: 724px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 26px;
  }

  .sp_mobile .sp-moto-s3-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp_mobile .sp-moto-s3-feature-img {
    width: 332px;
    height: 192px;
    margin-bottom: 14px;
  }

  .sp_mobile .sp-moto-s3-feature-text {
    font-family: 'Roboto-Medium';
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
  }

  /* 背景图按钮 */
  .sp_mobile .sp-moto-s3-cta {
    position: absolute;
    top: 1004px;
    left: 0;
    right: 0;
    margin: auto;
    width: 498px;
    display: block;
  }

  .sp_mobile .sp-moto-s3-cta-btn {
    width: 498px;
    height: 80px;
    background: url('/cdn/shop/files/20251229-moto-btn-bg.png')
      no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .sp_mobile .sp-moto-s3-cta-text {
    font-family: 'Montserrat-Bold';
    font-size: 42px;
    color: #ffffff;
    position: absolute;
    right: 142px;
  }

  .sp_mobile .sp-moto-s3-cta-arrow {
    width: 27px;
    height: 30px;
    position: absolute;
    right: 61px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ========== 移动端第三板块重写样式 ========== */
  .sp_mobile .sp-moto-section3-mobile {
    width: 100%;
    height: 1902px;
    background: #ffffff;
    position: relative;
  }

  .sp_mobile .sp-moto-s3-title {
    position: absolute;
    top: 119px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 65px;
    color: #000000;
    line-height: 86px;
    font-style: italic;
  }

  .sp_mobile .sp-moto-s3-subtitle {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Medium';
    font-size: 32px;
    color: #000000b3;
    line-height: 32px;
  }

  /* 汽车标注图片 */
  .sp_mobile .sp-moto-s3-car {
    position: absolute;
    top: 460px;
    left: 46px;
    /* right: 0; */
    margin: auto;
    width: 920px;
    height: 634px;
  }

  .sp_mobile .sp-moto-s3-car-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 标注文本（根据模块定位） */
  .sp_mobile .sp-moto-label {
    position: absolute;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #000000cc;
    white-space: nowrap;
  }

  .sp_mobile .sp-moto-label1 {
    top: 423px;
    left: 139px;
  }

  .sp_mobile .sp-moto-label2 {
    top: 498px;
    left: 138px;
  }

  .sp_mobile .sp-moto-label3 {
    top: 423px;
    left: 683px;
  }

  .sp_mobile .sp-moto-label4 {
    top: 947px;
    left: 46px;
  }

  .sp_mobile .sp-moto-label5 {
    top: 1049px;
    left: 46px;
  }

  .sp_mobile .sp-moto-label6 {
    top: 1013px;
    left: 722px;
  }

  /* 特性图片轮播 */
  .sp_mobile .sp-moto-s3-swiper-wrap {
    position: absolute;
    top: 1137px;
    left: 0;
    right: 0;
    margin: auto;
    width: 994px;
  }

  .sp_mobile .sp-moto-s3-swiper {
    width: 100%;
  }

  .sp_mobile .sp-moto-s3-slide-content {
    display: flex;
    justify-content: center;
    gap: 32px;
  }

  .sp_mobile .sp-moto-s3-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp_mobile .sp-moto-s3-feature-img {
    width: 481px;
    height: 277px;
    margin-bottom: 28px;
    clip-path: inset(0 5px 5px 0);
  }

  .sp_mobile .sp-moto-s3-feature-text {
    font-family: 'Roboto-Medium';
    font-size: 30px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
  }

  /* 轮播指示器 */
  .sp_mobile .sp-moto-s3-pagination {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .sp_mobile .sp-moto-s3-pagination .swiper-pagination-bullet {
    width: 104px;
    height: 10px;
    background: #12121280;
    border-radius: 5px;
    opacity: 1;
  }

  .sp_mobile .sp-moto-s3-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }

  /* 背景图按钮 */
  .sp_mobile .sp-moto-s3-cta {
    position: absolute;
    top: 1652px;
    left: 0;
    right: 0;
    margin: auto;
    width: 893px;
    display: block;
  }

  .sp_mobile .sp-moto-s3-cta-btn {
    width: 893px;
    height: 130px;
    background: url('/cdn/shop/files/20251229-moto-btn-bg.png')
      no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
    animation: skip 4s infinite;
  }

  .sp_mobile .sp-moto-s3-cta-text {
    font-family: 'Montserrat-Bold';
    font-size: 70px;
    color: #ffffff;
    font-style: italic;
    position: absolute;
    right: 252px;
  }

  .sp_mobile .sp-moto-s3-cta-arrow {
    width: 48px;
    height: 54px;
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ========== 移动端第二板块：Expert + Alloy + Video ========== */
  .sp_mobile .sp-moto-section2-mobile {
    width: 100%;
    height: 3119px;
    background: #ffffff;
    position: relative;
  }

  /* 黑人皇冠图片 */
  .sp_mobile .sp-moto-expert-mobile {
    position: absolute;
    top: 48px;
    left: 14px;
    width: 1028px;
    height: 469px;
  }

  .sp_mobile .sp-moto-expert-bg-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp_mobile .sp-moto-expert-title-mobile {
    position: absolute;
    top: 87px;
    left: 311px;
    font-family: 'Montserrat-Bold';
    font-size: 38px;
    background: linear-gradient(90deg, #ffad0e, #fcd04c, #e79f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .sp_mobile .sp-moto-expert-desc-mobile {
    position: absolute;
    top: 136px;
    left: 311px;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #000000b3;
    line-height: 45px;
  }

  .sp_mobile .sp-moto-expert-sign-mobile {
    position: absolute;
    top: 206px;
    left: 226px;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #000000;
  }

  /* 黑色机械图片 */
  .sp_mobile .sp-moto-alloy-mobile {
    position: absolute;
    top: 579px;
    left: 0;
    right: 0;
    margin: auto;
    width: 988px;
    height: 391px;
  }

  .sp_mobile .sp-moto-alloy-bg-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp_mobile .sp-moto-alloy-title-mobile {
    position: absolute;
    top: 42px;
    left: 580px;
    font-family: 'Montserrat-Bold';
    font-size: 38px;
    color: #ffffff;
    text-align: right;
  }

  .sp_mobile .sp-moto-alloy-desc-mobile {
    position: absolute;
    top: 154px;
    left: 556px;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #ffffffb3;
    text-align: right;
  }

  .sp_mobile .sp-moto-alloy-icons-mobile {
    position: absolute;
    top: 254px;
    left: 490px;
    display: flex;
    gap: 0;
  }

  .sp_mobile .sp-moto-alloy-icon-item-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp_mobile .sp-moto-alloy-icon-item-mobile:first-child {
    position: absolute;
    top: 0;
    left: 78px;
  }

  .sp_mobile .sp-moto-alloy-icon-item-mobile:last-child {
    position: absolute;
    top: 0;
    left: 306px;
  }

  .sp_mobile .sp-moto-icon1-mobile,
  .sp_mobile .sp-moto-icon2-mobile {
    width: 50px;
    height: 60px;
    margin-bottom: 23px;
  }

  .sp_mobile .sp-moto-alloy-icon-item-mobile span {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    color: #ffffff;
    white-space: nowrap;
  }

  /* 汽车大图+视频 */
  .sp_mobile .sp-moto-video-mobile {
    position: absolute;
    top: 1089px;
    left: 0;
    width: 100%;
    height: 2030px;
  }

  .sp_mobile .sp-moto-video-bg-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp_mobile .sp-moto-video-title-mobile {
    position: absolute;
    top: 119px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 65px;
    color: #ffffff;
    font-style: italic;
  }

  .sp_mobile .sp-moto-video-subtitle-mobile {
    position: absolute;
    top: 196px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Medium';
    font-size: 32px;
    color: #ffffffb3;
  }

  .sp_mobile .sp-moto-video-box-mobile {
    position: absolute;
    top: 953px;
    left: 0;
    right: 0;
    margin: auto;
    width: 839px;
    height: 813px;
    background: #dadada;
    border-radius: 10px;
    overflow: hidden;
  }

  .sp_mobile .sp-moto-video-box-mobile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp_mobile .sp-moto-video-red-text-mobile {
    position: absolute;
    top: 1800px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Medium';
    font-size: 36px;
    color: #f22e2c;
  }

  .sp_mobile .sp-moto-video-desc-mobile {
    position: absolute;
    top: 1855px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #ffffffb3;
    line-height: 32px;
  }

  /* ========== 移动端第四板块：Press the Rear ========== */
  /* .sp_mobile .sp-moto-section4-mobile {
    width: 100%;
    height: 1452px;
    background: url("/cdn/shop/files/20251229-rear-bg-mobile.png") no-repeat center;
    background-size: cover;
    position: relative;
  } */

  .sp_mobile .sp-moto-s4-title-mobile {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 65px;
    color: #ffffff;
    line-height: 86px;
    font-style: italic;
  }

  .sp_mobile .sp-moto-s4-subtitle-mobile {
    position: absolute;
    top: 292px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Medium';
    font-size: 32px;
    color: #ffffffb3;
    line-height: 32px;
  }

  /* 轮播图 */
  .sp_mobile .sp-moto-s4-swiper-wrap {
    position: absolute;
    top: 371px;
    left: 0;
    right: 0;
    margin: auto;
    width: 987px;
  }

  .sp_mobile .sp-moto-s4-swiper {
    width: 100%;
  }

  .sp_mobile .sp-moto-s4-slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp_mobile .sp-moto-s4-slide-img {
    width: 987px;
    height: 741px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 46px;
  }

  .sp_mobile .sp-moto-s4-slide-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .sp_mobile .sp-moto-s4-slide-row {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
  }

  .sp_mobile .sp-moto-s4-slide-icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }

  .sp_mobile .sp-moto-s4-slide-title {
    font-family: 'Roboto-Medium';
    font-size: 42px;
    color: #ffffff;
    line-height: 42px;
  }

  .sp_mobile .sp-moto-s4-slide-desc {
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #ffffffb3;
    line-height: 30px;
  }

  /* 轮播指示器 */
  .sp_mobile .sp-moto-s4-pagination {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .sp_mobile .sp-moto-s4-pagination .swiper-pagination-bullet {
    width: 104px;
    height: 10px;
    background: #e2e2e2;
    border-radius: 5px;
    opacity: 1;
  }

  .sp_mobile .sp-moto-s4-pagination .swiper-pagination-bullet-active {
    background: #f22e2c;
  }

  /* ========== 移动端第五板块：Versatile Sophisticated Decor ========== */
  .sp_mobile .sp-moto-section5-mobile {
    width: 100%;
    height: 1316px;
    position: relative;
  }

  .sp_mobile .sp-moto-s5-title-mobile {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 65px;
    color: #000000;
    line-height: 75px;
    font-style: italic;
  }

  .sp_mobile .sp-moto-s5-subtitle-mobile {
    position: absolute;
    top: 275px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 32px;
    color: #000000cc;
    line-height: 32px;
  }

  /* 3D弧形轮播图 - 参考水波纹灯项目 */
  .sp_mobile .sp-moto-s5-swiper-wrap {
    position: absolute;
    top: 378px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .sp_mobile .sp-moto-s5-swiper.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear !important;
  }

  .sp_mobile .sp-moto-s5-swiper {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='476' viewBox='0 0 1000 476'%3E%3Cpath fill='%23fff' d='M0 0Q250 15 500 15t500-15v476Q750 461 500 461T0 476V0z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='476' viewBox='0 0 1000 476'%3E%3Cpath fill='%23fff' d='M0 0Q250 15 500 15t500-15v476Q750 461 500 461T0 476V0z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 1000px;
    height: 476px;
    overflow: visible;
  }

  .sp_mobile .sp-moto-s5-swiper .swiper-wrapper {
    position: relative;
    display: flex;
  }

  .sp-moto-s5-swiper .swiper-slide {
    width: 309px;
    height: 438px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .sp-moto-s5-slide-img {
    display: block;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border-radius: 20px;
    object-fit: cover;
    object-position: left top;
  }

  /* 红色弧线装饰 */
  .sp_mobile .sp-moto-s5-arc-left {
    position: absolute;
    top: 854px;
    left: 46px;
    width: 200px;
    height: 20px;
  }

  .sp_mobile .sp-moto-s5-arc-right {
    position: absolute;
    top: 854px;
    right: 46px;
    width: 1000px;
    height: 30px;
  }

  /* 背景图按钮 */
  .sp_mobile .sp-moto-s5-cta {
    position: absolute;
    top: 964px;
    left: 0;
    right: 0;
    margin: auto;
    width: 893px;
    display: block;
  }

  .sp_mobile .sp-moto-s5-cta-btn {
    width: 893px;
    height: 130px;
    background: url('/cdn/shop/files/20251229-moto-btn-bg.png')
      no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
    animation: skip 4s infinite;
  }

  .sp_mobile .sp-moto-s5-cta-text {
    font-family: 'Montserrat-Bold';
    font-size: 70px;
    color: #ffffff;
    font-style: italic;
    position: absolute;
    right: 252px;
  }

  .sp_mobile .sp-moto-s5-cta-arrow {
    width: 48px;
    height: 54px;
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sp_mobile .sp-moto-s5-desc-mobile {
    position: absolute;
    top: 1132px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #000000cc;
    line-height: 40px;
  }
}

/* ========== 四个保障板块 ========== */
.sp-guarantee-section {
  width: 100%;
  height: 280px;
  position: relative;
}

.sp-guarantee-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-guarantee-cards {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 53px;
}

.sp-guarantee-card {
  width: 310px;
  height: 176px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 24px;
}

.sp-guarantee-icon {
  width: 53px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 19px;
}

.sp-guarantee-title {
  font-family: 'Poppins-SemiBold';
  font-size: 24px;
  color: #2d2d2d;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: center;
}

.sp-guarantee-text {
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #666666;
  line-height: 20px;
  text-align: center;
}

/* 移动端四个保障样式 */
@media only screen and (max-width: 1080px) {
  .sp-guarantee-section {
    width: 100%;
    height: 625px;
  }

  .sp-guarantee-cards {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 43px;
    width: 1003px;
  }

  .sp-guarantee-card {
    width: 480px;
    height: 172px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    padding-left: 40px;
    box-sizing: border-box;
  }

  .sp-guarantee-icon {
    width: 72px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .sp-guarantee-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sp-guarantee-title {
    font-family: 'Poppins-SemiBold';
    font-size: 32px;
    color: #2d2d2d;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: left;
  }

  .sp-guarantee-text {
    font-family: 'Roboto-Regular';
    font-size: 28px;
    color: #666666;
    line-height: 28px;
    text-align: left;
  }
}

/* ========== PC端套餐商城新样式 ========== */
/* 顶部标题区域 */
.sp-banner-new {
  background: none !important;
  padding-top: 120px !important;
}

.sp-banner-new .sp-title1 {
  font-family: 'Poppins-Bold';
  font-size: 43px;
  color: #161614;
  line-height: 43px;
  font-style: italic;
  margin-bottom: 34px;
}

.sp-banner-new .sp-title1 .sp-color-orange {
  color: #ff7500;
}

.sp-banner-new .sp-icon-wraps {
  display: flex;
  justify-content: center;
  gap: 0;
}

.sp-banner-new .sp-icon-wraps .sp-p {
  display: flex;
  align-items: center;
}

.sp-banner-new .sp-icon-wraps .sp-p:first-child {
  margin-right: 72px;
}

.sp-banner-new .sp-icon-wraps .sp-p:nth-child(2) {
  margin-right: 79px;
}

.sp-banner-new .sp-icon-wraps .sp-icon {
  width: 17px;
  height: 17px;
  /* margin-right: 17px; */
}

.sp-banner-new .sp-icon-wraps .sp-p {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #161614;
}

.sp-banner-new .sp-icon-wraps .sp-orange {
  font-family: 'Poppins-SemiBold';
  color: #ff7500;
}

/* 产品内容区域 - PC端 */
.sp_product_content.sp_pc {
  padding-top: 0px;
  padding-bottom: 73px;
  display: flex;
  gap: 40px;
}

/* PC端隐藏移动端产品区域 - 只在PC端生效 */
@media only screen and (min-width: 1081px) {
  .sp-product-mobile.sp_mobile {
    display: none !important;
  }
  .app-embed-plus-component-bundler-wrapper {
    width: 594px;
  }
}

/* ========== PC端左侧产品区域 ========== */
 {
  width: 820px;
  flex-shrink: 0;
  position: relative;
  margin-top: 13px; /* 与右侧标题对齐 */
}

.sp-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.sp-product-img.active {
  display: block;
}

/* 倒计时条 - 定位在产品图片上方 */
.sp-countdown-bar {
  position: absolute;
  top: 349px;
  left: 258px;
  width: 820px;
  height: 147px;
  z-index: 10;
}

.sp-countdown-bar-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-countdown-title {
  position: absolute;
  top: 22px;
  left: 24px;
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  font-style: italic;
}

.sp-countdown-subtitle {
  position: absolute;
  top: 61px;
  left: 82px;
  font-family: 'Poppins-Regular';
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
}

.sp-countdown-timer {
  position: absolute;
  top: 23px;
  left: 553px;
  display: flex;
  align-items: center;
}

.sp-countdown-item {
  width: 61px;
  height: 61px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-countdown-num {
  font-family: 'Poppins-SemiBold';
  font-size: 40px;
  color: #3e1515;
  line-height: 40px;
}

.sp-countdown-dots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 6px;
}

.sp-countdown-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

/* 右侧产品信息 */
.sp_product_inner_new {
  transform: none !important;
}

.sp_product_inner_new .sp-title-s {
  font-family: 'Poppins-Bold';
  font-size: 36px;
  color: #161614;
  line-height: 46px;
}

.sp_product_inner_new .sp-price-group .sp-price1 {
  font-family: 'Roboto-Bold';
  font-size: 43px;
  color: #ff0707;
  line-height: 43px;
}

.sp_product_inner_new .sp-price-group .sp-price2 {
  font-family: 'Roboto-Medium';
  font-size: 26px;
  color: #4b4b4b;
  line-height: 26px;
}

.sp_product_inner_new .sp-discount-tag {
  display: flex !important;
}

/* 颜色选项 */
.sp_product_inner_new .option-title {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.sp-color-btns-new .sp-color-btn {
  width: 186px;
  height: 44px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 14px;
}

.sp-color-btns-new .sp-color-btn.active {
  background: #1f1f1f;
  color: #ffffff;
  border: none;
}

.sp-color-btns-new .sp-fire-icon-left {
  width: 22px;
  height: 30px;
  margin-right: 11px;
}

/* QTY选项 */
.sp-qty-btns .sp-qty-btn {
  width: auto;
  padding: 0 20px;
  height: 46px;
  border-radius: 22px;
  background: #1f1f1f;
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Bundle选项 */
.sp-bundle-btns .sp-bundle-btn {
  height: 46px;
  width: auto !important;
  padding: 0 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* padding: 0 20px; */
  margin-right: 14px;
}

.sp-bundle-btns .sp-bundle-btn:first-child {
  width: 240px;
}

.sp-bundle-btns .sp-bundle-btn:last-child {
  width: 578px;
}

.sp-bundle-btns .sp-bundle-btn.active {
  background: #1f1f1f;
  color: #ffffff;
  border: none;
}

.sp-bundle-btns .sp-boom-icon {
  width: 36px;
  height: 38px;
  margin-right: 8px;
}

/* 数量和购物车 */
.sp-quality-row-new {
  display: flex;
  align-items: center;
}

.sp-tip5-new .sp-red {
  color: #cf2f29;
}

/* 底部支付图片 */
.sp-footer-wrap .sp-footer-img {
  width: calc(100% - 26px);
  height: auto;
  margin: 20px 0;
  padding: 0 13px;
}

@media only screen and (max-width: 1080px) {
  .app-embed-plus-component-bundler-shadow {
    zoom: 2.4;
  }
  .sp_product_inner_new .sp-price-group .sp-price1 {
    font-family: 'Roboto-Bold';
    font-size: 72px;
    color: #ff0707;
    line-height: 72px;
  }
  .sp_product_inner_new .sp-price-group .sp-price2 {
    font-family: 'Roboto-Medium';
    font-size: 43px;
    color: #9d9d9d;
    line-height: 43px;
    text-decoration: line-through;
    margin-left: 20px;
  }
}
.app-embed-plus-component-pay-button-address-text {
  color: #191919;
}

product-recommendations {
  display: none !important;
}
#windChimeContainer {
  display: none !important;
}

.lt_back_to_top {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 170px !important;
}

footer,.multicolumn,#PBarNextFrameWrapper {
    display: none !important;
}