#fotolia_search_top_contener .res-search-suggestions {
  position: relative;
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

#fotolia_search_top_contener .res-search-suggestions > #words {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
}

#fotolia_search_top_contener .res-search-suggestions__panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  padding: 4px 0 8px;
  background: rgb(58, 58, 58);
  border: 0 none transparent;
  max-height: 360px;
  overflow-y: auto;
}

#fotolia_search_top_contener .res-search-suggestions.is-open > #words {
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
}

#fotolia_search_top_contener
  .res-search-suggestions.is-open
  .res-search-suggestions__panel {
  display: block;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#fotolia_search_top_contener .res-search-suggestions__section {
  padding: 0;
}

#fotolia_search_top_contener .res-search-suggestions__section:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#fotolia_search_top_contener .res-search-suggestions__section--empty {
  display: none;
}

#fotolia_search_top_contener .res-search-suggestions__section-title {
  margin: 0;
  padding: 8px 30px 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #aaa;
}

#fotolia_search_top_contener .res-search-suggestions__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#fotolia_search_top_contener .res-search-suggestions__item {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
}

#fotolia_search_top_contener
  .res-search-suggestions__item:hover
  .res-search-suggestions__item-label {
  color: #a2d02d;
  text-decoration: none;
}

#fotolia_search_top_contener .res-search-suggestions__item-label {
  color: #fff;
}

#fotolia_search_top_contener .res-search-suggestions__item-label:hover {
  color: #a2d02d;
  text-decoration: none;
}

#fotolia_search_top_contener .res-search-suggestions__item:hover,
#fotolia_search_top_contener .res-search-suggestions__item--active {
  background-color: #000;
}

#fotolia_search_top_contener .res-search-suggestions__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
}

#fotolia_search_top_contener .res-search-suggestions__item-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#fotolia_search_top_contener .res-search-suggestions__badge {
  flex-shrink: 0;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #bbb;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}

#fotolia_search_top_contener .res-search-suggestions__badge--category,
#fotolia_search_top_contener .res-search-suggestions__badge--artist,
#fotolia_search_top_contener .res-search-suggestions__badge--product {
  color: #c8d4d8;
  background: rgba(255, 255, 255, 0.1);
}

#fotolia_search_top_contener
  .res-search-suggestions__item:hover
  .res-search-suggestions__badge,
#fotolia_search_top_contener
  .res-search-suggestions__item--active
  .res-search-suggestions__badge {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

#fotolia_search_top_contener .res-search-suggestions__footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding: 10px 20px 12px;
  background: rgb(58, 58, 58);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#fotolia_search_top_contener .res-search-suggestions__view-all {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: 0;
  border-radius: 24px;
  background: #a2d02d;
  color: #000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

#fotolia_search_top_contener .res-search-suggestions__view-all:hover {
  background: #b8e34a;
}

#fotolia_search_top_contener .res-search-suggestions__view-all-query {
  font-weight: 700;
}

#fotolia_search_top_contener .res-search-suggestions__empty {
  padding: 16px 30px 12px;
  text-align: center;
}

#fotolia_search_top_contener .res-search-suggestions__empty-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

#fotolia_search_top_contener .res-search-suggestions__empty-title span {
  color: #a2d02d;
}

#fotolia_search_top_contener .res-search-suggestions__empty-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #aaa;
}

#fotolia_search_top_contener .res-search-suggestions__fallback {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#fotolia_search_top_contener .res-search-suggestions__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 120px;
  padding: 24px 30px;
  text-align: center;
}

#fotolia_search_top_contener .res-search-suggestions__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #a2d02d;
  border-radius: 50%;
  animation: res-search-suggestions-spin 0.8s linear infinite;
}

#fotolia_search_top_contener .res-search-suggestions__loading-text {
  margin: 0;
  font-size: 14px;
  color: #aaa;
}

#fotolia_search_top_contener .res-search-suggestions__loading-query {
  color: #a2d02d;
  font-weight: 600;
}

@keyframes res-search-suggestions-spin {
  to {
    transform: rotate(360deg);
  }
}

#fotolia_search_top_contener .res-search-suggestions.is-loading > #words {
  opacity: 0.85;
}

.res-search-suggestions__item--with-image {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.res-search-suggestions__item-image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.res-search-suggestions__item--with-image .res-search-suggestions__item-label {
  flex: 1;
  min-width: 0;
}

.res-search-suggestions__item.is-active {
  background-color: #000;
}

.res-search-suggestions__item-link:focus-visible .res-search-suggestions__item {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
