/* =========================================================
   IPX Camera Finder / Product List
   White Wide Hero Version
   ========================================================= */

:root {
    --ipx-max: 1520px;
    --ipx-max-wide: 1660px;
    --ipx-gutter: 28px;
    --ipx-gutter-wide: 36px;
    --ipx-accent: #00879b;
    --ipx-accent-dark: #003c46;
    --ipx-accent-mid: #007f91;
    --ipx-text: #303841;
    --ipx-muted: #59636d;
    --ipx-border: #e1e6e9;
    --ipx-bg: #f6f7f8;
    --ipx-card-bg: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    color: #424242;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

.pl-wrap,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container {
    max-width: var(--ipx-max) !important;
}

.pl-wrap {
    width: 100%;
    margin: 0 auto;
    padding-left: var(--ipx-gutter);
    padding-right: var(--ipx-gutter);
}

/* =========================================================
   Hero - Camera List
   ========================================================= */

.cf-hero {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid rgba(31, 35, 40, 0.08);
}

.cf-hero--camera-list {
    min-height: 300px;
}

    .cf-hero--camera-list::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/iShop/Skin/Products/iPX/images/products.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        pointer-events: none;
        z-index: 0;
    }

    .cf-hero--camera-list::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0.36) 43%, rgba(255, 255, 255, 0.04) 68%, rgba(255, 255, 255, 0.00) 100% ), linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 247, 248, 0.38) 100% );
        pointer-events: none;
        z-index: 1;
    }

.cf-hero__inner {
    position: relative;
    z-index: 3;
    min-height: 300px;
    max-width: var(--ipx-max);
    margin: 0 auto;
    padding: 46px 28px 42px;
    display: flex;
    align-items: center;
}

.cf-hero__copy {
    position: relative;
    z-index: 4;
    width: min(100%, 640px);
    padding: 0;
}

.cf-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    margin: 0 0 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 135, 155, 0.22);
    color: #0b7c8c;
    font-size: 12px;
    font-weight: 800;
}

    .cf-breadcrumb a {
        color: #00879b;
        text-decoration: none;
    }

        .cf-breadcrumb a:hover {
            color: #003c46;
        }

    .cf-breadcrumb span {
        margin: 0;
        color: #9aa3aa;
    }

.cf-title {
    margin: 0;
    color: #303841;
    font-size: 46px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.cf-subtitle {
    max-width: 580px;
    margin: 14px 0 0;
    color: #4f5962;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.cf-hero__visual,
.cf-hero__image,
.cf-hero-bg::after,
.cf-hero-stage__image {
    display: none !important;
    content: none !important;
    background: none !important;
}

.cf-hero-stage {
    position: relative;
    overflow: visible;
    min-height: 0;
}

    .cf-hero-stage > * {
        position: relative;
        z-index: 1;
    }

/* =========================================================
   Tabs
   ========================================================= */

.cf-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: -22px;
}

.cf-tab {
    min-width: 140px;
    height: 54px;
    padding: 0 22px;
    border: none;
    background: #e6e6e6;
    color: #555;
    font-size: 15px;
    font-weight: 600;
}

    .cf-tab.is-active {
        background: #f5f5f5;
        color: #111;
    }

/* =========================================================
   Filter Panel
   ========================================================= */

.cf-filter-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(246, 247, 248, 0.98) 0%, rgba(231, 234, 236, 1) 100%);
    border-top: 1px solid rgba(0, 135, 155, 0.18);
    border-bottom: 1px solid rgba(31, 35, 40, 0.10);
}

    .cf-filter-panel::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 42%;
        height: 1px;
        background: linear-gradient( 90deg, rgba(0, 135, 155, 0) 0%, rgba(0, 135, 155, 0.52) 48%, rgba(0, 135, 155, 0) 100% );
        pointer-events: none;
    }

    .cf-filter-panel::after {
        content: "";
        position: absolute;
        right: 7%;
        top: -90px;
        width: 380px;
        height: 260px;
        background: radial-gradient( ellipse at center, rgba(0, 135, 155, 0.10) 0%, rgba(0, 135, 155, 0.04) 38%, rgba(0, 135, 155, 0) 72% );
        pointer-events: none;
    }

    .cf-filter-panel .pl-wrap {
        position: relative;
        z-index: 2;
    }

