/* Add custom CSS styles below */ 

/* .bg-storeBG { background-color: var(--bg-primary); justify-content: center; align-items: center; }*/ 
.footer-is-custom .store-footer { background-color: var(--footer-bg); color: var(--footer-text-color); max-width: 1440px; }

footer .leading-6{
  font-size: 16px; /* الحجم الأساسي */
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 3px;
  text-align: center;
}

/* تغيير حجم الخط عندما يتجاوز عرض الشاشة 1024px */
@media (min-width: 1025px) {
  footer .leading-6 {
    font-size: 20px; 
  }
   footer  .w-40 {
    width: 16rem;
}

 footer  .h-40 {
    height: 16rem;
}
}

.s-block--enhanced-features__item p {
    font-size: .75rem;

}
.footer-is-custom .store-footer {

    max-width: 7000px;
}



/* ===== جدول المواصفات ===== */

.specs-title {
    font-size: 30px;
    font-weight: 700;
    color: #2d5cff;
    margin: 25px 0 15px;
    padding-right: 12px;
    border-right: 4px solid #2d5cff;
    text-align: right;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
}

.specs-table th {
    background: #43536b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px;
    text-align: center;
    border: 1px solid #d1d5db;
}

.specs-table td {
    padding: 18px;
    border: 1px solid #e5e7eb;
    text-align: right;
    line-height: 1.8;
    font-size: 15px;
    color: #374151;
}

.specs-table tr:nth-child(even) {
    background: #fafafa;
}

@media (max-width: 768px) {

    .specs-title {
        font-size: 24px;
    }

    .specs-table th,
    .specs-table td {
        padding: 12px;
        font-size: 14px;
    }
}