/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 3202:0 Unexpected "<"

**/
<style>
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("/cdn/shop/files//Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files//Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("/cdn/shop/files//Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/cdn/shop/files//Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("/cdn/shop/files/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Bold.ttf");
}
@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Regular";
  src: url("/cdn/shop/files//Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Medium";
  /* 引入字体 */
  src: url("/cdn/shop/files//Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Bacchus-SemiBold";
  src: url("/cdn/shop/files//BACCHUS-SEMIBOLD-2.TTF");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "AvantGardeLT-Demi";
  src: url("/cdn/shop/files//ITCAvantGardeGothicLTDemi.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "AvantGardeLT-Book";
  src: url("/cdn/shop/files//ITCAvantGardeGothicLTBook.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Bacchus-Regular";
  src: url("/cdn/shop/files//BACCHUS-2.TTF");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  -ms-text-size-adjust: auto !important;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
img {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
#root {
  letter-spacing: 0px;
  width:100% !important;
}

.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 {
  background-color: #fff;
  top: 0px;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
}

.sp_header-top {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: "AvantGardeLT-Book";
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
  gap: 36px;
}
.sp_header-top .sp-icon {
  height: 14px;
}

.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  width: 100%;
  height: 60px;
  background: #ffffff;

  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding: 0 117px 0 160px;
  overflow: hidden;
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 66px;
  font-family: "Poppins-Medium";
  font-size: 20px;
  color: #000000;
  height: 100%;
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 15px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 9px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
  vertical-align: middle;
  line-height: 16px;
}
.sp_header-content ul li:hover {
  color: #478cff;
}
.sp_header-content .sp-logo-box {
  width: 107px;
  margin-top: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp_header-content .sp-logo {
  width: 140px;
  height: auto;
}
.sp-cart {
  width: 40px;
  /* height: 36px;
  border-radius: 4px;
  border: 2px solid #4e4e4e; */
  margin-right: 38px;

  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: #cf0101;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -5px;
  font-size: 16px;
  font-family: "Roboto";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #8a8a8a;
}
.sp-product-num {
    position: absolute;
    width: 100px;
    height: 100px;
    color: red;
    bottom: -34px;
    right: -11px;
    font-size: 50px;
    z-index: 20;
}
.sp-top-btn {
    width: 200px;
    height: 44px;
    background: linear-gradient(0deg, #6da3ff 0%, #cae2ff 100%);
    border-radius: 22px;
    text-align: center;
    font-size: 17px;
    /* line-height: 10px; */
    color: #000000;
    font-family: "AvantGardeLT-Demi";
    font-weight: bold;
    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: 594px;
    height: 90px;
    line-height: 90px;
    background: url("/cdn/shop/files//20260112-btn-bg-l-pc.png") no-repeat;
    background-size: 100% 100%;
    font-size: 30px;
    color: #292929;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "AvantGardeLT-Demi";
    animation: skip 4s infinite 1s;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
    margin: 0 auto;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title {
  font-family: "Bacchus-SemiBold";
  font-size: 50px;
  color: #000000;
  text-align: center;
  line-height: 56px;
  text-transform: uppercase;
}

.sp-sub-title {
  font-family: "AvantGardeLT-Book";
  font-size: 21px;
  color: #000000cc;
  line-height: 34px;
  text-align: center;
  margin-top: 8px;
}

.sp-color {
  color: #478cff;
}

.sp-part1 .sp-content {
  position: absolute;
  left: 260px;
  top: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.sp-part1 .sp-row {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.1;
  font-family: "AvantGardeLT-Book";
  font-size: 20px;
  color: #000000;
  margin-top: 27px;
  margin-left:50px;
}
.sp-part1 .sp-row .sp-color {
  font-family: "AvantGardeLT-Demi";
}
.sp-part1 .sp-text {
  font-size: 26px;
  color: #000000cc;
  line-height: 1;
  font-family: "Bacchus-Regular";
}
.sp-part1 .sp-text2 {
  font-size: 58px;
  color: #010101;
  line-height: 64px;
  font-family: "Bacchus-SemiBold";
  margin-top: 30px;
  position: relative;
}
.sp-part1 .sp-text2::after {
  content: "";
  position: absolute;
  left: -12px;
  top: -16px;
  width: 48px;
  height: 45px;
  background: url("/cdn/shop/files//20260112-title-icon.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.sp-part1 .sp-btn-style1 {
  width: 505px;
  margin-top: 16px;
  margin-left: 0;
  background-image: url("/cdn/shop/files//20260112-btn-bg.png");
}
.sp-part1 .sp-box {
  margin-left: -20px;
  position: relative;
}
.sp-part1 .sp-box .sp-t {
  width: 153px;
  height: 36px;
  background: #c9c9c9;
  border-radius: 18px;
  font-family: "AvantGardeLT-Book";
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  position: absolute;
  left: 86px;
  top: 254px;
}
.sp-part1 .sp-box .sp-t2 {
  background: #478cff;
  font-family: "AvantGardeLT-Demi";
  color: #ffffff;
  left: 340px;
  top: 264px;
}
.sp-part2 {
  padding: 88px 0px 90px;
  box-sizing: border-box;
}

.sp-part2 .sp-row {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 39px;
}

.sp-part2 .sp-row .sp-item .sp-p {
  font-family: "AvantGardeLT-Book";
  font-size: 24px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-top: 24px;
}

.sp-part3 {
  height: 877px;
  background: url("/cdn/shop/files//20260112-img3-pc.png") no-repeat;
  background-size: 100% 100%;
}

.sp-part3 .sp-content {
  position: absolute;
  right: 260px;
  top: 90px;
}

#root .sp-part3 .swiper {
  width: 645px;
  margin-top: 55px;
  box-shadow: 0px 0px 32px 0px rgba(118, 118, 118, 0.17);
  border-radius: 20px;
}
#root .sp-part3 .swiper-slide {
  width: 645px;

  background: #ffffff;
  border-radius: 20px;
  padding: 25px 24px 0;
  box-sizing: border-box;
  overflow: hidden;
}
#root .sp-part3 .swiper-btn {
  width: 37px;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#root .sp-part3 .swiper-btn-prev {
  left: -50px;
  background-image: url("/cdn/shop/files//20260112-arrow-l.png");
}
#root .sp-part3 .swiper-btn-next {
  right: -50px;
  background-image: url("/cdn/shop/files//20260112-arrow-r.png");
}
#root .sp-part3 .sp-row {
  width: 100%;
  display: flex;
  line-height: 70px;
  gap: 10px;
  text-align: center;
}
#root .sp-part3 .sp-row .sp-t {
  flex: 1;
}
#root .sp-part3 .sp-row .sp-t1 {
  font-family: "AvantGardeLT-Book";
  font-size: 26px;
  color: #000000;
}
#root .sp-part3 .sp-row .sp-t2 {
  font-family: "AvantGardeLT-Demi";
  font-size: 26px;
  color: #478cff;
}
.sp-part3 .sp-text {
  position: absolute;
  top: 730px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 260px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}
