
.ficp-categories{
text-align:center;
margin-bottom:15px;
}

.ficp-cat{
padding:5px 10px;
margin:3px;
border-radius:20px;
border:none;
background:#eee;
font-size:11px;
cursor:pointer;
}

.ficp-cat.active{
background:#333;
color:#fff;
}

.ficp-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(80px,1fr));
gap:10px;
max-width:900px;
margin:auto;
}

.ficp-card{
text-decoration:none;
color:#222;
background:#fff;
padding:4px;
border-radius:6px;
box-shadow:0 1px 3px rgba(0,0,0,.1);
}

.ficp-thumb img{
width:100%;
max-height:60px;
object-fit:cover;
}

.ficp-title{
font-size:9px;
text-align:center;
margin-top:3px;
}

.ficp-product{
max-width:700px;
margin:auto;
}

.ficp-btn{
display:inline-block;
padding:8px 12px;
background:#333;
color:#fff;
margin-right:8px;
text-decoration:none;
border-radius:6px;
}

@media print{

header,footer,.ficp-actions{
display:none;
}

.ficp-catalog{
display:none;
}

body{
margin:0;
}

}
