/** Shopify CDN: Minification failed

Line 28:13 Expected ")" to end URL token
Line 67:13 Expected ")" to end URL token

**/


@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("https://cdn.shopify.com/s/files/1/0666/9864/1620/files/Roboto-Regular.ttf");
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0666/9864/1620/files/Roboto-Bold.ttf");
  font-style: normal; font-weight: 400; font-display: swap;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Black";
  /* 引入字体 */
  src:url({{ 'Roboto-Black_01.ttf' | shoplaza_asset_url}}) format('woff2');
  font-style: normal; font-weight: 400; font-display: swap;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0666/9864/1620/files/Roboto-Black.ttf");
  font-style: normal; font-weight: 400; font-display: swap;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Bold";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0666/9864/1620/files/Montserrat-Bold.ttf");
  font-style: normal; font-weight: 400; font-display: swap;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-SemiBold";

  /* 引入字体 */
  src: url("/cdn/shop/files/MontserratSemiBold.otf?v=1741920381");
  font-style: normal; font-weight: 400; font-display: swap;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Regular";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-Regular.ttf?v=1710916209");
  font-style: normal; font-weight: 400; font-display: swap;
}
@font-face {
  /* 重命名字体名 */
  font-family: "FranklinGothic-Heavy";
  /* 引入字体 */
  src:url({{ 'FRAHV1.TTF' | shoplaza_asset_url}}) format('woff2');
  font-style: normal; font-weight: 400; font-display: swap;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Impact";
  /* 引入字体 */
  src: url("/cdn/shop/files/impact.ttf?v=1717138922");
  font-style: normal; font-weight: 400; font-display: swap;
}




    .sp_pop_text {
        display: block;
        background-color: #000c;
        color: #fff;
        font-size: 50px;
        padding: 2%;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index:1;
        transform: translate(-50%,-50%);
    }


* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}

/*reset*/
html {
  max-width: 1080px;
  margin: 0 auto;
}
body {
  font-size: 62.5%;

  margin: 0 auto;
  line-height: 1.2;
    letter-spacing: 0;
}
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;
}

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}
.title, .title-wrapper-with-link{margin:0}
:focus {
  outline: none;
}
.swiper-slide.s1 .area {
    top: 110px;
}
.swiper-slide.s4 .area {
    top: 30px;
}
#root {
  color: #fff;
  font-size: 35px;
}
.p-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}
.black-bg {
  background-color: #000;
  color: #fff;
}
.yellow {
  color: rgba(253, 236, 6, 1);
}
.limit-width {
  width: calc(100% - 130px);
  margin-left: auto;
  margin-right: auto;
}
html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}
#root{
    margin-top: -45px;
}
.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
}

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

.flex-bet .text{
  overflow: hidden;
}

