/* Add custom CSS styles below */
   .store-header .inner .container .hydrated .s-menu-topnav-list {
    display: none !important;
}
.al-categories .category_card {
    justify-content: space-between;
}
.al-categories h3 {
    font-size: 16px;
}
 @media (min-width: 991px) {
.store-header .inner .container{
    justify-content: center;
}
}
 @media (min-width: 991px) {
.al-categories  .lg\:grid-cols-6 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
}
 @media (max-width: 768px) {
 .al-categories img {
    width: 46%;
}
}
.al-categories img {
    height: auto;
}
 @media (max-width: 768px) {
 footer .container.grid.grid-col-2{
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.store-footer__inner  *{
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
}
.navbar-brand img {
    max-height: 140px !important; /* اتحكم في الطول */
    width: auto !important;       /* العرض يتظبط تلقائي */
    height: auto !important;      /* يمنع التمط */
    display: block !important;
    object-fit: contain !important;
}
@media (max-width: 767px) {
  .navbar-brand img {
    width: auto !important; 
    height: 80px !important;   /* غيري الرقم للحجم اللي يناسبك */
    max-width: 100% !important;
    object-fit: contain !important;
  }
}
footer a.flex.items-center img {
    max-width: 180px !important; /* كبر الرقم حسب اللي يناسبك */
    height: auto !important;
}

footer a.flex.items-center {
    max-width: 180px !important; /* نفس حجم اللوجو */
}
li:has(a[href="https://eliteflowers-sa.com/offers"]) {
    display: none !important;
}
/*******************/
.sg-brands {
  overflow: hidden;
  width: 100%;
  background: var(--color-primary); /* optional */
  padding: 10px 0;
}

.sg-brands .marquee-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
}

.sg-brands .marquee-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: brands-marquee 10s linear infinite;
}

.sg-brands .marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes brands-marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.sg-brands .marquee-content a {
  display: inline-block;
  margin-right: 80px; /* spacing between logos */
}
.marquee-content span{
color:#fff;
}
.sg-brands .marquee-content img {
  height: 50px;
  object-fit: contain;
  aspect-ratio: 130/50;
}



/* pop up */
/* Animation keyframes for zoom-in effect */
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Styles for overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Styles for popup container */
.popup-container {
  z-index: 101;
  animation: zoomIn 1s ease forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Styles for popup header */
.popup-header {
  display: flex;
  justify-content: flex-end;
}

/* Styles for close button */
#closeButton {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: -30px;
  left: -25px;
}

.popup-content img {
max-width:600px
}

@media(max-width:767px){
.popup-content img {
max-width:300px
}
}