/* =========================================================
   seELentAumel Shopdesign 3.0
   PrestaShop 8 / Classic 2.2.0
   ========================================================= */

/* HEADER */

#header {
  border-top: 4px solid #8a5bb8;
  background: #fffdfc;
  box-shadow: 0 4px 16px rgba(76, 63, 84, 0.07);
}

#header .header-nav,
#header .header-top {
  background: #fffdfc;
}

#header .header-nav {
  min-height: 38px;
  border-bottom: 1px solid #eadbe8;
}

#header .header-top {
  padding: 18px 0;
}

#header .header-top .container,
#header .header-top .row {
  display: flex;
  align-items: center;
}

#header .header-top .row {
  width: 100%;
  margin: 0;
}

#header .header-top .col-md-2 {
  flex: 0 0 150px;
  max-width: 150px;
  padding-left: 0;
}

#header .header-top .col-md-10 {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}

#header .logo {
  width: auto;
  max-width: 110px;
  max-height: 95px;
  filter: drop-shadow(0 4px 7px rgba(76, 63, 84, 0.10));
}

#header .top-menu {
  margin: 0;
}

#header .top-menu > li > a,
#header #top-menu > li > a {
  padding: 12px 17px;
  color: #4c3f54;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
}

#header .top-menu > li > a:hover,
#header #top-menu > li > a:hover {
  color: #8a5bb8;
}

#search_widget {
  width: min(310px, 100%);
  margin-left: 24px;
}

#search_widget form {
  position: relative;
}

#search_widget input {
  min-height: 46px;
  padding: 10px 48px 10px 18px;
  border: 1px solid #d9bfdc;
  border-radius: 24px;
  background: #fffdfc;
  color: #4c3f54;
}

#search_widget input:focus {
  border-color: #8a5bb8;
  box-shadow: 0 0 0 3px rgba(138, 91, 184, .12);
}

#search_widget button {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  color: #70439e;
}

#_desktop_user_info a,
#_desktop_cart a {
  color: #4c3f54;
}

#_desktop_user_info a:hover,
#_desktop_cart a:hover {
  color: #8a5bb8;
}

.blockcart {
  background: transparent !important;
}

/* HERO */

.stsd-hero {
  position: relative;
  width: 100%;
  min-height: 585px;
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(138, 91, 184, .13);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 253, 252, .06), rgba(255, 253, 252, .06)),
    url("../img/hero-watercolor.png") center center / cover no-repeat;
  box-shadow: 0 16px 38px rgba(76, 63, 84, .12);
}

.stsd-hero__inner {
  display: flex;
  min-height: 585px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(840px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 20px 30px;
  text-align: center;
}

.stsd-hero__brand {
  display: block;
  width: min(420px, 74%);
  height: auto;
  margin: 0 auto 12px;
  filter: drop-shadow(0 4px 7px rgba(76, 63, 84, .15));
}

.stsd-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #e98cb8;
}

.stsd-hero__ornament span {
  display: block;
  width: 56px;
  height: 1px;
  background: #d9bfdc;
}

.stsd-hero__ornament b {
  font-size: 1rem;
  font-weight: 400;
}

.stsd-hero h1 {
  margin: 0 0 20px;
  color: #5f2d88;
  font-family: "Bubbler One", sans-serif;
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: .01em;
  text-shadow: 0 3px 10px rgba(76, 63, 84, .10);
}

.stsd-hero__intro {
  max-width: 660px;
  margin: 0 auto 16px;
  color: #4c3f54;
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
  line-height: 1.58;
}

.stsd-hero__note {
  margin: 0 auto 26px;
  color: #70439e;
  font-size: clamp(.98rem, 1.35vw, 1.15rem);
  line-height: 1.5;
}

.stsd-hero__cta {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: .98rem 2.25rem;
  border: 0;
  border-radius: 31px;
  background: linear-gradient(135deg, #8a5bb8, #8c3199);
  color: #fff;
  font-size: 1.05rem;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(138, 91, 184, .27);
}

.stsd-hero__cta:hover,
.stsd-hero__cta:focus {
  background: linear-gradient(135deg, #42b7c6, #8a5bb8);
  color: #fff;
  transform: translateY(-2px);
}

.stsd-hero__cta span {
  font-size: 1.4rem;
}

.stsd-hero__download-note {
  margin: 15px 0 0;
  color: #70439e;
  font-size: .96rem;
}

/* VORTEILSBOXEN */

.stsd-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 44px;
}

.stsd-benefit {
  display: flex;
  min-height: 168px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(138, 91, 184, .14);
  border-radius: 24px;
  background: rgba(255, 253, 252, .98);
  box-shadow: 0 10px 27px rgba(76, 63, 84, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.stsd-benefit:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(76, 63, 84, .13);
}

.stsd-benefit__icon {
  display: inline-flex;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #8a5bb8;
  font-family: Georgia, serif;
  font-size: 2.35rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.9) 0 12%, transparent 36%),
    linear-gradient(135deg, #f8e3ed, #eee3f6 52%, #dff4f6);
  box-shadow: inset 0 0 0 1px rgba(138, 91, 184, .08);
}

.stsd-benefit h2 {
  margin: 0 0 7px;
  color: #5f2d88;
  font-family: "Bubbler One", sans-serif;
  font-size: 1.68rem;
  font-weight: 400;
  line-height: 1.08;
}

.stsd-benefit p {
  margin: 0;
  color: #594d61;
  font-size: .98rem;
  line-height: 1.5;
}

/* TABLET */

@media (max-width: 991px) {
  #header .header-top .container,
  #header .header-top .row {
    display: block;
  }

  #header .header-top .col-md-2,
  #header .header-top .col-md-10 {
    max-width: 100%;
  }

  #search_widget {
    margin: 16px 0 0;
  }

  .stsd-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* SMARTPHONE */

@media (max-width: 767px) {
  #header .logo {
    max-width: 82px;
    max-height: 70px;
  }

  .stsd-hero {
    min-height: 650px;
    border-radius: 16px;
  }

  .stsd-hero__inner {
    min-height: 650px;
    width: calc(100% - 24px);
    padding: 34px 12px 26px;
    background: rgba(255, 253, 252, .18);
  }

  .stsd-hero__brand {
    width: min(390px, 90%);
  }

  .stsd-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.5rem);
  }

  .stsd-hero__intro {
    font-size: 1.03rem;
  }

  .stsd-hero__cta {
    width: min(340px, 100%);
    padding: .92rem 1.3rem;
  }

  .stsd-benefits {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .stsd-benefit {
    min-height: 125px;
  }
}
