.logo {
  font-family: Manrope, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.7px;
  line-height: 1;
  transform: none;
  text-transform: lowercase;
  white-space: nowrap;
}

.logo-signature {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #111426;
  text-transform: none;
}
.logo-signature > span {
  background: linear-gradient(100deg, #2448ee 0%, #6d48ee 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.logo-signature > i {
  width: 9px;
  height: 9px;
  margin: 9px 1px 0 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff4e73, #ff9a45);
  box-shadow: 0 0 0 5px rgba(255, 82, 107, .10);
}
.logo-signature > small {
  margin-left: 2px;
  padding: 4px 6px 5px;
  border-radius: 7px;
  background: #111426;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1;
}
footer .logo-signature { color: white; }
footer .logo-signature > span {
  background: linear-gradient(100deg, #fff, #a9b7ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.logo-v2 {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-family: "Nunito Sans", Manrope, sans-serif;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -2px;
  color: #3155f5;
  text-transform: lowercase;
}
.logo-v2 .logo-i {
  position: relative;
  color: #3155f5;
}
.logo-v2 .logo-i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 1px;
  transform: translate(-50%, -36%);
  border-radius: 50%;
  background: #ef334d;
}
footer .logo-v2,
footer .logo-v2 .logo-i { color: #3155f5; }

.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 0 0 auto;
}
.brand-icon {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #3155f5, #754cf4);
  color: #fff;
  font: 800 30px/1 Manrope, sans-serif;
  letter-spacing: -2px;
  box-shadow: none;
}
.brand-name {
  color: #20232b;
  font: 800 12px/1 "Nunito Sans", Manrope, sans-serif;
  letter-spacing: -.6px;
}
.brand-lockup-footer { align-items: flex-start; }
.brand-lockup-footer .brand-name { color: #fff; text-align: center; width: 47px; }

.hero-brand {
  position: absolute;
  right: 70px;
  top: 45px;
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.hero-brand .hero-mark {
  position: relative;
  inset: auto;
  right: auto;
  top: auto;
  width: 310px;
  height: 310px;
  line-height: 300px;
  box-shadow: none;
}
.hero-brand > strong {
  margin-top: 15px;
  color: #3155f5;
  font: 800 31px/1 "Nunito Sans", Manrope, sans-serif;
  letter-spacing: -1.8px;
}
.hero-brand > small {
  margin-top: 7px;
  color: #6f7483;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 2px;
}

.hero-family-visual {
  min-height: 500px;
  overflow: hidden;
}
.hero-family {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
  object-position: 100% center;
  transform: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
}

.topbar { height: 90px; }
.notice { height: 38px; font-size: 14px; }
.head-search { height: 58px; border-radius: 16px; }
.head-search input { font-size: 17px; }
.head-search button { height: 46px; font-size: 15px; padding: 0 28px; }
.head-actions button { font-size: 15px; font-weight: 600; }
.mainnav { height: 58px; font-size: 15px; gap: 38px; }
.mainnav .all { font-size: 16px; }

.eyebrow,
.categories header span,
.product-section header span,
.promo > article > span,
.brands header span { font-size: 13px; }
.hero-copy > p { font-size: 18px; }
.hero-search input { font-size: 17px; }
.hero-search button { font-size: 14px; }
.popular,
.popular button { font-size: 13px; }

.hero h1 {
  font-size: 72px;
  line-height: .99;
  letter-spacing: -5px;
}

.product-section {
  margin-top: 34px;
  padding-top: 78px;
  padding-bottom: 78px;
  border-radius: 36px 36px 0 0;
}

.categories {
  padding-top: 82px;
  padding-bottom: 82px;
}

.categories h2,
.product-section h2,
.brands h2 {
  font-size: 38px;
  letter-spacing: -2px;
}
.categories header > a { font-size: 14px; }
.product-section header p { font-size: 14px; }
.switch button { font-size: 13px; }

.product-grid { gap: 18px; }
.product {
  border-radius: 22px;
  padding: 11px 11px 18px;
  transition: transform .25s, box-shadow .25s;
}
.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(18, 25, 55, .12);
}
.photo { height: 270px; border-radius: 16px; }
.product .shop { font-size: 11px; }
.product h3 { font-size: 16px; }
.rating { font-size: 12px; }
.product > strong { font-size: 20px; }
.product > del { font-size: 12px; }
.product > p { font-size: 11px; }
.product > a { font-size: 13px; }
.load-more { font-size: 14px; }

.category-grid { gap: 14px; }
.category-grid button {
  height: 240px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
}
.category-grid button::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(8, 10, 18, .9));
}
.category-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s;
}
.category-grid button:hover img { transform: scale(1.06); }
.category-copy {
  position: absolute;
  left: 20px;
  right: 45px;
  bottom: 19px;
  z-index: 2;
  color: white;
}
.category-grid b { font-size: 20px; }
.category-grid small { color: #e7e8ee; font-size: 13px; }
.category-grid em {
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  color: #111426;
  display: grid;
  place-items: center;
}

.promo p { font-size: 14px; line-height: 1.6; }
.promo button,
.promo a { font-size: 13px; }
.price-card small { font-size: 12px; }
.brands button { font-size: 15px; }
.shops b { font-size: 13px; }
footer p { font-size: 13px; line-height: 1.6; }
footer nav { font-size: 13px; }
footer nav b { font-size: 15px; }

@media (max-width: 1100px) and (min-width: 701px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 58px 54px 38px;
  }
  .hero-family-visual {
    min-height: 390px;
  }
  .hero-family {
    height: 390px;
    min-height: 390px;
    object-position: 72% center;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 100%);
  }
  .partner-banner-728 {
    width: min(728px, calc(100% - 40px));
  }
}

