.mobile-catalog{display:none}
@media screen and (max-width:760px){
  .desktop-catalog{display:none}
  .mobile-catalog{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;padding:14px;background:#f3f6fb}
  .mc-card{min-width:0;border:1px solid #dce5f1;border-radius:14px;padding:16px;background:#fff;color:#172b4a;box-shadow:0 3px 12px rgba(24,44,78,.04);overflow-wrap:anywhere}
  .workspace .mc-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;position:static;inset:auto;z-index:auto;height:auto;min-height:0;padding:0;margin:0;border:0;background:transparent;box-shadow:none}
  .mc-sku{font-size:13px;font-weight:750;color:#245bd5;line-height:1.5}
  .mc-status{flex:none;padding:4px 9px;border-radius:20px;background:#e9f7f2;color:#17664f;font-size:12px;font-weight:650}
  .mc-card .mc-name{margin:10px 0 5px;font-size:18px;font-weight:750;line-height:1.4;letter-spacing:0}
  .mc-card .mc-vehicle{margin:0 0 15px;color:#536883;font-size:14px;line-height:1.6}
  .mc-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .mc-photo{margin:0;min-width:0}
  .mc-photo>div{height:126px;border:1px solid #dce5f1;border-radius:10px;background:#f8faff;display:flex;align-items:center;justify-content:center;overflow:hidden}
  .mc-photo img{display:block;width:100%;height:100%;object-fit:contain}
  .mc-photo-empty{font-size:13px;color:#64758d}
  .mc-photo figcaption{margin:6px 0 0;font-size:12px;line-height:1.5;color:#526681;text-align:center}
  .mc-configurations{margin-top:16px;border-top:1px solid #e3eaf3}
  .mc-configurations>summary{min-height:48px;padding:13px 0;box-sizing:border-box;font-size:14px;font-weight:750;line-height:1.6;cursor:pointer;color:#264873}
  .mc-configurations>summary:focus-visible,.mc-card .mc-edit:focus-visible{outline:3px solid #4778e7;outline-offset:3px;border-radius:5px}
  .mc-configuration-list{margin:0;padding:0;list-style:none}
  .mc-configuration{padding:13px 0;border-top:1px solid #e7edf5}
  .mc-specs{margin:0}
  .mc-specs>div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:9px;margin:0 0 8px;font-size:14px;line-height:1.6}
  .mc-specs dt{color:#5b6d84}
  .mc-specs dd{margin:0;font-weight:600;white-space:pre-wrap}
  .mc-prices{display:flex;flex-wrap:wrap;justify-content:space-between;gap:7px 14px;margin-top:10px}
  .mc-prices p{display:flex;align-items:baseline;gap:8px;margin:0;font-size:13px;line-height:1.5}
  .mc-prices p>span{color:#5b6d84}
  .mc-prices strong{color:#173e85;font-size:17px;font-variant-numeric:tabular-nums}
  .mc-prices .mc-cost b{font-size:13px;font-weight:650;color:#526681;font-variant-numeric:tabular-nums}
  .mc-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e3eaf3;padding-top:12px;margin-top:1px}
  .mc-card-footer p{margin:0;font-size:14px;color:#536883;line-height:1.6}
  .mc-card-footer strong{color:#1d3454;font-weight:750}
  .mc-card .mc-edit{min-height:44px;min-width:108px;padding:10px 15px;border:1px solid #cbd9ef;border-radius:9px;font-size:14px;font-weight:650;line-height:1.5;color:#204e9c;background:#f8faff;cursor:pointer;touch-action:manipulation}
}
@media screen and (max-width:360px){.mobile-catalog{padding:10px;gap:10px}.mc-card{padding:12px}.mc-photos{gap:9px}.mc-photo>div{height:105px}.mc-specs>div{grid-template-columns:76px minmax(0,1fr);gap:7px}}
@media print{.mobile-catalog{display:none!important}}
