.ehp-icb{position:relative;padding:var(--ehp-icb-pt) var(--ehp-icb-ph) var(--ehp-icb-pb);--ehp-icn-fs: var(--ehp-icb-fs-d)}@media screen and (max-width:749px){.ehp-icb{padding:var(--ehp-icb-pt-m) var(--ehp-icb-ph-m) var(--ehp-icb-pb-m);--ehp-icn-fs: var(--ehp-icb-fs-m)}}.ehp-icb__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.ehp-icb__wrap{position:relative;z-index:1;max-width:1320px;margin:0 auto}.ehp-icb--full .ehp-icb__wrap{max-width:none}.ehp-icb__content{min-width:0;margin-bottom:2rem}.ehp-icb--no-content .ehp-icb__content{display:none}@media screen and (min-width:750px){.ehp-icb--content-mobile .ehp-icb__content{display:none}}@media screen and (max-width:749px){.ehp-icb--content-desktop .ehp-icb__content{display:none}}.ehp-icb__heading{margin-top:0}.ehp-icb__slider{position:relative;min-width:0}.ehp-icb__stage{position:relative}.ehp-icb__viewport{overflow:hidden;touch-action:pan-y}.ehp-icb__track{display:flex;gap:var(--ehp-icb-gap);transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.ehp-icb__slide{flex:0 0 calc((100% - (var(--ehp-icb-cols) - 1) * var(--ehp-icb-gap) - var(--ehp-icb-peek)) / var(--ehp-icb-cols));min-width:0}@media screen and (max-width:749px){.ehp-icb__track{gap:var(--ehp-icb-gap-m)}.ehp-icb__slide{flex-basis:calc((100% - (var(--ehp-icb-cols-m) - 1) * var(--ehp-icb-gap-m) - var(--ehp-icb-peek-m)) / var(--ehp-icb-cols-m))}}.ehp-icb__grabbing .ehp-icb__track{transition:none;cursor:grabbing}.ehp-icb__cardbg{height:100%;padding:1rem;border-radius:var(--ehp-icb-cardbg-radius, calc(var(--ehp-icn-radius) + 6px));display:flex;flex-direction:column;justify-content:center}.ehp-icb__cardbg .ehp-icn__card{margin-bottom:0;width:100%}.ehp-icb__cardbg--glass{background:color-mix(in srgb,var(--ehp-icb-card-color, rgb(var(--color-foreground))) var(--ehp-icb-card-ga, 12%),transparent);-webkit-backdrop-filter:blur(12px) saturate(1.3);backdrop-filter:blur(12px) saturate(1.3);box-shadow:inset 0 0 0 1px color-mix(in srgb,rgb(var(--color-foreground)) 14%,transparent)}.ehp-icb__container--glass{background:color-mix(in srgb,var(--ehp-icb-cont-color, rgb(var(--color-foreground))) var(--ehp-icb-cont-ga, 15%),transparent);-webkit-backdrop-filter:blur(12px) saturate(1.3);backdrop-filter:blur(12px) saturate(1.3);box-shadow:inset 0 0 0 1px color-mix(in srgb,rgb(var(--color-foreground)) 14%,transparent)}@media screen and (min-width:750px){.ehp-icb--static-d .ehp-icb__track{flex-wrap:wrap;transform:none!important;transition:none;row-gap:var(--ehp-icb-gap)}.ehp-icb--static-d .ehp-icb__arrow--side{display:none!important}}@media screen and (max-width:749px){.ehp-icb--static-m .ehp-icb__track{flex-wrap:wrap;transform:none!important;transition:none;row-gap:var(--ehp-icb-gap-m)}.ehp-icb--static-m .ehp-icb__arrow--side{display:none!important}}.ehp-icb__arrow{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;cursor:pointer;color:var(--ehp-icb-arrows, rgb(var(--color-foreground)));background:transparent;-webkit-tap-highlight-color:transparent;transition:transform .18s cubic-bezier(.4,0,.2,1),background .18s ease,opacity .18s ease}.ehp-icb__arrow svg{width:19px;height:19px;display:block}.ehp-icb__arrow:hover{transform:scale(1.08)}.ehp-icb__arrow:active{transform:scale(.95)}.ehp-icb__arrow[disabled]{opacity:.28;cursor:default}.ehp-icb__arrow[disabled]:hover{transform:none}.ehp-icb__arrow--side{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:none}.ehp-icb__arrow--side.ehp-icb__arrow--prev{left:6px}.ehp-icb__arrow--side.ehp-icb__arrow--next{right:6px}.ehp-icb__arrow--side:hover{transform:translateY(-50%) scale(1.08)}.ehp-icb__arrow--side:active{transform:translateY(-50%) scale(.95)}.ehp-icb__arrow--under{display:none}@media screen and (min-width:750px){.ehp-icb--darrows-sides .ehp-icb__arrow--side,.ehp-icb--darrows-under .ehp-icb__arrow--under{display:inline-flex}}@media screen and (max-width:749px){.ehp-icb--marrows-sides .ehp-icb__arrow--side,.ehp-icb--marrows-under .ehp-icb__arrow--under{display:inline-flex}}.ehp-icb--abg-custom .ehp-icb__arrow{background:var(--ehp-icb-abg, #fff)}.ehp-icb--abg-transparent .ehp-icb__arrow:hover{background:color-mix(in srgb,rgb(var(--color-foreground)) 8%,transparent)}.ehp-icb--abg-glass .ehp-icb__arrow{color:var(--ehp-icb-arrows, rgb(var(--color-background)));background:color-mix(in srgb,var(--ehp-icb-abg-color, rgb(var(--color-foreground))) var(--ehp-icb-abg-ga, 80%),transparent);-webkit-backdrop-filter:blur(8px) saturate(1.4);backdrop-filter:blur(8px) saturate(1.4);box-shadow:inset 0 0 0 1px color-mix(in srgb,rgb(var(--color-foreground)) 22%,transparent)}.ehp-icb__controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.2rem}.ehp-icb__dots{display:none;gap:7px;align-items:center;justify-content:center;flex-wrap:wrap}.ehp-icb__dot{width:22px;height:8px;flex:0 0 auto;padding:0;border:0;background:none;position:relative;cursor:pointer;-webkit-tap-highlight-color:transparent}.ehp-icb__dot:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:8px;transform:translate(-50%);border-radius:99px;background:rgb(var(--color-foreground));opacity:.4;transition:width .18s cubic-bezier(.4,0,.2,1),opacity .18s ease}.ehp-icb__dot:hover:after{opacity:.75}.ehp-icb__dot.is-active:after{opacity:1;width:22px}.ehp-icb--dots-custom .ehp-icb__dot:after{background:var(--ehp-icb-dots, #1c1c1c)}@media screen and (min-width:750px){.ehp-icb--ddots-under .ehp-icb__dots{display:flex}}@media screen and (max-width:749px){.ehp-icb--mdots-under .ehp-icb__dots{display:flex}}.ehp-icb--nonav .ehp-icb__arrow,.ehp-icb--nonav .ehp-icb__dots{display:none!important}.ehp-icb--nonav .ehp-icb__controls{margin-top:0}.ehp-icb__btn-colwrap{max-width:calc((100% - (var(--ehp-icb-cols) - 1) * var(--ehp-icb-gap) - var(--ehp-icb-peek)) / var(--ehp-icb-cols));margin-inline:auto}@media screen and (max-width:749px){.ehp-icb__btn-colwrap{max-width:calc((100% - (var(--ehp-icb-cols-m) - 1) * var(--ehp-icb-gap-m) - var(--ehp-icb-peek-m)) / var(--ehp-icb-cols-m))}}.ehp-icb__slide{container-type:inline-size}.ehp-icb--equalw .ehp-icb__track{align-items:stretch}.ehp-icb--equalw .ehp-icb__slide{display:flex;flex-direction:column}.ehp-icb--equalw .ehp-icb__slide>*{flex:1 1 auto;width:100%;box-sizing:border-box}.ehp-icb--equalw .ehp-icn__body{width:100%}.ehp-icb .ehp-{max-width:var(--ehp-icb-cardw, 100%);margin-inline:auto}.ehp-icb__rating{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5em;margin:.2em 0 1.4em}.ehp-icb__rating-word{font-weight:700;font-size:1.15em}.ehp-icb__rating-score{display:inline-flex;align-items:baseline}.ehp-icb__rating-val{font-weight:800;font-size:1.7em;line-height:1}.ehp-icb__rating-max{font-weight:600;font-size:1em;opacity:.75;margin-left:.1em}.ehp-icb__rating-stars{display:inline-flex}.ehp-align-center .ehp-icb__rating{justify-content:center}.ehp-align-left .ehp-icb__rating{justify-content:flex-start}.ehp-align-right .ehp-icb__rating{justify-content:flex-end}.ehp-icb--dots-pill .ehp-icb__dot:after{width:8px;border-radius:99px}.ehp-icb--dots-pill .ehp-icb__dot.is-active:after{width:22px}.ehp-icb--dots-dot .ehp-icb__dot:after{width:8px;border-radius:50%}.ehp-icb--dots-dot .ehp-icb__dot.is-active:after{width:8px}.ehp-icb--dots-bar .ehp-icb__dot:after{width:18px;top:2.5px;bottom:2.5px;border-radius:0}.ehp-icb--dots-bar .ehp-icb__dot.is-active:after{width:18px}.ehp-icb--dots-square .ehp-icb__dot:after{width:8px;border-radius:2px}.ehp-icb--dots-square .ehp-icb__dot.is-active:after{width:8px}.ehp-icb--dots-ring .ehp-icb__dot:after{width:9px;top:-.5px;bottom:-.5px;border-radius:50%;background:transparent;box-shadow:inset 0 0 0 2px currentColor;color:rgb(var(--color-foreground))}.ehp-icb--dots-ring .ehp-icb__dot.is-active:after{width:9px;background:currentColor}.ehp-icb--dots-ring.ehp-icb--dots-custom .ehp-icb__dot:after{color:var(--ehp-icb-dots, #1c1c1c)}.ehp-icb__btn-bottom{max-width:1320px;margin-inline:auto;margin-top:var(--ehp-icb-btnbot-gap, 32px)}.ehp-icb--full .ehp-icb__btn-bottom{max-width:none}
/*# sourceMappingURL=/cdn/shop/t/8/assets/ehp-icb-carousel.css.map */
