.mdf-wrap{--mdf-accent:#1DA5D7;--mdf-accent-dark:#1590BE;--mdf-deep:#0E5AA6;--mdf-blue:#1470CE;--mdf-wash:#E7F2FD;--mdf-sky:#92CCF5;--mdf-ink:#111;--mdf-grey:#5f6b7a;--mdf-line:#DCE4EE;--mdf-green:#319F0C;--mdf-r:20px;--mdf-ease:cubic-bezier(.16,1,.3,1);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--mdf-ink);margin:0 auto;padding:0 16px;max-width:1200px;box-sizing:border-box}.mdf-wrap *,.mdf-wrap *:before,.mdf-wrap *:after{box-sizing:border-box}.mdf{position:relative;overflow:hidden;border-radius:12px;background:#fff;border:1px solid #e6e6e6}.mdf:before{content:none}.mdf__head{padding:34px 28px 6px;text-align:center}.mdf__eyebrow{display:inline-block;font-size:13px;font-weight:600;color:var(--mdf-grey);margin:0 0 8px}.mdf__eyebrow i{display:none}.mdf__heading{font-size:clamp(24px,3vw,34px);line-height:1.15;font-weight:700;margin:0 0 8px;color:var(--mdf-ink)}.mdf__intro{font-size:16px;line-height:1.5;color:var(--mdf-grey);max-width:620px;margin:0 auto}.mdf-stage{padding:18px 28px 30px;transition:opacity .16s ease,transform .16s ease}.mdf-stage.is-leaving{opacity:0;transform:translateY(8px)}.mdf-stage.is-entering{opacity:0;transform:translateY(-8px);transition:none}.mdf.is-loading .mdf-stage{min-height:260px}.mdf.is-loading .mdf-stage:after{content:"";display:block;width:36px;height:36px;margin:80px auto;border-radius:50%;border:3px solid var(--mdf-wash);border-top-color:var(--mdf-accent);animation:mdf-spin .8s linear infinite}.mdf-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 14px;margin:0 0 14px;min-height:28px}.mdf-progress{font-size:12px;font-weight:700;color:var(--mdf-deep);background:var(--mdf-wash);border-radius:6px;padding:6px 10px}.mdf-progress--done{background:var(--mdf-green);color:#fff}.mdf-crumbs{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.mdf-crumbs li{display:flex;align-items:center;gap:6px}.mdf-crumbs li+li:before{content:"\203a";color:var(--mdf-grey);font-size:14px}.mdf-crumb{font:inherit;font-size:12.5px;font-weight:500;color:var(--mdf-deep);background:#fff;border:1px solid #e6e6e6;border-radius:6px;padding:5px 10px;cursor:pointer;transition:border-color .15s,background .15s}.mdf-crumb:hover{border-color:var(--mdf-accent);background:var(--mdf-wash)}.mdf-step{text-align:center}.mdf-q{font-size:clamp(20px,2.4vw,26px);line-height:1.2;font-weight:700;margin:0 0 6px}.mdf-help{font-size:14.5px;line-height:1.5;color:var(--mdf-grey);margin:0 auto 18px;max-width:720px}.mdf-opts{list-style:none;margin:0;padding:0;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:760px){.mdf-opts--3{grid-template-columns:repeat(3,minmax(0,1fr));max-width:960px;margin:0 auto}.mdf-opts--4{grid-template-columns:repeat(4,minmax(0,1fr))}.mdf-opts--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px;margin:0 auto}}.mdf-opt{animation:none}.mdf-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%;height:100%;min-height:124px;text-align:left;font:inherit;color:var(--mdf-ink);background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:16px 18px 14px;cursor:pointer;transition:border-color .15s,background .15s}.mdf-card:hover{border-color:var(--mdf-accent);background:#f7fbfe}.mdf-card:active{background:var(--mdf-wash)}.mdf-card:focus-visible{outline:3px solid var(--mdf-accent);outline-offset:2px;border-color:var(--mdf-accent)}.mdf-card__ico{display:inline-flex;width:40px;height:40px;border-radius:8px;background:var(--mdf-wash);color:var(--mdf-deep);align-items:center;justify-content:center;margin-bottom:2px}.mdf-ico{width:24px;height:24px}.mdf-card__label{font-size:16.5px;font-weight:700;line-height:1.2}.mdf-card__sub{font-size:13.5px;line-height:1.4;color:var(--mdf-grey)}.mdf-card__arrow{display:none}.mdf-card:hover .mdf-card__arrow,.mdf-card:focus-visible .mdf-card__arrow{opacity:1;transform:none}.mdf-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;margin:18px 0 0}.mdf-link{font:inherit;font-size:14px;font-weight:600;color:var(--mdf-deep);background:none;border:0;padding:6px 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#0e5aa659}.mdf-link:hover{text-decoration-color:currentColor}.mdf-link:focus-visible{outline:3px solid var(--mdf-accent);outline-offset:2px;border-radius:4px}.mdf-result__grid{display:grid;gap:22px;grid-template-columns:1fr;align-items:center;text-align:left}@media(min-width:760px){.mdf-result__grid{grid-template-columns:minmax(220px,380px) 1fr;gap:36px}}.mdf-result__media{display:block;position:relative;border-radius:8px;background:#fff;border:1px solid #e6e6e6;padding:18px;overflow:hidden}.mdf-result__media:after{content:none}.mdf-result__img{display:block;width:100%;height:auto;max-height:380px;object-fit:contain;position:relative;z-index:1;margin:0 auto}.mdf-kicker{font-size:14px;font-weight:600;color:var(--mdf-grey);margin:0 0 4px}.mdf-result__name{font-size:clamp(22px,2.6vw,30px);line-height:1.15;font-weight:700;margin:0 0 10px;outline:none}.mdf-why{font-size:14px;line-height:1.5;color:var(--mdf-deep);background:var(--mdf-wash);border-radius:6px;padding:8px 12px;margin:0 0 12px;display:inline-block}.mdf-blurb{font-size:15.5px;line-height:1.55;color:#333;margin:0 0 14px}.mdf-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin:0 0 16px}.mdf-price__amount{font-size:26px;font-weight:700}.mdf-price__note{font-size:13px;color:var(--mdf-grey)}.mdf-stock{font-size:13px;color:#9f0c0c;font-weight:600}.mdf-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 12px}.mdf-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font:inherit;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .15s,color .15s,transform .2s var(--mdf-ease),box-shadow .2s}.mdf-btn--primary{background:var(--mdf-accent);color:#fff}.mdf-btn--primary:hover{background:var(--mdf-accent-dark)}.mdf-btn--primary:disabled{opacity:.7;cursor:default;transform:none}.mdf-btn--secondary{background:#fff;color:var(--mdf-deep);border-color:#cfd8e3}.mdf-btn--secondary:hover{border-color:var(--mdf-accent);color:var(--mdf-accent-dark)}.mdf-btn:focus-visible{outline:3px solid var(--mdf-accent);outline-offset:3px}.mdf-atc-msg{min-height:20px;font-size:14px;color:var(--mdf-green);font-weight:600;margin:0 0 14px}.mdf-atc-msg a{color:inherit}.mdf-links{list-style:none!important;margin:0!important;padding:14px 0 0!important;border-top:1px solid var(--mdf-line);display:grid;gap:8px}.mdf-links a{font-size:14.5px;font-weight:600;color:var(--mdf-deep);text-decoration:none}.mdf-links a:hover{text-decoration:underline;text-underline-offset:3px}.mdf-error{font-size:15px;color:#9f0c0c;margin:20px 0}.mdf-slotted .mdf-wrap{padding:0;max-width:none;margin:28px 0}@media(max-width:759px){.mdf__head{padding:26px 18px 4px}.mdf-stage{padding:14px 14px 22px}.mdf-card{min-height:118px;padding:14px 14px 13px}.mdf-card__label{font-size:15px}.mdf-card__sub{font-size:12.5px}.mdf-card__ico{width:38px;height:38px}.mdf-ico{width:21px;height:21px}.mdf-opts{gap:10px}}@keyframes mdf-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes mdf-spin{to{transform:rotate(360deg)}}@keyframes mdf-ping{0%,to{box-shadow:0 0 #319f0c80}60%{box-shadow:0 0 0 6px #319f0c00}}@media(prefers-reduced-motion:reduce){.mdf-opt,.mdf-result__grid{animation:none}.mdf-card,.mdf-btn,.mdf-stage{transition:none}.mdf__eyebrow i{animation:none}}.mdf-personas{margin:18px 0 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px}.mdf-personas__label{font-size:13px;font-weight:600;color:var(--mdf-grey);margin-right:2px}.mdf-personas__row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.mdf-chip{font:inherit;font-size:13.5px;font-weight:600;color:var(--mdf-deep);background:#fff;border:1px solid #e6e6e6;border-radius:999px;padding:8px 14px;cursor:pointer;transition:border-color .15s,background .15s}.mdf-chip:hover{border-color:var(--mdf-accent);background:var(--mdf-wash)}.mdf-chip:focus-visible{outline:3px solid var(--mdf-accent);outline-offset:2px}.mdf-soh{margin:4px 0 20px;padding:14px 16px;border:1px solid #e6e6e6;border-radius:8px;background:#fff}.mdf-soh__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 12px;margin:0 0 8px}.mdf-soh__title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#333}.mdf-soh__upd{font-size:12px;color:var(--mdf-grey)}.mdf-soh__sum{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid var(--mdf-line);font-size:16px;font-weight:700;color:var(--mdf-ink)}.mdf-soh__sum i{width:12px;height:12px;border-radius:50%;flex:0 0 auto}.mdf-soh__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.mdf-soh__cell{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 4px 8px;border:1px solid #e6e6e6;border-radius:8px;background:#f7f8fa;text-align:center}.mdf-soh__st{font-size:11px;font-weight:700;letter-spacing:.06em;color:#333}.mdf-soh__g{width:52px;height:31px;display:block}.mdf-soh__lb{font-size:11px;font-weight:700;line-height:1.1}.mdf-soh__note{margin:10px 0 0;font-size:13px;line-height:1.45;color:var(--mdf-grey)}.mdf-soh__note a{color:var(--mdf-deep)}@media(max-width:759px){.mdf-soh__row{gap:5px}.mdf-soh__cell{padding:8px 2px 6px}.mdf-soh__g{width:40px;height:24px}.mdf-soh__lb{font-size:9.5px}.mdf-soh__st{font-size:10px}}.mdf-result__body{min-width:0}.mdf-links li{margin:0!important;padding:0!important;list-style:none!important}.mdf-soh__row{min-width:0}
/*# sourceMappingURL=/cdn/shop/t/59/assets/mos-dymo-finder.css.map */
