/** Shopify CDN: Minification failed

Line 61: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: Rangile-Regular;
  src: url('/cdn/shop/files/Rangile.otf');
}

@font-face {
  font-family: NBCTinker-Bold;
  src: url('/cdn/shop/files/NBCTinker-Bold.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;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
img {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
#root {
  letter-spacing: 0px;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-ww {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #fff;
}
.sp-fixed .sp_header-content {
  top: 0px;
  /* width: 100%; */
  /* left: 0; */
  box-sizing: border-box;
  /* padding: 0 260px; */
  border-radius: 0;
  max-width: 1920px;
  position: relative;
}
.sp-fixed .sp_header-top {
  display: none;
}

.sp_header-top {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  top: 0px;
  text-transform: uppercase;
  display: none;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #282828;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  position: relative;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding-left: 87px;
  padding-right: 83px;
  background-color: transparent;
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 38px;
  font-family: Poppins-Bold;
  font-size: 17px;
  color: #000000;
  /* padding-top: 3px; */
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 16px;
  /* line-height: 20px; */
  background: #cd160c;
  border-radius: 3px;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: -2px;
  vertical-align: middle;
  line-height: 18px;
  /* transform: translateY(-1px); */
  font-family: Poppins-Medium;
}
.sp_header-content ul li:hover {
  /* color: #8359ae; */
}
.sp_header-content .sp-logo-box {
  height: 36px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.sp_header-content .sp-logo {
    margin-top: -16px;
  /* height: 100%; */
}
.sp-cart {
  width: 45px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 22px;
  height: 22px;
  background: #ec0d28;
  border-radius: 11px;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -8px;
  font-size: 19px;
  line-height: 24px;
  font-family: 'Poppins-Bold';
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #414141;
}

.sp-top-btn {
  width: 194px;
  height: 56px;
  background: #ec0d28;
  border-radius: 28px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  font-family: Poppins-Bold;
  line-height: 61px;
  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: 530px;
  height: 90px;
  line-height: 92px;
  background: url('/cdn/shop/files/20250305-ysk-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  font-size: 32px;
  color: #ffffff;
  font-family: Poppins-Bold;
  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;
}

.sp-title {
  font-family: Rangile-Regular;
  font-size: 65px;
  text-align: center;
  color: #3c2814;
}

.sp-sub-title {
  font-family: Poppins-Medium;
  font-size: 26px;
  text-align: center;
  color: #494949;
}

.sp-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sp-part1 {
  height: 1054px;
}

.sp-part1 .sp-box {
  width: 1400px;
  height: 100%;
  position: absolute;
  left: 260px;
  top: 0;

  padding-top: 224px;
}

.sp-part1 .sp-t1 {
  font-family: NBCTinker-Bold;
  font-size: 28px;
  color: #201812;
  line-height: 28px;
}

.sp-part1 .sp-t1 span {
  color: #ed9c00;
}

.sp-part1 .sp-t2 {
  margin-top: 20px;
    font-family: Rangile-Regular;
    font-size: 56px;
    color: #3c2814;
    line-height: 63px;
}

.sp-part1 .sp-t3 {
  margin-top: 26px;
  font-family: Poppins-Regular;
  font-size: 22px;
  color: #3a3a3a;
  line-height: 27px;
}

.sp-part1 .sp-img1 {
  width: 535px;
  margin-top: 4px;
  margin-left: -18px;
}

.sp-part1 .sp-btn-style1 {
  margin-top: 44px;
}

.sp-part2 {
  height: 1080px;
  padding-top: 903px;
}

.sp-part2 .sp-box1 {
  width: 767px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 260px;
}

.sp-part2 .sp-video {
  position: absolute;
  top: 87px;
  left: 34px;

  width: 724px;
  height: 724px;
  /* background: #121420; */
  border-radius: 50%;
  overflow: hidden;
}

.sp-part2 .sp-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-img2 {
  height: 306px;
  position: absolute;
  top: 510px;
  left: 555px;
}

.sp-title-top {
  font-family: NBCTinker-Bold;
  color: #ed9c00;
  font-size: 42px;
  text-align: center;
}

.sp-part2 .sp-title-top {
  line-height: 38px;
  position: absolute;
  top: 143px;
  left: 1097px;
}

.sp-part2 .sp-title {
  line-height: 80px;
  position: absolute;
  left: 1097px;
  top: 214px;
  text-align: left;
}

.sp-part2 .sp-item {
  position: absolute;
  top: 419px;
  left: 1098px;

  display: flex;
  gap: 19px;
}

.sp-part2 .sp-img3 {
  height: 70px;
}

.sp-part2 .sp-item .sp-text {
  width: 467px;
  height: 96px;
  padding: 14px;

  font-family: Poppins-Regular;
  color: #3a3a3a;
  font-size: 21px;
  line-height: 27px;
  position: relative;
}

.sp-part2 .sp-item .sp-text span {
  position: relative;
}

.sp-part2 .sp-item2 .sp-text {
  padding: 25px;
}

.sp-part2 .sp-item2 {
  top: 534px;
}

.sp-part2 .sp-img7 {
  height: 125px;

  position: absolute;
  top: 666px;
  left: 1108px;
}

.sp-part2 .sp-box2 {
  width: 1400px;
  height: 177px;

  margin: 0 auto;
  position: relative;
}

.sp-part2 .sp-it {
  display: flex;
  align-items: center;
  gap: 18px;

  font-family: Poppins-Medium;
  color: #121420;
  font-size: 24px;
  line-height: 1.2;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}

.sp-part2 .sp-it2 {
  left: 391px;
}

.sp-part2 .sp-it3 {
  left: 723px;
}

.sp-part2 .sp-it4 {
  left: 1066px;
}

.sp-part3 {
  height: 1263px;
  padding-top: 112px;
}

.sp-part3 .sp-title-top {
  line-height: 40px;
}

.sp-part3 .sp-title {
  line-height: 68px;
  margin-top: 32px;
}

.sp-part3 .sp-font {
  margin-top: 24px;
  font-family: Poppins-Medium;
  color: #606060;
  font-size: 27px;
  line-height: 31px;
  text-align: center;
}

.sp-part3 .sp-img1 {
  display: block;
  margin: 36px auto 0;
  width: 1400px;
}

.sp-part3 .sp-box {
  margin: 44px auto 0;
  width: 1400px;

  display: flex;
  align-items: center;
  gap: 72px;
}

.sp-part3 .sp-item {
  display: flex;
  gap: 3px;
  align-items: center;
}

.sp-part3 .sp-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
}

.sp-part3 .sp-t1 {
  font-family: Poppins-SemiBold;
  color: #151515;
  font-size: 30px;
  line-height: 32px;
}

.sp-part3 .sp-t2 {
  font-family: Poppins-Regular;
  color: #3a3a3a;
  font-size: 21px;
  line-height: 23px;
}

.sp-part4 {
  box-sizing: border-box;
  height: 900px;
}

.sp-part4 .sp-title-top {
  line-height: 30px;
  font-size: 23px;

  position: absolute;
  top: 103px;
  left: 260px;
}

.sp-part4 .sp-title-top span {
  font-family: Poppins-Regular;
}

.sp-part4 .sp-title {
  line-height: 70px;
    position: absolute;
    top: 145px;
    left: 260px;
    line-height: 1;
}

.sp-part4 .sp-sub-title {
  line-height: 46px;
    text-align: left;
    position: absolute;
    top: 280px;
    left: 260px;
    font-size: 22px;
    line-height: 1;
}

.sp-part4 .sp-img1 {
  width: 615px;

  position: absolute;
  top: 315px;
  left: 260px;
}

.sp-part4 .sp-btn-style1 {
  position: absolute;
  left: 260px;
  top: 635px;
}

.sp-part5 {
  height: 1059px;
  margin-top: -78px;
  padding-top: 173px;
}

.sp-part5 .sp-title {
  line-height: 70px;
}

.sp-part5 .sp-sub-title {
  line-height: 28px;
  margin-top: 30px;
}

.sp-part5 .sp-box {
  width: 1398px;
  height: 603px;
  margin: 44px auto;
  display: flex;
  gap: 24px;
}

.sp-part5 .sp-item {
  position: relative;
  width: 450px;
  height: 603px;
}

.sp-part5 .sp-t1 {
  font-family: Poppins-SemiBold;
  color: #171717;
  font-size: 26px;
  line-height: 29px;

  position: absolute;
  bottom: 129px;
  left: 21px;
}

.sp-part5 .sp-t2 {
  font-family: Poppins-Regular;
    color: #515151;
    font-size: 20px;
    line-height: 23px;
    position: absolute;
    left: 21px;
    bottom: 50px;
}

.sp-part6 {
  height: 1383px;
  padding-top: 104px;
}

.sp-part6 .sp-title {
  line-height: 80px;
}

.sp-part6 .sp-sub-title {
  line-height: 28px;
  margin-top: 15px;
}

.sp-part6 .sp-box {
  position: relative;
}

.sp-part6 .sp-item {
  width: 495px;
  height: 442px;

  position: absolute;
  top: 27px;
  left: 177px;
  padding-top: 403px;
}

.sp-part6 .sp-text {
  width: 369px;
  height: 52px;
  background: #ffc900;
  border-radius: 26px;

  text-align: center;
  font-family: Poppins-Medium;
  color: #fff;
  font-size: 24px;
  line-height: 58px;

  position: relative;
  margin: 0 auto;
}

.sp-part6 .sp-item2 {
  left: 716px;
}

.sp-part6 .sp-item3 {
  left: 1241px;
}

.sp-part6 .sp-item4 {
  top: 531px;
}

.sp-part6 .sp-item5 {
  top: 531px;
  left: 716px;
}

.sp-part6 .sp-item6 {
  top: 531px;
  left: 1241px;
}

.sp-part7 {
  padding-bottom: 101px;
}

.sp-part7 .sp-content {
  width: 1423px;
  height: 580px;
  margin: 0 auto;
  position: relative;
}

.sp-part7 .sp-title {
  line-height: 69px;

  position: absolute;
  top: 105px;
  left: 85px;
}

.sp-part7 .sp-text1 {
  position: absolute;
  top: 187px;
  left: 87px;

  font-family: Poppins-Regular;
  color: #3c2814;
  font-size: 23px;
  line-height: 48px;
}

.sp-part7 .sp-text1 span {
  font-family: Poppins-SemiBold;
}

.sp-part7 .sp-text2 {
  width: 188px;
  height: 28px;
  background: #ffe2a3;
  border-radius: 10px;

  position: absolute;
  left: 83px;
  top: 393px;

  text-align: center;
  line-height: 30px;
  font-family: Poppins-SemiBold;
  color: #3c2814;
  font-size: 27px;
}

.sp-part7 .sp-text3 {
  font-family: Poppins-Regular;
  color: #3c2814;
  font-size: 20px;
  line-height: 28px;

  position: absolute;
  left: 86px;
  top: 427px;
}

.sp-part7 .sp-img1 {
  position: absolute;
  height: 348px;
  top: 130px;
  left: 591px;
}

.sp_product_part {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 75px 0px 76px;
  background: url('/cdn/shop/files/20250305-ysk-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: Poppins-Bold;
  font-size: 50px;
  color: #ffffff;
  line-height: 62px;
  text-align: center;
  margin-bottom: 28px;
}

.sp_product_part .sp-color {
  color: #ffffff;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
  position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
  height: 77px;
  top: 58px;
  left: 427px;
}

.sp_product_part .sp-title1 .sp-icon2 {
  height: 69px;
  top: 68px;
  left: 1419px;
}

.sp_product_part .sp-info4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 86px;
  margin-bottom: 150px;
}

.sp_product_part .sp-info4-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #ffffff;
}

