/** Shopify CDN: Minification failed

Line 766:34 The "+" operator only works if there is whitespace on both sides

**/
@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: 'Montserrat-Bold';
  src: url('/cdn/shop/files/Montserrat-Bold.ttf');
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-ExtraBold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat_Extra_Bold_95ad4b80-5568-4ffa-b855-a8a1c6b80983.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'Montserrat-SemiBold';
  src:url('/cdn/shop/files/Montserrat-SemiBold.ttf');
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-XBold';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-EXTRABOLD.OTF');
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF');
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-Medium';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-MEDIUM.OTF');
}
@font-face {
  font-family: 'HelveticaRoundedLT';
  src: url('/cdn/shop/files/HELVETICANEUELTSTD-BLKCN.OTF');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
}
/*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;
  /* background: #f7e9c8; */
}

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

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.sp-times {
  width: 100%;
  height: 115px;
  background: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 34px;
  box-sizing: border-box;
  margin-left: -1px;
}
.sp-limited h5 {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-weight: 500;
  font-size: 44px;
  line-height: 33px;
  font-style: italic;
  color: #ffffff;
}
.sp-limited p {
  font-family: 'RobotoBold';
  font-size: 36px;
  color: #ffffff;
  line-height: 34px;
  font-style: italic;
  margin-top: 11px;
}
.sp-limited p span {
  color: #faa900;
}

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

.sp-min-box > span {
  font-size: 17px;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 25px;
  position: absolute;
  left: -50px;
  top: 10px;
}

.sp-min-box > em {
  background: url('/cdn/shop/files/time-bg.png') no-repeat;
  background-size: 100% 100%;
  width: 86px;
  height: 82px;
  display: inline-block;
  font-family: 'RobotoBold';
  font-size: 72px;
  color: #161616;
  line-height: 82px;
  font-style: normal;
  margin: 0 8px;
  text-align: center;
}

