.product-archive-page {
    color: #0a2b5b;
    background: #fff
}

.product-archive-hero {
    padding: 28px 0 34px;
    background: radial-gradient(circle at 12% 20%, #e7f4ff, transparent 35%), linear-gradient(135deg, #fff, #eef7ff)
}

.product-breadcrumb {
    margin-bottom: 22px;
    color: #607a99;
    font-size: 15px
}

.product-breadcrumb span {
    margin: 0 8px
}

.product-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    align-items: center;
    gap: 45px
}

.product-hero-badges {
    display: flex;
    align-items: center;
    gap: 10px
}

.product-hero-badges span,
.product-hero-badges b {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid #cfe2f7;
    border-radius: 20px;
    background: #fff;
    color: #3570ae;
    font-size: 15px
}

.product-hero-badges span:first-child {
    background: #0873e8;
    color: #fff
}

.product-hero-badges svg {
    width: 17px
}

.product-hero-badges b {
    border-color: #ffd6a5;
    background: #fff5e8;
    color: #ef7a17
}

.product-hero-copy h1 {
        margin: 25px 0 14px;
    font-size: clamp(36px, 4.2vw, 36px);
    line-height: 1.24;
    letter-spacing: -.035em;
    background: linear-gradient(8deg, #092d61, #0875e7, #092d61);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.product-hero-copy h1::first-line {
    color: #0a2858
}

.product-hero-copy>p {
    max-width: 720px;
    color: #607895;
    font-size: 16px;
    line-height: 1.65
}

.product-hero-search {
    height: 58px;
    display: grid;
    grid-template-columns: 48px 1fr 155px;
    align-items: center;
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid #cee2f7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(17, 77, 145, .08)
}

.product-hero-search>svg {
    width: 21px;
    margin-left: 18px;
    color: #236fbf
}

.product-hero-search input {
    height: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    font-size: 15px
}

.product-hero-search button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    background: #096ce0;
    color: #fff;
    font-weight: 750
}

.product-hero-search button svg {
    width: 19px
}

.product-hero-media {
    position: relative;
    overflow: hidden;
    height: 405px;
    border-radius: 40px 40px 12px 70px
}

.product-hero-media>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-hero-media>div {
    position: absolute;
    left: 18px;
    bottom: 18px;
    min-width: 280px;
    display: grid;
    grid-template-columns: 58px 1fr 30px;
    align-items: center;
    gap: 13px;
    padding: 13px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 9px 24px rgba(12, 61, 120, .16)
}

.product-hero-media>div>svg:first-child {
    width: 54px;
    height: 54px;
    padding: 13px;
    border-radius: 12px;
    background: #0873e8;
    color: #fff
}

.product-hero-media strong,
.product-hero-media small {
    display: block
}

.product-hero-media small {
    color: #607996
}

.product-hero-media>div>svg:last-child {
    color: #0873e8
}

.product-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 28px;
    padding: 18px 20px;
    border: 1px solid #d3e5f7;
    border-radius: 19px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 26px rgba(15, 72, 137, .08)
}

.product-hero-stats>div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 15px;
    border-right: 1px solid #d9e6f4
}

.product-hero-stats>div:last-child {
    border: 0
}

.product-hero-stats svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    padding: 12px;
    border-radius: 11px;
    background: #edf6ff;
    color: #0873e8
}

.product-hero-stats strong,
.product-hero-stats small {
    display: block
}

.product-hero-stats strong {
    color: #0768d9;
    font-size: 18px
}

.product-hero-stats small {
    color: #687e98;
    font-size: 13px
}

.product-groups {
    padding: 35px 0 24px;
    background: linear-gradient(135deg, #fff, #f4faff)
}

.product-archive-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.product-archive-heading h2 {
    margin: 0;
    font-size: 24px
}

.product-archive-heading p {
    margin: 3px 0 0;
    color: #697f98;
    font-size: 15px
}

.product-archive-heading a {
    display: flex;
    gap: 7px;
    color: #0873e8;
    font-size: 15px;
    font-weight: 750
}

.product-archive-heading svg {
    width: 15px
}

.product-group-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px
}

