@charset "UTF-8";
.guaven_woos_suggestion {
  padding: var(--space-m);
  border-radius: var(--radius-l);
  box-shadow: 0px 50px 90px var(--primary-trans-20);
  z-index: 999999;
}
.guaven_woos_suggestion a {
  cursor: pointer;
  color: var(--shade-dark);
}
.guaven_woos_suggestion ul {
  padding: 0px !important;
}

.guaven_woos_final_results li strong {
  font-size: var(--text-m);
  color: var(--primary);
}

.guaven_woos_suggestion_list {
  margin-bottom: 0px !important;
  line-height: 1.3;
}

.wa-search-item {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--shade-ultra-light);
  padding: var(--space-xs);
  border-radius: var(--radius-xs);
}
.wa-search-item__left-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-grow: 2;
  max-width: 75%;
}
.wa-search-item__left-wrapper .wa-search-item__img {
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
  margin-right: 10px;
  background: var(--shade-white);
  border-radius: var(--radius-xs);
}
.wa-search-item__left-wrapper .wa-search-item__title-wrapper {
  display: flex;
  flex-flow: column;
  font-size: var(--text-m);
}
.wa-search-item__left-wrapper .wa-search-item__title-wrapper em {
  font-style: normal;
  font-weight: 700;
  color: var(--base);
}
.wa-search-item__left-wrapper .wa-search-item__title-wrapper .wa-search-item__cat-and-info {
  font-size: var(--text-s);
  margin-top: 0.2rem;
  color: var(--shade-medium);
}
.wa-search-item__right-wrapper {
  flex-grow: 0;
  text-align: right;
}
.wa-search-item__right-wrapper .wa-search-item__stock {
  font-size: var(--text-s);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
.wa-search-item__right-wrapper .wa-search-item__stock::before {
  content: "";
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/in-stock.svg);
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  margin-right: 0.4rem;
}
.wa-search-item__right-wrapper .wa-search-item__price .wa-search-item__reg-price del span.woocommerce-Price-amount.amount bdi, .wa-search-item__right-wrapper .wa-search-item__price .wa-search-item__reg-price span.wa-search-item__reg-price del spanwoocommerce-Price-amount.amount {
  font-size: 0.9em !important;
  font-weight: 400 !important;
  color: var(--shade-medium);
}
.wa-search-item__right-wrapper .wa-search-item__price .wa-search-item__reg-price .woocommerce-Price-amount.amount {
  font-weight: 700 !important;
}
.wa-search-item__right-wrapper .wa-search-item__price ins {
  text-decoration: none;
  font-weight: 700;
}
.wa-search-item:hover {
  background: var(--shade-ultra-light);
  color: var(--shade-ultra-dark) !important;
}
.wa-search-item:hover .wa-search-item__cat-and-info {
  color: var(--shade-dark);
}

ul.guaven_woos_suggestion_catul {
  border: 1px solid var(--shade-ultra-light);
  border-radius: var(--radius-s);
  margin-bottom: var(--space-xs);
}
ul.guaven_woos_suggestion_catul::before {
  content: "Nájdené kategórie produktov:";
  background: var(--shade-ultra-light);
  display: block;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: calc(var(--text-m) * 0.9);
}
ul.guaven_woos_suggestion_catul li {
  border-bottom: 1px solid var(--shade-ultra-light);
}
ul.guaven_woos_suggestion_catul li a {
  color: var(--shade-medium);
  font-size: calc(var(--text-m) * 0.85);
  display: inline-block;
  width: 100%;
  padding: 1rem;
}
ul.guaven_woos_suggestion_catul li:hover {
  background: var(--shade-ultra-light);
}
ul.guaven_woos_suggestion_catul li:hover a {
  color: var(--shade-dark);
}
ul.guaven_woos_suggestion_catul li:last-child {
  border-bottom: none !important;
}
ul.guaven_woos_suggestion_catul .guaven_woos_suggestion_list a::before {
  content: "";
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/folder.svg);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: 0.7rem;
}

.guaven_woos_showallli {
  border-top: 0px;
  margin-top: 25px;
  width: 100%;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.guaven_woos_showallli a {
  text-align: center;
  border: none;
  background: var(--accent);
  width: 100%;
  display: block;
  padding: var(--space-s) var(--space-s);
  color: var(--shade-white) !important;
  font-weight: 700;
  font-size: calc(var(--text-l) * 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer !important;
}
.guaven_woos_showallli a:hover {
  background: var(--accent-hover) !important;
  color: var(--shade-white) !important;
  cursor: pointer !important;
}

@media screen and (min-width: 1420px) {
  .guaven_woos_suggestion {
    max-width: calc(1400px - 1.6rem) !important;
    width: calc(100vw - (100vw - 100%)) !important;
    left: calc((100vw - (100vw - 100%) - (1400px - 1.6rem)) / 2) !important;
    position: fixed !important;
    top: 150px !important;
  }
}
@media screen and (max-width: 1419px) {
  .guaven_woos_suggestion {
    max-width: calc(1400px - 1.6rem) !important;
    width: calc(100% - 1.6rem) !important;
    left: 0.8rem !important;
    position: absolute !important;
    top: 150px !important;
  }
  ul.guaven_woos_final_results {
    max-height: 32vh !important;
    overscroll-behavior-y: auto;
    overflow-y: auto;
  }
  li.guaven_woos_showallli {
    position: absolute;
    bottom: -4.5rem;
    left: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: var(--radius-l);
    border-bottom-right-radius: var(--radius-l);
  }
}
@media screen and (max-width: 1024px) {
  ul.guaven_woos_final_results {
    max-height: unset !important;
    overscroll-behavior-y: hidden;
    overflow-y: hidden;
  }
  .guaven_woos_suggestion {
    max-width: 100% !important;
    width: 100% !important;
    left: 0px !important;
    position: absolute !important;
    margin-top: 2.5rem !important;
    top: 17rem !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: var(--space-s);
  }
  li.guaven_woos_showallli {
    border-radius: var(--radius-s) !important;
    position: relative !important;
    bottom: 0px !important;
    width: 100%;
    left: 0;
  }
  .guaven_woos_suggestion_list:focus {
    outline: none;
  }
}
@media screen and (max-width: 550px) {
  span.wa-search-item__reg-price {
    display: flex;
    flex-direction: column;
    font-size: var(--text-s);
  }
  ul.guaven_woos_final_results {
    max-height: inherit !important;
    overscroll-behavior-y: visible;
    overflow-y: visible;
  }
  ul.guaven_woos_final_results::after {
    content: unset;
  }
  .wa-search-item__left-wrapper .wa-search-item__title-wrapper {
    font-size: calc(var(--text-m) * 0.9);
  }
  .wa-search-item__left-wrapper .wa-search-item__title-wrapper .wa-search-item__cat-and-info {
    font-size: var(--text-xs);
  }
  ul.guaven_woos_suggestion_catul li a {
    font-size: calc(var(--text-m) * 0.75);
  }
}
@media screen and (max-width: 1024px) and (min-width: 480px) {
  .guaven_woos_suggestion {
    margin-top: calc(var(--space-xl) * 1.2) !important;
  }
}