.sp_product_part .sp-info4-item img {
  width: 25px;
}

/* 走马灯 */
.sp-scroll2 {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: fit-content;
  overflow: hidden;
  margin: 36px auto 152px;
  display: none;
}

.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: #ffffff;
  margin-right: 38px;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp_product_content {
  width: 100%;
  padding: 0 260px;
  display: flex;
  gap: 60px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: #ff9c00;
  border-radius: 30px;

  padding: 15px 10px 103px;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  width: 710px;
  height: 398px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;

  transform: scale(0.8);
}

.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: #0b0b0b;
  line-height: 29px;
  font-family: 'Poppins-SemiBold';
  padding-top: 9px;
}

.sp_product_part .sp-line {
  width: 606px;
  height: 2px;
  background: #9d9d9d;
  opacity: 0.29;
  margin-top: 19px;
  margin-bottom: 14px;
}

.sp_product_part .option-title {
  font-size: 22px;
  color: #696969;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  margin: 32px 0px 20px;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
}
.sp_product_part .sp-option {
    padding: 0 10px;
  min-width: 158px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #a0a0a0;
  background: #fffffb;
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #484848;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
  gap: 12px;
  padding-top: 4px;
}
.sp_product_part .sp-hot {
  height: 30px;
  transform: translateY(-2px);
}
.sp_product_part .sp-width2 {
  min-width: 163px;
}
.sp_product_part .sp-width3 {
  min-width: 193px;
}
.sp_product_part .sp-option.active {
  background: #484848;
  color: #ffffff;
}

