.product-info-dialog{width:min(460px,calc(100% - 32px));max-height:calc(100dvh - 40px);padding:22px;border:0;border-radius:16px;color:var(--ink);background:white;box-shadow:0 20px 70px #0003}
.product-info-dialog::backdrop{background:#161b2670}
.product-info-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.product-info-heading h2{font-size:22px;line-height:1.2;margin:0}
.product-info-heading button{width:44px;height:44px;flex:none;border:0;border-radius:50%;background:#f3f2f5;color:var(--ink);font-size:28px}
.product-info-list{margin:0;display:grid;gap:14px}.product-info-list>div+div{border-top:1px solid var(--line);padding-top:14px}
.product-info-list dt{font-weight:650;font-size:14px}.product-info-list dd{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.55}
.product-info-note{font-size:12px;line-height:1.5;background:#f6f6f8;padding:12px;border-radius:8px;margin:18px 0 0;color:#5d6068}
