.fpt-tab-buttons{

display:flex;
gap:10px;
margin-bottom:20px;

}

.fpt-tab{

padding:8px 16px;
border:none;
background:#eee;
cursor:pointer;

}

.fpt-tab.active{

background:#000;
color:#fff;

}

.fpt-products{

min-height:200px;

}