/* Last update: 2025-07-07T05:19:09+00:00 */

@charset "UTF-8";




.wa-header-search {
  height: 4.8rem;
}
.wa-header-search form {
  height: 4.8rem;
}
.wa-header-search form input[type="search"] {
  width: 100%;
  padding: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid var(--base-light);
  border-bottom: 1px solid var(--base-light);
  border-left: 1px solid var(--base-light);
  background: var(--white);
  border-right: 0 !important;
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  color: var(--base);
}
.wa-header-search form input[type="search"]:hover {
  border-color: var(--base);
}
.wa-header-search form input[type="search"]:focus {
  border-color: var(--base);
  outline: none !important;
  box-shadow: var(--wa-primary-box-shadow);
}
.wa-header-search form input[type="search"]::placeholder {
  color: var(--base-trans-40);
  font-size: var(--text-s);
}
.wa-header-search form .bricks-search-submit {
  border-top-right-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
  overflow: hidden;
  min-width: 4.8rem;
  color: #fff !important;
  padding: 0 var(--space-s);
  transition: 200ms;
  background: var(--base);
}
.wa-header-search form .bricks-search-submit:hover {
  background: var(--base);
}
.wa-header-search form input[type="submit"] {
  padding: 0 !important;
}
.wa-header-search form .bricks-search-icon {
  font-size: 24px;
  width: auto;
  height: auto;
  min-width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.wa-header-search form .bricks-search-icon:after {
  content: "Search";
  display: block;
  margin-left: 6px;
  font-size: calc(var(--text-m) * 0.9);
  font-weight: 700;
}
body .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-icon svg path {
  fill: var(--primary) !important;
  stroke-width: 1px;
  stroke: var(--primary) !important;
}
@media (max-width: 1100px) {
  .dgwt-wcas-overlay-mobile-on body .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1, .dgwt-wcas-overlay-mobile-on body .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-2, .dgwt-wcas-overlay-mobile-on body .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-3 {
    border-radius: 0 !important;
    border-color: var(--primary) !important;
  }
}
.dgwt-wcas-om-return {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 4.8rem !important;
  width: 4.8rem !important;
  background-color: var(--primary) !important;
}
.dgwt-wcas-om-return svg {
  position: static !important;
}
.dgwt-wcas-om-return svg path {
  fill: white !important;
}
.dgwt-wcas-overlay-mobile {
  padding: var(--gutter);
}
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  top: calc(var(--gutter) + 50px) !important;
}
@media (max-width: 991px) {
  .dgwt-wcas-suggestion-nores {
    padding-inline: var(--gutter);
  }
}
input#dgwt-wcas-search-input-1, input#dgwt-wcas-search-input-2, input#dgwt-wcas-search-input-3 {
  border: 1px solid var(--base-light) !important;
  appearance: none;
  -webkit-appearance: none;
  background: var(--white);
  border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: var(--text-m);
  height: 4.8rem !important;
  padding-left: 4rem;
}
input#dgwt-wcas-search-input-1::placeholder, input#dgwt-wcas-search-input-2::placeholder, input#dgwt-wcas-search-input-3::placeholder {
  font-style: normal;
  font-size: var(--text-m);
}
.dgwt-wcas-sf-wrapp {
  position: relative;
}
.dgwt-wcas-sf-wrapp:before {
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  top: 50%;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(/wp-content/uploads/brilant-loupe.svg);
}
.dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-headings.js-dgwt-wcas-initialized {
  border-radius: 4px;
  box-shadow: 0px 40px 70px var(--primary-light);
}
.dgwt-wcas-si img {
  max-height: 4rem;
  width: 4rem;
  object-fit: contain;
}
a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more {
  background: var(--action);
  border-radius: var(--radius-s);
  font-size: var(--text-m);
  font-weight: 700;
  color: #fff;
  min-height: 4.8rem;
  margin-top: var(--space-s);
}
a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more:hover {
  background: var(--primary-hover);
}
a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-headline.dgwt-wcas-suggestion-headline {
  font-weight: 700;
}
.dgwt-wcas-suggestion-selected {
  background: var(--shade-ultra-light);
}
span.dgwt-wcas-sp {
  font-weight: 700;
  color: var(--base);
}
body .dgwt-wcas-suggestion-more {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 10 !important;
  background: var(--white) !important;
}
body .dgwt-wcas-st-more {
  margin-top: 0 !important;
}
body .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: calc(var(--space-xs) * 0.5);
  background-color: var(--primary) !important;
  box-shadow: none !important;
  color: var(--white) !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  font-weight: 500;
  text-shadow: none !important;
  text-transform: none;
}
body .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit:hover {
  background-color: var(--primary-hover);
  opacity: 1 !important;
}
body .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier {
  position: static;
}
body .dgwt-wcas-preloader svg path {
  fill: var(--base);
}
body .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none !important;
}
body .dgwt-wcas-si img {
  height: 5rem !important;
  width: 5rem !important;
  object-fit: contain !important;
  max-height: unset !important;
}
body .dgwt-wcas-suggestions-wrapp {
  border-radius: 4px 4px 4px 4px !important;
  box-shadow: 0 10px 10px 0 var(--base-trans-10) !important;
}
body .dgwt-wcas-st-more {
  text-align: center !important;
  border-top: none !important;
  background: var(--action) !important;
  padding: 15px 10px 15px 10px !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  transition: 200ms !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body .dgwt-wcas-st-more:hover  {
  background: var(--action-hover) !important;
}
body .dgwt-wcas-st-more * {
  line-height: 1 !important;
  color: #ffffff !important;
  margin-bottom: 0 !important;
}
body .dgwt-wcas-st-more:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-right: var(--space-xs) !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
span.dgwt-wcas-st-more-total {
  font-weight: 400;
}
.dgwt-wcas-suggestion-product .dgwt-wcas-st {
  display: flex;
  flex-direction: column;
}
.dgwt-wcas-suggestion-headline span {
  font-weight: 700 !important;
  border-bottom: 0px !important;
  background: var(--shade-ultra-light) !important;
  padding: var(--space-xs) var(--space-s) !important;
  color: var(--base) !important;
  border-radius: 4px !important;
}
a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product, a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat {
  border-bottom: 1px solid var(--shade-light) !important;
}
a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected, a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat.dgwt-wcas-suggestion-selected {
  background: var(--action-trans-10) !important;
  text-decoration: none !important;
}
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-track {
  background: var(--base-dark) !important;
}
.dgwt-wcas-meta {
  min-width: 7.5rem;
  text-align: right !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
span.dgwt-wcas-sku {
  color: var(--base) !important;
}
.dgwt-wcas-suggestion-product small.woocommerce-price-suffix {
  display: none;
}
.dgwt-wcas-st-label-in {
  display: none !important;
}
.dgwt-wcas-suggestion {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
@media (max-width: 991px) {
  .dgwt-wcas-suggestion {
    padding-inline: var(--gutter);
  }
}
.dgwt-wcas-suggestion .dgwt-wcas-sp {
  display: block;
}
.dgwt-wcas-suggestion .dgwt-wcas-sp .wa-fibo-search-price__wrapper {
  white-space: nowrap;
}
.dgwt-wcas-suggestion .dgwt-wcas-sp .wa-fibo-search-price__wrapper .wa-fibo-search-price-excluding-tax {
  font-size: 1.1em;
  line-height: 1.5;
}
.dgwt-wcas-suggestion .dgwt-wcas-sp .wa-fibo-search-price__wrapper .wa-fibo-search-price-including-tax {
  white-space: nowrap;
  font-size: var(--text-s);
  font-weight: 400;
  color: var(--shade-medium);
}
.dgwt-wcas-suggestion .dgwt-wcas-sp .wa-fibo-search-price__wrapper .wa-fibo-search-price-including-tax bdi {
  font-size: var(--text-s);
  font-weight: 400 !important;
  color: var(--shade-medium) !important;
}
