/** Shopify CDN: Minification failed

Line 15:14 Expected identifier but found whitespace
Line 15:16 Unexpected "{"
Line 15:25 Expected ":"

**/
  .header_account {
    margin-left: -10px;
  }
  .header_account:hover {
    fill: #f36323;
  }
  .site-header__logo img {
    max-width: {{ section.settings.logo_max_width | default: '450' | remove: 'px' | append: 'px' | escape }};
    max-height: 45px;
  }

  @media only screen and (max-width: 749px) {
    .medium-down--hide {
      display: none !important;
    }
  }
  @media only screen and (max-width: 1060px) {
    .promisse1 {
      display: none !important;
    }
  }
  @media only screen and (max-width: 850px) {
    .trustpilot-widget.trust-header-pilot {
      width: 200px!important;
    }
  }
  .trust-header1 {
    display:flex;
    padding-top:10px;
  }
  .trustpilot-widget.trust-header-pilot {
    width: 320px;
    height: 25px;
    display: grid;
  }
  .promisse1 {
    display: grid;
    white-space: nowrap;
    justify-items: center;
    width: 100%;
    height: 35px;
    margin-right: 130px;
    margin-top:5px
  }
  .site-header_relative {
    position: relative;
    width:100%;
  }
  .transcy-switcher-manual.transcy-desktop.transcy-switcher-all-active {
  width:100px;
  }
.transcy-switcher-item-primary {

}
/* new header */

            a.predictive-search__item {
                display: flex;
                position: relative;
                color: #000;
            }

            div#predictive-search {
                display: none;
                background-color: #fff;



            }
/*
            .active-form #predictive-search {
                display: block !important;
            }*/

            .predictive-search__list-item:hover {
                box-shadow: #43475545 0 0 0.25em, #5a7dbc0d 0 0.25em 1em;
                border-radius: 5px;
            }

            .predictive-search__list-item {
                margin: 2px;
                padding: 5px;
            }
.site-navigation {
      display: flex;
    justify-content: space-between;
}
.site-navigation-left {
      width: fit-content;
}
.site-navigation-right {
      width: fit-content;
}
.site-nav__right {
  float:none!important;
}
.transcy-switcher-manual {
    margin-right: -13px!important;
}
.promisse1 {
    margin-right: 292px!important;

}
.predictive-search__item-heading {
    max-width: 160px;
    text-align: center;
    min-width:160px
  font-size:13px;
}
.predictive-search__item-content {
    display: flex;
    justify-content: space-between;
    width: 285px;
}
.product-card__price-search {
    text-align: end;
    border-left: 1px solid #f7f7f7;
    width: 74px;
    min-width: 74px;
    position: relative;
    right: 0;
    font-size:13px;
}
img.predictive-search__image {
    border-radius: 5px;
    margin-right: 2px;
}
div#predictive-search-results {
    padding-bottom: 0.5px;
}
.site-header__search-input {
    background-color: #fff;
    border: 0px;
}
.site-header__search {
    border: 1px solid #f7f7f7;
    border-radius: 7px;
    overflow: hidden;
    background-color: #f7f7f7;
}
form.site-header__search.small--hide.active-form:focus-visible {
    outline: none!important;
}
.predictive-search__heading {
    margin-left: 4px;
}
.site-header__cart {
z-index:99;
    margin-right: 0;
}
.site-header__link .icon-cart {
    top: -7px;
}
.predictive-search__item {
  display:flex;
  justify-content:center;
  width:285px;
}
.site-nav-radius {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow:#43475545 0 0 0.05em, #5a7dbc0d 0 0.25em 1em;
}
.rbr-container-element-fbt {
  width:95%;
}
.js-drawer-open-left .drawer--left {
  z-index:6;
}
.SlotLayout_c_layout__yh7fb.SlotLayout_layout_customer {
    background-color: white;
}