.cf-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1.15fr 1fr;
    gap: 22px;
    padding: 30px 0 28px;
}

.cf-filter-item {
    position: relative;
    min-width: 0;
    padding: 18px 18px 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(31, 35, 40, 0.075);
    box-shadow: 0 14px 28px rgba(31, 35, 40, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

    .cf-filter-item::before {
        content: "";
        position: absolute;
        left: -1px;
        top: 16px;
        bottom: 16px;
        width: 2px;
        background: linear-gradient( 180deg, rgba(0, 135, 155, 0) 0%, rgba(0, 135, 155, 0.70) 50%, rgba(0, 135, 155, 0) 100% );
        opacity: 0.55;
    }

    .cf-filter-item:hover {
        background: rgba(255, 255, 255, 0.88);
        border-color: rgba(0, 135, 155, 0.28);
        box-shadow: 0 18px 38px rgba(31, 35, 40, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

.cf-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.cf-filter-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ipx-text);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

    .cf-filter-label::before {
        content: "";
        width: 7px;
        height: 7px;
        background: var(--ipx-accent);
        box-shadow: 0 0 0 4px rgba(0, 135, 155, 0.10);
    }

.cf-filter-clear {
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid rgba(31, 35, 40, 0.10);
    background: rgba(255, 255, 255, 0.62);
    color: #6b747e;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

    .cf-filter-clear:hover {
        background: var(--ipx-accent);
        border-color: var(--ipx-accent);
        color: #ffffff;
    }

.cf-filter-actions {
    text-align: center;
    padding: 0 0 18px;
}

.cf-filter-add {
    border: 0;
    background: transparent;
    color: #007b8d;
    font-size: 16px;
    font-weight: 700;
}

/* =========================================================
   Select
   ========================================================= */

.cf-select {
    width: 100%;
    height: 48px;
    padding: 0 42px 0 14px;
    border-radius: 0;
    border: 1px solid rgba(31, 35, 40, 0.10);
    background-color: rgba(255, 255, 255, 0.94);
    color: #20262d;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 8px 16px rgba(31, 35, 40, 0.025);
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5d6670 50%), linear-gradient(135deg, #5d6670 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 15px) calc(50% - 3px);
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

    .cf-select:hover {
        border-color: rgba(0, 135, 155, 0.30);
        background-color: #ffffff;
    }

    .cf-select:focus {
        border-color: var(--ipx-accent);
        background-color: #ffffff;
        box-shadow: inset 0 0 0 1px var(--ipx-accent), 0 0 0 4px rgba(0, 135, 155, 0.10);
    }

/* =========================================================
   Range
   ========================================================= */

.cf-range {
    position: relative;
    padding-top: 2px;
}

.cf-range__values {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--ipx-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

    .cf-range__values span {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 8px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(31, 35, 40, 0.065);
        color: #47515b;
    }

.cf-range__track {
    position: relative;
    height: 34px;
    margin-top: 8px;
    cursor: pointer;
    touch-action: none;
}

.cf-range__line {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 17px;
    height: 5px;
    background: linear-gradient(90deg, #00879b 0%, #00a7bd 48%, #00879b 100%);
    box-shadow: 0 0 0 1px rgba(0, 135, 155, 0.12), 0 7px 14px rgba(0, 135, 155, 0.16);
    pointer-events: none;
}

    .cf-range__line::before,
    .cf-range__line::after {
        content: "";
        position: absolute;
        top: -6px;
        width: 1px;
        height: 17px;
        background: rgba(0, 135, 155, 0.45);
    }

    .cf-range__line::before {
        left: 0;
    }

    .cf-range__line::after {
        right: 0;
    }

.cf-range__thumb {
    position: absolute;
    top: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, #ffffff 0%, #ffffff 34%, #00879b 36%, #00879b 100%);
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 135, 155, 0.65), 0 8px 16px rgba(31, 35, 40, 0.16), 0 0 0 6px rgba(0, 135, 155, 0.08);
    z-index: 3;
    cursor: grab;
    touch-action: none;
    pointer-events: auto;
    transition: box-shadow 0.18s ease, background-color 0.18s ease;
}

    .cf-range__thumb:active {
        cursor: grabbing;
    }

    .cf-range__thumb::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -3px;
        border-radius: 50%;
        background: var(--ipx-accent);
    }

    .cf-range__thumb.is-left {
        left: 0;
    }

    .cf-range__thumb.is-right {
        right: 0;
    }

.cf-range:hover .cf-range__thumb {
    box-shadow: 0 0 0 1px rgba(0, 135, 155, 0.80), 0 10px 18px rgba(31, 35, 40, 0.20), 0 0 0 8px rgba(0, 135, 155, 0.12);
}

.cf-range__thumb:hover {
    background: radial-gradient(circle at 50% 50%, #ffffff 0%, #ffffff 30%, #00a7bd 32%, #00879b 100%);
}

.cf-range__caption {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    color: #56616b;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.01em;
}

    .cf-range__caption::before,
    .cf-range__caption::after {
        content: "";
        display: inline-block;
        width: 26px;
        height: 1px;
        margin-top: 9px;
        background: rgba(0, 135, 155, 0.45);
    }

    .cf-range__caption::before {
        margin-right: 10px;
    }

    .cf-range__caption::after {
        margin-left: 10px;
    }

/* =========================================================
   Category Strip
   ========================================================= */

.cf-category-strip {
    padding: 18px 0 6px;
}

.cf-category-strip__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cf-chip {
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #5c5c5c;
    font-size: 14px;
    border-radius: 999px;
}

    .cf-chip.active,
    .cf-chip.is-active {
        color: #fff;
        background: #0b8396;
        border-color: #0b8396;
    }

/* =========================================================
   Results Toolbar
   ========================================================= */

.cf-results-wrap {
    padding-top: 26px;
    padding-bottom: 32px;
}

.cf-toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 5px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.cf-toolbar__left,
.cf-toolbar__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cf-toolbar__right {
    justify-content: flex-end;
}

.cf-toolbar__center {
    text-align: center;
    color: #6a6a6a;
    font-size: 16px;
}

.cf-toolbar__label {
    color: #626262;
    font-size: 15px;
    width: 50px;
}

.cf-toolbar__select {
    width: auto;
    min-width: 150px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
}

.cf-toolbar__dir {
    width: 48px;
    height: 48px;
    border: 1px solid #dfdfdf;
    background: #fff;
    color: #575757;
    font-size: 22px;
}

/* =========================================================
   Product Card
   ========================================================= */

.cf-card-grid.row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 34px;
}

.cf-card.product-card,
.product-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f7f8f9;
    border: 1px solid var(--ipx-border);
    border-radius: 0;
    box-shadow: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease;
}

    .cf-card.product-card::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 0;
        background: linear-gradient(180deg, #0097a9, #003c46);
        transition: height .28s ease;
    }

    .cf-card.product-card:hover,
    .product-card:hover {
        transform: translateY(-6px);
        background: #ffffff;
        border-color: rgba(0, 137, 161, .42);
        box-shadow: 0 22px 50px rgba(15, 30, 38, .12);
    }

        .cf-card.product-card:hover::after {
            height: 100%;
        }

.cf-card__media {
    position: relative;
    display: block;
    height: 235px;
    padding: 28px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 62%, rgba(0, 0, 0, .12), transparent 33%), linear-gradient(135deg, #f7f8f9 0%, #eef2f4 100%);
    text-decoration: none;
}

.cf-card__media-bg {
    display: none !important;
}

.cf-card__img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 196px;
    object-fit: contain;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, .20));
    transform: scale(.96);
    transition: transform .35s ease, filter .35s ease;
}

.cf-card.product-card:hover .cf-card__img {
    transform: scale(1.04) translateY(-4px);
    filter: drop-shadow(0 26px 24px rgba(0, 0, 0, .24));
}

.cf-card__corner {
    position: absolute;
    z-index: 3;
    width: 17px;
    height: 17px;
    border-color: rgba(0, 137, 161, .72);
    opacity: .65;
    transition: opacity .25s ease, width .25s ease, height .25s ease;
}

.cf-card__corner--tl {
    top: 17px;
    left: 17px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.cf-card__corner--tr {
    top: 17px;
    right: 17px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.cf-card__corner--bl {
    bottom: 17px;
    left: 17px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.cf-card__corner--br {
    right: 17px;
    bottom: 17px;
    border-right: 2px solid;
    border-bottom: 2px solid;
}

.cf-card.product-card:hover .cf-card__corner {
    width: 23px;
    height: 23px;
    opacity: 1;
}

.cf-card__body {
    position: relative;
    z-index: 4;
    flex: 1 1 auto;
    margin: 10px;
    padding: 12px 10px 12px;
    background: #ffffff;
    border-top: 1px solid #e6ecef;
}

.cf-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.cf-card__series {
    color: #008ca0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cf-card__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #68757d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

    .cf-card__status span {
        width: 6px;
        height: 6px;
        display: inline-block;
        background: #0097a9;
        box-shadow: 0 0 0 4px rgba(0, 151, 169, .12);
    }

.cf-card__title {
    margin: 0 0 16px;
    color: #17232a;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -.02em;
}

    .cf-card__title a {
        color: inherit;
        text-decoration: none;
        transition: color .2s ease;
    }

        .cf-card__title a:hover {
            color: var(--ipx-accent-mid);
        }

.cf-card__specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 3px;
    margin: 0;
    padding: 14px 0 0;
    list-style: none;
    border-top: 1px solid #e6ecef;
}

    .cf-card__specs li {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #26333a;
        font-size: 12px;
        line-height: 1.25;
        font-weight: 600;
    }

.cf-card__spec-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4f6;
    border: 1px solid #dce7eb;
    color: var(--ipx-accent-mid);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

    .cf-card__spec-icon i {
        font-size: 11px;
        line-height: 1;
    }

.cf-card__spec-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #2c3940;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-card.product-card:hover .cf-card__spec-icon {
    background: #e6f8fa;
    border-color: rgba(0, 137, 161, .34);
    transform: translateY(-1px);
}

.cf-card__footer,
.cf-card.product-card .cf-card__footer {
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
    padding: 0 22px 22px !important;
    display: block !important;
    background: #ffffff;
    border-top: none;
}

    .cf-card.product-card .cf-card__footer::before {
        content: "";
        display: block;
        height: 1px;
        margin-bottom: 18px;
        background: linear-gradient( 90deg, rgba(0, 135, 155, 0) 0%, rgba(0, 135, 155, 0.22) 18%, rgba(31, 35, 40, 0.10) 52%, rgba(0, 135, 155, 0) 100% );
    }

.cf-card__detail,
.cf-card.product-card .cf-card__detail {
    position: relative;
    width: 100%;
    min-height: 46px;
    height: 46px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    overflow: hidden;
    color: #07323a;
    background: linear-gradient(90deg, rgba(0, 135, 155, 0.07), rgba(255, 255, 255, 0.95)), #f5f8f9;
    border: 1px solid #dbe7ea;
    box-shadow: inset 3px 0 0 rgba(0, 135, 155, 0.75);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

    .cf-card.product-card .cf-card__detail::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, var(--ipx-accent-dark) 0%, var(--ipx-accent-mid) 100%);
        transform: translateX(-102%);
        transition: transform 0.28s ease;
        z-index: 0;
    }

    .cf-card.product-card .cf-card__detail::after {
        display: none !important;
        content: none !important;
    }

    .cf-card.product-card .cf-card__detail > *,
    .cf-card.product-card .cf-card__detail-text,
    .cf-card.product-card .cf-card__detail-arrow {
        position: relative;
        z-index: 4 !important;
        color: inherit !important;
    }

    .cf-card.product-card .cf-card__detail,
    .cf-card.product-card .cf-card__detail span {
        white-space: nowrap;
    }

        .cf-card.product-card .cf-card__detail span {
            font-size: 14px;
            font-weight: 900;
            line-height: 1;
            transform: translateX(0);
            transition: transform 0.22s ease;
        }

.cf-card.product-card .cf-card__detail-arrow {
    margin-left: auto;
}

.cf-card.product-card .cf-card__detail:hover {
    color: #ffffff;
    border-color: var(--ipx-accent-dark);
    box-shadow: inset 3px 0 0 #00b6c8;
}

    .cf-card.product-card .cf-card__detail:hover::before {
        transform: translateX(0);
    }

    .cf-card.product-card .cf-card__detail:hover span {
        transform: translateX(4px);
    }

/* =========================================================
   Product Card Legacy Bootstrap Support
   ========================================================= */

.product-card .card-img-top {
    background: #f5f5f5;
    aspect-ratio: 1 / 1;
    object-fit: contain !important;
    padding: 20px;
}

.product-card .card-body {
    padding: 16px 14px 8px 14px;
}

.product-card .card-footer {
    padding: 0 14px 14px 14px !important;
}

.product-card .status-badge {
    top: 12px;
    left: 12px;
}

/* =========================================================
   Pagination
   ========================================================= */

.cf-pagination-wrap {
    padding-top: 42px;
}

.cf-pagination .pagination,
.pagination {
    gap: 10px;
}

    .cf-page-link,
    .pagination .page-link {
        min-width: 42px;
        width: 52px;
        height: 52px;
        border-radius: 999px !important;
        border: 1px solid #dde2e5;
        background: #fff;
        color: #43839b;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        box-shadow: none !important;
    }

.page-item.active .cf-page-link {
    background: #fff;
    border-color: #57abc1;
    color: #057e94;
}

.page-item.disabled .cf-page-link {
    opacity: .45;
}

/* =========================================================
   Layout Width
   ========================================================= */

.pl-head {
    width: 100%;
    max-width: var(--ipx-max);
    margin: 22px auto 18px auto;
    padding: 24px 28px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
}

.pl-topbar {
    position: relative;
    background: transparent !important;
    border-bottom: none !important;
    backdrop-filter: none !important;
}

    .pl-topbar .pl-wrap {
        max-width: var(--ipx-max) !important;
        padding-left: var(--ipx-gutter);
        padding-right: var(--ipx-gutter);
    }

.pl-topbar__inner {
    position: relative;
    z-index: 4;
}

.pl-filters {
    width: 100%;
    justify-content: flex-end;
}

.pl-form {
    width: 100%;
    max-width: none;
}

.pl-grid {
    width: 100%;
    margin-top: 18px;
}

.row.pl-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 26px;
}

.pl-wrap .row,
.cf-results-wrap .row {
    row-gap: 28px;
}

.pl-wrap.cf-results-wrap {
    max-width: var(--ipx-max);
    width: 100%;
    margin: 0 auto;
    padding-left: var(--ipx-gutter);
    padding-right: var(--ipx-gutter);
}

.pl-head,
.cf-filter-wrap,
.cf-filter-panel {
    position: relative;
    z-index: 4;
}

/* =========================================================
   Loading
   ========================================================= */

.pf-loading {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

    .pf-loading.is-show {
        display: flex;
    }

.pf-loading__box {
    min-width: 220px;
    padding: 24px 28px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.14);
    text-align: center;
}

.pf-loading__spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.10);
    border-top-color: #111;
    animation: pfLoadingSpin 0.75s linear infinite;
}

