/* Add custom CSS styles below */ 
Body{background-color:#FFFAFD

/* Footer */
.store-footer,
.store-footer .store-footer__inner {
  background-color: var(--color-primary) !important;
}

footer * {
  border-color: white;
}

footer .copyright-text p,
footer .copyright-text p a:hover{
  color:white!important
}

/* Media Queries */
@media (max-width: 768px) {
  .one-row .banner-entry,
  .two-row .banner-entry,
  .one-row .banner-entry:first-child,
  .two-row .banner-entry:first-child {
    height: 100px;
  }
  .s-products-slider-card {
    width: 55%;
  }
  .md\:grid-cols-3 {
    margin: 1rem auto !important;
  }
footer *{
    text-align:center;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}
/* إزالة الهوامش الافتراضية لعنوان h3 داخل الفوتر */
footer a.flex.items-center.m-0 h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: white;
}