.pulse-ingredients,.pulse-ingredients__container{width:100%}.pulse-ingredients__header{text-align:center;margin-bottom:2.5rem}.pulse-ingredients__heading{font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .75rem;color:rgb(var(--color-foreground))}.pulse-ingredients__subheading{font-size:1.125rem;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.6}@media screen and (min-width:750px){.pulse-ingredients__heading{font-size:2.5rem}}.pulse-ingredients__content{display:flex;flex-direction:column;gap:3rem}@media screen and (min-width:750px){.pulse-ingredients__content{gap:4rem}}.pulse-ingredients__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid rgba(var(--color-foreground),.1);background:rgb(var(--color-background))}.pulse-ingredients__table{width:100%;border-collapse:collapse;min-width:600px}.pulse-ingredients__th{padding:1rem 1.25rem;text-align:left;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.03);border-bottom:2px solid rgba(var(--color-foreground),.1)}.pulse-ingredients__th--ingredient{width:35%}.pulse-ingredients__th--amount{width:25%}.pulse-ingredients__th--daily{width:20%;text-align:center}.pulse-ingredients__th--source{width:20%}.pulse-ingredients__row{transition:background-color .2s ease}.pulse-ingredients__row:hover{background-color:rgba(var(--color-foreground),.02)}.pulse-ingredients__row:not(:last-child){border-bottom:1px solid rgba(var(--color-foreground),.08)}.pulse-ingredients__td{padding:1.25rem;vertical-align:top;font-size:1.1rem;line-height:1.6}.pulse-ingredients__td--daily{text-align:center}.pulse-ingredients__ingredient-name{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.pulse-ingredients__ingredient-name strong{font-weight:600;color:rgb(var(--color-foreground));font-size:1.125rem}.pulse-ingredients__quality-badge{display:inline-block;padding:.25rem .625rem;background:var(--pulse-cta-primary-hex, var(--pulse-accent, #00FF66));color:#fff;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pulse-ingredients__ingredient-desc{font-size:1rem;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.5}.pulse-ingredients__amount{font-weight:600;color:rgb(var(--color-foreground));font-size:1.125rem}.pulse-ingredients__unit{color:rgba(var(--color-foreground),.6);font-size:1rem;margin-left:.25rem}.pulse-ingredients__daily-value{font-weight:600;color:rgb(var(--color-foreground));font-size:1.1rem}.pulse-ingredients__daily-value--na{color:rgba(var(--color-foreground),.4);font-weight:400}.pulse-ingredients__source{color:rgba(var(--color-foreground),.8);font-size:1rem}.pulse-ingredients__source--na{color:rgba(var(--color-foreground),.4)}.pulse-ingredients__quality{padding:2rem;background:rgba(var(--pulse-cta-primary-rgb, 0, 255, 102),.05);border-radius:12px;border:1px solid rgba(var(--pulse-cta-primary-rgb, 0, 255, 102),.2)}.pulse-ingredients__quality-title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.pulse-ingredients__quality-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media screen and (min-width:750px){.pulse-ingredients__quality-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.pulse-ingredients__quality-item{display:flex;align-items:flex-start;gap:.75rem;font-size:1.1rem;line-height:1.6;color:rgb(var(--color-foreground))}.pulse-ingredients__quality-icon{width:24px;height:24px;flex-shrink:0;margin-top:.125rem;color:var(--pulse-cta-primary-hex, var(--pulse-accent, #00FF66))}.pulse-ingredients__dosage-visual{padding:2rem;background:rgb(var(--color-background));border-radius:12px;border:1px solid rgba(var(--color-foreground),.1)}.pulse-ingredients__dosage-title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:rgb(var(--color-foreground));text-align:center}.pulse-ingredients__dosage-content{text-align:center}.pulse-ingredients__dosage-pills{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.pulse-ingredients__pill{display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:1;transition:opacity .3s ease,transform .3s ease;animation:pill-appear .5s ease forwards}@keyframes pill-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pulse-ingredients__pill:nth-child(1){animation-delay:.1s}.pulse-ingredients__pill:nth-child(2){animation-delay:.2s}.pulse-ingredients__pill:nth-child(3){animation-delay:.3s}.pulse-ingredients__pill svg{width:56px;height:56px;color:var(--pulse-cta-primary-hex, var(--pulse-accent, #00FF66));flex-shrink:0}.pulse-ingredients__pill-label{font-size:.9375rem;font-weight:700;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.1em;text-align:center}.pulse-ingredients__dosage-note{font-size:1.1rem;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.6}.pulse-ingredients__calculator{width:100%}.pulse-duration-calculator{padding:2rem;background:rgb(var(--color-background));border-radius:12px;border:1px solid rgba(var(--color-foreground),.1);width:100%;display:flex;flex-direction:column;align-items:center}.pulse-duration-calculator__title{font-size:1.5rem;font-weight:700;margin:0 0 2rem;color:rgb(var(--color-foreground));text-align:center;width:100%}.pulse-duration-calculator__controls{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem;width:100%;max-width:600px;align-items:center}@media screen and (min-width:750px){.pulse-duration-calculator__controls{flex-direction:row;justify-content:center;gap:2rem;align-items:flex-end}}.pulse-duration-calculator__label{display:flex;flex-direction:column;gap:.5rem;font-size:1rem;font-weight:500;color:rgb(var(--color-foreground));width:100%;max-width:200px}.pulse-duration-calculator__input{padding:.875rem 1rem;border:2px solid rgba(var(--color-foreground),.2);border-radius:8px;font-size:1rem;font-weight:600;color:rgb(var(--color-foreground));background:rgb(var(--color-background));transition:border-color .2s ease,box-shadow .2s ease;width:100%;max-width:200px}.pulse-duration-calculator__input:focus{outline:none;border-color:var(--pulse-cta-primary-hex, var(--pulse-accent, #00FF66));box-shadow:0 0 0 3px rgba(var(--pulse-cta-primary-rgb, 0, 255, 102),.1)}.pulse-duration-calculator__result{text-align:center;padding:2rem;background:rgba(var(--pulse-cta-primary-rgb, 0, 255, 102),.05);border-radius:12px;border:2px solid var(--pulse-cta-primary-hex, var(--pulse-accent, #00FF66));width:100%;max-width:600px}.pulse-duration-calculator__result-value{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.75rem}.pulse-duration-calculator__result-value span[data-duration-days]{font-size:3rem;font-weight:700;color:var(--pulse-cta-primary-hex, var(--pulse-accent, #00FF66));line-height:1}.pulse-duration-calculator__result-unit{font-size:1.5rem;font-weight:600;color:rgba(var(--color-foreground),.7)}.pulse-duration-calculator__result-note{font-size:1rem;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.6}@media screen and (max-width:749px){.pulse-ingredients__header{margin-bottom:2rem}.pulse-ingredients__heading{font-size:1.75rem}.pulse-ingredients__content{gap:2.5rem}.pulse-ingredients__th,.pulse-ingredients__td{padding:.875rem 1rem;font-size:1rem}.pulse-ingredients__quality,.pulse-ingredients__dosage-visual,.pulse-ingredients__calculator,.pulse-duration-calculator{padding:1.5rem}.pulse-duration-calculator__title{margin-bottom:1.5rem}.pulse-duration-calculator__result-value span[data-duration-days]{font-size:2.5rem}.pulse-ingredients__dosage-pills{gap:1.25rem}.pulse-ingredients__pill svg{width:48px;height:48px}.pulse-ingredients__pill-label{font-size:.875rem}}@media(prefers-reduced-motion:reduce){.pulse-ingredients__pill{animation:none;opacity:.6}.pulse-ingredients__row{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-pulse-ingredients-dosage.css.map */
