:root {
  --fevon-orange: #ff6400;
  --fevon-blue: #284156;
  --fevon-blue-dark: #21384b;
  --fevon-text: #343841;
  --fevon-light: #f5f5f5;
}

.fevon-product-sync-search {
  background: var(--fevon-orange);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
  width: 100%;
  z-index: 1000;
}

.fevon-product-sync-search__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 860px;
  padding: 9px 24px;
  position: relative;
}

.fevon-product-sync-search__form {
  align-items: center;
  background: #fff !important;
  border: 2px solid rgba(255, 255, 255, .85) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(52, 56, 65, .16);
  display: flex !important;
  cursor: text;
  height: 52px;
  min-height: 52px;
  overflow: hidden;
  padding: 0 6px 0 0 !important;
  position: relative;
}

.fevon-product-sync-search__form:before {
  color: var(--fevon-orange);
  content: "ARTIKELSUCHE";
  font-size: 16px;
  font-weight: 800;
  left: 24px;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.fevon-product-sync-search__form.has-value:before,
.fevon-product-sync-search__form.is-focused:before {
  display: none;
}

.fevon-product-sync-search__form input,
.fevon-product-sync-search input#fevon-product-sync-search-input,
body[data-form-style="minimal"] .fevon-product-sync-search input#fevon-product-sync-search-input,
body[data-form-style="minimal"] .fevon-product-sync-search__form input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
  caret-color: var(--fevon-blue) !important;
  color: #1d212c !important;
  font-size: 16px !important;
  font-weight: 700;
  align-self: center;
  height: 40px !important;
  line-height: 40px !important;
  margin: 0 !important;
  min-width: 0;
  flex: 1 1 auto;
  padding: 0 16px 0 24px !important;
  position: static !important;
  text-indent: 0 !important;
  transform: none !important;
  transition: none !important;
  width: auto !important;
  z-index: 2;
}

.fevon-product-sync-search__form input:focus,
.fevon-product-sync-search input#fevon-product-sync-search-input:focus,
body[data-form-style="minimal"] .fevon-product-sync-search input#fevon-product-sync-search-input:focus,
body[data-form-style="minimal"] .fevon-product-sync-search__form input[type="search"]:focus {
  align-self: center;
  height: 40px !important;
  line-height: 40px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

.fevon-product-sync-search__form input::placeholder,
.fevon-product-sync-search__form input::-webkit-input-placeholder,
body[data-form-style="minimal"] .fevon-product-sync-search__form input::placeholder,
body[data-form-style="minimal"] .fevon-product-sync-search__form input::-webkit-input-placeholder {
  color: var(--fevon-orange);
  opacity: 1;
  text-transform: uppercase;
}

.fevon-product-sync-search__form input::-moz-placeholder,
body[data-form-style="minimal"] .fevon-product-sync-search__form input::-moz-placeholder {
  color: var(--fevon-orange);
  opacity: 1;
  text-transform: uppercase;
}

.fevon-product-sync-search__form input:-ms-input-placeholder,
.fevon-product-sync-search__form input::-ms-input-placeholder,
body[data-form-style="minimal"] .fevon-product-sync-search__form input:-ms-input-placeholder,
body[data-form-style="minimal"] .fevon-product-sync-search__form input::-ms-input-placeholder {
  color: var(--fevon-orange);
  opacity: 1;
  text-transform: uppercase;
}

.fevon-product-sync-search__form .fevon-product-sync-search__submit,
.fevon-product-sync-search__form button.fevon-product-sync-search__submit,
.fevon-product-sync-search__form button.fevon-product-sync-search__submit[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  background: var(--fevon-blue) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-width: 40px !important;
  padding: 0 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  width: 40px !important;
  overflow: hidden !important;
  z-index: 4;
}

.fevon-product-sync-search__form .fevon-product-sync-search__submit:before,
.fevon-product-sync-search__form .fevon-product-sync-search__submit:after {
  content: none !important;
  display: none !important;
}

.fevon-product-sync-search__icon {
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
}

.fevon-product-sync-search__icon:before {
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.fevon-product-sync-search__icon:after {
  background: #fff;
  content: "";
  height: 8px;
  left: 13px;
  position: absolute;
  top: 13px;
  transform: rotate(-45deg);
  transform-origin: top center;
  width: 2px;
}

.fevon-product-sync-search__form .fevon-product-sync-search__submit:hover,
.fevon-product-sync-search__form .fevon-product-sync-search__submit:focus,
.fevon-product-sync-search__form .fevon-product-sync-search__submit:active,
.fevon-product-sync-search__form.is-focused .fevon-product-sync-search__submit {
  background: var(--fevon-blue-dark);
  bottom: auto !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
}

.fevon-product-sync-search__results {
  background: #fff;
  border: 1px solid #e2e4e8;
  box-shadow: 0 16px 34px rgba(29, 33, 44, .18);
  left: 24px;
  list-style: none;
  margin: 8px 0 0;
  max-height: 360px;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  right: 24px;
  z-index: 1001;
}

.fevon-product-sync-search__results li {
  border-bottom: 1px solid #edf0f3;
  margin: 0;
}

.fevon-product-sync-search__results a,
.fevon-product-sync-search__empty {
  color: var(--fevon-text);
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  text-decoration: none;
}

.fevon-product-sync-search__results a:hover {
  background: #fff3ea;
}

.fevon-product-sync-search__results strong {
  font-size: 15px;
}

.fevon-product-sync-search__results span,
.fevon-product-sync-search__results em {
  color: #6f7580;
  font-size: 13px;
  font-style: normal;
}

.fevon-product-sync-page .main-content {
  padding-top: 42px;
}

.fevon-product-card {
  color: #1d212c;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.fevon-product-visual {
  background: var(--fevon-light);
  border: 1px solid #ddd;
  padding: 28px;
}

.fevon-product-visual img {
  display: block;
  height: auto;
  width: 100%;
}

.fevon-product-visual__placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  border: 2px dashed #d5d5d5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fevon-product-visual__placeholder span {
  color: var(--fevon-orange);
  font-weight: 800;
  letter-spacing: .04em;
}

.fevon-product-description {
  border-top: 2px solid var(--fevon-orange);
  margin-top: 28px;
  padding-top: 22px;
}

.fevon-product-kicker {
  color: var(--fevon-orange);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fevon-product-title {
  color: var(--fevon-text);
  font-size: 52px;
  line-height: 1.1;
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}

.fevon-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 16px;
  margin-bottom: 28px;
}

.fevon-product-meta:empty {
  display: none;
}

.fevon-product-description h2,
.fevon-product-services h2 {
  color: var(--fevon-text);
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 18px;
}

.fevon-product-description p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.fevon-product-tech {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.fevon-product-tech div {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 12px;
}

.fevon-product-tech dt {
  color: #6f7580;
  font-weight: 700;
}

.fevon-product-tech dd {
  margin: 0;
}

.fevon-product-services {
  background: #fff;
  border: 1px solid #ddd;
}

.fevon-product-services h2 {
  padding: 22px 24px 0;
}

.fevon-service-empty {
  color: #5e6570;
  font-size: 15px;
  line-height: 1.55;
  padding: 0 24px 24px;
}

.fevon-service-option {
  background: #e8e8e8;
  border-top: 1px solid #fff;
}

.fevon-service-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1d212c;
  cursor: pointer;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  gap: 14px;
  min-height: 68px;
  padding: 0 24px;
  text-align: left;
  width: 100%;
}

.fevon-service-option.is-active .fevon-service-toggle {
  background: var(--fevon-orange);
  color: #fff;
}

.fevon-service-radio {
  border: 1px solid currentColor;
  border-radius: 999px;
  height: 24px;
  position: relative;
  width: 24px;
}

.fevon-service-option.is-active .fevon-service-radio:after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 10px;
}

