body * {
    font-size: 18px !important;
}

.main-nav-container.fixed-pinned .navbar-brand img,
.navbar-brand img {
    max-height: 6rem; /* تحديد أقصى ارتفاع للشعار */
}

custom-salla-product-card {
    border: solid 2px;
}
salla-slider.photos-slider .swiper-slide {
        margin:0;
        width: 100%;
        padding:0;
    }
    
salla-slider.photos-slider .swiper {
    padding: 0;
}
section.s-block.s-block--photos-slider {
    margin-top: 0;
}

---------------------
/* خلي الكونتينر داخل سلايدر الصور ياخد كامل العرض */
section.s-block.s-block--photos-slider > .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* شيل أي مارجن من فوق السلايدر */
section.s-block.s-block--photos-slider {
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

.footer-is-light .store-footer .store-footer__inner {
 
    background-color: rgb(255 255 255 / 0%);
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;
}

/* الكونتينر داخل البانر ياخد كامل العرض */
.index section.s-block.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100%;
  padding: 0;
}
/* البانر الأول ياخد ارتفاع كامل */
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
.bg-inherit {
    background-color: #FFBE00;
}
.top-navbar.z-1.relative {
   background-color: #FFBE00;
}
.py-0.bg-cover.bg-wrapper-tall.px-4.container {
    height: 430px;
}

@media(max-width:767px){
#photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden{
   padding:0;
}
.s-products-slider-card {
    max-width: 185px;
}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
.banner--fixed img {

    height: 192px; 
    }
.product-item.bg-gradient-to-r.lego-prod-condition.rounded-lg.pb-16 {
    margin-top: 140px;
}
}
@media (min-width: 1024px) {

div#swiper-wrapper-2cc6d8d9f8beea0b {
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
} 
.product-item.bg-gradient-to-r.lego-prod-condition.rounded-lg.pb-16 {
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 225px;
    width: 600px;
}
}
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #DF4D00;
}