.vp-page-products .catalog-hero,
.vp-page-brands .catalog-hero {
    margin-bottom: 2rem !important;
}

.catalog-filter-card {
    border-color: #e4e4e4;
    border-radius: 0.55rem;
    box-shadow: none;
}

.catalog-pill-button {
    border-color: #dfe4da;
    border-radius: 999px;
    background: #ffffff;
    color: #525252;
}

.catalog-pill-button:hover,
.catalog-pill-button.active {
    border-color: #abd373;
    background: #eff6e7;
    color: #587d2b;
}

.vp-product-card {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #ececec;
    border-radius: 0.55rem;
    background: #ffffff;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vp-product-card:hover {
    border-color: #d4e4c1;
    box-shadow: 0 18px 40px rgba(61, 78, 49, 0.1);
    transform: translateY(-3px);
}

.vp-product-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-bottom: 1px solid #eeeeee;
    background: #f8f8f6;
}

.vp-product-card-media .catalog-card-image,
.vp-product-card-media .catalog-card-image-placeholder {
    width: 100%;
    height: 100%;
    border: 0 !important;
    object-fit: cover;
    transition: transform 300ms ease;
}

.vp-product-card:hover .catalog-card-image {
    transform: scale(1.035);
}

.vp-product-card-body {
    display: flex;
    flex-direction: column;
    padding: 1.15rem;
}

.vp-product-card-code {
    margin-bottom: 0.25rem;
    color: #8a8a8a;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vp-product-card .catalog-card-title {
    margin: 0.35rem 0 0.5rem !important;
    color: #393939;
    font-size: 1rem;
    line-height: 1.4;
}

.vp-product-card .catalog-card-title a {
    color: inherit;
    text-decoration: none;
}

.vp-product-card .catalog-brand-label {
    display: none;
}

.vp-product-card .catalog-brand-name {
    color: #6f6f6f;
    font-size: 0.8rem;
    font-weight: 400;
}

.vp-product-card .price-panel {
    margin-top: auto;
    padding: 0.75rem;
}

.vp-product-card-actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0;
}

.vp-product-card-actions > .btn,
.vp-product-card-actions > form,
.vp-product-card-actions > .vp-wishlist-toggle-form {
    flex: 1 1 auto;
}

.vp-product-card-actions form .btn {
    width: 100%;
}

.vp-catalogue-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 12rem;
    height: auto;
    border-radius: 0.75rem;
    background: #344827;
    color: #ffffff;
}

.vp-catalogue-banner__media,
.vp-catalogue-banner__scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vp-catalogue-banner__media {
    z-index: 0;
    display: block;
    color: transparent;
}

.vp-catalogue-banner__scrim {
    z-index: 1;
    background: linear-gradient(100deg, rgba(25, 32, 20, 0.88) 0%, rgba(25, 32, 20, 0.66) 52%, rgba(25, 32, 20, 0.48) 100%);
    pointer-events: none;
}

