.model-locator-modal .modal-dialog-wrap{margin:0;z-index:1100}.model-locator-modal .modal-dialog-wrap:before{background:#0f277373}.model-locator-modal .modal-dialog{width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;overflow:hidden;display:flex}.model-locator{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;color:#252525;outline:none}model-locator{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.ml-header{display:flex;align-items:center;gap:12px;padding:20px 16px;background:linear-gradient(90deg,#235ddf,#3572f9,#235ddf);color:#fff;flex:none}.ml-header-text{flex:1 1 auto;min-width:0;text-align:center}.ml-title{margin:0;font-family:Outfit,sans-serif;font-size:16px;line-height:24px;font-weight:700;color:inherit}.ml-subtitle{display:none;margin:2px 0 0;font-family:Inter,sans-serif;font-size:14px;line-height:22px;color:#738091}.ml-back,.ml-close{flex:none;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer;padding:0;box-shadow:none}.ml-back svg,.ml-close svg{width:24px;height:24px}.ml-back[hidden]{display:none}.ml-body{flex:1 1 auto;min-height:0;display:flex}.ml-nav{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.ml-group+.ml-group{border-top:1px solid #eaf0f5}.ml-group-label{padding:10px 16px;background:#f9f9f9;color:#738091;font-family:Outfit,sans-serif;font-size:12px;line-height:16px;font-weight:800;text-transform:uppercase}.ml-list{list-style:none;margin:0;padding:0}.ml-item{width:100%;display:flex;align-items:center;gap:8px;padding:18px 16px;border:0;border-bottom:1px solid #eaf0f5;background:#fff;color:#385769;text-align:left;font-family:Outfit,sans-serif;font-size:16px;line-height:24px;font-weight:700;cursor:pointer;box-shadow:none;border-radius:0}.ml-item-icon{flex:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#738091}.ml-item-icon img{width:28px;height:28px;object-fit:contain}.ml-item-icon svg{display:block;transform:scale(.875)}.ml-item-name{flex:1 1 auto;min-width:0}.ml-item-chevron{flex:none;display:inline-flex;margin-left:4px;color:#385769}.ml-item-chevron svg{width:16px;height:16px}.ml-item:hover,.ml-item.is-active{background:#f9f9f9;color:#252525}.ml-panel{display:none;flex:1 1 auto;min-width:0;overflow-y:auto;overscroll-behavior:contain;padding:16px}.ml-tabs-slider{position:relative;margin-bottom:16px}.ml-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;scroll-padding-inline:40px}.ml-tabs-nav{display:none}.ml-tabs::-webkit-scrollbar{display:none}.ml-tab{flex:none;padding:12px 20px;border-radius:999px;border:2px solid #ced8e2;background:#fff;color:#738091;font-family:Outfit,sans-serif;font-size:16px;line-height:24px;font-weight:700;cursor:pointer;box-shadow:none;white-space:nowrap}.ml-tab[aria-selected=true]{background:#3572f9;border-color:#3572f9;color:#fff}.ml-diagram{margin:0;display:flex;justify-content:center}.ml-diagram[hidden]{display:none}.ml-diagram-media{display:block;width:100%}.ml-diagram-media img{display:block;margin:0 auto;width:100%;height:auto;max-width:100%;max-height:60vh;object-fit:contain}.ml-diagram-placeholder{width:100%;max-width:560px;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(180deg,#eaf0f599,#eaf0f5),#f9f9f9;border:1px solid #ced8e2;color:#738091;font-family:Inter,sans-serif;font-size:14px;line-height:22px;text-align:center;padding:24px;margin:0 auto}.ml-panel-empty,.ml-empty{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;color:#738091;font-family:Inter,sans-serif;font-size:14px;text-align:center;margin:0}.ml-panel-empty[hidden]{display:none}@media(max-width:989px){model-locator.is-detail .ml-nav{display:none}model-locator.is-detail .ml-panel{display:block}model-locator.is-detail .ml-panel-empty{display:none}}@media(min-width:990px){.model-locator-modal .modal-dialog-wrap{margin:24px}.model-locator-modal .modal-dialog{width:960px;height:auto;max-height:calc(100dvh - 48px);border-radius:16px;box-shadow:0 24px 64px #0f277340}.model-locator{height:auto;max-height:min(720px,calc(100dvh - 48px))}.ml-header{padding:24px;background:#fff;color:#252525;border-bottom:1px solid #eaf0f5;align-items:center}.ml-header-text{text-align:left}.ml-title{font-size:24px;line-height:32px}.ml-subtitle{display:block}.ml-close{width:48px;height:48px;background:#f9f9f9;color:#252525}.ml-back{display:none!important}.ml-body{display:grid;grid-template-columns:1fr;transition:grid-template-columns .2s ease}.ml-nav{padding:0 0 8px}.ml-group+.ml-group{border-top-color:#e7e8e8}.ml-group-label{padding:8px 24px;font-size:14px;line-height:20px}.ml-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:8px}.ml-item{gap:12px;padding:14px 16px;border:0;border-radius:10px}.ml-item-icon,.ml-item-icon img{width:32px;height:32px}.ml-item-icon svg{transform:none}.ml-item-chevron{display:none}.ml-item:hover{background:#f9f9f9;color:#252525}.ml-panel{display:none}model-locator.has-selection .ml-body{grid-template-columns:240px minmax(0,1fr)}model-locator.has-selection .ml-nav{border-right:1px solid #eaf0f5;padding:0}model-locator.has-selection .ml-group+.ml-group{border-top-color:#eaf0f5}model-locator.has-selection .ml-list{display:block;padding:0}model-locator.has-selection .ml-item{display:flex;gap:0;padding:12px 24px;border-radius:0;color:#385769}model-locator.has-selection .ml-item-icon{display:none}model-locator.has-selection .ml-item.is-active{background:linear-gradient(90deg,#235ddf,#3572f9,#235ddf);color:#fff}model-locator.has-selection .ml-panel{display:block;padding:20px 24px 24px 20px}.ml-tabs-nav:not([hidden]){position:absolute;top:calc(50% - 2px);z-index:1;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #ced8e2;border-radius:999px;background:#fff;box-shadow:0 1px 4px #00000024;color:#252525;cursor:pointer;transform:translateY(-50%)}.ml-tabs-nav--prev{left:-8px}.ml-tabs-nav--next{right:-8px}.ml-tabs-nav svg{width:16px;height:16px}.ml-diagram-media img{max-width:600px;max-height:450px}.ml-diagram{width:100%}}.ml-close svg path{fill:currentColor}.ml-back svg path,.ml-tabs-nav svg path,.ml-item-chevron svg path{fill:none;stroke:currentColor}
/*# sourceMappingURL=/cdn/shop/t/41/assets/component-model-locator.css.map */
