/* Add custom CSS styles below */ 


.navbar-brand img {
    max-height: 6rem !important;
}
/*banner main*/
body {
  background-color:#f9fafc !important;
}
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}

 .s-slider-block__title-nav {
    display: none !important;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 !important;
  margin:0 !important;
}

[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0 !important;
}

.banner--fixed img {
    background-color: transparent !important;
    border-radius: 0 !important;

}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100% !important;
    padding: 0 !important;
}
/*grid section*/
 .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

 .banner-entry {
    height: 158px;
    background-color: transparent;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}

.s-product-card-entry {
    border: 4px solid #d7611b;
}

.s-slider-block__title {
    justify-content: center !important;
}
.s-slider-block__title-right h2 {
    color: #d7611b !important;
    font-size: 30px !important;
    border: 1px solid #d7611b;
    border-left: 0 !important;
    border-right: 0 !important;
    width: fit-content !important;
    line-height: 48px;
    padding:0 !important;
}
/*footer*/
.store-footer__inner,
footer.store-footer {
    background-color: #ebebeb !important;
    color: #000000;
}

@media(max-width: 768px){
 .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
 .banner-entry {
    height: 92px;
}

footer.store-footer p.text-gray-400.mb-2\.5.md\:mb-0 img {
    margin: auto !important;
}
.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
}
/* إخفاء اسم المتجر */
.store-footer .flex.items-center.m-0 h3 {
  display: none !important;
}

/* تعديل العنصر اللي بيحوي اللوجو */
.store-footer .flex.items-center.m-0 {
  display: flex !important;
  align-items: center !important;
  gap: 10px; /* مسافة بين اللوجو وأي عنصر تاني */
}

/* إدراج اللوجو */
.store-footer .flex.items-center.m-0::before {
  content: "";
  display: inline-block;
  width: 250px;
  height: 100px;
  background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/RAPzPE/XrsUMuxdUqj6I50t2Bps82hWEHhVl9nIICnmIVFB.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* تكبير اللوجو في الهيدر */
.navbar-brand img {
    height: 100px !important; /* ارتفاع مخصص */
    max-height: unset !important; /* يلغي الحد الأقصى */
    width: auto !important; /* يحافظ على النسبة */
}