﻿section {
  /* .warp {
        .breadcrumb{
            margin-bottom: 0;
        }
    } */
}
section .warp-product {
  animation: upwarp 1s 1.4s ease-in-out forwards;
}
section .warp-product .breadcrumb {
  padding: 0;
  margin-bottom: 10px;
}
@keyframes upwarp {
  to {
    transform: translateY(-80px);
  }
  @media (max-width: 768px) {
    to {
      transform: translateY(-140px);
    }
  }
}
section .warp-news {
  padding-top: 0;
}
section .card {
  border: none;
}
section .item {
  border-bottom: 1px solid #E6E6E6;
}
section .product-top-text {
  font-size: 0.8rem;
  color: #b3b3b3;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1rem;
}
section .product-top-text p {
  margin: 0;
}
section .card-body {
  padding: 0.6rem;
}
section .card-body.card-body-show .product-help-m {
  color: #fff;
  /* box-shadow: #39005d7f 0 30px 60px -12px inset, #39005d7f 0 18px 36px -18px inset; */
  background-color: #ae88d3;
  z-index: 2;
}
section .card-body.card-body-show .product-help-m:before {
  width: 50%;
  left: 50%;
}
section .card-body.card-body-show .product-help-m:after {
  width: 50%;
  right: 50%;
}
section .card-body .product-help-m {
  margin-top: 1.3rem;
  font-size: 0.75rem;
  color: #b3b3b3;
  /* overflow: hidden; */
  background-color: #FFF;
  padding: 0 0.6rem;
  border-radius: 0.4rem;
  transition: all 0.2s;
  position: relative;
  width: 100%;
}
section .card-body .product-help-m:before,
section .card-body .product-help-m:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #6f3585;
  height: 140%;
  width: 0;
  z-index: -1;
  transition: all 0.7s;
  transform: translateY(-50%);
}
section .card-body .product-help-m:before {
  left: 0%;
  border-radius: 0 0.4rem 0.4rem 0;
}
section .card-body .product-help-m:after {
  right: 0%;
  border-radius: 0.4rem 0 0 0.4rem;
}
section .card-body .product-help-p {
  color: #C091D2;
}
section .card-body .col-4 {
  padding-left: 5px;
  padding-right: 0;
}
section .card-body .col-4 a img {
  max-width: 112%;
}
section .card-body .col-8 {
  padding-left: 10px;
  padding-right: 0;
}
section .card-body .col-8 h3 {
  font-size: 1rem;
  margin: 0;
}
section .card-body .col-8 h3 a {
  color: unset;
}
section .card-body .col-8 p {
  margin: 0.4rem 0;
  font-size: 0.8rem;
}
section .card-body .col-8 .row {
  margin-top: 0.7rem;
}
section .card-body .col-8 .row .price {
  color: #FF3838;
  font-size: 1.1rem;
  font-weight: 600;
}
section .card-body .col-8 .row .price del {
  margin-left: 0.3rem;
  font-size: 0.6rem;
  font-weight: lighter;
  color: #999999;
}
section .card-body .col-8 .row .col-md-6 {
  padding-left: 30px;
  padding-right: 0;
}
section .card-body .btn {
  color: #FFFFFF;
  font-size: 0.8rem;
}
section .card-body .btn-warning {
  background-color: #F79652;
}
section .card-body .btn-block {
  width: 90%;
}
section .card-body .col {
  padding-right: 5px;
  padding-left: 15px;
}
section .goods-item .pagination {
  font-size: 0.7rem;
  margin: 3rem 0;
}
section .goods-item .pagination li {
  font-size: 0.7rem;
  text-align: center;
  margin: 0 0.3rem;
  color: #333333;
  padding: 0.2rem 0.5rem;
  border: 1px solid #BFBFBF;
  border-radius: 0.3rem;
}
section .goods-item .pagination li a {
  color: unset;
  border: none;
}
section .goods-item .pagination li span {
  border: none;
}
section .goods-item .pagination .active {
  border: none;
  background-color: #F3E7F7;
}
section .goods-item .pagination .active span {
  background-color: unset;
  color: #703686;
}
section .product-info {
  border-bottom: 0.8rem solid #F7F7F7;
}
section .product-info .col-4 {
  padding-right: 15px;
  padding-left: 15px;
}
section .product-info-img-list img {
  margin: 0.5rem 0;
}
section .nav-pills .nav-item a {
  border-radius: unset;
}
section .nav-pills .nav-item .active {
  color: #000000;
  background-color: unset;
}
section .nav-pills .nav-item .active::after {
  padding: 0 0.1rem;
  content: "";
  border: 0.2rem solid #F79652;
  border-radius: 1rem;
  display: block;
}
section .nav-pills a {
  color: #000000;
}
section .tab-content {
  margin-top: 0.8rem;
  font-size: 0.8rem;
  font-weight: normal;
}
section .tab-content .row {
  margin-left: 0;
  margin-right: 0;
}
section .tab-content dd {
  color: #000000;
}
section .tab-content dt {
  color: #B3B3B3;
}
section .product-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  section .product-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
section .product-row p {
  margin: 0;
}
section .product-row .product-item {
  transform: scale(0.9);
  opacity: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 1.5px solid #f2f2f2;
  padding: 14px 10px 14px 10px;
  border-radius: 12px 12px 0 0 ;
  background: #FFF;
}
section .product-row .product-item.product-item-show,
section .product-row .product-item:first-child,
section .product-row .product-item:nth-child(n+2):nth-child(-n+4) {
  transform: scale(1);
  opacity: 1;
  /* .btn-warning{
                    &:before{
                        animation: sh02 0.5s 0.3s linear;
                    }
                } */
}
section .product-row .product-item.product-item-show .free-inner,
section .product-row .product-item:first-child .free-inner,
section .product-row .product-item:nth-child(n+2):nth-child(-n+4) .free-inner {
  animation: free 2s 0.6s cubic-bezier(0.4, 0, 0, 1.6) forwards;
}
@keyframes free {
  0% {
    transform: rotateY(0deg) translateY(0px);
  }
  50% {
    transform: rotateY(180deg) translateY(-4px);
  }
  100% {
    transform: rotateY(180deg) translateY(0px);
  }
}
section .product-row .product-item.product-item-show .btn,
section .product-row .product-item:first-child .btn,
section .product-row .product-item:nth-child(n+2):nth-child(-n+4) .btn {
  color: #fff !important;
  /* box-shadow: #39005d7f 0 30px 60px -12px inset, #39005d7f 0 18px 36px -18px inset; */
  background-color: #ffe3b1 !important;
  z-index: 2;
}
section .product-row .product-item.product-item-show .btn:before,
section .product-row .product-item:first-child .btn:before,
section .product-row .product-item:nth-child(n+2):nth-child(-n+4) .btn:before {
  width: 50% !important;
  left: 50% !important;
}
section .product-row .product-item.product-item-show .btn:after,
section .product-row .product-item:first-child .btn:after,
section .product-row .product-item:nth-child(n+2):nth-child(-n+4) .btn:after {
  width: 50% !important;
  right: 50% !important;
}
section .product-row .product-item .card {
  border: none;
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  border-radius: 0;
  background: none;
}
@media (max-width: 768px) {
  section .product-row .product-item .card {
    /* padding: 10px; */
    padding: 0;
    gap: 10px;
  }
}
section .product-row .product-item .card .card-img {
  flex: 1;
}
section .product-row .product-item .card .card-img img {
  width: 100%;
  display: block;
}
section .product-row .product-item .card .card-body {
  flex: 1.3;
  padding: 0;
}
section .product-row .product-item .card .card-body .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .title {
    margin-bottom: 4px;
  }
}
section .product-row .product-item .card .card-body .title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .title h3 {
    font-size: 16px;
  }
}
section .product-row .product-item .card .card-body .title h3 a {
  color: #000;
}
section .product-row .product-item .card .card-body .title .free {
  width: 60px;
  height: 20px;
  perspective: 1000px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .title .free {
    width: 52px;
    height: 16px;
  }
}
section .product-row .product-item .card .card-body .title .free .free-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s 1s ease;
}
section .product-row .product-item .card .card-body .title .free .free-inner .free-front,
section .product-row .product-item .card .card-body .title .free .free-inner .free-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  line-height: 0;
  padding-top: 1px;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .title .free .free-inner .free-front,
  section .product-row .product-item .card .card-body .title .free .free-inner .free-back {
    font-size: 10px;
  }
}
section .product-row .product-item .card .card-body .title .free .free-inner .free-front {
  background-color: #f7e5ff;
  color: var(--main-color);
  /* border: 1px solid var(--main-color); */
  transform: rotateY(0deg);
}
section .product-row .product-item .card .card-body .title .free .free-inner .free-back {
  background-color: #dc2424;
  color: #fff;
  /* border: 1px solid #dc2424; */
  transform: rotateY(180deg);
}
section .product-row .product-item .card .card-body .title .free .no-free {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  background-color: #f7e5ff;
  color: var(--main-color);
  line-height: 0;
  border-radius: 4px;
  padding-top: 1px;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .title .free .no-free {
    font-size: 10px;
    height: 16px;
  }
}
section .product-row .product-item .card .card-body .info-sec .sub-title {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .info-sec .sub-title {
    font-size: 11px;
  }
}
section .product-row .product-item .card .card-body .info-sec .sub-title .sub-name {
  color: #333;
  margin-right: 4px;
}
section .product-row .product-item .card .card-body .price-sec {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
  margin: 40px 0 10px;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .price-sec {
    margin: 6px 0;
  }
}
section .product-row .product-item .card .card-body .price-sec .product-price-del {
  font-size: 13px;
  font-weight: 500;
  color: #999;
  margin-top: 10px;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .price-sec .product-price-del {
    font-size: 10px;
    font-weight: 700;
  }
}
section .product-row .product-item .card .card-body .price-sec .product-price-del del {
  text-decoration-thickness: 1px;
}
section .product-row .product-item .card .card-body .price-sec .product-price {
  font-size: 20px;
  font-weight: 700;
  color: #dc2424;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .price-sec .product-price {
    font-size: 16px;
  }
}
section .product-row .product-item .card .card-body .price-sec .product-price .twd {
  font-size: 12px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .price-sec .product-price .twd {
    font-size: 9px;
    margin-right: 2px;
  }
}
section .product-row .product-item .card .card-body .btn {
  background-color: #ffe3b1;
  color: #ffa127;
  border-radius: 6px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: none;
  transition: all 0.2s;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  section .product-row .product-item .card .card-body .btn {
    font-size: 14px;
  }
}
section .product-row .product-item .card .card-body .btn:before,
section .product-row .product-item .card .card-body .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #ffa127;
  height: 110%;
  width: 0;
  z-index: -1;
  transition: all 0.7s 1.2s;
  transform: translateY(-50%);
}
section .product-row .product-item .card .card-body .btn:before {
  left: 0%;
  border-radius: 0 6px 6px 0;
}
section .product-row .product-item .card .card-body .btn:after {
  right: 0%;
  border-radius: 6px 0 0 6px;
}
section .product-row .product-item .ensure-sec .ensure {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}
section .product-row .product-item .ensure-sec .ensure .ensure-item {
  place-self: center;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #333;
}
@media (max-width: 768px) {
  section .product-row .product-item .ensure-sec .ensure .ensure-item {
    font-size: 11px;
  }
}
section .product-row .product-item .ensure-sec .ensure .ensure-item .righticon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 3px;
}
section .product-row .product-item .ensure-sec .secret {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6px;
  background-color: #faf5fb;
  padding: 6px 10px;
  border-radius: 4px;
}
section .product-row .product-item .ensure-sec .secret p {
  font-size: 12px;
  font-weight: 500;
  color: #6f3585;
}
@media (max-width: 768px) {
  section .product-row .product-item .ensure-sec .secret p {
    font-size: 11px;
  }
}
section .product-row .product-item .ensure-sec .secret p strong {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffa127;
  font-weight: 700;
}
section .product-row .product-item .ensure-sec .secret .secret-left {
  display: flex;
  align-items: center;
}
section .product-row .product-item .ensure-sec .secret .secret-left .secreticon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transform-origin: bottom;
  animation: l20 1s infinite cubic-bezier(0.5, 120, 0.5, -120);
}
@keyframes l20 {
  0% {
    transform: translateY(-1px);
  }
  30%,
  70% {
    transform: translateY(-1px) rotate(0deg);
  }
  49.99% {
    transform: translateY(-1px) rotate(0.2deg);
  }
  50% {
    transform: translateY(-1px) rotate(-0.2deg);
  }
  100% {
    transform: translateY(-1px);
  }
}
.bg:after {
  background-image: url(../image/bbgg2.jpg);
}
.goods-item {
  padding: 0;
  transition: all 0.3s ease-in-out;
  /* border-bottom: 1.5px solid #f2f2f2; */
  padding: 0 10px;
  background: #FFF;
}
.goods-item p {
  margin: 0;
}
.goods-item.goods-item-show {
  /* .btn-warning{
            &:before{
                animation: sh02 0.5s 0.3s linear;
            }
        } */
}
.goods-item.goods-item-show .free-inner {
  animation: free 2s 0.6s cubic-bezier(0.4, 0, 0, 1.6) forwards;
}
@keyframes free {
  0% {
    transform: rotateY(0deg) translateY(0px);
  }
  50% {
    transform: rotateY(180deg) translateY(-4px);
  }
  100% {
    transform: rotateY(180deg) translateY(0px);
  }
}
.goods-item.goods-item-show .btn {
  color: #fff !important;
  /* box-shadow: #39005d7f 0 30px 60px -12px inset, #39005d7f 0 18px 36px -18px inset; */
  background-color: #ffe3b1 !important;
  z-index: 2;
}
.goods-item.goods-item-show .btn:before {
  width: 50% !important;
  left: 50% !important;
}
.goods-item.goods-item-show .btn:after {
  width: 50% !important;
  right: 50% !important;
}
.goods-item .card {
  border: none;
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
  gap: 80px;
  border-radius: 0;
  background: none;
}
@media (max-width: 768px) {
  .goods-item .card {
    padding: 0;
    gap: 10px;
    flex-direction: column;
  }
}
.goods-item .card .card-img {
  width: 100%;
  flex: 1;
  height: fit-content;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .goods-item .card .card-img {
    width: 50%;
  }
}
.goods-item .card .card-body {
  flex: 1.3;
  padding: 0;
}
@media (min-width: 768px) {
  .goods-item .card .card-body {
    padding-top: 30px;
  }
}
.goods-item .card .card-body .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .title {
    margin-bottom: 4px;
  }
}
.goods-item .card .card-body .title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .title h3 {
    font-size: 16px;
  }
}
.goods-item .card .card-body .title h3 a {
  color: #000;
}
.goods-item .card .card-body .title .free {
  width: 60px;
  height: 20px;
  perspective: 1000px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .title .free {
    width: 52px;
    height: 16px;
  }
}
.goods-item .card .card-body .title .free .free-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s 1s ease;
}
.goods-item .card .card-body .title .free .free-inner .free-front,
.goods-item .card .card-body .title .free .free-inner .free-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  line-height: 0;
  padding-top: 1px;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .title .free .free-inner .free-front,
  .goods-item .card .card-body .title .free .free-inner .free-back {
    font-size: 10px;
  }
}
.goods-item .card .card-body .title .free .free-inner .free-front {
  background-color: #f7e5ff;
  color: var(--main-color);
  /* border: 1px solid var(--main-color); */
  transform: rotateY(0deg);
}
.goods-item .card .card-body .title .free .free-inner .free-back {
  background-color: #dc2424;
  color: #fff;
  /* border: 1px solid #dc2424; */
  transform: rotateY(180deg);
}
.goods-item .card .card-body .title .free .no-free {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  background-color: #f7e5ff;
  color: var(--main-color);
  line-height: 0;
  border-radius: 4px;
  padding-top: 1px;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .title .free .no-free {
    font-size: 10px;
    height: 16px;
  }
}
.goods-item .card .card-body .price-sec {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
  margin: 6px 0;
}
.goods-item .card .card-body .price-sec .product-price-del {
  font-size: 13px;
  font-weight: 500;
  color: #999;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .price-sec .product-price-del {
    font-size: 10px;
    font-weight: 700;
  }
}
.goods-item .card .card-body .price-sec .product-price-del del {
  text-decoration-thickness: 1px;
}
.goods-item .card .card-body .price-sec .product-price {
  font-size: 20px;
  font-weight: 700;
  color: #dc2424;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .price-sec .product-price {
    font-size: 16px;
  }
}
.goods-item .card .card-body .price-sec .product-price .twd {
  font-size: 12px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .price-sec .product-price .twd {
    font-size: 9px;
    margin-right: 2px;
  }
}
.goods-item .card .card-body .btn {
  background-color: #ffe3b1;
  color: #ffa127;
  border-radius: 6px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: none;
  transition: all 0.2s;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .goods-item .card .card-body .btn {
    margin-top: 10px;
    padding: 8px 0;
    font-size: 14px;
  }
}
.goods-item .card .card-body .btn:before,
.goods-item .card .card-body .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #ffa127;
  height: 110%;
  width: 0;
  z-index: -1;
  transition: all 0.7s 1.2s;
  transform: translateY(-50%);
}
.goods-item .card .card-body .btn:before {
  left: 0%;
  border-radius: 0 6px 6px 0;
}
.goods-item .card .card-body .btn:after {
  right: 0%;
  border-radius: 6px 0 0 6px;
}
.goods-item .ensure-sec .ensure {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .goods-item .ensure-sec .ensure {
    margin-top: 10px;
  }
}
.goods-item .ensure-sec .ensure .ensure-item {
  place-self: center;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #333;
}
@media (max-width: 768px) {
  .goods-item .ensure-sec .ensure .ensure-item {
    font-size: 11px;
  }
}
.goods-item .ensure-sec .ensure .ensure-item .righticon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 3px;
}
.goods-item .ensure-sec .secret {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  background-color: #faf5fb;
  padding: 6px 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .goods-item .ensure-sec .secret {
    margin-top: 6px;
  }
}
.goods-item .ensure-sec .secret p {
  font-size: 12px;
  font-weight: 500;
  color: #6f3585;
}
@media (max-width: 768px) {
  .goods-item .ensure-sec .secret p {
    font-size: 11px;
  }
}
.goods-item .ensure-sec .secret p strong {
  /* text-decoration: #ffa127 5px underline; */
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffa127;
  font-weight: 700;
}
.goods-item .ensure-sec .secret .secret-left {
  display: flex;
  align-items: center;
}
.goods-item .ensure-sec .secret .secret-left .secreticon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transform-origin: bottom;
  animation: l20 1s infinite cubic-bezier(0.5, 120, 0.5, -120);
}
@keyframes l20 {
  0% {
    transform: translateY(-1px);
  }
  30%,
  70% {
    transform: translateY(-1px) rotate(0deg);
  }
  49.99% {
    transform: translateY(-1px) rotate(0.2deg);
  }
  50% {
    transform: translateY(-1px) rotate(-0.2deg);
  }
  100% {
    transform: translateY(-1px);
  }
}
.goods-fluid {
  padding: 0;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .goods-fluid {
    margin-top: 20px;
  }
}
.goods-fluid .col-9 {
  padding: 0;
}
