/* The inquiry stays within the product browsing context. */
html.kk-quote-open{overflow:hidden;scrollbar-gutter:stable}
.kk-quote-dialog{width:min(600px,calc(100vw - 40px));max-width:none;max-height:calc(100dvh - 48px);margin:auto;padding:30px 32px 22px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;color:#272727;box-shadow:0 24px 90px #0003;overflow:auto;overscroll-behavior:contain;font-family:Helvetica,Arial,sans-serif;text-align:left;box-sizing:border-box}
.kk-quote-dialog:not([open]){display:none}
.kk-quote-dialog::backdrop{background:rgba(20,20,20,.42);backdrop-filter:blur(3px)}
.kk-quote-dialog *{box-sizing:border-box}
.kk-quote-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.kk-quote-kicker{font-size:12px;line-height:1.4;color:#707070;margin:0 0 7px;font-weight:400}
.kk-quote-header h2{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:30px;font-weight:500;letter-spacing:-.025em;line-height:1.2;margin:0}
.kk-quote-dialog button{font-family:inherit;cursor:pointer}
.kk-quote-close{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;min-width:0;padding:0;border:0;border-radius:50%;color:#555;background:#f4f4f4}
.kk-quote-close:hover{color:#191919;background:#eaeaea}
.kk-quote-description{font-size:14px;line-height:1.6;color:#666;margin:14px 0 22px;max-width:51ch}
.kk-quote-context{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#f6f6f6;border-radius:10px;margin-bottom:20px}
.kk-quote-context[hidden],.kk-quote-context img[hidden]{display:none}
.kk-quote-context img{width:64px;height:56px;object-fit:contain;mix-blend-mode:multiply}
.kk-quote-context span{display:block;font-size:11px;line-height:1.4;color:#727272;margin-bottom:4px}
.kk-quote-context strong{font-weight:500;font-size:15px;line-height:1.4;overflow-wrap:anywhere}
.kk-quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.kk-quote-grid label{display:block;min-width:0;font-size:12px;font-weight:500;line-height:1.5}
.kk-quote-grid input,.kk-quote-grid textarea{display:block;width:100%;min-width:0;margin:7px 0 0;border:1px solid #d7d7d7;border-radius:8px;padding:11px 12px;background:#fff;color:#272727;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;min-height:44px;box-shadow:none}
.kk-quote-grid textarea{min-height:76px;resize:vertical;max-height:180px}
.kk-quote-grid input::placeholder,.kk-quote-grid textarea::placeholder{color:#808080;opacity:1}
.kk-quote-grid input:focus,.kk-quote-grid textarea:focus{border-color:var(--kk-control-focus);outline:2px solid #dedede;outline-offset:2px}
.kk-quote-wide{grid-column:1/-1}
.kk-quote-optional{font-size:11px;color:#777;font-weight:400;margin-left:5px}
.kk-quote-more{margin:18px 0 0;padding:0;border:0}
.kk-quote-more summary{font-size:12px;line-height:1.5;min-height:36px;padding:8px 0;font-weight:400;cursor:pointer;display:list-item;list-style:disclosure-closed}
.kk-quote-more[open] summary{list-style:disclosure-open;margin-bottom:10px}
.kk-quote-more summary::after{display:none}
.kk-quote-more summary span{color:#777;font-size:11px;margin-left:6px}
.kk-quote-privacy{font-size:11px;line-height:1.6;color:#777;margin:12px 0 14px}
.kk-quote-privacy a{text-decoration:underline;text-underline-offset:2px;color:inherit}
.kk-quote-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.kk-quote-submit{margin-top:10px}
.kk-quote-submit>button,.kk-quote-done{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 24px;border:1px solid var(--kk-control-primary);border-radius:var(--kk-control-radius);background:var(--kk-control-primary);color:white;font-size:14px;font-weight:500;line-height:1.5;box-shadow:var(--kk-control-shadow);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}
.kk-quote-submit>button:hover,.kk-quote-done:hover{background:var(--kk-control-hover);border-color:var(--kk-control-hover);box-shadow:none}
.kk-quote-submit>button:disabled{cursor:not-allowed;background:#e9eef2;border-color:#dce4eb;color:#687786;box-shadow:none}
.kk-quote-destination{font-size:11px;color:#777;text-align:center;margin:9px 0 0}
.kk-quote-status{font-size:12px;line-height:1.6;color:#666;margin:14px 0 0;overflow-wrap:anywhere}
.kk-quote-status:empty{display:none}
.kk-quote-fallback{display:flex;gap:12px;margin:16px 0 0}
.kk-quote-fallback[hidden],.kk-quote-done[hidden]{display:none}
.kk-quote-fallback button{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-height:48px;padding:11px 12px;border:1px solid var(--kk-control-line);border-radius:var(--kk-control-radius);background:var(--kk-control-soft);color:var(--kk-control-ink);font-size:13px;font-weight:500;line-height:1.5;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}
.kk-quote-fallback button[value="email"]{background:var(--kk-control-primary);color:#fff;border-color:var(--kk-control-primary);box-shadow:var(--kk-control-shadow)}
.kk-quote-fallback button[value="email"]:hover{background:var(--kk-control-hover);border-color:var(--kk-control-hover);box-shadow:none}
.kk-quote-fallback button[value="whatsapp"]{background:var(--kk-contact-soft);border-color:var(--kk-contact-line);color:var(--kk-contact-green);box-shadow:none}
.kk-quote-fallback button[value="whatsapp"]:hover{background:#e3f0e9;border-color:#9fc4af;color:#124c36}
.kk-quote-fallback button::before{content:"";display:block;width:17px;height:17px;flex:0 0 17px;background:currentColor;-webkit-mask:url('/icons/mail.svg') center/contain no-repeat;mask:url('/icons/mail.svg') center/contain no-repeat}
.kk-quote-fallback button[value="whatsapp"]::before{-webkit-mask-image:url('/icons/whatsapp.svg');mask-image:url('/icons/whatsapp.svg')}
.kk-quote-submit>button:active,.kk-quote-done:active,.kk-quote-fallback button:active{box-shadow:none}
.kk-quote-footer{display:flex;justify-content:space-between;gap:20px;margin:20px 0 0;padding-top:16px;border-top:1px solid #eee;font-size:12px;line-height:1.5}
.kk-quote-footer a{display:inline-flex;align-items:center;min-height:32px;color:#666;text-decoration:underline;text-decoration-color:#bbb;text-underline-offset:4px}
.kk-quote-dialog button:focus-visible,.kk-quote-dialog a:focus-visible,.kk-quote-more summary:focus-visible{outline:2px solid var(--kk-control-focus);outline-offset:3px}
#kk-quote-form[data-inquiry-state=success] .kk-quote-fields,#kk-quote-form[data-inquiry-state=success] .kk-quote-submit{display:none}
#kk-quote-form[data-inquiry-state=success] .kk-quote-status{padding:20px;background:#f4f7f5;border-radius:10px;font-size:14px;color:#185b42;margin-bottom:22px}
#kk-quote-form[data-inquiry-state=unavailable] .kk-quote-submit{display:none}
@media(max-width:600px){
 .kk-quote-dialog{width:100%;max-height:94dvh;max-height:calc(100dvh - 20px);margin:auto 0 0;padding:22px 22px max(18px,env(safe-area-inset-bottom));border-radius:22px 22px 0 0;border-bottom:0}
 .kk-quote-header h2{font-size:27px}
 .kk-quote-description{font-size:13px;margin:12px 0 18px}
 .kk-quote-grid{gap:14px 12px}
 .kk-quote-grid input,.kk-quote-grid textarea{font-size:16px;padding:10px;line-height:1.5}
 .kk-quote-context{margin-bottom:16px}
 .kk-quote-dialog .kk-quote-close{position:sticky;top:0}
 .kk-quote-footer{margin-top:18px}
}
@media(max-width:480px){.kk-quote-fallback{flex-direction:column;gap:10px}.kk-quote-fallback button{flex:none;width:100%;min-height:48px}}
@media(max-width:359px){.kk-quote-dialog{padding-inline:16px}.kk-quote-grid{grid-template-columns:1fr}.kk-quote-fallback{flex-direction:column}}
@media(prefers-reduced-motion:no-preference){.kk-quote-dialog[open]{animation:kk-quote-enter .18s ease-out}@keyframes kk-quote-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}

.kk-quote-header{position:sticky;top:-30px;background:#fff;z-index:2;padding-block:8px;margin-top:-8px}
@media(max-width:600px){.kk-quote-header{top:-22px}}

@media(prefers-reduced-motion:reduce){.kk-quote-dialog button{transition:none}}
