/** Shopify CDN: Minification failed

Line 1426:0 Unexpected "}"

**/
@font-face {
  font-family: 'Roboto';
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('/cdn/shop/files/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/cdn/shop/files/Montserrat-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('/cdn/shop/files/Montserrat-Black.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('/cdn/shop/files/Montserrat-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('/cdn/shop/files/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('/cdn/shop/files/Montserrat-ExtraBold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('/cdn/shop/files/Poppins-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial-BoldMT';
  src: url('/cdn/shop/files/arialbd.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AllerDisplay';
  src: url('/cdn/shop/files/AllerDisplay.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/akzidenz-grotesk-bq-bold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBQ-XBold';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-EXTRABOLD.OTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBQ-Medium';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-MEDIUM.OTF');
  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;
}

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;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-header-top {
  height: 132px;
  width: 100%;
  position: fixed;
  top: 172px;
  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: 246px;
  margin-left: 40px;
}

.sp-header-top .sp-top-btn {
  width: 382px;
  height: 94px;
  background: #fa0101;
  border-radius: 39px;
  text-align: center;
  font-family: Montserrat;
  font-size: 42px;
  color: #ffffff;
  margin-right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: skip 4s infinite;
  cursor: pointer;
}

.sp-cart {
  width: 76px;
  margin-right: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(5px);
}

.sp-cart .sp-icon {
  width: 100%;
}

.sp-cart .sp-num {
  width: 50px;
  height: 50px;
  background: #ff3000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -24px;
  top: -17px;
  font-size: 36px;
  font-family: 'Roboto-Medium';
  text-align: center;
  box-sizing: border-box;
}

.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}

.time-part {
  position: fixed;
  top: 0px;
  width: 1080px;
  height: 172px;
  background: url('/cdn/shop/files/20251029-top.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  color: #ffffff;
  padding: 0 35px 0 204px;
  z-index: 9;
}

.time-part .min-text {
  font-family: Montserrat;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin-top: 20px;
  margin-right: 10px;
  align-self: flex-start;
}

.time-box .sp-text {
  font-family: AkzidenzGroteskBQ-XBold;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  margin-left: 10px;
}

.time-box .sp-text .sp-stroke {
font-size: 44px;
    color: #f85123;
    white-space: nowrap;
    left: -52%;
    position: relative;
}

.time-box .sp-text .sp-stroke::before {
  text-stroke: 5px #ffffff;
  -webkit-text-stroke: 5px #ffffff;
}

.time-box .sp-font {
  width: 443px;
  height: 46px;
  background: #d52b15;
  border-radius: 20px;
  gap: 10px;
  font-family: AkzidenzGroteskBQ-Medium;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  font-style: italic;
  margin-left: auto;
  margin-bottom: 10px;
}

.time-box .sp-font img {
  width: 18px;
  height: 33px;
}

.time-box .square {
  width: 101px;
  height: 98px;
  background: url('/cdn/shop/files/20251029-num-bg.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;
  font-size: 82px;
  color: #343434;
}

.time-box .dot {
  background-image: url('/cdn/shop/files/20251029-num-dot.png');
  background-size: 100% 100%;
  width: 11px;
  height: 36px;
  flex-shrink: 0;
  margin: 0 5px;
}

.time-box .flex-bet {
  height: 100%;
}

.sp-time-icon1 {
  animation: jump 0.8s ease-in-out infinite;
}

.sp-time-icon2 {
  animation: toRight 0.8s infinite ease-in-out;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(+2px, 0, 0);
  }

  30%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(+4px, 0, 0);
  }

  50% {
    transform: translate3d(-4px, 0, 0);
  }
}

@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes toRight {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.5);
  }
}

.sp-part-top {
  margin-top: 304px;
}

.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-box {
  position: relative;
  width: 1080px;
  height: 247px;
  background: url('/cdn/shop/files/20251029-btn2.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -58px;
  z-index: 2;
}

.sp-btn-box .sp-stroke {
  position: absolute;
  top: 37px;
  left: 54px;
  font-family: Poppins-ExtraBold;
  font-size: 59px;
  color: #3c74ff;
  line-height: 0.9;
  text-transform: uppercase;
}

.sp-btn-box .sp-stroke2 {
  top: 99px;
  left: 47px;
  font-size: 151px;
}

.sp-btn-box .sp-stroke3 {
  top: 116px;
  left: 245px;
  font-size: 63px;
}

.sp-btn-box .sp-stroke4 {
  top: 174px;
  left: 220px;
  font-size: 52px;
}

.sp-btn-box .sp-stroke4::before {
  text-stroke: 5px #ffefdf;
  -webkit-text-stroke: 5px #ffefdf;
}

.sp-btn-box .flex-center {
  position: absolute;
  top: 102px;
  left: 560px;
  font-family: AkzidenzGroteskBQ-Bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  gap: 20px;
  animation: skip 4s infinite;
}

.sp-btn-box .flex-center img {
  width: 58px;
  height: 66px;
  transform: translateY(2px);
}

.sp-btn-box .sp-text {
  position: absolute;
  top: 178px;
  left: 511px;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
}

.sp-btn-box1 {
  height: 191px;
  background: url('/cdn/shop/files/20251029-btn1.png')
    no-repeat;
  background-size: 100% 100%;
  margin-top: 0px;
}

.sp-btn-box1 .flex-center {
  top: 46px;
  left: 591px;
}

.sp-btn-box1 .sp-text {
  top: 122px;
  left: 500px;
}

.sp-stroke {
  position: relative;
}

.sp-stroke::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}

.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.sp-part1 .sp-stroke1 {
  position: absolute;
  top: 132px;
  left: 129px;
  font-family: Poppins-ExtraBold;
  font-size: 297px;
  color: #1b56d1;
  line-height: 0.9;
  font-style: italic;
  padding-right: 50px;
}

.sp-part1 .sp-stroke1::before {
  text-stroke: 15px #ffffff;
  -webkit-text-stroke: 15px #ffffff;
}

.sp-part1 .sp-stroke1::after {
  background: linear-gradient(180deg, #1b52cc 0%, #192d9f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-part1 .sp-stroke2 {
  position: absolute;
  top: 150px;
  left: 360px;
  font-family: AllerDisplay;
  font-size: 70px;
  color: transparent;
  line-height: 0.9;
  font-style: italic;
  transform: rotate(-4deg) skew(-4deg);
  padding-right: 50px;
}

.sp-part1 .sp-stroke2::after {
  background: linear-gradient(183deg, #f0332f 0%, #b90100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-part1 .sp-stroke3 {
  position: absolute;
  top: 250px;
  left: 345px;
  font-family: AllerDisplay;
  font-size: 74px;
  color: transparent;
  line-height: 0.8;
  font-style: italic;
  transform: rotate(-4deg) skew(-4deg);
  padding-right: 50px;
  text-transform: uppercase;
}

.sp-part1 .sp-stroke3::after {
  background: linear-gradient(180deg, #1c67e6 0%, #19299a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-part1 .sp-image1 {
  position: absolute;
  top: 693px;
  left: 464px;
  width: 466px;
  height: 411px;
}

.sp-part1 .sp-image2 {
  position: absolute;
  top: 1194px;
  left: 36px;
  width: 433px;
  height: 527px;
  z-index: 3;
}

.sp-part1 .sp-image3 {
  position: absolute;
  top: 1483px;
  left: 481px;
  width: 599px;
  height: 94px;
}

.sp-part1 .sp-font {
  position: absolute;
  top: 1496px;
  left: 575px;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #313131;
}

.sp-part1 .sp-font span {
  color: #ef5e29;
}

.sp-part2 {
  position: relative;
  width: 1080px;
  height: 1695px;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part2 .sp-image {
  position: absolute;
  top: 383px;
  left: 66px;
  width: 948px;
  height: 1172px;
}

.sp-part2 .sp-font {
  position: absolute;
  top: 836px;
  left: 204px;
  display: flex;
  flex-direction: column;
  gap: 548px 555px;
}

.sp-part2 .sp-font section {
  display: flex;
}

.sp-part2 .sp-font section div {
  font-family: Poppins;
  font-size: 29px;
  color: #fff;
  line-height: 35px;
}

.sp-part2 .sp-font section div:nth-child(1) {
  width: 513px;
}

.sp-title-wrap {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
}

.sp-title {
  font-family: Poppins;
  font-size: 70px;
  color: #222222;
  line-height: 1.2;
  text-align: center;
}

.sp-title.white {
  color: #ffffff;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #222222;
  opacity: 0.8;
  text-align: center;
  margin-top: 10px;
}

.sp-sub-title.white {
  color: #ffffff;
}

.sp-part3 {
  position: relative;
  width: 1080px;
  height: 1960px;
  background: url('/cdn/shop/files/20251029-bg3.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part3 .sp-gif {
  position: absolute;
  top: 363px;
  left: 502px;
  width: 522px;
  height: 673px;
  border-radius: 30px;
  border: 4px solid #ffffff;
  box-sizing: border-box;
}

.sp-part3 .sp-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 675px;
  height: 1294px;
}

.sp-part3 .sp-text {
  position: absolute;
  top: 1716px;
  left: 180px;
  font-family: Poppins-SemiBold;
  font-size: 27px;
  color: #2e2e2e;
  line-height: 1.2;
  text-align: center;
}

.sp-part4 {
  position: relative;
  width: 1080px;
  height: 1842px;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part4 .sp-image {
  position: absolute;
  top: 412px;
  left: 48px;
  width: 984px;
  height: 1201px;
}

.sp-part4 .sp-font {
  position: absolute;
  top: 436px;
  left: 48px;
  width: 984px;
  display: flex;
  gap: 34px;
}

.sp-part4 .sp-font div {
  flex: 1;
  font-family: AkzidenzGroteskBQ-Medium;
  font-size: 33px;
  color: #ffffff;
  line-height: 35px;
  font-style: italic;
  text-align: center;
}

.sp-part4 .sp-image1 {
  position: absolute;
  top: 1029px;
  left: 79px;
  width: 36px;
  height: 36px;
}

.sp-part4 .sp-image2 {
  position: absolute;
  top: 1023px;
  left: 568px;
  width: 49px;
  height: 47px;
}

.sp-part4 .sp-image3 {
  position: absolute;
  top: 1142px;
  left: 43px;
  width: 122px;
  height: 111px;
}

.sp-part4 .sp-others {
  position: absolute;
  top: 1071px;
  left: 80px;
  font-family: Arial-BoldMT;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
}

.sp-part4 .sp-info {
  position: absolute;
  top: 1178px;
  left: 176px;
  width: 868px;
  height: 56px;
  background: #0050b8;
  border-radius: 28px;
  font-family: AkzidenzGroteskBQ-Medium;
  font-size: 29px;
  color: #fff;
  font-style: italic;
}

.sp-part4 .sp-info span {
  font-family: AkzidenzGroteskBQ-Bold;
}

.sp-part4 .sp-text {
  position: absolute;
  top: 1644px;
  left: 68px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #404040;
  line-height: 1.2;
  text-align: center;
}

.sp-part5 {
  position: relative;
  width: 1080px;
  height: 1629px;
  background: url('/cdn/shop/files/20251029-bg5.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part5 .sp-font {
  position: absolute;
  top: 716px;
  left: 785px;
  width: 236px;
  height: 54px;
  background: #0050b8;
  border-radius: 27px;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 5px;
}

.sp-part5 .sp-font img {
  width: 36px;
  height: 34px;
  transform: translateY(-2px);
}

.sp-part5 .sp-font2 {
  top: 1047px;
  left: 776px;
  width: 255px;
}

.sp-part6 {
  position: relative;
  width: 1080px;
  height: 1589px;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part6 .sp-image {
  position: absolute;
  top: 422px;
  left: 47px;
  width: 984px;
  height: 1002px;
}

.sp-part6 .sp-font {
  position: absolute;
  top: 740px;
  left: 740px;
  font-family: Poppins-SemiBold;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

.sp-part6 .sp-text {
  position: absolute;
  top: 1400px;
  left: 74px;
  width: 254px;
  height: 49px;
  background: #0050b8;
  border-radius: 24px;
  font-family: Poppins;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-part7 {
  position: relative;
  width: 1080px;
  height: 1343px;
  background: #bae4ff;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part7 .sp-title .sp-img1 {
  width: 138px;
  transform: translateY(-10px);
}

.sp-part7 .sp-title .sp-img2 {
  width: 120px;
  transform: translateY(-10px);
  margin-left: 10px;
}

.sp-part7 .sp-bg {
  position: absolute;
  top: 355px;
  left: 226px;
  display: flex;
  gap: 198px;
}

.sp-part7 .sp-bg div {
  display: block;
  width: 135px;
  height: 41px;
  background: #fee001;
  border-radius: 21px;
}

.sp-part7 .sp-text {
  position: absolute;
  top: 355px;
  left: 56px;
  display: flex;
  gap: 115px;
}

.sp-part7 .sp-text div {
  width: 217px;
  height: 41px;
  background: #ffffff;
  border-radius: 21px;
  font-family: Roboto-Regular;
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sp-part7 .sp-text .black-box {
  background: #303030;
  color: #ffffff;
}

.sp-part7 .sp-number {
  position: absolute;
  top: 355px;
  left: 290px;
  display: flex;
  gap: 280px;
}

.sp-part7 .sp-number div {
  width: 52px;
  height: 41px;
  font-family: Roboto-Regular;
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-part7 .sp-text2,
.sp-part7 .sp-bg2,
.sp-part7 .sp-number2 {
  top: 416px;
}

.sp-part7 .sp-swiper1 {
  top: 367px;
  padding-bottom: 100px;
}

.sp-part7 .sp-swiper1 .sp-img {
  width: 1013px;
  height: 661px;
  margin: 0 auto;
}

.sp-part7 .sp-swiper1 .sp-font {
  position: absolute;
  top: 453px;
  left: 145px;
  font-family: Roboto-Medium;
  font-size: 30px;
  color: #000000;
  line-height: 1;
}

.sp-part7 .sp-swiper1 .sp-text {
  position: absolute;
  top: 512px;
  left: 83px;
  font-family: Roboto-Regular;
  font-size: 23px;
  color: #000000;
  line-height: 1.2;
  opacity: 0.8;
  max-width: 452px;
}

.sp-part7 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 25px !important;
}

.sp-part7 .swiper-pagination-bullet-active {
  background: #0842a1;
  opacity: 1;
}

.sp-part8 {
  position: relative;
  width: 1080px;
  height: 1323px;
  box-sizing: border-box;
  padding-top: 110px;
}

.sp-part8 .sp-image {
  position: absolute;
  top: 317px;
  left: 327px;
  width: 419px;
  height: 567px;
}

.sp-part8 .sp-bg {
  position: absolute;
  top: 977px;
  left: 102px;
  width: 874px;
  height: 239px;
  background: #cde2ff;
  border-radius: 50px;
}

.sp-part8 .sp-text {
  position: absolute;
  top: 1009px;
  left: 145px;
  font-family: Poppins-Medium;
  font-size: 32px;
  color: #222;
  line-height: 45px;
}

.sp-part8 .sp-text span {
  font-family: Poppins;
}

.sp-discount {
  position: relative;
  width: 1080px;
  height: 450px;
  background: url('/cdn/shop/files/20251029-discount.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-discount .sp-stroke {
  position: absolute;
  top: 75px;
  left: 351px;
  font-family: Montserrat-ExtraBold;
  font-size: 214px;
  color: transparent;
  line-height: 0.8;
  transform: rotate(-4deg) skewX(-4deg);
}

.sp-discount .sp-stroke::before {
  text-stroke: 12px #f4e2da;
  -webkit-text-stroke: 12px #f4e2da;
}

.sp-discount .sp-stroke::after {
  background: linear-gradient(
    171deg,
    #fd8423 0%,
    #ff651a 39.7216796875%,
    #ff491d 98.876953125%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-discount .sp-stroke2 {
  top: 100px;
  left: 648px;
  font-size: 152px;
}

.sp-discount .sp-stroke3 {
  top: 250px;
  left: 476px;
  font-size: 123px;
}

.sp-discount .sp-text {
  position: absolute;
  top: 376px;
  left: 302px;
  font-family: Montserrat-Medium;
  font-size: 32px;
  color: #242424;
  line-height: 1;
}

.sp-discount .sp-font {
  position: absolute;
  top: 97px;
  left: 146px;
  width: 186px;
  height: 50px;
  background: linear-gradient(171deg, #fd8423, #ff651a, #ff491d);
  border-radius: 10px;
  transform: skewX(-4deg) skewY(-4deg);
  font-family: Montserrat-SemiBold;
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
}

.sp-discount .sp-image {
  position: absolute;
  top: 159px;
  left: 196px;
  width: 120px;
  height: 105px;
}

.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 60px 28px 50px;
}

.sp-free {
  font-family: Poppins-Medium;
  font-size: 44px;
  color: #1c1c1c;
  line-height: 1;
  gap: 20px;
  margin-bottom: 40px;
}

.sp-free .sp-img {
  width: 85px;
  height: 39px;
}

.sp-free span {
  color: #de0000;
}

.product-part .sp-img-wrap {
  width: 100%;
  height: 668px;
  background: url('/cdn/shop/files/20251029-pro-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 8px 10px 0 7px;
  font-family: 'Poppins-Medium';
  box-sizing: border-box;
  user-select: none;
}

.product-part .sp-img-wrap .swiper {
  width: 100%;
  height: 579px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-p {
  width: 354px;
}

.product-part .sp-row1 {
  position: absolute;
  bottom: 0;
  height: 84px;
  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: 241px;
  height: 15px;
  background: linear-gradient(90deg, #fff346, #ecddcf);
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}

.product-part .sp-wrap .sp-icon-s {
  width: 45px;
  position: absolute;
  left: 105px;
  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';
  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;
  padding: 0 42px;
}

.product-part .option-title {
  font-size: 36px;
  color: #585858;
  font-family: 'Roboto-Medium';
  line-height: 1;
  margin: 36px 0px 28px;
  text-transform: uppercase;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
  position: relative;
}

.product-part .sp-option {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  padding: 30px;
  height: 87px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #adadad;
  font-family: Roboto-Medium;
  font-size: 38px;
  color: #000000;
}

.product-part .sp-option.active {
  background: #252525;
  border-color: #252525;
  color: #ffffff;
}

.product-part .sp-color .sp-option:nth-child(2),
.product-part .sp-color .sp-option:nth-child(3) {
  width: 343px;
}

/* .product-part .sp-style .sp-option:nth-child(1) {
  width: 607px;
}

.product-part .sp-style .sp-option:nth-child(2) {
  width: 784px;
}

.product-part .sp-style .sp-option:nth-child(3) {
  width: 929px; */
}

.product-part .sp-option .sp-icon {
  position: absolute;
  top: -38px;
  right: -65px;
  width: 123px;
  z-index: 2;
}

.product-part .sp-option .sp-p {
  font-size: 40px;
  display: inline-block;
}

.product-part .sp-option .sp-best {
  width: auto;
  padding: 30px;
  height: 78px;
  background: url('/cdn/shop/files/20251029-best.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -23px;
  top: -52px;
  font-family: Roboto-Medium;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
  padding-top: 9px;
  box-sizing: border-box;
  white-space: wrap;
  z-index: 2;
}

.product-part .sp-option .sp-span {
  color: #ed5200;
}

.product-part .price-group {
  line-height: 1.1;
  justify-content: center;
  margin-top: 38px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: 'Poppins';
  font-size: 82px;
  color: #d70000;
  margin-right: 34px;
}

.product-part .price2 {
  font-family: 'Poppins';
  font-size: 50px;
  color: #999999;
}

.product-part .sp-row {
  margin-left: 62px;
  display: flex;
  align-items: center;
}

.product-part .sp-row img {
  height: 70px;
  animation: shakeCart 3s infinite ease-in-out;
  position: relative;
  z-index: 2;
}

.product-part .sp-row .sp-p {
  width: 200px;
  height: 55px;
  background: #d33100;
  font-family: 'Roboto';
  font-size: 34px;
  color: #ffffff;
  line-height: 67px;
  text-align: center;
  margin-left: -34px;
  padding-left: 23px;
  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: 492px;
  height: 90px;
  background: #cde2ff;
  border-radius: 20px;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  font-size: 34px;
  color: #252525;
  gap: 22px;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 40px;
  height: 36px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 151px;
  background: url('/cdn/shop/files/20251029-btn3.png')
    no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  cursor: pointer;
  margin: 70px auto 60px;
  font-family: AkzidenzGroteskBQ-Bold;
  font-size: 77px;
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
}

.product-part .sp-btn-style .sp-btn-tip {
  /* display: none; */
}

@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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: Poppins-SemiBold;
  font-size: 33px;
  color: #222222;
  line-height: 1;
  margin-bottom: 40px;
}

.sp-tip5 img {
  width: 32px;
  height: 37px;
  transform: translateY(-8px);
}

.sp-tip5 span {
  color: #d81e06;
}

.addGroup {
  width: 400px;
  height: 92px;
  border-radius: 15px;
  border: 3px solid #828282;
  background: #eeeeee;
  font-family: 'Roboto-Medium';
  font-size: 30px;
  color: #000000;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto';
  /* 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;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 230px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 46px;
  color: #000000;
  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: 1026px;
  height: 246px;
  background: #c6e9ff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-footer .sp-img1 {
  position: absolute;
  top: 17px;
  left: 5px;
  width: 181px;
  height: 212px;
}

.sp-footer .sp-img2 {
  position: absolute;
  top: 106px;
  left: 202px;
  width: 41px;
  height: 34px;
}

.sp-footer .sp-row {
  position: absolute;
  left: 19px;
  top: 70px;
  width: 154px;
  text-align: center;
  font-size: 25px;
  font-family: 'Roboto';
  color: #fff;
}

.sp-footer .sp-row .sp-p {
  font-size: 35px;
  font-family: 'Roboto-Medium';
}

.sp-footer .sp-box1 {
  position: absolute;
  left: 200px;
  top: 30px;
}

.sp-footer .sp-box1 .sp-t1 {
  font-family: 'Roboto-Medium';
  font-size: 56px;
  color: #007dc5;
  line-height: 1;
}

.sp-footer .sp-box1 .sp-li {
  font-size: 32px;
  color: #191919;
  font-family: Roboto-Medium;
  line-height: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 6px;
  padding-left: 60px;
}

.sp-footer .sp-box1 span {
  font-family: 'Roboto';
}

.sp-part-qa {
  width: 1020px;
  padding: 30px 20px 0px;
  margin: 50px auto;
  box-sizing: border-box;
}

.sp-part-qa .q-row {
  height: 110px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: 'Poppins-Medium';
  font-size: 32px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 45px;
  cursor: pointer;
  padding-left: 18px;
  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('/cdn/shop/files/20251029-arrow-t.png')
    no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(-180deg); */

  transition: all 0.3s;
}

.sp-part-qa .sp-text {
  padding-left: 30px;
  box-sizing: border-box;
  font-family: 'Roboto-Regular';
  font-size: 25px;
  color: #000000;
  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: #000000;
  /* border-color: #f3c150; */
}

.sp-part-qa .sp-show .sp-icon {
  background-image: url('/cdn/shop/files/20251029-arrow-d.png');
  /* 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;
  }
}

.sp-protection {
  position: relative;
  width: 1080px;
  height: 370px;
  background: url('/cdn/shop/files/20251029-bg.png')
    no-repeat;
  background-size: 100% 100%;
  margin-top: 80px;
}

.sp-protection .sp-font {
  position: absolute;
  top: 95px;
  left: 118px;
  font-family: Poppins-SemiBold;
  font-size: 50px;
  color: #4f0b04;
  line-height: 1;
  font-style: italic;
}

.sp-protection .sp-text {
  position: absolute;
  top: 165px;
  left: 129px;
  font-family: Poppins-SemiBold;
  font-size: 107px;
  color: #0060b0;
  line-height: 1;
  font-style: italic;
}

.sp-footer-content {
  position: relative;
  width: 1080px;
  height: 456px;
  background: url('/cdn/shop/files/20251029-footer.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-footer-content .sp-font {
  position: absolute;
  top: 39px;
  left: 127px;
  font-family: Montserrat-Black;
  font-size: 40px;
  color: #fe9717;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.sp-footer-content .sp-text {
  position: absolute;
  top: 215px;
  left: 40px;
  font-family: Poppins-Medium;
  font-size: 17px;
  color: #752a16;
  line-height: 26px;
  display: flex;
  gap: 15px;
  text-transform: uppercase;
}

.sp-footer-content .sp-text div {
  flex: 1;
  text-align: center;
  width: 245px;
}

.sp-footer-content .sp-text div span {
  font-family: Poppins;
}
.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;
}
.guarantee_column_container,
.collapsible-content__wrapper,
.lt_back_to_top {
  display: none !important;
}
