/** Shopify CDN: Minification failed

Line 2059:1 Unexpected "{"

**/
@font-face {
  font-family: 'RobotoBold';
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('/cdn/shop/files/Roboto-Black.ttf');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
}
@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-Black';
  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Black.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-Light';
  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/cdn/shop/files/Poppins SemiBold.otf');
  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: 'Montserrat-Bold';
  src: url('/cdn/shop/files/Montserrat-Bold.ttf');
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url('/cdn/shop/files/Montserrat-Black.ttf');
}
@font-face {
  font-family: 'Montserrat Extra Bold';
  src: url('/cdn/shop/files/Montserrat_Extra_Bold.otf?v=1718197688');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('/cdn/shop/files/Montserrat-SemiBold.ttf');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('/cdn/shop/files/Montserrat-Light.ttf');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/cdn/shop/files/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF');
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-XBold';
  src: url('/cdn/shop/files/akzidenzgroteskbq_xbold.otf?v=1752129087');
}

/*reset*/
html {
  -webkit-text-size-adjust: 100%;
}

/*reset*/
html {
  max-width: 1080px;
  margin: 0 auto;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
section,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto';
}

fieldset,
img {
  border: 0 none;
}

body {
  font-size: 62.5%;
  background-color: #fff;
  color: #333;
  /* max-width: 640px; */
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul,
ol,
dd,
dt,
dl {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
img {
  border: none;
}

/* i,
em {
  font-style: normal;
} */

:focus {
  outline: none;
}

select {
  background: none;
}

/*iphone6*/
/* @media(min-device-width:375px)and(max-device-width:667px)and(-webkit-min-device-pixel-ratio:2) {
  body {
      font-size: 14.5px;
  }
} */

/*iphone6plus*/
/* @media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  body {
      font-size: 15.5px;
  }
} */

/*原子类*/
.clear {
  clear: both;
}

.clear:after {
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: '.';
}

/* .fl {
  float: left;
}

.fr {
  float: right;
} */

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

/*placeholder css*/
::-moz-placeholder {
  font-family: 'Microsoft YaHei';
}

::-webkit-input-placeholder {
  font-family: 'Microsoft YaHei';
}

:-ms-input-placeholder {
  font-family: 'Microsoft YaHei';
}

#root {
}

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

body {
  background: #fff;
}

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

#root {
  letter-spacing: initial !important;
}

body,
html {
  font-family: 'Roboto';
}


