/* Pink One Spa production fixes.
   Keep desktop header/menu controlled by each page's original Home-matched CSS. */
.topbar .logo-img,
.site-footer .f-logo,
.footer-grid .f-logo {
  object-fit: contain !important;
  object-position: center !important;
  padding: 2px !important;
  background: #fff !important;
  border-radius: 50% !important;
}

.site-footer .f-logo,
.footer-grid .f-logo {
  width: 60px !important;
  height: 60px !important;
}

@media (max-width: 768px) {
  .topbar-phone {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
    margin-left: auto !important;
  }

  .nav-menu,
  .topbar-nav {
    justify-content: flex-start !important;
  }
}
