@charset "UTF-8";
/* 
   THEME.SCSS.LIQUID | ANTIQUARIAN EDITION "У ДЯДИ ГИЛЯЯ"
   ФИНАЛЬНАЯ ВЕРСИЯ: Чистый код без дублей
*/
/* line 17, theme.scss */
body {
  background-color: #F4F1EA !important;
  font-family: "Montserrat", sans-serif;
  color: #333333 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8; }

/* line 25, theme.scss */
h1, h2, .section-title, .page-title, .collection-title, .slide-content h1, .slide-content h2, .slide-content .title, .slide-content .banner-title, .slide-content .slide-title, .banner-caption h1, .banner-caption h2, .banner-caption .title, .banner-caption .banner-title, .banner-caption .slide-title, .promo-slider__content h1, .promo-slider__content h2, .promo-slider__content .title, .promo-slider__content .banner-title, .promo-slider__content .slide-title, .banner-content h1, .banner-content h2, .banner-content .title, .banner-content .banner-title, .banner-content .slide-title {
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 12px !important;
  font-weight: normal !important;
  text-align: center !important;
  display: block; }

/* line 34, theme.scss */
h1, h2, .section-title, .page-title, .collection-title {
  margin: 60px auto 40px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 900px; }

/* line 43, theme.scss */
.slide-content, .banner-caption, .promo-slider__content, .banner-content {
  text-align: center !important;
  width: 100% !important;
  left: 0 !important;
  padding: 0 20px !important; }
  /* line 49, theme.scss */
  .slide-content h1, .slide-content h2, .slide-content .title, .slide-content .banner-title, .slide-content .slide-title, .banner-caption h1, .banner-caption h2, .banner-caption .title, .banner-caption .banner-title, .banner-caption .slide-title, .promo-slider__content h1, .promo-slider__content h2, .promo-slider__content .title, .promo-slider__content .banner-title, .promo-slider__content .slide-title, .banner-content h1, .banner-content h2, .banner-content .title, .banner-content .banner-title, .banner-content .slide-title {
    border-bottom: none !important;
    margin: 0 auto 15px !important;
    display: inline-block !important;
    letter-spacing: 6px !important; }

/* line 59, 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 68, theme.scss */
.auction-item {
  text-decoration: none;
  color: #333333;
  display: block;
  text-align: center;
  transition: all 0.3s ease; }
  /* line 75, theme.scss */
  .auction-item:hover .item-image {
    border-color: #B5A16B; }
  /* line 76, theme.scss */
  .auction-item:hover .item-title {
    color: #9D821C; }

/* line 80, 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;
  transition: all 0.3s ease; }
  /* line 91, theme.scss */
  .item-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain; }

/* line 94, 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 103, theme.scss */
.item-title {
  font-family: "Playfair Display", serif !important;
  font-size: 13px !important;
  line-height: 1.4;
  height: 36px;
  overflow: hidden;
  margin: 0 0 10px 0 !important;
  font-weight: normal;
  text-transform: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 5px;
  border: none !important; }

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

@media screen and (max-width: 767px) {
  /* line 130, theme.scss */
  .auction-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px; }

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

  /* line 135, theme.scss */
  .item-title {
    font-size: 11px !important;
    height: 32px; }

  /* line 136, theme.scss */
  h1, h2, .section-title {
    letter-spacing: 4px !important;
    font-size: 18px !important;
    margin: 30px auto !important; } }
/* line 144, theme.scss */
.product-info__title, h1.product-title, .product__title {
  font-family: "Playfair Display", serif !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  border: none !important; }

/* line 154, theme.scss */
.sidebar-collections__submenu {
  display: none;
  margin-left: 1rem; }
/* line 155, theme.scss */
.sidebar-collections__item.is-show > .sidebar-collections__submenu {
  display: block; }

/* line 158, theme.scss */
.footer {
  background-color: #621D0E !important;
  color: #F4F1EA !important; }
  /* line 161, theme.scss */
  .footer .footer-title {
    color: #B5A16B !important;
    font-family: "Playfair Display", serif !important; }
