/* A discoverable edit action, including cart fragments inserted after page load. */
a.rosq-personalizer-cart-edit-link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px;
  padding: 7px 13px; margin-block: 6px; border: 1px solid #9cae9e; border-radius: 7px;
  background: #f3f6f0; color: #24372b; font: inherit; font-size: 14px; font-style: normal;
  font-weight: 600; text-decoration: none; line-height: 1.4;
}
a.rosq-personalizer-cart-edit-link:hover { background: #e5ecdf; color: #24372b; }
a.rosq-personalizer-cart-edit-link:focus-visible { outline: 3px solid #987347; outline-offset: 3px; }
html.rosq-cart-editor-open,body.rosq-cart-editor-open { overflow: hidden!important; overscroll-behavior: none; }
body.rosq-cart-editor-open { position: fixed!important; top: var(--rosq-cart-editor-top,0)!important; left: 0; right: 0; width: 100%; }
dialog.rosq-cart-editor { width: min(1480px,calc(100% - 32px)); height: calc(100dvh - 32px); max-width: none; max-height: none; padding: 0; border: 0; border-radius: 12px; background: #f5f5f4; color: #24372b; overflow: hidden; margin: auto; }
dialog.rosq-cart-editor::backdrop { background: #102016a8; }
.rosq-cart-editor__panel { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.rosq-cart-editor header { display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; gap: 16px; padding: 12px 18px; border-bottom: 1px solid #dfe4dc; background: white; }
.rosq-cart-editor header h2 { margin: 0; font-size: 18px; line-height: 1.3; color: #24372b; text-transform: none; }
.rosq-cart-editor header p { margin: 4px 0 0; font-size: 13px; line-height: 1.4; }
.rosq-cart-editor header button { flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 1px solid #cbd3c9; border-radius: 8px; background: white; color: #24372b; font-size: 28px; cursor: pointer; }
.rosq-cart-editor header button:disabled { opacity: .5; cursor: wait; }
.rosq-cart-editor__frame { flex: 1; min-height: 0; }
.rosq-cart-editor iframe { display: block; border: 0; width: 100%; height: 100%; }
.rosq-cart-editor .rosq-cart-editor__error { margin: 0; padding: 12px 18px; color: #8a1f11; background: #fff0ec; flex-shrink: 0; }
.rosq-cart-editor .rosq-cart-editor__error[hidden],.rosq-cart-editor-notice[hidden] { display: none; }
.rosq-cart-editor-notice { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); z-index: 99999; padding: 12px 20px; border-radius: 8px; background: #24372b; color: #fff; box-shadow: 0 3px 20px #0002; pointer-events: none; }
@media(max-width:767px) { dialog.rosq-cart-editor { width: 100%; height: 100dvh; border-radius: 0; } .rosq-cart-editor header { padding: 10px 12px; } a.rosq-personalizer-cart-edit-link { min-height: 44px; } }
