/** Shopify CDN: Minification failed

Line 175:4 Expected identifier but found bad URL token
Line 175:11 Expected ")" to end URL token

**/

@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: 'AkzidenzGroteskBQ-XBold';

  /* 引入字体 */
  src: url('/cdn/shop/files/AKZIDENZGROTESK-EXTRABOLD.OTF');
  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: 'MiSans-Bold';

  /* 引入字体 */
  src: url('/cdn/shop/files/MiSans-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'MiSans-Regular';

  /* 引入字体 */
  src: url('/cdn/shop/files/MiSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'MiSans-Demibold';
  /* 引入字体 */
  src: url('/cdn/shop/files/MiSans-Demibold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'MiSans-Semibold';
  /* 引入字体 */
  src: url('/cdn/shop/files/MiSans-Semibold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'MiSans-Medium';
  /* 引入字体 */
  src: url('/cdn/shop/files/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
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%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input,
img {
  border: none;
}
li {
  list-style: none;
}
.dj_skin_header_logo,#shoplaza-section-header,.product-info__desc-tab,.back_top,#shoplaza-section-announcement{
  display:none !important;
}
src:url({{ 'AKZIDENZGROTESK-BOLDEXTENDED.OTF' | shoplaza_asset_url}}) format('woff2');
.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;
}

.header-bottom,
.header-top {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
  width:1080px;
}

.header-top {
  background-color: #0a0a0a;
  height: 72px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: 'MiSans-Bold';
  font-size: 30px;
  color: #ffffff;
}
.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
}
.header-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  gap: 10px;
}
.sp-fixed {
  left: 0;

  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}
.header-main {
  position: relative;
  z-index: 8;
}

.header-bottom {
  width: 100%;
  background-color: #000000;
  height: 72px;
  position: relative;
  z-index: 9;
  font-size: 34px;
  font-family: 'MiSans-Bold';
  color: #00f6ff;
  box-shadow: 0 0 15px 1px #00f6ff;
  gap: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.header-bottom img {
  width: 30px;
}
.header-inner {
  height: 120px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  box-sizing: border-box;
}
.header-inner .sp-logo {
  width: 171px;
  position: absolute;
  left: 352px;
}
.sp-menu-btn {
  width: 56px;
  flex-shrink: 0;
  cursor: pointer;
}
.sp-top-btn {
  width: 354px;
  height: 68px;
  background: #00f6ff;
  border-radius: 10px;
  text-align: center;
  font-size: 35px;
  color: #131313;
  font-family: 'Poppins-Bold';

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-part-top {
  /* margin-top: 264px; */
}

.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 {
  width: 932px;
  height: 100px;
  background: #00f6ff;
  border-radius: 20px;
  font-size: 42px;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Poppins-Bold';
  animation: skip 4s infinite 1s;
  margin-left: auto;
  margin-right: auto;
}
.sp-btn-style2 {
  width: 932px;
  height: 80px;
  background: unset;
  border: 5px solid #00f6ff;
  border-radius: 20px;
  font-size: 36px;
  color: #00f6ff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'MiSans-Bold';
  animation: skip 4s infinite 1s;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.sp-btn-style2:hover {
  background: #00f6ff;
  color: #131313;
}
.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-color {
  color: #00f6ff;
}
.sp-title {
  font-family: 'Poppins-Bold';
  text-align: center;
  width: 100%;
  font-size: 70px;
  color: #ffffff;
  line-height: 80px;
  text-transform: uppercase;
}

.sp-color {
  color: #00f6ff;
}
.sp-sub-title {
  font-family: 'MiSans-Regular';
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  line-height: 1;
  margin-top: 40px;
}
.sp-part1 .sp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  gap: 30px;
  font-family: 'MiSans-Regular';
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 35px;
}
.sp-part1 .sp-title .sp-span {
  font-size: 55px;
}
.sp-part1 .sp-row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px 56px;
  font-family: 'MiSans-Demibold';
  font-size: 33px;
  color: #ffffff;
  margin-bottom: 60px;
}
.sp-part1 .sp-row2 .sp-p {
  display: flex;
  align-items: center;
  gap: 25px;
}

.sp-part1 .sp-row2 .sp-span {
  width: 38px;
  height: 29px;
  background: url('/cdn/shop/files/202509292-right.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-part1 .sp-row3 {
  margin-top: 60px;
  font-family: 'MiSans-Regular';
  font-size: 27px;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
.sp-part1 .sp-row3 .sp-p {
  display: flex;
  align-items: baseline;
  gap: 16px;
  justify-content: center;
}
.sp-part1 .sp-row3 .sp-color {
  font-family: 'MiSans-Bold';
  color: #00f6ff;
}
.sp-part1 .sp-img1 {
  margin: 0 auto 110px;
  display: block;
}
.sp-part1 .swiper {
  width: 100%;
  height: 500px;
}
.sp-part1 .swiper-slide,
.sp-part4 .swiper-slide {
  display: flex;
  gap: 45px;
  padding-left: 54px;
  padding-right: 100px;
  box-sizing: border-box;
}
.sp-part1 .sp-avatar,
.sp-part4 .sp-avatar {
  height: 207px;
  flex-shrink: 0;
}
.sp-part1 .sp-star,
.sp-part4 .sp-star {
  height: 34px;
  margin-bottom: 26px;
}
.sp-part1 .sp-text,
.sp-part4 .sp-text {
  font-family: 'MiSans-Regular';
  font-size: 26px;
  color: #fff;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 31px;
}
.sp-part1 .sp-text .sp-color,
.sp-part4 .sp-text .sp-color {
  font-family: 'MiSans-Semibold';
}
.sp-part1 .sp-text2,
.sp-part4 .sp-text2 {
  font-family: 'MiSans-Regular';
  font-size: 26px;
  color: #fff;
}
.sp-part1 .sp-text2 .sp-span,
.sp-part4 .sp-text2 .sp-span {
  font-family: 'MiSans-Bold';
}
.sp-part2 {
  padding: 62px 0px 110px;
  background-color: #333333;

  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.sp-part2 .sp-brand {
  position: absolute;
  top: 0;
  right: 40px;
  width: 239px;
  height: 240px;
  background: url('/cdn/shop/files/20251025-circle1.png')
    no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.sp-part2 .sp-logo-wrap {
  margin-left: 102px;
  margin-bottom: 100px;
}
.sp-part2 .sp-logo-wrap .sp-logos1 {
  height: 45px;
  margin-right: 143px;
}
.sp-part2 .sp-logo-wrap .sp-logos2 {
  height: 50px;
  margin-right: 143px;
}
.sp-part2 .sp-logo-wrap .sp-logos3 {
  height: 53px;
  margin-right: 128px;
  margin-top: 62px;
}
.sp-part2 .sp-logo-wrap .sp-logos4 {
  height: 47px;
  margin-right: 126px;
  margin-top: 68px;
}
.sp-part2 .sp-logo-wrap .sp-logos5 {
  height: 47px;

  margin-top: 68px;
}
.sp-part2 .sp-text {
  width: 100%;
  padding: 0 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins-Bold';
  font-size: 50px;
  color: #00f6ff;
  line-height: 55px;
  font-style: italic;
  text-align: center;
  justify-content: space-evenly;
}
.sp-part2 .sp-text .sp-line {
  width: 145px;
  height: 2px;
  background: #ffffff;
  opacity: 0.3;
  flex-shrink: 0;
  /* transform: translateY(-16px); */
}

.sp-part2 .sp-text .sp-groups {
  align-items: center;
  font-family: 'MiSans-Semibold';
  color: #e1e1e1;
  font-size: 32px;
  font-style: italic;
  line-height: 1.6;
}

.sp-part2 .swiper {
  width: 100%;
  margin-top: 65px;
}
.sp-part2 .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear;
}
.sp-part2 .swiper-slide {
  width: 312px;
}
.sp-part2 .swiper-slide img {
  height: 386px;
}
.sp-part2 .swiper-slide .sp-p {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: 'Poppins-bold';
  font-style: italic;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 16px;
  position: absolute;
  bottom: 30px;
}

.sp-part3 {
  padding-top: 110px;
  padding-bottom: 120px;
}
.sp-part3 .sp-title1 {
  font-family: 'MiSans-Bold';
  margin-bottom: 60px;
  padding: 0 50px;
  box-sizing: border-box;
}
.sp-part3 .sp-box,
.sp-part5 .sp-box {
  margin-top: 60px;
  padding-left: 40px;
}
.sp-part3 .sp-box .sp-title,
.sp-part5 .sp-box .sp-title {
  text-align: left;
  font-size: 60px;
  margin-bottom: 50px;
}

.sp-part3 .sp-box .sp-item,
.sp-part5 .sp-box .sp-item {
  font-size: 67px;
  margin-bottom: 62px;
  font-family: 'MiSans-Regular';
  font-size: 32px;
  color: #ffffffcc;
  line-height: 1.3;
  padding-right: 50px;
  box-sizing: border-box;
}
.sp-part3 .sp-box .sp-item .sp-color,
.sp-part5 .sp-box .sp-item .sp-color {
  font-family: 'MiSans-Semibold';
}
.sp-part3 .sp-btn-style2 {
  margin-top: 70px;
}
.sp-scroll {
  width: 100%;
  margin-bottom: 60px;
}

.sp-scroll .nav-imgs .sp-img-wrap {
  width: 3400px !important;
  height: 83px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sp-scroll .sp-icon {
  flex-shrink: 0;
}

.sp-part4 {
  background: #000000;
  padding: 110px 40px 120px;
}
.sp-part4 .sp-title {
  margin-bottom: 80px;
}
.sp-part4 .sp-row2 {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 80px;
}
.sp-part4 .sp-row2 > div {
  flex: 1;
  height: fit-content;
}
.sp-part4 .sp-row2 .sp-p {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: 'MiSans-Demibold';
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
}
.sp-part4 .sp-content {
  font-family: 'MiSans-Regular';
  font-size: 30px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 60px;
}

.sp-part4 .sp-content .sp-color {
  font-family: 'Poppins-SemiBold';
}

.sp-part4 .swiper-slide {
  margin-top: 60px;
}
.sp-part5 {
  background-color: #333333;
  padding: 127px 50px 110px;
}

.sp-part5 .sp-sub-title {
  margin-bottom: 66px;
}

.sp-part5 .sp-text {
  font-family: 'MiSans-Demibold';
  font-size: 33px;
  color: #747474;
  line-height: 1.3;
  margin-top: 75px;
}
.sp-part5 .sp-row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.sp-part5 .sp-row .sp-li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Roboto;
  font-size: 33px;
  color: #ffffff;
  line-height: 34px;
}
.sp-part5 .sp-row .sp-li .sp-icon-wrap {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part5 .sp-row .sp-li .sp-span {
  width: 33px;
  height: 24px;
  background: url('/cdn/shop/files/20251025-right.png')
    no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.sp-part5 .sp-row2 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  font-family: 'Poppins-Regular';
  gap: 100px;
  font-size: 30px;

  color: #00f6ff;
}
.sp-part5 .sp-row2 .sp-li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sp-part5 .sp-row2 .sp-icon {
  width: 29px;
}

.sp-part6 {
  background: linear-gradient(180deg, #343434, #00000050);
  background-color: #313131;
  padding: 90px 40px 90px;
  box-sizing: border-box;
}

.sp-part6 .swiper-slide {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
.sp-part6 .swiper-slide .sp-line {
  width: 1px;
  height: 98px;
  background: #5f5f5f;
  opacity: 0.7;
}
.sp-part6 .sp-item {
  line-height: 1.2;
  display: flex;
  gap: 29px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
}
.sp-part6 .sp-icon-wrap {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}
.sp-part6 .sp-icon {
  max-height: 100%;
  width: 70px;
}
.sp-part6 .sp-p1 {
  font-family: 'Poppins-SemiBold';
  font-size: 42px;
  color: #ffffff;
}

.sp-part10 {
  background: #313131;
  padding: 110px 40px 60px;
}
.sp-part10 .sp-title {
  margin-bottom: 80px;
}
.sp-part10 .sp-content {
  width: 100%;

  background: #000000;
  padding-top: 50px;
  padding-left: 36px;
  padding-right: 16px;
  box-sizing: border-box;
  padding-bottom: 70px;
  margin-bottom: 60px;
}
.sp-part10 .sp-content .sp-p {
  font-family: 'Poppins-SemiBold';
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  font-style: italic;
  margin-bottom: 20px;
}
.sp-part10 .sp-content .sp-p2 {
  font-family: 'MiSans-Regular';
  font-size: 29px;
  color: #ffffff;
  line-height: 1.5;
}

.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  padding: 110px 64px 85px;
}
.product-part .sp-text1 {
  font-family: 'MiSans-Regular';
  font-size: 27px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.product-part .sp-text1 .sp-color {
  font-family: 'MiSans-Demibold';
}
.product-part .sp-title1 {
  font-family: 'Poppins-Bold';
  font-size: 73px;
  color: #ffffff;
  line-height: 82px;
  text-align: center;
  font-style: italic;
  margin-bottom: 80px;
}

.product-box {
  width: 100%;
  height: 450px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 90px;
  box-sizing: border-box;
}

.product-part .sp-brand3 {
  width: 258px;
  height: 45px;
  background: url('/cdn/shop/files/20251025-brand-pc.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -11px;
  left: 111px;

  line-height: 1;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  box-sizing: border-box;
  font-size: 23px;
  color: #fefefe;
  line-height: 45px;
}

.product-part .sp-brand4 {
  width: 113px;
  height: 112px;
  background: url('/cdn/shop/files/20251025-free-pc.png')
    no-repeat;

  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: -20px;
  font-size: 24px;
  color: #ffffff;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 0.95;

  font-family: 'MiSans-Bold';
}
.product-part .sp-brand4 .sp-p {
  font-size: 36px;
}
.sp-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap {
  width: 530px;
  height: 100%;

  box-sizing: border-box;
}
.product-part .p-img {
  height: 256px;
}
.product-part .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 530px;
}

.product-part .title-s {
  font-family: 'MiSans-Semibold';
  font-size: 45px;
  color: #191919;
  text-align: center;
}

.product-part .title-s .sp-fire {
  width: 45px;
  margin-right: 5px;
}

.product-part .sp-opt-group {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.product-part .sp-opt {

  width: 137px;
  height: 39px;
  background: #ffffff;
  border-radius: 17px;
  border: 1px solid #7d7d7d;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: 'MiSans-Demibold';
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
}

.product-part .sp-opt.active {
  background: #00f6ff;
  border-color: #00f6ff;
  color: #1e1e1e;
}

.product-part .price-group {
  line-height: 1;
  align-items: baseline;
  margin-top: 40px;
  margin-bottom: 30px;
}
.sp-product-inner .price-group {
  margin-top: 22px;
}
.product-part .price1 {
  font-family: 'MiSans-Bold';
  font-size: 48px;
  color: #d90000;
}

.product-part .price2 {
  font-family: 'MiSans-Demibold';
  font-size: 32px;
  color: #7a7979;
  margin-left: 18px;
}
.product-part .price3 {
  font-family: 'MiSans-Bold';
  font-size: 30px;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}
.product-part .price3 .sp-span {
  color: #d90000;
}
.product-part .sp-btn-style {
  width: 370px;
  height: 64px;
  background: #00f6ff;
  border-radius: 20px;
  font-size: 24px;
  color: #1e1e1e;
  text-align: center;
  line-height: 64px;
  font-family: 'Poppins-Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  animation: skip 4s infinite;
  margin-top: 15px;
  padding-top: 2px;
}

.product-part .sp-stroke {
  font-size: 20px;
  color: #00f6ff;
  line-height: 26px;
  text-stroke: 4px #000000;
  -webkit-text-stroke: 4px #000000;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: 'MiSans-Bold';
}
@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: 281px;
  height: 51px;
  background: #fefefe;
  border-radius: 20px;
  border: 2px solid #cccccc;

  font-family: 'Roboto-Medium';

  padding: 0px 21px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto-Bold';
  margin-top: 15px;

  background: #eeeeee;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 150px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'MiSans-Demibold';
  font-size: 26px;
  color: #000000;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  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 {
  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: 0;
  width: 100%;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 52px;
  color: #ededed;
  line-height: 1;
  transform: translateY(-50%);
}
.sp-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 38px;
  color: #ffffff;
  margin-top: 15px;
  font-family: 'MiSans-Medium';
  margin-bottom: 70px;
}
.sp-nav5 .sp-span {
  color: #d81e06;
}
.sp-nav5 .sp-icon {
  width: 33px;
  transform: translateY(-3px);
}

.sp-scroll2 {
  position: relative;
  margin-top: -20px;
  margin-left: -60px;
}

.sp-scroll2 .nav-imgs .sp-img-wrap {
  width: 1800px !important;

  display: flex;
  justify-content: space-around;
}
.sp-scroll2 .sp-icon {
  width: 41px;
  flex-shrink: 0;
}
#commit {
    display: none !important;
}
.sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: 'MiSans-Regular';
  font-size: 38px;
  color: #ffffff;
}
#commit {
  height: 1565px;
  background-color: #333333;
}
.sp-footer-img {
  width: 969px;
  display: block;
  margin: 90px auto 0;
}
.sp-part7 {
  padding: 105px 38px 75px;
}
.sp-part7 .sp-title {
  font-size: 70px;
  margin-bottom: 53px;
}
.sp-part7 .sp-item {
  width: 100%;
  height: 342px;
  background: #343434;
  border-radius: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-left: 44px;
  box-sizing: border-box;
  gap: 45px;
  padding-right: 20px;
}
.sp-part7 .sp-item .sp-circle {
  height: 222px;
}
.sp-part7 .sp-item .sp-p1 {
  font-family: 'MiSans-Semibold';
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;

  margin-bottom: 34px;
  text-transform: uppercase;
}
.sp-part7 .sp-item .sp-p2 {
  font-family: 'MiSans-Regular';
  font-size: 30px;
  color: #ffffff;
  line-height: 35px;
  font-style: italic;
}
.sp-part8 {
  padding: 110px 36px 160px;
  background-color: #333333;
}
.sp-part8 .sp-title .sp-color {
  font-family: 'Poppins-Medium';
  font-size: 54px;
  color: #00f6ff;
}
.sp-part8 .sp-title {
  font-size: 107px;
  font-family: 'Poppins-Bold';
  line-height: 1.05;
  margin-bottom: 60px;
}
.sp-part8 .q-row {
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: 'Poppins-Medium';
  font-size: 35px;
  color: #696969;
  line-height: 45px;
  cursor: pointer;
  padding-left: 29px;
  border-top: 4px solid #89898980;
  user-select: none;
  transition: all 0.3s;
  padding-top: 22px;
  padding-bottom: 22px;
  box-sizing: border-box;
}
.sp-part8 .q-row .sp-icon {
  width: 36px;
  height: 23px;
  background: url('/cdn/shop/files/202509292-arrow-t.png')
    no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(-180deg); */

  transition: all 0.3s;
}

.sp-part8 .sp-text {
  padding-left: 98px;
  padding-right: 40px;
  box-sizing: border-box;
  font-family: 'MiSans-Regular';
  font-size: 25px;
  color: #ffffff;
  line-height: 35px;
  display: none;
  padding-bottom: 60px;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
.sp-part8 .sp-show .q-row {
  color: #ffffff;
  border-color: #00f6ff;
}
.sp-part8 .sp-show .sp-icon {
  background-image: url('/cdn/shop/files/202509292-arrow-d.png');
  /* transform: rotate(0deg); */
}
.sp-part8 .sp-show .sp-text {
  display: block;
  opacity: 1;
}
.sp-part8 .sp-btn-style2 {
  margin-top: 110px;
}
.sp-footer .sp-text {
  position: absolute;
  top: 30px;
  left: 22px;
  width: 400px;
  font-family: 'AkzidenzGroteskBQ-XBold';
  color: #ffffff;
  font-size: 129px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 2px rgba(255, 115, 0, 0.73);
  gap: 5px;
}
.sp-footer .sp-text .sp-t1 {
  width: 110px;
  height: 29px;
  background: #ffffff;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  color: #ffa430;
  margin-bottom: 5px;
  text-shadow: none;
  box-shadow: 2px 2px 2px rgba(255, 115, 0, 0.73);
}
.sp-footer .sp-text .sp-t2 {
  font-family: 'Poppins-Bold';
  font-size: 32px;
  color: #fefefe;
  line-height: 32px;
}
.sp-footer .sp-row {
  display: flex;
  width: 637px;
  position: absolute;
  top: 90px;
  left: 433px;
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: rgba(41, 41, 41, 0.8);
  box-sizing: border-box;
}
.sp-footer .sp-row .sp-p {
  font-family: 'Poppins-Bold';
  font-size: 24px;
  color: #292929;
  margin-bottom: 3px;
}
.sp-footer .sp-row .sp-item {
  flex: 1;
}
.sp-footer .sp-row2 {
  top: 313px;
}
.sp-footer .sp-row .sp-icon {
  width: 81px;
}
.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;
  transition: transform 0.2s;
  padding-top: 110px;
  box-sizing: border-box;
}

.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: 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-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-left: auto;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp-pc {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp-footer-box {
    display: flex;
    align-items: center;

    gap: 35px;
    margin-left: 55px;
    margin-top: 60px;
  }

  .sp-footer-box .sp-row {
    width: 160px;
    height: 190px;
    background: url('/cdn/shop/files/20251025-brand1.png');
    background-size: 100% 100%;
    text-align: center;
    font-size: 25px;
    font-family: 'Roboto-Medium';
    color: #fff;
    padding-top: 50px;
    box-sizing: border-box;
    line-height: 1.1;
  }
  .sp-footer-box .sp-row .sp-p {
    font-size: 35px;
  }

  .sp-footer-box .sp-box1 .sp-t1 {
    font-family: 'Roboto-Medium';
    font-size: 56px;

    line-height: 1;
    margin-bottom: 12px;
  }

  .sp-footer-box .sp-box1 .sp-li {
    font-size: 30px;
    color: #ffffff80;
    font-family: Roboto;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 16px;
  }
  .sp-footer-box .sp-box1 span {
    font-family: 'Roboto-Bold';
  }
  .sp-footer-box .sp-box1 .sp-icon {
    width: 41px;
    margin-right: 17px;
  }
}
@media screen and (min-width: 1080px) {
  #root {
    max-width: unset;
  }
  .sp-pc {
    display: block;
  }
  .sp-mobile {
    display: none;
  }
  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-top {
    height: 25px;
    font-family: 'MiSans-Semibold';
    font-size: 12px;
    color: #ffffff;
  }
/* .ribbons-extensions-theme-plugins-app-embed-plus {
  max-width: 80%;
  margin: 0 auto;
} */
  .header-bottom {
    height: 34px;
    font-size: 15px;
    gap: 11px;
    letter-spacing: 4px;
  }
  .header-bottom img {
    width: 13px;
  }
  .header-inner {
    height: 60px;
    padding: 0 120px;
  }
  .header-inner .sp-logo {
    width: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: 'MiSans-Bold';
    font-size: 16px;
    color: #ffffff;
  }
  .header-inner .sp-menu-item a {
    padding-right: 22px;
    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-menu-item:hover {
    color: #00f6ff;
  }
  .sp-top-btn {
    width: 183px;
    height: 35px;
    background: #00f6ff;
    border-radius: 10px;
    font-size: 16px;
    color: #131313;
    font-family: 'MiSans-Bold';
  }
  .sp-part1 {
    padding-top: 40px;
    background: url('/cdn/shop/files/20251025-img1-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }
  .sp-part1 .sp-video {
    width: 652px;
    height: 433px;
    overflow: hidden;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-part1 .sp-video .sp-img {
    height: 433px;
    width: auto;
  }
  .sp-part1 .sp-title {
    margin-bottom: 40px;
  }
  .sp-part1 .sp-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp-part1 .sp-content .sp-left {
    width: 600px;
  }
  .sp-part1 .sp-btn-style1 {
    width: 342px;
    height: 53px;
    background: #00f6ff;
    border-radius: 10px;
    font-size: 22px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 32px;
  }

  .sp-part1 .sp-text1 {
    font-family: 'MiSans-Regular';
    font-size: 32px;
    color: #ffffff;
    line-height: 47px;
  }
  .sp-part1 .sp-text1 .sp-color {
    font-family: 'MiSans-Semibold';
  }

  .sp-part1 .sp-row3 {
    font-family: 'MiSans-Medium';
    font-size: 20px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .sp-part1 .sp-row3 .sp-p {
    display: flex;
    align-items: baseline;
    gap: 9px;

    justify-content: flex-start;
  }
  .sp-part1 .sp-row3 .sp-color {
    font-family: 'MiSans-Semibold';
    color: #00f6ff;
    font-size: 24px;
  }

  .sp-part1 .swiper {
    width: 100%;
    height: 240px;
  }
  .sp-part1 .swiper-slide,
  .sp-part4 .swiper-slide {
    display: flex;
    gap: 22px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
  }
  .sp-part4 .swiper-slide {
    width: 600px;
  }
  .sp-part1 .sp-avatar,
  .sp-part4 .sp-avatar {
    height: 104px;
  }
  .sp-part1 .sp-star,
  .sp-part4 .sp-star {
    height: 17px;
    margin-bottom: 10px;
  }
  .sp-part1 .sp-text,
  .sp-part4 .sp-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 15px;
  }

  .sp-part1 .sp-text2,
  .sp-part4 .sp-text2 {
    font-family: 'MiSans-Regular';
    font-size: 16px;
    color: #fff;
  }
  .sp-part1 .sp-text2 .sp-span,
  .sp-part4 .sp-text2 .sp-span {
    font-family: 'MiSans-Bold';
  }

  .sp-title {
    font-size: 49px;
    line-height: 1;
  }

  .sp-sub-title {
    font-size: 37px;
    margin-top: 24px;
  }
  .sp-part2 {
    padding: 64px 139px 62px;
    background-color: #333333;

    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .sp-part2 .sp-brand {
    position: absolute;
    top: 0;
    right: 354px;
    width: 100px;
    height: 100px;
    background: url('/cdn/shop/files/20251025-circle1.png')
      no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .sp-part2 .sp-logo-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 190px;
    align-items: center;
    margin-left: 0;
    margin-bottom: 55px;
  }

  .sp-part2 .sp-text {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 38px;
  }
  .sp-part2 .sp-text .sp-line {
    width: 145px;
    height: 2px;
    background: #ffffff;
    opacity: 0.3;
    flex-shrink: 0;
    transform: translateY(0px);
    flex: 1;
  }
  .sp-part2 .sp-text .sp-groups {
    display: flex;
    gap: 62px;
    align-items: center;
    color: #ffffff;
    font-size: 34px;
  }

  .sp-part2 .sp-box {
    width: 100%;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .sp-part2 .sp-box .sp-item {
    position: relative;
    width: 312px;
  }
  .sp-part2 .sp-box img {
    height: 386px;
  }

  .sp-part2 .sp-box .sp-p {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-family: 'Poppins-bold';
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 16px;
    position: absolute;
    bottom: 32px;
  }
  .sp-part3 {
    padding-top: 56px;
  }
  .sp-part3 .sp-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .sp-part3 .sp-group .sp-img {
    width: 756px;
  }
  .sp-part3 .sp-box {
    width: 660px;
    margin-top: 0;
    margin-left: 0;
  }
  .sp-part3 .sp-box .sp-title {
    text-align: left;
    font-size: 36px;
    margin-bottom: 39px;
  }
  .sp-part3 .sp-box .sp-item {
    margin-bottom: 36px;
    font-family: 'MiSans-Regular';
    font-size: 24px;
    color: #ffffff;
    padding-right: 0px;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .sp-part3 .sp-box .sp-item .sp-p {
    font-family: 'MiSans-Semibold';
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
  }
  .sp-part3 .sp-box .sp-item .sp-color {
    font-family: 'MiSans-Bold';
  }

  .sp-btn-style2 {
    width: 544px;
    height: 56px;
    border-radius: 10px;
    border: 3px solid #00f6ff;
    font-size: 22px;
    margin-left: 0;
  }
  .sp-scroll {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .sp-scroll .nav-imgs .sp-img-wrap {
    width: 4000px !important;
    height: unset;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .sp-scroll .sp-icon {
    flex-shrink: 0;
  }

  .sp-part4 {
    padding: 100px 0px 100px;
  }

  .sp-part4 .sp-title {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 42px;
    text-align: left;
  }

  .sp-part4 .sp-content {
    display: flex;
    justify-content: space-between;
  }
  .sp-part4 .sp-box {
    width: 620px;
  }

  .sp-part4 .sp-content {
    font-size: 24px;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 60px;
  }

  .sp-part4 .sp-img1 {
    width: 756px;
    height: 524px;
  }
  .sp-part4 .sp-row2 {
    width: 100%;
    display: flex;
    gap: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .sp-part4 .sp-row2 > div {
    flex: 1;
    height: fit-content;
  }
  .sp-part4 .sp-row2 .sp-img {
    width: 241px;
    height: 249px;
  }

  .sp-part4 .swiper-slide {
    margin-top: 55px;
  }
  .sp-part5 {
    background-color: #333333;
    padding: 60px 260px 100px;
    box-sizing: border-box;
  }

  .sp-part5 .sp-title {
    margin-bottom: 45px;
    font-size: 50px;
    line-height: 1;
  }
  .sp-part5 .sp-title .sp-span {
    margin-bottom: 25px;
    font-size: 35px;
    font-family: 'Poppins-Medium';
    line-height: 1;
  }

  .sp-part5 .sp-group {
    display: flex;
    align-items: center;
    gap: 45px;
  }
  .sp-part5 .sp-box {
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .sp-part5 .sp-box .sp-title {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .sp-part5 .sp-box .sp-item {
    font-family: 'MiSans-Regular';
    font-size: 24px;
    color: #ffffff;
    line-height: 35px;
    padding-right: 0;
  }
  .sp-part5 .sp-img1 {
    width: 756px;
    flex-shrink: 0;
  }

  .sp-part5 .sp-ul {
    display: flex;
    align-items: center;
    transform: none;
    margin-bottom: 52px;
    gap: 86px;
    justify-content: center;
  }
  .sp-part5 .sp-li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins-Regular';
    font-size: 23px;
    color: #00f6ff;
    line-height: 1;
  }
  .sp-part5 .sp-li .sp-span {
    width: 25px;
    height: 18px;
    background: url('/cdn/shop/files/202509292-right2.png')
      no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .sp-part5 .sp-row2 {
    display: flex;
    gap: 60px;
  }
  .sp-part5 .sp-row2 .sp-li {
    font-size: 20px;
  }
  .sp-part5 .sp-row2 .sp-icon {
    width: 21px;
  }
  .sp-part6 {
    padding: 0px;
    box-sizing: border-box;
  }

  .sp-part6 .sp-box {
    width: 100%;

    display: flex;
    justify-content: space-between;
    padding: 75px 280px 75px;
    box-sizing: border-box;
  }

  .sp-part6 .sp-item {
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .sp-part6 .sp-icon-wrap {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .sp-part6 .sp-icon {
    max-height: 100%;
    max-width: 60px;
  }
  .sp-part6 .sp-p1 {
    font-size: 26px;
  }
  .sp-part10 {
    background: #313131;
    padding: 68px 260px 50px;
  }
  .sp-part10 .sp-title {
    margin-bottom: 60px;
  }
  .sp-part10 .sp-title .sp-color {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .sp-part10 .sp-row2 {
    width: 100%;
    display: flex;
    gap: 33px;
  }
  .sp-part10 .sp-row2 > div {
    flex: 1;
  }
  .sp-part10 .sp-row2 .sp-img {
    height: 365px;
  }
  .sp-part10 .sp-content {
    width: 100%;
    height: 241px;
    background: #000000;
    padding-top: 50px;
    padding-left: 36px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .sp-part10 .sp-content .sp-p {
    font-family: 'Poppins-SemiBold';
    font-size: 27px;
    color: #ffffff;
    line-height: 1;
    font-style: italic;
    margin-bottom: 20px;
  }
  .sp-part10 .sp-content .sp-p2 {
    font-family: 'MiSans-Regular';
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
  }
  .sp-nav2 {
    width: 100%;
    height: 52px;
    background: url('/cdn/shop/files/202509292-bg.png')
      no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
  }
  .sp-nav2 .sp-ww {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .sp-nav2 .sp-icon {
    width: 28px;
    flex-shrink: 0;
  }
  .sp-nav2 .sp-p {
    display: flex;
    align-items: center;
    gap: 27px;
    font-family: 'Poppins-SemiBold';
    font-size: 17px;
    color: #00f6ff;
  }

  .product-part {
    font-family: 'Roboto-Medium';
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

    padding: 60px 0px 42px;
  }
  .product-part .sp-text1 {
    font-size: 23px;
    margin-bottom: 16px;
  }
  .product-part .sp-title1 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .sp-icon-wraps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin-bottom: 70px;
  }
  .sp-icon-wraps .sp-icon {
    width: 30px;
  }
  .sp-icon-wraps .sp-p {
    gap: 6px;
    display: flex;
    align-items: center;
    font-size: 23px;
    font-family: 'MiSans-Regular';
  }

  .product-part .sp-product-inner.active {
    display: flex;
    gap: 60px;
    justify-content: center;
  }
  .product-box {
    width: 348px;
    height: 530px;
    background: #ffffff;
    border-radius: 15px;

    position: relative;
    box-sizing: border-box;
    margin-bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    user-select: none;
  }
  .product-box.sp-active {
    border: 4px solid #00f6ff;
    transform: scale(1.1);
  }

  .product-part .sp-brand3 {
    width: 162px;
    height: 30px;
    background: url('/cdn/shop/files/20251025-brand-pc.png')
      no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    color: #fefefe;
    line-height: 31px;
  }

  .product-part .sp-brand4 {
    width: 76px;
    height: 75px;
    background: url('/cdn/shop/files/20251025-free-pc.png')
      no-repeat;

    background-size: 100% 100%;
    position: absolute;
    top: -5px;
    left: -23px;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 0.95;

    font-family: 'MiSans-Bold';
  }

  .product-part .sp-brand4 .sp-p {
    font-size: 24px;
  }
  .sp-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-part .p-img {
    height: 180px;
  }

  .product-part .title-s {
    font-family: 'MiSans-Semibold';
    font-size: 25px;
    color: #191919;
    text-align: center;
    margin-bottom: 16px;
  }

  .product-part .sp-product-inner2 .product-box {
    padding-top: 10px;
  }
  .product-part .sp-product-inner2 .p-img {
    flex-shrink: 0;
  }
  .product-part .sp-product-inner2 .title-s {
    font-size: 20px;
  }
  .product-part .sp-product-inner2 .title-s .sp-p {
    font-size: 13px;
  }
  .product-part .sp-product-inner2 .price-group {
    margin-top: 12px;
  }
  .product-part .title-s .sp-fire {
    width: 32px;
    margin-right: 5px;
    margin-left: 5px;
    transform: translateY(5px);
  }

  .product-part .price-group {
    line-height: 1;
    align-items: baseline;
    margin-top: 34px;
    margin-bottom: 0px;
  }
  .sp-product-inner .price-group {
    margin-top: 20px;
  }
  .product-part .price1 {
    font-size: 28px;
    color: #d90000;
  }

  .product-part .price2 {
    font-size: 16px;
    color: #7a7979;
  }
  .product-part .price3 {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .product-part .price3 .sp-span {
    color: #d90000;
  }

  .product-part .sp-opt-group {
    gap: 6px;
    margin-top: 8px;
  }
  .product-part .sp-opt {
    width: 107px;
    height: 33px;
    font-size: 17px;
    line-height: 34px;
  }

  .product-part .sp-btn-style {
    width: 288px;
    height: 46px;
    background: #00f6ff;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    color: #1e1e1e;
    margin-top: 10px;
    box-shadow: none;
  }
  .product-part .sp-stroke {
    font-size: 15px;
    color: #00f6ff;
    line-height: 26px;
    text-stroke: 4px #000000;
    -webkit-text-stroke: 4px #000000;
    margin-top: 16px;
    text-transform: uppercase;
    font-family: 'MiSans-Bold';
  }

  .addGroup {
    width: 225px;
    height: 48px;

    border-radius: 20px;
    border: 2px solid #cccccc;

    font-family: 'Roboto-Medium';

    padding: 0px 17px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto-Bold';
    margin-top: 15px;
    margin-bottom: 9px;
    background: #eeeeee;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    padding: 4px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .addGroup input {
    outline: 0;
    border: none;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    height: 100%;
    color: #232326;
    background: #fff;
    /* vertical-align: middle; */
    padding: 0;
    font-family: 'Roboto-Medium';
    font-size: 26px;
    color: #000000;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    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;
  }

  .sp-footer-pc {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  .sp-footer-pc .sp-img {
    width: 63%;
    /* height: 27px; */
  }

  .sp-footer-group {
    display: flex;
    gap: 58px;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
  }
  .sp-footer-group .sp-img1 {
    height: 103px;
  }
.shoplazza-reviews-list__item_footer {
    color: #fff !important;
}
.shoplazza-reviews-list__item_content {
    color: #fff !important;
}
.shoplazza-reviews-list__item_header-rating-name {
    color: #fff !important;
}
.tw-container {
    background-color: #000 !important;
}
.shoplazza-reviews-header__h {
    color: #fff !important;
}
.card-spacing {
     background-color: #000 !important;
}
  .sp-footer-text {
    font-size: 33px;
  }
  .sp-footer-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 25px;
  }
  .sp-footer-box .sp-row {
    width: 74px;
    height: 93px;
    background: url('/cdn/shop/files/20251025-brand1.png');
    background-size: 100% 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto-Medium';
    color: #fff;
    padding-top: 28px;
    box-sizing: border-box;
    line-height: 1.1;
    flex-shrink: 0;
  }
  .sp-footer-box .sp-row .sp-p {
    font-size: 18px;
  }

  .sp-footer-box .sp-box1 .sp-t1 {
    font-family: 'Roboto-Medium';
    font-size: 28px;
    color: #ededed;
    line-height: 1;
    margin-bottom: 10px;
  }

  .sp-footer-box .sp-box1 .sp-li {
    font-size: 16px;
    color: #aeaeae;
    line-height: 25px;
    font-family: Roboto;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
  }
  .sp-footer-box .sp-box1 span {
    font-family: 'Roboto-Bold';
  }
  .sp-footer-box .sp-box1 .sp-icon {
    width: 21px;
    margin-right: 17px;
  }
  #commit {
    height: 1083px;
    background-color: #333333;
  }
.tw-mt-4 {
    margin-top: 0 !important;
}
.tw-container {
    margin-top: 0 !important;
}
.main-content > .card-spacing {
    margin: 0 !important;
    padding-top: 0;
}
.main-content > .card-spacing ~ .card-spacing, .main-content > div[data-section-type] ~ .card-spacing {
    margin-top: 0 !important;
}
  .sp-part7 {
    padding: 36px 260px 45px;
  }
  .sp-part7 .sp-title {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .sp-part7 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 43px;
  }
  .sp-part7 .sp-item {
    width: 443px;
    height: 250px;
    background: #343434;
    border-radius: 25px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 25px 0;
    box-sizing: border-box;
    gap: 0px;
    text-align: center;
    padding-top: 15px;
  }
  .sp-part7 .sp-item .sp-circle {
    height: 73px;
  }
  .sp-part7 .sp-content {
    margin-top: 22px;
  }
  .sp-part7 .sp-item .sp-p1 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.1;
    font-style: italic;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .sp-part7 .sp-item .sp-p2 {
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
    font-style: normal;
  }
  .sp-part8 {
    padding: 42px 260px 130px;
    background: #232323;
  }
  .sp-part8 .sp-title .sp-color {
    font-family: 'Poppins-Medium';
    font-size: 25px;
    color: #00f6ff;
  }
  .sp-part8 .sp-title {
    font-size: 50px;
    font-family: 'Poppins-Bold';
    line-height: 1.05;
    margin-bottom: 34px;
  }
  .sp-part8 .q-row {
    height: 90px;
    display: flex;
    align-items: center;
    gap: 28px;
    font-family: 'Poppins-Medium';
    font-size: 24px;
    color: #696969;
    line-height: 45px;
    cursor: pointer;
    padding-left: 29px;
    border-top: 3px solid #89898980;
    user-select: none;
    transition: all 0.3s;
  }
  .sp-part8 .q-row .sp-icon {
    width: 30px;
    height: 19px;
    background: url('/cdn/shop/files/202509292-arrow-t-pc.png')
      no-repeat;
    background-size: 100% 100%;
    /* transform: rotate(-180deg); */

    transition: all 0.3s;
  }

  .sp-part8 .sp-text {
    padding-left: 80px;
    padding-right: 40px;
    box-sizing: border-box;
    font-family: 'MiSans-Regular';
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    display: none;
    padding-bottom: 50px;
    box-sizing: border-box;
    transition: all 0.3s;
    opacity: 0;
  }
  .sp-part8 .sp-show .q-row {
    color: #ffffff;
  }
  .sp-part8 .sp-show .sp-icon {
    background-image: url('/cdn/shop/files/202509292-arrow-d-pc.png');
    /* transform: rotate(0deg); */
  }
  .sp-part8 .sp-show .sp-text {
    display: block;
    opacity: 1;
  }
  .sp-part8 .sp-btn-style2 {
    margin-top: 100px;
  }
  .sp-footer-pc2 {
    background: #f5f5f5;
    padding: 33px 0;
    box-sizing: border-box;
  }
  .sp-footer-pc2 .sp-ww {
    display: flex;
    justify-content: space-between;
  }
  .sp-footer-pc2 .sp-item {
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: 'MiSans-Demibold';
    font-size: 16px;
    color: #747474;
    line-height: 22px;
    text-align: center;
  }
  .sp-footer-pc2 .sp-item img {
    height: 44px;
  }

  .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-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;
  }
}

product-recommendations{
  display:none !important;
}
body #shopify-section-footer .multicolumn,body #shopify-section-footer .multicolumn .multicolumn-list__item,body #shopify-section-footer .multicolumn .multicolumn-card,body footer.footer {
  background:#000 !important;
}
body .footer-block__details-content .list-menu__item--link{
  color:#fff !important;
}
#reviews-wrapper, #noreviews-wrapper{
  background-color: #000 !important;
  --font-color: #fff !important;
}
.reviews-text {
  color:#000 !important;
}
.sp-mobile.product-part .sp-stroke{
  display:none
}
.sp-mobile.product-part .sp-opt,.sp-mobile.product-part .addGroup,.sp-mobile.product-part .sp-btn-style{
  zoom:1.5;
  height:50px !important;
}
.sp-mobile.product-part .sp-btn-style{
  width:295px !important;
}
.sp-mobile.product-part .product-box{
  height:500px;
}
.product-part .sp-img-wrap{
  position:relative;
}
.sp-img-wrap img.p-img{
  margin:0 !important;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-40%,-50%)
}