.fp-v2-ingredients{display:block;box-sizing:border-box;padding-top:var(--fpv2-section-pad, 96px);padding-bottom:var(--fpv2-section-pad, 96px);background:var(--fpv2-color-bg, #fff);color:var(--fpv2-primary, #2063f6);font-family:var(--fpv2-font-display, "Simplon Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace)}.fp-v2-ingredients__inner{max-width:var(--fpv2-container-max, 1280px);margin:0 auto;padding:0 var(--fpv2-space-md, 24px)}.fp-v2-ingredients__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:35px;align-items:stretch}@media screen and (max-width:749px){.fp-v2-ingredients__grid{grid-template-columns:1fr;gap:15px}}@media screen and (min-width:750px){.fp-v2-ingredients{min-height:calc(90svh - var(--fpv2-header-h, 80px));display:flex;flex-direction:column;justify-content:flex-start}.fp-v2-ingredients__inner{width:100%;box-sizing:border-box}.fp-v2-ingredients__grid{--fpv2-card-h: calc(90svh - var(--fpv2-header-h, 80px) - 2 * var(--fpv2-section-pad, 0px) - 18px);min-height:var(--fpv2-card-h)}.fp-v2-ingredients__image-card,.fp-v2-ingredients__list-card{min-height:100%}}.fp-v2-ingredients__image-card{position:relative;border-radius:var(--fpv2-card-radius, 20px);overflow:hidden;background:var(--fpv2-card-bg, #f6f6f8)}.fp-v2-ingredients__image-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:var(--fpv2-card-border-w, 1.5px) solid var(--fpv2-primary, #2063f6);border-radius:var(--fpv2-card-radius, 20px);pointer-events:none}.fp-v2-ingredients__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fp-v2-ingredients__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:color-mix(in srgb,var(--fpv2-primary, #2063f6) 6%,transparent)}.fp-v2-ingredients__placeholder-svg{width:50%;height:50%;opacity:.3}.fp-v2-ingredients__list-card{--list-card-px: 35px;position:relative;border:var(--fpv2-card-border-w, 1.5px) solid var(--fpv2-primary, #2063f6);border-radius:var(--fpv2-card-radius, 20px);overflow:hidden;background:var(--fpv2-card-bg, #f6f6f8);padding:0;display:flex;flex-direction:column;box-sizing:border-box}@media screen and (max-width:749px){.fp-v2-ingredients__image-card{align-self:start;aspect-ratio:670 / 842}.fp-v2-ingredients__list-card{--list-card-px: 15px;height:clamp(360px,68svh,600px)}}.fp-v2-ingredients__cta-row{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;padding:20px;border-bottom:var(--fpv2-card-border-w, 1.5px) solid var(--fpv2-primary, #2063f6);box-sizing:border-box}@media screen and (max-width:749px){.fp-v2-ingredients__cta-row{padding:20px var(--list-card-px, 20px) 16px}}.fp-v2-ingredients__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:8px 18px;background:#fff;border:var(--fpv2-card-border-w, 1.5px) solid var(--fpv2-primary, #2063f6);border-radius:51px;color:var(--fpv2-primary, #2063f6);font-family:var(--fpv2-font-display, "Simplon Mono", monospace);font-size:20px!important;font-weight:400!important;line-height:1;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .2s ease}.fp-v2-ingredients__cta:hover{background:color-mix(in srgb,var(--fpv2-primary, #2063f6) 6%,transparent)}.fp-v2-ingredients__cta--static{cursor:default}.fp-v2-ingredients__cta--static:hover{background:transparent}.fp-v2-ingredients__cta-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.fp-v2-ingredients__cta-arrow svg{display:block}.fp-v2-ingredients__cta-label{transform:translateY(1px)}.fp-v2-ingredients__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(32,99,246,.3) transparent}.fp-v2-ingredients__list::-webkit-scrollbar{width:5px}.fp-v2-ingredients__list::-webkit-scrollbar-thumb{background:#2063f64d;border-radius:2.5px}.fp-v2-ingredients__list::-webkit-scrollbar-track{background:transparent}.fp-v2-ingredients__list.has-open-item{justify-content:flex-start;overflow:hidden}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-accordion-hidden{opacity:0;visibility:hidden;max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;border-bottom-width:0;pointer-events:none}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open .fp-v2-ingredients__item-toggle{flex:0 0 auto}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open .fp-v2-ingredients__item-detail-wrap{flex:1 1 auto;min-height:0;grid-template-rows:1fr}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open .fp-v2-ingredients__item-detail{flex:1 1 auto;min-height:0;overflow-y:auto;padding-bottom:18px;opacity:1;scrollbar-width:thin;scrollbar-color:rgba(32,99,246,.3) transparent}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open .fp-v2-ingredients__item-detail::-webkit-scrollbar{width:5px}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open .fp-v2-ingredients__item-detail::-webkit-scrollbar-thumb{background:#2063f64d;border-radius:2.5px}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-next-peek{flex:0 0 auto;min-height:0;display:flex;flex-direction:column;justify-content:center;margin-top:auto;border-bottom:0;opacity:1;transform:translateY(0);transition:opacity .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1),margin .28s cubic-bezier(.4,0,.2,1)}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-next-peek .fp-v2-ingredients__item-name-line{align-items:center}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-next-peek .fp-v2-ingredients__plus{margin-top:0}.fp-v2-ingredients__item{padding:0 var(--list-card-px, 35px);border-bottom:var(--fpv2-card-border-w, 1.5px) solid var(--fpv2-primary, #2063f6);box-sizing:border-box;transition:opacity .28s cubic-bezier(.4,0,.2,1),max-height .28s cubic-bezier(.4,0,.2,1),padding .28s cubic-bezier(.4,0,.2,1),border-color .28s ease}.fp-v2-ingredients__list:not(.has-open-item)>.fp-v2-ingredients__item{flex:0 0 auto;min-height:0;display:flex;flex-direction:column;justify-content:center}.fp-v2-ingredients__item:last-child{border-bottom:0}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open{border-bottom:var(--fpv2-card-border-w, 1.5px) solid var(--fpv2-primary, #2063f6)}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-open:last-child{border-bottom:0}.fp-v2-ingredients__item-toggle,.fp-v2-ingredients__item-static{display:flex;align-items:center;width:100%;min-height:0;padding:18px 0;background:transparent;border:0;color:var(--fpv2-primary, #2063f6);cursor:pointer;text-align:left;font:inherit;overflow:hidden}.fp-v2-ingredients__list:not(.has-open-item)>.fp-v2-ingredients__item>.fp-v2-ingredients__item-toggle,.fp-v2-ingredients__list:not(.has-open-item)>.fp-v2-ingredients__item>.fp-v2-ingredients__item-static{flex:0 0 auto;padding-top:24px;padding-bottom:24px}.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-next-peek>.fp-v2-ingredients__item-toggle,.fp-v2-ingredients__list.has-open-item .fp-v2-ingredients__item.is-next-peek>.fp-v2-ingredients__item-static{flex:1 1 auto;padding-top:14px;padding-bottom:14px}.fp-v2-ingredients__item:not(.is-open)>.fp-v2-ingredients__item-detail-wrap{display:none}.fp-v2-ingredients__item-static{cursor:default}.fp-v2-ingredients__item--expandable .fp-v2-ingredients__item-toggle:hover .fp-v2-ingredients__item-name{opacity:.85}.fp-v2-ingredients__item-name{display:inline-flex;flex-direction:column;align-items:flex-start;max-width:100%;font-family:var(--fpv2-font-display, "Simplon Mono", monospace);font-size:50px;font-weight:500;line-height:1.05;text-transform:uppercase;letter-spacing:0;color:var(--fpv2-primary, #2063f6)}.fp-v2-ingredients__item-name-line{display:inline-flex;align-items:flex-start;gap:10px;max-width:100%}.fp-v2-ingredients__item-name-text,.fp-v2-ingredients__item-name-rest{min-width:0;overflow-wrap:break-word;word-break:break-word}@media screen and (max-width:749px){.fp-v2-ingredients__item-name{font-size:32px}.fp-v2-ingredients__cta{padding:4px 15px;font-size:15px!important}.fp-v2-ingredients__item-name .fp-v2-ingredients__plus{width:22px;height:22px}}.fp-v2-ingredients__item-name .fp-v2-ingredients__plus{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;margin:-10px 0 0 10px;vertical-align:top;background:var(--fpv2-cta-bg, #cfff84);border:var(--fpv2-card-border-w, 1.5px) solid var(--fpv2-primary, #2063f6);border-radius:51px;color:var(--fpv2-primary, #2063f6);transition:transform .28s cubic-bezier(.4,0,.2,1)}.fp-v2-ingredients__item-name .fp-v2-ingredients__plus svg{width:22px;height:22px}.fp-v2-ingredients__plus--static{cursor:default;opacity:.55}.fp-v2-ingredients__item.is-open .fp-v2-ingredients__item-name .fp-v2-ingredients__plus{transform:rotate(45deg)}.fp-v2-ingredients__plus--close{float:none;width:28px;height:28px;margin:0;transform:rotate(45deg)}.fp-v2-ingredients__plus--close svg{width:22px;height:22px}.fp-v2-ingredients__item.is-open>.fp-v2-ingredients__item-detail-wrap{display:grid;grid-template-rows:1fr;min-height:0;overflow:hidden;transition:grid-template-rows .28s cubic-bezier(.4,0,.2,1)}.fp-v2-ingredients__item-detail{min-height:0;overflow:hidden;font-family:var(--fpv2-font-display, "Simplon Mono", monospace);font-size:15px;line-height:20px;font-weight:400;color:var(--fpv2-primary, #2063f6);padding:0;opacity:0;transition:opacity .28s cubic-bezier(.4,0,.2,1)}.fp-v2-ingredients__item.is-open>.fp-v2-ingredients__item-detail-wrap>.fp-v2-ingredients__item-detail{opacity:1;padding-bottom:14px}.fp-v2-ingredients__item-detail p{margin:0 0 8px}.fp-v2-ingredients__item-detail p:last-child{margin-bottom:0}@media(prefers-reduced-motion:reduce){.fp-v2-ingredients__item,.fp-v2-ingredients__item-detail-wrap,.fp-v2-ingredients__item-detail,.fp-v2-ingredients__plus{transition-duration:.01ms!important}}.fp-v2-ingredients__item-toggle:focus-visible{outline:2px solid var(--fpv2-primary, #2063f6);outline-offset:4px;border-radius:2px}.fp-v2-ingredients__list-card.is-inci-open .fp-v2-ingredients__list{display:none}.fp-v2-ingredients__inci{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0}.fp-v2-ingredients__inci[hidden]{display:none}.fp-v2-ingredients__inci-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:12px;padding:18px var(--list-card-px, 35px) 16px;flex:0 0 auto}.fp-v2-ingredients__inci-title{font-family:var(--fpv2-font-display, "Simplon Mono", monospace);font-size:40px;font-weight:500;line-height:1.05;text-transform:uppercase;letter-spacing:0;color:var(--fpv2-primary, #2063f6);margin:0}@media screen and (max-width:749px){.fp-v2-ingredients__inci-title{font-size:26px}.fp-v2-ingredients__list:not(.has-open-item)>.fp-v2-ingredients__item>.fp-v2-ingredients__item-toggle,.fp-v2-ingredients__list:not(.has-open-item)>.fp-v2-ingredients__item>.fp-v2-ingredients__item-static{flex:0 0 auto;padding-top:15px;padding-bottom:15px}.fp-v2-ingredients__item-name .fp-v2-ingredients__plus svg{width:22px;height:22px}}.fp-v2-ingredients__inci-close{display:inline-flex;padding:0;margin:0;border:0;background:transparent;cursor:pointer;color:inherit}.fp-v2-ingredients__inci-close:focus-visible{outline:2px solid var(--fpv2-primary, #2063f6);outline-offset:4px;border-radius:2px}.fp-v2-ingredients__plus--close{cursor:pointer;opacity:1}.fp-v2-ingredients__inci-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 var(--list-card-px, 35px) 24px;scrollbar-width:thin;scrollbar-color:rgba(32,99,246,.3) transparent}.fp-v2-ingredients__inci-body::-webkit-scrollbar{width:5px}.fp-v2-ingredients__inci-body::-webkit-scrollbar-thumb{background:#2063f64d;border-radius:2.5px}.fp-v2-ingredients__inci-body::-webkit-scrollbar-track{background:transparent}.fp-v2-ingredients__inci-body,.fp-v2-ingredients__inci-body p{font-family:var(--fpv2-font-display, "Simplon Mono", monospace);font-size:13px;font-weight:400;line-height:18px;letter-spacing:.02em;text-transform:uppercase;color:var(--fpv2-primary, #2063f6)}.fp-v2-ingredients__inci-body p{margin:0 0 10px}.fp-v2-ingredients__inci-body p:last-child{margin-bottom:0}.fp-v2-ingredients__list[hidden]{display:none}button.fp-v2-ingredients__cta{font:inherit;font-family:var(--fpv2-font-display, "Simplon Mono", monospace)}button.fp-v2-ingredients__cta:focus-visible{outline:2px solid var(--fpv2-primary, #2063f6);outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-fp-v2-ingredients.css.map */
