.kollektionen-filter{margin-top:2rem;margin-bottom:4rem}.kollektionen-filter__heading{display:block;width:100%;max-width:none;margin-left:auto;margin-right:auto;margin-bottom:3rem;text-align:center;text-transform:uppercase}.kollektionen-filter__tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:5rem;padding:0 1rem;gap:0}.kollektionen-filter__tab{background:transparent;border:none;padding:0 1.8rem;font-family:inherit;font-size:inherit;color:#999;cursor:pointer;text-transform:none;letter-spacing:inherit;line-height:inherit;transition:color .2s ease;position:relative}.kollektionen-filter__tab:nth-child(2):before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:1.2rem;width:1px;background-color:#ddd}.kollektionen-filter__tab:hover,.kollektionen-filter__tab.is-active{color:rgb(var(--color-foreground))}.kollektionen-filter__group{margin-bottom:6rem;opacity:1;transition:opacity .6s ease}.kollektionen-filter__group.is-hidden,.kollektionen-filter__product.is-hidden{display:none}.kollektionen-filter__tab[data-filter=tag]:first-of-type:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:1.2rem;width:1px;background-color:#ddd}.kollektionen-filter__group.is-fading{opacity:0}.kollektionen-filter__group:last-child{margin-bottom:0}.kollektionen-filter__group-title{text-align:left;margin-top:0;margin-bottom:1.5rem;text-transform:uppercase}.kollektionen-filter__group-description{text-align:left;margin-top:0;margin-bottom:3rem;max-width:70rem;font-family:inherit;font-size:inherit;color:rgb(var(--color-foreground))}.kollektionen-filter__group-description p{margin:0}.kollektionen-filter__group-description p+p{margin-top:1rem}.kollektionen-filter__grid{display:grid;grid-template-columns:1fr;gap:3rem 2rem}@media screen and (min-width:750px){.kollektionen-filter__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.kollektionen-filter__grid{grid-template-columns:repeat(3,1fr);gap:4rem 2.5rem}}.kollektionen-filter__empty{text-align:center;padding:4rem 0;color:rgba(var(--color-foreground-secondary))}.kf-promo{grid-column:span 1;display:flex;flex-direction:column;min-width:0}@media screen and (min-width:750px){.kf-promo{grid-column:var(--kf-col-tablet, span 1)}}@media screen and (min-width:1100px){.kf-promo{grid-column:var(--kf-col-desktop, span 1)}}@media screen and (max-width:749px){.kf-promo--no-mobile{display:none!important}}@media screen and (min-width:750px){.kf-promo--no-desktop{display:none!important}}.kf-promo.is-hidden{display:none}.kf-promo__media{position:relative;flex:1 1 auto;overflow:hidden;background:#ece9e4;min-height:var(--kf-promo-min-h-m, 46rem)}@media screen and (min-width:750px){.kf-promo__media{min-height:var(--kf-promo-min-h, 0px)}}.kf-promo__media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,.61,.36,1)}.kf-promo__media:hover img{transform:scale(1.03)}.kf-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.kf-promo__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;gap:1.8rem;padding:3.2rem 2.6rem;pointer-events:none}.kf-promo--v-top .kf-promo__content{justify-content:flex-start}.kf-promo--v-center .kf-promo__content{justify-content:center}.kf-promo--v-bottom .kf-promo__content{justify-content:flex-end}.kf-promo--h-left .kf-promo__content{align-items:flex-start;text-align:left}.kf-promo--h-center .kf-promo__content{align-items:center;text-align:center}.kf-promo--h-right .kf-promo__content{align-items:flex-end;text-align:right}.kf-promo__sub{font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase;line-height:1.4;opacity:.9}.kf-promo__heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:var(--kf-promo-h-size, 3.2rem);line-height:1.12;letter-spacing:.02em;text-transform:uppercase;max-width:22ch}.kf-promo__btn{display:inline-block;padding:1.15rem 2.8rem;border:1px solid transparent;font-size:1.2rem;letter-spacing:.14em;line-height:1;text-transform:uppercase;white-space:nowrap;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.kf-promo__btn--white{background:#fff;border-color:#fff;color:#111}.kf-promo__btn--black{background:#111;border-color:#111;color:#fff}.kf-promo__btn--outline_white{background:transparent;border-color:#fff;color:#fff}.kf-promo__btn--outline_black{background:transparent;border-color:#111;color:#111}.kf-promo__media:hover .kf-promo__btn--white{background:transparent;color:#fff}.kf-promo__media:hover .kf-promo__btn--black{background:transparent;color:#111}.kf-promo__media:hover .kf-promo__btn--outline_white{background:#fff;color:#111}.kf-promo__media:hover .kf-promo__btn--outline_black{background:#111;color:#fff}.kf-promo__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.kf-promo__caption{padding-top:1.2rem}.kf-promo__caption-link{color:inherit;text-decoration:none}.kf-promo__caption-title{display:block;font-family:var(--font-heading-card-family);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);font-size:calc(var(--font-heading-card-scale) * 2rem);line-height:1.4;color:rgb(var(--color-foreground))}.kf-promo__caption-text{display:block;margin-top:.4rem;font-size:calc(var(--font-subtitle-scale) * 1.3rem);line-height:1.5;opacity:.7;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.kf-promo__content{padding:2.6rem 2rem;gap:1.4rem}.kf-promo__heading{font-size:calc(var(--kf-promo-h-size, 3.2rem) * .85)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-kollektionen-filter.css.map?frisch=1787717133723 */