.sp-header {
  width: 100%;
  max-width: 1080px;
  height: 132px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #f9e5c1;
  padding: 0 34px 0 44px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.sp-flex-x {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sp-cart {
  width: 74px;
  height: 65px;
  background: url('/cdn/shop/files/20241113-cars.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
  margin-right: 61px;
  cursor: pointer;
  position: relative;
}

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

.sp-cart .num {
  width: 50px;
  height: 50px;
  background: #e21818;
  border: 3px solid #ffffff;
  border-radius: 50%;
  line-height: 46px;
  position: absolute;
  right: -24px;
  top: -12px;
  font-family: 'Roboto';
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}

.stiky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1080px;
  width: 1080px !important;
  z-index: 60;
}

.sp-header .sp-head-btns {
  width: 321px;
  height: 82px;
  background: #363636;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  /* animation: bounce-down 1.5s linear infinite; */
}

.sp-header .sp-head-btns > div {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 60px;
  color: #ffffff;
  /* animation: beat2 0.5s alternate infinite; */
}

.sp-logo {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 72px;
  color: #010101;
  text-transform: uppercase;
}

/*  */
.sp-part1 {
  min-height: 1581px;
  background: url('/cdn/shop/files/20250117-bg1.png') no-repeat;
  background-size: 100% 100%;
  padding: 28px 0 0 0;
  margin-top: 247px;
  position: relative;
}

.sp-part1-title {
  text-align: center;
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 112px;
  color: #ffffff;
  line-height: 112px;
  background: linear-gradient(35deg, #bebebe 0%, #ffffff 50%, #d2d2d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.sp-part1-tags {
      display: flex;
    font-weight: bold;
    /* font-size: 175px; */
    color: #FAA900;
    align-items: center;
    font-family: Montserrat-Bold;
  line-height: 68px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 114px;
  bottom: 158px;
}
.sp-part1-tags .num-off{
      font-size: 175px;
}
.sp-part1-tags .off{
      display: flex;
    flex-direction: column;
    font-size: 47px;
    font-family: 'Montserrat-Bold';
    /* align-items: center; */
    padding-top: 21px;
}

.sp-part1-imgs {
  font-family: 'RobotoBold';
  font-size: 36px;
  color: #f4f4f4;
  position: absolute;
  left: 75px;
  top: 598px;
}

.sp-part1-imgs2 {
  font-family: 'RobotoBold';
  font-size: 36px;
  color: #f4f4f4;
  position: absolute;
  left: 71px;
  bottom: 635px;
}
.sp-footer2  .swiper-slide{
  width: auto !important;
    margin: 0 20px;
}
@keyframes shanshuo {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes Updown {
  from {
    transform: translateY(-30px);
  }

  to {
    transform: translateY(0);
  }
}

.sp-part1-btn {
  position: absolute;
  bottom: 16px;
  right: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 479px;
  height: 134px;
  background: url('/cdn/shop/files/20250117-btn-bg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  animation: beat2 0.5s alternate infinite;
}

.sp-part1-btn span {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 72px;
  color: #282828;
  text-transform: uppercase;
}
.sp-part1-bottom {
  padding: 94px 0 0 0;
}
.sp-part1-bottom h4 {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 120px;
  color: #ffffff;
  line-height: 110px;
  text-align: center;
  background: linear-gradient(0deg, #414141 0%, #010101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.sp-video {
  width: 951px;
  height: 926px;
  margin: 74px auto 55px;
}
.sp-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 25px;
}
.sp-part1-bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 58px 64px 72px;
}

.sp-part1-bottom ul li {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 36px;
  color: #282828;
  line-height: 42px;
  text-align: center;
}

.sp-part1-bottom ul li > div {
  width: 100%;
  height: 121px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}
.sp-part1-lis img {
  width: 120px;
  height: 110px;
}
.sp-part1-lis2 img {
  width: 101px;
  height: 116px;
}
.sp-part1-lis3 img {
  width: 108px;
  height: 109px;
}
.sp-part1-lis4 img {
  width: 121px;
  height: 121px;
}
@keyframes Upright {
  from {
    transform: translateX(-35px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes Updown {
  from {
    transform: translateY(-15px);
  }

  to {
    transform: translateY(0);
  }
}

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

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

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

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

/*  */
.sp-part2 {
  position: relative;
}

.sp-part2-box {
  position: relative;
  padding-top: 57px;
  box-sizing: border-box;
  min-height: 2050px;
  background: url('/cdn/shop/files/20250117-bg2.png') no-repeat;
  background-size: 100% 100%;
}
.sp-part2-box > p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  font-style: italic;
  padding: 0 30px;
}
.sp-part2-btn {
  position: absolute;
  left: 88px;
  bottom: 42px;
  width: 915px;
  height: 184px;
  background: url('/cdn/shop/files/20250117-btn-bg2.png') no-repeat;
  background-size: 100% 100%;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  text-align: center;
  animation: beat 0.5s alternate infinite;
}
.sp-part2-btn span {
  font-family: 'Roboto-Black';
  font-size: 90px;
  color: #282828;
  text-transform: uppercase;
}
.sp-part2-green {
  position: absolute;
  left: 89px;
  top: 270px;
  width: 366px;
  height: 72px;
  line-height: 72px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 36px;
  color: #cecece;
  text-align: center;
      text-transform: uppercase;
}
.sp-part2-green.sp-part2-black {
  font-family: 'RobotoBold';
  font-size: 42px;
  color: #292929;
  left: 615px;
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }

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

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

.sp-part2-box2 {
  min-height: 1604px;
  background: url('/cdn/shop/files/20250117-bg3.jpg') no-repeat;
  background-size: 100% calc(100% +6px);
  background-position: 0 -2px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 91px 0 0 0;
}
.sp-part2-box2 > ul {
  position: absolute;
  bottom: 94px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sp-part2-box2 > ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.sp-part2-box2 > ul li:last-child {
  width: 100%;
  justify-content: center;
  margin-top: 73px;
}
.sp-part2-box2 > ul i {
  display: block;
  width: 33px;
  height: 33px;
  background: linear-gradient(0deg, #a3a3a3 0%, #ffffff 100%);
  border-radius: 50%;
  margin-right: 25px;
}
.sp-part2-box2 > ul span {
  font-family: 'RobotoBold';
  font-size: 48px;
  color: #eeeeee;
  line-height: 54px;
  font-style: italic;
}
/*  */
.sp-part3 {
  padding: 88px 0 0 0;
}

.sp-part3-imgs {
  width: 1074px;
  height: 1074px;
  background: url('/cdn/shop/files/20250117-part3-2.jpg') no-repeat;
  background-size: 100% 100%;
  margin: -20px auto 0;
}

.sp-part3-uls {
  width: 1034px;
  height: 390px;
  margin: 53px auto 0;
  background: url('/cdn/shop/files/20250117-part3-1.jpg') no-repeat;
  background-size: 100% 100%;
  padding: 285px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.sp-part3-uls li {
  width: calc(33.3% - 8px);
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.sp-part3-uls li span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  line-height: 42px;
}
.sp-public-btn {
  width: 100%;
  height: 160px;
  background: url('/cdn/shop/files/20250117-btn-bg3.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sp-public-btn span {
  display: inline-block;
  font-family: 'Roboto-Black';
  font-size: 90px;
  color: #282828;
  text-transform: uppercase;
  animation: beat 0.5s alternate infinite;
}

.sp-part4-wraper {
  min-height: 1703px;
  background: url('/cdn/shop/files/20240117-bg4.jpg') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding: 98px 0 0 0;
  margin-top:-2px;
}
.sp-part4-wraper > p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
}
.sp-part4-wraper > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 470px 38px 0 40px;
}
.sp-part4-wraper > ul li {
  width: calc(50% - 14px);
  height: 80px;
  line-height: 80px;
  background: linear-gradient(-35deg, #bebebe 0%, #ffffff 50%, #d2d2d2 100%);
  text-align: center;
  border-radius: 0 0 30px 30px;
}
.sp-part4-wraper > ul li:nth-child(n + 3) {
  margin-top: 464px;
}
.sp-part4-wraper > ul li span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #2d2d2d;
}
.sp-part4-wraper2 {
  padding: 101px 0 0 0;
}
.sp-part4-wraper2 > h3 {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 200px;
  color: #4c4c4c;
  line-height: 147px;
  text-align: center;
}
.sp-part4-wraper2 > p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #595959;
  line-height: 48px;
  text-align: center;
  margin-top: 43px;
}
#swiper2 {
  margin-top: 62px;
  position: relative;
  padding-bottom: 62px;
  margin-bottom: 113px;
  width: 100%;
  overflow: hidden;
}
#swiper2 .swiper-slide > div {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding-top: 804px;
  box-sizing: border-box;
  padding-left: 47px;
  padding-right: 47px;
}
#swiper2 .swiper-slide > div p {
  font-family: 'Roboto-Regular';
  font-size: 30px;
  color: #222222;
  line-height: 36px;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 310px;
  height: 20px;
  background: #d3d3d3;
  border-radius: 20px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #454545;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 15px;
}
.sp-title h3 {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 120px;
  color: #ffffff;
  line-height: 110px;
  text-align: center;
  background: linear-gradient(0deg, #414141 0%, #010101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.sp-title h4 {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 110px;
  color: #ffffff;
  line-height: 110px;
  text-align: center;
  text-transform: uppercase;
}
.sp-title h5 {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-weight: 500;
  font-size: 85px;
  color: #ffffff;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
}
.sp-title p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #d0d0d0;
  line-height: 48px;
  text-align: center;
  margin-top: 25px;
}
.sp-title p.sp-title-black {
  font-size: 42px;
  color: #6f6f6f;
}
.sp-part4-wraper3 {
  width: 1051px;
  min-height: 1010px;
  background: url('/cdn/shop/files/20250117-part4-1.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 60px;
}
.sp-part4-box {
  width: 942px;
  height: 366px;
  background: #ffffff;
  border-radius: 25px;
  position: absolute;
  bottom: 52px;
  left: 69px;
  padding: 30px 10px 0 35px;
  box-sizing: border-box;
}
.sp-part4-box > h4 {
  font-family: 'RobotoBold';
  font-weight: 500;
  font-size: 60px;
  color: #282828;
}
.sp-part4-box > p {
  color: #5e5e5e;
  font-size: 36px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 42px;
  font-style: italic;
  margin-top: 20px;
}
.sp-part5 {
  min-height: 393px;
  box-sizing: border-box;
  background: url('/cdn/shop/files/20250117-last.jpg') no-repeat;
  background-size: 100% calc(100% + 4px);
  position: relative;
  padding: 43px 0 0 39px;
}

.sp-part5 > h4 {
  font-family: 'Montserrat-ExtraBold';
  font-size: 51px;
  color: #ffffff;
  line-height: 67px;
  text-shadow: 5px 0px 6px rgba(43, 44, 44, 0.4);
  text-transform: uppercase;
}

.sp-part5-tags {
  font-family: 'Montserrat-ExtraBold';
  font-size: 150px;
  color: #ffffff;
  line-height: 67px;
  text-shadow: 5px 0px 6px rgba(43, 44, 44, 0.4);
  /* padding-left: 18px; */
  text-transform: uppercase;
  margin-top: 39px;
}
.sp-part5-tags span {
  font-size: 100px;
}
.sp-part5-img {
  width: 657px;
  height: 65px;
  line-height: 65px;
  background: url('/cdn/shop/files/20250117-tags.png') no-repeat;
  background-size: 100% 100%;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 36px;
  color: #323232;
  text-align: center;
  margin-top: 24px;
}
/*  */
.sp-part6 {
  padding: 40px 0 34px 0;
}
.sp-pro-list {
  padding: 0 15px;
}
.sp-biggest {
  font-size: 54px;
  color: #353535;
  line-height: 86px;
  text-align: center;
  margin-bottom: 23px;
}
.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
}

.product-part {
  position: relative;
  box-sizing: border-box;
}

.sp-pd6 {
  padding: 0 60px;
}

.product-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 16px;
}

.product-part .product-infos {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 25px;
  margin-top: 38px;
}

.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;
}
.price-group2{
      font-size: 48px;
    color: #000;
    line-height: 36px;
    text-align: right;
    font-style: normal;
    text-transform: none;
  margin-bottom: 20px;
}
.price-group2 span{
  color: #E71600;
}

.product-part .option-title {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 36px;
  color: #959595;
  line-height: 37px;
  margin-bottom: 23px;
  font-style: italic;
}

.product-part .opt-group {
  display: flex;
  gap: 30px 23px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 22px;
}

/* #size .option {
  width: 248px;
} */
#color {
  margin-bottom: 55px;
}
#size {
  margin-bottom: 55px;
}
/* #color .option:first-child {
  width: 376px;
} */
#color .option:last-child {
  /* width: 775px; */
}
.product-part .option {
  min-width: 375px;
  padding:0 20px;
  height: 82px;
  background: #ffffff;
  border-radius: 41px 41px 41px 41px;
  border: 2px solid #818181;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 36px;
  color: #121212;
  line-height: 1;
  position: relative;
}
.product-part .option span{
      color: #ED0000;
  margin-left: 12px;
}

