.elementor-8526 .elementor-element.elementor-element-86a8885{--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;}/* Start custom CSS for ts-product-categories, class: .elementor-element-9f91174 *//* === FORCE equal height category cards === */
.ts-product-category-wrapper .items {
    display: grid !important;
    grid-auto-rows: 1fr !important;
    align-items: stretch !important;
}

/* Card */
.ts-product-category-wrapper .item {
    display: flex !important;
}

/* Wrapper */
.ts-product-category-wrapper .product-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Image container */
.ts-product-category-wrapper .product-wrapper > a {
    display: block !important;
    width: 100% !important;
    height: 260px !important; /* FIXED HEIGHT */
    overflow: hidden !important;
}

/* Image itself (real + placeholder) */
.ts-product-category-wrapper .product-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Title wrapper */
.ts-product-category-wrapper .meta-wrapper {
    margin-top: auto !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}/* End custom CSS */