/* 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;
}