.pf-loading__text {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@keyframes pfLoadingSpin {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================================
   Responsive
   ========================================================= */

@media (min-width: 1400px) {
    .col-xxl-3,
    .col-xl-3,
    .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1600px) {
    :root {
        --ipx-max: var(--ipx-max-wide);
        --ipx-gutter: var(--ipx-gutter-wide);
    }

    .pl-wrap,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container {
        max-width: var(--ipx-max-wide) !important;
    }

    .cf-hero--camera-list::before {
        background-size: cover;
    }
}

@media (max-width: 1199.98px) {
    .cf-hero--camera-list {
        min-height: 280px;
    }

    .cf-hero__inner {
        min-height: 280px;
        padding-top: 38px;
        padding-bottom: 34px;
    }

    .cf-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .cf-toolbar {
        grid-template-columns: 1fr;
    }

    .cf-toolbar__center,
    .cf-toolbar__right {
        justify-content: flex-start;
        text-align: left;
    }

    .cf-card__media {
        height: 220px;
    }

    .cf-card__specs {
        grid-template-columns: 1fr;
    }

    .cf-card.product-card .cf-card__footer {
        padding: 0 18px 18px !important;
    }

    .cf-card.product-card .cf-card__detail {
        height: 44px;
        min-height: 44px;
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    .pl-wrap,
    .pl-topbar .pl-wrap,
    .pl-wrap.cf-results-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pl-head {
        padding: 18px;
    }

    .row.pl-grid {
        --bs-gutter-x: 18px;
        --bs-gutter-y: 22px;
    }

    .cf-hero--camera-list::before {
        background-position: center center;
    }

    .cf-hero--camera-list::after {
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.90) 58%, rgba(255, 255, 255, 0.42) 100% ), linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 247, 248, 0.92) 100% );
    }

    .cf-hero__inner {
        min-height: 260px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .cf-title {
        font-size: 38px;
    }

    .cf-subtitle {
        max-width: 460px;
    }
}