.sp-part3 .sp-text .sp-item {
  flex: 1;
}
.sp-part3 .sp-text .sp-item .sp-p1 {
  font-family: "Bacchus-SemiBold";
  font-size: 50px;
  color: #478cff;
}
.sp-part3 .sp-text .sp-item .sp-p1 .sp-span {
  font-family: "AvantGardeLT-Demi";
}
.sp-part3 .sp-text .sp-item .sp-p2 {
  font-family: "AvantGardeLT-Book";
  font-size: 24px;
  color: #292929;
}
.sp-part4 {
  padding-top: 90px;
}
.sp-part4 .sp-content {
  display: flex;
  justify-content: center;
  gap: 95px;
  margin-top: 40px;
  margin-bottom: 55px;
}
.sp-part4 .sp-gif {
  width: 600px;
  height: 534px;
  border-radius: 20px;
}

.sp-part4 .sp-img-p {
  position: absolute;
  left: -63px;
  top: 156px;
}
.sp-part4 .sp-right {
  width: 702px;
  height: 534px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#root .sp-part4 .swiper {
  width: 100%;
}
#root .sp-part4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 5px !important;
}
#root .sp-part4 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #478cff;
}

#root .sp-part4 .sp-num {
  padding-right: 20px;
  position: absolute;
  right: 25px;
  top: 0px;
  line-height: 115px;
  font-family: "AvantGardeLT-Demi";
  font-size: 108px;
  font-style: italic;
  color: #5393ff;
  background: linear-gradient(180deg, #5393ff 0%, #5393ff10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#root .sp-part4 .sp-text {
  position: absolute;
  left: 182px;
  top: 0px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}
