/** Shopify CDN: Minification failed

Line 1213:0 Unexpected "}"
Line 1216:2 Unexpected "0%"
Line 1223:2 Unexpected "5%"
Line 1228:3 Unexpected "/"

**/
@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto';
  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/Roboto-Regular.ttf?v=1710154594');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Bold';
  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/Roboto-Bold.ttf?v=1704505268');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Roboto-Medium';
  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/Roboto-Medium.ttf?v=1704505268');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'SegoeUI';
  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/segoeui.ttf?v=1704505269');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'SegoeUI-Semibold';
  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/seguisb.ttf?v=1704505269');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'SegoeUI-BoldItalic';
  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/seguisbi.ttf?v=1704505269');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'SegoeUI-Bold';
  /* 引入字体 */
  src: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/segoeuib.ttf?v=1704505269');
  font-weight: normal;
  font-style: normal;
}

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;
}

* {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: inherit;
}

.title {
  margin: 0;
}

/*reset*/
html {
  max-width: 1080px;
  margin: 0 auto;
  /* scroll-behavior: smooth; */
}
body {
  font-size: 62.5%;

  margin: 0 auto;
  line-height: 1.2;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input,
img {
  border: none;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}

:focus {
  outline: none;
}
#root {
  color: #fff;
  font-size: 35px;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}

