/** Shopify CDN: Minification failed

Line 1280:14 Expected identifier but found whitespace
Line 1280:21 Unexpected ";"

**/
@font-face {
  font-family: "Roboto";
  src: url("/cdn/shop/files/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/cdn/shop/files/Roboto-Light.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;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/cdn/shop/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Bold.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: "Poppins-Regular";
  src: url("/cdn/shop/files/Poppins-Regular.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: "MiSans-Bold";
  src: url("/cdn/shop/files/MiSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/cdn/shop/files/Montserrat-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AkzidenzGroteskBQ-Bold";
  src: url("/cdn/shop/files/akzidenz-grotesk-bq-bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("/cdn/shop/files/Montserrat-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("/cdn/shop/files/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("/cdn/shop/files/Montserrat-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bebas";
  src: url("/cdn/shop/files/BEBAS.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: MiSans-Demibold;
  src: url("/cdn/shop/files/MiSans-Demibold.ttf");
}

@font-face {
  font-family: MiSans-Regular;
  src: url("/cdn/shop/files/MiSans-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

w 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%;
  /* overflow-x: hidden; */
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  line-height:initial;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  /* overflow-x: hidden; */
  width: 100%;
  box-sizing: border-box;
  /* background-color: #000000; */
}

section {
  /* overflow-x: hidden; */
  width: 100%;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

input,
img {
  border: none;
}

li {
  list-style: none;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

#header {
  /* position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9; */
}

.header-top {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
}

.header-top {
  height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 32px;
  color: #ffffff;
}

.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0730FB;
}

.sp-fixed {
  left: 0;

  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #fff;
}

@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;
  }
}

.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}

.header-main {
  position: relative;
  z-index: 8;
}

.header-inner {
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 19px;
  margin-top: 60px;
}

.header-inner .sp-flex-x .sp-logo {
  font-size: 40px;
  color: #000000;
  font-family: AkzidenzGroteskBQ-Bold;
  /* margin-right: 189px;
  margin-left: 275px; */
}

.sp-menu-btn {
  width: 61px;
  cursor: pointer;
}

.sp-cart {
  width: 51px;
  margin-right: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sp-cart .sp-icon {
  width: 100%;
}

.sp-cart .sp-num {
  width: 32px;
  height: 32px;
  background: #E61A1E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 34px;
  top: -10px;
  font-size: 23px;
  font-family: AkzidenzGroteskBQ-Bold;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.sp-cart .sp-num.sp-red {
  background-color: #E61A1E;
  border: 2px solid #fff;
}

.sp-top-btn {
  width: 297px;
  height: 83px;
  background: #0730FB;
  border-radius: 0;
  font-family: AkzidenzGroteskBQ-Bold;
  font-size: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  /* animation: skip 4s infinite; */
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .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 {
  /* position: absolute; */
  /* top: 0px; */
  /* left: 0px; */
  width: 100%;
  /* max-width: 1000px; */
  height: 160px;
  background: url('/cdn/shop/files/20251114-btn-mobile.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 80px;
  box-sizing: border-box;
  font-family: Roboto-Black;
  font-size: 70px;
  color: #022A68;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: skip 4s infinite 1s;
}

.sp-part1 .sp-btn a {
  display: flex;
  align-items: center;
  gap: 91px;
  width: 893px;
  height: 144px;
  background: url("/cdn/shop/files/20251121-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  margin: 58px auto 0;
  padding-left: 184px;
  justify-content: flex-start;
  animation: skip 4s infinite 1s;
}

.sp-part1 .sp-btn a .sp-btn-style1 {
  width: auto;
  animation: none;
  height: auto;
  color: #FFFFFF;
  font-family: AkzidenzGroteskBQ-Bold;
}

.sp-part1 .sp-btn .sp-tip {
  justify-content: center;
  margin-top: 16px;
  gap: 23px;
  font-family: Montserrat-Medium;
  font-size: 30px;
  font-weight: 500;
  height: 29px;
  color: #000;
}

.text-left {
  text-align: left !important;
}

.sp-title {
  font-family: Montserrat-ExtraBold;
  font-size: 65px;
  color: #000000;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}

.sp-detail {
  font-family: Roboto-Medium;
  font-size: 32px;
  color: #000000;
  line-height: 37px;
  opacity: 0.8;
  text-align: center;
}

.sp-sub-title {
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  opacity: 0.8;
  text-align: center;
  margin: 40px auto 0;
  width: 631px;
  text-wrap: wrap;
}

.sp-color {
  color: #0730FB;
}

.sp-white {
  color: #ffffff;
}

.sp-part1 {
  /* margin-top: 180px; */
  height: calc(782px + 834px);
  /* overflow-x: hidden; */
  width: 100%;
  background-color: #fff;
}

.sp-part1 .sp-iamge {
  /* position: absolute; */
  /* top: 10px; */
  /* left: 40px; */
  width: 100%;
  height: 834px;
}

.sp-part1 .gradually {
  /* position: absolute; */
  /* top: 819px; */
  /* width: 100%; */
}

.sp-part1 .sp-title {
  font-family: Montserrat-ExtraBold;
  font-size: 76px;
  line-height: 58px;
  margin-top: 71px;
}

.sp-part1 .sp-title .sp-blue {
  color: #0730FB;
  margin-bottom: 40px;
}

.sp-part1 .sp-text {
  position: absolute;
  top: 142px;
  left: 41px;
  /* width: calc(100% - 80px); */
  /* max-width: 1000px; */
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  justify-content: space-between;
}

.sp-part1 .sp-text > div {
  width: 268px;
  height: 104px;
  border-radius: 0px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  padding-left: 7px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: Montserrat-Regular;
  font-size: 30px;
  color: #000;
  line-height: 33px;
  background-color: rgba(255, 255, 255, .5);
}

.sp-part1 .sp-text > div .sp-icon {
  width: 59px;
  height: auto;
}

.sp-btn {
  /* position: absolute; */
  /* top: 1356px; */
  /* left: 40px; */
}

.sp-btn .sp-btn-style1 {
  top: 0px;
  left: 0px;
}

.sp-part2 {
  position: relative;
  height: 2016px;
  box-sizing: border-box;
  padding-top: 110px;
  /* overflow-x: hidden; */
  width: 100%;
  background-color: #FFFFFF;
}

.sp-part2 .sp-title {
  font-family: Montserrat-ExtraBold;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 65px;
  color: #000;
  font-weight: 800;
  line-height: 1;
}

.sp-part2 .sp-title span {
  height: 63px;
}

.sp-part2 .sp-title span.sp-color {
  height: 52px;
}

.sp-part2 .sp-sub-title {
  width: 100%;
  font-size: 30px;
  height: 109px;
  line-height: 40px;
  font-family: Roboto-Regular;
  font-weight: 400;
  margin-top: 40px;
  padding: 0 100px;
  color: rgba(0, 0, 0, .8);
}

.sp-part2 .sp-video {
  /* position: absolute; */
  /* top: 443px; */
  /* left: 40px; */
  width: 100%;
  padding-left: 42px;
  padding-right: 38px;
  height: 909px;
  border-radius: 0;
  overflow: hidden;
  margin-top: 51px;
}

.sp-part2 .sp-video video {
  width: 100%;
  /* height: 100%; */
}

.sp-part2 .sp--box {
  margin-top: -158px;
  height: fit-content;
  padding-left: 43px;
  padding-right: 84px;
  display: flex;
  align-items: center;
  gap: 33px;
}

.sp-part2 .sp--box .sp-left {
  width: 498px;
  height: 272px;
  background: #0730FB;
  position: relative;
  padding-top: 46px;
}

.sp-part2 .sp--box .sp-left .sp-num {
  padding-left: 33px;
  font-family: AkzidenzGroteskBQ-Bold;
  font-weight: bold;
  font-size: 67px;
  color: #FFFFFF;
  line-height: 49px;
}

.sp-part2 .sp--box .sp-left .sp-eval {
  padding-left: 29px;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 31px;
  margin-top: 30px;
  margin-bottom: 34px;
}

.sp-part2 .sp--box .sp-left .sp-imgs {
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.sp-part2 .sp--box .sp-left img:first-of-type {
  width: 159px;
  height: 27px;
}
.sp-part2 .sp--box .sp-left img:last-of-type {
  width: 232px;
  height: 55px;
}

.sp-part2 .sp--box .sp-left .sp-point {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 86px;
  height: 42px;
  background: #FFFFFF;
  padding-left: 7px;
  font-family: AkzidenzGroteskBQ-Bold;
  font-weight: bold;
  font-size: 38px;
  color: #0730FB;
  line-height: 40px;
}

.sp-part2 .sp--box .sp-left .sp-point img {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 1px;
  right: 4px;
}

.sp-part2 .sp--box .sp-right {
  flex: 1;
}

.sp-part2 .sp--box .sp-right ul {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.sp-part2 .sp--box .sp-right ul li {
  display: flex;
  background-color: #FBDF21;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  font-weight: 500;
  font-family: Roboto-Medium;
  color: #000;
  font-size: 27px;
  line-height: 49px;
  padding-right: 34px;
}

.sp-part2 .sp--box .sp-right ul li .sp-innerleft {
  width: 296px;
  height: 49px;
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #000000;
  font-size: 30px;
  text-align: center;
}

.sp-part2 .sp--box .sp-right ul li .sp-innerright {
  flex: 1;
  text-align: right;
}

.sp-part2 .sp-text {
  /* position: absolute; */
  /* top: 1267px; */
  /* left: 40px; */
  padding-left: 126px;
  padding-right: 122px;
  margin-top: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.sp-part2 .sp-text > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.sp-part2 .sp-text > div .sp-round {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  opacity: 1;
}

.sp-part2 .sp-text > div .sp-round .sp-color {
  font-weight: bold;
  font-size: 55px;
  color: #0730FB;
  line-height: 39px;
  font-family: AkzidenzGroteskBQ-Bold;
}

.sp-part2 .sp-text > div .sp-round .sp-uppercase {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 22px;
  font-family: Roboto-Medium;
}

.sp-part2 .sp-text > div>div {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 28px;
  opacity: 0.8;
}

.sp-part2 .sp-text > div div span {
  font-family: Poppins-Regular;
  font-size: 27px;
  /* color: #000000; */
  line-height: 34px;
  /* opacity: 0.7; */
}

.sp-part2 .sp-btn {
  top: 1479px;
}

.sp-part2 .sp-btn a .sp-btn-style1,
.sp-part4 .sp-btn a .sp-btn-style1,
.sp-part7 .sp-btn a .sp-btn-style1 {
  width: 893px;
  height: 144px;
  background: url("/cdn/shop/files/20251121-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  margin: 95px auto 0;
  font-weight: bold;
  font-family: AkzidenzGroteskBQ-Bold;
  font-size: 65px;
  color: #FFFFFF;
  display: flex;
  gap: 90px;
}

.sp-part2 .sp-btn a .sp-btn-style1 img,
.sp-part4 .sp-btn a .sp-btn-style1 img,
.sp-part7 .sp-btn a .sp-btn-style1 img {
  width: 34px;
  height: 48px;
}

.sp-circles {
  width: 237px;
  height: 237px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fffefe;
  text-align: center;
  line-height: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circles p {
  font-size: 57px;
}

.sp-part3 {
  height: 1349px;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  background: url("/cdn/shop/files/20251121-part3-bg.png") no-repeat;
  background-size: 100% 100%;
}

.sp-part3 .sp-title {
  height: 143px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  line-height: 1;
  margin-top: 117px;
}

.sp-part3 .sp-swiper1 .swiper-slide .sp-img {
  width: 997px;
  height: 674px;
  margin: 40px auto 0;
}

.sp-bg-yellow {
  background-color: #FBDF21 !important;
}

.sp-part3 .sp-swiper1 .swiper-slide .sp-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 35px;
  gap: 18px;
  height: 15px;
}

.sp-part3 i,
.sp-part4 i,
.sp-part6 i {
  opacity: 1 !important;
  font-style: normal;
}

.sp-part3 .sp-swiper1 .swiper-slide .sp-dot i {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
}

.sp-part3 .sp-banner-title {
  font-family: Montserrat-ExtraBold;
  font-weight: 800;
  font-size: 50px;
  line-height: 51px;
  text-align: center;
}

.sp-part3 .sp-banner-subtitle {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 30px;
  color: rgba(255, 255, 255, .8);
  line-height: 1;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: fit-content;
  margin: 29px auto 0;
  text-align: center;
}

.sp-part3 .sp-swiper1 .swiper-slide .sp-height {
  height: 109px;
}

.sp-part3 .sp-image {
  /* position: absolute;
  top: 279px;
  left: 40px; */
  width: calc(100% - 80px);
  max-width: 1000px;
  height: 716px;
}

.sp-part3 .sp-text {
  /* position: absolute;
  top: 1038px;
  left: 37.8px; */
  /* width: calc(100% - 75.6px); */
  /* max-width: 1005px; */
  height: 191px;
  background: #FFFFFF;
  box-shadow: 0px 20px 49px 2px rgba(48, 57, 79, 0.15);
  border-radius: 20px;
  font-family: Roboto-Black;
  font-size: 60px;
  color: #0181BF;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

.sp-part3 .sp-text .sp-line {
  width: 2px;
  height: 100px;
  background: #CCCCCC;
}

.sp-part3 .sp-text span {
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #888888;
}

.sp-part4 {
  height: 1487px;
  box-sizing: border-box;
  padding-top: 120px;
  /* overflow-x: hidden; */
  width: 100%;
  padding-left: 40px;
  padding-right: 42px;
}

.sp-part4 .sp-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 24px;
}

.sp-part4 .sp-box .sp-imgbox {
  width: 484px;
  height: 313px;
}

.sp-part4 .sp-box .sp-imgbox1 {
  grid-column: span 2;
  width: 100%;
}

.sp-part4 .sp-box .sp-imgbox img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sp-part4 .sp-box .sp-imgbox>span {
  position: absolute;
  bottom: 16px;
  left: 18px;
  font-family: Roboto-Medium;
  line-height: 29px;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
}

.sp-part4 .sp-box .sp-imgbox3 .sp-right {
  position: absolute;
  width: 198px;
  top: 46px;
  right: 27px;
  text-align: left;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  font-family: Roboto-Medium;
}

.sp-part4 .sp-box .sp-imgbox3 .sp-right .sp-num {
  display: flex;
  align-items: flex-end;
  line-height: 23px;
  gap: 12px;
  
}

.sp-part4 .sp-box .sp-imgbox3 .sp-right .sp-large {
  font-family: Bebas;
  font-size: 50px;
  line-height: 45px;
}

.sp-part4 .sp-box .sp-title {
  height: 59px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  font-family: Roboto-Medium;
  line-height: 1;
  margin-top: 13px;
}

.sp-part4 .sp-line {
  width: 71px;
  height: 3px;
  background: #FCE01C;
  margin-top: 23px;
  margin-bottom: 15px;
}

.sp-part4 .sp-subtitle {
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
  color: rgba(255, 255, 255, .8);
  font-size: 22px;
  font-weight: 400;
  font-family: Roboto-Regular;
}

.sp-part4 .sp-btn a .sp-btn-style1 {
  width: 997px;
  height: 144px;
  justify-content: center;
  gap: 41px;
  margin-top: 116px;
}

.sp-part4 .sp-btn .sp-btn-style1 {
  color: #1F1F1F;
}

.sp-part5 {
  height: 774px;
  background: #EFF1F6;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
}

.sp-part5 .gradually {
  /* position: absolute;
  top: 120px;
  left: 40px; */
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  margin-top: 120px;

}

.sp-part5 .gradually ul {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: Roboto-Medium;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  padding-left: 37px;
  /* padding-right: 95px; */
}

.sp-part5 .gradually ul li {
  text-align: center;
  text-wrap: wrap;
  width: 308px;
}

.sp-part5 .gradually ul li:nth-of-type(2) {
  width: 289px;
  margin-left: 53px;
  margin-right: 100px;
}

.sp-part5 .gradually ul li:last-of-type {
  width: 204px;
}

.sp-part5 .gradually .sp-detail div {
  opacity: 0.8;
}

.sp-part5 .sp-title {
  font-size: 56px;
  color: #000000;
  line-height: 80px;
}

.sp-part5 .sp-image1 {
  /* position: absolute;
  top: 524px;
  left: 41px; */
  width: auto;
  height: 87px;
}

.sp-part5 .sp-image2 {
  /* position: absolute;
  top: 527px;
  left: 412px; */
  width: 146px;
  height: 26px;
}

.sp-part5 .sp-image3 {
  /* position: absolute;
  top: 115px;
  left: 666px; */
  width: 374px;
  height: 524px;
}

.sp-part5 .sp-image4 {
  /* position: absolute;
  top: 470px;
  left: 624px; */
  width: 167px;
  height: auto;
}

.sp-part5 .sp-text1 {
  /* position: absolute;
  top: 448px;
  left: 41px; */
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Roboto;
  font-size: 30px;
  color: #000000;
}

.sp-part5 .sp-text1 img {
  width: 39px;
  height: 35px;
}

.sp-part5 .sp-text1 span {
  color: #017EBB;
}

.sp-part5 .sp-text2 {
  /* position: absolute;
  top: 570px;
  left: 376px; */
  font-family: Poppins;
  font-size: 40px;
  color: #353535;
  line-height: 1;
}

/* .sp-part5 .sp-text3 {
  position: absolute;
  top: 721px;
  left: 216px; */
  font-family: Roboto;
  font-size: 42px;
  color: #000000;
  line-height: 54px;
  text-align: center;
}

.sp-part5 .sp-text3 img {
  width: 40px;
  height: 67px;
}

.sp-part5 .sp-text3 div span {
  color: #F5C020;
}

.sp-part5 .sp-text3 .sp-span {
  font-family: Roboto-Regular;
  font-size: 36px;
  color: #666666;
}

.sp-part5 .sp-text4 {
  /* position: absolute;
  top: 882px;
  left: 40px; */
  width: calc(100% - 80px);
  max-width: 1000px;
  height: 371px;
  background: #FFFFFF;
  border-radius: 30px;
  box-sizing: border-box;
  padding-left: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.sp-part5 .sp-text4 span {
  font-family: Poppins;
  font-size: 44px;
  color: #282828;
  line-height: 50px;
}

.sp-part5 .sp-text4 img {
  width: 45px;
  height: 41px;
}

.sp-part5 .sp-text4>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sp-part5 .sp-text4 .sp-flex-x {
  gap: 10px;
  font-family: Roboto-Regular;
  font-size: 34px;
  color: #424242;
}

.sp-part5 .sp-image5 {
  /* position: absolute;
  top: 826px;
  left: 694px; */
  width: auto;
  height: 425px;
}

.sp-part6 {
  position: relative;
  height: 1526px;
  box-sizing: border-box;
  /* overflow-x: hidden; */
  width: 100%;
  background: url(/cdn/shop/files/20251121-part6-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 114px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 120px;
}

.sp-part6 .sp-title {
  font-size: 62px;
  line-height: 1;
  color: #FFFFFF;
}

.sp-part6 .sp-subtitle {
  font-weight: 400;
  font-size: 30px;
  color: rgba(255, 255, 255, .8);
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 69px;
  width: 882px;
  font-family: Roboto-Regular;
  margin: 20px auto 0;
}

.sp-part6 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
}

.sp-part6 .sp-img-box {
  /* width: 1000px; */
  height: 387px;
  position: relative;
}

.sp-part6 .sp-img-box img {
  width: 100%;
  height: 100%;
}

.sp-part6 .sp-img-box span {
  position: absolute;
  bottom: 14px;
  width: 100%;
  line-height: 23px;
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 30px;
  font-family: Roboto-Medium;
  color: #000;
}

.sp-part6 .sp-dot {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;
  width: 100%;
  height: 15px;
}

.sp-part6 .sp-dot i {
  opacity: 1;
  width: 15.4px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 50%;
}

.sp-part6 .sp-text div {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #5A5A5A;
  line-height: 1;
}

.sp-part6 .swiper-pagination-bullet,
.sp-part3 .swiper-pagination-bullet {
  width: 15.4px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0 17px !important;
}

.sp-part3 .swiper-pagination-bullet {
  margin: 0 10px !important;
}

.sp-part6 .swiper-pagination-bullet-active,
.sp-part3 .swiper-pagination-bullet-active {
  background: #FBDF21 !important;
  opacity: 1;
}

.sp-part6 .sp-font {
  /* position: absolute;
  top: 893px;
  left: 213px; */
  font-family: Roboto;
  font-size: 46px;
  color: #000000;
  line-height: 1;
}

.sp-part6 .sp-text {
  /* position: absolute;
  top: 972px;
  left: 139px; */
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #000000;
  line-height: 44px;
  text-align: center;
}

.sp-part6 .sp-info {
  /* position: absolute;
  top: 1127px;
  left: 43px; */
  width: calc(100% - 86px);
  max-width: 994px;
  display: flex;
  justify-content: space-between;
}

.sp-part6 .sp-info > div {
  width: 472px;
  height: 888px;
  background: #F0F9FF;
  border-radius: 30px;
  box-sizing: border-box;
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-part6 .sp-info > div .sp-img {
  width: 429px;
  height: 659px;
}

.sp-part6 .sp-info > div .flex-center {
  flex: 1;
  gap: 20px;
}

.sp-part6 .sp-info > div div img {
  width: 71px;
  height: 71px;
}

.sp-part6 .sp-info > div .sp-div {
  font-family: Roboto-Regular;
  font-size: 31px;
  color: #008ED4;
  line-height: 41px;
  opacity: 0.9;
}

.sp-part7 {
  position: relative;
  height: 2102px;
  background: #FFFFFF;
  box-sizing: border-box;
  /* overflow-x: hidden; */
  width: 100%;
  padding-top: 120px;
  text-align: center;
}

.sp-flex-y {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sp-part7 .sp-title {
  font-weight: 800;
  font-size: 65px;
  color: #000000;
  justify-content: space-between;
  height: 141px;
  line-height: 1;
}

.sp-part7 .sp-desc {
  height: 149px;
  justify-content: space-between;
  font-size: 30px;
  line-height: 1;
  margin: 29px 49px 0;
  color: rgba(0, 0, 0, .5);
  font-family: Roboto-Regular;
}

.sp-part7 .sp-img1 {
  margin: 44px auto 41px;
  width: 784px;
  height: 249px;
}

.sp-part7 .sp-img2 {
  width: 999px;
  height: 477px;
}

.sp-blue {
  color: #0730FB;
}

.sp-part7 .sp-text .sp-title {
  text-align: left;
  padding-left: 58px;
  width: 100%;
  font-size: 50px;
  height: 51px;
  margin-top: 20px;
}

.sp-part7 .sp-text .sp-desc {
  padding-left: 60px;
  font-size: 30px;
  height: 69px;
  margin: 21px 0 0;
  align-items: flex-start;
}

.sp-part7 .sp-bg-gray {
  position: relative;
  width: 839px;
  height: 231px;
  background: #EFF1F6;
  margin-left: 40px;
  margin-top: 77px;
  padding-left: 18px;
  padding-top: 14px;
}

.sp-part7 .sp-bg-gray .sp-imgbg {
  position: absolute;
  right: -161px;
  bottom: 0;
  width: 267px;
  height: 402px;
}

.sp-part7 .sp-bg-gray .sp-title {
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  height: 36px;
  font-size: 36px;
  font-weight: 500;
  font-family: Montserrat-Medium;
}

.sp-part7 .sp-bg-gray .sp-desc {
  margin: 0;
  padding: 0;
  height: 59px;
  font-size: 30px;
  line-height: .9;
  margin: 11px 0 0;
}

.sp-part7 .sp-imgboxs {
  margin-top: 5px;
  display: flex;
}

.sp-part7 .sp-imgboxs .sp-img1 {
  width: 389px;
  height: 45px;
  margin: 27px 0 0;
}

.sp-part7 .sp-imgboxs .sp-img2 {
  width: 294px;
  height: 86px;
  margin-left: 34px;
}

.sp-part7 .sp-btn a .sp-btn-style1 {
  margin-top: 119px;
}

.sp-part8 {
  position: relative;
  height: 1309px;
  box-sizing: border-box;
  /* overflow-x: hidden; */
  width: 100%;
  padding-top: 115px;
  text-align: center;
  background: #EFF1F6;
}

.sp-part8 .sp-title {
  font-size: 65px;
  height: 64px;
  line-height: 64px;
}

.sp-part8 .sp-image1 {
  width: 802px;
  height: 519px;
  margin: 49px auto 0;
}

.sp-part8 .sp-font {
  padding-left: 97px;
  margin-top: 66px;
  font-family: Roboto-Regular;
  font-size: 30px;
  line-height: 1;
  color: #000;
  display: grid;
  grid-template-columns: 432px 353px;
  column-gap: 84px;
  row-gap: 44px;
  text-align: left;
}

.sp-part8 .sp-font .sp-specail {
  grid-column: span 2;
  height: 69px;
  line-height: 40px;
}

.sp-part8 .sp-font > div {
  width: fit-content;
}

.sp-part8 .sp-bold {
  font-family: Roboto-Medium;
}

.sp-part8 .sp-text {
  /* position: absolute;
  top: 1268px;
  left: 102px; */
  font-family: Roboto-Regular;
  font-size: 29px;
  color: #000000;
  line-height: 43px;
  text-align: center;
}

.sp-part11 {
  height: 380px;
  background: url("/cdn/shop/files/20251121-part11-img.png") no-repeat;
  background-size: 100% 100%;
}

.sp-part11 .sp-image1 {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 132px;
  height: 94px;
}

.sp-part11 .sp-text {
  position: absolute;
  right: 90px;
  top: 30px;
  text-align: right;
  width: 388px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.sp-part11 .sp-white {
  height: 29px;
  line-height: 1;
  font-family: Montserrat-Medium;
  font-size: 30px;
  color: #FFFFFF;
}

.sp-part11 .sp-yellow {
  color: #FBDF21;
  background: linear-gradient(180deg, #FAD126 0%, #FF9C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 75px;
  height: 55px;
  line-height: .8;
  font-family: Montserrat-ExtraBold;
  font-weight: 800;
  /* margin-bottom: 16px; */
}

.sp-part11 .sp-large {
  height: 107px;
  font-size: 148px;
  /* margin-top: 19px; */
  /* margin-bottom: 17px; */
  line-height: 0.7;
}

.sp-part11 .sp-random {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.sp-part11 .sp-random i {
  font-size: 45px;
  line-height: 1;
  height: 45px;
}

.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  /* overflow-x: hidden; */
  overflow-y: visible;
  padding: 114px 40px 120px;
  width: 100%;
}

.product-part .sp-text1 {
  font-family: Roboto;
  font-size: 20px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  height: 25px;
  font-family: Roboto-Regular;
}

.product-part .sp-text1 img {
  width: 134px;
  height: 22px;
}

.product-part .sp-text1 span.sp-bold {
  font-family: Roboto;
  font-size: 24px;
}

.product-part .sp-title1 {
  font-family: Montserrat-Bold;
  font-size: 65px;
  color: #000000;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 142px;
  line-height: 1;
  font-weight: bold;
}

.product-part .sp-img-wrap .sp-img-p.active {
  display: block;
}

.product-part .sp-img-wrap {
  height: 728px;
  background: url("/cdn/shop/files/20251121-shopping-bg.png") no-repeat;
  background-size: 100% 100%;
  font-family: Montserrat-Medium;
  box-sizing: border-box;
  user-select: none;
}

.product-part .sp-img-wrap .sp-img-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 157px;
  box-sizing: border-box;
  padding-top: 95px;
}

.product-part .sp-img-wrap .sp-img-inner .sp-text {
  position: absolute;
}

.product-part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  display: none;
}

.product-part .sp-img1 {
  position: absolute;
  left: 38px;
  top: 41px;
  width: 92px;
  height: 38px;
}

.product-part .sp-text {
  position: absolute;
  left: 151px;
  top: 51px;
  height: 34px;
  font-size: 36px;
  color: #000;
  line-height: 34px;
}

.product-part .sp-row1 {
  position: absolute;
  bottom: 40px;
  left: 56px;
  font-size: 44px;
  color: #000;
  line-height: 33px;
  font-family: Montserrat-Bold;
}

.product-part .sp-t2 {
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #ffffff;
  width: 180px;
}

.product-part .sp-clock-s {
  position: absolute;
  bottom: 30px;
  right: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .square {
  width: 61px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 45px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  flex-shrink: 0;
  padding-top: 2px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
}

.product-part .sp-clock-s .dot {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.product-part .sp-padding {
  box-sizing: border-box;
}

.product-part .option-title {
  font-family: "Roboto-Medium";
  font-size: 33px;
  color: #696969;
  line-height: 26px;
  margin: 44px 0px 21px;
  padding: 0 28px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}

.product-part .sp-option {
  width: 323px;
  height: 86px;
  background: #EFEFEF;
  border-radius: 5px;
  border: 1px solid #3E3E3E;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: Roboto-Medium;
  font-size: 37px;
  color: #000;
  white-space: nowrap;
  user-select: none;
  gap: 15px;
}

.product-part .sp-option.active {
  background: #3E3E3E;
  color: #fff;
}

.product-part .sp-type .sp-option:nth-child(1) {
  /* width: 240px; */
}

.product-part .sp-type .sp-option:nth-child(2),
.product-part .sp-type .sp-option:nth-child(3) {
  /* width: 174px; */
}

.product-part .sp-type .sp-option:nth-child(4) {
  /* width: 122px; */
}

.product-part .sp-option .sp-hot {
  width: 42px;
  height: 57px;
}

.product-part .sp-title-s {
  font-family: Roboto-Medium;
  font-size: 58px;
  color: #2A1A00;
  line-height: 1;
  text-align: center;
  margin: 50px auto 30px;
}

.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 32px;
  align-items: baseline;
  font-family: Roboto-Black;
}

.product-part .price1 {
  font-size: 85px;
  color: #E61A1E;
}

.product-part .price2 {
  font-size: 61px;
  color: #999999;
  margin-left: 59px;
}

.product-part .sp-row {
  margin-left: 62px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-part .sp-row img {
  position: relative;
  z-index: 1;
  width: 71px;
  height: 73px;
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-row .sp-p {
  width: 254px;
  height: 54px;
  background: #E61A1E;
  border-radius: 14px;
  font-family: Roboto-Black;
  font-size: 40px;
  color: #ffffff;
  line-height: 45px;
  border-radius: 5px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(12px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}

.product-part .addCart {
  width: 525px;
  height: 96px;
  background: #EFEFEF;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: Roboto-Medium;
  font-size: 42px;
  color: #000000;
  gap: 26px;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 43px;
}

.product-part .sp-btn-style {
  width: 997px;
  height: 141px;
  background: url("/cdn/shop/files/20251121-shopping-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0px;
  cursor: pointer;
  margin: 90px auto 39px;
  font-family: Montserrat-ExtraBold;
  font-size: 64px;
  color: #FFFFFF;
  animation: skip 4s infinite;
  text-align: center;
  box-sizing: border-box;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
  font-family: Roboto-Medium;
  font-size: 37px;
  color: #000000;
  margin-top: 39px;
}

.sp-tip5 img {
  width: 99px;
}

.sp-tip5 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: 429px;
  height: 98px;
  border-radius: 5px;
  border: 1px solid #3E3E3E;
  padding: 0px 35px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto-Medium;
  background: #EFEFEF;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing:content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 223px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 45px;
  color: #000000;
  border-left: 1px solid #3E3E3E;
  border-right: 1px solid #3E3E3E;
  /* 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-top .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-text {
  /* position: absolute;
  top: 52px;
  left: 115px; */
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 38px;
  color: #282828;
  line-height: 1;
  padding-left: 40px;
  padding-top: 34px;
  gap: 11px;
}

.sp-footer-text .sp-footer-img {
  margin: 0;
  height: 51px;
}

.product-part .sp-bg {
  width: 890px;
  height: 234px;
  background: #EEF8FE;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin: 33px auto 0;
}

.product-part .sp-bg > .sp-footer-img {
  margin: 0 0 0 33px;
}

.sp-footer-img {
  display: block;
  margin: 48px auto 0;
  width: 861px;
  height: auto !important;
}

.sp-footer-box {
  margin: 30px auto 0;
  position: relative;
  width: 890px;
  height: 234px;
  background: #FDFCF5;
  border-radius: 10px;
  box-sizing: border-box;
  padding-left: 37px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  gap: 19px;
  padding-top: 29px;
}

.sp-footer-box .sp-font {
  font-family: Roboto;
  font-size: 34px;
  color: #282828;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

.sp-footer-box .sp-font .sp-footer-img {
  margin: 0;
  height: 59px;
}

.sp-footer-box .sp-text {
  position: static;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #666666;
}

.sp-footer-box .sp-text span {
  font-family: Roboto;
}

.sp-part9 {
  height: 692px;
  background: #0730FB;
  box-sizing: border-box;
  padding: 93px 161px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 115px;
  margin: 0 auto;
}

.sp-part9 .sp-title {
  font-size: 70px;
  margin-bottom: 80px;
}

.sp-part9 .sp-item {
  width: 308px;
  /* height: 172px; */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  /* padding-left: 40px; */
}

.sp-part9 .sp-content {
  height: 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.sp-part9 .sp-item .sp-p1 {
  font-family: Roboto-Medium;
  font-size: 36px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}

.sp-part9 .sp-item .sp-p2 {
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #A8B6FF;
  line-height: 29px;
  text-align: center;
}

.sp-part10 {
  padding: 120px 40px 356px;
}

.sp-part10 .sp-title .sp-color {
  font-family: Montserrat-Medium;
  font-size: 40px;
  color: #0730FB;
  line-height: 38px;
  height: 38px;
}

.sp-part10 .sp-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 21px;
  font-family: Montserrat-Bold;
  font-size: 65px;
  color: #000000;
  line-height: 62px;
  margin-bottom: 37px;
}

.sp-part10 .q-row {
  min-height: 98px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  font-family: Roboto-Medium;
  font-size: 36px;
  color: #000;
  line-height: 45px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  margin-top: 68px;
}

.sp-part10 .sp-box >div:first-of-type {
  margin-top: 0;
}

.sp-part10 .q-row .sp-icon {
  position: absolute;
  width: 21px;
  height: 22px;
  top: 42px;
  right: 32px;
  background: url("/cdn/shop/files/20251121-add.png") no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(-180deg); */

}

.sp-part10 .sp-text {
  padding-left: 34px;
  padding-top: 28px;
  padding-right: 45px;
  padding-bottom: 39px;
  box-sizing: border-box;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #242323;
  line-height: 35px;
  display: none;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}

.sp-part10 .sp-show .q-row {
  background-color: #FBDF21;
}

.sp-part10 .sp-show .sp-icon {
  width: 19px;
  height: 4px;
  top: 47px;
  background-image: url("/cdn/shop/files/20251121-reduce.png");
}

.sp-part10 .sp-show .sp-text {
  display: block;
  opacity: 1;
  width: 100%;
  height: 168px;
  color: rgba(0, 0, 0, .8);
  line-height: 1;
  background: #EFF1F6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sp-part10 .sp-btn-style1 {
  position: inherit;
  margin: 170px auto 0;
  width: 997px;
  height: 144px;
  background: url("/cdn/shop/files/20251121-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
}

.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: "MiSans-Bold";
  font-size: 33px;
  color: #636363;
}

.sp-menu .sp-menu-item a {
  width: 100%;
  height: 100%;
  padding-left: 101px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 141px;
  color: #636363;
}

.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: 8px;
  padding-left: 104px;
}

.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-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-btn-style2 {
  width: 100%;
  max-width: 1080px;
  height: 180px;
  background: linear-gradient(180deg, #FAD126, #FF9C00);
  display: flex;
  z-index: 9;
  box-sizing: border-box;
}

.sp-btn-style2 .sp-area {
  width: 329px;
  background: linear-gradient(-5deg, #000000, #2A2A2A, #000000);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-btn-style2 .sp-area img {

}

.sp-btn-style2 .sp-area .sp-t1 {
  font-family: Montserrat-ExtraBold;
  color: #FFE3A6;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 69px;
  color: #FFF9E6;
  font-style: italic;
  background: linear-gradient(-37deg, #DEAE4F 0%, #FDE4AC 46.484375%, #E9BF5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.sp-btn-style2 .sp-area .sp-t2 {
  font-family: Roboto-Medium;
  color: #FFE3A6;
  line-height: 25px;
  height: 25px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 26px;
  color: #FFF9E6;
  font-style: italic;
  background: linear-gradient(-37deg, #DEAE4F 0%, #FDE4AC 46.484375%, #E9BF5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-btn-style2 .sp-area2 {
  flex: 1;
  height: 180px;
  background: linear-gradient(180deg, #FAD126, #FF9C00);
  /* animation: skip 4s infinite 1s; */
  font-family: Montserrat-Bold;
  font-size: 51px;
  color: #ffffff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  padding-left: 31px;
  padding-right: 88px;
}

.sp-btn-style2 .sp-area2 > .sp-t3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: skip 4s infinite 1s;
}

.sp-btn-style2 .sp-area2 div div,
.sp-btn-style2 .sp-area2 a div {
  font-family: Montserrat-Bold;
  font-size: 65px;
  color: #000;
  line-height: 47px;
  /* text-shadow: 2px 4px 6px rgba(142,76,12,0.39); */
  display: flex;
  align-items: center;
  gap: 31px
}

.sp-btn-style2 .sp-area2 > .sp-t3 img {
  width: 35px;
  height: 35px;
}

.sp-btn-style2 .sp-area2 .sp-right .sp-arrow {
  width: 35px;
  transform: translateY(2px);
}

.sp-btn-style2 .sp-area2 span {
  font-family: Roboto-Regular;
  font-size: 26px;
  color: #000;
  line-height: 25px;
  margin-top: 20px;
  font-weight: 400;
  /* text-shadow: 2px 4px 6px rgba(142,76,12,0.15); */
  /* opacity: 0.9; */
}

.sp-btn-style2 .sp-area2 .sp-p {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
}

.sp-btn-style2 .sp-cart {
  width: 138px;
  height: 124px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-right: 0px;
  justify-content: flex-start;
  padding-left: 20px;
  padding-top: 27px;
}

.sp-btn-style2 .sp-cart img {
  width: 81px;
  height: 82px;
}

.sp-btn-style2 .sp-cart .sp-num {
  width: 51px;
  height: 51px;
  background: #E61A1E;
  border-radius: 50%;
  left: 72px;
  top: 12px;
  font-family: Roboto-Bold;
  font-size: 41px;
  line-height: 31px;
  border: none;
  color: #FFF;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}

.sp-pc {
  display: none;
}

@media screen and (min-width: 1080px) {
  #root {
    max-width: unset;
    /* overflow-x: hidden; */
    overflow-y: visible;
  }

  .sp-pc {
    display: block;
  }

  .sp-mobile {
    display: none;
  }

  .sp-ww {
    width: 1400px;
    margin: 0 auto;
  }

  .header-inner {
    position: absolute;
    top: 31px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 1400px;
    height: 67px;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 36px;
    padding-right: 0;
    background: #fff;
    justify-content: flex-start;
  }

  .header-inner .sp-flex-x:nth-of-type(2) {
    flex: 1;
  }

  .header-inner ul {
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 100px;
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #000000;
  }

  .header-inner .sp-flex-x .sp-logo {
    width: 91px;
    font-size: 32px;
    color: #000000;
    font-family: Montserrat-Bold;
    margin-right: 134px;
    margin-left: 0;
  }

  .header-inner .sp-menu-item a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .header-inner .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;
  }

  .header-inner .sp-flex-x > .sp-buy {
    width: 202px;
    height: 67px;
    background: #0730FB;
  }

  .sp-top-btn {
    width: 100%;
    height: 22px;
    background: #0730FB;
    border-radius: 0;
    margin-right: 0;
    font-size: 20px;
    font-family: AkzidenzGroteskBQ-Bold;
    color: #FFFFFF;
  }

  .sp-cart {
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 30px;
  }

  .sp-cart .sp-icon {
    width: 36px;
    height: 32px;
  }

  .sp-cart .sp-num {
    width: 26px;
    height: 26px;
    left: 26px;
    top: -10px;
    font-size: 18px;
    line-height: 27px;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }

  .sp-title {
    font-size: 50px;
  }

  .sp-detail {
    font-size: 28px;
    margin-top: 25px;
  }

  .sp-sub-title {
    font-size: 20px;
    line-height: 25px;
  }

  .sp-part1 {
    position: relative;
    height: 900px;
    background: url("/cdn/shop/files/20251121-banner-bg_85376918-b0ef-4d47-9339-e29ab0441a3e.png?v=1763977539") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part1 .gradually {
    position: absolute;
    top: 202px;
    left: 261px;
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .sp-part1 .gradually .sp-title {
    font-size: 64px;
    font-family: Montserrat-ExtraBold;
    display: flex;
    flex-direction: column;
    gap: 25px;
    line-height: 51px;
    font-weight: 800;
    margin-top: 0;
  }

  .sp-part1 .gradually .sp-title .sp-blue {
    line-height: 49px;
    margin-bottom: 0;
  }

  .sp-part1 .gradually .sp-sub-title {
    margin: 0;
  }

  .sp-part1 .gradually .sp-sub-title div {
    width: 660px;
    text-wrap: wrap;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    opacity: 0.8;
  }

  .sp-part1 .sp-text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    top: 526px;
    left: 260px;
    flex-direction: row;
  }

  .sp-part1 .sp-text > div {
    width: 184px;
    height: 80px;
    font-size: 20px;
    font-family: Montserrat-Regular;
    color: #000;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    /* background-color: #fff; */
    /* opacity: .5 !important; */
    background-color: rgba(255, 255, 255, .5);
    padding: 0;
    padding-left: 6px;
    line-height: 22px;
    gap: 18px;
  }

  .sp-part1 .sp-text > div .sp-icon {
    width: 45px;
  }

  .sp-btn-style1 {
    width: 640px;
    height: 80px;
    background: url('/cdn/shop/files/20251114-btn1.png') no-repeat;
    background-size: 100% 100%;
    font-size: 34px;
  }

  .sp-part1 .sp-btn {
    width: auto;
    height: auto;
    position: absolute;
    top: 647px;
    left: 260px;
  }

  .sp-part1 .sp-btn a {
    width: 417px;
    height: 84px;
    background: url("/cdn/shop/files/20251121-blue-bg.png") no-repeat;
    background-size: 100%;
    padding-left: 63px;
    color: #FFFFFF;
    gap: 63px;
    border-radius: 0;
    justify-content: flex-start;
    margin-top: 0;
  }

  .sp-part1 .sp-btn a div {
    width: auto;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    /* line-height: 75px; */
    font-family: AkzidenzGroteskBQ-Bold;
  }

  .sp-part1 .sp-btn a img {
    width: 18px;
    height: 25px;
  }

  .sp-part1 .sp-tip {
    position: absolute;
    top: 742px;
    left: 292px;
  }

  .sp-part1 .sp-tip div {
    gap: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    font-family: Montserrat-Medium;
  }

  .sp-part1 .sp-tip img {
    width: 40px;
    height: 24px;
  }

  .sp-part2 {
    padding-top: 100px;
    height: 900px;
    background: #FFFFFF;
  }

  .sp-part2 .sp-ww {
    display: flex;
    gap: 140px;
  }

  .sp-part2 .sp-title {
    padding-top: 28px;
    gap: 26px;
    text-align: left;
  }

  .sp-part2 .sp-title span {
    font-size: 50px;
    line-height: 48px;
    height: 48px;
  }

  .sp-part2 .sp-title span.sp-color {
    line-height: 41px;
    height: 41px;
  }

  .sp-part2 .sp-video {
    width: 640px;
    height: 582px;
    margin-top: 0;
    position: relative;
    padding: 0;
    overflow: visible;
  }

  .sp-part2 .sp-video .sp-video-box {
    width: 640px;
    overflow: hidden;
    height: 582px;
  }

  .sp-part2 .sp-video .sp--box {
    width: 473px;
    height: 258px;
    padding: 0;
    margin-top: 0;
    position: absolute;
    z-index: 10;
    top: 442px;
    left: 227px;
    gap: 0;
  }

  .sp-part2 .sp-video .sp--box .sp-left {
    width: 100%;
    height: 100%;
    padding-top: 44px;
  }

  .sp-part2 .sp--box .sp-left .sp-num {
    padding-left: 32px;
    font-size: 64px;
    line-height: 46px;
  }

  .sp-part2 .sp--box .sp-left .sp-eval {
    padding-left: 27px;
    margin-top: 28px;
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 29px;
  }

  .sp-part2 .sp--box .sp-left .sp-imgs {
    padding-left: 28px;
    gap: 46px;
  }

  .sp-part2 .sp--box .sp-left img:first-of-type {
    width: 151px;
    height: 26px;
  }

  .sp-part2 .sp--box .sp-left img:last-of-type {
    width: 220px;
    height: 53px;
  }

  .sp-part2 .sp--box .sp-left .sp-point {
    right: 30px;
    top: 30px;
    font-size: 36px;
    width: 82px;
    height: 40px;
  }

  .sp-part2 .sp--box .sp-left .sp-point img {
    width: 15px;
    height: 15px;
    top: 2px;
    right: 5px;
  }

  .sp-part2 .gradually {
    /* position: absolute;
    top: 119px;
    left: 1042px; */
    flex: 1;
  }

  .sp-part2 .sp-sub-title {
    width: 655px;
    height: 151px;
    background: #F9FAFC;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 92px;
    font-size: 20px;
    margin: 51px 0 0;
    text-align: left;
    line-height: 30px;
  }

  .sp-part2 .sp-text {
    top: 280px;
    left: 1034px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    margin-top: 41px;
    padding: 0;
  }

  .sp-part2 .sp-text > div:nth-of-type(2) {
    margin-left: 140px;
    margin-right: 111px;
  }

  .sp-part2 .sp-text > div {
    gap: 12px;
  }

  .sp-part2 .sp-text > div .sp-round {
    gap: 7px;
  }

  .sp-part2 .sp-text > div .sp-round .sp-color {
    font-size: 40px;
    line-height: 28px;
  }

  .sp-part2 .sp-text > div .sp-round .sp-uppercase {
    font-size: 20px;
    height: 14px;
  }

  .sp-part2 .sp-text > div>div {
    font-size: 20px;
    line-height: 1;
  }

  .sp-part2 .sp-btn a .sp-btn-style1 {
    font-size: 36px;
    width: 417px;
    height: 80px;
    background: #0730FB;
    box-shadow: 0px 4px 0px 0px #091D7F;
    border-radius: 10px;
    border-image: linear-gradient(0deg, #081C7E, #88C3FF) 2 2;
    justify-content: flex-start;
    padding-left: 63px;
    gap: 63px;
    margin: 38px 0 0;
  }

  .sp-part2 .sp-btn a .sp-btn-style1 img {
    width: 18px;
    height: 26px;
  }

  .sp-part2 .sp-btn {
    top: 625px;
    left: 1031px;
  }

  .sp-part2 .sp-btn .sp-btn-style1 {
    width: 628px;
    height: 80px;
    background: url('/cdn/shop/files/20251114-btn1.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part2 .gradually .sp-right {
    margin-top: 47px;
  }

  .sp-part2 .gradually .sp-right ul {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 32px;
  }

  .sp-part2 .gradually .sp-right ul li {
    background-color: #FBDF21;
    display: flex;
    border-radius: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    align-items: center;
  }

  .sp-part2 .gradually .sp-right ul li .sp-innerleft {
    width: 144px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #000000;
    font-family: Roboto-Medium;
    font-size: 18px;
    margin-right: 6px;
    padding-left: 32px;
  }

  .sp-part2 .gradually .sp-right ul li .sp-innerright {
    font-size: 18px;
    padding-right: 11px;
  }

  .sp-part2 .gradually .sp-right ul li:last-of-type .sp-innerleft {
    padding-left: 18px;
  }

  .sp-circles {
    width: 95px;
    height: 95px;
    font-size: 13px;
    /* position: absolute; */
    transform: translateX(-50%) translateY(-50%);
    /* top: 0; */
    /* left: 50%; */
  }

  .sp-circles p {
    font-size: 29px;
  }

  .sp-part3 {
    height: 900px;
    padding-top: 97px;
    background: url("/cdn/shop/files/20251121-part3-bg.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part3 .sp-title {
    margin-top: 0;
    line-height: 51px;
    height: 51px;
  }

  .sp-part3 .sp-image {
    top: 292px;
    left: 260px;
    width: 1400px;
    height: 560px;
  }

  .sp-part3 .sp-text {
    display: flex;
    align-items: center;
    gap: 26px;
    height: auto;
    margin-top: 24px;
    background: none;
    box-shadow: none;
  }

  .sp-part3 .sp-text img {
    width: 687px;
    height: 464px;
    position: static;
  }

  .sp-part3 .sp-text .sp-banner-title {
    font-weight: 800;
    font-size: 35px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 30px;
    line-height: 35px;
  }

  .sp-part3 .sp-text .sp-banner-subtitle {
    margin: 24px 0 0;
    text-align: left;
    font-size: 20px;
    height: 79px;
    display: flex;
    justify-content: space-between;
  }

  .sp-part4 {
    height: 960px;
    box-sizing: border-box;
    padding-top: 100px;
  }

  .sp-part4 .sp-font {
    top: 77px;
    left: 261px;
    font-size: 28px;
  }

  .sp-part4 .sp-box {
    grid-template-columns: 379px 519px 472px;
    gap: 15px;
  }

  .sp-part4 .sp-box .sp-imgbox {
    height: 293px;
    width: 100%;
  }

  .sp-part4 .sp-box .sp-imgbox>span {
    left: 16px;
    bottom: 10px;
    font-size: 20px;
    line-height: 19px;
  }

  .sp-part4 .sp-box .sp-imgbox3 .sp-right {
    width: 180px;
    top: 40px;
    right: 33px;
    font-size: 24px;
  }

  .sp-part4 .sp-box .sp-imgbox3 .sp-right .sp-num {
    gap: 5px;
    line-height: 18px;
  }

  .sp-part4 .sp-box .sp-imgbox3 .sp-right .sp-large {
    font-size: 45px;
    line-height: 41px;
  }

  .sp-part4 .sp-box .sp-title {
    /* position: absolute;
    top: 132px;
    left: 259px; */
    line-height: .9;
    margin-top: 18px;
    height: 47px;
    font-size: 24px;
  }

  .sp-part4 .sp-line {
    margin-top: 18px;
  }

  .sp-part4 .sp-subtitle {
    height: 67px;
    font-size: 20px;
  }

  .sp-part4 .sp-btn a .sp-btn-style1 {
    margin-top: 79px;
    width: 652px;
    height: 84px;
    font-size: 36px;
    gap: 31px;
  }

  .sp-part4 .sp-btn a .sp-btn-style1 img {
    width: 18px;
    height: 26px;
  }

  .sp-part4 .sp-text {
    /* position: absolute;
    top: 205px;
    left: 261px; */
    font-size: 20px;
    color: #666666;
    line-height: 30px;
  }

  .sp-part4 .sp-image1 {
    /* position: absolute;
    top: 407px;
    left: 259px; */
    width: 602px;
    height: 484px;
  }

  .sp-part4 .sp-image {
    top: 0px;
    left: 982px;
    width: 938px;
    height: 962px;
  }

  .sp-part5 {
    height: 569px;
    background: #EFF1F6;
    box-sizing: border-box;
    padding-top: 100px;
    
  }

  .sp-part5 .gradually {
    margin-top: 0;
  }

  .sp-part5 .gradually ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 108px;
    padding: 0;
  }

  .sp-part5 .gradually ul li {
    margin: 0 !important;
    width: 394px !important;
    font-family: Roboto-Medium;
    font-size: 26px;
  }

  .sp-part5 .gradually ul li img {
    width: 100%;
    height: 288px;
    margin-bottom: 29px;
  }

  .sp-part5 .gradually ul li span {
    height: 57px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sp-part5 .gradually ul li span i {
    opacity: 1;
  }

  .sp-part5 .gradually ul li:first-of-type span {
    padding-left: 49px;
    padding-right: 78px;
  }

  .sp-part5 .gradually ul li:nth-of-type(2) span {
    padding-left: 72px;
    padding-right: 72px;
  }

  .sp-part5 .gradually ul li:nth-of-type(3) span {
    text-align: center;
    line-height: 57px;
  }

  .sp-part5 .sp-title {
    font-family: Roboto;
    font-size: 50px;
    line-height: 1.2;
  }

  .sp-part5 .sp-image1 {
    top: 455px;
    left: 261px;
    width: 192px;
    height: 53px;
  }

  .sp-part5 .sp-image2 {
    top: 457px;
    left: 509px;
    width: 88px;
    height: 16px;
  }

  .sp-part5 .sp-image3 {
    top: 100px;
    left: 769px;
    width: 360px;
    height: 500px;
  }

  .sp-part5 .sp-image4 {
    top: 439px;
    left: 721px;
    width: 161px;
    height: auto;
  }

  .sp-part5 .sp-text1 {
    top: 412px;
    left: 263px;
    font-size: 18px;
  }

  .sp-part5 .sp-text1 img {
    width: 24px;
    height: 20px;
  }

  .sp-part5 .sp-text2 {
    top: 483px;
    left: 487px;
    font-size: 24px;
  }

  .sp-part5 .sp-text3 {
    top: 155px;
    left: 1161px;
    font-size: 32px;
  }

  .sp-part5 .sp-text3 img {
    width: 34px;
    height: 57px;
  }

  .sp-part5 .sp-text3 .sp-span {
    font-size: 20px;
    color: #666666;
    line-height: 32px;
    margin-top: 20px;
  }

  .sp-part5 .sp-text4 {
    top: 361px;
    left: 1165px;
    width: 495px;
    height: 188px;
    background: #FBF9E9;
    border-radius: 10px;
    gap: 15px;
    padding-left: 31px;
  }

  .sp-part5 .sp-text4 span {
    font-size: 24px;
    color: #282828;
    line-height: 30px;
  }

  .sp-part5 .sp-text4 img {
    width: 23px;
    height: 21px;
  }

  .sp-part5 .sp-text4>div {
    gap: 10px;
  }

  .sp-part5 .sp-text4 .sp-flex-x {
    font-size: 20px;
  }

  .sp-part5 .sp-image5 {
    top: 325px;
    left: 1501px;
    width: 191px;
    height: 224px;
  }

  .sp-part6 {
    height: 900px;
    background: url("/cdn/shop/files/20251121-part6-bg_b92a4636-bed6-435c-8a3c-0fe37f823f54.png?v=1763977539") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 99px;
  }

  .sp-part6.sp-pc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sp-part6 .sp-title {
    font-size: 50px;
    line-height: 51px;
  }

  .sp-part6 .sp-subtitle {
    font-size: 20px;
    width: 666px;
    height: 49px;
    text-align: center;
  }

  .sp-part6 .sp-ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .sp-part6 .sp-li {
    width: 440px;
    height: 247px;
  }

  .sp-part6 .sp-img-box {
    height: 100%;
  }

  .sp-part6 .sp-img-box span {
    font-size: 24px;
    line-height: 24px;
    bottom: 7px;
  }

  .sp-part6 .sp-text {
    top: 744px;
    left: 260px;
    font-size: 20px;
    line-height: 30px;
  }

  .sp-part6 .sp-info {
    top: 222px;
    left: 1025px;
    gap: 30px;
    justify-content: flex-start;
  }

  .sp-part6 .sp-info > div {
    width: 302px;
    height: 567px;
    background: #FFFFFF;
    border-radius: 30px;
    padding-top: 14px;
  }

  .sp-part6 .sp-info > div .sp-img {
    width: 274px;
    height: 421px;
  }

  .sp-part6 .sp-info > div div img {
    width: 45px;
    height: 45px;
  }

  .sp-part6 .sp-info > div .sp-div {
    font-size: 20px;
    line-height: 26px;
  }

  .sp-part6 .sp-btn {
    top: 903px;
    left: 639px;
  }

  .sp-part6 .sp-btn .sp-btn-style1 {
    width: 640px;
    height: 80px;
    background: url('/cdn/shop/files/20251114-btn1.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part7 {
    height: 983px;
    box-sizing: border-box;
    padding-top: 100px;
  }

  .sp-part7 .gradually {
    align-items: flex-start;
  }

  .sp-part7 .sp-left {
    padding-top: 22px;
    text-align: left;
    width: 483px;
    margin-right: 62px;
  }

  .sp-part7 .sp-title {
    width: 486px;
    height: 109px;
    font-size: 50px;
    align-items: flex-start;
  }

  .sp-part7 .sp-line {
    width: 71px;
    height: 3px;
    background: #0730FB;
    margin-top: 24px;
    margin-bottom: 25px;
  }

  .sp-part7 .sp-desc {
    width: 484px;
    height: 139px;
    font-size: 20px;
    align-items: flex-start;
    margin: 0;
  }

  .sp-part7 .sp-img1 {
    margin-top: 54px;
    margin-bottom: 57px;
    width: 482px;
    height: 153px;
  }

  .sp-part7 .sp-btn a .sp-btn-style1 {
    margin-top: 0;
    width: 484px;
    height: 80px;
    font-size: 36px;
    gap: 32px;
  }

  .sp-part7 .sp-btn a .sp-btn-style1 img {
    width: 18px;
    height: 26px;
  }

  .sp-part7 .sp-img2 {
    width: 855px;
    height: 408px;
    display: block;
  }

  .sp-part7 .sp-text .sp-title {
    padding: 0;
    margin-top: 25px;
    font-size: 35px;
    height: 35px;
  }

  .sp-part7 .sp-text .sp-desc {
    padding: 0;
    margin-top: 12px;
    height: 49px;
    font-size: 20px;
    line-height: 1;
    width: auto;
  }

  .sp-part7 .sp-bg-gray {
    margin: 57px 0 0;
    padding-top: 23px;
    padding-left: 27px;
    width: 716px;
    height: 197px;
  }

  .sp-part7 .sp-bg-gray .sp-imgbg {
    right: -137px;
    width: 227px;
    height: 343px;
  }

  .sp-part7 .sp-bg-gray .sp-title {
    margin: 0;
    font-size: 26px;
    height: 26px;
  }

  .sp-part7 .sp-bg-gray .sp-desc {
    margin-top: 10px;
    font-size: 20px;
    height: 39px;
    line-height: 0.9;
    opacity: 0.8;
    color: rgba(0, 0, 0, .8);
  }

  .sp-part7 .sp-imgboxs {
    margin: 0;
  }

  .sp-part7 .sp-imgboxs .sp-img1 {
    margin-top: 21px;
    width: 389px;
    height: 45px;
  }

  .sp-part7 .sp-imgboxs .sp-img2 {
    position: absolute;
    width: 159px;
    height: 143px;
    left: 466px;
    bottom: 27px;
    margin: 0;
  }

  .sp-part8 {
    position: relative;
    height: 478px;
    background-color: #fff;
    padding: 0;
  }

  .sp-part8 .sp-ww {
    background: #EFF1F6;
    display: flex;
    gap: 103px;
    padding-top: 36px;
    padding-left: 61px;
    height: 100%;
  }

  .sp-part8 .sp-font {
    display: flex;
    margin: 0;
    padding: 7px 0 0;
    flex-direction: column;
    width: 608px;
    height: 383px;
    justify-content: space-between;
    font-size: 24px;
    gap: 0;
  }

  .sp-part8 .sp-font .sp-specail {
    height: auto;
    line-height: 1;
  }

  .sp-part8 .sp-image1 {
    margin: 0;
    width: 547px;
    height: 385px;
  }

  .sp-part8 .sp-image2 {
    top: 0px;
    left: 961px;
    width: 604px;
    height: 359px;
  }

  .sp-part8 .sp-text {
    top: 407px;
    left: 959px;
    font-size: 20px;
    line-height: 30px;
  }

  .sp-part8 .sp-btn {
    top: 403px;
    left: 258px;
  }

  .sp-part8 .sp-btn .sp-btn-style1 {
    width: 536px;
    height: 80px;
    background: url('/cdn/shop/files/20251114-btn2.png') no-repeat;
    background-size: 100% 100%;
  }

  .product-part {
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 96px 0 100px 0;
  }

  .product-part .sp-text1 {
    font-size: 20px;
    margin-bottom: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }

  .product-part .sp-text1 .sp-color {
    font-family: "Poppins";
  }

  .product-part .sp-title1 {
    font-size: 46px;
    font-style: initial;
    margin-bottom: 15px;
    line-height: 46px;
    height: 46px;
  }

  .product-part .sp-wrap {
    display: flex;
    gap: 77px;
    /* align-items: flex-start; */
  }

  .product-part .sp-wrap .sp-relative {
    /* align-self: flex-start; */
    /* position: -webkit-sticky; */
    /* position: sticky; */
    /* top: 80px; */
  }

  .product-part .sp-wrap .sp-content {
    width: 620px;
  }

  .product-part .sp-img-wrap .sp-img-p {
    width: 519px;
    display: none;
  }

  .product-part .sp-img1 {
    width: 62px;
    height: 26px;
    left: 27px;
    top: 24px;
  }

  .product-part .sp-text {
    font-size: 24px;
    top: 31px;
    left: 103px;
    line-height: 24px;
    height: 24px;
  }

  .product-part .sp-img-wrap {
    width: 678px;
    height: 561px;
    background: url("/cdn/shop/files/20251121-shopping-bg_5616e315-6946-451b-a875-e2d29b276f70.png?v=1763977539") no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    margin-top: 0px;
  }

  .product-part .sp-img-wrap .sp-img-inner {
    width: 678px;
    height: 561px;
    padding-bottom: 110px;
    padding-top: 45px;
  }

  .product-part .sp-row1 {
    /* position: absolute;
    top: 525px;
    left: 28px; */
    font-size: 30px;
    line-height: 23px;
    height: 23px;
    left: 39px;
    bottom: 27px;
  }

  .product-part .sp-clock-s {
    /* position: absolute;
    top: 515px;
    left: 480px; */
    right: 32px;
    bottom: 20px;
    font-size: 31px;
  }

  .product-part .sp-clock-s .square {
    width: 41px;
    height: 36px;
    font-size: 31px;
  }

  .product-part .sp-clock-s .dots {
    gap: 6px;
    margin: 0 4px;
  }

  .product-part .sp-clock-s .dot {
    width: 4px;
    height: 4px;
  }

  .product-part .sp-padding {
    padding: 0;
    width: 530px;
  }

  .product-part .option-title {
    font-size: 20px;
    color: #696969;
    font-family: "Roboto-Medium";
    line-height: 16px;
    margin: 25px 0px 12px;
    padding-left: 17px;
  }

  .product-part .option-title:first-of-type {
    margin-top: 32px;
  }

  .product-part .opt-group {
    gap: 9px;
  }

  .product-part .sp-option .sp-hot {
    width: 22px;
    height: 30px;
  }

  .product-part .sp-option {
    width: 230px;
    height: 50px;
    background: #3E3E3E;
    border-radius: 5px;
    font-size: 22px;
  }

  .product-part .sp-type .sp-option {
    width: 191px;
    height: 51px;
    background: #EFEFEF;
    border-radius: 5px;
    border: 1px solid #3E3E3E;
  }

  .product-part .sp-type .sp-option.active {
    background: #3E3E3E;
    border-color: #3E3E3E;
    color: #ffffff;
  }

  .product-part .sp-type .sp-option:nth-child(1) {
    /* width: 126px; */
  }

  .product-part .sp-type .sp-option:nth-child(2),
  .product-part .sp-type .sp-option:nth-child(3) {
    /* width: 91px; */
  }

  .product-part .sp-type .sp-option:nth-child(4) {
    /* width: 64px; */
  }

  .product-part .price-group {
    margin-top: 36px;
    justify-content: flex-start;
  }

  .product-part .price1 {
    font-size: 50px;
  }

  .product-part .price2 {
    font-size: 36px;
    margin-left: 34px;
  }

  .product-part .sp-row {
    margin-left: 37px;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .product-part .sp-row img {
    width: 42px;
    height: 43px;
    position: relative;
    z-index: 1;
  }

  .product-part .sp-row .sp-p {
    width: 150px;
    height: 32px;
    padding-left: 0;
    background: #E61A1E;
    border-radius: 5px;
    font-size: 24px;
    box-sizing: border-box;
    text-align: center;
    transform: translateY(3px);
  }

  .product-part .sp-quality-row {
    gap: 22px;
    margin-top: 20px;
  }

  .product-part .addCart {
    width: 310px;
    height: 57px;
    background: #EFEFEF;
    border-radius: 5px;
    border: none;
    font-size: 25px;
    color: #000;
    gap: 16px;
    user-select: none;
  }

  .product-part .addCart img {
    width: 25px;
    height: 22px;
  }

  .product-part .sp-btn-style {
    width: 525px;
    height: 72px;
    background: url("/cdn/shop/files/20251121-btn-redbg.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    margin: 53px auto 21px;
    font-size: 38px;
  }

  .sp-tip5 {
    gap: 15px;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 29px;
  }

  .sp-tip5 img {
    width: 58px;
    height: 28px;
  }

  .product-part .sp-title-s {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #000;
    margin: 0;
    text-align: left;
    line-height: 25px;
    height: 25px;
  }

  .addGroup {
    width: 253px;
    height: 58px;
    background: #EFEFEF;
    border-radius: 5px;
    border: 1px solid #3E3E3E;
    padding: 0px 13px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 20px;
  }

  .addGroup input {
    width: 131px;
    font-size: 26px;
  }

  .sp-footer-img {
    width: 525px;
    margin: 0px auto;
  }

  .sp-bg-blue {
    width: 525px;
    height: 138px;
    background: #EEF8FE;
    border-radius: 10px;
    padding: 20px 0 0;
  }
  .sp-bg-blue .sp-footer-text {
    padding: 0;
    padding-left: 23px;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .sp-bg-blue .sp-footer-text .sp-footer-img {
    width: 25px;
    height: 29px;
  }
  .sp-bg-blue>.sp-footer-img {
    margin-left: 19px;
    width: 478px;
    height: 39px;
    margin-top: 19px;
  }

  .sp-footer-text {
    top: 26px;
    left: 88px;
    font-size: 20px;
  }

  .sp-footer-box {
    width: 525px;
    height: 138px;
    background: #FDFCF5;
    border-radius: 10px;
    padding: 0;
    padding-left: 21px;
    margin: 20px 0 0;
  }

  .sp-footer-box .sp-font {
    font-size: 20px;
    margin-left: 0;
    gap: 6px;
    padding-top: 17px;
    margin-bottom: 0;
  }
  .sp-footer-box .sp-font .sp-footer-img {
    width: 29px;
    height: 35px;
  }

  .sp-footer-box .sp-text {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1;
    height: 17px;
  }

  .sp-tip5 + .sp-footer-img {
    width: 449px;
    height: 41px;
  }

  .sp-part9 {
    width: 100%;
    max-width: 1920px;
    height: 280px;
    box-sizing: border-box;
    padding: 0px 260px;
    margin: 0 auto;
    background-color: #0730FB;
  }

  .sp-part9 .sp-title {
    font-size: 50px;
    margin-bottom: 90px;
  }

  .sp-part9 .sp-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 88px;
  }

  .sp-part9 .sp-item {
    width: 186px;
    height: 106px;
    border-radius: 20px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    gap: 0px;
    text-align: center;
  }

  .sp-part9 .sp-item .sp-circle {
    height: 73px;
  }

  .sp-part9 .sp-content {
    margin-top: 15px;
    gap: 9px;
    height: auto;
  }

  .sp-part9 .sp-item .sp-p1 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-style: initial;
  }

  .sp-part9 .sp-item .sp-p2 {
    font-size: 18px;
    color: #A8B6FF;
    line-height: 18px;
  }

  .sp-part10 {
    padding: 98px 0 190px;
  }

  .sp-part10 .sp-btn-style1 {
    margin: 70px auto 0;
    width: 652px;
    height: 84px;
    gap: 32px;
    font-size: 36px;
  }

  .sp-part10 .sp-btn-style1 img {
    width: 18px;
    height: 26px;
  }

  .sp-part10 .sp-show .sp-text {
    height: 87px;
    padding-left: 22px;
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .sp-part10 .sp-title .sp-color {
    font-size: 30px;
    line-height: 28px;
    height: 28px;
  }

  .sp-part10 .sp-title {
    font-size: 46px;
    line-height: 44px;
    margin-bottom: 31px;
    gap: 17px;
  }

  .sp-part10 .q-row {
    height: 73px;
    min-height: unset;
    gap: 28px;
    font-size: 30px;
    line-height: 45px;

    padding-left: 24px;
  }

  .sp-part10 .sp-show .q-row {
    height: 73px;
    margin-top: 20px;
  }

  .sp-part10 .sp-box >div:first-of-type {
    margin-top: 0;
  }

  .sp-part10 .q-row .sp-icon {
    width: 18px;
    height: 19px;
    right: 34px;
    top: 28px;
  }

  .sp-part10 .sp-show .sp-icon {
    width: 19px;
    height: 4px;
    top: 38px;
  }

  .sp-part10 .sp-text {
    padding-left: 82px;
    padding-right: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 30px;
  }

  .sp-pop .img-pop .sp-img {
    position: relative;
    z-index: 102;
    width: auto;
    width: 80%;
    margin: 0 auto;
  }

  .sp-mask .img-pop .close-btn {
    width: 50px;

    cursor: pointer;
    margin: auto;
    display: block;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .sp-scroll-top {
    scroll-margin-top: 34px;
  }
}

.sp-scroll-top {
  scroll-margin-top: 70px;
}

.gradually span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-style: normal;
}

.gradually .sp-detail,
.gradually .sp-sub-title {
  opacity: 0;
}

@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes swift-up-fade2 {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 0.8;
  }
}

@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;
  }
}