/** Shopify CDN: Minification failed

Line 66:3 Unexpected "*"

**/
@font-face {
  font-family: Roboto-Bold;
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
}

@font-face {
  font-family: Roboto-Black;
  src: url('/cdn/shop/files/Roboto-Black.ttf');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
}

@font-face {
  font-family: Roboto-Regular;
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-BoldItalic;
  src: url('/cdn/shop/files/Poppins-BoldItalic.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
}

@font-face {
  font-family: Anton;
  src: url('/cdn/shop/files/Anton.ttf');
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('/cdn/shop/files/Montserrat-Regular.ttf');
}

@font-face {
  font-family: AllisonDreamDemo-Regular;
  src: url('/cdn/shop/files/allison-dream-regular.otf');
}

﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  -ms-text-size-adjust: auto !important;
  -webkit-font-smoothing: antialiased;
  line-height:initial;
  background:#fff;
  font-weight:initial;
}

ol, ul,p{
    margin:initial;
    padding:initial;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
img {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
#root {
  letter-spacing: 0px;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-ww {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #FFF;
}
.sp-fixed .sp_header-content {
  top: 0px;
  /* width: 100%; */
  /* left: 0; */
  box-sizing: border-box;
  /* padding: 0 260px; */
  border-radius: 0;
  max-width: 1920px;
  position: relative;
}
.sp-fixed .sp_header-top {
  display: none;
}

.sp_header-top {
  width: 100%;
  height: 24px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  top: 0px;
  text-transform: uppercase;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1E0800;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  width: 1400px;
  height: 73px;
  border-radius: 37px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding-left: 199px;
  padding-right: 16px;
  background-color: rgba(255, 255, 255, .88);
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 76px;
  font-family: Poppins-Bold;
  font-size: 16px;
  color: #000000;
  /* padding-top: 3px; */
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 10px;
  background: #CD160C;
  border-radius: 3px;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 13px;
  transform: translateY(-1px);
  font-family: Poppins-Medium;
}
.sp_header-content ul li:hover {
  /* color: #8359ae; */
}
.sp_header-content .sp-logo-box {
  height: 32px;
  position: absolute;
  left: 48px;
}
.sp_header-content .sp-logo {
  height: 100%;
}
.sp-cart {
  width: 36px;
  margin-right: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 24px;
  height: 24px;
  background: #FF0000;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -8px;
  font-size: 17px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #8A8A8A;
}

.sp-top-btn {
  width: 182px;
  height: 41px;
  background: #FE0000;
  border-radius: 21px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-family: Poppins-Bold;

  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-price-group {
  display: flex;
  align-items: baseline;
}

.sp-price-group .sp-price2 {
  text-decoration: line-through;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-stroke {
  position: relative;
}
.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sp-stroke-shadow {
  position: relative;
  z-index: 1;
}
.sp-stroke-shadow::before {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: -6px 8px 0px rgba(16, 16, 16, 0.39);
  z-index: -1;
}

.sp-btn-style1 {
  width: 551px;
  height: 86px;
  background: #963923;
  border-radius: 43px;
  font-size: 42px;
  color: #ffffff;
  font-family: Poppins-Bold;
  padding-left: 118px;
  /* text-align: center; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: skip 4s infinite 1s;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  line-height: 90px;
}

.sp-btn-style1 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  height: 86px;
}

.sp-title {
  font-family: Anton;
  font-size: 55px;
  text-align: center;
  color: #2D0800;
}

.sp-color {
  color: #963923;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 24px;
  text-align: center;
  color: rgba(29, 14, 0, .8);
}

.sp-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sp-part1 {
  height: 1184px;
  background-color: rgba(251, 239, 234, .26);
}

.sp-part1 .sp-box {
  width: 1400px;
  height: 100%;
  position: absolute;
  left: 260px;
  top: 0;

  padding-top: 196px;
}

.sp-part1 .sp-t1 {
  font-family: AllisonDreamDemo-Regular;
  font-size: 68px;
  color: #7F2100;
  line-height: 141px;
  background: linear-gradient(-32deg, #AA452E 0.1220703125%, #CC7460 46.435546875%, #AA452E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.sp-part1 .sp-t2 {
  margin-top: -33px;
  font-family: Anton;
  font-size: 80px;
  color: #2D0800;
  line-height: 77px;
  position: relative;
  z-index: 1;
}

.sp-part1 .sp-t3 {
  margin-top: 14px;
  font-family: Poppins-Regular;
  font-size: 26px;
  color: rgba(50, 33, 0, .8);
  line-height: 36px;
}

.sp-part1 .sp-img1 {
  position: absolute;
  top: 69px;
  left: 64px;
  height: 262px;
}

.sp-part1 .sp-img3 {
  position: absolute;
  top: 69px;
  left: 64px;
  height: 262px;
  display: none;
}

.sp-part1 .sp-img4 {
  position: absolute;
  top: 69px;
  left: 64px;
  height: 262px;
  display: none;
}

.sp-part1 .sp-bg {
  position: absolute;
  top: 69px;
  left: 64px;
  height: 262px;
  width: 236px;
  background: #000000;
  opacity: 0.28;
}

.sp-part1 .sp-img9 {
  position: absolute;
  top: 69px;
  left: 282px;
  height: 260px;
  /* display: none; */
  cursor: pointer;
  z-index: 3;
}

.sp-part1 .sp-img2 {
  position: absolute;
  top: 513px;
  left: 19px;
  height: 372px;
  z-index: 2;
}

.sp-part1 .sp-btn-style1 {
  margin-top: 373px;
  padding-left: 142px;
}

.sp-part1 .sp-part1-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 230px;

  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 168px;
  background-color: rgba(195, 144, 132, .4);
}

.sp-part1 .sp-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;

  text-align: center;
  font-family: Poppins-Regular;
  color: #1C0600;
  font-size: 20px;
  line-height: 30px;
}

.sp-part1 .sp-item img {
  height: 65px;
}

.sp-part2 {
  height: 639px;
  background-color: rgba(251, 239, 234, .26);
  padding-top: 89px;
}

.sp-part2 .sp-title {
  line-height: 53px;
}

.sp-part2 .sp-sub-title {
  line-height: 24px;
  margin-top: 27px;
}

.sp-part2 .sp-content {
  width: 1400px;
  height: 297px;
  margin: 48px auto 0;
  position: relative;
}

.sp-part2 .sp-item {
  position: absolute;
  bottom: 92px;
  left: 85px;

  font-family: Poppins-Regular;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}

.sp-part2 .sp-item2 {
  left: 442px;
}

.sp-part2 .sp-item3 {
  left: 800px;
}

.sp-part2 .sp-item4 {
  left: 1176px;
}

.sp-part3 {
  height: 1382px;
  padding-top: 92px;
  background-color: rgba(251, 239, 234, .4);
}

.sp-part3 .sp-title {
  line-height: 49px;
}

.sp-part3 .sp-sub-title {
  margin-top: 31px;
  line-height: 26px;
}

.sp-part3 .sp-box {
  position: absolute;
  top: 260px;
  left: 260px;

  width: 868px;
  height: 500px;
  border-radius: 70px 0px 70px 0px;
  overflow: hidden;
}

.sp-part3 .sp-video {
  width: 100%;
  height: 100%;
}

.sp-part3 .sp-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part3 .sp-img1 {
  position: absolute;
  bottom: 1px;
  left: 2px;
  height: 428px;
}

.sp-part3 .sp-item-box {
  display: flex;
  align-items: center;
  gap: 41px;
  
  position: absolute;
  top: 789px;
  left: 260px;
}

.sp-part3 .sp-item-box .sp-item {
  display: flex;
  align-items: center;
  gap: 22px;

  font-family: Poppins-Regular;
  color: #1D0E00;
  font-size: 24px;
}

.sp-part3 .sp-item-box img {
  height: 32px;
}

.sp-part3 .sp-img-box {
  width: 556px;
  position: absolute;
  top: 285px;
  left: 1102px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;

  font-family: Poppins-Regular;
  color: #1D0E00;
  font-size: 24px;
  line-height: 26px;
}

.sp-part3 .sp-img-box img {
  height: 476px;
}

.sp-part3 .sp-swiper3 {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 1920px;
}

.sp-part3 .sp-swiper3 .swiper-slide {
  position: relative;
  width: 1920px;
  height: 474px;
  transition: all 0.3s;
  margin: 0;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sp-part3 .sp-swiper3 .sp-item {
  position: relative;
  width: 732px;
  height: 474px;
}

.sp-part3 .sp-swiper3 .sp-t1 {
  position: absolute;
  bottom: 41px;
  left: 151px;

  font-family: Poppins-Medium;
  color: #1D0E00;
  font-size: 30px;
  line-height: 25px;
}

.sp-part3 .sp-swiper3 .sp-t2 {
  left: 497px;
}

.sp-part4 {
  box-sizing: border-box;
  height: 931px;
  padding-top: 83px;
  background-color: rgba(251, 239, 234, .4);
}

.sp-part4 .sp-title {
  line-height: 54px;
}

.sp-part4 .sp-sub-title {
  line-height: 26px;
  margin-top: 20px;
}

.sp-part4 .sp-img1 {
  position: absolute;
  left: 185px;
  bottom: 0;
  width: 785px;
}

.sp-part4 .sp-img2 {
  position: absolute;
  left: 900px;
  top: 236px;
  width: 682px;
}

.sp-part4 .sp-item-box {
  width: 682px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 78px;

  position: absolute;
  bottom: 228px;
  left: 900px;
}

.sp-part4 .sp-item {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;

  font-family: Poppins-Regular;
  color: #1D0E00;
  font-size: 20px;
  line-height: 22px;
}

.sp-part4 .sp-btn-style1 {
  position: absolute;
  bottom: 100px;
  right: 400px;
}

.sp-part5 {
  height: 827px;
}

.sp-part5 .sp-box {
  width: 1920px;
  height: 827px;
  position: relative;
  margin: 0 auto;
}

.sp-part5 .sp-t1 {
  font-family: Anton;
  color: #2D0800;
  font-size: 50px;
  line-height: 53px;

  position: absolute;
  top: 149px;
  left: 299px;
}

.sp-part5 .sp-t2 {
  font-family: Roboto-Regular;
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  line-height: 28px;

  position: absolute;
  left: 300px;
  top: 278px;
}

.sp-part5 .sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  position: absolute;
  top: 429px;
  left: 310px;
}

.sp-part5 .sp-text1 {
  font-family: Poppins-Bold;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  background: linear-gradient(-32deg, #AA452E 0.1220703125%, #CC7460 46.435546875%, #AA452E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-part5 .sp-text1 span {
  font-size: 20px;
  line-height: 1;
}

.sp-part5 .sp-text2 {
  font-family: Poppins-Regular;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.sp-part5 .sp-item2 {
  left: 516px;
}

.sp-part5 .sp-item3 {
  left: 706px;
}

.sp-part6 {
  height: 1014px;
  padding-top: 100px;
}

.sp-part6 .sp-title {
  line-height: 55px;
}

.sp-part6 .sp-sub-title {
  line-height: 26px;
  margin-top: 24px;
}

.sp-part6 .sp-item {
  position: absolute;
  top: 318px;
  left: 426px;

  display: flex;
  flex-direction: column;
}

.sp-part6 .sp-t1 {
  font-family: Poppins-Bold;
  color: #1D0E00;
  font-size: 24px;
  line-height: 27px;
}

.sp-part6 .sp-line {
  width: 217px;
  height: 1px;
  border-top: 1px dashed #2D0800;
  opacity: 0.41;

  margin-top: 12px;
  margin-bottom: 13px;
}

.sp-part6 .sp-line2 {
  width: 316px;
}

.sp-part6 .sp-t2 {
  font-family: Poppins-Regular;
  color: rgba(29, 14, 0, .8);
  font-size: 20px;
  line-height: 30px;
}

.sp-part6 .sp-item2 {
  left: 290px;
  top: 542px;
}

.sp-part6 .sp-item2 .sp-t1 {
  color: #FFFFFF;
}

.sp-part6 .sp-item2 .sp-line {
  border-color: #FFFFFF;
}

.sp-part6 .sp-item2 .sp-t2 {
  color: rgba(255, 255, 255, .8);
}

.sp-part6 .sp-item3 {
  top: 764px;
  left: 426px;
}

.sp-part7 {
  height: 960px;
  background-color: rgba(251, 239, 234, .33);
  padding-top: 100px;
}

.sp-part7 .sp-title {
  line-height: 55px;
}

.sp-part7 .sp-sub-title {
  line-height: 26px;
  margin-top: 18px;
}

.sp-part7 .sp-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 49px;
}

.sp-part7 .sp-btn {
  width: 442px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #963923;

  font-family: Poppins-Regular;
  color: #1D0E00;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.sp-part7 .sp-btn.sp-active {
  background: #963923;
  color: #FFFFFF;
}

.sp-part7 .sp-swiper7 {
  width: 1920px;
  margin-top: 41px;
}

.sp-part7 .sp-swiper7 .swiper-slide {
  position: relative;
  width: 1920px;
  height: 401px;
  transition: all 0.3s;
  margin: 0 0px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
}

.sp-part7 .sp-swiper7 img {
  width: 766px;
  height: 401px;
  object-fit: contain;
}

.sp-part7 .sp-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.sp-part7 .sp-t1 {
  font-family: Poppins-Bold;
  color: #1D0E00;
  font-size: 30px;
  line-height: 32px;
}

.sp-part7 .sp-t2 {
  font-family: Poppins-Regular;
  color: #1D0E00;
  font-size: 24px;
  line-height: 34px;
}

.sp-swiper-buttons {
  position: absolute;
  top: 529px;
  left: 260px;
  align-items: center;
  display: flex;
  gap: 1336px;
  z-index: 2;
}

.sp-swiper-buttons .sp-swiper-btn {
  position: relative;
  width: 32px;
  height: 34px;
  cursor: pointer;
  background: url('/cdn/shop/files/20260310-yxjb-bg7-4.png') no-repeat;
  background-size: 100% auto;
}

.sp-swiper-buttons .sp-swiper7-btn-next {
  background-image: url('/cdn/shop/files/20260310-yxjb-bg7-5.png');
}

.sp-part7 .sp-btn-style1 {
  margin: 29px auto 0;
}

.sp-part8 {
  height: 1011px;
  padding-top: 96px;
}

.sp-part8 .sp-title {
  line-height: 53px;
  position: absolute;
  top: 370px;
  left: 578px;
}

.sp-part8 .sp-font {
  font-family: Poppins-Regular;
  color: #1D0E00;
  font-size: 20px;
  line-height: 40px;

  position: absolute;
  top: 448px;
  left: 445px;
}

.sp_product_part {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 93px 0px 100px;
  /* background: url('/cdn/shop/files/20260310-yxjb-shop-bg.png') no-repeat;
  background-size: 100% auto; */
}

.sp_product_part .sp-text1 {
  font-family: Poppins-SemiBold;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  display: none;
}

.sp_product_part .sp-text1 img {
  height: 34px;
}

.sp_product_part .sp-title1 {
  font-family: Anton;
  font-size: 50px;
  color: #000;
  line-height: 50px;
  text-align: center;
  margin-bottom: 55px;
}

.sp_product_part .sp-color {
  color: #67230D;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
  position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
  height: 77px;
  top: 75px;
  left: 562px;
}

.sp_product_part .sp-title1 .sp-icon2 {
  height: 69px;
  top: 82px;
  left: 1276px;
}

.sp_product_part .sp-info4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 66px;
}

.sp_product_part .sp-info4-item {
  display: flex;
  align-items: center;
  gap: 21px;
  font-family: Roboto-Regular;
  font-size: 24px;
  color: #000;
}

.sp_product_part .sp-info4-item img {
  width: 25px;
}

/* 走马灯 */
.sp-scroll2 {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: fit-content;
  overflow: hidden;
  margin: 44px auto 67px;
}

.sp-scroll2 .nav-imgs {
  width: max-content;
}

.sp-scroll2 .nav-imgs .nav-imgs-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 1530px;
}

.sp-scroll2 .sp-icon {
  width: 25px;
  flex-shrink: 0;
}

.sp-scroll2 .sp-p {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #000;
  margin-right: 38px;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp_product_content {
  width: 100%;
  padding: 0 260px;
  display: flex;
  gap: 74px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: url('/cdn/shop/files/20260310-yxjb-pro-bg.png') no-repeat;
  background-size: 100% auto;
  border-radius: 30px;

  padding: 10px 10px 108px;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  width: 710px;
  height: 398px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}

.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  width: 50%;
  height: 80%;
  object-fit: contain;
  transform: scale(.9);
  margin: 0 -50px;
}

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-clock {
  width: 44px;
  position: absolute;
  bottom: 26px;
  left: 25px;
  animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-line-wrap {
  position: absolute;
  top: 443px;
  left: 84px;
  width: 344px;
  /* height: 13px;
  background: #ffffff;
  border-radius: 7px; */
}

/* .sp_product_part .sp-line-wrap .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
  margin: 0;
  opacity: 1;
} */

@keyframes sp-fade-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.sp_product_part .sp-row1 {
  position: absolute;
  bottom: 26px;
  left: 90px;
  display: flex;
  align-items: center;

  font-family: Poppins-Medium;
  font-size: 20px;
  color: #ffffff;
  line-height: 17px;
}

.sp_product_part .sp-row1 img {
  height: 19px;
  margin-right: 14px;
  transform: translateY(-4px);
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  bottom: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  width: 40px;
  height: 38px;
  background: #ffffff;
  border-radius: 9px;
  font-size: 25px;
  color: #343434;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  flex-shrink: 0;
  box-sizing: border-box;
}
.sp_product_part .sp-hours {
  position: absolute;
  left: 3px;
  top: 44px;
  font-family: Roboto-Medium;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 10px;
}
.sp_product_part .sp-mins {
  left: 90px;
}
.sp_product_part .sp-secs {
  left: 176px;
}
.sp_product_part .sp-clock-s .sp-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  /* margin: 0 5px; */
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-title-s {
  font-size: 30px;
  color: #000000;
  line-height: 33px;
  font-family: "Poppins-Bold";
}

.sp_product_part .sp-line {
  width: 596px;
  height: 3px;
  background: #000000;
  opacity: 0.3;
  margin-top: 10px;
  margin-bottom: 13px;
}

.sp_product_part .option-title {
  font-size: 24px;
  color: #696969;
  font-family: "Poppins-SemiBold";
  line-height: 28px;
  margin: 18px 0px 20px;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  position: relative;
}
.sp_product_part .sp-option {
  min-width: 166px;
  height: 48px;
  border-radius: 5px;
  border: 2px solid #D3D3D3;
  background: #F7F7F7;
  font-family: "Poppins-Medium";
  line-height: 50px;
  font-size: 24px;
  color: #696969;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
  gap: 12px;
}
.sp_product_part .sp-hot {
  height: 30px;
}
.sp_product_part .sp-option.active {
  background: #434343;
  border: 2px solid #434343;
  color: #ffffff;
}

.sp_product_part .sp-price-group {
  align-items: baseline;
  margin-bottom: 34px;
}
.sp_product_part .sp-price1 {
  font-family: Poppins-Bold;
  font-size: 50px;
  color: #ff0707;
  line-height: 45px;
}
.sp_product_part .sp-price2 {
  font-family: Poppins-Bold;
  font-size: 28px;
  color: #999999;
  margin-left: 17px;
  margin-right: 34px;
}
.sp_product_part .sp-row {
  display: flex;
  align-items: center;
  transform: translateY(10px);
}
.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 36px;

  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row .sp-p {
  width: 145px;
  height: 30px;
  background: #FD771B;
  border-radius: 10px;
  font-family: Poppins-Bold;
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  margin-left: -20px;
  padding-left: 15px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 21px;
}

.sp_product_part .addCart {
  width: 310px;
  height: 59px;
  background: #FFF3E0;
  border-radius: 10px;

  font-family: Poppins-SemiBold;
  box-sizing: border-box;
  font-size: 26px;
  color: #000;
  gap: 18px;
  text-transform: uppercase;
}
.sp_product_part .addCart img {
  width: 26px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #E00000;
  border-radius: 10px;

  cursor: pointer;
  margin: 26px 0 34px 0;
  font-size: 43px;
  color: #ffffff;
  font-family: "Poppins-Bold";

  animation: skip 4s infinite;
  text-align: center;

  box-sizing: border-box;
}

.sp-tip5 {
  width: 594px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 22px;
  line-height: 23px;
  color: #000;
  font-family: Poppins-Medium;
}
.sp-tip5 img {
  width: 58px;
}
.sp-tip5 .sp-span {
  color: #FF0000;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.addGroup {
  width: 264px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #828282;

  padding: 0px 25px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  /* padding: 4px; */
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  color: #000000;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 27px;
  color: #000000;
  /* border-left: 2px solid #646464; */
  /* border-right: 2px solid #646464; */
  line-height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp_header-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }
  2% {
    transform: scale(1.2) rotate(0);
  }
  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }
  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.sp-footer-wrap {
  width: 594px;
}
.sp-footer-img {
  width: 100%;
  display: block;
  margin: 28px auto 23px;
}

.sp-footer-box1 {
  width: 525px;
  height: 138px;
  background: #EEF8FE;
  border-radius: 10px;
  padding: 20px 50px 31px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}

.sp-footer-box2 {
  width: 525px;
  height: 138px;
  background: #FDFCF5;
  border-radius: 10px;
  padding: 17px 52px;
  box-sizing: border-box;
  margin: 21px auto 0;
}
.sp-footer-box2 .sp-icon {
  width: 29px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: "Roboto-Medium";
  line-height: 1.2;
  margin-top: 10px;
}
.sp-footer-box2 span {
  font-family: "Roboto-Bold";
}

.sp_pc {
  display: block;
  overflow-x: hidden;
}
.sp_mobile {
  display: none;
}
#root .quick-add-hidden{
        zoom:1.3;
    }
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  .sp-fixed .sp_header-top {
    display: block;
  }

  .sp_header-top {
    height: 72px;
    font-size: 30px;
    line-height: 72px;
  }
  .sp_header-content {
    width: 100%;
    height: 120px;
    position: unset;
    transform: unset;
    padding: 0 41px 0 50px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 44px;
    width: 56px;
  }
  .sp_header-content .sp-logo {
    height: 57px;
    position: unset;
    transform: unset;
    left: 150px;
  }
  .sp-cart {
    width: 68px;
    margin-right: 50px;
  }
  .sp-cart .sp-num {
    width: 29px;
    height: 29px;
    border: 3px solid #FFFFFF;
    right: -12px;
    top: -10px;
    font-size: 23px;
    line-height: 32px;
  }
  .sp-top-btn {
    width: 313px;
    height: 68px;
    border-radius: 34px;
    font-size: 35px;

    padding-top: 4px;
  }
  
  .sp-btn-style1 {
    width: 1000px;
    height: 148px;
    background: #963923;
    border-radius: 74px;
    margin: 0 auto;
    font-size: 70px;
    line-height: 148px;

    padding-left: 237px;

    overflow: hidden;
  }

  .sp-btn-style1 img {
    height: 148px;
  }

  .sp-title {
    font-size: 70px;
  }

  .sp-sub-title {
    font-size: 36px;
  }

  .sp-part1 {
    height: 2548px;
    background-color: rgba(248, 237, 234, .4);
  }

  .sp-part1 .sp-part1-bottom {
    gap: 51px;
  
    bottom: 1315px;
    height: 275px;
    background-color: transparent;
  }
  
  .sp-part1 .sp-item {
    gap: 15px;
  
    color: #1C0600;
    font-size: 32px;
    line-height: 46px;
  }

  .sp-part1 .sp-item img {
    height: 85px;
  }  

  .sp-part1 .sp-box {
    width: 100%;
    height: 1343px;
    padding-top: 86px;
    left: 0;
    top: 1204px;
    /* z-index: -1; */
  }

  .sp-part1 .sp-t1 {
    font-size: 97px;
    line-height: 202px;
    padding-left: 83px;
  }

  .sp-part1 .sp-t2 {
    margin-top: -49px;
    font-size: 114px;
    line-height: 110px;
    padding-left: 80px;
  }

  .sp-part1 .sp-t3 {
    margin-top: 20px;
    padding-left: 82px;
    font-size: 37px;
    line-height: 51px;
  }

  .sp-part1 .sp-img1 {
    top: 44px;
    left: 83px;
    height: 489px;
  }

  .sp-part1 .sp-img3 {
    top: 44px;
    left: 83px;
    height: 489px;
  }

  .sp-part1 .sp-img4 {
    top: 44px;
    left: 83px;
    height: 489px;
  }

  .sp-part1 .sp-img9 {
    top: 44px;
    left: 490px;
    height: 487px;
  }

  .sp-part1 .sp-bg {
    top: 44px;
    left: 83px;
    height: 489px;
    width: 440px;
  }

  .sp-part1 .sp-img2 {
    top: 538px;
    left: 75px;
    height: 608px;
  }

  .sp-part1 .sp-btn-style1 {
    margin: 579px auto 0;
    padding-left: 237px;
  }

  .sp-part2 {
    height: 1336px;
    padding-top: 123px;
  }

  .sp-part2 .sp-title {
    line-height: 68px;
  }
  
  .sp-part2 .sp-sub-title {
    line-height: 39px;
    margin-top: 32px;
  }

  .sp-part2 .sp-content {
    width: 1001px;
    height: 903px;
    margin-top: 52px;
  }

  .sp-part2 .sp-item {
    top: 227px;
    left: 108px;
  
    font-size: 36px;
    line-height: 46px;
  }
  
  .sp-part2 .sp-item2 {
    left: 631px;
  }
  
  .sp-part2 .sp-item3 {
    top: 712px;
    left: 87px;
  }
  
  .sp-part2 .sp-item4 {
    top: 712px;
    left: 632px;
  }

  .sp-part3 {
    height: 2093px;
    padding-top: 121px;
  }

  .sp-part3 .sp-title {
    line-height: 62px;
  }

  .sp-part3 .sp-sub-title {
    line-height: 46px;
    margin-top: 35px;
  }

  .sp-part3 .sp-box {
    width: 1000px;
    height: 565px;

    position: relative;
    top: unset;
    left: unset;
    margin: 64px auto 0;
  }

  .sp-part3 .sp-img1 {
    left: 4px;
    height: 466px;
  }

  .sp-part3 .sp-item-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 43px;
    
    top: 970px;
    left: 39px;
  }

  .sp-part3 .sp-item-box .sp-item {
    gap: 24px;
  
    font-size: 36px;
    line-height: 46px;
  }

  .sp-part3 .sp-item-box img {
    height: 36px;
  }

  .sp-part3 .sp-img-box {
    width: 640px;
    top: 843px;
    left: 399px;
  
    gap: 27px;
  
    font-size: 34px;
    line-height: 35px;
  }
  
  .sp-part3 .sp-img-box img {
    height: 427px;
  }

  .sp-part3 .sp-swiper3 {
    width: 1080px;
  }

  .sp-part3 .sp-swiper3 .swiper-slide {
    width: 1080px;
    height: 658px;
    margin: 0;

    gap: 0px;
  }

  .sp-part3 .sp-swiper3 .sp-item {
    width: 1028px;
    height: 658px;
  }

  .sp-part3 .sp-swiper3 .sp-t1 {
    bottom: 50px;
    left: 207px;
  
    font-size: 42px;
    line-height: 34px;
  }
  
  .sp-part3 .sp-swiper3 .sp-t2 {
    left: 693px;
  }

  .sp-part4 {
    padding-top: 110px;
    height: 2225px;
  }

  .sp-part4 .sp-title {
    line-height: 69px;
  }

  .sp-part4 .sp-sub-title {
    line-height: 46px;
    margin-top: 28px;
  }

  .sp-part4 .sp-img1 {
    position: initial;
    width: 933px;
    margin: 52px auto 0;
    display: block;
  }
  
  .sp-part4 .sp-img2 {
    position: initial;
    width: 998px;
    margin: -38px auto 0;
    display: block;
  }
  
  .sp-part4 .sp-item-box {
    width: 100%;
  
    gap: 68px;
  
    bottom: 354px;
    left: 0px;
  }

  .sp-part4 .sp-item {
    gap: 29px;
  
    font-size: 36px;
    line-height: 38px;
  }

  .sp-part4 .sp-btn-style1 {
    position: initial;
    margin: 254px auto 0;
  }
  
  .sp-part5 {
    height: 1035px;
    background-color: rgba(251, 239, 234, .4);
  }

  .sp-part5 .sp-box {
    width: 1005px;
    height: 930px;
  }

  .sp-part5 .sp-t1 {
    font-size: 50px;
    line-height: 50px;
  
    top: 59px;
    left: 60px;
  }

  .sp-part5 .sp-t2 {
    font-size: 30px;
    line-height: 40px;
  
    left: 61px;
    top: 128px;
  }

  .sp-part5 .sp-item {
    top: 320px;
    left: 56px;

    gap: 14px;
  }

  .sp-part5 .sp-text1 {
    font-size: 46px;
    line-height: 46px;
  }
  
  .sp-part5 .sp-text1 span {
    font-size: 24px;
  }

  .sp-part5 .sp-text2 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .sp-part5 .sp-item2 {
    left: 227px;
  }
  
  .sp-part5 .sp-item3 {
    left: 395px;
  }

  .sp-part6 {
    height: 2369px;
    padding-top: 104px;
  }

  .sp-part6 .sp-title {
    line-height: 80px;
  }
  
  .sp-part6 .sp-sub-title {
    line-height: 46px;
    margin-top: 16px;
  }

  .sp-part6 .sp-item {
    top: 1283px;
    left: 388px;
  }

  .sp-part6 .sp-t1 {
    font-size: 46px;
    line-height: 50px;
  }

  .sp-part6 .sp-line {
    width: 493px;
  
    margin-top: 19px;
    margin-bottom: 25px;
  }

  .sp-part6 .sp-t2 {
    font-size: 36px;
    line-height: 46px;
  }

  .sp-part6 .sp-item2 {
    left: 161px;
    top: 1638px;
  }
  
  .sp-part6 .sp-item3 {
    left: 394px;
    top: 1999px;
  }
  
  .sp-part7 {
    height: 1459px;
    padding-top: 110px;
  }

  .sp-part7 .sp-title {
    line-height: 69px;
  }

  .sp-part7 .sp-sub-title {
    line-height: 46px;
    margin-top: 17px;
  }

  .sp-part7 .sp-btn-box {
    gap: 12px;
    margin-top: 53px;
  }

  .sp-part7 .sp-btn {
    width: 326px;
    height: 118px;
    border-radius: 59px;

    font-size: 34px;
    line-height: 46px;
    padding-top: 12px;
  }

  .sp-part7 .sp-swiper7 {
    width: 1080px;
    margin-top: 50px;
  }

  .sp-part7 .sp-swiper7 .swiper-slide {
    width: 1080px;
    height: 674px;

    flex-direction: column;
    justify-content: flex-start;
    gap: 31px;
  }

  .sp-part7 .sp-swiper7 img {
    width: 907px;
    height: 453px;
  }

  .sp-part7 .sp-text {
    gap: 18px;
    width: 900px;
  }

  .sp-part7 .sp-t1 {
    font-size: 46px;
    line-height: 47px;
  }
  
  .sp-part7 .sp-t2 {
    font-size: 36px;
    line-height: 46px;
  }

  .sp-swiper-buttons {
    top: 725px;
    left: 39px;
    gap: 934px;
  }

  .sp-swiper-buttons .sp-swiper-btn {
    width: 33px;
    height: 36px;
  }

  .sp-part7 .sp-btn-style1 {
    margin-top: 0;
  }

  .sp-part8 {
    height: 1480px;
  }

  .sp-part8 .sp-title {
    line-height: 68px;
    top: 342px;
    left: 481px;
  }
  
  .sp-part8 .sp-font {
    font-size: 32px;
    line-height: 58px;
    left: 481px;
    top: 426px;
  }

  .sp_product_part {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 105px 0px 120px;
    /* background-image: url('/cdn/shop/files/20260310-yxjb-shop-bg-m.png'); */
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: auto !important;
    margin-right: 0px;
    height: 41px;
  }
  .sp_product_part .sp-text1 {
    font-size: 30px;
    white-space: nowrap;
    gap: 12px;
  }

  .sp_product_part .sp-title1 {
    color: #2D0800;
    font-size: 56px;
    margin-bottom: 44px;
    line-height: 54px;
  }
  .sp_product_part .sp-title1 .sp-icon1 {
    top: 91px;
    left: 113px;
  }
  .sp_product_part .sp-title1 .sp-icon2 {
    top: 101px;
    left: 887px;
  }

  .sp_product_content {
    padding: 0px 59px 0;
    flex-direction: column;
    gap: 65px;
  }

  .sp_product_part .sp-clock {
    width: 60px;
    bottom: 36px;
    left: 34px;
  }
  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 680px;
    padding: 20px 14px 136px;
    margin: 0 auto;
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 524px;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    /* min-width: 934px;
    min-height: 524px; */
  }

  .sp_product_part .sp-line-wrap {
    top: 580px;
    left: 113px;

    width: 470px;
  }

  .sp_product_part .sp-row1 {
    bottom: 36px;
    left: 122px;
    font-size: 27px;
    line-height: 24px;
  }

  .sp_product_part .sp-row1 img {
    height: 26px;
    margin-right: 18px;
  }
  
  .sp_product_part .sp-clock-s {
    right: 40px;
    bottom: 53px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 54px;
    height: 52px;
    font-size: 35px;
    padding-top: 6px;
  }
  .sp_product_part .sp-hours {
    left: 4px;
    top: 58px;
    font-size: 16px;
    line-height: 13px;
  }
  .sp_product_part .sp-mins {
    left: 120px;
  }
  .sp_product_part .sp-secs {
    left: 230px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    gap: 9px;
    margin: 0 5px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 6px;
    height: 6px;
  }
  
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }

  .sp_product_part .option-title {
    font-size: 36px;
    line-height: 41px;
    margin: 31px 0px 37px;
  }
  .sp_product_part .opt-group {
    gap: 17px 16px;
  }
  .sp_product_part .sp-option {
    height: 74px;
    min-width: 302px;
    font-size: 36px;
    line-height: 80px;
    padding-top: 10px;
    border-radius: 10px;
    gap: 25px;
  }
  .sp_product_part .sp-hot {
    height: 44px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1;
    align-items: baseline;
    margin-bottom: 39px;
  }
  .sp_product_part .sp-price1 {
    font-size: 72px;
    line-height: 64px;
  }
  .sp_product_part .sp-price2 {
    font-size: 43px;
    margin-left: 29px;
    margin-right: 42px;
  }
  .sp_product_part .sp-row {
    transform: translateY(15px);
  }
  .sp_product_part .sp-row img {
    width: 56px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 229px;
    height: 47px;
    font-size: 40px;
    line-height: 50px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 487px;
    height: 93px;
    font-size: 41px;
    gap: 21px;
  }
  .sp_product_part .addCart img {
    width: 42px;
  }
  .sp_product_part .sp-quality-row {
    gap: 29px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 144px;
    margin: 32px auto 42px;
    font-size: 69px;
    box-sizing: border-box;
  }

  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 44px;
    line-height: 47px;
    padding: 0;
  }

  .sp_product_part .sp-line {
    width: 959px;
    margin-top: 37px;
    margin-bottom: 39px;
  }

  .sp-tip5 {
    gap: 23px;
    font-size: 33px;
    line-height: 35px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 68px;
  }

  .addGroup {
    width: 418px;
    height: 95px;
    padding: 0px 40px;
  }
  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 22px;
  }
  .addGroup input {
    width: 230px;
    font-size: 46px;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 100%;
    margin: 36px auto 49px;
  }
  
  .sp-footer-box1 {
    width: 918px;
    height: 219px;
    padding: 32px 76px 50px;
    box-sizing: border-box;
  }
  .sp-footer-img2 {
    width: 756px;
  }
  .sp-footer-box1 .sp-p {
    gap: 13px;
    font-size: 30px;
    margin-bottom: 29px;
  }
  .sp-footer-box1 .sp-p img {
    width: 42px;
  }

  .sp-footer-box2 {
    width: 918px;
    height: 219px;
    padding: 27px 80px;
    margin-top: 33px;
  }
  .sp-footer-box2 .sp-p {
    gap: 11px;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sp-footer-box2 .sp-p img {
    width: 49px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 28px;
    margin-top: 18px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    background: url('/cdn/shop/files/20260310-yxjb-btn2-bg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    z-index: 19;
    align-items: center;
    box-sizing: border-box;
  }
  .sp-btn-style2 .sp-area1 {
    
  }
  .sp-btn-style2 .sp-area1 .sp-t1 {
    font-family: "Poppins-BoldItalic";
    font-size: 22px;
    color: #FFEFCB;
    line-height: 17px;

    position: absolute;
    left: 92px;
    top: 41px;
  }
  .sp-btn-style2 .sp-area1 .sp-t2 {
    font-family: "Poppins-Regular";
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;

    position: absolute;
    bottom: 40px;
    left: 118px;
  }
  .sp-btn-style2 .sp-area2 {
  }
  .sp-btn-style2 .sp-area2 .sp-t1 {
  }
  .sp-btn-style2 .sp-cart {
    width: 141px;
    height: 131px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    left: 458px;
    top: 25px;
    /* transform: translateY(-50%); */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-right: 0;
    margin-left: 0;
    padding-left: 8px;
    padding-top: 31px;

    display: initial;
  }
  .sp-btn-style2 .sp-icon {
    width: 99px;
  }
  .sp-btn-style2 .sp-num {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    background: #CF0101;
    position: absolute;
    right: 8px;
    top: 9px;
    font-size: 33px;
    color: #FFFFFF;
    font-family: Roboto-Medium;
    line-height: 50px;
  }
  .sp-btn-style2 .sp-area2 .sp-t2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 23px;
    padding-top: 10px;
    position: absolute;
    left: 639px;
    top: 0;
  }
  .sp-btn-style2 .sp-text1 {
    font-family: Poppins-Bold;
    color: #FFFFFF;
    font-size: 55px;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 1px 2px 0px rgba(199,127,0,0.59);
    padding-left: 7px;
    animation: skip 4s infinite 1s;
  }
  .sp-btn-style2 .sp-text2 {
    font-family: Montserrat-Regular;
    color: rgba(255, 255, 255, .83);
    font-size: 23px;
    line-height: 23px;
    width: max-content;

    display: flex;
    align-items: center;
    gap: 12px;
  }
  .sp-btn-style2 .sp-text2 img {
    width: 56px;
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
  }
  .sp_main {
    overflow: hidden;
  }
  .sp-menu-mask {
    background: rgba(11, 11, 11, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
  }
  .sp-menu {
    width: 473px;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 110px;
    box-sizing: border-box;
    animation: stuckMoveLeft 0.5s;
  }

  .sp-menu .sp-menu-item {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.14);

    font-family: "Poppins-Bold";

    font-size: 33px;
    color: #636363;
  }
  .sp-menu .sp-menu-item a {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-menu .sp-menu-item a .sp-span {
    width: 60px;
    height: 28px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-left: 25px;
  }
  .sp-menu .sp-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .sp-menu li .sp-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
    padding-left: 55px;
  }

  .sp-menu li .sp-row a img {
    width: 31px;
    height: 31px;
  }
  .sp-menu .sp-close-btn {
    position: absolute;
    top: 37px;
    right: 22px;
    width: 39px;
    cursor: pointer;
  }

  .sp-scroll-top {
    scroll-margin-top: 0px;
  }
}
.sp-scroll-top {
  scroll-margin-top: 60px;
}

