.market-popup[hidden]{display:none!important}.market-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:grid;place-items:center;padding:18px;color:#111;font-family:var(--font-body--family)}.market-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--mdlr-ui-overlay-color-rgb, 0 0 0) / var(--mdlr-ui-overlay-opacity, .24));backdrop-filter:blur(var(--mdlr-ui-overlay-blur, 14px)) brightness(.75);-webkit-backdrop-filter:blur(var(--mdlr-ui-overlay-blur, 14px)) brightness(.75);opacity:0;transition:opacity .18s ease}.market-popup__dialog{position:relative;width:min(100%,520px);max-height:calc(100dvh - 36px);padding:30px;overflow:visible;border:1px solid #111;border-radius:0;background:#fffffffb;color:#111;box-shadow:0 20px 70px #00000047;opacity:0;transform:translateY(10px) scale(.99);transition:opacity .18s ease,transform .18s ease}.market-popup.is-visible .market-popup__backdrop,.market-popup.is-visible .market-popup__dialog{opacity:1}.market-popup.is-visible .market-popup__dialog{transform:translateY(0) scale(1)}.market-popup__close{position:absolute;top:18px;right:18px;display:grid;width:30px;height:30px;place-items:center;padding:0;border:0;background:transparent;color:#111;cursor:pointer}.market-popup__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:square;stroke-width:1.5}.market-popup__eyebrow{margin:0 44px 10px 0;font-size:10px;font-weight:700;letter-spacing:.13em;line-height:1;text-transform:uppercase}.market-popup__title{margin:0 44px 0 0;font-family:var(--font-heading--family, var(--font-body--family));font-size:clamp(25px,4vw,34px);font-style:normal;font-weight:600;line-height:1.06;letter-spacing:-.025em;text-transform:none}.market-popup__lead{margin:18px 0 0;font-size:12px;font-weight:700;line-height:1.35}.market-popup__message{max-width:440px;margin:7px 0 0;color:#111111b8;font-size:11px;font-weight:500;line-height:1.5}.market-popup__fields{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:12px;align-items:end;margin-top:22px;padding:16px;border:1px solid rgb(17 17 17 / .18);background:#f5f5f5}.market-popup__field{display:grid;min-width:0;gap:6px;color:#111;font-size:10px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.market-popup__custom-select{position:relative;min-width:0}.market-popup__select-trigger{display:flex;width:100%;height:42px;min-height:42px;align-items:center;gap:9px;padding:0 10px;overflow:hidden;border:1px solid #111;border-radius:0;background:#fff;color:#111;font-family:var(--font-body--family);font-size:11px;font-weight:500;line-height:1;text-align:left;text-transform:none;letter-spacing:0;cursor:pointer}.market-popup__select-trigger>svg{width:15px;height:15px;margin-left:auto;flex:0 0 auto;fill:none;stroke:#111;stroke-width:1.6;transition:transform .12s ease}.market-popup__select-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.market-popup__flag{display:block;width:24px;height:16px;flex:0 0 24px;background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 0 0 1px #0000002e}.market-popup__selected-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-popup__options{position:absolute;top:calc(100% - 1px);left:0;z-index:30;width:max(100%,230px);max-height:min(260px,calc(100dvh - 200px));overflow-x:hidden;overflow-y:auto;border:1px solid #111;background:#fff;box-shadow:0 12px 30px #0003;overscroll-behavior:contain}.market-popup__options--right{right:0;left:auto}.market-popup__options[hidden]{display:none!important}.market-popup__option{display:grid;width:100%;min-height:40px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border:0;border-bottom:1px solid rgb(0 0 0 / .08);background:#fff;color:#111;font-family:var(--font-body--family);font-size:11px;font-weight:500;line-height:1.2;text-align:left;cursor:pointer}.market-popup__option:last-child{border-bottom:0}.market-popup__option:hover,.market-popup__option:focus-visible{background:#ededed}.market-popup__option[aria-selected=true]{font-weight:700}.market-popup__option-check{visibility:hidden}.market-popup__option[aria-selected=true] .market-popup__option-check{visibility:visible}.market-popup__actions{display:flex;margin-top:14px}.market-popup__button{width:100%;min-height:44px;padding:12px 16px;border:1px solid #000;border-radius:0;background:#000;color:#fff;font-family:var(--font-body--family);font-size:11px;font-weight:700;line-height:1;text-align:center;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background-color .12s ease,color .12s ease}.market-popup__button:hover{background:#fff;color:#000}.market-popup__hint{margin:10px 0 0;color:#11111194;font-size:9px;font-weight:500;line-height:1.4;text-align:center}.market-popup__error{margin:12px 0 0;color:#b42318;font-size:11px;line-height:1.3}.market-popup__form{display:none}.market-popup__close:focus-visible,.market-popup__button:focus-visible,.market-popup__select-trigger:focus-visible,.market-popup__option:focus-visible{outline:2px solid #000;outline-offset:2px}html.market-popup-open,html.market-popup-open body{overflow:hidden}@media(max-width:560px){.market-popup{padding:12px}.market-popup__dialog{width:100%;max-height:calc(100dvh - 24px);padding:24px 18px 20px;overflow-y:auto}.market-popup__close{top:14px;right:14px}.market-popup__title{font-size:27px}.market-popup__fields{grid-template-columns:1fr;gap:12px;margin-top:18px;padding:13px}.market-popup__options,.market-popup__options--right{right:0;left:0;width:100%;max-height:min(230px,calc(100dvh - 190px))}}@media(prefers-reduced-motion:reduce){.market-popup__backdrop,.market-popup__dialog,.market-popup__button,.market-popup__select-trigger>svg{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/148/assets/market-popup.css.map */