.vp-catalogue-banner:not(.has-media) .vp-catalogue-banner__scrim {
    background: linear-gradient(135deg, #2f4125 0%, #587d2b 100%);
}

.vp-catalogue-banner > .container {
    position: relative;
    z-index: 2;
}

.vp-catalogue-banner .breadcrumb-item.vp-catalogue-banner__content {
    min-height: 12rem;
    padding: 2rem 1.5rem;
    text-align: center;
}

.vp-catalogue-banner__eyebrow {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vp-catalogue-banner .vp-catalogue-banner__heading {
    max-width: 58rem;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    line-height: 1.15;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.vp-catalogue-banner__heading:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.85);
    outline-offset: 0.3rem;
}

.vp-catalogue-banner__lead {
    max-width: 52rem;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1rem;
    line-height: 1.7;
}

.vp-catalogue-banner__meta {
    max-width: 52rem;
    margin: 0.55rem auto 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.875rem;
    line-height: 1.55;
}

.vp-catalogue-banner__lead strong,
.vp-catalogue-banner__meta strong {
    color: #ffffff;
}

.vp-object-fit-cover {
    object-fit: cover;
}

.vp-object-fit-contain {
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .vp-catalogue-banner,
    .vp-catalogue-banner .breadcrumb-item.vp-catalogue-banner__content {
        min-height: 11rem;
    }

    .vp-catalogue-banner .breadcrumb-item.vp-catalogue-banner__content {
        padding: 1.5rem 1rem;
    }

    .vp-catalogue-banner .vp-catalogue-banner__heading {
        font-size: 1.75rem;
    }

    .vp-catalogue-banner__lead {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

.vp-catalogue-primary-filters {
    display: grid;
    grid-template-columns: minmax(13rem, 2fr) minmax(8.5rem, 0.8fr) minmax(10rem, 1fr) minmax(9rem, 0.85fr) minmax(4.8rem, 0.35fr);
    align-items: end;
    gap: 0.75rem;
}

.vp-catalogue-primary-filter {
    min-width: 0;
}

.vp-catalogue-primary-filter .form-label {
    color: #545454;
    font-size: 0.78rem;
    font-weight: 600;
}

.vp-catalogue-primary-filter .form-control-sm,
.vp-catalogue-primary-filter .form-select-sm,
.vp-catalogue-smart-select-trigger {
    box-sizing: border-box;
    height: 2rem;
    min-height: 2rem;
}

.vp-catalogue-smart-select {
    position: relative;
    min-width: 0;
}

.vp-catalogue-smart-select-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.25rem 0.55rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background: #ffffff;
    color: #495057;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
}

.vp-catalogue-smart-select-trigger-label {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vp-catalogue-smart-select-caret {
    width: 0.45rem;
    height: 0.45rem;
    flex: 0 0 auto;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-0.12rem) rotate(45deg);
    transition: transform 150ms ease;
}

.vp-catalogue-smart-select.is-open .vp-catalogue-smart-select-caret {
    transform: translateY(0.12rem) rotate(225deg);
}

.vp-catalogue-smart-select-panel {
    position: absolute;
    z-index: 40;
    top: calc(100% + 0.35rem);
    left: 0;
    width: min(22rem, calc(100vw - 2rem));
    min-width: 100%;
    padding: 0.65rem;
    border: 1px solid #dfe4da;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(44, 55, 35, 0.14);
}

.vp-catalogue-smart-select-search {
    margin-bottom: 0.55rem;
}

.vp-catalogue-smart-select-options {
    display: grid;
    max-height: 16rem;
    overflow-y: auto;
    gap: 0.15rem;
    overscroll-behavior: contain;
}

.vp-catalogue-smart-select-option {
    width: 100%;
    padding: 0.45rem 0.55rem;
    border: 0;
    border-radius: 0.3rem;
    background: transparent;
    color: #4f4f4f;
    font-size: 0.8rem;
    line-height: 1.35;
    text-align: left;
}

.vp-catalogue-smart-select-option:hover,
.vp-catalogue-smart-select-option.is-selected {
    background: #eff6e7;
    color: #486924;
}

.vp-catalogue-smart-select-empty {
    margin: 0;
    padding: 0.65rem 0.4rem;
    color: #737373;
    font-size: 0.78rem;
}

.vp-catalogue-smart-select-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid #ecefe9;
}

.vp-catalogue-smart-select-panel[hidden],
.vp-catalogue-smart-select-empty[hidden],
.vp-catalogue-smart-select-pagination[hidden] {
    display: none;
}

.vp-catalogue-smart-select-page-status {
    color: #737373;
    font-size: 0.72rem;
    white-space: nowrap;
}

.vp-catalogue-smart-select-trigger:focus-visible,
.vp-catalogue-smart-select-option:focus-visible {
    outline: 3px solid rgba(171, 211, 115, 0.5);
    outline-offset: 2px;
}

@media (max-width: 1199.98px) {
    .vp-catalogue-primary-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .vp-catalogue-primary-filters {
        grid-template-columns: minmax(0, 1fr);
    }

    .vp-catalogue-smart-select-panel {
        width: 100%;
    }
}

.vp-category-browser {
    min-width: 0;
}

.vp-category-browser-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.vp-category-mobile-toggle {
    display: none;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.5rem;
}

.vp-category-mobile-toggle-icon {
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-0.12rem) rotate(45deg);
    transition: transform 160ms ease;
}

.vp-category-mobile-toggle[aria-expanded="true"] .vp-category-mobile-toggle-icon {
    transform: translateY(0.12rem) rotate(225deg);
}

.vp-category-search-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.vp-category-search-heading .form-label {
    flex: 0 0 auto;
    white-space: nowrap;
}

.vp-category-search-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
}

