/** Shopify CDN: Minification failed

Line 1869:2 Expected ":"

**/
@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-Medium';

  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: 300;
  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-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Regular';
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Black';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}

* {
  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;
  line-height: initial;
  letter-spacing: initial;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input,
img {
  border: none;
}
li {
  list-style: none;
}
#root {
}

.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-bg {
}
.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;
}
.sp_header-top {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  color: #ffffff;
  top: 0px;
  line-height: 60px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #477eef;
}
.sp_header-wrap {
  position: relative;
}
.sp_header-content {
  padding: 0 150px;
  box-sizing: border-box;
  height: 60px;
  font-size: 16px;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  position: absolute;
  top: 30px;
  z-index: 4;
  width: 100%;
}
.sp_header-content ul {
  width: 600px;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: 'Poppins-SemiBold';
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 13px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 9px;
  line-height: 14px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  vertical-align: middle;
}
.sp_header-content .sp-logo {
  width: 128px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp-cart {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 2px solid #4e4e4e;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 26px;
}
.sp-cart .sp-num {
  width: 19px;
  height: 19px;
  background: #cf0101;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  top: -4px;
  font-size: 12px;
  font-family: 'Roboto-Medium';
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}

.sp-top-btn {
  width: 182px;
  height: 35px;
  background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
  border-radius: 17px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Poppins-Bold';
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-part-top {
  /* margin-top: 264px; */
}

.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-wrap {
}
.sp-btn-style1 {
  width: 523px;
  height: 80px;
  background: linear-gradient(-2deg, #425fee, #52c5f0);
  box-shadow: 0px 5px 0px 0px #4ea9ef;
  border-radius: 40px;
  font-size: 29px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Roboto-Bold';
  animation: skip 4s infinite 1s;
  margin-left: 0;
  margin-right: auto;
  padding-right: 45px;
  box-sizing: border-box;
  padding-top: 2px;
}
#root .sp-btn-style1 .swiper {
  width: 100%;
  height: 100%;
}
#root .sp-btn-style1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-btn-style1 .sp-arrow {
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.sp-btn-style1 .sp-arrow img {
  width: 31px;
}
.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title {
  font-family: 'Poppins-Bold';
  text-align: center;
  width: 100%;
  font-size: 50px;
  color: #232323;
  line-height: 1.2;
}

.sp-sub-title {
  font-family: Roboto;
  text-align: center;
  font-size: 30px;
  color: #666666;
  line-height: 1.2;
  margin-top: 12px;
}

.sp-color {
  color: #477eef;
}
.sp-part1 {
  width: 100%;
  height: 930px;
  background: url('/cdn/shop/files/20251118-bg-pc.png')
    no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.sp-part1 .sp-content {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.sp-part1 .sp-box {
  width: 1400px;
  height: 151px;
  background: linear-gradient(0deg, #e8f1ff 0%, #ffffff 100%);
  box-shadow: 0px 4px 25px 0px rgba(48, 57, 79, 0.15);
  border-radius: 30px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  overflow: hidden;
}
.sp-part1 .sp-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #666666;
}

.sp-part1 .sp-item .sp-p {
  font-family: 'Poppins-SemiBold';
  font-size: 28px;
  color: #232323;
}
.sp-part1 .sp-t {
  width: 120px;
  height: 30px;
  background: #ffffff;
  border-radius: 4px;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #477eef;
  text-align: center;
  line-height: 30px;
}
.sp-part1 .sp-title {
  text-align: left;
  line-height: 1.4;
}
.sp-part1 .sp-title i {
  font-style: normal;
}
.sp-part1 .sp-sub-title {
  text-align: left;
  width: 620px;
  margin-top: 12px;
  font-size: 24px;
}
.sp-part1 .sp-img-p {
  width: 58px;
  margin-left: 35px;
  vertical-align: sub;
}
.sp-part1 .sp-img1 {
  width: 31px;
  margin: 0;
  vertical-align: top;
  margin-left: 12px;
}
.sp-part1 .sp-img2 {
  width: 38px;
  margin: 0 20px;
  vertical-align: sub;
}
.sp-part1 .sp-img3 {
  width: 71px;
  margin-left: 284px;
}
.sp-part1 .sp-btn-style1 {
  margin-top: 50px;
}
.sp-part1 .sp-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 42px;

  color: #666666;
  font-size: 20px;
}
.sp-part1 .sp-row p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto';
}
.sp-part1 .sp-row p span {
  font-family: 'Roboto-Bold';
}
.sp-part2 {
  padding: 160px 0px 90px;
  box-sizing: border-box;
}

.sp-part2 .sp-row {
  display: flex;
  font-family: 'Roboto-Medium';
  font-size: 26px;
  color: #666666;
  line-height: 1.2;
  text-align: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 50px;
}
.sp-part2 .sp-row .sp-icon {
  width: 260px;
  margin-bottom: 24px;
}

.sp-part3 {
  height: 600px;
  background: url('/cdn/shop/files/20251118-img3-pc.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-part3 .sp-ww {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.sp-part3 .sp-box {
  width: 800px;
  height: 460px;
  background: #ffffffcc;
  border-radius: 30px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 33px 0 47px;
  box-sizing: border-box;
}

.sp-part3 .sp-title {
  text-align: left;
  line-height: 1.2;
}
.sp-part3 .sp-title .sp-span {
  font-size: 25px;
  font-family: 'Poppins-SemiBold';
  color: #232323;
}
.sp-part3 .sp-sub-title {
  max-width: 820px;

  text-align: left;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 44px;
  margin-top: 10px;
}
.sp-part3 .sp-sub-title .sp-span {
  font-family: 'Roboto-Bold';
}

.sp-part4 {
  padding: 80px 0 120px;
}

.sp-part4 .sp-box {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 80px;
}
.sp-part4 .sp-box .sp-p {
  width: 300px;
  height: 50px;
  background: #477eef;
  border-radius: 25px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  text-align: center;
  font-family: 'Roboto-Medium';
  font-size: 28px;
  color: #ffffff;
  line-height: 50px;
}
.sp-part4 .sp-item {
  width: 420px;
}
.sp-part4 .sp-item .sp-img {
  height: 451px;
}
.sp-part4 .sp-t {
  font-family: 'Roboto-Medium';
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  bottom: 12px;
}
.sp-part4 .sp-t1 {
  left: 96px;
  text-stroke: 2px #8a8a8a;
  -webkit-text-stroke: 2px #8a8a8a;
}
.sp-part4 .sp-t2 {
  left: 430px;
  font-size: 32px;
  text-stroke: 4px #477def;
  -webkit-text-stroke: 4px #477def;
}
.sp-part4 .sp-vs {
  font-family: 'Roboto-Black';
  font-size: 50px;
  color: #477eef;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 264px;
  text-transform: uppercase;
  text-stroke: 12px #ffffff;
  -webkit-text-stroke: 12px #ffffff;
  font-style: italic;
}

.sp-part5 .sp-video-wrap {
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sp-part5 .sp-box {
  width: fit-content;
  height: fit-content;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  z-index: 2;
}
.sp-part5 .sp-title {
  color: #ffffff;
  line-height: 1.2;
}
.sp-part5 .sp-sub-title {
  font-size: 30px;
  color: #e4e4e4;
  line-height: 1.2;
}
.sp-part5 .btn-style {
  width: 362px;
  height: 52px;
  border-radius: 25px;
  border: 2px solid #477eef;
  margin: 60px auto 0;
  font-family: 'Roboto-Bold';
  font-size: 26px;
  color: #477eef;
  box-sizing: border-box;
}
.sp-part5 .btn-style:hover {
  color: #fff;
  background-color: #477eef;
}
.sp-part6 {
  padding: 90px 0 120px;
}
.sp-part6 .sp-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.sp-part6 .sp-group .sp-item {
  width: 660px;
}
.sp-part6 .sp-group .sp-item .gradually {
  height: 170px;
}
.sp-part6 .sp-group .sp-title {
  font-size: 33px;
}
.sp-part6 .sp-group .sp-sub-title {
  font-size: 20px;
}
.sp-part6 .sp-content {
  position: absolute;
  left: 106px;
  top: 110px;
}
.sp-part6 .sp-content .sp-title {
  font-size: 42px;
  color: #477eef;
  text-align: left;
}
.sp-part6 .sp-content .sp-p1 {
  font-family: 'Poppins-Bold';
  font-size: 21px;
  color: #232323;
  line-height: 30px;
  margin-top: 3px;
}
.sp-part6 .sp-content .sp-p2 {
  font-family: Roboto;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.sp-part6 .sp-t {
  position: absolute;
  font-family: Roboto;
  font-size: 18px;
  color: #e4e4e4;
  line-height: 1;
}
.sp-part6 .sp-t .sp-span {
  font-size: 18px;
}
.sp-part6 .sp-t1 {
  left: 58px;
  top: 470px;
}
.sp-part6 .sp-t2 {
  left: 214px;
  top: 442px;
  font-size: 30px;
  text-shadow: 0 0 10px #0052dd, 0 0 20px #0052dd, 0 0 30px #0052dd,
    0 0 40px #0052dd;
}
.sp-part6 .sp-t3 {
  left: 388px;
  top: 421px;
}
.sp-part6 .sp-t4 {
  left: 552px;
  top: 333px;
}
.sp-part6 .sp-t5 {
  left: 66px;
  top: 583px;
}
.sp-part6 .sp-t6 {
  left: 217px;
  top: 575px;
  font-size: 30px;

  text-shadow: 0 0 10px #0052dd, 0 0 20px #0052dd, 0 0 30px #0052dd,
    0 0 40px #0052dd;
}
.sp-part6 .sp-t7 {
  left: 377px;
  top: 582px;
  font-size: 16px;
}
.sp-part6 .sp-t8 {
  left: 528px;
  top: 585px;
  font-size: 16px;
}
.sp-part6 .sp-brand {
  width: 61px;
  position: absolute;
  left: 30px;
  top: 110px;
}
.sp-part7 {
  width: 100%;
  height: 960px;
  background: url('/cdn/shop/files/20251118-img7-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding-top: 85px;
  box-sizing: border-box;
}
.sp-part7 .sp-title {
  text-align: left;
  margin-left: 170px;
}
.sp-part7 .sp-row {
  display: flex;
  gap: 37px;
  font-family: 'Roboto-Medium';
  font-size: 30px;
  color: #232323;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
}
.sp-part7 .sp-row .sp-item {
  width: 320px;
}
.sp-part7 .sp-row .sp-p {
  margin-top: 10px;
}
.sp-part7 .sp-img1 {
  position: absolute;
  top: 38px;
  right: 0;
  width: 602px;
}
.sp-part7 .sp-box {
  width: 100%;
  height: 300px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 125px;
  font-family: Roboto;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
  padding-left: 133px;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative;
}
.sp-part7 .sp-box::after {
  content: '';
  position: absolute;
  top: 0px;
  transform: translateY(-100%);
  right: -250px;
  width: 602px;
  height: 540px;
  background: url('/cdn/shop/files/20251118-img7-1-pc.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-part7 .sp-box .sp-li {
  display: flex;
  position: relative;
}
.sp-part7 .sp-box .sp-li::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #477eef;
  border-radius: 50%;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-part7 .sp-box .sp-li .sp-p:nth-child(1) {
  min-width: 280px;
}
.sp-part7 .sp-box .sp-li .sp-p:nth-child(2) {
  min-width: 370px;
}
.sp-part7 .sp-box .sp-span {
  font-family: 'Roboto-Medium';
}
.sp_product_part {
  width: 100%;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;

  padding: 75px 260px 120px;
}
.sp_product_content {
  display: flex;
  gap: 40px;
  box-sizing: border-box;
}

.sp_product_part .sp-text1 {
  font-family: 'Poppins-Regular';
  font-size: 23px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
}
.sp_product_part .sp-text1 .sp-color {
  font-family: 'Poppins-Bold';
}
.sp_product_part .sp-text1 .sp-icon {
  height: 17px;
  margin-right: 10px;
}
.sp_product_part .sp-title {
  font-family: 'Poppins-Bold';
  font-size: 41px;
  color: #232323;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}

.sp_product_part .sp-title i {
  font-style: italic;
}
.sp_product_part .sp-img-wrap {
  width: 700px;
  height: 580px;
  background: url('/cdn/shop/files/20251118-pro-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 15px 15px 0;
  user-select: none;
  box-sizing: border-box;
}
.sp_product_part .sp-img-wrap .sp-img-p {
  height: 448px;
  -webkit-user-drag: none;
}
.sp_product_part .sp_product_inner {
  width: 560px;
}

.sp_product_part .sp-row1 {
  position: absolute;
  top: 525px;
  left: 36px;
  font-family: 'Poppins-SemiBold';
  font-size: 25px;
  color: #ffffff;
  line-height: 1;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 46px;
  top: 512px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 33px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-SemiBold';
  flex-shrink: 0;
  box-sizing: border-box;
}
.sp_product_part .sp-clock-s .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  margin: 0 5px;
}
.sp_product_part .sp-clock-s .dot {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}
.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}
.sp_product_part .option-title {
  font-size: 20px;
  color: #666666;
  font-family: 'Roboto-Medium';
  line-height: 1;
  margin: 30px 0px 18px;
}
.sp_product_part .option-title .sp-span {
  font-family: 'Roboto-Bold';
  color: #333333;
}
.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  position: relative;
}

.sp_product_part .sp-option {
  height: 45px;
  background: #f5f5f7;
  border-radius: 22px;
  border: 1px solid #999999;
  font-size: 20px;
  color: #232323;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: 'Roboto-Bold';
  white-space: nowrap;
  user-select: none;
  padding: 0 35px;
}

.sp_product_part .sp-option.active {
  background: #477eef;
  border-color: #1244a8;
  color: #ffffff;
}
.sp_product_part .sp-option .sp-span {
  font-family: 'Roboto';
  margin-left: 5px;
}
.sp_product_part .sp-option .sp-hot {
  width: 101px;
  position: absolute;
  right: -77px;
  top: -18px;
  z-index: 2;
}
.sp_product_part .sp-option .sp-icon {
  width: 22px;
  margin-right: 10px;
}

.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 30px;
  align-items: baseline;
  margin-bottom: 30px;
}
.sp_product_part .sp-price1 {
  font-family: 'Roboto-Bold';
  font-size: 44px;
  color: #ff0707;
}

.sp_product_part .sp-price2 {
  font-family: 'Roboto-Medium';
  font-size: 26px;
  color: #666666;
  margin-left: 30px;
}
.sp_product_part .sp-row {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.sp_product_part .sp-clock {
  height: 186px;
  animation: shakeCart 3s infinite ease-in-out;
  position: absolute;
  z-index: -1;
  top: -25px;
  right: 79px;
}
.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 26px;
}
.sp_product_part .sp-row .sp-p {
  width: 143px;
  height: 28px;
  background: #eb031f;
  border-radius: 14px;
  font-family: 'Poppins-Bold';
  font-size: 24px;
  color: #ffffff;
  line-height: 29px;
  text-align: center;
  margin-left: -20px;
  padding-left: 20px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 25px;
}
.sp_product_part .addCart {
  width: 295px;
  height: 50px;
  background: #dfeeff;
  border-radius: 25px;
  font-family: 'Roboto-Bold';
  box-sizing: border-box;
  font-size: 22px;
  color: #232323;
  gap: 12px;
  text-transform: uppercase;
}
.sp_product_part .addCart img {
  width: 24px;
}

.sp_product_part .sp-btn-style {
  width: 100%;
  height: 72px;
  background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
  border-radius: 36px;
  cursor: pointer;
  margin: 24px auto 38px 0;
  font-size: 30px;
  font-family: 'Poppins-Bold';
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
}
.sp_product_part .sp-title-s {
  width: 680px;
  font-size: 32px;
  color: #232323;
  line-height: 46px;
  font-family: 'Poppins-Bold';
}
.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #000000;
  font-family: 'Roboto';
}
.sp-tip5 img {
  width: 58px;
}
.sp-tip5 .sp-span {
  color: #cf2f29;
}
@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.addGroup {
  width: 240px;
  height: 51px;
  border-radius: 26px;
  border: 1px solid rgba(153, 153, 153, 0.96);
  padding: 0px 15px;
  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: 12px;
  padding: 6px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 130px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 23px;
  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-img {
  width: 504px;
  display: block;
  margin: 40px auto 30px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}
.sp-footer-box1 {
  width: 100%;
  background: #eef8fe;
  border-radius: 10px;
  padding: 20px 40px 30px;
  box-sizing: border-box;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-box2 {
  width: 100%;
  background: #fdfcf5;
  border-radius: 10px;
  padding: 16px 41px;
  box-sizing: border-box;
  margin-top: 20px;
}
.sp-footer-box2 .sp-icon {
  width: 29px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: 'Roboto';
  line-height: 1.2;
  margin-top: 10px;
}
.sp-footer-box2 span {
  font-family: 'Roboto-Bold';
}

.sp-circles {
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 28px;
  color: #fffefe;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circles p {
  font-size: 57px;
}
.sp-circle1 {
  background-image: url('/cdn/shop/files/20251118-circle1.png');
}
.sp-circle2 {
  background-image: url('/cdn/shop/files/20251118-circle2.png');
}
.sp-circle3 {
  background-image: url('/cdn/shop/files/20251118-circle3.png');
}

.sp-circle-part {
  padding: 52px 0px 60px;
  background: url('/cdn/shop/files/20251118-circle-bg-pc.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-circle-part .sp-title {
  font-family: 'Poppins-Bold';
  margin-bottom: 70px;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
}
.sp-circle-part .sp-box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 44px;
}
.sp-circle-part .sp-item {
  width: 438px;
  height: 218px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sp-circle-part .sp-circles {
  transform: translateY(-50%);
  position: absolute;
  top: 0;
}
.sp-circle-part .sp-content {
  padding: 62px 10px 0;
  box-sizing: border-box;
}
.sp-circle-part .sp-item .sp-p1 {
  font-family: 'Poppins-Bold';
  font-size: 24px;
  color: #282828;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
  padding: 0 40px;
  box-sizing: border-box;
}
.sp-circle-part .sp-item .sp-p2 {
  font-family: Roboto;
  font-size: 18px;
  color: #666666cc;
  line-height: 1.2;
}
.sp-q-part {
  padding: 100px 310px 0px;
}

.sp-q-part .sp-title {
  color: #232323;
  font-size: 50px;
  line-height: 1.05;
  margin-bottom: 70px;
}
.sp-q-part .sp-title .sp-span {
  font-size: 25px;
  color: #477eef;
  font-family: 'Poppins-Medium';
}
.sp-q-part .sp-box .sp-item {
  /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
  margin-bottom: 36px;
}
.sp-q-part .q-row {
  width: 100%;
  height: 122px;
  background: #ffffff;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;

  font-family: 'Roboto-Medium';
  font-size: 30px;
  color: #0f0f10;
  line-height: 1.2;
  cursor: pointer;
  padding-left: 58px;
  user-select: none;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  padding-right: 160px;
}

.sp-q-part .q-row .sp-icon {
  width: 32px;
  height: 32px;
  background: #3c3c3c;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.sp-q-part .q-row .sp-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/cdn/shop/files/20251118-icon-add.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-q-part .sp-text {
  padding-left: 58px;
  padding-right: 120px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 27px;
  color: #191919;
  line-height: 41px;
  display: none;
  padding-bottom: 15px;
  margin-top: 35px;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
.sp-q-part .sp-show .q-row {
  color: #fefefe;
  background: #121212;
}
.sp-q-part .sp-show .sp-icon {
  background: #ffffff;
}
.sp-q-part .sp-show .sp-icon::after {
  content: '';
  background: url('/cdn/shop/files/20251118-icon-reduce.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-q-part .sp-show .sp-text {
  display: block;
  opacity: 1;
}
.sp-q-part .sp-btn-style1 {
  margin-top: 90px;
  margin-left: auto;
}

.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 {
    /* padding: 5px; */
  }
  .sp_header-top {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .sp_header-content {
    height: 120px;
    padding: 0 50px;
    top: 60px;
  }
  .sp_header-content .sp-logo {
    width: 210px;
    position: unset;
    transform: unset;
  }
  .sp_header-content .sp-menu-item {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    color: #000000;
  }
  .sp_header-content .sp-menu-item a {
    padding-right: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp_header-content .sp-menu-item a .sp-span {
    width: 28px;
    height: 13px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    line-height: 13px;
    margin-left: 3px;
  }
  .sp_header-content .sp-menu-item:hover {
    color: #00f6ff;
  }
  .sp-top-btn {
    width: 320px;
    height: 68px;
    border-radius: 34px;
    font-size: 36px;
    margin-right: 20px;
  }
  .sp-cart {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    margin-right: 0;
  }
  .sp-cart .sp-icon {
    width: 52px;
  }
  .sp-cart .sp-num {
    width: 37px;
    height: 37px;
    border: none;
    right: -6px;
    top: -6px;
    font-size: 22px;
  }
  .sp-menu-btn {
    width: 56px;

    cursor: pointer;
    margin-right: 182px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px; */
  }
  /* .sp-menu-btn .sp-line {
    width: 70px;
    height: 5px;
    background: #d91919;
    border-radius: 3px;
  } */
  .sp-part1 {
    box-sizing: border-box;
    padding: 190px 40px 120px;
    background: url('/cdn/shop/files/20251118-img1-bg.png')
      no-repeat;
    background-size: 100% 100%;
    height: unset;
  }
  .sp-part1 .sp-box {
    width: 876px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
  }
  #root .sp-part1 .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .sp-part1 .sp-item {
    gap: 30px;
    font-size: 30px;
  }

  .sp-part1 .sp-item .sp-p {
    font-size: 40px;
  }
  .sp-part1 .sp-content {
    padding: 150px 20px 0;
    display: block;
    box-sizing: border-box;
  }
  .sp-part1 .sp-t {
    width: 228px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
    line-height: 50px;
    margin: 5px auto 30px;
  }
  .sp-part1 .sp-title {
    text-align: let;
    line-height: 1.4;
    padding-left:71px;
  }
  .sp-part1 .sp-sub-title {
    text-align: center;
    width: auto;
    font-size: 30px;
    margin-top: 12px;
  }
  .sp-part1 .sp-img-p {
    width: 73px;
    margin-left: 35px;
    vertical-align: sub;
  }
  .sp-part1 .sp-img1 {
    width: 37px;
    margin: 0;
    vertical-align: top;
    margin-left: 22px;
  }
  .sp-part1 .sp-img2 {
    width: 47px;
    margin: 0 30px;
    vertical-align: sub;
  }
  .sp-part1 .sp-img3 {
    width: 90px;
        position: absolute;
        bottom: 11px;
        right: 279px;
  }
  .sp-part1 .sp-btn-style1 {
    margin-top: 75px;
  }
  .sp-part1 .sp-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin-top: 42px;
    font-family: 'Roboto-Bold';
    color: #666666;
    font-size: 32px;
  }
  .sp-part1 .sp-row p {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .sp-btn-style1 {
    width: 800px;
    height: 140px;
    border-radius: 70px;
    font-size: 43px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 90px;
  }

  .sp-btn-style1 .sp-arrow {
    width: 119px;
    height: 119px;
    right: 13px;
  }
  .sp-btn-style1 .sp-arrow img {
    width: 60px;
  }
  .sp-title {
    font-size: 70px;
    line-height: 1.2;
  }

  .sp-sub-title {
    font-size: 30px;
    margin-top: 10px;
  }

  .sp-part2 {
    padding: 100px 0px 105px;
    box-sizing: border-box;
    display: block;
  }

  .sp-part2 .sp-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    line-height: 1;
    margin-top: 60px;
    gap: 40px 70px;
  }
  .sp-part2 .sp-row .sp-icon {
    width: 393px;
    height: 392px;
    margin-bottom: 24px;
  }

  .sp-part3 {
    height: unset;
    background: unset;
  }

  .sp-part3 .sp-box {
    width: 1000px;
    height: auto;
    position: absolute;
    top: 828px;
    left: 50%;
    transform: translateX(-50%);

    margin-left: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 50px;
    box-sizing: border-box;
  }
  .sp-part3 .sp-title {
    text-align: center;
    font-size: 48px;
    line-height: 1;
  }
  .sp-part3 .sp-title .sp-span {
    font-size: 34px;
    font-family: 'Poppins-SemiBold';
    color: #232323;
  }
  .sp-part3 .sp-sub-title {
    width: 100%;
    -webkit-text-size-adjust: 40% !important;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 18px;
    margin-left: 30px;
    margin-bottom: 52px;
  }

  .sp-part4 {
    padding: 100px 40px 120px;
  }
  .sp-part4 .sp-title {
    font-size: 60px;
  }
  .sp-part4 .sp-box {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .sp-part4 .sp-box .sp-p {
    width: 260px;
    height: 46px;
    background: #477eef;
    border-radius: 23px;
    font-size: 30px;
    line-height: 46px;
  }
  .sp-part4 .sp-item {
    width: 320px;
  }
  .sp-part4 .sp-item .sp-img {
    height: 344px;
  }
  .sp-part4 .sp-t {
    font-family: 'Roboto-Medium';
    font-size: 63px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    bottom: 20px;
  }
  .sp-part4 .sp-t1 {
    left: 130px;

    text-stroke: 2px #8a8a8a;
    -webkit-text-stroke: 2px #8a8a8a;
  }
  .sp-part4 .sp-t2 {
    left: 636px;
    text-stroke: 4px #477def;
    -webkit-text-stroke: 4px #477def;
  }
  .sp-part4 .sp-vs {
    font-size: 75px;
    left: 400px;
    text-stroke: 8px #ffffff;
    -webkit-text-stroke: 8px #ffffff;
  }

  .sp-part5 .sp-video-wrap {
    width: 100%;
    height: 1240px;
    display: block;
    overflow: hidden;
  }
  .sp-part5 .sp-video-wrap .sp-img {
    transform: translateY(-130px);
    width: 101%;
  }
  .sp-part5 .sp-box {
    width: fit-content;
    height: fit-content;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .sp-part5 .sp-sub-title {
    color: #e4e4e4;
  }
  .sp-part5 .btn-style {
    width: 804px;
    height: 144px;
    border-radius: 70px;
    border: 4px solid #477eef;
    margin: 75px auto 0;
    font-size: 72px;
  }

  .sp-part6 {
    padding: 100px 40px 120px;
    box-sizing: border-box;
  }
  .sp-part6 .sp-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .sp-part6 .sp-group .sp-item {
    width: 100%;
  }
  .sp-part6 .sp-group .sp-item .gradually {
    height: 220px;
  }
  .sp-part6 .sp-group .sp-title {
    font-size: 72px;
  }
  .sp-part6 .sp-group .sp-sub-title {
    font-size: 30px;
    margin-top: 20px;
  }
  #root .sp-part6 .swiper {
    padding-bottom: 88px;
  }
  #root .sp-part6 .swiper .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: #477eef;
    border-radius: 50%;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0 20px !important;
  }
  #root .sp-part6 .swiper .swiper-pagination-bullet-active {
    background: #477eef;
    opacity: 1;
  }
  .sp-part6 .sp-brand {
    position: absolute;
    right: 20px;
    top: 26px;
    left: unset;
    width: 87px;
  }
  .sp-part6 .sp-content {
    position: absolute;
    left: 40px;
    top: 40px;
  }
  .sp-part6 .sp-content .sp-title {
    font-size: 53px;
  }
  .sp-part6 .sp-content .sp-p1 {
    font-size: 24px;
    margin-top: 3px;
  }
  .sp-part6 .sp-content .sp-p2 {
    width: 500px;
    font-size: 18px;
        line-height: 30px;
        letter-spacing: -1px;
    margin-top: 28px;
    margin-bottom: 14px;
  }
  .sp-part6 .sp-content .sp-p2 p {
    margin-bottom: 10px;
  }
  .sp-part6 .sp-t {
    position: absolute;
    font-family: Roboto;
    font-size: 25px;
    color: #e4e4e4;
    line-height: 1;
  }
  .sp-part6 .sp-t .sp-span {
    font-size: 27px;
  }
  .sp-part6 .sp-t1 {
    left: 87px;
    top: 705px;
    font-size: 27px;
  }
  .sp-part6 .sp-t2 {
    left: 320px;
    top: 660px;
    font-size: 45px;
    text-shadow: 0 0 10px #0052dd, 0 0 20px #0052dd, 0 0 30px #0052dd,
      0 0 40px #0052dd;
  }
  .sp-part6 .sp-t3 {
    left: 587px;
    top: 608px;
  }
  .sp-part6 .sp-t4 {
    left: 832px;
    top: 503px;
  }
  .sp-part6 .sp-t5 {
    left: 99px;
    top: 882px;
    font-size: 25px;
  }
  .sp-part6 .sp-t6 {
    left: 325px;
    top: 866px;
    font-size: 45px;

    text-shadow: 0 0 10px #0052dd, 0 0 20px #0052dd, 0 0 30px #0052dd,
      0 0 40px #0052dd;
  }
  .sp-part6 .sp-t7 {
    left: 567px;
    top: 876px;
    font-size: 25px;
  }
  .sp-part6 .sp-t8 {
    left: 793px;
    top: 876px;
    font-size: 25px;
  }
  .sp-part7 {
    width: 100%;
    height: unset;
    background: url('/cdn/shop/files/20251118-img7-bg.png')
      no-repeat;
    background-size: 100% 100%;
    padding: 85px 40px 120px;
    box-sizing: border-box;
  }
  .sp-part7 .sp-title {
    text-align: center;
    margin: 0 auto 34px;
  }
  .sp-part7 .sp-row {
    display: flex;
    gap: 37px;
    font-family: 'Roboto-Medium';
    font-size: 30px;
    color: #232323;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
  }
  .sp-part7 .sp-row .sp-item {
    width: 320px;
  }
  .sp-part7 .sp-row .sp-p {
    margin-top: 10px;
  }
  .sp-part7 .sp-img3 {
    width: 947px;
    height: 540px;
    margin-left: auto;
    margin-top: 30px;
    display: block;
    transform: translateX(40px);
  }
  .sp-part7 .sp-box {
    width: 100%;
    height: unset;
    display: block;
    font-size: 24px;
    line-height: 56px;
    padding: 45px 28px 30px 68px;
    letter-spacing: 0px;
    margin-top: 0px;
    position: relative;
  }
  .sp-part7 .sp-box::after {
    content: '';
    display: none;
  }
  .sp-part7 .sp-box .sp-li {
    display: flex;
    position: relative;
  }
  .sp-part7 .sp-box .sp-li::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #477eef;
    border-radius: 50%;
    left: -30px;
    top: 22px;
    transform: unset;
    flex-shrink: 0;
  }
  .sp-part7 .sp-box .sp-li .sp-p:nth-child(1) {
    margin-right: 100px;
  }
  .sp-part7 .sp-box .sp-li .sp-p:nth-child(1) {
    min-width: unset;
  }
  .sp-part7 .sp-box .sp-li .sp-p:nth-child(2) {
    min-width: unset;
  }
  .sp-part7 .sp-box .sp-span {
    font-family: 'Roboto-Medium';
    white-space: nowrap;
  }
  .sp-nav {
    width: 100%;
    height: 400px;
    background: url('/cdn/shop/files/20251118-nav-bg.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-nav .sp-content {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .sp-nav .sp-t1 {
    font-family: 'Roboto-Bold';
    font-size: 43px;
    color: #477eef;
    font-style: italic;
    text-stroke: 8px #ffffff;
    -webkit-text-stroke: 8px #ffffff;
    margin-bottom: 10px;
  }
  .sp-nav .sp-t1::before {
    text-shadow: 0px 4px 4px rgba(5, 75, 130, 0.68);
  }
  .sp-nav .sp-t2 {
    font-family: 'Roboto-Medium';
    font-size: 37px;
    color: #ffffff;
    font-style: italic;
    text-stroke: 4px #477def;
    -webkit-text-stroke: 4px #477def;
    margin-bottom: 13px;
  }
  .sp-nav .sp-t2::before {
    text-shadow: 0px 2px 0px rgba(5, 75, 130, 0.55);
  }

  .sp-nav .sp-brand {
    width: 116px;
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 2;
  }
  .sp-nav .sp-img-p {
    width: 322px;
    position: absolute;
    top: 87px;
    right: 79px;
    z-index: 1;
  }

  .sp-nav .sp-ul {
    width: 637px;
    padding: 15px 0 15px 10px;
    box-sizing: border-box;
    background: #fffd;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .sp-nav .sp-li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 22px;
    font-family: 'Roboto-Medium';
    color: #678bd6;
  }
  .sp-nav .sp-li .sp-icon {
    width: 36px;
    flex-shrink: 0;
  }
  .sp-nav .sp-li:nth-child(2n-1) {
    width: 308px;
  }
  .sp-nav .btn-style {
    width: 488px;
    height: 80px;
    background: #ed3329;
    border-radius: 40px;
    font-family: 'Roboto-Medium';
    font-size: 27px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    margin: 20px 0 0;
    animation: skip 4s infinite;
  }
  /* .sp-nav {
    height: 340px;
    background: url("/cdn/shop/files/202508012-brand-bg.webp?v=1763541327") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: Roboto;
    font-size: 36px;
    color: #ffffff;
    line-height: 46px;
    padding-right: 105px;
}
.sp-nav .sp-img {
  width: 225px;
  margin-right: 28px;
}
.sp-nav .title-s {
  font-family: "Roboto-Bold";
  font-size: 50px;
  margin-left: -5px;
  margin-bottom: 16px;
  font-style: italic;
  color: #fff;
}
.sp-nav .title-s span {
  color: #ffd437;
} */
  .sp_product_part {
    padding: 100px 40px 110px;
  }
  .sp_product_content {
    flex-direction: column;
  }

  .sp_product_part .sp-text1 {
    font-size: 30px;
  }
  .sp_product_part .sp-text1 .sp-icon {
    height: 24px;
    margin-right: 10px;
  }

  .sp_product_part .sp-title {
    font-size: 56px;
  }

  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 836px;
    background: url('/cdn/shop/files/20251118-pro-bg.png')
      no-repeat;
    background-size: 100% 100%;
    padding: 21px 18px 0;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    height: 646px;
  }
  .sp_product_part .sp_product_inner {
    width: 100%;
  }

  .sp_product_part .sp-row1 {
    top: 757px;
    left: 52px;
    font-size: 43px;
  }

  .sp_product_part .sp-clock-s {
    right: 62px;
    top: 738px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 66px;
    height: 66px;
    font-size: 47px;
  }
  .sp_product_part .sp-clock-s .dots {
    gap: 10px;
    margin: 0 10px;
  }
  .sp_product_part .sp-clock-s .dot {
    width: 6px;
    height: 6px;
  }
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .sp_product_part .option-title {
    font-size: 36px;
    margin: 37px 0px 30px;
  }
  .sp_product_part .option-title .sp-span {
    font-family: 'Roboto-Bold';
    color: #333333;
  }
  .sp_product_part .opt-group {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 35px;
    position: relative;
  }

  .sp_product_part .sp-option {
    height: 80px;
    border-radius: 40px;
    border: 2px solid #999999;
    font-size: 36px;
    padding: 0 55px;
  }

  .sp_product_part .sp-option.active {
    background: #477eef;
    border-color: #1244a8;
    color: #ffffff;
  }
  .sp_product_part .sp-option .sp-span {
    font-family: 'Roboto';
    margin-left: 5px;
  }
  .sp_product_part .sp-option .sp-hot {
    width: 101px;
    position: absolute;
    right: -77px;
    top: -18px;
    z-index: 2;
  }
  .sp_product_part .sp-option .sp-icon {
    width: 39px;
    margin-right: 16px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 35px;
    align-items: baseline;
    margin-bottom: 30px;
    justify-content: center;
  }
  .sp_product_part .sp-price1 {
    font-size: 78px;
  }

  .sp_product_part .sp-price2 {
    font-size: 46px;
  }
  .sp_product_part .sp-row {
    margin-left: 40px;
  }

  .sp_product_part .sp-clock {
    height: 186px;
    animation: shakeCart 3s infinite ease-in-out;
    position: absolute;
    z-index: -1;
    top: -25px;
    right: 79px;
  }
  .sp_product_part .sp-row img {
    width: 47px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 255px;
    height: 50px;
    font-size: 43px;
    line-height: 50px;
    margin-left: -36px;
    padding-left: 36px;
    transform: translateY(5px);
  }

  .sp_product_part .sp-quality-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp_product_part .addCart {
    width: 526px;
    height: 89px;
    border-radius: 44px;
    font-size: 40px;
    gap: 22px;
  }
  .sp_product_part .addCart img {
    width: 42px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 128px;
    border-radius: 64px;
    margin: 33px auto;
    font-size: 53px;
  }
  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 48px;
    color: #232323;
    line-height: 60px;
    font-family: 'Poppins-Bold';
    text-align: center;
  }
  .sp-tip5 {
    gap: 20px;
    font-size: 36px;
  }
  .sp-tip5 img {
    width: 103px;
  }

  .addGroup {
    width: 428px;
    height: 92px;
    padding: 0px 33px;
    border-radius: 45px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 27px;
  }

  .addGroup input {
    width: 230px;
    font-size: 42px;
  }

  .sp-footer-img {
    width: 898px;
    margin: 80px auto 53px;
  }
  .sp-footer-img2 {
    width: 852px;
  }
  .sp-footer-box1 {
    width: 100%;
    padding: 35px 80px 55px;
    box-sizing: border-box;
  }
  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sp-footer-box1 .sp-p img {
    width: 45px;
  }
  .sp-footer-box2 {
    width: 100%;
    padding: 30px 70px;
    margin-top: 26px;
  }
  .sp-footer-box2 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 26px;
  }
  .sp-footer-box2 .sp-p img {
    width: 50px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 31px;
    margin-top: 16px;
  }

  .sp-circle-part {
    padding: 105px 40px 110px;
    background: url('/cdn/shop/files/20251118-circle-bg.png')
      no-repeat;
    background-size: 100% 100%;
  }
  .sp-circle-part .sp-title {
    margin-bottom: 68px;
  }

  .sp-circle-part .sp-box {
    width: 100%;
    flex-direction: column;
  }
  .sp-circle-part .sp-content {
    padding: 0;
  }
  .sp-circle-part .sp-item {
    width: 100%;
    height: 280px;

    flex-direction: row;
    padding-left: 46px;
    box-sizing: border-box;
    gap: 31px;
    padding-right: 20px;
  }

  .sp-circle-part .sp-item .sp-circles {
    width: 177px;
    height: 177px;
    transform: unset;
    position: unset;
    top: 0;
    margin-bottom: 0px;
    font-size: 50px;
    color: #ffffff;
  }

  .sp-circle-part .sp-item .sp-p1 {
    font-size: 40px;
    margin-bottom: 16px;
    text-align: left;
    padding: 0;
  }
  .sp-circle-part .sp-item .sp-p2 {
    font-size: 28px;
    text-align: left;
  }
  .sp-q-part {
    padding: 100px 40px 160px;
  }

  .sp-q-part .sp-title {
    font-size: 72px;
    margin-bottom: 65px;
  }
  .sp-q-part .sp-title .sp-span {
    font-size: 36px;
  }
  .sp-q-part .sp-box .sp-item {
    /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
    margin: 0 auto 35px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    background: #dfeeff;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center;
    box-sizing: border-box;
    gap: 10px;
  }
  .sp-btn-style2 .sp-area {
    width: 420px;
    text-align: center;
    font-size: 22px;
    color: #f81111;
    line-height: 1.2;
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-shrink: 0;
  }
  .sp-btn-style2 .sp-area .sp-leaf {
    width: 70px;
  }
  .sp-btn-style2 .sp-area .sp-t1 {
    font-family: 'Poppins-Bold';
    font-style: italic;
    font-size: 22px;
    color: #dad8be;
    background: linear-gradient(180deg, #f0c260 0%, #d19a32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sp-btn-style2 .sp-area .sp-t2 {
    width: 216px;
  }
  .sp-btn-style2 .sp-area .sp-t3 {
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #ffffff;
    background: linear-gradient(180deg, #f0c260 0%, #d19a32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sp-btn-style2 .sp-area2 {
    width: 600px;
    height: 140px;
    background: linear-gradient(0deg, #477eef 0%, #5ec0f8 100%);
    border-radius: 20px;

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    box-sizing: border-box;
  }

  .sp-btn-style2 .sp-area2 .sp-right {
    font-family: 'Poppins-Bold';
    font-size: 60px;
    color: #ffffff;
    line-height: 1.2;
    animation: skip 4s infinite 1s;
    text-shadow: 0px 4px 4px rgba(38, 97, 158, 0.27);
  }

  .sp-btn-style2 .sp-area2 .sp-p {
    font-size: 24px;
    font-family: Roboto;
    color: #ffffff;
    line-height: 1;
    opacity: 0.6;
    letter-spacing: 2px;
    text-shadow: none;
  }

  .sp-btn-style2 .sp-cart {
    width: 95px;
    height: 94px;
    background: #ffffff;
    border-radius: 47px;
    margin-right: 0px;
    border: none;
  }
  .sp-btn-style2 .sp-cart img {
    width: 52px;
  }

  .sp-btn-style2 .sp-cart .sp-num {
    width: 42px;
    height: 42px;
    right: -2px;
    top: -2px;
    font-size: 25px;
    border: none;
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
  }
  .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: 94px;
  }
}
.sp-scroll-top {
  scroll-margin-top: 70px;
}
.gradually .sp-title span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-style: normal;
}
.gradually .sp-sub-title {
  opacity: 0;
}
@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.sp-ani,
.sp-ani2 {
  opacity: 0;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes sp-fade-left {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}
@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.mf-bundle-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;
}
#root table.customer-buy-more-discount-table th,
td {
  padding: 20px 10px !important;
}
.guarantee_column_container,
.collapsible-content__wrapper,
.lt_back_to_top {
  display: none !important;
}

.product-featured-collection {
    display: none !important;
}