.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.email-capture{background-color:var(--color-eco);color:#fff;padding:4rem var(--page-margin);text-align:center}.email-capture__inner{max-width:540px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.email-capture__eco-badge{font-size:2.5rem;line-height:1}.email-capture__heading{font-size:clamp(1.625rem,4vw,2.25rem);font-weight:800;margin:0;color:#fff;line-height:1.2}.email-capture__subheading{font-size:1rem;margin:0;color:#ffffffd9;line-height:1.6;max-width:420px}.email-capture__form{display:flex;gap:.75rem;width:100%;max-width:460px;margin-top:.5rem}.email-capture__input{flex:1;padding:.875rem 1.125rem;border:none;border-radius:var(--style-border-radius-inputs);font-family:var(--font-primary--family);font-size:1rem;background-color:#fffffff2;color:var(--color-foreground);min-height:44px}.email-capture__input::placeholder{color:var(--color-muted)}.email-capture__input:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.email-capture__submit{background-color:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground);flex-shrink:0;padding:.875rem 1.5rem}.email-capture__submit:hover{opacity:.88}.email-capture__disclaimer{font-size:.75rem;color:#fff9;margin:0}.email-capture__success{font-size:1.125rem;font-weight:700;color:#fff;margin:0;padding:1rem 2rem;background-color:#ffffff26;border-radius:var(--style-border-radius-inputs)}.email-capture__error{color:#ffe0dc;font-size:.9375rem;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:520px){.email-capture__form{flex-direction:column}.email-capture__submit{width:100%}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:var(--hero-min-height, 580px);overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.hero__image--placeholder{width:100%;height:100%;background-color:var(--color-border)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f5f0e8d1,#f5f0e88c 55%,#f5f0e833)}.hero__content{position:relative;z-index:1;max-width:580px;padding:3rem var(--page-margin);display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start;width:100%;margin-left:5vw}.hero__label{font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin:0}.hero__heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--color-foreground);margin:0;line-height:1.1}.hero__subheading{font-size:clamp(1rem,2.2vw,1.1875rem);color:var(--color-foreground);margin:0;opacity:.8;max-width:440px}.hero__cta{margin-top:.5rem;padding:1rem 2.5rem;font-size:1rem}@media(max-width:640px){.hero{min-height:480px}.hero__content{margin-left:0;align-items:center;text-align:center}.hero__subheading{max-width:100%}}.impressum-page{padding:3rem 0 5rem}.impressum-page__inner{max-width:760px;margin:0 auto;padding:0 var(--page-margin)}.impressum-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:2.5rem;color:var(--color-foreground)}.impressum-page__content h2{font-size:1.125rem;font-weight:700;margin-top:2rem;margin-bottom:.5rem;color:var(--color-foreground)}.impressum-page__content p{font-size:1rem;line-height:1.7;color:var(--color-foreground);margin:0}.impressum-page__content a{color:var(--color-accent)}.product-features{padding:var(--spacing-lg) 0}.product-features__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.product-features__media{border-radius:var(--style-border-radius-cards);overflow:hidden}.product-features__image{width:100%;height:auto;display:block}.product-features__content{display:flex;flex-direction:column;gap:1.5rem}.product-features__heading{font-size:clamp(1.625rem,3vw,2.25rem);font-weight:800;margin:0;color:var(--color-foreground)}.product-features__subheading{font-size:1.0625rem;color:var(--color-muted);margin:0;line-height:1.7}.product-features__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.product-features__item{display:flex;align-items:flex-start;gap:.875rem}.product-features__item-icon{font-size:1.375rem;line-height:1;flex-shrink:0;margin-top:.125rem}.product-features__item-body{display:flex;flex-direction:column;gap:.125rem}.product-features__item-title{font-size:1rem;font-weight:700;color:var(--color-foreground)}.product-features__item-text{font-size:.9375rem;color:var(--color-muted);margin:0;line-height:1.5}@media(max-width:860px){.product-features__inner{grid-template-columns:1fr;gap:2.5rem}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding:2.5rem var(--page-margin);max-width:var(--page-width);margin:0 auto}.product-gallery{position:sticky;top:6rem;display:flex;flex-direction:column;gap:.75rem}.product-gallery__main{border-radius:var(--style-border-radius-cards);overflow:hidden;background-color:var(--color-surface);aspect-ratio:1 / 1}.product-gallery__main-image{width:100%;height:100%;object-fit:contain;display:block;padding:1rem}.product-gallery__placeholder{width:100%;height:100%}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid var(--color-border);background:none;padding:0;cursor:pointer;transition:border-color var(--transition-base)}.product-gallery__thumb.is-active{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info__vendor{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin:0}.product-info__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin:0;color:var(--color-foreground);line-height:1.2}.product-info__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;row-gap:.25rem}.product-info__price-regular,.product-info__price-sale{font-size:1.75rem;font-weight:800;color:var(--color-foreground)}.product-info__price-compare{font-size:1.125rem;color:var(--color-muted);text-decoration:line-through}.product-info__price-badge{background-color:var(--color-eco);color:#fff;font-size:.8125rem;font-weight:700;padding:.25rem .625rem;border-radius:4px;align-self:center}.product-info__price-vat{width:100%;font-size:.8125rem;color:var(--color-muted)}.product-info__intro{font-size:1rem;color:var(--color-muted);margin:0;line-height:1.7;padding:1rem 1.25rem;background-color:var(--color-surface);border-radius:var(--style-border-radius-cards);border-left:3px solid var(--color-accent)}.product-form{display:flex;flex-direction:column;gap:.75rem}.product-form__actions{display:flex;gap:.75rem}.product-form__atc{padding:1.125rem 2rem;font-size:1.0625rem}.product-form__atc:disabled{opacity:.5;cursor:not-allowed}.product-info__amazon-cta{display:inline-flex;align-items:center;font-size:.9375rem;padding:.75rem 1.5rem;align-self:flex-start}.product-info__trust{display:flex;gap:1.5rem;flex-wrap:wrap;padding:1rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-info__trust-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--color-foreground)}.product-info__description{font-size:1rem;line-height:1.7;color:var(--color-foreground)}.rte h2,.rte h3,.rte h4{margin-top:1.5rem;margin-bottom:.5rem}.rte ul{padding-left:1.25rem}.rte ul li{margin-bottom:.375rem}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:90;background-color:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -4px 16px #00000014;transform:translateY(100%);transition:transform .3s ease;will-change:transform}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem var(--page-margin);max-width:var(--page-width);margin:0 auto}.sticky-atc__product{display:flex;align-items:center;gap:.75rem;min-width:0}.sticky-atc__thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0}.sticky-atc__details{display:flex;flex-direction:column;gap:.125rem;min-width:0}.sticky-atc__title{font-size:.875rem;font-weight:700;color:var(--color-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.9375rem;font-weight:800;color:var(--color-foreground);display:flex;gap:.5rem;align-items:baseline}.sticky-atc__price s{font-weight:400;color:var(--color-muted);font-size:.8125rem}.sticky-atc__btn{flex-shrink:0;padding:.75rem 1.75rem}@media(max-width:768px){.product-page{grid-template-columns:1fr;gap:2rem;padding:1.5rem var(--page-margin)}.product-gallery{position:static}.product-gallery__main{aspect-ratio:4 / 3}.product-info__title{font-size:1.5rem}.sticky-atc__product{display:none}.sticky-atc__btn{width:100%}.sticky-atc__inner{padding:.75rem var(--page-margin)}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.social-proof{background-color:var(--color-surface);padding:3.5rem var(--page-margin);text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.social-proof__inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.875rem}.social-proof__stars{display:flex;gap:.25rem}.social-proof__star{font-size:1.625rem;line-height:1}.social-proof__star--full{color:#f5a623}.social-proof__star--empty{color:var(--color-border)}.social-proof__rating-text{font-size:1.625rem;font-weight:800;color:var(--color-foreground);margin:0}.social-proof__count{font-size:1rem;color:var(--color-muted);margin:0}.social-proof__quote{margin:1rem 0 0;padding:1.5rem 2rem;background-color:var(--color-background);border-radius:var(--style-border-radius-cards);border-left:3px solid var(--color-accent);text-align:left}.social-proof__quote p{font-size:1rem;color:var(--color-foreground);margin:0 0 .5rem;font-style:italic;line-height:1.7}.social-proof__quote cite{font-size:.875rem;font-style:normal;color:var(--color-accent);font-weight:600}.usp-bar{background-color:var(--color-accent);color:#fff;padding:.875rem var(--page-margin)}.usp-bar__inner{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.usp-bar__item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.usp-bar__icon{font-size:1.125rem;line-height:1}@media(max-width:480px){.usp-bar__inner{gap:1.25rem}.usp-bar__item{font-size:.875rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
