#opening-times-section{z-index:4;background-color:#0e0e0e;flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.opening-times-section__center{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.opening-times{grid-template-columns:1fr minmax(0,1fr) 1fr;width:100%;min-height:0;display:grid}.opening-times__line{opacity:0;transition:opacity .48s,transform .48s;transition-delay:calc(var(--opening-times-line,0)*52ms);will-change:opacity,transform;transform:translateY(14px)}.opening-times--in-view .opening-times__line{opacity:1;transform:translateY(0)}.opening-times__col{min-height:0}.opening-times__col--center{flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}.opening-times__title{letter-spacing:.02em;text-align:left;color:#fdfdfd;text-transform:uppercase;width:100%;max-width:520px;margin:0 0 2.5rem;font-family:NG-Light,sans-serif;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.2}.opening-times__list{flex-direction:column;gap:.75rem;width:100%;max-width:520px;margin:0;padding:0;list-style:none;display:flex}.opening-times__item{color:#fdfdfd;background-color:#0000;justify-content:flex-start;align-items:baseline;gap:1rem;width:100%;max-width:520px;margin-left:0;margin-right:0;font-family:NG-Light,sans-serif;font-size:24px;display:flex}.opening-times__label{min-width:10ch;font-weight:500}.opening-times__hours{letter-spacing:.02em;text-align:right;flex:1;font-weight:400}@media (max-width:768px){.opening-times{padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);grid-template-columns:0 1fr 0}.opening-times__col--center{max-width:100%;padding:2rem 1.5rem}.opening-times-section__center{align-items:center;padding-left:0;padding-right:0}.opening-times__title{text-align:left;margin-bottom:1.25rem;font-size:clamp(1.75rem,6vw,2.5rem)}.opening-times__list{align-items:flex-start;gap:.625rem;width:100%}.opening-times__item{flex-wrap:nowrap;justify-content:flex-start;gap:.75rem;width:100%;max-width:520px;font-size:.875rem}.opening-times__label{min-width:10ch}}@media (prefers-reduced-motion:reduce){.opening-times__line{opacity:1;will-change:auto;transition:none;transform:none}}