.vp-category-search-control .form-control {
    min-width: 0;
}

.vp-category-search-status {
    color: #587d2b;
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: right;
}

.vp-category-tree-viewport {
    max-height: 28rem;
    overflow: auto;
    padding-right: 0.25rem;
    overscroll-behavior: contain;
    scrollbar-color: #c8d8b7 transparent;
    scrollbar-width: thin;
}

.vp-category-tree-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vp-category-tree-group {
    margin: 0.2rem 0 0.25rem 0.82rem;
    padding-left: 0.72rem;
    border-left: 1px solid #e3eadb;
}

.vp-category-tree-node {
    margin: 0.12rem 0;
}

.vp-category-tree-row {
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    align-items: stretch;
    gap: 0.2rem;
}

.vp-category-tree-toggle,
.vp-category-tree-toggle-spacer {
    display: inline-flex;
    width: 1.75rem;
    min-height: 2.35rem;
    align-items: center;
    justify-content: center;
}

.vp-category-tree-toggle {
    padding: 0;
    border: 0;
    border-radius: 0.35rem;
    background: transparent;
    color: #6b6b6b;
}

.vp-category-tree-toggle:hover {
    background: #eff6e7;
    color: #587d2b;
}

.vp-category-tree-toggle:disabled {
    cursor: default;
    opacity: 0.45;
}

.vp-category-tree-toggle > span {
    width: 0.48rem;
    height: 0.48rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-0.08rem, 0) rotate(-45deg);
    transition: transform 150ms ease;
}

.vp-category-tree-node.is-expanded > .vp-category-tree-row .vp-category-tree-toggle > span {
    transform: translate(0, -0.1rem) rotate(45deg);
}

.vp-category-tree-link {
    display: flex;
    min-width: 0;
    min-height: 2.35rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.42rem 0.58rem;
    border: 1px solid transparent;
    border-radius: 0.42rem;
    color: #4f4f4f;
    font-size: 0.875rem;
    line-height: 1.35;
    text-decoration: none;
}

.vp-category-tree-link > span:first-child {
    flex: 1 1 7rem;
    min-width: 0;
    overflow-wrap: anywhere;
}

.vp-category-tree-link:hover {
    border-color: #dfe9d5;
    background: #f8faf5;
    color: #587d2b;
}

.vp-category-tree-link.is-selected-ancestor {
    color: #587d2b;
    font-weight: 600;
}

.vp-category-tree-link.is-selected {
    border-color: #abd373;
    background: #eff6e7;
    color: #3f5f1e;
    font-weight: 700;
}

.vp-category-tree-node.is-search-match > .vp-category-tree-row .vp-category-tree-link:not(.is-selected) {
    border-color: #d7e7c5;
    background: #fbfdf8;
    color: #3f5f1e;
    font-weight: 600;
}

.vp-category-tree-node.is-search-context > .vp-category-tree-row .vp-category-tree-link:not(.is-selected) {
    color: #6d7d5d;
}

.vp-category-no-results {
    padding: 0.75rem;
    border: 1px dashed #cfd9c5;
    border-radius: 0.5rem;
    background: #f8faf5;
    color: #565656;
    text-align: center;
}

.vp-category-no-results strong,
.vp-category-no-results span {
    display: block;
}

.vp-category-no-results span {
    margin-top: 0.3rem;
    color: #747474;
    font-size: 0.8rem;
}

.vp-category-tree-toggle:focus-visible,
.vp-category-tree-link:focus-visible,
.vp-category-mobile-toggle:focus-visible {
    outline: 3px solid rgba(171, 211, 115, 0.45);
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    .vp-category-mobile-toggle {
        display: inline-flex;
    }

    .vp-category-tree-viewport {
        max-height: min(48vh, 28rem);
    }
}

