.ui-autocomplete.ui-menu { display: none !important; }

.aa-Panel {
  font-family: 'Branding', 'Branding-Semilight', sans-serif !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 10001;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.aa-Panel * {
  font-family: inherit;
}

.aa-Mob-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.aa-Mob-header input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  outline: none;
}
.aa-Mob-header input:focus {
  border-color: #e67e22;
}
.aa-Mob-close {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}

.aa-EmptyState-mobile {
  padding: 20px 16px;
}

.aa-EmptyState-title {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}
.aa-EmptyState-title:not(:first-child) {
  margin-top: 20px;
}

.aa-RecentItem {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.aa-RecentItem:last-child {
  border-bottom: none;
}
.aa-RecentItem-icon {
  width: 18px;
  height: 18px;
  color: #bbb;
  flex-shrink: 0;
}
.aa-RecentItem-text {
  flex: 1;
}
.aa-RecentItem-remove {
  width: 18px;
  height: 18px;
  color: #ccc;
  cursor: pointer;
  flex-shrink: 0;
  padding: 4px;
}

.aa-PopularTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.aa-PopularTag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.aa-MobileBanners {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.aa-MobileBanners::-webkit-scrollbar {
  display: none;
}
.aa-MobileBanner {
  flex: 0 0 70vw;
  max-width: 280px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.aa-MobileBanner img {
  width: 100%;
  height: auto;
  display: block;
}

.aa-RuleBanner {
  display: block;
  margin: 0 16px 12px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}
.aa-RuleBanner img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 100px;
  object-fit: cover;
}

.aa-MobileResults {
  padding: 0;
}

.aa-SourceHeader {
  display: flex;
  align-items: center;
  padding: 8px 16px 4px;
  gap: 8px;
}
.aa-SourceHeaderTitle {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.aa-SourceHeaderLine {
  flex: 1;
  height: 1px;
  background: #f0f0f0;
}

.aa-MobileProduct {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 14px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.aa-MobileProduct:active {
  background: #fdf6f0;
}

.aa-MobileProduct-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
  background: #fafafa;
  padding: 2px;
  flex-shrink: 0;
}
.aa-MobileProduct-info {
  flex: 1;
  min-width: 0;
}
.aa-MobileProduct-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aa-MobileProduct-name mark {
  background: #f7a94b;
  color: #333;
  border-radius: 2px;
  padding: 0 2px;
}
.aa-MobileProduct-meta {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}
.aa-MobileProduct-right {
  text-align: right;
  flex-shrink: 0;
}
.aa-MobileProduct-price {
  font-size: 15px;
  color: #e67e22;
  font-weight: 700;
}
.aa-MobileProduct-badge {
  display: inline-block;
  font-size: 8px;
  color: #fff;
  background: #e67e22;
  padding: 2px 6px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4px;
}
.aa-MobileProduct-priceOld {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}
.aa-SeeAll {
  display: block;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 2px solid #f0f0f0;
  margin: 0 16px;
}

.aa-NoResults {
  padding: 60px 20px;
  text-align: center;
  color: #999;
  font-size: 15px;
}