/* =========================================
   PC端样式 (基准宽度 1920px) - 对应图一
   ========================================= */

.sp-promise-section2 {
  width: 1920px; /* 配合zoom使用固定宽 */
  height: 451px;
  /* 模拟背景：深色+金色光效 */
  background: url('/cdn/shop/files/20260310-yxjb-circle-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 60px 260px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
  font-size: 45px;
  line-height: 43px;
  font-family: "Anton"; /* 类似Times New Roman */
  color: #2D0800;
  margin-bottom: 77px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 44px;
}

/* 单个卡片样式 */
.sp-bz3-card {
  height: 218px;
  background: #FFFFFF;
  border-radius: 15px;

  flex: 1; /* 三等分 */
  display: flex;
  flex-direction: column; /* PC端内容上下排列 */
  align-items: center; /* PC端内容居中 */
  text-align: center; /* PC端文字居中 */
  position: relative;
  padding: 68px 36px 0;
  box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 95px;
  height: 95px;
  /* 如果没有图片，用此做占位符效果 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
}

.sp-bz3-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
  font-size: 24px;
  color: #000;
  font-family: Poppins-Bold;
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 27px;
  margin-bottom: 27px;
}

.sp-bz3-card-content p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
    #root .quick-add-hidden{
        zoom:1 !important;
    }
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    height: 1400px;
    padding: 20px 39px;
    background-image: url('/cdn/shop/files/20260310-yxjb-circle-bg-m.png');
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 65px;
    font-size: 70px;
    box-sizing: border-box;
    line-height: 68px;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 42px;
  }

  .sp-bz3-card {
    height: 340px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 100px 0px 56px;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 55px; /* 图标和文字的间距 */
    width: 203px;
    height: 203px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: unset;
    top: unset;
    transform: unset;
  }

  .sp-bz3-card-content h3 {
    font-size: 46px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0;
    margin-bottom: 28px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
  }

  .sp-bz3-card-content h3 br {
    display: none;
  }

  .sp-bz3-card-content p {
    font-size: 30px;
    line-height: 40px;
    color: #2D0800;
  }
}