@media (max-width: 575.98px) {
    .vp-category-search-control {
        grid-template-columns: minmax(0, 1fr);
    }

    .vp-category-search-control .btn {
        justify-self: start;
    }

    .vp-category-tree-group {
        margin-left: 0.52rem;
        padding-left: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vp-category-mobile-toggle-icon,
    .vp-category-tree-toggle > span {
        transition: none;
    }
}

/* Keep the category browser compact without reducing mobile touch usability. */
.vp-category-browser.catalog-filter-card {
    padding: 0.75rem !important;
}

.vp-category-browser-heading {
    gap: 0.5rem;
}

.vp-category-browser-heading h2 {
    font-size: 0.95rem;
}

.vp-category-browser-heading p {
    margin-top: 0.1rem;
    font-size: 0.72rem;
    line-height: 1.35;
}

.vp-category-browser-body.mt-2,
.vp-category-tree-viewport.mt-2 {
    margin-top: 0.5rem !important;
}

.vp-category-search-heading {
    margin-bottom: 0.25rem;
}

.vp-category-search-heading .form-label {
    font-size: 0.75rem;
}

.vp-category-search-control {
    gap: 0.35rem;
}

.vp-category-search-control .form-control,
.vp-category-search-control .btn {
    min-height: 2.15rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.78rem;
}

.vp-category-tree-viewport {
    max-height: 24rem;
    padding-right: 0.15rem;
}

.vp-category-tree-group {
    margin: 0.1rem 0 0.15rem 0.55rem;
    padding-left: 0.5rem;
}

.vp-category-tree-node {
    margin: 0.05rem 0;
}

.vp-category-tree-row {
    grid-template-columns: 1.35rem minmax(0, 1fr);
    gap: 0.12rem;
}

.vp-category-tree-toggle,
.vp-category-tree-toggle-spacer {
    width: 1.35rem;
    min-height: 1.95rem;
}

.vp-category-tree-toggle > span {
    width: 0.4rem;
    height: 0.4rem;
    border-width: 0 1.5px 1.5px 0;
}

.vp-category-tree-link {
    min-height: 1.95rem;
    gap: 0.3rem;
    padding: 0.24rem 0.4rem;
    border-radius: 0.35rem;
    font-size: 0.8rem;
    line-height: 1.25;
}

.vp-category-no-results {
    padding: 0.6rem;
    font-size: 0.82rem;
}

@media (max-width: 991.98px) {
    .vp-category-browser.catalog-filter-card {
        padding: 0.9rem !important;
    }

    .vp-category-tree-viewport {
        max-height: min(48vh, 24rem);
    }

    .vp-category-tree-row {
        grid-template-columns: 1.65rem minmax(0, 1fr);
    }

    .vp-category-tree-toggle,
    .vp-category-tree-toggle-spacer {
        width: 1.65rem;
        min-height: 2.35rem;
    }

    .vp-category-tree-link {
        min-height: 2.35rem;
        padding: 0.38rem 0.5rem;
        font-size: 0.84rem;
    }
}

@media (max-width: 575.98px) {
    .product-card-col {
        width: 100%;
    }
}

.vp-catalogue-active-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #e1e7dc;
    border-radius: 0.5rem;
    background: #ffffff;
}

.vp-catalogue-active-filter-items {
    display: flex;
    flex: 1 1 18rem;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.vp-catalogue-active-filter-items.is-empty {
    display: none;
}

.vp-catalogue-active-filter-label {
    margin-right: 0.15rem;
    color: #737373;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vp-catalogue-filter-chip {
    display: inline-flex;
    min-height: 1.9rem;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.55rem;
    border: 1px solid #cfe0bc;
    border-radius: 999px;
    background: #f3f8ed;
    color: #3f5f1e;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.vp-catalogue-filter-chip:hover {
    border-color: #9fc26e;
    background: #eaf4df;
    color: #304b16;
}

.vp-catalogue-filter-chip svg {
    flex: 0 0 auto;
}

.vp-catalogue-clear-filters {
    color: #587d2b;
    font-size: 0.75rem;
    font-weight: 700;
    text-underline-offset: 0.15rem;
}

.vp-catalogue-results-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-left: auto;
}

.vp-catalogue-results-total {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    color: #737373;
    font-size: 0.72rem;
    white-space: nowrap;
}

.vp-catalogue-results-total strong {
    color: #393939;
    font-size: 1rem;
}

.vp-catalogue-view-switch {
    display: inline-flex;
    overflow: hidden;
    height: 2.15rem;
    border: 1px solid #d5ddd0;
    border-radius: 0.4rem;
}

.vp-catalogue-view-button {
    display: inline-flex;
    width: 2.15rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-left: 1px solid #d5ddd0;
    background: #ffffff;
    color: #70786b;
}

.vp-catalogue-view-button:first-child {
    border-left: 0;
}

.vp-catalogue-view-button:hover,
.vp-catalogue-view-button.is-active {
    background: #587d2b;
    color: #ffffff;
}

