.asam-mf {
    direction: rtl;
    text-align: right;
}

.asam-mf-block {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.asam-mf-block-head {
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: right;
    font: inherit;
    cursor: default;
}

.asam-mf-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.asam-mf-block > .asam-mf-title {
    margin: 0 0 10px;
}

.asam-mf-block-meta {
    display: none;
    align-items: center;
    gap: 8px;
}

.asam-mf-block-count {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .07);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

.asam-mf-block-count.is-empty {
    display: none;
}

.asam-mf-block-content {
    display: block;
}

.asam-mf-item,
.asam-mf-option {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    cursor: pointer;
}

.asam-mf-item {
    margin: 7px 0;
}

.asam-mf-item em,
.asam-mf-option em {
    margin-right: auto;
    background: #eee;
    border-radius: 12px;
    min-width: 22px;
    text-align: center;
    font-style: normal;
    font-size: 11px;
    padding: 1px 5px;
}

.asam-mf-item.is-selected {
    font-weight: 600;
}

.asam-mf-hidden-check {
    display: none;
}

.asam-mf-small .asam-mf-item,
.asam-mf-small .asam-mf-option {
    font-size: 12px;
}

.asam-mf-large .asam-mf-item,
.asam-mf-large .asam-mf-option {
    font-size: 15px;
}

.asam-mf-mselect {
    position: relative;
    width: 100%;
    font-size: 13px;
}

.asam-mf-mselect-head {
    min-height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    cursor: pointer;
}

.asam-mf-tags {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    flex: 1;
}

.asam-mf-placeholder {
    color: #888;
}

.asam-mf-arrow {
    font-size: 14px;
    color: #777;
}

.asam-mf-chip {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 4px 7px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1.4;
}

.asam-mf-chip button {
    border: 0;
    background: transparent;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0;
}

.asam-mf-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    max-height: 230px;
    overflow: auto;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.asam-mf-mselect.is-open .asam-mf-dropdown {
    display: block;
}

.asam-mf-option {
    padding: 8px 10px;
    margin: 0;
}

.asam-mf-option:hover,
.asam-mf-option.is-selected {
    background: #f3f3f3;
}

.asam-mf-option.is-selected {
    font-weight: 600;
}

.asam-mf-option input {
    display: none;
}

.asam-mf-price-range {
    position: relative;
    height: 30px;
    margin: 7px 0 4px;
}

.asam-mf-price-track {
    position: absolute;
    right: 0;
    left: 0;
    top: 14px;
    height: 4px;
    border-radius: 10px;
    background: #e7e7e7;
    overflow: hidden;
}

.asam-mf-price-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    background: currentColor;
    opacity: .7;
}

.asam-mf-range {
    position: absolute;
    right: 0;
    top: 4px;
    width: 100%;
    height: 22px;
    margin: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.asam-mf-range::-webkit-slider-runnable-track {
    height: 4px;
    background: transparent;
}

.asam-mf-range::-moz-range-track {
    height: 4px;
    background: transparent;
}

.asam-mf-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid currentColor;
    background: #fff;
    pointer-events: auto;
    cursor: pointer;
    margin-top: -6px;
}

.asam-mf-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid currentColor;
    background: #fff;
    pointer-events: auto;
    cursor: pointer;
}

.asam-mf-price-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 11px;
    color: #666;
    margin-bottom: 9px;
}

.asam-mf-price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.asam-mf-price-inputs label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
}

.asam-mf-price-inputs input {
    width: 100%;
    min-width: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 8px;
    font: inherit;
    background: #fff;
}

.asam-mf-price-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
}

.asam-mf-price-apply {
    border: 0;
    border-radius: 6px;
    padding: 7px 12px;
    background: #222;
    color: #fff;
    cursor: pointer;
    font: inherit;
}

.asam-mf-price-clear {
    border: 0;
    background: transparent;
    color: #777;
    cursor: pointer;
    padding: 6px 2px;
    font: inherit;
    font-size: 11px;
}

.asam-mf-more-options {
    display: none;
}