.sp_product_part .sp-price-group {
  align-items: baseline;
  margin-bottom: 26px;
}
.sp_product_part .sp-price1 {
  font-family: Poppins-Bold;
  font-size: 33px;
  color: #ff0707;
  line-height: 40px;
}
.sp_product_part .sp-price2 {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #9d9d9d;
  margin-left: 21px;
  margin-right: 28px;
}
.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: 239px;
    height: 30px;
    background: #ff9c00;
    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: 18px;
}

.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #fffbf2;
  border-radius: 10px;

  font-family: Poppins-Medium;
  box-sizing: border-box;
  font-size: 19px;
  color: #312a2a;
  gap: 15px;
  text-transform: uppercase;
}
.sp_product_part .addCart img {
  width: 26px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #e00000;
  border-radius: 10px;

  cursor: pointer;
  margin: 21px 0 32px 0;
  font-size: 43px;
  color: #ffffff;
  font-family: 'Poppins-Bold';

  animation: skip 4s infinite;
  text-align: center;

  box-sizing: border-box;
}

.sp-tip5 {
  width: 594px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  line-height: 22px;
  color: #141414;
  font-family: Poppins-Medium;
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-span {
  color: #e80000;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.addGroup {
  width: 264px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #828282;

  padding: 0px 25px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  /* padding: 4px; */
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  color: #000000;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 27px;
  color: #000000;
  /* border-left: 2px solid #646464; */
  /* border-right: 2px solid #646464; */
  line-height: 40px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp_header-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }
  2% {
    transform: scale(1.2) rotate(0);
  }
  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }
  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.sp-footer-wrap {
  width: 594px;
}
.sp-footer-img {
  width: 550px;
  display: block;
  margin: 34px auto 36px;
}

