.mrh-picker{--mrh-line: rgba(var(--color-foreground), .16);--mrh-line-hover: rgba(var(--color-foreground), .45);--mrh-line-active: rgb(var(--color-foreground));--mrh-muted: rgba(var(--color-foreground), .6);--mrh-radius: 12px;display:block}.mrh-opt{border:0;margin:0 0 2.6rem;padding:0}.mrh-opt__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 0 1rem}.mrh-opt__label{font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:0}.mrh-opt__value{font-size:1.4rem;color:var(--mrh-muted);text-align:right}.mrh-hint{margin:0 0 .8rem;font-size:1.2rem;color:var(--mrh-muted)}.mrh-vh{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.mrh-grid{display:grid;gap:.8rem}.mrh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.mrh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (max-width:480px){.mrh-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}.mrh-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;min-height:7rem;padding:1.1rem .6rem;text-align:center;cursor:pointer;border:1px solid var(--mrh-line);border-radius:var(--mrh-radius);background-color:rgb(var(--color-background));transition:border-color .15s ease,box-shadow .15s ease}.mrh-tile:hover{border-color:var(--mrh-line-hover)}.mrh-tile.is-selected{border-color:var(--mrh-line-active);box-shadow:inset 0 0 0 1px var(--mrh-line-active)}.mrh-tile.is-unavailable{opacity:.4}.mrh-tile.is-unavailable .mrh-tile__name{text-decoration:line-through}.mrh-tile__name{font-size:1.5rem;font-weight:600;line-height:1.15}.mrh-tile__sub{font-size:1.1rem;color:var(--mrh-muted);line-height:1.2}.mrh-tile__price{font-size:1.25rem;color:var(--mrh-muted);font-variant-numeric:tabular-nums;line-height:1.2}.mrh-tile__price:empty{display:none}.mrh-tile.is-selected .mrh-tile__price{color:rgb(var(--color-foreground))}.mrh-radio:focus-visible+.mrh-tile,.mrh-radio.focused+.mrh-tile{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.mrh-chip{width:2.6rem;height:2.6rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.18);margin-bottom:.2rem;flex:0 0 auto}.mrh-chip--print-only{background:linear-gradient(135deg,#fdfcfa 0 52%,#ebe5da 52% 100%)}.mrh-chip--white-frame{background:#fff;box-shadow:inset 0 0 0 4px #ededed}.mrh-chip--black-frame{background:#171717;box-shadow:inset 0 0 0 4px #333}.mrh-chip--oak-frame{background:#caa171;box-shadow:inset 0 0 0 4px #b3854f}.mrh-viewall{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.1rem;padding:0;border:0;background:none;font-family:inherit;font-size:1.35rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:3px;cursor:pointer}.mrh-viewall svg{width:1.1rem;height:1.1rem}.mrh-modal-host{animation:none!important;transform:none!important;filter:none!important;perspective:none!important;will-change:auto!important;opacity:1!important;visibility:visible!important}.mrh-modal[hidden]{display:none}.mrh-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center}@media screen and (min-width:750px){.mrh-modal{align-items:center;padding:2rem}}.mrh-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;border:0;padding:0;cursor:pointer;animation:mrh-fade .18s ease}.mrh-modal__panel{position:relative;width:100%;max-width:62rem;max-height:90vh;max-height:90dvh;display:flex;flex-direction:column;overflow:hidden;background-color:rgb(var(--color-background));border-radius:16px 16px 0 0;box-shadow:0 2.4rem 6rem #00000047;animation:mrh-rise .22s ease}@media screen and (min-width:750px){.mrh-modal__panel{max-height:82vh;border-radius:16px;animation:mrh-pop .18s ease}}@keyframes mrh-fade{0%{opacity:0}to{opacity:1}}@keyframes mrh-rise{0%{transform:translateY(2.4rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes mrh-pop{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.mrh-modal__backdrop,.mrh-modal__panel{animation:none}}.mrh-modal__head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.8rem 2rem 1.2rem;border-bottom:1px solid var(--mrh-line);background-color:rgb(var(--color-background))}.mrh-modal__title{margin:0;font-size:1.7rem;letter-spacing:.02em}.mrh-modal__close{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;flex:0 0 auto;border:0;border-radius:50%;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));font-size:2rem;line-height:1;cursor:pointer}.mrh-modal__close:hover{background:rgba(var(--color-foreground),.12)}.mrh-modal__body{flex:1 1 auto;min-height:0;padding:1.6rem 2rem 2.4rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}@media screen and (min-width:750px){.mrh-modal__body .mrh-grid--3{grid-template-columns:repeat(4,minmax(0,1fr))}}.mrh-group{margin:1.8rem 0 .9rem;font-size:1.15rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--mrh-muted)}.mrh-group:first-child{margin-top:0}body.mrh-locked{overflow:hidden}.mrh-opt--frame .mrh-tile{min-height:8.4rem;padding:1rem .4rem}.mrh-opt--frame .mrh-tile__name{font-size:1.3rem}.mrh-opt--frame .mrh-tile__price{font-size:1.15rem}
/*# sourceMappingURL=/cdn/shop/t/20/assets/mrh-picker.css.map */
