/** Shopify CDN: Minification failed

Line 187:4 Expected identifier but found whitespace
Line 187:5 Unexpected bad URL token
Line 187: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-Black';
  /* 引入字体 */
  src: url('/cdn/shop/files/Roboto-Black.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;
  z-index:2;
}

@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: 198px;
        /* position: absolute; */
        left: 36%;
        top: 94px;
        transform: translateX(-50%);
}
.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: 32px;
  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: 61px;
  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: 28px;
  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: 30px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 16px;
  position: absolute;
  bottom: 30px;
}

.sp-part3 {
  padding-top: 110px;
  padding-bottom: 120px;
  overflow:hidden;
}
.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: 52px;
  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: 84px;
  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: 30px;
  color: #636363;
}
.sp-menu .sp-menu-item a {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  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;
  }

  .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%);
            top: 19px;
  }

  .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: 193px;
    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%;
    height:650px;
  }
  .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: 17px;
    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: 20px;
  }

  .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: 30px;
    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: 33px;
    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: 42px;
    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: 20px;
  }
  .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: 18px;
    color: #ffffff;
    line-height: 32px;
  }
  .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: 15px;
  }
  .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%);
}
.lt_back_to_top {
    display: none !important;
}


.sp_product_part .sp-font {
  height: 289px;
  background: url('/cdn/shop/files/20260312-bg4-pc.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 48px 0 0;
  box-sizing: border-box;
}

.sp_product_part .sp-font1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-family: Roboto;
  font-size: 24px;
  color: #fefefe;
}

.sp_product_part .sp-font1 img {
  height: 22px;
  margin-top: 0;
}

.sp_product_part .sp-font2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  font-family: 'Poppins-Bold';
  font-size: 57px;
  color: #ffffff;
  line-height: 55px;
}

.sp_product_part .sp-font2 span {
  color: #ffba00;
}

.sp-pro-swiper {
  justify-content: center;
  gap: 88px;
  margin-top: 30px;
}

.sp_product_part .sp-icons1 {
  width: 83px;
  height: 77px;
  background: url('/cdn/shop/files/20251230-emjo.png')
    no-repeat;
  background-size: 100% 100%;
  animation: skip 4s infinite;
}

.sp_product_part .sp-icons2 {
  width: 81px;
  height: 69px;
  background: url('/cdn/shop/files/20251230-emjo2.png')
    no-repeat;
  background-size: 100% 100%;
  animation: skip 4s infinite;
}

.sp-swiper3 {
  z-index: 0;
}

.sp_product_part .sp-font3 {
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.sp_product_part .sp-font3 i {
  width: 25px;
  height: 18px;
  background: url('/cdn/shop/files/20260120-duis.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-swiper3 .sp-withs {
  width: 300px;
}

.sp-swiper3 .sp-withs2 {
  width: 380px;
}

.sp-swiper3 .sp-withs3 {
  width: 377px;
}

#root .sp_product_part .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

#root .sp-swiper2.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.sp_product_part {
  width: 100%;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  padding: 0 0px 100px;
}

.sp_product_part .sp-text1 {
  font-family: 'Roboto';
  font-size: 24px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.sp_product_part .sp-text1 .sp-span {
  color: #c8000c;
}

.sp_product_part .sp-title1 {
  font-family: 'Roboto-Black';
  font-size: 50px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.sp_product_part .sp-title1 .sp-span {
  color: #c8000c;
}

.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
}

.sp-icon-wraps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 66px;
}

.sp-icon-wraps .sp-icon {
  height: 28px;
}

.sp-icon-wraps .sp-p {
  gap: 15px;
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #ffffff;
  font-family: Roboto;
}

.sp-scroll2 {
  position: relative;
  width: 1080px;
  overflow: hidden;
}

.sp-scroll2 .nav-imgs .sp-flex-x {
  width: 1500px !important;
  display: flex;
  justify-content: space-around;
}

.sp-scroll2 .sp-icon {
  width: 28px;
  flex-shrink: 0;
}

.sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: Roboto;
  font-size: 30px;
  color: #ffffff;
}

.sp_product_content {
  width: 100%;
  padding: 66px 260px 0;
  display: flex;
  gap: 60px;
  box-sizing: border-box;
}

