/** Shopify CDN: Minification failed

Line 1324:45 Unexpected "{"

**/
@font-face {
  font-family: "Roboto";
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/cdn/shop/files/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/cdn/shop/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/cdn/shop/files/Montserrat-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AkzidenzGroteskBQ-Bold";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AkzidenzGroteskBQ-Medium";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-MEDIUM.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/cdn/shop/files/Montserrat-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
}



* {
  margin: 0;
  padding: 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;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  scroll-behavior: smooth;
}

#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: 149px;
  width: 100%;
  position: fixed;
  top: 119px;
  z-index: 8;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-header-top .sp-logo {
  width: 300px;
  margin-left: 60px;
}
.sp-header-top .sp-top-btn {
  width: 462px;
  height: 117px;
  background: #8a4815;
  border-radius: 27px;
  background-size: 100% 100%;
  text-align: center;
  font-size: 42px;
  color: #ffffff;
  font-family: "Montserrat-SemiBold";
  margin-right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}
.sp-header-top .sp-top-btn img {
  width: 19px;
  margin-left: 20px;
}
.sp-cart {
  width: 117px;
  height: 112px;
  border-radius: 20px;
  border: 3px solid #4e4e4e6c;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-cart .icon {
  width: 66px;
}
.sp-cart .num {
  width: 42px;
  height: 42px;
  background: #cf0101;
  border-radius: 50%;

  line-height: 42px;
  color: #fff;
  position: absolute;
  right: -11px;
  top: -11px;
  font-size: 36px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.time-part {
  width: 1080px;
  height: 119px;
  background: #3a2514;
  background-size: 100% 100%;
  color: #ffffff;
  padding: 0 53px 0 63px;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  z-index: 9;
  font-family: "Roboto-Bold";
}
.time-part .sp-text {
  font-size: 41px;
  color: #ffffff;
  font-family: "Montserrat-Bold";
  line-height: 1.1;
}

.time-part .min-text {
  font-size: 19px;
  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("/cdn/shop/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("/cdn/shop/files/202407110-num-dot.png");
  background-size: 100% 100%;
  width: 15px;
  height: 42px;
  flex-shrink: 0;
  margin: 0 13px;
}
.time-part .flex-bet {
  height: 100%;
}

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

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

.sp-part1 .sp-img-p {
  position: absolute;
  left: 80px;
  top: 265px;
  width: 972px;
  display: block;
  z-index: 2;
}

.sp-part1 .sp-text {
  position: absolute;
  left: 40px;
  top: 60px;
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 84px;
  color: #52351e;
  line-height: 85px;
  -webkit-text-stroke: 6px #ffffff;
}
.sp-part1 .sp-text2 {
  position: absolute;
  left: 42px;
  top: 222px;
  font-family: "Roboto-Medium";
  font-size: 36px;
  color: #52351e;
  line-height: 87px;
}
.sp-part1 .sp-area {
  width: 436px;
  height: 436px;
  background: #8a4815;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  position: absolute;
  left: 46px;
  top: 322px;
  font-family: "AkzidenzGroteskBQ-Medium";
  font-size: 163px;
  line-height: 1;
  padding-left: 54px;
  box-sizing: border-box;
}
.sp-part1 .sp-area p {
  font-size: 120px;
}
.sp-part1 .sp-btn-style1 {
  margin-top: -25px;
}
.sp-btn-style1 {
  width: 1080px;
  height: 175px;
  background: #3a2514;
  background-size: 100% 100%;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 70px;
  color: #ffffff;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
}
.sp-btn-style1 p {
  animation: skip2 4s infinite 1s;
}
.sp-btn-style1 img {
  width: 37px;
  margin-left: 30px;
}

.sp-title {
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 62px;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 72px;
}

.sp-title::after {
  content: "";
  position: absolute;
  left: 46.7%;
  transform: translateX(-50%);
  bottom: -12%;
  width: 615px;
  height: 137px;
  background: url(/cdn/shop/files/20240713-line.png) no-repeat;
  background-size: 100% 100%;

  z-index: -1;
}
.sp-sub-title {
  font-family: "Roboto";
  font-size: 40px;
  opacity: 0.7;
  text-align: center;
  margin-top: 30px;
  line-height: 48px;
}
.sp-color {
  color: #3a2514;
}
.sp-part2 {
  height: 1140px;
  background: url("/cdn/shop/files/20240713-img2-bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 55px 0px 0px;
  box-sizing: border-box;
  position: relative;
}
.sp-part2 .sp-box img {
  height: 826px;
}
.sp-part2 .sp-title::after {
  content: "";
  position: absolute;
  left: 46.6%;
  transform: translateX(-50%);
  bottom: -8%;
  width: 665px;
  height: 127px;
  background: url(/cdn/shop/files/20240713-line.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.sp-part2 .sp-box {
  width: 915px;
  margin: 55px auto 0;
}
.sp-part2 .sp-text {
  width: 100%;
  position: absolute;
  top: 289px;
  font-family: "Roboto-Medium";
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  display: flex;
  gap: 40px;
  line-height: 110px;
}
.sp-part2 .sp-text2 {
  top: unset;
  bottom: 0;
}
.sp-part2 .sp-text p {
  flex: 1;
}

.sp-part3 .sp-area {
  position: absolute;
  width: 100%;
  top: 48px;
  padding: 0 90px;
  box-sizing: border-box;
}
.sp-part3 .sp-part3_bg {
  height: 2458px;
}
.sp-part3 .sp-box {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  position: absolute;
  top: 1160px;
  line-height: 36px;
}

.sp-part3 .sp-text {
  position: absolute;
  left: 157px;
  height: 147px;
  font-family: "Roboto-Medium";
  font-size: 34px;
  color: #3a2514;
  line-height: 1;
  display: flex;
  gap: 200px;
}
.sp-part3 .sp-text1 {
  top: 0;
}
.sp-part3 .sp-text2 {
  bottom: 0;
}
.sp-part3 .sp-text p {
  display: flex;
  align-items: center;
  width: 310px;
}
.sp-part3 .sp-gif {
  width: 993px;
  height: 398px;
  margin-top: 36px;
  margin-bottom: 25px;
  border-radius: 15px;
  background: url("/cdn/shop/files/20240713-01.gif") no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.sp-part3 li {
  font-family: Roboto;
  line-height: 42px;
  font-size: 31px;
  color: #3a2514;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 30px;
  box-sizing: border-box;
}
.sp-part3 li span {
  width: 16px;
  height: 16px;
  background: #3a2514;
  border-radius: 50%;
  opacity: 0.8;
  display: block;
  margin-top: 12px;
  flex-shrink: 0;
}
.sp-bg {
  height: 4579px;
  background: url("/cdn/shop/files/20240713-img4.jpg") no-repeat;
  background-size: 100% auto;
  background-color: #e4e4e4;
}
.sp-part4 {
  padding: 45px 32px 0;
}
.sp-part4 .sp-title {
  padding: 0px 50px;
}
.sp-part4 .sp-area {
  margin-bottom: 1089px;
}
.sp-part4 .sp-gif {
  width: 1016px;
  height: 581px;
  background: #202020;
  border-radius: 30px;
  background: url("/cdn/shop/files/20240713-02.gif") no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.sp-part4 .sp-box {
  margin-top: -20px;
}
.sp-part5 {
  margin-top: 65px;
}
.sp-part5 .sp-img1 {
  width: 1037px;
  margin-top: 24px;
}

.sp-part5 .sp-title::after {
  content: "";
  position: absolute;
  left: 20.6%;
  transform: none;
  bottom: -22%;
  width: 650px;
  height: 110px;
  background: url(/cdn/shop/files/20240713-line.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.sp-part5 .sp-sub-title {
  margin-top: 25px;
}
.sp-part5 .sp-box-wrap {
  position: absolute;
  top: 1045px;
  width: 100%;
  padding: 0 33px;
  box-sizing: border-box;
}
.sp-part5 .sp-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.sp-part5 .sp-box .sp-text {
  width: 400px;
  position: absolute;
  right: 63px;
  text-align: right;
  font-family: Roboto;
  font-size: 40px;
  color: #3a2514;
  line-height: 45px;
}
.sp-part5 .sp-box2 .sp-text {
  text-align: left;
  right: unset;
  left: 53px;
}
.sp-part5 .sp-box3 .sp-text {
  width: 450px;
}
.sp-part5 .sp-box .title-s {
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 55px;
  color: #3a2514;
  line-height: 55px;
  margin-bottom: 65px;
}
.sp-part6 .sp-title1 {
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 62px;
  text-align: center;
  color: #3a2514;
  padding-top: 32px;
  line-height: 72px;
}
.sp-part6 .sp-text {
  font-family: "Roboto-Medium";
  font-size: 35px;
  color: #3a2514;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 40px 25px;
  line-height: 45px;
}
.sp-part6 .sp-text p {
  width: 910px;
  margin-left: -5px;
}
.sp-part6 .sp-text img {
  width: 44px;
  flex-shrink: 0;
}
.sp-part6 .sp-text span {
  color: #eb0000;
  font-size: 40px;
  font-style: italic;
}
.sp-part7 .sp-area {
  position: absolute;
  width: 100%;
  top: 48px;
  padding: 0 160px;
  box-sizing: border-box;
}
.sp-part7 .sp-part7_bg {
  height: 989px;
}
.sp-part7 .sp-text {
  position: absolute;
  left: 198px;
  /* bottom: 368px; */
  bottom: 360px;
  display: flex;
  gap: 217px;
}
.sp-part7 .sp-text p:first-child {
  /* transform: translateY(-11px); */
}
.sp-part7 .sp-text2 {
  gap: 207px;
  bottom: 20px;
}
.sp-part7 .sp-text p {
  width: 146px;
  font-family: "Roboto";
  font-size: 33px;
  color: #000000;
  text-align: center;
  flex: 1;
  line-height: 38px;
}
.sp-part7 .sp-text2 p {
  width: 155px;
}
.sp-part8 img {
  height: 199px;
}
.sp-part8 .sp-img-wrap {
  padding: 58px 22px 0 25px;
  box-sizing: border-box;
}
.sp-part8 .sp-text {
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #000000;
  display: flex;
  margin-bottom: 50px;
  text-align: center;
  line-height: 48px;
}
.sp-part8 .sp-text p {
  flex: 1;
}
.sp-part8 .sp-tip1 {
  left: 70px;
  bottom: 92px;
  transform: rotate(-5deg);
}
.sp-part8 .sp-tip2 {
  width: 420px;
  right: 50px;
  bottom: 63px;
  transform: rotate(5deg);
}
.sp-part9 {
  padding: 0 15px 39px;
}
.sp-part9 img {
  height: 677px;
}
.sp-part10 {
  height: 448px;
  background: url("/cdn/shop/files/20240713-img9.jpg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 376px;
  box-sizing: border-box;
  padding-right: 20px;
}
.sp-part10 .title-s {
  font-family: "AkzidenzGroteskBQ-Bold";
  font-size: 43px;
  color: #d33100;
  line-height: 45px;
}
.sp-part10 .sp-text {
  font-family: "AkzidenzGroteskBQ-Medium";
  font-size: 35px;
  color: #292929;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 14px;
  padding-right: 20px;
}
.sp-part10 .sp-text img {
  width: 150px;
  display: inline-block;
  margin-left: 5px;
}
.sp-part10 p {
  font-family: Roboto;
  font-size: 30px;
  color: #292929;
  line-height: 36px;
  opacity: 0.85;
}

#nav0 {
  width: 1080px;
  overflow: hidden;
}
#nav0 > div {
  width: 1080px !important;
}
.nav-imgs img {
  margin: 0 5px 14px;
  height: 591px;
}
.sp-nav {
  width: 1080px;
  height: 295px;
  background: url("/cdn/shop/files/20240713-nav-bg.jpg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  gap: 70px;
  padding-left: 36px;
  box-sizing: border-box;
  font-family: "Roboto";
  font-size: 36px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -5px;
  line-height: 45px;
}
.sp-nav #shopping {
  position: absolute;
  top: 50px;
  display: block;
}
.sp-nav .title-s {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 60px;
}
.sp-nav img {
  width: 232px;
  height: 231px;
}
.product-part {
  padding: 36px 35px 0px 30px;
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.product-part .product-info {
  display: flex;
  gap: 32px;
}
.product-part .product-infos {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-part .img-wrap {
  width: 575px;
  height: 604px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-part .img-wrap .p-img {
  height: 100%;
  width: 100%;
}

.product-part .option-title {
  font-size: 40px;
  color: #6e6e6e;
  font-family: "Roboto-Medium";
  margin: 25px 0px 10px;
}

.product-part .opt-group {
  display: flex;
  gap: 16px 12px;
  flex-wrap: wrap;
  position: relative;
}

.product-part .option {
  width: 32.5%;
  height: 94px;
  background: #f9f9f9;
  border-radius: 20px;
  border: 1px solid #b0b0b0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* box-sizing: border-box; */
  text-align: center;
  position: relative;
  font-family: "Roboto-Medium";
  font-size: 32px;
  color: #2e2e2e;
  line-height: 1;
  overflow: hidden;
  position: relative;
  padding: 0 6px;
  box-sizing: border-box;
}

.product-part .option.active {
  background: #262626;
  border-color: #262626;
  color: #fff;
}
.product-part #sp-color {
  display: flex;
  gap: 20px;
}
.product-part #sp-color .option {
  width: 324px;
}
.product-part .sp-title1 {
  font-family: "Roboto-Medium";
  font-size: 45px;
  color: #363636;
  width: 410px;
  padding-top: 27px;

  margin-bottom: 40px;
  line-height: 1.1;
}
.product-part .sp-title1 img {
  width: 33px;
}
.product-part .price-group {
  line-height: 1.1;
  flex-direction: column;
}
.product-part .price1 {
  font-family: "AkzidenzGroteskBQ-Medium";
  font-size: 88px;
  color: #d33100;
  margin-top: 15px;
}

.product-part .price2 {
  font-family: "AkzidenzGroteskBQ-Medium";
  font-size: 50px;
  color: #757575;
}

.product-part .sp-row {
  display: flex;
  align-items: center;

  position: relative;
  z-index: 1;
  margin-left: -30px;
}
.product-part .sp-row p {
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #ffffff;
  width: 328px;
  height: 70px;
  line-height: 70px;
  background: #343434;
  border: 2px solid #ffffff;
  margin-left: -50px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 30px;
}
.product-part .price3 {
  font-family: "AkzidenzGroteskBQ-Medium";
  font-size: 44px;
  color: #fff;
  width: 242px;
  height: 58px;
  background: #d33100;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;

  margin-top: 21px;
  margin-bottom: 55px;
}

.product-part .size-btn {
  font-family: "Roboto-Medium";
  font-size: 40px;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.product-part .size-btn .icon {
  width: 52px;
}

.product-part .addCart {
  width: 557px;
  height: 112px;
  background: #ffffff;
  border-radius: 20px;
  border: 3px solid #999999;

  background-size: 100% 100%;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #1a1a1a;
  gap: 24px;
}
.product-part .addCart img {
  width: 58px;
}
.product-part .sp-btn-style {
  width: 100%;
  height: 151px;
  background: #d92227;
  border-radius: 17px;
  font-family: "Roboto-Medium";
  cursor: pointer;
  margin: 30px auto 50px;
  font-size: 56px;
  color: #fff;
  animation: skip 4s infinite;
}

@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: 427px;
  height: 111px;
  border-radius: 20px;
  border: 4px solid #bfbfbf;

  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 65px;
  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: 28px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 42px;
  /* 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;
}

.sp-footer {
  width: 100%;

}
.sp-footer img{
  width: 100%;
}

.sp-remark {
  width: 100%;
  background: #2b2b2b;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 63px 0px 68px 88px;

  background-size: 100% 100%;
  gap: 40px 0;
  box-sizing: border-box;
}
.sp-icon-text {
  font-size: 37px;
  font-family: "Roboto";
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
.sp-remark .sp-icon {
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 28px;
  flex-shrink: 0;
}

.sp-remark .sp-flex-x:nth-child(n) {
  width: 40%;
}
.sp-remark .sp-flex-x:nth-child(2n) {
  width: 41%;
}
.sp-remark .sp-flex-x:nth-child(1) .sp-icon {
  background-image: url("/cdn/shop/files/20240629-icon1.png");
}
.sp-remark .sp-flex-x:nth-child(2) .sp-icon {
  background-image: url("/cdn/shop/files/20240629-icon2.png");
}
.sp-remark .sp-flex-x:nth-child(3) .sp-icon {
  background-image: url("/cdn/shop/files/20240629-icon3.png");
}

.sp-remark .sp-flex-x:nth-child(4) .sp-icon {
  background-image: url("/cdn/shop/files/20240629-icon4.png");
}
.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);
  }
}
.sp-mask {
  max-width: 1080px;
  min-height: 100vh;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.sp-pop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  font-family: "Roboto-Medium";
}
.sp-pop .size-pop .size-pop-header {
  height: 145px;
  border-bottom: 1px solid rgba(99, 99, 99, 0.22);
  font-family: "Roboto-Bold";
  font-size: 84px;
  color: #282828;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.sp-mask .close-btn {
  width: 94px;
  cursor: pointer;
  position: absolute;
  /* top: 20px; */
  right: 43px;
  cursor: pointer;
}
.sp-pop .size-pop {
  width: 100%;
  max-height: 70%;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-radius: 60px 60px 0px 0px;
  overflow-y: auto;
}
.sp-pop-content {
  padding: 42px 20px 40px;
  font-size: 40px;
  color: #121212;
}
.sp-pop .sp-img2 {
  width: 823px;
  margin: auto;
  display: block;
}
.sp-pop .sp-title2 {
  font-size: 60px;
  color: #121212;
  font-family: "Roboto-Medium";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 72px;
}
.sp-pop .sp-text {
  display: flex;
  align-items: center;
  gap: 275px;
  margin-left: 110px;
  line-height: 50px;
}
.sp-pop .sp-text p {
  display: flex;
  align-items: center;
  gap: 18px;
}
.sp-pop .sp-text span {
  width: 55px;
  height: 55px;
  background: #121212;
  border-radius: 50%;
  font-size: 40px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
}
.sp-pop .sp-text2 {
  padding-left: 50px;
  gap: 110px;
  display: flex;
  margin-top: 20px;
  line-height: 48px;
}
.sp-pop .sp-text2 p {
  width: 420px;
  text-align: center;
  font-family: Roboto;
}
.sp-pop .sp-text3 {
  font-family: Roboto;
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  padding-left: 57px;
  margin-top: 70px;
}
@media (min-width: 750px) {
  .sp-pop.img-pop {
    width: 1200px;
  }
}



.guarantee_column_container, .lt_back_to_top,{
  display: none !important;
}
.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-bottom: 0px !important;
}
