.emolo-rs{background:rgb(var(--background));color:rgb(var(--text-color))}.emolo-rs__wrap{width:min(100%,var(--emolo-rs-max-width, 55rem));margin-inline:auto}.emolo-rs__header{width:min(100%,var(--emolo-reading-width, 45rem));margin-inline:auto;margin-block-end:clamp(1.5rem,4vw,2.75rem);text-align:center}.emolo-rs__logo{width:auto;max-width:11.25rem;max-height:4.5rem;margin:0 auto 1rem;object-fit:contain}.emolo-rs__title{margin:0}.emolo-rs__subtitle{color:rgb(var(--text-color) / .72);margin-block-start:.625rem;font-size:var(--text-lg)}.emolo-rs__steps{grid-template-columns:minmax(0,1fr) minmax(2rem,5rem) minmax(0,1fr);align-items:center;width:min(100%,32rem);margin:0 auto 1.5rem;display:grid}.emolo-rs__step{color:rgb(var(--text-color) / .62);justify-content:center;align-items:center;gap:.5rem;min-height:2.75rem;font-size:var(--text-sm);transition:color .2s ease;display:inline-flex}.emolo-rs__step:disabled{cursor:not-allowed;opacity:.5}.emolo-rs__step-index{border:1px solid rgb(var(--text-color) / .25);border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:600;transition:color .2s ease,background-color .2s ease,border-color .2s ease;display:grid}.emolo-rs__step--active{color:rgb(var(--text-color));font-weight:600}.emolo-rs__step--active .emolo-rs__step-index{background:rgb(var(--emolo-button-background, var(--button-background)));border-color:rgb(var(--emolo-button-background, var(--button-background)));color:rgb(var(--emolo-button-text, var(--button-text-color)))}.emolo-rs__step-line{background:rgb(var(--text-color) / .2);height:1px}.emolo-rs__panel{display:none}.emolo-rs__panel--active{display:block}.emolo-rs__card{background:rgb(var(--text-color) / .025);border:1px solid rgb(var(--text-color) / .12);border-radius:var(--emolo-surface-radius, .75rem);padding:clamp(1.125rem,4vw,2.5rem);box-shadow:0 1.25rem 3.75rem rgb(var(--text-color) / .07)}.emolo-rs__card-heading{width:min(100%,42rem);margin:0 auto 1.5rem;text-align:center}.emolo-rs__h2{margin:0}.emolo-rs__p{color:rgb(var(--text-color) / .72);margin-block-start:.5rem}.emolo-rs__row{width:min(100%,32rem);margin:0 auto 1.25rem}.emolo-rs__label{margin-block-end:.5rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:block}.emolo-rs__select{background:rgb(var(--background));border:1px solid rgb(var(--text-color) / .18);border-radius:var(--input-border-radius);width:100%;min-height:3.25rem;padding-inline:1rem 2.5rem}.emolo-rs__workspace{grid-template-columns:minmax(0,1.15fr) minmax(16rem,.85fr);align-items:stretch;gap:clamp(1.25rem,4vw,2.5rem);display:grid}.emolo-rs__stage{background:linear-gradient(rgb(var(--text-color) / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--text-color) / .03) 1px,transparent 1px),rgb(var(--background));background-size:1.25rem 1.25rem;border:1px dashed rgb(var(--text-color) / .22);border-radius:var(--emolo-surface-radius, .75rem);flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:clamp(19rem,45vw,27rem);padding:1.5rem;display:flex;position:relative;overflow:hidden}.emolo-rs__controls{align-content:center;gap:1.25rem;min-width:0;display:grid}.emolo-rs__shape{flex:0 0 auto;max-width:100%;max-height:100%;display:block;position:relative}.emolo-rs__shape--circle{border:2px solid rgb(var(--emolo-button-background, var(--button-background)));border-radius:999px;box-sizing:border-box;width:220px;height:220px}.emolo-rs__shape--ring{background:rgb(var(--text-color) / .025);border-color:rgb(var(--text-color));box-shadow:0 0 0 .375rem rgb(var(--text-color) / .06)}.emolo-rs__hint{color:rgb(var(--text-color) / .72);max-width:22rem;margin-block-start:1rem;font-size:var(--text-sm);text-align:center}.emolo-rs__slider input[type=range]{accent-color:rgb(var(--emolo-button-background, var(--button-background)));width:100%;min-height:2.75rem;cursor:ew-resize}.emolo-rs__slider input[type=range]:focus-visible,.emolo-rs__step:focus-visible{outline:2px solid rgb(var(--emolo-button-hover-background, var(--text-color)));outline-offset:3px}.emolo-rs__small,.emolo-rs__note{color:rgb(var(--text-color) / .66);font-size:var(--text-xs);line-height:1.55}.emolo-rs__small{margin-block-start:.25rem}.emolo-rs__note{text-align:center}.emolo-rs__btn{width:100%}.emolo-rs__result{background:rgb(var(--background));border:1px solid rgb(var(--text-color) / .12);border-radius:var(--emolo-surface-radius, .75rem);padding:1.25rem;text-align:center}.emolo-rs__result-label{color:rgb(var(--text-color) / .7);font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.emolo-rs__result-size{margin-block:.35rem;font-family:var(--heading-font-family);font-size:clamp(2.75rem,7vw,4.5rem);font-weight:var(--heading-font-weight);line-height:1;display:block}.emolo-rs__result-dia,.emolo-rs__result-sub{color:rgb(var(--text-color) / .75);font-size:var(--text-sm)}.emolo-rs__result-sub{margin-block-start:.25rem}.emolo-rs__mm{background:rgb(var(--background));border:1px solid rgb(var(--text-color) / .12);border-radius:999px;padding:.45rem .8rem;box-shadow:0 .35rem 1rem rgb(var(--text-color) / .08);font-size:var(--text-sm);position:absolute;inset-block-end:1rem}@media screen and (max-width:799px){.emolo-rs__workspace{grid-template-columns:minmax(0,1fr)}.emolo-rs__stage{min-height:21rem}}@media screen and (max-width:499px){.emolo-rs__step{flex-direction:column;font-size:var(--text-xs)}.emolo-rs__card{padding:1rem}.emolo-rs__stage{min-height:19rem;padding:1rem}}@media(prefers-reduced-motion:reduce){.emolo-rs__step,.emolo-rs__step-index{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/emolo-ring-sizer.css.map */
