.phorte-mobile-filter-trigger,
.phorte-mobile-filter-modal {
    display: none;
}

/* Keep Elementor's hidden tablet navigation from expanding the catalog page. */
@media (max-width: 899px) {
    body.page-id-392,
    body.page-id-1052,
    body.page-id-1061,
    body.page-id-392 .elementor,
    body.page-id-1052 .elementor,
    body.page-id-1061 .elementor {
        max-width: 100%;
        overflow-x: clip;
    }
}

.phorte-mobile-filter-trigger {
    align-items: center;
    background: #fff !important;
    border: 1px solid rgba(24, 24, 24, .42) !important;
    border-radius: 999px;
    box-sizing: border-box;
    color: #6b6f76 !important;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    gap: 7px;
    justify-content: center;
    min-height: 48px;
    padding: 8px 16px;
    text-align: center;
    width: 100%;
}

.phorte-mobile-filter-trigger:hover,
.phorte-mobile-filter-trigger[aria-expanded="true"] {
    border-color: #f23d43 !important;
    color: #f23d43 !important;
}

.phorte-mobile-filter-trigger:focus-visible,
.phorte-mobile-filter-close:focus-visible,
.phorte-mobile-filter-apply:focus-visible,
.phorte-mobile-filter-clear:focus-visible {
    outline: 2px solid #f23d43;
    outline-offset: 3px;
}

.phorte-mobile-filter-icon {
    display: inline-flex;
    height: 18px;
    width: 18px;
}

.phorte-mobile-filter-icon svg {
    display: block;
    fill: currentColor;
    height: 18px;
    width: 18px;
}

.phorte-mobile-filter-count {
    align-items: center;
    background: #f23d43;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    padding: 0 5px;
}

.phorte-mobile-filter-modal[hidden] {
    display: none !important;
}

.phorte-mobile-filter-sidebar .phorte-mobile-filter-native-actions {
    display: none !important;
}

.phorte-mobile-filter-modal {
    inset: 0;
    position: fixed;
    z-index: 100000;
}

.phorte-mobile-filter-backdrop {
    background: rgba(0, 0, 0, .55);
    inset: 0;
    position: absolute;
}

.phorte-mobile-filter-panel {
    background: #fff;
    border-radius: 24px 24px 0 0;
    bottom: 0;
    box-shadow: 0 -14px 45px rgba(24, 24, 24, .2);
    display: flex;
    flex-direction: column;
    left: 50%;
    max-height: calc(100dvh - 24px);
    overflow: hidden;
    position: absolute;
    transform: translateX(-50%);
    width: min(560px, 100%);
}

.phorte-mobile-filter-header {
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f1;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 28px 28px 18px;
}

.phorte-mobile-filter-title {
    color: #f23d43 !important;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.08;
    margin: 0;
}

.phorte-mobile-filter-close {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    color: #181818 !important;
    cursor: pointer;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    flex: 0 0 44px !important;
    height: 44px !important;
    justify-content: center;
    line-height: 1;
    margin: -4px -8px 0 0;
    padding: 0 !important;
    min-height: 44px !important;
    min-width: 44px !important;
    width: 44px !important;
}

.phorte-mobile-filter-content {
    min-height: 0;
    overflow-y: auto;
    padding: 20px 28px 24px;
}

.phorte-mobile-filter-sidebar {
    background: #fff !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.phorte-mobile-filter-sidebar .elementor-widget-container,
.phorte-mobile-filter-sidebar .jet-smart-filters,
.phorte-mobile-filter-sidebar .jet-smart-filters-container {
    max-width: 100%;
    width: 100%;
}

.phorte-mobile-filter-sidebar .jet-smart-filters-label,
.phorte-mobile-filter-sidebar .jet-smart-filters-title,
.phorte-mobile-filter-sidebar .jet-filter-label {
    color: #181818;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.phorte-mobile-filter-sidebar .jet-filter-item,
.phorte-mobile-filter-sidebar label {
    align-items: center;
    display: flex;
    min-height: 36px;
}

.phorte-mobile-filter-sidebar .jet-radio-list__item {
    cursor: pointer;
    gap: 8px;
    position: relative;
}

.phorte-mobile-filter-sidebar .jet-radio-list__input {
    height: 1px !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.phorte-mobile-filter-sidebar .jet-radio-list__button {
    align-items: center;
    display: flex;
    gap: 8px;
    min-height: 36px;
    width: 100%;
}

.phorte-mobile-filter-sidebar .jet-radio-list__decorator {
    background: #fff !important;
    border: 1px solid #f23d43 !important;
    border-radius: 50% !important;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 14px;
    height: 14px;
    width: 14px;
}

.phorte-mobile-filter-sidebar .jet-radio-list__checked-icon {
    display: none !important;
}

.phorte-mobile-filter-sidebar .jet-radio-list__input:checked + .jet-radio-list__button .jet-radio-list__decorator {
    background: #f23d43 !important;
    box-shadow: inset 0 0 0 3px #fff;
}

.phorte-mobile-filter-sidebar input[type="radio"],
.phorte-mobile-filter-sidebar input[type="checkbox"] {
    accent-color: #f23d43;
    appearance: none !important;
    background: #fff !important;
    border: 1px solid #f23d43 !important;
    border-radius: 50% !important;
    flex: 0 0 auto;
    height: 14px !important;
    margin-right: 8px !important;
    width: 14px !important;
}

.phorte-mobile-filter-sidebar input[type="radio"]:checked,
.phorte-mobile-filter-sidebar input[type="checkbox"]:checked {
    background: #f23d43 !important;
    box-shadow: inset 0 0 0 3px #fff;
}

.phorte-mobile-filter-footer {
    background: #fff;
    border-top: 1px solid #f0f0f1;
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    padding: 16px 28px 28px;
}

.phorte-mobile-filter-apply,
.phorte-mobile-filter-clear {
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 800;
    min-height: 44px;
}

.phorte-mobile-filter-apply {
    background: #f23d43 !important;
    border: 1px solid #f23d43 !important;
    color: #fff !important;
    flex: 1 1 auto;
    width: 100%;
}

.phorte-mobile-filter-apply:hover {
    background: #d92f38 !important;
    border-color: #d92f38 !important;
}

.phorte-mobile-filter-clear {
    background: #fff;
    border: 1px solid #e6e7eb;
    color: #f23d43;
    flex: 0 0 auto;
    padding: 8px 14px;
}

.phorte-mobile-filter-clear[hidden] {
    display: none;
}

html.phorte-mobile-filter-open,
body.phorte-mobile-filter-open {
    overflow: hidden !important;
}

@media (max-width: 899px) {
    .phorte-mobile-filter-modal:not([hidden]) {
        display: block;
    }

    .elementor-element-476a5d1 .phorte-mobile-filter-trigger:not([hidden]) {
        display: flex;
        margin: 0 20px 0;
        width: calc(100% - 40px);
    }
}

@media (min-width: 900px) {
    .phorte-mobile-filter-trigger,
    .phorte-mobile-filter-modal {
        display: none !important;
    }
}

