.kv-custom-configurator{margin-block:1.4rem;border:0;border-radius:1.2rem;background:transparent;overflow:visible;--kv-config-ink: var(--kiki-brand-ink, #302c29);--kv-config-espresso: var(--kiki-brand-espresso, #5b4636);--kv-config-espresso-hover: var(--kiki-brand-espresso-hover, #49382d);--kv-config-cream: var(--kiki-surface-cream, #fffdf9);--kv-config-ivory: var(--kiki-surface-ivory, #fffaf7);--kv-config-grey: var(--kiki-surface-grey, #f2f0eb);--kv-config-border: var(--kiki-border-subtle, rgba(48, 44, 41, .1))}.kv-custom-configurator__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;border:0;color:rgb(var(--color-foreground));background:transparent;cursor:pointer;text-align:left}.kv-custom-configurator__toggle:focus-visible,.kv-custom-configurator__upload-label:focus-within,.kv-custom-configurator__checkout:focus-visible,.kv-custom-configurator__cart:focus-visible{outline:.2rem solid rgba(180,135,50,.72);outline-offset:.2rem}.kv-custom-configurator__toggle-label{display:inline-flex;align-items:center;gap:.8rem;font-size:1.55rem;font-weight:600;line-height:1.3}.kv-custom-configurator__toggle-icon{color:rgb(var(--color-button));font-size:1.7rem}.kv-custom-configurator__toggle-chevron{flex:0 0 auto;font-size:2rem;font-weight:400;line-height:1;transition:transform .18s ease}.kv-custom-configurator.is-open .kv-custom-configurator__toggle-chevron{transform:rotate(45deg)}.kv-custom-configurator__panel{padding:0 1.4rem 1.4rem}.kv-custom-configurator__intro{margin:0 0 1.2rem;color:var(--kiki-text-muted, rgba(48, 44, 41, .72));font-size:1.35rem;line-height:1.55}.kv-custom-configurator__intro p{margin:0}.kv-custom-configurator__variants{margin-block:0 1.2rem}.kv-custom-configurator__variants:empty{display:none}.kv-custom-configurator__uploads{min-width:0;margin:0;padding:0;border:0}.kv-custom-configurator__legend{margin:0 0 .35rem;padding:0;font-size:1.45rem;font-weight:600}.kv-custom-configurator__hint{margin:0 0 .9rem;color:var(--kiki-text-quiet, rgba(48, 44, 41, .58));font-size:1.2rem;line-height:1.45}.kv-custom-configurator__upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.kv-custom-configurator__upload-slot{min-width:0}.kv-custom-configurator__upload-label{position:relative;display:flex;min-height:8.6rem;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem;border:1px dashed rgba(91,70,54,.28);border-radius:.9rem;color:var(--kv-config-ink);background:var(--kv-config-ivory);cursor:pointer;overflow:hidden}.kv-custom-configurator__upload-label:hover{border-color:#5b46369e;background:var(--kv-config-grey)}.kv-custom-configurator__upload-copy{display:grid;gap:.35rem;min-width:0}.kv-custom-configurator__upload-title{font-size:1.2rem;font-weight:600;line-height:1.3}.kv-custom-configurator__upload-name{max-width:18ch;overflow:hidden;color:var(--kiki-text-quiet, rgba(48, 44, 41, .58));font-size:1.1rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.kv-custom-configurator__upload-plus{flex:0 0 auto;font-size:2rem;font-weight:300;line-height:1;opacity:.58}.kv-custom-configurator__upload-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.kv-custom-configurator__upload-preview{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--kv-config-cream)}.kv-custom-configurator__upload-preview[hidden]{display:none}.kv-custom-configurator__upload-preview img{width:100%;height:100%;object-fit:cover;display:block}.kv-custom-configurator__upload-preview:after{content:"Change";position:absolute;right:.5rem;bottom:.5rem;padding:.25rem .5rem;border-radius:999px;color:var(--kv-config-cream);background:#302c29b8;font-size:1rem}.kv-custom-configurator__field-error,.kv-custom-configurator__status{margin:.8rem 0 0;color:var(--kv-config-ink);font-size:1.15rem;line-height:1.45}.kv-custom-configurator__field-error,.kv-custom-configurator__status--error{color:#a33a3a}.kv-custom-configurator__note{margin-top:1.2rem}.kv-custom-configurator__label{display:block;margin-bottom:.45rem;font-size:1.25rem;font-weight:600}.kv-custom-configurator__note textarea{min-height:7.5rem;resize:vertical}.kv-custom-configurator__actions{display:grid;gap:.7rem;margin-top:1.2rem}.kv-custom-configurator__checkout,.kv-custom-configurator__cart{width:100%;min-height:4.6rem}.kv-custom-configurator__cart{min-height:3.8rem;border-width:1px;font-size:1.2rem}.kv-custom-configurator__cart .loading__spinner{width:1.6rem;height:1.6rem}.kv-custom-configurator__button-spinner{width:1.6rem;height:1.6rem;margin-left:.6rem;border:.18rem solid currentColor;border-right-color:transparent;border-radius:50%;animation:kv-custom-configurator-spin .7s linear infinite}.kv-custom-configurator__button-spinner[hidden]{display:none}.kv-custom-configurator.is-busy .kv-custom-configurator__checkout,.kv-custom-configurator.is-busy .kv-custom-configurator__cart{cursor:wait;opacity:.7}@keyframes kv-custom-configurator-spin{to{transform:rotate(360deg)}}@media screen and (max-width:749px){.kv-custom-configurator{margin-block:1.1rem;border-radius:1rem}.kv-custom-configurator__toggle{padding:1.05rem 1.1rem}.kv-custom-configurator__panel{padding:0 1.1rem 1.1rem}.kv-custom-configurator__upload-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.kv-custom-configurator__toggle-chevron,.kv-custom-configurator__button-spinner{transition:none;animation:none}}.kv-custom-configurator__toggle{min-height:5.6rem;padding:1.1rem 1.35rem;border:1px solid rgba(255,253,249,.32);border-radius:1rem;color:var(--kiki-surface-cream, #fffdf9);background:var(--kiki-brand-ink, #302c29);box-shadow:0 .5rem 1.3rem #302c291f;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease}.kv-custom-configurator__toggle:hover{transform:translateY(-.1rem);filter:none;background:var(--kiki-brand-espresso-hover, #49382d);box-shadow:0 .65rem 1.55rem #302c2929}.kv-custom-configurator__toggle:active{transform:translateY(0)}.kv-custom-configurator__toggle-label{min-width:0;gap:.85rem}.kv-custom-configurator__toggle-icon{display:grid;flex:0 0 2.8rem;width:2.8rem;height:2.8rem;place-items:center;border:1px solid rgba(255,253,249,.52);border-radius:50%;color:var(--kv-config-cream);font-size:1.45rem}.kv-custom-configurator__toggle-copy{display:grid;min-width:0;gap:.2rem}.kv-custom-configurator__toggle-heading{overflow:hidden;font-size:1.55rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.kv-custom-configurator__toggle-subcopy{color:#fffdf9d1}.kv-custom-configurator__toggle-action{display:inline-flex;flex:0 0 auto;align-items:center;gap:.45rem;font-weight:700;white-space:nowrap}.kv-custom-configurator__toggle-chevron{font-size:1.8rem;transition:transform .18s ease}.kv-custom-configurator.is-open .kv-custom-configurator__toggle{border-radius:1rem 1rem 0 0;box-shadow:none}.kv-custom-configurator.is-open .kv-custom-configurator__toggle-chevron{transform:rotate(90deg)}.kv-custom-configurator__panel{padding:1.25rem 1.35rem 1.4rem;border:1px solid var(--kv-config-border);border-top:0;border-radius:0 0 1rem 1rem;color:var(--kv-config-ink);background:var(--kv-config-cream)}.kv-custom-configurator__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:0 0 1.25rem;padding:0;list-style:none}.kv-custom-configurator__step{display:flex;align-items:center;min-width:0;gap:.45rem;padding:.6rem .65rem;border-radius:.7rem;color:var(--kiki-text-quiet, rgba(48, 44, 41, .58));background:var(--kv-config-grey)}.kv-custom-configurator__step--active{color:var(--kv-config-espresso);background:#b487321f;box-shadow:inset 0 0 0 1px #b4873242}.kv-custom-configurator__step-number{display:grid;flex:0 0 1.75rem;width:1.75rem;height:1.75rem;place-items:center;border:1px solid rgba(91,70,54,.35);border-radius:50%;font-weight:700}.kv-custom-configurator__upload-label{min-height:9rem;gap:.75rem;padding:.9rem;transition:border-color .16s ease,background .16s ease,transform .16s ease}.kv-custom-configurator__upload-label:hover{border-color:#5b46369e;background:var(--kv-config-grey);transform:translateY(-.1rem)}.kv-custom-configurator__upload-slot.has-file .kv-custom-configurator__upload-label{border-style:solid;border-color:#b487329e;background:#b4873214}.kv-custom-configurator__upload-slot.has-error .kv-custom-configurator__upload-label{border-color:#a33a3a;background:#a33a3a0d}.kv-custom-configurator__upload-copy{flex:1 1 auto;align-content:center;gap:.28rem}.kv-custom-configurator__upload-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.kv-custom-configurator__upload-title{font-weight:700}.kv-custom-configurator__upload-requirement{flex:0 0 auto;padding:.2rem .45rem;border-radius:999px;color:var(--kv-config-espresso);background:#b4873224;white-space:nowrap}.kv-custom-configurator__upload-helper{max-width:20ch;overflow:hidden;color:var(--kiki-text-quiet, rgba(48, 44, 41, .58));text-overflow:ellipsis;white-space:nowrap}.kv-custom-configurator__upload-name{color:var(--kiki-text-muted, rgba(48, 44, 41, .72))}.kv-custom-configurator__upload-plus{display:grid;flex:0 0 2.8rem;width:2.8rem;height:2.8rem;place-items:center;border-radius:50%;color:var(--kv-config-espresso);background:var(--kv-config-grey);font-size:1.8rem}.kv-custom-configurator__upload-slot.has-file .kv-custom-configurator__upload-plus{display:none}.kv-custom-configurator__upload-preview{position:relative;inset:auto;flex:0 0 5.8rem;width:5.8rem;height:5.8rem;border-radius:.7rem;overflow:hidden}.kv-custom-configurator__upload-preview:after{right:.35rem;bottom:.35rem;padding:.2rem .4rem;font-size:.9rem;line-height:1.2}.kv-custom-configurator__checkout,.kv-custom-configurator__cart{min-height:4.8rem}.kv-custom-configurator__checkout{font-weight:700;color:var(--kv-config-cream);background:var(--kv-config-ink);border-color:var(--kv-config-ink);box-shadow:0 .5rem 1.3rem #302c291f}.kv-custom-configurator__checkout:hover{color:var(--kv-config-cream);background:var(--kv-config-espresso-hover);border-color:var(--kv-config-espresso-hover)}.kv-custom-configurator__cart{color:var(--kv-config-espresso);border-color:#5b463647;background:transparent}.kv-custom-configurator__cart:hover{color:var(--kv-config-espresso-hover);border-color:var(--kv-config-espresso);background:var(--kv-config-grey)}.kv-custom-configurator__reassurance{display:flex;align-items:flex-start;gap:.45rem;margin:.8rem 0 0;color:var(--kiki-text-quiet, rgba(48, 44, 41, .58))}.kv-custom-configurator__reassurance span{flex:0 0 auto;color:var(--kiki-trust-green, #2f6b4f);font-weight:700}@media screen and (max-width:749px){.kv-custom-configurator{margin-block:1.1rem;border-radius:1rem}.kv-custom-configurator__toggle{min-height:5.2rem;padding:1rem 1.05rem}.kv-custom-configurator__toggle-heading{font-size:1.4rem}.kv-custom-configurator__toggle-action-label{font-size:1rem}.kv-custom-configurator__panel{padding:1.1rem 1.05rem 1.2rem}.kv-custom-configurator__steps{gap:.4rem}.kv-custom-configurator__step{display:grid;justify-items:center;gap:.25rem;padding:.55rem .35rem;text-align:center}}@media(prefers-reduced-motion:reduce){.kv-custom-configurator__toggle,.kv-custom-configurator__toggle-chevron,.kv-custom-configurator__upload-label,.kv-custom-configurator__button-spinner{transition:none;animation:none}}.kv-custom-configurator__fallback,.kv-custom-configurator__noscript-fallback{margin-top:1rem;padding:1rem 1.1rem;border:.1rem solid var(--kv-config-border);border-radius:.9rem;background:var(--kv-config-cream);color:var(--kv-config-ink)}.kv-custom-configurator__fallback[hidden]{display:none}.kv-custom-configurator__fallback p,.kv-custom-configurator__noscript-fallback p{margin:0 0 .8rem;font-size:1.15rem;line-height:1.45}.kv-custom-configurator__fallback form,.kv-custom-configurator__noscript-fallback form{margin:0}.kv-custom-configurator__fallback .button,.kv-custom-configurator__noscript-fallback .button{min-height:4.2rem}.kv-custom-configurator__upload-progress{margin:.7rem 0 0;color:var(--kiki-text-muted, rgba(48, 44, 41, .72));line-height:1.4}.kv-custom-configurator__upload-progress--error{color:rgb(var(--color-error))}.kv-custom-configurator__retry{align-self:center;margin:.2rem auto 0;padding:.4rem .8rem;border:0;border-radius:.5rem;background:transparent;color:var(--kv-config-espresso);font-weight:650;text-decoration:underline;text-underline-offset:.2rem;cursor:pointer}.kv-custom-configurator__retry[hidden]{display:none}.kv-custom-configurator.is-js-failed .kv-custom-configurator__toggle,.kv-custom-configurator.is-js-failed .kv-custom-configurator__panel{opacity:.45;pointer-events:none}.kv-custom-configurator__sticky{position:fixed;z-index:35;left:50%;bottom:max(1rem,env(safe-area-inset-bottom));display:inline-flex;width:min(calc(100vw - 2rem),34rem);min-height:4.8rem;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1.2rem;transform:translate(-50%);border:1px solid rgba(255,253,249,.34);border-radius:999px;color:var(--kiki-surface-cream, #fffdf9);background:var(--kiki-brand-ink, #302c29);box-shadow:0 .7rem 1.8rem #302c2924;cursor:pointer;text-align:left;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.kv-custom-configurator__sticky[hidden]{display:none}.kv-custom-configurator__sticky:hover{background:var(--kiki-brand-espresso-hover, #49382d);box-shadow:0 .85rem 2rem #302c292e;transform:translate(-50%) translateY(-.1rem)}.kv-custom-configurator__sticky:active{transform:translate(-50%)}.kv-custom-configurator__sticky:focus-visible{outline:.2rem solid rgba(180,135,50,.72);outline-offset:.25rem}.kv-custom-configurator__sticky-copy{display:grid;min-width:0;gap:.15rem}.kv-custom-configurator__sticky-heading{overflow:hidden;font-size:1.35rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.kv-custom-configurator__sticky-subcopy{color:#fffdf9d6;font-size:1.05rem;line-height:1.25}.kv-custom-configurator__sticky-arrow{flex:0 0 auto;font-size:1.8rem;line-height:1}@media screen and (min-width:750px){.kv-custom-configurator__sticky{right:2rem;left:auto;width:auto;min-width:25rem;transform:none}.kv-custom-configurator__sticky:hover{transform:translateY(-.1rem)}.kv-custom-configurator__sticky:active{transform:none}}@media screen and (max-width:749px){.kv-custom-configurator__sticky-heading{font-size:1.25rem}.kv-custom-configurator__sticky-subcopy{font-size:1rem}}@media(prefers-reduced-motion:reduce){.kv-custom-configurator__sticky{transition:none}.kv-custom-configurator__sticky:hover,.kv-custom-configurator__sticky:active{transform:translate(-50%)}@media screen and (min-width:750px){.kv-custom-configurator__sticky:hover,.kv-custom-configurator__sticky:active{transform:none}}}.kv-custom-configurator__step,.kv-custom-configurator__step-number,.kv-custom-configurator__upload-requirement,.kv-custom-configurator__upload-helper,.kv-custom-configurator__upload-name,.kv-custom-configurator__toggle-subcopy,.kv-custom-configurator__toggle-action,.kv-custom-configurator__reassurance,.kv-custom-configurator__upload-progress,.kv-custom-configurator__retry{font-size:var(--kiki-type-meta, 1.2rem);line-height:1.35}
/*# sourceMappingURL=/cdn/shop/t/44/assets/kv-custom-configurator.css.map */
