/** Shopify CDN: Minification failed

Line 71:3 Unexpected "*"

**/
@font-face {
  font-family: Roboto-Black;
  src: url('/cdn/shop/files/Roboto-Black.ttf');
}

@font-face {
  font-family: Roboto-Bold;
  src: url('/cdn/shop/files/Roboto-Bold.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: Roboto-Light;
  src: url('/cdn/shop/files/Roboto-Light.ttf');
}

@font-face {
  font-family: Poppins-ExtraBold;
  src: url('/cdn/shop/files/Poppins-ExtraBold.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('/cdn/shop/files/Poppins-Bold.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: Poppins-Light;
  src: url('/cdn/shop/files/Poppins-Light.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('/cdn/shop/files/Montserrat-Bold.ttf');
}

@font-face {
  font-family: Zian;
  src: url('/cdn/shop/files/Zian-free-promo-1.ttf');
}

﻿* {
  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;

  background-color: #fff9f5;
}

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;
}
.sp-fixed .sp_header-content {
  top: 0px;
  /* width: 100%; */
  /* left: 0; */
  box-sizing: border-box;
  /* padding: 0 260px; */
  border-radius: 0;
  max-width: 1920px;
}
.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;
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #FF6927;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  position: relative;
  width: 100%;
  height: 83px;
  background: rgba(255,255,255,1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 45px;
  font-family: Poppins-Bold;
  font-size: 16px;
  color: #000;
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 10px;
  background: #CD160C;
  border-radius: 3px;
  font-family: Poppins-Medium;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 2px;
  vertical-align: middle;
  line-height: 12px;
  transform: translateY(-1px);
}
.sp_header-content ul li:hover {
  /* color: #8359ae; */
}
.sp_header-content .sp-logo-box {
  height: 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp_header-content .sp-logo {
  height: 100%;
}
.sp-cart {
  width: 36px;
  margin-right: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 24px;
  height: 24px;
  background: #FF0000;
  border-radius: 50%;
  border: 3px solid #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -8px;
  font-size: 17px;
  line-height: 33px;
  font-family: "Poppins-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #5D5D5D;
}

.sp-top-btn {
  width: 172px;
  height: 40px;
  background: linear-gradient(179deg, #FF6000, #D51400);
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-family: Poppins-Bold;
  line-height: 42px;

  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: 591px;
  height: 111px;
  line-height: 113px;
  background: url('/cdn/shop/files/20260324-ppj-btn.png') no-repeat;
  background-size: 100% 100%;
  font-size: 42px;
  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: Roboto-Black;
  font-size: 56px;
  text-align: center;
  color: #FF6927;
}

.sp-sub-title {
  font-family: Roboto-Regular;
  font-size: 28px;
  text-align: center;
  color: rgba(0, 0, 0, .8);
}

.sp-color {
  color: #FCB800;
}

.sp-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sp-part1 {
  height: 960px;
}

.sp-part1 .sp-box1 {
  position: absolute;
  top: 0px;
  left: 181px;

  width: 760px;
  height: 353px;
  background: rgba(255, 255, 255, .7);
  border-radius: 0px 0px 88px 88px;
}

.sp-part1 .sp-t1 {
  position: absolute;
  top: 50px;
  left: 77px;

  font-family: Zian;
  font-size: 63px;
  line-height: 68px;
  text-transform: uppercase;

  background: linear-gradient(-33deg, #FF6600 0%, #FF5400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-text-stroke: 3px #fff; 
  
}

.sp-part1 .sp-t2 {
  position: absolute;
  top: 212px;
  left: 79px;

  font-family: Roboto-Light;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}

.sp-part1 .sp-img1 {
  position: absolute;
  top: 246px;
  left: 805px;
  
  width: 180px;
}

.sp-part1 .sp-box2 {
  width: 890px;
  height: 514px;

  position: absolute;
  top: 306px;
  left: 271px;
}

.sp-part1 .sp-font {
    position: absolute;
    top: 252px;
    right: 129px;
    font-family: Roboto-Black;
    color: #FFFFFF;
    font-size: 40px;
    transform: rotate(-15deg);
}

.sp-part1 .sp-item {
  position: absolute;
  left: 1147px;
  top: 42px;

  width: 274px;
  height: 252px;
}

.sp-part1 .sp-text1 {
  position: absolute;
  bottom: 38px;
  left: 131px;

  font-family: Roboto-Medium;
  color: #000000;
  font-size: 24px;
  transform: rotate(-6deg);
}

.sp-part1 .sp-item2 {
  left: 1362px;

  width: 259px;
  height: 276px;
}

.sp-part1 .sp-text2 {
  bottom: 65px;
  left: 95px;
  transform: rotate(6deg);
}

.sp-part1 .sp-btn-style1 {
  position: absolute;
  bottom: 97px;
  right: 258px;
}

.sp-part1 .sp-part1-bottom {
  width: 1403px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 17px 30px 0px rgba(136,49,0,0.07), 0px 4px 21px 0px rgba(136,49,0,0.11);
  border-radius: 60px;
  /* border: 1px solid;
  border-image: linear-gradient(124deg, rgba(255,255,255,0.96), rgba(255,255,255,0.96)) 1 1; */

  position: absolute;
  left: 258px;
  bottom: -84px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-part1 .sp-part1-bottom img {
  width: 1260px;
}

.sp-part2 {
  height: 880px;
  padding-top: 180px;
}

.sp-part2 .sp-title {
  line-height: 56px;
}

.sp-part2 .sp-sub-title {
  line-height: 23px;
  margin-top: 19px;
}

.sp-part2 .sp-box1 {
  width: 340px;
  height: 461px;
  background: #E0E0E0;
  border-radius: 40px;

  position: absolute;
  top: 332px;
  left: 260px;
}

.sp-part2 .sp-title-box {
  width: 218px;
  height: 48px;
  background: #929292;
  border-radius: 24px;

  text-align: center;
  font-family: Poppins-Bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;

  position: absolute;
  top: 45px;
  left: 37px;
}

.sp-part2 .sp-item-box {
  display: flex;
  flex-direction: column;
  gap: 50px;

  position: absolute;
  top: 133px;
  left: 36px;
}

.sp-part2 .sp-item {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 33px;

  font-family: Roboto-Regular;
  line-height: 30px;
  font-size: 22px;
  color: #161721;
}

.sp-part2 .sp-item img {
  height: 33px;
}

.sp-part2 .sp-box2 {
  width: 1041px;
  background: rgba(255, 105, 39, .1);

  left: 619px;
}

.sp-part2 .sp-title-box2 {
  width: 241px;
  height: 51px;
  background: #FF6927;
  border-radius: 26px;

  font-size: 40px;
  line-height: 53px;
}

.sp-part2 .sp-box2 .sp-item {
  font-size: 28px;
  line-height: 34px;
}

.sp-part2 .sp-video {
  width: 467px;
  height: 406px;
  /* background: #FFFFFF; */
  border-radius: 30px;
  overflow: hidden;

  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.sp-part2 .sp-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part2 .sp-img3 {
  width: 238px;

  position: absolute;
  bottom: 26px;
  right: 126px;
}

.sp-part3 {
  height: 1010px;
}

.sp-part3 .sp-content {
  width: 1869px;
  height: 1010px;
  margin: 0 auto;
  position: relative;
}

.sp-part3 .sp-title {
  position: absolute;
  top: 98px;
  left: 232px;

  text-align: left;
  line-height: 58px;
}

.sp-part3 .sp-sub-title {
  position: absolute;
  top: 232px;
  left: 232px;

  text-align: left;
  line-height: 34px;
}

.sp-part3 .sp-box {
  width: 499px;
  height: 425px;
  background: #FFFFFF;
  border-radius: 40px;

  position: absolute;
  top: 327px;
  left: 230px;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 11px;
}

.sp-part3 .sp-box img {
  width: 476px;
}

.sp-part3 .sp-t1 {
  font-family: Roboto-Black;
  font-size: 30px;
  color: #FF6927;
  line-height: 1;

  margin-top: 21px;
  margin-bottom: 10px;
  text-align: center;
}

.sp-part3 .sp-t2 {
  font-family: Roboto-Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, .8);
  line-height: 28px;

  text-align: center;
}

.sp-part3 .sp-btn-style1 {
  position: absolute;
  bottom: 114px;
  left: 232px;
}

.sp-part4 {
  box-sizing: border-box;
  height: 725px;
}

.sp-part4 .sp-line {
  width: 11px;
  height: 129px;
  background: #FF6927;
  border-radius: 6px;

  position: absolute;
  top: 54px;
  left: 260px;
}

.sp-part4 .sp-title {
  position: absolute;
  top: 57px;
  left: 298px;
  line-height: 56px;
}

.sp-part4 .sp-sub-title {
  position: absolute;
  top: 116px;
  left: 298px;
  line-height: 34px;
  text-align: left;
}

.sp-part4 .sp-box {
  position: absolute;
  top: 241px;
  left: 296px;

  width: 331px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-part4 .sp-box img {
  width: 332px;
}

.sp-part4 .sp-t1 {
  font-family: Roboto-Bold;
  font-size: 30px;
  color: #161721;
  line-height: 1;

  margin-top: 21px;
  margin-bottom: 11px;
}

.sp-part4 .sp-t2 {
  font-family: Roboto-Regular;
  color: #161721;
  font-size: 24px;
  line-height: 28px;
}

.sp-part4 .sp-img2 {
  width: 194px;
  position: absolute;
  top: 253px;
  left: 651px;
}

.sp-part4 .sp-img3 {
  width: 958px;
  position: absolute;
  top: 82px;
  left: 719px;
  z-index: 2;
}

.sp-part5 {
  height: 604px;
}

.sp-part5 .sp-content {
  width: 1634px;
  height: 485px;

  position: relative;
  margin: 0 auto;
}

.sp-part5 .sp-t1 {
  font-family: Roboto-Black;
  color: #FFFFFF;
  font-size: 42px;
  line-height: 1;

  position: absolute;
  top: 80px;
  left: 115px;
}

.sp-part5 .sp-line {
  width: 618px;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.4;

  position: absolute;
  top: 148px;
  left: 116px;
}

.sp-part5 .sp-t2 {
  font-family: Roboto-Light;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 36px;

  position: absolute;
  top: 182px;
  left: 115px;
}

.sp-part5 .sp-img2 {
  position: absolute;
  width: 556px;
  bottom: 98px;
  left: 116px;
}

.sp-part5 .sp-btn-style1 {
  margin: 8px auto 0;
}

.sp-part6 {
  height: 757px;
  padding-top: 92px;
}

.sp-part6 .sp-title {
  line-height: 56px;
}

.sp-part6 .sp-sub-title {
  margin-top: 9px;
  line-height: 28px;
}

.sp-part6 .sp-item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 41px;
}

.sp-part6 .sp-item {
  width: 134px;
  height: 531px;
  position: relative;
  cursor: pointer;
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  transform-origin: left center;
}

.sp-part6 .sp-img1 {
  width: 34px;

  position: absolute;
  top: 459px;
  left: 50px;
}

.sp-part6 .sp-item .sp-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  left: 60px;
  bottom: 56px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    visibility 0.45s,
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.08s;
}

.sp-part6 .sp-item .sp-img1 {
  display: block;
  opacity: 1;
  visibility: visible;
  /* transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.35s; */
}

.sp-part6 .sp-item.sp-active .sp-img1 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sp-part6 .sp-item.sp-active {
  width: 938px;
}

.sp_pc .sp-part6 .sp-item .sp-img-bg {
  width: auto;
  height: 531px;
  /* object-fit: cover; */
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.42s;
}

.sp_pc .sp-part6 .sp-item.sp-active .sp-img-bg {
  opacity: 0;
  visibility: hidden;
}

.sp_pc .sp-part6 .sp-item .sp-img-active {
  z-index: -1;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.42s;
}

.sp_pc .sp-part6 .sp-item.sp-active .sp-img-active {
  z-index: 2;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.sp-part6 .sp-item.sp-active .sp-text {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.sp-part6 .sp-t1 {
  font-family: Roboto-Bold;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 31px;
}

.sp-part6 .sp-t2 {
  font-family: Roboto-Light;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
}

.sp-part7 {
  height: 514px;
}

.sp-part7 .sp-img1 {
  position: absolute;
  width: 556px;
  top: 92px;
  left: 210px;
}

.sp-part7 .sp-title {
  position: absolute;
  top: 122px;
  left: 822px;
  line-height: 55px;
}

.sp-part7 .sp-font {
  position: absolute;
  left: 824px;
  top: 192px;
  
  font-family: Roboto-Regular;
  color: rgba(0, 0, 0, .8);
  font-size: 30px;
  line-height: 49px;
}

.sp-part7 .sp-font span {
  font-family: Roboto-Bold;
}

.sp-scroll1 {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: fit-content;
  overflow: hidden;
  margin: 0 auto;
  height: 69px;
  background: #000000;
}

.sp-scroll1 .nav-imgs {
  width: max-content;
}

.sp-scroll1 .nav-imgs .nav-imgs-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 1840px;
}

.sp-scroll1 .sp-p {
  height: 69px;
  display: inline-flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  font-size: 35px;
  /* line-height: 38px; */
  color: #FFF;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp_product_part {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 81px 0px 98px;
  background: url('/cdn/shop/files/20260324-ppj-shop-bg.png') no-repeat center top;
  background-size: 100% auto;
}

.sp_product_part .sp-text1 {
  font-family: "Poppins-Bold";
  font-size: 25px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  text-shadow: 0 0 6px #FFEA00;
}

.sp_product_part .sp-text1 .sp-icon {
  display: none;
}

.sp_product_part .sp-title1 {
  font-family: "Roboto-Black";
  font-size: 50px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  margin-bottom: 33px;
  margin-top: 24px;
  text-shadow: 0 0 6px #FFEA00;
}

.sp_product_part .sp-color {
  color: #FFEA00;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
  position: absolute;
}

.sp_product_part .sp-title1 .sp-icon1 {
  height: 77px;
  top: 102px;
  left: 507px;
}

.sp_product_part .sp-title1 .sp-icon2 {
  height: 69px;
  top: 115px;
  left: 1330px;
}

.sp_product_part .sp-info4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 86px;
  margin-bottom: 153px;
}

.sp_product_part .sp-info4-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #FFF;
}

.sp_product_part .sp-info4 img {
  width: 25px;
  flex-shrink: 0;
}

/* 走马灯 */
.sp-scroll2 {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: fit-content;
  overflow: hidden;
  margin: 27px auto 120px;
}

.sp-scroll2 .nav-imgs {
  width: max-content;
}

.sp-scroll2 .nav-imgs .nav-imgs-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 1410px;
}

.sp-scroll2 .sp-icon {
  width: 36px;
  flex-shrink: 0;
}

.sp-scroll2 .sp-p {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: Poppins-Regular;
  font-size: 26px;
  color: #FFF;
  margin-right: 66px;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp_product_content {
  width: 100%;
  padding: 0 260px;
  display: flex;
  gap: 62px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: #FF6C00;
  border-radius: 30px;
  padding: 10px 10px 102px;
  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: 404px;
  /* 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;
}

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-clock {
  width: 44px;
  position: absolute;
  bottom: 27px;
  left: 30px;
  animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-line-wrap {
  position: absolute;
  top: 447px;
  left: 84px;
  width: 344px;
  /* height: 13px;
  background: #ffffff;
  border-radius: 7px; */
}

.sp_product_part .sp-line-wrap img {
  width: 100%;
  object-fit: contain;
}

/* .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: 20px;
  left: 90px;
  display: flex;
  align-items: center;

  font-family: Poppins-Medium;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}

.sp_product_part .sp-row1 img {
  height: 19px;
  margin-right: 10px;
  transform: translateY(-4px);
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  bottom: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
  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: 2px;
  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: Poppins-SemiBold;
  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 {
  padding-top: 6px;
  font-size: 32px;
  color: #0B0B0B;
  line-height: 26px;
  font-family: "Poppins-SemiBold";
}

.sp_product_part .sp-line {
  width: 606px;
  height: 2px;
  background: #9D9D9D;
  opacity: 0.29;
  margin-top: 25px;
  margin-bottom: 13px;
}

.sp_product_part .option-title {
  font-size: 20px;
  color: #696969;
  font-family: "Poppins-SemiBold";
  line-height: 1;
  margin: 23px 0px 11px;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  position: relative;
}
.sp_product_part .sp-option {
  min-width: 134px;
  height: 48px;
  border-radius: 23px;
  border: 2px solid #D3D3D3;
  background: #F7F7F7;
  font-family: "Poppins-Medium";
  line-height: 50px;
  font-size: 22px;
  color: #5D5D5D;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
  padding:0 20px;
}
.sp_product_part .sp-width2 {
  min-width: 214px;
}
.sp_product_part .sp-option.active {
  background: #FE6F06;
  color: #ffffff;
  border: 1px solid #FE5A03;
}

.sp_product_part .sp-price-group {
  align-items: baseline;
  margin-bottom: 28px;
}
.sp_product_part .sp-price1 {
  font-family: "Poppins-SemiBold";
  font-size: 46px;
  color: #ff0707;
  line-height: 36px;
}
.sp_product_part .sp-price2 {
  font-family: "Poppins-Medium";
  font-size: 27px;
  color: #9D9D9D;
  margin-left: 22px;
  margin-right: 12px;
}
.sp_product_part .sp-row {
  display: flex;
  align-items: center;
  transform: translateY(10px);
}
.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 36px;

  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row .sp-p {
  width: 145px;
  height: 30px;
  background: #FD771B;
  border-radius: 10px;
  font-family: "Poppins-Bold";
  font-size: 25px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  margin-left: -20px;
  padding-left: 15px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #ffefe1;
  border-radius: 10px;

  font-family: "Poppins-Medium";
  box-sizing: border-box;
  font-size: 26px;
  color: #312A2A;
  gap: 12px;
  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 38px;
  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: 21px;
  color: #141414;
  font-family: "Poppins-Medium";
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-span {
  color: #E00000;
}

@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: 15px;
  border: 2px solid #828282;
  background: #fff;

  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: 539px;
  display: block;
  margin: 29px auto 20px;
}

.sp-footer-box1 {
  width: 580px;
  height: 138px;
  background: #EEF8FE;
  padding: 20px 48px 30px;
  box-sizing: border-box;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}

.sp-footer-box2 {
  width: 580px;
  height: 138px;
  background: #ffefe1;
  padding: 17px 51px;
  box-sizing: border-box;
  margin-top: 21px;
}
.sp-footer-box2 .sp-icon {
  width: 29px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: "Poppins-SemiBold";
  line-height: 1.2;
  margin-top: 10px;
}
.sp-footer-box2 span {
  /* font-family: "Poppins-SemiBold"; */
}

.sp_pc {
  display: block;
  overflow-x: hidden;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  .sp-fixed .sp_header-top {
    display: block;
  }

  .sp_header-top {
    height: 40px;
    font-size: 27px;
    line-height: 42px;
  }
  .sp_header-content {
    width: 100%;
    height: 120px;
    position: unset;
    transform: unset;
    padding: 0 40px 0 40px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 221px;
    width: 52px;
  }
  .sp_header-content .sp-logo {
    height: 100px;
    position: relative;
    transform: unset;
    /* margin-right: 20px; */
    left: -45px;
  }
  .sp-cart {
    width: 70px;
    margin-right: 25px;
  }
  .sp-cart .sp-num {
    width: 31px;
    height: 31px;
    right: -12px;
    top: -12px;
    font-size: 24px;
  }
  .sp-top-btn {
    width: 265px;
    height: 75px;
    border-radius: 38px;
    font-size: 30px;
    line-height: 78px;
    padding-top: 5px;
  }
  
  .sp-btn-style1 {
    /* background-image: url('/cdn/shop/files/20260324-ppj-btn-m.png'); */
    width: 1000px;
    height: 189px;
    font-size: 71px;
    line-height: 192px;
    margin: 0 auto;
  }

  .sp-title {
    font-size: 72px;
  }

  .sp-sub-title {
    font-size: 36px;
  }

  .sp-part1 {
    height: 1737px;
    padding-top: 1400px;
  }

  .sp-part1 .sp-item {
    left: 104px;
    top: -1335px;
  
    width: 360px;
    height: 327px;
  }
  
  .sp-part1 .sp-text1 {
    bottom: 39px;
    left: 150px;
  
    font-size: 36px;
  }
  
  .sp-part1 .sp-item2 {
    left: 385px;
  
    width: 335px;
    height: 354px;
  }
  
  .sp-part1 .sp-text2 {
    bottom: 75px;
    left: 111px;
  }
  
  .sp-part1 .sp-font {
    top: 630px;
    right: 370px;
  
    font-size: 44px;
  }

  .sp-part1 .sp-box1 {
    top: 921px;
    left: 41px;
  
    width: 996px;
    height: 432px;
    border-radius: 70px;
  }
  
  .sp-part1 .sp-t1 {
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
  
    font-size: 83px;
    line-height: 87px;
    text-align: center;
    width: 100%;
  }
  
  .sp-part1 .sp-t2 {
    top: 274px;
    left: 50%;
    transform: translateX(-50%);
  
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    width: 100%;
  }

  .sp-part1 .sp-img1 {
    top: 804px;
    left: 805px;
    
    width: 201px;
  }

  .sp-part1 .sp-btn-style1 {
    position: initial;
    margin: 0 auto;
  }

  .sp-part1 .sp-part1-bottom {
    width: 1080px;
    height: 120px;
    border-radius: 0px;
    /* border: 1px solid;
    border-image: linear-gradient(124deg, rgba(255,255,255,0.96), rgba(255,255,255,0.96)) 1 1; */
  
    left: 0;
    bottom: -120px;
  }

  .sp-scroll1-m {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: fit-content;
    overflow: hidden;
    margin: 0 auto;
    height: 80px;
  }
  
  .sp-scroll1-m .nav-imgs {
    width: max-content;
  }
  
  .sp-scroll1-m .nav-imgs .nav-imgs-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 1400px;
  }
  
  .sp-scroll1-m .sp-p {
    height: 80px;
    display: inline-flex;
    align-items: center;
    margin-right: 60px;
  }

  .sp-part2 {
    height: 1812px;
    padding-top: 248px;
  }

  .sp-part2 .sp-title {
    line-height: 71px;
  }
  
  .sp-part2 .sp-sub-title {
    line-height: 29px;
    margin-top: 32px;
  }

  .sp-part2 .sp-video {
    width: 960px;
    height: 732px;
  
    position: initial;
    margin: 56px auto 0;
    transform: none;
  }

  .sp-part2 .sp-box1 {
    width: 391px;
    height: 488px;
    border-radius: 30px;
  
    top: 1191px;
    left: 60px;
  }
  
  .sp-part2 .sp-title-box {
    top: 33px;
    left: 25px;
    padding-top:3px;
  }
  
  .sp-part2 .sp-item-box {
    gap: 62px;
  
    top: 120px;
    left: 24px;
  }
  
  .sp-part2 .sp-item {
    gap: 29px;
  
    line-height: 34px;
    font-size: 30px;
  }
  
  .sp-part2 .sp-box2 {
    width: 551px;
  
    left: 469px;
  }
  
  .sp-part2 .sp-title-box2 {
    left: 43px;
  }
  
  .sp-part2 .sp-box2 .sp-item {
    font-size: 32px;
    line-height: 36px;
  }

  .sp-part2 .sp-img3 {
    width: 245px;
  
    bottom: -10px;
    right: 14px;
  }

  .sp-part3 {
    height: 2286px;
  }

  .sp-part3 .sp-title {
    position: initial;
  
    text-align: center;
    line-height: 75px;
  }
  
  .sp-part3 .sp-sub-title {
    position: initial;
    
    text-align: center;
    line-height: 42px;
    margin-top: 18px;
  }

  .sp-part3 .sp-content {
    width: 1000px;
    height: 935px;
    margin-top: 22px;
  }

  .sp-part3 .sp-box {
    width: 998px;
    height: 774px;
    box-shadow: 8px 8px 16px 0px rgba(106,53,3,0.07), 1px 1px 8px 0px rgba(106,53,3,0.13);
    border-radius: 52px 40px 40px 40px;
  
    position: initial;
    margin: 60px auto 0;
  
    padding-top: 22px;
  }
  
  .sp-part3 .sp-box img {
    width: 952px;
  }

  .sp-part3 .sp-t1 {
    font-size: 52px;
  
    margin-top: 38px;
    margin-bottom: 21px;
  }
  
  .sp-part3 .sp-t2 {
    font-size: 36px;
    line-height: 36px;
  }

  .sp-part3 .sp-btn-style1 {
    position: initial;
    margin: 56px auto 0;
  }

  .sp-part4 {
    height: 1221px;
  }

  .sp-part4 .sp-line {
    height: 162px;
  
    top: 121px;
    left: 38px;
  }
  
  .sp-part4 .sp-title {
    top: 121px;
    left: 76px;
    line-height: 72px;
  }
  
  .sp-part4 .sp-sub-title {
    line-height: 45px;
    top: 201px;
    left: 76px;
  }

  .sp-part4 .sp-box {
    top: 333px;
    left: 72px;
  
    width: fit-content;
  
    flex-direction: row;
    gap: 52px;
  }

  .sp-part4 .sp-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .sp-part4 .sp-t1 {
    font-size: 32px;
  
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .sp-part4 .sp-t2 {
    font-size: 32px;
    line-height: 35px;
  }

  .sp-part4 .sp-img2 {
    width: 144px;
    top: 571px;
    left: 96px;
  }
  
  .sp-part4 .sp-img3 {
    width: 958px;
    top: 552px;
    left: 54px;
  }

  .sp-part5 {
    height: 756px;
  }

  .sp-part5 .sp-content {
    width: 1000px;
    height: 496px;
  }
  
  .sp-part5 .sp-t1 {
    font-size: 50px;
  
    top: 55px;
    left: 40px;
  }

  .sp-part5 .sp-line {
    top: 129px;
    left: 41px;
  }
  
  .sp-part5 .sp-t2 {
    font-size: 34px;
    line-height: 42px;
  
    top: 160px;
    left: 41px;
  }
  
  .sp-part5 .sp-img2 {
    width: 560px;
    bottom: 37px;
    left: 34px;
  }

  .sp-part5 .sp-btn-style1 {
    margin-top: 61px;
  }

  .sp-part6 {
    height: 1505px;
    padding-top: 125px;
  }

  .sp-part6 .sp-title {
    line-height: 72px;
  }

  .sp-part6 .sp-sub-title {
    margin-top: 23px;
    line-height: 42px;
  }

  .sp-part6 .sp-item-box {
    flex-direction: column;
    gap: 28px;
    margin-top: 53px;
  }

  .sp-part6 .sp-item {
    width: 998px;
    height: 166px;
    transition: height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }

  .sp-part6 .sp-img1 {
    width: 55px;
  
    top: 56px;
    left: 890px;
    transform: rotate(90deg);
  }

  .sp-part6 .sp-item.sp-active {
    width: 998px;
    height: 562px;
  }

  .sp-part6 .sp-item .sp-img-bg:not(.sp-img-active) {
    transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.45s;
  }

  .sp-part6 .sp-item .sp-img-active {
    z-index: 1;
    display: block;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.06s, visibility 0.5s;
  }

  .sp-part6 .sp-item.sp-active .sp-img-bg:not(.sp-img-active) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: auto;
  }

  .sp-part6 .sp-item.sp-active .sp-img-active {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  .sp-part6 .sp-item.sp-active .sp-text2 {
    display: none;
  }

  .sp-part6 .sp-item .sp-text2 {
    display: block;
    transition: none;
  }

  .sp-part6 .sp-item.sp-active .sp-text {
    left: 70px;
    bottom: 52px;
  
    gap: 16px;
  }

  .sp-part6 .sp-t1 {
    font-size: 49px;
    line-height: 49px;
  }
  
  .sp-part6 .sp-t2 {
    font-size: 40px;
  }

  .sp-part6 .sp-text2 {
    font-family: Roboto-Bold;
    color: rgba(255, 255, 255, .2);
    font-size: 49px;
    line-height: 49px;

    position: absolute;
    left: 69px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sp-part7 {
    height: 1092px;
    padding-top: 135px;
  }

  .sp-part7 .sp-title {
    position: initial;
    line-height: 71px;
  }

  .sp-part7 .sp-img1 {
    position: initial;
    display: block;
    margin-top: 66px;
    margin-left: 210px;
  }

  .sp-part7 .sp-font {
    position: initial;
    
    font-size: 46px;
    line-height: 63px;
    text-align: center;
    margin: 26px auto 0;
  }

  .sp-promo4-nav{
      position: relative;
      width: 1080px;
      height: 522px;
      background: url('/cdn/shop/files/20260324-ppj-nav.jpg') no-repeat center bottom;
      background-size: 100% auto;
      box-sizing: border-box;
      position: relative;

      padding-top: 17px;
  }
  .sp-promo4-nav>img{
      position: absolute;
  }

  .sp-promo4-img1{
      top: 103px;
      left: 50%;
      transform: translateX(-50%);
      width: 993px;
  }

  .sp-promo4-img2{
      top: 83px;
      left: 30px;
      width: 460px;
  }

  .sp-promo4-content{
      position: absolute;
      top: 350px;
      left: 68px;
      display: flex;
      align-items: center;
      gap: 36px;
  }

  .sp-promo4-item{
      display: flex;
      align-items: baseline;
  }

  .sp-promo4-img{
      /* width: 24px; */
      height: 33px;
      transform: translateY(4px);
  }

  .sp-promo4-price{
      font-family: 'Poppins-Bold';
      font-size: 27px;
      color: #FF0005;
      line-height: 1;

      /* margin-left: 9px; */
      margin-right: 8px;
  }

  .sp-promo4-compare{
      font-family: 'Poppins-Medium';
      font-size: 17px;
      color: #000000;
      line-height: 1;
      text-decoration-line: line-through;
      opacity: 0.5;
  }

  .sp-promo4-text1{
      position: absolute;
      top: 151px;
      left: 527px;
      font-family: 'Poppins-Bold';
      font-size: 36px;
      color: #000000;
      line-height: 28px;
      text-transform: uppercase;
  }

  .sp-promo4-text2{
      position: absolute;
      top: 197px;
      left: 527px;
      font-family: 'Poppins-SemiBold';
      font-size: 30px;
      color: #494949;
      line-height: 38px;
  }

  .sp-promo4-text3{
      position: absolute;
      top: 277px;
      left: 527px;
      font-family: 'Poppins-Regular';
      font-size: 30px;
      color: #494949;
      line-height: 35px;
  }

  .sp-promo4-btn-style{
      position: absolute;
      bottom: 48px;
      left: 450px;
      font-family: "Poppins-ExtraBold";
      font-size: 37px;
      line-height: 1;
      color: #FFFFFF;
      cursor: pointer;
      animation: skip 4s infinite;

  }

  .sp-promo4-img7{
      top: 392px;
      left: 660px;
      animation: skip 4s infinite;
  }
  
  .sp_product_part {
    margin-top: -1px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 48px 0px 128px;
    background-image: url('/cdn/shop/files/20260324-ppj-shop-bg-m.png');
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: auto !important;
    margin-right: 0px;
    width: 143px;
  }
  .sp_product_part .sp-text1 {
    flex-direction: column;
    font-size: 25px;
    white-space: nowrap;
    gap: 15px;
  }

  .sp_product_part .sp-title1 {
    font-size: 60px;
    margin-bottom: 27px;
    margin-top: 33px;
    line-height: 58px;
  }
  .sp_product_part .sp-title1 .sp-icon1 {
    top: 84px;
    left: 49px;
  }
  .sp_product_part .sp-title1 .sp-icon2 {
    top: 97px;
    left: 955px;
  }

  .sp_product_content {
    padding: 0px 59px 0;
    flex-direction: column;
    gap: 53px;
  }

  .sp_product_part .sp-clock {
    width: 58px;
    bottom: 37px;
    left: 40px;
  }
  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 680px;
    padding: 16px 14px 140px;
    margin: 0 auto;
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 524px;
    width: 935px;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    
  }

  .sp_product_part .sp-line-wrap {
    top: 589px;
    left: 111px;

    width: 453px;
  }

  .sp_product_part .sp-row1 {
    bottom: 35px;
    left: 119px;
    font-size: 30px;
    line-height: 25px;
  }

  .sp_product_part .sp-row1 img {
    height: 25px;
    margin-right: 11px;
  }
  
  .sp_product_part .sp-clock-s {
    right: 38px;
    bottom: 54px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 52px;
    height: 51px;
    font-size: 34px;
  }
  .sp_product_part .sp-hours {
    left: 3px;
    top: 55px;
    font-size: 16px;
    line-height: 13px;
  }
  .sp_product_part .sp-mins {
    left: 116px;
  }
  .sp_product_part .sp-secs {
    left: 224px;
  }
  .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: 34px;
    line-height: 32px;
    margin: 39px 0px 18px;
  }
  .sp_product_part .opt-group {
    gap: 19px;
  }
  .sp_product_part .sp-option {
    height: 80px;
    min-width: 225px;
    font-size: 37px;
    line-height: 82px;
    border-radius: 39px;
    padding-top: 10px;
  }
  .sp_product_part .sp-width2 {
    min-width: 361px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1;
    align-items: baseline;
    margin-bottom: 43px;
  }
  .sp_product_part .sp-price1 {
    font-size: 79px;
    line-height: 61px;
  }
  .sp_product_part .sp-price2 {
    font-size: 41px;
    margin-left: 26px;
    margin-right: 40px;
    color: #B9B9B9;
  }
  .sp_product_part .sp-row {
    transform: translateY(15px);
  }
  .sp_product_part .sp-row img {
    width: 54px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 230px;
    height: 47px;
    font-size: 38px;
    line-height: 50px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 520px;
    height: 99px;
    font-size: 44px;
    gap: 19px;
  }
  .sp_product_part .addCart img {
    width: 45px;
  }
  .sp_product_part .sp-quality-row {
    gap: 36px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 145px;
    margin: 72px auto 45px;
    font-size: 79px;
    box-sizing: border-box;
  }

  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 52px;
    line-height: 43px;
    padding-top: 0;
  }

  .sp_product_part .sp-line {
    width: 962px;
    margin-top: 39px;
    margin-bottom: 43px;
  }

  .sp-tip5 {
    gap: 23px;
    font-size: 33px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 68px;
  }

  .addGroup {
    width: 455px;
    height: 104px;
    padding: 0px 44px;
    background: #fff;
  }
  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 22px;
  }
  .addGroup input {
    width: 230px;
    font-size: 47px;
    color: #000000;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 917px;
    margin: 48px auto 35px;
  }
  
  .sp-footer-box1 {
    width: 998px;
    height: 225px;
    padding: 36px 84px 45px;
    box-sizing: border-box;
  }
  .sp-footer-img2 {
    width: 778px;
  }
  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 33px;
    margin-bottom: 34px;
  }
  .sp-footer-box1 .sp-p img {
    width: 48px;
  }

  .sp-footer-box2 {
    width: 998px;
    height: 225px;
    padding: 31px 84px;
    margin-top: 34px;
  }
  .sp-footer-box2 .sp-p {
    gap: 14px;
    font-size: 33px;
    margin-bottom: 20px;
  }
  .sp-footer-box2 .sp-p img {
    width: 49px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 36px;
    margin-top: 10px;
    font-family: Roboto-Regular;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    background: url('/cdn/shop/files/20260324-ppj-fix-bg.jpg') no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center;
    box-sizing: border-box;
  }
  .sp-btn-style2 .sp-area1 {
    width: 269px;
    height: 105px;
    
    position: absolute;
    left: 65px;
    top: 22px;
  }
  .sp-btn-style2 .sp-t1 {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #FFEFCB;
    line-height: 21px;

    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sp-btn-style2 .sp-t2 {
    font-family: Poppins-Bold;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 43px;
    text-shadow: 2px 2px 0px #FFFFFF;
    background: linear-gradient(-7deg, #FFEFCB 1.3671875%, #BC8714 99.6337890625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sp-btn-style2 .sp-t2-2 {
    font-family: Poppins-Bold;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 43px;
    /* text-shadow: 2px 2px 0px #FFFFFF; */
    background: linear-gradient(-7deg, #FFEFCB 1.3671875%, #BC8714 99.6337890625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sp-btn-style2 .sp-t3 {
    font-family: Poppins-Medium;
    color: #EEF8FF;
    font-size: 25px;
    line-height: 24px;

    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sp-btn-style2 .sp-area2 {
    position: absolute;
    top: 0;
    left: 446px;
    height: 100%;

    display: flex;
    gap: 46px;
    align-items: center;
  }
  .sp-btn-style2 .sp-cart {
    width: 111px;
    height: 98px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 0;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-btn-style2 .sp-icon {
    width: 68px;
    height: auto;
    object-fit: contain;
  }
  .sp-btn-style2 .sp-num {
    width: 32px;
    height: 31px;
    background: #F8362B;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 27px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: Poppins-Medium;
  }
  .sp-btn-style2 .sp-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
  }
  .sp-btn-style2 .sp-text1 {
    animation: skip 4s infinite 1s;

    font-family: Poppins-Bold;
    color: #FFFFFF;
    font-size: 69px;
    line-height: 53px;
    text-transform: uppercase;
  }
  .sp-btn-style2 .sp-text2 {
    font-family: Poppins-Regular;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 28px;
  }

  .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: "Montserrat-Bold";

    font-size: 33px;
    color: #636363;
  }
  .sp-menu .sp-menu-item a {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-menu .sp-menu-item a .sp-span {
    width: 60px;
    height: 28px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-left: 25px;
  }
  .sp-menu .sp-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .sp-menu li .sp-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
    padding-left: 55px;
  }

  .sp-menu li .sp-row a img {
    width: 31px;
    height: 31px;
  }
  .sp-menu .sp-close-btn {
    position: absolute;
    top: 37px;
    right: 22px;
    width: 39px;
    cursor: pointer;
  }

  .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/20260324-ppj-circle-bg.png') no-repeat;
  background-size: 100% auto;
  padding: 11px 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: 50px;
  font-family: "Roboto-Black"; /* 类似Times New Roman */
  color: #fff;
  margin-bottom: 70px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 44px;
}

/* 单个卡片样式 */
.sp-bz3-card {
  height: 218px;
  background: #FFF1E7;
  border-radius: 15px;

  flex: 1; /* 三等分 */
  display: flex;
  flex-direction: column; /* PC端内容上下排列 */
  align-items: center; /* PC端内容居中 */
  text-align: center; /* PC端文字居中 */
  position: relative;
  padding: 68px 45px 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: #38200B;
  font-family: Poppins-Bold;
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 28px;
}

.sp-bz3-card-content p {
  font-family: Poppins-Light;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
  font-style: italic;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    height: 1313px;
    padding: 44px 40px 120px;
    background-image: url('/cdn/shop/files/20260324-ppj-circle-bg-m.jpg');
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 72px;
    font-size: 72px;
    box-sizing: border-box;
    line-height: 72px;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 26px;
  }

  .sp-bz3-card {
    height: 300px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 65px 0px 82px;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 55px; /* 图标和文字的间距 */
    width: 174px;
    height: 174px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: unset;
    top: unset;
    transform: unset;
  }

  .sp-bz3-card-content h3 {
    font-size: 46px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0;
    margin-bottom: 20px;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
  }

  .sp-bz3-card-content h3 br {
    display: none;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 35px;
    font-style: normal;
  }
}

/* ============================================================
   移动端样式 (默认样式)
   基准宽度：1080px
   ============================================================ */

/* 核心容器 */
.sp-qa3-container {
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    padding-top: 92px;
    padding-bottom: 411px;
    transform-origin: top left;
    box-sizing: border-box;
}

/* 头部区域 */
.sp-qa3-header {
    text-align: center;
    margin-bottom: 55px;
}

.sp-qa3-sub-title {
    color: rgba(149, 46, 0, .8);
    font-size: 25px;
    line-height: 22px;
    margin-bottom: 16px;
    font-family: Poppins-Medium;
}

.sp-qa3-main-title {
    color: #FF6927;
    font-size: 72px;
    line-height: 61px;
    font-family: Roboto-Black;
    text-transform: uppercase;
}

/* 列表容器 */
.sp-qa3-list {
    margin: 0 auto;
    width: 1007px;
    /* border-top: 4px solid rgba(137, 137, 137, .5); */
}

/* 单个条目 */
.sp-qa3-item {
    /* border-bottom: 4px solid rgba(137, 137, 137, .5); */
    border-top: 4px solid rgba(137, 137, 137, .5);
}

/* 问题行 */
.sp-qa3-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 29px;
    height: 109px;
    position: relative;
    transition: background-color 0.3s;
}

