.product a{
    text-decoration: none;
}
.product-main-swiper, .product-thumb-swiper{
    position: relative;
    overflow: hidden;
}
#page{
    max-width: unset;
    border-bottom: 1px solid rgba(217, 70, 239, .12);
    /*background: radial-gradient(circle at 15% 5%, rgba(217, 70, 239, .22), transparent 55%), radial-gradient(circle at 80% 35%, rgba(236, 72, 153, .16), transparent 52%), radial-gradient(circle at 55% 95%, rgba(249, 115, 22, .10), transparent 45%), linear-gradient(180deg, rgba(11, 11, 22, 0.0) 0%, rgba(11, 11, 22, .55) 75%, rgba(11, 11, 22, 1) 100%);*/
}
#page #content{
    max-width: 1400px;
    margin: 0 auto;
}
#page #main{
    margin: 0;
}
#page #main .inside-article{
    padding: 0 40px;
    background-color: unset;
}
.woocommerce div.product{
    padding: 0 0 34px;
}
.woocommerce span.onsale{
    display: none;
    padding: 0 !important;
    top: unset !important;
}
.product .entry-content{
    margin-top: 0 !important;
}
.product .woocommerce-breadcrumb{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 16px 0 0 !important;
    color: rgba(156, 163, 175, .92) !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
    flex: 0 0 100%;
    width: 100%;
    order: -1;
}
.product .woocommerce-breadcrumb:before{
    content: unset !important;
}
.product .woocommerce-breadcrumb a{
    color: rgba(229, 231, 235, .88) !important;
    font-weight: 900;
}
.woocommerce-product-gallery .swiper-button-next{
    right: 14px;
}
.woocommerce-product-gallery .swiper-button-prev{
    left: 14px;
}
.woocommerce-product-gallery .swiper-button-next, .woocommerce-product-gallery .swiper-button-prev{
    width: 46px !important;
    height: 46px !important;
}
.woocommerce-product-gallery .swiper-button-next:after, .woocommerce-product-gallery .swiper-button-prev:after{
    font-size: 13.33px;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(11, 11, 22, .45);
    color: rgba(255, 255, 255, .92);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}
