.cahve-hero{--cahve-hero-height-desktop: 760px;--cahve-hero-height-mobile: 720px;--cahve-hero-transition-duration: .7s;--cahve-hero-content-padding-desktop: 48px;--cahve-hero-content-padding-mobile: 20px;--cahve-hero-radius: 0px;--cahve-hero-margin-top-desktop: 0px;--cahve-hero-margin-bottom-desktop: 0px;--cahve-hero-margin-top-mobile: 0px;--cahve-hero-margin-bottom-mobile: 0px;--cahve-hero-header-overlap-desktop: 0px;--cahve-hero-header-overlap-mobile: 0px;--cahve-hero-header-offset: var(--cahve-hero-header-overlap-desktop);position:relative;display:block;width:100%;min-width:0;margin-top:calc(var(--cahve-hero-margin-top-desktop) - var(--cahve-hero-header-overlap-desktop));margin-bottom:var(--cahve-hero-margin-bottom-desktop);overflow:hidden;background:rgb(var(--color-background, 255 255 255));color:rgb(var(--color-foreground, 18 18 18));border-radius:var(--cahve-hero-radius);isolation:isolate}.cahve-hero.cahve-hero--fullscreen-desktop .cahve-hero__viewport{height:100vh}@supports (height: 100svh){.cahve-hero.cahve-hero--fullscreen-desktop .cahve-hero__viewport{height:100svh}}.cahve-hero .cahve-hero__viewport{position:relative;width:100%;height:var(--cahve-hero-height-desktop);min-height:420px;overflow:hidden;border-radius:inherit;background:#111;touch-action:pan-y}.cahve-hero .cahve-hero__track{position:relative;width:100%;height:100%;will-change:transform}.cahve-hero.cahve-hero--transition-slide .cahve-hero__track{display:flex;transition:transform var(--cahve-hero-transition-duration) cubic-bezier(.22,1,.36,1)}.cahve-hero .cahve-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--cahve-hero-transition-duration) ease,visibility 0s linear var(--cahve-hero-transition-duration)}.cahve-hero.cahve-hero--transition-slide .cahve-hero__slide{position:relative;inset:auto;flex:0 0 100%;opacity:1;visibility:visible;transition:none}.cahve-hero .cahve-hero__slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.cahve-hero .cahve-hero__media,.cahve-hero .cahve-hero__media-source,.cahve-hero .cahve-hero__image,.cahve-hero .cahve-hero__video,.cahve-hero .cahve-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cahve-hero .cahve-hero__media-source--mobile{display:none}.cahve-hero .cahve-hero__image,.cahve-hero .cahve-hero__video,.cahve-hero .cahve-hero__placeholder svg{display:block;width:100%;height:100%;object-fit:cover}.cahve-hero .cahve-hero__video{background:#111}.cahve-hero .cahve-hero__video-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;pointer-events:none}.cahve-hero .cahve-hero__manual-play{display:inline-grid;width:58px;height:58px;place-items:center;padding:0;color:#111;background:#fffffff0;border:0;border-radius:50%;box-shadow:0 10px 30px #0000002e;cursor:pointer;pointer-events:auto}.cahve-hero .cahve-hero__manual-play[hidden]{display:none}.cahve-hero .cahve-hero__manual-play svg{width:22px;height:22px;margin-left:3px}.cahve-hero .cahve-hero__media-zoom{position:absolute;top:-2%;right:-2%;bottom:-2%;left:-2%;transform:scale(1.035);transition:transform 7s cubic-bezier(.2,.65,.25,1)}.cahve-hero .cahve-hero__slide.is-active .cahve-hero__media-zoom{transform:scale(1)}.cahve-hero .cahve-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:var(--cahve-overlay-opacity, .25);pointer-events:none}.cahve-hero .cahve-hero__overlay--full{background:#000}.cahve-hero .cahve-hero__overlay--left{background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.9) 34%,rgba(0,0,0,.18) 76%,transparent 100%)}.cahve-hero .cahve-hero__overlay--right{background:linear-gradient(270deg,#000 0%,rgba(0,0,0,.9) 34%,rgba(0,0,0,.18) 76%,transparent 100%)}.cahve-hero .cahve-hero__overlay--bottom{background:linear-gradient(0deg,#000 0%,rgba(0,0,0,.82) 32%,rgba(0,0,0,.12) 74%,transparent 100%)}.cahve-hero .cahve-hero__overlay--none{display:none}.cahve-hero .cahve-hero__content-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;padding:calc(var(--cahve-hero-content-padding-desktop) + var(--cahve-hero-header-offset, 0px)) var(--cahve-hero-content-padding-desktop) var(--cahve-hero-content-padding-desktop);color:var(--cahve-slide-text-color, #fff);pointer-events:none}.cahve-hero .cahve-hero__content-layer--top-left{align-items:flex-start;justify-content:flex-start}.cahve-hero .cahve-hero__content-layer--top-center{align-items:flex-start;justify-content:center}.cahve-hero .cahve-hero__content-layer--top-right{align-items:flex-start;justify-content:flex-end}.cahve-hero .cahve-hero__content-layer--center-left{align-items:center;justify-content:flex-start}.cahve-hero .cahve-hero__content-layer--center{align-items:center;justify-content:center}.cahve-hero .cahve-hero__content-layer--center-right{align-items:center;justify-content:flex-end}.cahve-hero .cahve-hero__content-layer--bottom-left{align-items:flex-end;justify-content:flex-start}.cahve-hero .cahve-hero__content-layer--bottom-center{align-items:flex-end;justify-content:center}.cahve-hero .cahve-hero__content-layer--bottom-right{align-items:flex-end;justify-content:flex-end}.cahve-hero .cahve-hero__content{color:var(--cahve-slide-text-color, #fff);width:min(100%,var(--cahve-content-width, 640px));display:flex;flex-direction:column;align-items:var(--cahve-content-items-alignment, flex-start);text-align:var(--cahve-content-alignment, left);pointer-events:auto}.cahve-hero .cahve-hero__content--align-left{align-items:flex-start;text-align:left}.cahve-hero .cahve-hero__content--align-center{align-items:center;text-align:center}.cahve-hero .cahve-hero__content--align-right{align-items:flex-end;text-align:right}.cahve-hero .cahve-hero__content>*{opacity:0;transform:translateY(22px);transition:opacity .56s ease,transform .72s cubic-bezier(.22,1,.36,1)}.cahve-hero .cahve-hero__slide.is-active .cahve-hero__content>*{opacity:1;transform:translateY(0)}.cahve-hero .cahve-hero__slide.is-active .cahve-hero__content>*:nth-child(2){transition-delay:90ms}.cahve-hero .cahve-hero__slide.is-active .cahve-hero__content>*:nth-child(3){transition-delay:.16s}.cahve-hero .cahve-hero__slide.is-active .cahve-hero__content>*:nth-child(4){transition-delay:.23s}.cahve-hero .cahve-hero__content--shadow{text-shadow:0 2px 18px rgba(0,0,0,.28)}.cahve-hero .cahve-hero__eyebrow{margin:0 0 12px;color:inherit;font-family:var(--font-body-family, inherit);font-style:var(--font-body-style, normal);font-weight:var(--font-body-weight, 400);font-size:1.2rem;line-height:1.4;letter-spacing:.12em;text-transform:uppercase}.cahve-hero .cahve-hero__heading{width:100%;margin:0;color:inherit;font-family:var(--font-heading-family, inherit);font-style:var(--font-heading-style, normal);font-weight:var(--font-heading-weight, 600);line-height:1.05;letter-spacing:-.025em}.cahve-hero .cahve-hero__heading.h0{font-size:clamp(4.2rem,6vw,8.8rem)}.cahve-hero .cahve-hero__heading.h1{font-size:clamp(3.6rem,5vw,7.2rem)}.cahve-hero .cahve-hero__heading.h2{font-size:clamp(3rem,4vw,5.6rem)}.cahve-hero .cahve-hero__description{width:min(100%,62ch);max-width:62ch;margin:18px 0 0;color:inherit;font-family:var(--font-body-family, inherit);font-style:var(--font-body-style, normal);font-weight:var(--font-body-weight, 400);font-size:1.6rem;line-height:1.55}.cahve-hero .cahve-hero__description p{margin:0}.cahve-hero .cahve-hero__content--custom-sizes .cahve-hero__eyebrow{font-size:var(--cahve-eyebrow-size-desktop)}.cahve-hero .cahve-hero__content--custom-sizes .cahve-hero__heading{font-size:var(--cahve-heading-size-desktop)}.cahve-hero .cahve-hero__content--custom-sizes .cahve-hero__description{font-size:var(--cahve-description-size-desktop)}.cahve-hero .cahve-hero__buttons{display:flex;width:100%;flex-wrap:wrap;align-items:center;justify-content:var(--cahve-buttons-alignment, flex-start);gap:12px;margin-top:26px}.cahve-hero .cahve-hero__button{min-width:142px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;color:var(--cahve-button-text, #111);background:var(--cahve-button-background, #fff);border:1px solid var(--cahve-button-border, #fff);border-radius:999px;font-family:var(--font-body-family, inherit);font-size:1.4rem;line-height:1;text-decoration:none;text-shadow:none;transition:transform .22s ease,color .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.cahve-hero .cahve-hero__button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000026}.cahve-hero .cahve-hero__button--outline{color:var(--cahve-outline-text, #fff);background:transparent;border-color:currentColor}.cahve-hero .cahve-hero__button:focus-visible,.cahve-hero .cahve-hero__arrow:focus-visible,.cahve-hero .cahve-hero__nav-button:focus-visible,.cahve-hero .cahve-hero__play-pause:focus-visible,.cahve-hero .cahve-hero__manual-play:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cahve-hero .cahve-hero__arrow{position:absolute;top:calc(50% + (var(--cahve-hero-header-offset, 0px) / 2));z-index:5;display:inline-grid;width:46px;height:46px;place-items:center;padding:0;color:#111;background:#ffffffe0;border:1px solid rgba(255,255,255,.5);border-radius:50%;box-shadow:0 10px 30px #0000001f;cursor:pointer;transform:translateY(-50%);transition:transform .22s ease,background .22s ease,opacity .22s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cahve-hero .cahve-hero__arrow:hover{background:#fff}.cahve-hero .cahve-hero__arrow--prev{left:20px}.cahve-hero .cahve-hero__arrow--next{right:20px}.cahve-hero .cahve-hero__arrow svg{width:20px;height:20px}.cahve-hero .cahve-hero__navigation{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;pointer-events:auto}.cahve-hero .cahve-hero__navigation--bottom-left{left:var(--cahve-hero-content-padding-desktop);bottom:max(20px,calc(var(--cahve-hero-content-padding-desktop) - 24px))}.cahve-hero .cahve-hero__navigation--bottom-center{left:50%;bottom:max(20px,calc(var(--cahve-hero-content-padding-desktop) - 24px));transform:translate(-50%)}.cahve-hero .cahve-hero__navigation--bottom-right{right:var(--cahve-hero-content-padding-desktop);bottom:max(20px,calc(var(--cahve-hero-content-padding-desktop) - 24px))}.cahve-hero .cahve-hero__nav-button{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;padding:0;color:#fff;background:transparent;border:0;cursor:pointer}.cahve-hero .cahve-hero__navigation--dots .cahve-hero__nav-button{width:10px;height:10px;border-radius:999px;transition:width .42s cubic-bezier(.22,1,.36,1)}.cahve-hero .cahve-hero__navigation--dots{min-height:44px;gap:12px}.cahve-hero .cahve-hero__navigation--dots .cahve-hero__nav-button[aria-current=true]{width:44px}.cahve-hero .cahve-hero__navigation--dots .cahve-hero__nav-button:after{content:"";position:absolute;top:-17px;right:-5px;bottom:-17px;left:-5px}.cahve-hero .cahve-hero__nav-dot{position:relative;display:block;width:100%;height:10px;overflow:hidden;background:#ffffff85;border-radius:999px;box-shadow:0 2px 8px #00000038;transition:background-color .28s ease,transform .28s cubic-bezier(.22,1,.36,1)}.cahve-hero .cahve-hero__nav-dot-progress{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:inherit;transform:scaleX(0);transform-origin:left center;will-change:transform}@media(hover:hover)and (pointer:fine){.cahve-hero .cahve-hero__navigation--dots .cahve-hero__nav-button:hover .cahve-hero__nav-dot{background:#ffffffb8}}.cahve-hero.is-swiping .cahve-hero__viewport{cursor:grabbing}.cahve-hero .cahve-hero__navigation--progress .cahve-hero__nav-button{width:52px;height:3px;overflow:hidden;background:#ffffff5c;border-radius:999px}.cahve-hero .cahve-hero__navigation--progress .cahve-hero__nav-progress{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:inherit;transform:scaleX(0);transform-origin:left center}.cahve-hero.is-playing .cahve-hero__navigation--progress .cahve-hero__nav-button[aria-current=true] .cahve-hero__nav-progress{animation:cahveHeroProgress var(--cahve-slide-duration, 6s) linear forwards}.cahve-hero .cahve-hero__navigation--thumbnails{gap:12px}.cahve-hero .cahve-hero__navigation--thumbnails .cahve-hero__nav-button{width:66px;height:66px;overflow:hidden;background:#ffffffd1;border:2px solid rgba(255,255,255,.72);border-radius:50%;box-shadow:0 8px 26px #00000029;opacity:.76;transform:scale(.94);transition:opacity .22s ease,transform .22s ease,border-color .22s ease}.cahve-hero .cahve-hero__navigation--thumbnails .cahve-hero__nav-button[aria-current=true]{border-color:#fff;opacity:1;transform:scale(1)}.cahve-hero .cahve-hero__nav-thumbnail,.cahve-hero .cahve-hero__nav-placeholder{display:block;width:100%;height:100%;object-fit:cover}.cahve-hero .cahve-hero__play-pause{position:absolute;right:18px;bottom:18px;z-index:6;display:inline-grid;width:40px;height:40px;place-items:center;padding:0;color:#fff;background:#00000047;border:1px solid rgba(255,255,255,.42);border-radius:50%;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cahve-hero .cahve-hero__play-pause svg{width:16px;height:16px}.cahve-hero .cahve-hero__icon-play,.cahve-hero .cahve-hero__icon-pause{display:none}.cahve-hero.is-playing .cahve-hero__icon-pause,.cahve-hero:not(.is-playing) .cahve-hero__icon-play{display:block}.cahve-hero .cahve-hero__sr-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes cahveHeroProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media screen and (max-width:989px){.cahve-hero .cahve-hero__arrow{width:42px;height:42px}.cahve-hero .cahve-hero__arrow--prev{left:14px}.cahve-hero .cahve-hero__arrow--next{right:14px}}@media screen and (max-width:749px){.cahve-hero{--cahve-hero-header-offset: var(--cahve-hero-header-overlap-mobile);margin-top:calc(var(--cahve-hero-margin-top-mobile) - var(--cahve-hero-header-overlap-mobile));margin-bottom:var(--cahve-hero-margin-bottom-mobile)}.cahve-hero.cahve-hero--fullscreen-mobile .cahve-hero__viewport{height:100vh}@supports (height: 100svh){.cahve-hero.cahve-hero--fullscreen-mobile .cahve-hero__viewport{height:100svh}}.cahve-hero .cahve-hero__viewport{height:var(--cahve-hero-height-mobile);min-height:460px}.cahve-hero .cahve-hero__media-source--desktop{display:none}.cahve-hero .cahve-hero__media-source--mobile{display:block}.cahve-hero .cahve-hero__content-layer{padding:calc(var(--cahve-hero-content-padding-mobile) + var(--cahve-hero-header-offset, 0px)) var(--cahve-hero-content-padding-mobile) calc(var(--cahve-hero-content-padding-mobile) + 34px)}.cahve-hero .cahve-hero__content-layer--mobile-top-left{align-items:flex-start;justify-content:flex-start}.cahve-hero .cahve-hero__content-layer--mobile-top-center{align-items:flex-start;justify-content:center}.cahve-hero .cahve-hero__content-layer--mobile-top-right{align-items:flex-start;justify-content:flex-end}.cahve-hero .cahve-hero__content-layer--mobile-center-left{align-items:center;justify-content:flex-start}.cahve-hero .cahve-hero__content-layer--mobile-center{align-items:center;justify-content:center}.cahve-hero .cahve-hero__content-layer--mobile-center-right{align-items:center;justify-content:flex-end}.cahve-hero .cahve-hero__content-layer--mobile-bottom-left{align-items:flex-end;justify-content:flex-start}.cahve-hero .cahve-hero__content-layer--mobile-bottom-center{align-items:flex-end;justify-content:center}.cahve-hero .cahve-hero__content-layer--mobile-bottom-right{align-items:flex-end;justify-content:flex-end}.cahve-hero .cahve-hero__content{width:min(100%,var(--cahve-content-width-mobile, 520px));align-items:var(--cahve-content-items-alignment-mobile, flex-start);text-align:var(--cahve-content-alignment-mobile, left)}.cahve-hero .cahve-hero__content--mobile-align-left{align-items:flex-start;text-align:left}.cahve-hero .cahve-hero__content--mobile-align-center{align-items:center;text-align:center}.cahve-hero .cahve-hero__content--mobile-align-right{align-items:flex-end;text-align:right}.cahve-hero .cahve-hero__heading.h0,.cahve-hero .cahve-hero__heading.h1,.cahve-hero .cahve-hero__heading.h2{font-size:clamp(3.2rem,10vw,5rem);line-height:1.08}.cahve-hero .cahve-hero__description{margin-top:14px;font-size:1.45rem;line-height:1.5}.cahve-hero .cahve-hero__content--custom-sizes .cahve-hero__eyebrow{font-size:var(--cahve-eyebrow-size-mobile)}.cahve-hero .cahve-hero__content--custom-sizes .cahve-hero__heading{font-size:var(--cahve-heading-size-mobile)}.cahve-hero .cahve-hero__content--custom-sizes .cahve-hero__description{font-size:var(--cahve-description-size-mobile)}.cahve-hero .cahve-hero__buttons{justify-content:var(--cahve-buttons-alignment-mobile, flex-start);gap:10px;margin-top:22px}.cahve-hero .cahve-hero__button{min-width:128px;min-height:45px;padding:11px 19px;font-size:1.35rem}.cahve-hero .cahve-hero__arrow{top:auto;bottom:18px;width:40px;height:40px;transform:none}.cahve-hero .cahve-hero__arrow--prev{left:16px}.cahve-hero .cahve-hero__arrow--next{right:16px}.cahve-hero .cahve-hero__navigation--bottom-left{left:var(--cahve-hero-content-padding-mobile);bottom:10px}.cahve-hero .cahve-hero__navigation--bottom-center{bottom:10px}.cahve-hero .cahve-hero__navigation--bottom-right{right:var(--cahve-hero-content-padding-mobile);bottom:10px}.cahve-hero .cahve-hero__navigation--thumbnails .cahve-hero__nav-button{width:50px;height:50px}.cahve-hero .cahve-hero__navigation--progress .cahve-hero__nav-button{width:36px}.cahve-hero .cahve-hero__play-pause{right:12px;top:calc(12px + var(--cahve-hero-header-offset, 0px));bottom:auto;width:36px;height:36px}}@media(prefers-reduced-motion:reduce){.cahve-hero *,.cahve-hero *:before,.cahve-hero *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.cahve-hero .cahve-hero__media-zoom{transform:none!important}}@media screen and (min-width:750px){.cahve-hero.cahve-hero--desktop-height-custom .cahve-hero__viewport{height:var(--cahve-hero-height-desktop);min-height:0}.cahve-hero.cahve-hero--desktop-height-fullscreen .cahve-hero__viewport{height:100vh;min-height:0}@supports (height: 100svh){.cahve-hero.cahve-hero--desktop-height-fullscreen .cahve-hero__viewport{height:100svh}}.cahve-hero.cahve-hero--desktop-height-adapt .cahve-hero__viewport{height:var(--cahve-adaptive-height, auto);min-height:0;aspect-ratio:var(--cahve-hero-initial-ratio-desktop, 1.7777778);transition:height var(--cahve-hero-transition-duration) cubic-bezier(.22,1,.36,1)}.cahve-hero.cahve-hero--desktop-height-adapt .cahve-hero__media-zoom{top:0;right:0;bottom:0;left:0;transform:none!important;transition:none}.cahve-hero.cahve-hero--desktop-height-adapt .cahve-hero__image,.cahve-hero.cahve-hero--desktop-height-adapt .cahve-hero__video,.cahve-hero.cahve-hero--desktop-height-adapt .cahve-hero__placeholder svg{object-fit:contain}}.cahve-hero .cahve-hero__navigation--progress .cahve-hero__nav-progress{animation:none!important;transform:scaleX(0);will-change:transform}.cahve-hero.is-playing .cahve-hero__navigation--progress .cahve-hero__nav-button[aria-current=true] .cahve-hero__nav-progress{animation:none!important}.cahve-hero .cahve-hero__navigation--thumbnails .cahve-hero__nav-button{overflow:visible;background:transparent;border:0;box-shadow:none;opacity:.82}.cahve-hero .cahve-hero__navigation--thumbnails .cahve-hero__nav-button[aria-current=true]{border:0;opacity:1}.cahve-hero .cahve-hero__nav-media{position:absolute;top:6px;right:6px;bottom:6px;left:6px;display:block;overflow:hidden;background:#ffffffd1;border:1px solid rgba(255,255,255,.66);border-radius:50%;box-shadow:0 8px 26px #00000029}.cahve-hero .cahve-hero__nav-ring{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;overflow:visible;pointer-events:none;transform:rotate(-90deg)}.cahve-hero .cahve-hero__nav-ring-track,.cahve-hero .cahve-hero__nav-ring-progress{fill:none;stroke-width:6}.cahve-hero .cahve-hero__nav-ring-track{stroke:#ffffff47}.cahve-hero .cahve-hero__nav-ring-progress{stroke:#fff;stroke-linecap:butt;stroke-dasharray:296;stroke-dashoffset:296;opacity:0;will-change:stroke-dashoffset}.cahve-hero .cahve-hero__nav-button[aria-current=true] .cahve-hero__nav-ring-progress{opacity:1}.cahve-hero .cahve-hero__nav-thumbnail,.cahve-hero .cahve-hero__nav-placeholder{width:100%;height:100%;border-radius:inherit;object-fit:cover}.cahve-hero .cahve-hero__button--split{min-width:0;min-height:50px;justify-content:center;gap:12px;padding:6px 24px 6px 7px;overflow:hidden;box-shadow:none}.cahve-hero .cahve-hero__button--split:hover,.cahve-hero .cahve-hero__button--split:focus-visible{transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.cahve-hero .cahve-hero__button-arrow{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;color:var(--cahve-button-background, #fff);background:var(--cahve-button-text, #111);border-radius:50%;transition:color .28s cubic-bezier(.22,1,.36,1),background .28s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.cahve-hero .cahve-hero__button-arrow svg{width:18px;height:18px}.cahve-hero .cahve-hero__button-label{min-width:0;color:currentColor;white-space:nowrap}.cahve-hero .cahve-hero__button--split:hover .cahve-hero__button-arrow,.cahve-hero .cahve-hero__button--split:focus-visible .cahve-hero__button-arrow{transform:translate(2px)}.cahve-hero .cahve-hero__button--split.cahve-hero__button--outline{color:var(--cahve-outline-text, #fff);background:transparent;border-color:currentColor}.cahve-hero .cahve-hero__button--split.cahve-hero__button--outline .cahve-hero__button-arrow{color:#111;background:var(--cahve-outline-text, #fff)}@media screen and (max-width:749px){.cahve-hero.cahve-hero--mobile-height-custom .cahve-hero__viewport{height:var(--cahve-hero-height-mobile);min-height:0}.cahve-hero.cahve-hero--mobile-height-fullscreen .cahve-hero__viewport{height:100vh;min-height:0}@supports (height: 100svh){.cahve-hero.cahve-hero--mobile-height-fullscreen .cahve-hero__viewport{height:100svh}}.cahve-hero.cahve-hero--mobile-height-adapt .cahve-hero__viewport{height:var(--cahve-adaptive-height, auto);min-height:0;aspect-ratio:var(--cahve-hero-initial-ratio-mobile, .8);transition:height var(--cahve-hero-transition-duration) cubic-bezier(.22,1,.36,1)}.cahve-hero.cahve-hero--mobile-height-adapt .cahve-hero__media-zoom{top:0;right:0;bottom:0;left:0;transform:none!important;transition:none}.cahve-hero.cahve-hero--mobile-height-adapt .cahve-hero__image,.cahve-hero.cahve-hero--mobile-height-adapt .cahve-hero__video,.cahve-hero.cahve-hero--mobile-height-adapt .cahve-hero__placeholder svg{object-fit:contain}.cahve-hero .cahve-hero__nav-media{top:5px;right:5px;bottom:5px;left:5px}.cahve-hero .cahve-hero__nav-ring-track,.cahve-hero .cahve-hero__nav-ring-progress{stroke-width:7}.cahve-hero .cahve-hero__button--split{min-height:46px;gap:10px;padding:5px 20px 5px 6px}.cahve-hero .cahve-hero__button-arrow{width:34px;height:34px;flex-basis:34px}}@media(hover:none){.cahve-hero .cahve-hero__button--split:active{transform:translateY(0)}.cahve-hero .cahve-hero__button--split:active .cahve-hero__button-arrow{transform:translate(2px)}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/section-cahve-hero-carousel.css.map */
