/* Selector de presentación del catálogo en el punto de venta. */
.notification-button::before{content:none!important;display:none!important}
.notification-button svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#view-pos .catalog-panel>.search-wrap{height:42px;padding-right:7px}
#view-pos .catalog-panel>.search-wrap kbd{display:none}
.pos-view-toggle{display:flex;flex:0 0 auto;gap:2px;padding:2px;border:1px solid var(--line);border-radius:8px;background:#f4f7f7}
.pos-view-toggle button{width:28px;height:26px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}
.pos-view-toggle button:hover{color:var(--accent)}
.pos-view-toggle button.active{background:#fff;color:var(--accent);box-shadow:0 1px 4px rgba(20,50,55,.12)}
.pos-view-toggle svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-card .pos-sku{display:block;margin-top:3px;color:var(--muted);font-size:9px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-grid:not(.product-view-list){align-items:start}
.product-grid:not(.product-view-list) .product-card{width:100%;min-height:122px;padding:11px 13px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:2.5em 1.2em 1.2em minmax(22px,1fr);align-items:center;align-content:start;column-gap:10px;row-gap:4px}
.product-grid:not(.product-view-list) .product-card strong{grid-column:1/-1;grid-row:1;display:block;width:100%;height:2.5em;margin:0;min-width:0;line-height:1.25;overflow:hidden}
.product-grid:not(.product-view-list) .product-card .category{grid-column:1/-1;grid-row:2;height:1.2em;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-grid:not(.product-view-list) .product-card .stock{grid-column:1;grid-row:3;align-self:center;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-grid:not(.product-view-list) .product-card .pos-sku{grid-column:2;grid-row:3;align-self:center;max-width:94px;margin:0;font-size:8px;text-align:right}
.product-grid:not(.product-view-list) .product-card .price{grid-column:1/-1;grid-row:4;justify-self:end;align-self:end;margin:4px 0 0;font-size:16px;line-height:1.15;white-space:nowrap}
.product-grid:not(.product-view-list) .family-card .stock{grid-column:1/-1}.product-grid:not(.product-view-list) .family-card .pos-sku{display:none}
.product-grid.product-view-list{grid-template-columns:1fr;gap:6px}
.product-grid.product-view-list .product-card{min-height:62px;padding:8px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:auto auto;align-items:center;align-content:center;column-gap:22px;row-gap:3px}
.product-grid.product-view-list .product-card strong{grid-column:1;grid-row:1;margin:0;min-width:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-grid.product-view-list .product-card .category{grid-column:1;grid-row:2;margin:1px 0 0;text-align:left;line-height:1.2;white-space:nowrap}
.product-grid.product-view-list .product-card .stock{grid-column:2;grid-row:1;white-space:nowrap;text-align:right}
.product-grid.product-view-list .product-card .pos-sku{display:block;grid-column:2;grid-row:2;margin:0;color:var(--muted);font-size:9px;line-height:1.2;text-align:right;white-space:nowrap}
.product-grid.product-view-list .product-card .price{grid-column:3;grid-row:1/3;align-self:center;margin:0;min-width:78px;text-align:right;white-space:nowrap}
@media(max-width:800px){
  #view-pos .catalog-panel>.search-wrap{height:38px;min-height:38px}
  .pos-view-toggle button{width:27px;height:24px}
  .product-grid:not(.product-view-list) .product-card{min-height:110px;padding:8px 10px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:2.5em 1.2em 1.2em minmax(20px,1fr);column-gap:7px;row-gap:3px}
  .product-grid:not(.product-view-list) .product-card strong{grid-column:1/-1;grid-row:1}
  .product-grid:not(.product-view-list) .product-card .category{grid-column:1;grid-row:2;margin:0}
  .product-grid:not(.product-view-list) .product-card .pos-sku{grid-column:2;grid-row:3;max-width:76px;font-size:7.5px;text-align:right}
  .product-grid:not(.product-view-list) .product-card .stock{grid-column:1;grid-row:3;font-size:9px}
  .product-grid:not(.product-view-list) .product-card .price{grid-column:1/-1;grid-row:4;font-size:14px;text-align:right}
  .product-grid.product-view-list .product-card{min-height:60px;padding:7px 10px;grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:auto auto;column-gap:10px;row-gap:2px}
  .product-grid.product-view-list .product-card strong{grid-column:1;grid-row:1}
  .product-grid.product-view-list .product-card .category{grid-column:1;grid-row:2}
  .product-grid.product-view-list .product-card .stock{grid-column:2;grid-row:1;font-size:10px}
  .product-grid.product-view-list .product-card .pos-sku{grid-column:2;grid-row:2;font-size:8.5px}
  .product-grid.product-view-list .product-card .price{grid-column:3;grid-row:1/3;min-width:0;font-size:14px}
}
