.pi-ingredients,.pi-ingredients *,.pi-ingredients *:before,.pi-ingredients *:after{box-sizing:border-box}.pi-ingredients{--pi-ingredients-section-bg: #ffffff;--pi-ingredients-padding-top: 48;--pi-ingredients-padding-bottom: 48;--pi-ingredients-padding-inline: 16;--pi-ingredients-inner-max-width: 1200;--pi-ingredients-header-margin-bottom: 32;--pi-ingredients-grid-gap: 24;--pi-ingredients-heading-color: #111111;--pi-ingredients-heading-size: 22;--pi-ingredients-heading-weight: 700;--pi-ingredients-heading-letter-spacing: 2;--pi-ingredients-heading-line-height: 1.2;--pi-ingredients-item-gap: 16;--pi-ingredients-image-width: 120;--pi-ingredients-image-radius: 0;--pi-ingredients-title-color: #111111;--pi-ingredients-title-size: 18;--pi-ingredients-title-weight: 700;--pi-ingredients-title-line-height: 1.25;--pi-ingredients-title-margin-bottom: 8;--pi-ingredients-description-color: #6b7280;--pi-ingredients-description-size: 15;--pi-ingredients-description-line-height: 1.5;--pi-ingredients-footer-margin-top: 32;--pi-ingredients-link-color: #111111;--pi-ingredients-link-size: 15;--pi-ingredients-link-weight: 400}.pi-ingredients{width:100%;margin:0;padding:calc(var(--pi-ingredients-padding-top) * 1px) calc(var(--pi-ingredients-padding-inline) * 1px) calc(var(--pi-ingredients-padding-bottom) * 1px);background-color:var(--pi-ingredients-section-bg, #ffffff);font-family:var(--font--paragraph--family, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);color:var(--pi-ingredients-heading-color, #111111)}.pi-ingredients__inner{width:100%;max-width:calc(var(--pi-ingredients-inner-max-width) * 1px);margin:0 auto;min-width:0}.pi-ingredients__header{margin:0 0 calc(var(--pi-ingredients-header-margin-bottom) * 1px);text-align:center}.pi-ingredients__heading{margin:0;font-family:var(--font--heading--family, var(--font--paragraph--family, system-ui, sans-serif));font-size:calc(var(--pi-ingredients-heading-size) * 1px);font-weight:var(--pi-ingredients-heading-weight, 700);line-height:var(--pi-ingredients-heading-line-height, 1.2);letter-spacing:calc(var(--pi-ingredients-heading-letter-spacing) * 1px);color:var(--pi-ingredients-heading-color, #111111);text-transform:uppercase}.pi-ingredients__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(var(--pi-ingredients-grid-gap) * 1px);width:100%;min-width:0;padding-inline:10px;padding-block:10px;background-color:#fff;border-radius:12px}@media screen and (min-width:990px){.pi-ingredients__grid{padding-inline:20px;padding-block:20px;background-color:#fff;border-radius:12px}}.pi-ingredients__item{display:flex;align-items:flex-start;gap:calc(var(--pi-ingredients-item-gap) * 1px);min-width:0;flex-wrap:wrap}.pi-ingredients__item-media{flex-shrink:0;width:100%;max-width:calc(var(--pi-ingredients-image-width) * 1px);border-radius:calc(var(--pi-ingredients-image-radius) * 1px);overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:transparent}.pi-ingredients__item-media img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain}.pi-ingredients__item-info{flex:1;min-width:0;text-align:left}.pi-ingredients__item-title{margin:0 0 calc(var(--pi-ingredients-title-margin-bottom) * 1px);font-family:var(--font--heading--family, var(--font--paragraph--family, system-ui, sans-serif));font-size:calc(var(--pi-ingredients-title-size) * 1px);font-weight:var(--pi-ingredients-title-weight, 700);line-height:var(--pi-ingredients-title-line-height, 1.25);color:var(--pi-ingredients-title-color, #111111)}.pi-ingredients__item-description{margin:0;font-size:calc(var(--pi-ingredients-description-size) * 1px);font-weight:400;line-height:var(--pi-ingredients-description-line-height, 1.5);color:var(--pi-ingredients-description-color, #6b7280)}.pi-ingredients__item-description p{margin:0 0 .75em}.pi-ingredients__item-description p:last-child{margin-bottom:0}.pi-ingredients__footer{margin:calc(var(--pi-ingredients-footer-margin-top) * 1px) 0 0;text-align:center}.pi-ingredients__footer-link{display:inline-block;font-size:calc(var(--pi-ingredients-link-size) * 1px);font-weight:var(--pi-ingredients-link-weight, 400);color:var(--pi-ingredients-link-color, #111111);text-decoration:underline;text-underline-offset:.2em;text-transform:uppercase;font-family:Yearbook Solid;text-decoration:none}.pi-ingredients__footer-link:hover,.pi-ingredients__footer-link:focus-visible{opacity:.85}.pi-ingredients__footer-link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.pi-ingredients__item--extra{display:none}.pi-ingredients__grid--expanded .pi-ingredients__item--extra{display:flex}.pi-ingredients__show-more-wrap{margin-top:calc(var(--pi-ingredients-footer-margin-top) * 1px);text-align:center}.pi-ingredients__show-more{display:inline-block;padding:.55em 1.5em;font-family:var(--font--paragraph--family, system-ui, sans-serif);font-size:calc(var(--pi-ingredients-link-size, 15) * 1px);font-weight:var(--pi-ingredients-link-weight, 400);color:var(--pi-ingredients-link-color, #111111);background:transparent;border:1.5px solid currentColor;border-radius:4px;cursor:pointer;text-decoration:none;line-height:1.4;transition:opacity .15s ease}.pi-ingredients__show-more:hover,.pi-ingredients__show-more:focus-visible{opacity:.75}.pi-ingredients__show-more:focus-visible{outline:2px solid currentColor;outline-offset:2px}body.pi-modal-open{overflow:hidden}.pi-ingredients__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.pi-ingredients__modal[hidden]{display:none}.pi-ingredients__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer}.pi-ingredients__modal-panel{position:relative;z-index:1;background:#fff;border-radius:12px;width:100%;max-width:560px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 40px #0000002e;overflow:hidden}.pi-ingredients__modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.pi-ingredients__modal-title{margin:0;font-family:var(--font--heading--family, var(--font--paragraph--family, system-ui, sans-serif));font-size:18px;font-weight:700;color:var(--pi-ingredients-heading-color, #111111);line-height:1.3}.pi-ingredients__modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;background:transparent;border:none;border-radius:6px;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;padding:0;transition:background .15s ease,color .15s ease}.pi-ingredients__modal-close:hover{background:#f3f4f6;color:#111}.pi-ingredients__modal-close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.pi-ingredients__modal-body{padding:20px 24px 24px;overflow-y:auto;font-family:var(--font--paragraph--family, system-ui, sans-serif);font-size:15px;line-height:1.6;color:var(--pi-ingredients-description-color, #6b7280)}.pi-ingredients__modal-body p{margin:0 0 .75em}.pi-ingredients__modal-body p:last-child{margin-bottom:0}@media screen and (min-width:600px){.pi-ingredients__modal-panel{max-height:75vh}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/pi-key-ingredients.css.map */
