/** Shopify CDN: Minification failed

Line 133:46 Expected ":"

**/
@font-face {
  font-family: "Roboto";
  src:url("/cdn/shop/files/Roboto-Medium_512a505f-dd04-4571-8637-8d23d0f775de.ttf?v=1753147508");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Black";
    src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Roboto-Black.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-BoldItalic";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Roboto-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
     src:url("/cdn/shop/files/Montserrat-Black.otf?v=1754904409");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Black";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Montserrat-Black.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Montserrat-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-ExtraBold";
     src:url("https://cdn.shopify.com/s/files/1/0675/4520/2997/files/Poppins-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}
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;
}

* {
  margin: 0;
  padding: 0;
}

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;
-webkit-tap-highlight-color: rgba(0,0,0,0); /* 对于其他浏览器 */
}

/* @media screen and (min-width: 767px) {
  #root {
    zoom: 1 !important;
  }
} */
@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-part-top {
  position: relative;
  margin-top: 247px;
  overflow: hidden;
}

.sp-header-top {
  width: 100%;
  height: 147px;
  position: fixed;
  top: 115px;
  z-index: 11;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-header-top .text {
  width: 300px;
  margin-left: 50px;
}

.sp-header-top .btn {
  width: 358px;
  height: 86px;
  background: #D82500;
  border-radius: 20px;
  font-family: Montserrat;
  font-size: 42px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 45px;
  gap: 20px;
  /* animation: skip 4s infinite; */
}

.sp-header-top .sp-logo {
  width: 236px;
  height: auto;
  margin-left: 50px;
}

.sp-header-top .sp-cart {
  margin-right: 56px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sp-header-top .sp-cart .num {
  width: 59px;
  height: 59px;
  background: #8A8A8A;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -12px;
  font-family: Roboto-Medium;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}

.sp-header-top .sp-cart .num.sp-gray {
  background-color: #e21818;
}

.sp-cart .icon {
  width: 74px;
  height: 66px;
}

.time-part {
  position: fixed;
  top: 0px;
  width: 1080px;
  height: 114px;
  background: #000000;
  box-sizing: border-box;
  font-family: "Roboto";
  color: #ffffff;
  padding: 0 50px 0 50px;
  z-index: 9;
}

.time-box .sp-text {
  font-family: Montserrat;
  font-size: 41px;
  color: #FFFFFF;
  line-height: 1;
}

.time-part .min-text {
  font-family: Roboto-Black;
  font-size: 17px;
  color: #FFFFFF;
  margin-right: 10px;
  align-self: flex-start;
}

.time-box .square {
  width: 83px;
  height: 79px;
  background: url("https://img.fantaskycdn.com/8e5b76d3dec1795f7693145abd2acf33.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  flex-shrink: 0;
  font-family: Roboto-Medium;
  font-size: 45px;
  color: #191919;
}

.time-box .dot {
  background-image: url("https://img.fantaskycdn.com/03aed908336cce32a9e12db25cf629bc.png");
  background-size: 100% 100%;
  width: 11px;
  height: 36px;
  flex-shrink: 0;
  margin: 0 13px;
}

.time-box .flex-bet {
  height: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}

.sp-stroke {
  position: relative;
}

.sp-stroke::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}

.sp-part1 .sp-image1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 609px;
  height: 1145px;
}

.sp-part1 .sp-image2 {
  position: absolute;
  top: 372px;
  left: 70px;
  width: 540px;
  height: 367px;
}

.sp-part1 .sp-image3 {
  position: absolute;
  top: 1210px;
  left: 267px;
  width: 86px;
  height: 74px;
}

.sp-part1 .sp-font1 {
  position: absolute;
  top: 92px;
  left: 75px;
  font-family: Montserrat-ExtraBold;
  font-size: 90px;
  color: #3D0712;
  line-height: 96px;
}

.sp-part1 .sp-stroke {
  position: absolute;
  top: 210px;
  left: 72px;
  font-family: Montserrat-ExtraBold;
  font-size: 90px;
  color: transparent;
  line-height: 0.8;
}

.sp-part1 .sp-stroke::after {
  background: linear-gradient(4deg, #6D1113 0%, #C44770 97.119140625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-part1 .sp-font2 {
  position: absolute;
  top: 388px;
  left: 443px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #fff;
  line-height: 47px;
}

.sp-part1 .sp-font2-1 {
  position: absolute;
  top: 685px;
  left: 119px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #000;
  line-height: 47px;
}


.sp-part1 .sp-info {
  position: absolute;
  top: 820px;
  left: 70px;
  width: 700px;
  height: 555px;
  border-radius: 40px;
  background: #fff;
  box-shadow: -5px 5px 5px #eee;
  
}

.sp-part1 .sp-info .sp-image4 {
  position: absolute;
  top: 50px;
  left:40px;
  width: 108px;
  height: 108px;
}

.sp-part1 .sp-info .sp-image5 {
  position: absolute;
  top: 190px;
  left: 40px;
  width: 108px;
  height: 108px;
}

.sp-part1 .sp-info .sp-image6 {
  position: absolute;
  top: 330px;
  left: 40px;
  width: 181px;
  height: 206px;
}

.sp-part1 .sp-info .sp-font2 {
  position: absolute;
  top: 56px;
  left: 180px;
  width: 200px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
}

.sp-part1 .sp-info .sp-font3 {
  position: absolute;
  top: 200px;
  left: 180px;
  width: 270px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
}

.sp-part1 .sp-info .sp-font4 {
  position: absolute;
  top: 395px;
  left: 250px;
  width: 160px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
}


/* 
.sp-part1 .sp-font2 {
  position: absolute;
  top: 1316px;
  left: 123px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
}

.sp-part1 .sp-text {
  position: absolute;
  top: 455px;
  left: 80px;
  font-family: Montserrat-SemiBold;
  font-size: 30px;
  color: #3D0712;
  line-height: 33px;
  opacity: 0.8;
  transform: rotate(-2deg);
  text-align: center;
}

.sp-part1 .sp-stroke2 {
  font-family: Poppins-ExtraBold;
  top: 1323px;
  left: 59px;
  font-size: 100px;
}

.sp-part1 .sp-font3 {
  position: absolute;
  top: 1316px;
  left: 123px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
}

.sp-part1 .sp-font4 {
  position: absolute;
  top: 891px;
  left: 79px;
  font-family: Poppins-Medium;
  font-size: 31px;
  color: #FFFFFF;
  line-height: 1;
} */

.btn-style-box {
  width: 1080px;
  height: 181px;
  background: url("https://img.fantaskycdn.com/4f7dbe3e77f15b7e931eb47954d89bba.png");
  background-size: 100% 100%;
  box-sizing: border-box;
}

.btn-style-box div {
  height: 181px;
  gap: 40px;
  animation: skip 4s infinite;
}

.btn-style-box div span {
  font-family: Montserrat-ExtraBold;
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}

.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-title {
  font-family: Poppins-ExtraBold;
  font-size: 78px;
  color: #2D0007;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 40px;
  color: #2D0007;
  line-height: 50px;
  opacity: 0.8;
  text-align: center;
  margin-top: 10px;
}

.sp-part2 {
  position: relative;
  width: 1080px;
  height: 2159px;
  background: url("https://img.fantaskycdn.com/09796bdebd3c6cd41e65cefad7128234.webp") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part2 .sp-image1 {
  position: absolute;
  top: 375px;
  left: 75px;
  width: 480px;
  height: 376px;
  border-radius: 30px;
}

.sp-part2 .sp-image2 {
  position: absolute;
  top: 705px;
  left: 65px;
  width: 518px;
  height: 560px;
}

.sp-part2 .sp-image3 {
  position: absolute;
  top: 355px;
  right: 0px;
  width: 491px;
  height: 977px;
}
/* 
.sp-part2 .sp-font {
  position: absolute;
  top: 742px;
  left: 79px;
  font-family: Poppins-Medium;
  font-size: 39px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-part2 .sp-text {
  position: absolute;
  top: 470px;
  left: 682px;
  width: 355px;
  height: 72px;
  background: linear-gradient(94deg, #6D1113, #C44770, #6D1113);
  border-radius: 36px;
  font-family: Poppins-Regular;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 72px;
  text-align: center;
}

.sp-part2 .sp-text2 {
  top: 1144px;
  left: 59px;
  width: 282px;
}

.sp-part2 .sp-text3 {
  top: 1144px;
  left: 408px;
  width: 170px;
}

.sp-part2 .sp-text4 {
  top: 1144px;
  left: 668px;
  width: 355px;
} */

.sp-part2 .sp-swiper1 {
  top: 1050px;
  padding-bottom: 100px;
  width: 985px;
  height: 745px;
}

.sp-part2 .sp-swiper1 .sp-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 95px;
  line-height: 95px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sp-part2 .sp-swiper1 .sp-content div {
  flex: 1;
  text-align: center;
}

.sp-part2 .swiper-pagination-bullet {
  width: 226px !important;
  height: 14px !important;
  background: #FFFFFF !important;
  border-radius: 7px !important;
  opacity: 1 !important;
  margin: 0 10px !important;
}

.sp-part2 .swiper-pagination-bullet-active {
  background: #BE1923 !important;
  opacity: 1 !important;
}

.sp-part3 {
  position: relative;
  padding-top: 100px;
  width: 1080px;
  height: 1579px;
  background: linear-gradient(180deg, #FFFFFF, #F4D4D8);
  box-sizing: border-box;
}

.sp-part3 .sp-bg {
  position: absolute;
  top: 478px;
  left: 65px;
  width: 645px;
  height: 495px;
  border-radius: 20px;
  border: 2px solid #9C2E45;
  transform: rotate(-7deg);
}

.sp-part3 .sp-gif {
  position: absolute;
  top: 481px;
  left: 70px;
  width: 650px;
  height: 491px;
  border-radius: 20px;
}
.sp-part3 .sp-text {
  position: absolute;
    bottom: 295px;
    left: 61px;
    font-family: Poppins-Medium;
    font-size: 30px;
    color: #FFFFFF;
}

.sp-part3 .sp-image1 {
  position: absolute;
  top: 1029px;
  left: 41px;
  width: 590px;
  height: 439px;
}

.sp-part3 .sp-image2 {
  position: absolute;
  top: 387px;
  left: 563px;
  width: 517px;
  height: 1191px;
}

.sp-part4 {
  position: relative;
  padding-top: 100px;
  width: 1080px;
  height: 2427px;
  background: url("https://img.fantaskycdn.com/4bb1fcc83355cc34679068f15f6e398a.webp") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.sp-part4 .sp-round {
  position: absolute;
  top: 332px;
  left: 586px;
  width: 393px;
  height: 393px;
  border-radius: 50%;
  border: 2px dashed #000000;
  box-sizing: border-box;
}

.sp-part4 .sp-gif {
  position: absolute;
  top: 344px;
  left: 598px;
  width: 369px;
  height: 369px;
  border-radius: 50%;
}

.sp-part4 .sp-iamge1 {
  position: absolute;
  top: 384px;
  left: 56px;
  width: 858px;
  height: 716px;
}

.sp-part4 .sp-iamge2 {
  position: absolute;
  top: 1099px;
  left: 153px;
  width: 771px;
  height: 126px;
}

.sp-part4 .sp-iamge3 {
  position: absolute;
  top: 1338px;
  left: 189px;
  width: 689px;
  height: 225px;
}

.sp-part4 .sp-iamge4 {
  position: absolute;
  top: 1806px;
  left: 153px;
  width: 768px;
  height: 332px;
}

.sp-part4 .sp-font {
  position: absolute;
  top: 1234px;
  left: 111px;
  width: 215px;
  height: 62px;
  background: linear-gradient(94deg, #6D1113, #C44770, #6D1113);
  border-radius: 31px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
}

.sp-part4 .sp-font2 {
  left: 439px;
}

.sp-part4 .sp-font3 {
  left: 771px;
}

.sp-part4 .sp-font4 {
  top: 1597px;
  left: 162px;
  width: 281px;
}

.sp-part4 .sp-font5 {
  top: 1597px;
  left: 612px;
  width: 314px;
}

.sp-part4 .sp-font6 {
  top: 2152px;
  left: 153px;
  width: 314px;
}

.sp-part4 .sp-font7 {
  top: 2152px;
  left: 610px;
  width: 362px;
}

.sp-part4 .sp-text {
  position: absolute;
  top: 1680px;
  left: 167px;
  font-family: Poppins-Regular;
  font-size: 40px;
  color: #2D0007;
  line-height: 50px;
  opacity: 0.8;
  text-align: center;
}

.sp-part4 .sp-text2 {
  left: 634px;
}

.sp-part4 .sp-text3 {
  top: 2231px;
  left: 174px;
}

.sp-part4 .sp-text4 {
  top: 2231px;
  left: 623px;
}

.sp-part5 {
  position: relative;
  padding-top: 100px;
  width: 1080px;
  height: 2141px;
  background: linear-gradient(0deg, #FFFFFF, #F4D4D8);
  box-sizing: border-box;
}

.sp-part5 .sp-image1 {
  position: absolute;
  top: 442px;
  left: 74px;
  width: 1006px;
  height: 1053px;
}

.sp-part5 .sp-image2 {
  position: absolute;
  top: 1462px;
  left: 88px;
  width: 904px;
  height: 190px;
}

.sp-part5 .sp-image3 {
  position: absolute;
  top: 1763px;
  left: 88px;
  width: 906px;
  height: 191px;
}

.sp-part5 .sp-text {
  position: absolute;
  top: 1666px;
  left: 85px;
  width: 250px;
  font-family: Poppins-Regular;
  font-size: 40px;
  color: #2D0007;
  line-height: 1;
  text-align: center;
}

.sp-part5 .sp-text2,
.sp-part5 .sp-text5 {
  left: 417px;
}

.sp-part5 .sp-text3,
.sp-part5 .sp-text6 {
  left: 744px;
}

.sp-part5 .sp-text4,
.sp-part5 .sp-text5,
.sp-part5 .sp-text6 {
  top: 1979px;
}

.sp-part6 {
  position: relative;
  padding-top: 100px;
  width: 1080px;
  height: 1496px;
  background: url("https://img.fantaskycdn.com/1c39a2f23a4f25e2717e903a6dacf271.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.sp-part6 .sp-image1 {
  position: absolute;
  top: 466px;
  left: 73px;
  width: 50px;
  height: 60px;
}

.sp-part6 .sp-image2 {
  position: absolute;
  top: 845px;
  left: 57px;
  width: 260px;
  height: 468px;
}

.sp-part6 .sp-image3 {
  position: absolute;
  bottom: 0px;
  left: 159px;
  width: 921px;
  height: 1152px;
}

.sp-part6 .sp-text {
  position: absolute;
  top: 479px;
  left: 151px;
  font-family: Poppins-Regular;
  font-size: 40px;
  color: #000000;
  line-height: 1;
}

.sp-part7 {
  position: relative;
  padding-top: 100px;
  width: 1080px;
  height: 1419px;
  background: linear-gradient(0deg, #FFFFFF, #F4D4D8);
  box-sizing: border-box;
  margin-top:-2px;
}

.sp-part7 .sp-image1 {
  position: absolute;
  top: 343px;
  left: 129px;
  width: 237px;
  height: 661px;
}

.sp-part7 .sp-image2 {
  position: absolute;
  top: 345px;
  left: 448px;
  width: 539px;
  height: 383px;
}

.sp-part7 .sp-image3 {
  position: absolute;
  top: 1085px;
  left: 0px;
  width: 1080px;
  height: 341px;
}

.sp-part7 .sp-font {
  position: absolute;
  top: 803px;
  left: 523px;
  width: 375px;
  height: 69px;
  background: linear-gradient(94deg, #6D1113, #C44770, #6D1113);
  border-radius: 35px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 69px;
  text-align: center;
}

.sp-part7 .sp-text {
  position: absolute;
  top: 891px;
  left: 594px;
  font-family: Poppins-Regular;
  font-size: 40px;
  color: #2D0007;
  line-height: 50px;
  opacity: 0.8;
  text-align: center;
}

.sp-part8 {
  position: relative;
  padding-top: 100px;
  width: 1080px;
  height: 1522px;
  background: url("https://img.fantaskycdn.com/a51d8d8baebb414744955ce4e2cf902a.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.sp-part8 .sp-image1 {
  position: absolute;
  top: 447px;
  left: 117px;
  width: 135px;
  height: 115px;
}

.sp-part8 .sp-image2 {
  position: absolute;
  top: 447px;
  left: 444px;
  width: 138px;
  height: 117px;
}

.sp-part8 .sp-image3 {
  position: absolute;
  top: 447px;
  left: 777px;
  width: 159px;
  height: 123px;
}

.sp-part8 .sp-image4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 1080px;
  height: 814px;
}

.sp-part8 .sp-text {
  position: absolute;
  top: 600px;
  left: 137px;
  font-family: Poppins-Regular;
  font-size: 40px;
  color: #2D0007;
  line-height: 1;
}

.sp-part9 {
  position: relative;
  width: 1080px;
  height: 286px;
  background: url("https://img.fantaskycdn.com/24667ad8a018c0c256ab42649940ada5.webp") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.sp-part9 .sp-font {
  position: absolute;
  top: 70px;
  left: 40px;
  font-family: Roboto;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700
}

.sp-part9 .sp-text {
  position: absolute;
  top: 150px;
  left: 41px;
  font-family: Roboto-Medium;
  font-size: 35px;
  color: #FFFFFF;
  line-height: 40px;
}

@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);
  }
}

@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.15);
  }

  5%,
  13%,
  21% {
    transform: scale(1);
  }
}

.sp-nav2 {
  width: 1080px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: Roboto-Medium;
  font-size: 38px;
  color: #000000;
  line-height: 50px;
}

.sp-nav2 img {
  width: 50px;
}

.sp-product-wrap {
  background: #F2DEE3;
  padding: 20px 20px 40px;
}

.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  width: 1040px;
  background: #FFFFFF;
  margin-top: 100px;
  padding: 50px 45px 40px;
}

.product-part .sp-img-wrap {
  width: 931px;
  height: 612px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap .sp-img-wrap-inner {
  width: 0px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #f00;
  padding: 20px;
  margin: 10px;
  aspect-ratio: 1;
}

.product-part .sp-img-wrap .sp-img-wrap-inner img {
  width: 420px;
}

.product-part .sp-option-title {
  font-family: Roboto;
  font-size: 40px;
  color: #808080;
  line-height: 40px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transcy-money, [data-tc-price]{
    font-size:36px;
}
.product-part .opt-group {
  display: flex;
  gap: 20px 20px;
  flex-wrap: wrap;
  position: relative;
}

.product-part .sp-option {
  width: 303px;
  height: 83px;
  border-radius: 42px;
  border: 2px solid #686868;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-family: Roboto-Medium;
  font-size: 38px;
  color: #484747;
  line-height: 1;
}

.product-part .sp-option.active {
  background: #262626;
  border-color: #262626;
  color: #fff;
}

.product-part .sp-option .sp-fire {
  position: absolute;
  right: -5px;
  top: -42px;
  width: 85px;
  height: 59px;
}

/* .product-part .sp-size>div:nth-child(1) {
  width: 610px;
} */

.product-part .sp-option .sp-icon {
  width: 85px;
  height: 59px;
  position: absolute;
  top: -19px;
  right: 1px;
}

.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.product-part .price1 {
  font-family: Roboto;
  font-size: 101px;
  color: #D9001B;
  margin-left: 28px;
}

.product-part .price1 span {
  font-size: 101px;
}

.product-part .price2 {
  font-family: "Roboto-Medium";
  font-size: 38px;
  color: #808080;
  margin: 0 10px;
}

.product-part .addCart {
  width: 463px;
  height: 105px;
  border-radius: 10px;
  border: 4px solid #c8c8c8;
  box-sizing: border-box;
  font-family: Roboto-Medium;
  font-size: 44px;
  color: #000000;
  gap: 24px;
  text-transform: uppercase;
  padding-top: 2px;
}

.product-part .sp-btn-style {
  width: 946px;
  height: 156px;
  background: #D9001B;
  border-radius: 20px;
  font-family: Roboto;
  font-size: 63px;
  color: #FFFFFF;
  animation: skip 4s infinite;
  margin: 40px auto 20px;
  gap: 50px;
}

.sp-btn-style .sp-arrow {
  width: 34px;
  height: 46px;
}

.addGroup {
  width: 463px;
  height: 105px;
  border-radius: 10px;
  border: 4px solid #c8c8c8;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 35px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto";
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  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: 190px;
  height: 90px;
  color: #232326;
  background: #fff;
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 42px;
  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);
  }
}

.sp-tab-wrap {
  margin-left: -55px;
  width: 1080px;
  height: 150px;
  position: relative;
  top: 0px;
  left: 30px;
  margin-bottom: 80px;
}

.sp-tab {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1030px;
  height: 81px;
  background: url("https://img.fantaskycdn.com/e9774a3931306397df3dd3c611e2da3c.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 96px;
  box-sizing: border-box;
  font-size: 30px;
  color: #ffffff;
  font-family: "Roboto-Medium";
  opacity: 0;
  transform: translateX(-50%);
}

@-webkit-keyframes wordsLoop {
  0% {
    transform: translateX(-50%) translateY(80%) scale(1);
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  98% {
    transform: translateX(-50%) translateY(-60%) scale(0.85);
    opacity: 0;
  }

  99% {
    transform: translateX(-50%) translateY(80%) scale(1);
    opacity: 0;
  }
}

.sp-tab-ani {
  animation: 2.5s wordsLoop linear;
}

.sp-tab .sp-span {
  font-family: "Roboto";
  font-size: 35px;
  color: #f6f1a4;
  margin-right: 20px;
  flex-shrink: 0;
}

.sp-tab1 .sp-icon-wrap {
  margin-left: 36px;
}

.sp-tab1 .sp-icon {
  height: 65px;
  margin-left: -20px;
  transform: translateY(5px);
}

.sp-tab2 {
  background-image: url("https://img.fantaskycdn.com/6e3c72c67e9c8d06ae32689344ae075a.png");
}

.sp-tab2 .sp-icon {
  height: 56px;
  margin-left: 14px;
}

.sp-tab3 {
  background-image: url("https://img.fantaskycdn.com/a519a42502ad9cc101a6897ccf31b7f1.png");
}

.sp-tab4 {
  background-image: url("https://img.fantaskycdn.com/983b1c99d05ced5852e88b7139fdbc51.png");
  padding-left: 205px;
  font-family: "Roboto-BoldItalic";
}

.sp-tab4 .sp-span2 {
  font-family: "Montserrat-Black";
  font-size: 47px;
  font-style: italic;
  margin: 0 10px;
}

.sp-nav5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  font-family: Roboto;
  font-size: 36px;
  color: #242424;
  margin-top: 50px;
}

.sp-nav5 img {
  width: 97px;
}

.gradually span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
}

.gradually .sp-sub-title {
  opacity: 0;
}

@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes swift-up-fade2 {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 0.8;
  }
}

.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-footer .sp-text {
  position: absolute;
  top: 40px;
  line-height: 1;
  width: 100%;
  font-family: "Montserrat-Black";
  text-align: center;
  font-size: 70px;
  color: #581A00;
  line-height: 1;
}

.sp-footer .sp-row {
  display: flex;
  width: 100%;
  position: absolute;
  top: 384px;
  padding: 0 16px;
  text-align: center;
  font-family: "Roboto-Light";
  font-size: 30px;
  color: #292929;
  box-sizing: border-box;
}

.sp-footer .sp-row .sp-p {
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #292929;
  margin-bottom: 12px;
}

.sp-footer .sp-row .sp-item {
  flex: 1;
}

.sp-footer .sp-row2 {
  top: 752px;
}
.main-content > .card-spacing{
  margin: 0;
    margin-top: 0;
    padding-top: 0px;
}
.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;
}
.transcy-switcher-bar .transcy-switcher-container {
  display: none;
}