/** Shopify CDN: Minification failed

Line 1321:4 Expected identifier but found bad URL token
Line 1321:11 Expected ")" to end URL token

**/

    @font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
.customer_buy_more_wrapper{
  zoom: 2.5;
  color:#000
}
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Montserrat-Bold";

  /* 引入字体 */
  src: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/Montserrat-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
w 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;
  line-height:initial;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  #root {
    zoom: 1 !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input,
img {
  border: none;
}
li {
  list-style: none;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.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;
}
.sp-header-top {
  height: 170px;
  width: 100%;
  position: fixed;
  top: 115px;
  z-index: 8;
  max-width: 1080px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .sp-logo {
  width: 300px;
  margin-left: 50px;
}
.sp-header-top .sp-top-btn {
  width: 432px;
  height: 111px;
  background: #c60707;
  border-radius: 10px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-family: "Roboto-Bold";
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}
.sp-header-top .sp-top-btn .sp-p {
}
.sp-cart {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  border: 4px solid #4e4e4e6a;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .sp-icon {
  width: 65px;
}
.sp-cart .sp-num {
  width: 50px;
  height: 50px;
  background: #cf0101;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 36px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}
.time-part {
  width: 1080px;
  height: 115px;
  background: #121212;
  color: #ffffff;
  padding: 0 50px 0 50px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 9;
  font-family: "Roboto-Bold";
}
.time-part .sp-text {
  font-size: 50px;
  color: #ffffff;
  font-family: "Roboto-Medium";
  font-style: italic;
}

.time-part .min-text {
  font-size: 17px;
  margin-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  font-family: "Montserrat-Bold";
  font-weight: bold;
}
.time-part .square {
  width: 102px;
  height: 98px;
  background: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/202407110-num-bg.png") no-repeat;
  background-size: 100% 100%;
  /* border-radius: 9px; */
  font-size: 82px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;

  background-size: 100% 100%;
  flex-shrink: 0;
}
.time-part .dot {
  background-image: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/202407110-num-dot.png");
  background-size: 100% 100%;
  width: 15px;
  height: 46px;
  flex-shrink: 0;
  margin: 0 14px;
}
.time-part .flex-bet {
  height: 100%;
}

.sp-part-top {
  margin-top: 284px;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}
.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;
}
/* 弹窗 start */
.overbuy_disabled{
  background:#ccc !important;
  box-shadow: 0 10px #ccc !important;
}
.overbuy-select-title {
        font-weight:bold;
      color: #191919;
      margin-top: 10px;
    }
    .overbuy-select {
        display: flex;
        justify-content: flex-start;
        row-gap: 24px;
        column-gap: 10px;
        margin: 10px 0;
      flex-wrap: wrap;
    }
    .overbuy-select input {
        display: none;
    }
    .overbuy-select label {
        cursor: pointer;
        padding: 8px 20px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
      color: #191919;
    }
      .pillow-help-wrap .main-btn {
        background: #DF1E1E;
        box-shadow: 0px 10px 0px 0px #A50808;
        max-width: 90%;
        margin: 20px auto;
        color: white;
        font-size: 25px;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
    }
    .no_buy{
        width: fit-content;
        margin: 0 auto;
        border-bottom: 1px solid #666666;
        padding-bottom: 5px;
        color: #666666;
        margin-top: 5px;
    }

    .overbuy_wrap{
        max-width:600px;
    }

.overbuy_img{
  margin-top: 10px;
}

    .overbuy_img img {
        margin: 0 auto;
        max-width: 60%;
    }

    .overbuy_bg{
        position: relative;
    }
    .overbuy_con {
        padding: 20px 30px 30px 30px;
    }
    .overbuy_title {
        font-size: 20px;
        font-weight:bold;
        text-transform: uppercase;
      color: #191919;
       margin-top: 10px;
    }
    .overbuy_title,.overbuy_price{
        text-align:left;
     
    }
    .overbuy_price span:first-child {
        font-weight:bold;
        color: #E41616;
        font-size: 22px;
    }
    .overbuy_price span:nth-of-type(2) {
        text-decoration: line-through;
        margin: 0 15px 0 5px;
        color: #929292;
        font-size: 20px;
    }
    .overbuy_price span:last-child {
        font-size: 20px;
        font-weight:bold;
        text-transform: uppercase;
    }
.no_buy {
    width: fit-content;
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
    color: #666;
    margin: 20px auto;
    font-size: 25px;
    color: #fff;
    background: #666;
    width: 90%;
    text-align: center;
    border-radius: 5px;
}
  .main-img img{
    max-width: 94%;
  }

    .overbuy_bg {
        position: relative;
    }

    .overbuy_subtitle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: white;
        width: 100%;
        text-align: center;
        font-style: italic;
        font-size: 15px;
    }

     .overbuy_img img{
       margin: 0 auto;
       display: block;
    }

    .overbuy_subtitle b{
        font-size:28px;
    }

    .fancybox-close-small svg{
        color:black;
    }

    p.discounti, p.discountr {
        text-align: center;
        font-family: 'NotoSansHans';
        font-weight: bold;
      color: #191919;
    }
    p.discounti {
        font-size: 30px;
    }
    p.discounti b {
        color: #DF1E1E;
    }
    p.discountr {
        font-size: 18px;
    }

    .fancybox-container *{
      box-sizing: border-box;
    }

