@charset "UTF-8";
/* 
   THEME.SCSS.LIQUID | ANTIQUARIAN EDITION "У ДЯДИ ГИЛЯЯ" 
   ФИНАЛЬНАЯ ВЕРСИЯ: Скорректированы интервалы в названиях товаров
*/
/* line 19, theme.scss */
body {
  background-color: #F4F1EA !important;
  font-family: "Playfair Display", serif !important;
  color: #333333 !important;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased; }

/* line 27, theme.scss */
*, *:before, *:after {
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 33, theme.scss */
h1, h2, .section-title, .page-title, .collection-title {
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 12px !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 1.4 !important;
  display: block; }

/* line 43, theme.scss */
h1, h2, .section-title, .page-title, .collection-title {
  margin: 60px auto 40px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(157, 130, 28, 0.3);
  font-size: 28px; }

/* line 55, theme.scss */
.product-single__title, .product-item-title, h1.product-title {
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  font-size: 24px !important;
  text-align: center !important;
  border-bottom: none !important;
  margin: 20px auto !important;
  line-height: 1.5 !important; }

/* line 68, theme.scss */
.product-card__title, .grid-product__title {
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 15px !important;
  margin-top: 15px !important;
  text-align: center; }

/* line 80, theme.scss */
.product-description, .editor, .description-content {
  font-family: "Playfair Display", serif !important;
  font-size: 18px !important;
  text-align: justify;
  max-width: 850px;
  margin: 0 auto; }
  /* line 87, theme.scss */
  .product-description h3, .product-description h4, .editor h3, .editor h4, .description-content h3, .description-content h4 {
    color: #B5A16B !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    border-left: 2px solid #B5A16B;
    padding-left: 20px;
    margin: 40px 0 20px; }

/* line 100, theme.scss */
.btn, .button, .btn-status {
  background-color: #B5A16B !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  padding: 15px 40px !important;
  font-family: "Playfair Display", serif !important; }

@media screen and (max-width: 767px) {
  /* line 110, theme.scss */
  h1, h2, .section-title, .product-single__title {
    letter-spacing: 3px !important;
    font-size: 20px !important; }

  /* line 114, theme.scss */
  .product-description {
    text-align: left !important;
    font-size: 16px !important; } }
/* line 120, theme.scss */
.footer {
  background-color: #621D0E !important;
  color: #F4F1EA !important; }
  /* line 123, theme.scss */
  .footer .footer-title, .footer h4 {
    color: #B5A16B !important;
    letter-spacing: 3px !important; }
