/* AL-AQSA — additive Hot Deals page styles */
.aq-hotdeals-page { padding: 18px 0 48px; }
.aq-hotdeals-page .aq-page-head { margin-bottom: 18px; }
.aq-hotdeals-page .aq-page-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}
.aq-hotdeals-page .aq-page-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #0b1c2c;
  margin: 0 0 4px;
  letter-spacing: -0.02em;
}
.aq-hotdeals-page .aq-page-sub { color: #6b7280; margin: 0; font-size: 0.95rem; }
.aq-hotdeals-page .aq-page-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.aq-hotdeals-page .aq-result-count { font-size: 13px; color: #64748b; }
.aq-hotdeals-page .aq-sort-form .form-select {
  min-width: 180px;
  border-radius: 10px;
  border: 1px solid rgba(11,28,44,.12);
  font-size: 14px;
  padding: 8px 12px;
}
.aq-hotdeals-page .aq-paginate {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .aq-hotdeals-page .aq-page-tools { width: 100%; }
  .aq-hotdeals-page .aq-sort-form,
  .aq-hotdeals-page .aq-sort-form .form-select { width: 100%; }
}
