/* buy-modal.css — modal Koupit s prodejci (sdílené) */
.bm_bd{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:200}
.bm_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:201;
  width:min(480px,92vw);max-height:88vh;overflow:auto;background:#fff;border-radius:16px;
  box-shadow:0 24px 60px rgba(0,0,0,.35);padding:26px 26px 22px;font-family:Assistant,sans-serif}
.bm_close{position:absolute;top:10px;right:12px;width:34px;height:34px;border:0;background:none;
  font-size:26px;line-height:1;cursor:pointer;color:#666}
.bm_close:hover{color:#e4002b}
.bm_product{display:flex;align-items:center;gap:16px}
.bm_img{width:84px;height:84px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.bm_img img{max-width:100%;max-height:100%;object-fit:contain}
.bm_name{font-weight:700;font-size:17px;color:#121212;line-height:1.3}
.bm_sub{margin:14px 0 0;font-size:14px;color:#555;line-height:1.45}
.bm_logos{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.bm_logo{display:flex;align-items:center;justify-content:center;height:56px;border:1px solid #e8e8e8;
  border-radius:10px;padding:8px;transition:.15s;background:#fff}
.bm_logo:hover{border-color:#e4002b;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.bm_logo img{max-width:100%;max-height:100%;object-fit:contain}
.bm_all{display:inline-block;margin-top:16px;font-weight:700;font-size:14px;color:#e4002b}
@media screen and (max-width:480px){.bm_logos{grid-template-columns:repeat(2,1fr)}}
