﻿section .banner-icon {
  position: absolute;
  right: 10px;
  bottom: 0;
}
section .banner-icon img {
  height: 90px;
}
section .summary {
  max-width: 900px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25%);
  position: relative;
  display: inline-block;
  padding: 1.875rem;
}
@media (max-width: 768px) {
  section .summary {
    padding: 1.25rem 0.9375rem 0.9375rem;
    transform: translate(-50%, -15%);
    animation: upsumary 1s 1.4s ease-in-out forwards;
  }
}
@keyframes upsumary {
  from {
    transform: translate(-50%, -15%);
  }
  to {
    transform: translate(-50%, -40%);
  }
}
section .summary:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  background-image: linear-gradient(to right, #f3e9f6, #fdfbfe);
  transition: all 0.6s;
  animation: bgshow 0.6s 0.6s forwards;
}
@keyframes bgshow {
  to {
    width: 100%;
  }
}
section .summary .summary-info {
  padding-right: 11rem;
}
@media (max-width: 768px) {
  section .summary .summary-info {
    padding-right: 0;
  }
  section .summary .summary-info p:first-of-type:before {
    content: "";
    display: block;
    width: 35%;
    height: 24vw;
    float: right;
  }
}
section .summary .dr {
  float: right;
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 180px;
  animation: textshow 0.8s 1s forwards;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 768px) {
  section .summary .dr {
    width: 30%;
    right: 4%;
    top: -8%;
  }
}
section .summary .dr img {
  width: 100%;
}
section .summary h1 {
  font-size: 1.5rem;
  color: #6F3585;
  font-weight: unset;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: textshow 0.8s 1s forwards;
}
@media (max-width: 768px) {
  section .summary h1 {
    text-align: left;
  }
}
section .summary span {
  display: block;
  /*             margin-bottom: .3rem; */
  opacity: 0;
  transform: translateY(20px);
  animation: textshow 0.8s 1s forwards;
  transition: all 0.8s 1s;
}
section .summary span a {
  color: #7030a0;
}
section .summary span span {
  color: #c00000;
}
@keyframes textshow {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section .summary .summary-content,
section .summary .summary-info {
  font-size: 0.9375rem;
  color: #000000;
}
@media (max-width: 768px) {
  section .summary .summary-content,
  section .summary .summary-info {
    font-size: 0.75rem;
  }
}
section .container-fluid .row {
  margin: 0 0 10px 0;
  padding: 0;
}
section .container-fluid .item {
  margin: 5px;
  padding: 0;
  height: 80px;
  font-size: 0.8rem;
  color: #6F3585;
  border: 1px solid #6F3585;
}
section .container-fluid .item a {
  color: unset;
}
section .container-fluid .item span {
  padding-left: 5px;
  padding-top: 5px;
}
section .container-fluid .item img {
  height: 78px;
  float: right;
  padding-right: 5px;
}
section .warp {
  padding: 30px 0;
  /* .product-page {
            transform: scale(1) !important;
            opacity: 1 !important;
            .card {
                border: none;
                background-color: #ffffff;
                padding: 0.2rem;
            }

            .card-body {
                margin-top: 1.2rem;
                background-color: #ffffff;
                .btn-warning{
                    background-color: #6f3585;
                    color: #FFF;
                    border-radius: 2rem;
                }
                .goshop {
                    background-color: #6f3585;
                    border: none;
                    border-radius: 2rem;
                    color: #FFF;
                    display: inline-flex;
                    align-items: center;
                    justify-content: space-between;
                    overflow: hidden;
                    cursor: pointer;
                    .wave{
                        border-radius: 100%;
                        animation: ripple 0.6s linear infinite;
                    }
                }
                @keyframes ripple {
                    0% {
                      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
                    }
                  
                    100% {
                      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
                    }
                  }

                span {
                    font-size: .8rem;
                    margin: .3rem 0;
                    color: #999999;
                }
            }

            .page-icon {
                display: block;
                color: #E6E6E6;

                .active {
                    color: #6F3585;
                }
            }
        }

        .card {
            .product-unit {
                position: absolute;
                right: 8px;
                color: #FFFFFF;
                background-color: #6F3585;
                -webkit-transform: skew(30deg);
                -moz-transform: skew(30deg);
                -o-transform: skew(30deg);
                transform: skew(30deg);
                padding: .1rem .5rem;
                box-shadow: 0 0 5px 10px #000;

                small {
                    font-size: .6rem;
                }
            }
        }

        .card-body {
            padding: .5rem;

            h3 {
                font-size: .9rem;
                font-weight: unset;
                margin-block-start: unset;
                margin-block-end: unset;
                margin-bottom: 5px;

                a {
                    color: unset;
                }
            }

            p {
                margin-block-start: unset;
                margin-block-end: unset;
                margin-bottom: 5px;
            }

            .product-format {
                color: #FF3737;
                border: 1px solid #FF3737;
                text-align: center;
                font-size: 0.7rem;
                border-radius: 0.3rem !important;
                padding: 2px 7px;
            }

            .product-price {
                color: #FF3737;
                font-size: 1.1rem;
            }
            .product-price-del{
                margin-bottom: 0;
                font-size: 0.6rem;
                color: #999999;
            }

            .btn {
                padding: 6px 0;
                font-size: 14px;
            }

            .btn-warning {
                color: #FFFFFF;
                background-color: #F79551;
                border-color: #F79551;
                transition: all 0.2s ease-in;
                position: relative;
                overflow: hidden;
                display: block;
                border: none;
                &:before {
                    content: '';
                    display: block;
                    width: 0px;
                    height: 86%;
                    position: absolute;
                    top: 7%;
                    left: 0%;
                    opacity: 0;
                    background: #fff;
                    box-shadow: 0 0 50px 30px #fff;
                    transform: skewX(-20deg);
                }
            }
            @keyframes sh02 {
                from {
                  opacity: 0;
                  left: 0%;
                }
              
                50% {
                  opacity: 1;
                }
              
                to {
                  opacity: 0;
                  left: 100%;
                }
              }
        }

        .tab-control {
            height: 3rem;
            line-height: 3rem;

            .tab-left {
                float: left;
                background-color: #FFFFFF;
                border-radius: 0.3rem !important;
                padding: 10px 20px;
                text-align: left;
                color: #6F3585;
                font-size: 0.6rem;
            }

            .tab-right {
                float: right;
                background-color: #FFFFFF;
                border-radius: 0.3rem !important;
                padding: 10px 20px;
                text-align: right;
                color: #6F3585;
                font-size: 0.8rem;
            }

            .tab-page {
                text-align: center;

                .tab-page-1 {
                    color: #CCCCCC;
                }

                .tab-page-2 {
                    color: #CCCCCC;
                    font-size: 0.6rem;
                }
            }
        } */
}
@media (max-width: 768px) {
  section .warp {
    animation: upwarp 1s 1.6s ease-in-out forwards;
  }
  section .warp:last-child {
    padding: 30px 0 0;
  }
}
@keyframes upwarp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-120px);
  }
}
section .warp .row {
  margin: 0;
  padding: 0;
}
section .warp .row .col {
  padding: 0;
  margin: 0;
}
section .warp .row-cols-4 .col {
  padding: 1rem;
}
section .warp .figure-caption .list-group-item-tag {
  display: block;
  margin-top: 0.5rem;
  background-color: #6F3585;
  color: #ffffff;
  padding: 0.3rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
  width: 47%;
  text-align: center;
}
section .warp .figure-caption p {
  font-size: 1rem;
  margin-top: 0.9rem;
  color: #000000;
  font-weight: 500;
}
section .warp .figure-caption p a {
  color: unset;
}
section .warp .warp-title {
  height: 30px;
  line-height: 30px;
  margin: 0 0 0.5rem 0;
}
section .warp .warp-title h2 {
  line-height: 30px;
  border-left: 8px solid #6F3585;
  font-size: 1.2rem;
  padding-left: 10px;
  color: #6F3585;
  display: block;
  text-align: left;
}
section .warp .warp-title a {
  line-height: 25px;
  text-align: center;
  display: block;
  border: 1px solid #ddd;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  /* margin-right: 10px; */
  border-radius: 3.3rem !important;
}
section .warp .product-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  section .warp .product-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
section .warp .product-row p {
  margin: 0;
}
section .warp .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: 10px; */
  background: #FFF;
}
section .warp .product-row .product-item.product-item-show,
section .warp .product-row .product-item:first-child {
  transform: scale(1);
  opacity: 1;
  /* .btn-warning{
                        &:before{
                            animation: sh02 0.5s 0.3s linear;
                        }
                    } */
}
section .warp .product-row .product-item.product-item-show .free-inner,
section .warp .product-row .product-item:first-child .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 .warp .product-row .product-item.product-item-show .btn,
section .warp .product-row .product-item:first-child .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 .warp .product-row .product-item.product-item-show .btn:before,
section .warp .product-row .product-item:first-child .btn:before {
  width: 50% !important;
  left: 50% !important;
}
section .warp .product-row .product-item.product-item-show .btn:after,
section .warp .product-row .product-item:first-child .btn:after {
  width: 50% !important;
  right: 50% !important;
}
section .warp .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 .warp .product-row .product-item .card {
    /* padding: 10px; */
    padding: 0;
    gap: 10px;
  }
}
section .warp .product-row .product-item .card .card-img {
  flex: 1;
}
section .warp .product-row .product-item .card .card-img img {
  width: 100%;
  display: block;
}
section .warp .product-row .product-item .card .card-body {
  flex: 1.3;
  padding: 0;
}
section .warp .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 .warp .product-row .product-item .card .card-body .title {
    margin-bottom: 4px;
  }
}
section .warp .product-row .product-item .card .card-body .title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  section .warp .product-row .product-item .card .card-body .title h3 {
    font-size: 16px;
  }
}
section .warp .product-row .product-item .card .card-body .title h3 a {
  color: #000;
}
section .warp .product-row .product-item .card .card-body .title .free {
  width: 60px;
  height: 20px;
  perspective: 1000px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  section .warp .product-row .product-item .card .card-body .title .free {
    width: 52px;
    height: 16px;
  }
}
section .warp .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 .warp .product-row .product-item .card .card-body .title .free .free-inner .free-front,
section .warp .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 .warp .product-row .product-item .card .card-body .title .free .free-inner .free-front,
  section .warp .product-row .product-item .card .card-body .title .free .free-inner .free-back {
    font-size: 10px;
  }
}
section .warp .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 .warp .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 .warp .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 .warp .product-row .product-item .card .card-body .title .free .no-free {
    font-size: 10px;
    height: 16px;
  }
}
section .warp .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 .warp .product-row .product-item .card .card-body .info-sec .sub-title {
    font-size: 11px;
  }
}
section .warp .product-row .product-item .card .card-body .info-sec .sub-title .sub-name {
  color: #333;
  margin-right: 4px;
}
section .warp .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 .warp .product-row .product-item .card .card-body .price-sec {
    margin: 6px 0;
  }
}
section .warp .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 .warp .product-row .product-item .card .card-body .price-sec .product-price-del {
    font-size: 10px;
    font-weight: 700;
  }
}
section .warp .product-row .product-item .card .card-body .price-sec .product-price-del del {
  text-decoration-thickness: 1px;
}
section .warp .product-row .product-item .card .card-body .price-sec .product-price {
  font-size: 20px;
  font-weight: 700;
  color: #dc2424;
}
@media (max-width: 768px) {
  section .warp .product-row .product-item .card .card-body .price-sec .product-price {
    font-size: 16px;
  }
}
section .warp .product-row .product-item .card .card-body .price-sec .product-price .twd {
  font-size: 12px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  section .warp .product-row .product-item .card .card-body .price-sec .product-price .twd {
    font-size: 9px;
    margin-right: 2px;
  }
}
section .warp .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 .warp .product-row .product-item .card .card-body .btn {
    font-size: 14px;
  }
}
section .warp .product-row .product-item .card .card-body .btn:before,
section .warp .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 .warp .product-row .product-item .card .card-body .btn:before {
  left: 0%;
  border-radius: 0 6px 6px 0;
}
section .warp .product-row .product-item .card .card-body .btn:after {
  right: 0%;
  border-radius: 6px 0 0 6px;
}
section .warp .product-row .product-item .ensure-sec .ensure {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}
section .warp .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 .warp .product-row .product-item .ensure-sec .ensure .ensure-item {
    font-size: 11px;
  }
}
section .warp .product-row .product-item .ensure-sec .ensure .ensure-item .righticon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 3px;
}
section .warp .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 .warp .product-row .product-item .ensure-sec .secret p {
  font-size: 12px;
  font-weight: 500;
  color: #6f3585;
}
@media (max-width: 768px) {
  section .warp .product-row .product-item .ensure-sec .secret p {
    font-size: 11px;
  }
}
section .warp .product-row .product-item .ensure-sec .secret p strong {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffa127;
  font-weight: 700;
}
section .warp .product-row .product-item .ensure-sec .secret .secret-left {
  display: flex;
  align-items: center;
}
section .warp .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);
  }
}
section .warp-back-color {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding-top: unset;
}
section .warp-back-color .warp-new-content h3 {
  font-size: 1rem;
}
section .warp-back-color .warp-new-content h3 a {
  color: unset;
}
section .warp-back-color .warp-new-content .card-text {
  font-size: 0.8rem;
}
section .warp-back-color .warp-new-content .card-text a {
  color: #AB83BB;
}
section .warp-back-color .warp-new-content .card-text a span {
  color: #F79551;
  display: unset;
  background-color: unset;
  border: none;
}
section .warp-back-color .warp-new-content .card {
  margin: 0 0 10px 0;
  background-color: #EFEDF1;
  border: 1px solid #EFEDF1;
  border-radius: 1.1rem;
  border-left: 1.1rem solid #AB83BB;
}
section .warp-none {
  margin-top: 10px;
  padding: 0;
}
section .warp-content .list-group-item {
  border: none;
  padding: 0.5rem 0;
}
section .warp-content .list-group-item .list-group-item-tag {
  font-size: 0.6rem;
  background-color: #703686;
  color: #ffffff;
  padding: 0.25rem;
  border-radius: 0.2rem;
}
section .warp-content .list-group-item .row .col-8 {
  padding-left: 5px;
}
section .warp-content .list-group-item .row .col-4 {
  padding-right: 5px;
}
section .warp-content .list-group-item .row-bottom {
  border-bottom: unset;
}
section .warp-content .list-group-item p {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 22px;
  font-weight: unset;
}
section .warp-content .list-group-item p a {
  color: unset;
}
section .warp-content .card {
  padding-bottom: 0.8rem;
  border: 1px solid #FFFFFF;
}
.bg:after {
  background-image: url(../image/bbgg.jpg);
}
.list-group .list-group-item {
  opacity: 0;
  transform: translateY(20px);
}
.list-group-show .list-group-item:nth-child(1) {
  animation: shownews 0.6s 0.3s forwards;
}
.list-group-show .list-group-item:nth-child(2) {
  animation: shownews 0.6s 0.5s forwards;
}
.list-group-show .list-group-item:nth-child(3) {
  animation: shownews 0.6s 0.7s forwards;
}
.list-group-show .list-group-item:nth-child(4) {
  animation: shownews 0.6s 0.9s forwards;
}
.news-group .news-group-item {
  opacity: 0;
  transform: translateY(20px);
}
.news-group-show .news-group-item:nth-child(1) {
  animation: shownews 0.6s 0.3s forwards;
}
.news-group-show .news-group-item:nth-child(2) {
  animation: shownews 0.6s 0.5s forwards;
}
.news-group-show .news-group-item:nth-child(3) {
  animation: shownews 0.6s 0.7s forwards;
}
.news-group-show .news-group-item:nth-child(4) {
  animation: shownews 0.6s 0.9s forwards;
}
@keyframes shownews {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-item {
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.news-item .col-4 {
  padding: 0 !important;
}
.news-item .col-8 {
  padding: 0 !important;
  margin: 0 !important;
  flex: 1 !important;
  max-width: 100% !important;
}
.news-item img {
  border-radius: 10px;
  border: 1.5px solid #6f3585;
}
.news-item .list-group-item-tag {
  font-size: 10px !important;
  font-weight: 500;
  padding: 3px 8px !important;
}
.news-item p {
  font-size: 14px !important;
}
/* .header-nav{
    margin-top: -60px !important;
} */