.product-group-row button {
    min-height: 110px;
    display: flex;
    align-items: center;
    
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border: 1px solid #dbe8f6;
    border-radius: 13px;
    background: #fff;
    color: #0c2d5d;
    cursor: pointer;
    transition: .25s
}

.product-group-row button:hover,
.product-group-row button.is-active {
    transform: translateY(-3px);
    border-color: #0873e8;
    background: linear-gradient(145deg, #3188f5, #0667d8);
    color: #fff;
    box-shadow: 0 11px 22px rgba(8, 105, 220, .2)
}

.product-group-row img,
.product-group-row button>svg {
    width: 42px;
    height: 42px;
    object-fit: contain;
    padding: 8px;
    border-radius: 9px;
    background: #edf6ff;
    color: #0873e8
}

.product-group-row strong {
    font-size: 14px;
    line-height: 1.4;
}

.product-catalog {
    padding: 0 0 55px;
    background: #f9fcff
}

.product-catalog-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 16px
}

.product-filter {
    height: max-content;
    padding: 17px;
    border: 1px solid #d8e6f4;
    border-radius: 14px;
    background: #fff
}

.product-filter>h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dce8f4;
    font-size: 16px
}

.product-filter>h2 svg {
    width: 25px;
    padding: 5px;
    border-radius: 6px;
    background: #edf6ff;
    color: #0873e8
}

.product-filter fieldset {
    margin: 0;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #e1eaf4
}

.product-filter legend {
    padding: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    display: contents
}

.product-filter fieldset>label {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    
    gap: 7px;
    margin: 8px 0;
    color: #315574;
    font-size: 15px
}

.product-filter input {
    width: 15px;
    height: 15px;
    accent-color: #0873e8
}

.product-filter label small {
    color: #7690aa
}

.product-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.product-filter-tags legend {
    width: 100%
}

.product-filter-tags label {
    display: block !important;
    margin: 0 !important
}

.product-filter-tags input {
    position: absolute;
    opacity: 0
}

.product-filter-tags span {
    display: block;
    padding: 7px 12px;
    border-radius: 16px;
    background: #eff5fb
}

.product-filter-tags input:checked+span {
    background: #0873e8;
    color: #fff
}

.product-filter-help {
    margin: 18px -17px -17px;
    padding: 20px 16px;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(145deg, #1680f1, #0758cd);
    color: #fff;
    text-align: center
}

.product-filter-help>svg {
    width: 42px
}

.product-filter-help strong {
    display: block
}

.product-filter-help p {
    font-size: 15px
}

.product-filter-help a {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 8px;
    background: #fff;
    color: #0873e8;
    font-size: 15px;
    font-weight: 750
}

.product-filter-help a svg {
    width: 14px
}

.product-results {
    min-width: 0
}

.product-category-banner {
    min-height: 225px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    overflow: hidden;
    border: 1px solid #d6e5f4;
    border-radius: 14px;
    background: #fff
}

.product-category-banner>div {
    padding: 25px
}

.product-category-banner>div>span {
    color: #0873e8;
    font-size: 15px
}

.product-category-banner h2 {
    margin: 8px 0;
    font-size: 27px
}

.product-category-banner h2 em {
    color: #0873e8;
    font-style: normal
}

.product-category-banner p {
    color: #607793;
    font-size: 15px;
    line-height: 1.65
}

.product-category-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-category-banner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 16px -25px -25px;
    padding: 12px 18px;
    list-style: none;
    background: rgba(245, 250, 255, .94)
}

.product-category-banner li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px
}

.product-category-banner li svg {
    width: 25px;
    color: #0873e8
}

.product-result-bar {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 14px 0 8px;
    padding: 8px 12px;
    border: 1px solid #d8e7f5;
    border-radius: 11px;
    background: #fff
}

