.pr-prodstory{background-color:var(--prodstory-bg, #F7F5F0);color:var(--prodstory-text, #1B2A4A);font-family:inherit;overflow-x:hidden;border-top:var(--prodstory-accent-bar, 4px) solid var(--prodstory-accent, #C4956A)}.pr-prodstory *,.pr-prodstory *:before,.pr-prodstory *:after{box-sizing:border-box}.pr-prodstory__inner{max-width:var(--prodstory-max-width, 640px);width:90%;margin:0 auto}.pr-prodstory__editorial{padding-bottom:3rem}.pr-prodstory__editorial-body{font-family:inherit;font-size:var(--prodstory-body-size, 1rem);line-height:var(--prodstory-body-lh, 1.8);color:var(--prodstory-body-color, #444)}.pr-prodstory__editorial-body em,.pr-prodstory__editorial-body i{font-style:italic}.pr-prodstory__editorial-body p{margin:0 0 1.25rem}.pr-prodstory__editorial-body p:last-child{margin-bottom:0}.pr-prodstory__editorial-body strong,.pr-prodstory__editorial-body b{font-weight:700;color:var(--prodstory-text, #1B2A4A)}.pr-prodstory__hero{padding-bottom:3rem}.pr-prodstory__hero-image{width:100%;height:auto;display:block;border-radius:var(--prodstory-img-radius, 12px);object-fit:cover}.pr-prodstory__hero-placeholder{width:100%;aspect-ratio:4 / 3;background:#e8e4dd;border-radius:var(--prodstory-img-radius, 12px);display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:.875rem;color:#999}.pr-prodstory__meet{padding-bottom:1rem}.pr-prodstory__meet-heading{font-family:inherit;font-size:var(--prodstory-heading-size, clamp(1.5rem, 4vw, 2.25rem));font-weight:700;line-height:var(--prodstory-heading-lh, 1.15);color:var(--prodstory-text, #1B2A4A);margin:0 0 .5rem}.pr-prodstory__meet-tagline{font-family:inherit;font-size:var(--prodstory-tagline-size, 1.0625rem);font-style:italic;color:var(--prodstory-accent, #C4956A);margin:0 0 2.5rem;line-height:1.5}.pr-prodstory__ingredient{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.08)}.pr-prodstory__ingredient:last-of-type{border-bottom:none;margin-bottom:1.5rem}.pr-prodstory__ingredient-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pr-prodstory__ingredient-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--prodstory-accent, #C4956A);border-radius:50%;color:var(--prodstory-accent, #C4956A)}.pr-prodstory__ingredient-icon svg{width:16px;height:16px}.pr-prodstory__ingredient-icon img{width:18px;height:18px;object-fit:contain}.pr-prodstory__ingredient-label{font-family:inherit;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--prodstory-body-color, #666)}.pr-prodstory__ingredient-title{font-family:inherit;font-size:var(--prodstory-mech-title-size, 1.125rem);font-weight:700;color:var(--prodstory-text, #1B2A4A);margin:0 0 .625rem;line-height:1.3}.pr-prodstory__ingredient-desc{font-family:inherit;font-size:var(--prodstory-body-size, .9375rem);line-height:var(--prodstory-body-lh, 1.7);color:var(--prodstory-body-color, #555);margin:0 0 .75rem}.pr-prodstory__ingredient-desc p{margin:0}.pr-prodstory__ingredient-highlight{display:inline-block;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--prodstory-text, #1B2A4A);background:var(--prodstory-highlight-bg, rgba(196, 149, 106, .08));border:1px solid rgba(196,149,106,.18);border-radius:6px;padding:.5rem .875rem;line-height:1.4}.pr-prodstory__closing{font-family:inherit;font-size:var(--prodstory-body-size, .9375rem);line-height:1.7;color:var(--prodstory-body-color, #555);margin:0 0 2rem;text-align:left}.pr-prodstory__cta-wrap{text-align:left}.pr-prodstory__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 2rem;background-color:var(--prodstory-cta-bg, #1B2A4A);color:var(--prodstory-cta-text, #FFFFFF);font-family:inherit;font-size:var(--prodstory-cta-font, .9375rem);font-weight:600;letter-spacing:.03em;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.pr-prodstory__cta:hover{opacity:.88}.pr-prodstory__cta--link{background:none;color:var(--prodstory-accent, #C4956A);padding:0;width:auto;font-weight:600;letter-spacing:0;border-radius:0}.pr-prodstory__cta--link:hover{opacity:.7}.pr-prodstory__learn-more{display:inline-block;font-size:.75rem;font-weight:500;color:var(--prodstory-accent, #C4956A);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;text-decoration-color:var(--prodstory-accent, #C4956A);margin-top:.25rem;letter-spacing:.02em;cursor:pointer;transition:opacity .2s ease}.pr-prodstory__learn-more:hover{opacity:.7}.pr-prodstory__popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;z-index:9999;justify-content:center;align-items:center;padding:1.5rem}.pr-prodstory__popup-overlay--active{display:flex}.pr-prodstory__popup{background:#fff;border-radius:14px;max-width:400px;width:100%;max-height:80vh;display:flex;flex-direction:column;position:relative;box-shadow:0 20px 60px #0000002e;animation:prPopupFadeIn .25s ease}@keyframes prPopupFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pr-prodstory__popup-close{position:absolute;top:.75rem;right:.75rem;width:30px;height:30px;border:none;background:#0000000d;border-radius:50%;font-size:1.25rem;line-height:1;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1;padding:0}.pr-prodstory__popup-close:hover{background:#0000001a}.pr-prodstory__popup-scroll{overflow-y:auto;padding:2rem 1.5rem 1.5rem;-webkit-overflow-scrolling:touch}.pr-prodstory__popup-heading{font-family:inherit;font-size:1.125rem;font-weight:700;color:var(--prodstory-text, #1B2A4A);margin:0 0 1.25rem;text-align:center;line-height:1.3}.pr-prodstory__popup-item{text-align:center;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.pr-prodstory__popup-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.pr-prodstory__popup-item-img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:.625rem}.pr-prodstory__popup-item-name{font-family:inherit;font-size:.9375rem;font-weight:700;color:var(--prodstory-text, #1B2A4A);margin:0 0 .3rem;line-height:1.3}.pr-prodstory__popup-item-subtext{font-family:inherit;font-size:.8125rem;line-height:1.6;color:var(--prodstory-body-color, #555);margin:0}@media screen and (max-width:749px){.pr-prodstory__inner{width:92%}.pr-prodstory__meet-heading{font-size:clamp(1.375rem,6vw,1.75rem)}.pr-prodstory__ingredient-title{font-size:1rem}.pr-prodstory__popup-overlay{align-items:flex-end;padding:0}.pr-prodstory__popup{max-width:100%;max-height:85vh;border-radius:16px 16px 0 0;animation:prPopupSlideUp .3s ease}@keyframes prPopupSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/pr-product-story.css.map */
