.muestracat-block {
    border:none;
    padding:0;
    border-radius:0;
    background:transparent;
}
.muestracat-title {
    font-size: 2rem;
    text-transform: none;
    padding: 1rem 0 1rem;
    margin: auto;
}
.muestracat-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.muestracat-item{
    width: 100%;
    box-sizing:border-box;
    list-style: none;
}
.muestracat-item a{
    display:flex;
    align-items:center;
    text-decoration:none;
    color:inherit;
}
.muestracat-image{
    display: none;
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:4px;
    margin-right:10px;
}
.muestracat-name{
    width: auto;
    display: table-cell;
    white-space: nowrap;
    font-weight:600;
}
.muestracat-price{
    display: table-cell;
    white-space: nowrap;
    font-size: 0.95em;
    color: #fff;
    text-align: right;
    /*float: right;*/
}
.muestracat-error{
    color:#d9534f;
}
.muestracat-empty{
    color:#777;
}

.muestracat-info {
  width: 100%;
}

.muestracat-info p {
  margin-bottom: 0;
  padding-right: 15px;
  line-height: 1.5;
}
.muestracat-name p {
   font-size: 1.1rem; 
}
.muestracat-desc p {
  font-size: .95rem;
  color: #3cb49e;
}