body. index .top.navbar, 
body. index div.app-inner.flex-col.min-h-full,
footer{
background: var(--2);
} 
.topnav-is-dark.top-navbar{
    background-color: transparent;
}
/* 🎯 تحسين ارتفاع الهيدر وتوسيط الشعار */

/* حجم الشعار بشكل متناسق */
.navbar-brand img {
    max-height: 60px; /* تصغير الارتفاع */
    width: auto;
    max-width: 120px;
    border-radius: 6px;
    background: transparent;
    object-fit: contain;
}

/* إزالة أي تأثير سابق من #logo */
#logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: transparent;
    height: auto;
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

/* تقليص ارتفاع الهيدر */
#mainnav {
    height: 85px !important; /* ارتفاع الهيدر */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* ضبط الحاوية الداخلية */
.main-nav-container {
    height: 85px !important;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

/* ترتيب العناصر داخل الهيدر بشكل متناسق */
.main-nav-container .items-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* تقليص المسافات العلوية لقائمة التصنيفات */
.main-menu {
    justify-content: center;
    padding-top: 0;
    margin: 0;
}

/* الأيقونة (القائمة الجانبية) */
i.sicon-menu.text-primary.text-2x1.rtl\:ml-2\.5.ltr\:mr-2\.5 {
    color: #000;
    font-size: 22px;
    transition: color 0.3s ease;
}
i.sicon-menu:hover {
    color: #4a4d41;
}

/* ألوان النصوص في الهيدر */
body.index .tob-naver *,
body.index .s-cart-summary-total,
body.index .sicon-user-circle::before,
i.header-btn_icon.icon.sicon-shopping-bag::before,
body.index .main-menu li.root-level1 > a {
    color: #000 !important;
}

/* زر أضف للسلة */
.s-button-btn {
    color: #004956;
    background-color: transparent;
    border: 1.5px solid #1a5276;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
}
.s-button-btn:hover {
    background-color: #1a5276;
    color: #fff;
}

body{
    max-width: 2000px;
    margin: auto;
    /*تغيير رابط صوره الخلفية*/
    url(hsjshhjhdhjhjahjdhshjjhahdjhahjsdhjahdjahj);
    background-size: cover;
    background-repeat: repeat;
}
/*تنسيق زر اضف للسله عند الاقتراب منة */
.s-button-btn:hover{
    color: #fff;/*لون الخط*/
    background-color: #17344c;/*لون الخلفية */
    border-color: #17344c;/*لون الاطار*/

}
/*توحيد البنرات قائمة العناصر
يجب ان تستخدم لكل مجموعة صور نفس السطرعنصر(قائمة العناصر)جديد*/
.s-block--banners> div:not(block__title):has(.squar-photos){
    display: flex;
    justify-content: center;
}
a.banner-entry.square-photos{
    flex: 0 0 23%;
    height: auto !important;
    position:  relative !important;
    padding: 0 !important;
    aspect-ratio: 2/1.13;
}
a.banner-entry.squer-photos.lazy__pg{
    background-size: contain;
    background-repeat: no-repeat;
}
.s-product-card-vertical, .s-product-card-vertical.s-product-card-image img, .s-block--features__item{
    transition: .3s;
}
/*-----تنسيق المنتجات-----*/
.s-product-card-entry{
    border-radius: 40px;
    overflow: hidden;
    border:1px solid;
}
.s-product-card-conter *{
    text-align: center;
    justify-content: center;
}
.s-block__title h2{
    -webkit-text-fill-color: white;
}
/*تنسيق قالب المنتجات */
.s-product-card-vertical .s-product-card-wishlist-btn button{
    background-color: #000000 !important;
    color: white !important;
}
/*تنسيق قالب المنتجات المتحركة*/
body.index .s-product-card-content{
    padding: 0 !important;
}
body.index .s-product-card-entry{
    border-radius: 40px;
    overflow: hidden;
    border:1px solid var(--1);
}
.s-product-card--fit-height .s-product-card-image{
    max-height: initial;
}
body.index .s-product-card-content *{
    text-align: center;
    justify-content: center;
}
/*تنسيق عنوان المنتجات*/
.s-product-card-content-title a{
    padding: 1rem 0.5rem 0.5rem;
}
/*تنسيق ازرار المنتجات */
.s-button-btn{
    padding: 0.9rem;
    color: white;
    border: white;
    background: #1b3c53;
}
body.index .s-button-btn
.s-price-range-number-input{
    padding: 0.9rem;
    color: white;
    border: 0;
}
/*تنسيق ايقونات  مميزات المتجر*
لون الخلفية للبطاقة كاملة */
.s-block--features__item{
    background: #4a4d41;
}
.s-block--features__item:hover{
    transform: translateY(-10px);
}
/*لون الخلفية للايقونة*/
.s-block--features__item.feature-icon{
    background-color: #1c3A4C;
}
/*لون الايقونة*/
.s-block--features__item.feature-icon i{
    color: #fff;
}
/*لون العنوان */
.s-block--features__item h2{
    color: #ffffff;
}
/*لون الوصف*/
.s-block--features__item p {
    color: #ffffff;
}
/* ===================== توسيط محتوى الفوتر بالكامل ===================== */
.store-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

/* ===================== تنسيق معلومات التواصل (الأرقام والإيميل) ===================== */
.store-footer .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.store-footer .contact-info a {
    color: #0a3c4a;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.store-footer .contact-info a:hover {
    color: #ffd700; /* ذهبي عند التمرير */
}

/* ===================== تنسيق أيقونات التواصل الاجتماعي ===================== */
.store-footer .social-links {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.store-footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    color: #0a3c4a;
    font-size: 18px;
    transition: all 0.3s ease;
}

.store-footer .social-links a:hover {
    background-color: #0a3c4a;
    color: #ffffff;
    border-color: #0a3c4a;
    transform: scale(1.1);
}

/* ===================== تجاوب الهواتف ===================== */
@media (max-width: 768px) {
    .store-footer .contact-info {
        font-size: 0.95rem;
    }

    .store-footer .social-links a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

}
.store-footer .flex, .store-footer > div.justify-between{
    justify-content: center;
}
/*لون الخلفية للفوتر*/
.store-footer__inner{
    background-color: #fff !important;
}
/*لن الخلفية للفوتر حقوق النشر*/
.store-footer > div:not(.store-footer__inner){
    background-color: #1b3c53;
}
/*لون عناوين الفوتر */
.store-footer h3 {
    color: ;
}
/*لون روابط الفوتر*/
footer a{
    color: #1b3c53;
}
/*لون الروابط عند الاقتراب */
footer a:hover{
    color: #ffffff;
}
/*لون وصف الفوتر */
.store-footer__inner > div > div :first-of-typy p{
    color: #000;
}
/* لوجو الفوتر*/
.store-footer__inner > div > div:first-of-type{
    position: relative;
    padding-top:4rem;
}
/*لوجو الفوتر بدل الرابط الموجود بالاسفل ضمن الرابط اللوجو
(رابط لوجو) backraund url*/
.store-footer__inner > div > div:first-of-type::before{
    content: "";
    position: absolute;
    inset: 0;
    left: 80px;
    height: 50px;
    background: url("ضع الشعار هنا ان اردت ")no-repeat center;
    background-size: contain;
}
@media (max-width: 1024px){
    .store-footer .max-w-sm{
        margin-left: auto;
        margin-right: auto;
    }
    .store-footer__inner > div > div:first-of-type::before{
        righ: 0}
}
/*لون التصنيفات اعلى المتجر */
.main-menu li.root-level> a{
    padding-top: 0;
    padding-bottom: 2rem;
    font-weight: 700;
    color: #e1d3a2;
}
/*----تنسيق الهيدر-----*/
.navbar-brand{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    padding-left: 3rem;
}
/*تنسيق القائمة الجانبية */
.main-nav-container .items-center:first-child{
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
    

/* Add custom CSS styles below */