.s-product-card-content{
padding:5px;
}
/* زر الأكوردين */
.sayed-accordion { 
  background: #f7f7f7; 
  cursor: pointer; 
  width: 100%; 
  padding: 12px 10px; 
  border: none; 
  text-align: right; 
  font-size: 16px;   /* أكبر حجم الخط */
  font-weight: 700;  /* خط أسمك */
  margin-bottom: 3px; 
  border-radius: 6px; 
  transition: background 0.3s; 
  position: relative;
}

/* إضافة السهم باستخدام ::after */
.sayed-accordion::after {
  content: "▶"; /* سهم مغلق */
  position: absolute;
  left: 10px; /* على اليسار */
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 14px;
}

/* عند الفتح، السهم يدور */
.sayed-accordion.active::after {
  transform: translateY(-50%) rotate(90deg);
}

/* panel الأكوردين */
.sayed-panel { 
  max-height: 0; 
  overflow: hidden; 
  transition: max-height 0.4s ease, padding ease; 
  background: #fff; 
  padding: 0 12px; 
  border-radius: 0 0 6px 6px; 
}
.sayed-panel.open { 
  padding: 0px 12px;
    transition: max-height 0.4s ease, padding ease-in; 
height: 125px !important;
  max-height: 125px !important;

}

/* العنوان الفرعي داخل الأكوردين */
.accordion-title-extra {
  font-weight: bold;
  margin-bottom: 8px;
}
/* الشريط العلوي */
.top-navbar {
display:none;
}
/* اخفاءالقائمة من الموبيل*/
.mburger{
display:none;
}
.mobile-menu{
display:none;
}
/* اللوجو */
.navbar-brand img{
max-width: 175px;
max-height: 85px;
}
/*style card*/
.s-product-card-image{
border: 1px solid;
border-bottom: none; 
}
.s-product-card-content {
border-bottom-left-radius: .75rem;
border-bottom-right-radius: .75rem;
}
/*طريقة عرض المنتجات*/
.s-products-list-vertical-cards {
grid-template-columns: repeat(2, minmax(0, 300px));
}
@media(max-width:992px){
  .s-products-list-vertical-cards {
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 1.625rem;

}
}
/*زر الـ Wishlist */
.s-product-card-vertical .s-product-card-wishlist-btn {
position: relative;
right: auto;
left: auto;
}
/* حجم الخط */
.main-menu li>a {
font-size: 1rem;
padding: 0px 6px 6px !important;
}
.main-menu {
  padding-bottom: 2rem;
}
/* طول المنتج */
.s-product-card-fit-height .s-product-card-image {
    height: 10rem;
    min-height: 22rem;
}
@media(max-width:768px){
  .s-product-card-fit-height .s-product-card-image {
    height: 10rem;
    min-height: 24rem;
}
.s-product-card-image-cover {
    object-fit: contain;
}
}
.s-product-card-image-cover {
object-fit: cover;
}
/*زر السلة*/
.sicon-shopping-bag:before {
content: "\e901" !important;
}
/*زر اضف الي السلة*/
button[product-type="product"]{
  color: #222;
}
button[product-type="product"]:hover{
  background-color:white !important;
  border-color: #222;
  color: #222;
}
/*اخفاء وسائل التواصل */
.s-contacts{
display: none;
} 
/*الفوتر*/
.s-payments-list-item{
border: 1px solid #ddd;
}
.footer-is-light .store-footer .store-footer__inner{
    border: 1px solid;
    padding-right: 30px;
}
.store-footer > div:nth-of-type(2) {
    background-color: #222;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
}
.copyright-text p{
color:white;

}
/*صفحة الادارة*/

/* 1. إخفاء أي عناصر متبقية من المحتوى القديم لمنع التكرار إذا فشل الجافاسكريبت في إزالتها */
.content-entry h4,
.content-entry p:not(.salla-accordion-panel p) {
    display: none !important;
}

/* 2. تنسيق الأكورديون الأساسي */
.salla-accordion-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

/* 3. تنسيق زر العنوان (summary) */
.salla-accordion-header {
    background-color: #f8f8f8;
    color: #333;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex; 
    align-items: center;
    list-style: none;
    position: relative;
    border-radius: 8px; 
    /* إضافة transition لتغيير لون الخلفية عند التفاعل */
    transition: background-color 0.3s ease;
}

/* تأثير التمرير على العنوان */
.salla-accordion-header:hover {
    background-color: #f0f0f0; 
}

/* إزالة رمز السهم الافتراضي للمتصفح */
.salla-accordion-details > summary::-webkit-details-marker,
.salla-accordion-details > summary::marker {
    content: none;
    display: none;
}

/* 4. تنسيق أيقونة الهاتف */
.salla-accordion-icon {
    margin-left: 10px;
    color: #4CAF50; 
    font-size: 1.1em;
}

/* 5. تنسيق السهم (Caret) وتدويره بانسيابية */
.salla-caret-icon {
    margin-right: 15px;
    transition: transform 0.3s ease; /* الانسيابية في الدوران */
    font-size: 0.8em;
}

/* تدوير السهم (180 درجة) عند فتح اللوحة */
.salla-accordion-details[open] .salla-caret-icon {
    transform: rotate(180deg);
}

/* 6. تنسيق اللوحة (panel) وجعل ظهورها سلسًا باستخدام الشفافية والـ padding */
.salla-accordion-panel {
    /* الخصائص الأساسية */
    background-color: #fff;
    line-height: 1.6;
    border-top: 1px solid #e0e0e0;
    
    /* خصائص الانسيابية */
    opacity: 0;
    padding: 0 15px; /* صفر في البداية */
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
}

/* عند فتح اللوحة، قم بتطبيق خصائص الانسيابية */
.salla-accordion-details[open] .salla-accordion-panel {
    opacity: 1;
    padding: 15px; /* قيمة البادينغ المعتادة */
    /* نستخدم قيمة كبيرة هنا لأننا لا نستطيع حساب الارتفاع الفعلي بدقة في CSS */
    max-height: 500px; /* قيمة كبيرة بما يكفي لاحتواء المحتوى */ 
}


/* 7. تعديلات تنسيق المحتوى الداخلي داخل اللوحة */
.salla-accordion-panel p {
    margin-bottom: 10px !important; 
    padding-bottom: 0 !important;
}

/* تعديل العنوان الداخلي ليأخذ المساحة المتبقية */
.salla-header-title {
    flex-grow: 1; 
}