body .wd-hover-with-fade.hover-ready:is(:hover, .state-hover) .product-wrapper {
    transform: none;
}

body .wd-hover-with-fade .content-product-imagin {
    display: none;
}

.archive .main-page-wrapper {
    padding-top: 10px;
}

.wpb_content_element.g-archive--banner-top {
    margin-bottom: 0;
}

.wpb_text_column.g-archive--banner-top picture {
    display: block;
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden;
}

.archive .wd-breadcrumbs {
    line-height: 1;
    font-size: 12px;
    margin-block: 24px;
}

.g-archive--title>.vc_column_container>.vc_column-inner .wpb_wrapper {
    display: grid;
    grid-template-columns: max-content max-content 1fr;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 3%);
    padding: 12px 16px;
    border-radius: 4px;
}

.g-archive--title .wd-wpb {
    margin-bottom: 0;
    line-height: 1;
}

.g-archive--title .wd-woo-page-title .title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}

.g-archive--title .wd-shop-ordering {
    width: max-content;
    margin-left: auto;
}

.g-archive--title .wd-shop-result-count .woocommerce-result-count {
    line-height: 1;
    display: inline-block;
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #e9e9e9;
    color: #aaa;
    font-size: 13px;
}

body .woocommerce-ordering.wd-style-underline select {
    font-weight: 500;
    border: 0;
}

.g-archive--title {
    margin-bottom: 12px;
}

.archive .wd-products {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 3%);
    border-radius: 4px;
    overflow: hidden;
    --wd-gap-lg: 1px !important;
}

.g-archive--listing .wpb_column {
    width: 100%;
    height: 100%;
}

.vc_row.g-archive--listing {
    display: grid;
    grid-template-columns: 280px 1fr;
}

#text-2 {
    margin: 0;
    padding: 0;
    border: 0;
}

.wd-shop-active-filters {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.g-archive--listing-filters .widget:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.archive .wd-shop-product.wd-products-element {
    margin-bottom: 0;
}

.g-archive--listing-filters>.vc_column-inner {
    height: 100%;
}

.g-archive--listing-filters>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}

.g-archive--listing-filters>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar-thumb {
    display: none;
}

.g-archive--listing-filters .widget-title {
    line-height: 17px;
    text-transform: none;
    font-weight: 500;
}

.vc_row.g-archive--listing:after,
.vc_row.g-archive--listing:before {
    display: none;
}

.g-archive--title .wd-off-canvas-btn.wd-action-btn.wd-style-text>a {
    font-weight: 500;
}

.wd-nav-mobile>li>a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 1;
}

@media (min-width: 1025px) {

    .g-archive--listing-products>.vc_column-inner {
        padding-left: 0;
    }

    .g-archive--listing-filters>.vc_column-inner>.wpb_wrapper {
        background-color: #fff;
        padding: 24px;
        border-radius: 4px;
        box-shadow: 0px 1px 3px rgb(0 0 0 / 3%);
        position: sticky;
        top: 152px;
        max-height: calc(100vh - 164px);
        overflow-y: auto;
    }

    .g-archive--listing-filters .woodmart-woocommerce-sort-by {
        display: none;
    }

}

@media (max-width: 1024px) {

    .vc_row.g-archive--listing {
        grid-template-columns: auto;
    }

    .archive .wd-product :is(.product-image-link, .hover-img) img {
        height: 200px;
    }

    .archive .main-page-wrapper {
        padding-top: 12px;
    }

    .wd-shop-result-count,
    .wd-shop-ordering {
        display: none;
    }

    .g-archive--title>.vc_column_container>.vc_column-inner .wpb_wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .g-archive--title .wd-woo-page-title .title {
        text-align: center;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f4f4f5;
    }

    .g-archive--listing-filters .wd-heading+.vc_column-inner>.wpb_wrapper {
        padding: 20px 5px;
    }

}