.breadcrumb {
  display: none;
}
.salebanner-container {
  display: none;
}
.banner-container {
  position: absolute;
}
.container {
  margin: 14vw auto;
}
.container .page-title {
  color: #fff;
  font-size: 44px;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 90;
}
.container .page-title .key {
  font-size: 12px;
}
.product-main {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  padding-top: 60px;
  transform: translateY(200px);
  opacity: 0;
  animation: productshow 1s ease-in-out forwards;
}
.product-main .row {
  width: 480px;
  position: relative;
  margin-top: -150px;
  transition: all 0.6s;
}
.product-main .row:first-child {
  margin-top: 0;
}
.product-main .row:nth-child(odd) {
  margin-right: auto;
}
.product-main .row:nth-child(even) {
  margin-left: auto;
}
.product-main .row:hover {
  transform: translateY(-10px);
}
.product-main .row:hover .bas-kg {
  filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.3));
}
.product-main .row:hover .bas-kg .bg .bg-img .img-item {
  z-index: -1;
}
.product-main .row:hover .bas-kg .bg .bg-img .video-item {
  z-index: 1;
}
.product-main .row .bas-kg {
  z-index: 0;
  width: 100%;
  height: 440px;
  position: relative;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
  background-color: var(--extent_color);
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s;
}
.product-main .row .bas-kg .reviews-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  color: var(--extent_color);
  padding: 2px 12px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(20%);
  z-index: 1;
}
.product-main .row .bas-kg .reviews-tag.tag-show {
  animation: tagshow 1s forwards;
}
.product-main .row .bas-kg .reviews-tag.tag-hide {
  animation: taghide 1s forwards;
}
@keyframes tagshow {
  from {
    transform: translateX(20%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes taghide {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 0;
  }
}
.product-main .row .bas-kg .sub {
  pointer-events: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.product-main .row .bas-kg .en-name {
  pointer-events: none;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 700;
}
.product-main .row .bas-kg .product-tastes {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.product-main .row .bas-kg .product-tastes .product-taste-item {
  display: flex;
  align-items: center;
  position: relative;
  gap: 2px;
  flex-direction: column;
  background-color: var(--extent_color);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  width: 46px;
  height: 42px;
  justify-content: center;
  border-radius: 6px;
}
.product-main .row .bas-kg .product-tastes .product-taste-item .taste-title {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.product-main .row .bas-kg .product-tastes .product-taste-item .taste-num {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}
.product-main .row .bas-kg .infobox {
  color: #FFFFFF;
  padding: 0 30px;
  transform: translateY(-45px);
}
.product-main .row .bas-kg .infobox .cate-name {
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  gap: 6px;
}
.product-main .row .bas-kg .infobox .cate-name .tag {
  font-size: 13px;
  background-color: var(--extent_color);
  border-radius: 4px;
  padding: 0 6px;
  border: 1.5px solid #FFF;
}
.product-main .row .bas-kg .infobox .name-sec {
  pointer-events: none;
  display: flex;
  margin-top: 4px;
  align-items: center;
}
.product-main .row .bas-kg .infobox .name-sec .sku-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.product-main .row .bas-kg .infobox .name-sec .nic-num {
  font-size: 29px;
  font-weight: 700;
  line-height: 0;
  margin-left: 10px;
  margin-top: 2px;
}
.product-main .row .bas-kg .infobox .name-sec .nic {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 2px;
}
.product-main .row .bas-kg .infobox .name-sec .nic span {
  font-size: 10px;
}
.product-main .row .bas-kg .infobox .sub-sec {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.product-main .row .bas-kg .infobox .sub-sec .sub-item {
  font-size: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border-radius: 0.06rem;
  font-weight: 700;
  padding: 0.02rem 0.1rem;
  letter-spacing: -0.01rem;
  border: 1.5px solid #FFF;
}
.product-main .row .bas-kg .infobox .price-sec {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}
.product-main .row .bas-kg .infobox .price-sec .price {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.product-main .row .bas-kg .infobox .price-sec .price .twd {
  font-size: 11px;
  margin-right: 2px;
}
.product-main .row .bas-kg .infobox .price-sec .add-cart-btn {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--extent_color);
  white-space: nowrap;
  letter-spacing: 0;
  border: 1.5px solid #FFF;
  transform: scale(1);
  transition: transform 0.4s;
  z-index: 1;
}
.product-main .row .bas-kg .infobox .price-sec .add-cart-btn:before,
.product-main .row .bas-kg .infobox .price-sec .add-cart-btn:after {
  position: absolute;
  content: "";
  width: 120%;
  left: 50%;
  height: 120%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}
.product-main .row .bas-kg .infobox .price-sec .add-cart-btn i {
  font-size: 0.32rem;
}
.product-main .row .bas-kg .infobox .price-sec .add-cart-btn:hover {
  animation: btnshake 6s ease-in-out infinite;
}
.product-main .row .bas-kg .infobox .price-sec .add-cart-btn:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, transparent 20%, #FFF 20%, transparent 30%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FFF 15%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
                                  10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 6s ease infinite;
}
@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
                                    40% 90%, 55% 90%, 70% 90%;
  }
  10% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
                                    50% 50%, 65% 20%, 90% 30%;
  }
  20% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
  21% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
}
.product-main .row .bas-kg .infobox .price-sec .add-cart-btn:hover:after {
  bottom: -70%;
  background-image: radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FFF 15%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 6s ease infinite;
}
@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  10% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
                                        105% 0%;
  }
  20% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
                                        110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
  21% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
                                        110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
                                        110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
}
@keyframes btnshake {
  0%,
  10%,
  100% {
    transform: scale(1);
  }
  4%,
  6% {
    transform: scale(1.05);
  }
}
.product-main .row .bas-kg .infobox .price-sec .successicon {
  transform: scale(0.4);
  /* margin-left: -0.3rem; */
}
.product-main .row .bas-kg .infobox .price-sec .successicon .circle {
  stroke-dasharray: 1156;
  stroke-dashoffset: 1156;
  transform: rotate(-67deg) translate(-14px, 31px);
  animation: circlego 0.8s ease-out forwards;
}
@keyframes circlego {
  from {
    stroke-dashoffset: 1194;
  }
  to {
    stroke-dashoffset: 2288;
  }
}
.product-main .row .bas-kg .infobox .price-sec .successicon .tick {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  transform: translate(2px, -12px);
  animation: tick 3s 0.8s ease-out forwards;
}
@keyframes tick {
  from {
    stroke-dashoffset: 350;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.product-main .row .bas-kg .infobox .price-sec .success-text {
  max-width: 100px;
  color: #FFF;
  width: 0;
  overflow: hidden;
  font-size: 13px;
  /* margin-left: -0.2rem; */
  animation: text1 1s 1.3s forwards;
}
@keyframes text1 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100px;
  }
}
.product-main .row .bas-kg .infobox .inter-info {
  cursor: pointer;
  width: 100%;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  transition: all 0.3s;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  gap: 4px;
}
.product-main .row .bas-kg .infobox .inter-info:hover {
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.product-main .row .bas-kg .infobox .inter-info:hover i {
  transform: translateX(4px);
}
.product-main .row .bas-kg .infobox .inter-info i {
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
  transition: all 0.3s;
}
.product-main .row .bas-kg .bg {
  width: 100%;
}
.product-main .row .bas-kg .bg .bg-img {
  position: relative;
  z-index: 0;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 67%);
}
.product-main .row .bas-kg .bg .bg-img .img-item {
  width: 100%;
  display: block;
  z-index: 3;
  position: relative;
}
.product-main .row .bas-kg .bg .bg-img .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: auto;
}
@keyframes productshow {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.product-description {
  max-width: 800px;
  margin: 0 auto 40px;
  margin-top: 40px;
}
.product-description .description-warp {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  line-height: 1.6;
  font-size: 16px;
}
