.admin-bar .site-header { top: 32px; }
.admin-bar .catalog-nav,
.admin-bar .side-box { top: 124px; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .catalog-nav,
  .admin-bar .side-box { top: 138px; }
}
.admin-bar .to-top { bottom: max(48px, calc(env(safe-area-inset-bottom, 0px) + 32px)); }
@media screen and (max-width: 782px) {
  .admin-bar .to-top { bottom: max(62px, calc(env(safe-area-inset-bottom, 0px) + 46px)); }
}
.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.map-embed {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 16px;
  border: 0;
  border-radius: 6px;
}
