.location-banner{background-color:var(--havana-yellow-500);background-image:url(../images/location-banner/bg-texture.webp);background-position:0 0;background-size:cover;color:var(--havana-black);left:0;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .4s ease-in-out;will-change:transform;z-index:1100}.location-banner.is-shown{transform:translateY(0)}.location-banner[hidden]{display:none}.location-banner__inner{align-items:center;display:flex;gap:3.75rem;margin:0 auto;max-width:120rem;padding:1.625rem 2.5rem}.location-banner__text{flex:1 1 auto;min-width:0}.location-banner__heading{color:var(--havana-red-700);font-family:var(--havana-font-family-heading);font-size:1.875rem;line-height:1.1;margin:0 0 .25rem;text-transform:uppercase}.location-banner__body{font-family:var(--havana-font-family-body);font-size:1rem;line-height:1.48;margin:0}.location-banner__cta{display:flex;flex-shrink:0;gap:.5rem;justify-content:flex-end}.location-banner__btn{cursor:pointer;transition:transform .1s ease;white-space:nowrap}.location-banner__btn:active{transform:scale(.97)}.header{transition:top .4s ease-in-out}body{transition:padding-top .4s ease-in-out}.has-location-banner .header{top:var(--locbanner-h,0)}.has-location-banner body{padding-top:var(--locbanner-h,0)}@media (max-width:63.9375rem){.location-banner__inner{gap:1.5rem}.location-banner__cta{flex-direction:column;width:-moz-fit-content;width:fit-content}.location-banner__btn{justify-content:center;width:100%}}@media (max-width:39.9375rem){.location-banner__inner{align-items:stretch;flex-direction:column;gap:.75rem;padding:1.1875rem}.location-banner__cta{align-items:stretch;gap:.75rem;width:auto}.location-banner__btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.header,.location-banner,body{transition:none}}
