@font-face {
  font-family: "Roboto";
  src: url("/cdn/shop/files/Roboto-Regular.ttf?v=1715602269");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/cdn/shop/files/Roboto-Bold.ttf?v=1715602269");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("/cdn/shop/files/Roboto-Medium.ttf?v=1715602269");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/cdn/shop/files/Montserrat-Bold_246bf67a-fc57-43c2-ab5e-8d505dc14fd1.ttf?v=1730866245");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/cdn/shop/files/Montserrat-SemiBold.otf?v=1718242664");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("/cdn/shop/files/Montserrat-Medium.otf?v=1730542171");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("/cdn/shop/files/Roboto-Black.ttf?v=1715602269");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("/cdn/shop/files/Roboto-BlackItalic.ttf?v=1730542066");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("/cdn/shop/files/Roboto-BoldItalic.ttf?v=1730542066");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("/cdn/shop/files/Montserrat_Extra_Bold.otf?v=1730542179");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ-Bold";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF?v=1730542186");
  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;
  letter-spacing: 0px;
  line-height: initial;
  /* color: inherit;
  font-size: inherit; */
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  letter-spacing: 0px;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
}

#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: 116px;
  width: 100%;
  position: fixed;
  top: 0px;
  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: 300px;
  margin-left: 30px;
}
.sp-header-top .sp-top-btn {
  width: 393px;
  height: 93px;
  background: url("/cdn/shop/files/202411012-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 38px;
  color: #222121;
  font-family: "Roboto-Bold";
  margin-right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: skip 4s infinite;
  cursor: pointer;
  box-sizing: border-box;
}

.sp-cart {
  width: 86px;
  margin-right: 50px;
  cursor: pointer;
  position: relative;
  transform: translateY(6px);
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 30px;
  height: 30px;
  background: #cf0101;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  position: absolute;
  right: -5px;
  top: -8px;
  font-size: 28px;
  font-family: "Roboto-Bold";
  text-align: center;
  box-sizing: border-box;
}
.time-part {
  width: 1080px;
  height: 142px;
  background: url("/cdn/shop/files/202411012-time-bg.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  padding: 0 30px 0 20px;
  position: fixed;
  top: 116px;
  box-sizing: border-box;
  z-index: 9;
  font-family: "Roboto-Bold";
}
.time-part .sp-text {
  font-size: 46px;
  color: #ffffff;
  font-family: "Roboto-Medium";
  width: 270px;
}
.time-part .min-text {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: "Montserrat-Bold";
  font-weight: bold;
}
.time-part .square {
  width: 101px;
  height: 113px;
  background: #ffffff;
  font-size: 56px;
  border-radius: 9px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.time-part .dot {
  width: 2px;
  height: 53px;
  background: #ffffff;

  flex-shrink: 0;
  margin: 0 18px;
}
.time-part .flex-bet {
  height: 100%;
}
.time-part.sp-t2 {
  background-image: url("/cdn/shop/files/202411012-time-bg2.png");
}
.time-part.sp-t2 .sp-text {
  width: auto;
  font-size: 46px;
  color: #ffffff;
  font-family: "Roboto-BoldItalic";
  margin-left: 30px;
}
.sp-part-top {
  margin-top: 257px;
}

.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-style1 {
  width: 908px;
  height: 131px;
  background: linear-gradient(0deg, #e31a1e, #ff7d83);
  border-radius: 65px;

  font-family: "Roboto-Black";
  font-size: 50px;
  color: #fff;
  margin: 0 auto;
  animation: skip 4s infinite 1s;
}

.sp-stroke {
  position: relative;
}
.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.sp-part1 .sp-word1 {
  width: 100%;
  font-family: "Roboto-BlackItalic";
  position: absolute;
  font-size: 120px;
  color: #e66069;
  top: 34px;
  line-height: 121px;
  -webkit-text-stroke: 6px #ffffff;
  text-transform: uppercase;
  padding: 0 40px 0 35px;
  box-sizing: border-box;
  line-height: 0.95;
}
.sp-part1 .sp-word1 .sp-stroke {
  z-index: 1;
  position: relative;
}
.sp-part1 .sp-word1 .sp-stroke::before {
  content: attr(data-title);
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  text-shadow: 6px 0px 0px #d64850;
  -webkit-text-stroke: 0px;
  z-index: -1;
}
.sp-part1 .sp-word1 .sp-p1 {
  text-align: right;
}
.sp-part1 .sp-gif {
  position: absolute;
  left: 18px;
  top: 250px;
  width: 395px;
  height: 395px;
  border-radius: 50%;
}
.sp-part1 .sp-text {
  font-family: "Roboto-BlackItalic";
  font-size: 60px;
  color: #212121;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 6px #ffffff;
}
.sp-part1 .sp-text .sp-flex-x {
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.sp-part1 .sp-text .sp-stroke {
  position: relative;
  z-index: 1;
}
.sp-part1 .sp-text .sp-stroke::after {
  background: linear-gradient(0deg, #dd4550 0%, #ff7d83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1 .sp-text .sp-stroke::before {
}
.sp-part1 .sp-text2 {
  color: #fff;
}
.sp-part1 .sp-brand1 {
  width: 324px;
  height: 324px;
  background: url("/cdn/shop/files/202411012-img1-brand.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  bottom: 11px;

  font-family: "Roboto-Bold";
  font-size: 56px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sp-part1 .sp-brand1 .sp-stroke {
  position: relative;
  z-index: 1;
}
.sp-part1 .sp-brand1 .sp-stroke::after {
  background: linear-gradient(
    -81deg,
    #efb375 0%,
    #f6f1cc 48.2421875%,
    #efbc82 98.3642578125%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.sp-part1 .sp-brand1 .sp-stroke::before {
  content: attr(data-title);
  text-shadow: 4px -1px 0px #b70003;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  -webkit-text-stroke: 0px;
  z-index: -1;
}
.sp-part1 .sp-brand1 .sp-p {
  font-size: 89px;
}
.sp-part1 .sp-area1 {
  position: absolute;
  right: 80px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.sp-part1 .btn-style1 {
  width: 508px;
  height: 114px;
  background: linear-gradient(0deg, #e31a1e, #ff7d83);
  border-radius: 57px;
  font-family: "Roboto-Black";
  font-size: 50px;
  color: #ffffff;
  text-shadow: 2px 2px 0px #ad494e;
  animation: skip 4s infinite 1s;
}
.sp-part1 .sp-pic1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 975px;
  top: 56px;
}
.sp-part1 .sp-pic2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1037px;
  top: 167px;
}
.sp-part1 .sp-tip {
  position: absolute;
  top: 485px;
  line-height: 1;
  font-family: "Roboto-Medium";
  font-size: 35px;
  color: #d64850;
}
.sp-part1 .sp-tip1 {
  left: 570px;
}
.sp-part1 .sp-tip2 {
  left: 866px;
}
.sp-part1 .btn-style2 {
  position: absolute;
  left: 38px;
  top: 1424px;
  width: 594px;
  height: 139px;
  background: url("/cdn/shop/files/202411012-img1-btn.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Roboto-Bold";
  font-size: 58px;
  color: #ffffff;
  animation: skip 4s infinite 1s;
}
.sp-part1 .sp-brand2 {
  width: 374px;
  height: 375px;
  background: url("/cdn/shop/files/202411012-img1-brand2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 40px;
  top: 1210px;

  font-family: "Montserrat-ExtraBold";
  font-size: 80px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-text-stroke: 6px #ffffff;
  padding-top: 16px;
  box-sizing: border-box;
}
.sp-part1 .sp-brand2 .sp-p {
  font-size: 108px;
}
.sp-part1 .sp-brand2 .sp-stroke {
  position: relative;
  z-index: 1;
}
.sp-part1 .sp-brand2 .sp-stroke::after {
  background: linear-gradient(179deg, #f2636c 0%, #e72d31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.sp-scroll {
  overflow: hidden;
  width: 1080px;
  height: 127px;
  background: #e84a50;
  margin-top: -36px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}

.nav-imgs .sp-row {
  width: 930px !important;
  height: 127px;
  white-space: nowrap;
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 75px;
  color: #fbdfe2;
  gap: 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.nav-imgs .sp-icon {
  width: 76px;
  flex-shrink: 0;
}
.sp-title {
  font-family: "Montserrat-ExtraBold";
  font-size: 70px;
  color: #e56069;
  line-height: 80px;
  text-shadow: 4px 0px 0px #ffffff;
  text-align: center;
}
.sp-title .sp-span {
  display: inline-block;
  font-family: "Roboto-BlackItalic";
  font-size: 145px;
  -webkit-text-stroke: 10px #ffffff;
  text-shadow: none;
  line-height: 0.8;
  /* vertical-align: sub; */
  display: inline-block;
  text-shadow: none;
}
.sp-title .sp-span::after {
  background: linear-gradient(0deg, #e24852 0%, #ff7d83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-sub-title {
  font-family: "Montserrat-Medium";
  font-size: 45px;
  color: #e3545d;
  margin-top: 30px;
  text-align: center;
}
.sp-part2 {
}
.sp-part2 .sp-title1 {
  font-family: "Montserrat-ExtraBold";
  font-size: 70px;
  color: #e56069;
  line-height: 80px;
  position: absolute;
  top: 80px;
  width: 100%;
  padding: 0 120px;
  box-sizing: border-box;
  text-align: center;
}
.sp-part2 .sp-row {
  display: flex;
  gap: 18px;
  position: absolute;
  bottom: 90px;
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
}

.sp-part2 .sp-row .sp-text {
  flex: 1;
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #1e1e1e;
}

.sp-part3 .sp-title {
  position: absolute;
  top: 30px;
  width: 100%;
}

.sp-part3 .sp-gif {
  width: 655px;
  height: 617px;
  background: url("/cdn/shop/files/202411012-2.gif") no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  left: 116px;
  top: 312px;
}
.sp-part3 .sp-img1 {
  position: absolute;
  width: 309px;
  height: 725px;
  right: 35px;
  top: 308px;
  z-index: 1;
}

.sp-part4 {
  background: linear-gradient(-53deg, #ffe0e2, #f9b8c0, #ffe5e7, #f7bcc0);
  padding: 88px 86px 45px;
  box-sizing: border-box;
  margin-top: -2px;
}
.sp-part4 .sp-sub-title {
  margin-bottom: 68px;
}
.sp-part4 .btn-style {
  margin-top: 90px;
}

.sp-part4 .sp-text {
  width: 400px;
  position: absolute;
  bottom: 10px;
  font-family: "Montserrat-ExtraBold";
  font-size: 45px;
  color: #f5a0a5;
  text-align: center;
  line-height: 88px;
  text-transform: capitalize;
}
.sp-part4 .sp-text2 {
  right: 12px;
  color: #ed7981;
  width: 450px;
  line-height: 106px;
}
.sp-part4 .sp-text1 {
  bottom: 50px;
  left: 8px;
}
.sp-part5 {
}

.sp-part5 .sp-title-wrap {
  position: absolute;
  top: 60px;
  width: 100%;
}
.sp-part5 .sp-tip {
  position: absolute;
  top: 1155px;
  width: 100%;
  gap: 60px;
  padding: 0 28px 0 32px;
  box-sizing: border-box;
  display: flex;
  font-family: "Roboto-Medium";
  font-size: 34px;
  color: #ffffff;
  text-align: center;
}
.sp-part5 .sp-text {
  position: absolute;
  top: 1300px;
  width: 100%;
  gap: 60px;
  padding: 0 20px 0 25px;
  box-sizing: border-box;
  display: flex;
  font-family: "Roboto-Medium";
  font-size: 34px;
  color: #e56069;
  text-align: center;
}
.sp-part5 .sp-p {
  flex: 1;
}
.sp-part5 .sp-box {
  position: absolute;
  width: 152px;
  bottom: 499px;
}
.sp-part5 .sp-box1 {
  left: 57px;
}
.sp-part5 .sp-box2 {
  right: 52px;
}
.sp-part5 .sp-word {
  font-family: "Roboto-Black";
  font-size: 35px;
  color: #000000;
  text-align: center;
  line-height: 45px;
}
.sp-part5 .sp-btn {
  width: 152px;
  height: 58px;
  background: #ffe8ea;
  border-radius: 10px;
  border: 3px solid #f6a1a4;
  font-family: "Roboto-Black";
  font-size: 35px;
  color: #ed6871;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part6 {
  height: 1821px;
  background: url("/cdn/shop/files/202411012-img6.png") no-repeat;
  background-size: 100% 100%;
}
.sp-part6 .sp-title {
  padding-top: 65px;
}

.sp-part6 .sp-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #d25765;

  font-family: "Roboto-Medium";
  position: absolute;
  right: 33px;
  top: 695px;
  width: 423px;
  height: 110px;
  background: linear-gradient(1deg, #f5ebec, #fdb2b6);
  box-shadow: 1px 3px 11px 0px rgba(179, 95, 100, 0.83);
  border-radius: 15px;
}
.sp-part6 .sp-text2 {
  width: 476px;
  height: 110px;
  top: 845px;
  right: 33px;
}
.sp-part6 .sp-img2 {
  width: 647px;
  height: 688px;
  display: block;
  position: absolute;
  top: 1029px;
  right: 53px;
}
.sp-part6 .sp-tip {
  font-family: "Roboto-Medium";
  color: #ffffff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part6 .sp-t1 {
  right: 126px;
  top: 471px;
  width: 135px;
  font-size: 57px;
  height: 120px;
}
.sp-part6 .sp-t2 {
  right: 545px;
  top: 432px;
  width: 120px;
  font-size: 36px;
  height: 120px;
  transform: rotate(292deg);
}
.sp-part6 .sp-t3 {
  right: 555px;
  top: 625px;
  font-size: 27px;
  transform: rotate(352deg);
}
.sp-part6 .sp-t4 {
  right: 498px;
  top: 741px;
  transform: rotate(342deg);
  font-size: 24px;
}
.sp-part6 .sp-t5 {
  width: 60px;
  right: 726px;
  top: 971px;
  font-size: 24px;
}
.sp-part6 .sp-t6 {
  width: 60px;
  right: 460px;
  top: 1436px;
  font-size: 24px;
}
.sp-part6 .sp-t7 {
  width: 60px;
  right: 551px;
  top: 1498px;
  font-size: 35px;
}
.sp-part6 .sp-t8 {
  width: 60px;
  right: 429px;
  top: 1641px;
  font-size: 35px;
  transform: rotate(24deg);
}
.sp-part7 {
  height: 2087px;
  background: url("/cdn/shop/files/202411012-img7.png") no-repeat;
  background-size: 100% 100%;
  padding: 80px 0px 80px;
  box-sizing: border-box;
}
.sp-part7 .sp-title-wrap {
  padding: 0 170px;
  box-sizing: border-box;
}
.sp-part7 .sp-sub-title {
  margin-bottom: 62px;
}
.sp-part7 .sp-box {
  margin-left: 60px;
  width: 980px;
  position: relative;
  margin-bottom: 2px;
}
.sp-part7 .sp-area {
  position: absolute;
  left: 35px;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.sp-part7 .sp-area .title-s {
  font-family: "Montserrat-SemiBold";
  font-size: 45px;
  color: #e66c74;
  line-height: 55px;
}
.sp-part7 .sp-area .sp-p {
  font-family: Roboto;
  font-size: 38px;
  color: #ffffff;
  line-height: 55px;
}
.sp-part7 .sp-box1 .sp-p {
  width: 500px;
}
.sp-part7 .sp-box2 .sp-area {
  right: 50px;
  left: unset;
  text-align: right;
}
.sp-part7 .btn-style {
  position: absolute;
  bottom: 80px;
  left: 90px;
}

.sp-part8 {
}
.sp-part8 .sp-title-wrap {
  position: absolute;
  top: 90px;
  width: 100%;
  margin-bottom: 60px;
}
.sp-part8 .sp-sub-title {
  padding: 0 220px;
  box-sizing: border-box;
}
.sp-part8 .sp-gif {
  position: absolute;
  top: 390px;
  left: 67px;
  width: 956px;
  height: 494px;
  border-radius: 15px;
  background: url("/cdn/shop/files/202411012-3.gif") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.sp-part9 {
  background: #fedcde;

  padding: 90px 17px 3px;
}
.sp-part9 .sp-title {
  text-transform: none;
  line-height: 90px;
}
.sp-part9 .sp-sub-title {
  margin-bottom: 45px;
}
.sp-part9 .sp-sub-title .sp-span {
  font-size: 57px;
  color: #e3545d;
  font-family: "Roboto-BlackItalic";
  -webkit-text-stroke: 6px #ffffff;
  vertical-align: sub;
}
.sp-part9 .sp-sub-title .sp-span::after {
  background: linear-gradient(0deg, #e24852 0%, #ff7d83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part9 .sp-icon {
  width: 44px;
  height: 57px;
}
.sp-nav {
  height: 394px;
  margin-top: 14px;
}
.sp-nav .sp-tip {
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 50px;
  position: absolute;
  top: 135px;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.sp-nav .sp-text {
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 68px;
  color: #bd120a;
  position: absolute;
  top: 255px;
  width: 100%;
  text-align: center;
  padding-left: 70px;
  box-sizing: border-box;
}

.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 42px 25px 0 42px;
}
.product-part .sp-box {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 20px;
}
.product-part .sp-box .swiper {
  width: 425px;
  flex-shrink: 0;
}
.product-part .sp-box .p-img {
  width: 425px;
  height: 454px;
}
.product-part .sp-box .title-s {
  font-size: 45px;
  color: #000000;
  line-height: 55px;
}

.product-part .sp-padding {
}
.product-part .option-title {
  font-size: 33px;
  color: #353535;
  margin: 20px 0px 18px;
}

.product-part .opt-group {
  display: flex;
  gap: 12px;

  position: relative;
}

.product-part .sp-option {
  width: 245px;
  height: 88px;
  background: #ffffff;
  border-radius: 20px;
  border: 3px solid #313131;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-size: 36px;
  color: #353535;
  gap: 12px;
}

.product-part .sp-option.active {
  border: 6px solid #e54d57;
}
.product-part .sp-option .sp-icon {
  width: 24px;
  height: 24px;
  background: #ef9abf;
  border-radius: 50%;
}

.product-part .price-group {
  line-height: 1.1;
  flex-direction: column;
  margin-top: 22px;
}
.product-part .price1 {
  font-family: "Roboto-Bold";
  font-size: 119px;
  color: #dc0000;
}
.product-part .price1 img {
  width: 24px;
}
.product-part .price2 {
  font-family: "Roboto-Bold";
  font-size: 45px;
  color: #1e1e1e;
  opacity: 0.34;
}

.product-part .sp-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: -30px;
}
.product-part .sp-row p {
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #ffffff;
  width: 192px;
  height: 63px;
  background: #a90000;
  line-height: 63px;

  margin-left: -50px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 30px;
}

.product-part .addCart {
  width: 555px;
  height: 116px;
  background: #ffffff;
  border-radius: 25px;
  border: 5px solid #332822;
  font-family: "Roboto-Medium";
  font-size: 53px;
  color: #332822;

  box-sizing: border-box;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 143px;
  background: #e62328;
  border-radius: 25px;
  cursor: pointer;
  margin: 26px auto 20px;
  font-size: 70px;
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
}

@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);
  }
}
.product-part .sp-padding2 {
  padding: 0 26px 0 10px;
}
.addGroup {
  width: 414px;
  height: 110px;
  border-radius: 15px;
  border: 2px solid #646464;
  /* background: #eeeeee; */
  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-Bold";
  background: #eeeeee;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  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: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #3f3f3f;
  border-left: 2px solid #646464;
  border-right: 2px solid #646464;

  line-height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.sp-tip5 {
  width: 1080px;
  height: 75px;
  background: #ffe4e4;
  font-size: 37px;
  color: #1a1a1a;
  font-family: "Roboto";

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 37px;
}
.sp-tip5 img {
  width: 56px;
}
.sp-footer2 {
  padding: 25px 72px 34px 50px;
}
.sp-remark {
  width: 100%;
  background: #292929;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 37px 65px;

  background-size: 100% 100%;
  box-sizing: border-box;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.sp-icon-text {
  font-size: 38px;
  font-family: "Roboto";
  white-space: nowrap;
  color: #fff;
}
.sp-remark .sp-icon {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 26px;
  flex-shrink: 0;
}

.sp-remark .sp-icon1 {
  background-image: url("/cdn/shop/files/202411012-icon1.png");
}
.sp-remark .sp-icon2 {
  width: 68px;
  height: 46px;
  background-image: url("/cdn/shop/files/202411012-icon2.png");
}
.sp-remark .sp-icon3 {
  background-image: url("/cdn/shop/files/202411012-icon3.png");
}

.sp-remark .sp-icon4 {
  width: 45px;
  background-image: url("/cdn/shop/files/202411012-icon4.png");
}

.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);
  }
}



.mf-bundle-product {
  zoom: 2.2;
  margin: 20px 0;
}
.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, .guarantee_column_container, .collapsible-content__wrapper,.vtl-st-main-widget {
  display: none !important;
}
