.ingredient-explorer{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ingredient-explorer__panels{display:grid;gap:clamp(2rem,5vw,5rem);align-items:center}@media screen and (min-width:900px){.ingredient-explorer__panels{grid-template-columns:1.08fr 1fr}.ingredient-explorer--media-end .ingredient-explorer__panels{grid-template-columns:1fr 1.08fr}.ingredient-explorer--media-end .ingredient-explorer__media-col{order:2}}.ingredient-explorer__media-col{position:relative}.ingredient-explorer__media{position:relative;display:grid;aspect-ratio:4 / 5;overflow:hidden;border-radius:6px;background:var(--ga-surface-tint, rgba(43, 36, 32, .05))}.ingredient-explorer__img{grid-area:1 / 1;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.03);transition:opacity .5s ease,transform .7s ease}.ingredient-explorer__img.is-active{opacity:1;transform:scale(1)}.ingredient-explorer__img.placeholder{background:var(--ga-surface-tint, rgba(43, 36, 32, .05));fill:rgb(var(--ga-accent-rgb) / .45)}.ingredient-explorer__index{position:absolute;inset-block-end:1.2rem;inset-inline-start:1.4rem;z-index:2;font-family:var(--font-heading-family);font-size:1.3rem;font-weight:600;letter-spacing:.06em;color:#faf6f0;mix-blend-mode:difference}.ingredient-explorer__tabs{display:flex;flex-wrap:wrap;gap:.6rem 1.6rem;margin-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.14)}.ingredient-explorer__tab{position:relative;padding:0 0 1.1rem;border:0;background:none;color:rgba(var(--color-foreground),.5);font-family:var(--font-body-family);font-size:1.35rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:color .18s ease}.ingredient-explorer__tab:hover{color:rgba(var(--color-foreground),.8)}.ingredient-explorer__tab[aria-selected=true]{color:rgb(var(--color-foreground))}.ingredient-explorer__tab[aria-selected=true]:after{content:"";position:absolute;inset-block-end:-1px;inset-inline:0;height:2px;background:var(--ga-accent)}.ingredient-explorer__tab:focus-visible{outline:2px solid var(--ga-accent);outline-offset:3px}.ingredient-explorer__content{position:relative;display:grid}.ingredient-explorer__pane{grid-area:1 / 1;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease,visibility .4s}.ingredient-explorer__pane.is-active{opacity:1;visibility:visible;transform:none}.ingredient-explorer__name{margin:0 0 1rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 700);line-height:1.12;font-size:clamp(2.2rem,1.6rem + 2vw,3.2rem)}.ingredient-explorer__text{font-size:1.5rem;line-height:1.7;color:rgba(var(--color-foreground),.78);max-width:42ch}.ingredient-explorer__text>*{margin:0 0 1rem}.ingredient-explorer__text>*:last-child{margin-bottom:0}.ingredient-explorer__nav{display:flex;gap:.8rem;margin-top:2.4rem}.ingredient-explorer__arrow{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid rgba(var(--color-foreground),.3);border-radius:50%;background:none;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.ingredient-explorer__arrow:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.ingredient-explorer__arrow:focus-visible{outline:2px solid var(--ga-accent);outline-offset:2px}.ingredient-explorer__arrow svg{width:1.4rem;height:1.4rem}[dir=rtl] .ingredient-explorer__arrow svg{transform:scaleX(-1)}@media(prefers-reduced-motion:reduce){.ingredient-explorer__img,.ingredient-explorer__pane{transition:opacity .12s ease;transform:none}}@media screen and (max-width:899px){.ingredient-explorer__media{aspect-ratio:4 / 3}.ingredient-explorer__text{max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/ingredient-explorer.css.map */