.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: #e00000;
  border-radius: 30px;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  padding: 15px 0 0 0;
}

.sp_product_part .sp-img-inner {
  width: 710px;
  height: 398px;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 43px;
}

.sp_product_part .sp-img-box {
  position: relative;
  width: 302px;
  height: 256px;
  background: linear-gradient(183deg, #ebebeb, #c5c5c5);
  border-radius: 20px;
  padding: 7px 9px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  display: none;
}

.sp_product_part .sp-img-boxi {
  width: 284px;
  height: 165px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
}

.sp_product_part .sp-pro-font1 {
  font-family: 'Poppins-Medium';
  font-size: 17px;
  color: #393939;
  line-height: 35px;
}

.sp_product_part .sp-pro-font2 {
  font-family: 'Poppins-Medium';
  font-size: 25px;
  color: #1c1c1c;
  line-height: 35px;
  text-align: center;
  margin-top: 6px;
}

.sp_product_part .sp-img-add {
  width: 34px;
  height: 34px;
  background: #575757;
  border-radius: 50%;
  font-family: 'Poppins-Medium';
  font-size: 32px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  display: none;
}

.sp_product_part .sp-img-box .sp-img-most {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 338px;
  height: 43px;
  background: url('/cdn/shop/files/20260105-most.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #ffffff;
  line-height: 43px;
  text-align: center;
}

.sp_product_part .sp-img-clock {
  width: 100%;
  height: 102px;
  border-radius: 0 0 16px 16px;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.sp-img-clock .sp-pro-font {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.sp-img-clock .sp-pro-lines {
  width: 344px;
  height: 16px;
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 12px;
}

.sp-img-clock .sp-pro-lines span {
  position: relative;
  display: block;
  width: 102px;
  height: 16px;
  background-image: linear-gradient(
    -45deg,
    #ffe400 25%,
    #f6c711 0,
    #f6c711 50%,
    #ffe400 0,
    #ffe400 75%,
    #f6c711 0
  );
  background-size: 10px 10px;
  border-radius: 7px;
  /* animation: moveall 3s infinite linear; */
}

.sp-img-clock .sp-pro-lines span::before {
  position: absolute;
  content: '';
  top: -7px;
  right: 0;
  height: 23px;
  width: 23px;
  border: 3px solid #fff;
  background: linear-gradient(#db0500, #fa2500);
  border-radius: 50%;
}

@keyframes moveall {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.sp-img-clock .sp-pro-font1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Poppins-Medium';
  font-size: 20px;
  color: #ffffff;
  line-height: 19px;
  padding: 0 0 0 6px;
  gap: 8px;
}

.sp-img-clock .sp-pro-font1 i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('/cdn/shop/files/20260105-clock-icon.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  display: none;
  position: relative;
  object-fit: contain;
  width: 70%;
  height: 80%;
}

.sp_product_part .sp-img-wrap .sp-img-p.active {
  display: block;
}

.sp_product_part .sp-img-wrap .sp-img-text {
  font-family: 'Poppins-Medium';
  font-size: 30px;
  color: #202020;
  line-height: 24px;
  margin-top: 25px;
}

.sp_product_part .sp-pro-free {
  position: absolute;
  top: 13px;
  right: -25px;
  width: 134px;
  height: 109px;
  line-height: 109px;
  text-align: center;
  background: url('/cdn/shop/files/20260105-free.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
  color: #ffffff;
}

.sp_product_part .sp-img-doller {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 249px;
  height: 63px;
  background: #fff000;
  border-radius: 21px 0px 10px 0px;
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
  color: #393939;
  line-height: 18px;
  border-radius: 18px 0 18px 0;
  gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: none;
}

.sp_product_part .sp-img-doller i {
  width: 43px;
  height: 29px;
  background: url('/cdn/shop/files/20260122-doller.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp_product_part .sp-free {
  position: absolute;
  transform: rotate(-25deg);
  font-family: 'Roboto-Bold';
  font-size: 30px;
  color: #ffffff;
  top: 160px;
  left: 511px;
}

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-row1 {
  position: absolute;
  top: 30px;
  left: 45px;
  font-family: Roboto;
  font-size: 27px;
  color: #ffffff;
  line-height: 1.2;
  font-style: italic;
}

.sp_product_part .sp-row1 .sp-p {
  font-size: 42px;
  font-family: 'Roboto-Black';
}

.sp_product_part .sp-clock-s {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
  box-sizing: border-box;
  margin-top: -18px;
}

.sp_product_part .sp-clock-s .square {
  width: 40px;
  height: 38px;
  background: #ffffff;
  border-radius: 9px;
  font-family: 'Poppins-Bold';
  font-size: 25px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.sp_product_part .sp-clock-s .square::before {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  font-family: 'Poppins-SemiBold';
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  text-align: center;
}

.sp_product_part .sp-clock-s .sp_hour::before {
  content: 'Hours';
}

.sp_product_part .sp-clock-s .sp_minute::before {
  content: 'Mins';
}

.sp_product_part .sp-clock-s .sp_second::before {
  content: 'Secs';
}

.sp_product_part .sp-clock-s .sp-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  margin: 0 5px;
}

.sp_product_part .sp-clock-s .sp-dot {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-clock {
  height: 138px;
  animation: shakeCart 3s infinite ease-in-out;
  position: absolute;
  z-index: -1;
  top: -30px;
  right: 47px;
}

.sp_product_part .sp-title-s {
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
  color: #ffffff;
  line-height: 35px;
  border-bottom: 2px solid rgba(157, 157, 157, 0.29);
  padding-bottom: 15px;
}

.sp_product_part .option-title {
  font-family: 'Poppins-SemiBold';
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
  margin: 26px 0px 16px;
}

.sp_product_part .option-title span {
  color: #202020;
}

.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 10px;
  position: relative;
}

.sp_product_part .sp-opt-group3 .sp-option {
  width: 520px;
  padding: 0;
}

.sp_product_part .sp-option {
  min-width: 127px;
  height: 46px;
  background: #fffffb;
  border-radius: 23px;
  border: 1px solid #a0a0a0;
  line-height: 1;
  padding: 0 20px;
  font-family: 'Poppins-Medium';
  font-size: 20px;
  color: #5d5d5d;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  gap: 10px;
  text-align: center;
}

.sp_product_part .sp-option .sp-fires {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url('/cdn/shop/files/20260122-fires.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp_product_part .sp-option.active {
  background: #00f6ff;
  border-color: #7d7d7d;
  color: #1e1e1e;
}

.sp_product_part .sp-option .sp-hot {
  position: absolute;
  right: 42px;
  top: -29px;
  width: 50px;
  height: 36px;
  background: url('/cdn/shop/files/20260226-hot.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp_product_part .sp-option .sp-icon {
  width: 23px;
}

.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 24px;
  align-items: baseline;
  margin-bottom: 18px;
}
.sp_product_part .sp-num {
      font-family: 'Poppins-Bold';
    font-size: 46px;
    position: absolute;
    top: 73px;
    left: 348px;
    color: #ff0707;
    display:none;
  }

.sp_product_part .sp-price1 {
  font-family: 'Poppins-Bold';
  font-size: 46px;
  color: #ff0707;
  line-height: 41px;
  height: 41px;
}

.sp_product_part .sp-price2 {
  font-family: 'Poppins-Medium';
  font-size: 27px;
  color: #9d9d9d;
  line-height: 25px;
  text-decoration-line: line-through;
  margin-left: 17px;
}

.sp_product_part .sp-row {
  margin-left: 50px;
  position: relative;
}

.sp_product_part .sp-row img {
  position: absolute;
  left: -19px;
  top: -14px;
  height: 49px;
  animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-row .sp-p {
      width: 218px;
    height: 30px;
    line-height: 30px;
    background: #ff9c00;
    border-radius: 10px;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-left: 10px;
    box-sizing: border-box;
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 25px;
}

.sp_product_part .addCart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 308px;
  height: 59px;
  background: #00f6ff;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: 'Poppins-Medium';
  font-size: 19px;
  color: #312a2a;
  gap: 15px;
  text-transform: uppercase;
  padding: 5px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}

.sp_product_part .addCart img {
  width: 26px;
  margin-top: -5px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #e00000;
  border-radius: 10px;
  cursor: pointer;
  margin: 24px auto 26px;
  font-family: 'Poppins-Bold';
  font-size: 43px;
  color: #ffffff;
  animation: skip 4s infinite;
  text-align: center;

  box-sizing: border-box;
}

.sp-tip5 {
  width: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #ffffff;
}

.sp-tip5 img {
  width: 58px;
}

.sp-tip5 .sp-span {
  color: #cf2f29;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }

  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}

@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }

  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}

.addGroup {
  width: 264px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #828282;
  padding: 0px 18px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 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: 'Roboto-Medium';
  font-size: 23px;
  color: #000000;
  line-height: 40px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}

.sp_header-content .sp-cart.on,
.sp-btn-style3 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}

@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }

  2% {
    transform: scale(1.2) rotate(0);
  }

  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }

  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}

@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }

  10% {
    transform: scale(1.2) rotate(0);
  }

  15% {
    transform: scale(1.2) rotate(-10deg);
  }

  20% {
    transform: scale(1.2) rotate(10deg);
  }

  25% {
    transform: scale(1.2) rotate(-10deg);
  }

  30% {
    transform: scale(1.2) rotate(10deg);
  }

  35% {
    transform: scale(1.2) rotate(-10deg);
  }

  40% {
    transform: scale(1.2) rotate(10deg);
  }

  45% {
    transform: scale(1.2) rotate(0);
  }

  50% {
    transform: scale(1) rotate(0);
  }

  to {
    transform: scale(1) rotate(0);
  }
}

