@charset "UTF-8";
/* ============================================================
   ВОЗВРАТ СТИЛЯ: МУЗЕЙНЫЙ ПАСПОРТ (CHRISTIE'S STYLE)
   ============================================================ */
@import url("https://fonts.googleapis.com");
/* 1. ГЛОБАЛЬНЫЙ ШРИФТ И ФОН (ОБЯЗАТЕЛЬНО) */
/* line 9, theme.scss */
body, p, .description-content, .property-value, .property-name {
  font-family: 'PT Serif', serif !important; }

/* 2. ЗАГОЛОВКИ: ОПИСАНИЕ И ХАРАКТЕРИСТИКИ (ЦЕНТР + БРОНЗА) */
/* line 14, theme.scss */
.product-description h3,
.product-characteristics h3,
.section-title,
.antique-box h3 {
  font-family: 'PT Serif', serif !important;
  color: #847e6a !important;
  /* Холодная бронза */
  text-transform: uppercase !important;
  letter-spacing: 6px !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; }

/* 3. ТЕКСТ ОПИСАНИЯ (ВОЗВРАЩАЕМ КНИЖНЫЙ ВИД) */
/* line 33, theme.scss */
.description-content,
.description-content p {
  font-family: 'PT Serif', serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #1a1a1a !important;
  text-align: justify !important;
  margin-bottom: 20px !important; }

/* Внутренние заголовки в описании (с полоской слева) */
/* line 44, theme.scss */
.description-content h4,
.description-content h5 {
  font-family: 'PT Serif', serif !important;
  color: #847e6a !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  letter-spacing: 2px !important;
  border-left: 3px solid #847e6a !important;
  padding-left: 20px !important;
  margin-top: 40px !important;
  font-weight: bold !important; }

/* 4. ХОЛОДНЫЕ ПЛАШКИ ХАРАКТЕРИСТИК (ИСПРАВЛЕННЫЙ ЦВЕТ) */
/* line 58, theme.scss */
.product-characteristics .properties-grid .property-card {
  background: #f9f8f5 !important;
  /* Холодный светлый фон */
  border: 1px solid rgba(132, 126, 106, 0.2) !important;
  border-radius: 0 !important;
  padding: 15px 20px !important; }
  /* line 64, theme.scss */
  .product-characteristics .properties-grid .property-card .property-name {
    font-family: 'PT Serif', serif !important;
    color: #847e6a !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important; }
  /* line 72, theme.scss */
  .product-characteristics .properties-grid .property-card .property-value {
    font-family: 'PT Serif', serif !important;
    background: transparent !important;
    color: #1a1a1a !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    /* Убираем лишнее, оставляем только ОДНО тире */ }
    /* line 81, theme.scss */
    .product-characteristics .properties-grid .property-card .property-value .property-gold-bullet, .product-characteristics .properties-grid .property-card .property-value i {
      display: none !important; }
    /* line 82, theme.scss */
    .product-characteristics .properties-grid .property-card .property-value::before {
      content: "—" !important;
      color: #938d7a;
      margin-right: 10px; }

/* 5. КНОПКИ (СОХРАНЯЕМ ВАШ СТИЛЬ) */
/* line 91, theme.scss */
.btn-buy, .price--request, .button {
  background: transparent !important;
  border: 1px solid #847e6a !important;
  color: #847e6a !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border-radius: 0 !important;
  font-family: 'PT Serif', serif !important; }
