.collection-hero{position:relative;background-color:#000;overflow:hidden}.collection-hero__container{position:relative;margin:0 auto;min-height:493px;max-width:var( --container-max-width);padding:48px 60px 96px;width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between;gap:24px}.teilnehmen-container{max-width:var( --container-max-width)}.sticky-submenu__container{max-width:var( --container-max-width)!important}.collection-hero__people-grid{--cols: 4;--rows: 5;--cell: 96px;--gap: 8px;display:grid;grid-template-columns:repeat(var(--cols),var(--cell));grid-auto-rows:var(--cell);gap:var(--gap);width:calc(var(--cols) * var(--cell) + (var(--cols) - 1) * var(--gap));height:calc(var(--rows) * var(--cell) + (var(--rows) - 1) * var(--gap));overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#0000,#0000004d 10% 10%,#000c 20%,#000 25% 75%,#000c 80%,#0000004d 90% 90%,#0000);mask-image:linear-gradient(to bottom,#0000,#0000004d 10% 10%,#000c 20%,#000 25% 75%,#000c 80%,#0000004d 90% 90%,#0000)}.collection-hero__photo{width:96px;height:96px;border-radius:16px;object-fit:cover;display:block}.collection-hero__graphic{position:absolute;left:-60px;bottom:-90px;width:111px;height:111px;z-index:-1;pointer-events:none}.collection-hero__graphic img{width:100%;height:100%;display:block}.collection-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:32px;flex:1}.collection-hero__breadcrumbs{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.collection-hero__breadcrumb-item{font-family:OMR Sans,sans-serif;font-weight:400;font-size:16px;line-height:1.4em;letter-spacing:.01em;color:#9ca3af;text-decoration:none;display:inline-flex;align-items:center;gap:12px}.collection-hero__breadcrumb-item:hover,.collection-hero__breadcrumb-item.active{color:#fdfdfd}.collection-hero__breadcrumb-separator{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.collection-hero__breadcrumb-separator svg{width:4px;height:8px;stroke:#fdfdfd;stroke-width:1.3px;fill:none}.collection-hero__badge{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;background-color:#ebe8ff;border:1px solid rgba(115,55,252,.2);border-radius:999px;width:fit-content}.collection-hero__badge-text{font-family:OMR Sans,sans-serif;font-weight:700;font-size:14px;line-height:1.4em;letter-spacing:.02em;color:#601ee3;text-align:center}.collection-hero__badge-text--mobile{display:none}.collection-hero__badge-text--desktop{display:inline}.collection-hero__text{display:flex;flex-direction:column;gap:8px;max-width:648px}.collection-hero__heading{font-family:OMR Sans,sans-serif;font-weight:700;font-size:36px;line-height:1.2em;color:#fdfdfd;margin:0}.collection-hero__subheading{font-family:OMR Sans,sans-serif;font-weight:400;font-size:20px;line-height:1.4em;color:#d1d5db}.collection-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;height:48px;background-color:#7337fc;border-radius:4px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-decoration:none;width:fit-content;border:none;cursor:pointer;transition:background-color .2s ease}.collection-hero__cta:hover{background-color:#601ee3}.collection-hero__cta-text{font-family:OMR Sans,sans-serif;font-weight:700;font-size:18px;line-height:1.4em;color:#f8f9fb;text-align:center}.collection-hero__social-proof{display:flex;flex-direction:row;align-items:center;gap:16px}.collection-hero__avatars{display:flex;flex-direction:row}.collection-hero__avatar{width:48px;height:48px;border-radius:999px;border:2px solid #000000;background-color:#e5e7eb;background-size:cover;background-position:center;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><rect fill="%23D1D5DB" width="48" height="48" rx="24"/><circle fill="%239CA3AF" cx="24" cy="18" r="10"/><path fill="%239CA3AF" d="M8 40c0-8.8 7.2-16 16-16s16 7.2 16 16v8H8z"/></svg>');margin-left:-8px;object-fit:cover;display:block}.collection-hero__avatar:first-child{margin-left:0}.collection-hero__ratings{display:flex;flex-direction:row;align-items:center;gap:8px}.collection-hero__stars{display:flex;flex-direction:row;align-items:center;gap:4px}.collection-hero__star{width:24px;height:24px;position:relative}.collection-hero__star svg{width:20px;height:19.07px;position:absolute;top:2px;left:2px}.collection-hero__rating-text{display:flex;flex-direction:row;align-items:center;gap:4px}.collection-hero__rating-value{font-family:OMR Sans,sans-serif;font-weight:700;font-size:var(--fluid-size-body-l);line-height:1.4em;color:#fdfdfd}.collection-hero__rating-separator,.collection-hero__rating-count{font-family:OMR Sans,sans-serif;font-weight:400;font-size:var(--fluid-size-body-l);line-height:1.4em;color:#d1d5db}.collection-hero__countdown-wrapper{display:none}@media screen and (min-width: 1024px) and (max-width: 1439px){.collection-hero__container{padding:48px 32px 96px}}@media screen and (min-width: 768px) and (max-width: 1023px){.collection-hero__container{padding:48px 24px 96px}.collection-hero__people-grid{display:none}.collection-hero__text{max-width:100%}.collection-hero__heading{font-size:24px;line-height:1.2em}.collection-hero__subheading,.collection-hero__cta-text{font-size:16px;line-height:1.4em}.collection-hero__rating-value,.collection-hero__rating-separator,.collection-hero__rating-count{font-size:16px}.collection-hero__breadcrumb-item{font-size:14px}}@media screen and (max-width: 767px){.collection-hero__container{padding:32px 16px 64px}.collection-hero{padding-bottom:0}.collection-hero__people-grid,.collection-hero__graphic,.collection-hero__breadcrumbs{display:none}.collection-hero__badge-text--mobile{display:inline}.collection-hero__badge-text--desktop{display:none}.collection-hero__content{max-width:100%}.collection-hero__heading{font-size:24px;line-height:1.2em}.collection-hero__subheading{font-size:16px;line-height:1.4em}.collection-hero__social-proof{flex-direction:column;align-items:flex-start;gap:16px}.collection-hero__cta{width:100%}.collection-hero__countdown-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.collection-hero__countdown{display:flex;flex-direction:column;gap:8px}.collection-hero__countdown-text{font-family:OMR Sans,sans-serif;font-weight:400;font-size:var(--fluid-size-body-l);line-height:1.4em;color:#d1d5db}.collection-hero__countdown-days,.collection-hero__countdown-hours,.collection-hero__countdown-label{font-family:OMR Sans,sans-serif;font-weight:700}.collection-hero__countdown-text--urgent{color:#d1d5db}.collection-hero__countdown-days--urgent,.collection-hero__countdown-hours--urgent,.collection-hero__countdown-label--urgent{color:#b91740}.collection-hero__countdown-badges{display:flex;gap:8px;align-items:center}.collection-hero__countdown-badge{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;background-color:#fff1f2;border:1px solid #fdced4;border-radius:999px;font-family:OMR Sans,sans-serif;font-weight:700;font-size:14px;line-height:1.4em;letter-spacing:.28px;color:#b91740;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/99/assets/collection-hero.css.map */