/* ============================================================
   pc样式 (默认样式)
   基准宽度：1920px
   ============================================================ */

/* ================= 核心容器 (配合 JS zoom) ================= */
.sp-qa2-container {
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 95px;
  padding-bottom: 118px;
  transform-origin: top left;
}

/* ================= 组件样式 (sp-qa2-前缀) ================= */
.sp-qa2-sub-title {
  font-family: Anton;
  font-size: 55px;
  line-height: 48px;
  color: #2D0800;
  text-align: center;
  margin-bottom: 90px;
}

/* 标题样式 */
.sp-qa2-title {
  text-align: center;
  font-size: 50px;
  color: #000000;
  margin-bottom: 54px;
  line-height: 43px;
  font-family: Poppins-Bold;
  text-transform: uppercase;
  display: none;
}

/* 列表容器 */
.sp-qa2-list-container {
  margin: 0 auto;
  width: 1243px; /* PC端内容宽度 */
}

/* 单个卡片 */
.sp-qa2-item {
  /* border-radius: 15px; */
  transition: all 0.3s ease;
  overflow: hidden; /* 保证圆角 */
  margin-bottom: 36px;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
}

/* 问题区域 (点击触发区) */
.sp-qa2-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  color: #212121;
  height: 122px; /* 卡片高度 */
  /* border-radius: 15px; */
  font-family: "Poppins-SemiBold";
  padding: 0 64px 0 80px;
  position: relative;
  transition: background-color 0.3s;
  background-color: #FFF;
}

