#product-dialog{position:fixed;inset:auto;margin:0;top:var(--card-top,150px);left:var(--card-left,5vw);width:var(--card-width,90vw);height:var(--card-height,560px);max-width:none;max-height:none;padding:0;border:1px solid #c3a078;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 20px 70px #24160d44}
#product-dialog::backdrop{background:#21150d55}
#product-dialog .dialog-content{height:100%;padding:0;display:flex;flex-direction:column;overflow:hidden;background:#fff}
#product-dialog .product-card-header{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#f2dfc4;border-bottom:1px solid #d8bc98}
#product-dialog #dialog-title{margin:0;font-size:1rem;line-height:1.4;color:#35251a}
#product-dialog .dialog-close{position:static;flex:none;width:36px;height:36px;font-size:24px;line-height:1;background:#e4caa8}
#product-card-frame{display:block;flex:1;min-height:0;width:100%;border:0;background:#fff}
#dialog-image{display:none!important}
body.product-card-open{overflow:hidden}
@media(max-width:650px){#product-dialog{border-radius:14px}#product-dialog .product-card-header{padding:9px 12px}#product-dialog #dialog-title{font-size:.9rem}}
