@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* Add custom CSS styles below */ 
body{
background-color:#001336;
font-family:Cairo;
}

.s-product-card-entry {
    background-color: rgb(255 255 255 / 20%);

}

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


/* ==============================
   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;                   /* إزالة الزوايا الدائرية */
}

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

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}

/* ==============================
   8- المنتجات (Products)
============================== */
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #DBBB68;               /* إطار المنتج */
    border-radius: 8px;                      /* زوايا دائرية */
    overflow: hidden;                        /* إخفاء المحتوى الزائد */
    padding: 10px;                           /* حشو داخلي */
    transition: transform 0.3s ease, 
                box-shadow 0.3s ease;        /* تأثير حركة */
}

.s-product-card-entry:hover,
custom-salla-product-card.s-product-card-entry:hover {
    transform: scale(0.97); /* تصغير بسيط عند الهوفر */
    box-shadow: none;       /* إلغاء الظل */
}

.s-product-card-price {
    color: #DBBB68;       /* لون السعر */
    text-align: center;   /* توسيط السعر */
}

.s-product-card-content-sub {
    text-align: center;
    display: inline-block;
}

.s-product-card-content-title a {
    font-size: 16px;     /* حجم النص */
    font-weight: bold;   /* نص سميك */
    text-align: center;
    display: block;
     color: #DBBB68; 
}

/* ميل للصورة كلها لليمين وقت الهوفر */
.s-product-card-image img {
  transition: transform 0.4s ease;
}

.s-product-card-image img:hover {
  transform: rotate(5deg); /* تميل 5 درجات لليمين */
}

.s-block__title h2 {
    border: 2px solid #5B6453;  /* إطار العنوان */
    border-radius: 10px;        /* زوايا دائرية */
    padding: 10px 20px;         /* مساحة داخلية */
    display: inline-block;      /* عرض داخلي */
    color: #5B6453;             /* لون النص */
    font-weight: bold;          /* سمك النص */
    font-size: 2rem;            /* حجم النص */
}



.s-slider-block__title h2 {
    color: #DBBB68;
}

section.s-block.s-block--banners.container .s-block__title .right-side h2 {
    color: #DBBB68;
}

.s-reviews-testimonial {
    background-color: rgb(255 255 255 / 20%);

}
.s-reviews-testimonial__text {
    color: #DBBB68;
}

.s-slider-v-centered .s-slider-block__title-nav button {
    background-color: #1f2937;
}

.store-footer__inner {
    background-color: #000A28;
}

.store-footer {

    color: #DBBB68;
}

div#mainnav {
    background-color: #2B2D340D;
}

div#mainnav * {
    color: #DBBB68;
}

.top-navbar {
    color: #DBBB68;
}
h1#page-main-title {
    color: #DBBB68;
}
nav.breadcrumbs.w-full.py-5 {
    color: #DBBB68;
}
div#product-2034831102 {
    color: #DBBB68;
}
h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    color: #DBBB68;
}

   .s-comments.s-comments-product{
   background-color: #001336; 
   }
   h2.font-bold.mb-3 {
    color: #DBBB68;
}