.overbuy-select .active label{
      background: #000;
      color: white;
      border: 1px solid #000;
    } 

@media(max-width: 749px){
  .overbuy_wrap{
    zoom: .73;
  }
}


/* 弹窗 end */
.sp-stroke-shadow {
  position: relative;
  z-index: 1;
}
.sp-stroke-shadow::before {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: 0px 8px 5px rgba(137, 118, 96, 0.88);
  z-index: -1;
}

.sp-btn-style1 {
  width: 100%;
  height: 160px;
  background: #c60707;
  font-size: 70px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Roboto-Bold";
  z-index: 1;
}
.sp-btn-style1 .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  animation: skip2 4s infinite 1s;
}
.sp-btn-style1 .sp-btn-icon {
  width: 38px;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.sp-title {
  font-family: "Roboto-Bold";
  text-align: center;
  width: 100%;
  font-size: 72px;
  color: #121212;
  line-height: 1;
  -webkit-text-stroke: 8px #ffffff;
}

.sp-sub-title {
  font-family: "Roboto";
  text-align: center;
  font-size: 36px;
  color: #121212;

  opacity: 0.9;
  line-height: 1;

  margin-top: 25px;
}

.sp-part1 .sp-row {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 60px;
  color: #b7e1ff;
}
.sp-part1 .sp-row .sp-span {
  font-size: 72px;
  font-style: italic;
}
.sp-part1 .sp-col {
  position: absolute;

  left: 100px;
  top: 450px;
  line-height: 1.32;

  font-family: "Roboto-Medium";
  font-size: 60px;
  color: #ffffff;
}
.sp-part1 .sp-brand {
  width: 333px;
  height: 339px;
  position: absolute;
  top: 50px;
  left: 30px;
  background: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/20250210-brand.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Montserrat-Bold";
  font-size: 79px;
  line-height: 0.9;
  color: #121212;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation: skip 4s infinite;
}
.sp-part1 .sp-brand .sp-p {
  font-size: 79px;
  color: #ffffff;
}
.sp-part1 .sp-brand .sp-span {
  font-size: 158px;
}
.sp-part1 .price-group {
  position: absolute;
  top: 1280px;
  left: 530px;
  font-family: "Roboto-Bold";
  font-size: 72px;
  color: #ffffff;
  line-height: 1;
}
.sp-part1 .price1 .sp-span {
  font-size: 128px;
  margin-right: 10px;
  margin-left: -5px;
}
.sp-part1 .price2 {
  font-family: "Roboto-Bold";
  font-size: 48px;
  color: #dfdfdf;
  line-height: 1;
  opacity: 0.59;
}

.sp-part2 .sp-title-wrap {
  top: 110px;
}
.sp-part2 .sp-title {
  font-size: 70px;
}
.sp-part2 .sp-sub-title {
}
.sp-part2 .sp-gif {
  width: 400px;
  height: 400px;
  background: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/20250210-2.gif") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  border: 6px solid #0134fb;
  position: absolute;
  top: 1050px;
  left: 50px;

  box-sizing: border-box;
}
.sp-part3 {
}
.sp-part3 .sp-title-wrap {
  top: 110px;
}
.sp-part3 .sp-area {
  position: absolute;
  top: 249px;
  left: 50px;
}
.sp-part3 .sp-item {
  font-family: "Roboto";
  font-size: 36px;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.sp-part3 .sp-item .sp-p {
  width: 200px;
}
.sp-part3 .sp-box {
  padding: 20px 6px 60px;
}
.sp-part3 .sp-tip {
  width: 483px;
  position: absolute;
  top: 399px;
  font-family: "Roboto-Medium";
  text-align: center;
  font-size: 42px;
  color: #ffffff;
  line-height: 101px;
}
.sp-part3 .sp-tip1 {
  left: 30px;
}
.sp-part3 .sp-tip2 {
  right: 32px;
}
.sp-part3 .sp-tip3 {
  top: 898px;
  left: 30px;
}
.sp-part3 .sp-tip4 {
  top: 898px;

  right: 32px;
}
.sp-part3 .sp-text {
  width: 250px;
  position: absolute;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #fd5c02;
  line-height: 60px;
  -webkit-text-stroke: 4px #ffffff;
}
.sp-part3 .sp-text1 {
  top: 746px;
  left: 519px;
}
.sp-part3 .sp-text2 {
  top: 655px;
  left: 127px;
}
.sp-part3 .sp-text3 {
  top: 365px;
  left: 127px;
}
.sp-part4 {
}
.sp-part4 .sp-title-wrap {
  top: 115px;
}
.sp-part4 .sp-sub-title,
.sp-part5 .sp-sub-title {
  margin-top: 30px;
}
.sp-part4 .sp-gif {
  width: calc(860px - 8px);
  height: calc(500px - 8px);
  background: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/20250210-1.gif") no-repeat;
  background-size: 100% 100%;
  border-radius: 48px;
  z-index: 1;
}
.sp-part4 .sp-gig-wrap {
  position: absolute;
  top: 1068px;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: linear-gradient(0deg, #121212, #0035ff);
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
}

.sp-part5 {
}
.sp-part5 .sp-title-wrap {
  top: 115px;
  padding: 0 90px;
}
.sp-part5 .sp-box {
  width: 979px;
  height: 327px;
  position: absolute;
  bottom: 60px;
  left: 50px;
}
.sp-part5 .sp-row {
  width: 100%;
  height: 89px;
  position: absolute;
  bottom: 0px;
  font-family: Roboto;
  font-size: 36px;
  color: #ffffff;
  display: flex;
  gap: 30px;
}
.sp-part5 .sp-row .sp-p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sp-part6 {
}
.sp-part6 .sp-title-wrap {
  top: 115px;
}
.sp-part6 .sp-box {
  width: 980px;
  height: 325px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding-top: 40px;
  position: absolute;
  top: 1317px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.sp-part6 .sp-box .sp-img1 {
  margin: auto;
  display: block;
}
.sp-part6 .sp-row {
  width: 100%;

  font-family: "Roboto-Medium";
  font-size: 36px;
  color: #121212;
  display: flex;
  gap: 20px;
  padding: 0 40px 0 40px;
  box-sizing: border-box;
  margin-top: 25px;
  line-height: 40px;
}
.sp-part6 .sp-row .sp-p {
  flex: 1;
  text-align: center;
}
.sp-part7 .sp-box {
  width: 1080px;
  height: 160px;
  background: #0035ff;
  font-family: "Roboto-Bold";
  font-size: 70px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part7 .sp-tip {
  position: absolute;
  top: 399px;
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  text-shadow: 3px 1px 0px rgba(0, 0, 0, 0.88);
}
.sp-part7 .sp-tip1 {
  left: 49px;
}
.sp-part7 .sp-tip2 {
  text-align: right;
  top: 410px;
  right: 49px;
}
.sp-part7 .sp-tip3 {
  top: 932px;
  left: 49px;
}
.sp-part7 .sp-tip4 {
  top: 932px;
  text-align: right;

  right: 49px;
}
.sp-part8 {
  padding: 100px 0 60px 0;
}
.sp-part8 .sp-title1 {
  font-family: "Roboto-Bold";
  font-size: 72px;
  color: #121212;
  text-align: center;
  margin-bottom: 16px;
}
.sp-part8 .sp-title2 {
  font-family: "Roboto-Medium";
  font-size: 42px;
  color: #191919;
  text-align: center;
}
.sp-part8 .sp-title2 .sp-span {
  color: #c60707;
}
.sp-part8 .sp-box {
  margin-left: 58px;
  margin-top: 45px;
  width: 976px;
  height: 458px;
  background: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/20250210-img8.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 430px;
  box-sizing: border-box;
  padding-top: 45px;
}
.sp-part8 .sp-box .sp-t1 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  line-height: 50px;
  color: #191919;
  margin-bottom: 10px;
}
.sp-part8 .sp-box .sp-t2 {
  font-family: "Roboto";
  font-size: 30px;
  color: #6c6c6c;
  line-height: 42px;
  margin-top: 21px;
}
.sp-part9 .sp-box {
  margin-left: 52px;
  margin-top: 60px;
  margin-bottom: 70px;
  width: 965px;

  background: #ffffff;
  border-radius: 40px;
  border: 2px solid #2b2b2b;

  box-sizing: border-box;
  padding: 45px 40px 40px 45px;
  font-family: "Roboto";
  color: #121212;
  font-size: 32px;
  line-height: 50px;
}
.sp-part9 .sp-box .sp-li {
  display: inline-block;
  margin-right: 50px;
}
.sp-part9 .sp-box .sp-span {
  font-family: "Roboto-Medium";
}
.sp-part9 .sp-box .sp-tip {
  color: #de0000;
  margin-top: 25px;
}
.sp-part9 .sp-box .sp-tip .sp-span {
  font-family: "Roboto-Medium";
}
.sp-part9 .swiper {
  width: 100%;
  padding-bottom: 48px;
}
.sp-part9 .swiper .swiper-pagination-bullet {
  width: 108px;
  height: 14px;
  background: #717171;
  border-radius: 7px;
  opacity: 0.35;
  margin: 0 30px !important;
}
.sp-part9 .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4f7eeb;
}

.sp-part9 .swiper-slide {
  width: 604px;
  height: 1012px;
  /* transform: scaleY(0.86); */
  transition: all 0.3s;
  margin: 0 1px;
  opacity: 0.6;
}

.sp-part9 .swiper-slide-active {
  transform: scaleY(1);
  opacity: 1;
}
.sp-part9 .swiper-slide .sp-img {
  width: 100%;
  height: 100%;
}

.sp-part9 .sp-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  text-align: center;
  position: absolute;
  top: 584px;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.sp-part9 .title-s {
  font-family: "Roboto-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 45px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 12px;
}
.sp-part9 .title-s img {
  width: 36px;
}
.sp-part9 .sp-text1 {
  font-family: "Roboto-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 35px;
}
.sp-part9 .sp-text1 img {
  width: 218px;
  height: 36px;
}

.sp-part9 .sp-text3 {
  font-family: "Roboto";
  font-size: 30px;
  color: #222222;
  line-height: 40px;
  margin-top: 30px;
}

.sp-scroll {
  overflow: hidden;
  width: 1080px;
  height: 90px;
  background: #c60707;
  z-index: 1;
  position: relative;

  margin-top: -2px;
}
.nav-imgs .sp-wrap {
  width: 1480px !important;
  height: 90px;
  display: flex;
  justify-content: space-around;
}
.nav-imgs .sp-row {
  width: fit-content;
  height: 90px;
  white-space: nowrap;
  font-family: "Roboto-Medium";
  font-size: 42px;
  color: #ffffff;
  gap: 18px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-imgs .sp-icon {
  width: 38px;
  flex-shrink: 0;
}

.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 50px 30px;
}

.product-part .sp-swiper {
  width: 980px;
  height: 500px;

  flex-shrink: 0;
  /* border-radius: 50px; */
}
.product-part .swiper-slide {
  width: 980px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-part .sp-option-title {
  font-size: 36px;
  color: #000000;
  opacity: 0.7;
  margin: 28px 0 22px;
  line-height: 1;
  padding-left: 20px;
}

.product-part .opt-group {
  display: flex;
  gap: 15px 15px;
  position: relative;
  flex-wrap: wrap;
}

.product-part .sp-option {
  min-width: 482px;
  padding: 0 13px;
  height: 110px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* box-sizing: border-box; */
  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 35px;
  color: #000000;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  gap: 15px;
}

.product-part .sp-option.active {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
.product-part .sp-emo1 {
  width: 96px;
  height: 74px;
  background: url("https://cdn.shopify.com/s/files/1/0733/4825/1959/files/20250210-hit.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -43px;
  right: -33px;
}
.product-part #sp-color .sp-option {
  /* width: 300px; */
}
.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 20px;
}
.product-part .price1 {
  font-family: "Roboto-Bold";
  font-size: 70px;
  color: #000000;
  margin-right: 25px;
}

.product-part .price2 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #000000;
  opacity: 0.34;
  margin-right: 15px;
}
.product-part .price3 {
  font-size: 43px;
  color: #ec0606;
}
.product-part .addCart {
  width: 482px;
  height: 120px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;
  box-sizing: border-box;
  font-size: 42px;
  color: #000000;
}

.product-part .sp-btn-style {
  width: 100%;
  height: 163px;
  background: #850000;
  border-radius: 10px;
  font-family: "Roboto-Bold";
  color: #fff;
  font-size: 36px;
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: skip 4s infinite;

  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-bottom: 8px;
}
.product-part .sp-btn-style::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 163px;
  background: #c60707;
  border-radius: 10px;
  z-index: -1;
  top: -10px;
}
.product-part .sp-btn-style .sp-p {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 45px;
}
.product-part .sp-btn-style img {
  width: 24px;
  height: 33px;
}
@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);
  }
}

.addGroup {
  width: 482px;
  height: 120px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000000;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 42px;
  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%;
  color: #202020;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Bold";
  font-size: 60px;
  /* 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-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);
  }
}
.dj_skin_header_logo,#shoplaza-section-header,.product-info__desc-tab,.back_top,#shoplaza-section-announcement{
  display:none !important;
}
src:url({{ 'AKZIDENZGROTESK-BOLDEXTENDED.OTF' | shoplaza_asset_url}}) format('woff2');
.sp-footer {
  width: 100%;
  background: #121212;

  padding: 50px 50px 40px;
  box-sizing: border-box;
}
.mf-bundle-product {
zoom: 2.2;
}
.mf-bundle-checkout-warning{
color: #788188 !important;
opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
color: #000;
opacity: 0.75;
font-size: 16px !important;
}
.app-embed-plus-component-bundler {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
