@charset "UTF-8";
/* Общий контейнер инфо-блока в антикварном стиле */
/* line 3, theme.scss */
.product-info-wrapper.antique-style {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2vw;
  font-family: 'Georgia', serif;
  background: #fdf6e3;
  color: #333;
  /* Общий стиль для всех блоков-карточек */
  /* Описание товара */
  /* Характеристики */
  /* Энциклопедия автора */ }
  /* line 12, theme.scss */
  .product-info-wrapper.antique-style .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 22, theme.scss */
  .product-info-wrapper.antique-style .product-description {
    font-size: 1.125rem; }
    /* line 24, theme.scss */
    .product-info-wrapper.antique-style .product-description a {
      word-break: break-word; }
    @media screen and (max-width: 767px) {
      /* line 22, theme.scss */
      .product-info-wrapper.antique-style .product-description {
        font-size: 1rem; } }
  /* line 29, theme.scss */
  .product-info-wrapper.antique-style .product-characteristics .properties-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    /* line 34, theme.scss */
    .product-info-wrapper.antique-style .product-characteristics .properties-grid .property-card {
      flex: 1 1 200px;
      background: #fff8e7;
      border: 1px solid #d6c6a8;
      padding: 0.8vw 1vw;
      border-radius: 6px; }
      /* line 41, theme.scss */
      .product-info-wrapper.antique-style .product-characteristics .properties-grid .property-card .property-name {
        font-weight: bold;
        margin-bottom: 5px;
        border-bottom: 1px dotted #d6c6a8; }
      /* line 47, theme.scss */
      .product-info-wrapper.antique-style .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 59, theme.scss */
  .product-info-wrapper.antique-style .product-encyclopedia {
    margin-top: 30px;
    padding: 20px;
    background: #fffdf8;
    border-left: 5px solid #c5a46d; }
    /* line 65, theme.scss */
    .product-info-wrapper.antique-style .product-encyclopedia h3 {
      margin-bottom: 15px;
      font-size: 1.4rem;
      border-bottom: 1px double #d6c6a8;
      padding-bottom: 8px; }
    /* line 72, theme.scss */
    .product-info-wrapper.antique-style .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 87, theme.scss */
      .product-info-wrapper.antique-style .product-encyclopedia .encyclopedia-toggle:hover {
        background: #c5a46d;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
    /* line 93, theme.scss */
    .product-info-wrapper.antique-style .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 100, theme.scss */
      .product-info-wrapper.antique-style .product-encyclopedia .product-encyclopedia-content .js-bio-text p {
        margin-bottom: 1em; }
    /* line 103, theme.scss */
    .product-info-wrapper.antique-style .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: "🏺 "; }
