/* Add custom CSS styles below */ 
   2- إعدادات الصفحة الأساسية (Body)
============================== */
body#app {
    
background-size: cover !important;
  background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg-fixed {
    background-attachment: unset;
}

.bg-contain {
    background-size: cover;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: -24px;
}
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body{
    font-family: "Cairo" !important;
  
}

.one-row .banner-entry:first-child {
    grid-column: span 1 / span 1; /* امتداد عمود واحد */
    grid-row: span 1 / span 2;    /* امتداد صفين */
}


.index section.s-block--fixed-banner:nth-of-type(1) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}



.banner-entry {
    height: 240px !important;
    background-color: rgb(255 255 255 / 0%);
}

/* ==============================
   3- إعدادات اللازي لود (Lazy Loading)
============================== */
.lazy__bg.lazy.entered.loaded {
    background-size: contain;      /* ملاءمة الخلفية بدون قص */
    background-repeat: no-repeat;  /* منع التكرار */
}

/* ميديا كويري للشاشات الصغيرة */
@media (max-width: 768px) {
   .banner-entry {
    height: 200px !important;
}
  .s-block--banners .grid.one-row {
    display: grid;                         /* تفعيل شبكة العرض */
    grid-template-columns: repeat(2, 1fr); /* 4 أعمدة متساوية */
}
}

/* ==============================
   4- إعدادات الصور والبنرات
============================== */
a.banner-entry.square-photos {
    background: transparent; /* خلفية شفافة */
}

.banner-entry {
    transition:
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),       /* حركة تكبير/تصغير */
        background-size 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), /* انتقال حجم الخلفية */
        background-position 0.6s ease;                             /* انتقال موضع الخلفية */
}

.banner-entry:hover {
    transform: scale(1.05) translateY(-10px); /* تكبير وتحريك لأعلى عند الهوفر */
}

img {
    background: transparent !important; /* إزالة خلفية الصور */
    border-radius: 0;                   /* إزالة الزوايا الدائرية */
}


button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-color: #CBBED9;
    
}

.flex.h-full.transition-shadow.duration-500.hover\:shadow-default.bg-white.da-bgg.rounded-lg.relative {
    background-color: transparent;
}

[class^=sicon-], [class*=" sicon-"] {
    color: #CBBED9;
}




/* ==============================
   12- responsive
============================== */

@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;
}
}

@media (min-width: 1024px) {
    .swiper-wrapper {
        display: flex;
        justify-content: space-evenly !important;
        align-items: center;
    }
  .index section.s-block--fixed-banner:nth-of-type(9) > .container {
    max-width: 30%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}
}