#root .sp-part4 .sp-text .sp-p1 {
  font-family: "AvantGardeLT-Demi";
  font-size: 25px;
  color: #478cff;
}
#root .sp-part4 .sp-text .sp-p2 {
  font-family: "AvantGardeLT-Book";
  font-size: 21px;
  color: #282828;
}
#root .sp-part4 .sp-row {
  position: absolute;
  left: 182px;
  top: 263px;
  display: flex;
  line-height: 1;
  font-family: "AvantGardeLT-Book";
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
#root .sp-part4 .sp-row .sp-p:nth-child(1) {
  width: 163px;
}
#root .sp-part4 .sp-row .sp-p:nth-child(2) {
  width: 170px;
}
#root .sp-part4 .sp-row .sp-p:nth-child(3) {
  width: 176px;
}
#root .sp-part4 .swiper-pagination-bullets {
  bottom: 13px;
}
.sp-part4 .sp-title1 {
  font-family: "AvantGardeLT-Demi";
  font-size: 26px;
  color: #478cff;
}
.sp-part4 .sp-row2 {
  display: flex;
  justify-content: space-between;
  font-family: "AvantGardeLT-Book";
  line-height: 1;
  font-size: 18px;
  color: #282828;
  margin-top: 18px;
}
.sp-part4 .sp-box {
  width: 1443px;
  height: 700px;
  background: url("/cdn/shop/files//20260112-img4-2-pc.png") no-repeat;
  background-size: 100% 100%;
  margin: 60px auto 0;
}
.sp-part4 .sp-box .sp-inner {
  position: absolute;
  left: 56px;
  top: 130px;
}
.sp-part4 .sp-box .sp-line1 {
  display: flex;
  gap: 48px;
  align-items: center;
}
.sp-part4 .sp-box .sp-line1 .sp-item {
  display: flex;
  align-items: center;
}
.sp-part4 .sp-box .sp-line1 .sp-item .sp-p {
  font-family: "AvantGardeLT-Demi";
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  line-height: 34px;
  background: linear-gradient(
    91deg,
    #5e4826 3.7353515625%,
    #b59056 50.1708984375%,
    #5e4826 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 10px;
}
.sp-part4 .sp-box .sp-text2 {
  font-family: "Bacchus-SemiBold";
  font-size: 40px;
  color: #000000;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 24px;
}
.sp-part4 .sp-box .sp-text3 {
  font-family: "AvantGardeLT-Book";
  font-size: 23px;
  color: #000000cc;
  line-height: 34px;
  margin-bottom: 40px;
}
.sp-part5 {
  height: 992px;
  background: url("/cdn/shop/files//20260112-img5-pc.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.sp-part5 .sp-content {
  position: absolute;
  left: 300px;
  top: 65px;
  width: 641px;
}
.sp-part5 .sp-img-wrap {
  width: 641px;
  margin-top: 30px;
}
.sp-part5 .sp-img-wrap .sp-item {
  position: absolute;
  top: 40px;
  left: 36px;
  font-family: "AvantGardeLT-Book";
  font-size: 15px;
  color: #434343;
  line-height: 20px;
}
.sp-part5 .sp-img-wrap .sp-item2 {
  top: 445px;
  left: 439px;
}
.sp-part5 .sp-img-wrap .sp-item .sp-text1 {
    font-family: "AvantGardeLT-Demi";
    font-size: 20px;
    color: #478cff;
    line-height: 30px;
    margin-bottom: 6px;
    margin-right: 5px;
}
.sp-part5 .sp-row {
  position: absolute;
  top: 908px;
  width: 100%;
  padding: 0 360px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.sp-part5 .sp-row .sp-item {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "AvantGardeLT-Book";
  font-size: 24px;
  color: #000000;
  line-height: 1;
}
.sp-part5 .sp-row .sp-icon {
  height: 34px;
}
.sp-part6 {
  padding: 80px 0 70px;
  box-sizing: border-box;
}

.sp-part6 .sp-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  margin-top: 25px;
}
.sp-part6 .sp-row .sp-p {
  font-family: "AvantGardeLT-Demi";
  font-size: 25px;
  color: #478cff;
  line-height: 29px;
  text-align: center;
  position: absolute;
  top: 228px;
  width: 100%;
}
.sp-part6 .sp-box {
  width: 1454px;
  height: 606px;
  background: url("/cdn/shop/files//20260112-img6-pc.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.sp-part6 .sp-box .sp-inner {
  position: absolute;
  left: 155px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp-part6 .sp-box .sp-title {
  text-align: left;
  margin-bottom: 36px;
  line-height: 1;
}
.sp-part6 .sp-box .sp-li {
  font-family: "AvantGardeLT-Book";
  font-size: 19px;
  color: #000000;
  line-height: 1.2;
}
.sp-part6 .sp-box .sp-li:not(:last-child) {
  margin-bottom: 25px;
}
.sp-part6 .sp-box .sp-li .sp-span {
  font-family: "AvantGardeLT-Demi";
}
.sp-part6 .sp-box .sp-li p {
  display: flex;
  gap: 5px;
}
.sp-part7 {
  background: url("/cdn/shop/files//20260112-img7-bg-pc.png") no-repeat;
  background-size: 100% 100%;
  padding: 99px 129px;
  box-sizing: border-box;
}
.sp-part7 .gradually {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sp_product_part {
  width: 100%;
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  padding: 95px 0px;
}

.sp_product_part .sp-text1 {
  font-family: "Poppins-Medium";
  font-size: 20px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.sp_product_part .sp-text1 .sp-span {
  color: #2081f8;
}
.sp_product_part .sp-text1 .sp-icon {
  height: 17px;
}
.sp_product_part .sp-title1 {
  font-family: "Bacchus-SemiBold";
  font-size: 50px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
  margin-top: 12px;
}
.sp_product_part .sp-title1 .sp-span {
  color: #2081f8;
}
.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
}
.sp-icon-wraps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 85px;
}
.sp-icon-wraps .sp-icon {
  height: 18px;
}
.sp-icon-wraps .sp-p {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1b1b1b;
  font-family: "Poppins-Medium";
}

.sp_product_content {
  width: 100%;
  padding: 60px 260px 0;
  display: flex;
  gap: 65px;
  box-sizing: border-box;
}
.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: url("/cdn/shop/files//20260112-pro-bg.png") no-repeat;
  background-size: 100% 100%;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 15px 10px 0;
}

#root .sp_product_part .sp-img-wrap .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 398px;
  border-radius: 20px;
  overflow: hidden;
}

.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  height: 398px;
}
#sp-opt-group2 .sp-option {
    width:600px;
}
.sp_product_part .sp-tip {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 240px;
  height: 57px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-family: "Poppins-Medium";
  font-size: 25px;
  color: #141414;
  z-index: 2;
}
.sp_product_part .sp-tip .sp-icon {
  width: 34px;
}

.sp_product_part .sp-row1 {
  position: absolute;
  top: 442px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp_product_part .sp-row1 .sp-icon {
  height: 47px;
  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row1 .sp-line-wrap {
  width: 344px;
  height: 13px;
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 7px;
  overflow: hidden;
}
.sp_product_part .sp-row1 .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
}
@keyframes sp-fade-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.sp_product_part .sp-row1 .sp-p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: #ffffff;
  margin-left: 8px;
}
.sp_product_part .sp-row1 .sp-p .sp-icon-s {
  width: 19px;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  top: 439px;
  display: flex;
  justify-content: center;

  gap: 14px;
  line-height: 1;
  font-family: "Poppins-SemiBold";
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  width: 40px;
  height: 38px;
  background: #ffffff;
  border-radius: 9px;
  font-size: 25px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  flex-shrink: 0;
  padding-top: 2px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp_product_part .sp-clock-s .sp-dots {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-gap {
  width: 490px;
  height: 2px;
  background: #9d9d9d;
  opacity: 0.29;
  margin-top: 22px;
}
.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-title-s {
  font-size: 28px;
  color: #0b0b0b;
  line-height: 35px;
  font-family: "Poppins-Bold";
}
.sp_product_part .sp-tips {
    font-size: 32px;
    color:rgb(255, 0, 0);
    line-height: 55px;
    position:absolute;
    top:20px;
    right:30px;
    font-family: "Poppins-Bold";
  }
.sp_product_part .option-title {
  font-size: 22px;
  color: #696969;
  font-family: "Poppins-SemiBold";
  line-height: 1;
  margin: 18px 0px 8px;
}

.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  position: relative;
}

.sp_product_part .sp-option {
  padding: 0px 18px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  font-family: "Poppins-Medium";
  font-size: 19px;
  color: #5d5d5d;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
  justify-content:center;
}

.sp_product_part .sp-option.active {
  border-color: #ff4800;
  background-color: #ff7200;
  color: #ffffff;
}

.sp_product_part .sp-option .sp-hot {
  width: 25px;
  position: absolute;
  right: 0px;
  top: -20px;
  z-index: 2;
  animation: skip 4s infinite;
}
.sp_product_part .sp-option .sp-icon {
  width: 26px;
  margin-right: 10px;
}

.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 16px;
  align-items: baseline;
  margin-bottom: 16px;
}
.sp_product_part .sp-price1 {
  font-family: "Poppins-Bold";
  font-size: 46px;
  color: #ff0707;
}

