@charset "UTF-8";
/* Общий контейнер инфо-блока в антикварном стиле */
/* line 3, theme.scss */
.product-info-wrapper.antique-style {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2vw;
  font-family: 'Georgia', serif;
  background: #fdf6e3;
  color: #333; }

/* Общий стиль для всех блоков-карточек */
/* line 13, theme.scss */
.antique-box {
  background: #ffffff;
  border: 1px solid #d6c6a8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 1.5vw;
  margin-bottom: 2vw;
  border-radius: 6px; }

/* Описание товара */
/* line 23, theme.scss */
.product-description {
  font-size: 1.125rem; }
  /* line 25, theme.scss */
  .product-description a {
    word-break: break-word; }
  @media screen and (max-width: 767px) {
    /* line 23, theme.scss */
    .product-description {
      font-size: 1rem; } }

/* Характеристики */
/* line 30, theme.scss */
.product-characteristics .properties-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }
  /* line 35, theme.scss */
  .product-characteristics .properties-grid .property-card {
    flex: 1 1 200px;
    background: #fff8e7;
    border: 1px solid #d6c6a8;
    padding: 0.8vw 1vw;
    border-radius: 6px; }
    /* line 42, theme.scss */
    .product-characteristics .properties-grid .property-card .property-name {
      font-weight: bold;
      margin-bottom: 5px;
      border-bottom: 1px dotted #d6c6a8; }
    /* line 48, theme.scss */
    .product-characteristics .properties-grid .property-card .property-value {
      display: inline-block;
      background: #fdf1d6;
      padding: 2px 8px;
      margin: 4px 4px 0 0;
      border-radius: 4px;
      font-size: 0.9rem; }

/* Энциклопедия автора */
/* line 60, theme.scss */
.product-encyclopedia {
  margin-top: 30px;
  padding: 20px;
  background: #fffdf8;
  border-left: 5px solid #c5a46d; }
  /* line 66, theme.scss */
  .product-encyclopedia h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    border-bottom: 1px double #d6c6a8;
    padding-bottom: 8px; }
  /* line 73, theme.scss */
  .product-encyclopedia .encyclopedia-toggle {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 25px;
    background: #d6c6a8;
    color: #3b2f23;
    border: 1px solid #bba684;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s; }
    /* line 88, theme.scss */
    .product-encyclopedia .encyclopedia-toggle:hover {
      background: #c5a46d;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  /* line 94, theme.scss */
  .product-encyclopedia .product-encyclopedia-content {
    display: none;
    /* Управляется через JS */
    padding-top: 15px;
    border-top: 1px dotted #d6c6a8;
    line-height: 1.8;
    font-size: 1.1rem; }
    /* line 101, theme.scss */
    .product-encyclopedia .product-encyclopedia-content .js-bio-text p {
      margin-bottom: 1em; }
  /* line 104, theme.scss */
  .product-encyclopedia .all-books-link {
    display: inline-block;
    margin-top: 15px;
    color: #8b4513;
    font-weight: bold;
    text-decoration: underline; }

/* Иконки для параметров */
/* line 114, theme.scss */
.icon-knigi::before {
  content: "📚 "; }

/* line 115, theme.scss */
.icon-kartiny::before {
  content: "🖼 "; }

/* line 116, theme.scss */
.icon-zhivopis::before {
  content: "🎨 "; }

/* line 117, theme.scss */
.icon-grafika::before {
  content: "✏️ "; }

/* line 118, theme.scss */
.icon-gravyury::before {
  content: "🖋 "; }

/* line 119, theme.scss */
.icon-statuetki::before {
  content: "🗿 "; }

/* line 120, theme.scss */
.icon-chasy::before {
  content: "⏰ "; }

/* line 121, theme.scss */
.icon-dpi::before {
  content: "🏺 "; }
