/* «Повідомити про наявність» / «Стежити за ціною» */
.kw { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin: 12px 0 4px; }
.kw__stock { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; padding: 10px 16px;
  font-family: inherit; font-size: .98rem; font-weight: 600; line-height: 1.2; color: var(--cta); background: #fff; border: 1.5px solid var(--cta); border-radius: 3px; cursor: pointer; transition: background .15s, color .15s; }
.kw__stock:hover { background: var(--cta); color: #fff; }
.kw__price { padding: 4px 0; font: inherit; font-size: .9rem; color: var(--ink); background: none; border: 0; border-bottom: 1px dashed var(--muted); cursor: pointer; }
.kw__price:hover { color: var(--cta); border-bottom-color: var(--cta); }

.kw-modal { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 16px; background: rgba(10, 16, 26, .55); }
.kw-modal[hidden] { display: none; }
.kw-box { position: relative; width: min(420px, 100%); max-height: calc(100dvh - 32px); overflow: auto; background: #fff; padding: 24px 22px 18px; border-top: 4px solid var(--cta); border-radius: 0; }
.kw-box h3 { margin: 0 40px 6px 0; font-family: Geologica, sans-serif; font-size: 1.3rem; line-height: 1.2; color: var(--ink); }
.kw-box__x { position: absolute; z-index: 2; top: 6px; right: 6px; width: 36px; height: 36px; border: 0; background: none; font-size: 1.1rem; color: var(--muted); cursor: pointer; }
.kw-box__x:hover { color: var(--ink); }
.kw-box__prod { margin: 0 0 4px; font-size: .88rem; color: var(--muted); line-height: 1.35; }
.kw-box__prod b { color: var(--ink); white-space: nowrap; }
.kw-box__sub { margin: 0 0 6px; font-size: .92rem; color: var(--ink); line-height: 1.4; }
.kw-form .field { margin-top: 10px; }
.kw-form .field span { font-size: .86rem; font-weight: 600; }
.kw-form .field small { font-weight: 400; color: var(--muted); }
.kw-form .btn { margin-top: 14px; }
.kw-form__err { min-height: 1.2em; margin: 8px 0 0; font-size: .86rem; color: #b42318; }
.kw-form__err:empty { min-height: 0; margin: 0; }
.kw-form__note { margin: 8px 0 0; font-size: .8rem; color: var(--muted); text-align: center; }
.kw-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.kw-done { padding: 14px 0 6px; text-align: center; }
.kw-done[hidden] { display: none; }
.kw-done__ic { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 8px; color: #fff; background: var(--cta); border-radius: 3px; }
.kw-done b { display: block; font-family: Geologica, sans-serif; font-size: 1.15rem; color: var(--ink); }
.kw-done p { margin: 6px 0 0; font-size: .92rem; color: var(--ink); line-height: 1.45; }
@media (min-width: 720px) { .kw__stock { width: auto; } }
