/** Shopify CDN: Minification failed

Line 2627:30 Unexpected "{"

**/
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Medium";

  /* 引入字体 */
  src: url("/cdn/shop/files/Poppins-Medium.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/cdn/shop/files/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Bold";

  /* 引入字体 */
  src: url("/cdn/shop/files/Poppins-Bold.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Regular";
  src: url("/cdn/shop/files/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "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-Semibold";
  /* 引入字体 */
  src: url("/cdn/shop/files/MiSans-Semibold.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: "AkzidenzGroteskBQ-XBold";
  /* 引入字体 */
  src: url("/cdn/shop/files/AKZIDENZGROTESK-EXTRABOLD.OTF");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "MiSans-Demibold";

  src: url("/cdn/shop/files/MiSans-Demibold.ttf");
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Regular";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-Regular.otf");
  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;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-bg {
  background: #e6f6ff;
}

.header-bottom,
.header-top {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
}

.header-top {
  height: 60px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: "MiSans-Semibold";
  font-size: 30px;
  color: #990300;
}
.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f4d3ac;
}

.sp-fixed {
  left: 0;

  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #fff;
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}
@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}
.header-main {
  position: relative;
  z-index: 8;
}

.header-bottom {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #f4d3ac;
  height: 74px;
  position: relative;
  z-index: 9;
  font-size: 30px;
  color: #ffffff;
  font-family: "Poppins-Bold";
  /* box-shadow: 0 0 15px 1px #00f6ff; 
  letter-spacing: 4px;
 */
  text-transform: uppercase;
  padding-top: 3px;
  box-sizing: border-box;
}

.header-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header-bottom img {
  width: 26px;
}
.header-inner {
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-menu-btn {
  width: 56px;
  margin-left: 38px;
  cursor: pointer;
  margin-right: 265px;
}
.header-inner .sp-logo {
  width: 270px;
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
.sp-cart {
  width: 55px;
  margin-right: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 37px;
  height: 37px;
  background: #ff3000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -24px;
  top: -17px;
  font-size: 26px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}

.sp-top-btn {
  width: 330px;
  height: 77px;
  background: #e20202;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-family: "MiSans-Bold";
  margin-right: 60px;
  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: 769px;
  height: 110px;
  background: #d80000;
  border-radius: 10px;
  font-size: 40px;
  color: #f4d3ac;
  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;
}
.sp-part1 .sp-btn-style1 {
  font-size: 45px;
  color: #ffffff;
  border-radius: 20px;
}
.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-color {
  color: #d80000;
}
.sp-title {
  font-family: "Poppins-Bold";
  text-align: center;
  width: 100%;
  font-size: 60px;
  color: #0f0f0f;
  line-height: 75px;
  text-transform: uppercase;
}

.sp-color {
  color: #d80000;
}
.sp-sub-title {
  font-family: "Poppins-Regular";
  text-align: center;
  font-size: 30px;
  color: #1d1d1d;
  line-height: 40px;
  margin-top: 36px;
}
.sp-part1 .sp-area {
  position: absolute;
  top: 978px;
  right: 53px;
  width: 385px;
  height: 112px;
  background: url("/cdn/shop/files/8f28a3491034113e64cfe797908a4383.png?v=1763347209") no-repeat;
  background-size: 100% 100%;
}
.sp-part1 .sp-area .sp-p {
  position: absolute;
  line-height: 1;
  top: 25px;
  left: 255px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto-Black";
  font-size: 23px;
  color: #d80000;
}
.sp-part1 .sp-area .sp-p .sp-span {
  width: 76px;
  height: 16px;
  background: #d80000;
  border-radius: 2px;
  display: inline-block;
  font-family: "Roboto-Medium";
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: #ffffff;
  transform: translateY(-1px);
}
.sp-part1 .sp-color {
  font-family: "Poppins-SemiBold";
}
.sp-part1 .gradually {
  padding: 90px 50px 60px;
  box-sizing: border-box;
}

.sp-part1 .sp-title {
  font-size: 70px;
}
.sp-part1 .sp-avatar {
  display: block;
  margin: 70px auto 0;
  height: 69px;
}
.sp-part1 .sp-row3 {
  margin-top: 24px;
  font-family: "Poppins-Regular";
  font-size: 30px;
  line-height: 1;
  color: #1e1e1e;
  margin-bottom: 90px;
  text-align: center;
}

.sp-part1 .sp-row3 .sp-color {
  font-family: "Poppins-SemiBold";
  font-size: 40px;
}
.sp-part1 .sp-box {
  width: 1080px;
  padding: 40px 20px 32px;
  gap: 20px;
  box-sizing: border-box;
  background: #f4d3ac;
  display: flex;
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #171717;
  line-height: 32px;
  text-align: center;
}

.sp-part1 .sp-box .sp-item .sp-icon-wrap {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sp-part2 {
  padding: 102px 40px 100px;

  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.sp-circles {
  width: 133px;
  height: 133px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "MiSans-Bold";
  font-size: 23px;
  color: #f4d3ac;
  text-align: center;
  line-height: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circles p {
  font-size: 27px;
}
.sp-circle1 {
  background-image: url("/cdn/shop/files/20251108-circle1.png");
}
.sp-circle2 {
  background-image: url("/cdn/shop/files/20251108-circle2.png");
}
.sp-circle3 {
  background-image: url("/cdn/shop/files/20251108-circle3.png");
}

.sp-part2 .sp-title {
  margin-bottom: 70px;
}
.sp-part2 .sp-title2 {
  margin-top: 70px;
}
.sp-part2 .sp-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.sp-part2 .sp-box .sp-item {
  width: 465px;
}
.sp-part2 .sp-box .sp-item .sp-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-family: "Poppins-Medium";
  font-size: 30px;
  color: #1e1e1e;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 18px;
}
.sp-part2 .sp-box .sp-item .sp-row .sp-p {
  width: 117px;
  height: 44px;
  background: #d80000;
  border-radius: 5px;
  font-size: 35px;
  color: #ffffff;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.sp-part2 .sp-box .sp-item .sp-row .sp-p .sp-icon {
  height: 23px;
}
.sp-part2 .sp-box .sp-line {
  width: 100%;
  height: 11px;
  background: #838383;
  border-radius: 3px;
  position: relative;
}
.sp-part2 .sp-box .sp-line .sp-line-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 438px;
  height: 11px;
  background: #f4d3ac;
  border-radius: 3px;
}

.sp-part2 .swiper {
  width: 100%;
}

.sp-part2 .swiper .sp-row {
  display: flex;
  gap: 18px;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
.sp-part2 .swiper .sp-avatar {
  height: 75px;
  flex-shrink: 0;
}
.sp-part2 .swiper .sp-star {
  height: 23px;
}
.sp-part2 .swiper .sp-name {
  font-family: "Poppins-SemiBold";
  font-size: 26px;
  color: #000000;
  line-height: 1.2;
}
.sp-part2 .swiper .sp-text {
  font-family: "Poppins-Medium";
  font-size: 30px;
  color: #1e1e1e;
  line-height: 1;
  position: absolute;
  left: 44px;
  top: 110px;
  width: 560px;
}

.sp-part3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("/cdn/shop/files/20251108-img3-bg.png") no-repeat;
  background-size: 100% 100%;
}
.sp-part3 .sp-title {
  color: #fff;
  margin-bottom: 80px;
}
.sp-part3 .sp-title .sp-color {
  color: #f4d3ac;
}
.sp-part3 .swiper {
  width: 805px;
  border-radius: 10px;
  margin-bottom: 72px;
  overflow: hidden;
}
.sp-part3 .swiper .sp-img {
  height: 1069px;
}
.sp-part3 .swiper .sp-p {
  position: absolute;
  top: 944px;
  left: 40px;
  width: 737px;
  height: 92px;
  background: #f4d3ac;
  border-radius: 10px;
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #0f0f0f;
  line-height: 92px;
  padding-left: 70px;
  box-sizing: border-box;
  text-align: center;
}
.sp-part3 .swiper .sp-p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 83px;
  height: 84px;
  background: url("/cdn/shop/files/20251108-swiper-icon.png") no-repeat;
  background-size: 100% 100%;
  left: 30px;
}
/* .sp-part3 .swiper .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #0288f1;
  border-radius: 50%;
  opacity: 0.15;
  margin: 0 20px !important;
}
.sp-part3 .swiper .swiper-pagination-bullet-active {
  opacity: 1;
} */

.sp-part4 {
  padding: 100px 40px 80px;
}

.sp-part4 .sp-box {
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 26px;
  color: #171717;
  line-height: 35px;
  padding: 50px 100px 55px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px 70px;
}
.sp-part4 .sp-box .sp-item {
  display: flex;
  align-items: center;
  gap: 24px;
  /* justify-content: center; */
}
.sp-part4 .sp-box .sp-item .sp-icon {
  height: 44px;
  flex-shrink: 0;
}
.sp-part4 .sp-box .sp-span {
  color: #171717;
  font-family: "Poppins-SemiBold";
}
.sp-part4 .sp-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 18px;
  line-height: 1;
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 40px;
}
.sp-part4 .sp-text .sp-color {
  color: #f4d3ac;
}
.sp-part4 .sp-text2 {
  width: 100%;
  text-align: center;
  font-family: "Poppins-Regular";
  color: #151515;
  font-size: 28px;
  line-height: 38px;
  padding: 40px 40px 0px;
  box-sizing: border-box;
}
.sp-part4 .sp-text2 .sp-span {
  font-family: "Poppins-SemiBold";
}
.sp-part5 {
}

.sp-part5 .sp-title-wrap {
  top: 890px;
}
.sp-part5 .sp-title {
  color: #fff;
  line-height: 80px;
}
.sp-part5 .sp-title .sp-color {
  color: #f4d3ac;
}
.sp-part5 .sp-sub-title {
  color: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 38px;
}
.sp-part5 .sp-text {
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #ffffff;
  line-height: 38px;
  padding: 48px 50px 55px;
}
.sp-part5 .sp-text .sp-color {
  font-family: "Poppins-SemiBold";
  color: #f4d3ac;
}

.sp-part6 {
  padding: 100px 40px 100px;
  box-sizing: border-box;
}
.sp-part6 .sp-title {
  margin-bottom: 70px;
}
.sp-part6 .sp-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 20px;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
  font-family: "Poppins-Regular";
  font-size: 26px;
  color: #000000;
  line-height: 76px;
  text-align: center;
}
.sp-part6 .sp-row1 {
  bottom: 333px;
}
.sp-part6 .sp-box {
  display: flex;
  align-items: center;
  margin-top: 79px;
  gap: 20px;
}
.sp-part6 .sp-box .sp-t {
  font-family: "Poppins-SemiBold";
  font-size: 25px;
  color: #7b2b0c;
  line-height: 1;
  position: absolute;
}
.sp-part6 .sp-box .sp-t1 {
  top: 5px;
  right: 0px;
  transform: rotate(23deg);
}
.sp-part6 .sp-box .sp-t2 {
  top: 305px;
  left: -90px;
  transform: rotate(-90deg);
}
.sp-part6 .sp-box .sp-t3 {
  left: 122px;
  bottom: -20px;
}
.sp-part6 .sp-box .sp-ul {
  width: 685px;

  background: #f4d3ac70;
  border-radius: 10px;
  padding: 40px 20px;
  box-sizing: border-box;
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #151515;
  line-height: 45px;
}
.sp-part6 .sp-box .sp-ul .sp-span {
  font-family: "Poppins-SemiBold";
}
.sp-nav {
  width: 100%;
  height: 450px;
  background: url("/cdn/shop/files/11_1cbd7847-c63a-4260-8dbc-1ceb890992dd.png?v=1763351248") no-repeat;
  background-size: 100% 100%;
}
.sp-nav .sp-box {
  position: absolute;
  left: 55px;
  width: 400px;
  top: 52px;
  text-align: center;
  line-height: 1.2;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-nav .sp-box .sp-t1 {
  font-family: "Poppins-Bold";
  font-size: 30px;
}
.sp-nav .sp-box .sp-t2 {
  font-family: "AkzidenzGroteskBQ-XBold";
  font-size: 52px;
}
.sp-nav .sp-box .sp-t3 {
  font-family: "AkzidenzGroteskBQ-XBold";
  font-size: 90px;
}
.sp-nav .sp-box .sp-t3 .sp-span {
  font-size: 70px;
}
.sp-nav .sp-box .btn-style {
  width:410px;
  height: 58px;
  background: #f4d3ac;
  border-radius: 10px;
  font-family: "Poppins-Bold";
  font-size: 29px;
  color: #d3000d;
  line-height: 58px;
  gap: 16px;
  animation: skip 4s infinite;
}
.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #000000;
  padding: 60px 45px 85px;
}
.product-part .sp-text1 {
  font-family: "MiSans-Regular";
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.product-part .sp-text1 .sp-color {
  font-family: "Poppins-Bold";
}
.product-part .sp-title1 {
  font-family: "Poppins-Bold";
  font-size: 39px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
  margin-bottom: 54px;
}
.product-part .sp-title1 .sp-color {
  color: #f4d3ac;
}

.sp-scroll2 {
  position: relative;
  margin-bottom: 110px;
  /* width: calc(100% + 90px); */
  margin-left: -45px;
}

.sp-scroll2 .nav-imgs .sp-img-wrap {
  width: 1450px !important;

  display: flex;
  justify-content: space-around;
}
.sp-scroll2 .sp-icon {
  width: 29px;
  flex-shrink: 0;
}
.sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "MiSans-Regular";
  font-size: 27px;
  color: #ffffff;
}
.product-box {
  width: 100%;
  height: 445px;
  background: #f8f8f8;
  border-radius: 25px;

  display: flex;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 56px;
  box-sizing: border-box;
}
.product-part .product-box2 {
  display: block;
  padding-top: 50px;
}
.product-part .product-box2 .sp-row {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.product-part .sp-brand {
  width: 133px;
  height: 132px;
  background: url("/cdn/shop/files/20251108-brand2-pc.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -42px;
  left: -34px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.product-part .sp-brand .sp-p {
  font-size: 42px;
}
.product-part .sp-brand2 {
  width: 308px;
  height: 55px;
  background: url("/cdn/shop/files/20251108-brand-pc.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -13px;
  left: 88px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 28px;
  color: #fefefe;
  line-height: 54px;
  font-family: "Poppins-SemiBold";
}

.sp-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap {
  width: 510px;
  height: 100%;

  box-sizing: border-box;
}
.product-part .sp-p-img {
  height: 346px;
}
.product-part .sp-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 450px;
}

.product-part .sp-title-s {
    font-family: "Poppins-SemiBold";
    font-size: 39px;
    color: #151515;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    line-height: 1;
}

.product-part .sp-title-s .sp-fire {
  width: 41px;

  vertical-align: sub;
}

.product-part .price-group {
    line-height: 1;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 36px;
    flex-direction: column;
    align-items: center;
}

.product-part .sp-price1 {
  font-family: "Poppins-Bold";
  font-size: 73px;
  color: #191919;
}

.product-part .sp-price2 {
  font-family: "Poppins-SemiBold";
  font-size: 48px;
  color: #aaaaaa;
  margin-left: 18px;
}
.product-part .sp-btn-style {
  width: 409px;
  height: 94px;
  background: linear-gradient(0deg, #a90000 0%, #e50505 100%);
  border-radius: 80px;
  font-family: "MiSans-Bold";
  font-size: 27px;
  color: #ffffff;
  text-transform: uppercase;
  animation: skip 4s infinite;
}

.sp-footer-img {
  width: 955px;
  display: block;
  margin: 45px auto 0;
  height:auto !important;
}
.sp-footer-box {
  display: flex;
  align-items: center;

  gap: 12px;
  margin-left: -32px;
  margin-top: 35px;
}

.sp-footer-box .sp-brand-text {
  width: 189px;
  height: 228px;
  background: url("/cdn/shop/files/20251108-brand1.png");
  background-size: 100% 100%;
  text-align: center;
  font-size: 25px;
  font-family: "Roboto-Medium";
  color: #ffffff;
  padding-top: 48px;
  box-sizing: border-box;
  line-height: 1.1;
  flex-shrink:0
}
.sp-footer-box .sp-brand-text .sp-p {
  font-size: 35px;
}

.sp-footer-box .sp-box1 .sp-t1 {
  font-family: "Roboto-Medium";
  font-size: 49px;
  color: #2784c9;

  line-height: 1;
  margin-bottom: 12px;
}

.sp-footer-box .sp-box1 .sp-li {
  font-size: 33px;
  color: #ffffff;
  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;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: Roboto;
  font-size: 47px;
  color: #f4d3ac;
  line-height: 1;
  margin-top: 30px;
}
.sp-tip5 img {
  width: 94px;
}

@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);
  }
}

.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp-header-top .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }
  2% {
    transform: scale(1.2) rotate(0);
  }
  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }
  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}

