.loading-placeholder{font-size:2em;text-align:center;border-top: 1px solid #e4e4e4;padding:30px 0;}
.filter-headline{
	position:relative;overflow: hidden;
}
.looks .filter-headline__title{max-width:100%;}
/* .filter-headline::after{
	display: flex;
content: '>';
position: absolute;
right: 0;
font-size: 24px;
align-items: center;
top: 0;
bottom: 0;
color: #a2a2a2;
} */
.itema-list{
	border-top: 1px solid #e4e4e4;
	display:flex;
	gap:20px;
	flex-wrap: wrap;
	padding:30px 0;
	justify-content: space-between;
}
.itema {
	width:calc(25% - 20px); 
  position:relative;
  
}
/*.itema-text {
  position: absolute;
  display: flex;  
  color:#fff;
  background: linear-gradient(0deg, rgb(11, 11, 11) 0%, rgba(131, 131, 133, 0.5) 35%, transparent 100%);
  width: 100%;
top: 0;
bottom: 0;
align-items: end;
justify-content: center;
padding-bottom: 10%;
z-index:2;
}*/
.itema-text {
	position: absolute;
display: block;
width: 100%;
bottom: 0;
line-height: 40px;
font-size: 14px;
text-align: center;
padding: 10px 0;
background-color: rgba(255, 255, 255, 0.5);
}
.itema-text a{
color: #0;
display: flex;
width: 100%;
padding: 0 15px;
height: 100%;
align-items: center;
justify-content: center;
text-decoration: none;
}
@media (max-width:768px){
	.itema {width:calc(50% - 20px);}
	.itema-text{line-height:20px;height: 50px;}
}
