@charset "UTF-8";
/* МУЗЕЙНЫЙ ЭТАЛОН: СТИЛЬ ОПИСАНИЯ И ХАРАКТЕРИСТИК */
/* 1. ГЛАВНЫЕ ЗАГОЛОВКИ (Описание предмета, Характеристики) */
/* line 5, theme.scss */
.expert-description-style h3,
.product-description h3,
.product-characteristics h3,
.section-title {
  font-family: 'PT Serif', serif !important;
  color: #847e6a !important;
  /* Холодная бронза */
  text-transform: uppercase !important;
  letter-spacing: clamp(4px, 1vw, 8px) !important;
  font-size: 22px !important;
  font-weight: normal !important;
  text-align: center !important;
  display: block !important;
  margin: 40px auto !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(132, 126, 106, 0.2) !important;
  width: 100% !important;
  background: transparent !important; }

/* 2. ТЕКСТ ВНУТРИ (Материал, Мануфактура, Состояние и т.д.) */
/* line 25, theme.scss */
.expert-description-style,
.description-content {
  font-family: 'PT Serif', serif !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: #1a1a1a !important;
  text-align: justify !important;
  /* ВСЕ ВАШИ КРАСНЫЕ КВАДРАТЫ: делаем жирный текст бронзовым */
  /* Обычные абзацы */
  /* Подзаголовки с полоской слева (если будете использовать Заголовок 4) */ }
  /* line 34, theme.scss */
  .expert-description-style strong, .expert-description-style b,
  .description-content strong,
  .description-content b {
    color: #847e6a !important;
    font-weight: bold !important; }
  /* line 40, theme.scss */
  .expert-description-style p, .expert-description-style span,
  .description-content p,
  .description-content span {
    font-family: 'PT Serif', serif !important;
    margin-bottom: 15px !important; }
  /* line 46, theme.scss */
  .expert-description-style h4,
  .description-content h4 {
    color: #847e6a !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-left: 3px solid #847e6a !important;
    padding-left: 20px !important;
    margin: 40px 0 20px !important; }

/* 3. ХАРАКТЕРИСТИКИ (ПЛАШКИ) */
/* line 57, theme.scss */
.product-characteristics .property-card {
  background: #f9f8f5 !important;
  border: 1px solid rgba(132, 126, 106, 0.2) !important;
  border-radius: 0 !important; }
  /* line 62, theme.scss */
  .product-characteristics .property-card .property-name {
    font-family: 'PT Serif', serif !important;
    color: #847e6a !important;
    text-transform: uppercase !important;
    font-size: 11px !important; }
  /* line 69, theme.scss */
  .product-characteristics .property-card .property-value {
    font-family: 'PT Serif', serif !important;
    color: #1a1a1a !important; }
    /* line 72, theme.scss */
    .product-characteristics .property-card .property-value::before {
      content: "— ";
      color: #847e6a; }
    /* line 73, theme.scss */
    .product-characteristics .property-card .property-value .property-gold-bullet, .product-characteristics .property-card .property-value i {
      display: none !important; }
