.truehone-trustline{margin:.8rem 0;font-size:1.3rem;letter-spacing:.03em;color:rgba(var(--color-foreground),.75)}.truehone-trustline--atf{font-weight:600;color:rgb(var(--color-base-accent-1))}.truehone-valueprop{margin:1rem 0;font-size:1.5rem;line-height:1.5}.truehone-tiers{display:block;margin-top:var(--margin-top, 1.5rem);margin-bottom:var(--margin-bottom, 1.5rem)}.truehone-tiers__headline{margin:0 0 1rem;font-size:1.4rem;letter-spacing:.06em;text-transform:uppercase}.truehone-tiers__group{display:flex;flex-direction:column;gap:1rem}.truehone-tier__input{position:absolute;opacity:0;pointer-events:none}.truehone-tier{position:relative;display:block;padding:1.4rem 1.5rem 1.2rem;border:.15rem solid rgba(var(--color-foreground),.2);border-radius:1rem;background:rgb(var(--color-background));cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.truehone-tier--badged{margin-top:1rem}.truehone-tier__input:checked+.truehone-tier{border-color:rgb(var(--color-base-accent-1));box-shadow:0 0 0 .1rem rgb(var(--color-base-accent-1))}.truehone-tier__input:focus-visible+.truehone-tier{outline:.2rem solid rgb(var(--color-base-accent-1));outline-offset:.2rem}.truehone-tier__badge{position:absolute;top:-1.1rem;left:1.2rem;padding:.2rem .9rem;border-radius:2rem;background:rgb(var(--color-base-accent-1));color:rgb(var(--color-background));font-size:1.1rem;font-weight:700;letter-spacing:.05em;white-space:nowrap}.truehone-tier__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem}.truehone-tier__left{display:flex;flex-direction:column;gap:.3rem;min-width:0}.truehone-tier__label{font-size:1.5rem;font-weight:700}.truehone-tier__micro{font-size:1.25rem;line-height:1.4;color:rgba(var(--color-foreground),.75)}.truehone-tier__gift{font-size:1.2rem;line-height:1.4;font-weight:600;color:rgb(var(--color-base-accent-1))}.truehone-tier__right{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0}.truehone-tier__price{font-size:1.6rem;font-weight:700}.truehone-tier__compare{font-size:1.25rem;color:rgba(var(--color-foreground),.55)}.truehone-tiers__explainer{margin:0 0 1.2rem;font-size:1.2rem;color:rgba(var(--color-foreground),.65)}.truehone-tier.is-selected{border-color:rgb(var(--color-base-accent-1));box-shadow:0 0 0 .1rem rgb(var(--color-base-accent-1))}.truehone-tier__contents{margin:.3rem 0 0;padding:0;list-style:none;font-size:1.2rem;line-height:1.5;color:rgba(var(--color-foreground),.72)}.truehone-tier__reg{display:block;margin-top:.3rem;font-size:1.15rem;color:rgba(var(--color-foreground),.6)}.th-gifts{display:flex;flex-direction:column;gap:.8rem;margin-top:1.2rem}.th-gifts:empty{display:none}.th-gift__state{border-radius:1rem;padding:1rem 1.2rem;overflow:hidden}.th-gift__state[hidden]{display:none}.th-gift__row{display:flex;align-items:center;gap:1.1rem}.th-gift__icon{flex:0 0 auto;font-size:1.9rem;line-height:1}.th-gift__img{flex:0 0 auto;width:4.8rem;height:4.8rem;object-fit:contain;border-radius:.6rem;background:rgb(var(--color-background));transition:filter .3s ease}.th-gift__placeholder{display:inline-flex;align-items:center;justify-content:center;font-size:2.2rem;border:.1rem solid rgba(var(--color-foreground),.12)}.th-gift__text{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;min-width:0}.th-gift__copy{font-size:1.25rem;line-height:1.4;font-weight:600}.th-gift__track{display:block;width:100%;max-width:22rem;height:.5rem;border-radius:.5rem;background:rgba(var(--color-foreground),.12);overflow:hidden}.th-gift__fill{display:block;height:100%;border-radius:.5rem;background:rgb(var(--color-base-accent-1));transition:width .35s ease}.th-gift__state--locked{border:.15rem dashed rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.04)}.th-gift__state--locked .th-gift__copy{color:rgba(var(--color-foreground),.75)}.th-gift__img--dim{filter:grayscale(.5) opacity(.6)}.th-gift__lock{animation:thLockPulse 2s ease-in-out infinite}@keyframes thLockPulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.12);opacity:1}}.th-gift__state--unlocked{border:.15rem solid rgb(var(--color-base-accent-1));background:rgba(var(--color-base-accent-1),.1);animation:thGiftIn .45s cubic-bezier(.2,.9,.3,1.2)}.th-gift__state--unlocked .th-gift__copy{color:rgb(var(--color-base-accent-1))}@keyframes thGiftIn{0%{opacity:0;transform:translateY(.8rem) scale(.97)}60%{transform:translateY(0) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.th-gift__pop{animation:thGiftPop .55s ease .05s both}@keyframes thGiftPop{0%{transform:scale(0) rotate(-20deg)}70%{transform:scale(1.3) rotate(8deg)}to{transform:scale(1) rotate(0)}}@media(prefers-reduced-motion:reduce){.th-gift__lock,.th-gift__pop,.th-gift__state--unlocked{animation:none}.th-gift__fill{transition:none}}.truehone-compare__subline{max-width:60rem;margin:.6rem auto 2rem;text-align:center}.truehone-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1rem}.truehone-compare table{width:100%;min-width:72rem;border-collapse:collapse;font-size:1.25rem;line-height:1.4}.truehone-compare th,.truehone-compare td{padding:1rem 1.2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.12);text-align:center;vertical-align:top;min-width:12rem}.truehone-compare thead th{font-size:1.2rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:rgba(var(--color-foreground),.04)}.truehone-compare tbody th[scope=row]{text-align:left;font-weight:600;min-width:16rem}.truehone-compare tbody tr:last-child th,.truehone-compare tbody tr:last-child td{border-bottom:none}.truehone-compare th:first-child,.truehone-compare td:first-child{position:sticky;left:0;z-index:1;background:rgb(var(--color-background));box-shadow:inset -.1rem 0 rgba(var(--color-foreground),.12)}.truehone-compare .truehone-compare__us{background:rgba(var(--color-base-accent-1),.08);font-weight:600}.truehone-compare thead .truehone-compare__us{background:rgb(var(--color-base-accent-1));color:rgb(var(--color-background))}.truehone-compare__footnote{margin-top:1.6rem;font-size:1.25rem;color:rgba(var(--color-foreground),.75)}.truehone-hiw__intro{max-width:70rem;margin:1rem auto 2.4rem}.truehone-hiw__steps{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:750px){.truehone-hiw__steps{grid-template-columns:repeat(3,1fr)}}.truehone-hiw__step{display:flex;flex-direction:column;gap:1rem}.truehone-hiw__media{border-radius:1rem;overflow:hidden}.truehone-hiw__media img{display:block;width:100%;height:auto}.truehone-hiw__media--placeholder{aspect-ratio:4 / 3;background:rgba(var(--color-foreground),.06)}.truehone-hiw__step-title{margin:0;font-size:1.6rem;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--color-base-accent-1))}.truehone-hiw__step-text{margin:0;line-height:1.55}.truehone-trustbar{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}@media screen and (min-width:750px){.truehone-trustbar{grid-template-columns:repeat(4,1fr)}}.truehone-trustbar__item{text-align:center}.truehone-trustbar__emoji{display:block;font-size:2.8rem;line-height:1;margin-bottom:.8rem}.truehone-trustbar__title{margin:0 0 .4rem;font-size:1.3rem;font-weight:700;letter-spacing:.05em}.truehone-trustbar__text{margin:0;font-size:1.25rem;line-height:1.45;color:rgba(var(--color-foreground),.75)}.truehone-cta{max-width:70rem;margin:0 auto;text-align:center}.truehone-cta__media{max-width:42rem;margin:0 auto 2rem;border-radius:1rem;overflow:hidden}.truehone-cta__media img{display:block;width:100%;height:auto}.truehone-cta__body{margin:1.4rem auto 2rem;text-align:left}@media screen and (min-width:750px){.truehone-cta__body{text-align:center}}.truehone-cta__offer{margin:0 0 2rem;font-size:1.35rem;line-height:1.7;font-weight:600}.truehone-cta__below{margin:1.2rem 0 0;font-size:1.25rem;color:rgba(var(--color-foreground),.75)}.truehone-video{display:block;width:100%;max-width:36rem;margin:0 auto 1.4rem;border-radius:1rem;overflow:hidden;background:rgba(var(--color-foreground),.05)}.truehone-video__el,.truehone-video--poster-only img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.truehone-hiw__media .truehone-video,.truehone-video--inline{margin:0;max-width:none}.th-ladder-note{margin:.8rem 0 0;padding:.8rem 1rem;border-radius:.6rem;font-size:1.25rem;line-height:1.4}.th-ladder-note--stale{background:rgba(var(--color-base-accent-1),.1);border:1px solid rgba(var(--color-base-accent-1),.45);color:rgb(var(--color-foreground))}.th-ladder-note--unavailable{background:#eb001b12;border:1px solid rgba(235,0,27,.35);color:rgb(var(--color-foreground))}.th-gift--failed .th-gift__state--unlocked{border-color:rgba(var(--color-foreground),.35);background:rgba(var(--color-foreground),.05)}.th-gift--failed .th-gift__pop,.th-gift--failed .th-gift__state--unlocked{animation:none!important}.th-gift--failed .th-gift__fill--full{background:rgba(var(--color-foreground),.35)}.truehone-tier__mismatch{display:block;margin:.4rem 0;padding:.6rem .9rem;border:1px dashed #b91c1c;border-radius:.4rem;background:#fde8e8;color:#b91c1c;font-size:1.15rem;line-height:1.4}
/*# sourceMappingURL=/cdn/shop/t/2/assets/truehone-pdp.css.map */
