/* ── Страницы моделей — единый стиль ── */


/* Кнопка заказа */
.t-btn {
  background: #b87333 !important;
  border-color: #b87333 !important;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 2px !important;
}
.t-btn:hover { background: #9a5e22 !important; }

/* Фон страницы */
.t-body { background: #faf7f3 !important; }