ingredient-history,.ingredient-history{display:block;width:100%}.ingredient-history{--ingredient-gap: 16px;--ingredient-radius: 8px;--ingredient-width: 220px;--ingredient-inactive-scale: 1;--ingredient-tab-bg: #EFEFF0;--ingredient-tab-color: #71717B;--ingredient-tab-active-bg: #4682B4;--ingredient-tab-active-color: #fff}.ingredient-history__header{text-align:center;max-width:950px;margin:0 auto clamp(28px,4vw,40px)}.ingredient-history__subheading{margin:0 0 10px;color:#5a7a9b;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.ingredient-history__heading{margin:0 0 10px;text-transform:uppercase;letter-spacing:.02em;line-height:1.15}.ingredient-history__text{margin:0 auto;color:var(--text-light, #718096);line-height:1.5}.ingredient-history__text p:last-child{margin:0}.ingredient-history__filters{position:relative;z-index:5;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:clamp(24px,4vw,36px)}.ingredient-history__tab{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 18px;border:none;border-radius:999px;background:var(--ingredient-tab-bg);color:var(--ingredient-tab-color);font:inherit;font-size:.875rem;font-weight:500;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .2s ease}.ingredient-history__tab.is-active{background:var(--ingredient-tab-active-bg);color:var(--ingredient-tab-active-color)}@media(hover:hover){.ingredient-history__tab:not(.is-active):hover{transform:translateY(-1px)}}.ingredient-history__carousel{position:relative;left:50%;width:100vw;margin-left:-50vw;overflow-x:hidden;overflow-y:visible;pointer-events:auto}.ingredient-history__track{display:flex;align-items:center;gap:var(--ingredient-gap, 16px);overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;touch-action:pan-x}.ingredient-history__track.is-dragging,.ingredient-history__track.is-jumping{cursor:grabbing;scroll-snap-type:none!important;scroll-behavior:auto!important;-webkit-user-select:none;user-select:none}.ingredient-history__track::-webkit-scrollbar{display:none}.ingredient-history__track.is-loading{opacity:0;pointer-events:none}.ingredient-history__track:not(.is-loading){opacity:1;transition:opacity .25s ease}.ingredient-history__item{flex:0 0 var(--ingredient-width);scroll-snap-align:center;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center}.ingredient-history__progress{display:none;padding:12px var(--outer, 20px) 0}.ingredient-history__progress-track{position:relative;height:3px;border-radius:999px;background:#e5e9ef;overflow:hidden}.ingredient-history__progress-bar{position:absolute;top:0;left:0;height:100%;width:25%;border-radius:999px;background:#365991;transition:left .2s ease,width .2s ease}.ingredient-history__item.is-category-hidden{display:none!important}.ingredient-history__card{position:relative;width:100%;border-radius:var(--ingredient-radius);overflow:hidden;transform:scale(var(--ingredient-inactive-scale, .78));transform-origin:center center;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.ingredient-history__item.is-active .ingredient-history__card{transform:scale(1)}.ingredient-history__media{position:relative;background:#e8ebef;overflow:hidden;aspect-ratio:2/3}.ingredient-history__media .image-wrapper{width:100%;height:0}.ingredient-history__media img{width:100%;height:100%;object-fit:cover}.ingredient-history__caption{position:absolute;inset-inline:0;bottom:0;z-index:2;padding:18px 14px 16px;color:#fff;font-size:18px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-align:center;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.35);transition:opacity .3s ease}.ingredient-history__caption:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#0000008c);z-index:-1}.ingredient-history__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:12px;padding:24px 20px;background:#1e232db8;color:#fff;text-align:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.ingredient-history__overlay-title{margin:0;font-size:18px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.ingredient-history__overlay-text{margin:0;font-size:14px;line-height:1.55;color:#ffffffeb}.ingredient-history__overlay-text p{margin:0}@media(hover:hover){.ingredient-history__card:hover .ingredient-history__overlay,.ingredient-history__card:focus-within .ingredient-history__overlay{opacity:1}.ingredient-history__card:hover .ingredient-history__caption,.ingredient-history__card:focus-within .ingredient-history__caption{opacity:0}}.ingredient-history__nav{position:absolute;top:50%;z-index:10;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#fffffff2;color:var(--text);cursor:pointer;transform:translateY(-50%);box-shadow:0 4px 16px #0000001f;transition:opacity .2s ease,transform .2s ease;pointer-events:auto;border:1px solid var(--text)}.ingredient-history__nav svg{width:12px;height:12px}.ingredient-history__nav--prev{left:max(12px,calc(50% - var(--ingredient-width) / 2 - 20px))}.ingredient-history__nav--next{right:max(12px,calc(50% - var(--ingredient-width) / 2 - 20px))}.ingredient-history__nav:disabled{opacity:.35;cursor:not-allowed}.ingredient-history__item.is-clone{pointer-events:auto}@media(hover:hover){.ingredient-history__nav:not(:disabled):hover{transform:translateY(calc(-50% - 1px))}}@media only screen and (max-width:749px){.ingredient-history__header{text-align:center;margin-inline:0;max-width:none}.ingredient-history__text{margin-inline:0}.ingredient-history__filters{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;max-width:100%;margin-inline:auto;width:fit-content}.ingredient-history__filters::-webkit-scrollbar{display:none}.ingredient-history__track{align-items:stretch;overscroll-behavior-x:contain;scroll-snap-type:none;scroll-behavior:auto}.ingredient-history__track.is-touching,.ingredient-history__track.is-settling{scroll-snap-type:none!important;scroll-behavior:auto!important}.ingredient-history__track.is-dragging,.ingredient-history__track.is-jumping{scroll-snap-type:none!important}.ingredient-history__track.is-mobile-start{scroll-snap-type:none}.ingredient-history__item{scroll-snap-align:start;scroll-snap-stop:normal;justify-content:flex-start}.ingredient-history__progress-bar{transition:left .15s ease-out,width .15s ease-out}.ingredient-history__track.is-touching+.ingredient-history__progress .ingredient-history__progress-bar,.ingredient-history__track.is-settling+.ingredient-history__progress .ingredient-history__progress-bar{transition:none}.ingredient-history__card{transition:transform .25s cubic-bezier(.4,0,.2,1)}.ingredient-history__progress{display:block}.ingredient-history__nav--prev{left:8px}.ingredient-history__nav--next{right:8px}.ingredient-history__nav{display:none}.ingredient-history__caption{text-align:left;display:flex;align-items:center;justify-content:space-between;display:none}.ingredient-history__caption:after{content:"+";width:25px;height:25px;background:#fff;border-radius:5px;color:#1a2744;justify-content:center;align-items:center;display:flex}.ingredient-history__overlay{top:auto;opacity:1;background:linear-gradient(180deg,#0000,#0000008c);text-align:left;align-items:flex-start;pointer-events:unset}.ingredient-history__overlay-title{text-align:left;display:flex;align-items:center;justify-content:space-between;width:100%}.ingredient-history__overlay-title:after{content:"+";width:22px;height:22px;background:#fff;border-radius:5px;color:#1a2744;justify-content:center;align-items:center;display:flex}.ingredient-history__overlay-text{display:none}.ingredient-history__overlay.is-active .ingredient-history__overlay-text{display:block;line-height:1.25}.ingredient-history__overlay.is-active .ingredient-history__overlay-title:after{content:"-"}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/ingredient-history.css.map */