.product-part .option img {
  width: 111px;
  height: 76px;
      position: absolute;
    top: -60px;
    right: -13px;
}

.product-part .option.active {
  background: #333333;
  color: #fff;
}

.product-part .option .circle {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
}

.product-part .title1 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 45px;
  color: #363636;
  text-align: center;
}

.top-product {
  width: 949px;
  height: 584px;
  background: #f2f2f2;
  background: url('/cdn/shop/files/2025-1-18-pro4.png?v=1737185584') no-repeat;
  background-size: 100% 100%;
  border-radius: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}

.top-product > img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.sp-pro-offs {
  padding-left: 26px;
  box-sizing: border-box;
  width: 155px;
  height: 42px;
  background: url('/cdn/shop/files/20241122-offs.png') no-repeat;
  background-size: 100% 100%;
  font-family: RobotoBold;
font-size: 34px;
color: #FFFFFF;
line-height: 42px;
      margin-right: 20px;
    position: absolute;
    right: 148px;
    top: 439px;
}
.sp-pro-offs-top{
  padding-left: 26px;
  box-sizing: border-box;
  width: 163px;
  height: 218px;
  background: url('/cdn/shop/files/off-bg.png?v=1737187191') no-repeat;
  background-size: 100% 100%;
  font-family: RobotoBold;
line-height: 68px;
      margin-right: 20px;
    position: absolute;
        left: 93px;
    top: 13px;
  font-size: 58px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-top: 72px;
}
.sp-pro-offs-top em{
  font-size: 40px;
}