.asam-mf-desktop-shortcode {
    display: block;
}

.asam-mf-mobile-shortcode {
    display: none;
}

html.asam-mf-mobile-lock,
body.asam-mf-mobile-lock {
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .asam-mf-desktop-shortcode {
        display: none !important;
    }

    .asam-mf-mobile-shortcode {
        display: block;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        direction: rtl;
        text-align: right;
        --asam-mf-mobile-radius: 18px;
        --asam-mf-mobile-border: rgba(0, 0, 0, .10);
        --asam-mf-mobile-soft: rgba(0, 0, 0, .045);
        --asam-mf-mobile-muted: #727272;
    }

    .asam-mf-mobile-entry {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        z-index: 20;
    }

    .asam-mf-mobile-tags:empty {
        display: none !important;
    }

    .asam-mf-mobile-toggle {
        width: 100%;
        min-height: 52px;
        border: 1px solid var(--asam-mf-mobile-border);
        border-radius: 14px;
        background: #fff;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 14px;
        font: inherit;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 5px 22px rgba(0, 0, 0, .06);
    }

    .asam-mf-mobile-toggle-main {
        display: inline-flex;
        align-items: center;
        gap: 9px;
    }

    .asam-mf-mobile-toggle svg,
    .asam-mf-mobile-floating-toggle svg {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }

    .asam-mf-mobile-filter-count {
        min-width: 25px;
        height: 25px;
        padding: 0 7px;
        border-radius: 999px;
        background: currentColor;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        line-height: 1;
    }

    .asam-mf-mobile-filter-count.is-empty {
        display: none;
    }

    .asam-mf-mobile-hint {
        margin-top: 8px;
        border: 1px solid var(--asam-mf-mobile-border);
        border-radius: 13px;
        background: #fff;
        padding: 10px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-size: 12px;
        line-height: 1.7;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .035);
    }

    .asam-mf-mobile-hint.is-hidden {
        display: none;
    }

    .asam-mf-mobile-hint span {
        color: var(--asam-mf-mobile-muted);
    }

    .asam-mf-mobile-hint button {
        border: 0;
        background: transparent;
        color: inherit;
        font: inherit;
        font-weight: 700;
        white-space: nowrap;
        padding: 4px 0;
        cursor: pointer;
    }

    .asam-mf-mobile-active-chips {
        display: none;
        width: 100%;
        gap: 7px;
        overflow-x: auto;
        padding: 9px 1px 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .asam-mf-mobile-active-chips::-webkit-scrollbar {
        display: none;
    }

    .asam-mf-mobile-active-chips.has-items {
        display: flex;
    }

    .asam-mf-active-chip {
        flex: 0 0 auto;
        border: 1px solid var(--asam-mf-mobile-border);
        border-radius: 999px;
        background: #fff;
        color: inherit;
        min-height: 34px;
        padding: 6px 10px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font: inherit;
        font-size: 12px;
        cursor: pointer;
    }

    .asam-mf-active-chip b {
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

    .asam-mf-mobile-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .48);
        opacity: 0;
        visibility: hidden;
        transition: opacity .24s ease, visibility .24s ease;
        z-index: 999998;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    .asam-mf-mobile-drawer {
        position: fixed;
        right: 50%;
        bottom: 0;
        width: min(100%, 620px);
        height: min(88dvh, 760px);
        max-height: calc(100dvh - 22px);
        background: #fff;
        z-index: 999999;
        transform: translate(50%, 105%);
        transition: transform .28s cubic-bezier(.2, .75, .2, 1);
        box-shadow: 0 -18px 50px rgba(0, 0, 0, .18);
        display: flex;
        flex-direction: column;
        text-align: right;
        direction: rtl;
        border-radius: 22px 22px 0 0;
        overflow: hidden;
    }

    .asam-mf-mobile-shortcode.is-open .asam-mf-mobile-backdrop {
        opacity: 1;
        visibility: visible;
    }

    .asam-mf-mobile-shortcode.is-open .asam-mf-mobile-drawer {
        transform: translate(50%, 0);
    }

    .asam-mf-mobile-handle {
        height: 18px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex: 0 0 auto;
    }

    .asam-mf-mobile-handle span {
        width: 42px;
        height: 4px;
        border-radius: 999px;
        background: rgba(0, 0, 0, .16);
    }

    .asam-mf-mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 16px 14px;
        border-bottom: 1px solid #eee;
        flex: 0 0 auto;
    }

    .asam-mf-mobile-head > div {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .asam-mf-mobile-head strong {
        font-size: 17px;
        line-height: 1.5;
    }

    .asam-mf-mobile-summary {
        color: var(--asam-mf-mobile-muted);
        font-size: 11px;
    }

    .asam-mf-mobile-close {
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 50%;
        background: var(--asam-mf-mobile-soft);
        color: #333;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        line-height: 1;
        cursor: pointer;
        flex: 0 0 38px;
    }

    .asam-mf-mobile-body {
        padding: 12px 14px 18px;
        overflow: auto;
        overscroll-behavior: contain;
        flex: 1;
        min-height: 0;
        background: #fafafa;
    }

    .asam-mf-mobile-body .asam-mf {
        width: 100%;
    }

    .asam-mf-mobile-body .asam-mf-block {
        border: 1px solid var(--asam-mf-mobile-border);
        border-radius: 14px;
        padding: 0;
        margin: 0 0 9px;
        background: #fff;
        overflow: hidden;
    }

    .asam-mf-mobile-body .asam-mf-block-head {
        min-height: 54px;
        margin: 0;
        padding: 13px 14px;
        cursor: pointer;
    }

    .asam-mf-mobile-body .asam-mf-title {
        font-size: 14px;
        line-height: 1.5;
    }

    .asam-mf-mobile-body .asam-mf-block-meta {
        display: inline-flex;
    }

    .asam-mf-mobile-body .asam-mf-block-chevron {
        width: 8px;
        height: 8px;
        border-left: 1.8px solid currentColor;
        border-bottom: 1.8px solid currentColor;
        transform: rotate(45deg);
        transition: transform .18s ease;
        opacity: .6;
        margin-left: 2px;
    }

    .asam-mf-mobile-body .asam-mf-block.is-expanded .asam-mf-block-chevron {
        transform: rotate(-45deg);
    }

    .asam-mf-mobile-body .asam-mf-block-content {
        display: none;
        border-top: 1px solid #f0f0f0;
        padding: 11px 14px 14px;
    }

    .asam-mf-mobile-body .asam-mf-block.is-expanded .asam-mf-block-content {
        display: block;
    }

    .asam-mf-mobile-body .asam-mf-list-options:not(.is-expanded-options) > .asam-mf-item:nth-child(n+9) {
        display: none;
    }

    .asam-mf-mobile-body .asam-mf-item {
        min-height: 40px;
        margin: 0;
        padding: 7px 1px;
        border-bottom: 1px solid rgba(0, 0, 0, .055);
    }

    .asam-mf-mobile-body .asam-mf-item:last-child {
        border-bottom: 0;
    }

    .asam-mf-mobile-body .asam-mf-item input[type="checkbox"]:not(.asam-mf-hidden-check) {
        width: 18px;
        height: 18px;
        margin: 0;
        accent-color: currentColor;
        flex: 0 0 18px;
    }

    .asam-mf-mobile-body .asam-mf-item.is-selected {
        font-weight: 700;
    }

    .asam-mf-mobile-body .asam-mf-hidden-check + span::before {
        content: '';
        width: 17px;
        height: 17px;
        border: 1.5px solid rgba(0, 0, 0, .28);
        border-radius: 50%;
        display: inline-block;
        vertical-align: -4px;
        margin-left: 8px;
        box-sizing: border-box;
    }

    .asam-mf-mobile-body .asam-mf-item.is-selected .asam-mf-hidden-check + span::before {
        border: 5px solid currentColor;
    }

    .asam-mf-mobile-body .asam-mf-more-options {
        display: block;
        width: 100%;
        border: 0;
        background: var(--asam-mf-mobile-soft);
        color: inherit;
        border-radius: 9px;
        min-height: 38px;
        margin-top: 9px;
        font: inherit;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

    .asam-mf-mobile-body .asam-mf-mselect-head {
        min-height: 46px;
        border-radius: 10px;
    }

    .asam-mf-mobile-body .asam-mf-dropdown {
        position: static;
        margin-top: 7px;
        border: 1px solid #ddd;
        border-radius: 10px;
        max-height: 260px;
        box-shadow: none;
    }

    .asam-mf-mobile-body .asam-mf-option {
        min-height: 42px;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }

    .asam-mf-mobile-body .asam-mf-option:last-child {
        border-bottom: 0;
    }

    .asam-mf-mobile-body .asam-mf-price-actions {
        margin-top: 10px;
    }

    .asam-mf-mobile-body .asam-mf-price-apply {
        display: none;
    }

    .asam-mf-mobile-body .asam-mf-price-clear {
        min-height: 34px;
        padding: 4px 8px;
    }

    .asam-mf-mobile-footer {
        flex: 0 0 auto;
        display: grid;
        grid-template-columns: .72fr 1.55fr;
        gap: 9px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid #eee;
        background: rgba(255, 255, 255, .97);
    }

    .asam-mf-mobile-clear,
    .asam-mf-mobile-apply {
        min-height: 50px;
        border-radius: 12px;
        padding: 10px 12px;
        font: inherit;
        font-weight: 700;
        cursor: pointer;
    }

    .asam-mf-mobile-clear {
        border: 1px solid var(--asam-mf-mobile-border);
        background: #fff;
        color: inherit;
    }

    .asam-mf-mobile-apply {
        border: 0;
        background: #181818;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        transition: opacity .18s ease;
    }

    .asam-mf-mobile-apply.is-loading {
        opacity: .62;
    }

    .asam-mf-mobile-apply strong {
        font-size: 14px;
    }

    .asam-mf-mobile-floating-toggle {
        position: fixed;
        right: 50%;
        bottom: calc(16px + env(safe-area-inset-bottom));
        transform: translate(50%, 18px);
        min-height: 46px;
        max-width: calc(100vw - 32px);
        border: 0;
        border-radius: 999px;
        background: #181818;
        color: #fff;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font: inherit;
        font-weight: 700;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
        z-index: 999997;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }

    .asam-mf-mobile-floating-toggle.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(50%, 0);
    }

    .asam-mf-mobile-shortcode.is-open .asam-mf-mobile-floating-toggle {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .asam-mf-mobile-floating-toggle .asam-mf-mobile-filter-count {
        background: #fff;
        color: #181818;
    }
}

@media (min-width: 768px) {
    .asam-mf-mobile-shortcode {
        display: none !important;
    }
}

.asam-mf-active-bar {
    display: none;
    margin: 0 0 14px;
    padding: 12px;
    border: 1px solid #e6e8eb;
    border-radius: 10px;
    background: #fafbfc;
}

.asam-mf-active-bar.has-items {
    display: block;
}

.asam-mf-active-head {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 9px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
}

.asam-mf-active-head strong {
    font-weight: 700;
}

.asam-mf-active-head span {
    color: #858585;
    font-size: 11px;
}

.asam-mf-active-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
}

