/** Shopify CDN: Minification failed

Line 3786:1 Expected "}" to go with "{"

**/
@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: 'Poppins-Medium';

  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Bold';

  /* 引入字体 */
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: 'Poppins-Regular';
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'HolenVintage-Regular';
  /* 引入字体 */
  src: url('/cdn/shop/files/Holen_Vintage.otf?v=1763118599');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'against-Regular';
  src: url('/cdn/shop/files/against_regular.ttf?v=1763118600');

  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: 'MiSans-Bold';

  /* 引入字体 */
  src: url('/cdn/shop/files/MiSans-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBoldItalic';

  src: url('/cdn/shop/files/Poppins-SemiBoldItalic.ttf');

  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;
  /* background-color: #000000; */
}

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-bg {
  background: #fff7eb;
}

.header-bottom,
.sp-header-top {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
}

.sp-header-top {
  height: 72px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: 'Poppins-SemiBold';
  font-size: 30px;
  color: #ffffff;
}
.sp-header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #38200b;
}

.sp-fixed {
  left: 0;

  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #fff;
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}
@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}
.header-main {
  position: relative;
  z-index: 8;
}

.header-bottom {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #fff6ed;
  height: 70px;
  position: relative;
  z-index: 9;
  font-size: 32px;
  color: #232323;
  font-family: 'Poppins-Bold';
  /* box-shadow: 0 0 15px 1px #00f6ff; 
  letter-spacing: 4px;
 */
  text-transform: uppercase;
  padding-top: 3px;
  box-sizing: border-box;
}

.header-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header-bottom img {
  width: 22px;
}
.sp-header-inner {
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-menu-btn {
  width: 56px;
  margin-left: 50px;
  cursor: pointer;
  margin-right: 265px;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px; */
}
/* .sp-menu-btn .sp-line {
  width: 70px;
  height: 5px;
  background: #d91919;
  border-radius: 3px;
} */
.sp-header-inner .sp-logo {
  width: 200px;
}
.sp-cart {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  /* border: 4px solid #4e4e4e80; */
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 52px;
}

.app-embed-plus-component-pay-button-address-text {
  color: #191919;
}
.sp-cart .sp-num {
  width: 37px;
  height: 37px;
  background: #ff0000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -9px;
  font-size: 22px;
  font-family: 'Roboto-Medium';
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}

.sp-top-btn {
  width: 313px;
  height: 68px;
  background: #c60000;
  border-radius: 34px;
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  font-family: 'Poppins-Bold';
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-part-top {
  /* margin-top: 264px; */
}

.sp-price-group {
  display: flex;
  align-items: baseline;
}

.sp-price-group .sp-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-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: -6px 8px 0px rgba(16, 16, 16, 0.39);
  z-index: -1;
}
.sp-btn-wrap {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-btn-style1 {
  width: 879px;
  height: 130px;
  background: #b0580b;
  border-radius: 65px;
  font-size: 57px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  animation: skip 4s infinite 1s;
  margin-left: auto;
  margin-right: auto;
}
.sp-btn-style1 .swiper {
  width: 100%;
  height: 100%;
}
.sp-btn-style1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 50px;
  box-sizing: border-box;
}
.sp-btn-style1 .sp-arrow {
  width: 109px;
  height: 109px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-btn-style1 .sp-arrow img {
  width: 65px;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title {
  font-family: 'HolenVintage-Regular';
  text-align: center;
  width: 100%;
  font-size: 70px;
  color: #38200b;
  line-height: 1.2;
}

.sp-sub-title {
  font-family: 'Poppins-Regular';
  text-align: center;
  font-size: 35px;
  color: #735032;
  line-height: 1.2;
  margin-top: 42px;
}

.sp-part1 .sp-box {
  width: 1040px;
  height: 180px;
  background: url('/cdn/shop/files/20251114-img1-box.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 975px;
  left: 16px;
  padding: 0 30px;
  box-sizing: border-box;
}
.sp-part1 .sp-box .swiper {
  width: 100%;
  height: 100%;
}
.sp-part1 .sp-box .swiper-slide {
  display: flex;
}
.sp-part1 .sp-box .swiper-slide::after {
  content: '';
  width: 2px;
  height: 88px;
  background: #38200b;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}
.sp-part1 .sp-box .sp-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  height: 100%;
  font-family: 'Poppins-Medium';
  font-size: 25px;
  color: #735032;
  line-height: 1.2;
}
.sp-part1 .sp-box .sp-item .sp-p {
  font-family: 'Poppins-SemiBold';
  font-size: 42px;
  color: #38200b;
}
.sp-part1 .sp-box .sp-item .sp-icon {
  height: 72px;
}
.sp-part1 .sp-circle {
  position: absolute;
  top: 92px;
  left: 153px;
  width: 803px;
  animation: sp-float 4s infinite ease-in-out;
}
@keyframes sp-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}

.sp-part1 .sp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: 'Poppins-Medium';
  font-size: 33px;
  color: #434343;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sp-part1 .sp-row .sp-logo-group {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 34px;
}
.sp-part1 .sp-row .sp-logo-group .sp-icon {
  max-height: 30px;
  min-height: 25px;
}
.sp-part1 .sp-title {
  font-size: 77px;
  font-family: 'against-Regular';
}
.sp-part1 .sp-sub-title {
  font-size: 30px;
  color: #735032;
  line-height: 35px;
  padding: 0 80px;
  margin-top: 20px;
  box-sizing: border-box;
}

.sp-part1 .sp-btn-style1 {
  margin-top: 60px;
}
.sp-part1 .sp-row2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins-Medium';
  font-size: 33px;
  color: #b0580b;
  line-height: 1;
  margin-bottom: 10px;
}
.sp-part1 .sp-row3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: 'Poppins-Medium';
  font-size: 31px;
  color: #38200b;
  line-height: 1;
  margin-top: 38px;
  margin-bottom: 120px;
}
.sp-part1 .sp-row3 .sp-icon {
  width: 45px;
}
.sp-part2 .sp-title-wrap {
  top: 110px;
}

