/* One responsive circle for both real photos and the no-photo illustration. */
/* Selective release of the accepted navigation hover fix, without unrelated bundles. */
@media only screen and (min-width:1281px){
  #primary-menu .menu-item-has-children::after{pointer-events:none}
  #primary-menu .menu-item-has-children:not(.bof-suppress-hover):hover::after,
  #primary-menu .menu-item-has-children.show::after{pointer-events:auto}
}
html .bof-badged-photo {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1;
  align-self: start;
}
html .bof-badged-photo > a.galerija-macka {
  display: block;
  width: 100%;
}
html .bof-badged-photo .kitten-slika-okvir {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: none !important;
  aspect-ratio: 1;
  margin: 0 !important;
  overflow: hidden;
  border: 12px solid #59040d;
  border-radius: 50%;
  isolation: isolate;
  clip-path: circle(50%);
  background: #4e040b;
}
html .bof-badged-photo .kitten-slika-okvir > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 50% !important;
  object-fit: cover;
}
/* Small zoom is clipped inside the circle; the source image/lightbox is intact. */
html .bof-badged-photo .kitten-slika-okvir:not(.bof-kitten-placeholder) > img {
  transform: scale(1.08);
  transform-origin: center;
}
html .bof-badged-photo .oznake {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
html .bof-badged-photo .oznake > div {
  right: auto;
  margin: 0;
  transform: translate(-50%, -50%);
}
html .bof-badged-photo .macic-leglo { left: 50%; top: 6%; }
html .bof-badged-photo .macic-tezina { left: 75%; top: 9%; }
html .bof-badged-photo .macic-spol { left: 91%; top: 25%; }
html .bof-badged-photo .macic-boja { left: 97%; top: 50%; }
/* Override old breakpoint pixel offsets on every kitten card.
   Badge centers lie on the outer circle (radius 50%) at -90, -60, -30 and 0 degrees. */
html .bof-badged-photo { position: relative !important; width: 100% !important; max-width: 680px; container-type: inline-size; }
html .bof-badged-photo .kitten-slika-okvir { display: block !important; width: 100% !important; }
html .bof-badged-photo > .oznake {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
}
html .bof-badged-photo > .oznake > div {
  position: absolute !important; right: auto !important; bottom: auto !important;
  margin: 0 !important; transform: translate(-50%, -50%) !important;
  box-sizing: border-box;
  width: clamp(44px, 18cqw, 70px) !important;
  height: clamp(44px, 18cqw, 70px) !important;
  padding: 0 !important; border-width: clamp(5px, 2.3cqw, 9px) !important;
  border-radius: 50%;
}
html .bof-badged-photo .macic-leglo { left: 50% !important; top: 0% !important; }
html .bof-badged-photo .macic-tezina { left: 75% !important; top: 6.69873% !important; }
html .bof-badged-photo .macic-spol { left: 93.30127% !important; top: 25% !important; }
html .bof-badged-photo .macic-boja { left: 100% !important; top: 50% !important; overflow: hidden; }
html .bof-badged-photo .oznake a { pointer-events: auto; }
/* Full-width profile fallback is separate from the circular listing card. */
#muzjaci_zenke_podmladak.bof-no-photo-profile .bof-photo-soon-hero {
  display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:24px;
  background:#4e040b;color:#e9be66;padding:280px max(24px,6vw) 56px;
  min-height:720px;position:relative;isolation:isolate;
}
#muzjaci_zenke_podmladak.bof-no-photo-profile .bof-photo-soon-mascot {
  display:block;width:100%;max-width:560px;height:auto;aspect-ratio:auto;
  border:0;border-radius:0;clip-path:none;opacity:1;mix-blend-mode:normal;
  transform:none;position:static;justify-self:center;
  -webkit-mask-image:radial-gradient(ellipse at 50% 43%,#000 22%,transparent 70%);
  mask-image:radial-gradient(ellipse at 50% 43%,#000 22%,transparent 70%);
}
#muzjaci_zenke_podmladak.bof-no-photo-profile .bof-photo-soon-hero h1 {
  font-family:"EB Garamond",Georgia,serif;font-style:italic;
  font-size:clamp(36px,4.5vw,72px);line-height:1.08;margin:16px 0 28px;overflow-wrap:anywhere;
}
.bof-photo-soon-eyebrow {font-family:"EB Garamond",Georgia,serif;font-style:italic;font-size:24px}
.bof-photo-soon-note {display:inline-block;border-top:1px solid #ae873b;padding-top:14px;font-size:18px}
#muzjaci_zenke_podmladak.bof-no-photo-profile .muzjaci_zenke_stranica {margin-top:0;padding-top:48px}
@media(max-width:767.98px){
  #muzjaci_zenke_podmladak.bof-no-photo-profile .bof-photo-soon-hero {
    grid-template-columns:1fr;padding:170px 24px 28px;gap:0;min-height:0;
  }
  #muzjaci_zenke_podmladak.bof-no-photo-profile .bof-photo-soon-mascot {max-width:340px;order:-1;margin-bottom:-32px}
  #muzjaci_zenke_podmladak.bof-no-photo-profile .muzjaci_zenke_stranica {padding-top:28px}
}
