.ugh-shop-experience {
  background: #f5f5f1;
  color: #4f5048;
}

.ugh-shop-experience__inner {
  padding: 4rem 0 3.5rem;
}

.ugh-shop-experience__eyebrow {
  margin-bottom: .65rem;
  color: #7a7b70;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ugh-shop-experience__title {
  max-width: 860px;
  margin: 0 auto 1rem;
  color: #3d3e36;
  font-size: 2rem;
  line-height: 1.18;
  text-align: center;
}

.ugh-shop-experience__lead {
  max-width: 820px;
  margin: 0 auto 2rem;
  color: #5f6056;
  font-size: 1.08rem;
  line-height: 1.65;
  text-align: center;
}

.ugh-shop-experience__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.ugh-shop-experience__card {
  min-height: 100%;
  padding: 1.45rem 1.35rem;
  border: 1px solid rgba(95, 96, 86, .18);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(35, 36, 31, .06);
  text-align: center;
}

.ugh-shop-experience__card:focus-within {
  border-color: rgba(95, 96, 86, .45);
  box-shadow: 0 0 0 3px rgba(111, 112, 95, .16), 0 12px 28px rgba(35, 36, 31, .06);
}

.ugh-shop-experience__icon {
  display: block;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.ugh-shop-experience__card h3 {
  margin: 0 0 .65rem;
  color: #3d3e36;
  font-size: 1.1rem;
  line-height: 1.25;
}

.ugh-shop-experience__card p {
  margin: 0;
  color: #696a60;
  font-size: .95rem;
  line-height: 1.55;
}

.ugh-shop-experience__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 2rem;
}

.ugh-shop-experience__actions .btn {
  min-width: 11rem;
  border-radius: 3px;
  font-weight: 600;
}

.ugh-shop-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  margin: .5rem 0 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(95, 96, 86, .16);
  border-radius: 6px;
  background: #f7f6f0;
  color: #4f5048;
}

.ugh-shop-guide__eyebrow,
.ugh-shop-search-help__eyebrow {
  margin-bottom: .25rem;
  color: #7a7b70;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ugh-shop-guide__copy h2,
.ugh-shop-search-help__copy h2 {
  margin: 0 0 .25rem;
  color: #3d3e36;
  font-size: 1.05rem;
  line-height: 1.25;
}

.ugh-shop-guide__copy p,
.ugh-shop-search-help__copy p {
  max-width: 640px;
  margin: 0;
  color: #696a60;
  font-size: .92rem;
  line-height: 1.45;
}

.ugh-shop-guide__steps {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
}

.ugh-shop-guide__steps span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .42rem .6rem;
  border: 1px solid rgba(95, 96, 86, .14);
  border-radius: 999px;
  background: #ffffff;
  color: #5f6056;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.ugh-shop-guide__steps i {
  color: #6f705f;
  font-size: .85rem;
}

.ugh-shop-guide__cta {
  border-radius: 3px;
  font-weight: 600;
  white-space: nowrap;
}

.ugh-product-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .85rem;
  align-items: center;
  margin: .75rem 0 1.1rem;
  padding: .72rem .85rem;
  border-top: 1px solid rgba(95, 96, 86, .14);
  border-bottom: 1px solid rgba(95, 96, 86, .14);
  color: #5f6056;
}

.ugh-product-assurance span,
.ugh-product-assurance a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #5f6056;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.ugh-product-assurance a:hover,
.ugh-product-assurance a:focus {
  color: #3d3e36;
  text-decoration: underline;
}

.ugh-product-assurance i {
  color: #6f705f;
  font-size: .86rem;
}

.ugh-shop-experience a:focus-visible,
.ugh-shop-guide a:focus-visible,
.ugh-shop-trust a:focus-visible,
.ugh-shop-search-help a:focus-visible,
.ugh-product-assurance a:focus-visible {
  outline: 3px solid rgba(111, 112, 95, .42);
  outline-offset: 3px;
  box-shadow: 0 0 0 1px #ffffff;
  text-decoration: none;
}

.ugh-shop-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: .75rem 0 1rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(95, 96, 86, .14);
  border-radius: 6px;
  background: #f7f6f0;
  color: #4f5048;
}

.ugh-shop-trust__copy {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .6rem;
  align-items: baseline;
  min-width: 0;
}