.product-part .price-group {
  line-height: 1.1;
}

.product-part .price1 {
  font-family: RobotoBold;
  font-size: 90px;
  color: #e71600;
  line-height: 85px;
  height: 85px;
}

.product-part .price1 span {
  font-family: RobotoBold;
  font-size: 90px;
  color: #e71600;
  line-height: 85px;
  height: 85px;
  display: inline-block;
}

.product-part .price-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

.product-part .price2 {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 52px;
  color: #999999;
  line-height: 50px;
  height: 50px;
  text-decoration-line: line-through;
  margin-left: 14px;
  margin-bottom: 5px;
}

.product-part .price3 {
  font-family: 'Lato-Bold';
  font-size: 31px;
  color: #ffffff;
  width: 204px;
  height: 55px;
  background: #d70000;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 32px;
  margin-left: -50px;
  z-index: -1;
  margin-top: 30px;
  box-sizing: border-box;
}

.product-part .price3 img {
  width: 75px;
  height: 75px;
}

#Size {
  position: relative;
}

.product-part .size-btn {
  font-family: RobotoBold;
  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: 530px;
  height: 110px;
  background: #ffe5a0;
  border-radius: 55px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 44px;
  color: #262626;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 79px;
  height: 66px;
  margin-right: 24px;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 140px;
  background: #f43b0a;
  border-radius: 70px;
  cursor: pointer;
  font-family: RobotoBold;
  font-size: 72px;
  color: #ffffff;
  animation: skip 4s infinite;
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-part .sp-btn-style img {
  width: 38px;
  height: 55px;
  margin-left: 42px;
}

.sp-certs {
  width: 960px;
  height: 140px;
  line-height: 140px;
  border: 4px solid #000000;
  font-family: 'Roboto-Black';
  font-size: 56px;
  color: #000000;
  border-radius: 20px;
  text-align: center;
  margin-top: 30px;
}

.sp-fast {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Lato-Bold';
  font-size: 55px;
  color: #222222;
}

.sp-fast img {
  width: 126px;
  height: 60px;
  margin-right: 37px;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }

  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup {
  width: 387px;
  height: 110px;
  background: #000000;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto';
  font-size: 42px;
  color: #000000;
  padding: 0px 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
.sp-uppercase {
  text-transform: uppercase;
}


.addGroup .reduce,
.addGroup .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  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;
  /* vertical-align: middle; */
  padding: 0;
  font-family: RobotoBold;
  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;
}

.footer2 {
  margin: 30px 0px 10px;
}

.sp-shopping {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 96px;
  background: #525252;
  font-family: 'Roboto-Regular';
  font-size: 37px;
  color: #ffffff;
}

.sp-shopping img {
  width: 56px;
  height: 30px;
  margin-right: 27px;
}

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

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-footer-image {
  width: 1072px;
  /* height: 110px; */
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
#swiper {
  width: 100%;
  height: 100%;
}
#swiper p {
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'RobotoBold';
  font-weight: 500;
  font-size: 42px;
  color: #373737;
  text-transform: uppercase;
}
#swiper p i {
  width: 52px;
  height: 61px;
  margin-right: 20px;
  background: url('/cdn/shop/files/20250117-stars.png') no-repeat;
  background-size: 100% 100%;
}
#swiper.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sp-footer-ul {
  height: 235px;
  padding: 0 57px;
  padding-top: 48px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
      background: #000;
}

.sp-footer-ul li {
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 38px;
  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: 40%;
}

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

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

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

.sp-footer-ul i.sp-icon2 {
  width: 48px;
  height: 40px;
  background-image: url('/cdn/shop/files/20250117-foot-2.png');
}

.sp-footer-ul i.sp-icon3 {
  width: 48px;
  height: 47px;
  background-image: url('/cdn/shop/files/20250117-foot-3.png');
}

.sp-footer-ul i.sp-icon4 {
  width: 40px;
  height: 47px;
  background-image: url('/cdn/shop/files/20250117-foot-4.png');
}

.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);
  }
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 50px;
margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
.guarantee_column_container, .collapsible-content__wrapper {
display: none !important;
}
.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;
}