.product-result-bar>strong {
    font-size: 15px
}

.product-quick-filters {
    display: flex;
    gap: 7px;
    margin-left: auto
}

.product-quick-filters button {
    padding: 7px 13px;
    border: 1px solid #d7e7f7;
    border-radius: 16px;
    background: #f2f7fc;
    color: #0873e8;
    font-size: 15px
}

.product-result-bar select {
    height: 36px;
    padding: 0 32px 0 12px;
    border: 1px solid #8ebff3;
    border-radius: 8px;
    background: #fff;
    color: #315474;
    font-size: 15px
}

.product-archive-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px
}

.product-archive-grid .product-card {
    border-radius: 12px
}

.product-archive-grid .product-card__image {
    height: 165px;
    margin: 6px
}

.product-archive-grid .product-card__body {
    padding: 8px 10px 10px
}

.product-archive-grid .product-card h3 {
    height: 39px;
    font-size: 15px
}

.product-archive-grid .product-card__features,
.product-archive-grid .product-card__contact {
    display: none
}

.product-archive-grid .product-sku {
    font-size: 15px
}



.product-archive-grid .icon-button {
    width: auto;
    border-radius: 7px;
    font-size: 15px
}

.product-archive-grid .product-detail-link {
    height: 36px;
    font-size: 15px
}


.product-archive-more {
    min-width: 190px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 22px auto 0;
    border: 1px solid #91c2f5;
    border-radius: 8px;
    background: #fff;
    color: #0873e8;
    font-size: 15px;
    font-weight: 750
}

.product-archive-more svg {
    width: 15px
}

.product-archive-more[hidden] {
    display: none
}

.product-archive-grid.is-loading {
    min-height: 320px;
    opacity: .42;
    pointer-events: none
}

.product-archive-grid.is-loading:after {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 38px;
    height: 38px;
    border: 3px solid #cfe2f6;
    border-top-color: #0873e8;
    border-radius: 50%;
    content: "";
    animation: archiveSpin .7s linear infinite
}

.product-archive-empty {
    grid-column: 1/-1;
    padding: 50px;
    text-align: center
}

@keyframes archiveSpin {
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:1200px) {
    .product-group-row {
        grid-template-columns: repeat(4, 1fr)
    }

    .product-catalog-layout {
        grid-template-columns: 245px 1fr
    }

    .product-archive-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .product-hero-grid {
        gap: 25px
    }

    .product-hero-media {
        height: 350px
    }

    .product-hero-stats>div {
        padding: 0 12px
    }
}

@media(max-width:900px) {
    .product-hero-grid {
        grid-template-columns: 1fr
    }

    .product-hero-media {
        height: 320px
    }

    .product-hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px
    }

    .product-hero-stats>div {
        border: 0
    }

    .product-catalog-layout {
        grid-template-columns: 1fr
    }

    .product-filter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .product-filter>h2,
    .product-filter-help {
        grid-column: 1/-1
    }

    .product-filter fieldset {
        border: 1px solid #e0eaf5;
        border-radius: 10px;
        padding: 13px
    }

    .product-category-banner {
        grid-template-columns: 1fr
    }

    .product-category-banner>img {
        height: 200px;
        order: -1
    }
}

