
/* ============================================================
   REDISENO MENU DE CLIENTE (storefront) — inspirado en menu.fu.do
   Scope: tarjetas de item del menu (.list-item-rows) y pills de precio
   ============================================================ */

.list-item-rows {
  border: none !important;
  border-radius: 16px;
  box-shadow: 0 2px 9px rgba(161,153,153,.35);
  padding: 0 !important;
  margin-bottom: 18px;
  overflow: hidden;
  background: #fff;
}

.list-item-rows .row.m-0 {
  align-items: stretch;
}

.list-item-rows .col-3 {
  order: 2;
  padding: 0 !important;
}

.list-item-rows .col-9 {
  padding: 18px !important;
}

.list-item-rows .item-image-preview {
  height: 100%;
  min-height: 160px;
}

.list-item-rows .item-image-preview .el-image {
  height: 100% !important;
  display: block;
}

.list-item-rows img,
.list-item-rows .el-image__inner {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.list-item-rows .skeleton-placeholder {
  height: 100%;
  min-height: 160px;
}

.list-item-rows .fixed-height {
  min-height: 160px;
}

/* Pills de tamano/variante — de negro solido a tinte suave de marca */
.btn-group .btn {
  border-radius: 999px !important;
  padding: 7px 16px !important;
  border: 1px solid transparent !important;
  transition: background .15s, color .15s;
}
.btn-group label {
  background: #F1F5F9;
  color: #334155;
}
.btn-group .btn.active {
  background: rgba(62,207,142,.14) !important;
  color: #1F7A4D !important;
  border-color: rgba(62,207,142,.5) !important;
  font-weight: 600;
}

/* Boton "Agregar al carrito" y precio final destacado — mas redondeado */
.list-item-rows .el-button {
  border-radius: 999px !important;
  font-weight: 600;
  padding: 10px 22px !important;
}

.list-item-rows .prices {
  font-size: 16px;
  color: #1F1F1F;
}