#commit {
  height: 1565px;
  background-color: #333333;
}

.sp-part7 {
  padding: 62px 41px 88px;
  background: #f4d3ac;
}
.sp-part7 .sp-title {
  font-size: 50px;
  color: #141414;
  margin-bottom: 60px;
}
.sp-part7 .sp-title i {
  font-style: italic;
}
.sp-part7 .sp-item {
  width: 100%;
  height: 219px;
  background: #ffffff;
  border-radius: 25px;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  padding-left: 34px;
  box-sizing: border-box;
  gap: 30px;
  padding-right: 5px;
}

.sp-part7 .sp-item .sp-p1 {
  font-family: "Poppins-Bold";
  font-size: 30px;
  color: #282828;
  line-height: 42px;
  font-style: italic;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sp-part7 .sp-item .sp-p2 {
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #282828;
  line-height: 38px;
}
.sp-part8 {
  padding: 70px 41px 100px;
}
.sp-part8 .sp-title .sp-color {
  font-family: "Poppins-Medium";
  font-size: 25px;
  color: #d80000;
}
.sp-part8 .sp-title {
  font-size: 50px;
  color: #111111;
  font-family: "Poppins-Bold";
  line-height: 1.2;
  margin-bottom: 50px;
}
.sp-part8 .sp-title i {
  font-style: italic;
}
.sp-part8 .sp-box {
  border-bottom: 4px solid #89898980;
}
.sp-part8 .q-row {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: "Poppins-Medium";
  font-size: 30px;
  color: #3e3e3e;
  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: 30px;
  height: 19px;
  background: url("/cdn/shop/files/20251108-arrow-t.png") no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(-180deg); */

  transition: all 0.3s;
}
.ribbons-extensions-theme-plugins-app-embed-plus{
    zoom:2.5
}
.sp-part8 .sp-text {
  padding-left: 98px;
  padding-right: 40px;
  box-sizing: border-box;
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #3e3e3e;
  line-height: 35px;
  display: none;
  padding-bottom: 35px;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
.sp-part8 .sp-show .q-row {
  color: #3e3e3e;
  border-color: #f4d3ac;
}
.sp-part8 .sp-show .sp-icon {
  background-image: url("/cdn/shop/files/20251108-arrow-d.png");
  /* transform: rotate(0deg); */
}
.sp-part8 .sp-show .sp-text {
  display: block;
  opacity: 1;
}
.sp-part8 .sp-btn-style1 {
  margin-top: 110px;
  color: #ffffff;
}
.sp-footer {
  width: 100%;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 65px 0;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
.sp-footer .sp-item {
  width: 428px;
  height: 203px;
  background: #2f2f2f;
  border-radius: 20px;
  font-family: "MiSans-Demibold";
  font-size: 31px;
  color: #f4d3ac;
  line-height: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.sp-footer .sp-item .sp-icon {
  height: 69px;
  margin-bottom: 12px;
}
.sp-menu-mask {
  background: rgba(11, 11, 11, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
}
.sp-menu {
  width: 473px;
  -webkit-overflow-scrolling: touch;
  background-color: #f2f2f2;

  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 110px;
  box-sizing: border-box;
  animation: stuckMoveLeft 0.5s;
}

.sp-menu .sp-menu-item {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgba(71, 71, 71, 0.14);

  font-family: "MiSans-Bold";
  font-size: 33px;
  color: #636363;
}
.sp-menu .sp-menu-item a {
  width: 100%;
  height: 100%;
  padding-left: 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: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp-btn-style2 {
  width: 1080px;
  height: 180px;
  background: url("/cdn/shop/files/20251108-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.sp-btn-style2 .sp-area {
  width: 475px;
  padding-top: 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  color: #ffffffbb;
  line-height: 1;
  font-family: "Poppins-Regular";
  flex-shrink: 0;
}

.sp-btn-style2 .sp-area .sp-p {
  font-size: 38px;
  color: #ffedb3;
  line-height: 1;
  font-family: "Poppins-Bold";
  text-shadow: 0px 4px 0px rgba(75, 0, 4, 0.4);
}
.sp-btn-style2 .sp-area .sp-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 15px;
}
.sp-btn-style2 .sp-area .sp-row .sp-brand {
  width: 166px;
  height: 46px;
  background: url("/cdn/shop/files/20251108-btn-1.png") no-repeat;
  background-size: 100% 100%;
  font-family: Roboto;
  font-size: 16px;
  color: #fff3cf;
  line-height: 46px;
}
.sp-btn-style2 .sp-area2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* animation: skip 4s infinite 1s; */
  font-family: "Poppins-Bold";
  font-size: 55px;
  color: #e20000;
  text-align: center;
}
.sp-btn-style2 .sp-area2 .sp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "Montserrat-Regular";
  font-size: 30px;
  color: #c20000cc;
}

.sp-btn-style2 .sp-area2 .sp-row .sp-arrow {
  width: 56px;
  height: 43px;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}

.sp-pc {
  display: none;
}

@media screen and (min-width: 1080px) {
  #root {
    max-width: unset;
  }
  .sp-pc {
    display: block;
  }
  .sp-mobile {
    display: none;
  }
  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-top {
    height: 30px;
    font-size: 12px;
  }

  .header-bottom {
    height: 34px;
    font-size: 15px;
    gap: 11px;
    letter-spacing: 4px;
  }
  .header-bottom img {
    width: 13px;
  }
  .header-inner {
    height: 65px;
    padding: 0 270px;
  }
  .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: #1b1b1b;
  }
  .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: 54px;
    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;
    font-size: 16px;
    margin-right: 10px;
  }

  .sp-part1 {
    padding-top: 100px;
    height: 848px;
    box-sizing: border-box;
    background: url("/cdn/shop/files/20251108-img1-pc.png") no-repeat;
    background-size: 100% 100%;
  }
  .sp-part1 .gradually {
    padding: 0;
    margin-bottom: 50px;
  }
  .sp-part1 .sp-title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 38px;
    color: #ffffff;
    line-height: 65px;
  }
  .sp-part1 .sp-sub-title {
    text-align: left;
    font-size: 25px;
    color: #ffffff;
    line-height: 40px;
  }
  .sp-part1 .sp-sub-title .sp-color {
    color: #f4d3ac;
  }
  .sp-part1 .sp-content {
    width: 660px;
  }

  .sp-btn-style1 {
    width: 352px;
    height: 56px;
    font-size: 22px;
    border-radius: 10px;
  }
  .sp-part1 .sp-btn-style1 {
    width: 352px;
    height: 56px;
    font-size: 22px;
    margin-left: 0;
    margin-top: 48px;
    margin-bottom: 45px;
    border-radius: 10px;
  }

  .sp-part1 .sp-area {
    position: relative;
    top: 0;
    left: 0;
    width: 512px;
    height: 90px;
    background: url("/cdn/shop/files/PC.png?v=1763347171") no-repeat;
    background-size: 100% 100%;
  }
  .sp-part1 .sp-area .sp-p {
    position: absolute;
    line-height: 1;
    top: 64px;
    left: 363px;
  }

  .sp-part1 .sp-avatar {
    display: block;
    margin: 0;
    height: 40px;
  }
  .sp-part1 .sp-row3 {
    margin-top: 22px;
    font-family: "Poppins-Regular";
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: left;
  }

  .sp-part1 .sp-row3 .sp-color {
    font-family: "Poppins-Medium";
    color: #f4d3ac;
    font-size: 25px;
  }

  .sp-part1-1 {
    width: 100%;
    padding: 38px 260px 32px;
    gap: 120px;
    box-sizing: border-box;
    background: #f4d3ac;
    display: flex;
    font-family: "Poppins-Medium";
    font-size: 22px;
    color: #171717;
    line-height: 30px;
    text-align: center;
  }
  .sp-part1-1 .sp-item {
    flex: 1;
  }
  .sp-part1-1 .sp-item .sp-icon-wrap {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
  }

  .sp-title {
    font-size: 50px;
    line-height: 65px;
  }

  .sp-sub-title {
    font-size: 25px;
    line-height: 40px;
    margin-top: 25px;
  }
  .sp-part2 {
    padding: 64px 0px 75px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .sp-part2 .sp-title {
    margin-bottom: 30px;
  }
  .sp-part2 .sp-title2 {
    margin-top: 0px;
    text-align: left;
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 45px;
  }
  .sp-part2 .sp-group {
    display: flex;
    gap: 40px;
    width: 100%;
    margin-top: 32px;
    justify-content: space-between;
    align-items: center;
  }
  .sp-part2 .sp-group .sp-left {
    width: 560px;
  }
  .sp-part2 .sp-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
  }
  .sp-part2 .sp-box .sp-item {
    width: 265px;
  }
  .sp-part2 .sp-box .sp-item .sp-row {
    gap: 14px;
    font-family: "Poppins-Medium";
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .sp-part2 .sp-box .sp-item .sp-row .sp-p {
    width: 67px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    gap: 2px;
  }
  .sp-part2 .sp-box .sp-item .sp-row .sp-p .sp-icon {
    height: 13px;
  }
  .sp-part2 .sp-box .sp-line {
    width: 100%;
    height: 6px;
  }
  .sp-part2 .sp-box .sp-line .sp-line-inner {
    width: 251px;
    height: 6px;
  }

  .sp-part2 .swiper {
    width: 788px;
    flex-shrink: 0;
  }

  .sp-part2 .swiper .sp-row {
    gap: 14px;
    top: 16px;
    left: 16px;
  }
  .sp-part2 .swiper .sp-avatar {
    height: 60px;
    flex-shrink: 0;
  }
  .sp-part2 .swiper .sp-star {
    height: 18px;
  }
  .sp-part2 .swiper .sp-name {
    font-size: 18px;
  }
  .sp-part2 .swiper .sp-text {
    font-size: 18px;
    line-height: 28px;

    left: 26px;
    top: 100px;
    width: 410px;
  }
  .sp-part3 {
    padding-top: 62px;
    padding-bottom: 74px;
    background: url("/cdn/shop/files/20251108-img3-bg-pc.png") no-repeat;
    background-size: 100% 100%;
  }
  .sp-part3 .sp-title {
    margin-bottom: 40px;
  }

  .sp-part3 .sp-box {
    display: flex;
    gap: 70px;
    justify-content: center;
  }
  .sp-part3 .sp-item {
    width: 419px;
  }
  .sp-part3 .sp-item .sp-p {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 384px;
    height: 48px;
    background: #f4d3ac;
    border-radius: 10px;
    font-size: 17px;
    color: #0f0f0f;
    line-height: 48px;
    padding-left: 40px;
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    text-align: center;
  }
  .sp-part3 .sp-item .sp-p::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 44px;
    background: url("/cdn/shop/files/20251108-swiper-icon.png") no-repeat;
    background-size: 100% 100%;
    left: 8px;
  }
  .sp-part3 .sp-btn-style1 {
    width: 631px;
    height: 56px;
    margin-top: 39px;
    font-size: 22px;
  }
  .sp-part4 {
    padding: 65px 0px 74px;
  }

  .sp-part4 .sp-box {
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .sp-part4 .sp-box .sp-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .sp-part4 .sp-box .sp-item .sp-icon {
    height: 24px;
    flex-shrink: 0;
  }
  .sp-part4 .sp-box .sp-span {
    color: #171717;
    font-family: "Poppins-SemiBold";
  }
  .sp-part4 .sp-group {
    display: flex;
    gap: 36px;
    width: 100%;
    align-items: center;
  }
  .sp-part4 .sp-text {
    position: unset;
    width: 100%;
    text-align: left;
    line-height: 1;
    font-family: "Poppins-Bold";
    color: #151515;
    font-size: 30px;
    margin-top: 26px;
    margin-bottom: 15px;
  }
  .sp-part4 .sp-text .sp-color {
    color: #d80000;
  }
  .sp-part4 .sp-text2 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 0px;
  }

  .sp-part5 {
    height: 611px;
    box-sizing: border-box;
    background: url("/cdn/shop/files/20251108-img5-pc.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part5 .sp-title-wrap {
    top: 92px;
    left: 1036px;
  }
  .sp-part5 .sp-title {
    color: #fff;
    line-height: 65px;
    text-align: left;
  }

  .sp-part5 .sp-sub-title {
    font-size: 23px;
    text-align: left;
  }
  .sp-part5 .sp-text {
    width: 560px;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    padding: 0px;
    margin-top: 22px;
    margin-bottom: 48px;
  }
  .sp-part5 .sp-btn-style1 {
    margin-left: 0;
  }
  .sp-part6 {
    padding: 65px 0px 70px;
    box-sizing: border-box;
  }
  .sp-part6 .sp-title {
    margin-bottom: 45px;
  }
  .sp-part6 .sp-group {
    display: flex;
    justify-content: center;
    gap: 99px;
  }
  .sp-part6 .sp-right {
    width: 694px;
  }
  .sp-part6 .sp-row {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .sp-part6 .sp-row .sp-p {
    font-size: 18px;
    line-height: 52px;
  }
  .sp-part6 .sp-row1 {
    bottom: 231px;
  }

  .sp-part6 .sp-img-wrap .sp-t {
    font-family: "Poppins-SemiBold";
    font-size: 21px;
    color: #7b2b0c;
    line-height: 1;
    position: absolute;
  }
  .sp-part6 .sp-img-wrap .sp-t1 {
    top: 30px;
    right: 26px;
    transform: rotate(22deg);
  }
  .sp-part6 .sp-img-wrap .sp-t2 {
    top: 305px;
    left: -72px;
    transform: rotate(-90deg);
  }
  .sp-part6 .sp-img-wrap .sp-t3 {
    left: 122px;
    bottom: -10px;
  }
  .sp-part6 .sp-ul {
    font-family: "Poppins-Regular";
    font-size: 20px;
    color: #151515;
    line-height: 28px;
    margin-top: 25px;
  }
  .sp-part6 .sp-ul .sp-span {
    font-family: "Poppins-SemiBold";
  }
  .product-part {
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #1b1b1b;
    padding: 70px 45px 50px;
  }
  .product-part .sp-text1 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .product-part .sp-title1 {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .sp-icon-wraps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin-bottom: 65px;
  }
  .sp-icon-wraps .sp-icon {
    width: 25px;
  }
  .sp-icon-wraps .sp-p {
    gap: 20px;
    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: 350px;
    height: 460px;
    background: #ffffff;
    border-radius: 25px;

    position: relative;
    margin-bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;

    border: none;
    user-select: none;
    padding-top: 40px;
  }
  .product-box.sp-active {
    border: 4px solid #f4d3ac;
    /* width: 383px;
    height: 488px; */
    transform: scale(1.1);
  }

  .product-part .sp-brand {
    width: 76px;
    height: 75px;
    top: -5px;
    left: -23px;
    font-size: 16px;
    padding-top: 2px;
  }
  .product-part .sp-brand .sp-p {
    font-size: 24px;
  }
  .product-part .sp-brand2 {
    width: 162px;
    height: 30px;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    font-size: 15px;
    line-height: 30px;
  }

  .product-part .sp-img-wrap {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-part .sp-p-img {
    height: 185px;
  }

  .product-part .sp-title-s {
    font-size: 17px;
    color: #111111;
    line-height: 1;
    text-align: center;
    gap: 6px;
    white-space: nowrap;
    margin-bottom: 18px;
  }

  .product-part .sp-title-s .sp-fire {
    width: 16px;
    vertical-align: sub;
  }

  .product-part .price-group {
    line-height: 1;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 36px;
    flex-direction: column;
    align-items: center;
  }

  .product-part .sp-price1 {
    font-family: "MiSans-Bold";
    font-size: 28px;
    color: #d90000;
  }

  .product-part .sp-price2 {
    font-family: "MiSans-Demibold";
    font-size: 16px;
    color: #7a7979;
    margin-left: 11px;
  }
  .product-part .sp-btn-style {
    width: 288px;
    height: 46px;
    background: #d80000;
    border-radius: 23px;
    font-size: 16px;
  }
  .sp-tip5 {
    gap: 6px;
    font-size: 24px;
    margin-top: 10px;
    white-space: nowrap;
  }
  .sp-tip5 img {
    width: 47px;
  }

  .sp-footer-pc {
    width: 402px;
    margin-right: 20px;
    transform: translateY(10px);
  }

  .sp-footer-group {
    display: flex;
    gap: 50px;
    margin-top: 70px;
    justify-content: center;
    align-items: center;
  }
  .sp-footer-group .sp-img1 {
    height: 82px;
  }
  .sp-footer-box {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    gap: 10px;
  }
  .sp-footer-box .sp-row {
    width: 110px;
    height: 129px;
    background: url("/cdn/shop/files/20251108-brand1.png");
    background-size: 100% 100%;
    text-align: center;
    font-size: 13px;
    font-family: "Roboto-Medium";
    color: #fff;
    padding-top: 38px;
    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: 27px;
    color: #007dc5;
    line-height: 1;
    margin-bottom: 8px;
  }

  .sp-footer-box .sp-box1 .sp-li {
    font-size: 16px;
    color: #ffffff;
    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: 20px;
    margin-right: 8px;
  }
  #commit {
    height: 1083px;
    background-color: #333333;
  }

  .sp-part7 {
    padding: 40px 275px 50px;
  }
  .sp-part7 .sp-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .sp-part7 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp-part7 .sp-item {
    width: 443px;
    height: 250px;
    background: #ffffff;
    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;
  }
  .sp-part7 .sp-item .sp-circles {
    height: 73px;
  }
  .sp-circles {
    width: 73px;
    height: 73px;

    font-size: 13px;
    color: #f4d3ac;
    font-family: "MiSans-Bold";
    line-height: 22px;
    text-align: center;
    line-height: 1;
    padding-bottom: 0px;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .sp-circles p {
    font-family: "MiSans-Bold";
    font-size: 15px;
  }
  .sp-part7 .sp-content {
    margin-top: 26px;
  }
  .sp-part7 .sp-item .sp-p1 {
    font-size: 20px;
    color: #282828;
    line-height: 1.1;

    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .sp-part7 .sp-item .sp-p2 {
    font-size: 15px;
    color: #282828;
    line-height: 22px;
  }
  .sp-part8 {
    padding: 40px 260px 140px;
  }
  .sp-part8 .sp-title .sp-color {
    font-size: 25px;
  }
  .sp-part8 .sp-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 32px;
  }
  .sp-part8 .q-row {
    height: 90px;
    min-height: unset;
    gap: 28px;
    font-size: 24px;
    line-height: 45px;

    padding-left: 24px;
  }
  .sp-part8 .q-row .sp-icon {
    width: 30px;
    height: 19px;
  }

  .sp-part8 .sp-text {
    padding-left: 80px;
    padding-right: 40px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 40px;
  }

  .sp-part8 .sp-btn-style1 {
    margin-top: 110px;
    width: 631px;
    height: 56px;
    font-size: 22px;
  }

  .sp-footer-pc-bottom {
    width: 100%;
    background: #1b1b1b;

    padding: 30px 0px;
    box-sizing: border-box;
  }
  .sp-footer-pc-bottom .sp-ww {
    display: flex;
    justify-content: center;
    gap: 120px;
  }
  .sp-footer-pc-bottom .sp-item {
    flex: 1;
    font-family: "MiSans-Demibold";
    font-size: 16px;
    color: #f4d3ac;
    line-height: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sp-footer-pc-bottom .sp-item .sp-icon {
    height: 44px;
    margin-bottom: 12px;
  }

  .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;
  }
}
.sp-part1.sp-mobile .sp-sub-title{
    font-size:27px;
}
.sp-part1.sp-mobile  .sp-box{
    font-size:26px
}
.sp-part2.sp-mobile .sp-title{
    font-size:53px;
}
.sp-part4.sp-mobile .sp-title,{
    font-size:54px;
}
.sp-part6.sp-mobile .sp-title{
    font-size:51px;
}
.guarantee_column_container,.collapsible-content,.lt_back_to_top{
    display:none !important;
}
.sp-prod-size{
    font-size: 38px;
    color: red;
    position: absolute;
    right: 20px;
    bottom: 20px;

}
@media(min-width:750px){
  .sp-prod-size{
      position: absolute;
      font-size: 20px;
      color: red;
      right: 14px;
      bottom: 36%;
  }
}
.product-part .sp-img-wrap{
  position:relative;
}
.app-embed-plus-component-pay-button-address-text{
  color:#000000 !important;
}