.fevon-service-name,
.fevon-service-time,
.fevon-service-price {
  font-size: 18px;
  font-weight: 800;
}

.fevon-service-time {
  white-space: nowrap;
}

.fevon-service-time:before {
  content: "\23F1";
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: -2px;
}

.fevon-service-panel {
  display: none;
  padding: 24px;
}

.fevon-service-option.is-active .fevon-service-panel {
  display: block;
}

.fevon-service-panel p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.fevon-service-request,
.fevon-service-rma {
  background: var(--fevon-orange);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  margin: 0 8px 8px 0;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.fevon-service-rma {
  background: #99d233;
}

.fevon-service-request:hover,
.fevon-service-request:focus,
.fevon-service-rma:hover,
.fevon-service-rma:focus {
  color: #fff;
  opacity: .92;
}

.fevon-product-request-form {
  background: #f5f5f5;
  border-top: 4px solid var(--fevon-orange);
  margin-top: 36px;
  padding: 28px 24px;
}

.fevon-product-request-form[hidden] {
  display: none;
}

.fevon-request-heading {
  color: var(--fevon-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 10px 20px;
}

.fevon-product-request-form.is-rma-mode input[type="submit"] {
  display: none;
}

.fevon-product-request-form .prodsearchform {
  display: none !important;
}

@media only screen and (max-width: 765px) {
  .fevon-product-sync-search__inner {
    padding: 10px 14px;
  }

  .fevon-product-sync-search__form {
    height: 52px;
    min-height: 52px;
    padding: 0 6px 0 0 !important;
  }

  .fevon-product-sync-search__form input {
    font-size: 15px;
    height: 40px !important;
    line-height: 40px !important;
    min-width: 0;
    padding-left: 18px !important;
    padding-right: 12px !important;
  }

  .fevon-product-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .fevon-product-title {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .fevon-product-meta {
    font-size: 15px;
    gap: 6px 16px;
    margin-bottom: 20px;
  }

  .fevon-service-toggle {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 0 16px;
  }

  .fevon-service-price {
    grid-column: 2 / -1;
  }

  .fevon-service-request,
  .fevon-service-rma {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
}
