/* ==========================================================================
   sidebar-category.css
   Produktarkiv – styling för kategori-listan i sidomenyn
   ========================================================================== */


/* ============================= KATEGORILISTA LAYOUT ============================= */

.sidebar_inner .elementor-products-grid ul.products.elementor-grid {
	display: flex !important;
	gap: 15px !important;
}

.sidebar_inner .elementor-products-grid ul.products.elementor-grid li > div {
	align-items: flex-start;
}


/* ============================= DÖLJ BILD, VISA TEXT ============================= */

.sidebar_inner .post_item .post_data { width: 100%; }

.sidebar_inner .post_item .post_featured {
	display: none;
}


/* ============================= KATEGORINAMN STYLING ============================= */

.sidebar_inner .post_item .woocommerce-loop-category__title {
	width: 100%;
	font-size: 16px !important;
	font-weight: normal !important;
	color: var(--theme-color-text);
	line-height: initial !important;
	letter-spacing: initial !important;
}

.sidebar_inner .post_item .post_header:hover a {
	text-decoration: underline black;
}


/* ============================= PIL-IKON EFTER KATEGORINAMN ============================= */

.sidebar_inner .post_item .woocommerce-loop-category__title::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 0;
}


/* ============================= DÖLJ ANTAL-BADGE ============================= */

.sidebar_inner .post_item .woocommerce-loop-category__title mark.count {
	display: none;
}