.sp-header-top {
  height: 146px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.sp-header-top .text {
  width: 301px;
  margin-left: 48px;
}
.sp-header-top .btn {
  width: 420px;
  height: 106px;
  margin-left: 148px;
  margin-right: 11px;
  border-radius: 27px;
  font-family: "Montserrat-Regular";

  background: #0c50bb;
  font-size: 38px;

  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* animation: big 1.2s ease-in-out infinite; */
}
.sp-header-top .btn .icon {
  margin-left: 14px;
  width: 18px;
}
/* @keyframes big {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
} */

.sp-cart {
  width: 108px;
  height: 106px;
  border-radius: 23px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .icon {
  width: 100%;
  height: 100%;
}
.sp-cart .num {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f24a00;
  border-radius: 50%;
  color: #fff;
  position: absolute;

  right: -12px;
  top: -12px;

  font-size: 25px;
  font-family: "Roboto-Bold";
  text-align: center;
}

.time-part {
  width: 1080px;
  height: 115px;
  background: RGBA(49, 49, 49, 1);
  font-family: "Roboto-Bold";
  color: #ffffff;
  padding: 0 40px;
  position: fixed;
  top: 146px;
  box-sizing: border-box;
  z-index: 99999;
}
.time-part .text .swiper {
  height: 84px;
}

.time-part .min-text {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
}
.time-part .square {
  width: 102px;
  height: 98px;
  font-size: 82px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/cdn/shop/files/969dc31f5962838da9d01c7f6dac88ad.png");
  background-size: 100% 100%;
}
.time-part .dot {
  background-image: url("/cdn/shop/files/ae0a15441e9a1613d1671672ce13432b.png");
  background-size: 100% 100%;
  width: 16px;
  height: 46px;
  margin: 0 15px;
}
.time-part .flex-bet {
  height: 100%;
}

.sp-part-top {
  margin-top: 306px;
}

.stroke div::before {
  content: attr(data-title);
  position: absolute;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0;
  z-index: 3;
  display: block;
  width: 100%;
  width: -webkit-fill-available;
}
.stroke div {
  position: relative;
  display: block;
  z-index: 1;
}

.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 {
  font-family: "Montserrat-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-style .icon {
  width: 23px;
  margin-left: 36px;
}
.yellow {
  color: rgba(255, 222, 0, 1);
}
.swiper-part {
  color: #fff;
  line-height: 1;
  padding: 40px 32px 30px;
  background: #fff;
  font-family: "Montserrat-Bold";
}
.swiper-part .swiper {
  width: 100%;
}
.swiper-part .sub-title {
  font-size: 40px;
}
.swiper-part .area {
  position: absolute;
  left: 30px;
  top: 100px;
}
.swiper-part .slide1 .title {
  font-size: 82px;
  line-height: 1.1;
}
.swiper-part .slide1 .text-s {
  font-size: 35px;
}
.swiper-part .slide1 .text2 {
  font-size: 104px;
}
.swiper-part .slide1 .text3 {
  font-size: 53px;
}

.swiper-part .slide1 .a2 {
  margin-top: 110px;
}
.swiper-part .slide1 .a3 {
  margin-top: 70px;
}
.swiper-part .slide1 .btn-part {
  width: 100%;
  height: 188px;
  background: #01327e;
  font-size: 64px;
  line-height: 1.1;
}
.swiper-part .slide2 .title {
  font-size: 60px;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 35px;
}
.swiper-part .slide2 .group {
  position: absolute;
  top: 490px;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0 120px;
}
.swiper-part .slide2 .text {
  flex: 1;
  line-height: 1.2;
  width: 380px;
  max-width: 380px;
  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 30px;
}

.swiper-part .slide3 .title {
  font-size: 70px;
  line-height: 1.1;

  width: 100%;
  text-align: center;
  position: absolute;
  top: 45px;
}
.swiper-part .slide3 .sub-title {
  font-size: 45px;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 130px;
}
.swiper-part .slide3 .group {
  position: absolute;
  top: 510px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  gap: 0 50px;
  padding: 0 50px;
  box-sizing: border-box;
}
.swiper-part .slide3 .text {
  flex: 1;
  line-height: 1.2;
  width: 380px;
  max-width: 380px;
  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 30px;
}
.swiper-part .slide4 .btn-part {
  width: 100%;
  height: 188px;
  /* background: #01327e; */
  font-size: 64px;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-part .slide4 .text {
  font-size: 38px;
  position: absolute;
  top: 690px;
  left: 50px;
}
.swiper-part .slide4 .area {
  position: absolute;
  top: 240px;
  left: 380px;
  transform: rotate(23deg);
  font-size: 42px;
  text-align: center;
}
.swiper-part .slide4 .yellow {
  font-size: 110px;
}
.swiper-part .slide5 .title {
  position: absolute;
  top: 55px;
  left: 35px;
  width: 100%;
  font-size: 70px;
}
.thumbs-wrap {
  margin: 8px auto 0;
  box-sizing: border-box;
  position: relative;
}

#thumbs .sp-img {
  border: 6px solid transparent;
  box-sizing: border-box;
}
#thumbs .swiper-slide-thumb-active .sp-img {
  border: 6px solid #0063ff;
}

.sp-part1 .brand {
  width: 287px;
  position: absolute;
  top: 730px;
  left: 95px;
}
.sp-part1 .word {
  width: 415px;
  position: absolute;
  top: 1060px;
  left: 40px;
}
.sp-part1 .title {
  width: 844px;
  position: absolute;
  top: 100px;
  right: 130px;
}
.sp-part1 .sub-title {
  position: absolute;
  top: 190px;
  right: 130px;
  font-size: 62px;
  font-family: "FranklinGothic-Heavy";
  font-style: italic;
  color: #b5bcc7;
  text-transform: uppercase;
}
.sp-part1 .btn {
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: 0px;
}

.sp-part1 .btn-word {
  /* width: 650px; */
  width: 320px;
  position: absolute;
  top: 177px;
  /* top: -114px; */
  left: 50%;
  transform: translateX(-50%);
  animation: ani 1s infinite;
}
@keyframes ani {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.sp-part2 {
  padding: 80px 40px 40px 60px;
  color: #141414;
}
.sp-part2 .title {
  font-family: "Roboto-Bold";
  font-size: 67px;
  margin-bottom: 40px;
}
.sp-part2 ul {
  margin-top: 50px;
  width: 105%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}
.sp-part2 li {
  display: inline-flex;
  font-size: 32px;
  font-family: "Roboto-Medium";
  align-items: center;
  gap: 0 16px;
}
.sp-part2 li .num {
  width: 38px;
  height: 38px;
  border: 2px solid #141414b7;
  border-radius: 50%;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part3 {
  background-image: url("/cdn/shop/files/1ccb0c90dadb0cccd4b9577762e897db.webp");
  background-size: 100% 100%;
  padding: 50px 15px 40px;
}
.sp-part3 .sp-title {
  width: 100%;
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 50px;
}
.sp-part3 .swiper {
  margin-top: 20px;
  color: #141414;
  padding-bottom: 150px;
}
.sp-part3 .swiper-btn {
  width: 218px;
  height: 114px;
  background-image: url("/cdn/shop/files/5582739075db171ee0ac381989f505fc.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  top: unset;
  right: 70px;
  font-size: 0;
}
.sp-part3 .swiper-btn::after {
  display: none;
}
.sp-part3 .swiper-button-prev {
  transform: rotate(180deg);
  left: 70px;
}
.sp-part3 .area {
  position: absolute;
  top: 80px;
  left: 550px;
}
.sp-part3 .title {
  font-family: "Roboto-Bold";
  max-width: 370px;
  font-size: 40px;
  text-align: left;
  line-height: 1.1;
}
.sp-part3 .sub-title {
  font-family: "Roboto-Bold";
  font-size: 29px;
  color: #202020;
  max-width: 410px;
  margin: 10px 0 20px;
}
.sp-part3 .text {
  font-family: "Roboto";
  font-size: 26px;

  color: #1e1e1e;
  max-width: 460px;
  opacity: 0.5;
}
.sp-part3 .gif {
  position: absolute;
  right: 43px;
  bottom: 65px;
  width: 476px;
  border-radius: 27px;
  border: 1px solid #000000;
}
.sp-part3 .s1 .gif {
  right: unset;
  left: 37px;

  height: 291px;
}
.sp-part3 .s2 .gif {
  height: 293px;
}
.sp-part3 .s3 .gif {
  height: 729px;
}
.sp-part3 .s3 .gif3 {
  width: 970px;
  height: 730px;
  right: 43px;
}
.sp-part3 .s4 .gif {
  height: 412px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  font-family: "Roboto-Bold";
  color: #ffffff;
  font-size: 92px;
}
.swiper-pagination-current {
  color: #ffde00;
}
.sp-part4 .title {
  font-size: 90px;
  color: #fff;
  line-height: 1;
  font-family: "Roboto-Bold";
  position: absolute;
  top: 230px;
  left: 25px;
  max-width: 630px;
}

.sp-part4 .gif {
  position: absolute;
  top: 610px;
  left: 25px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
}
.sp-part5 .area {
  position: absolute;
  right: 39px;
  text-align: right;
  top: 80px;
}
.sp-part5 .title {
  font-size: 100px;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat-Bold";
}
.sp-part5 .sub-title {
  font-family: "Roboto-Bold";
  font-size: 45px;
  margin: 20px 0 30px;
}
.sp-part5 .line {
  width: 80px;
  height: 16px;
  background: #ffde00;
  margin-left: auto;
}
.sp-part5 .area2 {
  position: absolute;
  right: 39px;
  text-align: right;
  bottom: 80px;
  font-family: "Roboto-Bold";
  font-size: 45px;
  color: #1d1d1d;
  max-width: 580px;
}
.sp-part5 .area2 img {
  width: 63px;
  margin-bottom: 5px;
}

.sp-part6 {
  color: #ffffff;
  position: relative;
  font-family: "Montserrat-Bold";
}
.sp-part6 .title {
  font-size: 64px;
  position: absolute;
  left: 68px;
  top: 150px;
}
.sp-part6 .tip {
  position: absolute;
  font-size: 56px;
}
.sp-part6 .t1 {
  left: 65px;
  max-width: 400px;
  top: 380px;
}
.sp-part6 .t2 {
  left: 65px;
  top: 830px;
  max-width: 400px;
}
.sp-part6 .t3 {
  left: 500px;
  top: 1380px;
}
.sp-part6 .sub-title {
  font-family: "Roboto";
  font-size: 40px;
  position: absolute;
  left: 65px;
  top: 270px;
}
.sp-part7 .title {
  font-size: 85px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  font-family: "Montserrat-Bold";
  text-align: center;
}
.sp-part7 .t2 {
  top: 1450px;
}
.sp-part8 .group {
  position: absolute;
  top: 460px;
  color: #171717;
  font-size: 30px;
  display: flex;
  justify-content: center;
  gap: 0 80px;
  padding: 0 70px;
  box-sizing: border-box;
  font-family: "Roboto-Medium";
}
.sp-part8 .group > div {
  flex: 1;
  font-size: 26px;
}
.sp-part8 .g2 {
  top: 1000px;
}
.sp-part9 .title {
  font-size: 85px;
  line-height: 1.1;
  position: absolute;
  left: 100px;
  top: 90px;
  font-family: "Montserrat-Bold";
}
.sp-part9 .group {
  position: absolute;
  top: 1240px;
  color: #fff;
  font-size: 35px;
  display: flex;
  justify-content: space-around;
  gap: 0 110px;
  width: 100%;
  padding: 0 20px 0 76px;
  line-height: 1;
  box-sizing: border-box;
  font-family: "Roboto-Medium";
}

.sp-part9 .group .f1 {
  font-size: 99px;
  line-height: 0.7;
}
.sp-part9 .group .text {
  opacity: 0.4;
  margin-top: 20px;
}
.sp-part9 .group .row {
  display: flex;
  align-items: flex-end;
}
.sp-part10 {
  padding: 60px 70px 60px 80px;
  background-color: #000;
}
.sp-part10 .title {
  font-size: 85px;
  line-height: 1;
  font-family: "Montserrat-Bold";
  margin-bottom: 60px;
}
.sp-part10 .group {
  color: #fff;
  font-size: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px 130px;
  width: 100%;

  line-height: 1;
  box-sizing: border-box;
  font-family: "Roboto-Medium";
}
.sp-part10 .group > div {
  width: 393px;
  text-align: center;
  white-space: nowrap;
}
.sp-part10 .group .text {
  margin-top: 20px;
}
.sp-part11 .title {
  font-size: 85px;
  line-height: 1;
  font-family: "Montserrat-Bold";
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
}
.sp-part11 .sub-title {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-family: "Roboto-Bold";
}
.sp-part11 .area {
  position: absolute;
  left: 135px;
  top: 1400px;
  font-family: "Roboto-Bold";
  line-height: 1.5;
}
.nav2 {
  width: 100%;
  height: 105px;
  background: linear-gradient(90deg, #ff6a29 0%, #ee4b10 100%);
  font-family: "Impact";
  color: #ffffff;
  font-size: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part {
  padding: 24px 0 14px;
  font-family: "Roboto-Medium";
}

.sp-productImg-wrap {
  width: 745px;
  height: 745;
  margin: auto;
}
.product-part .p-img {
  width: 100%;
  display: block;
}
.product-part .left-arrow,
.product-part .right-arrow {
  width: 20px;
  height: 37px;
  background-size: 100% 100%;
  position: absolute;
  top: 815px;
  cursor: pointer;
}

.product-part .left-arrow {
  background-image: url("/cdn/shop/files/c069508ff65d5cb61e45e55d32b69fb2.png");
  left: -16px;
}
.product-part .right-arrow {
  background-image: url("/cdn/shop/files/82770d5e7df425ba653e004bcd13115c.png");
  right: -16px;
}

.product-part .thumbs-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 50px;
  margin-bottom: 40px;
}
.p-img-s {
  width: 142px;
  height: 142px;
  border: 4px solid transparent;
}
.p-img-s.selected {
  border: 4px solid #ff9600;
}
.product-part .row {
  display: flex;
  align-items: self-start;
}
.product-part .option-title {
  color: #1e1e1e;
  font-family: "Roboto-Medium";
  line-height: 1;
  font-size: 32px;
  margin-right: 15px;
  line-height: 98px;
  width: 160px;
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
}
.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 20px;
}
.product-part .option {
  padding: 0 30px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;

  height: 94px;

  border: 4px solid #b9b9b9;
  font-size: 35px;
  color: #353535;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 200px;
  position: relative;
  font-family: "Roboto-Medium";
  border-radius: 50px;
}
.product-part .option.active {
  font-family: "Roboto-Bold";
  background: #ff9600;
  color: #fff;
  border-color: transparent;
}
.product-part .option .icon {
  position: absolute;
    bottom: 13px;
    right: 20px;
    width: 90px;
}
.product-part .price-group {
  margin: 10px auto;
  width: fit-content;
}
.product-part .price1 {
  font-family: "Roboto-Bold";
  font-size: 65px;
  color: #1e1e1e;
}
.product-part .price1 span {
  font-size: 108px;
}

.product-part .price2 {
  font-family: "Roboto-Bold";

  font-size: 40px;
  color: #aaaaaa;
}
.product-part .p-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-part .sp-btn-style {
  width: 916px;
  height: 156px;
  background: #ee4b10;
  border-radius: 78px;
  color: #fff;

  font-size: 53px;
  font-family: "Roboto-Medium";
  cursor: pointer;
  margin: 10px auto;

  display: flex;
  align-items: center;
  justify-content: center;
}
.product-part .sp-btn-style .icon {
  margin-left: 35px;
}

.product-part .cart-btn {
  width: 906px;
  height: 132px;
  border: 5px solid #ee4b10;
  border-radius: 63px;
  text-align: center;
  box-sizing: border-box;
  font-size: 45px;
  font-family: "Roboto-Medium";
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px auto;
  color: #ee4b10;
  animation: skip 4s infinite;
}
@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
.addGroup {
  width: 490px;
  height: 92px;
  padding: 10px 45px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 50px;
  font-family: "Roboto-Medium";

  border: 4px solid #b9b9b9;
}

.addGroup .reduce,
.addGroup .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 110px;
  height: 56px;
  color: #232326;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Bold";
  font-size: 40px;
  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;
}
.remark {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 80px 45px;
  background-color: #244577;
  gap: 30px 0;
  box-sizing: border-box;
}
.icon-text {
  font-size: 33px;
  font-family: "Roboto";
  /* white-space: nowrap; */
  color: #fff;
  /* width: 300px; */
  text-align: center;
}
.remark .icon {
  width: 47px;
  height: 47px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 30px;
  flex-shrink: 0;
}

.remark .sp-flex-x:nth-child(n) {
  width: 52%;
}
.remark .sp-flex-x:nth-child(2n) {
  width: 40%;
}
.remark .sp-flex-x:nth-child(1) .icon {
  background-image: url("/cdn/shop/files/363683532609aa610a370cbf56a55949.png");
}
.remark .sp-flex-x:nth-child(2) .icon {
  background-image: url("/cdn/shop/files/075cb1d9edc192a00951255b81e5c10f.png");
}
.remark .sp-flex-x:nth-child(3) .icon {
  background-image: url("/cdn/shop/files/502d079ecc946d086eb1e22e3bb84774.png");
}

.remark .sp-flex-x:nth-child(4) .icon {
  background-image: url("/cdn/shop/files/7cc135fea3c258f92d140d788f7ef1b4.png");
}

.footer {
  width: 100%;
  padding: 0 60px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.nav3 {
  width: 100%;
  height: 104px;
  background: #4374be;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  color: #fff;
  font-family: "Roboto";
  white-space: nowrap;
  overflow: hidden;
}
.nav3 img {
  width: 56px;
  margin-right: 50px;
}

.button{
  min-height:auto;
  min-width:auto;
}
.button:after,.button:before{
  content:none;
}


#shoplaza-section-1539149753703{
    display: none;
}
