html body .occ-cart-edit{display:inline-flex;align-items:center;min-height:44px;padding:6px 0;background:none;border:0;color:#222;font-family:inherit;font-size:14px;font-weight:600;line-height:1.5;text-decoration:underline;cursor:pointer;text-align:left}
html body .occ-cart-edit[hidden],.occ-cart-editor [hidden]{display:none!important}
.occ-cart-editor{width:min(520px,calc(100% - 24px));max-height:calc(100dvh - 32px);padding:0;border:1px solid #b9c9c1;border-radius:8px;background:#fff;color:#222;box-sizing:border-box;font:16px/1.5 var(--font-body-family,Arial,sans-serif);overflow:auto;overscroll-behavior:contain}
.occ-cart-editor::backdrop{background:rgba(12,29,24,.58)}
.occ-cart-editor__body{padding:24px}
.occ-cart-editor h2{font-size:25px;line-height:1.2;margin:0 0 18px;color:inherit}
.occ-cart-editor p{margin:12px 0;overflow-wrap:anywhere}
.occ-cart-editor label{display:block;font-size:14px;font-weight:600;margin:18px 0 6px}
.occ-cart-editor select{box-sizing:border-box;width:100%;min-width:0;min-height:48px;padding:10px 8px;background:white;color:#222;border:1px solid #687e74;border-radius:4px;font:16px/1.5 var(--font-body-family,Arial,sans-serif)}
.occ-cart-editor__note{color:#425b50;font-size:14px}
.occ-cart-editor__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.occ-cart-editor__actions :is(button,a){box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid #657b70;border-radius:4px;background:white;color:#222;text-decoration:none;font:600 14px/1.5 var(--font-body-family,Arial,sans-serif);cursor:pointer}
.occ-cart-editor__actions [data-occ-cart-edit-apply],.occ-cart-editor__actions [data-occ-cart-edit-review]{background:#171717;color:white;border-color:#171717}
.occ-cart-editor__actions button:disabled{opacity:.65;cursor:wait}
.occ-cart-editor :focus-visible,html body .occ-cart-edit:focus-visible{outline:3px solid #a11b53;outline-offset:3px}
.occ-cart-editor [data-error="true"]{padding:12px;border-left:3px solid #923216;background:#fff1e8;color:#6c2411}
@media(max-width:480px){.occ-cart-editor__body{padding:18px}.occ-cart-editor h2{font-size:22px}}

#occ-cart-editor{position:fixed;inset:0;margin:auto!important}#occ-cart-editor:not([open]){display:none}