.sp-footer-box1 {
  width: 580px;
  height: 138px;
  background: #eef8fe;
  padding: 20px 50px 31px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}

.sp-footer-box2 {
  width: 580px;
  height: 138px;
  background: #fdfcf5;
  padding: 17px 52px;
  box-sizing: border-box;
  margin: 21px auto 0;
}
.sp-footer-box2 .sp-icon {
  width: 29px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-size: 15px;
  color: #666666;
  font-family: 'Poppins-SemiBold';
  line-height: 1.2;
  margin-top: 10px;
}
.sp-footer-box2 span {
  font-family: 'Poppins-SemiBold';
}

.sp_pc {
  display: block;
  overflow-x: hidden;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  .sp-fixed .sp_header-top {
    /* display: block; */
  }

  .sp_header-top {
    height: 60px;
    font-size: 32px;
    line-height: 60px;
  }
  .sp_header-content {
    width: 100%;
    height: 120px;
    position: relative;
    transform: unset;
    padding: 0 25px 0 67px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 180px;
    width: 52px;
  }
  .sp_header-content .sp-logo {
    height: 81px;
    position: unset;
    transform: unset;
    left: 328px;
    margin-top: 0;
  }
  .sp-cart {
    width: 66px;
    margin-right: 22px;
  }
  .sp-cart .sp-num {
    width: 33px;
    height: 32px;
    border-radius: 16px;
    right: -12px;
    top: -10px;
    font-size: 27px;
    line-height: 34px;
  }
  .sp-top-btn {
    width: 305px;
    height: 75px;
    border-radius: 38px;
    font-size: 30px;
    border: none;

    padding-top: 4px;
    line-height:1;
  }

  .sp-btn-style1 {
    background-image: url('/cdn/shop/files/20250305-ysk-btn-bg-m.png');
    width: 862px;
    height: 120px;
    margin: 0 auto;
    font-size: 51px;
    line-height: 122px;
  }

  .sp-title {
    font-size: 92px;
  }

  .sp-sub-title {
    font-size: 30px;
    line-height: 46px;
  }

  .sp-part1 {
    height: 2238px;
  }

  .sp-part1 .sp-box {
    width: 100%;
    height: 100%;
    padding-top: 1222px;
    left: 0;
    top: 0;
  }

  .sp-part1 .sp-t1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .sp-part1 .sp-t2 {
    margin-top: 32px;
    font-size: 79px;
    line-height: 110px;
    text-align: center;
  }

  .sp-part1 .sp-t3 {
    margin-top: 29px;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }

  .sp-part1 .sp-img1 {
    width: 784px;
    margin-top: -16px;
    margin-left: 138px;
  }

  .sp-part1 .sp-btn-style1 {
    margin-top: 46px;
  }

  .sp-part2 {
    height: 2588px;
    padding-top: 117px;
  }

  .sp-title-top {
    font-size: 50px;
  }

  .sp-part2 .sp-title-top {
    line-height: 46px;
    position: initial;
  }

  .sp-part2 .sp-title {
    line-height: 101px;
    position: initial;
    text-align: center;
    margin-top: 40px;
    font-size: 82px;
  }

  .sp-part2 .sp-box1 {
    width: 971px;
    height: 1004px;

    position: relative;
    left: unset;
    top: unset;

    margin-top: 26px;
    margin-left: 47px;
  }

  .sp-part2 .sp-video {
    top: 103px;
    left: 43px;

    width: 916px;
    height: 916px;
  }

  .sp-part2 .sp-img2 {
    height: 388px;
    top: 637px;
    left: 702px;
  }

  .sp-part2 .sp-item {
    top: 1525px;
    left: 109px;

    gap: 29px;
  }

  .sp-part2 .sp-img3 {
    height: 108px;
  }

  .sp-part2 .sp-item .sp-text {
    width: 718px;
    height: 148px;
    padding: 22px;

    font-size: 30px;
    line-height: 41px;
  }

  .sp-part2 .sp-item2 .sp-text {
    padding: 43px 40px;
  }

  .sp-part2 .sp-item2 {
    top: 1702px;
  }

  .sp-part2 .sp-img7 {
    height: 191px;

    position: initial;
    display: block;
    margin: 449px auto 0;
  }

  .sp-part2 .sp-box2 {
    width: 1001px;
    height: 384px;

    margin: 129px auto 0;
  }

  .sp-part2 .sp-it {
    gap: 28px;

    font-size: 25px;

    position: absolute;
    top: 71px;
    transform: none;
    left: 52px;
  }

  .sp-part2 .sp-it2 {
    left: 549px;
  }

  .sp-part2 .sp-it3 {
    top: 214px;
  }

  .sp-part2 .sp-it4 {
    left: 549px;
    top: 214px;
  }

  .sp-part3 {
    height: 1854px;
    padding-top: 134px;
  }

  .sp-part3 .sp-title-top {
    line-height: 43px;
    font-size: 45px;
  }

  .sp-part3 .sp-title {
    line-height: 71px;
    font-size: 59px;
    margin-top: 19px;
  }

  .sp-part3 .sp-font {
    margin-top: 18px;
    font-size: 32px;
    line-height: 47px;
  }

  .sp-part3 .sp-sub-title {
    line-height: 46px;
    margin-top: 8px;
  }

  .sp-part3 .sp-img1 {
    margin-top: 57px;
    width: 999px;
  }

  .sp-part3 .sp-box {
    margin-top: 117px;
        margin-left: 57px;
        width: 1000px;
        flex-direction: column;
        align-items: flex-start;
        gap: 54px;
  }

  .sp-part3 .sp-item {
    gap: 12px;
  }

  .sp-part3 .sp-text {
    gap: 19px;
  }

  .sp-part3 .sp-t1 {
    font-size: 42px;
    line-height: 44px;
  }

  .sp-part3 .sp-t2 {
    font-size: 30px;
    line-height: 32px;
  }

  .sp-part4 {
    padding-top: 89px;
    height: 2031px;
  }

  .sp-part4 .sp-title-top {
    line-height: 34px;
    font-size: 32px;

    position: initial;
    text-align: center;
  }

  .sp-part4 .sp-title {
    line-height: 91px;
    margin-top: 16px;
    position: initial;
  }

  .sp-part4 .sp-sub-title {
    position: initial;
    text-align: center;
    line-height: 46px;
    margin-top: 16px;
    font-size: 30px;
  }

  .sp-part4 .sp-img1 {
    width: 932px;

    position: initial;
    margin: 856px auto 0;
    display: block;
  }

  .sp-part4 .sp-btn-style1 {
    position: initial;
    margin: 48px auto 0;
  }

  .sp-part5 {
    height: 1647px;
    padding-top: 185px;
    margin-top: -115px;
  }

  .sp-part5 .sp-title {
    line-height: 110px;
  }

  .sp-part5 .sp-sub-title {
    line-height: 46px;
    margin-top: 21px;
    font-size: 32px;
  }

  .sp-part5 .sp-swiper5 {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 58px;
    width: 100%;
    max-width: 1080px;
    margin-top: 68px;
  }

  .sp-part5 .sp-swiper5 .swiper-slide {
    position: relative;
    width: 663px;
    height: 890px;
    transition: all 0.3s;
    margin: 0 18px;
    opacity: 0.6;
    box-sizing: border-box;
  }

  .sp-part5 .sp-swiper5 .swiper-slide-active {
    opacity: 1;
  }

  .sp-part5 .sp-t1 {
    font-size: 39px;
    line-height: 31px;

    bottom: 201px;
    left: 32px;
  }

  .sp-part5 .sp-t2 {
    font-size: 30px;
        line-height: 36px;
        bottom: 76px;
        left: 35px;
  }

  .sp-part5 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0.6;
    margin: 0 8px !important;
  }

  .sp-part5 .swiper-pagination-bullet-active {
    width: 55px;
    opacity: 1;
  }

  .sp-part6 {
    height: 2062px;
    padding-top: 132px;
  }

  .sp-part6 .sp-title {
    line-height: 86px;
        font-size: 66px;
  }

  .sp-part6 .sp-sub-title {
    line-height: 46px;
    margin-top: 22px;
    font-size: 32px;
  }

  .sp-part6 .sp-item {
    top: 49px;
    left: 34px;
  }

  .sp-part6 .sp-item2 {
    left: 546px;
  }

  .sp-part6 .sp-item3 {
    top: 568px;
  }

  .sp-part6 .sp-item4 {
    top: 568px;
    left: 546px;
  }

  .sp-part6 .sp-item5 {
    top: 1066px;
  }

  .sp-part6 .sp-item6 {
    top: 1066px;
    left: 546px;
  }

  .sp-part7 {
    padding-bottom: 103px;
  }

  .sp-part7 .sp-content {
    width: 1079px;
    height: 1110px;
    padding-top: 107px;
  }

  .sp-part7 .sp-title {
    line-height: 90px;
    font-size: 85px;

    position: relative;
    left: unset;
    top: unset;
  }

  .sp-part7 .sp-text1 {
    top: 230px;
    left: 117px;

    font-size: 32px;
    line-height: 48px;
  }

  .sp-part7 .sp-text2 {
    width: 221px;

    left: 119px;
    top: 437px;

    font-size: 32px;
  }

  .sp-part7 .sp-text3 {
    font-size: 28px;

    left: 122px;
    top: 484px;
  }

  .sp-part7 .sp-img1 {
    height: 426px;
    top: 576px;
    left: 59px;
  }

  .sp_product_part {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 58px 0px 113px;
    background-image: url('/cdn/shop/files/20250305-ysk-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 {
    font-size: 47px;
    margin-bottom: 32px;
    line-height: 56px;
  }
  .sp_product_part .sp-title1 .sp-icon1 {
    top: 41px;
    left: 37px;
  }
  .sp_product_part .sp-title1 .sp-icon2 {
    top: 46px;
    left: 967px;
  }

  .sp_product_part .sp-info4 {
    gap: 10px 74px;
    margin-bottom: 137px;
    flex-wrap: wrap;
  }

  .sp_product_part .sp-info4-item {
    gap: 15px;
    font-size: 26px;
  }

  .sp_product_part .sp-info4-item img {
    width: 37px;
  }

  .sp_product_content {
    padding: 0px 55px 0;
    flex-direction: column;
    gap: 62px;
  }

  .sp_product_part .sp-clock {
    width: 60px;
    bottom: 36px;
    left: 34px;
  }
  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 684px;
    padding: 20px 14px 136px;
    margin: 0 auto;
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 528px;
  }
  .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: 24px;
    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: 22px;
    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: 32px;
    line-height: 35px;
    margin: 42px 0px 20px;
  }
  .sp_product_part .opt-group {
    gap: 20px;
  }
  .sp_product_part .sp-option {
    height: 75px;
    min-width: 256px;
    font-size: 36px;
    padding-top: 8px;
    border-radius: 23px;
    padding: 0 10px;
  }
  .sp_product_part .sp-hot {
    height: 48px;
    transform: translateY(-4px);
  }
  .sp_product_part .sp-width2 {
    min-width: 264px;
  }
  .sp_product_part .sp-width3 {
    min-width: 313px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1;
    align-items: baseline;
    margin-bottom: 43px;
  }
  .sp_product_part .sp-price1 {
    font-size: 54px;
    line-height: 66px;
  }
  .sp_product_part .sp-price2 {
    font-size: 34px;
    margin-left: 35px;
    margin-right: 46px;
  }
  .sp_product_part .sp-row {
    transform: translateY(15px);
  }
  .sp_product_part .sp-row img {
    width: 58px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 314px;
        height: 48px;
        font-size: 28px;
        line-height: 50px;
        margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 499px;
        height: 95px;
        font-size: 31px;
        gap: 8px;
  }
  .sp_product_part .addCart img {
    width: 43px;
  }
  .sp_product_part .sp-quality-row {
    gap: 31px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 147px;
    margin: 34px auto 63px;
    font-size: 70px;
    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: 982px;
    margin-top: 32px;
    margin-bottom: 23px;
  }

  .sp-tip5 {
    gap: 23px;
    font-size: 33px;
    line-height: 35px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 70px;
  }

  .addGroup {
    width: 427px;
    height: 98px;
    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: 891px;
    margin: 59px auto 58px;
  }

  .sp-footer-box1 {
    width: 939px;
    height: 224px;
    padding: 32px 76px 50px;
    box-sizing: border-box;
  }
  .sp-footer-img2 {
    width: 774px;
  }
  .sp-footer-box1 .sp-p {
    gap: 13px;
    font-size: 32px;
    margin-bottom: 29px;
  }
  .sp-footer-box1 .sp-p img {
    width: 42px;
  }

  .sp-footer-box2 {
    width: 918px;
    height: 219px;
    padding: 27px 80px;
    margin-top: 34px;
  }
  .sp-footer-box2 .sp-p {
    gap: 11px;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .sp-footer-box2 .sp-p img {
    width: 49px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 24px;
    margin-top: 18px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 182px;
    background: url('/cdn/shop/files/20250305-ysk-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;
    display: none;
  }
  .sp-btn-style2 .sp-t1 {
    font-family: Roboto-Black;
    font-size: 32px;
    color: #fff;
    line-height: 35px;

    position: absolute;
    left: 81px;
    top: 62px;
  }
  .sp-btn-style2 .sp-t2 {
    font-family: 'Roboto-Regular';
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
    transform: scale(0.8);
    position: absolute;
    top: 110px;
        left: 64px;
  }
  .sp-btn-style2 .sp-cart {
    width: 69px;
    height: 64px;
    position: absolute;
    left: 441px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
  }
  .sp-btn-style2 .sp-icon {
    width: 100%;
  }
  .sp-btn-style2 .sp-num {
    width: 34px;
    height: 34px;
    background: #eb031f;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -9px;
    font-size: 39px;
    font-family: Roboto-Medium;
    font-style: italic;
    line-height: 36px;
  }
  .sp-btn-style2 .sp-btn-box {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 33px;
    position: absolute;
    left: 624px;
        top: 0;
        font-family: Poppins-Bold;
        font-size: 40px;
    color: #fff;
    animation: skip infinite 3s;
  }

  .sp-btn-style2 .sp-btn-box img {
    height: 36px;
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
    display: flex !important;
  }
  .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: 84px;
    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/20250305-ysk-circle-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 53px 260px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
  font-size: 50px;
  line-height: 52px;
  font-family: 'Poppins-Bold'; /* 类似Times New Roman */
  color: #fff;
  margin-bottom: 68px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 42px;
}

/* 单个卡片样式 */
.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: 67px 45px 0;
  box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 95px;
  height: 96px;
  /* 如果没有图片，用此做占位符效果 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
}

.sp-bz3-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
  font-size: 24px;
  color: #000000;
  font-family: Poppins-SemiBold;
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 27px;
  margin-bottom: 21px;
}

.sp-bz3-card-content p {
  font-family: Poppins-Medium;
  font-size: 13px;
  color: #717171;
  line-height: 18px;
  font-style: italic;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    height: 1365px;
    padding: 95px 41px 118px;
    background-size: 100% 100%;
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 51px;
    font-size: 55px;
    box-sizing: border-box;
    line-height: 70px;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 40px;
  }

  .sp-bz3-card {
    height: 317px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 38px 0px 54px;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 50px; /* 图标和文字的间距 */
    width: 206px;
    height: 207px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: unset;
    top: unset;
    transform: unset;
  }

  .sp-bz3-card-content h3 {
    font-size: 42px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0;
    margin-bottom: 28px;
    line-height: 45px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
  }

  .sp-bz3-card:last-of-type h3 br {
    display: none;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.8);
  }
}

