/** Shopify CDN: Minification failed

Line 7:0 Unexpected "@font-face"

**/
Bold
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Bold";

  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Montserrat-Bold.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Medium";

  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Bold";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Black";

  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Roboto-Black_0.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-BlackItalic";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Roboto-BlackItalic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-SemiBold";

  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Baloo-Regular";
  /* 引入字体 */
  src: url("/cdn/shop/files/Baloo-Regular.ttf?v=1761807413");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Regular";
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-MediumItalic";

  /* 引入字体 */
  /* src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Poppins-MediumItalic.ttf"); */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Light";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
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;
}
p{
  margin:initial !important;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  line-height:initial !important;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  #root {
    zoom: 1 !important;
  }
}
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-header-top {
  height: 180px;
  width: 100%;
  position: fixed;
  top: 185px;
  z-index: 8;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .sp-logo {
  width: 287px;
  margin-left: 45px;
}
.sp-header-top .sp-top-btn {
  width: 432px;
  height: 110px;
  background: #d33100;
  border-radius: 20px;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  font-family: "Roboto-Bold";
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: skip 4s infinite;
  cursor: pointer;
}

.sp-cart {
  width: 110px;
  height: 110px;
  border-radius: 20px;
  border: 4px solid #4e4e4e80;
  margin-right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 83px;
}
.sp-cart .sp-num {
  width: 60px;
  height: 60px;
  background: #cf0101;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 36px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}
.time-part {
  width: 1080px;
  height: 185px;
  background: url("https://cnres.appracle.com/8c880c8206bac14a91a77ec7e82598c0.jpg") no-repeat;
  background-size: 100% 100%;

  color: #ffffff;
  padding: 0 50px 0 0px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 9;
  font-family: "Roboto-Bold";
}
.time-part .sp-img-p {
  width: 294px;
  top: 21px;
  left: 30px;
  position: absolute;
  z-index: 1;
}
.time-part .sp-p1 {
 font-size: 20px;
    color: #fff;
    font-family: "Roboto-Bold";
    font-style: italic;
    text-shadow: 0px 2px 0px rgba(215, 66, 0, 0.59);
    top: 32px;
    position: absolute;
    left: 191px;
    line-height: 1;
}
.time-part .sp-p2 {
  width: 651px;
  height: 42px;
  font-size: 25px;
  color: #ff5a02;
  font-family: "Poppins-Medium";
  background: url("https://cnres.appracle.com/1adb95e7ed919142633f4fc1ccd77208.png") no-repeat;
  background-size: 100% 100%;
  top: 130px;
  position: absolute;
  left: 409px;
  line-height: 46px;
  text-align: right;
  padding-right: 25px;
  box-sizing: border-box;
}
.time-part .sp-text2 {
  font-size: 44px;
  color: #ffffff;
  font-family: "Roboto-BlackItalic";
  line-height: 1;
  position: absolute;
  left: 360px;
  top: 73px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.time-part .sp-t0 {
  font-size: 120px;
  color: #ffffff;
  text-stroke: 1px #ff4700;
  font-family: "Roboto-BlackItalic";
  -webkit-text-stroke: 1px #ff4700;
  line-height: 0.95;
}
.time-part .sp-t0::before {
  text-shadow: 3px 3px 0px #f94800, 4px 3px 0px #fddd6c;
}
.time-part .sp-text2 .sp-t2 {
  font-size: 39px;
}
.time-part .sp_top_cut_down {
  position: absolute;
  top: 18px;
  left: 625px;
}
.time-part .square {
  width: 98px;
  height: 98px;
  background: url("https://cnres.appracle.com/3d317afeb22525708bca0556867e3103.png") no-repeat;
  background-size: 100% 100%;

  font-size: 60px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-SemiBold";
  flex-shrink: 0;
  padding-top: 8px;
  box-sizing: border-box;
}
.time-part .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  margin: 0 19px;
}
.time-part .dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
}
.time-part .flex-bet {
  height: 100%;
}
.sp-part-top {
  margin-top: 365px;
}

.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-btn-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  bottom: 0px;
  z-index: 2;
}