.sp-footer-wrap {
  width: 560px;
  margin: 0 auto;
}

.sp-footer-img {
  width: 449px;
  display: block;
  margin: 28px auto 22px;
}

.sp-footer-img2 {
  width: 478px;
  display: block;
}

.sp-footer-box1 {
  width: 100%;
  background: #eef8fe;
  border-radius: 10px;
  padding: 20px 20px 30px;
  box-sizing: border-box;
}

.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box1 .sp-icon {
  width: 29px;
}

.sp-footer-box2 {
  width: 100%;
  background: #fdfcf5;
  border-radius: 10px;
  padding: 16px 21px;
  box-sizing: border-box;
  margin-top: 20px;
}

.sp-footer-box2 .sp-icon {
  width: 29px;
}

.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: 'Poppins-SemiBold';
  line-height: 1.2;
  margin-top: 10px;
}

.sp-footer-box2 span {
  /* font-family: 'Roboto-Bold'; */
}
.sp_pc {
  display: block;
}

.sp_mobile {
  display: none;
}
.sp-price-group {
  display: flex;
  align-items: baseline;
}

.sp-price-group .sp-price2 {
  text-decoration: line-through;
}
.sp-uppercase {
    text-transform: uppercase;
}
.sp-cart {
  width: 45px;
  /* height: 36px;
  border-radius: 4px;
  border: 2px solid #4e4e4e; */
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}

