.foodmart-theme{color:#253d4e;background-color:#fff}.foodmart-theme .font-heading{font-family:var(--theme-font-heading,var(--font-poppins),"Hind Siliguri",sans-serif)}.foodmart-theme .font-body{font-family:var(--theme-font-body,var(--font-nunito-sans),"Hind Siliguri",sans-serif)}.foodmart-theme .no-scrollbar::-webkit-scrollbar{display:none}.foodmart-theme .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.foodmart-theme .fm-eyebrow:after{content:"";display:block;width:46px;height:3px;margin-top:8px;border-radius:3px;background:var(--theme-primary,#3bb77e)}.foodmart-theme .fm-eyebrow-center:after{margin-left:auto;margin-right:auto}.foodmart-theme [tabindex]:focus-visible,.foodmart-theme a:focus-visible,.foodmart-theme button:focus-visible,.foodmart-theme input:focus-visible{outline:2px solid var(--theme-primary,#3bb77e);outline-offset:2px}.foodmart-theme input:focus-visible{outline-offset:0}@keyframes fm-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fm-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.foodmart-theme .fm-rise{animation:fm-rise .7s cubic-bezier(.22,1,.36,1) forwards}.foodmart-theme .fm-pop{animation:fm-pop .8s cubic-bezier(.22,1,.36,1) forwards}@media (prefers-reduced-motion:reduce){.foodmart-theme .fm-pop,.foodmart-theme .fm-rise{animation:none}.foodmart-theme *{transition-duration:.01ms!important}}