.sp-btn-style1 {
  width: 100%;
  height: 191px;
  background: url("https://cnres.appracle.com/ae8250f19f936a2733d0ef43f5f8d986.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;

  line-height: 1.2;
  font-family: "Poppins-Bold";
  font-size: 72px;
  color: #fffefd;
}
.sp-btn-style1 .sp-div {
  width: 100%;
  height: 100%;
  animation: skip 4s infinite 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  box-sizing: border-box;
}
.sp-btn-style1 .swiper {
  width: 100%;
  line-height: 1;
}
.sp-btn-style1 .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
  font-size: 30px;
  color: #fffefdcc;
  font-family: "Poppins-Regular";
}
.sp-btn-style1 .sp-p .sp-span {
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  font-style: italic;
}
.sp-btn-style1 .sp-arrow1 {
  width: 44px;
}
.sp-btn-style1 .sp-arrow2 {
  width: 46px;
}
.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: 12px 0px 7px rgba(79, 42, 17, 0.62);
  z-index: -1;
}

.sp-part1 .sp-text {
  font-family: "Baloo-Regular";
  position: absolute;
  left: 286px;
  top: 1507px;
  font-size: 48px;
  color: #fb8422;
  line-height: 1;
  text-stroke: 7px #ffffff;
  -webkit-text-stroke: 7px #ffffff;
}
.sp-part1 .sp-text2 {
  font-family: "Baloo-Regular";
  position: absolute;
  left: 552px;
  top: 1570px;
  font-size: 38px;
  color: #fb8422;
  line-height: 1;
  text-stroke: 7px #ffffff;
  -webkit-text-stroke: 7px #ffffff;
}
.sp-part1 .sp-text2 .sp-stroke {
  display: inline-block;
}
.sp-part1 .sp-box {
  width: 210px;
  position: absolute;
  right: 127px;
  top: 592px;

  z-index: 2;
  font-family: "Poppins-Regular";
  font-size: 32px;
  color: #fb8422;
  line-height: 1;
  text-stroke: 7px #ffffff;
  -webkit-text-stroke: 7px #ffffff;
  text-align: center;
}

