.store-footer {
    background: !important
}

.store-footer__inner {
    background-color: #101039 !important;
    color: white !important
}

@media (max-width: 767px) {
    .store-footer__inner * {
        justify-content:center;
        text-align: center
    }

    .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}


footer a[href*="instagram"] {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: white;
}

footer a[href*="facebook"] {
  background-color: #1877f2; /* اللون الرسمي للفيسبوك */
  color: white;
}

footer a[href*="tiktok"] {
  background: black;
  color: white;
}

footer a[href*="snapchat"] {
  background: #fffc00; /* اللون الرسمي سناب */
  color: black;
}

.store-footer [title="youtube"] {
  background-color: #ff0000; /* الأحمر الرسمي يوتيوب */
  color: white;
}