.vp-catalogue-view-button svg rect {
    fill: currentColor;
}

.vp-catalogue-filter-chip:focus-visible,
.vp-catalogue-clear-filters:focus-visible,
.vp-catalogue-view-button:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid rgba(171, 211, 115, 0.5);
    outline-offset: 2px;
}

.vp-catalogue-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}

.vp-catalogue-pagination .pagination {
    max-width: 100%;
    gap: 0.4rem;
}

.vp-catalogue-pagination .page-item,
.vp-catalogue-pagination .page-item:not(:last-child) {
    padding-right: 0;
}

.vp-catalogue-pagination .page-link {
    display: inline-flex;
    width: auto;
    min-width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    border: 1px solid #d5ddd0;
    border-radius: 0.4rem !important;
    background: #ffffff;
    color: #525252;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: none;
}

.vp-catalogue-pagination .page-link svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.vp-catalogue-pagination .page-link:hover {
    border-color: #9fc26e;
    background: #eff6e7;
    color: #3f5f1e;
}

.vp-catalogue-pagination .page-link:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid rgba(171, 211, 115, 0.5);
    outline-offset: 2px;
}

.vp-catalogue-pagination .page-item.active .page-link {
    border-color: #587d2b;
    background: #587d2b;
    color: #ffffff !important;
}

.vp-catalogue-pagination .page-item.disabled .page-link {
    border-color: #e1e4de;
    background: #f4f5f2;
    color: #8a8c87;
    opacity: 1;
}

.vp-catalogue-ajax-root:not(.is-list-view) .vp-product-card-media .catalog-card-image,
.vp-catalogue-ajax-root:not(.is-list-view) .vp-product-card-media .catalog-card-image-placeholder {
    box-sizing: border-box;
    padding: 1rem;
    object-fit: contain;
}

.vp-catalogue-ajax-root:not(.is-list-view) .vp-product-card-description,
.vp-catalogue-ajax-root:not(.is-list-view) .vp-product-card-category,
.vp-catalogue-ajax-root:not(.is-list-view) .vp-product-card-availability {
    display: none;
}

.vp-catalogue-ajax-root:not(.is-list-view) .catalog-card-title > a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
    overflow: hidden;
    overflow-wrap: anywhere;
    line-height: 1.4;
}

.vp-catalogue-ajax-root.is-list-view #productsGrid > .product-card-col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.vp-catalogue-ajax-root.is-list-view .vp-product-card {
    display: grid;
    grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
}

.vp-catalogue-ajax-root.is-list-view .vp-product-card-media {
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 14rem;
    aspect-ratio: auto;
    border-right: 1px solid #eeeeee;
    border-bottom: 0;
}

.vp-catalogue-ajax-root.is-list-view .vp-product-card-body {
    min-width: 0;
}

@media (max-width: 767.98px) {
    .vp-catalogue-active-filters {
        align-items: flex-start;
    }

    .vp-catalogue-active-filter-items,
    .vp-catalogue-results-actions {
        width: 100%;
    }

    .vp-catalogue-results-actions {
        justify-content: space-between;
        margin-left: 0;
    }

    .vp-catalogue-ajax-root.is-list-view .vp-product-card {
        grid-template-columns: minmax(7.5rem, 34%) minmax(0, 1fr);
    }

    .vp-catalogue-ajax-root.is-list-view .vp-product-card-media {
        min-height: 10rem;
    }

    .vp-catalogue-ajax-root.is-list-view .vp-product-card-body {
        padding: 0.85rem;
    }
}

@media (max-width: 420px) {
    .vp-catalogue-results-actions {
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .vp-catalogue-results-total {
        margin-right: auto;
    }
}

.vp-catalogue-ajax-root {
    position: relative;
    transition: opacity 160ms ease;
}

.vp-catalogue-ajax-root.is-loading {
    cursor: progress;
    opacity: 0.72;
}

.vp-catalogue-ajax-root.is-loading::before {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--vp-primary, #abd373), transparent);
    background-size: 200% 100%;
    content: '';
    animation: vp-catalogue-loading 900ms linear infinite;
}

@keyframes vp-catalogue-loading {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vp-catalogue-ajax-root {
        transition: none;
    }

    .vp-catalogue-ajax-root.is-loading::before {
        animation: none;
    }
}
