/** Shopify CDN: Minification failed

Line 915:0 Unexpected "}"

**/
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Bold.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: "Montserrat-Bold";

  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-Bold.otf");
  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-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AkzidenzGroteskBQ-Bold";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF");
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-ExtraBold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
w a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  line-height:initial;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  #root {
    zoom: 1 !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input,
img {
  border: none;
}
li {
  list-style: none;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-header-top {
  height: 140px;
  width: 100%;
  position: fixed;
  top: 115px;
  z-index: 8;
  max-width: 1080px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .sp-logo {
  width: 276px;
  margin-left: 48px;
}
.sp-header-top .sp-top-btn {
  width: 382px;
  height: 94px;
  background: #da0000;
  border-radius: 39px;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-family: "Montserrat-Bold";
  margin-right: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.time-part {
  width: 1080px;
  height: 115px;
  background: #000000;

  color: #ffffff;
  padding: 0 40px 0 40px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 9;
  font-family: "Roboto-Bold";
}
.time-part .sp-text {
  font-size: 44px;
  color: #ffffff;
  font-family: "AkzidenzGroteskBQ-Bold";

  font-style: italic;
}

.time-part .min-text {
  font-size: 17px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: "Montserrat-Bold";
  font-weight: bold;
}
.time-part .square {
  width: 102px;
  height: 98px;
  background: url("/cdn/shop/files/20250903-num-bg.png") no-repeat;
  background-size: 100% 100%;
  /* border-radius: 9px; */
  font-size: 82px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto-Bold";
  flex-shrink: 0;
  box-sizing: border-box;
}
.time-part .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  margin: 0 18px;
}
.time-part .dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
}
.time-part .flex-bet {
  height: 100%;
}

.sp-part-top {
  margin-top: 255px;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-stroke {
  position: relative;
}
.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sp-stroke-shadow {
  position: relative;
  z-index: 1;
}
.sp-stroke-shadow::before {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: 3px 7px 2px rgba(122, 57, 192, 0.27);
  z-index: -1;
}

.sp-btn-style1 {
  width: 1080px;
  height: 181px;
  background: url("/cdn/shop/files/20250903-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  font-size: 80px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  font-family: "Roboto-Bold";
  z-index: 1;
  margin-top: -2px;
  position: relative;
}
.sp-btn-style1 .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  animation: skip2 4s infinite 1s;
}
.sp-btn-style1 .sp-arrow {
  width: 57px;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-title {
  font-family: "Poppins-Bold";
  text-align: center;
  width: 100%;
  font-size: 65px;
  color: #281800;
  line-height: 80px;
}

.sp-sub-title {
  font-family: "Poppins-Regular";
  text-align: center;
  width: 100%;
  font-size: 33px;
  color: #000000ca;
  line-height: 46px;
  margin-top: 16px;
}

.sp-part1 .sp-word-wrap {
  width: 953px;
  position: absolute;
  top: 87px;
  left: 32px;
}
.sp-part1 .sp-word-wrap2 {
  width: 679px;
  position: absolute;
  top: 1120px;
  left: 311px;
}
.sp-part1 .sp-img-p {
  width: 243px;
  position: absolute;
  top: 1308px;
  right: 58px;
  z-index: 2;
}
.sp-part1 .sp-img-p .sp-p {
  font-family: "Poppins-Bold";
  font-size: 15px;
  color: #ffffff;
  line-height: 22px;
  transform: rotate(55deg);
  position: absolute;
  top: 208px;
  left: 76px;
}

.sp-part1 .sp-btn-style1 {
  padding-right: 300px;
  box-sizing: border-box;
}

.sp-part2 {
  padding: 110px 28px 120px;
  box-sizing: border-box;
}
.sp-part2 .sp-box {
  margin-left: auto;
  margin-top: 58px;
  width: 1014px;
}
.sp-part2 .sp-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 40px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;

  gap: 15px;
  display: flex;
  padding-right: 10px;
  box-sizing: border-box;
}
.sp-part2 .sp-p {
  flex: 1;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.sp-part3 .sp-title-wrap {
  top: 112px;
  padding: 0 140px;
  box-sizing: border-box;
}

.sp-part3 .sp-gif {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 364px;
  width: 969px;
  height: 724px;
  background: url("/cdn/shop/files/20250903-11.gif") no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}
.sp-part3 .sp-img-p {
  position: absolute;
  right: 75px;
  top: 761px;
  z-index: 2;
  width: 259px;
}

.sp-part3 .sp-box {
  width: 969px;

  background: #ffffff;
  border-radius: 20px;
  padding: 37px 200px 37px 37px;
  box-sizing: border-box;
  position: absolute;
  top: 1365px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins-Regular";
  font-size: 38px;
  color: #000000;
  line-height: 1;
}
.sp-part3 .sp-box .sp-p {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 42px;
}
.sp-part3 .sp-box .sp-p:last-child {
  margin-bottom: 0;
}
.sp-part3 .sp-box .sp-span {
  width: 34px;
  height: 34px;
  background: url("/cdn/shop/files/20250903-img3-icon.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  flex-shrink: 0;
}
.sp-part-border {
  margin-top: -3px;
}
.sp-part4 {
  background-color: rgba(255, 250, 240, 0.85);
  padding: 115px 36px 120px;
}
.sp-part4 .sp-box {
  width: 1003px;
  margin-left: auto;
  margin-top: 86px;
}

.sp-part4 .sp-p {
  position: absolute;
  text-align: center;
  width: 396px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  left: 40px;
  top: 0px;
  font-size: 44px;
  color: #ffffff;
  line-height: 80px;
  font-family: "Poppins-Medium";
}
.sp-part4 .sp-p .sp-icon {
  width: 37px;
}
.sp-part4 .sp-p2 {
  left: 563px;
}
.sp-part5 {
  padding: 105px 48px 120px;
  box-sizing: border-box;
}
.sp-part5 .sp-box {
  margin-top: 80px;
}
.sp-part5 .sp-t1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 468px;
  text-align: center;
  font-family: "Poppins-Medium";
  font-size: 40px;
  color: #ffffff;
  line-height: 82px;
}
.sp-part5 .sp-t2 {
  position: absolute;
  bottom: 30px;
  left: 498px;
  width: 468px;
  font-family: "Poppins-Regular";
  font-size: 37px;
  color: #000000;
  line-height: 50px;
  opacity: 0.8;
}

.sp-part6 {
}
.sp-part6 .sp-title-wrap {
  top: 125px;
  padding: 0 170px;
}
.sp-part6 .sp-img1 {
  width: 176px;
  position: absolute;
  left: 157px;
  top: 717px;
}
.sp-part6 .sp-img1 .sp-p {
  text-align: center;
  position: absolute;
  top: 40px;
  left: 36px;
  transform: rotate(12deg);
  font-family: "Poppins-Bold";
  font-size: 35px;
  color: #000000;
  line-height: 1;
  text-stroke: 6px #ffffff;
  -webkit-text-stroke: 6px #ffffff;
}
.sp-part6 .sp-stroke::after {
  background: linear-gradient(-1deg, #ff6910 0%, #ffae00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part6 .sp-stroke::before {
  text-shadow: 0px 5px 7px rgba(41, 41, 41, 0.35);
}
.sp-part6 .sp-text {
  position: absolute;
  top: 862px;
  left: 324px;
  transform: rotate(10deg);
  font-family: "Poppins-Bold";
  font-size: 49px;
  color: #000000;
  line-height: 1;
  text-stroke: 6px #ffffff;
  -webkit-text-stroke: 6px #ffffff;
}

.sp-part6 .sp-row {
  position: absolute;
  top: 1395px;
  width: 100%;
  padding: 0 43px;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 40px;
  color: #ffffff;
  line-height: 66px;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
}
.sp-part6 .sp-row2 {
  top: 1830px;
}
.sp-part6 .sp-row1 {
  padding: 0 0;
  gap: 10px;
}
.sp-part7 {
}
.sp-part7 .sp-title-wrap {
  top: 130px;
  box-sizing: border-box;
}

.sp-part7 .sp-row {
  width: 100%;
  position: absolute;
  top: 1060px;

  font-family: "Poppins-Regular";
  font-size: 32px;
  color: #000000;
  line-height: 40px;
  display: flex;
  gap: 90px;
  padding: 0 45px 0 55px;
  text-align: center;
  box-sizing: border-box;
}

.sp-part7 .sp-row .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 1;
}
.sp-part8 {
  padding: 100px 75px 90px;
  box-sizing: border-box;
}
.sp-part8 .sp-title {
  height: 230px;
  padding: 0 50px;
  box-sizing: border-box;
}
.sp-part8 .sp-text {
  font-family: "Poppins-Regular";
  font-size: 40px;
  color: #000000;
  line-height: 1;
  margin-top: 35px;
}
.sp-part8 .sp-text .sp-span1 {
  color: #008cff;
}
.sp-part8 .sp-text .sp-span2 {
  color: #ff7e00;
}
.sp-part9 {
  background-color: rgba(255, 250, 240, 0.6);
  padding: 102px 52px 105px;
  box-sizing: border-box;
}
.sp-part9 .sp-img1 {
  width: 527px;
  display: block;
  margin: 70px auto 85px;
}
.sp-part9 .sp-box {
  width: 100%;
  padding: 40px 40px 40px 57px;
  background: #ffffff;
  box-shadow: 0px 6px 8px 0px rgba(39, 27, 0, 0.06);
  border-radius: 20px 0px 0px 0px;

  font-family: "Poppins-Regular";
  font-size: 40px;
  color: #241900;
  line-height: 80px;
  box-sizing: border-box;
}
.sp-part9 .sp-box .sp-p {
  /* margin-bottom: 10px; */
}
.sp-part9 .sp-box .sp-span {
  font-family: "Poppins-Bold";
}

.sp-nav {
  width: 100%;
  height: 429px;
  background: url("/cdn/shop/files/20250903-nav-bg.png") no-repeat;
  background-size: 100% 100%;
}
.sp-nav .sp-word {
  width: 383px;
  position: absolute;
  left: 115px;
  top: 261px;
}
.sp-nav .sp-text {
  width: 355px;
  transform: rotate(-5deg);
  position: absolute;
  top: 60px;
  left: 132px;
  text-align: center;
  font-family: "Montserrat-ExtraBold";
  font-size: 90px;
  color: #ffffff;
  text-shadow: 0px 5px 9px rgba(58, 0, 0, 0.55);
  line-height: 0.9;
}
/* 
.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 95px 50px 0px;
}

.product-box {
  width: 100%;
  height: 470px;
  background: #ffffff;
  border: 4px solid #b3b3b3;
  box-sizing: border-box;
  margin-bottom: 38px;
  border-radius: 24px;
  position: relative;
  display: flex;
}

.product-part .sp-brand {
  width: 370px;
  height: 70px;
  background: url("/cdn/shop/files/20250903-brand.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -18px;
  left: 64px;
  font-size: 36px;
  padding-top: 17px;
  line-height: 1;
  color: #fefefe;
  text-align: center;
  box-sizing: border-box;
  font-family: "Roboto-Bold";
}

.product-part .sp-brand2 {
  width: 227px;
  height: 142px;
  background: url("/cdn/shop/files/20250903-noti.png") no-repeat;

  background-size: 100% 100%;
  position: absolute;
  top: -62px;
  left: -51px;
  font-size: 47px;
  color: #ffffff;
  padding-left: 42px;
  padding-top: 68px;
  box-sizing: border-box;
  text-transform: uppercase;
  animation: scaleAni 1.2s infinite ease-in-out;
  transform-origin: center;
}
.product-part .sp-brand2 p {
  transform: rotate(-7deg);
}
.product-part .sp-free {
  font-family: "Roboto-Bold";
  position: absolute;
  left: 336px;
  top: 350px;
  font-size: 36px;
  color: #ffe50c;
  line-height: 1;
}
.product-box .sp-img-wrap {
  width: 500px;
  position: relative;
}
.product-box .sp-img-wrap .sp-p-img {
  width: 262px;

  margin-left: 157px;
  margin-top: 75px;
}
.product-box2 .sp-img-wrap .sp-p-img {
  width: 420px;

  margin-left: 27px;
  margin-top: 121px;
}

.product-box3 .sp-img-wrap .sp-p-img {
  width: 384px;

  margin-left: 40px;
  margin-top: 87px;
}

.product-box .sp-content {
  width: 428px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-box .sp-title-s {
  font-family: "Roboto-Bold";
  font-size: 46px;
  color: #313131;
  text-align: center;
  text-transform: uppercase;
}

.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 30px;
}
.product-part .sp-price1 {
  font-size: 60px;
  color: #000000;
  font-family: "Roboto-Bold";
}

.product-part .sp-price2 {
  font-size: 40px;
  color: #aaaaaa;
  margin-left: 25px;
}
.product-part .sp-price3 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #df0f0f;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.product-part .sp-btn-style {
  width: 402px;
  height: 97px;
  background: linear-gradient(180deg, #fe330a 0%, #ff850c 100%);
  border-radius: 20px;

  font-size: 42px;
  color: #ffffff;

  animation: skip 4s infinite;
  font-family: "Roboto-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}

.addGroup {
  width: 402px;
  height: 90px;
  border-radius: 22px;
  border: 3px solid #646464;

  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 30px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto-Bold";
  margin-top: 25px;
  margin-bottom: 25px;
  /* background: #eeeeee; */
} */

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  background-color: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 54px;
  color: #000000;
  /* border-left: 2px solid #666666;
  border-right: 2px solid #666666; */

  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-nav5 {
  font-size: 37px;
  color: #ee4b10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-bottom: 20px;
  font-family: "Roboto-Medium";
  margin-top: 44px;
}
.sp-nav5 img {
  width: 50px;
  transform: translateY(-5px);
}

.sp-footer-img {
  width: 100%;

  padding: 0 17px 45px;
  box-sizing: border-box;
  overflow: hidden;
}
.sp-tip5 {
  width: 1080px;
  height: 114px;
  background: #4f4f4f;
  font-size: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Roboto";
}
.sp-tip5 img {
  width: 56px;
}

.sp-footer-bg {
  height: 395px;
  background: url("/cdn/shop/files/20250903-footer-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
}
.sp-footer {
  width: 100%;
  height: 133px;
  /* background: url("/cdn/shop/files/20250704-footer-bg2.png") no-repeat;
  background-size: 100% 100%; */

  position: relative;
  font-size: 45px;
  color: #f5d500;
  font-style: italic;
  font-family: "Montserrat-Bold";
  line-height: 134px;

  text-align: center;
}
.sp-remark {
  width: 100%;
  /* background: url("/cdn/shop/files/20250704-footer-bg3.png") no-repeat;
  background-size: 100% 100%; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 48px 102px;

  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -2px;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sp-icon-text {
  font-size: 36px;
  font-family: "Roboto";
  white-space: nowrap;
  color: #fff;
}
.sp-remark .sp-icon {
  width: 66px;
  height: 66px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 16px;
  flex-shrink: 0;
}

.gradually span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-style: normal;
}
.gradually .sp-sub-title,
.gradually .sp-title-color {
  opacity: 0;
}
@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.sp-ani {
  opacity: 0;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}



.sp-cart {
  width: 89px;
  height: 86px;
  background: url('https://cdn.shopify.com/s/files/1/0602/1113/4582/files/20250210-cars.png')
    no-repeat;
  background-size: 100% 100%;
  margin-right: 55px;
  cursor: pointer;
  position: relative;
}

.sp-cart .icon {
  width: 56px;
}

.sp-cart .num {
  width: 28px;
  height: 28px;
  background: #f24a00;
  border-radius: 50%;
  line-height: 28px;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  right: -13px;
  top: -9px;
  font-family: 'Roboto-Bold';
  text-align: center;
}

.product-part {
  position: relative;
  padding-top: 117px;
}

.product-part .product-info {
  /* display: flex;
  gap: 29px; */
}

.sp-pd6 {
  padding: 0 63px;
  padding-bottom: 0;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 55px;
}

.product-part .product-infos {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product-part .img-wrap {
  width: 480px;
  height: 480px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.product-part .img-wrap .sp-large {
  width: 82px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
}

.product-part .option-title {
  font-family: Roboto-Bold;
  font-weight: 500;
  font-size: 40px;
  color: #454545;
  line-height: 40px;
  margin: 30px 0px 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-part .option-title > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-part .option-title em {
  text-decoration: underline;
}

.product-part .option-title img {
  width: 81px;
  height: 36px;
  margin-left: 30px;
}

.product-part .opt-group {
  display: flex;
  gap: 30px 28px;
  flex-wrap: wrap;
  position: relative;
}

#Size .option {
  width: 455px;
}

#Size .option:nth-child(1) {
  width: 345px;
}

#Size .option:nth-child(2) {
  width: 756px;
}


.product-part .sp-option {
  min-width: 448px;
      padding: 22px 20px;
  /* height: 90px; */
  border-radius: 20px;
  border: 3px solid #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-family: Roboto-Bold;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  line-height: 1;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.product-part .sp-option.active {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.sp-fly {
  display: inline-block;
  width: 40px;
  height: 39px;
  background: url('https://cdn.shopify.com/s/files/1/0602/1113/4582/files/20250319-fly.png')
    no-repeat;
  background-size: 100% 100%;
}

.product-part .sp-option .sp-fires {
  display: inline-block;
  width: 43px;
  height: 58px;
  margin-top: -5px;
  margin-right: 19px;
  background: url('https://cdn.shopify.com/s/files/1/0602/1113/4582/files/20241230-fires.png')
    no-repeat;
  background-size: 100% 100%;
}

.product-part .title1 {
  font-family: Roboto-Bold;
  font-weight: 700;
  font-size: 45px;
  color: #363636;
  text-align: center;
}

.top-product {
  width: 953px;
  height: 865px;
  position: relative;
  margin: 0 auto;
      border: 8px solid #da0000;
    border-radius: 40px;
}
.top-product > span {
  position: absolute;
  left: 169px;
  bottom: 194px;
  display: block;
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  font-size: 42px;
  color: #ffffff;
  line-height: 47px;
  text-stroke: 4px #e92709;
  -webkit-text-stroke: 4px #e92709;
}
.top-product > span::before {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  /* background: linear-gradient(-1deg, #b48a66 0%, #935726 100%); */
  background-clip: text;
  -webkit-background-clip: text;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.top-product > img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.top-product h6 span {
  font-size: 47px;
  color: #e30000;
}

.sp-free {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 369px;
  height: 228px;
  background: url('https://cdn.shopify.com/s/files/1/0602/1113/4582/files/20241230-clock.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'Roboto-Bold';
  font-size: 70px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  padding: 110px 0 0 60px;
  box-sizing: border-box;
  animation: swing1 0.5s ease-in-out infinite;
  z-index: 4;
}

.sp-free em {
  display: inline-block;
  transform: rotate(-8deg);
}

@keyframes swing1 {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.product-part .price-group {
  line-height: 1.1;
}

.product-part .price1 {
  font-family: 'Roboto-Bold';
  font-weight: 500;
  font-size: 90px;
  color: #cd160c;
  line-height: 85px;
  height: 85px;
  margin-bottom: -10px;
}

.product-part .price1 span {
  font-family: 'Roboto-Bold';
  display: inline-block;
  font-weight: 500;
  font-size: 90px;
  color: #cd160c;
  line-height: 85px;
  height: 85px;
}

.product-part .price-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin-top: 27px;
}

.product-part .price2 {
  font-family: Roboto-Bold;
  font-weight: 500;
  font-size: 46px;
  color: #999999;
  line-height: 43px;
  height: 43px;
  text-decoration-line: line-through;
}

.product-part .sp-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -5px;
}

.product-part .sp-row img {
  width: 34px;
  height: 46px;
  margin-left: 18px;
}

.product-part .price3 {
  font-family: 'Roboto-Bold';
  font-size: 37px;
  color: #ffffff;
  width: 231px;
  height: 55px;
  background: #d92227;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: -50px;
  z-index: -1;
  margin-top: 30px;
}

.product-part .price3 img {
  width: 75px;
  height: 75px;
}

.product-part .size-btn {
  font-family: 'Roboto-Bold';
  font-size: 32px;
  color: #fb7d02;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-self: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-part .size-btn img {
  width: 41px;
  height: 37px;
  margin-right: 13px;
}

.product-part .size-btn .arrow {
  width: 21px;
}

.product-part .addCart {
  width: 509px;
  height: 120px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-family: Roboto-Bold;
  font-weight: 500;
  font-size: 46px;
  color: #000000;
  line-height: 62px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 40px;
  height: 36px;
  margin-right: 26px;
  margin-top: -5px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 136px;
  background: #cd160c;
  border-radius: 22px;
  cursor: pointer;
  font-family: Roboto-Bold;
  font-weight: 500;
  font-size: 72px;
  color: #ffffff;
  animation: skip 4s infinite;
  margin-bottom: 39px;
  margin-top: 61px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-part .sp-btn-style img {
  width: 38px;
  height: 55px;
  margin-left: 42px;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }

  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}

.addGroup {
  width: 412px;
  height: 121px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-family: 'Roboto-Medium';
  font-size: 40px;
  color: #000000;
  padding: 0px 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup .reduce,
.addGroup .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Bold';
  font-size: 56px;
  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;
}



.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;
}
