/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/styles/product.css ***!
  \*****************************************************************************/
/* карточка продукта (бота) */
/* ========================
   Секция: карточка товара
   ======================== */
.product-wrap{max-width:1100px;margin:0 auto;padding:32px 16px;font:16px/1.5 system-ui,sans-serif}
  .muted{color:#666}
  .dl{display:grid;grid-template-columns:180px 1fr;gap:8px 16px}
  .dl dt{color:#666}
  .thumb{max-width:360px}
  .thumb img{border-radius:12px;display:block;width:100%;height:auto}
  .stat{display:inline-block;margin-right:12px}







