/** Shopify CDN: Minification failed

Line 822:9 Expected identifier but found whitespace
Line 822:10 Unexpected "50px"

**/
  /* 字体文件 - 根据开发进度按需引入 */

  @font-face {
    font-family: 'Roboto-Regular';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Roboto-Regular.ttf');
  }

  @font-face {
    font-family: 'Roboto-Medium';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Roboto-Medium.ttf');
  }

  @font-face {
    font-family: 'Roboto-Bold';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Roboto-Bold.ttf');
  }

  @font-face {
    font-family: 'Poppins-Bold';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Poppins-Bold.ttf');
  }

  @font-face {
    font-family: 'Poppins-Medium';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Poppins-Medium.ttf');
  }

  @font-face {
    font-family: 'Poppins-SemiBold';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Poppins-SemiBold.ttf');
  }

  @font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Poppins-ExtraBold.ttf');
  }

  @font-face {
    font-family: 'Poppins-Regular';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Poppins-Regular.ttf');
  }

  @font-face {
    font-family: 'Poppins-MediumItalic';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/Poppins-MediumItalic.ttf');
  }

  @font-face {
    font-family: 'DatingHistoria-Black';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/DatingHistoria-Black.otf');
  }

  @font-face {
    font-family: 'DatingHistoria-BlackItalic';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/DatingHistoria-Blackitalic.otf');
  }

  @font-face {
    font-family: 'TimesNewRomanPS-BoldMT';
    src: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/TimesNewRomanPS-BoldMT.ttf');
  }


  * {
    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 {
    letter-spacing: 0px;
  }

  .sp-uppercase {
    text-transform: uppercase;
  }

  .sp-relative {
    position: relative;
  }

  .sp-img {
    display: block;
    width: 100%;
  }
  .sp-flex-x {
    display: flex;
    align-items: center;
  }

  .flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-fixed {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    animation: stuckMoveDown 0.6s;
    z-index: 100;
  }
  .sp-fixed .sp_header-content {
    background-color: #fff;
    top: 0px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
  }

  /* PC端顶部黑色区域 */
  .sp_pc .sp_header-top {
    display: block;
    width: 100%;
    height: 25px;
    background: #000000;
    text-align: center;
  }
  .sp_pc .sp_header-top .sp-p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Roboto-Regular";
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
  }
  .sp_header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  /* PC端导航栏 */
  .sp_pc .sp_header-content {
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
  }
  /* 导航菜单 - 左侧 */
  .sp_pc .sp_header-content ul {
    display: flex;
    align-items: center;
    gap: 65px;
    font-family: "Poppins-Bold";
    font-size: 16px;
    color: #000000;
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp_pc .sp_header-content ul .sp-menu-item a {
    display: flex;
    align-items: center;
  }
  .sp_pc .sp_header-content ul span {
    padding: 0 5px;
    height: 16px;
    background: #d72b2b;
    border-radius: 3px;
    font-family: "Poppins-Medium";
    font-size: 10px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 4px;
    line-height: 1;
  }
  .sp_pc .sp_header-content ul li:hover {
    color: #fe7e7d;
  }
  /* Logo样式 - 文字Logo */
  .sp_pc .sp_header-content .sp-logo-box {
    position: absolute;
    left: 909px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Poppins-ExtraBold";
    font-size: 48px;
    color: #000000;
    line-height: 1;
  }
  /* 右侧区域 */
  .sp_pc .sp_header-content .sp-flex-x {
    display: flex;
    align-items: center;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* 购物车 */
  .sp_pc .sp_header-content .sp-cart {
    width: 36px;
    height: 32px;
    margin-right: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
  }
  .sp_pc .sp_header-content .sp-cart .sp-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sp_pc .sp_header-content .sp-cart .sp-num {
    width: 23px;
    height: 23px;
    background: #e10019;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 17px;
    font-family: "Roboto-Medium";
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    border: 3px solid #ffffff;
  }
  /* 红色按钮 */
  .sp_pc .sp_header-content .sp-top-btn {
    width: 172px;
    height: 40px;
    background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: "Poppins-SemiBold";
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    animation: skip 4s infinite;
    white-space: nowrap;
  }

  .sp-price-group {
    display: flex;
    align-items: baseline;
  }

  .sp-price-group .sp-price2 {
    text-decoration: line-through;
  }
  .btn-style {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .sp-stroke {
    position: relative;
  }
  .sp-stroke::after {
    content: attr(data-title);
    -webkit-text-stroke: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .sp-stroke-shadow {
    position: relative;
    z-index: 1;
  }
  .sp-stroke-shadow::before {
    content: attr(data-title);
    -webkit-text-stroke: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-shadow: -6px 8px 0px rgba(16, 16, 16, 0.39);
    z-index: -1;
  }

  .sp-btn-style1 {
    width: 740px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(90deg, #8359ae, #5c0188);
    box-shadow: 2px 2px 0px 0px #ffffff;
    border-radius: 40px;
    font-size: 36px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto-Medium";
    animation: skip 4s infinite 1s;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
  }

  .sp-title-wrap {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
  }

  .sp-title {
    font-family: "Poppins-SemiBold";
    font-size: 48px;
    color: #232323;
    line-height: 1.2;
  }

  .sp-sub-title {
    font-family: "Poppins-Regular";
    font-size: 24px;
    color: #666666;
    line-height: 1.2;
    margin-top: 12px;
  }

  .sp-color {
    /* background: linear-gradient(0deg, #8359ae 0%, #5c0188 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
  }

  /* 主内容区域顶部间距，因为导航栏固定 */
  .sp_pc .sp_main {
    padding-top: 105px; /* 25px黑色区域 + 80px导航栏 */
  }

  /* ========== 第一板块样式 ========== */
  .sp-part1 {
    width: 100%;
    height: 940px;
    position: relative;
  }

  .sp-part1 .sp-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 粉色盒子 */
  .sp-part1 .sp-pink-box {
    position: absolute;
    top: 126px;
    left: 257px;
    width: 253px;
    height: 65px;
    background: #FE7E7D;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    box-sizing: border-box;
    font-family: "DatingHistoria-BlackItalic";
    font-size: 52px;
    color: #ffffff;
    line-height: 1;
    font-style: italic;
  }

  /* 粉色渐变文本 */
  .sp-part1 .sp-pink-text {
    position: absolute;
    top: 116px;
    left: 524px;
    font-family: "DatingHistoria-Black";
    font-size: 65px;
    background: linear-gradient(180deg, #FF9C90 0%, #EF4444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.4;
    padding-bottom: 10px;
  }

  /* 黑色渐变文本 */
  .sp-part1 .sp-black-text {
    position: absolute;
    top: 202px;
    left: 259px;
    font-family: "DatingHistoria-Black";
    font-size: 65px;
    background: linear-gradient(0deg, #030000 0%, #3E3E3E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.4;
    padding-bottom: 10px;
  }

  /* 灰色描述文本 */
  .sp-part1 .sp-gray-text {
    position: absolute;
    top: 319px;
    left: 260px;
    font-family: "Poppins-Medium";
    font-size: 22px;
    color: #503B2D;
    line-height: 32px;
  }

  /* 图片 */
  .sp-part1 .sp-part1-img {
    position: absolute;
    top: 416px;
    left: 256px;
    width: 612px;
    height: 288px;
    object-fit: contain;
  }

  /* 按钮 */
  .sp-part1 .sp-part1-btn-wrap {
    position: absolute;
    top: 740px;
    left: 260px;
  }

  .sp-part1 .sp-part1-btn {
    width: 400px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FF9C90, #EF4444);
    border-radius: 40px;
    box-shadow: 0px 5px 0px 0px #C22F2F;
    font-family: "Poppins-ExtraBold";
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    animation: skip 4s infinite;
  }

  /* ========== 第二板块样式 ========== */
  .sp-part2 {
    width: 100%;
    height:201px;
    position: relative;
  }

  .sp-part2 .sp-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 三个图标文本组容器 */
  .sp-part2 .sp-part2-icons {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
  }

  .sp-part2 .sp-part2-item {
    display: flex;
    align-items: flex-start;
  }

  .sp-part2 .sp-part2-item .sp-icon {
    width: 133px;
    height: 128px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .sp-part2 .sp-part2-item .sp-text {
    font-family: "Poppins-Medium";
    font-size: 25px;
    color: #201E1E;
    line-height: 31px;
    margin-left: 19px;
    margin-top: 40px;
  }

  /* ========== 第三板块样式 ========== */
  .sp-part3 {
    width: 100%;
    height: 600px;
    position: relative;
  }

  /* 黑色标题 */
  .sp-part3 .sp-part3-title {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 55px;
    color: #000000;
    line-height: 1;
  }

  /* 四张图片容器 */
  .sp-part3 .sp-part3-imgs {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .sp-part3 .sp-part3-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-part3 .sp-part3-item .sp-img {
    width: 334px;
    height: 260px;
    object-fit: cover;
  }

  .sp-part3 .sp-part3-item .sp-text {
    font-family: "Poppins-Medium";
    font-size: 24px;
    color: #232323;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
  }

  /* ========== 第四板块样式 ========== */
  .sp-part4 {
    width: 100%;
    height: 960px;
    position: relative;
    background: #FFF6F5;
  }

  /* 左下产品图 */
  .sp-part4 .sp-part4-product {
    position: absolute;
    top: 86px;
    left: 0;
    width: 449px;
    height: 876px;
    object-fit: contain;
    z-index: 2;
  }

  /* 标题 */
  .sp-part4 .sp-part4-title {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 55px;
    color: #000000;
    line-height: 1;
  }

  /* GIF图片容器 */
  .sp-part4 .sp-part4-gif-wrap {
    position: absolute;
    top: 196px;
    left: 392px;
    width: 567px;
    height: 517px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
  }

  .sp-part4 .sp-part4-gif-wrap .sp-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 红色文本 */
  .sp-part4 .sp-part4-red-text {
    position: absolute;
    top: 749px;
    left: 395px;
    font-family: "Poppins-MediumItalic";
    font-size: 24px;
    color: #EF4444;
    line-height: 1;
    font-style: italic;
  }

  /* 黑色描述文本 */
  .sp-part4 .sp-part4-desc {
    position: absolute;
    top: 792px;
    left: 392px;
    font-family: "Poppins-Regular";
    font-size: 20px;
    color: #142723;
    line-height: 36px;
  }

  /* 右侧三组数据 */
  .sp-part4 .sp-part4-stats {
    position: absolute;
    top: 223px;
    left: 999px;
    display: flex;
    gap: 0;
  }

  .sp-part4 .sp-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-part4 .sp-stat-item:nth-child(1) {
    margin-right: 94px;
  }

  .sp-part4 .sp-stat-item:nth-child(2) {
    margin-right: 88px;
  }

  .sp-part4 .sp-stat-label {
    font-family: "Roboto-Regular";
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .sp-part4 .sp-stat-value {
    display: flex;
    align-items: baseline;
  }

  .sp-part4 .sp-stat-value .sp-plus {
    font-family: "Roboto-Medium";
    font-size: 25px;
    background: linear-gradient(0deg, #EF4444 0%, #A80B0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-right: 8px;
  }

  .sp-part4 .sp-stat-value .sp-num {
    font-family: "Poppins-SemiBold";
    font-size: 57px;
    background: linear-gradient(0deg, #EF4444 0%, #A80B0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
  }

  .sp-part4 .sp-stat-value .sp-unit {
    font-family: "Poppins-SemiBold";
    font-size: 32px;
    background: linear-gradient(0deg, #EF4444 0%, #A80B0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
  }

  /* 轮播图 */
  .sp-part4 .sp-part4-swiper {
    position: absolute;
    top: 338px;
    left: 995px;
    width: 665px;
    height: 356px;
    overflow: hidden;
  }

  .sp-part4 .sp-slide-item {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .sp-part4 .sp-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-part4 .sp-slide-text1 {
    position: absolute;
    bottom: 20px;
    left: 73px;
    font-family: "Poppins-Medium";
    font-size: 25px;
    color: #ffffff;
    line-height: 25px;
  }

  .sp-part4 .sp-slide-text2 {
    position: absolute;
    bottom: 20px;
    left: 403px;
    font-family: "Poppins-Medium";
    font-size: 25px;
    color: #ffffff;
    line-height: 25px;
  }

  /* 按钮 */
  .sp-part4 .sp-part4-btn-wrap {
    position: absolute;
    top: 746px;
    left: 1028px;
  }

  .sp-part4 .sp-part4-btn {
    width: 600px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FF9C90, #EF4444);
    border-radius: 40px;
    box-shadow: 0px 5px 0px 0px #C22F2F;
    font-family: "Poppins-ExtraBold";
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    animation: skip 4s infinite;
  }
    left: 50px;
    right: 50px;
    font-family: "Poppins-SemiBold";
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
  }

  /* 左侧按钮组 */
  .sp-part4 .sp-blue-btns {
    position: absolute;
    top: 98px;
    left: 35px;
    display: flex;
    flex-direction: column;
    gap: 19px;
  }

  .sp-part4 .sp-blue-btn {
    position: relative;
    width: 150px;
    height: 43px;
  }

  .sp-part4 .sp-blue-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-part4 .sp-blue-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins-SemiBold";
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
  }

  /* 中间箭头 */
  .sp-part4 .sp-blue-arrow {
    position: absolute;
    top: 95px;
    left: 187px;
    width: 69px;
    height: 438px;
    object-fit: contain;
  }

  /* 右侧文本 */
  .sp-part4 .sp-blue-texts {
    position: absolute;
    top: 111px;
    left: 274px;
    display: flex;
    flex-direction: column;
    gap: 39px;
  }

  .sp-part4 .sp-blue-text {
    font-family: "Poppins-Medium";
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
    white-space: nowrap;
  }

  /* 右下角精度文本 */
  .sp-part4 .sp-precision {
    position: absolute;
    top: 654px;
    left: 1375px;
    text-align: center;
  }

  .sp-part4 .sp-precision-num {
    font-family: "Poppins-SemiBold";
    font-size: 56px;
    color: #ffffff;
    line-height: 1;
    text-shadow:
      0 0 20px #9be6f2,
      0 0 40px #9be6f2;
  }

  .sp-part4 .sp-precision-text {
    font-family: "Poppins-SemiBold";
    font-size: 27px;
    color: #ffffff;
    line-height: 1;
    margin-top: 20px;
    text-shadow:
      0 0 20px #9be6f2,
      0 0 40px #9be6f2;
  }

  /* ========== 第五板块样式 ========== */
  .sp-part5 {
    width: 100%;
    height: 935px;
    position: relative;
  }

  /* 黑色标题 */
  .sp-part5 .sp-part5-title {
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 55px;
    color: #000000;
    line-height: 1;
    text-align: center;
  }

  /* 灰色副标题 */
  .sp-part5 .sp-part5-subtitle {
    position: absolute;
    top: 188px;
    left: 0;
    width: 100%;
    font-family: "Poppins-Medium";
    font-size: 19px;
    color: #545454;
    line-height: 24px;
    text-align: center;
  }

  /* 左侧图片 */
  .sp-part5 .sp-part5-left {
    position: absolute;
    top: 241px;
    left: 15px;
    width: 932px;
    height: 694px;
    object-fit: contain;
  }

  /* 右侧产品图 */
  .sp-part5 .sp-part5-right {
    position: absolute;
    top: 0;
    left: 1487px;
    width: 323px;
    height: 935px;
    object-fit: contain;
  }

  /* 四个粉色盒子容器 */
  .sp-part5 .sp-part5-boxes {
    position: absolute;
    top: 295px;
    left: 918px;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .sp-part5 .sp-temp-box {
    width: 699px;
    height: 130px;
    background: #FFF6F5;
    border-radius: 65px;
    position: relative;
  }

  .sp-part5 .sp-temp-icon {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 122px;
    height: 122px;
    object-fit: contain;
  }

  .sp-part5 .sp-temp-content {
    position: absolute;
    top: 0;
    left: 148px;
  }

  .sp-part5 .sp-temp-title {
    position: absolute;
    top: 25px;
    left: 0;
    font-family: "Poppins-SemiBold";
    font-size: 30px;
    color: #F1504E;
    line-height: 30px;
    white-space: nowrap;
  }

  .sp-part5 .sp-temp-desc {
    position: absolute;
    top: 62px;
    left: 1px;
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #545454;
    line-height: 30px;
    white-space: nowrap;
  }

  /* ========== 第六板块样式 ========== */
  .sp-part6 {
    width: 100%;
    height: 689px;
    position: relative;
  }

  /* 大背景图容器 */
  .sp-part6 .sp-part6-bg-wrap {
    position: absolute;
    top: 73px;
    left: 307px;
    width: 1307px;
    height: 516px;
  }

  .sp-part6 .sp-part6-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 左侧树叶 */
  .sp-part6 .sp-part6-leaf-left {
    position: absolute;
    top: 34px;
    left: 422px;
    width: 55px;
    height: 67px;
    object-fit: contain;
  }

  /* 右侧树叶 */
  .sp-part6 .sp-part6-leaf-right {
    position: absolute;
    top: 34px;
    left: 1183px;
    width: 56px;
    height: 67px;
    object-fit: contain;
  }

  /* 标题 */
  .sp-part6 .sp-part6-title {
    position: absolute;
    top: 46px;
    left: 529px;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 37px;
    color: #000000;
    line-height: 1;
  }

  /* 星星分割线 */
  .sp-part6 .sp-part6-stars {
    position: absolute;
    top: 105px;
    left: 558px;
    width: 541px;
    height: 20px;
    object-fit: contain;
  }

  /* 白色文本 */
  .sp-part6 .sp-part6-white-text {
    position: absolute;
    top: 218px;
    left: 686px;
    font-family: "Roboto-Medium";
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
  }

  /* 灰色两行文本 */
  .sp-part6 .sp-part6-gray-text {
    position: absolute;
    top: 268px;
    left: 682px;
    font-family: "Roboto-Regular";
    font-size: 21px;
    color: rgba(25, 10, 10, 0.7);
    line-height: 1.4;
    text-align: left;
  }

  /* 签名文本 */
  .sp-part6 .sp-part6-sign {
    position: absolute;
    top: 343px;
    left: 943px;
    font-family: "Roboto-Regular";
    font-size: 19px;
    color: #963D32;
    line-height: 1;
  }

  /* 四个图标 */
  .sp-part6 .sp-part6-icons {
    position: absolute;
    top: 385px;
    left: 744px;
    width: 425px;
    height: 87px;
    object-fit: contain;
  }

  /* ========== 第七板块样式 ========== */
  .sp-part7 {
    width: 100%;
    height: 916px;
    position: relative;
  }

  /* 背景图 */
  .sp-part7 .sp-part7-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 黑色标题 */
  .sp-part7 .sp-part7-title {
    position: absolute;
    top: 100px;
    left: 268px;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 55px;
    color: #000000;
    line-height: 1;
  }

  /* 灰色副标题 */
  .sp-part7 .sp-part7-subtitle {
    position: absolute;
    top: 188px;
    left: 269px;
    font-family: "Poppins-Medium";
    font-size: 21px;
    color: #545454;
    line-height: 1;
  }

  /* 左切换按钮 */
  .sp-part7 .sp-part7-prev {
    position: absolute;
    top: 78px;
    left: 1372px;
    width: 71px;
    height: 71px;
    cursor: pointer;
  }

  .sp-part7 .sp-part7-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 右切换按钮 */
  .sp-part7 .sp-part7-next {
    position: absolute;
    top: 78px;
    left: 1477px;
    width: 71px;
    height: 71px;
    cursor: pointer;
  }

  .sp-part7 .sp-part7-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 轮播图区域 */
  .sp-part7 .sp-part7-swiper-wrap {
    position: absolute;
    top: 262px;
    left: 285px;
    width: 1350px;
    overflow: hidden;
  }

  .sp-part7 .sp-part7-swiper {
    width: 100%;
    overflow: visible;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide {
    width: 1210px;
    height: 554px;
    position: relative;
    flex-shrink: 0;
  }

  .sp-part7 .sp-part7-slide .sp-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 红色标题 */
  .sp-part7 .sp-part7-slide .sp-slide-title {
    position: absolute;
    top: 79px;
    left: 629px;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 29px;
    color: #F1504E;
    line-height: 1.2;
    font-style: italic;
  }

  /* 灰色描述 */
  .sp-part7 .sp-part7-slide .sp-slide-desc {
    position: absolute;
    top: 182px;
    left: 631px;
    font-family: "Poppins-Regular";
    font-size: 20px;
    color: #1B0E00;
    line-height: 1.4;
  }

  /* 第二张和第三张的描述文本位置上调 */
  .sp-part7 .sp-part7-slide2 .sp-slide-desc,
  .sp-part7 .sp-part7-slide3 .sp-slide-desc {
    top: 128px;
  }

  /* 第二张的红色标题位置上调 */
  .sp-part7 .sp-part7-slide2 .sp-slide-title {
    top: 60px;
  }

  /* 第二张的描述文本位置上调 */
  .sp-part7 .sp-part7-slide2 .sp-slide-desc {
    top: 110px;
  }

  /* 非激活状态的轮播图透明度50% */
  .sp-part7 .sp-part7-swiper .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  .sp-part7 .sp-part7-swiper .swiper-slide-active {
    opacity: 1;
  }

  /* ========== 第八板块样式 ========== */
  .sp-part8 {
    width: 100%;
    height: 1009px;
    position: relative;
    overflow: hidden;
  }

  /* 黑色标题 */
  .sp-part8 .sp-part8-title {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 55px;
    color: #000000;
    line-height: 1;
    text-align: center;
  }

  /* 灰色副标题 */
  .sp-part8 .sp-part8-subtitle {
    position: absolute;
    top: 186px;
    left: 0;
    width: 100%;
    font-family: "Poppins-Medium";
    font-size: 24px;
    color: #545454;
    line-height: 1;
    text-align: center;
  }

  /* 轮播图容器 */
  #sp-part8-carousel {
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  #sp-part8-carousel .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear !important;
  }

  #sp-part8-carousel .swiper {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1680' height='598' viewBox='0 0 1680 598'%3E%3Cpath fill='%23fff' d='M0 0Q420 70 840 70t840-70v598Q1260 528 840 528T0 598V0z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1680' height='598' viewBox='0 0 1680 598'%3E%3Cpath fill='%23fff' d='M0 0Q420 70 840 70t840-70v598Q1260 528 840 528T0 598V0z'/%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: 1680px;
    height: 598px;
    overflow: visible;
    margin: 0 auto;
  }

  #sp-part8-carousel .swiper-wrapper {
    position: relative;
    display: flex;
  }

  #sp-part8-carousel .swiper-slide {
    width: 317px;
    height: 598px;
    flex-shrink: 0;
    position: relative;
  }

  #sp-part8-carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
  }

  /* 按钮 */
  .sp-part8 .sp-part8-btn-wrap {
    position: absolute;
    top: 831px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .sp-part8 .sp-part8-btn {
    width: 800px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FF9C90, #EF4444);
    border-radius: 40px;
    box-shadow: 0px 5px 0px 0px #C22F2F;
    font-family: "Poppins-ExtraBold";
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    animation: skip 4s infinite;
  }

  /* ========== 第九板块样式 Specification ========== */
  .sp-part9 {
    width: 100%;
    height: 500px;
    position: relative;
    background: url(https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-bg9.png) no-repeat;
  }

  /* 左边第一个产品图 */
  .sp-part9 .sp-part9-product1 {
    position: absolute;
    top: 76px;
    left: 367px;
    width: 481px;
    height: 129px;
    object-fit: contain;
  }

  /* 粉色标签 Pink */
  .sp-part9 .sp-part9-tag-pink {
    position: absolute;
    top: 222px;
    left: 564px;
    width: 81px;
    height: 27px;
    background: linear-gradient(0deg, #EF4444 0%, #FF9C90 100%);
    border-radius: 14px;
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    color: #ffffff;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 左边第二个产品图 */
  .sp-part9 .sp-part9-product2 {
    position: absolute;
    top: 278px;
    left: 370px;
    width: 484px;
    height: 100px;
    object-fit: contain;
  }

  /* 黑色标签 Black */
  .sp-part9 .sp-part9-tag-black {
    position: absolute;
    top: 389px;
    left: 564px;
    width: 81px;
    height: 27px;
    background: linear-gradient(0deg, #030000 0%, #3E3E3E 100%);
    border-radius: 14px;
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    color: #ffffff;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 右边标题 */
  .sp-part9 .sp-part9-title {
    position: absolute;
    top: 73px;
    left: 995px;
    font-family: "TimesNewRomanPS-BoldMT";
    font-size: 55px;
    color: #000000;
    line-height: 1;
    /* font-style: italic; */
  }

  /* 第一列规格 */
  .sp-part9 .sp-part9-specs1 {
    position: absolute;
    top: 155px;
    left: 996px;
  }

  .sp-part9 .sp-part9-specs1 p,
  .sp-part9 .sp-part9-specs2 p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .sp-part9 .sp-part9-specs1 .sp-label,
  .sp-part9 .sp-part9-specs2 .sp-label {
    font-family: "Poppins-SemiBold";
    color: #000000;
  }

  .sp-part9 .sp-part9-specs1 .sp-value,
  .sp-part9 .sp-part9-specs2 .sp-value {
    font-family: "Poppins-Regular";
    color: #000000;
  }

  /* 第二列规格 */
  .sp-part9 .sp-part9-specs2 {
    position: absolute;
    top: 158px;
    left: 1396px;
  }

  /* 红色 NOTES 标签 */
  .sp-part9 .sp-part9-notes-tag {
    position: absolute;
    top: 298px;
    left: 990px;
    width: 162px;
    height: 36px;
    background: linear-gradient(0deg, #E10019 0%, #F32230 100%);
    border-radius: 10px;
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .sp-part9 .sp-part9-notes-tag .sp-warning-icon {
    width: 20px;
    height: 16px;
    object-fit: contain;
  }

  /* 第一列 NOTES 文本 */
  .sp-part9 .sp-part9-notes1 {
    position: absolute;
    top: 352px;
    left: 990px;
  }

  .sp-part9 .sp-part9-notes1 p,
  .sp-part9 .sp-part9-notes2 p {
    margin: 0;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #000000;
    line-height: 28px;
  }

  /* 第二列 NOTES 文本 */
  .sp-part9 .sp-part9-notes2 {
    position: absolute;
    top: 355px;
    left: 1368px;
  }

  .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%;
    background-size: 100% 100%;
    padding-top: 103px;
    box-sizing: border-box;
    height: 290px;
    background: url(https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-bn1.png) no-repeat;
  }

  .sp_product_part .sp-text1 {
    font-family: "Poppins-Medium";
    font-size: 23px;
    color: #1b1b1b;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .sp_product_part .sp-text1 .sp-color {
    color: #ff7800;
    /* font-family: "Poppins-Bold"; */
    display: inline;
  }
  .sp_product_part .sp-text1 .sp-icon {
    width: 99px;
    height: 17px;
  }
  .sp_product_part .sp-text1 .sp-icon-m {
    display: none;
  }
  .sp_product_part .sp-title1 {
    font-family: "Poppins-Bold";
    font-size: 56px;
    color: #1B1B1B;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .sp_product_part .sp-title1 .sp-color2 {
    color: #ff7800;
    display: inline;
  }
  .sp_product_part .sp-title1 .sp-icon {
    width: 83px;
    height: 77px;
    animation: shakeCart 3s infinite ease-in-out;
  }

  .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: 20px;
    color: #1B1B1B;
    font-family: "Poppins-Regular";
  }

  .sp_product_content {
    width: 100%;
    padding: 66px 260px 0;
    display: flex;
    gap: 60px;
    box-sizing: border-box;
  }

  /* 产品图片容器 - shopping板块 */
  .sp_product_part .sp-product-img-container {
    width: 710px;
    height: 398px;
    background: #ffffff;
    border-radius: 20px;
    padding: 15px 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .sp_product_part .sp-product-img-container .sp-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
  }
  .sp_product_part .sp-product-img-container .sp-product-img.active {
    display: block;
  }

  .sp_product_part .sp-img-wrap {
    width: 731px;
    height: 516px;
    background: url(https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-product-bg.webp) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 30px;
    padding: 15px 10px 0;
    font-family: "Poppins-Medium";
    box-sizing: border-box;
    user-select: none;
    flex-shrink: 0;
  }

  .sp_product_part .sp-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-top: 25px;
  }

  .sp_product_part .sp-row1 {
    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: "Poppins-Medium";
    font-size: 18px;
    color: #ffffff;
    margin-left: 8px;
  }
  .sp_product_part .sp-row1 .sp-p .sp-icon-s {
    width: 19px;
  }

  .sp_product_part .sp-clock-s {
    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-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }

  .sp_product_part .sp-title-s {
    font-size: 28px;
    color: #0b0b0b;
    line-height: 1.2;
    font-family: "Poppins-SemiBold";
  }
  .sp_product_part .sp-gap {
    width: 100%;
    height: 2px;
    background: #9d9d9d;
    opacity: 0.29;
    margin-top: 14px;
  }

  .sp_product_part .option-title {
    font-size: 22px;
    color: #696969;
    font-family: "Poppins-SemiBold";
    line-height: 1;
    margin: 24px 0px 9px;
  }

  .sp_product_part .opt-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    position: relative;
  }

  /* Options选项样式 */
  .sp_product_part .sp-option {
    height: 46px;
    border-radius: 5px;
    border: 2px solid #d3d3d3;
    background: #f7f7f7;
    color: #5d5d5d;
    font-family: "Poppins-Medium";
    line-height: 1;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    user-select: none;
    padding: 0 10px;
    padding-top: 2px;
    white-space: nowrap;
  }
  .sp_product_part .sp-option.active {
    border: 2px solid #292926;
    background-color: #292926;
    color: #ffffff;
  }

  /* 颜色选项 - 第一组 */
  .sp_product_part .sp-opt-group1 .sp-option {
    width: 186px;
  }

  /* Plug specification选项 - 第二组 */
  .sp_product_part .sp-opt-group2 .sp-option {
    width: auto;
    min-width: 186px;
    padding: 0 20px;
    padding-top: 4px;
  }

  .sp_product_part .sp-option .sp-hot {
    width: 59px;
    height: 40px;
    position: absolute;
    right: -2px;
    top: -26px;
    z-index: 2;
  }

  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 20px;
    align-items: baseline;
    margin-bottom: 25px;
  }
  .sp_product_part .sp-price1 {
    font-family: "Poppins-SemiBold";
    font-size: 45px;
    color: #ff0707;
  }
  .sp_product_part .sp-price2 {
    font-family: "Poppins-Bold";
    font-size: 27px;
    color: #9d9d9d;
    margin-left: 11px;
    text-decoration: line-through;
  }
  .sp_product_part .sp-row {
    margin-left: 28px;
    display: flex;
    align-items: baseline;
  }
  .sp_product_part .sp-row img {
    position: relative;
    top: 18px;
    left: 12px;
    z-index: 1;
    width: 36px;
    animation: shakeCart 3s infinite ease-in-out;
  }
  .sp_product_part .sp-row .sp-p {
    width: 144px;
    height: 29px;
    background: #fd771b;
    border-radius: 10px;
    font-family: "Poppins-Bold";
    font-size: 21px;
    color: #ffffff;
    line-height: 29px;
    text-align: center;
    margin-left: -25px;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .sp_product_part .sp-quality-row {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .sp_product_part .addCart {
    width: 308px;
    height: 59px;
    background: #fff3e0;
    border-radius: 15px;
    font-family: "Poppins-Medium";
    box-sizing: border-box;
    font-size: 23px;
    color: #312a2a;
    gap: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .sp_product_part .addCart img {
    width: 30px;
    height: auto;
  }

  .sp_product_part .sp-btn-style {
    width: 594px;
    height: 91px;
    background: #e10019;
    border-radius: 10px;
    cursor: pointer;
    margin: 20px auto 24px 0;
    font-size: 43px;
    font-family: "Poppins-Bold";
    color: #fff;
    animation: skip 4s infinite;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .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: 264px;
    height: 60px;
    border-radius: 15px;
    border: 2px solid #828282;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    font-family: "Poppins-Medium";
    font-size: 32px;
    color: #333333;
    background: transparent;
    border: none;
  }

  .addGroup input {
    outline: 0;
    border: none;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    height: 100%;
    color: #232326;
    background: #fff;
    padding: 0;
    font-family: "Roboto-Medium";
    font-size: 27px;
    color: #000000;
    line-height: 40px;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
  .cart-btn .on {
    animation: scaleAni 1s ease-in-out forwards;
  }
  .sp_header-content .sp-cart.on,
  .sp-btn-style2 .sp-cart.on {
    animation: shakeCart 3s infinite ease-in-out;
  }
  @keyframes shakeCart {
    0%,
    16% {
      transform: scale(1) rotate(0);
    }
    2% {
      transform: scale(1.2) rotate(0);
    }
    4%,
    8%,
    12% {
      transform: scale(1.2) rotate(-10deg);
    }
    6%,
    10%,
    14% {
      transform: scale(1.2) rotate(10deg);
    }
  }
  @keyframes scaleAni {
    from {
      transform: scale(1) rotate(0);
    }
    10% {
      transform: scale(1.2) rotate(0);
    }
    15% {
      transform: scale(1.2) rotate(-10deg);
    }
    20% {
      transform: scale(1.2) rotate(10deg);
    }
    25% {
      transform: scale(1.2) rotate(-10deg);
    }
    30% {
      transform: scale(1.2) rotate(10deg);
    }
    35% {
      transform: scale(1.2) rotate(-10deg);
    }
    40% {
      transform: scale(1.2) rotate(10deg);
    }
    45% {
      transform: scale(1.2) rotate(0);
    }
    50% {
      transform: scale(1) rotate(0);
    }
    to {
      transform: scale(1) rotate(0);
    }
  }
  .sp-footer-wrap {
    width: 560px;
  }
  .sp-footer-img {
    width: 504px;
    display: block;
    margin: 35px auto 31px;
  }
  .sp-footer-img2 {
    width: 478px;
    display: block;
  }
  .sp-footer-box1 {
    width: 100%;
    background: #eef8fe;
    border-radius: 10px;
    padding: 20px 40px 20px;
    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;
    border-radius: 10px;
    padding: 16px 40px;
    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: 20px;
  }

  .sp-footer-box2 .sp-li {
    font-size: 17px;
    color: #666666;
    font-family: "Roboto";
    line-height: 1.2;
    margin-top: 10px;
  }
  .sp-footer-box2 span {
    font-family: "Poppins-SemiBold";
  }
  .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_mobile .sp_header-wrap {
      position: relative;
      z-index: 1;
    }
    .sp_mobile .sp_header-wrap.sp-fixed {
      position: relative !important;
      animation: none;
    }

    /* 移动端顶部黑色区域 */
    .sp_mobile .sp_header-top {
      display: block;
      width: 100%;
      height: 60px;
      background: #000000;
    }

    .sp_mobile .sp_header-top .sp-p {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Roboto-Regular";
      font-size: 32px;
      color: #ffffff;
      line-height: 1;
    }

    .sp_mobile .sp_header-content {
      width: 100%;
      height: 140px;
      position: relative;
      transform: unset;
      padding: 0 30px 0 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #ffffff;
      box-sizing: border-box;
    }

    /* 左侧导航区域 */
    .sp_mobile .sp-nav-left {
      display: flex;
      align-items: center;
      height: 100%;
    }

    .sp_mobile .sp-menu-btn {
      width: 59px;
      height: 51px;
      cursor: pointer;
      object-fit: contain;
    }

    .sp_mobile .sp-nav-left .sp-logo-text {
      margin-left: 40px;
      font-family: "Poppins-ExtraBold";
      font-size: 60px;
      color: #000000;
      line-height: 1;
    }

    /* 右侧导航区域 */
    .sp_mobile .sp-nav-right {
      display: flex;
      align-items: center;
      height: 100%;
    }

    .sp_mobile .sp-nav-right .sp-cart-link {
      margin-right: 55px;
    }

    .sp_mobile .sp-nav-right .sp-cart {
      width: 68px;
      height: 59px;
      margin-right: 0;
      position: relative;
    }

    .sp_mobile .sp-nav-right .sp-cart .sp-icon {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .sp_mobile .sp-nav-right .sp-cart .sp-num {
      width: 45px;
      height: 45px;
      background: #e10019;
      border-radius: 50%;
      position: absolute;
      right: -15px;
      top: -15px;
      font-size: 32px;
      font-family: "Roboto-Medium";
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 3px solid #ffffff;
      box-sizing: border-box;
    }

    .sp_mobile .sp-nav-right .sp-btn-link {
      
    }

    .sp_mobile .sp-nav-right .sp-top-btn {
      width: 380px;
        height: 90px;
        border-radius: 45px;
        background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
        font-size: 40px;
        font-family: "Poppins-SemiBold";
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: skip 4s infinite;
        line-height: 1;
        text-align: center;
    }

    .sp-menu-btn .sp-line {
      width: 56px;
      height: 6px;
      background: #38200b;
      border-radius: 2px;
      flex-shrink: 0;
    }
    .sp-btn-style1 {
      width: 800px;
      height: 140px;
      border-radius: 70px;
      margin: 0 auto;
      font-size: 68px;
      line-height: 140px;
    }

    /* ========== 移动端第一板块样式 ========== */
    .sp-m-part1 {
      width: 100%;
      position: relative;
    }

    /* 第一部分：背景图区域 */
    .sp-m-part1 .sp-m-part1-section1 {
      width: 100%;
      height: 1841px;
      position: relative;
    }

    .sp-m-part1 .sp-m-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 粉色盒子 2-in-1 */
    .sp-m-part1 .sp-m-pink-box {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .sp-m-part1 .sp-m-pink-box::after {
      content: "2-in-1";
      width: 253px;
      height: 65px;
      background: #FE7E7D;
      border-radius: 33px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 12px;
      box-sizing: border-box;
      font-family: "DatingHistoria-BlackItalic";
      font-size: 52px;
      color: #ffffff;
      line-height: 1;
      font-style: italic;
    }

    /* 粉色文本 Volumizing */
    .sp-m-part1 .sp-m-pink-text {
      position: absolute;
      top: 190px;
      left: 42px;
      font-family: "DatingHistoria-Black";
      font-size: 72px;
      background: linear-gradient(180deg, #FF9C90 0%, #EF4444 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1.4;
      padding-bottom: 10px;
    }

    /* 黑色文本 Styling Brush */
    .sp-m-part1 .sp-m-black-text {
      position: absolute;
      top: 200px;
      left: 513px;
      font-family: "DatingHistoria-Black";
      font-size: 58px;
      background: linear-gradient(0deg, #030000 0%, #3E3E3E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1.4;
      padding-bottom: 10px;
    }

    /* 棕色描述文本 */
    .sp-m-part1 .sp-m-desc {
      position: absolute;
      top: 346px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "Poppins-Medium";
      font-size: 32px;
      color: #503B2D;
      line-height: 1.4;
    }

    /* 图片 */
    .sp-m-part1 .sp-m-part1-img {
      position: absolute;
      top: 1282px;
      left: 67px;
      width: 591px;
      height: 278px;
      object-fit: contain;
    }

    /* 按钮 */
    .sp-m-part1 .sp-m-btn-wrap {
      position: absolute;
      top: 1600px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .sp-m-part1 .sp-m-btn {
      width: 1000px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #FF9C90, #EF4444);
      border-radius: 75px;
      box-shadow: 0px 5px 0px 0px #C22F2F;
      font-family: "Poppins-ExtraBold";
      font-size: 72px;
      color: #ffffff;
      line-height: 1;
      animation: skip 4s infinite;
    }

    /* 第二部分：图标区域 */
    .sp-m-part1 .sp-m-part1-section2 {
      width: 100%;
      height: 190px;
      position: relative;
    }

    .sp-m-part1 .sp-m-bg2 {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .sp-m-part1 .sp-m-icons {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 100px;
    }

    .sp-m-part1 .sp-m-icon-item {
      display: flex;
      align-items: flex-start;
    }

    .sp-m-part1 .sp-m-icon-item .sp-icon {
      width: 116px;
      height: 112px;
      object-fit: contain;
      margin-right: 16px;
    }

    .sp-m-part1 .sp-m-icon-item .sp-text {
      font-family: "Poppins-Medium";
      font-size: 27px;
      color: #201E1E;
      line-height: 1.2;
      margin-top: 29px;
    }

    /* ========== 移动端第二板块样式 ========== */
    .sp-m-part2 {
      width: 100%;
      height: 1290px;
      position: relative;
    }

    /* 黑色标题 */
    .sp-m-part2 .sp-m-part2-title {
      position: absolute;
      top: 121px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 65px;
      color: #000000;
      line-height: 75px;
    }

    /* 四张图片容器 */
    .sp-m-part2 .sp-m-part2-imgs {
      position: absolute;
      top: 311px;
      left: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 54px;
    }

    /* 每行两张图片 */
    .sp-m-part2 .sp-m-part2-row {
      display: flex;
      justify-content: center;
      gap: 27px;
    }

    /* 单个图片项 */
    .sp-m-part2 .sp-m-part2-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .sp-m-part2 .sp-m-part2-item .sp-img {
      width: 451px;
      height: 351px;
      object-fit: cover;
    }

    .sp-m-part2 .sp-m-part2-item .sp-text {
      margin-top: 22px;
      font-family: "Poppins-Medium";
      font-size: 32px;
      color: #232323;
      line-height: 1;
      text-align: center;
    }

    /* ========== 移动端第三板块样式 ========== */
    .sp-m-part3 {
      width: 100%;
      height: 2272px;
      position: relative;
      background: #FFF6F5;
    }

    /* 黑色标题 */
    .sp-m-part3 .sp-m-part3-title {
      position: absolute;
      top: 121px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 52px;
      color: #000000;
      line-height: 75px;
    }

    /* 左侧产品图 */
    .sp-m-part3 .sp-m-part3-product {
      position: absolute;
      top: 211px;
      left: 0;
      width: 212px;
      height: 744px;
      object-fit: contain;
      z-index: 2;
    }

    /* 右侧GIF容器 */
    .sp-m-part3 .sp-m-part3-gif-wrap {
      position: absolute;
      top: 248px;
      left: 95px;
      width: 946px;
      height: 705px;
      background: #ffffff;
      border-radius: 20px;
      overflow: hidden;
    }

    .sp-m-part3 .sp-m-part3-gif-wrap .sp-gif {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 三组数据 */
    .sp-m-part3 .sp-m-part3-stats {
      position: absolute;
      top: 1011px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 147px;
    }

    .sp-m-part3 .sp-stat-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .sp-m-part3 .sp-stat-label {
      font-family: "Roboto-Regular";
      font-size: 30px;
      color: #000000;
      line-height: 1;
      margin-bottom: 39px;
    }

    .sp-m-part3 .sp-stat-value {
      display: flex;
      align-items: baseline;
    }

    .sp-m-part3 .sp-stat-value .sp-plus {
      font-family: "Roboto-Medium";
      font-size: 50px;
      background: linear-gradient(0deg, #EF4444 0%, #A80B0B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-right: 14px;
    }

    .sp-m-part3 .sp-stat-value .sp-num {
      font-family: "Poppins-SemiBold";
      font-size: 100px;
      background: linear-gradient(0deg, #EF4444 0%, #A80B0B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
    }

    .sp-m-part3 .sp-stat-value .sp-unit {
      font-family: "Poppins-SemiBold";
      font-size: 55px;
      background: linear-gradient(0deg, #EF4444 0%, #A80B0B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
    }

    /* 轮播图 */
    .sp-m-part3 .sp-m-part3-swiper {
      position: absolute;
      top: 1230px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 993px;
      height: 532px;
      overflow: hidden;
    }

    .sp-m-part3 .sp-m-part3-slide {
      width: 993px !important;
      height: 532px;
      position: relative;
    }

    .sp-m-part3 .sp-m-part3-slide .sp-slide-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .sp-m-part3 .sp-m-part3-slide .sp-slide-text1 {
      position: absolute;
      bottom: 26px;
      left: 92px;
      font-family: "Poppins-Medium";
      font-size: 40px;
      color: #ffffff;
      line-height: 1;
    }

    .sp-m-part3 .sp-m-part3-slide .sp-slide-text2 {
      position: absolute;
      bottom: 26px;
      left: 588px;
      font-family: "Poppins-Medium";
      font-size: 40px;
      color: #ffffff;
      line-height: 1;
    }

    /* 红色斜体文本 */
    .sp-m-part3 .sp-m-part3-red-text {
      position: absolute;
      top: 1817px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "Poppins-MediumItalic";
      font-size: 40px;
      color: #C72424;
      line-height: 1;
      font-style: italic;
    }

    /* 黑色描述文本 */
    .sp-m-part3 .sp-m-part3-desc {
      position: absolute;
      top: 1878px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "Poppins-Regular";
      font-size: 24px;
      color: #142723;
      line-height: 36px;
    }

    /* 按钮 */
    .sp-m-part3 .sp-m-part3-btn-wrap {
      position: absolute;
      top: 1997px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .sp-m-part3 .sp-m-part3-btn {
      width: 1000px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #FF9C90, #EF4444);
      border-radius: 75px;
      box-shadow: 0px 10px 0px 0px #C22F2F;
      font-family: "Poppins-ExtraBold";
      font-size: 72px;
      color: #ffffff;
      line-height: 1;
      animation: skip 4s infinite;
    }

    /* ========== 移动端第四板块样式 ========== */
    .sp-m-part4 {
      width: 100%;
      height: 1826px;
      position: relative;
      background: #ffffff;
    }

    /* 黑色标题 */
    .sp-m-part4 .sp-m-part4-title {
      position: absolute;
      top: 120px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 58px;
      color: #000000;
      line-height: 75px;
    }

    /* 灰色副标题 */
    .sp-m-part4 .sp-m-part4-subtitle {
      position: absolute;
      top: 227px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "Poppins-Medium";
      font-size: 26px;
      color: #545454;
      line-height: 44px;
    }

    /* 图片 */
    .sp-m-part4 .sp-m-part4-img {
      position: absolute;
      top: 357px;
      left: 0;
      width: 100%;
      height: 633px;
      object-fit: contain;
    }

    /* 右侧产品图 */
    .sp-m-part4 .sp-m-part4-product {
      position: absolute;
      top: 1006px;
      left: 867px;
      width: 208px;
      height: 706px;
      object-fit: contain;
    }

    /* 四个粉色盒子容器 */
    .sp-m-part4 .sp-m-part4-boxes {
      position: absolute;
      top: 980px;
      left: 44px;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .sp-m-part4 .sp-m-temp-box {
      width: 914px;
      height: 170px;
      background: #FFF6F5;
      border-radius: 85px;
      position: relative;
      display: flex;
      align-items: center;
    }

    .sp-m-part4 .sp-m-temp-box .sp-temp-icon {
      position: absolute;
      left: 7px;
      top: 50%;
      transform: translateY(-50%);
      width: 161px;
      height: 160px;
      object-fit: contain;
      border-radius: 50%;
    }

    .sp-m-part4 .sp-m-temp-box .sp-temp-content {
      margin-left: 192px;
    }

    .sp-m-part4 .sp-m-temp-box .sp-temp-title {
      font-family: "Poppins-SemiBold";
      font-size: 40px;
      color: #FE5041;
      line-height: 40px;
    }

    .sp-m-part4 .sp-m-temp-box .sp-temp-desc {
      font-family: "Poppins-Medium";
      font-size: 23px;
      color: #545454;
      line-height: 39px;
      margin-top: 5px;
    }

    /* ========== 移动端第五板块样式 ========== */
    .sp-m-part5 {
      width: 100%;
      height: 652px;
      position: relative;
    }

    /* 大背景图容器 */
    .sp-m-part5 .sp-m-part5-bg-wrap {
      position: absolute;
      top: 6px;
      left: 0;
      width: 1039px;
      height: 525px;
    }

    .sp-m-part5 .sp-m-part5-bg {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* 左侧树叶 */
    .sp-m-part5 .sp-m-part5-leaf-left {
      position: absolute;
      top: 14px;
      left: 282px;
      width: 55px;
      height: 67px;
      object-fit: contain;
    }

    /* 右侧树叶 */
    .sp-m-part5 .sp-m-part5-leaf-right {
      position: absolute;
      top: 14px;
      left: 984px;
      width: 56px;
      height: 67px;
      object-fit: contain;
    }

    /* 标题 */
    .sp-m-part5 .sp-m-part5-title {
      position: absolute;
      top: 26px;
      left: 361px;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 37px;
      color: #232323;
      line-height: 50px;
    }

    /* 星星分割线 */
    .sp-m-part5 .sp-m-part5-stars {
      position: absolute;
      top: 89px;
      left: 399px;
      width: 541px;
      height: 20px;
      object-fit: contain;
    }

    /* 白色文本 */
    .sp-m-part5 .sp-m-part5-white-text {
      position: absolute;
      top: 201px;
      left: 541px;
      font-family: "Roboto-Medium";
      font-size: 22px;
      color: #ffffff;
      line-height: 27px;
    }

    /* 灰色文本 */
    .sp-m-part5 .sp-m-part5-gray-text {
      position: absolute;
        top: 238px;
        left: 545px;
        font-family: "Roboto-Regular";
        font-size: 24px;
        color: rgba(25, 10, 10, 0.7);
        width: -11%;
        line-height: 1.4;
    }

    /* 签名文本 */
    .sp-m-part5 .sp-m-part5-sign {
      position: absolute;
        top: 350px;
        left: 701px;
        font-family: "Roboto-Regular";
        font-size: 19px;
        color: #963D32;
        line-height: 1;
    }

    /* 四个图标 */
    .sp-m-part5 .sp-m-part5-icons {
      position: absolute;
      top: 385px;
      left: 606px;
      width: 403px;
      height: 82px;
      object-fit: contain;
    }

    /* ========== 移动端第六板块样式 ========== */
    .sp-m-part6 {
      width: 100%;
      height: 1430px;
      position: relative;
    }

    /* 背景图 */
    .sp-m-part6 .sp-m-part6-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 黑色标题 */
    .sp-m-part6 .sp-m-part6-title {
      position: absolute;
      top: 119px;
      left: 39px;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 53px;
      color: #232323;
      line-height: 75px;
    }

    /* 灰色副标题 */
    .sp-m-part6 .sp-m-part6-subtitle {
      position: absolute;
      top: 288px;
      left: 42px;
      font-family: "Poppins-Medium";
      font-size: 30px;
      color: #545454;
      line-height: 44px;
    }

    /* 左切换按钮 */
    .sp-m-part6 .sp-m-part6-prev {
      position: absolute;
      top: 119px;
      left: 804px;
      width: 71px;
      height: 71px;
      cursor: pointer;
    }

    .sp-m-part6 .sp-m-part6-prev img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* 右切换按钮 */
    .sp-m-part6 .sp-m-part6-next {
      position: absolute;
      top: 119px;
      left: 931px;
      width: 71px;
      height: 71px;
      cursor: pointer;
    }

    .sp-m-part6 .sp-m-part6-next img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* 轮播图区域 */
    .sp-m-part6 .sp-m-part6-swiper-wrap {
      position: absolute;
      top: 410px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 998px;
    }

    .sp-m-part6 .sp-m-part6-swiper {
      width: 100%;
      overflow: hidden;
    }

    .sp-m-part6 .sp-m-part6-slide {
      width: 998px !important;
      height: 832px;
      position: relative;
    }

    .sp-m-part6 .sp-m-part6-slide .sp-slide-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 红色标题 */
    .sp-m-part6 .sp-m-part6-slide .sp-slide-title {
      position: absolute;
      top: 597px;
      left: 49px;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 45px;
      color: #F1504E;
      line-height: 1.2;
      /* font-style: italic; */
    }

    /* 灰色描述 */
    .sp-m-part6 .sp-m-part6-slide .sp-slide-desc {
      position: absolute;
      top: 729px;
      left: 48px;
      font-family: "Poppins-Regular";
      font-size: 30px;
      color: rgba(27, 14, 0, 0.8);
      line-height: 1.4;
    }

    /* 第二张和第三张的文本位置调整 */
    .sp-m-part6 .sp-m-part6-slide2 .sp-slide-title,
    .sp-m-part6 .sp-m-part6-slide3 .sp-slide-title {
      top: 597px;
    }

    .sp-m-part6 .sp-m-part6-slide2 .sp-slide-desc,
    .sp-m-part6 .sp-m-part6-slide3 .sp-slide-desc {
      top: 670px;
    }

    /* 轮播指示器 */
    .sp-m-part6 .sp-m-part6-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 42px;
      margin-top: 49px;
    }

    .sp-m-part6 .sp-m-part6-pagination .swiper-pagination-bullet {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: rgba(255, 157, 145, 0.2);
      opacity: 1;
    }

    .sp-m-part6 .sp-m-part6-pagination .swiper-pagination-bullet-active {
      background: #FF9D91;
    }

    /* ========== 移动端第七板块样式 ========== */
    .sp-m-part7 {
      width: 100%;
      height: 1197px;
      position: relative;
    }

    /* 黑色标题 */
    .sp-m-part7 .sp-m-part7-title {
      position: absolute;
      top: 120px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 65px;
      color: #232323;
      line-height: 75px;
    }

    /* 灰色副标题 */
    .sp-m-part7 .sp-m-part7-subtitle {
      position: absolute;
      top: 227px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "Poppins-Medium";
      font-size: 30px;
      color: #545454;
      line-height: 44px;
    }

    /* 3D轮播图容器 */
    #sp-m-part7-carousel {
      position: absolute;
      top: 322px;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
    }

    #sp-m-part7-carousel .swiper-free-mode>.swiper-wrapper {
      transition-timing-function: linear !important;
    }

    #sp-m-part7-carousel .swiper {
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1125' height='532' viewBox='0 0 1125 532'%3E%3Cpath fill='%23fff' d='M0 0Q281 40 562 40t563-40v532Q844 492 562 492T0 532V0z'/%3E%3C/svg%3E");
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1125' height='532' viewBox='0 0 1125 532'%3E%3Cpath fill='%23fff' d='M0 0Q281 40 562 40t563-40v532Q844 492 562 492T0 532V0z'/%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: 1125px;
      height: 532px;
      overflow: visible;
      margin: 0 auto;
    }

    #sp-m-part7-carousel .swiper-wrapper {
      position: relative;
      display: flex;
    }

    #sp-m-part7-carousel .swiper-slide {
      width: 283px;
      height: 532px;
      flex-shrink: 0;
      position: relative;
    }

    #sp-m-part7-carousel .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      object-fit: cover;
    }

    /* 按钮 */
    .sp-m-part7 .sp-m-part7-btn-wrap {
      position: absolute;
      top: 927px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .sp-m-part7 .sp-m-part7-btn {
      width: 1000px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #FF9C90, #EF4444);
      border-radius: 75px;
      box-shadow: 0px 10px 0px 0px #C22F2F;
      font-family: "Poppins-ExtraBold";
      font-size: 65px;
      color: #ffffff;
      line-height: 1;
      animation: skip 4s infinite;
    }

    /* ========== 移动端第八板块样式 规格 ========== */
    .sp-m-part8 {
      width: 100%;
      height: 1298px;
      position: relative;
    }

    /* 背景图 */
    .sp-m-part8 .sp-m-part8-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 黑色标题 */
    .sp-m-part8 .sp-m-part8-title {
      position: absolute;
      top: 107px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 65px;
      color: #232323;
      line-height: 75px;
    }

    /* 第一个产品图 */
    .sp-m-part8 .sp-m-part8-product1 {
      position: absolute;
      top: 229px;
      left: 179px;
      width: 707px;
      height: 191px;
      object-fit: contain;
    }

    /* 粉色标签 Pink */
    .sp-m-part8 .sp-m-part8-tag-pink {
      position: absolute;
      top: 443px;
      left: 469px;
      width: 120px;
      height: 40px;
      background: linear-gradient(0deg, #EF4444 0%, #FF9C90 100%);
      border-radius: 14px;
      font-family: "Poppins-SemiBold";
      font-size: 30px;
      color: #ffffff;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* 第二个产品图 */
    .sp-m-part8 .sp-m-part8-product2 {
      position: absolute;
      top: 526px;
      left: 184px;
      width: 711px;
      height: 148px;
      object-fit: contain;
    }

    /* 黑色标签 Black */
    .sp-m-part8 .sp-m-part8-tag-black {
      position: absolute;
      top: 689px;
      left: 469px;
      width: 120px;
      height: 40px;
      background: linear-gradient(0deg, #030000 0%, #3E3E3E 100%);
      border-radius: 14px;
      font-family: "Poppins-SemiBold";
      font-size: 30px;
      color: #ffffff;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* 第一列规格 */
    .sp-m-part8 .sp-m-part8-specs1 {
      position: absolute;
      top: 812px;
      left: 54px;
    }

    .sp-m-part8 .sp-m-part8-specs1 p,
    .sp-m-part8 .sp-m-part8-specs2 p {
      margin: 0;
      font-size: 30px;
      line-height: 40px;
    }

    .sp-m-part8 .sp-m-part8-specs1 .sp-label,
    .sp-m-part8 .sp-m-part8-specs2 .sp-label {
      font-family: "Poppins-SemiBold";
      color: #000000;
    }

    .sp-m-part8 .sp-m-part8-specs1 .sp-value,
    .sp-m-part8 .sp-m-part8-specs2 .sp-value {
      font-family: "Poppins-Regular";
      color: #000000;
    }

    /* 第二列规格 */
    .sp-m-part8 .sp-m-part8-specs2 {
      position: absolute;
      top: 816px;
      left: 620px;
    }

    /* 红色 NOTES 标签 */
    .sp-m-part8 .sp-m-part8-notes-tag {
      position: absolute;
      top: 1008px;
      left: 53px;
      width: 202px;
      height: 45px;
      background: linear-gradient(0deg, #E10019 0%, #F32230 100%);
      border-radius: 10px;
      font-family: "Poppins-SemiBold";
      font-size: 22px;
      color: #ffffff;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    .sp-m-part8 .sp-m-part8-notes-tag .sp-warning-icon {
      width: 25px;
      height: 21px;
      object-fit: contain;
    }

    /* 第一列 NOTES 文本 */
    .sp-m-part8 .sp-m-part8-notes1 {
      position: absolute;
      top: 1072px;
      left: 54px;
    }

    .sp-m-part8 .sp-m-part8-notes1 p,
    .sp-m-part8 .sp-m-part8-notes2 p {
      margin: 0;
      font-family: "Poppins-Regular";
      font-size: 24px;
      color: #000000;
      line-height: 40px;
    }

    /* 第二列 NOTES 文本 */
    .sp-m-part8 .sp-m-part8-notes2 {
      position: absolute;
      top: 1072px;
      left: 615px;
    }

    .sp-title {
      font-size: 66px;
      text-align: center;
      line-height: 1.2;
    }

    .sp-sub-title {
      font-size: 36px;
      text-align: center;
      line-height: 1.2;
      margin-top: 16px;
    }

    .sp-part1 .sp-content {
      position: relative;
      left: 0px;
      box-sizing: border-box;
      top: 0;
      height: auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      background: #f0eaf8;
      padding-top: 72px;
      padding-bottom: 140px;
    }

    .sp-part1 .sp-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      line-height: 1.1;
      font-family: "Poppins-Medium";
      font-size: 37px;
      color: #232323;
    }
    .sp-part1 .sp-text {
      line-height: 1.1;
      font-family: "HolenVintage-Regular";
      font-size: 72px;
      color: #232323;
      text-align: center;
      margin-top: 25px;
    }
    .sp-part1 .sp-text .sp-p {
      font-size: 72px;
    }

    .sp-part1 .sp-sub-title {
      width: 100%;
      font-size: 36px;
      color: #666666;
      line-height: 1.3;
      margin-top: 25px;
      margin-bottom: 40px;
      padding: 0 70px;
      box-sizing: border-box;
    }
    .sp-part1 .sp-btn-style1 {
      margin-top: 50px;
      width: 800px;
      height: 140px;
      line-height: 140px;
    }
    .sp-part1 .sp-img1 {
      top: 153px;
      left: 82px;
      height: 252px;
    }
    .sp-part1 .sp-img2 {
      position: absolute;
      top: 960px;
      right: 40px;
      height: 250px;
      z-index: 2;
    }
    .sp-part1 .sp-img-p {
      position: absolute;
      top: 614px;
      left: 49px;
      height: 608px;
      z-index: 2;
    }
    .sp-circle {
      width: 140px;
      height: 140px;

      left: 38px;
      top: 599px;
    }
    .sp-circle2 {
      width: 98px;
      height: 98px;

      left: 424px;
      top: 812px;
    }
    .sp-circle3 {
      width: 73px;
      height: 73px;

      left: 235px;
      top: 1084px;
    }

    .sp-part1 .sp-box {
      width: 100%;
      height: 170px;
      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-img1-box.png") no-repeat;
      background-size: 100% 100%;
      padding: 0 80px 0 90px;
      box-sizing: border-box;

      display: flex;
      align-items: center;
      justify-content: space-between;

      font-family: "Poppins-Regular";
      font-size: 36px;
      color: #ffffff;
      line-height: 1.4;
      margin-top: -2px;
      padding-top: 10px;
    }
    .sp-part1 .sp-box .sp-p {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .sp-part1 .sp-box .sp-p img {
      height: 49px;
    }
    .sp-part2 {
      padding: 100px 0px 110px;
    }
    .sp-part2 .sp-title {
      text-align: center;
      font-size: 56px;
    }
    .sp-part2 .sp-row {
      display: flex;
      gap: 35px 25px;
      justify-content: center;
      margin-top: 42px;
      flex-wrap: wrap;
    }

    .sp-part2 .sp-row .sp-item .sp-p {
      font-size: 40px;
      margin-top: 18px;
    }

    .sp-part3 {
      height: auto;
      background: linear-gradient(126deg, #eae6f4, #c8c1da);
      padding: 110px 40px 120px;
      box-sizing: border-box;
    }
    .sp-part3 .sp-img-p {
      position: absolute;
      left: 0;
      bottom: unset;
      top: 13px;
      z-index: 1;
    }
    .sp-part3 .sp-title {
      margin-left: auto;
      z-index: 1;
      position: relative;
      text-align: right;
    }
    .sp-part3 .sp-content {
      margin-left: 455px;
      display: flex;
      gap: 68px;
      margin-top: 40px;
    }
    .sp-part3 .sp-gif {
      width: 656px;
      height: 780px;

      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-1.gif") no-repeat;
      background-size: 114% auto;
      background-position: center 15%;
      border-radius: 20px;
      flex-shrink: 0;
      z-index: 1;
      position: relative;
      margin-left: auto;
      margin-top: 50px;
      margin-bottom: 140px;
    }
    .sp-part3 .sp-right {
      width: 570px;
    }
    .sp-part3 .sp-row {
      display: flex;
      justify-content: space-between;
      text-align: center;
      margin-bottom: 55px;
    }
    .sp-part3 .sp-row .sp-p1 {
      font-size: 36px;
      margin-bottom: 15px;
    }
    .sp-part3 .sp-row .sp-p2 {
      font-size: 43px;
    }

    .sp-part3 .sp-row .sp-p2 .sp-span {
      font-family: "Poppins-SemiBold";
      font-size: 100px;
    }
    .sp-part3 .sp-row .sp-p2 .sp-span2 {
      font-family: "Poppins-SemiBold";
      font-size: 55px;
    }
    .sp-part3 .sp-img-wrap {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin-bottom: 42px;
    }
    .sp-part3 .sp-img-wrap .sp-item2 {
      margin-left: -45px;
      transform: translateY(8px);
    }
    .sp-part3 .sp-img-wrap .sp-p {
      width: 411px;
      height: 70px;
      border-radius: 35px;
      position: absolute;
      bottom: -13px;
      left: 0;
      font-size: 40px;
      line-height: 70px;
    }
    .sp-part3 .sp-img-wrap .sp-p2 {
      width: 100%;
      height: 70px;
      border-radius: 35px;

      bottom: -9px;
      left: 0;
      line-height: 70px;
    }
    .sp-part3 .sp-box {
      width: 100%;
      height: 285px;
      background: #ffffff;
      border-radius: 20px;
      box-sizing: border-box;
      padding-left: 42px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: "Roboto";
      font-size: 36px;
      color: #142723;
      line-height: 63px;
      margin-top: 60px;
    }

    .sp-part3 .sp-arrow {
      width: 106px;
      position: absolute;
      right: 38px;
      top: 40px;
    }
    .sp-part4 {
      padding-top: 120px;
      box-sizing: border-box;
      padding-bottom: 120px;
    }
    #root .sp-part4 .swiper .swiper-wrapper {
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
    }
    #root .sp-part4 .swiper-slide {
      width: 563px;
    }
    #root .sp-part4 .swiper-slide .sp-row {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: flex;
      gap: 50px;
      font-family: "Roboto-Black";
      font-size: 20px;
      color: #ffffff;
      line-height: 45px;
      text-align: center;
      text-transform: uppercase;
    }
    #root .sp-part4 .swiper-slide .sp-row .sp-p {
      flex: 1;
    }

    .sp-part5 {
      height: auto;
      padding-left: 0px;
      padding-top: 100px;
    }

    .sp-part5 .sp-img1 {
      position: absolute;
      left: 135px;
      top: 349px;
      z-index: 1;
    }
    .sp-part5 .sp-content {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      top: 39px;
    }
    .sp-part5 .sp-row {
      display: flex;
      gap: 0px;
      justify-content: space-evenly;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 32px;
    }

    .sp-part5 .sp-row .sp-p2 {
      font-size: 36px;
      color: #232323;
      line-height: 1;
      margin-bottom: 0px;
    }
    .sp-part5 .sp-row .sp-p {
      font-family: "Poppins-SemiBold";
      font-size: 49px;
      line-height: 1;
    }
    .sp-part5 .sp-row .sp-p .sp-span2 {
      font-size: 97px;
    }
    .sp-part5 .sp-row .sp-p .sp-icon {
      width: 47px;
      height: 49px;
      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-img5-arrow.png") no-repeat;
      background-size: 100% 100%;
      display: inline-block;
    }

    .sp-part5 .sp-sub-title {
      width: 100%;
      font-size: 32px;
      color: #666666;
      line-height: 42px;
      font-family: Roboto;
      margin-bottom: 0px;
      padding: 0 40px;
      box-sizing: border-box;
    }
    .sp-part5 .sp-content2 {
      width: 100%;
      padding: 0 40px;
      box-sizing: border-box;
      position: absolute;
      top: 1284px;
    }
    .sp-part5 .sp-text {
      width: 100%;
      height: 100px;
      border-radius: 49px 49px 50px 50px;
      font-size: 48px;
      line-height: 100px;
      margin-bottom: 28px;
    }
    .sp-part5 .sp-row2 {
      width: 100%;
      position: absolute;
      bottom: 30px;
      display: flex;
      line-height: 1;
      gap: 15px;
      font-family: "Roboto-Bold";
      font-size: 48px;
      text-align: center;
      letter-spacing: 2px;
    }
    .sp-part5 .sp-row2 .sp-p {
      flex: 1;
    }
    .sp-part5 .sp-box2 {
      width: 100%;
    }
    .sp-part6 {
      padding: 80px 0 110px;
    }

    .sp-part6 .sp-title1 {
      width: fit-content;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      margin-left: auto;
      margin-right: 40px;
    }
    .sp-part6 .sp-title {
      font-size: 40px;
    }
    .sp-part6 .sp-line {
      width: 504px;
      height: 18px;
      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-img5-line.png") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: -22px;
      left: 50%;
      transform: translateX(-50%);
    }
    .sp-part6 .sp-box {
      margin-top: 55px;
      width: 1011px;
      height: 439px;
      background: linear-gradient(238deg, #8359ae, #5c0188);
      border-radius: 20px;

      margin-left: auto;
      font-family: "Roboto-Medium";
      font-size: 30px;
      color: #ffffff;
      line-height: 1.25;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding-left: 400px;
      padding-right: 40px;
      box-sizing: border-box;
      text-align: left;
      padding-top: 10px;
    }
    .sp-part6 .sp-img-p {
      position: absolute;
      left: -69px;
      bottom: 0;
      height: 591px;
    }

    .sp-part6 .sp-p2 {
      font-family: Roboto;
      font-size: 28px;
      line-height: 1;

      margin-top: 24px;
    }
    .sp-part6 .sp-p3 {
      font-size: 28px;
      line-height: 1;
      margin-bottom: 45px;
      margin-top: 10px;
    }
    .sp-part6 .sp-row {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .sp-part7 {
      padding: 0px 40px 160px;
      box-sizing: border-box;
    }
    .sp-part7 .sp-group {
      display: flex;
      align-items: center;
      gap: 54px;
    }
    .sp-part7 .sp-img-wrap {
      width: 496px;
      flex-shrink: 0;
    }
    .sp-part7 .sp-gif {
      width: 100%;
      height: 800px;
      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-2.gif") no-repeat;
      background-size: 101% auto;
      background-position: center center;
      border-radius: 10px;
      margin-bottom: 40px;
      position: unset;
    }

    .sp-part7 .sp-title {
      text-align: center;
    }
    .sp-part7 .sp-sub-title {
      text-align: center;
      margin-bottom: 55px;
    }
    .sp-part7 .sp-item {
      margin-top: 50px;
      font-size: 30px;
      line-height: 1.5;
      gap: 30px;
    }
    .sp-part7 .sp-item .sp-icon {
      height: 140px;
    }
    .sp-part7 .sp-item .sp-p1 {
      font-size: 37px;
    }
    .sp-part7 .sp-btn-style1 {
      margin: 60px auto 0;
      width: 800px;
      height: 140px;
    }
    .sp-part8 {
      padding: 110px 40px 120px;
    }
    .sp-part8 .sp-title {
      text-align: center;
      margin-bottom: 39px;
    }

    .sp-part8 .sp-row {
      display: flex;
      gap: 20px;
      font-family: Roboto;
      text-align: center;
      font-size: 36px;
      color: #666666;
      margin-top: 25px;
      margin-bottom: 50px;
    }
    .sp-part8 .sp-row .sp-p {
      flex: 1;
      padding: 0 40px;
      box-sizing: border-box;
    }
    .sp-part8 .sp-gif {
      width: 100%;
      height: 553px;

      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-3.gif") no-repeat;
      background-size: 101% auto;
      background-position: center center;
      border-radius: 10px;
      flex-shrink: 0;
    }
    .sp-part9 {
      padding-top: 120px;
      box-sizing: border-box;
      padding-bottom: 120px;
    }
    #root .sp-part9 .swiper .swiper-wrapper {
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
    }
    #root .sp-part9 .swiper-slide {
      width: 481px;
    }
    #root .sp-part9 .swiper-slide .sp-img {
      height: 381px;
    }
    .sp-part10 .sp-title-wrap {
      top: 110px;
    }
    .sp-part10 .sp-title {
      color: #232323;
      text-align: center;
    }

    .sp-part10 .sp-box {
      width: 1000px;
      position: absolute;
      right: 40px;
      top: 1120px;
      height: 614px;
      padding-top: 100px;
      padding-left: 60px;
      padding-right: 40px;
    }
    .sp-part10 .sp-box .sp-icon {
      position: absolute;
      top: -52px;
      left: 50%;
      transform: translateX(-50%);
      height: 106px;
    }
    .sp-part10 .sp-ul {
      font-size: 30px;
      color: #555555;
      line-height: 51px;
    }
    .sp-part10 .sp-li {
      display: flex;
      gap: 60px;
    }

    .sp-part10 .sp-text {
      font-family: Roboto;
      font-size: 30px;
      color: #c00000;
      line-height: 51px;
      margin-top: 30px;
    }

    .sp-part10 .sp-text2 {
      width: 845px;
      height: 65px;
      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-img10-box.png") no-repeat;
      background-size: 100% 100%;
      font-family: "Poppins-Medium";
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 31px;
      margin-top: 45px;
      box-sizing: border-box;
      padding-top: 4px;
    }
    .sp-part10 .sp-text2 .sp-p {
      font-size: 31px;
      line-height: 1;
    }
    .sp_product_part {
      width: 100%;
      font-family: "Roboto-Medium";
      box-sizing: border-box;
      position: relative;
      padding: 0 0px 110px;
    }

    .sp_product_part .sp-text1 .sp-icon {
      height: 25px !important;
      margin-right: 10px;
    }
    .sp_product_part .sp-text1 {
      font-size: 36px;
      white-space: nowrap;
    }

    .sp_product_part .sp-title1 {
      font-size: 72px;
      margin-bottom: 24px;
      line-height: 1;
    }

    .sp_product_content {
      padding: 60px 40px 0;
      flex-direction: column;
    }

    .sp_product_part .sp-img-wrap {
      width: 100%;
      height: 1034px;
      padding: 182px 10px 0;
      margin: 0 auto;
    }
    #root .sp_product_part .sp-img-wrap .swiper-slide {
      height: 843px;
    }
    .sp_product_part .sp-img-wrap .sp-img-p {
      height: 100%;
    }

    .sp_product_part .sp-row1 {
      top: 42px;
      left: 62px;
      font-size: 39px;
    }
    .sp_product_part .sp-row1 .sp-p {
      font-size: 60px;
    }
    .sp_product_part .sp-clock-s {
      right: 45px;
      top: 104px;
    }

    .sp_product_part .sp-clock-s .square {
      width: 66px;
      height: 66px;
      font-size: 47px;
    }
    .sp_product_part .sp-clock-s .sp-dots {
      gap: 9px;
      margin: 0 5px;
    }
    .sp_product_part .sp-clock-s .sp-dot {
      width: 6px;
      height: 6px;
    }
    .sp_product_part .sp-free {
      transform: rotate(-25deg);
      font-size: 43px;
      top: 229px;
      left: 729px;
    }
    .sp_product_part .sp-free2 {
      top: 230px;
      left: 787px;
    }
    .sp_product_part .sp-free3 {
      top: 202px;
      left: 772px;
    }
    .sp_product_part .sp-padding {
      box-sizing: border-box;
      padding: 0 0px;
    }
    .sp_product_part .option-title {
      font-size: 36px;
      margin: 24px 0px 15px;
    }

    .sp_product_part .opt-group {
      gap: 30px 40px;
    }

    .sp_product_part .sp-option {
      height: 92px;
      min-width: 268px;
      font-size: 35px;
      padding: 0 35px;
      border-radius: 62px;

      gap: 10px;
    }

    .sp_product_part .sp-option .sp-hot {
      width: 88px;
      height: 43px;
      position: absolute;
      right: -4px;

      top: -20px;
      z-index: 2;
    }

    .sp_product_part .sp-option .sp-icon {
      width: 38px;
    }
    .sp_product_part .sp-price-group {
      line-height: 1.1;
      margin-top: 30px;
      align-items: baseline;
      margin-bottom: 30px;
      justify-content: center;
    }
    .sp_product_part .sp-price1 {
      font-size: 78px;
    }

    .sp_product_part .sp-price2 {
      font-size: 46px;
      margin-left: 20px;
    }
    .sp_product_part .sp-row {
      margin-left: 30px;
      transform: translateY(10px);
    }

    .sp_product_part .sp-row img {
      width: 57px;
    }
    .sp_product_part .sp-row .sp-p {
      width: 257px;
      height: 50px;
      border-radius: 14px;
      font-size: 43px;
      line-height: 51px;
      margin-left: -25px;
    }

    .sp_product_part .addCart {
      width: 550px;
      height: 89px;
      border-radius: 10px;

      font-size: 40px;
      gap: 25px;
    }
    .sp_product_part .addCart img {
      width: 42px;
    }
    .sp_product_part .sp-quality-row {
      gap: 20px;
    }
    .sp_product_part .sp-btn-style {
      width: 100%;
      height: 140px;

      border-radius: 72px;
      margin: 33px auto 30px;
      font-size: 60px;
      box-sizing: border-box;
    }
    .sp_product_part .sp-title-s {
      width: 100%;
      font-size: 48px;
      color: #232323;
      line-height: 1;
      margin-top: -10px;
      text-align: center;
    }

    .sp-tip5 {
      gap: 21px;
      font-size: 36px;
      width: 100%;
    }
    .sp-tip5 img {
      width: 103px;
    }

    .addGroup {
      width: 427px;
      height: 92px;

      padding: 0px 30px;
      border-radius: 10px;
    }

    .addGroup .sp-reduce,
    .addGroup .sp-add {
      width: 26px;
    }

    .addGroup input {
      width: 230px;

      font-size: 43px;
      color: #000000;
    }

    .sp-footer-wrap {
      width: 100%;
      margin: 0 auto;
    }
    .sp-footer-img {
      width: 897px;
      margin: 60px auto 30px;
    }
    .sp-footer-img2 {
      width: 851px;
    }
    .sp-footer-box1 {
      width: 100%;
      padding: 45px 72px 45px;
      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 72px;
      margin-top: 30px;
      background: #fdfcf5;
    }
    .sp-footer-box2 .sp-p {
      gap: 12px;
      font-size: 36px;
      margin-bottom: 26px;
    }
    .sp-footer-box2 .sp-p img {
      width: 45px;
    }
    .sp-footer-box2 .sp-li {
      font-size: 29px;
      margin-top: 16px;
      font-family: "Poppins-SemiBold";
    }

    /* iOS兼容 */
    @supports (-webkit-touch-callout: none) {
      .sp_product_part .sp-text1 .sp-text1-content {
        font-family: "Roboto-Regular" !important;
      }
      .sp-banner-item div {
        font-family: "Roboto-Regular" !important;
      }

      .sp-footer-box2 .sp-li {
        font-size: 10px !important;
        transform: scale(0.85) !important;
        transform-origin: left top !important;
        -webkit-text-size-adjust: none !important;
        text-size-adjust: none !important;
        font-family: "Poppins-SemiBold" !important;
        margin-right: 0  !important; 
      }

      .sp_product_part .option-title {
        font-size: 10px !important;
        transform: scale(0.85) !important;
        transform-origin: left top !important;
        -webkit-text-size-adjust: none !important;
        text-size-adjust: none !important;
        margin-right: 0  !important; 
      }
    }

    .sp-btn-style2 {
      width: 100%;
      height: 180px;
      display: flex;
      justify-content: center;
      z-index: 9;
      align-items: center;
      box-sizing: border-box;
      position: relative;
      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-m-fix-bg.png") no-repeat center center;
      background-size: 100% 100%;
    }
    .sp-btn-style2 .sp-area {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .sp-btn-style2 .sp-area .sp-leaf1 {
      position: absolute;
      top: 28px;
      left: 39px;
      width: 71px;
      height: 121px;
      object-fit: contain;
    }
    .sp-btn-style2 .sp-area .sp-leaf2 {
      position: absolute;
      top: 28px;
      left: 301px;
      width: 71px;
      height: 121px;
      object-fit: contain;
    }
    .sp-btn-style2 .sp-area .sp-top1 {
      position: absolute;
      top: 66px;
      left: 98px;
      width: 216px;
      height: 50px;
      object-fit: contain;
    }
    .sp-btn-style2 .sp-area .sp-gold-text {
      position: absolute;
      top: 41px;
      left: 92px;
      font-family: "Poppins-BoldItalic";
      font-size: 19px;
      color: #FFEFCB;
      font-style: italic;
      line-height: 22px;
      white-space: nowrap;
    }
    .sp-btn-style2 .sp-area .sp-white-text {
      position: absolute;
      top: 125px;
      left: 118px;
      font-family: "Poppins-Regular";
      font-size: 15px;
      color: #ffffff;
      line-height: 15px;
      white-space: nowrap;
    }
    .sp-btn-style2 .sp-area2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .sp-btn-style2 .sp-area2 .sp-cart-box {
      position: absolute;
      top: 27px;
      left: 458px;
      width: 141px;
      height: 131px;
      background: #ffffff;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sp-btn-style2 .sp-area2 .sp-cart {
      width: 99px;
      height: 87px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sp-btn-style2 .sp-area2 .sp-cart .sp-icon {
      width: 99px;
      height: 87px;
      object-fit: contain;
    }
    .sp-btn-style2 .sp-area2 .sp-cart .sp-num {
      position: absolute;
      top: -15px;
      right: -15px;
      width: 61px;
      height: 61px;
      background: #8a8a8a;
      border-radius: 50%;
      border: 3px solid #ffffff;
      font-family: "Roboto-Medium";
      font-size: 44px;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }
    .sp-btn-style2 .sp-area2 .sp-buy-text {
      position: absolute;
      top: 41px;
      left: 646px;
      font-family: "Poppins-Bold";
      font-size: 29px;
      color: #ffffff;
      line-height: 55px;
      white-space: nowrap;
      animation: skip 4s infinite;
    }
    .sp-btn-style2 .sp-area2 .sp-clock-row {
      position: absolute;
      top: 106px;
      left: 639px;
      display: flex;
      align-items: center;
    }
    .sp-btn-style2 .sp-area2 .sp-clock-icon {
      width: 56px;
      height: 43px;
      object-fit: contain;
    }
    .sp-btn-style2 .sp-area2 .sp-clock-text {
      position: absolute;
      top: 17px;
      left: 68px;
      font-family: "Montserrat-Regular";
      font-size: 20px;
      color: #ffffff;
      line-height: 23px;
      white-space: nowrap;
    }
    .sp-btn-style2 .sp-area2 .sp-row {
      display: none;
    }

    .sp-btn-style2.sp-fixed-bottom {
      position: fixed;
      bottom: -1px;
      left: 0;
      animation: stuckMoveUp 0.3s;
      display: none;
    }
    .sp-btn-style2.sp-fixed-bottom.show {
      display: flex;
    }
    .sp_main {
      overflow: hidden;
    }
    .sp-menu-mask {
      background: rgba(11, 11, 11, 0.6);
      width: 100%;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: fixed;
      top: 0;
      z-index: 99;
      display: none;
    }
    .sp-menu {
      width: 473px;
      -webkit-overflow-scrolling: touch;
      background-color: #f2f2f2;

      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      overflow-x: hidden;
      overflow-y: auto;
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      padding-top: 110px;
      box-sizing: border-box;
      animation: stuckMoveLeft 0.5s;
    }

    .sp-menu .sp-menu-item {
      width: 100%;
      height: 90px;
      border-bottom: 1px solid rgba(71, 71, 71, 0.14);

      font-family: "Montserrat-Bold";

      font-size: 33px;
      color: #636363;
    }
    .sp-menu .sp-menu-item a {
      width: 100%;
      height: 100%;
      padding-left: 55px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      font-family: Poppins-Bold;
    }
    .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;
      cursor: pointer;
    }

    /* ========== 移动端 Shopping 模块样式 ========== */
    .sp_product_part .sp-banner {
      width: 100%;
      height: 310px;
      background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-m-bn1.png") no-repeat center center;
      background-size: 100% 100%;
      padding-top: 0;
      position: relative;
    }

    /* 隐藏PC端星星，显示移动端星星 */
    .sp_product_part .sp-text1 .sp-icon-pc {
      display: none;
    }
    .sp_product_part .sp-text1 .sp-icon-m {
      display: block;
      width: 126px;
      height: 24px;
    }

    .sp_product_part .sp-text1 {
      position: absolute;
      top: 123px;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 0;
      justify-content: center;
    }

    .sp_product_part .sp-text1 .sp-text1-content {
      font-family: "Poppins-Medium";
      font-size: 28px;
      color: #1b1b1b;
      line-height: 28px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    /* iOS兼容 */
    @supports (-webkit-touch-callout: none) {
      .sp_product_part .sp-text1 .sp-text1-content {
        font-family: "Poppins-Medium";
        font-size: 28px;
        color: #ebebeb;
        line-height: 28px;
        display: flex;
        align-items: center;
        gap: 5px;
        letter-spacing: -1px;
      }
    }

    .sp_product_part .sp-text1 .sp-color {
      color: #ff7800;
      font-family: "Poppins-Medium";
      display: inline;
    }

    .sp_product_part .sp-title1 {
      position: absolute;
      top: 183px;
      left: 0;
      right: 0;
      font-family: "Poppins-Bold";
      font-size: 59px;
      color: #1B1B1B;
      margin-bottom: 0;
      gap: 0;
      text-align: center;
      justify-content: center;
    }

    .sp_product_part .sp-title1 p {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .sp_product_part .sp-title1 .sp-color2 {
      color: #ff7800;
      display: inline;
    }

    /* 移动端隐藏左右表情 */
    .sp_product_part .sp-title1 .sp-icon-left,
    .sp_product_part .sp-title1 .sp-icon-right {
      display: none;
    }

    /* 移动端走马灯 */
    .sp-banner-swiper-wrap {
      position: absolute;
      top: 290px;
      width: 100%;
      overflow: hidden;
    }

    .sp-banner-swiper .swiper-wrapper {
      transition-timing-function: linear !important;
    }

    .sp-banner-item {
      display: flex;
      align-items: center;
      gap: 9px;
      width: auto !important;
      margin-right: 90px;
    }

    .sp-banner-item .sp-arrow {
      width: 37px;
      height: 26px;
      object-fit: contain;
    }

    .sp-banner-item div {
      font-family: "Poppins-Regular";
      font-size: 32px;
      color: #1B1B1B;
      line-height: 1;
      white-space: nowrap;
    }

    /* 产品容器 */
    .sp_product_content {
      width: 970px;
      padding: 61px 0 0;
      margin: 0 auto;
      flex-direction: column;
      gap: 40px;
    }

    .sp_product_part .sp-img-wrap {
      width: 970px;
      height: 684px;
      border-radius: 20px;
      padding: 20px 14px 0;
    }

    .sp_product_part .sp-product-img-container {
      width: 942px;
      height: 524px;
      border-radius: 15px;
    }

    .sp_product_part .sp-product-img-container .sp-product-img {
      width: 100%;
      height: 100%;
    }

    /* 礼盒和进度条 */
    .sp_product_part .sp-row1 .sp-icon {
      width: 58px;
      height: 62px;
      margin-right: 14px;
    }

    .sp_product_part .sp-row1 .sp-line-wrap {
      width: 456px;
      height: 17px;
      border-radius: 9px;
    }

    .sp_product_part .sp-row1 .sp-p .sp-icon-s {
      width: 25px;
      height: 25px;
    }

    .sp_product_part .sp-row1 .sp-p {
      font-size: 23px;
      gap: 5px;
    }

    /* 倒计时 */
    .sp_product_part .sp-clock-s {
      font-size: 16px;
    }

    .sp_product_part .sp-clock-s .sp-dots {
      height: 38px;
      margin-top: 0;
    }

    /* 产品信息区域 */
    .sp_product_inner {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
    }

    .sp_product_part .sp-title-s {
      font-size: 45px;
      text-align: left;
      white-space: nowrap;
      /* margin-top: 107px; */
    }

    .sp_product_part .sp-price-group {
      justify-content: flex-start;
    }

    .sp_product_part .sp-price1 {
      font-family: "Poppins-Bold";
      font-size: 72px;
    }

    .sp_product_part .sp-price2 {
      font-size: 42px;
    }


    .sp_product_part .sp-row .sp-p {
      font-size: 40px;
    }

    /* 选项按钮 */
    .sp_product_part .opt-group {
      gap: 19px;
    }

    .sp_product_part .sp-option {
      font-size: 36px;
    }

    .sp_product_part .sp-opt-group1 .sp-option:first-child,
    .sp_product_part .sp-opt-group2 .sp-option:first-child,
    .sp_product_part .sp-opt-group3 .sp-option:first-child {
      width: 292px;
      height: 72px;
      border-radius: 5px;
    }

    .sp_product_part .sp-opt-group1 .sp-option:nth-child(2) {
      width: 293px;
      height: 74px;
      border-radius: 5px;
    }

    .sp_product_part .sp-opt-group2 .sp-option:nth-child(2) {
      width: 419px;
      height: 74px;
      border-radius: 5px;
    }

    .sp_product_part .sp-opt-group3 .sp-option:nth-child(2) {
      width: 620px;
      height: 74px;
      border-radius: 5px;
    }

    .sp_product_part .sp-opt-group3 .sp-option:nth-child(3) {
      width: 604px;
      height: 74px;
      border-radius: 5px;
    }

    .sp_product_part .sp-option .sp-hot {
      width: 83px;
      height: 56px;
      right: -4px;
      bottom: 53px;
      top: auto;
    }

    /* 数量输入框 */
    .sp_product_part .sp-calc {
      border-radius: 10px;
    }

    .sp_product_part .sp-calc .sp-reduce,
    .sp_product_part .sp-calc .sp-add,
    .sp_product_part .sp-calc input {
      font-size: 43px;
    }

    /* 添加到购物车 */
    .sp_product_part .sp_add_cart {
      display: flex;
      align-items: center;
    }

    .sp_product_part .sp_add_cart .sp-icon {
      vertical-align: middle;
    }

    /* 红色按钮 */
    .sp_product_part .sp_buy_now {
      border-radius: 10px;
    }

    .sp-scroll-top {
      scroll-margin-top: 0px;
    }
  }
  .sp-scroll-top {
    scroll-margin-top: 60px;
  }
  @media (max-width: 1080px) {
    /* ========== 移动端海报板块：绑品1 ========== */
    .sp-promo1-nav {
      width: 1080px;
      height: 466px;
      position: relative;
      font-family: "Poppins-Regular";
      /* margin-top: 60px; */
    }

    .sp-promo1-nav .sp-promo1-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 左侧文字区域 */
    .sp-promo1-nav .sp-promo1-text-side {
      position: absolute;
      top: 30px;
      left: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    /* 头部组合：10 + (BUY BOTH / % OFF) */
    .sp-promo1-nav .sp-promo1-header-group {
      display: flex;
      align-items: flex-end;
      margin-bottom: 10px;
    }

    /* 数字 10 */
    .sp-promo1-nav .sp-promo1-num {
      font-size: 180px;
      font-weight: 700;
      color: #CD1D1C;
      font-family: "Poppins-SemiBold";
      font-style: italic;
      line-height: 0.75;
      letter-spacing: -10px;
    }

    /* 右侧列：包含 BUY BOTH 和 % OFF */
    .sp-promo1-nav .sp-promo1-right-col {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 13px;
      margin-left: 10px;
    }

    /* BUY BOTH 黑底标签 */
    .sp-promo1-nav .sp-promo1-buy-both-tag {
      background-color: #000;
      color: #fff;
      font-size: 40px;
      font-family: "Poppins-Regular";
      font-style: italic;
      padding: 5px 15px;
      transform: skewX(-10deg) translateX(30px);
      margin-bottom: 5px;
      line-height: 1.2;
    }

    /* % OFF 行 */
    .sp-promo1-nav .sp-promo1-off-row {
      display: flex;
      align-items: flex-end;
    }

    /* 圆形 % */
    .sp-promo1-nav .sp-promo1-percent-circle {
      width: 68px;
      height: 68px;
      background-color: #FFCF88;
      border-radius: 50%;
      color: #CD1D1C;
      font-size: 38px;
      font-weight: 800;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      border: 8px solid #CD1D1C;
      box-sizing: border-box;
    }

    /* OFF 文字 */
    .sp-promo1-nav .sp-promo1-off-text {
      font-size: 75px;
      color: #CD1D1C;
      line-height: 0.8;
      font-family: "Poppins-Regular";
    }

    /* 副标题 */
    .sp-promo1-nav .sp-promo1-subhead {
      font-size: 26px;
      color: #333;
      margin-bottom: 10px;
      font-family: "Poppins-Medium";
    }

    /* 特性列表 */
    .sp-promo1-nav .sp-promo1-list {
      list-style: none;
      margin-bottom: 15px;
      padding: 0;
    }

    .sp-promo1-nav .sp-promo1-list li {
      display: flex;
      align-items: center;
      font-size: 23px;
      color: #444;
      line-height: 1;
      margin-bottom: 12px;
      font-family: "Poppins-Regular";
    }

    /* 复选框图标 */
    .sp-promo1-nav .sp-promo1-icon-check {
      width: 30px;
      height: 28px;
      margin-right: 15px;
      object-fit: contain;
    }

    /* 按钮 */
    .sp-promo1-nav .sp-promo1-btn-wrap {
      position: relative;
      display: inline-block;
    }

    .sp-promo1-nav .sp-promo1-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 421px;
      height: 103px;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      background: url('https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-m-promo1-btn.png') no-repeat center center;
      background-size: 100% 100%;
      animation: skip 4s infinite;
    }

    .sp-promo1-nav .sp-promo1-btn .sp-btn-text {
      font-family: "Poppins-SemiBoldItalic";
      font-size: 39px;
      font-style: italic;
      color: #FFF0DC;
      /* background: linear-gradient(-64deg, #FFF0DC 0%, #FFE1B4 50.5126953125%, #FFE6CD 100%); */
      -webkit-background-clip: text;
      /* text-shadow: 0px 7px 25px rgba(221,4,4,0.7); */
      /* -webkit-text-fill-color: transparent; */
      background-clip: text;
      font-weight: normal;
      line-height: 1;
      margin-top: 10px;
    }

    .sp-promo1-nav .sp-promo1-btn .sp-btn-arrow {
      width: 72px;
      height: 74px;
      object-fit: contain;
      margin-top: 26px;
    }

    /* 右侧产品图 */
    .sp-promo1-nav .sp-promo1-product {
      position: absolute;
      top: 50px;
      right: 30px;
      width: 500px;
      height: 380px;
      object-fit: contain;
    }
    

    .mf-bundle-product {
      zoom: 2.2;
    }
  }

  /* =========================================
    PC端样式 (基准宽度 1920px) - 对应图一
    ========================================= */

  .sp-promise-section2 {
    width: 100%;
    height: 418px;
    background: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-circle-bg-pc.webp") no-repeat center center;
    padding: 45px 99px 45px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    font-family: "Roboto";
    overflow: hidden;
  }

  /* 标题样式 */
  .sp-bz3-section-title {
    font-size: 55px;
    line-height: 55px;
    font-family: "TimesNewRomanPS-BoldMT";
    color: #141414;
    margin-bottom: 75px;
    white-space: nowrap;
    /* font-style: italic; */
  }

  /* 卡片容器：PC端横向排列 */
  .sp-bz3-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 43px;
  }

  /* 单个卡片样式 */
  .sp-bz3-card {
    height: 197px;
    background: #ffff;
    border-radius: 25px;

    flex: 1; /* 三等分 */
    display: flex;
    flex-direction: column; /* PC端内容上下排列 */
    align-items: center; /* PC端内容居中 */
    text-align: center; /* PC端文字居中 */
    position: relative;
    padding: 58px 40px 0;
    box-sizing: border-box;
  }

  /* 图标区域 */
  .sp-bz3-card-icon {
    width: 73px;
    height: 73px;
    /* 如果没有图片，用此做占位符效果 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
  }

  .sp-bz3-icon-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* 文本内容区域 */
  .sp-bz3-card-content .sp-bz3-title {
    font-size: 20px;
    color: #282828;
    font-family: "Poppins-Bold";
    margin: 0px 0px 0px;
    padding: 0 0px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: 20px;
  }

  /* PC端显示，移动端隐藏 */
  .sp-bz3-card-content .sp-pc-br {
    display: inline;
  }
  .sp-bz3-card-content .sp-m-br {
    display: none;
  }

  .sp-bz3-card-content p {
    font-family: "Poppins-Medium";
    font-size: 15px;
    color: #666666;
    line-height: 22px;
    white-space: nowrap;
  }

  /* =========================================
            移动端/窄屏样式 (基准宽度 1080px) - 对应图二
            你的JS会在 width <= 1080 时触发缩放，
            这里的CSS负责改变布局结构
            ========================================= */

  @media screen and (max-width: 1080px) {
    .sp-promise-section2 {
      width: 100%;
      height: 1365px;
      padding: 0;
      background-image: url("https://cdn.shopify.com/s/files/1/0749/9595/8082/files/20260106-m-circle-bg.webp");
      background-size: 100% 100%;
      position: relative;
    }

    /* 移动端标题 */
    .sp-bz3-section-title {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 0;
      font-family: "TimesNewRomanPS-BoldMT";
      font-size: 65px;
      color: #141414;
      box-sizing: border-box;
      text-transform: none;
      line-height: 1.1;
    }

    /* 容器改为纵向排列 */
    .sp-bz3-cards-container {
      position: absolute;
      top: 216px;
      left: 50%;
      transform: translateX(-50%);
      flex-direction: column;
      gap: 40px;
      width: 997px;
    }

    .sp-bz3-card {
      width: 997px;
      height: 317px;
      flex: unset;
      flex-direction: row;
      align-items: center;
      text-align: left;
      padding: 0 50px 0 45px;
      border-radius: 30px;
      box-sizing: border-box;
      background: #ffffff;
    }

    .sp-bz3-card-icon {
      margin-bottom: 0;
      margin-right: 51px;
      width: 225px;
      height: 225px;
      flex-shrink: 0;
      position: unset;
      top: unset;
      transform: unset;
    }

    .sp-bz3-card-content .sp-bz3-title {
      font-family: "Poppins-Bold";
      font-size: 40px;
      color: #282828;
      margin: 0;
      margin-bottom: 20px;
      line-height: 1.2;
      padding-left: 0;
      padding-right: 0px;
      height: auto;
    }

    /* 移动端显示，PC端隐藏 */
    .sp-bz3-card-content .sp-pc-br {
      display: none;
    }
    .sp-bz3-card-content .sp-m-br {
      display: inline;
    }

    .sp-bz3-card-content p {
      font-family: "Poppins-Medium";
      font-size: 25px;
      color: #666666;
      font-style: normal;
      line-height: 1.3;
    }
  }

  /* ================= 核心容器 (配合 JS zoom) ================= */
  .sp-qa2-container {
    margin: 0 auto;
    min-height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px;
    transform-origin: top left;
    font-family: "Roboto";
  }

  /* ================= 组件样式 (sp-qa2-前缀) ================= */

  /* 标题样式 */
  .sp-qa2-title {
    text-align: center;
    font-size: 55px;
    color: #141414;
    margin-bottom: 65px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: "TimesNewRomanPS-BoldMT";
    white-space: nowrap;
  }

  /* 列表容器 */
  .sp-qa2-list-container {
    margin: 0 auto;
    width: 1300px; /* PC端内容宽度 */
  }

  /* 单个卡片 */
  .sp-qa2-item {
    border-radius: 0px;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 36px;
    box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  }

  /* 问题区域 (点击触发区) */
  .sp-qa2-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    color: #0f0f10;
    height: 112px;
    border-radius: 0px;
    font-family: "Poppins-Medium";
    padding: 0 40px;
    position: relative;
    transition: background-color 0.3s;
    background: #ffffff;
  }

  /* 鼠标悬停在问题上时，稍微变色 */
  .sp-qa2-question:hover {
    background-color: #f5f5f5;
  }

  /* 图标外面的盒子 */
  .sp-qa2-icon-box {
    width: 32px;
    height: 32px;
    background: #000000;
    border-radius: 0px;
    font-size: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    font-family: "Poppins-Light";
    line-height: 1;
  }

  /* 加减号图标 */
  .sp-qa2-icon-box .sp-icon-plus {
    display: block;
  }
  .sp-qa2-icon-box .sp-icon-minus {
    display: none;
  }

  /* 答案区域 (默认隐藏) */
  .sp-qa2-answer {
    display: none;
    font-family: "Poppins-Medium";
    padding: 30px 60px 30px 40px;
    font-size: 30px;
    color: #191919;
    line-height: 1.5;
    border-top: 1px solid transparent;
  }

  /* ================= 激活(展开)状态 ================= */
  .sp-qa2-item.active {
    box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  }
  .sp-qa2-item.active .sp-qa2-question {
    background: #1b1b1b;
    color: #FEFEFE;
    border-radius: 0px;
  }
  /* 激活时，图标盒子变白色 */
  .sp-qa2-item.active .sp-qa2-icon-box {
    color: #593F31;
    background: #ffffff;
  }
  .sp-qa2-item.active .sp-icon-plus {
    display: none;
  }
  .sp-qa2-item.active .sp-icon-minus {
    display: block;
  }

  /* FAQ按钮样式 */
  .sp-qa2-btn-wrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }

  .sp-qa2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 80px;
    background: linear-gradient(180deg, #FF9C90, #EF4444) !important;
    border-radius: 40px;
    box-shadow: 0px 5px 0px 0px #C22F2F;
    font-family: "Poppins-ExtraBold";
    font-size: 37px;
    color: #ffffff;
    line-height: 1;
    animation: skip 4s infinite;
  }

  .sp-qa2-container .sp-btn-style1 {
    margin: 80px auto 0;
  }

  /* ================= 移动端 适配 (基准 1080px) ================= */
  @media screen and (max-width: 1080px) {
    .sp-qa2-container {
      width: 1080px;
      box-sizing: border-box;
      padding: 110px 40px 250px;
      min-height: unset;
      overflow: hidden;
    }
    .sp-qa2-list-container {
      width: auto;
    }
    .sp-qa2-title {
      font-size: 65px;
      margin-bottom: 65px;
    }
    .sp-qa2-title .sp-p {
      font-size: 36px;
    }

    .sp-qa2-item {
      margin-bottom: 30px;
    }

    .sp-qa2-question {
      font-size: 30px;
      height: 122px;
      font-family: "Roboto-Medium";
    }

    .sp-qa2-icon-box {
      width: 50px;
      height: 50px;
      font-size: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 4px;
      box-sizing: border-box;
    }

    .sp-qa2-answer {
      font-size: 28px;
      color: #191919;
      line-height: 41px;
      font-family: Poppins-Medium;
    }

    /* 移动端FAQ按钮 */
    .sp-qa2-btn-wrap {
      margin-top: 121px;
    }

    .sp-qa2-btn {
      width: 1000px;
      height: 150px;
      background: linear-gradient(180deg, #FF9C90, #EF4444);
      border-radius: 75px;
      box-shadow: 0px 5px 0px 0px #C22F2F;
      font-family: "Poppins-ExtraBold";
      font-size: 46px;
      color: #ffffff;
    }

    .sp-qa2-container .sp-btn-style1 {
      margin: 80px auto 0;
      background: linear-gradient(180deg, #02a5e9, #0077b6);
    }
  }

  .gradually .sp-title span,
  .gradually i {
    display: inline-block;
    position: relative;
    opacity: 0;
    font-style: normal;
  }
  .gradually .sp-sub-title {
    opacity: 0;
  }

  @keyframes swift-up-fade {
    0% {
      transform: translateY(0.8rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes swiper-up-fade {
    0% {
      transform: translateY(20px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  .sp-ani,
  .sp-ani2 {
    opacity: 0;
  }
  @keyframes sp-fade-in {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes sp-fade-left {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes stuckMoveDown {
    0% {
      transform: translateY(-100%);
    }

    to {
      transform: translateY(0);
    }
  }

  @keyframes stuckMoveUp {
    0% {
      transform: translateY(100%);
    }

    to {
      transform: translateY(0);
    }
  }
  @keyframes stuckMoveLeft {
    0% {
      transform: translateX(100%);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes stuckFadeIn {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }


.mf-bundle-checkout-warning{
  color: #788188 !important;
  opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
  color: #000;
  opacity: 0.75;
  font-size: 16px !important;
}
.app-embed-plus-component-bundler {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


#root .customer_buy_more_wrapper .customer_buy_more_title {
  font-size: 50px;
  margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
  color: #000;
}
#root .quick-add-hidden {
  margin: 20px 40px 40px;
  font-size: 40px;
}
#root table.customer-buy-more-discount-table th, td {
  padding: 20px 10px !important;
}


product-recommendations {
    display: none !important;
}
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
display: none !important;
}