/* تنسيق الفوتر الأساسي */
.store-footer {
  background-color: #000 !important; /* الخلفية السوداء */
  color: #fff !important;
  position: relative;
  padding-top: 40px !important;
  margin-top: 50px !important;
  box-shadow: 0 -10px 25px rgba(212, 175, 55, 0.5) !important; /* الظل الذهبي */
  overflow: hidden !important;
}

/* الشكل الدائري للجزء العلوي */
.store-footer::before {
  content: "" !important;
  position: absolute !important;
  top: -50px !important;
  left: 0 !important;
  right: 0 !important;
  height: 100px !important;
  background-color: #000 !important;
  border-radius: 50% 50% 0 0 / 100% !important;
  transform: scaleX(1.5) !important;
  z-index: 1 !important;
}