.sp-qa3-question:hover {
    /* background-color: #3d3d3d; */
}

/* 图标 */
.sp-qa3-icon {
    color: #000000;
    font-size: 36px;
    margin-right: 31px;
    transition: transform 0.3s ease, color 0.3s;
}

.fa-chevron-up:before {
  content: ">";
  font-family: cursive;
  display: inline-block;
  transform: rotate(-90deg);
}

/* 问题文字 */
.sp-qa3-q-text {
    font-family: Poppins-Medium;
    color: #000000;
    font-size: 35px;
    flex: 1;
}

/* 答案行 */
.sp-qa3-answer {
    display: none;
    padding: 0px 40px 63px 80px;
    color: #666666;
    font-size: 32px;
    line-height: 42px;
}

/* 激活状态 */
.sp-qa3-item.active .sp-qa3-icon {
    transform: rotate(180deg);
    color: #FF6927;
}

.sp-qa3-item.active .sp-qa3-q-text {
    color: #000000;
}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
    text-align: center;
}

.sp-qa3-btn {
    margin: 32px auto 0;
    display: flex;
    justify-content: center;
}

.sp-qa3-btn:hover {
    /* background-color: #ffcc00;
    color: #000; */
}

/* ============================================================
   PC端样式 (大屏适配)
   基准宽度：1920px
   ============================================================ */
@media screen and (min-width: 1081px) {

    .sp-qa3-container {
        padding-top: 101px;
        padding-bottom: 101px;
    }

    .sp-qa3-header {
      margin-bottom: 76px;
    }

    .sp-qa3-sub-title {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 17px;
    }

    .sp-qa3-main-title {
        font-size: 50px;
        line-height: 41px;
    }

    .sp-qa3-list {
        width: 1400px;
    }

    .sp-qa3-item {
        border-top-width: 3px;
    }

    .sp-qa3-question {
        padding: 0 31px;
        height: 91px;
    }

    .sp-qa3-icon {
        font-size: 30px;
        margin-right: 26px;
    }

    .sp-qa3-q-text {
        font-size: 25px;
    }

    .sp-qa3-answer {
        font-size: 22px;
        padding: 0px 88px 30px;
        line-height: 30px;
    }

    .sp-qa3-btn-wrapper {
        display: block;
        margin-top: 67px;
    }

    .sp-qa3-btn {
    }
}

.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; } }
.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; }

#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 { font-size: 40px; }
#root table.customer-buy-more-discount-table th, td { padding: 20px 10px !important; }
p {
  margin:0 !important;
}
