:root {
  --wa-search-height: 4.8rem;
  --wa-search-suggestion-padding: 0.8rem;
  --wa-search-suggestion-border-radius: var(--radius-l);
  --wa-search-input-border-radius: calc(var(--radius-xxl) * 2);
  --wa-search-text-color: var(--base);
  --wa-search-border-color: var(--primary-light);
  --wa-search-border-color-focused: var(--primary);
  --wa-search-icons-color: var(--primary);
  --wa-search-bg-hover: var(--accent-ultra-light);
  --wa-search-bg-headline: var(--secondary);
  --wa-search-bg-return-button: var(--primary);
}

.wa-header-search {
  height: var(--wa-search-height);
}
.wa-header-search--desktop {
  padding-bottom: var(--space-m);
  margin-inline: var(--space-m);
}
@media (max-width: 1200px) {
  .wa-header-search--desktop {
    display: none;
  }
}
.wa-header-search--mobile {
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1201px) {
  .wa-header-search--mobile {
    display: none;
  }
}
.wa-header-search--mobile .dgwt-wcas-search-wrapp {
  margin-inline: 10px;
  height: unset !important;
}
.wa-header-search .dgwt-wcas-search-submit {
  left: unset !important;
  right: 15px !important;
  top: calc(var(--wa-search-suggestion-padding) + var(--wa-search-height) / 2) !important;
  transform: translateY(-50%);
}
.wa-header-search .dgwt-wcas-search-submit:hover {
  background: var(--wa-search-bg-hover) !important;
  box-shadow: 0 0 0 2px var(--wa-search-bg-hover) !important;
}
.wa-header-search .dgwt-wcas-search-input {
  padding-inline: var(--space-m) !important;
  height: var(--wa-search-height) !important;
  border-radius: var(--wa-search-input-border-radius) !important;
  color: var(--wa-search-text-color) !important;
  box-shadow: 0 0 0 2px var(--wa-search-border-color) !important;
}
.wa-header-search .dgwt-wcas-search-input:focus {
  box-shadow: none !important;
  border-color: var(--wa-search-border-color-focused) !important;
}
.wa-header-search .dgwt-wcas-sf-wrapp {
  border-radius: var(--wa-search-suggestion-border-radius) var(--wa-search-suggestion-border-radius) 0 0 !important;
  padding: var(--wa-search-suggestion-padding) !important;
}
.wa-header-search .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,
.wa-header-search .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.wa-header-search .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,
.wa-header-search .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: var(--wa-search-icons-color);
}
.wa-header-search .dgwt-wcas-search-wrapp {
  height: var(--wa-search-height);
  min-width: unset;
}
.wa-header-search .dgwt-wcas-search-wrapp .dgwt-wcas-search-form {
  height: var(--wa-search-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wa-header-search .dgwt-wcas-close svg path {
  fill: var(--wa-search-icons-color);
}

@media (min-width: 1201px) {
  body:not(:has(.dgwt-wcas-details-wrapp[style*="display: none;"])) .dgwt-wcas-suggestions-wrapp {
    border-bottom-left-radius: var(--wa-search-suggestion-border-radius) !important;
    border-bottom-right-radius: 0 !important;
  }
}
body .dgwt-wcas-suggestions-wrapp {
  display: flex;
  flex-direction: column;
  padding-block: var(--wa-search-suggestion-padding) 0 !important;
  border-bottom-left-radius: var(--wa-search-suggestion-border-radius) !important;
  border-bottom-right-radius: var(--wa-search-suggestion-border-radius) !important;
  transition: 0.2s all ease-in-out !important;
  box-shadow: 0px 10px 10px rgba(44, 44, 44, 0.1098039216);
  border: none;
  overflow: hidden !important;
}
@media (min-width: 1201px) {
  body .dgwt-wcas-suggestions-wrapp {
    height: 505px !important;
    max-height: 505px !important;
    min-height: 505px !important;
  }
}
@media (max-width: 1200px) {
  body .dgwt-wcas-suggestions-wrapp {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
body .dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp-fixed {
  display: flex !important;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: var(--wa-search-text-color) !important;
  border-right: none !important;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2, body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline {
  margin: 0;
  background-color: var(--wa-search-bg-headline);
  padding: var(--space-s) !important;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st, body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  line-height: 1;
  margin: 0;
  color: var(--wa-search-text-color);
  border-bottom: none;
  font-size: var(--text-s);
  font-weight: 700;
  padding: 0 !important;
}
@media (max-width: 991px) {
  body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st, body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline .dgwt-wcas-st {
    font-size: var(--text-m);
  }
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  padding-inline: var(--space-s) !important;
  border-bottom: 1px solid var(--wa-search-border-color);
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:last-of-type {
  border-bottom: none;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st, body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-sp {
  color: var(--wa-search-text-color);
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st del span, body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-sp del span {
  font-size: var(--text-s);
  text-decoration: line-through;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st *, body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-sp * {
  text-decoration: none;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat {
  padding-inline: var(--space-s) !important;
  padding-block: var(--space-xs) !important;
  color: var(--wa-search-text-color);
  text-underline-offset: 2px;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
  background-color: var(--wa-search-bg-hover);
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-selected {
  background-color: var(--accent-hover);
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg path {
  fill: var(--wa-search-icons-color);
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
  padding: var(--space-s) !important;
  color: var(--wa-search-text-color) !important;
  line-height: 1;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
  background-color: var(--accent);
  color: white !important;
  font-size: var(--text-m);
  font-weight: 700;
  white-space: nowrap;
  padding-block: var(--space-s);
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:last-of-type {
  margin-top: auto;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:hover {
  background-color: va(--accent-hover) !important;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sku, body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-meta .woocommerce-price-suffix {
  display: none;
}
body .dgwt-wcas-suggestions-wrapp img {
  border-radius: calc(var(--wa-search-suggestion-border-radius) * 0.5);
  aspect-ratio: 1;
  border: none;
  padding: 1px;
}

.dgwt-wcas-st-label-in {
  display: none !important;
}

body .dgwt-wcas-details-wrapp {
  border-bottom-right-radius: var(--wa-search-suggestion-border-radius) !important;
  box-shadow: 0px 10px 10px rgba(44, 44, 44, 0.1098039216);
  border: none;
  padding-block: var(--wa-search-suggestion-padding) 0 !important;
  overflow: hidden;
}
@media (min-width: 992px) {
  body .dgwt-wcas-details-wrapp {
    height: 505px !important;
    max-height: 505px !important;
    min-height: 505px !important;
  }
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  padding: 0 !important;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active .dgwt-wcas-datails-title {
  margin: 0;
  background-color: var(--wa-search-bg-headline);
  padding: var(--space-s) !important;
  border-bottom: none;
  color: var(--wa-search-text-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active .dgwt-wcas-datails-title .dgwt-wcas-details-title-tax {
  font-weight: 600;
  letter-spacing: unset;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active .dgwt-wcas-tax-product-details {
  margin: 0;
  padding: var(--space-s);
  border-bottom: 1px solid var(--wa-search-border-color);
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active .dgwt-wcas-tax-product-details:last-of-type {
  border-bottom: 0;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active .dgwt-wcas-tax-product-details .dgwt-wcas-tpd-rest-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  color: var(--wa-search-text-color);
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active .dgwt-wcas-tax-product-details .dgwt-wcas-tpd-image {
  min-height: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  width: 5.5rem;
  max-height: 5.5rem;
  max-width: 5.5rem;
  align-items: center;
  border-radius: calc(var(--wa-search-suggestion-border-radius));
  overflow: hidden;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-taxonomy.dgwt-wcas-details-inner-active .dgwt-wcas-tax-product-details .dgwt-wcas-tpd-image img {
  max-height: 3.5rem;
  max-width: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  margin-right: 0 !important;
  object-fit: contain !important;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active {
  padding: 0 !important;
  height: 100%;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
  height: 100%;
  padding: var(--space-s);
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-main-image {
  width: 30rem;
  height: 30rem;
  max-height: 30rem;
  max-width: 30rem;
  min-width: 30rem;
  min-height: 30rem;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-main-image img {
  margin: 0;
  width: 30rem;
  height: 30rem;
  max-height: 30rem;
  max-width: 30rem;
  min-width: 30rem;
  min-height: 30rem;
  object-fit: contain !important;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-product-sku {
  display: none;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-space {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  padding: 0 !important;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-space * {
  margin: 0 !important;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-details-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--text-m);
  color: var(--wa-search-text-color);
  font-weight: 700;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-details-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  color: var(--wa-search-text-color);
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-stock {
  margin-top: auto;
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-details-hr {
  border-color: var(--secondary);
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-more-products {
  border-top: none;
  color: var(--accent);
  font-weight: 700;
  background-color: var(--accent-ultra-light);
  font-size: var(--text-m);
}
body .dgwt-wcas-details-wrapp .dgwt-wcas-details-more-products:hover {
  color: var(--accent-hover);
}

.dgwt-wcas-search-icon {
  fill: #8c8c8c;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  display: block !important;
  top: calc(var(--space-xs) * 2 + var(--wa-search-height)) !important;
  box-shadow: none !important;
  padding-top: 0 !important;
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar {
  padding-top: var(--space-xs);
  padding-inline: var(--space-xs);
  align-items: center;
  height: unset !important;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp {
  padding: 0;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-om-return {
  height: var(--wa-search-height) !important;
  width: var(--wa-search-height) !important;
  border-radius: var(--wa-search-input-border-radius) !important;
  background-color: var(--wa-search-bg-return-button) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  margin-left: 0.3rem;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
  fill: white !important;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-close svg path {
  fill: var(--wa-search-icons-color);
}
