.elementor-89994 .elementor-element.elementor-element-0538129{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-89994 .elementor-element.elementor-element-0f9ac49{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-89994 .elementor-element.elementor-element-0f9ac49.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-89994 .elementor-element.elementor-element-e65ab94.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-89994 .elementor-element.elementor-element-858f071{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:80px;--margin-right:0px;}.elementor-89994 .elementor-element.elementor-element-e80cd03{--display:flex;}@media(min-width:768px){.elementor-89994 .elementor-element.elementor-element-0f9ac49{--width:75%;}.elementor-89994 .elementor-element.elementor-element-858f071{--width:50%;}}@media(max-width:1024px){.elementor-89994 .elementor-element.elementor-element-e65ab94.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-89994 .elementor-element.elementor-element-858f071{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-89994 .elementor-element.elementor-element-e65ab94.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-e65ab94 */@media only screen and (max-width: 992px) {
    .woocommerce ul.products .products-wrapper {
        width: 226%;
    }
}/* End custom CSS */
/* Start custom CSS *//* Ensure result count and sorting dropdown align correctly */
body.tax-product_brand .woocommerce-result-count,
body.tax-product_brand .woocommerce-ordering {
    margin: 0;
    z-index:9999;
}

/* Wrap result count and sorting dropdown inside styled flex container */
body.tax-product_brand .woocommerce-notices-wrapper + .woocommerce-result-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: -53px;
    border-radius: 6px;
    padding: 20px;
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 18px);
    position: relative;
    z-index: 1;
    gap: 10px;
}

/* Keep dropdown visible and in correct position */
body.tax-product_brand .woocommerce-ordering {
    margin-left: auto;
    flex-shrink: 0;
}

/* Filter title style */
.wpc-filter-title {
    font-weight: 700;
}/* End custom CSS */