@media(max-width:650px) {
    .product-archive-hero {
        padding-top: 18px
    }

    .product-hero-badges {
        overflow-x: auto
    }

    .product-hero-badges>* {
        flex: none
    }

    .product-hero-copy h1 {
        font-size: 36px
    }

    .product-hero-search {
        grid-template-columns: 40px 1fr 50px
    }

    .product-hero-search button span {
        display: none
    }

    .product-hero-media {
        height: 250px;
        border-radius: 22px
    }

    .product-hero-media>div {
        min-width: 240px
    }

    .product-hero-stats {
        display: flex;
        overflow-x: auto
    }

    .product-hero-stats>div {
        flex: 0 0 180px
    }

    .product-group-row {
        display: flex;
        overflow-x: auto
    }

    .product-group-row button {
        flex: 0 0 125px
    }

    .product-filter {
        grid-template-columns: 1fr
    }

    .product-filter fieldset {
        display: none
    }

    .product-filter>h2 {
        margin: 0
    }

    .product-filter-help {
        display: none
    }

    .product-category-banner ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }

    .product-result-bar {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .product-quick-filters {
        width: 100%;
        order: 3;
        overflow-x: auto
    }

    .product-result-bar select {
        margin-left: auto
    }

    .product-archive-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-archive-grid .product-card__image {
        height: 145px
    }
}

@media(max-width:430px) {
    .product-archive-grid {
        grid-template-columns: 1fr
    }

    .product-archive-grid .product-card__image {
        height: 230px
    }

    .product-category-banner h2 {
        font-size: 23px
    }
}

@media(prefers-reduced-motion:reduce) {

    .product-group-row button,
    .product-archive-grid .product-card {
        transition: none
    }

    .product-archive-grid.is-loading:after {
        animation: none
    }
}

.product-quick-filters button {
    cursor: pointer;
    transition: .2s
}

.product-quick-filters button:hover,
.product-quick-filters button.is-active {
    border-color: #0873e8;
    background: #0873e8;
    color: #fff
}

.product-filter {
    position: sticky;
    top: 18px;
    z-index: 8;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #b8d8f8 transparent
}

.admin-bar .product-filter {
    top: 50px;
    max-height: calc(100vh - 68px)
}

.product-filter::-webkit-scrollbar {
    width: 5px
}

.product-filter::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b8d8f8
}

.product-filter::-webkit-scrollbar-track {
    background: transparent
}

.product-hero-copy>p,
.product-category-banner p {
    height: 4.95em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.product-related-projects {
    padding: 48px 0 28px;
    background: radial-gradient(circle at 100% 5%, #eaf5ff, transparent 36%), #fff
}

.related-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.related-project-grid article {
    overflow: hidden;
    border-radius: 15px;
    background: #082b60
}

.related-project-grid article>a {
    position: relative;
    height: 265px;
    display: block
}

.related-project-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2, .7, .2, 1)
}

.related-project-grid article:hover img {
    transform: scale(1.035)
}

.related-project-grid article>a:after {
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(2, 24, 55, .94));
    content: ""
}

.related-project-label {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    color: #0873e8;
    font-size: 15px;
    font-weight: 750
}

.related-project-label svg {
    width: 15px
}

.related-project-grid article>a>i {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #0873e8
}

.related-project-grid article>a>i svg {
    width: 17px
}

.related-project-grid article>a>div {
    position: absolute;
    z-index: 2;
    inset: auto 18px 14px
}

.related-project-grid h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px
}