.ad-slot {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4e6ee;
  background:
    radial-gradient(circle at 15% 30%, rgba(91, 112, 255, .12), transparent 28%),
    linear-gradient(125deg, #fafbff, #f5f3ff);
  color: #111426;
}
.partner-banner {
  position: relative;
  width: min(970px, calc(100% - 32px));
  margin: 34px auto 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f4f5f9;
  border: 1px solid #e4e6ee;
  line-height: 0;
}
.partner-banner > span {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 10px;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(255,255,255,.88);
  color: #73798a;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
}
.partner-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.partner-banner-728 {
  width: min(728px, calc(100% - 32px));
  margin-top: 28px;
  border-radius: 14px;
}
.ad-slot > span {
  position: absolute;
  top: 10px;
  left: 13px;
  z-index: 2;
  color: #858a99;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.ad-slot > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.ad-slot > div b { font-size: 18px; }
.ad-slot > div small { color: #73798a; font-size: 12px; }
.affiliate-creative {
  min-height: inherit;
  height: 100%;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 25px 30px;
  color: #111426;
  text-decoration: none;
}
.affiliate-creative > i {
  width: 62px;
  height: 62px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #3155f5, #754cf4);
  color: #fff;
  font: normal 800 28px/1 Manrope;
}
.affiliate-creative > span { display: flex; flex-direction: column; }
.affiliate-creative small {
  color: #3155f5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.affiliate-creative b {
  margin-top: 5px;
  font-size: 21px;
  letter-spacing: -.7px;
}
.affiliate-creative em {
  margin-top: 4px;
  color: #6f7483;
  font-size: 11px;
  font-style: normal;
}
.affiliate-creative > strong {
  padding: 13px 18px;
  border-radius: 11px;
  background: #111426;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}
.affiliate-hero {
  width: min(1120px, calc(100% - 32px));
  margin-top: 30px;
  min-height: 132px;
  border-color: #dfe3f5;
  background: linear-gradient(110deg, #f7f9ff, #f1efff 65%, #eefaff);
}
.affiliate-hero .affiliate-creative > i { width: 70px; height: 70px; font-size: 32px; }
.ad-native {
  background: linear-gradient(115deg, #111426, #202955);
  border-color: #252d54;
}
.ad-native .affiliate-creative { color: #fff; }
.ad-native .affiliate-creative em { color: #b7bdd0; }
.ad-native .affiliate-creative > strong { background: #d9ff5b; color: #111426; }
.ad-between { background: linear-gradient(110deg, #fff8f4, #f5f2ff); }
.ad-before-footer { background: linear-gradient(110deg, #eef8ff, #f5f1ff); }
.ad-vertical .affiliate-creative {
  grid-template-columns: 1fr;
  align-content: center;
  text-align: left;
  gap: 18px;
  padding: 38px 24px 24px;
}
.ad-vertical .affiliate-creative > i { width: 58px; height: 58px; }
.ad-vertical .affiliate-creative b { font-size: 24px; line-height: 1.08; }
.ad-vertical .affiliate-creative > strong { text-align: center; white-space: normal; }
.ad-horizontal {
  width: min(1080px, calc(100% - 32px));
  min-height: 112px;
  margin: 34px auto;
  border-radius: 18px;
}
.ad-after-hero { margin-top: 28px; margin-bottom: 0; }
.ad-between { margin-top: 38px; margin-bottom: 0; }
.ad-native {
  grid-column: 1 / -1;
  min-height: 140px;
  border-radius: 19px;
  margin: 4px 0;
}
.promo {
  grid-template-columns: 2fr 1fr 190px;
}
.ad-vertical {
  min-height: 330px;
  border-radius: 24px;
}
.ad-vertical > div {
  padding: 45px 20px 20px;
  flex-direction: column;
}
.ad-vertical > div b { font-size: 22px; line-height: 1.15; }
.ad-before-footer { margin-top: 10px; margin-bottom: 55px; }

@media (max-width: 700px) {
  .logo { font-size: 25px; letter-spacing: -1.4px; }
  .topbar { height: 74px; }
  .notice { height: 34px; font-size: 11px; }
  .mainnav { height: 53px; font-size: 14px; }
  .hero h1 { font-size: 45px; letter-spacing: -3.3px; }
  .categories h2,
  .product-section h2,
  .brands h2 { font-size: 28px; }
  .category-grid button { height: 185px; }
  .category-copy { left: 14px; bottom: 14px; }
  .category-grid b { font-size: 16px; }
  .category-grid small { font-size: 11px; }
  .photo { height: 185px; }
  .product h3 { font-size: 14px; }
  .product > strong { font-size: 18px; }
  .hero .hero-family-visual {
    display: block;
    min-height: 230px;
    margin: 0 -1px;
  }
  .hero-family {
    min-height: 230px;
    height: 230px;
    object-position: 74% center;
    transform: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
  }
  .brand-icon { width: 39px; height: 39px; border-radius: 12px; font-size: 25px; }
  .brand-name { font-size: 10px; }
  .ad-horizontal { min-height: 100px; margin-top: 22px; margin-bottom: 22px; }
  .partner-banner { margin-top: 22px; border-radius: 13px; }
  .partner-banner-728 { width: calc(100% - 24px); }
  .ad-slot > div { padding: 28px 16px 12px; flex-direction: column; gap: 4px; }
  .ad-slot > div b { font-size: 15px; }
  .affiliate-creative {
    grid-template-columns: 46px 1fr;
    gap: 13px;
    padding: 25px 16px 14px;
  }
  .affiliate-creative > i { width: 44px; height: 44px; border-radius: 13px; font-size: 20px; }
  .affiliate-creative b { font-size: 15px; }
  .affiliate-creative em { font-size: 10px; }
  .affiliate-creative > strong { grid-column: 1/-1; text-align: center; padding: 10px; }
  .ad-vertical .affiliate-creative { grid-template-columns: 46px 1fr; text-align: left; padding: 26px 16px 14px; }
  .ad-vertical .affiliate-creative > i { width: 44px; height: 44px; }
  .ad-vertical .affiliate-creative b { font-size: 16px; }
  .ad-vertical .affiliate-creative > strong { grid-column: 1/-1; }
  .promo { grid-template-columns: 1fr; }
  .ad-vertical { min-height: 120px; border-radius: 18px; }
  .ad-native { min-height: 110px; }
}


/* v38: remove floating WERBUNG label overlap */
.product30 .ad-slot>span,
.product30 .detail-ad>span,
.product30 .detail-between-ad>span{display:none!important}
@media (max-width:760px){
  .ad-slot>span{display:none!important}
}
