.undefined{
    animation: signal 1200ms infinite;
}
    @keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #facc14e5
    }

    100% {
        box-shadow: 0 0 0 10px #fff0
    }
}


.slide--cat-entry {
    height: 13rem;
    background-color: rgb(255 255 255 / 0%);
    width: 12rem;
}
    @media (min-width: 768px) {
    .min--6 {
        width: 16.666667%;
        max-width: 16.6667%;
    }
}

a.navbar-brand.p-1 {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

a.navbar-brand.p-1>img {
    zoom:1.15}
    
    
    /* كبّر الأيقونة داخل السلايد، وألغِ أي حدود/ظلال/إطارات */
.slide--cat-entry .lazy__bg {
  width: 120px !important;      /* موبايل */
  height: 120px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* تكبير إضافي على الشاشات الأكبر */
@media (min-width: 768px) {
  .slide--cat-entry .lazy__bg {
    width: 140px !important;    /* تابلت/دسك توب */
    height: 156px !important;
  }
}

/* لو كان في إطار مضاف من عناصر الأب، اطفيه */
.slide--cat-entry,
.slide--cat-entry * {
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
}

/* اختيارية: لو ما تبغى الشكل دائري، خليها مربّعة */
// .slide--cat-entry .lazy__bg { border-radius: 0 !important; }

/* أو لو تبغاه دائري وكبير، ثبّت الدائرة */
.slide--cat-entry .lazy__bg {
  border-radius: 1% !important; /* احذف السطر لو تبغاه مربّع */
}