.related-project-grid p {
    height: 43px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #e1ebf7;
    font-size: 15px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.product-advice-section {
    padding: 0 0 55px;
    background: linear-gradient(180deg, #fff, #f4f9ff)
}

.product-advice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.business-advice,
.product-faq {
    min-height: 340px;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    padding: 28px 34px;
    border: 1px solid #d8e6f5;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(20, 75, 137, .06)
}

.business-advice>svg,
.product-faq>header>svg {
    width: 64px;
    height: 64px;
    padding: 17px;
    border-radius: 14px;
    background: linear-gradient(145deg, #eaf5ff, #dcecff);
    color: #0873e8
}

.business-advice h2,
.product-faq h2 {
    margin: 0 0 18px;
    font-size: 25px;
    line-height: 1.3
}

.business-advice p {
    padding-top: 14px;
    border-top: 3px solid #0873e8;
    color: #607793;
    font-size: 15px;
    line-height: 1.7
}

.business-advice ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none
}

.business-advice li {
    position: relative;
    margin: 13px 0;
    padding-left: 28px;
    color: #496680;
    font-size: 15px
}

.business-advice li:before {
    position: absolute;
    left: 0;
    top: -2px;
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dceeff;
    color: #0873e8;
    content: "✓";
    font-weight: 900
}

.product-faq {
    display: block
}

.product-faq header {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px
}

.product-faq h2 {
    margin: 0
}

.product-faq header span {
    max-width: 100px;
    color: #54a4f4;
    font-size: 15px;
    font-style: italic
}

.product-faq-list {
    display: grid;
    gap: 10px
}

.product-faq-list section {
    overflow: hidden;
    border: 1px solid #dbe8f6;
    border-radius: 10px;
    background: #fbfdff
}

.product-faq-list button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 17px;
    border: 0;
    background: transparent;
    color: #102f59;
    text-align: left;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer
}

.product-faq-list button b {
    color: #0873e8;
    font-size: 18px;
    transition: transform .25s
}

.product-faq-list p {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 17px;
    color: #627a96;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0;
    transition: max-height .3s ease, padding .3s ease, opacity .25s
}

.product-faq-list section.is-open p {
    max-height: 80px;
    padding: 0 17px 14px;
    opacity: 1
}

.product-faq-list section.is-open button b {
    transform: rotate(45deg)
}

.product-quote-cta {
    min-height: 110px;
    display: grid;
    grid-template-columns: 70px 1fr auto auto;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
    padding: 18px 34px;
    border-radius: 20px;
    background: linear-gradient(110deg, #edf7ff, #fff 55%, #dceeff)
}

.product-quote-cta>svg {
    width: 62px;
    height: 62px;
    padding: 17px;
    border-radius: 14px;
    background: #0873e8;
    color: #fff
}

.product-quote-cta h2 {
    margin: 0 0 4px;
    font-size: 21px
}

.product-quote-cta p {
    margin: 0;
    color: #627a96;
    font-size: 15px
}

.product-quote-cta>a {
    min-width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid #0873e8;
    border-radius: 10px;
    background: #0873e8;
    color: #fff;
    font-size: 15px;
    font-weight: 750
}

.product-quote-cta>a:last-child {
    background: #fff;
    color: #0873e8
}

.product-quote-cta>a svg {
    width: 18px
}

@media(max-width:900px) {
    .product-filter {
        position: static;
        z-index: auto;
        max-height: none;
        overflow: visible
    }

    .related-project-grid {
        grid-template-columns: 1fr 1fr
    }

    .related-project-grid article:last-child {
        display: none
    }

    .product-advice-grid {
        grid-template-columns: 1fr
    }

    .product-quote-cta {
        grid-template-columns: 60px 1fr
    }

    .product-quote-cta>a {
        grid-row: 2
    }
}

@media(max-width:600px) {
    .product-related-projects {
        padding-top: 34px
    }

    .related-project-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .related-project-grid article,
    .related-project-grid article:last-child {
        display: block;
        flex: 0 0 86%;
        scroll-snap-align: start
    }

    .business-advice,
    .product-faq {
        min-height: 0;
        padding: 20px;
        grid-template-columns: 50px 1fr;
        gap: 13px
    }

    .business-advice>svg,
    .product-faq>header>svg {
        width: 50px;
        height: 50px;
        padding: 13px
    }

    .business-advice h2,
    .product-faq h2 {
        font-size: 20px
    }

    .product-faq header {
        grid-template-columns: 50px 1fr
    }

    .product-faq header span {
        display: none
    }

    .product-quote-cta {
        grid-template-columns: 50px 1fr;
        padding: 18px
    }

    .product-quote-cta>svg {
        width: 50px;
        height: 50px;
        padding: 13px
    }

    .product-quote-cta h2 {
        font-size: 18px
    }

    .product-quote-cta>a {
        grid-row: auto;
        min-width: 0;
        padding: 0 10px
    }

    .product-quote-cta>a:nth-of-type(1) {
        grid-column: 1/2
    }

    .product-quote-cta>a:nth-of-type(2) {
        grid-column: 2/3
    }
}

.product-filter {
    padding: 15px 17px 17px;
    border-color: #cfe1f4;
    box-shadow: 0 10px 28px rgba(22, 77, 137, .08)
}

.product-filter>h2 {
    gap: 8px;
    margin-bottom: 0;
    padding-bottom: 13px;
    color: #102f5d;
    font-size: 15px
}

.product-filter>h2 svg {
    width: 27px;
    height: 27px;
    padding: 6px;
    border: 0;
    background: linear-gradient(145deg, #eaf5ff, #dcecff)
}

.product-filter fieldset {
    padding: 13px 0
}

.product-filter legend {
    color: #12315c;
    font-size: 15px
}

.product-filter fieldset>label {
    min-height: 21px;
    margin: 5px 0;
    font-size: 15px
}

.product-filter input[type=checkbox] {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 5px 0 0 0;
    appearance: none;
    border: 1px solid #a9c6e4;
    border-radius: 3px;
    background: #fff;
    cursor: pointer
}

.product-filter input[type=checkbox]:checked {
    border-color: #0873e8;
    background: #0873e8
}

.product-filter input[type=checkbox]:checked:after {
    position: absolute;
    top: 0;
    left: 3px;
    color: #fff;
    content: "✓";
    font-size: 11px;
    font-weight: 900
}

.product-filter input[type=checkbox]:disabled {
    opacity: .65;
    cursor: not-allowed
}

.product-filter-tags {
    gap: 6px
}

.product-filter-tags input {
    position: absolute !important;
    opacity: 0 !important
}

.product-filter-tags span {
    padding: 6px 11px;
    border: 1px solid transparent;
    border-radius: 15px;
    background: #eef5fb;
    color: #315475;
    cursor: pointer;
    transition: .2s
}

.product-filter-tags input:checked+span {
    border-color: #0873e8;
    background: linear-gradient(145deg, #3790fa, #0870e6);
    color: #fff;
    box-shadow: 0 5px 12px rgba(8, 112, 230, .2)
}

.product-price-filter {
    display: block !important
}

.price-range-track {
    position: relative;
    height: 24px;
    margin: 4px 2px 0
}

.price-range-track:before,
.price-range-track i {
    position: absolute;
    top: 11px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 4px;
    background: #d9e8f7;
    content: ""
}

.price-range-track i {
    z-index: 1;
    background: linear-gradient(90deg, #1b8cff, #0769dc)
}

.price-range-track input {
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    margin: 0;
    appearance: none;
    background: transparent;
    pointer-events: none
}

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

.price-range-track input::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    appearance: none;
    border: 3px solid #0873e8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(4, 75, 150, .2);
    pointer-events: auto;
    cursor: grab
}

.price-range-track input::-moz-range-track {
    height: 4px;
    background: transparent
}

.price-range-track input::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 3px solid #0873e8;
    border-radius: 50%;
    background: #fff;
    pointer-events: auto;
    cursor: grab
}

.price-range-track input:active::-webkit-slider-thumb {
    cursor: grabbing;
    transform: scale(1.12)
}

.price-range-values {
    display: flex;
    justify-content: space-between;
    color: #8197ae;
    font-size: 15px
}

.product-filter-help {
    margin-top: 15px;
    padding: 18px 15px;
    background: radial-gradient(circle at 20% 20%, #2694ff, #0864df 58%, #064dc1)
}

.product-filter-help>svg {
    width: 44px;
    height: 44px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%
}

.product-filter-help strong {
    margin-top: 7px;
    font-size: 15px
}

.product-filter-help p {
    margin: 6px 0 12px;
    line-height: 1.5
}

.product-filter-help a {
    box-shadow: 0 6px 14px rgba(3, 41, 99, .16)
}

@media(max-width:900px) {
    .product-price-filter {
        display: block !important
    }

    .product-filter {
        box-shadow: none
    }
}