.hero{position:relative;isolation:isolate}.hero__media{position:relative;overflow:hidden;background:var(--color-background-soft)}.hero--banner .hero__media{min-height:var(--hero-height, 78vh)}.hero--banner .hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero--small .hero__media{--hero-height: clamp(360px, 55vh, 520px)}.hero--medium .hero__media{--hero-height: clamp(440px, 68vh, 660px)}.hero--large .hero__media{--hero-height: clamp(500px, 82vh, 780px)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-overlay);z-index:1}.hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 15% 10%,var(--color-background-accent-soft) 0%,transparent 60%),linear-gradient(150deg,var(--color-background-accent) 0%,var(--color-background-soft) 55%,var(--color-background) 100%)}.hero--banner .hero__placeholder{min-height:var(--hero-height, 78vh);position:relative}.hero--banner .hero__inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}.hero__content{display:flex;flex-direction:column;gap:1.15rem;max-width:44rem}.hero__content--center{align-items:center;text-align:center}.hero__content--left{align-items:flex-start;text-align:left}.hero__content--light{color:#fff}.hero__content--light .eyebrow,.hero__content--light .hero__text{color:#ffffffdb}.hero__content--dark{color:var(--color-text)}.hero__heading{text-wrap:balance}.hero__text{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65;max-width:46ch}.hero__content--center .hero__text{margin-inline:auto}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.6rem}.hero__content--center .hero__actions{justify-content:center}.hero--split .hero__inner{display:grid;grid-template-columns:1fr;gap:clamp(1.75rem,4vw,3.5rem);align-items:center;padding-block:clamp(2.5rem,6vw,5rem)}@media(min-width:990px){.hero--split .hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}.hero--split .hero__content{order:0}.hero--split.image-right .hero__content,.hero--split .hero__media--split{order:1}}.hero__media--split{position:relative;overflow:hidden;border-radius:var(--radius-large);aspect-ratio:4 / 5;background:var(--color-background-soft)}.hero__media--split img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-list{display:grid;gap:var(--gutter);grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:750px){.collection-list--3,.collection-list--4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:990px){.collection-list--3{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-list--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.collection-card{display:flex;flex-direction:column;gap:.9rem}.collection-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--radius-medium);background:var(--color-background-soft);aspect-ratio:1 / 1}.collection-card__media--portrait{aspect-ratio:4 / 5}.collection-card__media--landscape{aspect-ratio:4 / 3}.collection-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.card-zoom-enabled .collection-card:hover .collection-card__media img{transform:scale(1.05)}.collection-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--color-background-accent-soft),var(--color-background-soft));fill:var(--color-text-soft)}.collection-card__motif{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;width:100%;height:100%;color:var(--color-accent);background:radial-gradient(90% 70% at 25% 20%,#ffffff 0%,transparent 65%),linear-gradient(140deg,var(--color-background-accent) 0%,var(--color-background-accent-soft) 55%,var(--color-background-soft) 100%)}.collection-card__motif .icon{width:clamp(44px,7vw,72px);height:clamp(44px,7vw,72px);stroke-width:1;opacity:.9;transition:transform var(--transition)}.collection-card:hover .collection-card__motif .icon{transform:rotate(18deg) scale(1.08)}.collection-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(66,56,38,.2),transparent 55%);opacity:0;transition:opacity var(--transition)}.collection-card:hover .collection-card__shade{opacity:1}.collection-card__body{display:flex;flex-direction:column;gap:.2rem}.collection-card__title{font-family:var(--font-heading-family);font-size:clamp(1.15rem,2vw,1.5rem);line-height:1.2;transition:color var(--transition)}.collection-card:hover .collection-card__title{color:var(--color-accent)}.collection-card__count{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--scheme-soft-text, var(--color-text-soft))}.collection-list__footer{display:flex;justify-content:center;margin-top:clamp(1.75rem,4vw,2.75rem)}.product-grid{display:grid;gap:var(--gutter);grid-template-columns:repeat(2,minmax(0,1fr));row-gap:clamp(1.75rem,4vw,3rem)}@media(min-width:750px){.product-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--3,.product-grid--4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:990px){.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-grid--1{grid-template-columns:minmax(0,1fr)}.image-with-text{display:grid;grid-template-columns:1fr;gap:clamp(1.75rem,4vw,3.5rem);align-items:center}@media(min-width:990px){.image-with-text{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.image-with-text--image-right .image-with-text__media{order:2}}.image-with-text__media{position:relative;overflow:hidden;border-radius:var(--radius-large);aspect-ratio:4 / 5;background:var(--color-background-soft)}.image-with-text__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.image-with-text__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(100% 80% at 20% 15%,var(--color-background-accent-soft),transparent 65%),linear-gradient(140deg,var(--color-background-accent),var(--color-background-soft))}.image-with-text__content{display:flex;flex-direction:column;gap:1.1rem;max-width:38rem}.image-with-text__actions{margin-top:.5rem}.image-with-text--overlap .image-with-text__content{background:var(--scheme-bg);padding:clamp(1.25rem,3vw,2.25rem);border-radius:var(--radius-large);box-shadow:var(--shadow-medium)}@media(min-width:990px){.image-with-text--overlap{position:relative}.image-with-text--overlap.image-right .image-with-text__content{margin-left:-4rem;z-index:2}.image-with-text--overlap .image-with-text__content{margin-right:-4rem;z-index:2}.image-with-text--overlap.image-right .image-with-text__content{margin-right:0}}.steps{display:grid;gap:clamp(1.5rem,3vw,2.5rem);grid-template-columns:1fr;counter-reset:step}@media(min-width:750px){.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.steps--3{grid-template-columns:repeat(3,minmax(0,1fr))}.steps--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.step{display:flex;flex-direction:column;gap:1rem;padding:clamp(1.35rem,2.5vw,1.9rem);background:color-mix(in srgb,var(--scheme-bg) 70%,#ffffff);border:1px solid var(--scheme-line);border-radius:var(--radius-medium);transition:transform var(--transition)}.scheme--inverse .step{background:#ffffff0d}.step:hover{transform:translateY(-4px)}.step__number{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--radius-pill);background:var(--color-background);color:var(--color-accent);font-family:var(--font-heading-family);font-size:1.15rem;letter-spacing:.02em}.scheme--inverse .step__number{background:var(--color-accent);color:var(--color-accent-text)}.step__body{display:flex;flex-direction:column;gap:.5rem}.step__title{font-size:clamp(1.15rem,1.8vw,1.4rem)}.step__text{font-size:.95rem;line-height:1.65;color:var(--scheme-soft-text, var(--color-text-soft))}.size-guide{display:grid;grid-template-columns:1fr;gap:clamp(1.75rem,4vw,3.5rem);align-items:center}@media(min-width:990px){.size-guide{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}}.size-guide__content{display:flex;flex-direction:column;gap:1.1rem}.size-guide__steps{display:flex;flex-direction:column;gap:1.1rem;margin-top:.75rem}.size-guide__step{display:grid;grid-template-columns:44px 1fr;gap:1rem;align-items:start}.size-guide__step-marker{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);background:var(--color-background-accent);color:var(--color-text)}.size-guide__step-title{font-family:var(--font-body-family);font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.2rem}.size-guide__step-text{font-size:.95rem;color:var(--scheme-soft-text, var(--color-text-soft));line-height:1.6}.size-guide__actions{margin-top:.75rem}.size-guide__media{position:relative;overflow:hidden;border-radius:var(--radius-large);aspect-ratio:1 / 1;background:var(--color-background-soft)}.size-guide__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.size-guide__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--color-accent);background:repeating-linear-gradient(45deg,var(--color-background-soft),var(--color-background-soft) 12px,var(--color-background-accent-softer) 12px,var(--color-background-accent-softer) 24px)}.size-guide__chart{margin-top:clamp(2rem,4vw,3.5rem)}.size-chart{background:var(--color-background-soft);border:1px solid var(--color-line);border-radius:var(--radius-medium);padding:clamp(1.25rem,3vw,2rem)}.size-chart__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.size-chart__title{font-family:var(--font-heading-family);font-size:1.3rem}.size-chart__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.size-chart__table{min-width:340px;font-size:.92rem}.size-chart__table th,.size-chart__table td{padding:.7rem .85rem;text-align:left;border-bottom:1px solid var(--color-line);font-variant-numeric:tabular-nums}.size-chart__table thead th{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-soft);font-weight:700}.size-chart__table tbody th{font-weight:600}.size-chart__table tbody tr:last-child th,.size-chart__table tbody tr:last-child td{border-bottom:none}.size-chart__note{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-line);font-size:.92rem}.size-chart__note strong{display:block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem}.size-chart__note p{color:var(--color-text-soft);line-height:1.6}.testimonials{display:grid;gap:var(--gutter);grid-template-columns:1fr}@media(min-width:750px){.testimonials--2{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.testimonial{display:flex;flex-direction:column;gap:.9rem;margin:0;padding:clamp(1.4rem,3vw,2rem);background:var(--color-background);border:1px solid transparent;border-radius:var(--radius-medium)}.testimonial__rating{display:flex;gap:.15rem;color:var(--color-accent)}.testimonial__star.is-empty{opacity:.28}.testimonial__quote{margin:0;font-family:var(--font-heading-family);font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.55}.testimonial__quote p{text-wrap:pretty}.testimonial__author{display:flex;flex-direction:column;gap:.35rem;margin-top:auto;padding-top:.5rem}.testimonial__name{font-size:.85rem;font-weight:600;letter-spacing:.01em}.testimonial__product{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--scheme-soft-text, var(--color-text-soft));transition:color var(--transition)}.testimonial__product:hover{color:var(--color-accent)}.testimonial__media{position:relative;overflow:hidden;border-radius:var(--radius-small);aspect-ratio:4 / 3;background:var(--color-background-soft)}.testimonial__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.instagram-grid{display:grid;gap:clamp(.5rem,1.2vw,1rem);grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:750px){.instagram-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.instagram-grid--4,.instagram-grid--5{grid-template-columns:repeat(4,minmax(0,1fr))}.instagram-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}}.instagram-tile{position:relative;display:block;overflow:hidden;border-radius:var(--radius-medium);aspect-ratio:1 / 1;background:var(--color-background-soft)}.instagram-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.instagram-tile__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--color-text-soft);background:linear-gradient(135deg,var(--color-background-accent-soft),var(--color-background-soft))}.instagram-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#4238266b;color:#fffcfc;opacity:0;transition:opacity var(--transition)}.instagram-tile:hover .instagram-tile__overlay,.instagram-tile:focus-visible .instagram-tile__overlay{opacity:1}.card-zoom-enabled .instagram-tile:hover img{transform:scale(1.06)}.newsletter-block{display:flex;flex-direction:column;gap:1rem;max-width:44rem;margin-inline:auto;text-align:center;align-items:center}.newsletter-block--boxed{background:var(--color-background);border:1px solid var(--scheme-line);border-radius:var(--radius-large);padding:clamp(1.75rem,5vw,3.5rem)}.scheme--inverse .newsletter-block--boxed{background:#ffffff0f}.newsletter-block .lead{max-width:48ch}.newsletter-block__social{margin-top:.75rem}.newsletter-form{width:100%;max-width:30rem;display:flex;flex-direction:column;gap:.65rem}.newsletter-form__row{display:flex;gap:.6rem;flex-wrap:wrap}.newsletter-form__row .input{flex:1 1 12rem}.newsletter-form__row .btn{flex:0 0 auto;min-width:9rem}.newsletter-form__note{font-size:.76rem;color:var(--scheme-soft-text, var(--color-text-soft))}.newsletter-block .newsletter-form{margin-inline:auto;text-align:left}.newsletter-block .form-status{text-align:left}.btn--full-sm{white-space:nowrap}.payment-icons-wrap{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.payment-icons-wrap .label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--scheme-soft-text, var(--color-text-soft))}.footer__bottom-right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:flex-end}.footer__newsletter{display:flex;flex-direction:column;gap:.75rem}.footer__newsletter .newsletter-form{max-width:none}.footer__text{font-size:.92rem}.rich-text-block{display:flex;flex-direction:column;gap:1rem}.rich-text-block--center{align-items:center;text-align:center}.rich-text-block--left{align-items:flex-start;text-align:left}.rich-text-block .rte{max-width:62ch;font-size:1.02rem}.rich-text-block__actions{margin-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/1/assets/home.css.map */
