.kitchen-marquee{background:var(--butter);color:var(--blue);align-items:center;font-size:clamp(1rem,1.1vw,1.125rem);font-weight:550;display:flex}.kitchen-marquee-viewport{flex:1;min-width:0;overflow:hidden}.kitchen-marquee-track{width:max-content;animation:44s linear infinite kitchen-marquee-scroll;display:flex}.kitchen-marquee-group{flex-shrink:0;justify-content:space-around;align-items:center;gap:clamp(2rem,4vw,4.5rem);min-width:100vw;margin:0;padding:1.5rem clamp(1rem,2vw,2.25rem);list-style:none;display:flex}.kitchen-marquee-group li{white-space:nowrap;flex-shrink:0;align-items:center;gap:clamp(2rem,4vw,4.5rem);display:flex}.kitchen-marquee-star{font-size:1.5rem;font-weight:400;line-height:1}.kitchen-marquee[data-paused=true] .kitchen-marquee-track{animation-play-state:paused}.kitchen-marquee-toggle{min-height:2.75rem;color:var(--blue);background:0 0;border:0;border-left:1px solid #203caa30;border-radius:0;flex:0 0 3rem;place-items:center;margin-right:.5rem;padding:0;display:grid}.kitchen-marquee-toggle:hover{background:#203caa0a}.kitchen-marquee-toggle:focus-visible{outline-offset:-4px}@media (hover:hover){.kitchen-marquee:hover .kitchen-marquee-track{animation-play-state:paused}}@keyframes kitchen-marquee-scroll{to{transform:translate(-50%)}}@media (max-width:700px){.kitchen-marquee-group{padding-block:1.125rem}}@media (prefers-reduced-motion:reduce){.kitchen-marquee-track{width:100%;animation:none}.kitchen-marquee-group{flex-wrap:wrap;flex:1;gap:.75rem 2rem;min-width:0;padding:1.25rem 1.5rem}.kitchen-marquee-group li{white-space:normal;text-align:center;flex-shrink:1}.kitchen-marquee-group[aria-hidden=true],.kitchen-marquee-star,.kitchen-marquee-toggle{display:none}}
