#productFilters{
    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: 16px;
    position: relative;
    overflow: hidden;
}
#productFilters:after{
    content: "";
    position: absolute;
    inset: -80px;
    background: radial-gradient(circle at 30% 20%, rgba(217, 70, 239, 0.28), transparent 55%), radial-gradient(circle at 70% 40%, rgba(236, 72, 153, 0.22), transparent 50%), radial-gradient(circle at 55% 85%, rgba(249, 115, 22, 0.18), transparent 45%);
    opacity: .14;
    transform: rotate(7deg);
    pointer-events: none;
}
.pf-title{
    font-size: 14px;
    font-weight: 980;
    color: #f3f4f6;
    margin-bottom: 10px;
}
.pf-sub{
    color: rgba(156, 163, 175, .92);
    font-size: 12px;
    margin-top: -6px;
    margin-bottom: 10px;
}
.pf-field{
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .30);
    padding: 12px;
    margin-top: 10px;
}
#pf-search{
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #e5e7eb;
    font-size: 14px;
    padding: 0;
}
.shop-sidebar-left select{
    color: #f3f4f6;
    font-weight: 900;
    background: rgba(20, 20, 40, .55);
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(217, 70, 239, .22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    outline: none;
    font-size: 14px;
}
.shop-sidebar-left .sub{
    color: rgba(156, 163, 175, .92);
    font-size: 12px;
}
.facet{
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(11, 11, 22, .35);
    overflow: hidden;
    margin-top: 10px;
}
.facet-h{
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: #e5e7eb;
    cursor: pointer;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 980;
    font-size: 14px;
}
.facet.active .facet-b {
    padding: 0 14px 14px;
    max-height: 520px;
}
.facet-b {
    padding: 0 14px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 240ms ease, padding 240ms ease;
}
.checklist {
    list-style: none;
    display: grid;
    gap: 10px;
}
.checkitem {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(11, 11, 22, .28);
    cursor: pointer;
    user-select: none;
}
.checkitem input {
    margin-top: 3px;
}
.checkitem strong {
    display: block;
    font-size: 13px;
    font-weight: 980;
    margin-bottom: 2px;
}
.checkitem span {
    display: block;
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.5;
}
.facet-h .left {
    display: flex;
    gap: 10px;
    align-items: center;
}
.facet.active .facet-h .chev {
    transform: rotate(180deg);
}
.facet-h .chev {
    opacity: .75;
    transition: transform 180ms ease;
}
.ic {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    fill: currentColor;
}
.shop-sidebar-left ul{
    margin: 0;
}
.shop-sidebar-left .facet-h{
    background-color: unset !important;
}
.shop-sidebar-left .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .22);
    background: rgba(20, 20, 40, .55);
    color: #e5e7eb;
    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, filter 160ms ease;
    line-height: normal !important;
    font-size: 13.33px;
}
.shop-sidebar-left .btn.primary {
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    border-color: transparent;
    color: #fff;
}
.shop-sidebar-left .btn.block {
    width: 100%;
    justify-content: center;
}
#resetFiltersDesktop{
    margin-top: 10px;
}
.shop-sidebar-left .btn:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .45);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.shop-sidebar-left select option{
    background: #0f0f1e;
    color: #e5e7eb;
}
.shop-sidebar-left .scrollbox {
    max-height: 180px;
    overflow: auto;
    padding-right: 6px;
}
.scrollbox::-webkit-scrollbar{width:10px}
.scrollbox::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}
.scrollbox::-webkit-scrollbar-thumb{background:rgba(217,70,239,.35);border-radius:999px;border:2px solid rgba(0,0,0,0)}
.scrollbox::-webkit-scrollbar-thumb:hover{background:rgba(217,70,239,.55)}
.shop-sidebar-left .range {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
input[type="search"], input[type="number"], select {
    width: 100%;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    color: #e5e7eb !important;
    font-size: 14px;
    padding: 0 !important;
}
.shop-sidebar-left .field {
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .30);
    padding: 12px;
}
.results-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.results-meta {
    display: grid;
    gap: 8px;
}
.results-meta .count {
    color: rgba(229, 231, 235, .92);
    font-weight: 980;
    font-size: 14px;
}
.results-meta .hint {
    color: #9ca3af;
    font-weight: 800;
    font-size: 12px;
}
.mfilter-tab {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1200;
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(217, 70, 239, .30);
    background: rgba(11, 11, 22, .72) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 55px rgba(217, 70, 239, .18);
    color: rgba(229, 231, 235, .96);
    cursor: pointer;
    place-items: center;
    padding: 0;
}
.mfilter-overlay {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(0, 0, 0, .55);
    display: none;
}
.mfilter-overlay.show {
    display: block;
}
.mfilter-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(420px, 86vw);
    z-index: 1400;
    transform: translateX(-104%);
    transition: transform 220ms ease;
    border-right: 1px solid rgba(217, 70, 239, .16);
    background: linear-gradient(180deg, rgba(26, 26, 46, .92) 0%, rgba(11, 11, 22, .92) 100%);
    backdrop-filter: blur(14px);
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.mfilter-drawer.show {
    transform: translateX(0);
}
.mfilter-header {
    padding: 14px 14px 12px;
    border-bottom: 1px solid rgba(217, 70, 239, .14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.mfilter-body {
    padding: 12px 14px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.mfilter-footer {
    padding: 12px 14px 14px;
    border-top: 1px solid rgba(217, 70, 239, .14);
    background: rgba(11, 11, 22, .35);
}
body.lock-scroll {
    overflow: hidden;
}
.mfilter-header .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 980;
    letter-spacing: .2px;
    font-size: 16px;
}
.mfilter-close {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    border: 1px solid rgba(217, 70, 239, .22);
    background: rgba(11, 11, 22, .35);
    color: rgba(229, 231, 235, .92);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 18px;
    line-height: 1 !important;
    padding: 0;
}
.panel h3 {
    font-size: 14px;
    font-weight: 980;
    color: #f3f4f6;
    margin-bottom: 10px;
}
.mfilter-footer .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.pillx {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .18);
    background: rgba(11, 11, 22, .35);
    font-weight: 950;
    font-size: 12px;
    color: rgba(229, 231, 235, .92);
}
.pillx button {
    border: none;
    background: transparent !important;
    color: rgba(229, 231, 235, .85);
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0;
}
.active-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.toast {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    width: min(420px, calc(100% - 32px));
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .90);
    backdrop-filter: blur(12px);
    padding: 12px;
    display: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
    overflow: hidden;
}
.toast .trow {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding-left: 6px;
}
.toast .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, .10);
}
.toast .ticon {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    border: 1px solid rgba(217, 70, 239, .22);
    background: rgba(20, 20, 40, .55);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}
.toast strong {
    display: block;
    font-size: 13px;
    font-weight: 980;
}
.toast span {
    display: block;
    color: rgba(156, 163, 175, .92);
    font-size: 12px;
    margin-top: 2px;
    line-height: 1.45;
}
.toast .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, .10);
}
.toast .bar > i {
    display: block;
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, .65);
    animation: toastbar linear forwards;
}
.mfilter-tab .dot {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 980;
    border: 1px solid rgba(0, 0, 0, .25);
}
@media (max-width: 980px) {
    #productFilters {
        display: none;
    }
    .mfilter-tab {
        display: grid;
    }
}
@media (max-width: 520px) {
    .mfilter-tab {
        left: 8px;
    }
}