/* Add custom CSS styles below */ 
.lx-stats-section {
    background: linear-gradient(135deg, #031e2e 0%, #070621 100%)!important;
  
}
:root {
    --primary-color: #0d3826;
    --accent-color: #054c7f;}

.footer-is-light .store-footer {
  
    color: rgb(255 255 255)!important;
    background: linear-gradient(135deg, #031e2e 0%, #070621 100%)!important;
}footer .max-w-\[70px\] {
    max-width: 130px;
    
    /* الكود الجديد: يجعله أبيض تماماً */
    filter: brightness(0) invert(1) !important;
}
.lx-faq-answer.open {
    padding-bottom: 50px;}
.lx-faq-question {
  
    background: linear-gradient(135deg, #031e2e 0%, #070621 100%) !important;
  
    color: white;}
.lx-faq-section {
    background: linear-gradient(135deg, #031e2e 0%, #070621 100%) !important;
}
.store-footer__info-bar{ background: linear-gradient(135deg, #031e2e 0%, #070621 100%) !important; }
.lx-sec-title {
   
    color: white !important;}

.lx-features-section .lx-sec-title {
   
    color: black !important;}
.lx-text-content h2 {
    font-size: 2.125rem;
  
 
}

/* تنسيق الحاوية لضمان الشكل المربع */
.product-entry__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1 !important; /* إجبار الشكل المربع */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
    /* لم نعد بحاجة للون خلفية لأن الصورة ستغطي كل شيء */
}

/* تنسيق الصورة نفسها لتملأ المربع */
.product-entry__image img {
    width: 100% !important;
    height: 100% !important;
    
    /* التغيير هنا: cover تجعل الصورة تغطي كامل المساحة بدون فراغات */
    /* ملاحظة: هذا قد يقص أجزاء من الصورة إذا لم تكن مربعة */
    object-fit: cover !important; 
}


.product-entry__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1 !important;
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: hidden;
    max-height: none !important;
    background: white;
}

.product-entry__title {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* عدد الأسطر المطلوبة */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-entry__subtitle{
    display: none;
}
body{
background-image: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 0%)), url(https://cdn.salla.sa/DAvYl/GZm889VmnPJU7092REX4ZCRPK375ntpaEISegMu6.png) !important ;    background-size: cover;       /* لجعل الصورة تغطي كامل المساحة */
    background-position: center center; /* لتوسيط الصورة */
    position: relative;     
}