/* Persistent shop navigation and explicit category / vehicle context. */
.mz-store .nav{gap:clamp(12px,1.6vw,25px)}
.mz-store .nav>a[aria-current=page]{color:#b94414;box-shadow:inset 0 -3px #b94414}
.mz-store .mz-breadcrumb [aria-current=page]{font-weight:700;color:#242e2b}
.catalog-location{border:1px solid #d4ded7;border-left:4px solid #b94414;border-radius:10px;background:#fff;margin:0 0 24px;overflow:hidden}
.location-category{display:flex;align-items:center;gap:18px;padding:18px 22px}
.location-category>img,.location-icon{width:80px;height:64px;object-fit:contain;flex-shrink:0;border-radius:6px;background:#f6f7f2}
.location-icon{display:grid;place-items:center}
.location-copy{min-width:0;flex:1}
.location-copy>small{display:block;color:#5a6b64;font-size:10px;font-weight:700;letter-spacing:.09em;margin-bottom:5px}
.location-copy>h2{font-size:24px;line-height:1.25;margin:0;overflow-wrap:anywhere}
.location-change{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:12px;font-weight:700;color:#b94414;min-height:44px}
.location-change .icon{width:16px}
.location-vehicle{display:flex;gap:14px;align-items:center;padding:17px 22px;background:#f2f5f0;border-top:1px solid #e1e6de}
.location-vehicle>.icon{flex-shrink:0;width:23px}
.location-copy>strong{font-size:16px;overflow-wrap:anywhere;display:block}
.location-copy>p{font-size:11px;line-height:1.6;color:#5a6b64;margin:4px 0 0}
.location-vehicle-actions{display:flex;align-items:center;gap:18px;flex-shrink:0}
.location-vehicle-actions>a{display:flex;align-items:center;gap:7px;font-size:12px;min-height:44px;text-decoration:underline;text-underline-offset:3px}
.location-vehicle-actions .icon{width:16px;height:16px}
.facet-location{padding:16px 20px;background:#f2f5f0;border-bottom:1px solid #dbe3db}
.facet-location small{display:block;color:#627268;font-size:10px;margin-bottom:5px}
.facet-location strong{font-size:14px;line-height:1.5;display:block;overflow-wrap:anywhere}
.catalog-recovery{padding:32px;border:1px solid #e1dfd4;border-radius:10px;background:#f1efe8}
.catalog-recovery h2{font-size:25px;line-height:1.35;max-width:780px;margin:14px 0;overflow-wrap:anywhere}
.catalog-recovery>p{max-width:760px;color:#5a6b64;line-height:1.8;font-size:13px}
.recovery-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:25px 0 16px}
.recovery-choice{padding:20px;background:#fff;border:1px solid #d6ded5;border-radius:8px;transition:border-color .15s}
.recovery-choice:hover{border-color:#b94414}
.recovery-choice strong{display:flex;justify-content:space-between;gap:14px;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.recovery-choice .icon{width:18px;flex-shrink:0}
.recovery-choice span{display:block;color:#647269;font-size:11px;line-height:1.6;margin-top:8px}
.recovery-footer{display:flex;gap:24px;flex-wrap:wrap}
.recovery-footer>a{font-size:12px;min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}
@media(min-width:761px) and (max-width:1150px){.mz-store .nav{gap:17px;flex-wrap:wrap}.mz-store .nav>a,.mz-store .nav>button{font-size:12px}.mz-store .nav .helpnav{display:none}}
@media(max-width:1000px){.location-vehicle{flex-wrap:wrap}.location-vehicle-actions{margin-left:37px;width:100%}.location-copy>h2{font-size:21px}}
@media(max-width:600px){.location-category{padding:16px;gap:12px;flex-wrap:wrap}.location-category>img,.location-icon{width:62px;height:55px}.location-category .location-copy{flex-basis:calc(100% - 74px)}.location-copy>h2{font-size:20px}.location-change{margin-left:74px;min-height:34px;flex-basis:calc(100% - 74px)}.location-vehicle{padding:16px}.location-vehicle .location-copy{flex-basis:calc(100% - 40px)}.location-vehicle-actions{gap:20px;flex-wrap:wrap}.catalog-recovery{padding:22px 18px}.catalog-recovery h2{font-size:22px}.recovery-choices{grid-template-columns:1fr}.recovery-footer{gap:0;flex-direction:column}.mz-store .nav.open>a{min-height:44px}}
