/** Shopify CDN: Minification failed

Line 16:13 Expected ")" to end URL token
Line 27:13 Expected ")" to end URL token
Line 36:14 Expected ")" to end URL token
Line 66:14 Expected ")" to end URL token
Line 85:14 Expected ")" to end URL token
Line 94:14 Expected ")" to end URL token

**/

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src:url({{ 'Roboto-Regular.ttf' | shoplaza_asset_url}}) format('woff2');
  /* src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/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/0849/9606/3537/files/Roboto-Bold.ttf"); */
  src:url({{ 'Roboto-Bold_0.ttf' | shoplaza_asset_url}}) format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url({{ 'Roboto-Medium.ttf' | shoplaza_asset_url}});
  /* src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/files/Roboto-Medium.ttf"); */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Bold";

  /* 引入字体 */
  /* src: url({{ 'Montserrat-Bold.ttf' | shoplaza_asset_url}}) format('woff2'); */
  src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/files/Montserrat-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-SemiBold";
  /* 引入字体 */
  /* src: url({{ 'Montserrat-SemiBold.otf' | shoplaza_asset_url}}) format('woff2'); */
  src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/files/Montserrat-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Black";
  /* 引入字体 */
  src: url({{ 'Roboto-Black_0.ttf' | shoplaza_asset_url}}) format('woff2');
  /* src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/files/Roboto-Black.ttf"); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-ExtraBold";

  /* 引入字体 */
  /* src: url({{ 'Montserrat_Extra_Bold.otf' | shoplaza_asset_url}}) format('woff2'); */
  src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/files/Montserrat-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Medium";
  /* 引入字体 */
  src: url({{ 'Montserrat-Medium.otf' | shoplaza_asset_url}}) format('woff2');
  /* src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/files/Montserrat-Medium.otf"); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-BoldItalic";
  /* 引入字体 */
  src: url({{ 'Montserrat-BoldItalic.otf' | shoplaza_asset_url}}) format('woff2');
  /* src: url("https://cdn.shopify.com/s/files/1/0849/9606/3537/files/Montserrat-BoldItalic.otf"); */
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
w a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  line-height:initial;
}

