div#hikashop_cart_dropdown_358 {
    z-index: 10000;
}
/* Page header centering and width control */
.category_blog_page .page-title-bar {
    max-width: 900px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.category_blog_page .page-desc {
    max-width: 720px;
    margin: 0 auto 16px auto;
    line-height: 1.5;
}

.category_blog_page .page-title {
    margin: 0;
    font-weight: 600;
}

/* Center and constrain the category grid */
.category_blog_page .category_list {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
}

/* Individual card spacing and alignment */
.category_list_item {
    margin-bottom: 30px;
}

.category_list_view {
    text-align: center;
    padding: 20px;
}

/* Image centering and normalization */
.category_list_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.category_list_img img {
    max-width: 140px;
    height: auto;
}

/* Typography tightening */
.category_list_title {
    margin-bottom: 8px;
    font-weight: 600;
}

.category_list_desc {
    margin: 0;
    line-height: 1.4;
}

/* Optional subtle card styling */
.category_list_view {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}
