/* doc-project | assets/css/product-modal.css | fenêtre tactile de configuration des produits */
.product-dialog{width:min(680px,calc(100vw - 20px));max-height:min(900px,calc(100vh - 20px));overflow:auto}.product-dialog-content{padding:0 24px 148px}.product-dialog-hero{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center;margin:0 -24px 22px;padding:24px;background:linear-gradient(135deg,#f7eef8,#fff8e9)}.product-dialog-hero img{width:190px;aspect-ratio:1;border-radius:20px;object-fit:cover}.product-dialog-hero h2{margin-bottom:8px;font-size:2rem}.product-dialog-hero p{margin:0;color:var(--muted);line-height:1.5}.option-group,.addon-group{margin:20px 0}.option-group header,.addon-group header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.option-group header h3,.addon-group header h3{margin:0}.required-pill{padding:4px 8px;border-radius:999px;background:#f1e9f6;color:var(--lavender-dark);font-size:.72rem;font-weight:850}.choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px}.choice-card{position:relative}.choice-card input{position:absolute;opacity:0;pointer-events:none}.choice-card span{display:grid;height:100%;gap:8px;padding:10px;border:2px solid #e7dfe7;border-radius:16px;background:#fff;cursor:pointer}.choice-card img{width:100%;aspect-ratio:1;border-radius:11px;object-fit:cover}.choice-card strong{font-size:.9rem}.choice-card small{color:var(--muted)}.choice-card input:checked+span{border-color:var(--lavender);background:#f7f1fa;box-shadow:0 0 0 3px rgba(116,80,165,.11)}.product-notes{margin-top:18px}.product-dialog-footer{position:sticky;bottom:0;z-index:3;display:flex;align-items:end;justify-content:space-between;gap:16px;padding:14px 24px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(12px)}.quantity-field span{display:flex}.quantity-field button,.quantity-field input{width:42px;min-height:42px;border:1px solid #ddd2df;background:#fff;text-align:center}.quantity-field button:first-child{border-radius:12px 0 0 12px}.quantity-field button:last-child{border-radius:0 12px 12px 0}.quantity-field input{border-right:0;border-left:0;border-radius:0}@media(max-width:560px){.product-dialog{width:100vw;max-width:100vw;max-height:calc(100vh - 8px);margin:auto 0 0;border-radius:24px 24px 0 0}.product-dialog-hero{grid-template-columns:110px 1fr}.product-dialog-hero img{width:110px}.product-dialog-hero h2{font-size:1.45rem}.product-dialog-content{padding-right:16px;padding-left:16px}.product-dialog-hero{margin-right:-16px;margin-left:-16px;padding:18px 16px}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-dialog-footer{padding-right:14px;padding-left:14px}.product-dialog-footer .button{flex:1}}