.ugh-shop-trust__copy strong {
  color: #3d3e36;
  font-size: .98rem;
  line-height: 1.3;
}

.ugh-shop-trust__copy span {
  color: #696a60;
  font-size: .9rem;
  line-height: 1.35;
}

.ugh-shop-trust__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}

.ugh-shop-trust__items span,
.ugh-shop-trust__items a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #5f6056;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.ugh-shop-trust__items a:hover,
.ugh-shop-trust__items a:focus {
  color: #3d3e36;
  text-decoration: underline;
}

.ugh-shop-trust__items i {
  color: #6f705f;
  font-size: .85rem;
}

.ugh-shop-search-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(95, 96, 86, .16);
  border-radius: 6px;
  background: #f7f6f0;
  color: #4f5048;
}

.ugh-shop-search-help__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
}

.ugh-shop-search-help__chips a {
  display: inline-flex;
  align-items: center;
  padding: .42rem .68rem;
  border: 1px solid rgba(95, 96, 86, .14);
  border-radius: 999px;
  background: #ffffff;
  color: #5f6056;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.ugh-shop-search-help__chips a:hover,
.ugh-shop-search-help__chips a:focus {
  color: #3d3e36;
  text-decoration: underline;
}

.ugh-shop-search-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
}

.ugh-shop-search-help__actions .btn {
  border-radius: 3px;
  font-weight: 600;
  white-space: nowrap;
}

body:not(.editor_enable) main #wrap > .s_text_image:first-of-type {
  background: #ffffff;
}

body:not(.editor_enable) main #wrap > .s_text_image:first-of-type h2 {
  color: #3d3e36;
  font-size: 2rem;
  line-height: 1.18;
}

body:not(.editor_enable) main #wrap > .s_text_image:first-of-type p {
  color: #5f6056;
  font-size: 1rem;
  line-height: 1.65;
}

body:not(.editor_enable) main #wrap > .s_text_image:first-of-type img {
  border-radius: 4px !important;
  box-shadow: 0 18px 42px rgba(42, 43, 37, .14);
}

body:not(.editor_enable) main #wrap > .s_features_wave {
  display: none !important;
}

body:not(.editor_enable) main #wrap > .s_dynamic_snippet_category_list {
  background: #ffffff;
}

body:not(.editor_enable) main #wrap > .s_dynamic_snippet_category_list .s_dynamic_snippet_title h2::before {
  display: block;
  color: #3d3e36;
  font-size: 1.65rem;
  line-height: 1.25;
  content: "Nach Anwendung einsteigen";
}

body:not(.editor_enable) main #wrap > .s_dynamic_snippet_category_list .s_dynamic_snippet_title a {
  color: #4f5048;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .ugh-shop-experience__grid {
    grid-template-columns: 1fr;
  }

  .ugh-shop-experience__title,
  body:not(.editor_enable) main #wrap > .s_text_image:first-of-type h2 {
    font-size: 1.65rem;
  }

  .ugh-shop-guide,
  .ugh-shop-search-help {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .ugh-shop-guide__steps,
  .ugh-shop-search-help__chips,
  .ugh-shop-search-help__actions {
    justify-content: flex-start;
  }

  .ugh-shop-guide__cta {
    justify-self: flex-start;
  }

  .ugh-shop-trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .ugh-shop-trust__items {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .ugh-shop-experience__inner {
    padding: 3rem 0 2.75rem;
  }

  .ugh-shop-experience__lead {
    font-size: 1rem;
  }

  .ugh-shop-experience__actions .btn,
  .ugh-shop-guide__cta,
  .ugh-shop-search-help__actions .btn {
    width: 100%;
  }

  .ugh-shop-guide,
  .ugh-shop-trust,
  .ugh-shop-search-help {
    padding: 1rem;
  }

  .ugh-product-assurance {
    align-items: flex-start;
    flex-direction: column;
    padding: .75rem 0;
  }
}

#wrap.o_wsale_products_page #o_wsale_products_header.o_wsale_products_header_show_category_description {
  padding-bottom: 0 !important;
}

#wrap.o_wsale_products_page #category_header.o_wsale_category_description {
  margin-bottom: 8px !important;
}

#wrap.o_wsale_products_page #o_wsale_products_header + .ugh-shop-guide--category {
  margin-top: 0 !important;
}
