.qm-fitment-card{
  margin:18px 0 8px;
  border:1px solid rgba(176,137,57,.35);
  border-left:4px solid #b08939;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.06);
  overflow:hidden;
  color:#242424;
}
.qm-fitment-card__header{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:15px 16px 13px;
  background:linear-gradient(135deg,#191919,#2a2a2a);
  color:#fff;
}
.qm-fitment-card__check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  min-width:28px;
  border:1px solid #d2ad5b;
  border-radius:50%;
  color:#d2ad5b;
  font-weight:700;
  line-height:1;
}
.qm-fitment-card__title{
  margin:0 0 3px;
  color:#d2ad5b;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
}
.qm-fitment-card__intro{
  color:#e7e7e7;
  font-size:12.5px;
  line-height:1.45;
}
.qm-fitment-list{padding:4px 16px 0}
.qm-fitment-item{
  padding:11px 0;
  border-bottom:1px solid #ece7dc;
}
.qm-fitment-item:last-child{border-bottom:0}
.qm-fitment-item__title{
  color:#1c1c1c;
  font-weight:700;
  font-size:14px;
  line-height:1.35;
}
.qm-fitment-item__meta{
  margin-top:3px;
  color:#6c6c6c;
  font-size:12.5px;
  line-height:1.4;
}
.qm-fitment-more{
  margin:4px 16px 0;
  padding:8px 10px;
  border-radius:6px;
  background:#f7f3ea;
  color:#6d5624;
  font-size:12px;
  font-weight:600;
}
.qm-fitment-card__note{
  padding:10px 16px 13px;
  color:#767676;
  font-size:11.5px;
  line-height:1.45;
}
@media (max-width:767px){
  .qm-fitment-card{margin-top:14px;border-radius:8px}
  .qm-fitment-card__header{padding:13px 14px}
  .qm-fitment-list{padding-left:14px;padding-right:14px}
  .qm-fitment-card__note{padding-left:14px;padding-right:14px}
}