.sp_product_part .sp-price2 {
  font-family: "Poppins-Regular";
  font-size: 27px;
  color: #9d9d9d;
  margin-left: 22px;
}
.sp_product_part .sp-row {
  margin-left: 32px;
  display: flex;
  align-items: center;
  transform: translateY(6px);
}

.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: 200px;
    height: 30px;
    background: #fd771b;
    border-radius: 10px;
    font-family: "Poppins-Bold";
    font-size: 17px;
    color: #ffffff;
    line-height: 30px;
    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: #fff3e0;
  border-radius: 10px;

  font-family: "Poppins-Medium";
  box-sizing: border-box;
  font-size: 22px;
  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 30px 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: 12px;
  font-size: 21px;
  color: #141414;
  font-family: "Poppins-Medium";
}
.sp-tip5 img {
  width: 44px;
  animation: skip 4s infinite;
}
.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 22px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  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: #232326;
  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: 580px;
}
.sp-footer-img {
  width: 550px;
  display: block;
  margin: 22px auto 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}
.sp-footer-box1 {
  width: 100%;
  background: #eef8fe;
  border-radius: 10px;
  padding: 20px 50px 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-box2 {
  width: 100%;
  background: #fdfcf5;
  border-radius: 10px;
  padding: 16px 51px;
  box-sizing: border-box;
  margin-top: 20px;
}
.sp-footer-box2 .sp-icon {
  width: 25px;
}
.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-mask {
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.sp-pop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-pop .img-pop {
  width: 94%;
  overflow: hidden;
  padding: 0 80px;

  position: relative;
  z-index: 101;
}
.sp-pop .img-pop > div {
  width: 100%;
}
.sp-pop .img-pop .sp-img {
  position: relative;
  z-index: 102;
  width: auto;
  width: 100%;
}
.sp-mask .img-pop .close-btn {
  width: 94px;
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
} */

.sp_pc {
  display: block;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  .sp_header-top {
    height: 74px;
    font-size: 27px;
    line-height: 74px;
  }
  .sp_header-top .sp-icon {
    height: 24px;
  }
  .sp_header-content {
    width: 100%;
    height: 120px;
    position: unset;
    transform: unset;
    padding: 0 55px 0 65px;
  }
  .sp_header-content .sp-logo {
    width: 260px;
    position: unset;
    transform: unset;
    left: 0;
  }

  .sp-top-btn {
    width: 280px;
    height: 75px;
    border-radius: 38px;
    font-size: 25px;
    margin-right: 0px;
  }
  .sp-cart {
    width: 56px;

    margin-right: 24px;
  }
  .sp-cart .sp-icon {
    width: 100%;
  }
  .sp-cart .sp-num {
    width: 30px;
    height: 30px;

    right: -12px;
    top: -12px;
    font-size: 21px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 74px;
    width: 59px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px; */
  }
  .sp-menu-btn .sp-line {
    width: 56px;
    height: 6px;
    background: #38200b;
    border-radius: 2px;
    flex-shrink: 0;
  }
  .sp-btn-style1 {
    width: 864px;
    height: 134px;
    background-image: url("/cdn/shop/files//20260112-btn-bg.png");
    margin: 0 auto;
    font-size: 52px;
    line-height: 134px;
  }

  .sp-title {
    text-align: center;
    font-size: 65px;
    line-height: 76px;
  }

  .sp-sub-title {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    margin-top: 16px;
  }

  .sp-part1 .sp-content {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 910px;
    display: block;
    text-align: center;
    height: auto;
  }

  .sp-part1 .sp-row {
    justify-content: center;
    gap: 24px;
    line-height: 1.1;
    font-size: 32px;
    margin-top: 27px;
  }

  .sp-part1 .sp-text {
    font-size: 32px;
  }
  .sp-part1 .sp-text2 {
    font-size: 64px;
    width: fit-content;
    line-height: 72px;
    margin: 40px auto 0;
  }
  .sp-part1 .sp-text2::after {
    content: "";
    position: absolute;
    left: 41px;
    top: -22px;
    width: 62px;
    height: 59px;
    background: url("/cdn/shop/files//20260112-title-icon.png") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .sp-part1 .sp-btn-style1 {
    width: 864px;
    margin-top: 11px;
    margin-left: auto;
    background-image: url("/cdn/shop/files//20260112-btn-bg.png");
  }
  .sp-part1 .sp-box {
    margin: 0px auto;
    position: relative;
    width: fit-content;
  }
  .sp-part1 .sp-box .sp-t {
    width: 242px;
    height: 57px;
    background: #c9c9c9;
    border-radius: 28px;
    font-size: 38px;
    line-height: 57px;
    left: 121px;
    top: 386px;
  }
  .sp-part1 .sp-box .sp-t2 {
    background: #478cff;
    font-family: "AvantGardeLT-Demi";
    color: #ffffff;
    left: 522px;
    top: 401px;
  }
  .sp-part2 {
    padding: 110px 0px;
    box-sizing: border-box;
  }

  .sp-part2 .sp-row {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 56px;
    flex-wrap: wrap;
  }

  .sp-part2 .sp-row .sp-item .sp-p {
    font-size: 35px;
    color: #000000;
    line-height: 1;
    margin-top: 36px;
  }

  .sp-part3 {
    height: 2071px;
    background: url("/cdn/shop/files//20260112-img3.png") no-repeat;
    background-size: 100% 100%;
  }
  .sp-part3 .sp-title-wrap {
    top: 110px;
  }
  .sp-part3 .sp-content {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 1150px;
  }

  #root .sp-part3 .swiper {
    width: 781px;
    margin-top: 0px;
  }
  #root .sp-part3 .swiper-slide {
    width: 781px;
    background: #ffffff;

    border-radius: 20px;
    padding: 32px 32px 0;
    box-sizing: border-box;
  }
  #root .sp-part3 .swiper-slide .sp-img {
    width: 717px;
  }
  #root .sp-part3 .swiper-btn {
    width: 46px;
    height: 66px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  #root .sp-part3 .swiper-btn-prev {
    left: 92px;
    background-image: url("/cdn/shop/files//20260112-arrow-l.png");
  }
  #root .sp-part3 .swiper-btn-next {
    right: 92px;
    background-image: url("/cdn/shop/files//20260112-arrow-r.png");
  }
  #root .sp-part3 .sp-row {
    width: 100%;
    display: flex;
    line-height: 87px;
    gap: 10px;
    text-align: center;
  }
  #root .sp-part3 .sp-row .sp-t {
    flex: 1;
  }
  #root .sp-part3 .sp-row .sp-t1 {
    font-family: "AvantGardeLT-Book";
    font-size: 31px;
    color: #000000;
  }
  #root .sp-part3 .sp-row .sp-t2 {
    font-family: "AvantGardeLT-Demi";
    font-size: 31px;
    color: #478cff;
  }
  .sp-part3 .sp-text {
    position: absolute;
    top: 1655px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2;
    gap: 64px 0;
  }
  .sp-part3 .sp-text .sp-item {
    width: 40%;
    flex: unset;
  }
  .sp-part3 .sp-text .sp-item .sp-p1 {
    font-size: 70px;
  }

  .sp-part3 .sp-text .sp-item .sp-p2 {
    font-size: 34px;
    color: #000000;
  }
  .sp-part4 {
    padding-top: 110px;
  }
  .sp-part4 .sp-title {
      font-size:57px;
  }
  .sp-part4 .sp-img-wrap {
    margin: 60px auto 95px;
    width: 800px;
  }
  .sp-part4 .sp-gif {
    width: 800px;
    height: 712px;
    border-radius: 20px;
  }

  .sp-part4 .sp-img-p {
    position: absolute;
    left: -88px;
    top: 174px;
  }

  #root .sp-part4 .swiper {
    width: 933px;
  }
  #root .sp-part4 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px !important;
  }
  #root .sp-part4 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #478cff;
  }

  #root .sp-part4 .sp-num {
    padding-right: 20px;
    position: absolute;
    right: 41px;
    top: 0px;
    line-height: 155px;
    font-size: 140px;
  }
  #root .sp-part4 .sp-text {
    position: absolute;
    left: 242px;
    top: 0px;
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
  }
  #root .sp-part4 .sp-text .sp-p1 {
    font-size: 33px;
  }
  #root .sp-part4 .sp-text .sp-p2 {
    font-size: 28px;
  }
  #root .sp-part4 .sp-row {
    left: 242px;
    top: 353px;
    font-size: 21px;
  }
  #root .sp-part4 .sp-row .sp-p:nth-child(1) {
    width: 195px;
  }
  #root .sp-part4 .sp-row .sp-p:nth-child(2) {
    width: 250px;
  }
  #root .sp-part4 .sp-row .sp-p:nth-child(3) {
    width: 210px;
  }
  #root .sp-part4 .swiper-pagination-bullets {
    bottom: 16px;
  }
  .sp-part4 .sp-title1 {
    font-size: 32px;
    margin: 45px 0 25px 66px;
  }
  .sp-part4 .sp-row2 {
    font-size: 26px;
    margin-top: 24px;
    padding: 0 65px 70px;
    box-sizing: border-box;
  }
  .sp-part4 .sp-box {
    width: 1023px;
    height: 488px;
    background: url("/cdn/shop/files//20260112-img4-2.png") no-repeat;
    background-size: 100% 100%;
    margin: 110px auto 0;
  }
  .sp-part4 .sp-box .sp-inner {
    position: absolute;
    left: 48px;
    top: 60px;
  }
  .sp-part4 .sp-box .sp-line1 {
    display: flex;
    gap: 25px;
    align-items: center;
  }
  .sp-part4 .sp-box .sp-line1 .sp-item {
    display: flex;
    align-items: center;
  }
  .sp-part4 .sp-box .sp-line1 .sp-item .sp-p {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0px;
  }
  .sp-part4 .sp-box .sp-text2 {
    font-size: 29px;
    margin-top: 32px;
    margin-bottom: 22px;
  }
  .sp-part4 .sp-box .sp-text3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .sp-part5 {
    height: 2424px;
    background: url("/cdn/shop/files//20260112-img5.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
  }
  .sp-part5 .sp-title-wrap {
    top: 110px;
  }
  .sp-part5 .sp-content {
    position: absolute;
    left: 0px;
    top: 1275px;
    width: 100%;
    padding: 0 90px;
    box-sizing: border-box;
  }
  .sp-part5 .sp-img-wrap {
    width: 100%;
    margin-top: 0px;
  }
  .sp-part5 .sp-img-wrap .sp-item {
    position: absolute;
    top: 54px;
    left: 50px;
    font-family: "AvantGardeLT-Book";
    font-size: 28px;
    color: #434343;
    line-height: 34px;
  }
  .sp-part5 .sp-img-wrap .sp-item2 {
    top: 630px;
    left: 585px;
  }
  .sp-part5 .sp-img-wrap .sp-item .sp-text1 {
    font-family: "AvantGardeLT-Demi";
    font-size: 32px;
    color: #478cff;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .sp-part5 .sp-row {
    position: absolute;
    top: 2176px;
    width: 100%;
    padding: 0 200px;
  }
  .sp-part5 .sp-row .sp-item {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    gap: 25px;
    font-family: "AvantGardeLT-Book";
    font-size: 32px;
    color: #000000;
    line-height: 1;
  }
  .sp-part5 .sp-row .sp-icon {
    height: 46px;
  }
  .sp-part6 {
    padding: 110px 0 90px;
    box-sizing: border-box;
  }

  .sp-part6 .sp-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    align-items: center;
    margin-top: 20px;
  }
  .sp-part6 .sp-row .sp-p {
    font-size: 28px;
    line-height: 38px;
    top: 300px;
  }
  .sp-part6 .sp-box {
    width: 1054px;
    height: 606px;
    background: url("/cdn/shop/files//20260112-img6.png") no-repeat;
    background-size: 100% 100%;
    margin: 60px auto 0;
  }
  .sp-part6 .sp-box .sp-inner {
    position: absolute;
    left: 85px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sp-part6 .sp-box .sp-title {
    text-align: left;
    margin-bottom: 32px;
    line-height: 1;
    font-size: 50px;
  }
  .sp-part6 .sp-box .sp-li {
    font-family: "AvantGardeLT-Book";
    font-size: 24px;
    color: #000000;
    line-height: 32px;
  }
  .sp-part6 .sp-box .sp-li:not(:last-child) {
    margin-bottom: 25px;
  }

  .sp-part6 .sp-box .sp-li p {
    display: flex;
    gap: 5px;
  }
  .sp-part7 {
    background: url("/cdn/shop/files//20260112-img7-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 110px 40px 120px;
    box-sizing: border-box;
  }
  .sp-part7 .sp-title {
      font-size:60px;
  }
  .sp-part7 .gradually {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    margin-bottom: 40px;
  }

  .sp_product_part {
    width: 100%;
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    padding: 110px 0px 120px;
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: 24px;
    margin-right: 18px;
  }
  .sp_product_part .sp-text1 {
    font-size: 28px;
    white-space: nowrap;
  }

  .sp_product_part .sp-title1 {
    font-size: 64px;
    margin-bottom: 28px;
    line-height: 1;
    margin-top: 38px;
  }
  #sp-opt-group2 .sp-option {
    width:700px;
  }
  .sp_product_part .sp-title1 .sp-icon {
    display: none;
  }
  .sp-icon-wraps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px 50px;
    flex-wrap: wrap;
  }
  .sp-icon-wraps .sp-icon {
    height: 28px;
  }
  .sp-icon-wraps .sp-p {
    gap: 25px;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: "AvantGardeLT-Book";
  }
  .sp_product_content {
    padding: 45px 59px 0;
    flex-direction: column;
  }

  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 680px;

    margin: 0 auto;
  }
  #root .sp_product_part .sp-img-wrap .swiper-slide {
    height: 524px;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    height: 524px;
  }
  .sp_product_part .sp-row1 {
    top: 582px;
    left: 40px;
    gap: 12px;
  }
  .sp_product_part .sp-row1 .sp-icon {
    height: 62px;
  }
  .sp_product_part .sp-row1 .sp-line-wrap {
    width: 453px;
    height: 17px;
  }
  .sp_product_part .sp-row1 .sp-p {
    font-size: 24px;
  }
  .sp_product_part .sp-row1 .sp-p .sp-icon-s {
    width: 25px;
  }
  .sp_product_part .sp-clock-s {
    right: 38px;
    top: 578px;

    gap: 22px;
    font-size: 16px;
  }
  .sp_product_part .sp-clock-s .square {
    width: 52px;
    height: 52px;
    font-size: 34px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    height: 52px;
    gap: 8px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 7px;
    height: 7px;
  }
  .sp_product_part .sp-gap {
    width: 100%;
  }
  .sp_product_part .sp-tip {
    padding: 0 25px;
    height: 75px;
    left: 13px;
    top: 13px;
    gap: 21px;
    font-size: 34px;
    width: 265px;
  }
  .sp_product_part .sp-tip .sp-icon {
    width: 47px;
  }

  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .sp_product_part .option-title {
    font-size: 35px;
    margin: 27px 0px 14px;
  }

  .sp_product_part .opt-group {
    gap: 36px;
  }

  .sp_product_part .sp-option {
    height: 76px;
    font-size: 31px;
    /* line-height: 76px; */
    padding: 0 35px;
    padding-top: 5px;
  }

  .sp_product_part .sp-option .sp-hot {
    width: 37px;
    position: absolute;
    right: 0px;

    top: -28px;
    z-index: 2;
  }

  .sp_product_part .sp-option .sp-icon {
    width: 42px;
    margin-right: 16px;
  }
  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 32px;
    align-items: baseline;
    margin-bottom: 36px;
  }
  .sp_product_part .sp-price1 {
    font-size: 75px;
  }

  .sp_product_part .sp-price2 {
    font-size: 45px;
    margin-left: 26px;
  }
  .sp_product_part .sp-row {
    margin-left: 70px;
    transform: translateY(20px);
  }

  .sp_product_part .sp-row img {
    width: 58px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 280px;
    height: 48px;
    border-radius: 10px;
    font-size: 25px;
    line-height: 48px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 493px;
    height: 94px;

    border-radius: 10px;
    font-size: 35px;
    gap: 20px;
  }
  .sp_product_part .addCart img {
    width: 42px;
  }
  .sp_product_part .sp-quality-row {
    gap: 30px;
  }
  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 148px;
    border-radius: 10px;
    margin: 34px auto 80px;
    font-size: 69px;
    box-sizing: border-box;
  }
  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 45px;
    color: #0b0b0b;
    line-height: 55px;
    margin-top: -10px;
  }
  .sp_product_part .sp-tips {
    font-size: 53px;
    color:rgb(255, 0, 0);
    line-height: 55px;
    position:absolute;
    top:20px;
    right:30px;
  }

  .sp-tip5 {
    gap: 21px;
    font-size: 34px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 70px;
  }

  .addGroup {
    width: 422px;
    height: 96px;

    padding: 0px 27px;
    border-radius: 10px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 26px;
  }

  .addGroup input {
    width: 230px;

    font-size: 43px;
    color: #000000;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 871px;
    margin: 30px auto 50px;
  }
  .sp-footer-img2 {
    width: 756px;
  }
  .sp-footer-box1 {
    width: 100%;
    padding: 30px 76px 45px;
    box-sizing: border-box;
  }
  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .sp-footer-box1 .sp-p img {
    width: 41px;
  }
  .sp-footer-box2 {
    width: 100%;
    padding: 30px 72px;
    margin-top: 30px;
    background: #fdfcf5;
  }
  .sp-footer-box2 .sp-p {
    gap: 12px;
    font-size: 32px;
    margin-bottom: 26px;
  }
  .sp-footer-box2 .sp-p img {
    width: 41px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 29px;
    margin-top: 16px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 172px;
    background: #f7faff;
    background-position: center center;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center;
    box-sizing: border-box;
  }
  .sp-btn-style2 .sp-area {
    width: 396px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .sp-btn-style2 .sp-area .sp-t3 {
    font-family: "Poppins-Bold";
    font-size: 36px;
    color: #d79025;
    font-style: italic;
    line-height: 1;
  }

  .sp-btn-style2 .sp-area2 {
    flex: 1;
    height: 100%;
    background: linear-gradient(0deg, #6da3ff 0%, #cae2ff 100%);
    display: flex;
    gap: 55px;
    justify-content: center;
    align-items: center;
    font-family: "AvantGardeLT-Demi";
    font-size: 50px;
    color: #000000;
    text-align: center;
    line-height: 1.2;
  }

  .sp-btn-style2 .sp-area2 .sp-a {
    animation: skip2 4s infinite 1s;
  }
  .sp-btn-style2 .sp-area2 .sp-row {
    font-family: "AvantGardeLT-Book";
    font-size: 27px;
    color: #000000;
  }

  .sp-btn-style2 .sp-area2 .sp-cart {
    width: 128px;
    height: 128px;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 0;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-icon {
    width: 76px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-num {
    width: 36px;
    height: 36px;
    /* background: #414141; */
    border-radius: 50%;
    /* border: 4px solid #ffffff; */
    border: none;
    top: 12px;
    right: 6px;
    font-size: 31px;
    line-height: 36px;
    font-family: "Roboto-Medium";
    padding-right: 3px;
    box-sizing: border-box;
    font-style: italic;
  }
  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
  }
  .sp_main {
    overflow: hidden;
  }
  .sp-menu-mask {
    background: rgba(11, 11, 11, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
  }
  .sp-menu {
    width: 473px;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 110px;
    box-sizing: border-box;
    animation: stuckMoveLeft 0.5s;
  }

  .sp-menu .sp-menu-item {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.14);

    font-family: "Poppins-Bold";

    font-size: 33px;
    color: #636363;
  }
  .sp-menu .sp-menu-item a {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-menu .sp-menu-item a .sp-span {
    width: 60px;
    height: 28px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 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: 74px;
  }
}
.sp-scroll-top {
  scroll-margin-top: 100px;
}

@media (max-width: 1080px) {
  .sp-promo2-nav {
    width: 1080px;
    height: 466px;
    background: url("/cdn/shop/files//20260112-nav-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-family: "Poppins";
  }
  .sp-promo2-content {
    position: absolute;
    top: 21px;
    right: 27px;
    width: 663px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    line-height: 1.2;
    padding: 0 100px;
    box-sizing: border-box;
  }

  .sp-promo2-t1 {
    font-family: "Bacchus-SemiBold";
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
  }

  .sp-promo2-t2 {
    font-family: "AvantGardeLT-Demi";
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 10px;
  }

  .sp-promo2-nav .sp-promo2-box {
    position: absolute;
    top: 112px;
    right: 27px;
    width: 663px;
    height: 311px;
  }

  .sp-promo2-nav .sp-inner {
    width: 264px;
    position: absolute;
    left: 352px;
    top: 85px;
    text-align: center;
  }
  .sp-promo2-nav .sp-promo2-box .sp-promo2-p {
    font-family: "AvantGardeLT-Demi";
    font-size: 30px;
    color: #000000;
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
  }

  .sp-promo2-nav .sp-promo2-li {
    font-family: "AvantGardeLT-Book";
    font-size: 23px;
    color: #343434;
    line-height: 26px;
  }

  .sp-promo2-nav .sp-promo2-style {
    width: 257px;
    height: 50px;
    background: #ee0000;
    border-radius: 29px;
    font-family: "AvantGardeLT-Demi";
    font-weight: bold;
    font-size: 31px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: 15px 0 0px;
    animation: skip 4s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    animation: sp-pulse-anim 1.5s infinite ease-in-out;
  }

  /* 心跳动画 */
  @keyframes sp-pulse-anim {
    0% {
      transform: scale(1);
      box-shadow: 0 10px 20px rgba(216, 27, 37, 0.3);
    }
    50% {
      transform: scale(1.05);
      box-shadow: 0 15px 30px rgba(216, 27, 37, 0.5);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 10px 20px rgba(216, 27, 37, 0.3);
    }
  }
}

/* =========================================
   PC端样式 (基准宽度 1920px) - 对应图一
   ========================================= */

.sp-promise-section2 {
  width: 1920px; /* 配合zoom使用固定宽 */
  /* 模拟背景：深色+金色光效 */
  background: url("/cdn/shop/files//20260112-circle-bg-pc.png") no-repeat;
  background-size: 100% 100%;
  padding: 90px 260px 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  font-family: "Roboto";
  overflow: hidden;
}

/* 标题样式 */
.sp-bz3-section-title {
  font-size: 50px;
  font-family: "Bacchus-SemiBold"; /* 类似Times New Roman */
  color: #000000;
  margin-bottom: 72px;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 43px;
}

/* 单个卡片样式 */
.sp-bz3-card {
  height: 214px;
  background: #ffffff;
  border-radius: 25px;

  flex: 1; /* 三等分 */
  display: flex;
  flex-direction: column; /* PC端内容上下排列 */
  align-items: center; /* PC端内容居中 */
  text-align: center; /* PC端文字居中 */
  position: relative;
  padding: 56px 10px 0;
  box-sizing: border-box;
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 86px;
  height: 86px;
  /* 如果没有图片，用此做占位符效果 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
}

.sp-bz3-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 文本内容区域 */
.sp-bz3-card-content h3 {
  font-size: 20px;
  color: #000000;
  font-family: "AvantGardeLT-Demi";
  margin: 0px 0px 0px;
  padding: 0 50px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 1.2;
}

.sp-bz3-card-content p {
  font-family: "AvantGardeLT-Book";
  font-size: 18px;
  color: #000000cc;
  line-height: 24px;
}

/* =========================================
           移动端/窄屏样式 (基准宽度 1080px) - 对应图二
           你的JS会在 width <= 1080 时触发缩放，
           这里的CSS负责改变布局结构
           ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px; /* 适配JS的移动端基准宽 */
    padding: 110px 40px 120px;
    /* 移动端背景可能稍微不同，这里保持一致或微调 */
    /* background: url("/cdn/shop/files//asstets/sp-bz2-m-bg.png") no-repeat center center; */
    background-image: url("/cdn/shop/files//20260112-circle-bg.png");
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 70px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 1.1;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 24px;
  }

  .sp-bz3-card {
    height: 302px;
    flex: unset;
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 0px 50px 0px 58px;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 50px; /* 图标和文字的间距 */
    width: 204px;
    height: 204px;
    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: 1.1;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 1.2;
  }
}

/* ============================================================
           PC 端样式 (默认样式)
           基准宽度：1920px
           说明：媒体查询以外的代码，默认应用于 PC 端
           ============================================================ */

/* 核心容器 */
.sp-qa3-container {
  width: 100%;
  /* PC端基准宽度 */
  margin: 0 auto;

  /* 深灰背景 */
  color: #fff;
  min-height: 100vh;
  padding-top: 85px;
  padding-bottom: 120px;
  transform-origin: top left;
  box-sizing: border-box;
  font-family: "Roboto";
  margin-top: -2px;
}

/* 头部区域 */
.sp-qa3-header {
  text-align: center;
  margin-bottom: 62px;
}

.sp-qa3-sub-title {
  font-size: 25px;
  color: #488dff;
  font-family: "Poppins-Regular";
  letter-spacing: 1px;
}

.sp-qa3-main-title {
  font-size: 50px;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Bacchus-SemiBold";
  letter-spacing: 1px;
  line-height: 1;
}

/* 列表容器 */
.sp-qa3-list {
  margin: 0 auto;
  width: 1400px;
  /* PC端列表宽度 */
  border-top: 3px solid #2a1a0020;
}

/* 单个条目 */
.sp-qa3-item {
  border-bottom: 3px solid #2a1a0020;
}

/* 问题行 (点击区域) */
.sp-qa3-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  height: 90px;
  /* PC端高度 */
  position: relative;
  transition: background-color 0.3s;
}

.sp-qa3-question:hover {
  /* background-color: #3d3d3d; */
}

/* 图标 */
.sp-qa3-icon {
  color: #000000;
  font-size: 30px;
  margin-right: 27px;
  transition: transform 0.3s ease, color 0.3s;
}

/* 问题文字 */
.sp-qa3-q-text {
  font-size: 24px;
  color: #000000;
  flex: 1;
  font-family: "AvantGardeLT-Demi";
}

/* 答案行 */
.sp-qa3-answer {
  display: none;
  padding: 0px 20px 30px 80px;
  line-height: 1.6;
  font-size: 20px;
  color: #666666;
  font-family: "AvantGardeLT-Book";
  /* PC端字号 */
}

/* 激活状态 */
.sp-qa3-item.active .sp-qa3-icon {
  transform: rotate(180deg);
  color: #2081f8;
}

.sp-qa3-item.active .sp-qa3-q-text {
}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
  text-align: center;
  margin-top: 100px;
}

.sp-qa3-btn {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ffcc00;
  color: #ffcc00;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
  padding: 20px 80px;
  /* PC端按钮内边距 */
  font-size: 24px;
  /* PC端按钮字号 */
}

.sp-qa3-btn:hover {
  background-color: #ffcc00;
  color: #000;
}

/* ============================================================
         移动端样式 (Override)
         基准宽度：1080px
         说明：只在屏幕宽度 <= 1080px 时生效，覆盖上面的默认样式
         ============================================================ */
@media screen and (max-width: 1080px) {
  /* 1. 强制重设容器宽度为 1080px，配合 JS 的 zoom */
  .sp-qa3-container {
    width: 100%;
    padding-top: 110px;
    /* 移动端顶部间距加大 */
    padding-bottom: 120px;
  }

  /* 2. 调整布局宽度 */
  .sp-qa3-list {
    width: 999px;
    /* 移动端列表几乎占满全屏 */
  }

  /* 3. 放大字体和尺寸 (因为是在 1080px 画布上) */
  .sp-qa3-sub-title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .sp-qa3-main-title {
    font-size: 70px;
    margin-bottom: 50px;
    line-height: 1;
  }

  .sp-qa3-item {
    /* border-bottom: 2px solid #555; */
    /* 线条加粗 */
  }

  .sp-qa3-question {
    height: 110px;
    /* 高度加大 */
    padding: 0 0px;
  }

  .sp-qa3-icon {
    font-size: 30px;
  }

  .sp-qa3-q-text {
    font-size: 30px;
  }

  .sp-qa3-answer {
    font-size: 27px;
    padding: 0px 0px 40px 60px;
    line-height: 34px;
  }

  /* 4. 底部按钮放大 */
  .sp-qa3-btn-wrapper {
    margin-top: 60px;
  }

  .sp-qa3-btn {
    padding: 40px 120px;
    font-size: 40px;
    border-width: 3px;
    border-radius: 15px;
  }
}

.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,
.sp-ani3 {
  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 sp-fade-right {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}
@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}



@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 1080px) {
.mf-bundle-product {
zoom: 2.2;
}
.mf-bundle-checkout-warning{
color: #788188 !important;
opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
color: #000;
opacity: 0.75;
font-size: 16px !important;
}
.app-embed-plus-component-bundler {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 50px;
margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
color: #000;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
}
.ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
max-width: 1080px;
margin: 0 auto;
}
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
display: none !important;
}
#root .quick-add-hidden {
color: #000;
}
</style>