.gff{position:relative;overflow:hidden;min-height:700px;background-color:var(--gff-section-bg, transparent)}.gff__fruit{position:absolute;left:var(--gff-fleft, auto);right:var(--gff-fright, auto);top:var(--gff-fy, 0px);z-index:var(--gff-fz, 0);width:var(--gff-fw, 300px);pointer-events:none}.gff__fruit-img{display:block;width:100%;height:auto;opacity:0;transform:translate(var(--gff-fslide, 0px)) scale(.92);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--gff-fruit-delay, 0ms)}.gff--in-view .gff__fruit-img{opacity:1;transform:translate(0) scale(1)}.gff__headlines{position:relative;z-index:2;padding:80px 62px 0;pointer-events:none}.gff__headline{margin:0;font-family:var(--gff-headline-font-family);font-weight:var(--gff-headline-font-weight);font-size:var(--gff-headline-font-size);line-height:var(--gff-headline-line-height);color:var(--gff-headline-color);display:block}.gff__headline--top{text-align:left}.gff__headline--bottom{text-align:right;margin-top:-.1em}.gff--headline-centered .gff__headlines{padding-inline:20px}.gff--headline-centered .gff__headline--top,.gff--headline-centered .gff__headline--bottom{text-align:center}.gff--headline-centered .gff__headline--bottom{margin-top:0}.gff__subheadline{position:relative;z-index:2;margin:var(--gff-body-top-gap, 40px) auto 0;max-width:600px;text-align:center;font-family:var(--font-body--family, "Epilogue", sans-serif);font-weight:800;font-size:24px;line-height:1.3;letter-spacing:-.01em;color:#001d35}.gff__body{position:relative;z-index:2;margin:var(--gff-body-top-gap, 40px) auto 0;max-width:calc(var(--gff-body-max-width, 500px) + 40px);padding-inline:20px;text-align:center;font-family:var(--font-body--family, "Epilogue", sans-serif);font-weight:var(--gff-body-font-weight, 500);font-size:var(--gff-body-font-size, 15px);line-height:1.5;color:#001e38}.gff__body p{margin:0}.gff__body p+p{margin-top:1.5em}.gff__claims{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:32px;margin-top:var(--gff-claims-top-gap, 56px);padding:0 40px 80px}.gff__claim{flex:0 0 auto;width:314px}.gff__claim-inner{position:relative;width:314px;height:250px}.gff__claim-blob{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gff-blob, #7BE9FF);border-radius:60% 40% 55% 45%/50% 65% 35% 50%;z-index:0}.gff__claim:nth-child(2) .gff__claim-blob{border-radius:45% 55% 40% 60%/60% 40% 55% 45%}.gff__claim:nth-child(3) .gff__claim-blob{border-radius:28px}.gff__claim-photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;border-radius:inherit}.gff__claim:nth-child(1) .gff__claim-photo{border-radius:60% 40% 55% 45%/50% 65% 35% 50%}.gff__claim:nth-child(2) .gff__claim-photo{border-radius:45% 55% 40% 60%/60% 40% 55% 45%}.gff__claim:nth-child(3) .gff__claim-photo{border-radius:28px}.gff__claim-photo-img{display:block;width:120%;height:120%;object-fit:cover;margin:-10%}.gff__claim-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;border-radius:28px;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.gff__claim-image-img{display:block;width:100%;height:100%;object-fit:cover}.gff__claim:hover .gff__claim-image{transform:rotate(3deg)}.gff__claim:nth-child(1):hover .gff__claim-image{transform:rotate(10deg)}.gff__claim:nth-child(3):hover .gff__claim-image{transform:rotate(-10deg)}.gff__claim-text{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;pointer-events:none}.gff__claim-value{display:block;font-family:var(--font-heading--family, "Gasoek One", sans-serif);font-weight:400;font-size:92px;line-height:1.05;color:#001d35;-webkit-text-stroke:3px #FAF6EB;text-stroke:3px #FAF6EB;text-align:center}.gff__claim-label{display:block;font-family:var(--font-heading--family, "Gasoek One", sans-serif);font-weight:400;font-size:28px;line-height:.96;letter-spacing:.01em;text-transform:capitalize;color:#001d35;-webkit-text-stroke:2px #FAF6EB;text-stroke:2px #FAF6EB;text-align:center}@keyframes gff-slide-up{0%{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}.gff-slide-in{opacity:0;animation:gff-slide-up .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--gff-delay, 0ms)}@media screen and (max-width:989px){.gff{min-height:435px}.gff__fruit{left:var(--gff-fleft-mobile);right:var(--gff-fright-mobile);top:var(--gff-fy-mobile);width:var(--gff-fw-mobile)}.gff__fruit-img{transform:translate(var(--gff-fslide-mobile, 0px)) scale(.92)}.gff--in-view .gff__fruit-img{transform:translate(0) scale(1)}.gff__headlines{padding:78px 20px 0;text-align:center}.gff__headline{font-family:var(--gff-headline-font-family-mobile);font-weight:var(--gff-headline-font-weight-mobile);font-size:var(--gff-headline-font-size-mobile);line-height:var(--gff-headline-line-height-mobile);color:var(--gff-headline-color-mobile);text-align:center}.gff__headline--top{text-align:center}.gff__headline--bottom{text-align:center;margin-top:0}.gff__subheadline{font-size:18px;margin-top:var(--gff-body-top-gap-mobile, 20px);padding:0 28px;text-align:center}.gff__body{font-size:var(--gff-body-font-size-mobile, 14px);max-width:calc(var(--gff-body-max-width-mobile, 350px) + 40px);margin-top:var(--gff-body-top-gap-mobile, 20px)}.gff__claims{gap:8px;padding:0 15px 48px;margin-top:var(--gff-claims-top-gap-mobile, 24px);flex-wrap:nowrap;justify-content:center}.gff__claim{width:121px}.gff__claim-inner{width:121px;height:97px}.gff__claim-value{font-size:36px;-webkit-text-stroke:1.5px #FAF6EB;text-stroke:1.5px #FAF6EB}.gff__claim-label{font-size:11px;-webkit-text-stroke:1px #FAF6EB;text-stroke:1px #FAF6EB}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/go-full-flavor-styles.css.map */
