/* تذييل المتجر — أيقونات التواصل (settings/socialLinks) */
.store-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}

.store-footer-social.store-footer-social--empty {
    display: none;
    margin: 0;
}

.store-footer-social .store-sf-icon {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.05rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.store-footer-social .store-sf-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.22);
    filter: brightness(1.06);
}

.store-footer-social .store-sf-facebook { background: linear-gradient(145deg, #1877f2 0%, #0d5dbf 100%); }
.store-footer-social .store-sf-instagram { background: linear-gradient(145deg, #e4405f 0%, #833ab4 45%, #fcb045 100%); }
.store-footer-social .store-sf-tiktok { background: #000000; }
.store-footer-social .store-sf-youtube { background: linear-gradient(145deg, #ff0000 0%, #c40000 100%); }
