@charset "UTF-8";
/* 
   THEME.SCSS.LIQUID | ANTIQUARIAN EDITION "У ДЯДИ ГИЛЯЯ"
   ФИНАЛЬНАЯ ВЕРСИЯ: Christie's Style + Свернутый Сайдбар + Smart Mobile
*/
/* line 22, theme.scss */
body {
  background-color: #F4F1EA !important;
  font-family: "Montserrat", sans-serif;
  color: #333333 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8; }

/* line 31, theme.scss */
.collection-description:empty,
.collection-description:contains("Нет текста"),
.collection-description:contains("НЕТ ТЕКСТА") {
  display: none !important; }

/* line 37, theme.scss */
h1, h2, .section-title, .page-title, .collection-title {
  font-family: "Playfair Display", serif !important;
  font-weight: normal !important;
  text-align: center !important;
  color: #333333 !important;
  display: block;
  font-size: 32px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.3 !important; }

/* line 48, theme.scss */
h1, h2, .section-title, .page-title, .collection-title {
  margin: 40px auto 35px !important; }

/* line 56, theme.scss */
.slide-content, .banner-caption, .promo-slider__content {
  text-align: center !important;
  width: 100% !important;
  left: 0 !important;
  padding: 0 20px !important; }
  /* line 62, theme.scss */
  .slide-content .btn, .slide-content .button, .slide-content .banner-link, .banner-caption .btn, .banner-caption .button, .banner-caption .banner-link, .promo-slider__content .btn, .promo-slider__content .button, .promo-slider__content .banner-link {
    display: inline-block !important;
    margin: 10px auto !important; }

/* line 71, theme.scss */
.auction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px; }

/* line 80, theme.scss */
.auction-item {
  text-decoration: none;
  color: #333333;
  display: block;
  text-align: center;
  transition: all 0.3s ease; }
  /* line 88, theme.scss */
  .auction-item:hover .item-image {
    border-color: #B5A16B; }
  /* line 89, theme.scss */
  .auction-item:hover .item-title {
    color: #9D821C; }

/* line 93, theme.scss */
.item-image {
  background: #FFFFFF;
  border: 1px solid #eee;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 10px; }
  /* line 103, theme.scss */
  .item-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain; }

/* line 106, theme.scss */
.item-lot-number {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px; }

/* line 115, theme.scss */
.item-title {
  font-family: "Playfair Display", serif;
  font-size: 11px !important;
  line-height: 1.4;
  height: 32px;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-weight: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 5px; }

/* line 130, theme.scss */
.item-price {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #B5A16B;
  font-weight: 500;
  letter-spacing: 1px; }

/* line 142, theme.scss */
.sidebar-collections__submenu {
  display: none;
  margin-left: 1rem; }
/* line 143, theme.scss */
.sidebar-collections__item.is-show > .sidebar-collections__submenu {
  display: block; }
/* line 144, theme.scss */
.sidebar-collections__show-submenu-btn {
  transition: transform 0.3s ease; }
/* line 147, theme.scss */
.sidebar-collections__item.is-show > .sidebar-collections__controls .sidebar-collections__show-submenu-btn {
  transform: translateY(-50%) rotate(180deg); }

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

  /* line 161, theme.scss */
  .auction-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px; }

  /* line 166, theme.scss */
  .item-image {
    height: 160px;
    padding: 5px; }

  /* line 171, theme.scss */
  .item-title {
    font-size: 10px !important;
    height: 28px; }

  /* line 176, theme.scss */
  .item-price {
    font-size: 10px; } }
