@charset "UTF-8";
/* 
   THEME.SCSS | PREMIUM ANTIQUE EDITION
   Standards: BEM, DRY, SCSS Nesting
*/
/* line 39, theme.scss */
.description-content,
.expert-description-style,
.product-characteristics {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.9;
  color: #1a1a1a; }
  /* line 47, theme.scss */
  .description-content strong, .description-content b,
  .expert-description-style strong,
  .expert-description-style b,
  .product-characteristics strong,
  .product-characteristics b {
    color: #847e6a;
    font-weight: bold; }
  /* line 52, theme.scss */
  .description-content h3,
  .expert-description-style h3,
  .product-characteristics h3 {
    font-family: "PT Serif", serif;
    color: #847e6a;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    display: block;
    letter-spacing: 6px;
    font-size: 22px;
    margin: 40px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(132, 126, 106, 0.2);
    width: 100%; }
  /* line 62, theme.scss */
  .description-content h4,
  .expert-description-style h4,
  .product-characteristics h4 {
    color: #847e6a;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-left: 3px solid #847e6a;
    padding-left: 20px;
    margin: 40px 0 20px; }

/* line 73, theme.scss */
.product-characteristics .properties-grid .property-card {
  background: #f8f5f1;
  border: 1px solid rgba(132, 126, 106, 0.2);
  padding: 15px 20px; }
  /* line 78, theme.scss */
  .product-characteristics .properties-grid .property-card .property-name {
    color: #847e6a;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  /* line 85, theme.scss */
  .product-characteristics .properties-grid .property-card .property-value {
    color: #1a1a1a;
    display: flex;
    align-items: center; }
    /* line 90, theme.scss */
    .product-characteristics .properties-grid .property-card .property-value .property-gold-bullet, .product-characteristics .properties-grid .property-card .property-value i {
      display: none; }
    /* line 91, theme.scss */
    .product-characteristics .properties-grid .property-card .property-value::before {
      content: "—";
      color: #9d9784;
      margin-right: 10px; }

/* line 102, theme.scss */
.collection-products {
  background-color: #f4f1ea;
  padding-top: 40px; }

/* line 107, theme.scss */
.product-card {
  box-shadow: none;
  border: none;
  background: transparent;
  transition: 0.3s ease-in-out; }
  /* line 113, theme.scss */
  .product-card:hover {
    opacity: 0.8; }
  /* line 115, theme.scss */
  .product-card__title {
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #1a1a1a;
    text-align: center;
    margin-top: 15px; }
  /* line 125, theme.scss */
  .product-card__price, .product-card__price-request {
    font-family: "PT Serif", serif;
    color: #B5A16B;
    text-align: center;
    font-size: 16px; }

/* line 134, theme.scss */
.article-preview__title {
  font-family: "PT Serif", serif;
  font-size: 20px;
  transition: 0.3s ease-in-out; }
  /* line 138, theme.scss */
  .article-preview__title:hover {
    color: #B5A16B; }
/* line 140, theme.scss */
.article-preview__intro {
  font-family: "PT Serif", serif;
  text-align: justify;
  color: #444; }
/* line 145, theme.scss */
.article-preview__date {
  font-family: "PT Serif", serif;
  font-style: italic;
  color: #9e894f; }

/* line 155, theme.scss */
.reviews__title, .reviews .heading {
  font-family: "PT Serif", serif;
  color: #847e6a;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #333;
  letter-spacing: 12px;
  font-size: 20px;
  margin: 60px auto 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 800px; }

/* line 165, theme.scss */
.masonry-reviews-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  height: auto !important; }
  /* line 172, theme.scss */
  .masonry-reviews-list .masonry-reviews-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(50% - 15px);
    transform: none !important; }
    @media (max-width: 767px) {
      /* line 172, theme.scss */
      .masonry-reviews-list .masonry-reviews-item {
        width: 100%; } }
    /* line 181, theme.scss */
    .masonry-reviews-list .masonry-reviews-item__content {
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid rgba(181, 161, 107, 0.4);
      padding: 20px 25px; }

/* line 189, theme.scss */
.reviews__text {
  font-family: "PT Serif", serif;
  font-style: italic;
  text-align: justify; }

/* line 198, theme.scss */
.footer {
  background-color: #621d0e;
  padding: 80px 0 40px;
  color: #f4f1ea;
  border-top: 1px solid rgba(207, 181, 59, 0.3); }
  /* line 204, theme.scss */
  .footer .footer-block__title, .footer h4 {
    color: #cfb53b;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px; }
  /* line 211, theme.scss */
  .footer a {
    color: #f4f1ea;
    opacity: 0.8;
    transition: 0.3s ease-in-out; }
    /* line 215, theme.scss */
    .footer a:hover {
      color: #cfb53b;
      opacity: 1; }

/* line 219, theme.scss */
.label {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 0; }
  /* line 225, theme.scss */
  .label-new {
    background: #f4f1ea;
    color: #B5A16B;
    border: 1px solid #cfb53b; }
  /* line 226, theme.scss */
  .label-museum, .label-first-edition {
    background: #621d0e;
    color: #fff; }
  /* line 227, theme.scss */
  .label-collection {
    background: #B5A16B;
    color: #fff; }
  /* line 228, theme.scss */
  .label-discount {
    background: #847e6a;
    color: #fff; }

/* line 231, theme.scss */
.btn-preorder {
  background: transparent;
  border: 1px solid #dcd9d0;
  color: #8d7a47;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s ease-in-out; }
  /* line 238, theme.scss */
  .btn-preorder:hover {
    border-color: #B5A16B;
    opacity: 1; }

/* ============================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ (SMARTPHONE FIRST)
   ============================================================ */
@media screen and (max-width: 767px) {
  /* line 248, theme.scss */
  .product-description h3,
  .product-characteristics h3,
  .section-title,
  .reviews__title {
    font-size: 18px !important;
    letter-spacing: 4px !important;
    margin: 30px auto 20px !important;
    padding-bottom: 15px !important; }

  /* line 259, theme.scss */
  .product-characteristics .properties-grid {
    display: block !important; }
    /* line 262, theme.scss */
    .product-characteristics .properties-grid .property-card {
      margin-bottom: 10px !important;
      padding: 12px 15px !important; }
      /* line 266, theme.scss */
      .product-characteristics .properties-grid .property-card .property-value {
        font-size: 14px !important;
        line-height: 1.4 !important; }

  /* line 274, theme.scss */
  .masonry-reviews-item {
    width: 100% !important;
    margin-bottom: 15px !important; }
    /* line 278, theme.scss */
    .masonry-reviews-item__content {
      padding: 15px 20px !important; }

  /* line 283, theme.scss */
  .reviews__text {
    font-size: 13px !important;
    line-height: 1.5 !important;
    text-align: left !important; }

  /* line 290, theme.scss */
  .footer {
    padding: 40px 0 20px !important;
    text-align: center !important; }
    /* line 294, theme.scss */
    .footer .footer-block__title {
      margin-bottom: 15px !important;
      font-size: 13px !important; }
    /* line 299, theme.scss */
    .footer .footer-link, .footer a, .footer p {
      font-size: 14px !important;
      line-height: 1.8 !important; }
    /* line 305, theme.scss */
    .footer .footer__socials {
      justify-content: center !important;
      margin-top: 20px !important; }

  /* line 312, theme.scss */
  .btn-preorder, .button--preorder {
    width: 100% !important;
    padding: 15px !important;
    font-size: 12px !important; } }