.sp-part1 .sp-btn-style1 .sp-area2 {
  margin-left: auto;
  background: unset;
}
.sp-part-border {
  margin-top: -3px;
}
.sp-part2 {
  padding: 110px 50px 90px;
  box-sizing: border-box;
}
.sp-part2 .sp-box {
  display: flex;
  align-items: center;
  gap: 29px;
}
.sp-part2 .sp-col .sp-item {
  width: 410px;
  height: 91px;
  background: #feae25;
  border-radius: 45px 46px 46px 46px;
  padding: 0 35px;
  box-sizing: border-box;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sp-part2 .sp-col .sp-icon-wrap {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part2 .sp-col .sp-p {
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.sp-part2 .sp-gif {
  width: 100%;
  height: 1160px;
  background: #7b492b;
  border-radius: 30px;
  background: url("https://cnres.appracle.com/6da80073f5c20b3f848cb176b7b9b028.gif") no-repeat;
  background-size: 100% 100%;
  margin-top: 66px;
  margin-bottom: 36px;
}
.sp-part2 .sp-img1 {
  width: 504px;
  display: block;
  margin: 0 auto;
}
.sp-part2 .sp-img2 {
  width: 581px;
  display: block;
  margin: 0 auto;
}
.sp-title-wrap {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 108px;
}

.sp-title {
  font-family: "Baloo-Regular";
  font-size: 80px;
  color: #411f03;
  line-height: 1.2;

  text-align: center;
}

.sp-sub-title {
  font-family: "Poppins-Regular";
  text-align: center;
  font-size: 36px;
  color: #411f03cc;
  line-height: 1.2;
  margin-top: 22px;
}
.sp-part3 .sp-title-wrap {
  padding: 0 120px;
}

.sp-part3 .sp-box {
  width: 152px;
  position: absolute;
  right: 65px;
  top: 798px;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 28px;
  color: #ffffffcc;
  line-height: 1;
  text-shadow: 1px 0px 1px #de5400;
}
.sp-part3 .sp-box .sp-p {
  font-size: 48px;
  color: #ffffff;
  /* margin-bottom: 8px; */
}
.sp-part4 .sp-box {
 width: 630px;
    position: absolute;
    left: 98px;
    top: 98px;
    font-family: "Poppins-Regular";
    font-size: 28px;
    color: #000000cc;
    line-height: 38px;
}
.sp-part4 .sp-box .sp-p {
  font-family: "Poppins-Bold";
  font-size: 48px;
  color: #000000;
  margin-bottom: 16px;
}

.sp-part5 .sp-title-wrap {
  top: 95px;
}
.sp-part5 .sp-title .sp-color {
  font-size: 100px;
  color: #ff5503;
}
.sp-part5 .sp-box {
  width: 980px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 348px;
}
.sp-part5 .sp-gif {
  width: 100%;
  background: url("https://cnres.appracle.com/3c5ba378c0c340ce4dc375c8f208aba3.gif") no-repeat;
  background-size: 100% 100%;
  height: 980px;
  border-radius: 30px;
}
.sp-part5 .sp-brand {
  width: 174px;
  height: 201px;
  background: url("https://cnres.appracle.com/f516429c25655a616dbe7cd9f61e6fea.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 34px;
  font-size: 29px;
  text-align: center;
  color: #ffffff;
  font-family: "Poppins-Regular";
  text-shadow: 3px 4px 0px rgba(64, 0, 0, 0.5);
  line-height: 0.86;
  padding-top: 36px;
  box-sizing: border-box;
  z-index: 1;
}
.sp-part5 .sp-brand .sp-p {
  font-size: 72px;
}
.sp-part5 .sp-img1 {
  width: 327px;
  position: absolute;
  top: 1380px;
  left: 24px;
}
.sp-part5 .sp-img2 {
  width: 344px;
  position: absolute;
  top: 1371px;
  left: 360px;
}
.sp-part5 .sp-img3 {
  width: 356px;
  position: absolute;
  top: 1371px;
  left: 714px;
}
.sp-part6 {
  padding: 110px 0 0;
}
.sp-part6 .swiper-slide {
  width: 836px;
  position: relative;
}
.sp-part6 .swiper-slide .sp-img {
  height: 836px;
  transform: scaleY(0.86);
  transition: all 0.3s;
}
.sp-part6 .swiper-slide-active .sp-img {
  transform: scaleY(1);
}
.sp-part6 .swiper-slide .sp-title {
  transition: all 0.3s;
  opacity: 0;
  width: calc(100% + 200px);
  margin-left: -100px;
  height: 210px;
}
.sp-part6 .swiper-slide .sp-title i {
  font-style: normal;
}
.sp-part6 .swiper-slide-active .sp-title {
  opacity: 1;
}
.sp-part6 .sp-text {
  position: absolute;
  top: 550px;
  left: 68px;
  width: 575px;
  font-family: "Poppins-Regular";
  font-size: 38px;
  color: #ffffff;
  line-height: 112px;
  text-align: center;
}
.sp-part6 .sp-title-wrap2 {
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 0 50px;
}
.sp-part6 .sp-row {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  display: flex;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
}
.sp-part9 .sp-img1 {
  width: 149px;
  position: absolute;
  left: 207px;
  top: 96px;
}
.sp-part9 .sp-img2 {
  width: 127px;
  position: absolute;
  left: 751px;
  top: 120px;
}
.sp-part9 .sp-title-wrap {
  top: 142px;
}
.sp-part9 .sp-title i {
  font-size: 75px;
  line-height: 1;
  color: #ff5503;
  font-style: italic;
}
.sp-part9 .sp-sub-title {
  font-size: 30px;
  color: #411f03cc;
  margin-top: 20px;
}
.sp-part9 .sp-row {
  width: 100%;
  position: absolute;
  top: 339px;
  display: flex;
  gap: 27px;
  justify-content: center;
}
.sp-part9 .sp-row2 {
  top: 400px;
}
.sp-part9 .sp-row .sp-item {
  display: flex;

  align-items: center;
  font-family: "Poppins-Regular";
  font-size: 24px;
  color: #000000;
  line-height: 42px;
  text-align: center;
}
.sp-part9 .sp-row .sp-item .sp-p1 {
  width: 217px;
  height: 41px;
  background: #ffffff;
  border-radius: 21px;

  position: relative;
  z-index: 1;
}
.sp-part9 .sp-row .sp-item.active .sp-p1 {
  background: #303030;
  color: #ffffff;
}
.sp-part9 .sp-row .sp-item .sp-p2 {
  width: 135px;
  height: 41px;
  background: #feae25;
  border-radius: 21px;
  margin-left: -47px !important;
  padding-left: 50px;
  box-sizing: border-box;
  color: #ffffff;
}
.sp-part9 .sp-swiper-wrapper {
  width: 100%;
  position: absolute;
  top: 484px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.sp-part9 .swiper-slide {
  display: flex;
  gap: 9px;
  justify-content: center;
}
.sp-part9 .swiper-slide .sp-box .sp-img {
  height: 594px;
}
.sp-part9 .swiper-slide .sp-text {
  width: 445px;
    position: absolute;
    top: 460px;
    left: 38px;
    font-family: "Poppins-Regular";
    font-size: 27px;
    line-height: 1;
    color: #000000;
    opacity: 0.8;
}
.sp-part9 .swiper-slide .sp-t {
  position: absolute;
  top: 406px;
  left: 113px;
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.sp-part9 .swiper {
  padding-bottom: 50px;
}
.sp-part9 .swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 19px !important;
}
.sp-part9 .swiper .swiper-pagination-bullet-active {
  background: #feae25;
}
.sp-part10 {
  padding: 110px 0 120px;
}
.sp-part10 .sp-title {
  font-size: 59px;
}
.sp-part10 .sp-t1 {
  position: absolute;
  top: 182px;
  left: -2px;
  transform: translateX(-50%);
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.sp-part10 .sp-t2 {
  position: absolute;
  bottom: -20px;
  left: 192px;
  transform: translateY(-50%);
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.sp-part10 .sp-box {
  margin-left: 80px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 44px;
}
.sp-part10 .sp-ul {
  width: 500px;
  height: 400px;
  background: #fffbee;
  border-radius: 30px;
  border: 4px solid rgba(254, 174, 37, 0.47);
  box-sizing: border-box;
  padding: 36px;
  padding-top: 52px;
  padding-right: 20px;
}
.sp-part10 .sp-li {
  font-family: "Poppins-Regular";
  font-size: 31px;
  color: #411f03cc;
  line-height: 41px;
}
.sp-part10 .sp-li .sp-span {
  font-family: "Poppins-SemiBold";
}
.sp-part10 .sp-img1 {
  width: 422px;
}
.sp-part10 .sp-img2 {
  display: block;
  margin: 60px auto 0;
  width: 980px;
}

.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  padding: 45px 40px 60px;
}

.product-part .sp-img-wrap {
  width: 100%;
  height: 570px;
  background: url("https://cnres.appracle.com/02daf6a8bb399818afe16d9022171b24.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 10px 0;
  font-family: "Poppins-Medium";
  box-sizing: border-box;
  user-select: none;
}
.product-part .sp-img-wrap .sp-img-inner {
  width: 100%;
  height: 480px;
}
.product-part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-part .sp-img-wrap .sp-img-p {
  width: auto;
  height: 480px;

  -webkit-user-drag: none;
}

.product-part .sp-row1 {
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 68px;
  display: flex;
  align-items: center;
}
.product-part .sp-t1 {
  font-family: "Roboto-Black";
  font-size: 40px;
  color: #ffffff;
  font-style: italic;
}
.product-part .sp-line {
  width: 2px;
  height: 34px;
  background: #ffffff;
  margin: 0 15px;
}
.product-part .sp-wrap {
  width: 153px;
  height: 15px;
  background: linear-gradient(90deg, #fff346, #ecddcf);
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}
.product-part .sp-wrap .sp-icon-s {
  width: 41px;
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  animation: sp-linear 2.2s linear infinite;
}
@keyframes sp-linear {
  0% {
    left: 0;
  }
  100% {
    left: 130px;
  }
}
.product-part .sp-t2 {
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #ffffff;
  width: 180px;
}
.product-part .sp-clock-s {
  width: 205px;
  height: 56px;
  background: #f9ea14;
  border-radius: 5px;
  font-size: 35px;
  color: #000000;
  font-family: "Roboto-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}
.product-part .sp-padding {
  box-sizing: border-box;
}
.product-part .option-title {
  font-size: 40px;
  color: #666666;
  font-family: "Roboto";
  line-height: 1;
  margin: 46px 0px 18px;
  display: flex;
}
.product-part .option-title .sp-choose {
  font-family: "Roboto-Medium";
  color: #121212;
}
.product-part .option-title .sp-span {
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 11px;
  position: relative;
}

.product-part .sp-option {
  min-width: 240px;
  height: 105px;
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #979797;
  font-size: 37px;
  color: #121212;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.9;
}
.product-part #sp-type .sp-option{
      padding: 0 20px;
}

.product-part .sp-option.active {
  background: #f98425;
  border-color: #f98425;
  color: #ffffff;
  font-family: "Roboto-Bold";
}
.product-part .sp-option.active .sp-span {
  color: #ffffff;
}
.product-part .sp-option .sp-span,
.product-part .option-title .sp-span {
  font-family: "Roboto";
  color: #434343;
  font-size: 37px;
}
.product-part .sp-option .sp-span2,
.product-part .option-title .sp-span2 {
  font-family: "Roboto";
  color: #c10000;
  font-size: 37px;
  margin-right: 16px;
}
.product-part .sp-option .sp-icon {
  width: 101px;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 2;
}

.product-part .sp-option .sp-best {
  width: 168px;
  height: 108px;
  background: url("https://cnres.appracle.com/2e4ed884db3aeb028d5a0c71b6081aa7.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -16px;
  top: -2px;

  font-size: 25px;
  color: #ffffff;
  line-height: 0.9;
  text-align: center;
  font-family: "Poppins-SemiBold";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-right: 12px;
  z-index: 2;
}
.product-part .sp-option .sp-best p {
  font-size: 42px;
}
.product-part .sp-option .sp-best img {
  width: 98px;
}
.product-part .price-group {
  line-height: 1.1;
  justify-content: center;
  margin-top: 55px;
  align-items: baseline;
}
.product-part .price1 {
  font-family: "Roboto-Bold";
  font-size: 60px;
  color: #d33100;
}
.product-part .price1 .sp-span {
  font-size: 83px;
}

.product-part .price2 {
  font-family: "Roboto-Medium";
  font-size: 47px;
  color: #aeaeae;
  margin-right: 30px;
}

.product-part .sp-row {
  margin-left: 42px;
  display: flex;
  align-items: center;
}
.product-part .sp-row img {
  height: 76px;
  animation: shakeCart 3s infinite ease-in-out;
  position: relative;
  z-index: 2;
}
.product-part .sp-row .sp-p {
  width: 249px;
  height: 63px;
  background: linear-gradient(0deg, #a20000 0%, #dd0303 100%);

  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #ffffff;
  line-height: 65px;
  text-align: center;

  margin-left: -20px;
  box-sizing: border-box;
  transform: translateY(5px);
}
.product-part .sp-quality-row {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
}
.product-part .addCart {
  width: 490px;
  height: 110px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  font-size: 37px;
  color: #000000;
  gap: 20px;
  text-transform: uppercase;
}
.product-part .addCart img {
  width: 76px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 170px;
  background: #d10000;
  border-radius: 20px;
  cursor: pointer;
  margin: 28px auto 56px;
  font-size: 80px;
  font-family: "Roboto-Bold";
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
  gap: 50px;
}

@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);
  }
}

.sp-tip5 {
  font-size: 42px;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  font-family: "Roboto-Medium";
}
.sp-tip5 img {
  width: 86px;
}
.sp-tip5 .sp-span {
  color: #e20000;
}
.addGroup {
  width: 490px;
  height: 110px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 45px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto-Bold";

  /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #3f3f3f;
  /* border-left: 2px solid #646464;
  border-right: 2px solid #646464; */

  line-height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp-header-top .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }
  2% {
    transform: scale(1.2) rotate(0);
  }
  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }
  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}

.sp-footer {
  width: 100%;
  height: 590px;
  background: url("https://cnres.appracle.com/ce1e75c30d8a048ba5034bb3fcf5d944.jpg") no-repeat;
  background-size: 100% 100%;
  padding-top: 45px;
  box-sizing: border-box;
}

.sp-footer .sp-word {
  height: 84px;
  display: block;
  margin: 0 auto;
}
.sp-footer .sp-box {
  width: 1020px;
  height: 130px;
  background: #ffffff;
  border-radius: 25px;
  margin: 33px auto 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
}
.sp-footer .sp-box1 {
  width: 1020px;
  height: 230px;
  background: #ffffff;
  border-radius: 25px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sp-footer .sp-box1 .sp-t1 {
  font-family: "Roboto-Medium";
  font-size: 56px;
  color: #007dc5;
  line-height: 1;
  margin-top: 20px;
}
.sp-footer .sp-img1 {
  width: 181px;
  height: 212px;
  flex-shrink: 0;
  margin-top: auto;
}
.sp-footer .sp-box1 .sp-li {
 font-size: 28px;
    color: #191919;
    font-family: "Poppins-Regular";
    line-height: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.sp-footer .sp-box1 span {
  font-family: "Roboto-Bold";
}
.sp-remark {
  width: 100%;
    height: 160px;
    background: #2b2d30;
    display: flex;
    padding: 0 53px 0 19px;
    box-sizing: border-box;
}
.sp-remark > div {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
.sp-icon-text {
  width: 150px;
  font-family: "Roboto-Light";
  font-size: 28px;
  color: #ffffff;
  line-height: 30px;
}
.sp-remark .sp-icon {
  width: 73px;
  height: 73px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.sp-remark .sp-icon1 {
  background-image: url("https://cnres.appracle.com/127c58cd1c304d054a244aa8b2ce1f2b.png");
}
.sp-remark .sp-icon2 {
  background-image: url("https://cnres.appracle.com/b63bf8b415669bf849e9018123b62897.png");
}
.sp-remark .sp-icon3 {
  background-image: url("https://cnres.appracle.com/2dc110731ae37c3e1ee79aa5d823591a.png");
}

.sp-remark .sp-icon4 {
  background-image: url("https://cnres.appracle.com/b38f5c4a3c38d68f93a5468abc4f5af8.png");
}
.sp-part-qa {
  width: 100%;
  padding: 114px 36px 90px;
  box-sizing: border-box;
}

.sp-part-qa .sp-title {
  font-size: 64px;
  color: #121212;
  font-family: "Baloo-Regular";
  line-height: 1;
  margin-bottom: 70px;
}
.sp-part-qa .sp-title i {
  font-style: italic;
}
.sp-part-qa .q-row {
  height: 110px;
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: "Poppins-Medium";
  font-size: 32px;
  color: #696969;
  line-height: 45px;
  cursor: pointer;
  padding-left: 29px;
  border-top: 4px solid #89898980;
  user-select: none;
  transition: all 0.3s;
}
.sp-part-qa .q-row .sp-icon {
  width: 36px;
  height: 23px;
  background: url("https://cnres.appracle.com/2200bc7069eef69843c2a4efc9e49168.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(-180deg);
  opacity: 0.5;
  transition: all 0.3s;
}

.sp-part-qa .sp-text {
  padding-left: 98px;
  padding-right: 40px;
  box-sizing: border-box;
  font-family: "Poppins-Regular";

  font-size: 25px;
  color: #121212;
  line-height: 35px;
  display: none;
  padding-bottom: 60px;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
.sp-part-qa .sp-show .q-row {
  color: #121212;
}
.sp-part-qa .sp-show .sp-icon {
  /* background-image: url("https://cdn.shopify.com/s/files/1/0640/1667/9109/files/20251029-arrow-d.png"); */
  opacity: 1;
  transform: rotate(0deg);
}
.sp-part-qa .sp-show .sp-text {
  display: block;
  opacity: 1;
}

.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;
  }
}
.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;
  }
}
.share_product{
  display:none !important;
}
.sp-nav {
  height: 398px;
  background: url("/cdn/shop/files/20251029-nav-bg.jpg?v=1761810301") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.sp-nav .sp-shake {
  position: absolute;
  top: 17px;
  left: 401px;
  width: 73px;
  z-index: 2;
}
.sp-nav .sp-tip {
  font-family: "Roboto-Bold";
  width: 99px;
  height: 149px;
  position: absolute;
  top: 84px;
  right: 64px;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  background: url("/cdn/shop/files/20251029-nav-brand.png?v=1761810328") no-repeat;
  background-size: 100% 100%;
  padding-top: 78px;
  box-sizing: border-box;
  padding-left: 6px;
  animation: sp-float 3s infinite ease-in-out;
}
@keyframes sp-float {
  0%,
  100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
}
.sp-nav .sp-box {
  width: 510px;
  margin-left: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sp-nav .sp-text {
  display: flex;
  align-items: center;
  line-height: 0.9;
  gap: 3px;
  font-style: italic;
  font-family: "Roboto-Bold";
  color: #ffffff;
}
.sp-nav .sp-t1 {
  font-size: 209px;
  text-stroke: 20px #df1b01;
  font-style: italic;
  -webkit-text-stroke: 20px #df1b01;
  margin-right: 15px;
}
.sp-nav .sp-t1::before {
  text-shadow: 12px 16px 0 #f9d100;
}
.sp-nav .sp-t0 {
  font-family: "Roboto-Bold";
  font-size: 32px;
  text-align: right;
  line-height: 1.3;
  font-style: italic;
}
.sp-nav .sp-t2 {
  font-size: 105px;
}

.sp-nav .sp-t3 {
  font-size: 59px;
}
.sp-nav .sp-line {
  width: 503px;
  height: 1px;
  background: #ffffff;
  margin-top: 12px;
}
.sp-nav .sp-p {
  font-family: "Roboto-Medium";
  font-size: 32px;
  color: #ffffff;
  line-height: 40px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.sp-nav .btn-style {
  width: 324px;
  height: 54px;
  background: linear-gradient(180deg, #fc9713, #f84007);
  border-radius: 60px;
  border: 2px solid #ffffff;
  font-family: "Roboto-Medium";
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-left: 10px;
  animation: skip 4s infinite;
}
.sp-nav .btn-style .sp-tra {
  border: 10px solid transparent;
  border-left: 14px solid #fff;
}

.sp-nav-item {
  font-family: "Poppins-MediumItalic";
  font-size: 48px;
  color: #222222;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 44px;
}
.sp-nav-item .sp-rows {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-Regular";
  font-size: 31px;
  color: #222222;
  gap: 20px;
  cursor: pointer;
}
.sp-nav-item .sp-rows .sp-span {
  /* text-decoration: underline; */
  border-bottom: 1px solid #181818cc;
  line-height: 1.1;
  color: #222222;
}
.sp-nav-item .sp-rows .sp-star {
  height: 34px;
}
.app-embed-plus-component-bundler-shadow{
  zoom: 2.4;
}
.app-embed-plus-component-pay-button-address-text{
  color: #191919;
}