body{
    color: #e5e7eb !important;
    overflow-x: hidden;
    background: linear-gradient(180deg, #0b0b16 0%, #0f0f1e 30%, #0b0b16 100%);
}
body, button, input, select, textarea{
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial !important;
    line-height: 1.6 !important;
}
.fa-solid, .fas {
    font-weight: 900;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.e-con-full{
    padding: 0 !important;
}
header.my-head{
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(11, 11, 22, .72);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(217, 70, 239, .14);
    /*background: linear-gradient(180deg, #0b0b16 0%, #0f0f1e 30%, #0b0b16 100%);*/
}
header.my-head .inside-header{
    height: 76px;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 auto;
}
header.my-head .main-title{
    font-weight: 950;
    font-size: 22px;
    letter-spacing: .6px;
    white-space: nowrap;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
header.my-head .main-navigation{
    background-color: unset;
    margin-left: unset !important;
}
header.my-head .main-navigation ul.menu{
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}
header.my-head #menu-menu > li > a{
    color: #e5e7eb !important;
    font-weight: 750;
    font-size: 14px;
    opacity: .92;
    position: relative;
    padding: 8px 2px;
    line-height: normal;
}
header.my-head #menu-menu > li > a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    transition: width 220ms ease;
    border-radius: 999px;
}
header.my-head #menu-menu > li > a:hover::after{
    width: 100%;
}
header.my-head .navicons{
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    justify-content: flex-end;
}
.navicons .iconbtn{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(20, 20, 40, .55);
    color: #e5e7eb;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
    padding: unset;
    font-size: small;
}
.navicons .iconbtn:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .38);
    background: rgba(26, 26, 46, .75);
}
.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.top-bar{
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    /*padding: 10px 0;*/
    text-align: center;
    font-size: 14px !important;
    font-weight: 750 !important;
    letter-spacing: .2px;
    color: #fff !important;
}
.site-footer{
    border-top: 1px solid rgba(217, 70, 239, .16);
    background: rgba(15, 15, 30, .65);
    color: rgba(156, 163, 175, .85);
    font-size: 12px;
    margin-top: 110px;
    border-top: 1px solid rgba(217, 70, 239, .16);
}
footer.site-info{
    background: rgba(15, 15, 30, .65);
}
footer.site-info .inside-site-info{
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 40px 26px;
    border-top: 1px solid rgba(217, 70, 239, .12);
    color: rgba(156, 163, 175, .85);
    font-size: 12px;
}
footer.site-info .copyright-bar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
#footer-widgets{
    background: rgba(15, 15, 30, .65);
    padding: 52px 40px 26px;
    max-width: 1400px;
    margin: 0 auto;
}
.inside-footer-widgets .wp-block-heading{
    font-size: 14px;
    font-weight: 980;
    margin-bottom: 12px !important;
    color: #f3f4f6;
}
.inside-footer-widgets .wp-block-list{
    list-style: none;
    display: grid;
    gap: 10px;
}
.inside-footer-widgets .wp-block-list li{
    margin-bottom: 0;
}
.inside-footer-widgets .wp-block-list a{
    color: #9ca3af;
    font-size: 14px;
    text-decoration: none;
}
.inside-footer-widgets .wp-block-list a:hover{
    color: #e5e7eb;
}
.site-footer .footer-widgets-container .inner-padding{
    padding: 0 !important;
    margin-bottom: 0;
}
#footer-widgets .footer-widgets-container{
    padding: 0 !important;
}
.site-footer .footer-legal{
    border-top: 1px solid rgba(217, 70, 239, .12);
    border-bottom: 1px solid rgba(217, 70, 239, .10);
    color: rgba(156, 163, 175, .9);
    font-size: 12px;
    line-height: 1.7;
}
.footer-legal .footer-legal-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 40px;
}
#footer-widgets .inside-footer-widgets{
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 22px;
    margin-left: 0;
}
.copyright-bar .foot-left{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.copyright-bar .foot-left a {
    color: rgba(156, 163, 175, .9);
    font-weight: 800;
    text-decoration: none;
}
.copyright-bar .foot-right{
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.copyright-bar .payments{
    display: inline-flex;
    gap: 10px;
}
.copyright-bar .payments .pay{
    width: 42px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(11, 11, 22, .35);
    color: rgba(229, 231, 235, .9);
}
.copyright-bar .selectors{
    display: inline-flex;
    gap: 10px;
}
.copyright-bar .selector{
    height: 34px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(11, 11, 22, .35);
    color: rgba(229, 231, 235, .92);
    font-weight: 980;
    cursor: pointer;
    font-size: 12px;
}
.inside-footer-widgets .footer-widget-1{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.inside-footer-widgets .footer-widget-1 p{
    color: #9ca3af;
    font-size: 14px;
    max-width: 560px;
    margin-bottom: 0;
}

.tnp-subscription form{
    text-align: center !important;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(217, 70, 239, .18) !important;
    background: rgba(11, 11, 22, .35);
    padding: 10px !important;
}
.tnp-subscription form .tnp-field label{
    display: none;
}
.tnp-subscription .tnp-field-email{
    flex: 1;
    margin-bottom: 0 !important;
}
.tnp-subscription form input.tnp-email{
    border: none !important;
    outline: none;
    background: transparent !important;
    color: #e5e7eb !important;
    font-size: 14px !important;
    padding: 0 0 0 26px !important;
}
.tnp-subscription form input.tnp-submit{
    border: none;
    cursor: pointer;
    font-weight: 980;
    color: #fff;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13px;
}
.tnp-subscription .tnp-field-email {
    position: relative;
}
.tnp-subscription .tnp-field-email::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgba(229, 231, 235, .75);
    pointer-events: none;
}
div.tnp-subscription{
    margin: 10px 0 0 !important;
}
.tnp-subscription div.tnp-field{
    margin-bottom: 0 !important;
}
.wp-block-social-link svg{
    fill: rgba(229, 231, 235, .9);
}
.wp-block-social-link a{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    border: 1px solid rgba(217, 70, 239, .18);
    background: rgba(11, 11, 22, .35);
    display: grid;
    place-items: center;
    color: rgba(229, 231, 235, .9);
}
.wp-block-social-link a:hover{
    border-color: rgba(217, 70, 239, .45);
}
.wp-block-social-links{
    display: flex;
    gap: 10px;
    margin-top: 6px;
    flex-wrap: wrap;
}


.home .inside-article{
    background: linear-gradient(180deg, #0b0b16 0%, #0f0f1e 30%, #0b0b16 100%);
}

/*my-product-card*/
.my-product-card{
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(217, 70, 239, .14);
    background: linear-gradient(180deg, rgba(26, 26, 46, .72) 0%, rgba(20, 20, 40, .62) 100%);
    transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
    position: relative !important;
    margin: 0 !important;
}
.my-product-card .onsale{
    display: none;
}
.my-product-card:hover{
    transform: translateY(-6px);
    border-color: rgba(217, 70, 239, .34);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.my-product-card .woocommerce-loop-product__title{
    padding: 10px 14px 6px 14px !important;
    font-size: 15px !important;
    font-weight: 950;
    margin-bottom: 0 !important;
    color: #f3f4f6;
    line-height: 1.6;
}
.my-product-card .loop-product-short-description{
    color: #9ca3af;
    padding: 0 14px 8px 14px;
    font-size: 13px;
}

.my-product-card .star-rating{
    display: block !important;
    float: unset !important;
    overflow: hidden !important;
    position: relative !important;
    height: 1em !important;
    line-height: 1 !important;
    width: 4.1em !important;
    margin-bottom: 0 !important;
    font-size: inherit !important;
    font-family: unset !important;
}
.star-rating::before{
    content: "☆☆☆☆☆" !important;
}
.star-rating span::before{
    content: "★★★★★" !important;
}
.my-product-card .star-rating::before{
    color: #fbbf24;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.my-product-card .star-rating span::before{
    top: 0;
    position: absolute;
    left: 0;
}
.my-product-card .star-rating span{
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.my-product-card .loop-rating{
    padding: 0 14px 8px 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fbbf24;
    font-size: 13px;
}
.my-product-card .price{
    padding: 0 14px 10px 14px;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: baseline;
    gap: 10px;
}
.my-product-card .woocommerce-Price-amount{
    font-size: 20px;
    color: #fff;
}
.my-product-card del .woocommerce-Price-amount{
    color: rgba(156, 163, 175, .75);
    font-size: 13px;
}
.my-product-card del{
    order: 99;
    color: rgba(156, 163, 175, .75);
}
.my-product-card .add_to_cart_button{
    margin-top: 0 !important;
    border: none !important;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%) !important;
    color: #fff !important;
    font-weight: 980 !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    transition: transform 160ms ease, box-shadow 160ms ease;
    font-size: 13px !important;
    text-align: center;
    line-height: 1.6 !important;
}
.my-product-card .add_to_cart_button:hover{
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(217, 70, 239, .28);
}
.my-product-card a img{
    margin-bottom: 0 !important;
}
.my-product-card .loop-actions{
    display: grid;
    grid-template-columns: 1fr 44px;
    gap: 10px;
    padding: 0 14px 14px;
}
.my-product-card .wish{
    border-radius: 14px;
    border: 1px solid rgba(217, 70, 239, .18);
    background: rgba(11, 11, 22, .35);
    color: #e5e7eb;
    cursor: pointer;
    transition: border-color 160ms ease, transform 160ms ease;
    padding: 0;
}
.my-product-card .wish:hover{
    border-color: rgba(217, 70, 239, .45);
    transform: translateY(-1px);
}
.my-head .gp-icon svg{
    height: 20px;
    top: 5px;
}
.my-head .main-navigation ul ul{
    background: rgba(20, 20, 40, .92);
    pointer-events: unset;
}
.my-head #menu-menu > li > ul{
    min-width: 420px;
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .18);
    background: rgba(20, 20, 40, .92);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
    padding: 12px;
    top: calc(100% + 10px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    left: -14px;
}
.my-head #menu-menu > li > ul > li > a{
    color: rgba(255, 255, 255, .96);
    font-weight: 990;
    font-size: 12px;
    letter-spacing: .95px;
    text-transform: uppercase;
    margin: 4px 0 8px;
    background: linear-gradient(135deg, rgba(251, 191, 36, .95) 0%, rgba(217, 70, 239, .95) 55%, rgba(236, 72, 153, .95) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 18px rgba(217, 70, 239, .28), 0 0 10px rgba(251, 191, 36, .18);
    padding: 0;
    pointer-events: none;
}
.my-head .sub-menu ul{
    position: unset !important;
    opacity: 1 !important;
    height: auto;
    width: auto;
}
.my-head #menu-menu > li:after{
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: 100%;
    height: 18px;
    background: transparent;
}
.my-head #menu-menu > li > .sub-menu:before{
    content: "";
    position: absolute;
    top: -8px;
    left: 26px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: rgba(20, 20, 40, .92);
    border-left: 1px solid rgba(217, 70, 239, .18);
    border-top: 1px solid rgba(217, 70, 239, .18);
}
.my-head #menu-menu > li > ul > li > ul a{
    display: block;
    padding: 8px 10px;
    border-radius: 12px;
    color: #e5e7eb;
    font-weight: 750;
    font-size: 14px;
    opacity: .92;
    /*line-height: 1.2;*/
    transition: background 160ms ease, color 160ms ease;
    word-wrap: break-word;
}
.my-head .menu-item-has-children ul .dropdown-menu-toggle{
    display: none;
}
.my-head #menu-menu > li > ul > li > ul a:hover{
    background: rgba(217, 70, 239, .14);
    color: #fff;
    outline: none;
}
.menu-item-has-children .dropdown-menu-toggle{
    padding-right: 0 !important;
}
.divider {
    height: 1px;
    background: rgba(217, 70, 239, .12);
    margin: 14px 0;
}

@media (max-width: 820px){
    header.my-head .inside-header{
        height: 64px;
        padding: 16px 20px;
        justify-content: center;
        gap: unset;
    }
    /*隐藏菜单*/
    #mobile-menu-control-wrapper{
        display: none;
    }
    .has-inline-mobile-toggle .inside-header{
        flex-direction: column !important;
    }
    #footer-widgets{
        padding: 50px 20px 26px;
    }
    #footer-widgets .inside-footer-widgets{
        grid-template-columns: 1fr 1fr;
    }
    .footer-legal .footer-legal-container{
        padding: 18px 20px;
    }
    footer.site-info .inside-site-info{
        padding: 16px 20px 24px;
    }
}
@media (max-width: 768px) {
    #footer-widgets .inside-footer-widgets {
        grid-template-columns: 1fr;
    }
    #footer-widgets .inside-footer-widgets>div {
        margin-bottom: 0;
    }
    #footer-widgets .footer-widgets-container{
        padding: 0;
    }
}