.woocommerce-product-gallery{
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: linear-gradient(180deg, rgba(20, 20, 40, .75) 0%, rgba(20, 20, 40, .55) 100%);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
    overflow: hidden;
    width: 54% !important;
    position: sticky !important;
    top: 100px;
}
.product-thumb-swiper{
    padding: 14px;
    border-top: 1px solid rgba(217, 70, 239, .12);
    background: rgba(11, 11, 22, .20);
}
.product-thumb-swiper .swiper-slide{
    border-radius: 16px;
    cursor: pointer;
    border: 1px solid rgba(217, 70, 239, .14);
    background: radial-gradient(circle at 35% 30%, rgba(217, 70, 239, .18), transparent 55%), linear-gradient(135deg, rgba(35, 35, 69, .9) 0%, rgba(20, 20, 40, .75) 75%);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
    overflow: hidden;
}
.product-thumb-swiper .swiper-slide-thumb-active{
    border-color: rgba(217, 70, 239, .55);
    box-shadow: 0 16px 40px rgba(217, 70, 239, .18);
}
.product-thumb-swiper .swiper-slide:hover{
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .34);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.product .summary{
    width: calc(46% - 18px) !important;
}
.product .product_title{
    font-size: 30px;
    line-height: 1.15;
    font-weight: 980;
    letter-spacing: .2px;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.woocommerce-product-details__short-description{
    color: #9ca3af;
    font-size: 14px;
    margin-top: 6px;
}
.product p{
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0 !important;
    color: rgba(156, 163, 175, .92);
    font-size: 13px;
    line-height: 1.6;
}
.woocommerce .woocommerce-product-rating .star-rating{
    font-size: 10px;
    margin: 0 !important;
    width: 5em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link{
    color: rgba(156, 163, 175, .92);
}
.woocommerce .woocommerce-product-rating .ratinglink{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-weight: 900;
}
.ratinglink:hover {
    text-decoration: underline !important;
}
.woocommerce .woocommerce-product-rating .read-reviews{
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 950;
    background: rgba(11, 11, 22, .35);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .22);
    color: #e5e7eb;
    letter-spacing: .2px;
    cursor: pointer;
    user-select: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    text-decoration: none;
}
.woocommerce .woocommerce-product-rating .read-reviews:hover{
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .45);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.pdp-card{
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: linear-gradient(180deg, rgba(26, 26, 46, .72) 0%, rgba(20, 20, 40, .62) 100%);
    padding: 18px 18px;
    position: relative;
    overflow: hidden;
}
.pdp-card-custom{
    margin-top: 12px;
}
.ppom-rendering-fields{
    color: #e5e7eb;
    padding: 0 !important;
}
.ppom-options-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ppom-input-desc{
    display: none;
}
.ppom-options-wrapper .ppom-input-desc{
    display: block !important;
    order: 99;
    flex-basis: 100%;
    color: #9ca3af;
    font-weight: 800;
    font-size: 12px;
    margin-top: -6px;
    margin-bottom: 0;
}
.ppom-rendering-fields .ppom-field-wrapper{
    padding: 0 !important;
}
.ppom-field-wrapper .form-group{
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    align-items: start;
}
.ppom-field-wrapper .form-control-label{
    color: rgba(229, 231, 235, .92);
    font-weight: 980;
    font-size: 13px;
    letter-spacing: .2px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.ppom-field-wrapper .ppom-options-wrapper{
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .30);
    padding: 12px;
}
.ppom-options-wrapper .form-check{
    padding-left: 0 !important;
}
.ppom-options-wrapper .form-check .form-check-label:hover{
    border-color: rgba(217, 70, 239, .42);
    transform: translateY(-1px);
}
.ppom-options-wrapper .form-check .form-check-label{
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .35);
    color: #e5e7eb;
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 160ms ease, transform 160ms ease;
    white-space: nowrap;
    user-select: none;
}
.ppom-option-label-price{
    color: rgba(156, 163, 175, .95);
    font-weight: 950;
    font-size: 12px;
    margin-left: 6px;
}
.form-check-label:has(input:checked){
    border-color: rgba(217, 70, 239, .55) !important;
    box-shadow: 0 14px 35px rgba(217, 70, 239, .14);
}
.pre_upload_image:has(input:checked){
    border-color: rgba(217, 70, 239, .55) !important;
    box-shadow: 0 14px 35px rgba(217, 70, 239, .14);
}
.ppom-input {
    appearance: none;        /* 标准做法 */
    -webkit-appearance: none; /* Chrome / Safari */
    -moz-appearance: none;   /* Firefox */
    outline: none;           /* 去掉焦点边框 */
    margin: 0;               /* 去掉默认外边距 */
}
.ppom_upload_image_box{
    display: flex;
    flex-wrap: wrap;
}
.ppom_upload_image_box .pre_upload_image{
    margin: 0 12px 12px 0 !important;
}
.ppom-options-wrapper .ppom_upload_image_box .pre_upload_image{
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .35);
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.ppom-options-wrapper .ppom_upload_image_box .pre_upload_image:hover{
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .38);
    box-shadow: 0 16px 40px rgba(217, 70, 239, .14);
}
.ppom-wrapper .img-thumbnail{
    padding: 0 !important;
    border: unset !important;
}
.ppom_upload_image_box .input_image{
    background-color: unset !important;
    display: flex;
}
.ppom_upload_image_box .input_image .p_u_i_name{
    padding: 10px 12px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: unset;
    justify-content: center;
    font-weight: 980;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(243, 244, 246, .96);
}
.ppom-wrapper .ppom-options-wrapper textarea{
    font-family: monospace !important;
    padding: 0;
    min-height: 92px;
    resize: vertical;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #e5e7eb;
    font-size: 14px !important;
}
.ppom-wrapper .table th, .ppom-wrapper .table td{
    border-top: 1px solid rgba(217, 70, 239, .12) !important;
}
.ppom-wrapper .ppom-options-wrapper .form-control:focus{
    border: none;
    outline: none;
    background: transparent;
    color: #e5e7eb;
    font-size: 14px;
    box-shadow: none;
}
#ppom-price-container .ppom-option-price-list{
    color: rgba(229, 231, 235, .92);
    font-size: 13px;
}
#ppom-price-container table tr:first-child th {
    padding-top: 12px;
}
#ppom-price-container th{
    padding: 5px 0;
    font-weight: normal;
}
#ppom-price-container .ppom-price-item{
    text-align: right;
}
.woocommerce div.product form.cart div.quantity{
    float: unset !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
}
div.quantity .qty-minus, div.quantity .qty-plus{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(217, 70, 239, .18);
    background: rgba(11, 11, 22, .35);
    color: #e5e7eb;
    cursor: pointer;
    font-weight: 980;
    padding: 0;
}
form.cart div.quantity #copyConfig{
    background: rgba(11, 11, 22, .35);
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .22);
    color: #e5e7eb;
    letter-spacing: .2px;
    cursor: pointer;
    user-select: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
