.ehp-ttt{position:relative;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));--ehp-ttt-gap: .85rem;--ehp-ttt-row-unit: 6.4rem;--ehp-ttt-fs: 13px;--ehp-ttt-radius: 14px;--ehp-ttt-rows: 6;--ehp-ttt-cards: 6;--ehp-ttt-speed: 2}.ehp-ttt__panel,.ehp-ttt__container{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ehp-ttt__panel{padding:clamp(1rem,2vw,1.5rem);border-radius:calc(var(--ehp-ttt-radius) + 6px)}.ehp-ttt__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.ehp-ttt__wrap{position:relative;z-index:1;max-width:1000px;margin-inline:auto;padding:var(--ehp-ttt-pt, 48px) 2rem var(--ehp-ttt-pb, 48px)}.ehp-ttt--w-s .ehp-ttt__wrap{max-width:720px}.ehp-ttt--w-m .ehp-ttt__wrap{max-width:1000px}.ehp-ttt--w-l .ehp-ttt__wrap{max-width:1320px}.ehp-ttt--h-s{--ehp-ttt-row-unit: 5.6rem;--ehp-ttt-fs: 12px}.ehp-ttt--h-m{--ehp-ttt-row-unit: 6.4rem;--ehp-ttt-fs: 13px}.ehp-ttt--h-l{--ehp-ttt-row-unit: 7.4rem;--ehp-ttt-fs: 14px}.ehp-ttt__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--ehp-ttt-gap-col, 3rem);align-items:center}.ehp-ttt--place-comments-first .ehp-ttt__content{order:2}.ehp-ttt--place-comments-first .ehp-ttt__ticker{order:1}.ehp-ttt--no-content .ehp-ttt__grid{grid-template-columns:1fr}.ehp-ttt__content{min-width:0}.ehp-ttt__container{padding:clamp(1.5rem,3vw,2.75rem);border-radius:16px}.ehp-ttt__eyebrow{display:none}.ehp-ttt__heading{margin:0 0 1rem;line-height:1.1;letter-spacing:-.01em}.ehp-ttt--hs-s .ehp-ttt__heading{font-size:clamp(1.5rem,2.5vw,2rem)}.ehp-ttt--hs-m .ehp-ttt__heading{font-size:clamp(2rem,3.5vw,2.9rem)}.ehp-ttt--hs-l .ehp-ttt__heading{font-size:clamp(2.6rem,5vw,4rem)}.ehp-ttt__body-text{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.55;opacity:.85}.ehp-ttt__body-text>*:last-child{margin-bottom:0}.ehp-ttt__body-text>*:first-child{margin-top:0}.ehp-ttt__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:calc(.85rem * var(--ehp-ttt-btn-size, 1)) calc(1.9rem * var(--ehp-ttt-btn-size, 1));border-radius:var(--ehp-ttt-btn-radius, 100px);font-weight:600;font-size:calc(1rem * var(--ehp-ttt-btn-size, 1));line-height:1.25;text-decoration:none;cursor:pointer;border:0;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.ehp-ttt__btn-label{position:relative;z-index:1}.ehp-ttt__btn--full{width:100%}.ehp-ttt__btn--scheme{--ehp-btn-accent: rgb(var(--color-button, var(--color-foreground)));--ehp-btn-on: rgb(var(--color-button-text, var(--color-background)));background:var(--ehp-btn-accent);color:var(--ehp-btn-on)}.ehp-ttt__btn--custom{--ehp-btn-accent: var(--ehp-btn-bg, #111111);--ehp-btn-on: var(--ehp-btn-fg, #ffffff);background:var(--ehp-btn-accent);color:var(--ehp-btn-on)}.ehp-ttt__btn--glass{--ehp-btn-accent: rgb(var(--ehp-ttt-btn-tint, 255 255 255) / .5);--ehp-btn-on: rgb(var(--color-foreground));background:rgb(var(--ehp-ttt-btn-tint, 255 255 255) / var(--ehp-ttt-btn-alpha, .16));-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px #ffffff52,inset 0 1px #ffffff80,0 4px 14px -4px #0000002e}.ehp-ttt__btn--outline{background:transparent;color:var(--ehp-btn-accent, rgb(var(--color-foreground)));box-shadow:inset 0 0 0 2px var(--ehp-btn-accent, rgb(var(--color-foreground)))}.ehp-ttt__btn--outline.ehp-hv--fill,.ehp-ttt__btn--outline.ehp-hv--fill_up,.ehp-ttt__btn--outline.ehp-hv--sweep{color:var(--ehp-btn-accent, rgb(var(--color-foreground)));box-shadow:inset 0 0 0 2px var(--ehp-btn-accent, rgb(var(--color-foreground)))}.ehp-ttt__btn--outline.ehp-hv--fill:hover,.ehp-ttt__btn--outline.ehp-hv--fill_up:hover,.ehp-ttt__btn--outline.ehp-hv--sweep:hover{color:var(--ehp-btn-on, rgb(var(--color-background)))}.ehp-ttt__btn--outline.ehp-hv--fill:before{transform:scaleX(0);transform-origin:center}.ehp-ttt__btn--outline.ehp-hv--fill:hover:before{transform:scaleX(1)}.ehp-ttt__btn--outline.ehp-hv--fill_up:before{transform:scaleY(0);transform-origin:bottom center}.ehp-ttt__btn--outline.ehp-hv--fill_up:hover:before{transform:scaleY(1)}.ehp-ttt__btn--outline.ehp-hv--sweep:before{transform:translate(-101%)}.ehp-ttt__btn--outline.ehp-hv--sweep:hover:before{transform:translate(0)}.ehp-ttt__btn--glass.ehp-hv--fill,.ehp-ttt__btn--glass.ehp-hv--fill_up,.ehp-ttt__btn--glass.ehp-hv--sweep{background:transparent!important;color:rgb(var(--color-foreground))}.ehp-ttt__btn--glass.ehp-hv--fill:before,.ehp-ttt__btn--glass.ehp-hv--fill_up:before,.ehp-ttt__btn--glass.ehp-hv--sweep:before{background:rgb(var(--ehp-ttt-btn-tint, 255 255 255) / var(--ehp-ttt-btn-alpha, .16))}.ehp-ttt__btn--glass.ehp-hv--fill:hover,.ehp-ttt__btn--glass.ehp-hv--fill_up:hover,.ehp-ttt__btn--glass.ehp-hv--sweep:hover{color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px #ffffff52,inset 0 1px #ffffff80,0 4px 14px -4px #0000002e}@media screen and (min-width:750px){.ehp-ttt--content-mobile .ehp-ttt__content{display:none}.ehp-ttt--content-mobile .ehp-ttt__grid{grid-template-columns:1fr}}@media screen and (max-width:749px){.ehp-ttt--content-desktop .ehp-ttt__content{display:none}}.ehp-ttt__ticker{min-width:0}.ehp-ttt__viewport{position:relative;height:calc(var(--ehp-ttt-rows) * var(--ehp-ttt-row-unit));overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 91%,transparent)}.ehp-ttt__track{display:flex;flex-direction:column;animation:ehp-ttt-scroll calc(var(--ehp-ttt-cards) * 3.4s / var(--ehp-ttt-speed)) linear infinite;will-change:transform}.ehp-ttt__viewport--pause:hover .ehp-ttt__track{animation-play-state:paused}@keyframes ehp-ttt-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){.ehp-ttt__track{animation:none}.ehp-ttt__viewport{height:auto;max-height:calc(var(--ehp-ttt-rows) * var(--ehp-ttt-row-unit));overflow-y:auto}}.ehp-ttt__card{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:var(--ehp-ttt-gap);padding:.8rem .95rem;border-radius:var(--ehp-ttt-radius);font-family:var(--font-body-family);font-size:var(--ehp-ttt-fs)}.ehp-ttt__card--light{background:#fff;box-shadow:0 1px 4px #0000001a}.ehp-ttt__card--dark{background:#1c1c1e;box-shadow:0 1px 4px #0006}.ehp-ttt__avatar{width:2.5em;height:2.5em;border-radius:50%;object-fit:cover;flex:0 0 auto;background:#c9ced6}.ehp-ttt__body{flex:1;min-width:0}.ehp-ttt__namerow{display:flex;align-items:center;gap:.3em}.ehp-ttt__name{font-weight:600;font-size:.92em;line-height:1.2}.ehp-ttt__card--light .ehp-ttt__name{color:#161823}.ehp-ttt__card--dark .ehp-ttt__name{color:#fff}.ehp-ttt__verified{width:1.05em;height:1.05em;flex:0 0 auto}.ehp-ttt__text{margin:.18em 0 0;font-size:1em;line-height:1.35;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ehp-ttt__card--light .ehp-ttt__text{color:#161823}.ehp-ttt__card--dark .ehp-ttt__text{color:#ffffffeb}.ehp-ttt__meta{display:flex;align-items:center;gap:1.1em;margin-top:.5em;font-size:.82em;font-weight:600;color:#8a8b91}.ehp-ttt__reply{cursor:default}.ehp-ttt__like{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.12em;padding-top:.15em;min-width:1.7em;color:#8a8b91}.ehp-ttt__heart{width:1.4em;height:1.4em;fill:none;stroke:currentColor;stroke-width:1.6}.ehp-ttt__like.is-on{color:#fe2c55}.ehp-ttt__like.is-on .ehp-ttt__heart{fill:#fe2c55;stroke:#fe2c55}.ehp-ttt__likes{font-size:.74em;font-weight:600;line-height:1}.ehp-ttt--glass{background:rgb(var(--ehp-ttt-glass-tint, 255 255 255) / var(--ehp-ttt-glass-alpha, .12))!important;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:inset 0 1px #ffffff4d,0 8px 30px -12px #0003}@media screen and (max-width:749px){.ehp-ttt--hm-s{--ehp-ttt-row-unit: 5.4rem;--ehp-ttt-fs: 12px}.ehp-ttt--hm-m{--ehp-ttt-row-unit: 6rem;--ehp-ttt-fs: 12.5px}.ehp-ttt--hm-l{--ehp-ttt-row-unit: 6.8rem;--ehp-ttt-fs: 13.5px}.ehp-ttt__wrap{padding:var(--ehp-ttt-pt-m, 32px) 1.15rem var(--ehp-ttt-pb-m, 32px)}.ehp-ttt--wm-s .ehp-ttt__wrap{max-width:26rem}.ehp-ttt--wm-m .ehp-ttt__wrap{max-width:34rem}.ehp-ttt--wm-l .ehp-ttt__wrap{max-width:none}.ehp-ttt__grid{grid-template-columns:1fr;gap:2rem}.ehp-ttt--place-comments-first .ehp-ttt__content,.ehp-ttt--place-comments-first .ehp-ttt__ticker{order:0}}.ehp-ttt__btn-bottom{max-width:1000px;margin-inline:auto;margin-top:var(--ehp-ttt-btnbot-gap, 32px)}.ehp-ttt--full .ehp-ttt__btn-bottom{max-width:none}
/*# sourceMappingURL=/cdn/shop/t/8/assets/ehp-tt-ticker.css.map */
