.ehp-icn{position:relative;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));--ehp-icn-gap: .85rem;--ehp-icn-row-unit: 6.4rem;--ehp-icn-fs: 13px;--ehp-icn-radius: 14px;--ehp-icn-rows: 6;--ehp-icn-cards: 6;--ehp-icn-speed: 2}.ehp-icn__panel,.ehp-icn__container{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ehp-icn__panel{padding:clamp(1rem,2vw,1.5rem);border-radius:calc(var(--ehp-icn-radius) + 6px)}.ehp-icn__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.ehp-icn__wrap{position:relative;z-index:1;max-width:1000px;margin-inline:auto;padding:var(--ehp-icn-pt, 48px) 2rem var(--ehp-icn-pb, 48px)}.ehp-icn--w-s .ehp-icn__wrap{max-width:720px}.ehp-icn--w-m .ehp-icn__wrap{max-width:1000px}.ehp-icn--w-l .ehp-icn__wrap{max-width:1320px}.ehp-icn--h-s{--ehp-icn-row-unit: 5.6rem;--ehp-icn-fs: 12px}.ehp-icn--h-m{--ehp-icn-row-unit: 6.4rem;--ehp-icn-fs: 13px}.ehp-icn--h-l{--ehp-icn-row-unit: 7.4rem;--ehp-icn-fs: 14px}.ehp-icn__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--ehp-icn-gap-col, 3rem);align-items:center}.ehp-icn--place-comments-first .ehp-icn__content{order:2}.ehp-icn--place-comments-first .ehp-icn__ticker{order:1}.ehp-icn--no-content .ehp-icn__grid{grid-template-columns:1fr}.ehp-icn__content{min-width:0}.ehp-icn__container{padding:clamp(1.5rem,3vw,2.75rem);border-radius:16px}.ehp-icn__eyebrow{display:none}.ehp-icn__heading{margin:0 0 1rem;line-height:1.1;letter-spacing:-.01em}.ehp-icn--hs-s .ehp-icn__heading{font-size:clamp(1.5rem,2.5vw,2rem)}.ehp-icn--hs-m .ehp-icn__heading{font-size:clamp(2rem,3.5vw,2.9rem)}.ehp-icn--hs-l .ehp-icn__heading{font-size:clamp(2.6rem,5vw,4rem)}.ehp-icn__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:calc(.85rem * var(--ehp-icn-btn-size, 1)) calc(1.9rem * var(--ehp-icn-btn-size, 1));border-radius:var(--ehp-icn-btn-radius, 100px);font-weight:600;font-size:calc(1rem * var(--ehp-icn-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-icn__btn-label{position:relative;z-index:1}.ehp-icn__btn--full{width:100%}.ehp-icn__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-icn__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-icn__btn--glass{--ehp-btn-accent: rgb(var(--ehp-icn-btn-tint, 255 255 255) / .5);--ehp-btn-on: rgb(var(--color-foreground));background:rgb(var(--ehp-icn-btn-tint, 255 255 255) / var(--ehp-icn-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-icn__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-icn__btn--outline.ehp-hv--fill,.ehp-icn__btn--outline.ehp-hv--fill_up,.ehp-icn__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-icn__btn--outline.ehp-hv--fill:hover,.ehp-icn__btn--outline.ehp-hv--fill_up:hover,.ehp-icn__btn--outline.ehp-hv--sweep:hover{color:var(--ehp-btn-on, rgb(var(--color-background)))}.ehp-icn__btn--outline.ehp-hv--fill:before{transform:scaleX(0);transform-origin:center}.ehp-icn__btn--outline.ehp-hv--fill:hover:before{transform:scaleX(1)}.ehp-icn__btn--outline.ehp-hv--fill_up:before{transform:scaleY(0);transform-origin:bottom center}.ehp-icn__btn--outline.ehp-hv--fill_up:hover:before{transform:scaleY(1)}.ehp-icn__btn--outline.ehp-hv--sweep:before{transform:translate(-101%)}.ehp-icn__btn--outline.ehp-hv--sweep:hover:before{transform:translate(0)}.ehp-icn__btn--glass.ehp-hv--fill,.ehp-icn__btn--glass.ehp-hv--fill_up,.ehp-icn__btn--glass.ehp-hv--sweep{background:transparent!important;color:rgb(var(--color-foreground))}.ehp-icn__btn--glass.ehp-hv--fill:before,.ehp-icn__btn--glass.ehp-hv--fill_up:before,.ehp-icn__btn--glass.ehp-hv--sweep:before{background:rgb(var(--ehp-icn-btn-tint, 255 255 255) / var(--ehp-icn-btn-alpha, .16))}.ehp-icn__btn--glass.ehp-hv--fill:hover,.ehp-icn__btn--glass.ehp-hv--fill_up:hover,.ehp-icn__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-icn--content-mobile .ehp-icn__content{display:none}.ehp-icn--content-mobile .ehp-icn__grid{grid-template-columns:1fr}}@media screen and (max-width:749px){.ehp-icn--content-desktop .ehp-icn__content{display:none}}.ehp-icn__ticker{min-width:0}.ehp-icn__viewport{position:relative;height:calc(var(--ehp-icn-rows) * var(--ehp-icn-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-icn__track{display:flex;flex-direction:column;animation:ehp-icn-scroll calc(var(--ehp-icn-cards) * 3.4s / var(--ehp-icn-speed)) linear infinite;will-change:transform}.ehp-icn__viewport--pause:hover .ehp-icn__track{animation-play-state:paused}@keyframes ehp-icn-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){.ehp-icn__track{animation:none}.ehp-icn__viewport{height:auto;max-height:calc(var(--ehp-icn-rows) * var(--ehp-icn-row-unit));overflow-y:auto}}.ehp-icn__head{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.7em}.ehp-icn__id{flex:1;min-width:0;display:flex;flex-direction:column}.ehp-icn__sub{font-size:.82em;margin-top:.05em}.ehp-icn__text{margin:0;font-size:.96em;line-height:1.42;word-break:break-word;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.ehp-icn--glass{background:rgb(var(--ehp-icn-glass-tint, 255 255 255) / var(--ehp-icn-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-icn--hm-s{--ehp-icn-row-unit: 5.4rem;--ehp-icn-fs: 12px}.ehp-icn--hm-m{--ehp-icn-row-unit: 6rem;--ehp-icn-fs: 12.5px}.ehp-icn--hm-l{--ehp-icn-row-unit: 6.8rem;--ehp-icn-fs: 13.5px}.ehp-icn__wrap{padding:var(--ehp-icn-pt-m, 32px) 1.15rem var(--ehp-icn-pb-m, 32px)}.ehp-icn--wm-s .ehp-icn__wrap{max-width:26rem}.ehp-icn--wm-m .ehp-icn__wrap{max-width:34rem}.ehp-icn--wm-l .ehp-icn__wrap{max-width:none}.ehp-icn__grid{grid-template-columns:1fr;gap:2rem}.ehp-icn--place-comments-first .ehp-icn__content,.ehp-icn--place-comments-first .ehp-icn__ticker{order:0}}.ehp-icn__body-text{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.55;opacity:.85}.ehp-icn__body-text>*:last-child{margin-bottom:0}.ehp-icn__body-text>*:first-child{margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/8/assets/ehp-icb-base.css.map */
