#search-widget {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  position: relative;
}

#search-input {
  width: 70%;
  padding: 18px;
  font-size: 14px;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
}

#search-btn {
  padding: 18px 18px;
  margin-left: 0px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 15px;
}

#suggestions {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  width: 70%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

#suggestions div {
  padding: 6px;
  cursor: pointer;
}

#suggestions div:hover {
  background: #f0f0f0;
}

#search-results {
  margin-top: 15px;
}

.product-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.product-item img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 0;
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
}

#pagination {
  margin-top: 10px;
  text-align: center;
}

.page-btn {
  padding: 5px 10px;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #aaa;
}

.page-btn.active {
  background: #379237;
  color: #fff;
  border-color: #379237;
}



#ppc-button-ppcp-gateway > div {
  width: 100% !important;
}
