@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes dotBreath{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes shimmer{0%{left:-60%}to{left:120%}}@keyframes floatBadgeIn{0%{opacity:0;transform:translateY(16px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.fizz-hero{position:relative;overflow:hidden;direction:rtl;min-height:90vh;display:flex;align-items:center;background:#fff}.fizz-hero__mesh{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;pointer-events:none}.fizz-hero__bubbles{display:none}.fizz-hero__container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:80px 40px}.fizz-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.fizz-hero__content{display:flex;flex-direction:column;gap:0}.fizz-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:1.2rem;font-weight:500;color:#00dec8;letter-spacing:.04em;margin-bottom:20px;text-transform:uppercase}.fizz-hero__eyebrow-dot{width:8px;height:8px;background:#00dec8;border-radius:50%;animation:dotBreath 2.5s ease-in-out infinite}.fizz-hero__heading{font-family:"Discovery-Fs",var(--font-heading-family),sans-serif;font-size:clamp(2.8rem,5vw,4.8rem);font-weight:700;color:#081c26;line-height:1.15;margin:0 0 24px;letter-spacing:-.02em}.fizz-hero__subheading{font-size:1.25rem;line-height:1.8;color:#555;margin:0 0 36px;max-width:480px}.fizz-hero__btns{display:flex;gap:14px;flex-wrap:wrap}.fizz-hero__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;font-size:1.15rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);cursor:pointer;overflow:hidden;font-family:inherit;border:none}.fizz-hero__btn--primary{background:#0b2f3f;color:#fff}.fizz-hero__btn--primary:hover{background:#00dec8;color:#081c26;transform:translateY(-2px);box-shadow:0 8px 24px #00dec840}.fizz-hero__btn--primary:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shimmer 4s ease-in-out 2s infinite}.fizz-hero__btn--secondary{background:transparent;color:#0b2f3f;border:1.5px solid rgba(11,47,63,.2)}.fizz-hero__btn--secondary:hover{border-color:#0b2f3f;background:#0b2f3f0a;transform:translateY(-2px)}.fizz-hero__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.fizz-hero__image-inner{position:relative;transition:transform .15s ease-out}.fizz-hero__image{width:100%;max-width:520px;height:auto;border-radius:20px;object-fit:cover}.fizz-hero__image-placeholder{width:100%;max-width:520px;aspect-ratio:4/5;background:#f5f7f6;border-radius:20px;display:flex;align-items:center;justify-content:center}.fizz-hero__float-badge{position:absolute;display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border-radius:100px;box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a;border:1px solid rgba(0,0,0,.04);font-size:1.2rem;font-weight:600;color:#081c26;white-space:nowrap;z-index:3;opacity:0}.fizz-hero__float-icon{font-size:1.4rem;line-height:1}.fizz-hero__float-badge--1{top:8%;left:-10%;animation:floatBadgeIn .7s ease 1s forwards,floatBounce 5s ease-in-out 1.7s infinite}.fizz-hero__float-badge--2{bottom:25%;right:-8%;animation:floatBadgeIn .7s ease 1.3s forwards,floatBounce 4.5s ease-in-out 2s infinite}.fizz-hero__float-badge--3{bottom:5%;left:8%;animation:floatBadgeIn .7s ease 1.6s forwards,floatBounce 5.5s ease-in-out 2.3s infinite}.fizz-hero__stats{display:flex;justify-content:center;gap:0;margin-top:64px;background:transparent;padding:0}.fizz-hero__stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:24px 20px;text-align:center;position:relative}.fizz-hero__stat+.fizz-hero__stat:before{content:"";position:absolute;top:25%;right:0;height:50%;width:1px;background:#00000014}.fizz-hero__stat-number{font-family:Discovery-Fs,sans-serif;font-size:2.4rem;font-weight:700;color:#00dec8;line-height:1.2}.fizz-hero__stat-label{font-size:1.2rem;color:#081c26;opacity:.6;line-height:1.4}.fizz-hero__animate{opacity:0}.fizz-hero__animate--1{animation:fadeUp .8s ease forwards .1s}.fizz-hero__animate--2{animation:fadeUp .8s ease forwards .25s}.fizz-hero__animate--3{animation:fadeUp .8s ease forwards .4s}.fizz-hero__animate--4{animation:fadeUp .8s ease forwards .55s}.fizz-hero__animate--5{animation:fadeUp .8s ease forwards .7s}.fizz-hero__animate--image{animation:fadeScale 1s ease forwards .3s}@media screen and (max-width:999px){.fizz-hero{min-height:auto}.fizz-hero__container{padding:60px 24px}.fizz-hero__grid{grid-template-columns:1fr;gap:48px;text-align:center}.fizz-hero__content{align-items:center}.fizz-hero__subheading{max-width:100%}.fizz-hero__btns{justify-content:center}.fizz-hero__heading{font-size:clamp(2.4rem,6vw,3.2rem)}.fizz-hero__image{max-width:380px}.fizz-hero__float-badge{display:none}}@media screen and (max-width:749px){.fizz-hero__container{padding:48px 20px}.fizz-hero__stats{flex-direction:row;flex-wrap:wrap;margin-top:40px}.fizz-hero__stat{padding:16px 12px}.fizz-hero__stat-number{font-size:2rem}.fizz-hero__btn{width:100%;max-width:320px;padding:14px 24px}}@media(prefers-reduced-motion:reduce){.fizz-hero__animate,.fizz-hero__float-badge{opacity:1;animation:none}.fizz-hero__btn--primary:after{animation:none;display:none}.fizz-hero__eyebrow-dot{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/fizz-hero.css.map */
