.aeeelttwzyjn { 
  position: relative; 
}

/* AI Bot Toggle Button */
.ajnhnriizavw {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 4px;
  flex-shrink: 0;
  display: none;
}

.ajnhnriizavw .akcqgqtapjyn {
  color: #9ca3af;
  transition: all 0.3s ease;
}

.ajnhnriizavw:hover .akcqgqtapjyn {
  color: #6b7280;
  transform: scale(1.1);
}

.ajnhnriizavw.acdreasnngkt .akcqgqtapjyn {
  color: #fb923c;
  animation: botPulse 2s ease-in-out infinite;
}

.ajnhnriizavw.acdreasnngkt {
  background: rgba(251, 146, 60, 0.1);
}

.ajnhnriizavw.acdreasnngkt:hover .akcqgqtapjyn {
  color: #f97316;
}

@keyframes botPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

/* Search Suggest Box */
.azwiiylcfvgv {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: #fff;
  border: 1px solid #e1e4e8;
  border-top: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-height: 400px;
  overflow-y: auto;
  z-index: 100;
  padding: 0;
  font-size: 14px;
  border-radius: 0 0 8px 8px;
}

.azlbuwpqowha {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f1f5f9;
}

.azlbuwpqowha:last-child {
  border-bottom: none;
}

.azlbuwpqowha:hover,
.azlbuwpqowha.acdreasnngkt {
  background: linear-gradient(90deg, #f8fafc 0%, #f1f5f9 100%);
  padding-left: 20px;
}

.agbtpghnaxrw {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fafafa;
}

.aeuizccelsfg { flex: 1; min-width: 0; }

.aqkzwzjgbjpw {
  font-weight: 500;
  color: #222;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.autpidpnmiea {
  color: #d32f2f;
  font-size: 12px;
  margin-top: 2px;
}

/* AI Insights */
.anptwbeznzax {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-bottom: 1px solid #bae6fd;
  color: #0369a1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.anptwbeznzax svg {
  flex-shrink: 0;
  opacity: 0.8;
}

.anptwbeznzax span {
  flex: 1;
}

/* AI Progress States */
.azphazpwifyh {
  padding: 20px 16px;
  background: linear-gradient(135deg, #fafbff 0%, #f5f7ff 100%);
}

.axepwoeqzevy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.aarnebdwwcdc {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  animation: aiIconSpin 3s linear infinite;
}

@keyframes aiIconSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.aktzkgtvqifp {
  flex: 1;
}

.awnkxiumfmrz {
  font-weight: 600;
  color: #1e293b;
  font-size: 14px;
  margin-bottom: 2px;
}

.acohneoadvqz {
  font-size: 12px;
  color: #64748b;
}

/* Progress Steps */
.aeifpztjyskd {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.ahvtfgvlzxfh {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.ahvtfgvlzxfh.acdreasnngkt {
  border-color: #667eea;
  background: #f8f9ff;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
}

.ahvtfgvlzxfh.awqmettwrdle {
  border-color: #10b981;
  background: #f0fdf4;
}

.afanffixgrnc {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}

.ahvtfgvlzxfh.acdreasnngkt .afanffixgrnc {
  background: #667eea;
  color: #fff;
  animation: pulse 1.5s ease-in-out infinite;
}

.ahvtfgvlzxfh.awqmettwrdle .afanffixgrnc {
  background: #10b981;
  color: #fff;
}

.ahvtfgvlzxfh.arqbttyytyuq .afanffixgrnc {
  background: #e2e8f0;
  color: #94a3b8;
}

.aymwrmynjnvp {
  flex: 1;
  font-size: 13px;
  color: #475569;
  font-weight: 500;
}

.ahvtfgvlzxfh.awqmettwrdle .aymwrmynjnvp {
  color: #059669;
}

/* AI Analysis Result Banner */
.absrkztsfvwe {
  padding: 12px 16px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border-bottom: 1px solid #86efac;
  display: flex;
  align-items: center;
  gap: 10px;
}

.aqirmpeloirc {
  font-size: 20px;
  animation: bounceIn 0.5s ease;
}

@keyframes bounceIn {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

.atzobplgdufb {
  flex: 1;
}

.axusvhhrpekn {
  font-weight: 600;
  color: #065f46;
  font-size: 13px;
  margin-bottom: 2px;
}

.ayqzavrmktme {
  font-size: 12px;
  color: #047857;
  opacity: 0.9;
}

/* Product Items Section Header */
.aifklotmwdhe {
  padding: 10px 16px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}

.aohemoafykbh {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.anhzkmfxhfih {
  font-size: 14px;
}

.aiteugqsgepl {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.adkpcuviiazq {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.adkpcuviiazq kbd {
  display: inline-block;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #475569;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', monospace;
}

/* Footer Hint */
.aixwwmuyvrqg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-top: 1px solid #fbbf24;
  color: #92400e;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: default;
}

.aixwwmuyvrqg svg {
  color: #f59e0b;
  flex-shrink: 0;
}

.aixwwmuyvrqg kbd {
  display: inline-block;
  padding: 3px 7px;
  margin: 0 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #78350f;
  background: #fff;
  border: 1px solid #f59e0b;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(245, 158, 11, 0.2);
  font-family: 'Segoe UI', monospace;
}

.abmtmfdkpbrp {
  color: #ea580c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.abmtmfdkpbrp:hover {
  color: #c2410c;
  text-decoration-thickness: 2px;
  text-shadow: 0 0 8px rgba(234, 88, 12, 0.3);
}

/* Loading state */
.agwijfrwxzeg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px;
  color: #64748b;
  font-size: 13px;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.agwijfrwxzeg {
  animation: pulse 1.5s ease-in-out infinite;
}

/* Responsive Mobile Styles */
@media (max-width: 768px) {
  .ajnhnriizavw {
    padding: 6px;
    margin-left: 0;
  }
  
  .ajnhnriizavw .akcqgqtapjyn {
    width: 20px;
    height: 20px;
  }
  
  .aztfvuarthtb {
    margin-right: 4px;
  }
  
  .aztfvuarthtb svg {
    width: 18px;
    height: 18px;
  }
  
  .azwiiylcfvgv {
    max-height: 350px;
  }
  
  /* Mobile hint adjustments */
  .adkpcuviiazq {
    font-size: 10px;
  }
  
  .adkpcuviiazq kbd {
    padding: 1px 4px;
    font-size: 9px;
  }
  
  .aixwwmuyvrqg {
    padding: 10px 12px;
    font-size: 11px;
  }
  
  .aixwwmuyvrqg svg {
    width: 14px;
    height: 14px;
  }
  
  .aixwwmuyvrqg kbd {
    padding: 2px 5px;
    font-size: 10px;
  }
  
  .azphazpwifyh {
    padding: 16px 12px;
  }
  
  .aarnebdwwcdc {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  
  .awnkxiumfmrz {
    font-size: 13px;
  }
  
  .acohneoadvqz {
    font-size: 11px;
  }
  
  .ahvtfgvlzxfh {
    padding: 6px 10px;
  }
  
  .aymwrmynjnvp {
    font-size: 12px;
  }
  
  .azlbuwpqowha {
    padding: 8px 12px;
  }
  
  .agbtpghnaxrw {
    width: 36px;
    height: 36px;
  }
  
  .aqkzwzjgbjpw {
    font-size: 13px;
  }
  
  .autpidpnmiea {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .ajnhnriizavw {
    padding: 4px;
  }
  
  .ajnhnriizavw .akcqgqtapjyn {
    width: 18px;
    height: 18px;
  }
  
  .aztfvuarthtb svg {
    width: 16px;
    height: 16px;
  }
  
  /* Ultra-compact hints for small screens */
  .adkpcuviiazq {
    display: none; /* Hide header hint on very small screens */
  }
  
  .aixwwmuyvrqg {
    padding: 8px 10px;
    font-size: 10px;
    flex-direction: column;
    gap: 4px;
  }
  
  .aixwwmuyvrqg svg {
    display: none; /* Hide icon to save space */
  }
  
  .aixwwmuyvrqg kbd {
    padding: 2px 4px;
    font-size: 9px;
  }
  
  .aeifpztjyskd {
    gap: 8px;
  }
  
  .aymwrmynjnvp {
    font-size: 11px;
  }
}

/* AI Search Prompt Box */
.awpxzhzavowk {
  padding: 24px;
  background: linear-gradient(135deg, #fff5f0 0%, #ffffff 100%);
}

.aygntiyusxzl {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.ayskjqyenvne {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(251, 146, 60, 0.3);
}

.azaidwkcqaca {
  flex: 1;
}

.appnjvnvfizl {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.aizvrufomfct {
  font-size: 13px;
  color: #6b7280;
}

.aaztqzpxkdhu {
  background: white;
  border: 2px solid #fb923c;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.ajeudnxfiaog {
  font-size: 11px;
  font-weight: 600;
  color: #fb923c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.amfzoosudjhr {
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
}

.awqqbxokfpxk {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(251, 146, 60, 0.4);
}

.awqqbxokfpxk:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(251, 146, 60, 0.5);
}

.awqqbxokfpxk:active {
  transform: translateY(0);
}

.arfhiededkmc {
  font-size: 18px;
  animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.2); }
}

.aotcarywmgrj {
  font-size: 15px;
}

.adliammkhbee {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
  font-style: italic;
}

/* ==================== TRENDING SEARCH STYLES ==================== */

.azwiiylcfvgv.aeogskojaukf {
  border-top: 3px solid #fb923c;
  max-width: 900px;
  min-width: 600px;
}

/* Two-column container */
.airvgvayeixx {
  display: flex;
  gap: 0;
  padding: 0 !important;
}

.ayhoyvninwzx {
  flex: 1;
  min-width: 0;
  padding: 0 !important;
}

.ayhoyvninwzx.asbidlnudjsm {
  border-right: 2px solid #e2e8f0; padding: 0 !important;
}

/* Mobile: stack columns vertically */
@media (max-width: 768px) {
  .azwiiylcfvgv.aeogskojaukf {
    min-width: auto;
    max-width: 100%;
  }
  
  .airvgvayeixx {
    flex-direction: column;
  }
  
  .ayhoyvninwzx.asbidlnudjsm {
    border-right: none;
    border-bottom: 2px solid #e2e8f0;
  }
}

.ayrjfnjkvvlg {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.amgyyzuqjatw {
  font-size: 20px;
  animation: trendingPulse 2s infinite;
}

@keyframes trendingPulse {
  0%, 100% { 
    transform: scale(1); 
    filter: drop-shadow(0 0 0 rgba(251, 146, 60, 0));
  }
  50% { 
    transform: scale(1.15); 
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
  }
}

.ajgparhrunwe {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.agjbzjglghnm {
  font-size: 11px;
  opacity: 0.9;
  margin-left: auto;
  font-style: italic;
}

/* Trending searches item */
.amjtgkopzlss {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}

.amjtgkopzlss:hover {
  background: linear-gradient(90deg, #fff7ed 0%, #ffedd5 100%);
  padding-left: 20px;
}

.amjtgkopzlss:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #fb923c 0%, #f97316 100%);
}

.amjtgkopzlss:last-child {
  border-bottom: none;
}

.achznslgywzm {
  font-size: 20px;
  flex-shrink: 0;
  width: 32px;
  text-align: center;
}

.acggnxjdyzpy {
  flex: 1;
  font-size: 14px;
  color: #1f2937;
  font-weight: 500;
  line-height: 1.4;
}

.avfwyhvpjyio {
  font-size: 11px;
  color: #f97316;
  background: #fff7ed;
  padding: 3px 10px;
  border-radius: 12px;
  white-space: nowrap;
  font-weight: 500;
  border: 1px solid #fed7aa;
}

/* Trending products item */
.akmusliiufse {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}

.akmusliiufse:hover {
  background: linear-gradient(90deg, #fef3c7 0%, #fde68a 100%);
  padding-left: 20px;
}

.akmusliiufse:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
}

.akmusliiufse:last-child {
  border-bottom: none;
}

.azvtszzvwuud {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
  background: white;
}

.anrhvubhxfty {
  flex: 1;
  min-width: 0;
}

.adfbnanstjwt {
  font-size: 13px;
  font-weight: 400;
  color: #1f2937;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.abklnkujonqo {
  font-size: 12px;
  font-weight: 700;
  color: #f59e0b;
  padding: 4px 0 !important;
}
.atieiknzjltx { padding: 0;}
/* ==================== END TRENDING STYLES ==================== */