.store-footer h3 {
    color: #ffffff;
    color: #ffffff;
}

.dark .contact-links a {
    color: #000000;
}

:root {
    --font-main: 'Cairo';
    --font-secondary: 'Cairo';
    --color-primary: #00232d;
    --color-primary-dark: #000007;
    --color-primary-light: #264953;
    --color-primary-reverse: #cceff9;
    --dark-bg-main: #01171e;
    --dark-bg-sec: #9a1b22;
    --dark-text-main: #ffffff;
    --dark-text-sec: #5f0d40;
    --dark-grey: #a3a3a3;
    --text-btn: #ffffff;
    --bg-color: #ffffff;
}

.divider-icon img {
    max-height: 120px !important;
    height: auto !important;
    width: auto !important;
}
/* تجهيز العنصر */
.divider-icon {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

/* طبقة اللمعة */
.divider-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 210, 122, 0.6),
        transparent
    );
    transform: skewX(-20deg);
    opacity: 0;
}

/* تشغيل الانميشن */
.divider-icon.shine::after {
    animation: shineEffect 0.7s ease forwards;
    opacity: 1;
}

@keyframes shineEffect {
    100% {
        left: 125%;
    }
}





/* spergag */

/* ===== العنوان ===== */
section.special-product:nth-of-type(3) h2,
section.special-product:nth-of-type(4) h2 {
    color: #e63928 !important;
    text-shadow:
        0 0 6px rgba(230,57,40,0.45),
        0 0 14px rgba(230,57,40,0.25),
        0 0 28px rgba(230,57,40,0.12);
}

/* ===== الوصف ===== */
section.special-product:nth-of-type(3) p.da-tm,
section.special-product:nth-of-type(4) p.da-tm {
    color: #e09736 !important;
    text-shadow:
        0 0 5px rgba(224,151,54,0.40),
        0 0 12px rgba(224,151,54,0.22),
        0 0 22px rgba(224,151,54,0.10);
}

section.special-product:nth-of-type(3) .special-price-instead,
section.special-product:nth-of-type(4) .special-price-instead {
    color: #ffffff !important;
}


section.special-product:nth-of-type(3) .sale-end,
section.special-product:nth-of-type(4) .sale-end {
    color: #ffffff !important;
}




}