/* Customer V4 product customization — isolated filename avoids stale PWA caches. */
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-price-breakdown{display:flex;align-items:stretch;gap:8px;margin:4px 0 16px}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-price-part{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px;padding:10px 12px;border:1px solid var(--v5-line);border-radius:15px;background:color-mix(in srgb,var(--v5-card) 92%,var(--v5-ink) 8%)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-price-part span{overflow:hidden;color:var(--v5-muted);font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-price-part strong{color:var(--v5-ink);font-size:13px;font-weight:900;font-variant-numeric:tabular-nums}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-price-part.is-extra{border-color:color-mix(in srgb,var(--g) 25%,var(--v5-line));background:color-mix(in srgb,var(--g) 8%,var(--v5-card))}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-price-part.is-extra strong{color:var(--g)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-selected-count{align-self:center;flex:0 0 auto;padding:6px 9px;border-radius:999px;background:var(--g);color:#111;font-size:10px;font-weight:900;white-space:nowrap}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-grp{margin:10px 0;padding:15px;border:1px solid var(--v5-line);border-radius:20px;background:var(--v5-card);box-shadow:0 8px 24px color-mix(in srgb,var(--v5-ink) 6%,transparent)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-gl{display:flex;align-items:flex-start;gap:10px;margin:0 1px 12px}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-heading{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-heading strong{color:var(--v5-ink);font-size:14px;font-weight:900;line-height:1.4}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-heading small{margin:0;color:var(--v5-muted);font-size:10px;font-weight:650;line-height:1.45}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-req{flex:0 0 auto;margin-top:1px;padding:4px 8px;border:0;border-radius:999px;background:color-mix(in srgb,#ef4444 11%,var(--v5-card));color:#dc2626;font-size:9px;font-weight:900}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opts{display:grid;gap:8px}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt{appearance:none;width:100%;min-height:56px;display:grid;align-items:center;grid-template-columns:22px minmax(0,1fr) auto;gap:11px;padding:10px 12px;border:1px solid var(--v5-line);border-radius:16px;background:color-mix(in srgb,var(--v5-card) 93%,var(--v5-ink) 7%);color:var(--v5-ink);font:inherit;text-align:start;box-shadow:none;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt:active{transform:scale(.985)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt.sel{border-color:color-mix(in srgb,var(--g) 72%,var(--v5-line));background:color-mix(in srgb,var(--g) 11%,var(--v5-card));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--g) 28%,transparent)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-mark{width:21px;height:21px;display:grid;place-items:center;border:2px solid color-mix(in srgb,var(--v5-muted) 55%,transparent);background:var(--v5-card);color:#111}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt.sel .mod-mark{border-color:var(--g);background:var(--g)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt[data-type="radio"].sel .mod-mark::before{content:"";width:7px;height:7px;border-radius:50%;background:#111}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt[data-type="checkbox"].sel .mod-mark::before{content:"✓";font-size:12px;font-weight:1000;line-height:1}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-copy{min-width:0;display:flex;align-items:center}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-copy strong{overflow:hidden;color:inherit;font-size:13px;font-weight:800;line-height:1.45;text-overflow:ellipsis;white-space:normal}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-ep{min-width:max-content;padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--g) 10%,var(--v5-card));color:var(--g);font-size:10px;font-weight:900;white-space:nowrap}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt.sel .mod-ep{background:color-mix(in srgb,var(--g) 17%,var(--v5-card))}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-included{width:1px;height:1px}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-note-wrap{display:flex;flex-direction:column;gap:8px;margin:14px 0 6px;padding:13px 14px;border:1px solid var(--v5-line);border-radius:18px;background:var(--v5-card)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-note-wrap>span{display:flex;align-items:center;gap:7px;color:var(--v5-ink);font-size:12px;font-weight:900}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-note-wrap>span i{color:var(--g);font-size:15px}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-note-wrap>span small{margin-inline-start:auto;color:var(--v5-muted);font-size:9px;font-weight:700}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-note{min-height:72px;margin:0;padding:11px 12px;border:0;border-radius:13px;background:color-mix(in srgb,var(--v5-card) 91%,var(--v5-ink) 9%);resize:vertical}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-qty{flex:0 0 auto;border:1px solid var(--v5-line);background:var(--v5-card);box-shadow:0 5px 14px color-mix(in srgb,var(--v5-ink) 7%,transparent)}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-qty .qb{border:0;background:color-mix(in srgb,var(--v5-card) 88%,var(--v5-ink) 12%);font-weight:900}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-qty>span{min-width:24px;color:var(--v5-ink);font-size:14px;font-weight:900}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-add{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-inline:17px;color:#111}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-add span{font-weight:900}
html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-add strong{font-size:13px;font-weight:1000;font-variant-numeric:tabular-nums}
@media(max-width:350px){
  html[data-customer-ui="4"] body.customer-v5 #pmSheet .pm-selected-count{display:none}
  html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-grp{padding:12px}
  html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt{padding-inline:10px;gap:8px}
}
@media(prefers-reduced-motion:reduce){html[data-customer-ui="4"] body.customer-v5 #pmSheet .mod-opt{transition:none}}
