:root{--zr-fit-ink: #111;--zr-fit-copy: #5a5a5a;--zr-fit-copy-dim: #8a8a8a;--zr-fit-copy-dimmer: #9a9a9a;--zr-fit-copy-faint: #b0b0b0;--zr-fit-line: #ededed;--zr-fit-line-strong: #e2e2e2;--zr-fit-soft: #f5f5f5;--zr-fit-good: #1f7a4d;--zr-fit-good-bg: #e7f5ee;--zr-fit-bad: #9c3b34;--zr-fit-bad-bg: #f6ebe9;--zr-fit-soft-hover: #e6e6e6}.zr-fitment{max-width:900px;margin:0 auto;padding:2rem 1.25rem 3rem;color:var(--zr-fit-ink);font-family:Archivo,Helvetica,Arial,sans-serif;font-weight:700}.zr-fitment__eyebrow{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--zr-fit-copy-dim)}.zr-fit-trigger{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;font:inherit;font-size:.85rem;font-weight:700;color:var(--zr-fit-ink);cursor:pointer;padding:0}.zr-fit-trigger:hover{opacity:.75}.zr-fit-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none}.zr-fit-modal.is-open{display:block}.zr-fit-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1111118c}.zr-fit-modal__window{position:relative;max-width:960px;margin:4vh auto;max-height:92vh;overflow-y:auto;background:#fff;border-radius:4px;box-shadow:0 20px 60px #0000004d}.zr-fit-modal__close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:var(--zr-fit-soft);border-radius:50%;cursor:pointer;font-size:1.1rem;line-height:1;color:var(--zr-fit-ink);z-index:1}.zr-fit-modal__close:hover{background:var(--zr-fit-line)}.zr-fit-modal .zr-fitment{max-width:none;padding:3rem 1.5rem 1.75rem;margin:0}@media(max-width:600px){.zr-fit-modal__window{margin:0;max-height:100vh;border-radius:0}}.zr-fitment--compact{max-width:none;margin:0;padding:0}.zr-fitment__wizard{display:flex;flex-direction:column;gap:1.125rem}.zr-fitment__wz-top{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.zr-fitment__wz-stepcount{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--zr-fit-copy-faint);white-space:nowrap}.zr-fitment__wz-progress{display:flex;gap:5px}.zr-fitment__wz-progress span{height:3px;flex:1;border-radius:2px;background:var(--zr-fit-line);transition:background-color .2s ease}.zr-fitment__wz-progress span.is-filled{background:var(--zr-fit-ink)}.zr-fitment__wz-chips{display:flex;flex-wrap:wrap;gap:.5rem}.zr-fitment__wz-chip{display:inline-flex;align-items:center;gap:.5rem;font:inherit;font-size:.8125rem;font-weight:700;color:#fff;background:var(--zr-fit-ink);border:none;border-radius:999px;padding:.4375rem .625rem .4375rem .75rem;cursor:pointer}.zr-fitment__wz-chip svg{flex:none;opacity:.8}.zr-fitment__wz-chip:hover svg{opacity:1}.zr-fitment__wz-heading{display:flex;flex-direction:column;gap:.3125rem}.zr-fitment__wz-question{font-size:1.625rem;font-weight:800;letter-spacing:-.015em;color:var(--zr-fit-ink)}.zr-fitment__wz-hint{font-size:.875rem;line-height:1.5;color:var(--zr-fit-copy-dim)}.zr-fitment__wz-hint[hidden]{display:none}.zr-fitment__wz-field{display:flex;flex-direction:column;gap:.5625rem}.zr-fitment__wz-field[hidden]{display:none}.zr-fitment__wz-field-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--zr-fit-copy-dimmer)}.zr-fitment__wz-field-label[hidden]{display:none}.zr-fitment__combo{position:relative;display:flex;align-items:center}.zr-fitment__combo-icon{position:absolute;left:1rem;pointer-events:none}.zr-fitment__combo input{width:100%;min-height:3.75rem;font:inherit;font-size:1.0625rem;font-weight:700;padding:.95rem 4.2rem .95rem 2.7rem;border:2px solid var(--zr-fit-ink);border-radius:4px;background:#fff;color:var(--zr-fit-ink)}.zr-fitment__combo input::placeholder{color:var(--zr-fit-copy-dim);font-weight:700}.zr-fitment__combo input:focus{outline:none}.zr-fitment__combo input:disabled{cursor:not-allowed;opacity:.55}.zr-fitment__combo-hits{position:absolute;right:1rem;font-size:.8125rem;font-weight:700;color:var(--zr-fit-copy-dim);white-space:nowrap;pointer-events:none}.zr-fitment__combo-hits[hidden]{display:none}.zr-fitment__wz-list{display:flex;flex-direction:column;gap:2px;max-height:200px;overflow-y:auto;padding-right:2px}.zr-fitment__wz-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;flex:none;text-align:left;font:inherit;padding:.875rem 1rem;border:none;border-radius:4px;background:var(--zr-fit-soft);color:var(--zr-fit-ink);cursor:pointer}.zr-fitment__wz-row:hover{background:var(--zr-fit-soft-hover)}.zr-fitment__wz-row-main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.zr-fitment__wz-row-label{font-size:1.0625rem;font-weight:700;color:var(--zr-fit-ink)}.zr-fitment__wz-row-label mark{background:none;color:inherit;font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.zr-fitment__wz-row-sub{font-size:.8125rem;font-weight:700;color:var(--zr-fit-copy-dim)}.zr-fitment__wz-row-chevron{flex:none}.zr-fitment__wz-empty{padding:.9rem;font-size:.9rem;color:var(--zr-fit-copy-dim)}.zr-fitment__wz-footer{padding:.7rem .9rem;font-size:.8125rem;font-weight:700;color:var(--zr-fit-copy-dim);background:var(--zr-fit-soft);border-top:1px solid var(--zr-fit-line)}.zr-fitment__wz-quick{display:flex;flex-direction:column;gap:.55rem}.zr-fitment__wz-quick[hidden]{display:none}.zr-fitment__wz-quick-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--zr-fit-copy-dimmer)}.zr-fitment__wz-quick-row{display:flex;flex-wrap:wrap;gap:.4375rem}.zr-fitment__wz-pill{font:inherit;font-size:.875rem;font-weight:700;color:var(--zr-fit-ink);background:#fff;border:1px solid var(--zr-fit-line-strong);border-radius:999px;padding:.4375rem .8125rem;cursor:pointer}.zr-fitment__wz-pill:hover{border-color:var(--zr-fit-ink)}.zr-fitment__wz-back{align-self:flex-start;font-size:.82rem;font-weight:800;color:var(--zr-fit-copy-dim);text-decoration:none}.zr-fitment__wz-back:hover{color:var(--zr-fit-ink)}.zr-fitment__wz-back[hidden]{display:none}.zr-fitment__wizard.is-resuming>*:not([data-fit-resume]){display:none}.zr-fitment__wz-resume{display:flex;flex-direction:column;gap:.75rem}.zr-fitment__wz-resume[hidden]{display:none}.zr-fitment__wz-resume-vehicle{margin:0;font-size:1.375rem;font-weight:800;color:var(--zr-fit-ink)}.zr-fitment__wz-resume-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.25rem}.zr-fitment__wz-resume-cta{display:inline-flex;align-items:center;min-height:42px;padding:0 1.125rem;background:var(--zr-fit-ink);font:inherit;font-size:.9375rem;font-weight:800;text-decoration:none;border-radius:3px}.zr-fitment__wizard .zr-fitment__wz-resume a.zr-fitment__wz-resume-cta{color:#fff}.zr-fitment__wz-resume-cta:hover{opacity:.88}.zr-fitment__wz-resume-reset{font:inherit;font-size:.875rem;font-weight:700;color:var(--zr-fit-copy-dim);background:none;border:none;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:0}.zr-fitment__wz-resume-reset:hover{color:var(--zr-fit-ink)}.zr-fitment--compact [data-fit-status]:not(:empty){margin:-.3rem 0 0;font-size:.85rem;color:var(--zr-fit-ink);font-weight:700}.zr-fitment--compact [data-fit-status].is-warn{color:var(--zr-fit-bad)}.zr-fit-hero{position:absolute;z-index:5;top:calc(50% - 2rem);transform:translateY(-50%);width:clamp(440px,32vw,520px);max-width:calc(100vw - 2rem);background:#fff;border-radius:6px;padding:1.875rem 1.875rem 2rem;box-shadow:0 30px 70px #00000080}.zr-fit-hero--right{right:clamp(1rem,16vw,260px)}.zr-fit-hero--left{left:clamp(1rem,16vw,260px)}@media(min-width:990px)and (max-width:1400px){.zr-fit-hero{position:static;top:auto;right:auto;left:auto;transform:none;width:auto;max-width:none;margin:1.5rem auto 0;box-shadow:0 12px 32px #00000029}}@media(max-width:989px){.zr-fit-hero{display:none}}@media(max-width:600px){.zr-fitment__wz-question{font-size:1.375rem}.zr-fitment__combo input{min-height:3.25rem;font-size:1rem;padding:.8rem 3.4rem .8rem 2.4rem}.zr-fitment__combo-icon{left:.85rem}.zr-fitment__combo-hits{right:.75rem;font-size:.75rem}.zr-fitment__wz-row{padding:.75rem .85rem}.zr-fitment__wz-row-label{font-size:1rem}.zr-fitment__wz-resume-vehicle{font-size:1.1875rem}.zr-fitment__wz-chip{font-size:.75rem;padding:.375rem .5625rem .375rem .6875rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/fitment-configurator.css.map */
