/* Add custom CSS styles below */ 

.p-4 {
    padding: 0rem;
}
@media only screen and (max-width: 767px) {
.s-products-slider-wrapper .s-slider-container{
  width:430px;
}
.store-footer .store-links-items{
  column-count:1;
  text-align: center;
  display: inline-block;
 
  
}
  .tabs.tabs__flex.tabs__outline.mb-4{
    display: flex !important;
    justify-content: center !important; /* التوسيط الأفقي */
    align-items: center !important;    /* التوسيط العمودي */
    text-align: center !important;
  }
  .store-footer .footer-container .footer-list a{
    max-width: 750px;
    font-size: 17px;
  }
.footer-profile p{
    line-height: 1.5; /* زيادة المسافة بين الأسطر لإعطاء "نفس" للنص */

    text-align: center; /* توسيط النص ليتناسب مع واجهات المتاجر */

    max-width: 750px; /* منع النص من التمدد العرضي المزعج */

  
     /* توسيط الكتلة النصية في الصفحة */

    

    font-size: 17px; /* حجم خط مثالي للقراءة */

    word-spacing: 1.2px; /* مسافة بسيطة بين الكلمات لمنع تداخل الحروف */

}}