/** Shopify CDN: Minification failed

Line 927:34 The "+" operator only works if there is whitespace on both sides
Line 1843:0 Unexpected "}"

**/
@font-face {
  font-family: 'RobotoBold';
  src: url('/cdn/shop/files/Roboto-Bold_0.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/cdn/shop/files/Roboto-Medium_0.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: "HelveticaNeueLTStd-HvCn";
  src: url("/cdn/shop/files/HelveticaNeueLTStd-BlkCnO.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('/cdn/shop/files/Roboto-Regular_0.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('/cdn/shop/files/Roboto-Black_0.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-Bold';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBQ-Medium';
  src: url('/cdn/shop/files/AKZIDENZGROTESK-MEDIUM.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'HelveticaNeueLT-BlackCond';
  src:url('/cdn/shop/files/HELVETICANEUELTSTD-BLKCN.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaRoundedLT';
  src: url('/cdn/shop/files/HelveticaRoundedLTStd-Bd.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bahnschrift';
  src: url('/cdn/shop/files/bahnschrift.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
  font-family: 'Algerian';
  src: url('https://cdn.shopify.com/s/files/1/0668/3816/7872/files/ALGER.TTF?v=1701310848');
  font-weight: normal;
  font-style: normal;
} */



/*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;
  letter-spacing: 0px;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
}

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

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

body {
  background: #fff;
  overflow-x: hidden;
}

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: 137px;
  background: url('/cdn/shop/files/20241104-header-bg.jpg') 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 34px;
  box-sizing: border-box;
  margin-left: -1px;
}

.sp-limited p {
  font-family: 'RobotoBold';
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  width: 600px;
}

.sp-limited h5 {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 32px;
  color: #ffffff;
  line-height: 27px;
}

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

.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: 358px;
  height: 86px;
  background: linear-gradient(to left, #01e9bd 0%, #007cde 100%);
  border-radius: 43px;
  text-align: center;
  font-family: 'RobotoBold';
  font-size: 45px;
  color: #ffffff;
  /* 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: 'RobotoBold';
  font-size: 45px;
  color: #ffffff;
  /* animation: beat2 0.5s alternate infinite; */
}

.sp-logo {
  font-family: 'Roboto-Black';
  font-size: 90px;
  color: #000000;
}

.sp-logo img {
  width: 300px;
  display: block;
}

/*  */
.sp-part1 {
  position: relative;
  min-height: 1467px;
  background: url('/cdn/shop/files/20241104-bg1.jpg') no-repeat;
  background-size: 100% 100%;
  padding: 46px 0 0 44px;
  margin-top: 265px;
  position: relative;
}

.sp-part1 > ul {
  margin: 47px 0 0 0;
  display: flex;
  flex-direction: row;
}

.sp-part1 > ul img {
  width: 234px;
  height: 257px;
}

.sp-part1 > ul li {
  text-align: center;
  font-family: 'Bahnschrift';
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  margin-right: 48px;
}

.sp-part1 > ul li:last-child {
  margin-right: 0;
}

.sp-part1 > ul li span {
  display: block;
  margin-top: 30px;
}

.sp-part1-title {
  margin-top: 12px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.sp-part1-title span {
  font-family: 'Bahnschrift';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 125px;
  color: #ffffff;
  background: linear-gradient(0deg, #888888 0%, #ffffff 52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 6;
}

.sp-part1-title em {
  font-family: 'Bahnschrift';
  font-weight: bold;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 125px;
  width: 100%;
  text-align: center;
  content: '';
  text-shadow: 0 4px 16px #0d0d0d;
  font-style: normal;
  z-index: 0;
  text-transform: uppercase;
}

.sp-part1-tags {
  font-family: 'Bahnschrift';
  font-size: 72px;
  color: #ffffff;
  line-height: 57px;
  text-transform: uppercase;
}

.sp-part1-imgs {
  width: 714px;
  height: 100px;
  line-height: 106px;
  text-align: center;
  background: linear-gradient(to right, #01e9bd 0%, #007cde 100%);
  border-radius: 14px;
  font-family: 'Bahnschrift';
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  text-transform: uppercase;
}

.sp-part1-imgs2 {
  width: 545px;
  height: 1220px;
  position: absolute;
  bottom: 28px;
  right: 22px;
  z-index: 4;
}

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

  to {
    transform: translateY(0);
  }
}

.sp-part1-offs {
  position: absolute;
  left: 135px;
  bottom: 130px;
  font-family: 'HelveticaRoundedLT';
  font-size: 150px;
  color: #ffffff;
  line-height: 129px;
  text-shadow: 13px 0px 8px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: beat2 0.5s alternate infinite;
}

.sp-part1-offs > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-part1-offs p {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: 'HelveticaNeueLT-BlackCond';
}

.sp-part1-offs p span {
  font-size: 130px;
  font-family: 'HelveticaNeueLT-BlackCond';
}

.sp-part1-offs em {
  font-size: 130px;
  font-style: normal;
  font-family: 'HelveticaNeueLT-BlackCond';
}

.sp-part1-border {
  width: 713px;
  height: 117px;
  margin: 45px 0 0 0;
  background: url('/cdn/shop/files/20241104-part1-5.png') no-repeat;
  background-size: 100% 100%;
  padding: 20px 0 0 128px;
  box-sizing: border-box;
  /* font-family: 'Bahnschrift';
  font-weight: bold; */
  font-size: 42px;
  color: #ffffff;
  line-height: 1;
}

.sp-part1-btn {
  width: 100%;
  height: 181px;
  background: linear-gradient(to left, #01e9bd 0%, #007cde 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 390px;
  box-sizing: border-box;
  position: relative;
}

.sp-part1-btn img {
  width: 317px;
  height: 231px;
  position: absolute;
  left: 4px;
  bottom: 15px;
}

.sp-part1-btn span {
  font-family: 'Bahnschrift';
  font-weight: bold;
  font-size: 100px;
  color: #ffffff;
  text-transform: uppercase;
  animation: Upright 0.5s infinite alternate;
}

.sp-video {
  width: 1080px;
  height: 1169px;
}

.sp-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.sp-part1-bottom {
  width: 100%;
  height: 737px;
  background: url('/cdn/shop/files/20241104-part1-6.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sp-part1-bottom h4 {
  font-family: 'Bahnschrift';
  font-weight: bold;
  font-size: 65px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.sp-part1-bottom ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 35px;
}

.sp-part1-bottom ul li {
  font-family: 'Poppins-Medium';
  font-size: 35px;
  color: #ffffff;
}

.sp-part1-bottom i {
  display: inline-block;
  margin-right: 10px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: linear-gradient(0deg, #01e9bd 0%, #007cde 100%);
}

.sp-part1-lis {
  /* width: 100% !important; */
  /* text-align: center; */
}
@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: 103px;
  box-sizing: border-box;
  min-height: 3305px;
  background: url('/cdn/shop/files/20241104-bg2.png') no-repeat;
  background-size: 100% 100%;
}

.sp-part2-tags {
  width: 905px;
  height: 88px;
  line-height: 88px;
  background: linear-gradient(to left, #27cdae 0%, #007cde 100%);
  border-radius: 0 14px 14px 0;
  font-family: 'Poppins-Bold';
  font-size: 40px;
  color: #ffffff;
  margin-top: 59px;
  padding-left: 35px;
}

.sp-part2-box > p {
  font-family: 'Poppins-Medium';
  font-size: 32px;
  color: #ffffff;
  line-height: 44px;
  margin-left: 82px;
  margin-top: 34px;
  width: 750px;
}

.sp-part2-green {
  position: absolute;
  left: 98px;
  top: 914px;
  font-family: 'Poppins-Medium';
  font-size: 32px;
  line-height: 38px;
  color: #0fdd58;
  text-align: center;
}

.sp-part2-red {
  position: absolute;
  left: 295px;
  top: 939px;
  font-family: 'Poppins-Medium';
  font-size: 32px;
  color: #f01919;
}

.sp-part2-white {
  position: absolute;
  left: 200px;
  top: 1074px;
  font-family: 'Poppins-Medium';
  font-size: 32px;
  color: #ffffff;
}

.sp-part2-tags2 {
  width: 1014px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  background: linear-gradient(to left, #27cdae 0%, #007cde 100%);
  border-radius: 14px;
  font-family: 'Poppins-Bold';
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  margin-top: 1080px;
}

.sp-part2-box .sp-public-btn {
  position: absolute;
  left: 45px;
  bottom: 74px;
}

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

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

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

.sp-part2-uls {
  padding: 55px 50px 0 92px;
}

.sp-part2-uls li.sp-part2-lis {
  margin-bottom: 320px;
  padding-left: 320px;
}

.sp-part2-uls i {
  display: inline-block;
  margin-right: 24px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin-top: 15px;
  background: linear-gradient(0deg, #01e9bd 0%, #007cde 100%);
}

.sp-part2-uls li {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.sp-part2-uls h4 {
  font-family: 'Poppins-Bold';
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}

.sp-part2-uls p {
  font-family: 'Poppins-Medium';
  font-size: 40px;
  color: #ffffff;
  line-height: 42px;
}

.sp-part2-box2 {
  min-height: 1977px;
  background: url('/cdn/shop/files/20241104-bg4.jpg') no-repeat;
  background-size: 100% calc(100% +6px);
  background-position: 0 -2px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 97px 0 0 0;
      margin-top: -5px;
}

.sp-part2-imgs {
  position: absolute;
  width: 472px;
  height: 220px;
  right: 0;
  top: 477px;
}

.sp-part2-imgs2 {
  position: absolute;
  right: 56px;
  top: 622px;
  width: 150px;
  height: 101px;
}

.sp-part2-gifs {
  width: 707px;
  height: 707px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -188px;
  top: 508px;
}

.sp-part2-gifs video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.sp-part2-article {
  text-align: right;
  position: absolute;
  right: 56px;
  bottom: 772px;
}

.sp-part2-article h4,
.sp-part2-article2 h4 {
  font-family: 'Poppins-Bold';
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 30px;
}

.sp-part2-article p,
.sp-part2-article2 p {
  font-family: 'Poppins-Medium';
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
}

.sp-part2-article2 {
  position: absolute;
  bottom: 470px;
  left: 417px;
  text-align: center;
}

.sp-part2-article2 h4 {
  margin-bottom: 0;
  color: #04183b;
}

.sp-part2-article2 p {
  color: #04183b;
}

.sp-part2-imgs3 {
  height: 821px;
  margin-top: -2px;
}

.sp-part2-texts {
  width: 100%;
  height: 171px;
  margin-top: -2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 110px 0 175px;
  background: linear-gradient(to left, #27cdae 0%, #007cde 100%);
}

.sp-part2-texts span {
  font-family: 'Poppins-Bold';
  font-size: 42px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
}

/*  */
.sp-part3 {
  min-height: 1575px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  background: url('/cdn/shop/files/20241104-bg5.jpg') no-repeat;
  background-size: 100% calc(100% + 6px);
  background-position: 0 -2px;
  padding: 85px 0 0 0;
}

.sp-title2 {
  /* font-family: 'Bahnschrift';
  font-weight: bold; */
   font-family: 'Roboto';
  font-weight: bold;
  font-size: 95px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.sp-part3-imgs {
  width: 472px;
  height: 152px;
  background: linear-gradient(to right, #27cdae 0%, #007cde 100%);
  border-radius: 14px;
  position: absolute;
  right: 0;
  bottom: 82px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 40px;
  font-family: 'Poppins-Bold';
  font-size: 38px;
  color: #ffffff;
  line-height: 46px;
}

.sp-part3-imgs img {
  width: 92px;
  height: 90px;
  margin-right: 24px;
}

.sp-part3-uls {
  position: absolute;
  left: 640px;
  top: 365px;
}

.sp-part3-texts {
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #fefefe;
  line-height: 42px;
}

.sp-part3-lis {
  margin-bottom: 83px;
}

.sp-part3-lis2 {
  margin-bottom: 45px;
}

.sp-part3-lis3 {
  margin-bottom: 142px;
}

.sp-part3-lis4 {
  margin-bottom: 44px;
}

.sp-part3-lis5 {
  margin-bottom: 150px;
}

.sp-public-btn {
  margin: 0 auto;
  width: 991px;
  height: 160px;
  line-height: 160px;
  background: linear-gradient(to left, #01e9bd 0%, #007cde 100%);
  border-radius: 14px;
  animation: beat 0.5s alternate infinite;
  text-align: center;
}

.sp-public-btn span {
  display: inline-block;
  font-family: 'Bahnschrift';
  font-weight: bold;
  font-size: 110px;
  color: #ffffff;
  text-transform: uppercase;
}

.sp-part4 {
  min-height: 3103px;
  background: url('/cdn/shop/files/20241104-bg5.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -70px;
  padding: 70px 0 119px 0;
  position: relative;
}

.sp-part4 .sp-title2 {
  margin-top: 117px;
}

.mySwiper {
  padding-bottom: 85px;
  margin-bottom: 89px;
}

.mySwiper img {
  width: 987px;
  height: 476px;
  display: block;
  margin: 0 auto;
}

.sp-swiper-box {
  width: 987px;
  height: 476px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 0 345px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-pd-sw {
  padding-left: 336px;
}

.sp-swiper-box h4 {
  font-family: 'Poppins-Bold';
  font-size: 42px;
  color: #292929;
  line-height: 48px;
}

.sp-swiper-box p {
  font-family: 'Poppins-Medium';
  font-size: 42px;
  color: #292929;
  line-height: 48px;
  margin-top: 35px;
}

.mySwiper .swiper-pagination-bullet {
  width: 303px;
  height: 20px;
  background: #78797b;
  opacity: 1;
  border-radius: 35px;
}

.mySwiper .swiper-pagination-bullet-active {
  background: #0078ff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 18px;
}
.sp-part4-article {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 71px 0 0 55px;
}
.sp-part4-article img {
  width: 383px;
  height: 981px;
  margin-right: 86px;
}
.sp-part4-article li {
  margin-bottom: 30px;
}
.sp-part4-article h4 {
  font-family: 'Poppins-Bold';
  font-size: 42px;
  color: #fefefe;
  line-height: 40px;
}
.sp-part4-article p {
  font-size: 36px;
  color: #fefefe;
  font-family: 'Poppins-Medium';
}
.sp-part4-tags {
  width: 826px;
  height: 122px;
  line-height: 122px;
  background: linear-gradient(to left, #27cdae 0%, #007cde 100%);
  border-radius: 14px;
  margin: 0 auto;
  font-family: 'Bahnschrift';
  font-weight: bold;
  font-size: 66px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 72px;
  margin-bottom: 63px;
}
.sp-part4-imgs {
  width: 1036px;
  height: 745px;
  margin: 0 auto;
}
.sp-title h3 {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.sp-title p {
  font-family: 'Poppins-Medium';
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-top: 30px;
}

.sp-part5 {
  min-height: 471px;
  box-sizing: border-box;
  background: url('/cdn/shop/files/20241104-bg3.jpg') no-repeat;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-left: 32px;
  position: relative;
}

.sp-part5 > h4 {
  font-family: 'Poppins-Bold';
  font-size: 62px;
  color: #feecc6;
  line-height: 67px;
  margin-bottom: 20px;
  width: 600px;
}

.sp-part5-img {
  width: 208px;
  height: 370px;
  position: absolute;
  right: 192px;
  top: 38px;
  animation: Updown 0.8s infinite alternate;
}

.sp-part5-tags {
  width: 620px;
  height: 65px;
  line-height: 2;
  text-align: center;
  background: radial-gradient(#e9c79a 0%, #ffdfb9 52%, #e7bd88 100%);
  border-radius: 32px;
  font-family: 'Poppins-Medium';
  font-size: 36px;
  color: #e80002;
}

.sp-part5-texts {
  font-family: 'Poppins-Bold';
  font-size: 56px;
  color: #feecc6;
  line-height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sp-part5-texts > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Poppins-Bold';
}

.sp-part5-texts span {
  font-size: 56px;
  font-family: 'Poppins-Bold';
}

.sp-part5-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 39px;
}

.sp-part5-money {
  font-family: Algerian;
  font-size: 176px;
  color: #feecc6;
  line-height: 127px;
  height: 127px;
}

.sp-part5-money span {
  font-size: 88px;
}

/*  */
.sp-part6 {
  padding: 37px 30px 34px 30px;
  background: #9bb7dc;
}

.sp-biggest {
  width: 902px;
  height: 110px;
  background: linear-gradient(to left, #27cdae 0%, #007cde 100%);
  border-radius: 55px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 60px;
  color: #ffffff;
  line-height: 110px;
  text-align: center;
  margin-bottom: 39px;
}

.sp-product-list > ul > li {
  min-height: 630px;
  background: #ffffff;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.sp-product-list > ul > li:last-child {
  display: flex;
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 37px;
}

.sp-product-rl.sp-pro-last {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
}

.sp-price-boxs {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 43px 0 57px;
}

.sp-price-boxs .sp-price {
  margin-right: 30px;
}

.sp-mg20 {
  margin-top: 50px !important;
}

.sp-pro-offs {
  position: absolute;
  left: -11px;
  top: 45px;
  width: 405px;
  height: 93px;
  background: url('/cdn/shop/files/20241104-best.png') no-repeat;
  background-size: 100% 100%;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #ffffff;
  line-height: 28px;
  box-sizing: border-box;
  padding: 22px 0 0 34px;
  letter-spacing: 1px;
}

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

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

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

.sp-pro-offs span {
  display: inline-block;
}

.MostPopular {
  position: absolute;
  left: -12px;
  top: -20px;
  width: 331px;
  height: 93px;
  z-index: 4;
  padding-top: 24px;
  padding-left: 28px;
}

.MostPopular.best {
  width: 519px;
  height: 112px;
  background: url('/cdn/shop/files/20241104-pro-most.png') no-repeat;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.MostPopular span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 46px;
  color: #ffffff;
  line-height: 24px;
}

.sp-product-list > ul > li:last-child {
  margin-bottom: 0;
}

.sp-product-list > ul > li .sp-product-img {
  position: relative;
  width: 479px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.sp-product-list > ul > li .sp-product-img > img {
  width: auto;
  text-align: center;
  object-fit: contain;
  vertical-align: middle;
}

.sp-pro-0 > img {
  width: 456px;
  height: 395px;
  margin-top: 114px;
  margin-left: 34px;
}

.sp-pro-1.sp-product-img {
  width: 100% !important;
  color: #0063ff;
  font-size: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 25px;
  justify-content: space-between !important;
}

.sp-pro-1 img {
  width: 371px;
  height: 340px;
  object-fit: contain;
}

.sp-border {
  border: 2px dotted #0063ff;
  border-radius: 30px;
  padding: 27px 27px 33px 27px;
}

.sp-product-list > ul > li:first-child {
  align-items: center;
}

.sp-product-rl {
  width: calc(100% - 479px);
  height: 536px;
  padding-right: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp-product-rl > h3 {
  font-family: 'RobotoBold';
  font-size: 48px;
  color: #1b1b1b;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.sp-product-rl > h3 span {
  color: #ff0000;
}

.sp-product-rl > h3 em {
  font-size: 33px;
  font-style: normal;
  line-height: 35px;
  font-family: 'AkzidenzGroteskBQ-Medium';
}

.sp-product-rl .sp-texts {
  font-size: 36px;
  color: #ff0000;
  font-family: 'RobotoBold';
  margin-bottom: 10px;
  text-transform: uppercase;
}

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

.sp-product-rl .sp-price > span {
  margin-right: 13px;
}

.sp-product-rl .sp-price span {
  font-family: 'RobotoBold';
  font-size: 72px;
  color: #ff0000;
  display: inline-block;
  line-height: 30px;
}

.sp-product-rl .sp-price > span .new {
  font-family: 'RobotoBold';
  color: #ff0000;
  display: inline-block;
  line-height: 60px;
}

.sp-product-rl .sp-price > em {
  height: 39px;
  line-height: 39px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #aaaaaa;
  text-decoration-line: line-through;
  font-style: normal;
}

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

.sp-pro-texts {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #999999;
  font-style: italic;
  line-height: 23px;
  height: 23px;
  margin: 22px 0 9px 42px;
  width: 100%;
  text-align: left;
}

.sp-chose {
  display: flex;
  flex-direction: row;
}

.sp-chose li {
  width: 227px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 12px;
  border: 2px solid #999999;
  font-weight: 500;
  font-size: 40px;
  color: #3e3e3e;
  margin-right: 20px;
}

.sp-chose li:last-child {
  margin-right: 0;
}

.sp-chose li.active {
  background: #262626;
  color: #fff;
  border-color: #262626;
}

.price-group {
  display: flex;
  align-items: baseline;
      justify-content: center;
}
.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;
}
.price-group .price2 {
  text-decoration: line-through;
}

/*  */
.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 22px 20px 0px;
}
.sp-bg {
  background: linear-gradient(0deg, #d7350a 0%, #e70230 100%);
}
.product-part .sp-tab {
  width: 1040px;
  height: 91px;
  border-radius: 46px 46px 46px 46px;
  font-family: "Montserrat-Bold";
  font-size: 46px;
  color: #fff;
  line-height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.product-part .sp-padding {
  padding: 0 32px;
}
.sp-swiper-wrapper {
  padding: 0px 50px 40px;
  display: flex;
  gap: 36px;
  justify-content: center;
}
.product-part .sp-swiper {
  width: 714px;
  height: 714px;
  background-size: 100% 100%;
  flex-shrink: 0;
  /* border-radius: 50px; */
}
.product-part .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-part .swiper {
  margin: 0;
}

.product-part .sp-swiper-thumbs {
  width: 235px;
  height: 714px;
  flex-shrink: 0;
}
.product-part .sp-swiper-thumbs .swiper-slide {
  background-clip: border-box;
  /* border-radius: 20px 20px 20px 20px; */
  border: 6px solid transparent;
  width: 100%;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-part .sp-swiper-thumbs .swiper-slide .sp-img {
  width: 100%;
  /* height: 204px; */
}
.product-part .sp-swiper-thumbs .swiper-slide-thumb-active {
  border: 6px solid #0078FF;
}

.product-part .sp-brand1 {
  width: 185px;
  height: 255px;
  background: url("/cdn/shop/files/20241012-fire.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 554px;
  top: 386px;
  font-size: 78px;
  color: #ffffff;
  line-height: 0.8;
  box-sizing: border-box;
  text-align: center;
  font-family: "HelveticaNeueLTStd-HvCn";
  z-index: 2;
  padding-top: 108px;
}
.product-part .sp-brand1 .sp-span {
  font-size: 45px;
}
.product-part .sp-brand2  {
     width: 272px;
    height: 197px;
    position: absolute;
    right: 370px;
    top: 645px;
    z-index: 2;
}
.product-part .sp-brand1 .sp-p {
  font-size: 73px;
  margin-left: -5px;
  font-family: "HelveticaNeueLTStd-HvCn";
}
.product-part .option-title {
  font-size: 36px;
  color: #959595;
  margin: 50px 0 20px;
  font-style: italic;
}

.product-part .opt-group {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 30px;
      flex-wrap: wrap;
}

.product-part #sp-size div:nth-child(2) {
  width: 550px;
}

.product-part .option {
     width: auto;
    padding: 0 30px;
  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;
  font-family: "Roboto-Medium";
  font-size: 38px;
  color: #121212;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}

.product-part .option.active {
  background: #222222;
  border-color: #222222;
  color: #fff;
}
.product-part .option .sp-icon {
    width: 130px;
    height: 78px;
    object-fit: contain;
    position: absolute;
    right: -32px;
    top: -66px;
}
}
.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 34px;
}
.product-part .price1 {
  font-family: "RobotoBold";
  font-size: 100px;
  color: #e71600;
}
.product-part .price1 .sp-span {
  font-size: 110px;
}
.product-part .price2 {
  font-size: 52px;
  color: #999999;
  margin-left: 17px;
}
.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;
}
.product-part .addCart {
width: 530px;
height: 110px;
background: #ACCEF5;
border-radius: 55px 55px 55px 55px;
  box-sizing: border-box;
  font-size: 42px;
  color: #262626;
  gap: 0px;
  text-transform: uppercase;
  line-height: 1;
}
.product-part .addCart .sp-icon {
  width: 79px;
      object-fit: contain;
}
.product-part .addCart span {
  width: 420px;
}
.product-part .sp-btn-style {
  width: 100%;
  height: 140px;
  background: #f43b0a;
  border-radius: 70px 70px 70px 70px;
  background-size: 100% 100%;
  color: #fff;
  font-size: 72px;
  margin-top: 45px;
  animation: skip 4s infinite;
  font-family: "RobotoBold";
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.sp-cart {
  width: 74px;
  margin-right: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
      position: relative;
}
.sp-cart .icon {
  width: 100%;
}
.sp-cart .num {
  width: 50px;
  height: 50px;
  background: #e21818;
  border-radius: 50%;
  border: 3px solid #ffffff;
  line-height: 50px;
  color: #fff;
  position: absolute;
  right: -24px;
  top: -17px;
  font-size: 36px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
  line-height: 45px;
}
.sp-cart .num.gray {
  background-color: #858585;
}
.addGroup {
  width: 387px;
  height: 110px;
  border-radius: 55px 55px 55px 55px;
  border: 3px solid #00000042;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 55px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "RobotoBold";
  /* background: #eeeeee; */
}

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

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "RobotoBold";
  font-size: 56px;
  /* border-left: 2px solid #666666a9;
  border-right: 2px solid #666666a9; */

  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 .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-number {
  width: 420px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 28px 0 0 0;
}
.sp-gift {
  width: 241px;
  height: 175px;
  position: absolute;
  bottom: 35px;
  left: 197px;
  background: url('/cdn/shop/files/20241104-gift.png') no-repeat;
  background-size: 100% 100%;
}
.sp-number.sp-inputs {
  width: 472px !important;
}

.sp-number.sp-inputs > div {
  width: 472px !important;
  justify-content: space-between;
}

.sp-alignment {
  width: 371px;
  height: 85px;
  background: #ffffff;
  border-radius: 14px;
  border: 2px solid #000000;
  font-size: 41px;
  color: #202020;
}

.sp-product-list > ul > li:last-child .link-btn {
  width: 968px;
  height: 156px;
  background: url('/cdn/shop/files/20241104-btn-bg2.png') no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.sp-product-list > ul > li:last-child .link-btn > div {
  font-size: 60px;
  color: #ffffff;
}

.link-btn {
  width: 489px;
  height: 113px;
  background: linear-gradient(to left, #cf0500 0%, #ff7449 100%);
  box-shadow: 5px 0px 9px 0px #740000;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 22px;
  /* animation: bounce-down 1.5s linear infinite; */
  margin-top: 20px;
  animation: beat2 0.5s alternate infinite;
}

.link-btn > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 45px;
  color: #ffffff;
}

/* 下拉框 */
.sp-select-boxs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 11px 65px 19px 53px;
}

.sp-select-boxs .sp-pro-texts {
  margin-left: 0;
}

.select-content {
  width: 374px;
  height: 67px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
}

.select-content.disabled {
  width: 374px;
  height: 67px;
  line-height: 67px;
  background: #f2f2f2;
  border: 2px solid #999999;
  font-family: 'Roboto';
  font-size: 34px;
  color: #191919;
  padding-left: 49px;
  box-sizing: border-box;
  text-align: left;
}

.select-content .select {
  width: 100%;
  height: 67px;
  background: #ffffff;
  border: 2px solid #999999;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.select-content .select::after {
  content: '';
  display: block;
  width: 34px;
  height: 19px;
  background: url('/cdn/shop/files/20241104-down.png') no-repeat;
  background-size: 100% 100%;
  top: 27px;
  right: 20px;
  position: absolute;
  transition: all 0.3s ease-in;
  left: inherit;
  box-shadow: none;
}

.select-content .select p {
  width: 100%;
  height: 67px;
  line-height: 67px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #3e3e3e;
  text-align: center;
  box-sizing: border-box;
}

.select-content .select ul {
  width: 100%;
  display: block;
  font-size: 16px;
  background: #ffffff;
  position: absolute;
  top: 65px;
  left: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in;
  z-index: 9;
}

.select-content .select ul li {
  width: 100%;
  min-height: 85px;
  padding: 0px 15px;
  list-style: none;
  font-family: 'Roboto-Regular';
  font-size: 36px;
  color: #121212;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.select-content .select ul li:last-child {
  font-size: 32px;
}

.select-content .select ul li.Selected {
  background: #959595;
  color: #ffffff;
}

.select-content .select ul li:hover {
  background: #d0d0d0;
}

@-webkit-keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }

  25% {
    transform: scale(1, 1.2);
  }

  50% {
    transform: scale(1, 0.85);
  }

  75% {
    transform: scale(1, 1.05);
  }

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

.select-content .select.open ul {
  max-height: 400px;
  transform-origin: 50% 0;
  -webkit-animation: slide-down 0.5s ease-in;
  transition: max-height 0.2s ease-in;
  overflow-y: auto;
}

.select-content .select.open::after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}

/* 尾部 */
.sp-footer {
  background: #272727;
}

.sp-footer-image {
  width: 100%;
  background: #ffffff;
}

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

.sp-footer-ul li {
  width: 48%;
  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: 52%;
}

.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/20241104-foot-1.png') no-repeat;
  background-size: 100% 100%;
}

.sp-icon {
  width: 48px;
  margin-right: 10px;
  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/20241104-foot-2.png');
}

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

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

@keyframes bounce-down {
  25% {
    transform: translateY(-10px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }
}



.mf-bundle-product {
  zoom: 2.2;
  margin: 20px;
}
.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;
}
.guarantee_column_container, .collapsible-content__wrapper {
  display: none !important;
}
.sp-scroll {
  width: 1080px;
  overflow: hidden;
  height: 95px;
  background: #626262;
}

.nav-imgs .sp-row {
  width: 850px !important;
  height: 96px;
  font-family: "Roboto-Medium";
  font-size: 42px;
  color: #fff;
  gap: 25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-imgs .sp-icon {
  width: 113px;
  flex-shrink: 0;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
  font-size: 45px;
}
#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;
}