.elementor-2003 .elementor-element.elementor-element-893753c{--display:flex;--padding-top:2vw;--padding-bottom:2vw;--padding-left:2vw;--padding-right:2vw;}@media(max-width:767px){.elementor-2003 .elementor-element.elementor-element-893753c{--padding-top:2vw;--padding-bottom:2vw;--padding-left:2vw;--padding-right:2vw;}}/* Start custom CSS for shortcode, class: .elementor-element-897c20a *//* گرید عمومی در دسکتاپ */
#antique-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 30px;
}

/* کارت‌ها با افکت شیشه‌ای واقعی */
.antique-item {
  padding: 8px;
  margin-bottom: 0px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: #2222229E;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
}

.antique-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

/* تصویر */
.antique-item img {
  width: 500px;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  margin-bottom: 0;
 
}

/* عنوان‌ها */
.antique-item h4.elementor-heading-title {
  font-size: 14px;
  color: #494949;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  padding-top: 2px;

}

.antique-item h4.elementor-heading-title a {
  color: #ccc;
  text-decoration: none;
  margin: 0;
}

.antique-item h2.elementor-heading-title {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0;
    line-height: 1.5;
    letter-spacing:1px;
}

/* صفحه‌بندی */
.antique-pagination {
  text-align: center;
  margin-top: 20px;
}

.antique-load-more {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.antique-load-more:hover {
  background-color: #fff;
  color: #000;
}

/* واکنش‌گرا: تبلت / موبایل بزرگ */
@media (max-width: 1024px) {
  #antique-results {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* موبایل کوچکتر: دو ستونه تا حداقل یک breakpoint پایین‌تر */
@media (max-width: 768px) {
  #antique-results {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .antique-item img {
    height: auto; /* اجازه بده ارتفاع نسبت به عرض تنظیم بشه */
  }
}/* End custom CSS */