.sp-part2 .sp-sub-title {
  margin-top: 22px;
}
.sp-part2 .sp-swiper1 {
  position: absolute;
  width: 100%;
  top: 322px;
}
.sp-part2 .sp-swiper1 .swiper-wrapper {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.sp-part2 .sp-swiper1 .swiper-slide {
  width: 416px;
}
.sp-part2 .sp-swiper1 .sp-text {
  position: absolute;
  width: 100%;
  top: 173px;
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 34px;
  color: #ffffff;
  line-height: 41px;
  padding: 0 60px;
  box-sizing: border-box;
}
.sp-part2 .sp-swiper1 .sp-text .sp-icon {
  width: 81px;
  margin: 0 auto 25px;
  display: block;
}
.sp-part2 .sp-area2 {
  position: absolute;
  width: 100%;
  top: 950px;
}
.sp-part2 .sp-area2 .sp-t {
  font-family: 'Poppins-Medium';
  text-align: center;
  font-size: 38px;
  color: #b0580b;
  line-height: 1.2;
  margin-bottom: 10px;
}
.sp-part2 .sp-area2 .sp-sub-title {
  margin-top: 40px;
  padding: 0 70px;
  box-sizing: border-box;
}
.sp-part2 .sp-box {
  width: 932px;
  height: 551px;
  background: #ffffff;
  box-shadow: 11px 11px 24px 0px rgba(45, 25, 11, 0.11);
  border-radius: 50px;
  position: absolute;
  top: 2380px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-part2 .sp-box .swiper {
  width: 100%;
  margin-top: -38px;
}
.sp-part2 .sp-box .swiper .sp-img {
  width: 690px;
  margin: 114px auto 0;
  display: block;
}
.sp-part2 .sp-box .sp-row {
  width: 561px;
  height: 76px;
  background: linear-gradient(87deg, #e3ab54, #fdfce7, #e3ab54);
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-Regular';
  font-size: 28px;
  color: #38200b;
  line-height: 1.2;
  gap: 8px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-part2 .sp-box .sp-row .sp-span {
  font-family: 'Poppins-Medium';
  font-size: 30px;
}
.sp-part2 .sp-box .sp-row .sp-icon {
  width: 30px;
}
.sp-part2 .sp-swiper-btn-wrap {
  position: absolute;
  top: 270px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}
.sp-part2 .swiper-btn {
  width: 36px;
  height: 63px;
  z-index: 2;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url('/cdn/shop/files/20251114-arrow-r.png');
}
.sp-part2 .swiper-btn-prev {
  transform: rotate(180deg);
}

.sp-part2 .swiper {
  width: 100%;
  padding-bottom: 55px;
}
.sp-part2 .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #b4b4b4;
  border-radius: 50%;
  opacity: 1;
  margin: 0 15px !important;
}
.sp-part2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #39210c;
}
.sp-part3 {
  background: url('/cdn/shop/files/20251114-img3.png')
    no-repeat;
  background-size: 100% 100%;
  height: 2166px;
  padding-top: 120px;
  box-sizing: border-box;
}
.sp-part3 .sp-sub-title {
  padding: 0 10px;
}
.sp-part3 .sp-t {
  font-family: 'Poppins-Medium';
  font-size: 38px;
  color: #b0580b;
  line-height: 1;
  text-align: center;
  margin: 0 auto 8px;
}

.sp-part3 .sp-gif {
  width: 920px;
  background: #000000;
  border-radius: 40px;
  overflow: hidden;
  margin: 80px auto 78px;
}
.sp-part3 .sp-img-p {
  width: 186px;
  position: absolute;
  top: 352px;
  right: 105px;
  z-index: 2;
}

.sp-part3 .sp-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-family: 'Poppins-Regular';
  font-size: 22px;
  color: #735032;
  line-height: 37px;
  text-align: center;
  margin-bottom: 96px;
}
.sp-part3 .sp-box .sp-item {
  width: 288px;
}
.sp-part3 .sp-box .sp-num {
  height: 46px;
  display: block;
  margin: 0 auto 28px;
}

.sp-part3 .sp-box .sp-item .sp-p {
  height: 120px;
}
.sp-part3 .sp-box .sp-item .sp-gif2 {
  border-radius: 20px;
}
.sp-part4 {
  margin: 15px auto;
  width: 1063px;
}
.sp-part4 .sp-content {
  width: 550px;
  position: absolute;
  left: 52px;
  top: 66px;
}
.sp-part4 .sp-content .sp-title {
  font-family: 'HolenVintage-Regular';
  text-align: left;
  font-size: 28px;
  color: #38200b;
  line-height: 1.2;
  background: linear-gradient(
    -8deg,
    #38200b 0%,
    #b0580b 53.2470703125%,
    #38200b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part4 .sp-sub-title {
  text-align: left;
  font-size: 25px;
  color: #735032;
  line-height: 35px;
  width: 500px;
  margin-top: 28px;
}
.sp-part4 .sp-line {
  width: 525px;
  height: 2px;
  background: #b0580b;
  opacity: 0.4;
  margin: 30px 0 46px;
}

.sp-part4 .sp-box {
  width: 530px;
  justify-content: space-between;
  display: flex;
  font-family: 'Poppins-Regular';
  font-size: 19px;
  color: #735032;
  line-height: 24px;
  text-align: center;
}
.sp-part4 .sp-item .sp-p {
  font-family: 'against-Regular';
  font-size: 35px;
  color: #735032;
  line-height: 1;
  background: linear-gradient(-13deg, #38200b 0%, #b0580b 99.6337890625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
}
.sp-part4 .sp-item .sp-span {
  font-size: 19px;
}

.sp-part5 {
  padding: 110px 0px 160px;
}
.sp-part5 .sp-t {
  font-family: 'Poppins-Medium';
  font-size: 38px;
  color: #b0580b;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sp-part5 .sp-sub-title {
  margin-bottom: 55px;
  padding: 0 20px;
  box-sizing: border-box;
}
.sp-part5 .sp-area {
  width: 1003px;
  margin-left: 33px;
}

.sp-part5 .sp-area .sp-img1 {
  width: 395px;
  position: absolute;
  left: 579px;
  top: 26px;
  z-index: 1;
}
.sp-part5 .sp-area .sp-circle {
  width: 407px;
  position: absolute;
  left: 472px;
  top: 230px;
  z-index: 1;
  animation: sp-float 4s infinite ease-in-out;
}
.sp-part5 .swiper {
  width: 100%;
  margin-top: 20px;
}
.sp-part5 .swiper .swiper-wrapper {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.sp-part5 .swiper .sp-icon-wrap {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sp-part5 .swiper .sp-p {
  width: 100%;
  height: 66px;
  background: url('/cdn/shop/files/20251114-img5-box-pc.png')
    no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  color: #38200b;
  line-height: 66px;
  text-align: center;
  letter-spacing: -1px;
  font-family: 'Poppins-Regular';
}
.sp-part5 .swiper .sp-p2 {
  font-size: 30px;
  color: #735032;
  line-height: 1.2;
  text-align: center;
  font-family: 'Poppins-Regular';
  padding: 15px 20px 0;
  box-sizing: border-box;
}
.sp-part6 .sp-title-wrap {
  top: 93px;
  padding: 0 120px;
}

.sp-part6 .sp-title {
  font-family: 'against-Regular';
  color: #fff;
}
.sp-part6 .sp-sub-title {
  color: #fff;
  margin-top: 10px;
}
.sp-part6 .sp-puzzle-rect {
  position: absolute;
  width: 100%;
  height: 680px;
  top: 625px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  align-content: center;
}
.sp-part6 .sp-puzzle {
  width: 185px;
}
.sp-part6 .sp-puzzle:nth-child(8),
.sp-part6 .sp-puzzle:nth-child(9),
.sp-part6 .sp-puzzle:nth-child(10) {
  width: 221px;
}
.sp-nav {
  height: 434px;
  background: url('/cdn/shop/files/20251114-nav-bg.png')
    no-repeat;
  background-size: 100% 100%;

  box-sizing: border-box;
}
.sp-nav .sp-box {
  width: 485px;
  position: absolute;
  left: 76px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp-nav .sp-box .sp-items {
  display: flex;
  align-items: baseline;
  line-height: 1;
  position: relative;
}
.sp-nav .sp-box .sp-items .sp-t1 {
  font-family: 'Poppins-SemiBoldItalic';
  font-size: 192px;
  color: #cd1d1c;
}
.sp-nav .sp-box .sp-items .sp-t2 {
  width: 72px;
  height: 72px;
  background: #ffcf88;
  border-radius: 50%;
  border: 10px solid #cd1d1c;
  font-family: 'Poppins-SemiBold';
  font-size: 40px;
  color: #cd1d1c;

  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-left: -30px;
  transform: translateY(-20px);
  padding-top: 4px;
}
.sp-nav .sp-box .sp-items .sp-t3 {
  width: 196px;
  height: 57px;
  background: url('/cdn/shop/files/20251114-nav-box.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 27px;
  left: 195px;
  font-family: 'Poppins-Regular';
  font-size: 29px;
  color: #ffffff;
  line-height: 59px;
  text-align: center;
  font-style: italic;
}
.sp-nav .sp-box .sp-items .sp-t4 {
  font-family: Poppins-Regular;
  font-size: 51px;
  color: #cd1d1c;
  font-style: italic;
  line-height: 0;
  position: relative;
  top: -17px;
}
.sp-nav .sp-box .sp-p1 {
  font-family: 'Poppins-Regular';
  font-size: 28px;
  color: #1f1f1f;
  line-height: 1.2;
}
.sp-nav .sp-box .sp-p1 p {
  font-size: 24px;
}
.sp-nav .sp-box .btn-style {
  width: 421px;
  height: 103px;
  background: url('/cdn/shop/files/20251114-nav-btn.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: 'Poppins-SemiBoldItalic';
  padding-top: 14px;
  box-sizing: border-box;
  padding-left: 36px;
  animation: skip 4s infinite;
  margin-top: 4px;
}
.sp-nav .sp-box .btn-style .sp-arrow {
  width: 83px;
  transform: translateY(7px);
}
.sp-nav .sp-box .btn-style .sp-p {
  font-size: 39px;
  color: #ffffff;
  line-height: 1;
}
.sp-nav .sp-box .btn-style .sp-p::before {
  text-shadow: 0px 7px 25px rgba(221, 4, 4, 0.7);
}
.sp-nav .sp-box .btn-style .sp-p::after {
  background: linear-gradient(
    -64deg,
    #fff0dc 0%,
    #ffe1b4 50.5126953125%,
    #ffe6cd 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-nav .sp-ul {
  width: 235px;
  position: absolute;
  left: 555px;
  top: 65px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  font-style: italic;
}
.sp-nav .sp-li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.sp-nav .sp-li .sp-icon {
  width: 26px;
  height: 24px;
  transform: translateY(3px);
  flex-shrink: 0;
  background: url('/cdn/shop/files/20251114-nav-icon.png')
    no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 120px 40px 120px;
}
.product-part .sp-text1 {
  font-family: 'Poppins-Medium';
  font-size: 28px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.product-part .sp-color {
  color: #ff7800;
}
.product-part .sp-title {
  font-family: 'Poppins-Bold';
  font-size: 58px;
  color: #1b1b1b;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 28px;
}

.sp-scroll2 {
  position: relative;
  margin-bottom: 80px;
  margin-left: -40px;
}

.sp-scroll2 .nav-imgs .sp-img-wrap {
  width: 1700px !important;

  display: flex;
  justify-content: space-around;
}
.sp-scroll2 .sp-icon {
  width: 39px;
  flex-shrink: 0;
}
.sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: 'Poppins-Regular';
  font-size: 32px;
  color: #38200b;
}
.product-box {
  width: 100%;
  height: 460px;
  background: #ffffff;
  box-shadow: 1px 1px 18px 0px rgba(23, 15, 0, 0.09);
  border-radius: 30px;

  display: flex;
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.product-part .sp-brand {
  width: 133px;
  height: 132px;
  background: url('/cdn/shop/files/20251114-brand-circle-pc.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -42px;
  left: -34px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-family: 'MiSans-Bold';
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.product-part .sp-brand .sp-p {
  font-size: 42px;
}
.product-part .sp-brand2 {
  width: 308px;
  height: 55px;
  background: url('/cdn/shop/files/20251114-brand-pc.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -13px;
  left: 88px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 32px;
  color: #fefefe;
  line-height: 54px;
  font-family: 'Poppins-Bold';
}
.product-part .sp-brand3 {
  width: 310px;
  height: 81px;
  background: url('/cdn/shop/files/20251114-brand.png')
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  box-sizing: border-box;
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  font-family: 'Poppins-Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.product-part .sp-brand3 .sp-icon {
  width: 38px;
}
.sp-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap {
  width: 520px;
  height: 100%;

  box-sizing: border-box;
}
.product-part .sp-p-img {
  height: 346px;
}
.product-part .sp-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 450px;
}

.product-part .sp-title-s {
  font-family: 'Poppins-Bold';
  font-size: 46px;
  color: #282828;
  text-align: center;
  line-height: 1.1;
}

.product-part .sp-subtitle-s {
  font-family: 'Poppins-Bold';
  font-size: 32px;
  line-height: 1.2;
  color: #282828;
  text-align: center;
}

.product-part .sp-price-group {
  line-height: 1;
  align-items: baseline;
  margin-top: 33px;
  margin-bottom: 25px;
}

.product-part .sp-price1 {
  font-family: 'Poppins-Bold';
  font-size: 46px;
  color: #d90000;
}

.product-part .sp-price2 {
  font-family: 'Poppins-Medium';
  font-size: 30px;
  color: #7a7979;
  margin-left: 25px;
}
.product-part .sp-price3 {
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #2b2b2b;
  margin-bottom: 26px;
}
.product-part .sp-price3 .sp-span {
  color: #d90000;
}
.product-part .sp-btn-style {
  width: 420px;
  height: 90px;
  background: #cd0808;
  border-radius: 45px;
  font-family: 'Poppins-Bold';
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  animation: skip 4s infinite;
}
.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 30px;
  color: #666666;
  font-family: 'Poppins-Medium';
  margin-top: 20px;
}
.sp-tip5 img {
  width: 51px;
}

@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: 300px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid rgba(153, 153, 153, 0.96);
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eeeeee;
  /* margin-bottom: 38px; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 160px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 32px;
  color: #000000;
  border-left: 2px solid #646464;
  border-right: 2px solid #646464;
  line-height: 40px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp-header-top .sp-cart.on,
.sp-btn-style2 .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);
  }
}

#commit {
  height: 1565px;
  background-color: #333333;
}
.sp-footer-img {
  width: 854px;
  display: block;
  margin: 0px auto 25px;
}
.sp-footer-img2 {
  width: 900px;
  display: block;
}
.sp-footer-box1 {
  width: 100%;
  background: #eef8fe;
  border-radius: 10px;
  padding: 34px 34px 50px;
  box-sizing: border-box;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: 'Roboto-Bold';
  font-size: 36px;
  color: #282828;
  margin-bottom: 28px;
}
.sp-footer-box2 {
  width: 100%;
  background: #fdfcf5;
  border-radius: 10px;
  padding: 30px 38px;
  box-sizing: border-box;
  margin-top: 30px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #282828;
  margin-bottom: 32px;
}
.sp-footer-box2 img {
  width: 55px;
}
.sp-footer-box2 .sp-li {
  font-size: 31px;
  color: #666666;
  font-family: 'Roboto-Medium';
  line-height: 1.2;
  margin-top: 16px;
}
.sp-footer-box2 span {
  font-family: 'Roboto-Bold';
}

.sp-circles {
  width: 204px;
  height: 204px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 28px;
  color: #fffefe;
  text-align: center;
  line-height: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circles p {
  font-size: 57px;
}
.sp-circle1 {
  background-image: url('/cdn/shop/files/20251114-circle1.png');
}
.sp-circle2 {
  background-image: url('/cdn/shop/files/20251114-circle2.png');
}
.sp-circle3 {
  background-image: url('/cdn/shop/files/20251114-circle3.png');
}

.sp-circle-part {
  padding: 105px 40px 100px;
  background: url('/cdn/shop/files/20251114-circle-wrap.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-circle-part .sp-title {
  margin-bottom: 76px;
  font-size: 70px;
  color: #ffffff;
}
.sp-circle-part .sp-item {
  width: 100%;
  height: 280px;
  background: #f9f7f2;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 41px;
  display: flex;
  align-items: center;
  padding-left: 58px;
  box-sizing: border-box;
  gap: 50px;
  padding-right: 40px;
}
.sp-circle-part .sp-item .sp-circle {
  height: 204px;
}
.sp-circle-part .sp-item .sp-p1 {
  font-family: 'Poppins-Bold';
  font-size: 42px;
  color: #38200b;
  line-height: 45px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sp-circle-part .sp-item .sp-p2 {
  font-family: 'Poppins-Regular';
  font-size: 28px;
  color: #735032;
  line-height: 35px;
}
.sp-q-part {
  padding: 90px 60px 180px;
}

.sp-q-part .sp-title {
  font-family: 'Poppins-Bold';
  font-size: 70px;
  color: #38200b;
  line-height: 1.05;
  margin-bottom: 51px;
}
.sp-q-part .sp-title .sp-span {
  font-size: 30px;
  color: #ee7401;
  font-family: 'Poppins-Medium';
}
.sp-q-part .sp-box .sp-item {
  /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
  margin-bottom: 36px;
}
.sp-q-part .q-row {
  /* width: 1000px; */
  height: 122px;
  background: #ffffff;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;

  font-family: 'Poppins-SemiBold';
  font-size: 33px;
  color: #38200b;
  line-height: 1.2;
  cursor: pointer;
  padding-left: 78px;
  user-select: none;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  padding-right: 160px;
}

.sp-q-part .q-row .sp-icon {
  width: 32px;
  height: 32px;
  background: #3c3c3c;
  position: absolute;
  right: 83px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.sp-q-part .q-row .sp-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/cdn/shop/files/202511132-add-icon.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-q-part .sp-text {
  padding-left: 76px;
  padding-right: 40px;
  box-sizing: border-box;
  font-family: 'Poppins-Medium';
  font-size: 25px;
  color: #191919;
  line-height: 41px;
  display: none;
  padding-bottom: 35px;
  margin-top: 30px;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
.sp-q-part .sp-show .q-row {
  color: #ffffff;
  background: #38200b;
}
.sp-q-part .sp-show .sp-icon {
  background: #ffffff;
}
.sp-q-part .sp-show .sp-icon::after {
  content: '';
  background: url('/cdn/shop/files/202511132-reduce-icon.png')
    no-repeat;
  background-size: 100% 100%;
}
.sp-q-part .sp-show .sp-text {
  display: block;
  opacity: 1;
}
.sp-q-part .sp-btn-style1 {
  margin-top: 90px;
}
.sp-menu-mask {
  background: rgba(11, 11, 11, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
}
.sp-menu {
  width: 473px;
  -webkit-overflow-scrolling: touch;
  background-color: #f2f2f2;

  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 110px;
  box-sizing: border-box;
  animation: stuckMoveLeft 0.5s;
}

.sp-menu .sp-menu-item {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgba(71, 71, 71, 0.14);

  font-family: 'Poppins-Bold';
  font-size: 33px;
  color: #636363;
}
.sp-menu .sp-menu-item a {
  width: 100%;
  height: 100%;
  padding-left: 55px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.sp-menu .sp-menu-item a .sp-span {
  width: 60px;
  height: 28px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin-left: 25px;
}
.sp-menu .sp-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sp-menu li .sp-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  padding-left: 55px;
}

.sp-menu li .sp-row a img {
  width: 31px;
  height: 31px;
}
.sp-menu .sp-close-btn {
  position: absolute;
  top: 37px;
  right: 22px;
  width: 39px;
  cursor: pointer;
}

.sp-mask {
  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;
}
.sp-pop .img-pop {
  width: 94%;
  overflow: hidden;
  padding: 0 80px;

  position: relative;
  z-index: 101;
}
.sp-pop .img-pop > div {
  width: 100%;
}
.sp-pop .img-pop .sp-img {
  position: relative;
  z-index: 102;
  width: auto;
  width: 100%;
}
.sp-mask .img-pop .close-btn {
  width: 94px;
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp-btn-style2 {
  width: 1080px;
  height: 168px;
  background: url('/cdn/shop/files/20251114-btn-bg.png')
    no-repeat;
  background-size: 100% 100%;
  display: flex;

  justify-content: space-between;
  z-index: 9;
  align-items: center;
  box-sizing: border-box;
}
.sp-btn-style2 .sp-area {
  width: 458px;
  text-align: center;
  font-size: 22px;
  color: #f81111;
  line-height: 1.2;
  font-family: Roboto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
}
.sp-btn-style2 .sp-area .sp-leaf {
  width: 76px;
}
.sp-btn-style2 .sp-area .sp-t1 {
  font-family: 'Poppins-Bold';
  font-style: italic;
  font-size: 22px;
  color: #ffefcb;
}
.sp-btn-style2 .sp-area .sp-t2 {
  width: 216px;
}
.sp-btn-style2 .sp-area .sp-t3 {
  font-family: 'Poppins-Regular';
  font-size: 15px;
  color: #ffffff;
}
.sp-btn-style2 .sp-area2 {
  width: 649px;
  height: 168px;
  font-size: 56px;
  font-family: 'MiSans-Bold';

  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  animation: skip 4s infinite 1s;
  line-height: 1.3;
}

.sp-btn-style2 .sp-area2 .sp-p {
  font-family: 'Poppins-SemiBold';
  font-size: 29px;
}

.sp-btn-style2 .sp-cart {
  width: 95px;
  height: 94px;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 0px;
}
.sp-btn-style2 .sp-cart img {
  width: 73px;
}

.sp-btn-style2 .sp-cart .sp-num {
  width: 52px;
  height: 52px;
  right: -12px;
  top: -12px;
  font-size: 31px;
  border: none;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}

.sp-pc {
  display: none;
}

@media screen and (min-width: 1080px) {
    .sp_product_part .sp-clock-s {
  right: 29px;
  top: 439px;
  gap: 14px;
  font-size: 12px;
}
.sp_product_part .sp-clock-s .square {
  width: 40px;
  height: 38px;
  font-size: 25px;
}
  .sp-circle-part {
    padding: 55px 260px 60px;
    background: url('https://cdn.shopify.com/s/files/1/0677/8188/6176/files/20251114-circle-wrap-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }
  .sp-circle-part .sp-title {
    margin-bottom: 70px;
    font-size: 50px;
    color: #ffffff;
  }

  .sp-circle-part .sp-box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .sp-circle-part .sp-item {
    width: 445px;
    height: 216px;
    border-radius: 25px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 10px 0;
    box-sizing: border-box;
    gap: 0px;
    text-align: center;
    position:relative;
  }
  .sp-circle-part .sp-item .sp-circles {
    width: 86px;
    height: 86px;
    transform: translateY(-50%);
    position: absolute;
    top: 0;
  }
  .sp-circle-part .sp-content {
    margin-top: 0px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .sp-circle-part .sp-item .sp-p1 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 1.2;
  }
  .sp-circle-part .sp-item .sp-p2 {
    font-size: 13px;
    line-height: 22px;
  }
.sp-q-part {
        padding: 45px 310px 160px;
    }
.sp_product_part .sp-clock-s .sp-dots {
  height: 40px;
  gap: 6px;
}
.sp_product_part .sp-clock-s .sp-dot {
  background: #ffffff;
  border-radius: 50%;
}
.sp_product_part .sp-row1 {
  top: 442px;
  left: 30px;
  gap: 10px;
}
.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  /* height: 398px; */
  max-width: 100%;
}
.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  padding: 15px 10px 0;
}
.sp_product_content {
  padding: 50px 260px 0;
}
.sp_pc {
  display: block;
}
.sp_mobile {
  display: none;
}
  #root {
    max-width: unset;
  }
  .sp-pc {
    display: block;
  }
  .sp-mobile {
    display: none !important;
  }
  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-header-top {
    height: 30px;
    font-size: 15px;
  }

  .header-bottom {
    width: 100%;
    height: 34px;
    font-size: 16px;
  }

  .header-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header-bottom img {
    width: 13px;
  }
.sp-fixed.sp-header-inner {
  background-color: #fff;
  top: 30px;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  transform: unset;
  padding: 0 260px;
  /* z-index: 9999; */
}
.sp-fixed.sp-header-inner ul {
  color: #000;
}
.sp-fixed.sp-header-inner .sp-logo {
  color: #000;
}
.sp-fixed .sp-cart .sp-icon {
  background-image: url("https://cdn.shopify.com/s/files/1/0728/3517/0472/files/202512252-cart.png?v=1767492085");
}

  .sp-header-inner {
    width: 100%;
    height: 70px;
    background: #ffffffaa;
    border-radius: 35px;
    padding: 0 70px 0 80px;
  }
  .sp-header-inner .sp-logo {
    width: 115px;
    margin-right: 38px;
    vertical-align: sub;
  }

  .sp-header-inner .sp-menu-item {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    color: #333333;
  }
  .sp-header-inner .sp-menu-item a {
    padding-right: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-header-inner .sp-menu-item a .sp-span {
    width: 50px;
    height: 13px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    line-height: 13px;
    margin-left: 3px;
  }
  .sp-header-inner .sp-menu-item:hover {
    color: #00f6ff;
  }
  .sp-top-btn {
    width: 183px;
    height: 35px;
    font-size: 16px;
    margin-right: 0px;
  }
  #root {
    max-width: unset;
  }
  .sp-pc {
    display: block;
  }
  .sp-mobile {
    display: none !important;
  }
  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-header-top {
    height: 30px;
    font-size: 15px;
  }

  .header-bottom {
    width: 100%;
    height: 34px;
    font-size: 16px;
  }

  .header-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header-bottom img {
    width: 13px;
  }

  .sp-header-inner {
    width: 100%;
    height: 70px;
    background: #ffffffaa;
    border-radius: 35px;
    padding: 0 70px 0 80px;
  }
  .sp-header-inner .sp-logo {
    width: 115px;
    margin-right: 38px;
    vertical-align: sub;
  }

  .sp-header-inner .sp-menu-item {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    color: #333333;
  }
  .sp-header-inner .sp-menu-item a {
    padding-right: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-header-inner .sp-menu-item a .sp-span {
    width: 62px;
    height: 13px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    line-height: 13px;
    margin-left: 3px;
  }
  .sp-header-inner .sp-menu-item:hover {
    color: #00f6ff;
  }
  .sp-top-btn {
    width: 183px;
    height: 35px;
    font-size: 16px;
    margin-right: 0px;
  }
  .sp-cart {
    /* width: 36px; */
    height: 36px;
    border-radius: 4px;
    /* border: 3px solid #4e4e4e80; */

    margin-right: 20px;
  }
  .sp-cart .sp-icon {
    width: 26px;
  }
  .sp-cart .sp-num {
    width: 24px;
    height: 24px;
    border: none;
    right: -12px;
    top: -6px;
    font-size: 17px;
  }

  .sp-part1 {
    height: 951px;
    box-sizing: border-box;
    padding-top: 35px;
    background: url('/cdn/shop/files/20251114-img1-pc.png')
      no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
  .sp-part1 .sp-content {
    width: 630px;
    text-align: left;
    margin-top: 100px;
  }
  .sp-part1 .sp-title {
    font-size: 52px;
    text-align: left;
  }
  .sp-part1 .sp-sub-title {
    font-size: 20px;
    padding: 0;
    line-height: 32px;
    text-align: left;
  }
  .sp-part1 .sp-box {
    width: 1442px;
    height: 192px;
    background: url('/cdn/shop/files/20251114-img1-box-pc.png')
      no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 864px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
  }

  .sp-part1 .sp-box .sp-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    height: 100%;
    font-size: 18px;
    line-height: 1.2;
  }
  .sp-part1 .sp-box .sp-item .sp-p {
    font-size: 30px;
  }
  .sp-part1 .sp-box .sp-item .sp-icon {
    height: 50px;
  }
  .sp-part1 .sp-circle {
    position: absolute;
    top: 140px;
    left: 956px;
    width: 680px;
    animation: sp-float 4s infinite ease-in-out;
  }

  .sp-part1 .sp-title {
    line-height: 90px;
    font-size: 77px;
  }
  .sp-part1 .sp-sub-title {
    font-size: 20px;
    color: #735032;
    line-height: 30px;
    padding: 0;
    margin-top: 34px;
  }

  .sp-part1 .sp-row2 {
    font-size: 38px;
    line-height: 1;
    text-align: left;
    margin-bottom: 16px;
    display: block;
  }
  .sp-part1 .sp-row3 {
    width: 537px;
    gap: 11px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .sp-part1 .sp-row3 .sp-icon {
    width: 29px;
  }
  .sp-btn-style1 {
    width: 537px;
    height: 72px;
    font-size: 26px;
  }
  .sp-part1 .sp-btn-style1 {
    margin-top: 74px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .sp-btn-style1 .sp-arrow {
    width: 57px;
    height: 57px;
    right: 8px;
  }
  .sp-btn-style1 .sp-arrow img {
    width: 34px;
  }
  .sp-title {
    font-size: 50px;
    line-height: 1;
  }

  .sp-sub-title {
    font-size: 20px;
    margin-top: 32px;
  }
  .sp-part2 .sp-content .sp-title,
  .sp-part2 .sp-content .sp-sub-title,
  .sp-part3 .sp-title,
  .sp-part3 .sp-sub-title {
    text-align: left;
  }

  .sp-part2 {
    height: 1580px;
    padding: 145px 0 0px;
    box-sizing: border-box;
    background: url('/cdn/shop/files/20251114-img2-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part2 .sp-sub-title {
    margin-top: 22px;
  }
  .sp-part2 .sp-group {
    display: flex;
    justify-content: center;
    gap: 44px;
    margin-top: 30px;
  }
  .sp-part2 .sp-group .swiper-slide {
    width: 234px;
  }
  .sp-part2 .sp-group .sp-text {
    top: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    font-size: 19px;
    color: #ffffff;
    line-height: 23px;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Poppins-Regular';
  }
  .sp-part2 .sp-group .sp-text .sp-icon {
    width: 45px;
    margin: 0 auto 12px;
  }
  .sp-part2 .sp-content {
    position: absolute;
    left: 994px;
    top: 712px;
    width: 660px;
  }
  .sp-part2 .sp-area2 {
    position: unset;
    width: 100%;
  }
  .sp-part2 .sp-area2 .sp-t {
    text-align: left;
    font-size: 28px;
    margin-bottom: 12px;
  }
  .sp-part2 .sp-area2 .sp-sub-title {
    width: 600px;
    margin-top: 34px;
    padding: 0;
  }
  .sp-part2 .sp-box {
    width: 646px;
    height: 382px;
    background: #ffffff;
    box-shadow: 11px 11px 24px 0px rgba(45, 25, 11, 0.11);
    border-radius: 30px;
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    margin-top: 82px;
    padding-top: 1px;
  }
  .sp-part2 .sp-box .swiper {
    width: 100%;
    margin-top: -26px;
  }
  .sp-part2 .sp-box .swiper .sp-img {
    width: 478px;
    margin: 78px auto 0;
  }
  .sp-part2 .sp-box .sp-row {
    width: 389px;
    height: 52px;
    background: linear-gradient(87deg, #e3ab54, #fdfce7, #e3ab54);
    border-radius: 26px;
    font-size: 18px;
    gap: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp-part2 .sp-box .sp-row .sp-span {
    font-family: 'Poppins-Medium';
    font-size: 28px;
  }
  .sp-part2 .sp-box .sp-row .sp-icon {
    width: 21px;
  }
  .sp-part2 .sp-swiper-btn-wrap {
    top: 160px;

    padding: 0 28px;
  }
  .sp-part2 .swiper-btn {
    width: 25px;
    height: 44px;
  }

  .sp-part2 .swiper {
    width: 100%;
    padding-bottom: 40px;
  }
  .sp-part2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
  }

  .sp-part3 {
    background: url('/cdn/shop/files/20251114-img3-bg-pc.png')
      no-repeat;
    background-size: 100% 100%;
    height: 1292px;
    padding: 76px 232px 0;
    box-sizing: border-box;
  }
  .sp-part3 .sp-sub-title {
    width: 650px;
    padding: 0;
    font-size: 20px;
    color: #735032;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .sp-part3 .sp-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp-part3 .sp-row {
    display: flex;
    gap: 22px;
  }
  .sp-part3 .sp-row .sp-img {
    width: 206px;
  }
  .sp-part3 .sp-t {
    font-size: 28px;
    text-align: left;
    margin: 0 auto 12px;
  }
  .sp-part3 .sp-left {
    width: 700px;
    flex-shrink: 0;
  }
  .sp-part3 .sp-right {
    width: 640px;
    flex-shrink: 0;
  }
  .sp-part3 .sp-gif {
    width: 620px;
    height: 507px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0px 0 40px auto;
  }
  .sp-part3 .sp-img-p {
    width: 125px;
    top: 240px;
    right: 12px;
  }

  .sp-part3 .sp-box {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    font-family: 'Poppins-Regular';
    font-size: 20px;
    color: #735032;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
  }
  .sp-part3 .sp-box .sp-item {
    width: 188px;
  }
  .sp-part3 .sp-box .sp-num {
    height: 31px;
    display: block;
    margin: 0 auto 18px;
  }

  .sp-part3 .sp-box .sp-item .sp-p {
    height: unset;
  }
  .sp-part3 .sp-gif2 {
    border-radius: 20px;
  }
  .sp-part3 .sp-btn-style1 {
    margin-left: 0;
    margin-top: 58px;
  }
  .sp-part4 {
    margin: 40px auto 0;
    width: 100%;
  }
  .sp-part4 .sp-content {
    width: 550px;
    position: absolute;
    left: 86px;
    top: 56px;
  }
  .sp-part4 .sp-content .sp-title {
    font-size: 29px;
    color: #38200b;
    line-height: 48px;
  }
  .sp-part4 .sp-sub-title {
    font-size: 20px;
    color: #735032;
    line-height: 30px;
    width: 550px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .sp-part4 .sp-line {
    width: 552px;
    height: 2px;
    background: #b0580b;

    margin: 25px 0 32px;
  }

  .sp-part4 .sp-box {
    width: 520px;
    font-size: 15px;
    color: #735032;
    line-height: 19px;
    gap: 40px;
  }
  .sp-part4 .sp-item .sp-p {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .sp-part4 .sp-item .sp-span {
    font-size: 15px;
  }
  .sp-part5 {
    padding: 63px 0px 60px;
  }
  .sp-part5 .sp-t {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .sp-part5 .sp-title {
    transform: translateX(40px);
  }
  .sp-part5 .sp-title .sp-span {
    width: 270px;
    display: inline-block;
  }
  .sp-part5 .sp-area {
    width: 772px;
    margin-left: 368px;
    margin-top: -75px;
  }

  .sp-part5 .sp-area .sp-circle {
    width: 322px;
    position: absolute;
    left: 372px;
    top: 182px;
    z-index: 1;
    animation: sp-float 4s infinite ease-in-out;
  }
  .sp-part5 .sp-img1 {
    width: 1005px;
    margin: 40px auto 0;
    display: block;
  }
  .sp-part5 .sp-col {
    position: absolute;
    left: 40px;
    top: 140px;
  }
  .sp-part5 .sp-col2 {
    position: absolute;
    right: -10px;
    top: 140px;
  }

  .sp-part5 .sp-item {
    width: 323px;
  }
  .sp-part5 .sp-item .sp-icon-wrap {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .sp-part5 .sp-item .sp-p {
    width: 100%;
    height: 41px;
    background: url('/cdn/shop/files/20251114-img5-box-pc.png')
      no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    color: #38200b;
    line-height: 42px;
    text-align: center;
    font-family: 'Poppins-Regular';
  }
  .sp-part5 .sp-item .sp-p2 {
    font-size: 16px;
    color: #735032;
    line-height: 21px;
    text-align: center;
    font-family: 'Poppins-Regular';
    padding: 10px 20px 0;
    box-sizing: border-box;
  }
  .sp-part6 {
    height: 565px;
    background: url('/cdn/shop/files/20251114-img6-bg-pc.png')
      no-repeat;
    background-size: 100% 100%;
    padding: 33px 130px;
    box-sizing: border-box;
  }
  .sp-part6 .sp-title-wrap {
    top: 195px;
    width: 600px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  .sp-part6 .sp-title {
    font-family: 'against-Regular';
    font-size: 49px;
    color: #ffffff;
    line-height: 60px;
  }
  .sp-part6 .sp-sub-title {
    margin-top: 20px;
  }
  .sp-part6 .sp-puzzle-rect-pc {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    gap: 9px 11px;
    flex-wrap: wrap;
    align-content: center;
  }
  .sp-part6 .sp-puzzle {
    width: 195px;
  }
  .sp-part6 .sp-puzzle:nth-child(8),
  .sp-part6 .sp-puzzle:nth-child(9),
  .sp-part6 .sp-puzzle:nth-child(10) {
    width: unset;
  }
  .sp-part6 .sp-puzzle7,
  .sp-part6 .sp-puzzle8,
  .sp-part6 .sp-puzzle9,
  .sp-part6 .sp-puzzle10,
  .sp-part6 .sp-puzzle11,
  .sp-part6 .sp-puzzle12,
  .sp-part6 .sp-puzzle13,
  .sp-part6 .sp-puzzle14,
  .sp-part6 .sp-puzzle15,
  .sp-part6 .sp-puzzle16 {
    height: 114px;
    width: unset;
  }
  .sp-part6 .sp-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .sp-part6 .sp-row {
    display: flex;
    gap: 10px;
  }
  
}
.sp_product_part {
  width: 100%;
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  padding: 85px 0px 80px;
}

.sp_product_part .sp-text1 {
  font-family: "Poppins-Medium";
  font-size: 20px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}
.sp_product_part .sp-text1 .sp-span {
  color: #ff7800;
}
.sp_product_part .sp-text1 .sp-icon {
  height: 17px;
}
.sp_product_part .sp-title1 {
  font-family: "Poppins-Bold";
  font-size: 50px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.sp_product_part .sp-title1 .sp-span {
  color: #ff7800;
}
.sp_product_part .sp-title1 img {
  animation: skip 4s infinite;
}

.sp-icon-wraps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}
.sp-icon-wraps .sp-icon {
  width: 18px;
}
.sp-icon-wraps .sp-p {
  gap: 14px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #3f3f3f;
  font-family: "Poppins-Regular";
}
.sp_product_content {
  width: 100%;
  /* padding: 50px 260px 0; */
  display: flex;
  gap: 65px;
  box-sizing: border-box;
}
.sp_product_part .sp-img-wrap {
  background: url("https://cdn.shopify.com/s/files/1/0660/3050/2121/files/202601202-pro-bg.png") no-repeat;
  background-size: 100% 100%;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

#root .sp_product_part .sp-img-wrap .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  height: 398px;
}

.sp_product_part .sp-tip {
  background: #fff000;
  border-radius: 20px 0px 10px 0px;
  position: absolute;
  top: 13px;
  left: 11px;
  padding: 0 55px;
  height: 57px;
  display: flex;
  align-items: center;
  gap: 1px;
  justify-content: center;
  font-family: "Poppins-Medium";
  font-size: 24px;
  color: #232323;
  z-index: 2;
}

.sp_product_part .sp-row1 {
  position: absolute;
  display: flex;
  align-items: center;
}
.sp_product_part .sp-row1 .sp-icon {
  height: 47px;
  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row1 .sp-line-wrap {
  width: 344px;
  height: 13px;
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 7px;
  overflow: hidden;
}
.sp_product_part .sp-row1 .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
}
@keyframes sp-fade-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.sp_product_part .sp-row1 .sp-p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
.sp_product_part .sp-row1 .sp-p .sp-icon-s {
  width: 19px;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-family: "Poppins-SemiBold";
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  background: #ffffff;
  border-radius: 9px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  flex-shrink: 0;
  padding-top: 2px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp_product_part .sp-clock-s .sp-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-gap {
  width: 606px;
  height: 2px;
  background: #9d9d9d;
  opacity: 0.29;
  margin-top: 12px;
}
.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}

.sp_product_part .sp-title-s {
  font-size: 28px;
  color: #0b0b0b;
  line-height: 35px;
  font-family: "Poppins-SemiBold";
}
.sp_product_part .option-title {
  font-size: 22px;
  color: #696969;
  font-family: "Roboto-Medium";
  line-height: 1;
  margin: 20px 0px 12px;
}

.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.sp_product_part .sp-option {
  min-width: 133px;
  padding: 10px 15px;
  min-height: 48px;
  background: #f7f7f7;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  font-family: "Poppins-Medium";
  font-size: 23px;
  color: #5d5d5d;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  user-select: none;
  text-align: center;
}

.sp_product_part .sp-option.active {
  border-color: #ff4800;
  background-color: #ff7200;
  color: #ffffff;
}

.sp_product_part .sp-option .sp-hot {
  width: 24px;
  position: absolute;
  right: 7px;
  top: -16px;
  z-index: 2;
  animation: skip 4s infinite;
}
.sp_product_part .sp-option .sp-icon {
  width: 23px;
}
.sp_product_part .sp-opt-group2 .sp-option {
  min-width: 586px;
}
.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 16px;
  align-items: baseline;
  margin-bottom: 16px;
}
.sp_product_part .sp-price1 {
  font-family: "Poppins-Bold";
  font-size: 46px;
  color: #ff0707;
}

.sp_product_part .sp-price2 {
  font-family: "Poppins-Bold";
  font-size: 27px;
  color: #9d9d9d;
  margin-left: 10px;
}
.sp_product_part .sp-row {
  margin-left: 22px;
  display: flex;
  align-items: center;
  transform: translateY(6px);
}

.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 36px;

  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row .sp-p {
  width: 180px;
  height: 30px;
  background: #fd771b;
  border-radius: 10px;
  font-family: "Poppins-Bold";
  font-size: 20px;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  margin-left: -20px;
  padding-left: 15px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #fff3e0;
  border-radius: 10px;
  font-family: "Poppins-Medium";
  box-sizing: border-box;
  font-size: 26px;
  color: #312a2a;
  gap: 15px;
  text-transform: uppercase;
  line-height: 1;
}
.sp_product_part .addCart img {
  width: 26px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #e00000;
  border-radius: 10px;
  cursor: pointer;
  margin: 21px 0 34px 0;
  font-size: 42px;
  color: #ffffff;
  font-family: "Poppins-Bold";

  animation: skip 4s infinite;
  text-align: center;

  box-sizing: border-box;
}

.sp-tip5 {
  width: 594px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  color: #141414;
  font-family: "Poppins-Medium";
}
.sp-tip5 img {
  width: 44px;
  animation: skip 4s infinite;
}
.sp-tip5 .sp-span {
  color: #e80000;
}

@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: 264px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #828282;
  padding: 0px 22px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing:content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 27px;
  color: #000000;
  /* border-left: 2px solid #646464;
  border-right: 2px solid #646464; */
  line-height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp_header-content .sp-cart.on,
.sp-btn-style2 .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-footer-wrap {
  width: 540px;
  margin: 0 auto;
}
.sp-footer-img {
  width: 550px;
  display: block;
  margin: 24px auto 25px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}
.sp-footer-box1 {
  width: 100%;
  background: #eef8fe;
  border-radius: 10px;
  padding: 20px 24px 30px;
  box-sizing: border-box;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 25px;
}
.sp-footer-box2 {
  width: 100%;
  background: #fdfcf5;
  border-radius: 10px;
  padding: 16px 24px;
  box-sizing: border-box;
  margin-top: 20px;
}
.sp-footer-box2 .sp-icon {
  width: 25px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: "Poppins-SemiBold";
  line-height: 1.2;
  margin-top: 10px;
}
.sp-cart {
  width: 36px;
  /* height: 36px;
  border-radius: 4px;
  border: 2px solid #4e4e4e; */
  margin-right: 35px;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 35px;
  height: 33px;
  background: url("https://cdn.shopify.com/s/files/1/0728/3517/0472/files/202512252-cart.png?v=1767492085") no-repeat;
  background-size: 100% 100%;
}
.sp-cart .sp-num {
  width: 18px;
  height: 18px;
  background: #cf0101;
  border-radius: 50%;
  border: 2px solid #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -5px;
  font-size: 13px;
  font-family: "Poppins-Bold";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #8a8a8a;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
@media screen and (max-width: 1080px) {
  .mf-bundle-product {
zoom: 2.2;
}
.sp-cart .sp-icon {
        width: 100%;
        height: 100%;
        background: unset;
    }
    .sp_product_part .sp-clock-s .square.sp_minute{
            margin-left: 22px;margin-left: 13px;
    }
        .sp_product_part .sp-clock-s .square.sp_second{
            margin-left: 13px;
    }

#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 43px;
margin-bottom: 40px;
}

#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
  .sp-scroll2 {
    position: relative;
    width: 1080px;
    overflow: hidden;
  }

  .sp-scroll2 .nav-imgs .sp-flex-x {
    width: 1600px !important;
    display: flex;
    justify-content: space-around;
  }
  .sp-scroll2 .sp-icon {
    width: 39px;
    flex-shrink: 0;
  }
  .sp-scroll2 .sp-p {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: "Poppins-Regular";
    font-size: 32px;
    color: #3f3f3f;
  }
      .sp-btn-style2 .sp-area2 {
    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: "Poppins-Bold";
    font-size: 50px;
    color: #232222;
    text-align: center;
    line-height: 1.2;
  }
  .sp-btn-style2 .sp-area2 .sp-r1 {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
  }
  .sp-btn-style2 .sp-area2 .sp-a {
    animation: skip2 4s infinite 1s;
  }
  .sp-btn-style2 .sp-area2 .sp-row {
    font-family: "Poppins-SemiBold";
    font-size: 29px;
    color: #434343;
    text-shadow: unset;
  }
  .sp-btn-style2 .sp-area2 .sp-row .sp-span {
    color: #e20000;
  }
  .sp-btn-style2 .sp-area2 .sp-cart {
    width: 73px;
    height: 64px;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 0;
    border: none;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-icon {
    width: 49px;
    height: auto;
    background: unset;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /* border: 4px solid #ffffff; */
    top: 6px;
    right: 8px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }
  .sp_product_part {
    width: 100%;
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    padding: 110px 0px 80px;
  }

  .sp_product_part .sp-text1 .sp-icon {
    height: 24px;
    margin-right: 15px;
  }
  .sp_product_part .sp-text1 {
    font-size: 28px;
    white-space: nowrap;
    margin-bottom: 28px;
  }

  .sp_product_part .sp-title1 {
    font-size: 64px;
    margin-bottom: 25px;
    line-height: 1;
  }
  .sp_product_part .sp-title1 img {
    display: none;
  }
  .sp_product_content {
    padding: 74px 55px 0;
    flex-direction: column;
  }

  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 684px;
    padding: 20px 14px 0;
    margin: 0 auto;
  }
  #root .sp_product_part .sp-img-wrap .swiper-slide {
    height: 528px !important;
    background-color: #fff;
  }
  .sp_product_part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    height: 85%;
  }
  .sp_product_part .sp-row1 {
    top: 587px;
    left: 40px;
    gap: 12px;
  }
  .sp_product_part .sp-row1 .sp-icon {
    height: 64px;
  }
  .sp_product_part .sp-row1 .sp-line-wrap {
    width: 472px;
    height: 18px;
  }
  .sp_product_part .sp-row1 .sp-p {
    font-size: 22px;
  }
  .sp_product_part .sp-row1 .sp-p .sp-icon-s {
    width: 27px;
  }
  .sp_product_part .sp-clock-s {
    right: 22px;
    top: 582px;

    gap: 15px;
    font-size: 22px;
  }
  .sp_product_part .sp-clock-s .square {
    width: 52px;
    height: 52px;
    font-size: 34px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    height: 52px;
    gap: 8px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 7px;
    height: 7px;
  }
  .sp_product_part .sp-gap {
    width: 100%;
    width: 941px;
  }
  .sp_product_part .sp-tip {
    padding: 0 78px;
    height: 78px;
    left: 14px;
    top: 18px;

    font-size: 33px;
  }

  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .sp_product_part .option-title {
    font-size: 35px;
    margin: 28px 0px 16px;
  }

  .sp_product_part .opt-group {
    gap: 18px;
  }

  .sp_product_part .sp-option {
    min-width: 210px;
    min-height: 76px;
    font-size: 34px;
    padding: 16px 40px;
    border-radius: 5px;
        line-height: 1.1;
  }

  .sp_product_part .sp-option .sp-hot {
    width: 39px;
    position: absolute;
    right: 10px;

    top: -25px;
    z-index: 2;
  }
  .sp_product_part .sp-opt-group2 .sp-option {
    min-width: 938px;
  }
  .sp_product_part .sp-option .sp-icon {
    width: 38px;
  }
  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 30px;
    align-items: baseline;
    margin-bottom: 35px;
  }
  .sp_product_part .sp-price1 {
    font-size: 73px;
  }

  .sp_product_part .sp-price2 {
    font-size: 43px;
    margin-left: 18px;
  }
  .sp_product_part .sp-row {
    margin-left: 51px;
    transform: translateY(20px);
  }

  .sp_product_part .sp-row img {
    width: 58px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 280px;
    height: 48px;
    border-radius: 10px;
    font-size: 34px;
    line-height: 48px;
    margin-left: -25px;
  }

  .sp_product_part .addCart {
    width: 494px;
    height: 94px;
    border-radius: 10px;
    font-size: 40px;
    gap: 22px;
  }
  .sp_product_part .addCart img {
    width: 42px;
  }
  .sp_product_part .sp-quality-row {
    gap: 31px;
    justify-content: space-between;
  }
  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 146px;
    border-radius: 10px;
    margin: 34px auto 55px;
    font-size: 70px;
    box-sizing: border-box;
  }
  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 36px;
    line-height: 55px;
    margin-top: -10px;
    margin-bottom: 24px;
  }

  .sp-tip5 {
    gap: 21px;
    font-size: 33px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 69px;
  }

  .addGroup {
    width: 423px;
    height: 97px;
    padding: 0px 40px;
    border-radius: 10px;
    /* background: #eeeeee; */
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 26px;
  }

  .addGroup input {
    width: 230px;

    font-size: 43px;
    color: #000000;
  }

  .sp-footer-wrap {
    width: 867px;
    margin: 0 auto;
  }
  .sp-footer-img {
    width: 883px;
    margin: 40px auto 43px;
  }
  .sp-footer-img2 {
    width: 767px;
  }
  .sp-footer-box1 {
    width: 100%;
    padding: 30px 31px 45px;
    box-sizing: border-box;
  }
  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sp-footer-box1 .sp-p img {
    width: 45px;
  }
  .sp-footer-box2 {
    width: 100%;
    padding: 30px 31px;
    margin-top: 30px;
    background: #fdfcf5;
  }
  .sp-footer-box2 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 26px;
  }
  .sp-footer-box2 .sp-p img {
    width: 45px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 26px;
    margin-top: 16px;
    /* font-family: Roboto; */
  }
  .sp-footer-box2 .sp-li span {
    /* font-family: "Roboto-Bold"; */
  }
.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #fff;
}