/* 鼠标悬停在问题上时，稍微变色 */
.sp-qa2-question:hover {
  /* background-color: #fafafa;
  background: #8359ae10; */
}

/* 图标外面的黑盒子 */
.sp-qa2-icon-box {
  width: 32px;
  height: 32px;
  background: #000000;
  /* border-radius: 2px; */
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 旋转动画 */
}

.fa-minus:before, .fa-subtract:before {
  content: "-";
  font-size: 32px;
  line-height: 0;
}

/* 答案区域 (默认隐藏) */
.sp-qa2-answer {
  display: none;
  font-family: Poppins-Medium;
  padding: 36px 80px 0px;
  font-size: 24px;
  color: #191919;
  line-height: 41px;
  /* background: #f4f4f4; */
  border-top: 1px solid transparent; /* 占位防止跳动 */
}

/* ================= 激活(展开)状态 ================= */
.sp-qa2-item.active {
  /* box-shadow: 1px 2px 27px 0px rgba(19,17,17,0.06); */
  box-shadow: none;
}
.sp-qa2-item.active .sp-qa2-question {
  background: #000000;
  color: #FEFEFE;
  /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
}
/* 激活时，图标盒子旋转 135度 (+ 变成 x) */
.sp-qa2-item.active .sp-qa2-icon-box {
  transform: rotate(180deg);
  color: #000;
  background: #ffffff;
}
.sp-qa2-item .fa-minus {
  display: none;
}
.sp-qa2-item.active .fa-plus {
  display: none;
}
.sp-qa2-item.active .fa-minus {
  display: block;
}
/* 激活时，整个卡片阴影加深 */
.sp-qa2-item.active {
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.sp-qa2-container .sp-btn-style1 {
  margin: 99px auto 0;
}

/* ================= 移动端 适配 (基准 1080px) ================= */
@media screen and (max-width: 1080px) {
  .sp-qa2-container {
    width: 1080px;
    box-sizing: border-box;
    padding: 120px 40px 300px;
    min-height: unset;
    overflow: hidden;
  }
  .sp-qa2-list-container {
    width: auto;
  }
  .sp-qa2-sub-title {
    font-size: 65px;
    line-height: 57px;
    margin-bottom: 47px;
  }
  .sp-qa2-title {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 58px;
  }
  .sp-qa2-icon-box {
    font-size: 30px;
  }
  .sp-qa2-question {
    font-size: 30px;
    padding-left: 39px;
    padding-right: 53px;
  }
  .sp-qa2-answer {
    font-size: 30px;
    line-height: 41px;
    padding-left: 39px;
    padding-right: 39px;
  }
  .sp-qa2-container .sp-btn-style1 {
    margin-top: 120px;
  }
}

.gradually .sp-title span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-style: normal;
}
.gradually .sp-sub-title {
  opacity: 0;
}

@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.sp-ani,
.sp-ani2 {
  opacity: 0;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes sp-fade-left {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}
@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 1080px) {
.mf-bundle-product {
zoom: 2.2;
}
.mf-bundle-checkout-warning{
color: #788188 !important;
opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
color: #000;
opacity: 0.75;
font-size: 16px !important;
}
.app-embed-plus-component-bundler {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 50px;
margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
color: #000;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
}
.ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
max-width: 1080px;
margin: 0 auto;
}
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
display: none !important;
}
#root .quick-add-hidden {
color: #000;
margin-bottom:20px;
}
#cb-widget-sales-pop{
    display:none !important;
}