/* grid页面按钮初始状态 */
.product_btn{
	opacity:0
}
/* 标签样式调整*/
.elementor-post-info__terms-list{
	display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    flex-wrap: wrap !important;
	gap:5px;
}
.elementor-post-info__terms-list:before{
	color:black;
	content:"HOT TAGS :";
	padding-left:25px;
	background:url('https://www.collagenface.com/wp-content/uploads/2025/10/tag-group.png') no-repeat center;
	background-position:left;
}
.elementor-post-info__terms-list a{
	background:#f9f9f9;
	padding:5px 20px;
	border:1px solid #00000010
}
.elementor-post-info__terms-list a:hover{
	background:#d82c50;
	color:white !important
}

/*  默认状态下显示list布局*/
.list_layout{
	display:block !important;
}
/* 筛选列表样式 */
#woocommerce_product_categories-4 ul{
	padding-inline-end:0 !important;
}
#woocommerce_product_categories-4 li {
	padding:2px 10px;
	border-bottom:1px solid #00000015;
}
#woocommerce_product_categories-4 li a{
	font-size:15px !important;
}
#woocommerce_product_categories-4 li:last-child{
	border:none;
}
#woocommerce_product_categories-4 li .wd-cats-toggle{
	inset-inline-end:0px !important
}
/* 侧边栏tag列表样式 */
.tags_list h5{
	display:none !important;
}
.tags_list .tagcloud {
	display:flex !important;
	flex-direction:column !important;
	gap:6px;
}
.tags_list .tagcloud a{
	width:max-content !important;
	font-size:14px !important;
	padding:5px !important;
	background:#f9f9f9 !important;
	border:1px solid #00000020;
	align-items:start;
}
.tags_list .tagcloud a:hover{
	background:#e26882 !important;
	color:white !important;
}