softhour-mobile-menu{display:block}
.sg-menu-toggle{display:none}
.sg-mobile-menu:not([open]){display:none}
.sg-mobile-menu{position:fixed;inset:0 auto 0 0;margin:0;width:min(370px,calc(100vw - 32px));max-width:100vw;height:100dvh;max-height:100dvh;padding:0;border:0;border-right:1px solid #e8ded4;background:#fffdf9;color:#4b3025;overflow-y:auto;overscroll-behavior:contain}
.sg-mobile-menu[open]{display:flex;flex-direction:column;animation:sg-menu-enter .22s ease-out}
.sg-mobile-menu::backdrop{background:rgb(42 29 23 / .4)}
.sg-mobile-menu__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 20px 20px 26px;border-bottom:1px solid #e8ded4;flex:none}
.sg-mobile-menu__heading h2{font:400 30px/1.2 Georgia,'Times New Roman',serif;letter-spacing:-.04em;margin:0}
.sg-mobile-menu__close,.sg-menu-toggle{width:44px;height:44px;padding:10px;border:0;border-radius:0;background:transparent;color:#4b3025;align-items:center;justify-content:center}
.sg-mobile-menu__close{display:inline-flex}
.sg-mobile-menu__close svg,.sg-menu-toggle svg{width:24px;height:24px;display:block;flex:none}
.sg-mobile-menu__nav{display:flex;flex-direction:column;padding:10px 26px max(26px,env(safe-area-inset-bottom));gap:0}
.sg-mobile-menu__nav a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:65px;padding:18px 0;border-bottom:1px solid #e8ded4;text-decoration:none;font-size:17px;font-weight:450;line-height:1.4;overflow-wrap:anywhere}
.sg-mobile-menu__nav a::after{content:'↗';font-size:17px;color:#8b7464;flex:none}
.sg-mobile-menu__nav a:hover{color:#963e36}
.sg-mobile-menu a:focus-visible,.sg-mobile-menu button:focus-visible,.sg-menu-toggle:focus-visible{outline:2px solid #4b3025;outline-offset:3px}
html.sf-menu-is-open,html.sf-menu-is-open body{overflow:hidden}
@keyframes sg-menu-enter{from{transform:translateX(-100%)}to{transform:translateX(0)}}
@media(max-width:899px){
  softhour-mobile-menu.is-ready .sg-header{grid-template-columns:52px minmax(0,1fr) 52px;gap:8px;padding:12px 20px}
  softhour-mobile-menu.is-ready .sg-header>.sg-desktop-nav{display:none}
  softhour-mobile-menu.is-ready .sg-menu-toggle{display:inline-flex;grid-column:1;grid-row:1;justify-self:start}
  softhour-mobile-menu.is-ready .sg-header>.sg-logo{grid-column:2;grid-row:1;justify-self:center}
  softhour-mobile-menu.is-ready .sg-header>.sg-bag{grid-column:3;grid-row:1;min-height:44px;justify-self:end}
}
@media(max-width:550px){softhour-mobile-menu.is-ready .sg-header{padding:10px 16px}}
@media(prefers-reduced-motion:reduce){.sg-mobile-menu[open]{animation:none}}