/* v0.3 - selected vehicle + finder */
.qm-fitment-selected{
  display:flex;align-items:center;gap:10px;padding:11px 14px;background:#edf7ef;border-bottom:1px solid #d8eadc;color:#204f2c
}
.qm-fitment-selected>span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#2f7a42;color:#fff;font-weight:700}
.qm-fitment-selected strong{display:block;font-size:12.5px;line-height:1.25}.qm-fitment-selected small{display:block;margin-top:2px;color:#4c6652;font-size:11.5px}
.qm-fitment-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px 13px}
.qm-fitment-card__footer .qm-fitment-card__note{padding:0;flex:1}
.qm-fitment-card__finder{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border:1px solid #b08939;border-radius:7px;padding:8px 10px;color:#6d5624!important;font-size:11.5px;font-weight:700;text-decoration:none!important;background:#fbf8f0}
.qm-fitment-card__finder:hover{background:#f3ead3;color:#3f3218!important}

.qm-vehicle-selector{margin:18px 0 24px;padding:20px;border:1px solid rgba(176,137,57,.35);border-radius:12px;background:linear-gradient(180deg,#fff,#fbfaf7);box-shadow:0 7px 24px rgba(0,0,0,.06)}
.qm-vehicle-selector__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.qm-vehicle-selector__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#92732f;font-size:10px;font-weight:700}
.qm-vehicle-selector__title{margin-top:2px;color:#191919;font-size:22px;font-weight:800;line-height:1.15}
.qm-vehicle-selector__badge{padding:6px 9px;border-radius:999px;background:#1d1d1d;color:#d8b85e;font-size:10px;font-weight:700;white-space:nowrap}
.qm-vehicle-selector__form{display:block}
.qm-vehicle-search{position:relative;grid-column:1/-1}
.qm-vehicle-search>label{display:block;margin:0 0 6px;color:#292315;font-size:13px;font-weight:800}
.qm-vehicle-search>input{width:100%;min-height:46px;border:1px solid #cdbb87;border-radius:8px;background:#fff;padding:0 14px;color:#171717;font-size:15px;box-shadow:none}
.qm-vehicle-search>input:focus{border-color:#b08939;outline:3px solid rgba(176,137,57,.15)}
.qm-vehicle-search>small{display:block;margin-top:5px;color:#756f61;font-size:10.5px;line-height:1.4}
.qm-vehicle-search__results{position:absolute;z-index:30;top:74px;right:0;left:0;max-height:340px;overflow-y:auto;border:1px solid #cdbb87;border-radius:9px;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.qm-vehicle-search__result{display:flex;width:100%;align-items:center;justify-content:space-between;gap:14px;border:0;border-bottom:1px solid #eee8dc;background:#fff;padding:11px 13px;color:#222;text-align:left;cursor:pointer}
.qm-vehicle-search__result:last-child{border-bottom:0}.qm-vehicle-search__result:hover,.qm-vehicle-search__result:focus{background:#f8f3e5;outline:0}
.qm-vehicle-search__result strong{font-size:13px;line-height:1.3}.qm-vehicle-search__result small{color:#80651f;font-size:10px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.qm-vehicle-search__empty{padding:14px;color:#6d6659;font-size:12px}
.qm-top-choices{margin-bottom:10px}
.qm-top-choices>span{display:block;margin-bottom:6px;color:#706e69;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.qm-top-choices>div{display:flex;flex-wrap:wrap;gap:5px}
.qm-vehicle-selector .qm-top-choice,.qm-vehicle-selector .qm-top-choices__toggle{min-height:28px!important;border:1px solid #d4d1ca!important;border-radius:999px!important;background:#f3f2ef!important;background-image:none!important;box-shadow:none!important;padding:3px 9px!important;color:#55524c!important;font-size:10.5px!important;font-weight:650!important;line-height:1.2!important;text-transform:none!important;cursor:pointer}
.qm-vehicle-selector .qm-top-choice:hover,.qm-vehicle-selector .qm-top-choice:focus{border-color:#aaa69f!important;background:#e9e7e2!important;color:#292826!important;outline:0}
.qm-vehicle-selector .qm-top-choice.is-active{border-color:#625f58!important;background:#625f58!important;color:#fff!important}
.qm-vehicle-selector .qm-top-choices__toggle{border-style:dashed!important;background:transparent!important;color:#66635d!important}
.qm-top-choice[hidden]{display:none!important}
.qm-manual-filters{border:1px solid #e5dfd3;border-radius:9px;background:#fff;overflow:hidden}
.qm-manual-filters>summary{padding:11px 13px;color:#4a4336;font-size:12px;font-weight:800;cursor:pointer;list-style-position:inside}
.qm-manual-filters[open]>summary{border-bottom:1px solid #eee8dc;background:#faf8f3}
.qm-vehicle-selector .qm-manual-filters__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;align-items:end;padding:12px}
.qm-manual-filters__grid>.qm-vehicle-selector__field{min-width:0;max-width:100%}
.qm-vehicle-selector__field label{display:block;margin:0 0 6px;color:#4c4c4c;font-size:11px;font-weight:700}
.qm-vehicle-selector select{display:block;width:100%;min-width:0;max-width:100%;min-height:44px;border:1px solid #ded8ca;border-radius:8px;background:#fff;padding:0 11px;color:#222;box-sizing:border-box;box-shadow:none;text-overflow:ellipsis}
.qm-vehicle-selector select:disabled{background:#f5f5f5;color:#999}
.qm-vehicle-selector__submit{grid-column:1/-1;width:100%;max-width:100%;min-height:44px;border:1px solid #b98d28;border-radius:8px;padding:8px 17px;background:linear-gradient(135deg,#e6bf4a,#c99b28);color:#171717;font-weight:800;line-height:1.2;white-space:normal;box-sizing:border-box;cursor:pointer}
.qm-vehicle-selector__submit:hover{filter:brightness(.98)}
.qm-rdw-form{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(320px,1.2fr);gap:14px;align-items:end;padding:15px;border:1px solid #e4d39f;border-radius:10px;background:#f8f3e5}
.qm-rdw-form__copy label{display:block;margin:0;color:#292315;font-size:14px;font-weight:800}.qm-rdw-form__copy small{display:block;margin-top:3px;color:#75684a;font-size:11px}
.qm-rdw-form__controls{display:grid;grid-template-columns:minmax(130px,1fr) auto;gap:9px}.qm-rdw-form__controls input{width:100%;min-height:44px;border:1px solid #cdbb87;border-radius:8px;background:#fff;padding:0 13px;color:#171717;font-size:15px;font-weight:650;box-shadow:none}
.qm-universal-search{position:relative}.qm-universal-search .qm-vehicle-search__results{top:50px}
.qm-rdw-form__submit{min-height:44px;border:1px solid #161616;border-radius:8px;padding:0 17px;background:#1c1c1c;color:#e1c25f;font-weight:800;white-space:nowrap;cursor:pointer}.qm-rdw-form__submit:hover{background:#292929}
.qm-rdw-form__privacy{grid-column:1/-1;margin:0;color:#756f61;font-size:10.5px;line-height:1.4}
.qm-vehicle-selector__divider{display:flex;align-items:center;gap:12px;margin:14px 0;color:#918b80;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.qm-vehicle-selector__divider:before,.qm-vehicle-selector__divider:after{content:"";height:1px;flex:1;background:#e7e1d5}
.qm-vehicle-selector--compact{margin:0 0 20px;padding:16px}
.qm-vehicle-selector--compact .qm-vehicle-selector__title{font-size:18px}

.qm-finder-page{max-width:1260px;margin:0 auto 34px}
.qm-finder-intro{margin-bottom:16px;padding:26px 4px 8px}
.qm-finder-kicker{display:inline-block;color:#a27d28;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800}
.qm-finder-intro h1{margin:4px 0 7px;color:#161616;font-size:34px;line-height:1.12}
.qm-finder-intro p{max-width:760px;margin:0;color:#666;line-height:1.55}
.qm-selected-vehicle{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:17px 18px;border-radius:10px;background:#181818;color:#fff;border-left:4px solid #c9a23b}
.qm-selected-vehicle span{display:block;color:#c6a85c;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:800}
.qm-selected-vehicle strong{display:block;margin-top:2px;font-size:17px}.qm-selected-vehicle small{display:block;margin-top:3px;color:#d8d8d8}
.qm-selected-vehicle a{color:#e1c56e!important;text-decoration:none!important;font-size:12px;font-weight:700;white-space:nowrap}
.qm-finder-results-head{display:flex;align-items:end;justify-content:space-between;margin:24px 0 12px}
.qm-finder-results-head span{display:block;color:#8a7130;text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:800}
.qm-finder-results-head h2{margin:2px 0 0;font-size:22px;color:#202020}
.qm-finder-results-head small{display:block;margin-top:4px;color:#71684f;font-size:11px}
.qm-finder-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.qm-finder-product{display:flex;flex-direction:column;min-width:0;border:1px solid #e7e1d5;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.05)}
.qm-finder-product__image{display:flex;align-items:center;justify-content:center;height:210px;padding:12px;background:#fff;border-bottom:1px solid #f0ece4;text-decoration:none!important}
.qm-finder-product__image img{max-width:100%;max-height:100%;object-fit:contain}.qm-finder-product__image span{color:#aaa;font-size:12px}
.qm-finder-product__body{display:flex;flex:1;flex-direction:column;padding:14px}
.qm-finder-product__proof{display:flex;align-items:center;justify-content:space-between;gap:7px;margin:-2px 0 8px;padding:6px 7px;border-radius:6px;background:#f4f0e5;color:#5e4a1d;font-size:8.5px;line-height:1.2}.qm-finder-product__proof strong{text-transform:uppercase;letter-spacing:.035em}.qm-finder-product__proof span{text-align:right;color:#76653d}
.qm-finder-product__ref{margin-bottom:5px;color:#8b8b8b;font-size:10px}
.qm-finder-product h3{margin:0 0 12px;font-size:14px;line-height:1.4}.qm-finder-product h3 a{color:#222!important;text-decoration:none!important}
.qm-finder-product__bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;margin-bottom:11px}.qm-finder-product__bottom strong{font-size:17px;color:#171717}
.qm-stock-ok{padding:4px 7px;border-radius:999px;background:#edf7ef;color:#2d6d3b;font-size:9px;font-weight:800}
.qm-finder-product__actions{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:6px;margin-top:0}
.qm-finder-product__button{display:flex;align-items:center;justify-content:center;min-height:36px;border:1px solid #cfcdc7;border-radius:7px;padding:7px 9px;background:#f1f1ee;color:#4d4b46!important;text-align:center;text-decoration:none!important;font-size:10.5px;font-weight:750}
.qm-finder-product__button:hover,.qm-finder-product__button:focus{border-color:#aaa69f;background:#e7e6e2;color:#292826!important}
.qm-inline-cart{display:block;margin:0!important;padding:0!important}
.qm-finder-product__cart{appearance:none!important;-webkit-appearance:none!important;width:100%;min-height:36px!important;border:1px solid #66635d!important;border-radius:7px!important;padding:7px 9px!important;background:#66635d!important;background-image:none!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;font-size:10.5px!important;font-weight:750!important;line-height:1.15!important;text-transform:none!important;cursor:pointer}
.qm-finder-product__cart:hover,.qm-finder-product__cart:focus{border-color:#4f4d48!important;background:#4f4d48!important;color:#fff!important;outline:0}
.qm-finder-empty{margin:18px 0;padding:24px;border:1px dashed #d7c99e;border-radius:10px;background:#fbf9f3;color:#4a4437}.qm-finder-empty strong{display:block;margin-bottom:5px;color:#2a271f}.qm-finder-empty p{margin:0;color:#706a5f}.qm-finder-empty--quiet{text-align:center}
.qm-rdw-result{margin:18px 0;border:1px solid #d9c581;border-radius:11px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.045)}
.qm-rdw-result__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:17px 18px;background:#1b1b1b;color:#fff;border-left:4px solid #c9a23b}.qm-rdw-result__head span{display:block;color:#c8a84e;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.qm-rdw-result__head strong{display:block;margin-top:2px;font-size:18px}.qm-rdw-result__head small{display:block;margin-top:3px;color:#ccc}
.qm-rdw-result__facts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.qm-rdw-result__facts span{padding:6px 9px;border:1px solid #4b4637;border-radius:999px;background:#252525;color:#ddd;font-size:10px;letter-spacing:0;text-transform:none}.qm-rdw-result__facts b{color:#e2c362}
.qm-rdw-result__notice{padding:13px 17px;background:#fff9e9;color:#5d4f2d;font-size:12px;line-height:1.45}.qm-rdw-result__notice--success{background:#edf7ef;color:#285535}
.qm-rdw-candidates{padding:0 16px 13px}.qm-rdw-candidate{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 2px;border-top:1px solid #ece6d8}.qm-rdw-candidate strong{display:block;color:#222}.qm-rdw-candidate small{display:block;margin-top:2px;color:#6c6c6c}.qm-rdw-candidate p{margin:5px 0 0;color:#8b7541;font-size:10.5px}.qm-rdw-candidate__action{text-align:right;white-space:nowrap}.qm-rdw-candidate__action span{display:block;margin-bottom:5px;color:#6f633f;font-size:10px;font-weight:800}.qm-rdw-candidate__action a{display:inline-block;border-radius:7px;padding:8px 10px;background:#1c1c1c;color:#e1c25f!important;text-decoration:none!important;font-size:11px;font-weight:800}

@media (max-width:1024px){
  .qm-manual-filters__grid{grid-template-columns:1fr 1fr}.qm-vehicle-selector__submit{grid-column:1/-1}
  .qm-rdw-form{grid-template-columns:1fr}.qm-rdw-form__privacy{grid-column:auto}
  .qm-finder-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .qm-fitment-card__footer{align-items:flex-start;flex-direction:column}.qm-fitment-card__finder{width:100%}
  .qm-vehicle-selector{padding:15px;border-radius:10px}.qm-vehicle-selector__head{margin-bottom:13px}.qm-vehicle-selector__badge{display:none}.qm-vehicle-selector__title{font-size:19px}
  .qm-rdw-form__controls{grid-template-columns:1fr}.qm-rdw-form__submit{width:100%}
  .qm-manual-filters__grid{grid-template-columns:1fr}.qm-vehicle-selector__submit{grid-column:auto;width:100%}
  .qm-vehicle-search{grid-column:auto}.qm-vehicle-search__results{top:75px;max-height:285px}.qm-universal-search .qm-vehicle-search__results{top:50px}.qm-vehicle-search__result{align-items:flex-start}
  .qm-vehicle-selector .qm-top-choice,.qm-vehicle-selector .qm-top-choices__toggle{min-height:32px!important;padding:4px 9px!important;font-size:10.5px!important}.qm-manual-filters>summary{min-height:44px;padding:13px}
  .qm-finder-intro{padding-top:14px}.qm-finder-intro h1{font-size:26px}
  .qm-selected-vehicle{align-items:flex-start;flex-direction:column}.qm-finder-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.qm-finder-product__image{height:160px}
  .qm-rdw-result__head,.qm-rdw-candidate{align-items:flex-start;flex-direction:column}.qm-rdw-result__facts{justify-content:flex-start}.qm-rdw-candidate__action{text-align:left}
}
@media (max-width:480px){.qm-finder-grid{grid-template-columns:1fr}.qm-finder-product__image{height:220px}}

/* v0.3.1 - fail-safe finder error */
.qm-finder-error{margin:16px 0;padding:16px 18px;border:1px solid #e4c983;border-left:4px solid #c99b28;border-radius:10px;background:#fff8e8;color:#4d4023}
.qm-finder-error strong{display:block;margin-bottom:4px;color:#2b2518}
.qm-finder-error p{margin:0;color:#6d6041}

/* v0.10.0 - vehicle-neutral fitment metadata */
.qm-fitment-item__type{display:inline-block;margin:3px 0 1px;padding:2px 6px;border-radius:999px;background:#f5f1e6;color:#80651f;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}

/* v0.10.20 - quieter finder controls and RDW-assisted manual selection */
.qm-vehicle-selector .qm-vehicle-search__results{
  border-color:#d8d6d1!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(24,24,24,.14)!important;
}
.qm-vehicle-selector .qm-vehicle-search__result{
  border:0!important;
  border-bottom:1px solid #e8e7e3!important;
  border-radius:0!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#2d2d2b!important;
}
.qm-vehicle-selector .qm-vehicle-search__result:hover,
.qm-vehicle-selector .qm-vehicle-search__result:focus{
  background:#f1f1ee!important;
  color:#181817!important;
}
.qm-vehicle-selector .qm-vehicle-search__result small{
  color:#75736d!important;
}
.qm-vehicle-selector .qm-vehicle-selector__submit{
  border-color:#66635d!important;
  background:#66635d!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#fff!important;
}
.qm-vehicle-selector .qm-vehicle-selector__submit:hover,
.qm-vehicle-selector .qm-vehicle-selector__submit:focus{
  border-color:#4f4d48!important;
  background:#4f4d48!important;
  color:#fff!important;
  outline:0;
}
.qm-rdw-selector-suggestion{
  margin:0 0 12px;
  padding:11px 13px;
  border:1px solid #d9ddd8;
  border-left:3px solid #6f776f;
  border-radius:8px;
  background:#f4f6f3;
  color:#343934;
}
.qm-rdw-selector-suggestion>span{
  display:block;
  margin-bottom:2px;
  color:#687068;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.qm-rdw-selector-suggestion>strong{display:block;font-size:13px;line-height:1.35}
.qm-rdw-selector-suggestion>small{display:block;margin-top:2px;color:#687068;font-size:10.5px;line-height:1.4}

/* v0.10.21 - type-first vehicle filtering */
.qm-vehicle-type-choices{
  margin:0 0 12px;
  padding:11px 12px;
  border:1px solid #deddd8;
  border-radius:9px;
  background:#f7f7f5;
}
.qm-vehicle-type-choices>span{
  display:block;
  margin-bottom:7px;
  color:#5d5b56;
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.qm-vehicle-type-choices>div{display:flex;flex-wrap:wrap;gap:7px}
.qm-vehicle-selector .qm-vehicle-type-choice{
  display:flex!important;
  min-width:112px;
  min-height:42px!important;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:1px solid #ceccc6!important;
  border-radius:8px!important;
  padding:7px 10px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#44423e!important;
  cursor:pointer;
}
.qm-vehicle-selector .qm-vehicle-type-choice:hover,
.qm-vehicle-selector .qm-vehicle-type-choice:focus{
  border-color:#817e77!important;
  background:#efefec!important;
}
.qm-vehicle-selector .qm-vehicle-type-choice.is-active{
  border-color:#66635d!important;
  background:#66635d!important;
  color:#fff!important;
}
.qm-vehicle-type-choice strong{font-size:12px;line-height:1.15}
.qm-vehicle-type-choice small{color:#838078;font-size:9px;white-space:nowrap}
.qm-vehicle-type-choice.is-active small{color:#e4e3df}
.qm-vehicle-type-choices>small{display:block;margin-top:7px;color:#77746e;font-size:9.5px}
.qm-vehicle-selector .qm-top-choice.is-type-hidden{display:none!important}

@media (max-width:767px){
  .qm-vehicle-type-choices{padding:10px}
  .qm-vehicle-selector .qm-vehicle-type-choice{flex:1 1 calc(50% - 7px);min-width:0}
}

/* v0.10.26 - calm, evidence-bound PePe exploded-view frontend */
.qm-exploded{
  margin:18px 0 22px;
  overflow:hidden;
  border:1px solid #d8d6d0;
  border-radius:11px;
  background:#f7f7f5;
  box-shadow:0 5px 18px rgba(29,29,27,.055);
  color:#292927;
}
.qm-exploded [hidden]{display:none!important}
.qm-exploded__intro{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px;
  background:#66635d;
  color:#fff;
}
.qm-exploded__intro span{
  display:block;
  margin-bottom:3px;
  color:#e4e3df;
  font-size:9px;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.qm-exploded__intro h2{margin:0;color:#fff;font-size:20px;line-height:1.25}
.qm-exploded__intro p{max-width:680px;margin:6px 0 0;color:#efefec;font-size:12px;line-height:1.45}
.qm-exploded__summary{
  min-width:116px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:8px;
  padding:9px 11px;
  background:rgba(255,255,255,.09);
  color:#f4f4f1;
  text-align:right;
  font-size:11px;
}
.qm-exploded__summary strong{font-size:19px;line-height:1}
.qm-exploded__summary small{display:block;margin-top:3px;color:#e4e3df;font-size:9.5px}
.qm-exploded__picker{padding:15px 18px;border-bottom:1px solid #dedcd6;background:#efefec}
.qm-exploded__picker label{display:block;margin-bottom:5px;color:#56544f;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}
.qm-exploded__picker select{
  width:100%;
  min-height:42px;
  border:1px solid #c7c5bf;
  border-radius:7px;
  padding:8px 36px 8px 11px;
  background-color:#fff;
  color:#242422;
  box-shadow:none;
  font-size:13px;
}
.qm-exploded-view{padding:18px}
.qm-exploded-view__head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:13px}
.qm-exploded-view__head span:first-child{display:block;margin-bottom:2px;color:#77746e;font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.qm-exploded-view__head h3{margin:0;color:#242422;font-size:17px;line-height:1.3}
.qm-exploded-view__count{border:1px solid #d2d0ca;border-radius:999px;padding:5px 9px;background:#fff;color:#66635d;font-size:9.5px;font-weight:800;white-space:nowrap}
.qm-exploded-view__workspace{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(190px,.45fr);gap:14px;align-items:start}
.qm-exploded-view__drawing{margin:0;border:1px solid #dedcd6;border-radius:9px;padding:14px;background:#fff;text-align:center}
.qm-exploded-view__drawing img{display:block;width:100%;max-height:600px;object-fit:contain;margin:0 auto}
.qm-exploded-view__drawing-error{display:block;border:1px dashed #d0cec8;border-radius:7px;padding:28px 16px;background:#f7f7f5;color:#77746e;font-size:11px;line-height:1.45}
.qm-exploded-view__drawing figcaption{margin-top:9px;color:#85827c;font-size:9.5px;line-height:1.4}
.qm-exploded-view__positions{border:1px solid #dedcd6;border-radius:9px;padding:13px;background:#fff}
.qm-exploded-view__positions>span{display:block;margin-bottom:9px;color:#57554f;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.qm-exploded-view__positions>div{display:flex;flex-wrap:wrap;gap:6px}
.qm-exploded-view__positions button{
  appearance:none!important;
  -webkit-appearance:none!important;
  min-width:30px!important;
  min-height:28px!important;
  border:1px solid #cfcdc7!important;
  border-radius:999px!important;
  padding:3px 8px!important;
  background:#f1f1ee!important;
  background-image:none!important;
  color:#55524c!important;
  box-shadow:none!important;
  text-shadow:none!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
  text-transform:none!important;
  cursor:pointer;
}
.qm-exploded-view__positions button:hover,.qm-exploded-view__positions button:focus{border-color:#aaa69f!important;background:#e7e6e2!important;background-image:none!important;color:#292826!important;outline:0}
.qm-exploded-view__positions button.is-active,.qm-exploded-view__positions button.is-active:hover,.qm-exploded-view__positions button.is-active:focus{border-color:#66635d!important;background:#66635d!important;background-image:none!important;color:#fff!important}
.qm-exploded-view__positions>small{display:block;margin-top:10px;color:#89867f;font-size:9.5px;line-height:1.4}
.qm-exploded-view__products{display:grid;gap:8px;margin-top:14px}
.qm-exploded-part{
  display:grid;
  grid-template-columns:38px 66px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  border:1px solid #dedcd6;
  border-radius:8px;
  padding:8px 10px;
  background:#fff;
}
.qm-exploded-part.is-filtered-out{display:none}
.qm-exploded-part__position{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#66635d;color:#fff;font-size:12px;font-weight:800}
.qm-exploded-part__image{display:flex;align-items:center;justify-content:center;width:66px;height:58px;overflow:hidden;border-radius:6px;background:#f4f4f1;color:#8b8983!important;text-decoration:none!important;font-size:8px;text-align:center}
.qm-exploded-part__image img{display:block;width:100%;height:100%;object-fit:contain}
.qm-exploded-part__content{min-width:0}
.qm-exploded-part__content small,.qm-exploded-part__content span{display:block;color:#7b7871;font-size:9.5px;line-height:1.35}
.qm-exploded-part__content strong{display:block;margin:2px 0;color:#282826;font-size:12.5px;line-height:1.35}
.qm-exploded-part__content strong a{color:#282826!important;text-decoration:none!important}
.qm-exploded-part__content strong a:hover{text-decoration:underline!important}
.qm-exploded-part__action{min-width:174px;text-align:right}
.qm-exploded-part__action>strong{display:block;color:#272725;font-size:12px}
.qm-exploded-part__action>small{display:block;margin:1px 0 5px;color:#55705a;font-size:8.5px;font-weight:700}
.qm-exploded-part__buttons{display:flex;align-items:stretch;justify-content:flex-end;gap:5px}
.qm-exploded-part__view{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border:1px solid #cfcdc7;border-radius:6px;padding:5px 8px;background:#f1f1ee;color:#4d4b46!important;text-decoration:none!important;font-size:9.5px;font-weight:750}
.qm-exploded-part__view:hover,.qm-exploded-part__view:focus{border-color:#aaa69f;background:#e7e6e2;color:#292826!important}
.qm-exploded-part__buttons .qm-inline-cart button{appearance:none!important;-webkit-appearance:none!important;min-height:30px!important;border:1px solid #66635d!important;border-radius:6px!important;padding:5px 9px!important;background:#66635d!important;background-image:none!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;font-size:9.5px!important;font-weight:750!important;line-height:1.1!important;text-transform:none!important;white-space:nowrap;cursor:pointer}
.qm-exploded-part__buttons .qm-inline-cart button:hover,.qm-exploded-part__buttons .qm-inline-cart button:focus{border-color:#4f4d48!important;background:#4f4d48!important;color:#fff!important;outline:0}
.qm-exploded-view__no-position{margin:0;border:1px dashed #d4d1ca;border-radius:8px;padding:13px;background:#fafaf8;color:#77746f;font-size:11px;text-align:center}
.qm-exploded-view__source{margin-top:13px;color:#85827c;font-size:9.5px;line-height:1.4}
.qm-exploded-view__source a{color:#5c5953!important;text-decoration:underline!important}

@media (max-width:767px){
  .qm-exploded__intro{flex-direction:column;padding:16px}.qm-exploded__summary{width:100%;text-align:left}
  .qm-exploded__picker,.qm-exploded-view{padding:13px}
  .qm-exploded-view__workspace{grid-template-columns:1fr}.qm-exploded-view__drawing{padding:9px}.qm-exploded-view__drawing img{max-height:440px}
  .qm-exploded-part{grid-template-columns:34px 52px minmax(0,1fr)}
  .qm-exploded-part__image{width:52px;height:52px}.qm-exploded-part__action{grid-column:2/-1;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:7px;text-align:left}
  .qm-exploded-part__action>small{margin:0}.qm-exploded-part__buttons{justify-self:end}
}

/* v0.10.36 - neutral type filter for the confirmed-product grid. */
.qm-part-type-filter{
  margin:0 0 15px;
  border:1px solid #dedbd3;
  border-radius:11px;
  padding:13px;
  background:#f8f7f4;
}
.qm-part-type-filter__intro{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}
.qm-part-type-filter__intro strong{color:#34332f;font-size:12px}
.qm-part-type-filter__intro small{max-width:690px;color:#77736b;font-size:9.5px;line-height:1.4;text-align:right}
.qm-part-type-filter__choices{display:flex;flex-wrap:wrap;gap:7px}
.qm-part-type-filter__choices button{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:34px!important;
  border:1px solid #cbc8c0!important;
  border-radius:999px!important;
  padding:6px 9px 6px 11px!important;
  background:#efeeea!important;
  background-image:none!important;
  color:#4d4b46!important;
  box-shadow:none!important;
  text-shadow:none!important;
  font-size:10.5px!important;
  font-weight:750!important;
  line-height:1.1!important;
  text-transform:none!important;
  cursor:pointer;
}
.qm-part-type-filter__choices button strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:21px;
  height:21px;
  border-radius:999px;
  padding:0 6px;
  background:#dad8d1;
  color:#4e4c47;
  font-size:9px;
  line-height:1;
}
.qm-part-type-filter__choices button:hover,.qm-part-type-filter__choices button:focus{
  border-color:#9d9990!important;
  background:#e4e2dd!important;
  color:#242320!important;
  outline:0;
}
.qm-part-type-filter__choices button.is-active,.qm-part-type-filter__choices button.is-active:hover,.qm-part-type-filter__choices button.is-active:focus{
  border-color:#66635d!important;
  background:#66635d!important;
  color:#fff!important;
}
.qm-part-type-filter__choices button.is-active strong{background:#fff;color:#56534e}
.qm-finder-product[hidden]{display:none!important}
.qm-finder-product__type{align-self:flex-start;margin:0 0 6px;border-radius:999px;padding:4px 7px;background:#eceae4;color:#625e55;font-size:8.5px;font-weight:750;line-height:1.1}
.qm-part-type-filter__empty{margin:0;border:1px dashed #d3d0c8;border-radius:9px;padding:15px;background:#faf9f6;color:#6d6961;font-size:11px;text-align:center}

@media (max-width:720px){
  .qm-part-type-filter__intro{align-items:flex-start;flex-direction:column;gap:4px}
  .qm-part-type-filter__intro small{text-align:left}
  .qm-part-type-filter__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .qm-part-type-filter__choices button{justify-content:space-between!important;width:100%}
}
@media (max-width:420px){.qm-part-type-filter__choices{grid-template-columns:1fr}}