.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}
.sp-cart {
  width: 76px;
  margin-right: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(5px);
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 50px;
  height: 50px;
  background: #ff2696;
  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;
}
.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-header-top {
  height: 136px;
  width: 100%;
  position: fixed;
  top: 117px;
  z-index: 5;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .text {
  width: 250px;
  margin-left: 43px;
}
.sp-header-top .btn {
  width: 325px;
  height: 96px;
  background: #ffffff;
  border: 4px solid #000000;
  margin-right: 39px;
  font-family: 'Roboto-Bold';
  font-size: 40px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sp-header-top .btn .icon {
  margin-left: 20px;
  width: 30px;
}

.time-part {
  width: 1080px;
  height: 117px;

  background: #000000;
  font-family: 'Roboto-Bold';
  color: #ffffff;
  padding: 0 40px 0 61px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 9;
}
.time-part .text {
  font-size: 48px;
  font-family: 'Roboto-Medium';
  color: #ffffff;
}

.time-part .min-text {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
}
.time-part .square {
  width: 86px;
  height: 82px;
  font-size: 72px;
  color: #e80000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/num-bg.png?v=1704505958');
  background-size: 100% 100%;
}
.time-part .dot {
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/num-dot.png?v=1704505958');
  background-size: 100% 100%;
  width: 11px;
  height: 37px;
  margin: 0 15px;
}
.time-part .flex-bet {
  height: 100%;
}

.sp-part-top {
  margin-top: 253px;
}

.price-group {
  font-size: 115px;
  font-family: 'Roboto-Bold';
  display: flex;
  align-items: baseline;
  font-size: 70px;
  color: #d10207;
}
.price-group .price1 {
  font-size: 102px;
  color: #d10207;
  margin-right: 10px;
}
.price-group .price2 {
  color: #494949;
  font-size: 44px;
  text-decoration: line-through;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-style .icon {
  width: 37px;
  margin-left: 26px;
}
.btn-style1 {
  width: 1080px;
  height: 143px;
  background: #ee9118;
  font-size: 80px;
  font-family: 'SegoeUI-BoldItalic';
}
.btn-style1 p {
  animation: skip 4s infinite;
  margin-bottom: 10px;
}
.sp-bg {
  background: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/bg.jpg?v=1704505959')
    no-repeat 100% 100%/100%;
  background-size: 100% 100%;
}
.sp-part1 {
  font-family: 'SegoeUI-BoldItalic';
  overflow: hidden;
}
.sp-part1 .title {
  font-size: 88px;
  font-family: 'SegoeUI-BoldItalic';

  line-height: 1;
  color: #fff;
  position: absolute;
  top: 65px;
  left: 52px;
}

.sp-part1 .circle {
  width: 223px;
  height: 223px;
  background: #ee9118;
  border-radius: 50%;
  font-family: 'SegoeUI-BoldItalic';
  font-size: 106px;
  color: #ffffff;
  position: absolute;
  top: 38px;
  right: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.85;
  text-align: center;
  padding-bottom: 10px;
  box-sizing: border-box;
  animation: skip 4s infinite;
}
.sp-part1 .circle span {
  font-size: 51px;
}
.sp-part1 .circle p {
  font-size: 87px;
}
.sp-part1 .price-group {
  position: absolute;
  left: 50px;
  bottom: 60px;
  align-items: flex-end;
}
.sp-part1 .price1 {
  font-family: 'SegoeUI-BoldItalic';
  color: #fff;
  border-bottom: 6px solid #fff;
}

.sp-part1 .price2 {
  font-family: 'SegoeUI-BoldItalic';
  font-size: 48px;
  color: rgba(150, 150, 150, 1);
  opacity: 1;
  margin-left: 26px;
}

.sp-part1 .btn {
  position: absolute;
  right: 92px;
  bottom: 84px;
  font-size: 88px;
  color: #ffffff;
}

.sp-part1 .bottom {
  position: absolute;
  right: -44px;
  bottom: -30px;
  width: 369px;
}

.tempWrap {
  width: 1080px;
  min-width: 1080px;
}
.sp-box {
  background: #ee9118;
}
.sp-part2 {
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.sp-part2 .text {
  font-family: 'SegoeUI-Semibold';
  font-size: 52px;
  background-color: #000;
  text-align: center;
  padding: 60px 50px;
}
.sp-part2 .sp-img {
  width: 763px;
  height: 622px;
  margin-right: 10px;
}
.sp-part3 {
  padding-top: 227px;
}
.sp-part3 .sp-box {
  width: 651px;
  padding: 30px 45px 37px 40px;
  box-sizing: border-box;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 80px;
  font-family: 'SegoeUI';
  line-height: 1.1;
}

.sp-part4 .sp-title {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
  font-family: 'SegoeUI-BoldItalic';
  font-size: 88px;
}
.sp-part4 .row {
  display: flex;
  margin-left: 54px;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
.sp-part4 .row > div:first-child {
  max-width: 428px;
}
.sp-part4 .title {
  font-family: 'SegoeUI-Bold';
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: bold;
}
.sp-part4 p {
  font-family: 'SegoeUI';
  font-size: 42px;
}
.sp-part4 .sp-box {
  width: 523px;
  height: 590px;
  margin-right: 30px;
  position: relative;
}
.sp-part4 .sp-box img {
  width: 528px;
  height: 403px;
  position: absolute;
  top: 52px;
  right: -30px;
}
.sp-part4 .btn {
  font-family: 'SegoeUI-BoldItalic';
  font-size: 80px;
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
}
.sp-part4 .btn div {
  animation: skip 4s infinite;
}
.sp-part4 .area {
  text-align: center;
  max-width: 880px;
  margin: 85px auto 35px;
}
.sp-part4 .img-group {
  padding: 0 43px 80px 84px;
}
.sp-part4 .img-group > div {
  display: flex;
  align-items: center;
}
.sp-part4 .img-s {
  width: 440px;
}
.sp-part4 .img-l {
  width: 555px;
  margin-left: -48px;
}
.sp-part5 .sp-box {
  font-family: 'SegoeUI';
  color: #ffffff;
  font-size: 42px;
  width: 845px;
  height: 320px;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sp-part5 .sp-box .title {
  font-weight: bold;
  font-family: 'SegoeUI-Bold';
  font-size: 48px;
  line-height: 0.7;
  margin-bottom: 35px;
}
.sp-part5 .img1 {
  margin-top: -110px;
}
.sp-part5 .box {
  height: 614px;
  position: relative;
  font-family: 'SegoeUI-BoldItalic';
  font-size: 40px;
}
.sp-part5 .box ul {
  margin-top: 80px;
  margin-left: 62px;
}
.sp-part5 .box li {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.sp-part5 .box li p {
  font-family: 'SegoeUIEmoji';
  flex-shrink: 0;
}
.sp-part5 .gif {
  position: absolute;
  right: 49px;
  bottom: 17px;
  width: 345px;
  height: 418px;
}
.sp-part5 li img {
  width: 50px;
  height: 50px;
  padding-top: 10px;
}
.sp-part6 {
  color: #ffffff;
  overflow: hidden;
}
.sp-part6 .title {
  font-size: 88px;
  font-family: 'SegoeUI-BoldItalic';
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px;
}
.sp-part6 .swiper-wrap {
  width: 792px;
  background: #ffffff;
  margin: auto;
  padding: 30px 46px 25px;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.sp-part6 .swiper-wrap p {
  color: #ee9118;
  font-family: 'SegoeUI-BoldItalic';
  font-size: 48px;
  text-align: center;
}
.sp-part6 .swiper {
  margin: 20px auto;
  overflow: hidden;
}
.sp-part6 .pagination1 {
  position: unset;
  margin-bottom: 100px;
}

.sp-part6 .swiper-pagination-bullet {
  width: 33px;
  height: 33px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 22px !important;
}
.sp-part6 .swiper-pagination-bullet-active {
  background: #cb8149;
  opacity: 1;
}
.sp-part6 .tip {
  font-size: 42px;
  font-family: 'SegoeUI';
  margin-left: 60px;
  max-width: 960px;
  display: flex;
  margin-bottom: 80px;
}
.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background:#fff;
  padding: 45px 28px 20px;
}

.product-part .sp-img-wrap {
  width: 100%;
  height: 667px;
  background: url("https://cdn.shopify.com/s/files/1/0816/9046/0436/files/202507304-pro-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 7px 7px 0 6px;

  box-sizing: border-box;
}

.product-part .sp-img-p {
  width: 1010px;
  height: 580px;
}
.product-part .sp-row1 {
  position: absolute;
  bottom: 0;
  height: 84px;
  left: 32px;
  display: flex;
  align-items: center;
}
.product-part .sp-t1 {
  font-family: "Roboto-Black";
  font-size: 40px;
  color: #ffffff;
  font-style: italic;
}
.product-part .sp-line {
  width: 2px;
  height: 34px;
  background: #ffffff;
  margin: 0 15px;
}
.product-part .sp-wrap {
  width: 153px;
  height: 15px;
  background: linear-gradient(90deg, #fff346, #ecddcf);
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}
.product-part .sp-wrap .sp-icon-s {
  width: 45px;
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-part .sp-t2 {
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #ffffff;
  width: 180px;
}
.product-part .sp-clock-s {
  width: 205px;
  height: 56px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 35px;
  color: #000000;
  font-family: "Roboto-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}
.product-part .sp-padding {
  box-sizing: border-box;
}
.product-part .option-title {
  font-size: 36px;
  color: #808080;
  font-family: "Roboto-Bold";
  line-height: 1;
  margin: 50px 0px 28px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 20px;
  position: relative;
}

.product-part .sp-option {
  min-width: 222px;
  padding: 0 20px;
  height: 89px;
  background: #ffffff;
  border-radius: 15px;
  border: 2px solid #686868;
  font-size: 43px;
  color: #484747;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 30px;
}
.product-part .sp-option.active {
  background: #1d2134;
  border-color: #1d2134;
  color: #ffffff;
}
.product-part .sp-option .sp-icon {
  width: 91px;
  height: 63px;
  position: absolute;
  top: -42px;
  right: -13px;
}
.product-part .sp-color {
  gap: 17px;
}
/* .product-part .sp-color .sp-option {
  width: 279px;
} */
.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 56px;

  align-items: baseline;
}
.product-part .price1 {
  font-family: "Roboto-Black";
  font-size: 83px;
  color: #d70000;
}

.product-part .price2 {
  font-family: "Roboto-Black";
  font-size: 50px;
  color: #999999;
  margin-left: 25px;
}

.product-part .sp-row {
  margin-left: 38px;
  display: flex;
  align-items: center;
}
.product-part .sp-row img {
  height: 70px;
  animation: shakeCart 3s infinite ease-in-out;
  position: relative;
  z-index: 2;
}
.product-part .sp-row .sp-p {
  width: 197px;
  height: 55px;
  background: #d33100;
  border: 2px solid #ffffff;
  font-family: "Roboto-Bold";
  font-size: 34px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  margin-left: -24px;
  padding-left: 24px;
  box-sizing: border-box;
  transform: translateY(5px);
}
.product-part .sp-quality-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.product-part .addCart {
  width: 537px;
  height: 101px;
  border-radius: 20px;
  border: 3px solid #828282;

  box-sizing: border-box;
      font-size: 40px;
    line-height: 42px;
    color: #000;
    gap: 25px;
    padding-left: 70px;
}
.product-part .addCart .sp-img {
  width: 44px;
}
.product-part .sp-btn-style {
  width: 100%;
  height: 166px;
  background: url("https://cdn.shopify.com/s/files/1/0816/9046/0436/files/202507304-bottom-btn.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 44px auto 50px;
  font-size: 65px;
  font-family: "Montserrat-ExtraBold";
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.sp-nav5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 40px;
  font-family: "Roboto-Bold";
  font-size: 36px;
  color: #202020;
}

.sp-nav5 .sp-icon {
  width: 97px;
}

.sp-footer1 {
  width: 1001px;
  margin: 0 auto 12px;
}
.sp-footer-wrap {
  width: 100%;
  height: 654px;
  background: url("https://cdn.shopify.com/s/files/1/0816/9046/0436/files/202507304-footer-bg.png") no-repeat;
  background-size: 100% 100%;
}
.sp-footer {
  width: 100%;
  height: 135px;

  position: relative;
  font-size: 45px;
  color: #f5d500;
  font-style: italic;
  font-family: "Montserrat-Bold";
  line-height: 134px;
  text-align: center;
}
.sp-remark {
  width: 100%;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 45px 50px 110px;

  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -4px;
}
.sp-remark > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.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;
}

.addGroup {
  width: 438px;
  height: 100px;
  border-radius: 15px;
  border: 3px solid #828282;

  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 38px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto-Bold";

  background: #eeeeee;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 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: 46px;
  color: #000000;
  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);
  }
}
/* .product-part {
  padding: 360px 40px 50px;
  margin-top: -230px;
  background: #000000;
  box-sizing: border-box;
  color: #fff;
}
.product-part .sp-title {
  font-family: 'SegoeUI-Bold';
  font-size: 70px;
  text-align: center;
}
.product-part .sub-title {
  font-family: Roboto;
  font-size: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 46px;
  margin-bottom: 56px;
}
.product-part .sub-title img {
  width: 49px;
  background-color: #fff;
  border-radius: 10px;
}
.sp-product-box {
  width: 100%;
  height: 502px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  position: relative;
  margin-bottom: 31px;
}
.sp-product-box .p-img-wrap {
  width: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.product-part .ml {
  position: absolute;
  right: 40px;
  top: 100px;
  font-family: 'SegoeUI-Bold';
  color: #ee9118;
  font-size: 36px;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.product-part .ml .circle {
  width: 16px;
  height: 16px;
  background: #ee9118;
  border-radius: 50%;
  margin-top: 5px;
}
.product-part .free {
  width: 125px;
  height: 38px;
  background: #e99400;
  position: absolute;
  right: 14px;
  top: 364px;
  font-family: 'SegoeUI-Bold';
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
}
.sp-product-box .hot {
  position: absolute;
  top: -15px;
  left: 37px;
  width: 281px;
  height: 65px;
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/brand.png?v=1704505958');
  background-size: 100% 100%;

  color: #141414;
  font-family: 'SegoeUI-Bold';
  font-size: 26px;
  padding-top: 18px;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 1;
}
.sp-product-box .car {
  bottom: 20px;
  left: 72px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Roboto-Medium';
  font-size: 36px;
  color: #111111;
}
.sp-product-box .car img {
  width: 75px;
  margin-bottom: 5px;
}
.sp-product-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-part .title {
  font-family: 'SegoeUI-Bold';
  font-size: 50px;
  text-align: center;
  color: rgba(20, 20, 20, 1);
  margin-bottom: 10px;
}
.product-part .price-group {
  line-height: 1;
  margin: 35px 0 25px;
}
.product-part .price1 {
  font-family: 'SegoeUI-Bold';
  font-size: 79px;
  color: rgba(20, 20, 20, 1);
  font-weight: bold;
}

.product-part .price2 {
  font-family: 'SegoeUI-Bold';
  font-size: 36px;
  color: #9a9a9a;
}
.product-part .red {
  color: rgba(234, 0, 0, 1);
  font-family: 'SegoeUI-Bold';
  font-size: 29px;
}
.product-part .sp-btn-style {
  width: 467px;
  height: 102px;
  background: url('https://cdn.shopify.com/s/files/1/0671/1567/9960/files/btn_bg_img.png?v=1711626149')
    no-repeat 100% 100%/100%;
  border-radius: 15px;
  color: #fff;
  font-size: 35px;
  font-family: 'SegoeUI-Bold';
  cursor: pointer;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* animation: skip 4s infinite; */
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
} */

.nav22,
.nav-wrap {
  height: 100px;
  background: #ee9118;
  overflow: hidden;
}

.nav {
  width: 1080px;
  color: #fff;
  font-size: 40px;
  font-family: 'Roboto-Medium';
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  z-index: 1;
}
.nav-group {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: fit-content;
  text-align: center;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav .icon {
  margin-right: 27px;
  margin-left: 70px;
  width: 50px;
  height: 44px;
  background: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/nav-icon.png?v=1704505958')
    no-repeat 100% 100%/100%;
}
.remark {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 0px 40px 53px;

  background: #000000;
  background-size: 100% 100%;
  gap: 33px 0;
  box-sizing: border-box;
}
.icon-text {
  font-size: 37px;
  font-family: 'Roboto';
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
.remark .icon {
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 19px;
  flex-shrink: 0;
}

.remark .sp-flex-x:nth-child(n) {
  width: 49%;
}
.remark .sp-flex-x:nth-child(2n) {
  width: 44%;
}
.remark .sp-flex-x:nth-child(1) .icon {
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/icon1.png?v=1704505958');
}
.remark .sp-flex-x:nth-child(2) .icon {
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/icon2.png?v=1704505958');
}
.remark .sp-flex-x:nth-child(3) .icon {
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/icon3.png?v=1704505958');
}

.remark .sp-flex-x:nth-child(4) .icon {
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/icon4.png?v=1704505958');
}
.sp-size {
  width: 955px;
  height: 328px;
  /* background-image: url("../image/img11.png");
  background-size: 100% 100%; */
  margin-left: 58px;
  margin-bottom: 55px;
  font-family: 'Roboto-Medium';
  color: #101010;
  font-size: 36px;
  display: flex;
  text-align: center;
  line-height: 82px;
}
.sp-size .col {
  flex: 1;
}
.sp-size .col:last-child p:not(.title) {
  color: #ff001d;
}
.sp-nav2 {
  width: 1080px;
  height: 114px;
  background: #363636;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  font-family: Roboto;
  font-size: 37px;
}
.sp-nav2 img {
  width: 56px;
}
.mf-bundle-product {
  zoom: 2.2;
  background-color: #fff;
}
.mf-bundle-checkout-warning {
  color: #000 !important;
  opacity: 0.6;
}
.sp_size {
  width: 100%;
  height: 480px;
  background-image: url('https://cdn.shopify.com/s/files/1/0627/3764/5762/files/sp_size.png?v=1710155849');
  background-size: 100% 100%;
  font-family: 'Roboto-Medium';
  color: rgba(84, 84, 84, 1);
  font-size: 36px;
  display: flex;
  text-align: center;
  line-height: 100px;
}
.sp_size .col {
  flex: 1;
}
.sp_size .title {
  font-family: 'Roboto-Bold';
}
.sp_size .col:last-child p:not(.title) {
  color: rgba(231, 0, 0, 1);
}
