/* ═══════════════════════════════════════════════════════════════
   Menu 360 — Admin Inline Preview Modal Styles
   (Phone-frame preview of the customer menu inside the admin)
   All classes use the .v7pv- prefix to avoid conflicts.
   ═══════════════════════════════════════════════════════════════ */

/* ── Overlay ── */
#preview-modal {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity .28s ease;
}
#preview-modal.open { opacity: 1; }

/* ── Phone frame ── */
.v7pv-phone {
  width: min(390px, 92vw);
  height: min(844px, 88vh);
  border-radius: 40px; overflow: hidden;
  position: relative; background: #0a0a0a;
  box-shadow: 0 40px 120px rgba(0,0,0,.8), 0 0 0 2px rgba(255,255,255,.12);
  display: flex; flex-direction: column;
}

/* Close button — sits outside the phone frame, top-right of the overlay */
.v7pv-close {
  position: absolute; top: 20px; right: 20px; z-index: 9999;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2);
  color: #fff; font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s;
}
.v7pv-close:hover { background: rgba(255,255,255,.26); }

/* ── Screen system ── */
.v7pv-screen {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  opacity: 0; pointer-events: none; transform: translateY(16px);
  transition: opacity .35s ease, transform .35s cubic-bezier(.4,0,.2,1);
}
.v7pv-screen.active { opacity: 1; pointer-events: all; transform: translateY(0); }