form.cart div.quantity #copyConfig:hover{
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .45);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.woocommerce form.cart .single_add_to_cart_button::before {
    content: "\f290";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
}
.woocommerce form.cart .single_add_to_cart_button:hover{
    box-shadow: 0 18px 55px rgba(217, 70, 239, .34);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
}
.woocommerce form.cart .single_add_to_cart_button{
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    padding: 18px;
    position: relative;
    overflow: hidden;
    color: #fff;
    /*display: inline-flex;*/
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .2px;
    cursor: pointer;
    user-select: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    font-size: 14px;
    width: calc(50% - 5px);
    float: unset;
    margin-top: 12px;
}
.woocommerce form.cart .quantity .qty{
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(217, 70, 239, .18);
    background: rgba(11, 11, 22, .35);
    padding: 0 12px;
    width: 100%;
    color: #e5e7eb;
    font-size: 14px;
}
#requestReview{
    width: calc(50% - 5px);
    float: right;
    margin-top: 12px;
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(20, 20, 40, .45);
    padding: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .2px;
    cursor: pointer;
    user-select: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1;
}
#requestReview:hover{
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .45);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.woocommerce div.product form.cart{
    margin-bottom: 0 !important;
}
.custom-note-hint{
    font-weight: 800;
    font-size: 12px;
    margin-top: 10px;
    color: #9ca3af;
}
.woocommerce div.product .product_meta{
    display: none;
    color: rgba(229, 231, 235, .92);
    font-size: 13px;
    margin-top: 10px;
}
.woocommerce div.product .product_meta a{
    color: rgba(229, 231, 235, .92);
}
.woocommerce div.product div.summary{
    margin-bottom: 34px !important;
}
.pdp-detail{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-top: 1px solid rgba(217, 70, 239, .12);
    padding: 74px 0;
    clear: both;
}
.pdp-detail-body{
    max-width: 1320px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid;
    grid-template-columns: 1fr .42fr;
    gap: 18px;
    align-items: start;
}
.woocommerce-tabs ul.tabs{
    max-width: 1320px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.woocommerce-tabs .woocommerce-Tabs-panel{
    max-width: 1320px;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(20, 20, 40, .45);
    padding: 18px !important;
    position: relative;
    overflow: hidden;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce-tabs .woocommerce-Tabs-panel h3{
    font-size: 18px;
    font-weight: 980;
    margin-bottom: 10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel p{
    color: #9ca3af;
    font-size: 14px;
}
.woocommerce-tabs .woocommerce-Tabs-panel table{
    width: 100%;
    border: 1px solid rgba(217, 70, 239, .14);
    border-collapse: separate;
    font-size: 13px;
    margin-top: 14px;
    margin-bottom: 0;
    border-radius: 18px;
    overflow: hidden;
}
.woocommerce-tabs .woocommerce-Tabs-panel table th, .woocommerce-tabs .woocommerce-Tabs-panel table td {
    border-bottom: 1px solid rgba(217, 70, 239, .14);
    text-align: left;
    padding: 12px;
    width: 50%;
}
/* 只针对 WooCommerce Tabs 的表格 */
.woocommerce-tabs .woocommerce-Tabs-panel table tr:last-child td {
    border: none; /* 最后一行的 td 不显示边框 */
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    content: unset !important;
}
.woocommerce-tabs ul.tabs li:before,.woocommerce-tabs ul.tabs li:after{
    content: unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 10px 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(217, 70, 239, .18) !important;
    background: rgba(20, 20, 40, .45) !important;
    font-weight: 980;
    font-size: 13px;
    color: #e5e7eb !important;
    cursor: pointer;
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-color: rgba(217, 70, 239, .55) !important;
    box-shadow: 0 14px 35px rgba(217, 70, 239, .14);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-weight: 980 !important;
    font-size: 13px !important;
    color: #e5e7eb !important;
    padding: 0 !important;
}
/*先隐藏*/
.ppom-popup-bg-controler{
    display: none !important;
}
.ppom-popup-body{
    width: 100% !important;
    float: unset !important;
}
.ppom-popup-header{
    display: none !important;
}
.ppom-popup-body{
    margin-bottom: 0 !important;
}
.ppom-popup-inner-section{
    max-width: 250px;
    margin: 0 auto !important;
}
.ppom-popup-wrapper{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: fit-content;
}
.pdp-hero{
    position: relative;
    /*overflow: hidden;*/
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: radial-gradient(circle at 15% 5%, rgba(217, 70, 239, .22), transparent 55%), radial-gradient(circle at 80% 35%, rgba(236, 72, 153, .16), transparent 52%), radial-gradient(circle at 55% 95%, rgba(249, 115, 22, .10), transparent 45%), linear-gradient(180deg, rgba(11, 11, 22, 0.0) 0%, rgba(11, 11, 22, .55) 75%, rgba(11, 11, 22, 1) 100%);
}
.pdp-hero:before{
    content: "";
    position: absolute;
    inset: -120px;
    background: radial-gradient(circle at 55% 50%, rgba(217, 70, 239, .18), transparent 60%);
    filter: blur(10px);
    opacity: .9;
    transform: rotate(6deg);
}
.pdp-hero:after{
    content: "";
    display: block;
    clear: both;
}
.pdp-hero-container{
    max-width: 1320px;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    transform: none !important;
    flex-wrap: wrap;
    gap: 18px;
}

/*cancel ppom popup*/
.ppom-popup-open{
    /*overflow-y: auto !important;*/
}
.ppom-popup-open .ppom-popup-wrapper{
    /*display: none !important;*/
}
.swiper-slide img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
a.ppom-popup-button{
    color: #000 !important;
}
#ppc-button-ppcp-gateway{
    display: none !important;
}
@media (max-width: 768px){
    .pdp-detail-body{
        grid-template-columns: 1fr;
    }
    .top-bar .inside-top-bar{
        font-size: 12px;
        padding: 8px 10px;
        line-height: 1.3;
    }
    #page #main .inside-article{
        padding: 0 20px;
    }
    .woocommerce-product-gallery{
        width: 100% !important;
        margin-bottom: 0 !important;
        position: relative !important;
        top: 0;
    }
    .product-thumb-swiper{
        padding: 14px 0;
    }
    .product .summary{
        width: 100% !important;
    }
    .product .product_title{
        font-size: 25px;
    }
    .ppom-field-wrapper .form-group{
        grid-template-columns: 1fr;
        margin-bottom: 10px !important;
    }
    .ppom-wrapper label{
        margin-bottom: 0 !important;
    }
    .ppom_upload_image_box .pre_upload_image{
        max-width: unset !important;
    }
    .ppom_upload_image_box{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
    .ppom_upload_image_box .pre_upload_image{
        margin: 0 !important;
    }
    .woocommerce form.cart .single_add_to_cart_button{
        width: 100%;
        font-size: 12px;
    }
    #requestReview{
        width: 100%;
        font-size: 12px;
    }
    .pdp-detail{
        padding: 74px 20px;
    }
    .woocommerce-tabs ul.tabs{
        margin-bottom: 2px !important;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel{
        margin-bottom: 0 !important;
    }
    .ppom-popup-wrapper{
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 20% !important;
        width: 80%;
        height: fit-content;
    }
    .pdp-hero-container{
        padding: 0 20px;
    }
    .pdp-hero:before{
        inset: unset;
    }
    .product .woocommerce-breadcrumb{
        /*margin-bottom: 10px !important;*/
    }
}