/* ============================================================
   pc样式 (默认样式)
   基准宽度：1920px
   ============================================================ */

/* ================= 核心容器 (配合 JS zoom) ================= */
.sp-qa2-container {
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 94px;
  padding-bottom: 132px;
  transform-origin: top left;
  background: #fffdf4;
}

/* ================= 组件样式 (sp-qa2-前缀) ================= */
.sp-qa2-sub-title {
  font-family: Poppins-Medium;
  font-size: 25px;
  line-height: 27px;
  color: #949393;
  text-align: center;
  margin-bottom: 20px;
}

/* 标题样式 */
.sp-qa2-title {
  text-align: center;
  font-size: 50px;
  color: #362c21;
  margin-bottom: 41px;
  line-height: 43px;
  font-family: Poppins-Bold;
  text-transform: uppercase;
}

/* 列表容器 */
.sp-qa2-list-container {
  margin: 0 auto;
  width: 1400px; /* PC端内容宽度 */
}

/* 单个卡片 */
.sp-qa2-item {
  border-radius: 15px;
  transition: all 0.3s ease;
  overflow: hidden; /* 保证圆角 */
  margin-bottom: 45px;
  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: #3c2814;
  height: 103px; /* 卡片高度 */
  border-radius: 15px;
  font-family: 'Poppins-SemiBold';
  padding: 0 30px 0 26px;
  position: relative;
  transition: background-color 0.3s;
  background-color: #fff;
  box-shadow: 4px 4px 18px 0px #ebebeb;
}

