@font-face {
  font-family: Roboto;
  src: url(../font/Roboto-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../font/Roboto-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Light;
  src: url(../font/Roboto-Light.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Black;
  src: url(../font/Roboto-Black.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../font/Roboto-Medium.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../font/Poppins-Medium.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../font/Poppins-SemiBold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../font/Poppins-Bold.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: AkzidenzGroteskBQ-XBold;
  src: url(../font/AKZIDENZGROTESK-EXTRABOLD.OTF);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../font/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MiSans-Bold;
  src: url(../font/MiSans-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MiSans-Regular;
  src: url(../font/MiSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MiSans-Demibold;
  src: url(../font/MiSans-Demibold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MiSans-Semibold;
  src: url(../font/MiSans-Semibold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MiSans-Medium;
  src: url(../font/MiSans-Medium.ttf);
  font-weight: 400;
  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: #fff;
}
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;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-bottom,
.header-top {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
}
.header-top {
  background-color: #ff8d44;
  height: 72px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: MiSans-Semibold;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.sp-cart {
  width: 79px;
  height: 76px;
  margin-right: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .icon {
  width: 70px;
  height: 62px;
  background: url(../img/20250919-cars.png) no-repeat;
  background-size: 100% 100%;
}
.sp-cart .num {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  background: #8a8a8a;
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: absolute;
  right: -24px;
  top: -5px;
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
}
.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  gap: 10px;
}
.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 30;
}
@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: #1b1b1b;
  height: 72px;
  position: relative;
  z-index: 9;
  font-size: 34px;
  font-family: Roboto;
  gap: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.header-bottom img {
  width: 30px;
}
.sp-swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.sp-swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.sp-swiper-fade2.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.sp-swiper-scroll2 {
  margin: 92px 0;
}
.header-inner {
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  box-sizing: border-box;
}
.header-inner .sp-logo {
  font-family: MiSans-Semibold;
  font-size: 50px;
  color: #121212;
  /* line-height: 86px; */
}
.sp-menu-btn {
  width: 56px;
  flex-shrink: 0;
  cursor: pointer;
}
.sp-top-btn {
  width: 330px;
  height: 77px;
  background: #e20202;
  border-radius: 10px;
  text-align: center;
  font-family: MiSans-Bold;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}
.price-group {
  display: flex;
  align-items: baseline;
}
.price-group .price2 {
  text-decoration: line-through;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sp-stroke {
  position: relative;
}
.sp-stroke:after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sp-stroke-shadow {
  position: relative;
  z-index: 1;
}
.sp-stroke-shadow:before {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: -6px 8px 0px rgba(16, 16, 16, 0.39);
  z-index: -1;
}
.sp-btn-style1 {
  width: 839px;
  height: 150px;
  background: #ff761e;
  border-radius: 20px;
  font-family: MiSans-Bold;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  animation: skip 4s infinite 1s;
  margin-left: auto;
  margin-right: auto;
}
.sp-btn-style1.sp-btn-small {
  width: 822px;
  height: 111px;
}
.sp-fires {
  width: 31px;
  height: 37px;
  background: url(https://kingwwy.com/cdn/shop/files/20251029-fires.png) no-repeat 100%;
  margin-top: -5px;
}
.sp-btn-style1 span {
  margin: 0 59px;
}
.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-title .sp-color {
  color: #ff761e;
}
.sp-title {
  font-family: Poppins-Bold;
  font-size: 70px;
  color: #3b2006;
  line-height: 85px;
  text-transform: uppercase;
  text-align: center;
}
.sp-title .sp-black {
  color: #1d1d1d;
}
.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #3b2006;
  line-height: 40px;
  text-align: center;
  margin-top: 36px;
}
.sp-sub-title .sp-color {
  font-family: Poppins-SemiBold;
}
.sp-btn-style2 {
  width: 100%;
  height: 180px;
  background: url(../img/20251114-btn-bg2.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  z-index: 9;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sp-btn-style2 .sp-font {
  font-family: Poppins-Regular;
  font-size: 10px;
  color: #fff;
}
.sp-btn-style2 .sp-info2 {
  width: 43%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
}
.sp-btn-style2 .sp-info-font4 {
  font-family: Poppins-Medium;
  font-size: 22px;
  color: #ffefcb;
}
.sp-btn-style2 .sp-info-font4 span {
  font-family: Roboto-Black;
  font-size: 42px;
  color: #fc0;
}
.sp-btn-style2 .sp-info {
  width: calc(100% - 43%);
}
.sp-btn-style2 .sp-info-font1 {
  font-family: Poppins-Bold;
  font-size: 55px;
  color: #fff;
  line-height: 54px;
  text-shadow: 1px 2px 0px rgba(172, 59, 0, 0.59);
  text-align: center;
}
.sp-btn-style2 .sp-info-font2 {
  font-family: Roboto;
  font-size: 30px;
  color: #ffffffd4;
  line-height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.sp-btn-style2 .sp-info-font2 i {
  width: 56px;
  height: 43px;
  background: url(../img/2025114-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 14px;
}
.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}
.sp-part1 {
  min-height: 1799px;
  background: url(../img/20251114-bg1.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding: 788px 0 0;
}
.sp-part1-ul {
  width: 645px;
  height: 221px;
  background: url(../img/20251114-part1-1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 396px;
  margin-bottom: 85px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.sp-part1-boxs {
  padding: 0 73px;
}
.sp-part1-ul li {
  width: calc(50% - 10px);
  font-family: Poppins-Medium;
  font-size: 31px;
  color: #fff;
  line-height: 49px;
  text-align: center;
}
.sp-part1 .sp-title {
  font-size: 80px;
}
.sp-part1 .sp-sub-title {
  margin-bottom: 83px;
}
.sp-part1-imgs {
  width: 79px;
  height: 79px;
}
.sp-part1-title {
  font-family: Roboto-Bold;
  font-size: 30px;
  color: #fff;
  line-height: 51px;
}
.sp-part1-text {
  font-family: Roboto;
  font-size: 25px;
  color: #d0d0d0;
  line-height: 25px;
  opacity: 0.6;
}
.sp-part1 .sp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 59px;
  gap: 30px;
  font-size: 30px;
  color: #656565;
  font-family: Roboto;
  margin-bottom: 75px;
}
.sp-part1 .sp-row .sp-icon {
  height: 34px;
  object-fit: contain;
}
.sp-part1-title2 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 53px;
  color: #484848;
  line-height: 56px;
  text-align: center;
}
.sp-part1-title3 {
  font-family: Roboto-Bold;
  font-weight: 500;
  font-size: 73px;
  color: #111110;
  line-height: 70px;
  text-align: center;
  margin: 28px 0 66px;
}
.sp-part1 .sp-row3 {
  margin-top: 52px;
  font-family: Roboto-Bold;
  font-size: 27px;
  color: #e6562a;
  margin-bottom: 29px;
  text-align: center;
}
.sp-part1 .sp-row3 .sp-p {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.sp-part1-wraper {
  padding: 84px 144px 66px 75px;
  position: relative;
  background: url(https://kingwwy.com/cdn/shop/files/20251029-part1-1.png) no-repeat;
  background-size: 100% 100%;
}
.sp-part1-title4 {
  width: 442px;
  height: 89px;
  background: url(https://kingwwy.com/cdn/shop/files/20251029-part1-line.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
}
.sp-part1-title4 h4 {
  font-size: 33px;
  color: #fffff2;
  line-height: 39px;
  background: linear-gradient(77deg, #fff0c1, #ffc300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1-title4 h4 span {
  font-family: Roboto-Bold;
  font-size: 52px;
}
.sp-line {
  display: inline-block;
  width: 59px;
  height: 1px;
  background: #bfbfbf;
  margin-right: 8px;
}
.sp-part1-title4 p {
  font-size: 31px;
  color: #fffff2;
  line-height: 35px;
  background: linear-gradient(1deg, #fff0c1, #ffc300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-img {
  position: absolute;
  right: 52px;
  bottom: 45px;
  height: 267px;
  width: 235px;
}
.sp-part1-box {
  width: 861px;
  height: 109px;
  background: #4b3218;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 17px 138px 17px 52px;
  gap: 68px;
}
.sp-part1-text2 {
  font-family: Roboto;
  font-size: 15px;
  color: #c1c1c1;
  line-height: 20px;
  text-align: right;
  padding-right: 93px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0;
}
.sp-swiper-box {
  height: 352px;
  padding: 43px 38px 16px;
  box-sizing: border-box;
  background: #864e3d;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-part1 .sp-img1 {
  display: block;
  margin: 29px auto 92px;
}
.sp-part1 .sp-text {
  font-family: Roboto;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}
.sp-part1 .sp-text2,
.sp-part4 .sp-text2 {
  font-family: Roboto;
  font-size: 26px;
  color: #fff;
}
.sp-part1 .sp-text2 .sp-span,
.sp-part4 .sp-text2 .sp-span {
  font-family: Roboto-Bold;
  display: block;
}
.sp-swiper-fade1 .swiper-button-next,
.sp-swiper-fade1 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #f4f6f5;
  border-radius: 50%;
  left: 26px;
}
.sp-swiper-fade1 .swiper-button-next {
  background: #b58781;
  right: 26px;
  left: auto;
}
.sp-swiper-fade1 .swiper-button-prev i {
  width: 17px;
  height: 12px;
  background: url(../img/20251029-lf.png) no-repeat 100%;
}
.sp-swiper-fade1 .swiper-button-next i {
  width: 17px;
  height: 12px;
  background: url(../img/20251029-rl.png) no-repeat 100%;
}
.sp-swiper-fade1 .swiper-button-next:after,
.sp-swiper-fade1 .swiper-button-prev:after {
  content: "";
}
.sp-part1-gifs {
  width: 997px;
  height: 838px;
  border-radius: 20px;
  background-size: 100% 100%;
  margin: 0 auto 104px;
  justify-content: center;
  position: relative;
}
.sp-part1-gifs video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-part2 {
  padding: 119px 40px 160px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sp-part2-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 30px;
  margin-top: 80px;
}
.sp-part2-li {
  position: relative;
  width: calc(50% - 15px);
}
.sp-part2-li > img {
  width: 100%;
  height: 100%;
}
.sp-part2-text {
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 363px;
  height: 82px;
  background: #e0e0e0;
  border-radius: 41px;
  font-family: Poppins-Medium;
  font-size: 32px;
  color: #424242;
  line-height: 42px;
  gap: 8px;
}
.sp-part2-text .sp-error {
  width: 51px;
  height: 51px;
  background: url(../img/20251114-error.png) no-repeat;
  background-size: 100% 100%;
}
.sp-part3 {
  background: url(../img/20251114-bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 128px 0 120px;
}
.sp-part3 .sp-title {
  font-size: 60px;
}
.sp-part3 .sp-title .sp-color {
  font-size: 70px;
}
.sp-part3 .sp-sub-title {
  font-size: 28px;
}
.sp-part3-ul {
  padding: 65px 0 763px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px;
}
.sp-part3-li {
  width: 400px;
  height: 127px;
  background: #fff;
  border-radius: 12px;
  padding: 0 0 0 55px;
  gap: 30px;
  box-sizing: border-box;
}
.sp-part3-li .sp-texts {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #3b2006;
  line-height: 41px;
}
@keyframes Updown2 {
  0% {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(0);
  }
}
.sp-part3-wraper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.sp-part3-box {
  width: 487px;
  height: 175px;
  background: #593f31;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 11px;
  box-sizing: border-box;
  gap: 32px;
}
.sp-part3-box img {
  height: 154px;
}
.sp-part3-box .sp-text {
  font-family: Poppins-Regular;
  font-size: 31px;
  color: #fff;
  line-height: 46px;
}
.sp-part3-box .sp-color {
  font-family: Poppins-SemiBold;
}
.sp-part4 {
  background: url(../img/20251114-bg3.png) no-repeat;
  padding: 120px 0;
  box-sizing: border-box;
  position: relative;
  background-size: 100% 100%;
}
.sp-part4 .sp-title {
  font-size: 60px;
}
.sp-part4 .sp-title .sp-color {
  font-size: 70px;
}
.sp-part4-title {
  font-family: Poppins-SemiBold;
  font-weight: 500;
  font-size: 30px;
  color: #3b2006;
  line-height: 40px;
  text-align: center;
  margin: 13px 0 9px;
}
.sp-part4-wraper {
  margin: 138px 0 0 77px;
  max-width: 302px;
  text-align: center;
}
.sp-part4-margin {
  margin-bottom: 72px;
}
.sp-part4-text {
  font-family: Poppins-Regular;
  font-size: 25px;
  color: #3b2006e0;
  line-height: 35px;
  text-align: center;
}
.sp-swiper-fade1 {
  margin-top: 83px;
}
.sp-swiper-boxs {
  width: 1000px;
  background: #593f31;
  border-radius: 20px;
  margin: 0 auto;
  padding: 22px 40px 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.sp-swiper-boxs .sp-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #fff;
  line-height: 42px;
}
.sp-swiper-boxs .sp-text li {
  width: calc(50% - 10px);
  text-align: center;
}
.sp-swiper-boxs img {
  width: 100%;
}
.sp-part5 {
  background: linear-gradient(143deg, #fdebd3, #fce2bf);
  padding: 109px 0 120px;
}
.sp-part5 .sp-title .sp-color,
.sp-part6 .sp-title .sp-color,
.sp-part7 .sp-title .sp-color {
  font-size: 70px;
}
.sp-part5 .sp-title,
.sp-part6 .sp-title,
.sp-part7 .sp-title {
  font-size: 60px;
}
.sp-part5-gif {
  width: 963px;
  height: 707px;
  background: #593f31;
  border-radius: 20px;
  background: url(../img/20251114-gif.gif) no-repeat;
  background-size: 100% 100%;
  margin: 75px auto 42px;
}
.sp-part5-box {
  display: flex;
  flex-direction: row;
  gap: 58px;
  padding: 0 53px;
  margin-bottom: 65px;
}
.sp-part5-li .sp-img {
  width: 146px;
}
.sp-part5-li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
.sp-part5-title {
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #ff761e;
  line-height: 72px;
}
.sp-part5-text {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #3b2006;
  line-height: 33px;
}
.sp-part6 {
  padding: 108px 0 119px;
  background: #fdfcfc;
}
.sp-part6-boxs {
  width: 937px;
  height: 526px;
  margin: 82px auto 22px;
  position: relative;
}
.sp-part6-boxs2 {
  margin-top: 0;
  margin-bottom: 0;
}
.sp-part6-ul {
  position: absolute;
  bottom: 105px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 96px 0 137px;
}
.sp-part6-ul li {
  text-align: center;
}
.sp-part6-li {
  margin-bottom: 60px;
}
.sp-part6-li2 {
  margin-bottom: 60px;
  margin-left: 58px;
}
.sp-p6-title {
  font-family: Poppins-Bold;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 24px;
}
.sp-p6-text {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}
.sp-p6-tag {
  width: 184px;
  height: 47px;
  background: #ff7319;
  border-radius: 23px;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #fff;
  line-height: 47px;
  margin-top: 5px;
}
.sp-part6-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 33px;
  box-sizing: border-box;
  padding: 0 0 38px 65px;
}
.sp-part6-text .sp-icon {
  width: 84px;
  height: 92px;
}
.sp-part6-text p {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #fff;
  line-height: 41px;
}
.sp-part7 {
  padding: 117px 0 120px;
  background: linear-gradient(143deg, #fdebd3, #fce2bf);
  box-sizing: border-box;
  position: relative;
}
.sp-part7-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
}
.sp-part7-li {
  width: 289px;
  height: 144px;
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-p7-title {
  font-family: Poppins-SemiBold;
  font-size: 39px;
  color: #ff761e;
  line-height: 43px;
}
.sp-p7-title span {
  font-size: 58px;
  font-family: Poppins-Bold;
}
.sp-p7-text {
  font-family: Poppins-Medium;
  font-size: 34px;
  color: #3b2006;
  line-height: 36px;
}
.sp-part7 .sp-imgs {
  width: 918px;
  display: block;
  margin: 53px auto 67px;
}
.sp-part9 {
  padding: 118px 0 119px;
  background: #fff;
}
.sp-part9 .sp-imgs {
  width: 756px;
  display: block;
  margin: 83px auto 128px;
  position: relative;
}
.sp-part9 .sp-imgs img {
  width: 100%;
}
.sp-part9 .sp-imgs .sp-text {
  position: absolute;
  display: inline-block;
  font-family: Poppins-Medium;
  font-size: 41px;
  color: #353535;
}
.sp-part9 .sp-imgs .sp-text1 {
  top: 146px;
  right: -55px;
  writing-mode: vertical-rl;
}
.sp-part9 .sp-imgs .sp-text2 {
  line-height: 31px;
  right: 440px;
  bottom: -25px;
}
.sp-part9-texts {
  padding: 0 133px;
}
.sp-part9-texts .sp-text3 {
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #353535;
  line-height: 65px;
}
.sp-part9-texts .sp-text3 span {
  font-family: Poppins-SemiBold;
}
.sp-last-box {
  min-height: 425px;
  background: url(../img/20251114-last.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding: 42px 450px 0 0;
}
.sp-last-only {
  display: block;
  width: 346px;
  height: 70px;
  background: url(../img/20251114-border2.png) no-repeat;
  background-size: 100% 100%;
  font-family: Poppins-Bold;
  font-size: 40px;
  color: #103860;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 21px;
  text-transform: uppercase;
}
.sp-last-box .sp-text1 {
  font-family: Poppins-Bold;
  font-size: 45px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}
.sp-last-box .sp-text2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 23px;
}
.sp-last-box .sp-text8 {
  padding-right: 30px;
}
.sp-last-box .sp-text6 {
  font-family: Poppins-SemiBold;
  font-size: 53px;
  color: #fff;
  line-height: 39px;
}
.sp-last-box .sp-text7 {
  display: block;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: #fff;
  width: 155px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #103860;
  text-transform: uppercase;
  margin: 0 auto 15px;
}
.sp-last-box .sp-text3 {
  font-family: Poppins-SemiBold;
  font-size: 120px;
  color: #fff;
  line-height: 88px;
  border-left: 1px solid #ffffff;
  padding: 0 0 0 20px;
}
.sp-last-box .sp-text4 {
  display: block;
  font-family: Poppins-SemiBold;
  font-size: 66px;
  color: #fff;
  line-height: 49px;
}
.sp-last-box .sp-text5 {
  display: block;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #fff;
  line-height: 23px;
  margin-top: 10px;
}
.sp-last-btn {
  width: 425px;
  height: 85px;
  background: url(../img/20251114-btn-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 26px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: Poppins-Bold;
  font-size: 36px;
  color: #e31118;
  animation: skip 4s infinite;
}
.sp-last-btn i {
  width: 26px;
  height: 26px;
  background: url(../img/20251114-arrow.png) no-repeat;
  background-size: 100% 100%;
}
.sp-last-border {
  position: absolute;
  right: 57px;
  top: 27px;
  width: 252px;
  height: 99px;
  background: url(../img/20251114-boder.png) no-repeat;
  background-size: 100% 100%;
  font-family: Poppins-Medium;
  font-size: 25px;
  color: #103860;
  line-height: 35px;
  text-align: center;
}
.sp-text-box {
  min-height: 271px;
  background: url(../img/20251114-text-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 57px 0 0;
  box-sizing: border-box;
}
.sp-swiper1.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.sp-swiper1 {
  font-family: MiSans-Regular;
  font-size: 30px;
  color: #3b2006;
  line-height: 26px;
  margin-top: 21px;
}
.sp-width {
  width: 311px;
}
.sp-width2 {
  width: 483px;
}
.sp-width3 {
  width: 515px;
}
.sp-text-box .sp-success {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/20251114-success.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 16px;
}
.sp-text-box .sp-font1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: MiSans-Regular;
  font-size: 30px;
  color: #3b2006;
  gap: 14px;
  justify-content: center;
}
.sp-text-box .sp-font1 .sp-star {
  width: 121px;
  height: 23px;
}
.sp-text-box .sp-font2 {
  font-family: Poppins-Bold;
  font-size: 50px;
  color: #3b2006;
  line-height: 61px;
  font-style: italic;
  text-align: center;
  margin-top: 17px;
}
.sp-text-box .sp-font2 span {
  color: #ff761e;
}
.product-part {
  font-family: Roboto-Medium;
  box-sizing: border-box;
  position: relative;
  padding: 108px 0 83px;
  overflow: hidden;
}
.product-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.top-product {
  width: 907px;
  height: 704px;
  margin: 0 auto;
  position: relative;
  background: url(../img/20251114-pro-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
    align-items: center;
  padding: 128px 0 0;
  box-sizing: border-box;
  z-index: 3;
}
.sp-pro-only {
  position: absolute;
  right: 93px;
  bottom: 95px;
  font-family: Roboto-Bold;
  font-size: 43px;
  color: #df0f0f;
  display: none;
}
.sp-pd6 {
  padding: 0 74px 0 59px;
}
.sp-pro-icon {
  position: absolute;
  right: 203px;
  top: -27px;
  width: 163px;
  height: 135px;
  background: url(../img/20251029-clock.png) no-repeat;
  background-size: 100% 100%;
  animation: shake 0.8s infinite;
}
.sp-tops-img {
  width: 100%;
  height: 580px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 40px;
}
.sp-tops-img > img:first-child {
  display: block;
}
.sp-tops-img > img {
  display: none;
  margin: 0 auto;
}
.sp-pro-title {
  font-family: Poppins-Bold;
  font-size: 57px;
  color: #171717;
  line-height: 73px;
  text-align: center;
  margin-top: 36px;
}
@keyframes swing1 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
.sp-pro-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 47px 0 62px;
  box-sizing: border-box;
}
.sp-pro-size > p > em {
  display: inline-block;
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 10px;
  font-family: Poppins-SemiBold;
  font-size: 33px;
  color: #9c2525;
  line-height: 47px;
  text-align: center;
  font-style: normal;
}
.sp-pro-size h4 {
  font-family: Roboto-Black;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  line-height: 37px;
  font-style: italic;
  text-transform: uppercase;
}
.sp-pro-size > p {
  width: 180px;
  margin-top: 62px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 35px;
}
.sp-pro-size > div > p {
  font-family: Roboto;
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  font-style: italic;
  margin-top: 10px;
}
.product-part .product-infos {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 54px;
  margin-top: 58px;
}
.product-part .price-group {
  line-height: 1.1;
}
.product-part .price1 {
  font-family: Roboto-Bold;
  font-size: 85px;
  color: #ff0707;
  line-height: 79px;
  height: 79px;
  margin-top: -15px;
}
.product-part .price1 span {
  font-family: Roboto-Bold;
  font-size: 85px;
  color: #ff0707;
  line-height: 79px;
  height: 79px;
}
.product-part .price-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.product-part .price2 {
  font-family: Roboto-Medium;
  font-size: 50px;
  color: #4b4b4b;
  line-height: 43px;
  text-decoration-line: line-through;
  margin-bottom: 10px;
  margin-left: 25px;
}
.sp-frees {
  position: relative;
  width: 269px;
  height: 55px;
  line-height: 55px;
  background: #fd771b;
  border-radius: 10px;
  margin-left: 73px;
  font-family: Poppins-Bold;
  font-weight: 700;
  font-size: 50px;
  padding-left: 37px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.sp-frees i {
  display: block;
  width: 66px;
  height: 91px;
  position: absolute;
  top: -16px;
  left: -31px;
  background: url(../img/20251029-down.png) no-repeat;
  background-size: 100% 100%;
  animation: myfirst 5s linear infinite;
}
.product-part .option-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 38px;
  color: #696969;
  line-height: 43px;
  margin-bottom: 23px;
}
.product-part .option-title.sp-red {
  color: #e70000;
}
.product-part .opt-group {
  display: flex;
  gap: 24px 39px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 22px;
}
#color {
  margin-bottom: 33px;
}
#color .option:nth-child(n + 5) {
  width: 279px;
}
#color .option:nth-child(n + 7) {
  width: 350px;
}
#Size .option {
  width: 451px;
}
#color .option:nth-child(8) {
  width: 234px;
}
.product-part .option {
  width: auto;
    padding: 10px;
    height: 84px;
  background: #fff;
  border-radius: 26px;
  border: 1px solid #828282;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 36px;
  color: #1b1b1b;
  line-height: 1;
  position: relative;
}
.sp-hots {
  position: absolute;
  right: -21px;
  top: -12px;
  display: inline-block;
  width: 71px;
  height: 35px;
  background: url(../img/20251114-hot.png) no-repeat;
  background-size: 100% 100%;
}
.sp-fires-icon {
  width: 88px;
  height: 51px;
  background: url(https://kingwwy.com/cdn/shop/files/20251029-fires-two.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 49px;
}
.sp-fires-icon2 {
  width: 138px;
  height: 51px;
  background: url(https://kingwwy.com/cdn/shop/files/20251029-fires-three.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 49px;
}
.product-part .option.active, .option.shoppaas-sku-active {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}
@keyframes myfirst {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0);
  }
}
@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  to {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  to {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.addGroup {
  width: 419px;
  height: 96px;
  border-radius: 15px;
  border: 3px solid #828282;
  background: #eee;
  font-family: Roboto;
  font-weight: 500;
  font-size: 42px;
  color: #000;
  padding: 0 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addGroup .reduce,
.addGroup .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 205px;
  height: 100%;
  color: #232326;
  padding: 0;
  font-family: Roboto-Bold;
  font-size: 56px;
  line-height: 40px;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
}
.product-part .addCart {
  width: 492px;
  height: 96px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #828282;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 43px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
.product-part .addCart img {
  width: 44px;
  height: 39px;
  margin-right: 29px;
  margin-top: -8px;
}
.sp-fasts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: Roboto-Medium;
  font-size: 37px;
  color: #e6562a;
  line-height: 72px;
  margin: 31px 0 71px;
}
.sp-fasts i {
  width: 61px;
  height: 60px;
  background: url(../img/20251114-clock2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 43px;
}
.sp-pro-texts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-size: 32px;
  color: #000;
  line-height: 62px;
}
.sp-pro-texts .sp-color {
  color: #cf2f29;
}
.sp-pro-texts i {
  width: 70px;
  height: 33px;
  background: url(../img/20251114-fast.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 26px;
}
.product-part .sp-btn-style {
  width: 100%;
  height: 145px;
  background: linear-gradient(0deg, #ee6500, #ff721d);
  border-radius: 20px;
  cursor: pointer;
  font-family: Roboto-Bold;
  font-size: 81px;
  color: #fff;
  animation: skip 4s infinite;
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
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;
}
.sp-foot-imgs {
  width: 801px;
  margin: 43px auto 52px;
}
.sp-foot-imgs > img {
  width: 100%;
  height: 100%;
}
@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 {
  0% {
    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);
  }
}
.product-part .sp-pay-img {
  width: 1057px;
  height: 78px;
  display: block;
  margin: 0 auto;
}
.product-part .sp-pay-content {
  width: 1000px;
  height: 260px;
  background: #eef8fe;
  border-radius: 10px;
  border: 1px solid #c0e0f3;
  margin: 0 auto 34px;
  padding: 43px 0 0 35px;
  box-sizing: border-box;
}
.sp-pay-img2 {
  display: block;
  width: 911px;
  height: 74px;
  margin-top: 38px;
}
.sp-tip5 {
  font-family: Roboto-Bold;
  font-size: 32px;
  color: #282828;
  text-align: center;
}
.sp-tip5 .sp-span {
  font-family: Poppins-Bold;
  color: #cf2f29;
}
.sp-buy-content {
  width: 834px;
  height: 219px;
  background: #fdfcf5;
  border-radius: 10px;
  margin: 0 auto;
  padding: 41px 0 0;
  box-sizing: border-box;
}
.sp-buy-content .sp-box1 .sp-t1 {
  font-family: Roboto-Bold;
  font-size: 32px;
  color: #282828;
  text-align: center;
  margin-bottom: 23px;
}
.sp-buy-content .sp-box1 .sp-li {
  font-family: Roboto;
  font-size: 28px;
  color: #666;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 16px;
}
.sp-buy-content .sp-box1 span {
  font-family: Roboto-Bold;
}
.sp-buy-content .sp-box1 .sp-icon {
  width: 41px;
  margin-right: 17px;
}
.sp-footer {
  background: #f5ddbc;
  padding: 72px 40px 88px;
}
.sp-foot-title {
  font-family: Poppins-Bold;
  font-size: 50px;
  color: #141414;
  line-height: 42px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 67px;
}
.sp-footer .sp-item {
  width: 998px;
  height: 219px;
  background: #fff;
  border-radius: 25px;
  padding: 0 34px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}
.sp-rights {
  width: calc(100% - 153px);
}
.sp-sf-title {
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #282828;
  line-height: 42px;
  font-style: italic;
}
.sp-sf-text {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #282828;
  line-height: 38px;
}
.sp-footer .sp-icon {
  width: 133px;
  height: 133px;
  position: relative;
}
.sp-footer .sp-icon-text {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: MiSans-Bold;
  font-size: 28px;
  color: #f4d3ac;
  line-height: 24px;
}
.sp-footer .sp-icon-text em {
  font-size: 23px;
  font-style: normal;
}
.sp-footer .sp-icon img {
  width: 100%;
  height: 100%;
}
.sp-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 38px;
  color: #fff;
  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;
}
.sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: MiSans-Regular;
  font-size: 38px;
  color: #fff;
}
#commit {
  height: 1565px;
  background-color: #333;
}
.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: #fff;
  line-height: 50px;
  margin-bottom: 34px;
  text-transform: uppercase;
}
.sp-part7 .sp-item .sp-p2 {
  font-family: MiSans-Regular;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-style: italic;
}
.sp-part8 {
  padding: 114px 50px 236px;
  background-color: #fff;
}
.sp-part8 .sp-btn-style1 {
  margin-top: 125px;
}
.sp-part8 .sp-title .sp-color {
  font-family: Roboto-Bold;
  font-size: 73px;
  color: #171717;
}
.sp-part8 .sp-title {
  font-size: 107px;
  font-family: Poppins-Bold;
  line-height: 1.05;
  margin-bottom: 60px;
}
.sp-part8 .sp-box > div {
  width: 100%;
  background: #fff;
  box-shadow: 1px 2px 27px #1311110f;
  margin-bottom: 36px;
}
.sp-part8 .q-row {
  min-height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-family: Roboto-Medium;
  font-size: 30px;
  color: #0f0f10;
  line-height: 45px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s;
  padding: 0 44px;
  box-sizing: border-box;
}
.sp-part8 .q-row .sp-icon {
  width: 32px;
  height: 32px;
  background: url(../img/20251029-show.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.sp-part8 .sp-text {
  padding: 46px 0 60px 46px;
  font-family: Roboto;
  font-size: 30px;
  color: #191919;
  display: none;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
.sp-part8 .sp-show .q-row {
  color: #fff;
  background: #593f31;
}
.sp-part8 .sp-show .sp-icon {
  background-image: url(../img/20251029-hide.png);
}
.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: #fff;
  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: #fff;
  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 #ff7300ba;
}
.sp-footer .sp-text .sp-t2 {
  font-family: Poppins-Bold;
  font-size: 32px;
  color: #fefefe;
  line-height: 32px;
}
.sp-footer .sp-row {
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.sp-footer .sp-row .sp-item {
  width: 458px;
  height: 108px;
  background: linear-gradient(90deg, #000, #615e5e, #000);
  border-radius: 20px;
  opacity: 0.9;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 96px;
  gap: 33px;
  box-sizing: border-box;
}
.sp-footer .sp-row .sp-p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  line-height: 35px;
}
.sp-footer .sp-row .sp-item {
  flex: 1;
}
.sp-footer .sp-row2 {
  margin-top: 26px;
}
.sp-footer .sp-row .sp-icon {
  width: 77px;
}
.sp-menu-mask {
  background: #0b0b0b99;
  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 #00000080;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.2s;
  padding-top: 110px;
  box-sizing: border-box;
}
.sp-menu .sp-menu-item {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgba(71, 71, 71, 0.14);
  font-family: MiSans-Bold;
  font-size: 33px;
  color: #636363;
}
.sp-menu .sp-menu-item a {
  width: 100%;
  height: 100%;
  padding-left: 55px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.sp-menu .sp-menu-item a .sp-span {
  width: 60px;
  height: 28px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin-left: 25px;
}
.sp-menu .sp-menu-item:hover {
  background-color: #0000000d;
}
.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) {
  .foot-gap {
    gap: 20px;
  }
  .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: #fff;
  }
  .header-bottom {
    height: 34px;
    font-size: 15px;
    gap: 11px;
    letter-spacing: 4px;
    font-size: 18px;
  }
  .header-bottom img {
    width: 13px;
  }
  .header-inner {
    height: 65px;
    padding: 0 120px;
  }
  .header-inner .sp-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-left: 0;
    font-size: 30px;
    color: #121212;
    /* height: 65px; */
    font-family: MiSans-Semibold;
  }
  .header-inner .sp-logo img {
    max-height: 100%;
  }
  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #0e0e0e;
  }
  .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: #fff;
    text-align: center;
    line-height: 13px;
    margin-left: 3px;
  }
  .header-inner .sp-menu-item:hover {
    color: #00f6ff;
  }
  .sp-top-btn {
    width: 183px;
    height: 35px;
    background: #e20202;
    border-radius: 10px;
    font-size: 16px;
  }
  .sp-part1 {
    padding: 103px 0 94px;
    position: relative;
    min-height: 787px;
    background: url(../img/20251114-bg1-pc.png) no-repeat;
    background-size: cover;
    width: 100%;
  }
  .sp-part1 .sp-title {
    font-size: 50px;
    text-align: left;
  }
  .sp-part1 .sp-sub-title {
    text-align: left;
    max-width: 878px;
    margin-bottom: 50px;
  }
  .sp-part1-ul {
    width: 462px;
    height: 158px;
    margin: 0 0 75px;
  }
  .sp-part1-ul li {
    font-size: 22px;
    color: #fff;
    line-height: 34px;
  }
  .sp-btn-style1 {
    width: 461px;
    height: 66px;
    background: #ff761e;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    margin: 0;
  }
  .sp-part1 .sp-text1 {
    font-family: MiSans-Regular;
    font-size: 32px;
    color: #fff;
    line-height: 47px;
  }
  .sp-part1 .sp-text1 .sp-color {
    font-family: MiSans-Semibold;
  }
  .sp-part1 .sp-row3 {
    font-family: MiSans-Medium;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .sp-part1 .sp-row3 .sp-p {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 27px;
    color: #e6562a;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .sp-part1 .sp-row {
    height: 112px;
    background: #864e3d;
    margin: 0 auto 84px;
  }
  .sp-part1 .sp-row .sp-icon {
    width: 1513px;
    height: 43px;
  }
  .sp-part1 .sp-row3 .sp-color {
    font-family: MiSans-Semibold;
    color: #00f6ff;
    font-size: 24px;
  }
  .sp-cart {
    height: 45px;
    width: 40px;
    margin-left: 0;
    margin-right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sp-cart .icon {
    height: 45px;
    width: auto;
    background: none;
  }
  .sp-cart .num {
    width: 31px;
    height: 32px;
    right: -23px;
    top: -7px;
    line-height: 31px;
    font-size: 16px;
  }
  .sp-swiper-fade1 .swiper-button-next {
    right: 0;
  }
  .sp-part1 .sp-star,
  .sp-part4 .sp-star {
    height: 17px;
    margin-bottom: 10px;
  }
  .sp-part1 .sp-text,
  .sp-part4 .sp-text {
    font-size: 18px;
    line-height: 25px;
  }
  .sp-part1 .sp-text2,
  .sp-part4 .sp-text2 {
    font-size: 19px;
    color: #fff;
  }
  .sp-part1 .sp-text2 .sp-span,
  .sp-part4 .sp-text2 .sp-span {
    font-family: Roboto-Bold;
    display: block;
  }
  .sp-title {
    font-size: 50px;
    line-height: 1;
  }
  .sp-sub-title {
    font-size: 25px;
    margin-top: 44px;
  }
  .sp-part2 {
    padding: 81px 0 107px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .sp-part2-ul {
    flex-direction: row;
    gap: 20px 20px;
    margin-top: 59px;
  }
  .sp-part2-li {
    width: calc(25% - 15px);
  }
  .sp-part2-text {
    width: 251px;
    height: 57px;
    background: #e0e0e0;
    border-radius: 28px;
    font-size: 22px;
    bottom: -27px;
  }
  .sp-part2-text .sp-error {
    width: 35px;
    height: 34px;
  }
  .sp-title {
    font-size: 60px;
  }
  .sp-sub-title {
    font-size: 30px;
  }
  .sp-part3 {
    padding: 104px 0 80px;
    background-image: url(../img/20251114-bg2-pc.png);
    position: relative;
  }
  .sp-part3 .sp-title {
    font-size: 50px;
    text-align: left;
  }
  .sp-part3 .sp-title .sp-color {
    font-size: 50px;
  }
  .sp-part3 .sp-sub-title {
    font-size: 25px;
    line-height: 40px;
    text-align: left;
  }
  .sp-part3 .sp-ww {
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
  }
  .sp-part3-imgs {
    width: 902px;
    height: 467px;
    position: absolute;
    right: 0;
    top: 77px;
    background: url(../img/20251114-part3-img.png) no-repeat;
    background-size: 100% 100%;
  }
  .sp-part3-ul {
    width: 626px;
    height: 205px;
    background: #ffffffe6;
    border-radius: 20px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    margin: 62px 0 0;
    gap: 0;
  }
  .sp-part3-li {
    padding: 0;
    width: 50%;
    height: auto;
    gap: 22px;
  }
  .sp-part3-li .sp-texts {
    font-size: 22px;
    color: #3b2006;
    line-height: 30px;
  }
  .sp-part3-li img {
    width: 69px;
  }
  .sp-part3-box {
    width: 318px;
    height: 114px;
    background: #593f31;
    border-radius: 20px;
  }
  .sp-part3-box img {
    height: 102px;
  }
  .sp-part3-box .sp-text {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
  }
  .sp-part4 {
    padding: 80px 0 95px;
    background-image: url(../img/20251114-bg3-pc.png);
  }
  .sp-part4 .sp-title,
  .sp-part4 .sp-title .sp-color,
  .sp-part5 .sp-title,
  .sp-part5 .sp-title .sp-color,
  .sp-part6 .sp-title,
  .sp-part6 .sp-title .sp-color,
  .sp-part7 .sp-title,
  .sp-part7 .sp-title .sp-color {
    font-size: 50px;
  }
  .sp-part4-wraper {
    margin: 78px 0 0;
    display: flex;
    flex-direction: row;
    gap: 41px;
    min-width: 657px;
  }
  .sp-swiper-boxs .sp-text {
    font-size: 20px;
    line-height: 40px;
  }
  .sp-part4-margin {
    margin-bottom: 35px;
  }
  .sp-part4-wraper li {
    width: 308px;
  }
  .sp-part4-wraper li img {
    width: 100%;
  }
  .sp-part4-title {
    font-size: 23px;
    color: #3b2006;
    line-height: 29px;
    margin: 10px 0 8px;
  }
  .sp-part4-text {
    font-size: 16px;
    color: #3b2006;
    line-height: 30px;
  }
  .sp-swiper-fade1 {
    width: 657px;
    height: 247px;
    margin: 0;
  }
  .sp-swiper-boxs {
    width: 657px;
    height: 247px;
    background: #593f31;
    border-radius: 20px;
    padding: 5px 26px 20px;
  }
  .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-part5 {
    padding: 79px 0;
    box-sizing: border-box;
    background: linear-gradient(160deg, #fcefe0, #fce2bf);
  }
  .sp-part5 .sp-title {
    text-align: left;
    line-height: 65px;
  }
  .sp-part5 .sp-sub-title {
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    margin: 36px 0 52px;
  }
  .sp-part5-gif {
    margin: 0 0 40px;
    width: 557px;
    height: 409px;
  }
  .sp-part5 .sp-ww {
    justify-content: space-between;
  }
  .sp-part5 .sp-btn-style1 {
    width: 555px;
    height: 66px;
  }
  .sp-part5-box {
    padding: 0;
    margin: 0;
  }
  .sp-part5-li .sp-img {
    width: 133px;
  }
  .sp-part5-title {
    font-size: 23px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .sp-part5-li {
    gap: 17px;
  }
  .sp-part5-text {
    font-size: 20px;
    color: #3b2006;
    line-height: 30px;
  }
  .sp-part6 {
    padding: 80px 0;
  }
  .sp-part6-group {
    justify-content: space-between;
    margin-top: 59px;
  }
  .sp-part6-boxs {
    width: calc(50% - 16px);
    height: auto;
    margin: 0;
  }
  .sp-part6-boxs > img {
    width: 100%;
  }
  .sp-p6-title {
    font-size: 20px;
    line-height: 16px;
  }
  .sp-p6-text {
    font-size: 16px;
    line-height: 18px;
  }
  .sp-part6-ul {
    padding: 0 83px 0 115px;
    bottom: 83px;
  }
  .sp-part6-li {
    margin-bottom: 43px;
  }
  .sp-part6-li2 {
    margin-left: 31px;
    margin-bottom: 43px;
  }
  .sp-p6-tag {
    width: 106px;
    height: 24px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .sp-part6-text {
    padding: 0 0 36px 47px;
    gap: 30px;
  }
  .sp-part6-text .sp-icon {
    width: 61px;
    height: 67px;
  }
  .sp-part6-text p {
    font-size: 20px;
    line-height: 30px;
  }
  .so-part7 {
    padding: 80px 0;
    background: linear-gradient(160deg, #fcefe0, #fce2bf);
  }
  .sp-part7 .sp-title {
    text-align: left;
    line-height: 65px;
  }
  .sp-part7 .sp-sub-title {
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    margin-top: 23px;
  }
  .sp-part7 .sp-btn-style1 {
    width: 555px;
    height: 66px;
  }
  .sp-part7 .sp-imgs {
    width: 588px;
    height: 567px;
  }
  .sp-part7-box {
    margin: 40px 0;
    gap: 20px;
  }
  .sp-p7-title {
    font-size: 30px;
    line-height: 41px;
  }
  .sp-p7-title span {
    font-size: 45px;
  }
  .sp-p7-text {
    font-size: 25px;
    line-height: 27px;
  }
  .sp-part7-li {
    width: 224px;
    height: 112px;
    background: #f8f8f8;
    border-radius: 10px;
  }
  .sp-pro-texts {
    font-size: 20px;
    line-height: 21px;
  }
  .sp-part9 {
    padding: 80px 0;
    background: #fff;
  }
  .sp-part9 .sp-imgs {
    width: 463px;
    height: 257px;
    margin: 0;
  }
  .sp-part9 .sp-imgs .sp-text1 {
    top: 90px;
    right: -45px;
  }
  .sp-part9 .sp-imgs .sp-text2 {
    right: 268px;
    bottom: -43px;
  }
  .sp-part9 .sp-ww {
    justify-content: center;
    gap: 85px;
    margin-top: 49px;
  }
  .sp-part9-texts {
    padding: 0;
  }
  .sp-part9 .sp-imgs .sp-text {
    font-size: 25px;
    color: #353535;
    line-height: 65px;
  }
  .sp-part9-texts .sp-text3 {
    font-size: 25px;
    line-height: 45px;
  }
  .sp-text-box .sp-font1 {
    font-size: 23px;
  }
  .sp-text-box .sp-font2 {
    font-size: 56px;
  }
  .sp-text-box {
    min-height: 264px;
    background-image: url(../img/20251114-text-bg-pc.png);
    padding-inline-start: 60px;
  }
  .sp-lists {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: MiSans-Regular;
    font-size: 23px;
    color: #3b2006;
    line-height: 26px;
    margin-top: 30px;
    gap: 70px;
  }
  .sp-lists > p {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sp-pro-texts i {
    width: 44px;
    height: 21px;
    margin-right: 13px;
  }
  .sp-foot-imgs {
    width: 504px;
    margin: 27px auto 33px;
  }
  .product-part .sp-pay-content {
    width: 525px;
    height: 138px;
    border-radius: 10px;
    padding: 26px 0 31px;
  }
  .sp-tip5 {
    font-size: 20px;
  }
  .sp-pay-img2 {
    width: 478px;
    height: 39px;
    margin: 27px auto 0;
  }
  .sp-buy-content {
    width: 525px;
    height: 138px;
    background: #fdfcf5;
    border-radius: 10px;
    padding: 20px 0 0;
  }
  .sp-buy-content .sp-box1 .sp-t1 {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 21px;
  }
  .sp-buy-content .sp-box1 .sp-li {
    font-size: 17px;
    color: #666;
    line-height: 27px;
    margin-top: 0;
  }
  .product-part {
    font-family: Roboto-Medium;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 114px 0 73px;
  }
  .product-info {
    margin-top: 0;
  }
  .sp-pro-icon {
    width: 163px;
    height: 139px;
    right: 48px;
    top: -29px;
  }
  .top-product {
    width: 706px;
    height: 730px;
    padding: 123px 0 0;
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/20251114-pro-bg-pc.png);
  }
  .sp-pro-title {
    font-size: 36px;
    color: #171717;
    line-height: 46px;
    text-align: left;
    margin-top: 0;
  }
  .top-product > img {
    width: auto;
        height: 80%;
  }
  .sp-pro-size > p {
    width: 176px;
    margin-top: 67px;
  }
  .sp-pro-size {
    padding: 0 46px 0 47px;
    height: 125px;
  }
  .sp-pro-size h4 {
    font-size: 43px;
  }
  .sp-pro-size > p > em {
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 33px;
  }
  .sp-pro-size > div > p {
    font-size: 27px;
    line-height: 27px;
    margin-top: 16px;
  }
  .sp-pd6 {
    padding: 0;
    width: 600px;
    box-sizing: border-box;
  }
  .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: #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    -webkit-user-select: 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(https://kingwwy.com/cdn/shop/files/20251025-brand-pc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-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(https://kingwwy.com/cdn/shop/files/20251025-free-pc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -5px;
    left: -23px;
    font-size: 15px;
    color: #fff;
    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: 0;
  }
  .sp-product-inner .price-group {
    margin-top: 20px;
  }
  .product-part .price1,
  .product-part .price1 span {
    font-size: 51px;
    height: 49px;
    line-height: 49px;
  }
  .product-part .price2 {
    font-size: 30px;
    color: #979797;
  }
  .sp-frees {
    width: 162px;
    height: 33px;
    line-height: 33px;
    background: #fd771b;
    border-radius: 10px;
    font-size: 30px;
    color: #fff;
    margin-left: 56px;
    padding-left: 28px;
  }
  .product-part .option-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .product-part .opt-group {
    gap: 6px 24px;
  }
  #color2 {
    margin-bottom: 8px;
  }
  #color2 .option:nth-child(n + 5) {
    width: 176px;
  }
  #color2 .option:nth-child(n + 7) {
    width: 221px;
  }
  #color2 .option:nth-child(8) {
    width: 176px;
  }
  #Size2 .option {
    width: 284px;
  }
  .product-part .product-infos {
    margin: 0;
    justify-content: flex-start;
  }
  .sp-pro-only {
    font-size: 32px;
    right: 65px;
    bottom: 107px;
    display: none;
  }
  .product-part .option {
    width: auto;
        height: 48px;
        font-size: 23px;
        padding: 10px;
        /* white-space: nowrap; */
  }
  .product-part .addCart {
    width: 311px;
    height: 62px;
    border-radius: 20px;
    border: 3px solid #828282;
    font-size: 26px;
    cursor: pointer;
  }
  .product-part .addCart img {
    width: 26px;
    height: auto;
  }
  .sp-hots {
    width: 45px;
    height: 23px;
    top: -7px;
    right: -8px;
  }
  .sp-frees i {
    width: 40px;
    height: 55px;
    top: -17px;
    left: -21px;
  }
  .product-part .price3 {
    font-size: 24px;
    color: #000;
    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;
  }
  .flex-bet-x {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product-part .sp-btn-style {
    width: 596px;
    height: 91px;
    background: linear-gradient(0deg, #ee6500, #ff721d);
    border-radius: 30px;
    font-size: 51px;
    color: #fff;
    margin: 45px 0 19px;
  }
  .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;
  }
  .sp-fasts {
    font-size: 23px;
    margin-top: 0;
    line-height: 38px;
    margin-bottom: 45px;
  }
  .sp-fasts i {
    width: 39px;
    height: 38px;
    margin-right: 27px;
  }
  .addGroup {
    width: 264px;
    height: 60px;
    border-radius: 15px;
    border: 3px solid #828282;
    font-family: Roboto-Medium;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto-Bold;
    background: #eee;
  }
  .addGroup .reduce,
  .addGroup .add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    padding: 4px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .addGroup input {
    outline: 0;
    border: none;
    text-align: center;
    box-sizing: border-box;
    width: 152px;
    height: 100%;
    color: #232326;
    background: #fff;
    padding: 0;
    font-family: Roboto-Medium;
    font-size: 26px;
    color: #000;
    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: 484px;
    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;
  }
  .sp-footer-text {
    flex-direction: column;
    padding: 71px 0 54px;
    margin: 0 288px;
  }
  .sp-footer-text h4 {
    font-family: Roboto-Bold;
    font-weight: 500;
    font-size: 41px;
    color: #ddbb93;
    line-height: 70px;
  }
  .sp-footer-text p {
    font-size: 42px;
    color: #fff;
  }
  .sp-footer-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sp-footer-box .sp-row {
    display: flex;
    flex-direction: row;
  }
  .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: #333;
  }
  .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: 0;
    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-circle {
    height: 73px;
  }
  .sp-part7 .sp-content {
    margin-top: 22px;
  }
  .sp-part7 .sp-item .sp-p1 {
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    font-style: italic;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .sp-part7 .sp-item .sp-p2 {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    font-style: normal;
  }
  .sp-part8 {
    padding: 154px 355px 124px;
    background: #fff;
  }
  .sp-part8 .sp-title .sp-color {
    font-size: 60px;
    color: #171717;
  }
  .sp-part8 .sp-title {
    font-size: 50px;
    font-family: Poppins-Bold;
    line-height: 1.05;
    margin-bottom: 34px;
  }
  .sp-part8 .q-row {
    box-shadow: 1px 2px 27px #1311110f;
  }
  .sp-part8 .sp-show .sp-text {
    display: block;
    opacity: 1;
  }
  .sp-part8 .sp-btn-style2 {
    margin-top: 100px;
  }
  .sp-footer-pc2 {
    height: 418px;
    background: #f5ddbc;
    padding: 49px 0 50px;
    box-sizing: border-box;
  }
  .sp-part8 .sp-btn-style1 {
    width: 590px;
    height: 78px;
    font-size: 30px;
    margin: 125px auto 0;
  }
  .sp-foot-title {
    font-size: 45px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .sp-footer-pc2 .sp-item {
    width: 443px;
    height: 250px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 15px 0 0;
  }
  .sp-sf-title {
    font-size: 20px;
    line-height: 16px;
    font-style: italic;
    margin-bottom: 21px;
  }
  .sp-footer-pc2 .sp-rights {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .sp-sf-text {
    font-size: 15px;
    line-height: 22px;
  }
  .sp-footer .sp-icon-text {
    font-size: 15px;
    line-height: 11px;
    top: 25px;
  }
  .sp-footer .sp-icon-text em {
    font-size: 13px;
  }
  .sp-footer .sp-icon {
    height: 73px;
    width: 73px;
  }
  .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: 10px auto 0;
    display: block;
    align-self: flex-end;
  }
  .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;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.sp-ani,
.sp-ani2 {
  opacity: 0;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes sp-fade-left {
  0% {
    transform: translate(100px);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.mf-bundle-product {
  zoom: 2.2;
}
.mf-bundle-checkout-warning {
  color: #788188 !important;
  opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
  color: #000;
  opacity: 0.75;
  font-size: 16px !important;
}
.app-embed-plus-component-bundler {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
  font-size: 50px;
  margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
  color: #000;
}
#root .quick-add-hidden {
  margin: 20px 40px 40px;
  font-size: 40px;
}
#root table.customer-buy-more-discount-table th,
td {
  padding: 20px 10px !important;
}
.product-bundle {
  display: none;
}
.product-bundle img {
  width: 200px;
}
/*# sourceMappingURL=/cdn/shop/t/93/assets/orncnmnm3.css.map?v=43590701351226100711767834995 */
