header:not(.fixed-header) .custom-header { background: transparent !important; }


.fixed-header .custom-header {
    padding: 0 !important;
}

.custom-header {
    transition: all .3s ease-in-out ;
    -webkit-transition: all .3s ease-in-out 
}


/* obroba za slike*/
.image-box {
  position: relative;
  display: inline-block;
  overflow: visible !important;
}

/* ─── ZGORAJ LEVO ─── */
.image-box::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: 120px;
  height: 120px;
  border-top: 8px solid #9f974f;
  border-left: 8px solid #9f974f;
  z-index: -1;
}

/* ─── SPODAJ DESNO ─── */
.image-box::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 120px;
  height: 120px;
  border-bottom: 8px solid #a5a35c;
  border-right: 8px solid #a5a35c;
  z-index: -1;
}


/* Poravnava ikone in naslova */
#item-1769426773572 .list-item-without-link {
  display: flex;
  align-items: center;   /* TO je ključno */
  gap: 10px;
}