.myWord img {
  width: 412px;
  height: 73px;
}
.sp-times {
  width: 100%;
  height: 230px;
  background: url('/cdn/shop/files/20250709-header-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 19px 0 34px;
  box-sizing: border-box;
  margin-left: -1px;
}

.sp-limited {
  width: 412px;
  height: 73px;
      margin-top: -92px;
}

.sp-min-box {
  position: relative;
  font-size: 70px;
  font-family: 'RobotoBold';
  color: #ffe98b;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sp-min-box > span {
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  left: -40px;
  top: 11px;
}

.sp-number {
  margin: 20px 0 22px 0;
}

.sp-alignment {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 54px;
  color: #000000;
}

.sp-min-box > em {
  background: url('/cdn/shop/files/time-bg_6d171aa2-a09a-4b5b-8ffa-c9336bd1d894.png?v=1752129093') no-repeat;
  background-size: 100% 100%;
  width: 140px;
  height: 141px;
  display: inline-block;
  font-family: 'RobotoBold';
  font-size: 70px;
  color: #343434;
  line-height: 141px;
  font-style: normal;
  margin: 0 8px;
  text-align: center;
}
.sp-min-box > em > em {
  background: linear-gradient(176deg, #ff8549 0%, #ff1800 99.365234375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.sp-header {
  width: 100%;
  max-width: 1080px;
  height: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #f9e5c1;
  padding: 0 55px 0 39px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  z-index: 1000;
}

.sp-header .sp-head-btns {
  width: 430px;
  height: 100px;
  border-radius: 65px;
  background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
  text-align: center;
  font-family: 'Roboto-Black';
  font-size: 46px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: beat2 0.5s alternate infinite;
  text-transform: uppercase;
}

.sp-head-btns i {
  width: 26px;
  height: 37px;
  background: url('/cdn/shop/files/20250429-arrow.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 24px;
}

.sp-flex-x {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sp-cart {
  width: 89px;
  height: 86px;
  background: url('/cdn/shop/files/20241115-car.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.sp-cart .icon {
  width: 56px;
}

.sp-cart .num {
  width: 28px;
  height: 28px;
  background: #f24a00;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: -12px;
  top: -6px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-family: 'RobotoBold';
  font-size: 22px;
  color: #ffffff;
}

.sp-logo {
  font-family: 'RobotoBold';
  font-size: 90px;
  color: #181818;
  width: 300px;
  display: flex;
  align-items: center;
}
.mySwiper3 {
  height: 460px;
}
.mySwiper3 .swiper-slide {
  width: 2879px;
  height: 460px;
}
.mySwiper3.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/*  */
.sp-part1 {
  margin-top: 362px;
}

.sp-part1-wraper {
  min-height: 1574px;
  background: url('/cdn/shop/files/20250709-bg1.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding: 89px 0 0 0;
  z-index: 5;
  overflow: hidden;
}
.sp-part1-title {
  margin-left: 44px;
  width: 588px;
  height: 147px;
  background: url('/cdn/shop/files/8e1b32abdf8215ccf278a92b44965233c44dc6a613e1-lB0d3h.png?v=1752234720') no-repeat;
  background-size: 100% 100%;
}
.sp-part1-title2 {
  font-family: 'Montserrat Extra Bold';
  font-size: 94px;
  color: #212121;
  line-height: 108px;
  margin-left: 45px;
}
.sp-part1-title3 {
  font-family: 'Poppins-Regular';
  font-size: 32px;
  color: #361604;
  line-height: 40px;
  position: absolute;
  left: 200px;
  top: 985px;
  border-bottom: 2px solid rgba(143, 143, 143, 0.76);
  padding: 0 0 36px 0;
}
.sp-part1-title4 {
  font-family: 'Poppins-Regular';
  font-size: 30px;
  color: #361604;
  line-height: 40px;
  position: absolute;
  left: 200px;
  bottom: 370px;
}
.sp-part1-gifs {
  width: 473px;
  height: 382px;
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 69px;
  top: 444px;
  padding: 13px 0 0 0;
  box-sizing: border-box;
}
.sp-part1-gifs span {
  font-family: 'Poppins-Regular';
  font-size: 35px;
  color: #212121;
  line-height: 94px;
}
.sp-part1-gifs > img {
  width: 440px;
  height: 287px;
}
@keyframes Updown {
  from {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(0);
  }
}

/* animation: beat 0.7s ease infinite; */
/* 心脏跳动动画 */
@keyframes beat {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes beat2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.sp-part1-wraper2 {
  box-sizing: border-box;
  position: relative;
  padding: 60px 0 0 0;
  min-height: 910px;
  background: url('/cdn/shop/files/20250709-bg2.png') no-repeat;
  background-size: 100% 100%;
  margin-top: -10px;
}
.sp-part1-title5 {
  font-family: 'Poppins-ExtraBold';
  font-size: 50px;
  color: #2e1706;
  line-height: 76px;
  text-align: center;
}
.sp-part1-title5 span {
  font-family: 'Poppins-ExtraBold';
  font-size: 90px;
  color: #2e1706;
  line-height: 76px;
  background: linear-gradient(
    -3deg,
    #ffffff 0%,
    #919191 0%,
    #59451f 0%,
    #fd4902 0%,
    #ff9a2d 99.609375%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part1-imgs {
  position: absolute;
  left: 335px;
  top: 326px;
  width: 404px;
  height: 269px;
}
.sp-part1-imgs2 {
  width: 73px;
  height: 70px;
  background: url('/cdn/shop/files/20250709-part1-3.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 413px;
  top: 286px;
  z-index: 6;
}
.sp-part1-imgs3 {
  width: 77px;
  height: 77px;
  background: url('/cdn/shop/files/20250709-part1-4.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 422px;
  bottom: 253px;
  z-index: 6;
}
.mySwiper {
  padding-bottom: 39px !important;
}
.mySwiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #8f8f8f !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}
.mySwiper .swiper-pagination {
  background: #ffffff !important;
}
.mySwiper .swiper-pagination-bullet-active.swiper-pagination-bullet {
  opacity: 1 !important;
  background: #d40000 !important;
}
.sp-part1-wraper2 > p {
  font-family: 'Roboto';
  font-size: 30px;
  color: #101010;
  line-height: 29px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 151px;
}

.sp-part1-wraper2 > h5 {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #101010;
  line-height: 23px;
  position: absolute;
  left: 401px;
  top: 276px;
}
.sp-part1-wraper2 > ul li span {
  font-family: 'Poppins-Light';
  font-size: 36px;
  color: #ffffff;
}
/*  */
.sp-part2-box {
  min-height: 1653px;
  background: linear-gradient(143deg, #f8f5ee, #e9ddd6);
  padding: 120px 0 0 0;
  position: relative;
  box-sizing: border-box;
  margin-top: -5px;
}

.sp-part2-img {
  width: 990px;
  height: 1131px;
  margin: 101px auto 0;
  background: url('/cdn/shop/files/20250709-part2-1.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 414px 0 0 0;
  box-sizing: border-box;
}
.sp-part2-img li {
  width: calc(50% - 17px);
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sp-part2-img li:nth-child(n + 3) {
  margin-top: 446px;
}
.sp-part2-img span {
  font-family: 'Roboto-Regular';
  font-size: 49px;
  color: #ffffff;
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(5deg);
  }
}

.sp-part2-box2 {
  padding: 111px 0 0 0;
  box-sizing: border-box;
  position: relative;
  min-height: 1659px;
  background: url('/cdn/shop/files/20250709-bg3.png') no-repeat;
  background-size: 100% calc(100% + 4px);
}
.sp-part2-img2 {
  width: 938px;
  height: 666px;
  background: url('/cdn/shop/files/20250709-gif1.gif') no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  border: 3px solid #ff7e00;
  margin: 89px auto 0;
  position: relative;
}
.sp-part2-img2 > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 804px;
  height: 101px;
  line-height: 101px;
  background: rgba(255, 126, 0, 0.9);
  border-radius: 0px 0px 20px 0px;
  font-family: 'Poppins-Regular';
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  padding-left: 48px;
  box-sizing: border-box;
}
.sp-part2-img2 > em {
  width: 213px;
  height: 185px;
  background: url('/cdn/shop/files/20250709-part2-2.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -22px;
  bottom: -23px;
  z-index: 4;
}
.sp-part2-img2 > span > em {
  font-family: 'Poppins-Bold';
  font-style: normal;
}
.sp-part2-box3 {
  min-height: 1523px;
  background: linear-gradient(143deg, #f8f5ee, #e9ddd6);
  box-sizing: border-box;
  position: relative;
  padding: 112px 0 0 0;
  margin-top: -10px;
}
.mySwiper2 {
  padding: 88px 0 85px 0 !important;
}
.mySwiper2 img {
  width: 979px !important;
  height: 834px !important;
  display: block !important;
  margin: 0 auto !important;
}
.mySwiper2 .swiper-slide > span {
  position: absolute;
  right: 306px;
  bottom: 0;
  width: 132px;
  height: 115px;
  background: url('/cdn/shop/files/20250709-part2-2.png') no-repeat;
  background-size: 100% 100%;
}
.sp-swiper-img {
  position: absolute;
  top: 0;
  width: 979px;
  height: 834px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-swiper-img li {
  display: flex;
  flex-direction: row;
}
.sp-swiper-img li:first-child {
  margin-bottom: 703px !important;
}
.sp-swiper-img li span {
  font-family: 'Roboto-Regular';
  font-size: 38px;
  color: #383838;
  width: 360px;
  text-align: center;
  height: 63px;
  line-height: 63px;
}
.sp-swiper-img li span:first-child {
  margin-right: 151px;
}
.sp-swiper-img li em {
  width: 360px;
  font-family: 'Roboto-Regular';
  font-size: 30px;
  color: #ffffff;
  font-style: normal;
  height: 63px;
  line-height: 63px;
  text-align: center;
}
.sp-swiper-img li em:first-child {
  margin-left: 114px;
  margin-right: 155px;
}
.mySwiper2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: rgba(254, 126, 1, 1) !important;
  border-radius: 50% !important;
}
.mySwiper2 .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.mySwiper2.swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.mySwiper2
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 17px !important;
}
.sp-part2-box4 {
  box-sizing: border-box;
  position: relative;
  min-height: 2359px;
  background: url('/cdn/shop/files/20250709-bg4.png') no-repeat;
  background-size: 100% 100%;
  padding: 117px 0 0 0;
}
.sp-part2-uls {
  position: absolute;
  right: 0;
  top: 622px;
  width: 306px;
  text-align: center;
}
.sp-part2-uls li {
  margin-bottom: 28px;
}
.sp-part2-uls li:last-child {
  margin-bottom: 0;
}
.sp-part2-uls img {
  width: 158px;
  height: 158px;
}
.sp-part2-uls span {
  display: block;
  font-family: 'Roboto-Regular';
  font-size: 31px;
  color: #5c250c;
  text-align: center;
  margin-top: 16px;
}
.sp-part2-uls2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 119px;
  left: 0;
  width: 100%;
}
.sp-part2-uls2 li {
  width: 33.3%;
  border-right: 1px solid rgba(46, 23, 6, 0.6);
}
.sp-part2-uls2 li:last-child {
  border-right: 0;
}
.sp-part2-uls2 li > span {
  display: block;
  font-family: 'Roboto-Regular';
  font-size: 33px;
  color: #2b1305;
  line-height: 40px;
  opacity: 0.9;
  text-align: center;
}
.sp-part2-uls2 li h4 {
  font-family: 'RobotoBold';
  font-weight: 500;
  font-size: 90px;
  color: #2b1305;
  background: linear-gradient(176deg, #ffa042 0%, #ff5a19 99.6337890625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.sp-part2-uls2 li h4 em {
  display: inline-block;
  font-size: 60px;
  margin-right: 10px;
  line-height: 31px;
}
.sp-part2-uls2 li h4 span {
  font-size: 65px;
}
.sp-part2-uls3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 376px;
  box-sizing: border-box;
  padding: 0 95px 0 161px;
}
.sp-part2-uls3 li {
  font-family: 'Roboto-Regular';
  font-size: 30px;
  color: #2e1706;
  line-height: 23px;
  opacity: 0.85;
  text-align: center;
}
.sp-part2-uls3 li:nth-child(2) {
  margin-top: 86px;
  color: #ffffff;
  margin-left: -47px;
}
.sp-part2-uls3 li:nth-child(3) {
  margin-top: 36px;
}
/*  */
.sp-part3-box {
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(143deg, #fffefa, #f0e6e1);
  padding-top: 110px;
  padding-bottom: 117px;
}
.sp-part3-box > ul {
  position: absolute;
  top: 424px;
  left: 67px;
}
.sp-part3-box > ul li {
  width: 344px;
  height: 90px;
  background: #cd0b48;
  border-radius: 45px;
  font-family: 'Montserrat-Regular';
  font-size: 33px;
  color: #ffffff;
  line-height: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.sp-part3-box > ul li:last-child {
  width: 450px;
  margin-bottom: 0;
}
.sp-part3-box > ul li img {
  width: 76px;
  height: 76px;
  margin-right: 20px;
}
.sp-part3-img {
  width: 977px;
  height: 712px;
  margin: 99px auto 0;
  background: url('/cdn/shop/files/20250709-part3-1.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.sp-part3-img p {
  position: absolute;
  left: 0;
  padding-left: 74px;
  bottom: 27px;
  font-family: 'Poppins-SemiBold';
  font-size: 55px;
  color: #feffff;
  line-height: 1;
  box-sizing: border-box;
}
.sp-part3-img p span {
  font-size: 80px;
  color: #ff7e15;
  font-style: normal;
}
.sp-part3-img p span em {
  font-size: 55px;
  font-style: normal;
}
.sp-title {
  position: relative;
}
.sp-title span,
.sp-title span i {
  position: relative;
  opacity: 0;
  font-style: normal;
}
.sp-sub-title {
  opacity: 0;
}
.sp-title h4 {
  font-family: 'Montserrat Extra Bold';
  font-weight: 500;
  font-size: 85px;
  color: #261305;
  text-align: center;
}
.sp-title.sp-white h4 {
  color: #261305;
}
.sp-title p {
  font-family: 'Poppins-Regular';
  font-size: 38px;
  color: rgba(38, 19, 5, 0.8);
  line-height: 44px;
  text-align: center;
  margin-top: 40px;
}
.sp-sub-title span {
  color: #ff5200;
}
@keyframes swift-up-fade {
  0% {
    top: 0.8rem;
    opacity: 0;
  }

  100% {
    top: 0rem;
    opacity: 1;
  }
}
.sp-public-btn {
  position: relative;
  width: 100%;
  height: 181px;
  background: url('/cdn/shop/files/20250709-btn-bg.png') no-repeat;
  background-size: 100% calc(100% + 4px);
  background-position: 0 -2px;
  text-align: center;
  z-index: 6;
}
.sp-public-btn > div {
  width: 100%;
  height: 181px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: beat 0.5s alternate infinite;
}
.sp-public-btn span {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 70px;
  color: #ffffff;
  line-height: 86px;
  text-shadow: -2px 2px 5px rgba(141, 83, 28, 0.26);
  opacity: 0.85;
  text-transform: uppercase;
}
.sp-public-btn i {
  display: block;
  width: 58px;
  height: 66px;
  background: url('/cdn/shop/files/20250709-arrow.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 52px;
}
.sp-part4 {
  min-height: 1421px;
  background: url('/cdn/shop/files/20250709-bg5.png') no-repeat;
  background-size: 100% 100%;
  padding: 109px 0 0 0;
  box-sizing: border-box;
  position: relative;
  margin-top: -15px;
}
.sp-part4-title h4 {
    text-align: right;
    font-family: 'Poppins-Bold';
    font-weight: 500;
    font-size: 77px;
    color: #261305;
    line-height: 100px;
    font-style: normal;
    line-height: 1;
}
.sp-part4-title {
  position: relative;
  margin-left: 355px;
  width: 672px;
  text-align: center;
}
.sp-part4-title span,
.sp-part4-title span i {
  position: relative;
  opacity: 0;
  font-style: normal;
}
.sp-part4 ul {
  position: absolute;
  bottom: 138px;
  left: 0;
  width: 100%;
  padding: 0 33px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sp-part4 ul li {
  width: calc(33.3% - 6px);
}
.sp-part4 ul h6 {
  font-family: 'Poppins-Bold';
  font-weight: 500;
  font-size: 35px;
  color: #ff7e15;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.sp-part4 ul span {
  display: block;
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 30px;
  color: #261305;
  line-height: 1;
  text-align: center;
}
/*  */
.sp-part5 {
  height: 424px;
  background: url('/cdn/shop/files/20250709-last.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 76px 0 0 130px;
  box-sizing: border-box;
  overflow: hidden;
}
.sp-part5 h4 {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 35px;
  color: #ffffff;
  line-height: 70px;
  transform: rotate(4deg);
  padding-bottom: 15px;
  line-height: 1;
    position: relative;
    top: -18px;
    left: 51px;
}
.sp-part5 h4 span {
  font-size: 65px;
}
.sp-part5 h4 span em {
  font-size: 68px;
  font-style: normal;
}
.sp-part5 h4 em {
  font-size: 40px;
  font-style: normal;
}
.sp-part5 > span {
  display: block;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  line-height: 73px;
  font-style: italic;
  transform: rotate(8deg);
}
.sp-part5 p {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 39px;
  color: #060606;
  line-height: 53px;
  transform: rotate(-6deg);
  padding-left: 144px;
  position: relative;
  top: -25px;
}
/*  */
.sp-part6 {
  position: relative;
  background: #f7f1ec;
}

.sp-part6 > h3 {
  font-family: 'Roboto-Regular';
  font-size: 36px;
  color: #ee4b10;
  line-height: 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 50px 0 31px 0;
}

.sp-part6 > h3 i {
  width: 72px;
  height: 40px;
  background: url('/cdn/shop/files/20250709-carss.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 21px;
}

.sp-part6 > h3 span {
  color: #d81e06;
}

.sp-part6-title {
  height: 72px;
  margin-bottom: 13px;
}

.sp-product-list {
  margin: 0 50px;
  padding: 145px 0 0 0;
}

.sp-product-list > ul > li {
  width: 980px;
  height: 530px;
  background: #ffffff;
  border: 3px solid #2475ff;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 75px;
  box-sizing: border-box;
  z-index: 3;
}

.sp-pro-offs {
  position: absolute;
  left: -41px;
  top: -58px;
  width: 227px;
  height: 142px;
  background: url('/cdn/shop/files/20250520-clock.png') no-repeat;
  background-size: 100% 100%;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 47px;
  color: #ffffff;
  line-height: 28px;
  box-sizing: border-box;
  padding: 79px 0 0 37px;
  animation: swing1 0.5s ease-in-out infinite;
}

@keyframes swing1 {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.sp-pro-offs span {
  display: inline-block;
  transform: rotate(-10deg);
}

.MostPopular {
  position: absolute;
  left: 64px;
  top: -15px;
  width: 370px;
  height: 70px;
  background: url('/cdn/shop/files/20250709-fast.png') no-repeat;
  background-size: 100% 100%;
  z-index: 4;
  padding-top: 5px;
  box-sizing: border-box;
  text-align: center;
  z-index: 3;
}

.MostPopular span {
  font-family: 'RobotoBold';
  font-size: 36px;
  color: #fefefe;
  line-height: 51px;
}
.MostPopular.Most {
  background: url('/cdn/shop/files/20250416-most.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.MostPopular.Most span {
  font-size: 36px;
  color: #fefefe;
  line-height: 36px;
}
.MostPopular.Most i {
  width: 51px;
  height: 25px;
  background: url('/cdn/shop/files/20250709-cars.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 11px;
  margin-top: -8px;
}
.sp-pros-img {
  position: relative;
}
.sp-frees {
  display: block;
  position: absolute;
  bottom: 0;
  right: -21px;
  width: 166px;
  height: 81px;
  background: url('/cdn/shop/files/20250709-frees.png') no-repeat;
  background-size: 100% 100%;
  padding: 40px 0 0 20px;
  box-sizing: border-box;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
}
.sp-product-list > ul > li:last-child {
  margin-bottom: 0;
}

.sp-product-list > ul > li .sp-product-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 0 0;
  z-index: 3;
  width: calc(100% - 453px);
}
.sp-product-list > ul > li .sp-product-img p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 34px;
  color: #313131;
  line-height: 60px;
  text-align: left;
  width: 100%;
  padding-left: 35px;
}
.sp-product-list > ul > li .sp-product-img span {
  font-family: 'Montserrat-SemiBold';
  font-size: 23px;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: 43px;
  top: 317px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.sp-product-list > ul > li .sp-product-img.sp-pro1 img {
  width: 397px;
  height: 293px;
  margin-top: 56px;
}
.sp-product-list > ul > li .sp-product-img.sp-pro1 p {
  margin-top: 18px;
}
.sp-product-list > ul > li .sp-product-img.sp-pro2 img {
  width: 409px;
  height: 167px;
  margin-top: 160px;
}
.sp-product-list > ul > li .sp-product-img.sp-pro2 p {
  margin-top: 86px;
}
.sp-product-list > ul > li .sp-product-img.sp-pro3 img {
  width: 413px;
  height: 241px;
  margin-top: 125px;
}
.sp-product-list > ul > li .sp-product-img.sp-pro3 p {
  margin-top: 101px;
}
.sp-product-list > ul > li .sp-product-img > img {
  text-align: center;
  object-fit: contain;
  vertical-align: middle;
}

.sp-product-rl {
  width: 532px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 49px 0 0 0;
}

.sp-shoppings {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sp-shoppings p {
  font-family: 'Montserrat-Bold';
  font-size: 45px;
  color: #ffffff;
  line-height: 46px;
}

.sp-shoppings img {
  width: 94px;
  height: 46px;
  margin-right: 28px;
}

.sp-product-rl > h3 {
  font-family: 'RobotoBold';
  font-weight: 500;
  font-size: 50px;
  color: #313131;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
}

.sp-fires {
  display: inline-block;
  width: 43px;
  height: 58px;
  background: url('/cdn/shop/files/20250414-fires.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 19px;
  margin-top: -4px;
}

.sp-black {
  color: #000000 !important;
}

.sp-product-rl .sp-price {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 24px;
}

.sp-product-rl .sp-price > span {
  margin-right: 13px;
}
.sp-product-rl .sp-price > span.sp-black {
  color: #000;
}
.sp-product-rl .sp-price > span.sp-black .new {
  color: #000;
}
.sp-product-rl .sp-price > span {
  font-family: 'RobotoBold';
  font-size: 64px;
  color: #df0f0f;
  height: 54px;
  line-height: 54px;
}

.sp-product-rl .sp-price > span .new {
  font-family: 'RobotoBold';
}

.sp-product-rl .sp-price > em {
  font-family: 'Roboto-Regular';
  font-size: 40px;
  color: #aaaaaa;
  text-decoration-line: line-through;
  font-style: normal;
}

.sp-product-rl .sp-price > em > em {
  font-style: normal;
}

.sp-pro-text {
  font-family: 'RobotoBold';
  font-size: 50px;
  color: #df0f0f;
}
.link-btn {
  width: 443px;
  height: 129px;
  background: url('/cdn/shop/files/20250709-btn-bg2.png') no-repeat !important;
  background-size: 100% 100% !important;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  animation: beat 0.5s alternate infinite;
  text-align: center;
  margin: 16px 0 0 0;
}

.link-btn span {
  display: inline-block;
  font-family: 'RobotoBold';
  font-size: 42px;
  color: #ffffff;
}

.addGroup {
  width: 420px;
  height: 90px;
  border-radius: 15px;
  border: 4px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto';
  font-size: 50px;
  color: #b2b2b2;
  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: 37px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.4;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 208px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto';
  font-size: 54px;
  color: #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;
}

/* 尾部 */
.sp-pro-img {
  width: 1080px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sp-pro-img img {
  width: 989px;
  height: 87px;
}
.sp-pro-img2 {
  width: 1068px;
  height: 271px;
  margin: 0 auto 37px;
}
.sp-stars-box2 {
  height: 114px;
  background: #4f4f4f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto-Regular';
  font-size: 40px;
  color: #ffffff;
  line-height: 47px;
}
.sp-stars-box2 i {
  width: 56px;
  height: 30px;
  background: url('/cdn/shop/files/20250520-cars.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 17px;
}
.sp-stars-box {
  height: 133px;
  background: url('/cdn/shop/files/20250429-foot-img2.png') no-repeat;
  background-size: 100% 100%;
  font-family: 'Montserrat-Bold';
  font-size: 45px;
  color: #f5d500;
  font-style: italic;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sp-stars-box img {
  width: 56px;
  height: 30px;
  margin-right: 31px;
}
.sp-footer-ul {
  height: 250px;
  background: #000000;
  padding: 0 57px;
  padding-top: 48px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
product-recommendations{
  margin-top: 50px !important;
}
.sp-footer-ul li {
  width: 59%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 37px;
  color: #ffffff;
  font-family: 'Roboto-Regular';
  margin-bottom: 24px;
}

.sp-footer-ul li p {
  font-family: 'Roboto-Regular';
}

.sp-footer-ul li:nth-child(2n) {
  width: 41%;
}

.sp-footer-ul li:nth-child(3),
.sp-footer-ul li:nth-child(4) {
  margin-bottom: 0;
}

.sp-footer-ul i.sp-icon1 {
  display: inline-block;
  background: url('/cdn/shop/files/20250429-foot-1.png') no-repeat;
  background-size: 100% 100%;
}

.sp-icon {
  width: 66px;
  margin-right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sp-icon i {
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sp-footer-ul i.sp-icon2 {
  background-image: url('/cdn/shop/files/20250429-foot-2.png');
}

.sp-footer-ul i.sp-icon3 {
  background-image: url('/cdn/shop/files/20250429-foot-3.png');
}

.sp-footer-ul i.sp-icon4 {
  background-image: url('/cdn/shop/files/20250429-foot-4.png');
}

.sp-mask {
  max-width: 1080px;
  min-height: 100vh;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 99999;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.size-pop {
  height: 75% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow-y: auto;
  align-items: flex-start;
  box-sizing: border-box;
  overflow-x: hidden;
}
.close-pop {
  position: absolute;
  right: 43px;
  top: 20px;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 99px;
  z-index: 11;
}
.close-pop img {
  width: 100%;
  height: 100%;
}
@media (min-width: 750px) {
  .pop,
  .pop.img-pop {
    width: 968px;
    height: 695px;
    background: #ffffff;
    border-radius: 28px;
  }
}

.shake {
  animation: shakeT 1s;
}

@keyframes shakeT {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
  }
}
.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;
}
.sp-part6 .sp-title-wrap {
  top: 120px;
}
.sp-part6 .sp-title .sp-span {
  color: #ff9400;
}



.sp-part7 .sp-title-wrap {
  top: 109px;
}
.sp-part7 .sp-img1 {
  position: absolute;
  width: 230px;
  top: 758px;
  left: 37px;
  z-index: 2;
}
.sp-part7 .sp-box {
  width: 366px;
  height: 405px;
  background: #ffffff;
  border-radius: 15px;
  opacity: 0.93;
  position: absolute;
  top: 956px;
  left: 71px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-family: "Roboto";
  font-size: 36px;
  color: #181818;
  line-height: 42px;
  padding-left: 30px;
  box-sizing: border-box;
}
.sp-part7 .sp-box .sp-p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp-part7 .sp-box .sp-icon {
  width: 43px;
}

.sp-nav {
  height: 402px;
  background: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-nav-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 93px;
  box-sizing: border-box;
}
.sp-nav .sp-text {
  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 41px;
  color: #fffdf6;
  font-style: italic;
  position: absolute;
  top: 232px;
  line-height: 1;
  width: 100%;
}
.sp-nav .btn-style {
  width: 302px;
  height: 76px;
  background: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-btn-bg-s.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 391px;
  top: 305px;
  font-family: "Roboto-Medium";
  font-size: 37px;
  color: #fffdf6;
  font-style: italic;
  box-sizing: border-box;
  padding-bottom: 10px;
  gap: 15px;
}
.sp-nav .btn-style .sp-icon {
  width: 13px;
}
.sp-nav .sp-word {
      width: 543px;
    height: 67px;
    position: absolute;
    left: 268px;
    top: 124px;
}
.sp-nav .sp-word img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sp-nav .sp-t2 {
  animation: sp-shake2 1.5s infinite;
}
@keyframes sp-shake2 {
  0%,
  49% {
    opacity: 0;
  }
  50%,
  99% {
    opacity: 1;
  }
}

 {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  padding: 100px 50px 0px;
}

.sp-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 36px;
  color: #ee4b10;
  margin-bottom: 60px;
  font-family: Roboto;
}
.sp-nav5 img {
  width: 72px;
}
 .sp-img-wrap {
  width: 945px;
  height: 588px;
  position: relative;
  border-radius: 25px;
  border: 2px solid #000000;
  margin: 0 auto;
}
 .sp-free {
  width: 242px;
  height: 120px;
  background: url("https://cdn.shopify.com/s/files/1/0776/5691/6250/files/187770201_3_f9dc48dc-0ef1-4d43-b06c-7ff57b36be62.png?v=1752234199") no-repeat;
  background-size: 100% 100%;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 162px;
  left: 540px;
  font-family: "Roboto";
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
}
 .sp-free2 {
  top: 404px;
  left: 785px;
}
 .option-title {
  font-size: 36px;
  color: #454545;
  line-height: 1;
  margin: 30px 0px 22px;
}

 .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  position: relative;
}

 .sp-option {
  min-width: 257px;
    padding: 0 20px;
  height: 100px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #a5a5a5;
  display: flex;

  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-family: Roboto;
  font-size: 44px;
  color: #2f2f2f;
  line-height: 1;
  gap: 22px;
}
.sp-cart {
  width: 76px;
  margin-right: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(5px);
}
.addGroup img{
  width: 100%;
  height: auto;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 50px;
  height: 50px;
  background: #e21818;
  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;
}
 .sp-option.active {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

 .sp-option .sp-icon {
  width: 44px;
  transform: translateY(-4px);
}
 .sp-option .sp-icon2 {
  transform: translateY(-2px);
  width: 40px;
}
 .sp-num .sp-option {
  font-family: "Roboto-Medium";
}
 .sp-option .sp-span {
  color: #d80c0c;
}

 .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 35px;
}
 .price1 {
  font-family: "RobotoBold";
  font-size: 90px;
  color: #ff0000;
  margin-left: 24px;
}

 .price2 {
  font-size: 48px;
  color: #999999;
}

 .sp-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transform: translateY(14px);
}
 .sp-row img {
  height: 105px;
}
 .sp-row p {
  font-size: 50px;
  color: #ffffff;

  line-height: 71px;
  width: 249px;
  height: 68px;
  background: #d80c0c;

  margin-left: -40px;
  z-index: -1;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 20px;
}
 .sp-quality-row {
  display: flex;
  gap: 20px;
  align-items: center;
}
 .addCart {
  width: 487px;
  height: 121px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;

  box-sizing: border-box;
  font-size: 42px;
  color: #000000;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .addCart .sp-img {
  width: 66px;
}
 .sp-btn-style {
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, #fb8e00 0%, #ff6600 100%);
  border-radius: 20px;
  cursor: pointer;
  margin: 45px auto 65px;
  font-size: 63px;
  font-family: "RobotoBold";
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
}
 .sp-btn-style .sp-p {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .sp-btn-style .sp-icon {
  width: 37px;
}
/*  
 .sp-btn-style.sp-free-btn .sp-btn-tip {
  position: absolute;
  top: -18px;
  right: -21px;
  background: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-tip-bg.png") no-repeat;
  width: 303px;
  height: 94px;
  background-size: 100% 100%;
  display: flex;
  font-family: "Roboto-Medium";
  padding-left: 23px;
  padding-top: 19px;
  line-height: 1;
  font-size: 35px;
  color: #ffffff;
  text-transform: none;
  box-sizing: border-box;
  display: block;
  display: none;
}
 .sp-btn-style.sp-free-btn .sp-btn-tip p {
  display: flex;
  gap: 6px;
  align-items: center;
}
 .sp-btn-style.sp-free-btn .sp-btn-tip img {
  width: 39px;
  flex-shrink: 0;
} */
@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}


.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 56px;
  color: #191919;
  /* 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-img {
  width: 989px;
  margin: 0 auto 20px;
}

.sp-footer {
  width: 100%;
  height: 133px;
  background: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-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("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-footer-bg3.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 48px 100px;

  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -4px;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.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;
}

.sp-remark .sp-icon1 {
  background-image: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-icon1.png");
}
.sp-remark .sp-icon2 {
  background-image: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-icon2.png");
}
.sp-remark .sp-icon3 {
  background-image: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-icon3.png");
}

.sp-remark .sp-icon4 {
  background-image: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-icon4.png");
}

@media screen and (min-width: 1080px) {
  #root {
    zoom: 1 !important;
  }
}

.sp-tab-wrap {
  width: 1080px;
  /* overflow: hidden; */
  height: 150px;
  position: absolute;
  top: 20px;
  left: 0;
}
.sp-tab {
  position: absolute;
  left: 50%;

  bottom: 0;
  width: 1030px;
  height: 81px;
  background: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-c1.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 96px;
  box-sizing: border-box;
  font-size: 30px;
  color: #ffffff;
  font-family: "Roboto-Medium";
  opacity: 0;
  transform: translateX(-50%);
}
@-webkit-keyframes wordsLoop {
  0% {
    transform: translateX(-50%) translateY(80%) scale(1);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }

  98% {
    transform: translateX(-50%) translateY(-60%) scale(0.85);
    opacity: 0;
  }
  99% {
    transform: translateX(-50%) translateY(80%) scale(1);
    opacity: 0;
  }
}
.sp-tab-ani {
  animation: 2.5s wordsLoop linear;
}
.sp-tab .sp-span {
  font-family: "RobotoBold";
  font-size: 35px;
  color: #f6f1a4;
  margin-right: 16px;
  flex-shrink: 0;
}
.sp-tab1 {
}
.sp-tab1 .sp-icon-wrap {
  margin-left: 40px;
}
.sp-tab1 .sp-icon {
  height: 65px;
  margin-left: -20px;
  transform: translateY(5px);
}
.sp-tab2 {
  background-image: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-c2.png");
  /* animation: 2.5s wordsLoop linear infinite normal 1.5s; */
}
.sp-tab2 .sp-icon {
  height: 56px;
  margin-left: 140px;
}
.sp-tab3 {
  background-image: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-c3.png");
  /* animation: 2.5s wordsLoop linear infinite normal 3s; */
}
.sp-tab4 {
  background-image: url("https://cdn.shopify.com/s/files/1/0849/9655/5034/files/20250625-c4.png");
  padding-left: 205px;
  font-family: "Roboto-BoldItalic";
  /* animation: 2.5s wordsLoop linear infinite normal 4.5s; */
}
.sp-tab4 .sp-span2 {
  font-family: "Montserrat-Black";
  font-size: 47px;
  font-style: italic;
  margin: 0 10px;
}
.gradually span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 1;
}
.gradually .sp-sub-title {
  opacity: 0;
}
@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.sp-mask {
  max-width: 1080px;
  min-height: 100vh;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99;

  display: none;
}

.sp-pop {
  width: 1080px;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  border-radius: 80px 80px 0px 0px;
  background-color: #ffffff;
  overflow-y: auto;
  padding: 60px 0px 0px;
  box-sizing: border-box;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  animation: sp-fade-in 1.5s;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.sp-pop::-webkit-scrollbar {
  width: 0;
}
.sp-pop  {
  padding-top: 40px;
}
.sp-pop .sp-pop-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "RobotoBold";
  font-size: 65px;
  color: #ff0000;
  line-height: 66px;
  padding: 0 30px;
  box-sizing: border-box;
  font-style: italic;
}

.sp-mask .sp-close-btn {
  width: 106px;
  cursor: pointer;
  z-index: 2;
}
.sp-pop .sp-footer1 {
}
.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;
  }
}
.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;
}
 .price-group {
    line-height: 1;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 35px;
}
.price-group {
    display: flex;
    align-items: baseline;
}
.sp-quality-row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sp-cart {
  width: 76px;
  margin-right: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(5px);
}
.addGroup img{
  width: 100%;
  height: auto;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 50px;
  height: 50px;
  background: #e21818;
  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;
}
.product-part {
    font-family: Roboto-Medium;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 100px 50px 0;
}