/** Shopify CDN: Minification failed

Line 1135:3 Expected "}" to go with "{"

**/
.mf-bundle-block-by-block{zoom:2.2}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Regular_41f7b151-67c2-43b9-a155-09e8b56744a8.ttf?v=1699084983");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Bold_78428b3c-382a-4d7c-9080-625c53a3a2cd.ttf?v=1699084983");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Medium_7fccf498-86d0-47ed-80bb-2f301602acb8.ttf?v=1699084983");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-Bold_c97d4280-1e31-414b-ae6c-7ef9484e9544.ttf?v=1699084983");
  font-weight: normal;
  font-style: normal;
}

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

  /* 引入字体 */
  src: url("/cdn/shop/files/MontserratSemiBold_01e0628e-e71c-408b-ab63-7564b1cc43bb.otf?v=1699084983");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Regular";
  /* 引入字体 */
  src: url("/cdn/shop/files/Montserrat-Regular_5a177350-695c-4eaf-ac34-b566af8fc77c.otf?v=1699084984");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Black";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Black.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Impact";
  /* 引入字体 */
  src: url("/cdn/shop/files/impact_630d2a10-2cb1-4bdc-9816-dff648f0cf74.ttf?v=1699084983");
  font-weight: normal;
  font-style: normal;
}

.title, .title-wrapper-with-link{margin:0;}
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;
}
product-recommendations.product-recommendations{display:none}
* {
  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;
}
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;
  letter-spacing: 0;
  line-height: inherit;
}

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

.sp-relative {
  position: relative;
}
.black-bg {
  background-color: #000;
  color: #fff;
}
.yellow {
  color: #ffe5a0;
}

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

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

.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;
  justify-content: space-between;
}
.sp-header-top .text {
  width: 292px;
  margin-left: 30px;
}
.sp-header-top .btn {
  width: 458px;
  height: 111px;
  background: #d01414;
  margin-right: 32px;
  border-radius: 27px;
  font-family: "Montserrat-SemiBold";
  font-size: 39px;

  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}
.sp-header-top .btn .icon {
  margin-left: 28px;
  width: 19px;
}

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

.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: 31px;
  margin-left: 40px;
}

