/* Vitrina Viva — estilos del catalogo */
#vitrina-fresco { padding: 10px 12px 4px; max-width: 1100px; margin: 0 auto; }

.vv-status { display: inline-flex; align-items: center; gap: 7px; font-size: 0.8rem; font-weight: 600; padding: 6px 13px; border-radius: 999px; margin-bottom: 12px; }
.vv-status .vv-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.vv-open { background: #dcfce7; color: #166534; }
.vv-open .vv-dot { background: #16a34a; }
.vv-closed { background: #fee2e2; color: #991b1b; }
.vv-closed .vv-dot { background: #dc2626; }

.vv-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.vv-title { font-size: 1.05rem; font-weight: 700; color: var(--cat-primario,#c2410c); }
.vv-hint { font-size: 0.72rem; color: #9b8579; }

.vv-row { display: flex; gap: 11px; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
.vv-row::-webkit-scrollbar { height: 5px; }
.vv-row::-webkit-scrollbar-thumb { background: #e6c2a8; border-radius: 999px; }
.vv-card { flex: 0 0 auto; width: 150px; border: 1px solid #f0ddca; border-radius: 14px; overflow: hidden; background: #fff; cursor: pointer; scroll-snap-align: start; transition: transform .12s; }
.vv-card:active { transform: scale(0.97); }
.vv-imgwrap { position: relative; height: 110px; background: #faf0e6; }
.vv-imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vv-tag { position: absolute; top: 7px; left: 7px; color: #fff; font-size: 0.64rem; font-weight: 600; padding: 2px 8px; border-radius: 999px; }
.vv-cbody { padding: 8px 10px; }
.vv-cname { font-size: 0.82rem; font-weight: 600; color: #3a1d0e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vv-cprice { font-size: 0.78rem; font-weight: 700; color: #16a34a; margin-top: 2px; }

.vv-lb { position: fixed; inset: 0; background: rgba(0,0,0,.75); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.vv-lb-card { background: #fff; border-radius: 18px; overflow: hidden; max-width: 380px; width: 100%; }
.vv-lb-card img { width: 100%; max-height: 60vh; object-fit: cover; display: block; }
.vv-lb-body { padding: 14px 16px 18px; }
.vv-lb-name { font-size: 1.1rem; font-weight: 700; color: #3a1d0e; }
.vv-lb-price { font-size: 1rem; font-weight: 700; color: #16a34a; margin-top: 3px; }
.vv-lb-note { font-size: 0.85rem; color: #6b4a33; margin-top: 6px; }
.vv-lb-meta { font-size: 0.72rem; color: #a87f5f; margin-top: 8px; }
