.moh-finder-banner-shell{background:#fff;padding:22px max(20px,calc((100% - 1240px)/2));border-bottom:1px solid #e3ded6}.moh-finder-banner{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:24px 28px;border:0;border-radius:18px;background:linear-gradient(105deg,#ef8c32 0%,#ffb15e 48%,#ffd7ad 100%);color:#111;text-align:left;cursor:pointer;box-shadow:0 12px 35px #9b4a0e24;transition:.2s transform,.2s box-shadow}.moh-finder-banner:hover{transform:translateY(-2px);box-shadow:0 17px 42px #9b4a0e33}.moh-finder-banner__icon{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff;font-size:36px;font-weight:900}.moh-finder-banner__copy{display:flex;flex-direction:column}.moh-finder-banner__copy small{font-size:10px;font-weight:950;letter-spacing:.15em}.moh-finder-banner__copy strong{margin-top:3px;font-size:clamp(23px,3vw,38px);line-height:1.05;letter-spacing:-.035em}.moh-finder-banner__copy em{margin-top:7px;font-size:13px;font-style:normal}.moh-finder-banner__action{display:flex;align-items:center;gap:15px;padding:14px 18px;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:900;white-space:nowrap}.moh-finder-banner__action b{font-size:20px}.moh-finder-locked{overflow:hidden}.moh-finder-modal{position:fixed;inset:0;z-index:2147483000;display:none}.moh-finder-modal.is-open{display:block}.moh-finder-backdrop{position:absolute;inset:0;background:#000b;backdrop-filter:blur(7px)}.moh-finder-panel{position:absolute;inset:4vh max(18px,calc((100vw - 1100px)/2));display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#f8f6f2;color:#151515;box-shadow:0 28px 100px #0008}.moh-finder-panel>header{height:66px;flex:0 0 66px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:0 16px;border-bottom:1px solid #ddd6cd;background:#fff}.moh-finder-panel>header strong{text-align:center;font-size:12px;letter-spacing:.14em}.moh-finder-panel>header button{width:42px;height:42px;border:0;border-radius:50%;background:#f1eee9;color:#111;font-size:22px;cursor:pointer}.moh-finder-panel>header button:disabled{opacity:.25}.moh-finder-body{overflow:auto;padding:42px}.moh-finder-intro small,.moh-finder-results-head small{color:#d96f13;font-size:10px;font-weight:950;letter-spacing:.15em}.moh-finder-intro h2,.moh-finder-results-head h2{margin:7px 0 8px;font-size:clamp(32px,5vw,56px);line-height:1;letter-spacing:-.045em}.moh-finder-intro p,.moh-finder-results-head p{margin:0 0 28px;color:#68635d}.moh-finder-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.moh-finder-group{position:relative;min-height:170px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr auto;align-items:end;gap:4px 18px;padding:25px;border:1px solid #ddd6cd;border-radius:18px;background:#fff;text-align:left;cursor:pointer;transition:.18s transform,.18s border}.moh-finder-group:hover,.moh-finder-choice:hover{transform:translateY(-2px);border-color:#ef8c32}.moh-finder-group i{grid-row:1/3;width:58px;height:58px;display:grid;place-items:center;border-radius:15px;background:#111;color:#ef8c32;font-size:26px;font-style:normal}.moh-finder-group strong{font-size:21px}.moh-finder-group small{color:#777}.moh-finder-group b{grid-row:1/3;align-self:center;font-size:24px}.moh-finder-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.moh-finder-list--models{grid-template-columns:repeat(3,1fr)}.moh-finder-choice{min-height:74px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:16px 20px;border:1px solid #ddd6cd;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:.18s transform,.18s border}.moh-finder-choice span{font-size:17px;font-weight:900}.moh-finder-choice small{grid-column:1;color:#777}.moh-finder-choice b{grid-column:2;grid-row:1/3;font-size:22px}.moh-finder-results-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.moh-finder-results-head button{margin-bottom:28px;border:0;background:transparent;text-decoration:underline;font-weight:900;cursor:pointer}.moh-finder-products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.moh-finder-product{display:flex;flex-direction:column;color:inherit;text-decoration:none}.moh-finder-product__image{aspect-ratio:1;display:block;overflow:hidden;border-radius:14px;background:#fff}.moh-finder-product__image img{width:100%;height:100%;object-fit:contain}.moh-finder-product strong{margin-top:12px;font-size:14px;line-height:1.35}.moh-finder-product>b{margin-top:7px;font-size:17px}.moh-finder-product em{margin-top:9px;color:#d96f13;font-size:12px;font-weight:900;font-style:normal}.moh-finder-loading,.moh-finder-error{min-height:320px;display:grid;place-content:center;text-align:center}.moh-finder-loading span{width:42px;height:42px;margin:auto;border:4px solid #ddd;border-top-color:#ef8c32;border-radius:50%;animation:mohFinderSpin .8s linear infinite}@keyframes mohFinderSpin{to{transform:rotate(360deg)}}@media(max-width:760px){.moh-finder-banner-shell{padding:14px}.moh-finder-banner{grid-template-columns:auto 1fr;padding:19px;gap:14px}.moh-finder-banner__icon{width:48px;height:48px;font-size:28px}.moh-finder-banner__copy strong{font-size:24px}.moh-finder-banner__copy em{display:none}.moh-finder-banner__action{grid-column:1/3;justify-content:center}.moh-finder-panel{inset:0;border-radius:0}.moh-finder-body{padding:26px 18px}.moh-finder-grid,.moh-finder-list,.moh-finder-list--models{grid-template-columns:1fr}.moh-finder-group{min-height:120px}.moh-finder-products{grid-template-columns:repeat(2,1fr);gap:12px}.moh-finder-results-head{align-items:flex-start;flex-direction:column}.moh-finder-results-head button{margin:0 0 20px}.moh-finder-product strong{font-size:12px}}.moh-finder-group i{grid-column:1}.moh-finder-group b{grid-column:2}.moh-finder-group strong,.moh-finder-group small{grid-column:3;justify-self:end;text-align:right}.moh-finder-group strong{max-width:100%}