.btn-style1 {
  width: 100%;
  background-size: 100% 100%;
  height: 173px;

  background: linear-gradient(90deg, #e17400 0%, #ce0816 100%);
  font-size: 70px;
}

.nav4 {
  width: 1080px;
  height: 106px;
  background: #ee4b10;
  font-family: Impact;
  font-size: 60px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.nav4 img {
  width: 54px;
  height: 42px;
}

.sp-part1 .brand {
  width: 380px;
  position: absolute;
  right: 40px;
  bottom: 78px;
}
.sp-part1 .title {
  position: absolute;
  width: 985px;
  top: 130px;
  left: 43px;
}
.sp-part1 .area {
  position: absolute;
  top: 410px;
  left: 60px;
  font-size: 35px;
  font-family: "Montserrat-Bold";
  color: #ffffff;
}
.sp-part1 .area > div {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}
.sp-part1 .area .text {
  max-width: 250px;
}
.sp-part1 .price-group {
  position: absolute;
  bottom: 90px;
  left: 56px;
  flex-direction: column;
}
.sp-part1 .price1 {
  color: #ffffff;
  font-size: 70px;
  font-family: "Montserrat-Bold";
}
.sp-part1 .price1 span {
  font-size: 132px;
  font-family: "Montserrat-SemiBold";
}
.sp-part1 .price2 {
  margin-right: 30px;
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
}

.sp-part2 {
  padding: 80px 39px 80px 29px;
  color: #fff;

  background: #0d111d;
}
.sp-part2 .title {
  font-family: "Montserrat-Bold";
  font-size: 60px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.sp-part2 .sub-title {
  font-size: 42px;
  font-family: "Roboto";
  opacity: 0.5;
  width: 100%;
  text-align: center;
}
.sp-part2 ul {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0px;
}
.sp-part2 li {
  width: 494px;
  height: 500px;
  display: inline-block;
  position: relative;
}
.sp-part2 .box {
  position: absolute;
  left: 40px;
  top: 330px;
  color: #fff;
  font-size: 28px;
  display: flex;
  flex-direction: column;
}
.sp-part2 li .title-s {
  font-family: "Montserrat-Bold";
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.1;
}
.sp-part2 .text {
  font-family: Roboto;
  opacity: 0.5;
}

.sp-part3 .sp-title {
  width: 100%;
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 111px;
  position: absolute;
  top: 100px;
  color: #171717;
  line-height: 1;
}
.sp-part3 .img-group {
  display: flex;
  gap: 12px;
  margin-top: -100px;
  justify-content: center;
}
.sp-part3 .img-group > div {
  width: 516px;
}
.sp-part3 .img-group .text {
  font-family: "Roboto-Black";
  color: #fff;
  font-size: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.sp-part3 .text2 {
  font-size: 40px;
  font-family: "Roboto-Medium";
  color: #1d1d1d;
  text-align: center;
  max-width: 700px;
  margin: 30px auto 40px;
}
.sp-part4 {
  background: #0d111d;
  padding: 50px 60px 80px;
}
.sp-part4 .title {
  font-size: 120px;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  margin-bottom: 60px;
}
.sp-part4 .img-group {
  padding-top: 20px;
}
.sp-part4 .img-group > div {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  padding-top: 60px;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.sp-part4 .img-group > div:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sp-part4 .img-group img {
  width: 83px;
  flex-shrink: 0;
}
.sp-part4 .img-group .title-s {
  font-family: "Montserrat-Bold";
  font-size: 45px;
  margin-bottom: 10px;
}
.sp-part4 .img-group .text {
  opacity: 0.5;
  font-family: "Montserrat-Regular";
  font-size: 41px;
  font-weight:bold;
}
.sp-part4 .img-group .text span {
  font-size: 30px;
  margin-left: 90px;
}
.sp-part4 .btn-style {
  width: 914px;
  height: 157px;
  background-image: url("/cdn/shop/files/btn_e87bd202-9f51-4c69-8e05-09d4bd0164e3.png?v=1720593959");
  background-size: 100% 100%;
  font-family: "Montserrat-Bold";
  font-size: 66px;
  text-transform: uppercase;
  margin-top: 40px;
      margin-left: 28px;
}
.sp-part4 .btn-style .icon {
  width: 55px;
  margin-left: 25px;
}
.sp-part5 .area {
  position: absolute;
  left: 50px;
  top: 110px;
}
.sp-part5 .title {
  font-size: 105px;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat-Bold";
}
.sp-part5 .sub-title {
  font-family: "Roboto-Medium";
  font-size: 50px;
  margin: 20px 0 30px;
  opacity: 0.66;
}

.sp-part5 .area2 {
  position: absolute;
  right: 180px;
  text-align: right;
  bottom: 50px;
  font-family: "Montserrat-Bold";
  font-size: 74px;
  color: #fff;
  line-height: 1.05;
}
.sp-part5 .area2 .text1 {
  font-size: 122px;
}

.sp-part6 {
  color: #ffffff;
  font-family: "Montserrat-Bold";
  background: #000000;
  padding-top: 140px;
  margin-top: 55px;
  padding-bottom: 80px;
}
.sp-part6 .title {
  font-size: 64px;
  margin-left: 80px;
  font-size: 103px;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
.sp-part6 .img1 {
  width: 906px;
  margin: -80px auto 0;
  display: block;
  position: relative;
  z-index: 0;
}
.sp-part6 .text-wrap {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat-Regular";
  font-size: 23px;
  margin: -30px 110px 0;
}
.sp-part6 .t2 {
  text-align: right;
}
.sp-part6 .text-wrap .yellow {
  font-size: 32px;
  /* font-family: "Montserrat-SemiBold"; */
  margin-bottom: 10px;
}
.blue-bg {
  background: #113392;
  height: 250px;
  font-size: 30px;
  font-family: Roboto;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 60px;
  box-sizing: border-box;
  line-height: 1.4;
  gap: 10px;
}
.blue-bg p {
  position: relative;
}
.blue-bg p::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -50px;
  top: 9px;
}
.sp-part7 {
  background: #000000;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-bottom: 40px;
}
.sp-part7 .title {
  font-size: 85px;
  margin-left: 66px;
  font-family: "Montserrat-Bold";
  line-height: 1.1;
  text-transform: uppercase;
  box-sizing: border-box;
}
.sp-part7 .sp-img {
  margin-top: -50px;
}
.sp-part7 .img1 {
  width: 1006px;
  margin-left: 10px;
}
.sp-part7 .text {
  font-size: 35px;
  position: absolute;
  color: #fff;
  font-family: "Roboto-Medium";
  top: 24px;
  height: 150px;
  left: 210px;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.sp-part7 .t2 {
  left: 795px;
  max-width: 200px;
}
.sp-part8 .text {
  position: absolute;
  bottom: 30px;
  margin-left: 19px;
  font-size: 34px;
  font-family: Roboto;
  line-height: 1.1;
}
.sp-part8 .group-wrap {
  padding: 0 10px;
  overflow: hidden;
}
.sp-part8 .group {
  position: absolute;
  bottom: 0;
  height: 220px;
  color: #181818;
  font-size: 28px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto";
}
.sp-part8 .group > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.sp-part8 .group > div > div {
  margin: auto;
  max-width: 92%;
  width: fit-content;
}
.sp-part8 .text3 {
  padding: 35px 40px 0 26px;
  color: rgba(64, 64, 64, 0.7);
  font-size: 30px;
  font-family: Roboto;
  line-height: 1.4;
}
.sp-part9 .title {
  font-size: 68px;
  line-height: 1.1;
  position: absolute;
  left: 120px;
  top: 80px;
  font-family: "Montserrat-Bold";
}

.nav2 {
  width: 1080px;
  height: 105px;
  background: linear-gradient(90deg, #ff6a29 0%, #ee4b10 100%);
  font-family: "Impact";
  color: #ffffff;
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part {
  padding: 0px 20px 20px;
  font-family: "Roboto-Medium";
  background: #191a21;
  overflow: hidden;
}
.product-box {
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 40px;
  position: relative;
}

.product-part .p-img {
  margin-left: auto;
  width: 922px;
  height: 922px;
  display: block;
}

.product-part .thumbs-wrap {
  display: flex;
  gap: 25px;
  width: fit-content;
  flex-direction: column;
  position: absolute;
  left: 37px;
  top: 120px;
}
.p-img-s {
  width: 133px;
  height: 133px;
  border: 4px solid RGBA(182, 182, 182, 1);
  cursor: pointer;
}
.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: 5px;
  line-height: 98px;
  width: 140px;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  color: rgba(30, 30, 30, 0.8);
}
.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.product-part .option {
  width: 270px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4f4f4f;
  font-size: 40px;
  color: #353535;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border-radius: 29px;
  font-family: "Roboto-Bold";
}
.product-part .option.active {
  border: 4px solid #fa5100;
}
.product-part .option .icon {
  position: absolute;
  top: -25px;
  right: -1px;
  width: 50px;
}
.product-part .price-group {
  margin: 40px auto 10px;
  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: rgba(30, 30, 30, 0.34);
}

.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: 31px;
  width: 27px;
}

.product-part .option .swiper {
  width: 100%;
  height: 92px;
  line-height: 92px;
  text-align: center;
}
.product-part .tip {
  color: #ee4b10;
  font-family: "Roboto-Medium";
  font-size: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-top: 35px;
}
.product-part .tip img {
  width: 50px;
}
@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
.remark {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 80px 45px;
  background: #244577;
  gap: 30px 0;
  box-sizing: border-box;
}
.icon-text {
  font-size: 37px;
  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/icon1_5563b4ba-5fe1-4bc6-9a3a-21111f47f73a.png?v=1720593959");
}
.remark .sp-flex-x:nth-child(2) .icon {
  background-image: url("/cdn/shop/files/icon2_214f82a5-6eb4-4497-981b-82e70b52690b.png?v=1720593959");
}
.remark .sp-flex-x:nth-child(3) .icon {
  background-image: url("/cdn/shop/files/icon3_7e445764-4a2c-4ef7-8252-31ebf660cbf7.png?v=1720593959");
}

.remark .sp-flex-x:nth-child(4) .icon {
  background-image: url("/cdn/shop/files/icon4_d6597b99-1393-4a12-880b-2e29eaabc27f.png?v=1720593959");
}
.tempWrap {
  width: 1080px;
  min-width: 1080px;
  height: 139px;
}
.nav11 {
  height: 139px;
}
.nav {
  width: 1080px;
  color: #fff;
  font-size: 37px;
  font-family: "Roboto";
  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 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.nav .icon {
  margin-right: 30px;
  width: 41px;
  height: 48px;
  background-size: 100% 100%;
  background-image: url("/cdn/shop/files/img1-2_8de16e21-e0b4-4ab8-80a9-7f29f3ec9c02.png?v=1720593960");
}
.nav .icon2 {
  background-image: url("/cdn/shop/files/img1-3.png");
}
.nav .icon3 {
  background-image: url("/cdn/shop/files/img1-4.png?v=1699084984");
}
.nav .icon4 {
  background-image: url("/cdn/shop/files/nav4.png");
}
.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: 30px;
}
/* .trans_wrapper .swiper-slide {
    position: relative;
} */
.trans_wrapper .swiper-slide img {
    width: 100%;
}

.trans_wrapper .swiper-slide span {
    font-size: 33px;
    color: black;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: 'Roboto-Bold';
    position: absolute;
    top: 173px;
    width: 420px;
    height: 195px;
    background: #F6F6F8;
    border-radius: 88px;
    left: 38px;
    padding: 50px 35px;
}

.trans_wrapper .swiper-slide span img {
    width: 70px;
    margin-right: 23px;
}

.trans_wrapper {
    overflow: hidden;
}

.nav-group .text{font-size:40px;}


.addGroup {
  width: 331px;
  border: 4px solid #fa5100;
  height: 92px;
  padding: 10px 70px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto-Bold";
  border-radius: 50px;
}

.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: 35px;
  line-height: 56px;
}
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;
}
.btn-contanier{
  display:flex;
}
.sp-cart {
  width: 108px;
  height: 106px;
  border-radius: 23px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 62px;
}
.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;
}

.product-part .sp_add_cart{
  background-color: #ffffff;
  color: #000000;
  border: 4px solid red;
}

.c_toast{
  padding:15px;
  border-radius: 10px;
  background-color: rgba(0,0,0,.75);
  color: #fff;
  font-size: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
  font-weight: 600;
  display: none;
}

#shopify-section-template--15115280089130__multicolumn, .vtl-rv-main-widget, .newsletter__wrapper{
  display: none;
}


.product-part .cart-btn {
  width: 906px;
  height: 132px;
  border: 5px solid #ee4b10;
  border-radius: 63px;
  text-align: center;
  box-sizing: border-box;
  font-size: 53px;
  font-family: "Roboto-Medium";
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px auto;
  color: #ee4b10;
  animation: skip 4s infinite;
}
.product-part .swiper {
  height: 132px;
  line-height: 132px;
}

@media screen and (max-width: 989px){
  .footer .grid {
    display: flex;
    flex-wrap: wrap !important;
  }