.asam-mf-form-active-chip {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 34px;
    padding: 6px 9px 6px 7px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 12px;
    line-height: 1.55;
    text-align: right;
    cursor: pointer;
    white-space: normal;
}

.asam-mf-form-active-chip span {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.asam-mf-form-active-chip b {
    display: inline-flex;
    flex: 0 0 19px;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .055);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.asam-mf-form-active-chip:hover {
    border-color: rgba(0, 0, 0, .20);
    background: #fff;
}

.asam-mf-active-actions {
    display: block;
    width: 100%;
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid #eceeef;
}

.asam-mf-clear-all {
    display: block;
    width: 100%;
    min-height: 34px;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    background: #fff;
    color: #555;
    padding: 6px 9px;
    font: inherit;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.asam-mf-clear-all:hover {
    border-color: #d1d1d1;
    color: #222;
}

.asam-mf-status-options .asam-mf-item span {
    font-weight: 500;
}

@media (max-width: 767px) {
    .asam-mf-active-bar {
        display: none !important;
    }
}


/* Filter navigation feedback */
.asam-mf-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147482000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(255, 255, 255, .68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .16s ease, visibility .16s ease;
}

.asam-mf-loading-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.asam-mf-loading-card {
    display: flex;
    direction: rtl;
    align-items: center;
    gap: 12px;
    width: min(330px, calc(100vw - 40px));
    padding: 15px 16px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .12);
    text-align: right;
}

.asam-mf-loading-card > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.asam-mf-loading-card strong {
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

.asam-mf-loading-card span:not(.asam-mf-loading-spinner) {
    color: #777;
    font-size: 12px;
    line-height: 1.7;
}

.asam-mf-loading-spinner {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border: 3px solid rgba(0, 0, 0, .12);
    border-top-color: rgba(0, 0, 0, .62);
    border-radius: 50%;
    animation: asam-mf-spin .72s linear infinite;
}

.asam-mf-is-loading,
.asam-mf-is-loading body {
    cursor: wait;
}

@keyframes asam-mf-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .asam-mf-loading-overlay { transition: none; }
    .asam-mf-loading-spinner { animation-duration: 1.35s; }
}

/* Scoped UI normalization */
.asam-mf,
.asam-mf *,
.asam-mf *::before,
.asam-mf *::after,
.asam-mf-mobile-shortcode,
.asam-mf-mobile-shortcode *,
.asam-mf-mobile-shortcode *::before,
.asam-mf-mobile-shortcode *::after,
.asam-mf-loading-overlay,
.asam-mf-loading-overlay *,
.asam-mf-loading-overlay *::before,
.asam-mf-loading-overlay *::after {
    box-sizing: border-box;
}

.asam-mf,
.asam-mf-mobile-shortcode,
.asam-mf-loading-overlay {
    --asam-mf-ui-text: #262626;
    --asam-mf-ui-muted: #747474;
    --asam-mf-ui-border: #e2e5e9;
    --asam-mf-ui-border-strong: #cfd4da;
    --asam-mf-ui-bg: #fff;
    --asam-mf-ui-soft: #f6f7f8;
    --asam-mf-ui-dark: #222;
    --asam-mf-ui-radius: 9px;
}

.asam-mf button,
.asam-mf input,
.asam-mf select,
.asam-mf textarea,
.asam-mf-mobile-shortcode button,
.asam-mf-mobile-shortcode input,
.asam-mf-mobile-shortcode select,
.asam-mf-mobile-shortcode textarea {
    font-family: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.asam-mf button,
.asam-mf-mobile-shortcode button {
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.asam-mf .asam-mf-title,
.asam-mf .asam-mf-active-head,
.asam-mf .asam-mf-item,
.asam-mf .asam-mf-option,
.asam-mf .asam-mf-price-current,
.asam-mf .asam-mf-price-inputs label {
    font-family: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.asam-mf .asam-mf-active-bar {
    display: none !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 12px !important;
    border: 1px solid var(--asam-mf-ui-border) !important;
    border-radius: 11px !important;
    background: var(--asam-mf-ui-soft) !important;
    color: var(--asam-mf-ui-text) !important;
    box-shadow: none !important;
}

.asam-mf .asam-mf-active-bar.has-items {
    display: block !important;
}

.asam-mf .asam-mf-active-head {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--asam-mf-ui-text) !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
}

.asam-mf .asam-mf-active-head strong {
    color: var(--asam-mf-ui-text) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.asam-mf .asam-mf-active-head span {
    color: var(--asam-mf-ui-muted) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

.asam-mf .asam-mf-active-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.asam-mf button.asam-mf-form-active-chip {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 36px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 7px 9px !important;
    border: 1px solid var(--asam-mf-ui-border) !important;
    border-radius: var(--asam-mf-ui-radius) !important;
    background: var(--asam-mf-ui-bg) !important;
    color: var(--asam-mf-ui-text) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    text-align: right !important;
    white-space: normal !important;
    cursor: pointer !important;
}

.asam-mf button.asam-mf-form-active-chip:hover,
.asam-mf button.asam-mf-form-active-chip:focus {
    border-color: var(--asam-mf-ui-border-strong) !important;
    background: #fff !important;
    color: var(--asam-mf-ui-text) !important;
}

.asam-mf button.asam-mf-form-active-chip span {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
}

.asam-mf button.asam-mf-form-active-chip b {
    display: inline-flex !important;
    flex: 0 0 20px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #f0f1f2 !important;
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.asam-mf .asam-mf-active-actions {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 10px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--asam-mf-ui-border) !important;
    background: transparent !important;
}

.asam-mf button.asam-mf-clear-all {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 36px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    border: 1px solid var(--asam-mf-ui-border) !important;
    border-radius: var(--asam-mf-ui-radius) !important;
    background: #fff !important;
    color: #4a4a4a !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    text-align: center !important;
    cursor: pointer !important;
}

.asam-mf button.asam-mf-clear-all:hover,
.asam-mf button.asam-mf-clear-all:focus {
    border-color: var(--asam-mf-ui-border-strong) !important;
    background: #f9fafb !important;
    color: #222 !important;
}

.asam-mf .asam-mf-block-head {
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.asam-mf .asam-mf-mselect-head {
    border: 1px solid var(--asam-mf-ui-border-strong) !important;
    background: #fff !important;
    color: var(--asam-mf-ui-text) !important;
    box-shadow: none !important;
}

.asam-mf .asam-mf-dropdown {
    border-color: var(--asam-mf-ui-border-strong) !important;
    background: #fff !important;
    color: var(--asam-mf-ui-text) !important;
}

.asam-mf .asam-mf-chip {
    background: #f1f2f3 !important;
    color: var(--asam-mf-ui-text) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.asam-mf .asam-mf-chip button {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #666 !important;
    box-shadow: none !important;
    line-height: 1 !important;
}

.asam-mf input.asam-mf-check:not(.asam-mf-hidden-check) {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-grid !important;
    place-content: center !important;
    flex: 0 0 17px !important;
    width: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;
    height: 17px !important;
    min-height: 17px !important;
    max-height: 17px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid #aeb4bb !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

.asam-mf input.asam-mf-check:not(.asam-mf-hidden-check)::after {
    content: '' !important;
    display: block !important;
    width: 7px !important;
    height: 4px !important;
    border: solid #fff !important;
    border-width: 0 0 2px 2px !important;
    transform: rotate(-45deg) scale(0) !important;
    transform-origin: center !important;
    transition: transform .1s ease !important;
}

.asam-mf input.asam-mf-check:not(.asam-mf-hidden-check):checked {
    border-color: var(--asam-mf-ui-dark) !important;
    background: var(--asam-mf-ui-dark) !important;
}

.asam-mf input.asam-mf-check:not(.asam-mf-hidden-check):checked::after {
    transform: rotate(-45deg) scale(1) !important;
}

.asam-mf input.asam-mf-check:not(.asam-mf-hidden-check):focus-visible {
    outline: 2px solid rgba(34, 34, 34, .20) !important;
    outline-offset: 2px !important;
}

.asam-mf .asam-mf-price-inputs input.asam-mf-price-input {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 7px 8px !important;
    border: 1px solid var(--asam-mf-ui-border-strong) !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: var(--asam-mf-ui-text) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.asam-mf button.asam-mf-price-apply,
.asam-mf button.asam-mf-more-options {
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--asam-mf-ui-dark) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.asam-mf button.asam-mf-price-apply {
    min-height: 36px !important;
    margin: 0 !important;
    padding: 7px 12px !important;
}

.asam-mf button.asam-mf-price-clear {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--asam-mf-ui-muted) !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

.asam-mf button.asam-mf-more-options {
    width: 100% !important;
    min-height: 38px !important;
    margin: 9px 0 0 !important;
    padding: 7px 10px !important;
    background: var(--asam-mf-ui-soft) !important;
    color: var(--asam-mf-ui-text) !important;
}

@media (max-width: 767px) {
    .asam-mf-mobile-shortcode button.asam-mf-mobile-toggle,
    .asam-mf-mobile-shortcode button.asam-mf-mobile-clear,
    .asam-mf-mobile-shortcode button.asam-mf-mobile-apply,
    .asam-mf-mobile-shortcode button.asam-mf-mobile-floating-toggle,
    .asam-mf-mobile-shortcode button.asam-mf-mobile-close,
    .asam-mf-mobile-shortcode .asam-mf-mobile-hint button {
        -webkit-appearance: none !important;
        appearance: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        letter-spacing: normal !important;
        text-transform: none !important;
    }

    .asam-mf-mobile-shortcode button.asam-mf-mobile-toggle {
        width: 100% !important;
        min-height: 52px !important;
        margin: 0 !important;
        padding: 11px 14px !important;
        border: 1px solid var(--asam-mf-ui-border) !important;
        border-radius: 14px !important;
        background: #fff !important;
        color: var(--asam-mf-ui-text) !important;
    }

    .asam-mf-mobile-shortcode button.asam-mf-mobile-clear {
        min-height: 50px !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        border: 1px solid var(--asam-mf-ui-border) !important;
        border-radius: 12px !important;
        background: #fff !important;
        color: var(--asam-mf-ui-text) !important;
    }

    .asam-mf-mobile-shortcode button.asam-mf-mobile-apply,
    .asam-mf-mobile-shortcode button.asam-mf-mobile-floating-toggle {
        border: 0 !important;
        background: #181818 !important;
        color: #fff !important;
    }

    .asam-mf-mobile-shortcode button.asam-mf-mobile-apply {
        min-height: 50px !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        border-radius: 12px !important;
    }

    .asam-mf-mobile-shortcode button.asam-mf-mobile-floating-toggle {
        min-height: 46px !important;
        padding: 10px 15px !important;
        border-radius: 999px !important;
    }

    .asam-mf-mobile-shortcode button.asam-mf-mobile-close {
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: var(--asam-mf-ui-soft) !important;
        color: #333 !important;
    }

    .asam-mf-mobile-shortcode .asam-mf-mobile-hint button {
        width: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 4px 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: var(--asam-mf-ui-text) !important;
    }

    .asam-mf-mobile-shortcode button.asam-mf-active-chip {
        -webkit-appearance: none !important;
        appearance: none !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 6px 10px !important;
        border: 1px solid var(--asam-mf-ui-border) !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: var(--asam-mf-ui-text) !important;
        box-shadow: none !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 767px) {
    .asam-mf-mobile-shortcode,
    .asam-mf-mobile-entry {
        min-height: 0 !important;
        height: auto !important;
    }

    .asam-mf-mobile-entry {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        overflow: visible !important;
    }

    .asam-mf-mobile-entry > .asam-mf-mobile-toggle {
        flex: 0 0 auto !important;
    }

    .asam-mf-mobile-entry > .asam-mf-mobile-hint {
        flex: 0 0 auto !important;
        margin: 8px 0 0 !important;
    }

    .asam-mf-mobile-active-chips:not(.has-items),
    .asam-mf-mobile-active-chips[hidden] {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }

    .asam-mf-mobile-tags:not(:has(.cptags-item)) {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .asam-mf-mobile-backdrop,
    .asam-mf-mobile-drawer,
    .asam-mf-mobile-floating-toggle {
        position: fixed !important;
    }

    .asam-mf-mobile-floating-toggle:not(.is-visible) {
        display: none !important;
    }

    .asam-mf-mobile-floating-toggle.is-visible {
        display: flex !important;
    }
}
