.moya-kreator{--moya-kreator-radius: 16px;--moya-kreator-gap: .75rem;--moya-kreator-media-h: 15rem;position:relative;isolation:isolate;color:var(--moya-leather-1);background:var(--moya-white)}.moya-kreator.section-spacing{padding-block:2rem;padding-inline:1rem}.moya-kreator__bg,.moya-kreator__bg-scrim{display:none}.moya-kreator__inner.container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:75rem;margin-inline:auto}.moya-kreator__steps{display:flex;flex-direction:column;align-items:center;gap:.5rem}.moya-kreator__step-sep{display:none}@media screen and (min-width:700px){.moya-kreator__steps{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem}.moya-kreator__step-sep{display:block;width:1.25rem;height:1px;background:var(--moya-border-light)}}.moya-kreator__step{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--text-font-family);font-size:var(--moya-body-xs-size);font-weight:500;line-height:var(--moya-body-xs-lh);letter-spacing:var(--moya-label-letter-spacing);text-transform:uppercase;color:var(--moya-leather-2)}.moya-kreator__step-num{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:var(--moya-silver-3);color:var(--moya-leather-2);font-size:var(--moya-body-xxs-size);font-weight:500;line-height:1;letter-spacing:0;text-transform:none}.moya-kreator__step.is-active{color:var(--moya-leather-1)}.moya-kreator__step.is-active .moya-kreator__step-num,.moya-kreator__step.is-done .moya-kreator__step-num{background:#24342a;color:var(--moya-white)}.moya-kreator__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;max-width:40rem;margin-inline:auto}.moya-kreator__eyebrow{display:none}.moya-kreator__heading{margin:0;font-family:var(--heading-font-family);font-size:var(--moya-h4-size);line-height:var(--moya-h4-lh);font-weight:400;color:var(--moya-leather-1);text-wrap:balance}.moya-kreator__heading em,.moya-kreator__heading i{font-style:italic;font-weight:500;color:#24342a}.moya-kreator__description{margin:0;font-family:var(--text-font-family);font-size:var(--moya-body-m-size);line-height:var(--moya-line-height-loose);color:var(--moya-leather-1);text-wrap:pretty}.moya-kreator__description p{margin:0}.moya-kreator__description p+p{margin-block-start:.5rem}.moya-kreator__grid{display:grid;grid-template-columns:1fr;gap:var(--moya-kreator-gap);align-items:stretch;max-width:44rem;margin-inline:auto}.moya-kreator__tile{display:flex;flex-direction:column;align-items:center;height:100%;width:100%;overflow:hidden;border-radius:var(--moya-kreator-radius);border:1px solid var(--moya-border-light, #ececec);background:var(--moya-white, #ffffff);color:inherit;text-decoration:none;padding:18px;cursor:pointer;font:inherit;text-align:center;transition:border-color .15s ease,box-shadow .15s ease}.moya-kreator__tile:hover{border-color:#b9c2bc}.moya-kreator__tile:focus-visible{outline:2px solid #24342a;outline-offset:3px}.moya-kreator__tile.is-selected{border-color:#24342a;box-shadow:0 0 0 1px #24342a inset;background:var(--moya-white, #ffffff)}.moya-kreator__tile.is-disabled{cursor:default;opacity:.92}.moya-kreator__media{position:relative;flex:0 0 auto;width:100%;height:var(--moya-kreator-media-h);overflow:hidden;border-radius:10px;background:var(--moya-vanilla-3);margin-bottom:14px}.moya-kreator__badges{display:none}.moya-kreator__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px}.moya-kreator__image--placeholder{background:var(--moya-leather-3)}.moya-kreator__body{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:0}.moya-kreator__title{margin:0;font-family:var(--heading-font-family);font-size:var(--moya-h5-size);line-height:var(--moya-h5-lh);font-weight:400;color:var(--moya-leather-1);text-wrap:balance}.moya-kreator__text,.moya-kreator__cta{display:none}.moya-kreator__actions{display:flex;justify-content:center;align-items:stretch;gap:.75rem;width:100%;margin-top:.25rem}.moya-kreator__submit,.moya-kreator__back-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-family:var(--text-font-family);font-size:14px;line-height:1;border-radius:999px;padding:13px 36px;border:1px solid transparent;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,opacity .15s ease,transform .1s ease}.moya-kreator__submit{background:var(--moya-silver-3, #ececec);border-color:var(--moya-silver-3, #ececec);color:var(--moya-leather-2, #8a8578)}.moya-kreator__submit:not(:disabled){background:#24342a;border-color:#24342a;color:var(--moya-white, #ffffff)}.moya-kreator__submit:hover:not(:disabled){background:#1a271f;border-color:#1a271f}.moya-kreator__submit:active:not(:disabled){transform:scale(.98)}.moya-kreator__submit:disabled{cursor:not-allowed}.moya-kreator__back-btn{background:var(--moya-white, #ffffff);border-color:var(--moya-leather-1, #1a1a1a);color:var(--moya-leather-1, #1a1a1a)}.moya-kreator__back-btn:hover,.moya-kreator__back-btn:focus-visible{background:var(--moya-leather-1, #1a1a1a);color:var(--moya-white, #ffffff);outline:none}@media(prefers-reduced-motion:reduce){.moya-kreator__tile .zoom-image{transition:none}}@media screen and (min-width:700px){.moya-kreator{--moya-kreator-media-h: 17rem}.moya-kreator__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1000px){.moya-kreator{--moya-kreator-radius: 18px;--moya-kreator-gap: 1.25rem;--moya-kreator-media-h: 19rem}.moya-kreator.section-spacing{padding-block:2.5rem}.moya-kreator__inner.container{gap:1.75rem}.moya-kreator__heading{font-size:var(--moya-h3-size);line-height:var(--moya-h3-lh)}.moya-kreator__description{font-size:var(--moya-body-l-size);line-height:var(--moya-body-l-lh)}.moya-kreator__grid--wide{grid-template-columns:repeat(auto-fit,minmax(15.5rem,1fr))}.moya-kreator__title{font-size:var(--moya-h4-size);line-height:var(--moya-h4-lh)}}@media screen and (max-height:800px)and (min-width:1000px){.moya-kreator{--moya-kreator-media-h: 15.5rem}.moya-kreator.section-spacing{padding-block:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/moya-kreator-step.css.map */
