.store-masthead{--masthead-height:184px;--masthead-logo-transform:translateY(30px) scale(1.8);--masthead-name-transform:translate(40px,24px) scale(1.125);--masthead-status-transform:translateY(0);height:calc(4rem + env(safe-area-inset-top));background:var(--background);pointer-events:none}.store-masthead-background{position:fixed;inset:env(safe-area-inset-top) 0 auto;z-index:-1;height:64px;border-bottom:1px solid var(--border);background:var(--background);transform-origin:center top;will-change:transform}.store-masthead[data-expanded=true] .store-masthead-background{height:var(--masthead-height)}.store-masthead-brand{width:calc(100% - 100px);pointer-events:none}.store-masthead-logo{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--card);outline:1px solid var(--border);outline-offset:3px;transform-origin:left center;will-change:transform;pointer-events:auto}.store-masthead-name{opacity:1;visibility:visible;width:100%;transform-origin:left top;will-change:transform;pointer-events:auto}.store-masthead-locality{display:none}.store-masthead[data-expanded=true] .store-masthead-brand{width:100%}.store-masthead[data-expanded=true] .store-masthead-logo{transform:var(--masthead-logo-transform)}.store-masthead[data-expanded=true] .store-masthead-name{width:calc((100% - 92px) / 1.125);transform:var(--masthead-name-transform)}.store-masthead-details{position:absolute;top:120px;left:0;right:0;pointer-events:auto;will-change:opacity,transform}.store-masthead-menu{pointer-events:auto}.store-masthead-status{will-change:transform}.store-masthead-spacer{height:calc(120px + env(safe-area-inset-top));flex-shrink:0}@media (min-width:768px){.store-masthead{--masthead-height:192px;--masthead-logo-transform:translateY(36px) scale(2);--masthead-name-transform:translate(52px,36px) scale(2)}.store-masthead-brand{max-width:calc(100% - 390px)}.store-masthead[data-expanded=true] .store-masthead-brand{max-width:min(100%,680px)}.store-masthead[data-expanded=true] .store-masthead-name{width:min(calc((100% - 116px) / 2),calc(100vw - 510px));transform:var(--masthead-name-transform)}.store-masthead[data-expanded=true] .store-masthead-logo{transform:var(--masthead-logo-transform)}.store-masthead-details{top:128px;max-width:640px}.store-masthead-spacer{height:calc(128px + env(safe-area-inset-top))}}@media (min-width:768px) and (max-width:1199px){.store-masthead[data-expanded=true] .store-masthead-name{width:min(calc((100% - 116px) / 2),calc((100vw - 570px) / 2))}}@media (max-width:767px){.store-masthead-name{align-self:flex-start}.store-masthead{--masthead-status-transform:translateY(118px)}.store-masthead[data-expanded=true] .store-masthead-status{transform:var(--masthead-status-transform)}.store-masthead[data-expanded=true] .store-masthead-name{width:calc(100% - 152px)}.store-masthead[data-expanded=true] .store-masthead-title{line-height:1.25}.store-masthead[data-expanded=true] .store-masthead-subtitle{margin-top:4px}.store-masthead-name:has(.store-masthead-locality) .store-masthead-subtitle{display:none}.store-masthead-locality{display:block;margin-top:6px;overflow:hidden;font-size:11px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.store-masthead-details{padding-top:8px;border-top:1px solid var(--border);pointer-events:none}.store-masthead-details button{pointer-events:auto}}.store-masthead[data-native-motion] :is([data-masthead-background],[data-masthead-gradient],[data-masthead-details],[data-masthead-logo],[data-masthead-name],[data-masthead-status]){animation-duration:auto;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:scroll(root block);animation-range:0 calc(var(--masthead-height) - 64px)}.store-masthead[data-native-motion] [data-masthead-background]{animation-name:masthead-background}.store-masthead[data-native-motion] [data-masthead-gradient]{animation-name:masthead-gradient}.store-masthead[data-native-motion] [data-masthead-details]{animation-name:masthead-details}.store-masthead[data-native-motion] [data-masthead-logo]{animation-name:masthead-logo}.store-masthead[data-native-motion] [data-masthead-name]{animation-name:masthead-persistent-name}.store-masthead[data-native-motion] [data-masthead-status]{animation-name:masthead-status}@keyframes masthead-background{0%{transform:translateY(0)}to{transform:translateY(calc(64px - var(--masthead-height)))}}@keyframes masthead-logo{0%{transform:var(--masthead-logo-transform)}to{transform:translateY(0) scale(1)}}@keyframes masthead-persistent-name{0%{opacity:1;visibility:visible;transform:var(--masthead-name-transform)}to{opacity:1;visibility:visible;transform:translate(0) scale(1)}}@keyframes masthead-status{0%{transform:var(--masthead-status-transform)}to{transform:translateY(0)}}@keyframes masthead-details{0%{opacity:1;visibility:visible;transform:translateY(0)}40%,to{opacity:0;visibility:hidden;transform:translateY(-20px)}}@keyframes masthead-gradient{0%{opacity:1}65%,to{opacity:0}}:is(html[data-store-scroll-restoring] .store-masthead[data-expanded=true],html:not([data-store-initial-top]) .store-masthead[data-expanded=true]:not([data-motion-ready])) :is([data-masthead-logo],[data-masthead-name],[data-masthead-status]){transform:translate(0) scale(1)!important}:is(html[data-store-scroll-restoring] .store-masthead[data-expanded=true],html:not([data-store-initial-top]) .store-masthead[data-expanded=true]:not([data-motion-ready])) [data-masthead-background]{transform:translateY(calc(64px - var(--masthead-height)))!important}:is(html[data-store-scroll-restoring] .store-masthead[data-expanded=true],html:not([data-store-initial-top]) .store-masthead[data-expanded=true]:not([data-motion-ready])) :is([data-masthead-details],[data-masthead-gradient]){opacity:0!important;visibility:hidden!important}