#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: 125px;
  width: 100%;
  position: fixed;
  top: 130px;
  z-index: 9;
  max-width: 1080px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .sp-logo {
  width: 300px;
  margin-left: 32px;
  background: #000;
}
.sp-header-top .sp-top-btn {
  width: 445px;
  height: 95px;
  background: linear-gradient(-90deg, #ff6619 0%, #fdae37 100%);
  border-radius: 15px;
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-family: "Montserrat-Bold";
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-cart {
  width: 98px;
  height: 98px;
  margin-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 35px;
  height: 35px;
  background: #ff0000;
  border-radius: 50%;
  line-height: 36px;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 23px;
  font-family: "Roboto-Bold";
  text-align: center;
  box-sizing: border-box;
}
.time-part {
  width: 1080px;
  height: 130px;
  background: #212121;
  color: #ffffff;
  padding: 0 35px 0 35px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 8;
  font-family: "Roboto-Bold";
}
.time-part .sp-text {
  font-size: 47px;
  color: #ffffff;
  font-family: "Montserrat-Bold";
}

.time-part .min-text {
  font-size: 17px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: "Montserrat-Bold";
  font-weight: bold;
}
.time-part .square {
  width: 97px;
  height: 92px;
  background: url("https://img.fantaskycdn.com/00b81ba0e0d3077ee8b1715fe38247ab.png") no-repeat;
  background-size: 100% 100%;
  /* border-radius: 9px; */
  font-size: 52px;
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;

  background-size: 100% 100%;
  flex-shrink: 0;
}
.time-part .dot {
  background-image: url("https://img.fantaskycdn.com/03aed908336cce32a9e12db25cf629bc.png");
  background-size: 100% 100%;
  width: 15px;
  height: 46px;
  flex-shrink: 0;
  margin: 0 14px;
}
.time-part .flex-bet {
  height: 100%;
}

.sp-part-top {
  margin-top: 248px;
}

.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: 0px 8px 8px rgba(111, 111, 111, 0.8);
  z-index: -1;
}

.sp-btn-style1 {
  width: 1080px;
  height: 160px;
  background: linear-gradient(-90deg, #ff6619 0%, #fdae37 100%);
  font-size: 70px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Montserrat-SemiBold";
  z-index: 1;
  position: relative;
}
.sp-btn-style1 .sp-p {
  animation: skip2 4s infinite 1s;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-title {
  font-family: "Montserrat-ExtraBold";
  width: 100%;
  font-size: 70px;
  color: #0f0f0f;
  line-height: 83px;
  text-align: center;
}

.sp-part1 .sp-word1 {
  position: absolute;
  top: 63px;
  text-align: left;
  left: 68px;
  font-size: 130px;
  color: #ffffff;
  line-height: 1;
  font-style: italic;

  font-family: "Montserrat-ExtraBold";
}
.sp-part1 .sp-text1 {
  position: absolute;
  top: 438px;
  left: 274px;
  max-width:300px;
  font-weight: 800;
font-size: 30px;
color: #1D1D1D;
line-height: 40px;
text-stroke: 1px #FFFFFF;
  transform: rotate(16deg);
  font-family: "Roboto";
}
.sp-part1 .sp-text2 {
  position: absolute;
  top: 569px;
  left: 776px;
  font-weight: 800;
font-size: 30px;
  /* width:236px; */
color: #1D1D1D;
line-height: 40px;
text-stroke: 1px #FFFFFF;
  transform: rotate(16deg);
  font-family: "Roboto";
}
.sp-part1 .sp-gif1{
       position: absolute;
    bottom: 304px;
    width: 451px;
    height: 342px;
    border-radius: 20px;
    overflow: hidden;
}
.sp-part1 .sp-word1::after {
  background: linear-gradient(0deg, #695EFF 0%, #C8AA89 0%, #FEF3D5 49.2431640625%, #C8AA89 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-word2 {
  position: absolute;
  top: 198px;
  text-align: left;
  left: 154px;
  font-size: 85px;
  color: #ffffff;
  line-height: 1;
  font-style: italic;

  font-family: "Montserrat-ExtraBold";
}
.sp-part1 .sp-word2::after {
  background: linear-gradient(0deg, #695EFF 0%, #F8FAFB 0%, #D3D3D3 49.2431640625%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-wrap {
  position: absolute;
  top: 450px;
  left: 0px;
}
.sp-part1 .sp-wrap .sp-p {
  width: 520px;
  height: 86px;
  background: #fe8c0f;
  border-radius: 0px 43px 43px 0px;
  margin-bottom: 28px;

  font-family: "Montserrat-BoldItalic";
  font-size: 46px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
}

.sp-part1 .sp-word .sp-p {
  -webkit-text-stroke: 6px #242424;
}

.sp-part1 .sp-box1 {
  width: 1080px;
  height: 195px;
  background: linear-gradient(
    90deg,
    rgba(255, 120, 0, 0.73),
    rgba(255, 159, 35, 0.73)
  );
  background-color: #fdad37;

  box-sizing: border-box;
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.sp-part1 .sp-box1 .btn-style {
  position: absolute;
  width: 323px;
  height: 323px;
  background: url("https://img.fantaskycdn.com/e602e52d5532b886ffc2a4aa4599f30d.png") no-repeat;
  background-size: 100% 100%;
  right: 34px;
  bottom: 8px;
  font-family: "Roboto-Bold";
  font-size: 84px;
  color: #ffffff;
  line-height: 84px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  animation: skip 4s infinite 1s;
}
.sp-part1 .sp-box1 .sp-icon {
  width: 83px;
}
.sp-part1 .sp-box1 .btn-style .sp-p {
}
.sp-part1 .sp-box1 .sp-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 6px;
  box-sizing: border-box;
  font-family: "Roboto-Bold";
  padding-left: 50px;
  font-size: 68px;
  color: #ffffff;
  font-style: italic;
      line-height: initial;
}
.sp-part1 .sp-box1 .sp-t1 {
}
.sp-part1 .sp-box1 .sp-t2 .sp-span {
  color: #fffc00;
}

.sp-part2 {
  margin-top: -5px;
  padding-top: 360px;
  height: 1340px;

}
.sp-part2 .sp-title-wrap {
  top: 110px;
}
.sp-part2 .sp-row {
  position: absolute;
  top: 632px;
  width: 100%;
  display: flex;
  padding: 0 40px;
  gap: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 38px;
  color: #0f0f0f;
  line-height: 43px;
}
.sp-part2 .sp-row2 {
  top: 1080px;
}
.sp-part2 .sp-row .sp-p {
  height: 130px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  box-sizing: border-box;
}

.sp-part3 .sp-title-wrap {
  top: 98px;
  padding: 0 30px;
}
.sp-part3 .sp-img-p {
  width: 76px;
  position: absolute;
  left: 80px;
  top: 627px;
  z-index: 1;
}
.sp-part3 .sp-gif {
  width: 974px;
  height: 644px;
  background: url("https://img.fantaskycdn.com/08bb0aa153858fb35315f6dfe654319c.gif?v=1749460578") no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
  position: absolute;
  left: 54px;
  top: 305px;
}
.sp-part3 .sp-text {
  width: 500px;
  position: absolute;
  left: 455px;
  top: 1874px;
  font-family: "Montserrat-Bold";
  font-size: 42px;
  color: #101010;
  line-height: 40px;
}
.sp-part3 .sp-box {
  width: 400px;
  position: absolute;
  right: 182px;
  top: 1068px;
}
.sp-part3 .sp-box .sp-row {
  display: flex;
  position: absolute;
      flex-direction: column;
  top:-3px;
  left:106px;
  width: 100%;
  /* text-align: center; */
  font-family: "Roboto-Medium";
  font-size: 46px;
  color: #090909;
  gap:7px;
  line-height: 92px;
  padding: 0 5px;
  box-sizing: border-box;
}
.sp-part3 .sp-box .sp-row .sp-p {
  flex: 1;
}
.sp-part3 .sp-box2{
  position: absolute;
  right: 25px;
  top: 1558px;
}
.sp-part3 .sp-box2 .sp-row{
    font-family: 'Montserrat-Bold';
    font-size: 46px;
    color: #090909;
    font-weight: 600;
    font-size: 42px;
    color: #101010;
    line-height: 90px;
    position: absolute;
    top: -4px;
    left: 20px;
}
.sp-part3 .sp-box2 .sp-row2{
    font-family: 'Roboto-Medium';
    font-weight: 400;
font-size: 35px;
color: #101010;
line-height: 38px;
    position: absolute;
    top: 100px;
    left: 20px;
}
.sp-part4 {
  margin-top: -35px;
}
.sp-part4 .sp-title-wrap {
  top: 116px;
}
.sp-part4 .sp-title-wrap2 {
  top: 1680px;
}
.sp-part4 .sp-title {
  font-size: 62px;
  /* font-family: "Montserrat-Bold"; */
  white-space: nowrap;
}
.sp-part4 .sp-title-wrap2 .sp-title {
  font-size: 72px;
}
.sp-part4 .sp-title-wrap2 .sp-sub-title {
  font-family: "Montserrat-Bold";
  font-size: 50px;
  color: #0f0f0f;
  line-height: 85px;
  text-align: center;
  margin-top: 10px;
}
.sp-part4 .sp-row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  font-family: "Roboto-Medium";
  font-size: 43px;
  color: #0f0f0f;
}
.sp-part4 .sp-row .sp-p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sp-part4 .sp-row .sp-icon {
  width: 51px;
  height: 49px;
}
.sp-part4 .sp-gif {
  width: 1022px;
  height: 533px;
  background: url("https://img.fantaskycdn.com/a143587867d3c354459b12e4944086ff.gif") no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1044px;
}
.sp-part4 .sp-box {
  width: 386px;
  position: absolute;
  left: 90px;
  top: 751px;
  font-family: "Roboto-Medium";
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
.sp-part4 .sp-box .sp-span {
  color: #0f0f0f;
  font-size: 45px;
  font-style: italic;
}
.sp-part4 .sp-box2 {
  width: 381px;
  text-align: center;
  position: absolute;
  left: 610px;
  top: 762px;
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
}
.sp-part4 .sp-box3 {
  text-align: center;
  position: absolute;
      left: 156px;
    top: 1981px;
  font-family: "Roboto-Medium";
  font-size: 33px;
color: #FFFFFF;
line-height: 33px;
}
.sp-part4 .sp-box4 {
  text-align: center;
  position: absolute;
      left: 133px;
    top: 2250px;
  font-family: "Roboto-Medium";
  font-size: 33px;
color: #FFFFFF;
line-height: 33px;
}
.sp-part4 .sp-box5 {
  text-align: center;
  position: absolute;
      left: 163px;
    top: 2534px;
  font-family: "Roboto-Medium";
  font-size: 33px;
color: #FFFFFF;
line-height: 33px;
}

.sp-part5 {
      margin-top: -70px;
    z-index: 1;
    height: 1460px;
}
.sp-part5 .sp-title-box {
      padding: 0 30px;
    margin-top: 170px;
    margin-bottom: 50px;
}
.sp-part5 .sp-box {
    position: absolute;
    top: 246px;
    left: 76px;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #242424;
    line-height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 68px;
}
.sp-part5 .sp-box .sp-p{
  max-width: 125px;
}
.sp-part5 .sp-box2 {
    position: absolute;
        top: 400px;
    left: 205px;
    font-family: Montserrat-Bold;
    font-weight: 600;
    font-size: 33px;
    color: #1B1B1B;
    line-height: 41px;
}
.sp-part5 .sp-box3 {
        position: absolute;
    top: 505px;
    left: 277px;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 78px;
}
.sp-part5 .sp-box5 {
  width: 299px;
height: 51px;
background: #C0C0C0;
border-radius: 26px;
    position: absolute;
        top: 740px;
    left: 118px;
    font-family: Roboto-Medium;
    font-weight: 500;
font-size: 33px;
  text-align: center;
color: #1b1b1b;
line-height: 51px;
}
.sp-part5 .sp-box6 {
        position: absolute;
    top: 808px;
    left: 277px;
    font-family: Roboto-Medium;
    font-weight: 500;
font-size: 30px;
color: #242424;
line-height: 34px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 78px;
}
.sp-part5 .sp-box7 {
  width: 400px;
height: 51px;
background: #C0C0C0;
border-radius: 26px;
    position: absolute;
        top: 1008px;
    left: 118px;
    font-family: Roboto-Medium;
    font-weight: 500;
font-size: 33px;
color: #1b1b1b;
line-height: 51px;
  text-align: center;
}
.sp-part5 .sp-box8 {
        position: absolute;
    top: 1092px;
    left: 277px;
    font-family: Roboto-Medium;
    font-weight: 500;
font-size: 30px;
color: #242424;
line-height: 34px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 78px;
}

.sp-part6 {
  margin-top: -45px;
}
.sp-part6 .sp-title-wrap {
  top: 145px;
  padding: 0 50px;
}

.sp-part6 .sp-box {
  width: 419px;
  height: 75px;
  background: #ff9f23;
  border-radius: 38px;
  position: absolute;
  left: 40px;
  top: 1440px;
  font-family: "Roboto-Medium";
  font-size: 39px;
  color: #ffffff;
  line-height: 76px;
  text-align: center;
}

.sp-part6 .sp-box2 {
  left: 630px;
}
.sp-part6 .sp-text {
  position: absolute;
  left: 412px;
  top: 1270px;
  font-family: "Roboto-Medium";
  font-size: 47px;
  color: #ff9f23;
  line-height: 1;
}
.sp-part6 .sp-t {
  position: absolute;
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.sp-part6 .sp-t1 {
  right: 560px;
  top: 945px;
  text-align: right;
  opacity: 0.7;
}
.sp-part6 .sp-t2 {
  right: 560px;
  top: 1035px;
  text-align: right;
  opacity: 0.7;
  font-size: 32px;
}
.sp-part6 .sp-t3 {
  right: 560px;
  top: 1114px;
  text-align: right;
  font-size: 34px;
}
.sp-part6 .sp-t4 {
  left: 562px;
  top: 995px;
  font-size: 30px;
  opacity: 0.7;
}
.sp-part6 .sp-t5 {
  left: 562px;
  top: 1086px;
  font-size: 30px;
  opacity: 0.85;
}
.sp-part6 .sp-t6 {
  left: 557px;
  top: 1164px;
  font-size: 35px;
}
.sp-part7 {
  margin-top: -20px;
}
.sp-part7 .sp-title-wrap {
  top: 115px;
}
.sp-part7 .sp-title-wrap .sp-tab {
  width: 508px;
  height: 68px;
  background: #0f0f0f;
  border-radius: 34px;
  font-family: "Montserrat-Bold";
  font-size: 45px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
}
.sp-part7 .sp-text {
  width: 100%;
  position: absolute;
  top: 1160px;
  box-sizing: border-box;
  padding: 0 36px 0 34px;
  gap: 14px;
  font-family: "Montserrat-Bold";
  font-size: 36px;
  color: #5f5f5f;
  line-height: 49px;
  text-align: center;
  display: flex;
}

.sp-part7 .sp-text .sp-p {
  flex: 1;
}

.sp-part8 {
}

.sp-part8 .sp-tab {
  width: 100%;
  position: absolute;
  top: 50px;
  font-family: "Montserrat-Bold";
  font-size: 45px;
  color: #ffffff;
  line-height: 63px;
  text-align: center;
}
.sp-part8 .sp-row {
  width: 100%;
  position: absolute;
  top: 400px;
  box-sizing: border-box;
  padding: 0 32px;
  gap: 6px;
  font-family: "Roboto-Medium";
  font-size: 32px;
  color: #000000;
  line-height: 1;
  text-align: center;
  display: flex;
  white-space: nowrap;
}

.sp-part8 .sp-row .sp-p {
  flex: 1;
}
.sp-part8 .sp-t {
  position: absolute;

  font-family: "Roboto";
  font-size: 40px;
  color: #000000;
  line-height: 46px;
}
.sp-part8 .sp-t1 {
  width: 160px;
  left: 20px;
  top: 580px;
  text-align: center;
}
.sp-part8 .sp-t2 {
  left: 540px;
  top: 514px;
}
.sp-part8 .sp-t3 {
  width: 160px;
  left: 908px;
  top: 586px;
  text-align: center;
}
.sp-part8 .sp-t4 {
  left: 444px;
  top: 705px;
}
.sp-part8 .sp-box {
  position: absolute;
  left: 45px;
  top: 828px;
  width: 990px;
}
.sp-part8 .sp-r {
  position: absolute;
  top: 845px;
  font-family: "Roboto";
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.sp-part8 .sp-r .sp-p {
  font-family: "Roboto-Bold";
  font-size: 42px;
  color: #ffffff;
}
.sp-part8 .sp-r1 {
  width: 180px;
  left: 45px;
}
.sp-part8 .sp-r2 {
  width: 240px;
  left: 180px;
}
.sp-part8 .sp-r3 {
  width: 165px;
  left: 420px;
}
.sp-part8 .sp-r4 {
  width: 440px;
  left: unset;
  right: 45px;
}
.sp-nav {
  width: 100%;
  height: 323px;
  background: url("https://img.fantaskycdn.com/cdd089a47461c0b7705da58b96168e34.jpg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  font-family: "Roboto-Medium";
  padding-left: 325px;
  font-size: 31px;
  color: #ffffffdc;
  line-height: 46px;
  margin-top: -45px;
  z-index: 1;
  padding-right: 20px;
  position: relative;
}

.sp-nav .sp-title-s {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  font-style: italic;
  margin-bottom: 16px;
  margin-left: -10px;
}
.sp-nav .sp-title-s .sp-span {
  color: #fcff00;
}

.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  padding: 80px 20px 0px;
}
.product-part .sp-img-wrap {
  width: 100%;
  height: 719px;
  background: url("https://img.fantaskycdn.com/e17a9bba89abe62e5dc3717e14e2c618.png") no-repeat;
  background-size: 100% 100%;
}

.product-part .sp-img-p {
  width: 688px;
  height: 535px;
  position: absolute;
  left: 32px;
  top: 54px;
}
.product-part .sp-row1 {
  position: absolute;
  bottom: 0;
  height: 90px;
  left: 32px;
  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 {
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.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;
}
.product-part .sp-padding {
  padding: 0 14px;
  box-sizing: border-box;
}
.product-part .sp-option-title {
  font-size: 37px;
  color: #696969;
  margin: 35px 0 18px;
  line-height: 1;
}
.product-part .opt-group {
  display: flex;
  gap: 22px;
  position: relative;
  flex-wrap: wrap;
}

.product-part .sp-option {
      min-width: 151px;
    padding: 0 20px;
  height: 88px;
  background: #ffffff;
  border-radius: 20px;
  border: 3px solid #a5a5a5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 38px;
  color: #595959;
  line-height: 40px;
  position: relative;
  box-sizing: border-box;
  gap: 20px;
}

.product-part .sp-option.active {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}

.product-part .sp-fire {
  height: 46px;
  flex-shrink: 0;
  transform: translateY(-3px);
}

.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 43px;
}
.product-part .price1 {
  font-family: "Montserrat-Bold";
  font-size: 82px;
  color: #d70000;
}

.product-part .price2 {
  font-family: "Montserrat-Bold";
  font-size: 50px;
  color: #999999;
  margin-left: 40px;
}

.product-part .sp-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transform: translateY(14px);
}
.product-part .sp-row img {
  height: 92px;
}
.product-part .sp-row p {
  font-family: "Roboto-Bold";
  font-size: 34px;
  color: #ffffff;
  width: 214px;
  height: 55px;
  line-height: 60px;
  background: #d33100;

  margin-left: -50px;
  z-index: -1;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 20px;
}

.product-part .addCart {
  width: 537px;
  height: 101px;
  border-radius: 20px;
  border: 3px solid #828282;
  box-sizing: border-box;
  font-size: 43px;
  color: #000000;
  gap: 25px;
  text-transform: uppercase;
  padding-top: 2px;
}
.product-part .addCart .sp-icon {
  width: 44px;
}
.product-part .sp-btn-style {
  width: 100%;
  height: 165px;
  background: linear-gradient(0deg, #bf0000 0%, #f00e0e 100%);
  border-radius: 30px;
  color: #fff;
  font-size: 65px;
  margin-top: 45px;
  animation: skip 4s infinite;
  font-family: "Montserrat-Bold";
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}

.addGroup {
  width: 434px;
  height: 100px;
  border-radius: 15px;
  border: 3px solid #828282;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 33px;
  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: 23px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing:content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 230px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 42px;
  border-left: 2px solid #666666bb;
  border-right: 2px solid #666666bb;

  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-tip5 {
  width: 1080px;
  height: 114px;
  background: #4f4f4f;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 37px;
  color: #ffffff;
  font-family: Roboto;

  white-space: nowrap;
}
.sp-tip5 .sp-icon {
  width: 56px;
  flex-shrink: 0;
}

.sp-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 37px;
  color: #ee4b10;
  margin-top: 52px;
  font-family: "Roboto-Medium";
}

.sp-nav5 .sp-icon {
  width: 50px;
  transform: translateY(-8px);
}

.sp-footer {
  width: 1046px;

  margin: 25px auto 35px;
}

.sp-remark {
  width: 100%;
  background: #282828;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 89px;

  background-size: 100% 100%;
  box-sizing: border-box;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sp-icon-text {
  font-family: "Roboto";
  white-space: nowrap;
  font-size: 37px;
  color: #ffffff;
}
.sp-remark .sp-icon {
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 30px;
  flex-shrink: 0;
}

.sp-remark .sp-icon1 {
  background-image: url("https://img.fantaskycdn.com/361a7b378f7612f245192b493fa2e06e.png");
}
.sp-remark .sp-icon2 {
  height: 40px;
  background-image: url("https://img.fantaskycdn.com/cf2cfb5eb49b33c0afe6c35e186c7abc.png");
}
.sp-remark .sp-icon3 {
  background-image: url("https://img.fantaskycdn.com/3dacfbcf255d9c0b9cbba60cc8b4ecbf.png");
}

.sp-remark .sp-icon4 {
  width: 40px;
  background-image: url("https://img.fantaskycdn.com/c5203fe65c8c979460a0f891eeb5453a.png");
}
.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: 0px !important;
padding-bottom: 0px !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;
}
.lt_back_to_top{
  display:none !important;
}