.sp-cart .sp-icon {
  width: 100%;
}

.sp-cart .sp-num {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cf0101;
  line-height: 16px;
  position: absolute;
  right: -10px;
  top: -5px;
  font-family: 'Poppins-Medium';
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.sp-cart .sp-num.sp-gray {
  background: #8a8a8a;
}

@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }

  .sp_mobile {
    display: block;
  }
  .sp-cart {
    width: 66px;
    margin-right: 20px;
  }

  .sp-cart .sp-icon {
    width: 100%;
    height: auto;
  }

  .sp-cart .sp-num {
    width: 29px;
    height: 29px;
    right: -9px;
    top: -8px;
    font-size: 23px;
    line-height: 38px;
  }
  .sp_product_part .sp-font {
    height: 310px;
    background-image: url('/cdn/shop/files/20260312-bg4.png');
    padding: 60px 0 0;
    margin-top: 0;
  }

  .sp_product_part .sp-font1 {
    font-size: 28px;
    line-height: 35px;
  }

  .sp_product_part .sp-font2 {
    font-size: 53px;
    line-height: 68px;
    margin: 0 0 30px;
    text-align: center;
    align-items: flex-end;
  }

  .sp_product_part .sp-font1 img {
    height: auto;
    width: 128px;
    margin-top: -5px;
  }

  .sp_product_part .sp-icons1 {
    /* margin-right: -86px; */
  }

  .sp_product_part .sp-icons2 {
    /* margin-left: -86px; */
  }

  .sp-swiper3 .sp-font3 {
    font-size: 26px;
    color: #ffffff;
    line-height: 40px;
  }

  .sp-swiper3 .sp-withs {
    width: 319px;
  }

  .sp-swiper3 .sp-withs2 {
    width: 368px;
  }

  .sp-swiper3 .sp-withs3 {
    width: 495px;
  }

  .sp_product_part {
    width: 100%;
    font-family: 'Roboto-Medium';
    box-sizing: border-box;
    position: relative;
    padding: 0 0 100px;
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: 25px !important;
    margin-right: 10px;
  }

  .sp_product_part .sp-text1 {
    font-size: 30px;
    white-space: nowrap;
  }

  .sp_product_part .sp-title1 {
    font-size: 64px;
    margin-bottom: 24px;
    line-height: 1;
  }

  .sp_product_content {
    padding: 60px 60px 0;
    flex-direction: column;
  }

  .sp_product_part .sp-img-wrap {
    width: 962px;
    height: 680px;
    padding: 20px 0 0;
    margin: 0 auto;
  }

  .sp_product_part .sp-img-inner {
    width: 935px;
    height: 524px;
  }

  .sp_product_part .sp-img-clock {
    height: 135px;
    padding: 0 40px;
  }

  .sp-img-clock .sp-pro-font img {
    height: 62px;
  }

  .sp_product_part .sp-clock-s .square::before {
    font-size: 16px;
    bottom: -25px;
  }

  .sp-img-clock .sp-pro-lines {
    width: 453px;
    height: 17px;
  }

  .sp-img-clock .sp-pro-lines i {
    height: 100%;
  }

  .sp-img-clock .sp-pro-font1 {
    font-size: 24px;
  }

  .sp-img-clock .sp-pro-font1 i {
    width: 25px;
    height: 25px;
  }

  .sp_product_part .sp-row1 {
    top: 42px;
    left: 62px;
    font-size: 39px;
  }

  .sp_product_part .sp-row1 .sp-p {
    font-size: 60px;
  }

  .sp_product_part .sp-clock-s {
    right: 45px;
    top: 104px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 52px;
    height: 51px;
    font-size: 34px;
  }

  .sp_product_part .sp-clock-s .sp-dots {
    gap: 9px;
    margin: 0 5px;
  }

  .sp_product_part .sp-clock-s .sp-dot {
    width: 6px;
    height: 6px;
  }

  .sp_product_part .sp-free {
    transform: rotate(-25deg);
    font-size: 43px;
    top: 229px;
    left: 729px;
  }

  .sp_product_part .sp-free2 {
    top: 230px;
    left: 787px;
  }

  .sp_product_part .sp-free3 {
    top: 202px;
    left: 772px;
  }

  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }

  .sp_product_part .option-title {
    margin: 24px 0px 15px;
    font-size: 35px;
  }

  .sp_product_part .opt-group {
    gap: 32px 15px;
  }

  .sp_product_part .sp-img-wrap .sp-img-p .sp-imgs {
    width: auto;
  }

  .sp_product_part .sp-img-doller {
    width: 280px;
    height: 73px;
    left: 14px;
    top: 20px;
    font-size: 30px;
  }

  #sp-opt-group1,
  #sp-opt-group2 {
    margin-bottom: 60px;
  }

  .sp_product_part .sp-opt-group3 .sp-option {
    min-width: 720px;
  }

  .sp_product_part .sp-option {
    min-width: 217px;
    height: 75px;
    font-size: 32px;
    padding: 0 17px;
    border-radius: 37px;
    line-height: normal;
    box-sizing: border-box;
  }

  .sp_product_part .sp-option .sp-color {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }

  .sp_product_part .sp-option .sp-hot {
    width: 78px;
    height: 56px;
    right: 68px;
    top: -47px;
  }

  .sp_product_part .sp-option .sp-fires {
    width: 29px;
    height: 41px;
    margin-left: 10px;
  }

  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 58px;
    align-items: baseline;
    margin-bottom: 54px;
    justify-content: flex-start;
  }
   .sp_product_part .sp-num {
            font-size: 64px;
        position: absolute;
        top: 96px;
        left: 454px;
  }

  .sp_product_part .sp-price1 {
    font-size: 72px;
    height: 65px;
    line-height: 65px;
  }

  .sp_product_part .sp-price2 {
    font-size: 43px;
    line-height: 38px;
    margin-left: 20px;
  }

  .sp_product_part .sp-row {
    margin-left: 54px;
  }

  .sp_product_part .sp-row img {
    height: 66px;
  }

  .sp_product_part .sp-row .sp-p {
            width: 328px;
        height: 47px;
        font-size: 30px;
        line-height: 47px;
  }

  .sp_product_part .addCart {
    width: 518px;
    height: 88px;
    font-size: 31px;
    gap: 25px;
  }

  .sp_product_part .addCart img {
    width: 42px;
  }

  .sp_product_part .sp-quality-row {
    gap: 43px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 148px;
    margin: 33px auto 30px;
    font-size: 69px;
    box-sizing: border-box;
  }

  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
  }

  .sp-tip5 {
    gap: 20px;
    font-size: 33px;
    width: 100%;
  }

  .sp-tip5 img {
    width: 68px;
  }

  .addGroup {
    width: 422px;
    height: 89px;
    padding: 0px 30px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 26px;
  }

  .addGroup input {
    width: 230px;

    font-size: 43px;
    color: #000000;
  }

  .sp-footer-wrap {
    width: 100%;
    margin: 0 auto;
  }

  .sp-footer-img {
    width: 871px;
    margin: 57px auto;
  }

  .sp-footer-img2 {
    width: 851px;
  }

  .sp-footer-box1 {
    width: 100%;
    padding: 45px 72px 45px;
    box-sizing: border-box;
  }

  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 30px;
  }

  .sp-footer-box1 .sp-p img {
    width: 45px;
  }

  .sp-footer-box2 {
    width: 100%;
    padding: 30px 72px;
    margin-top: 30px;
    background: #fdfcf5;
  }

  .sp-footer-box2 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 26px;
  }

  .sp-footer-box2 .sp-p img {
    width: 45px;
  }

  .sp-footer-box2 .sp-li {
    font-size: 29px;
    margin-top: 16px;
  }

  .sp-btn-style3 {
    width: 1080px;
    height: 180px;
    background: url('/cdn/shop/files/20260312-btn-bg-m.png')
      no-repeat;
    background-size: 100% 100%;
    display: flex;
    z-index: 9;
    align-items: center;
    box-sizing: border-box;
    padding: 0 42px 0 26px;
    gap: 38px;
  }

  .sp-btn-style3 .sp-area {
    flex: 1;
    text-align: center;
    font-size: 22px;
    color: #f81111;
    line-height: 1.2;
    font-family: Roboto;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .sp-btn-style3 .sp-area .sp-leaf {
    width: 40px;
  }

  .sp-btn-style3 .sp-area img {
    height: 84px;
  }

  .sp-btn-style3 .sp-area .sp-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 55px;
    flex: 1;
  }

  .sp-btn-style3 .sp-area .sp-t1 {
    font-family: 'Poppins-Bold';
    font-size: 34px;
    color: #ffffff;
  }

  .sp-btn-style3 .sp-area .sp-t2 {
    font-family: 'Roboto-Bold';
    font-size: 21px;
    color: #ffffff;
    line-height: 1;
    margin-top: 16px;
  }

  .sp-btn-style3 .sp-area2 {
    width: 327px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sp-btn-style3 .sp-area2 .sp-t3 {
    font-family: 'Roboto-Black';
    font-size: 32px;
    color: #ffffff;
    line-height: 1;
  }

  .sp-btn-style3 .sp-area2 .sp-t4 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    margin-top: 10px;
  }

  .sp-btn-style3 .sp-area2 .sp-arrow {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 30px;
  }

  .sp-btn-style3 .sp-area2 .sp-flex-x {
    gap: 11px;
  }

  .sp-btn-style3 .sp-area .sp-cart {
    width: 182px;
    height: 124px;
    margin-right: 0;
    flex-shrink: 0;
  }

  .sp-btn-style3 .sp-area .sp-cart .sp-icon {
    width: 81px;
  }

  .sp-btn-style3 .sp-area .sp-cart .sp-num {
    width: 52px;
    height: 51px;
    line-height: 55px;
    /* background: #414141; */
    border-radius: 50%;
    top: 8px;
    right: 27px;
    font-size: 32px;
  }

  .sp-btn-style3.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
  }
}