@media (max-width: 767.98px) {
    .pl-wrap {
        padding: 0 18px;
    }

    .cf-hero--camera-list {
        min-height: 265px;
    }

        .cf-hero--camera-list::before {
            background-position: center center;
        }

        .cf-hero--camera-list::after {
            background: linear-gradient( 90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 62%, rgba(255, 255, 255, 0.64) 100% ), linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 247, 248, 0.94) 100% );
        }

    .cf-hero__inner,
    .cf-breadcrumb,
    .cf-title,
    .cf-subtitle {
        position: relative;
        z-index: 3;
    }

    .cf-hero__inner {
        min-height: 265px;
        padding: 30px 18px 34px;
    }

    .cf-title {
        font-size: 40px;
    }

    .cf-subtitle {
        max-width: 390px;
        font-size: 16px;
    }

    .cf-filter-panel {
        background: linear-gradient(180deg, #f0f1f2 0%, #e8eaec 100%);
    }

    .cf-filter-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px 0;
    }

    .cf-filter-item {
        padding: 16px 15px 15px;
    }

    .cf-filter-label {
        font-size: 12px;
    }

    .cf-select {
        height: 46px;
        font-size: 14px;
    }

    .cf-range__values,
    .cf-range__caption {
        font-size: 12px;
    }

    .cf-card__media {
        height: 230px;
        padding: 24px;
    }

    .cf-card__body {
        padding: 18px 18px 14px;
    }

    .cf-card__footer {
        padding: 0 18px 18px;
    }

    .cf-card__title {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .pl-wrap,
    .pl-topbar .pl-wrap,
    .pl-wrap.cf-results-wrap {
        padding-left: 14px;
        padding-right: 14px;
    }

    .pl-head {
        padding: 14px;
    }

    .row.pl-grid {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 18px;
    }

    .cf-hero--camera-list {
        min-height: 280px;
    }

        .cf-hero--camera-list::before {
            background-position: 63% center;
        }

    .cf-hero__inner {
        min-height: 280px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .cf-title {
        font-size: 36px;
    }

    .cf-subtitle {
        font-size: 15px;
    }

    .cf-breadcrumb {
        font-size: 11px;
        gap: 8px;
    }
}
