.elementor-7912 .elementor-element.elementor-element-fd2286d{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7912 .elementor-element.elementor-element-20cc095{width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-20cc095 */#filter-price {
    vertical-align: middle;
    width: 150px;
}
#deal-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  justify-items: center;
  width: 100%;
}

@media (max-width: 600px) {
  .deal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.deal-card {
  position: relative;
  width: 100%;
  max-width: 120px; /* ✅ prevents "explosion" */
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
}

.deal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.deal-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ast-global-color-0, #0073e6);
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 6px 8px;
}/* End custom CSS */
/* Start custom CSS */#deal-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
#deal-gallery-wrap a img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#deal-gallery-wrap a:hover img {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}/* End custom CSS */