.banner-section {
  display: none;
}
h1 {
  opacity: 0;
}
.category-section .wrap {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.category-section .wrap .breadcrumb {
  padding-left: 20px;
}
.category-section .wrap .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 20px 0 120px;
}
.category-section .wrap .container .left-position .left-nav {
  position: sticky;
  top: 172px;
  width: 200px;
  height: fit-content;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.category-section .wrap .container .left-position .left-nav .nav-item {
  margin-bottom: 8px;
}
.category-section .wrap .container .left-position .left-nav .nav-item .nav-title {
  padding: 8px 30px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  margin-bottom: 8px;
  pointer-events: none;
  font-size: 14px;
  font-style: italic;
}
.category-section .wrap .container .left-position .left-nav .nav-item .item-name {
  padding: 5px 30px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
}
.category-section .wrap .container .left-position .left-nav .nav-item .item-name p {
  transition: all 0.3s 0.1s ease-in-out;
}
.category-section .wrap .container .left-position .left-nav .nav-item .item-name:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.category-section .wrap .container .left-position .left-nav .nav-item .item-name:hover p {
  transform: translateX(10px);
}
.category-section .wrap .container .right {
  width: 100%;
}
.category-section .wrap .container .right .pruduct-banner {
  position: relative;
  /* .banner-bg{
                        background-color: #000;
                        width: 100%;
                        border-radius: 10px;
                        overflow: hidden;
                        img{
                            width: 100%;

                        }
                    } */
}
.category-section .wrap .container .right .pruduct-banner .page-title {
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.category-section .wrap .container .right .pruduct-banner .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.category-section .wrap .container .right .pruduct-banner .brand-logo img {
  width: 100%;
  height: auto;
  margin: auto;
  transform: scale(1.5);
}
.category-section .wrap .container .right .pruduct-banner .banner-main {
  width: 100%;
  height: 192px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  border-radius: 16px;
}
.category-section .wrap .container .right .pruduct-banner .banner-main .banner-video {
  width: 100%;
  height: auto;
  display: block;
}
.category-section .wrap .container .right .products {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.category-section .wrap .container .right .products .goods {
  overflow: hidden;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  /* .info-wrap{
                            padding: 0 10px;
                            text-align: left;
                            margin-top: 10px;
                            .notes{
                                display: grid;
                                width: 100%;
                                grid-template-columns: repeat(3,1fr);
                                text-align: center;
                                border: 1px solid rgba(0,0,0,0.1);
                                border-radius: 6px;
                                overflow: hidden;
                                .notes-name{
                                    background-color: #ebebeb;
                                    padding: 6px 0;
                                    font-size: 13px;
                                    font-weight: 700;
                                    font-style: italic;
                                    border-right: 1px solid rgba(0,0,0,0.1);
                                    &:nth-child(3){
                                        border-right: none;
                                    }
                                    
                                }
                                .notes-item{
                                    width: 100%;
                                    padding: 6px;
                                    font-size: 13px;
                                    border-right: 1px solid rgba(0,0,0,0.1);
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    &:last-child{
                                        border-right: none;
                                    }
                                }
                                
                            }
                            .brand-box{
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                margin-top: 12px;
                                .brand{
                                    font-size: 12px;
                                    font-weight: 500;
                                    color: #0080c2;
                                    text-decoration: underline;
                                    text-underline-offset: 2px;
                                    display: block;
                                    transition: all 0.3s;
                                    letter-spacing: 0;
                                    &:hover{
                                        color: #0080ff;
                                    }
                                }
                                .stars{
                                    display: flex;
                                    align-items: center;
                                    cursor: pointer;
                                    i{
                                        font-size: 12px;
                                        margin-right: 1px;
                                        color: #fff;
                                        background: linear-gradient(90deg, #ffcb00 var(--fill,0%), #e0e0e0 0%);
                                        &:last-child{
                                            margin-right: 0;
                                        }
                                    }
                                    .stars-num{
                                        font-size: 13px;
                                        letter-spacing: 0;
                                        color: rgba(0,0,0,0.4);
                                        transition: all 0.3s;
                                    }
                                    &:hover{
                                        .stars-num{
                                            color: rgba(0,0,0,1);
                                        }
                                    }
                                }
                            }                
                            
                            .name{
                                font-size: 20px;
                                font-weight: 700;
                                margin-top: 6px;
                                -moz-transition: all .15s ease-in;
                                -webkit-transition: all .15s ease-in;
                                -o-transition: all .15s ease-in;
                                -ms-transition: all .15s ease-in;
                                transition: all .15s ease-in;
                                display: flex;
                                align-items: center;
                                
                            }
                            .sub{
                                margin-top: 10px;
                                .ml{
                                    font-size: 12px;
                                    background-color: rgba(0,135,255,0.1);
                                    border-radius: 6px;
                                    padding: 6px 12px;
                                    letter-spacing: 0;
                                    font-weight: 500;
                                    color: #0080c2;
                                }
                            }
   
                            .pricebox{
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                border-bottom: 1px solid rgba(0,0,0,0.1);
                                padding: 20px 0 10px;
                                .now{
                                    font-weight: 700;
                                    font-size: 18px;
                                    color: red;
                                    letter-spacing: 0;
                                    pointer-events: none;
                                    .twd{
                                        font-size: 12px;
                                        margin-right: 2px;
                                    }
                                }
                                .enter-info{
                                    display: flex;
                                    align-items: center;
                                    font-size: 13px;
                                    color: rgba(0,0,0,1);
                                    background-color: rgba(0,0,0,0.05);
                                    padding: 6px 10px 6px 16px;
                                    border-radius: 99px;
                                    transition: all 0.3s;
                                    i{
                                        transition: all 0.3s;
                                        margin: 2px 0 0 2px;
                                        @keyframes Jump {
                                            0%, 20%, 50%, 80%, 100% {
                                              transform: translateX(0);
                                            }
                                            40% {
                                              transform: translateX(6px);
                                            }
                                            60% {
                                              transform: translateX(3px);
                                            }
                                          }
                                    }
                                    &:hover{
                                        background-color: rgba(0,0,0,0.1);
                                        
                                        i{
                                            animation: Jump 1s infinite;
                                        }
                                    }
                                }

                            }
                            
                            .cart-wrap{
                                padding: 10px 0;
                                -moz-transition: all .1s ease-in;
                                -webkit-transition: all .1s ease-in;
                                -o-transition: all .1s ease-in;
                                -ms-transition: all .1s ease-in;
                                transition: all .1s ease-in;
                                .quantity-box{
                                    display: flex;
                                    align-items: center;
                                    justify-content: space-between;
                                    .quantity-title{
                                        font-size: 14px;
                                        pointer-events: none;
                                    }
                                    .cart-quantity{
                                        width: 100px;
                                        height: 32px;
                                        border-radius: 8px;
                                        overflow: hidden;
                                        border: 1px solid rgba(0, 0, 0, 0.08);
                                        position: relative;
                                        i {
                                            font-size: 14px;
                                            position: absolute;
                                            text-align: center;
                                            top: 50%;
                                            transform: translate(0,-50%);
                                            cursor: pointer;
                                            color: #000;
                                            font-weight: 500;
                                            -moz-user-select: none;
                                            -webkit-user-select: none;
                                            -ms-user-select: none;
                                            -khtml-user-select: none;
                                            user-select: none;
                                            display: inline-block;
                                            height: 30px;
                                            width: 30px;
                                            line-height: 30px;
                                            background-color: rgba(0,0,0,0.05);
                                            transition: all 0.3s;
                                            &.cart-reduce {
                                                left: 0;
                                            }
                                            &.cart-add {
                                                right: 0;
                                            }
                                            &.disable {
                                                color: #eee!important;
                                                pointer-events: none;
                                                background-color: rgba(0,0,0,0.0);
                                            }
                                            &:hover{
                                                background-color: rgba(0,0,0,0.1);
                                            }
                                            &:active{
                                                transition: all 0.1s;
                                                font-size: 18px;
                                            }
                                        }
                                        input {
                                            width: 100%;
                                            height: 100%;
                                            border: none;
                                            text-align: center;
                                            font-size: 16px;
                                            pointer-events: none;
                                        }
                                    }
                                }
                                
                                .buttons{
                                    display: flex;
                                    margin-top: 10px;
                                    gap: 8px;
                                    .btns{
                                        position: relative;
                                        flex: 1;
                                        height: 48px;
                                        background-color: #333;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        border-radius: 99px;
                                        z-index: 1;
                                        transition: all 0.4s cubic-bezier(0.53, -0.52, 0.27, 1.53);
                                        &:active{
                                            .btn-text{
                                                transition: all 0.1s;
                                                transform: scale(0.95);
                                            }
                                        }
                                        .btn-text{
                                            display: flex;
                                            align-items: center;
                                            color: #fff;
                                            font-size: 14px;
                                            line-height: 0;
                                            i{
                                                font-size: 15px;
                                                margin-left: 4px;
                                            }
                                        }
                                        
                                        &::after{
                                            content: "";
                                            position: absolute;
                                            display: block;
                                            background-color: #333;
                                            height: 100%;
                                            width: 32px;
                                            transform: skewX(-20deg);
                                            z-index: -1;
                                            transition: all 0.4s cubic-bezier(0.53, -0.52, 0.27, 1.53);
                                        }
    
                                        &.go-cart-btn{
                                            
                                            background-color: #333;
                                            &::after{
                                                background-color: #333;
                                                left: -2px;
                                            }
                                            &:hover{
                                                letter-spacing: 2px;
                                                background-color: #000;
                                                flex: 1.5;
                                                &::after{
                                                    background-color: #000;
                                                }
                                            }
                                        }
                                        &.shop-now{
                                            background-color: #333;
                                            .btn-text{
                                                margin-left: 10px;
                                            }
                                            &::after{
                                                background-color: #333;
                                                right: -2px;
                                            }
                                            &:hover{
                                                letter-spacing: 2px;
                                                background-color: #000;
                                                flex: 1.4;
                                                &::after{
                                                    background-color: #000;
                                                }
                                            }
                                        }
                                        
                                    }
                                   
                                }
                                
                            }

                            
                            
                        } */
}
.category-section .wrap .container .right .products .goods .img-wrap {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.category-section .wrap .container .right .products .goods .img-wrap img {
  width: 100%;
}
.category-section .wrap .container .right .products .goods .img-wrap .bg {
  width: 100%;
  height: 250px;
  background-image: var(--image);
  background-size: cover;
  transition: all 1s;
  border-radius: 10px;
  overflow: hidden;
}
.category-section .wrap .container .right .products .goods .img-wrap .bg .main-pic {
  width: 100%;
  height: 100%;
  /* background: #2f2f2f; */
  position: relative;
  background-image: var(--image);
  background-size: cover;
  -webkit-clip-path: polygon(71% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(71% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
}
.category-section .wrap .container .right .products .goods .img-wrap .bg .main-pic .corner {
  background: -moz-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  background: -o-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  background: -ms-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  background: -webkit-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  width: 90px;
  height: 90px;
  border-radius: 0 0 0 90px / 0 0 0 30px;
  -webkit-transform: rotateX(180deg) rotate(90deg);
  -moz-transform: rotateX(180deg) rotate(90deg);
  -o-transform: rotateX(180deg) rotate(90deg);
  -ms-transform: rotateX(180deg) rotate(90deg);
  transform: rotateX(180deg) rotate(90deg);
  position: absolute;
  right: -7px;
  top: -1px;
  box-shadow: 9px 2px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-section .wrap .container .right .products .goods .img-wrap .bg .main-pic .corner:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: -15px;
  left: -84px;
  border-radius: 90px 90px 0px 0 / 40px 40px 0 0;
  z-index: 1;
  background: #FFF;
  -webkit-transform: rotateX(180deg) rotate(77deg);
  -moz-transform: rotateX(180deg) rotate(77deg);
  -o-transform: rotateX(180deg) rotate(77deg);
  -ms-transform: rotateX(180deg) rotate(77deg);
  transform: rotateX(180deg) rotate(77deg);
  box-shadow: -6px 1px 3px rgba(0, 0, 0, 0.3) inset;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box {
  width: 100%;
  position: absolute;
  top: 20px;
  right: 0;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .radar {
  position: absolute;
  width: 30%;
  right: 20px;
  top: 5px;
  transform: rotate(-30deg);
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste {
  position: absolute;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste:nth-child(8) {
  top: -19px;
  right: 41px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste:nth-child(9) {
  top: 3px;
  right: 7px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste:nth-child(10) {
  top: 74px;
  right: 5px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste:nth-child(11) {
  top: 94px;
  right: 41px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste:nth-child(12) {
  top: 73px;
  right: 76px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste:nth-child(13) {
  top: 1px;
  right: 76px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste-num {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  letter-spacing: 0;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste-num:nth-child(2) {
  top: -3px;
  right: 51px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste-num:nth-child(3) {
  top: 19px;
  right: 17px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste-num:nth-child(4) {
  top: 57px;
  right: 15px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste-num:nth-child(5) {
  top: 77px;
  right: 51px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste-num:nth-child(6) {
  top: 56px;
  right: 85px;
}
.category-section .wrap .container .right .products .goods .img-wrap .radar-box .taste-num:nth-child(7) {
  top: 16px;
  right: 86px;
}
.category-section .wrap .container .right .products .goods .img-wrap video {
  width: 100%;
  height: 100%;
  display: block;
}
.category-section .wrap .container .right .products .goods .info-wrap {
  text-align: center;
  padding: 6px 0 0;
}
.category-section .wrap .container .right .products .goods .info-wrap .brand {
  position: absolute;
  top: 28px;
  right: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #000000;
  padding: 2px 10px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s;
  letter-spacing: 0;
  box-shadow: 0 0 10px #FFF;
  transform: skewX(-7deg);
  border: 1.5px solid #FFF;
}
.category-section .wrap .container .right .products .goods .info-wrap .name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.category-section .wrap .container .right .products .goods .info-wrap .sub {
  margin-top: 2px;
}
.category-section .wrap .container .right .products .goods .info-wrap .sub .ml {
  font-size: 11px;
  border-radius: 4px;
  padding: 2px 8px;
  letter-spacing: 0;
  font-weight: 500;
  color: #0085ff;
  border: 1.5px solid #0085ff;
}
.category-section .wrap .container .right .products .goods .info-wrap .notes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  overflow: hidden;
  margin: 10px auto 0;
  align-items: center;
  padding: 6px 0;
  background-color: #eff5ff;
  border-radius: 6px;
}
.category-section .wrap .container .right .products .goods .info-wrap .notes .notes-name {
  /* background-color: #ebebeb;
                                    padding: 0.1rem 0; */
  font-size: 12px;
  font-weight: 700;
  flex: 1;
  white-space: nowrap;
  /* font-style: italic; */
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  /* margin-left: 0.6rem; */
}
.category-section .wrap .container .right .products .goods .info-wrap .notes .notes-name:nth-child(3) {
  border-right: none;
}
.category-section .wrap .container .right .products .goods .info-wrap .notes .notes-name:first-child {
  margin-left: 0;
}
.category-section .wrap .container .right .products .goods .info-wrap .notes .notes-item {
  width: 100%;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0085ff;
}
.category-section .wrap .container .right .products .goods .info-wrap .notes .notes-item:last-child {
  border-right: none;
}
.category-section .wrap .container .right .products .goods .info-wrap .pricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 2px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
}
.category-section .wrap .container .right .products .goods .info-wrap .pricebox .now {
  font-weight: 700;
  font-size: 20px;
  color: red;
  letter-spacing: 0;
  pointer-events: none;
}
.category-section .wrap .container .right .products .goods .info-wrap .pricebox .now .twd {
  font-size: 12px;
  margin-right: 2px;
}
.category-section .wrap .container .right .products .goods .info-wrap .pricebox .stars {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.category-section .wrap .container .right .products .goods .info-wrap .pricebox .stars i {
  font-size: 10px;
  padding: 0 2px;
  line-height: 14px;
  border-radius: 3px;
  margin-right: 1px;
  background: linear-gradient(90deg, #ffae00 var(--fill, 0%), #e0e0e0 0%);
  color: #fff;
}
.category-section .wrap .container .right .products .goods .info-wrap .pricebox .stars i:last-child {
  margin-right: 0;
}
.category-section .wrap .container .right .products .goods .info-wrap .pricebox .stars .stars-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #999;
  transition: all 0.3s;
  margin-left: 2px;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap {
  padding: 10px 0;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .quantity-title {
  font-size: 14px;
  pointer-events: none;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity {
  width: 100px;
  height: 32px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity i {
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity i.cart-reduce {
  left: 0;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity i.cart-add {
  right: 0;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity i.disable {
  color: #eee !important;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity i:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity i:active {
  transition: all 0.1s;
  font-size: 18px;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .quantity-box .cart-quantity input {
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons {
  display: flex;
  margin-top: 10px;
  gap: 8px;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns {
  position: relative;
  flex: 1;
  height: 36px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.53, -0.52, 0.27, 1.53);
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns:active .btn-text {
  transition: all 0.1s;
  transform: scale(0.95);
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns .btn-text {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 0;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns .btn-text i {
  font-size: 14px;
  margin-left: 4px;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333;
  height: 100%;
  width: 32px;
  transform: skewX(-20deg);
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.53, -0.52, 0.27, 1.53);
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn {
  background-color: #333;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn::after {
  background-color: #333;
  left: -2px;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn:hover {
  letter-spacing: 2px;
  background-color: #000;
  flex: 1.3;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn:hover::after {
  background-color: #000;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.shop-now {
  background-color: #333;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.shop-now .btn-text {
  margin-left: 10px;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.shop-now::after {
  background-color: #333;
  right: -2px;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.shop-now:hover {
  letter-spacing: 2px;
  background-color: #000;
  flex: 1.3;
}
.category-section .wrap .container .right .products .goods .info-wrap .cart-wrap .buttons .btns.shop-now:hover::after {
  background-color: #000;
}
.category-section .wrap .container .right .products .goods:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.category-section .wrap .container .right .products .goods:hover .img-wrap .bg {
  animation: bgChange 18s infinite;
}
@keyframes bgChange {
  0% {
    background-image: var(--image);
  }
  47% {
    background-image: var(--image);
  }
  50% {
    background-image: var(--image2);
  }
  97% {
    background-image: var(--image2);
  }
  100% {
    background-image: var(--image);
  }
}
.category-section .wrap .container .right .products .goods:hover .img-wrap .radar-box {
  animation: radarShow 18s infinite;
}
@keyframes radarShow {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gogogo {
  width: 4%;
  position: fixed;
  z-index: 100;
  top: var(--top);
  left: var(--left);
  pointer-events: none;
  animation: gogogoX 1s cubic-bezier(0.25, -0.75, 0.6, -0.1);
}
@keyframes gogogoX {
  to {
    transform: translateX(var(--x));
  }
}
.gogogo img {
  width: 100%;
  display: block;
  border-radius: 99rem;
  overflow: hidden;
  border: 0.1rem solid #000;
  animation: gogogoY 1s cubic-bezier(0.33, -0.01, 0.99, 0.77);
}
@keyframes gogogoY {
  0% {
    transform: translateY(0) scale(0);
  }
  10% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(var(--y)) scale(0.3);
  }
}