/* 鼠标悬停在问题上时，稍微变色 */
.sp-qa2-question:hover {
  /* background-color: #fafafa;
  background: #8359ae10; */
}

/* 图标外面的黑盒子 */
.sp-qa2-icon-box {
  width: 36px;
  height: 36px;
  background: #3c2814;
  border-radius: 5px;
  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: 38px;
  line-height: 0;
}

/* 答案区域 (默认隐藏) */
.sp-qa2-answer {
  display: none;
  font-family: Poppins-Regular;
  padding: 20px 26px 20px;
  font-size: 24px;
  color: #4b4a4a;
  line-height: 35px;
  background: #ffffff;
  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: #3c2814;
  color: #ffffff;
  /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
}
/* 激活时，图标盒子旋转 135度 (+ 变成 x) */
.sp-qa2-item.active .sp-qa2-icon-box {
  transform: rotate(180deg);
  color: #3c2814;
  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: 79px auto 0;
  width: 700px;
  background-image: url('/cdn/shop/files/20250305-ysk-btn-bg2.png');
}

/* ================= 移动端 适配 (基准 1080px) ================= */
@media screen and (max-width: 1080px) {
  .sp-qa2-container {
    width: 1080px;
    box-sizing: border-box;
    padding: 111px 40px 347px;
    min-height: unset;
    overflow: hidden;
  }
  .sp-qa2-list-container {
    width: auto;
  }
  .sp-qa2-sub-title {
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 26px;
  }
  .sp-qa2-title {
    font-size: 43px;
    line-height: 57px;
    margin-bottom: 37px;
  }
  .sp-qa2-icon-box {
    font-size: 25px;
  }
  .sp-qa2-question {
    font-size: 26px;
    padding-left: 26px;
    padding-right: 27px;
    line-height: 1;
  }
  .sp-qa2-answer {
    font-size: 28px;
    line-height: 35px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .sp-qa2-container .sp-btn-style1 {
    display: none;
  }
}

.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;
  }
}

/* Automatic Generated Fixed CSS */
@media only screen and (max-width: 1080px) {
  .mf-bundle-product {
    zoom: 2.2;
  }
  #root .customer_buy_more_wrapper .customer_buy_more_title {
    font-size: 50px;
    margin-bottom: 40px;
  }
  #root table.customer-buy-more-discount-table {
    color: #000;
  }
  #root .quick-add-hidden {
    margin: 20px 40px 40px;
    font-size: 40px;
  }
  #root table.customer-buy-more-discount-table th,
  td {
    padding: 20px 10px !important;
  }
}
.mf-bundle-checkout-warning {
  color: #788188 !important;
  opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
  color: #000;
  opacity: 0.75;
  font-size: 16px !important;
}
.app-embed-plus-component-bundler {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
product-recommendations {
  display: none !important;
}
p,
ul,
ol,
li,
h2,
h3,
a {
  margin: unset;
  padding: unset;
  font-size: unset;
}
img {
  display: unset;
}
product-recommendations,
.lt_back_to_top,
.product-recommendations {
  display: none !important;
}

@media (min-width: 1080px) {
  .sp-it img {
    transform: scale(0.6);
  }
}