/* ── COVER ── */
.v7pv-cover { background: #0a0a0a; justify-content: flex-end; overflow: hidden; }
.v7pv-cover-hero  { position: absolute; inset: 0; background: linear-gradient(160deg,#1a0f04 0%,#0d0d0d 50%,#080808 100%); display: flex; align-items: center; justify-content: center; }
.v7pv-cover-bg    { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .55; transition: opacity 1.2s ease; }
.v7pv-cover-grad  { position: absolute; inset: 0; background: linear-gradient(160deg,#1a0f04 0%,#0d0d0d 50%,#080808 100%); }
.v7pv-cover-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 25% 25%, rgba(201,169,110,.08) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(201,169,110,.06) 0%, transparent 50%); }
.v7pv-cover-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 30%, rgba(0,0,0,.9) 100%); }
.v7pv-cover-grain { position: absolute; inset: 0; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.v7pv-cover-top   { position: absolute; top: 20px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; z-index: 10; }
.v7pv-logo-mark   { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(201,169,110,.4); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.v7pv-tagline-top { font-size: 10px; letter-spacing: .28em; color: rgba(201,169,110,.7); text-transform: uppercase; font-family: 'DM Sans', sans-serif; }
.v7pv-cover-content { position: relative; z-index: 10; padding: 0 22px 52px; }
.v7pv-cover-label {
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px; font-family: 'DM Sans', sans-serif;
}
.v7pv-cover-label::before { content: ''; width: 28px; height: 1px; background: var(--v7pv-gold, #c9a96e); }
.v7pv-cover-name  { font-family: 'Playfair Display', serif; font-size: clamp(32px,9vw,50px); font-weight: 700; line-height: 1; letter-spacing: -.01em; margin-bottom: 6px; color: #f5f0e8; }
.v7pv-cover-name em { font-style: italic; font-weight: 400; }
.v7pv-cover-sub   { font-size: 13px; color: rgba(255,255,255,.45); letter-spacing: .06em; margin-bottom: 32px; font-weight: 300; font-family: 'DM Sans', sans-serif; }
.v7pv-cover-cta   { display: flex; gap: 12px; align-items: center; }
.v7pv-cover-btn   { border: none; padding: 15px 36px; border-radius: 50px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s; box-shadow: 0 8px 28px rgba(201,169,110,.3); }
.v7pv-cover-btn:active { transform: scale(.96); }
.v7pv-cover-scroll { font-size: 11px; color: rgba(255,255,255,.45); letter-spacing: .08em; }

/* ── Shared header ── */
.v7pv-hdr { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.07); flex-shrink: 0; background: rgba(10,10,10,.85); backdrop-filter: blur(14px); }
.v7pv-hdr-back  { width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; color: #f0ebe0; transition: transform .2s; }
.v7pv-hdr-back:active { transform: scale(.91); }
.v7pv-hdr-info  { flex: 1; min-width: 0; }
.v7pv-hdr-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: #f0ebe0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v7pv-hdr-sub   { font-size: 11px; color: #6a6a6a; margin-top: 3px; }
.v7pv-hdr-cart  { width: 42px; height: 42px; min-width: 42px; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 17px; transition: transform .2s; box-shadow: 0 4px 16px rgba(201,169,110,.28); position: relative; }
.v7pv-hdr-cart:active { transform: scale(.91); }
.v7pv-hdr-badge { position: absolute; top: -4px; right: -4px; background: #e74c3c; color: #fff; border-radius: 50%; width: 16px; height: 16px; font-size: 9px; font-weight: 800; align-items: center; justify-content: center; border: 2px solid #0a0a0a; font-family: 'Montserrat', sans-serif; pointer-events: none; }

/* ── Categories ── */
.v7pv-cats     { background: #0a0a0a; }
.v7pv-cat-body { flex: 1; overflow: hidden; display: grid; gap: 12px; padding: 14px; align-content: stretch; min-height: 0; }
.v7pv-cat-card { border-radius: 18px; overflow: hidden; cursor: pointer; transition: transform .2s; position: relative; min-height: 80px; height: 100%; border: 1px solid rgba(255,255,255,.06); background: linear-gradient(160deg,#1c1c1c,#111); }
.v7pv-cat-card:active { transform: scale(.95); }
.v7pv-cat-img    { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 38px; }
.v7pv-cat-img-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .5; }
.v7pv-cat-grad   { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.2) 60%, transparent 100%); }
.v7pv-cat-glow   { position: absolute; inset: 0; opacity: .7; }
.v7pv-cat-foot   { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 14px; }
.v7pv-cat-label  { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; text-shadow: 0 1px 8px rgba(0,0,0,.8); color: #f0ebe0; }
.v7pv-cat-count  { font-size: 10px; color: rgba(255,255,255,.55); letter-spacing: .08em; margin-top: 3px; font-family: 'DM Sans', sans-serif; }
.v7pv-cat-arr    { position: absolute; top: 12px; right: 12px; width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-size: 12px; color: rgba(255,255,255,.7); }

/* ── Items — magazine layout ── */
.v7pv-items       { background: #F6F7F8; overflow: hidden; }
.v7pv-items .v7pv-hdr        { background: rgba(246,247,248,.98); border-bottom: 1px solid #CBCBC5; position: relative; z-index: 4; }
.v7pv-items .v7pv-hdr-title  { color: #373D2D; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: .13em; text-transform: uppercase; }
.v7pv-items .v7pv-hdr-sub    { color: #8F8F86; }
.v7pv-items .v7pv-hdr-back   { background: rgba(55,61,45,.07); border-color: #CBCBC5; color: #373D2D; }
.v7pv-items .v7pv-hdr-cart   { background: #373D2D !important; box-shadow: 0 4px 16px rgba(47,62,47,.32); }

.v7pv-dots       { display: flex; justify-content: center; align-items: center; gap: 6px; padding: 6px 0 4px; flex-shrink: 0; background: transparent; position: relative; z-index: 5; margin-bottom: -16px; }
.v7pv-dots:empty { padding: 0; height: 0; margin-bottom: 0; }
.v7pv-pd      { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.55); box-shadow: 0 1px 3px rgba(0,0,0,.35); transition: all .28s; cursor: pointer; }
.v7pv-pd.on   { background: #fff; width: 22px; border-radius: 3px; box-shadow: 0 1px 4px rgba(0,0,0,.45); }

.v7pv-grid-wrap  { flex: 1; min-height: 0; overflow: hidden; position: relative; z-index: 2; }
.v7pv-grid-pages { display: flex; height: 100%; transition: transform .38s cubic-bezier(.4,0,.2,1); will-change: transform; }
.v7pv-grid-page  { min-width: 100%; height: 100%; overflow: hidden; display: grid; grid-template-rows: repeat(3,1fr); background: #F6F7F8; box-sizing: border-box; }

.v7pv-item-card  { display: flex; flex-direction: row; align-items: stretch; position: relative; overflow: hidden; min-height: 0; cursor: pointer; user-select: none; transition: background .18s; padding-left: 14px; background: transparent; box-sizing: border-box; }
.v7pv-item-card:active { background: rgba(47,62,47,.03); }
.v7pv-item-card.pr     { flex-direction: row-reverse; }
.v7pv-item-card + .v7pv-item-card::after { content: ''; position: absolute; top: 0; left: 14px; right: 14px; height: 1px; background: #CBCBC5; }

.v7pv-plate-side { flex: 0 0 50%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.v7pv-item-card:not(.pr) .v7pv-plate-side { margin-left: -4px; }
.v7pv-item-card.pr        .v7pv-plate-side { margin-right: -4px; }

.v7pv-plate-ring {
  position: relative; width: 92%; padding-bottom: 92%; border-radius: 50%; overflow: hidden;
  background: radial-gradient(circle at 38% 30%, #ffffff 0%, #F6F7F8 45%, #E9EAE5 80%, #dddeda 100%);
  box-shadow: 0 14px 40px rgba(0,0,0,.14), 0 3px 8px rgba(0,0,0,.09), inset 0 -6px 18px rgba(0,0,0,.07), inset 0 2px 6px rgba(255,255,255,.95);
  border: 2.5px solid #CBCBC5; flex-shrink: 0;
}
.v7pv-plate-ring canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; display: block; }

.v7pv-card-info  { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 8px 14px 8px 10px; gap: 0; font-family: 'Montserrat', sans-serif; }
.v7pv-item-card.pr .v7pv-card-info { padding: 8px 10px 8px 14px; align-items: flex-end; text-align: right; }
.v7pv-card-name  { font-size: clamp(9px,2.7vw,12px); font-weight: 800; color: #373D2D; letter-spacing: .08em; text-transform: uppercase; line-height: 1.2; margin-bottom: 4px; word-break: break-word; }
.v7pv-card-div   { width: 100%; height: 1px; background: #CBCBC5; margin-bottom: 4px; flex-shrink: 0; }
.v7pv-card-desc  { font-size: clamp(8px,2vw,9px); font-weight: 400; color: #8F8F86; letter-spacing: .02em; line-height: 1.3; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.v7pv-card-prices{ display: flex; align-items: baseline; gap: 5px; flex-wrap: wrap; margin-bottom: 2px; }
.v7pv-card-price { font-size: clamp(16px,4.8vw,22px); font-weight: 700; color: #373D2D; letter-spacing: -.01em; line-height: 1; }
.v7pv-card-price-orig { font-size: clamp(9px,2.5vw,11px); font-weight: 400; color: #CBCBC5; text-decoration: line-through; line-height: 1; }
.v7pv-disc-badge { position: absolute; top: 8px; left: 18px; z-index: 5; background: #c0392b; border-radius: 20px; padding: 2px 8px; font-size: 8px; color: #fff; font-weight: 700; font-family: 'Montserrat', sans-serif; }

.v7pv-diet-row   { margin-bottom: 4px; }
.v7pv-diet-badge { display: inline-flex; align-items: center; gap: 2px; font-size: clamp(7px,1.8vw,9px); font-weight: 700; padding: 1px 6px; border-radius: 10px; letter-spacing: .03em; white-space: nowrap; font-family: 'Montserrat', sans-serif; }
.v7pv-diet-veg    { background: rgba(34,197,94,.12);  color: #16a34a; border: 1px solid rgba(34,197,94,.25); }
.v7pv-diet-nonveg { background: rgba(239,68,68,.12);  color: #dc2626; border: 1px solid rgba(239,68,68,.25); }
.v7pv-diet-vegan  { background: rgba(132,204,22,.12); color: #65a30d; border: 1px solid rgba(132,204,22,.25); }

.v7pv-swipe-hint { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); background: rgba(55,61,45,.85); border-radius: 30px; padding: 5px 16px; font-size: 11px; color: #fff; letter-spacing: .04em; backdrop-filter: blur(8px); pointer-events: none; opacity: 0; transition: opacity .4s; white-space: nowrap; z-index: 10; font-family: 'Montserrat', sans-serif; }
.v7pv-swipe-hint.on { opacity: 1; }

/* Plate image (item photo inside the circular ring) */
.v7pv-plate-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }

/* ── Card background image variant ── */
.v7pv-item-card.has-bg-img { background-size: cover; background-position: center; background-repeat: no-repeat; }
.v7pv-item-card.has-bg-img .v7pv-plate-side,
.v7pv-item-card.has-bg-img .v7pv-card-info  { position: relative; z-index: 1; }
.v7pv-item-card.has-bg-img .v7pv-plate-ring {
  background: radial-gradient(circle at 38% 30%, #ffffff 0%, #F6F7F8 45%, #E9EAE5 80%, #dddeda 100%);
  border-color: rgba(255,255,255,0.90);
  box-shadow: 0 10px 32px rgba(0,0,0,0.42), 0 3px 8px rgba(0,0,0,0.22), inset 0 -6px 18px rgba(0,0,0,0.07), inset 0 2px 6px rgba(255,255,255,0.95);
}
.v7pv-item-card.has-bg-img .v7pv-card-info       { background: transparent; }
.v7pv-item-card.has-bg-img .v7pv-card-name       { color: #ffffff; }
.v7pv-item-card.has-bg-img .v7pv-card-div        { background: rgba(255,255,255,0.28); }
.v7pv-item-card.has-bg-img .v7pv-card-desc       { color: rgba(255,255,255,0.70); }
.v7pv-item-card.has-bg-img .v7pv-card-price      { color: #ffffff; }
.v7pv-item-card.has-bg-img .v7pv-card-price-orig { color: rgba(255,255,255,0.46); }
.v7pv-item-card.has-bg-img .v7pv-diet-veg    { background: rgba(34,197,94,.22);  color: #86efac; border-color: rgba(34,197,94,.42); }
.v7pv-item-card.has-bg-img .v7pv-diet-nonveg { background: rgba(239,68,68,.22);  color: #fca5a5; border-color: rgba(239,68,68,.42); }
.v7pv-item-card.has-bg-img .v7pv-diet-vegan  { background: rgba(132,204,22,.22); color: #bef264; border-color: rgba(132,204,22,.42); }

/* ── Detail screen ── */
.v7pv-detail  { background: #0a0d0a; overflow: hidden; }
.v7pv-det-bg  { position: absolute; inset: 0; background: radial-gradient(ellipse 130% 100% at 50% 62%, #1c2618 0%, #0e110c 52%, #060706 100%); overflow: hidden; }
.v7pv-det-bg::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 45%; background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(70,110,50,.18) 0%, transparent 70%); pointer-events: none; }
.v7pv-det-floor {
  position: absolute; bottom: 0; left: 50%; width: 200%; height: 55%;
  transform: translateX(-50%) rotateX(72deg) translateY(28%); transform-origin: bottom center;
  background:
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.035) 39px, rgba(255,255,255,.035) 40px),
    repeating-linear-gradient(0deg,  transparent, transparent 29px, rgba(255,255,255,.035) 29px, rgba(255,255,255,.035) 30px);
  pointer-events: none;
}
#pv-det-canvas { width: 100%; height: 100%; display: block; cursor: grab; touch-action: none; position: absolute; inset: 0; z-index: 2; }
#pv-det-canvas:active { cursor: grabbing; }
#pv-det-mv     { position: absolute; inset: 0; z-index: 2; width: 100% !important; height: 100% !important; background: transparent; --poster-color: transparent; }

.v7pv-det-reticle { position: absolute; bottom: 33%; left: 50%; width: 88px; height: 22px; margin-left: -44px; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; box-shadow: 0 0 20px rgba(255,255,255,.2); pointer-events: none; z-index: 4; animation: pvReticlePulse 1.8s ease-in-out infinite; }
@keyframes pvReticlePulse { 0%,100% { opacity:.55; transform: scaleX(1); } 50% { opacity:1; transform: scaleX(1.07); } }
.v7pv-det-reticle.placed { opacity: 0; }
.v7pv-det-tap-hint { position: absolute; bottom: 37%; left: 50%; transform: translateX(-50%); font-family: 'Montserrat', sans-serif; font-size: 10px; color: rgba(255,255,255,.45); letter-spacing: .14em; text-transform: uppercase; pointer-events: none; z-index: 4; white-space: nowrap; }
.v7pv-det-tap-hint.placed { opacity: 0; }
.v7pv-det-hint { position: absolute; bottom: 44%; left: 50%; transform: translateX(-50%); font-size: 10px; color: rgba(255,255,255,.2); letter-spacing: .07em; pointer-events: none; white-space: nowrap; z-index: 3; }

.v7pv-det-top  { position: absolute; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 14px; background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, transparent 100%); }
.v7pv-det-back { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; color: #fff; transition: background .2s; }
.v7pv-det-back:active { background: rgba(255,255,255,.24); }
.v7pv-det-rights { display: flex; gap: 8px; align-items: center; }
.v7pv-det-reset  { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 15px; color: rgba(255,255,255,.85); }
.v7pv-det-ar-btn { background: var(--v7pv-gold, #c9a96e); color: #0a0a0a; border: none; border-radius: 20px; padding: 8px 14px; font-size: 10px; font-weight: 700; font-family: 'Montserrat', sans-serif; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; gap: 5px; box-shadow: 0 3px 12px rgba(201,169,110,.4); }
.v7pv-det-ar-btn:active { transform: scale(.96); }

/* Detail info card */
.v7pv-det-card { position: absolute; bottom: 0; left: 0; right: 0; z-index: 15; background: #ffffff; border-radius: 22px 22px 0 0; box-shadow: 0 -6px 40px rgba(0,0,0,.4); transform: translateY(100%); transition: transform .48s cubic-bezier(.34,1.08,.64,1); max-height: 58%; display: flex; flex-direction: column; }
.v7pv-det-card.open { transform: translateY(0); }
.v7pv-det-handle    { width: 34px; height: 4px; border-radius: 2px; background: #CBCBC5; margin: 10px auto 0; flex-shrink: 0; }
.v7pv-det-card-head { padding: 10px 16px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; flex-shrink: 0; }
.v7pv-det-popular   { background: #373D2D; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; flex-shrink: 0; margin-top: 3px; }
.v7pv-det-name      { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 800; color: #373D2D; letter-spacing: .05em; text-transform: uppercase; line-height: 1.2; }
.v7pv-det-price-row { display: flex; align-items: center; gap: 8px; padding: 5px 16px 0; flex-shrink: 0; flex-wrap: wrap; }
.v7pv-det-price     { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: #373D2D; }
.v7pv-det-price-orig{ font-size: 11px; color: #CBCBC5; text-decoration: line-through; }
.v7pv-det-disc-tag  { background: #c0392b; color: #fff; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 20px; }
/* Star rating row */
.v7pv-det-rating-row { display: flex; align-items: center; gap: 6px; padding: 4px 16px 2px; flex-shrink: 0; flex-wrap: wrap; }
.v7pv-det-stars      { display: flex; gap: 2px; }
.v7pv-star           { font-size: 18px; color: #CBCBC5; line-height: 1; user-select: none; cursor: pointer; transition: color .15s, transform .15s; -webkit-tap-highlight-color: transparent; }
.v7pv-star.filled    { color: #F5C518; }
.v7pv-star.half      { color: #F5C518; opacity: .55; }
.v7pv-star.chosen    { color: #e6b800; transform: scale(1.08); }
.v7pv-star:hover     { transform: scale(1.22); }
@keyframes pvStarPop { 0%{transform:scale(1.08)} 50%{transform:scale(1.55)} 100%{transform:scale(1.08)} }
.v7pv-star.star-pop  { animation: pvStarPop .35s ease; }
.v7pv-det-rating-avg { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; color: #373D2D; }
.v7pv-det-rating-lbl { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500; color: #8F8F86; letter-spacing: .04em; }
.v7pv-det-orders     { font-size: 9px; color: #8F8F86; }

/* Nutrition badges */
.v7pv-det-nutrition  { display: flex; gap: 6px; padding: 2px 16px 2px; flex-shrink: 0; flex-wrap: wrap; }
.v7pv-nutr-cal       { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 600; padding: 2px 8px; border-radius: 20px; background: rgba(255,80,50,.09); color: #c0392b; border: 1px solid rgba(255,80,50,.18); }
.v7pv-nutr-pro       { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 600; padding: 2px 8px; border-radius: 20px; background: rgba(55,61,45,.07); color: #373D2D; border: 1px solid rgba(55,61,45,.15); }
.v7pv-nutr-spice     { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 600; padding: 2px 8px; border-radius: 20px; background: rgba(220,38,38,.08); color: #b91c1c; border: 1px solid rgba(220,38,38,.2); letter-spacing: 1px; }

.v7pv-det-body      { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 6px 16px 0; overscroll-behavior: contain; }
.v7pv-det-sec       { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: #7C8352; margin-bottom: 5px; margin-top: 10px; font-weight: 700; }
.v7pv-det-ingr-list { display: flex; flex-wrap: wrap; gap: 4px; }
.v7pv-det-itag      { background: #F6F7F8; border: 1px solid #CBCBC5; border-radius: 20px; padding: 3px 10px; font-family: 'Montserrat', sans-serif; font-size: 9px; color: #626760; }
.v7pv-det-desc      { font-family: 'Montserrat', sans-serif; font-size: 11px; color: #8F8F86; line-height: 1.7; margin: 5px 0 0; }

/* Qty controls — detail bar */
.v7pv-qty-ctrl       { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.v7pv-qty-btn        { width: 28px; height: 28px; border-radius: 50%; background: #373D2D; color: #fff; border: none; font-size: 16px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 0; transition: background .15s; -webkit-tap-highlight-color: transparent; }
.v7pv-qty-btn:active { background: #5a6b45; }
.v7pv-qty-n          { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; color: #373D2D; min-width: 20px; text-align: center; }

/* Add-to-order bar */
.v7pv-det-bar        { padding: 8px 12px; display: flex; gap: 8px; align-items: center; flex-shrink: 0; border-top: 1px solid #E9EAE5; background: #fff; }
.v7pv-det-add        { flex: 1; min-width: 0; background: #373D2D; color: #fff; border: none; border-radius: 10px; height: 40px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px; transition: background .2s; overflow: hidden; }
.v7pv-det-add:active  { transform: scale(.97); }
.v7pv-det-add.added   { background: #4a7a3a; }
.v7pv-cart-peek       { height: 40px; min-width: 40px; padding: 0 8px; background: #F6F7F8; border: 1.5px solid #CBCBC5; border-radius: 10px; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; gap: 4px; font-size: 15px; transition: background .15s; }
.v7pv-cart-peek:active { background: #E9EAE5; }
.v7pv-cart-count      { background: #373D2D; color: #fff; width: 16px; height: 16px; border-radius: 50%; font-size: 8px; font-weight: 800; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; }

/* ── Extras section ── */
.v7pv-extras-btn       { width: 100%; background: transparent; border: 1.5px solid #CBCBC5; border-radius: 11px; padding: 10px 14px; color: #373D2D; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; cursor: pointer; margin-top: 6px; transition: background .15s; }
.v7pv-extras-btn:active { background: #F6F7F8; }
.v7pv-extras-drop      { background: #F6F7F8; border: 1px solid #E9EAE5; border-radius: 11px; overflow: hidden; margin-top: 4px; max-height: 0; transition: max-height .32s ease, opacity .28s; opacity: 0; }
.v7pv-extras-drop.open { max-height: 400px; opacity: 1; }
.v7pv-extra-row        { display: flex; align-items: center; padding: 9px 12px; border-bottom: 1px solid #E9EAE5; cursor: pointer; }
.v7pv-extra-row:last-child { border-bottom: none; }
.v7pv-extra-row:active { background: #E9EAE5; }
.v7pv-extra-chk        { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid #CBCBC5; margin-right: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .15s, border-color .15s; }
.v7pv-extra-chk.on     { background: #373D2D; border-color: #373D2D; }
.v7pv-extra-chk.on::after { content: '\2713'; font-size: 10px; color: #fff; font-weight: 700; }
.v7pv-extra-info       { flex: 1; }
.v7pv-extra-name       { font-family: 'Montserrat', sans-serif; font-size: 11px; color: #373D2D; font-weight: 500; }
.v7pv-extra-price      { font-size: 10px; color: #7C8352; margin-top: 1px; font-weight: 600; }

/* ── Cart screen ── */
.v7pv-cart             { background: #0a0a0a; }
.v7pv-cart .v7pv-hdr   { background: rgba(10,10,10,.9); border-bottom: 1px solid rgba(255,255,255,.08); }
.v7pv-cart-body        { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; background: #F6F7F8; }
.v7pv-cart-empty       { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 12px; color: #8F8F86; font-family: 'Montserrat', sans-serif; font-size: 13px; }
.v7pv-cart-empty-ico   { font-size: 48px; }
.v7pv-cart-row         { display: flex; align-items: center; padding: 12px 14px; border-bottom: 1px solid #E9EAE5; background: #fff; gap: 10px; }
.v7pv-cart-emoji       { font-size: 24px; flex-shrink: 0; }
.v7pv-cart-info        { flex: 1; min-width: 0; }
.v7pv-cart-iname       { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; color: #373D2D; letter-spacing: .03em; }
.v7pv-cart-iextras     { font-size: 9px; color: #8F8F86; margin-top: 2px; }
.v7pv-cart-iprice      { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; color: #373D2D; flex-shrink: 0; }
.v7pv-cart-irm         { background: none; border: none; color: #CBCBC5; font-size: 13px; cursor: pointer; padding: 4px; flex-shrink: 0; }
.v7pv-cart-irm:active  { color: #c0392b; }
.v7pv-cart-footer      { background: #fff; border-top: 1px solid #E9EAE5; padding: 12px 14px; flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; }
.v7pv-cart-totals      { display: flex; flex-direction: column; gap: 4px; }
.v7pv-cart-total-row   { display: flex; justify-content: space-between; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 12px; color: #373D2D; font-weight: 600; }
.v7pv-cart-grand       { font-size: 14px; font-weight: 800; border-top: 1px solid #E9EAE5; padding-top: 6px; margin-top: 4px; }
.v7pv-cart-clear       { width: 100%; background: #F6F7F8; border: 1.5px solid #CBCBC5; border-radius: 10px; padding: 10px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #373D2D; cursor: pointer; }
.v7pv-cart-clear:active { background: #E9EAE5; }
