.blattkraft-ingredients { color: var(--blattkraft-color-text); background: #fff; }
.blattkraft-product-hero { --blattkraft-product-hero-size: clamp(36rem, 62vw, 50rem); --blattkraft-product-hero-fade-width: 13rem; position: relative; isolation: isolate; height: var(--blattkraft-product-hero-size); overflow: hidden; color: #fff; background: #070e04; }
.blattkraft-product-hero__media, .blattkraft-product-hero__media::after, .blattkraft-product-hero__poster, .blattkraft-product-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; }
.blattkraft-product-hero__poster, .blattkraft-product-hero__video { right: 0; left: auto; width: auto; aspect-ratio: 1; object-fit: cover; object-position: center; -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .08) 3rem, #000 var(--blattkraft-product-hero-fade-width)); mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .08) 3rem, #000 var(--blattkraft-product-hero-fade-width)); }
.blattkraft-product-hero__video { opacity: 1; transition: opacity .2s ease; }
.blattkraft-product-hero__video.is-ended, .blattkraft-product-hero__video.is-unavailable { opacity: 0; }
.blattkraft-product-hero__media::after { display: none; }
.blattkraft-product-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; width: min(calc(100% - 2rem), var(--blattkraft-layout-wide)); min-height: inherit; margin: 0 auto; padding-block: 4rem; }
.blattkraft-product-hero__content { max-width: 34rem; }
.blattkraft-product-hero__eyebrow, .blattkraft-ingredients__heading > p, .blattkraft-product-panel__copy > p, .blattkraft-ingredients-quality__copy > p { margin: 0 0 .75rem; color: #8cdd70; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blattkraft-product-hero h1, .blattkraft-ingredients h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -.035em; line-height: 1.06; }
.blattkraft-product-hero h1 { max-width: 10ch; font-size: clamp(3rem, 5.1vw, 4.7rem); }
.blattkraft-product-hero__lead { max-width: 31rem; margin: 1.4rem 0 0; color: #fff; font-size: clamp(1rem, 1.45vw, 1.15rem); font-weight: 600; line-height: 1.48; }
.blattkraft-product-hero__benefits { display: grid; grid-template-columns: repeat(3, minmax(4.5rem, 1fr)); gap: 1rem; max-width: 27rem; margin: 2.25rem 0 0; padding: 0; list-style: none; }.blattkraft-product-hero__benefits li { display: grid; justify-items: center; gap: .55rem; color: #fff; font-size: .78rem; font-weight: 700; text-align: center; }.blattkraft-product-hero__benefits img { width: 3rem; height: 3rem; }.blattkraft-product-hero__natural { display: flex; align-items: center; gap: .7rem; margin: 1.75rem 0 0; color: #fff; font-size: .86rem; font-weight: 700; }.blattkraft-product-hero__natural img { width: 1.85rem; height: 1.85rem; }
.blattkraft-product-hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }.blattkraft-product-hero__button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.5rem; padding: .9rem 1.45rem; border: 2px solid var(--blattkraft-color-green); border-radius: .2rem; font-size: .85rem; font-weight: 700; text-align: center; text-decoration: none; }.blattkraft-product-hero__button--primary { color: #fff; background: var(--blattkraft-color-green); }.blattkraft-product-hero__button--primary:hover { color: #fff; background: var(--blattkraft-color-green-dark); border-color: var(--blattkraft-color-green-dark); }.blattkraft-product-hero__button--secondary { color: #fff; background: rgba(7, 14, 4, .32); border-color: rgba(255, 255, 255, .8); }.blattkraft-product-hero__button--secondary:hover { color: #fff; background: rgba(255, 255, 255, .12); }
.blattkraft-ingredient-plants { padding: clamp(1.25rem, 2.5vw, 2rem) max(1rem, calc((100% - var(--blattkraft-layout-wide)) / 2)) clamp(1.5rem, 3vw, 2.5rem); color: #fff; background: #070e04; }
.blattkraft-ingredients__heading { text-align: center; }
.blattkraft-ingredients__heading h2 { color: currentColor; font-family: Arial, Helvetica, sans-serif; font-size: clamp(1rem, 1.45vw, 1.25rem); letter-spacing: .025em; line-height: 1.25; text-transform: uppercase; }
.blattkraft-ingredients__heading > span { display: block; max-width: 38rem; margin: .75rem auto 0; color: currentColor; font-size: .72rem; line-height: 1.45; opacity: .68; }
.blattkraft-ingredient-plants__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.5rem); max-width: 69rem; margin: clamp(1rem, 2vw, 1.5rem) auto 0; }
.blattkraft-ingredient-plant { text-align: center; }.blattkraft-ingredient-plant img { display: block; width: min(100%, 10.5rem); height: min(100%, 10.5rem); margin: auto; border: 0; border-radius: 50%; aspect-ratio: auto; object-fit: cover; }.blattkraft-ingredient-plant h3 { margin: .9rem 0 .35rem; color: #fff; font-size: .92rem; }.blattkraft-ingredient-plant p { max-width: 11rem; margin: 0 auto; color: rgba(255,255,255,.82); font-size: .72rem; line-height: 1.45; }
.blattkraft-product-panel { position: relative; display: grid; grid-template-columns: minmax(18rem, .9fr) minmax(18rem, 1.1fr) minmax(20rem, .9fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: clamp(28rem, 38vw, 35rem); padding: clamp(1.5rem, 2.5vw, 2.25rem) max(1rem, calc((100% - var(--blattkraft-layout-wide)) / 2)); overflow: hidden; background: linear-gradient(90deg, rgba(5, 18, 5, .88) 0%, rgba(5, 18, 5, .55) 32%, rgba(5, 18, 5, .04) 64%), url('../images/product/Background_Shoppung_Card.png') center / cover no-repeat; }
.blattkraft-product-panel__copy { grid-column: 1; color: #fff; }.blattkraft-product-panel__copy h2, .blattkraft-ingredients-quality h2 { font-size: clamp(2.15rem, 3.8vw, 3.4rem); }.blattkraft-product-panel__copy ul, .blattkraft-ingredients-quality ul { display: grid; gap: .8rem; margin: 2rem 0 0; padding: 0; list-style: none; }.blattkraft-product-panel__copy li, .blattkraft-ingredients-quality li { position: relative; padding-left: 1.65rem; font-size: .9rem; line-height: 1.5; }.blattkraft-product-panel__copy li::before, .blattkraft-ingredients-quality li::before { position: absolute; left: 0; color: #d1e833; content: '✓'; font-weight: 700; }.blattkraft-product-panel__card { grid-column: 3; padding: clamp(1.5rem, 2.6vw, 2.35rem); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.72); border-radius: .75rem; box-shadow: 0 1rem 3rem rgba(0,0,0,.25); }.blattkraft-product-panel__card > span, .blattkraft-product-panel__card > strong { display: block; }.blattkraft-product-panel__card > span:first-child { color: #193c27; font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; font-weight: 700; }.blattkraft-product-panel__card > strong { margin-top: .4rem; color: #193c27; font-size: 1rem; }.blattkraft-product-panel__card p { margin: .75rem 0; color: #354d40; font-size: .8rem; line-height: 1.5; }.blattkraft-product-panel__card .blattkraft-product-panel__price { margin-top: 2.25rem; color: #123c25; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.4rem, 2.7vw, 2.2rem); font-weight: 700; line-height: 1.1; }.blattkraft-product-panel__purchase { display: grid; grid-template-columns: 2.5rem 2.5rem 2.5rem 1fr; margin-top: 1.6rem; border: 1px solid #d6ded8; border-radius: .35rem; overflow: hidden; }.blattkraft-product-panel__purchase > span { display: grid; min-height: 3rem; place-items: center; border-right: 1px solid #d6ded8; color: #183c28; font-weight: 700; }.blattkraft-product-panel__purchase .blattkraft-product-panel__disabled { padding: .7rem; color: #fff; background: #718172; border-right: 0; font-size: .82rem; text-align: center; }.blattkraft-product-panel__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid #d6ded8; }.blattkraft-product-panel__meta span { color: #52675b; font-size: .63rem; font-weight: 700; line-height: 1.35; text-align: center; }
.blattkraft-ingredients-process { padding: clamp(1.5rem, 3vw, 2.25rem) max(1rem, calc((100% - var(--blattkraft-layout-wide)) / 2)); background: #fff; }.blattkraft-ingredients-process .blattkraft-ingredients__heading { color: var(--blattkraft-color-blue); }.blattkraft-ingredients-process .blattkraft-ingredients__heading h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.3vw, 3.25rem); letter-spacing: -.03em; text-transform: none; }.blattkraft-ingredients-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 3vw, 3rem); max-width: 72rem; margin: clamp(1.1rem, 2vw, 1.6rem) auto 0; }.blattkraft-ingredients-process__grid article { position: relative; text-align: center; }.blattkraft-ingredients-process__icon { display: grid; width: 7.5rem; height: 7.5rem; place-items: center; margin: 0 auto; background: #edf4e6; border-radius: 50%; }.blattkraft-ingredients-process__icon img { width: 3.35rem; height: 3.35rem; }.blattkraft-ingredients-process__number { display: grid; width: 1.75rem; height: 1.75rem; place-items: center; margin: .8rem auto .65rem; color: #fff; background: var(--blattkraft-color-blue); border-radius: 50%; font-size: .75rem; font-weight: 700; }.blattkraft-ingredients-process__grid article:not(:last-child)::after { position: absolute; top: 3.65rem; left: calc(50% + 4rem); width: calc(100% - 7rem); border-top: 3px dotted #d6e4d0; content: ''; }.blattkraft-ingredients-process__grid article:not(:last-child)::before { position: absolute; top: 3.43rem; right: .25rem; width: 0; height: 0; border-top: .3rem solid transparent; border-bottom: .3rem solid transparent; border-left: .45rem solid var(--blattkraft-color-green-dark); content: ''; }.blattkraft-ingredients-process__grid h3 { margin: 0; color: var(--blattkraft-color-blue); font-size: .9rem; }.blattkraft-ingredients-process__grid p { max-width: 13rem; margin: .6rem auto 0; color: #52677b; font-size: .78rem; line-height: 1.5; }
.blattkraft-ingredients-quality { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(22rem, .72fr); align-items: stretch; min-height: clamp(24rem, 29vw, 29rem); overflow: hidden; background: #fff; }.blattkraft-ingredients-quality__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.5rem, 5vw, 5rem) clamp(1.5rem, 3vw, 2.75rem) max(1.5rem, calc((100vw - 72rem) / 2)); }.blattkraft-ingredients-quality__copy > * { width: min(100%, 44rem); }.blattkraft-ingredients-quality__copy h2 { max-width: 16ch; color: var(--blattkraft-color-blue); font-size: clamp(2.15rem, 3.8vw, 3.4rem); }.blattkraft-ingredients-quality li { color: #314d68; }.blattkraft-ingredients-quality__badges { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; margin-top: clamp(1rem, 2vw, 1.75rem); }.blattkraft-ingredients-quality__badges article { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); align-items: center; gap: .5rem; }.blattkraft-ingredients-quality__badges img { width: 2.2rem; height: 2.2rem; }.blattkraft-ingredients-quality__badges span { color: var(--blattkraft-color-blue); font-size: .7rem; font-weight: 700; line-height: 1.3; }.blattkraft-ingredients-quality__visual { position: relative; min-height: inherit; overflow: hidden; }.blattkraft-ingredients-quality__visual::after { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; width: clamp(6rem, 11vw, 13rem); background: #fff; clip-path: polygon(0 0, 100% 0, 0 100%); content: ''; pointer-events: none; }.blattkraft-ingredients-quality__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.blattkraft-product-hero__button:focus-visible { outline: 3px solid #b7e66d; outline-offset: 4px; }
@media (max-width: 66rem) { .blattkraft-ingredient-plants__grid { grid-template-columns: repeat(3, 1fr); }.blattkraft-product-panel { grid-template-columns: 1fr 1fr; }.blattkraft-product-panel__card { grid-column: 1 / -1; max-width: 26rem; }.blattkraft-ingredients-process__grid { grid-template-columns: 1fr 1fr; row-gap: 2.5rem; } }
@media (max-width: 48rem) { .blattkraft-product-hero { --blattkraft-product-hero-size: 43rem; }.blattkraft-product-hero__poster, .blattkraft-product-hero__video { width: 100%; aspect-ratio: auto; object-position: 67% center; -webkit-mask-image: none; mask-image: none; }.blattkraft-product-hero__media::after { display: block; background: linear-gradient(90deg, rgba(7,14,4,.96), rgba(7,14,4,.65)); }.blattkraft-product-hero__benefits { max-width: 23rem; }.blattkraft-product-panel, .blattkraft-ingredients-quality { grid-template-columns: 1fr; }.blattkraft-product-panel__visual { order: 2; }.blattkraft-product-panel__card { grid-column: auto; }.blattkraft-ingredients-quality__visual { min-height: 19rem; }.blattkraft-ingredients-quality__visual::after { display: none; }.blattkraft-ingredients-quality__badges { grid-template-columns: 1fr 1fr; }.blattkraft-image-placeholder { min-height: 17rem; } }
@media (max-width: 36rem) { .blattkraft-product-hero__inner { width: min(calc(100% - 1.5rem), var(--blattkraft-layout-wide)); }.blattkraft-ingredient-plants__grid, .blattkraft-ingredients-process__grid { grid-template-columns: 1fr; }.blattkraft-ingredient-plants__grid { gap: 2rem; } }
@media (prefers-reduced-motion: reduce) { .blattkraft-product-hero__video { display: none; } }
