:root {
    --first-color: #2f2f2f;
    --second-color:#696969;
    --third-color:#ebebeb;
    --white-color: #fff;
    --logo:  url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/VqvEoq/ieWi0msE6GyPhZkSJXwBvpEOQaKAee045EOdYiMO.png);
}
/* Body */


body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--logo);
    backdrop-filter: blur(15px) grayscale(0.3);
    -webkit-backdrop-filter: blur(15px) grayscale(0.3);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: sophisticatedEntry 2.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
    pointer-events: none; 
}


body:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999998;
    background: 
        radial-gradient(ellipse at 30% 40%, rgba(30, 30, 40, 0.4), transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgba(40, 35, 50, 0.3), transparent 50%),
        linear-gradient(180deg, rgba(20, 20, 30, 0.8), rgba(15, 15, 25, 0.9));
    animation: subtleBackdrop 2.8s ease-out forwards;
    pointer-events: none; 
}

@media (max-width: 768px) {
    body:after {
        background-size: 60%;
    }
}


@keyframes sophisticatedEntry {
    0% {
        opacity: 0;
        transform: scale(0.92) translateY(30px);
        filter: blur(25px) brightness(0.6) drop-shadow(0 10px 40px rgba(0, 0, 0, 0));
        background-position: center calc(50% + 20px);
    }
    20% {
        opacity: 0.6;
        transform: scale(0.96) translateY(15px);
        filter: blur(12px) brightness(0.8) drop-shadow(0 10px 40px rgba(0, 0, 0, 0.2));
        background-position: center calc(50% + 10px);
    }
    45% {
        opacity: 1;
        transform: scale(1.01) translateY(-3px);
        filter: blur(0px) brightness(1) drop-shadow(0 15px 50px rgba(0, 0, 0, 0.4));
        background-position: center calc(50% - 5px);
    }
    55% {
        background-position: center calc(50% + 8px);
    }
    65% {
        opacity: 1;
        transform: scale(0.995) translateY(2px);
        filter: blur(0px) brightness(1) drop-shadow(0 12px 45px rgba(0, 0, 0, 0.35));
        background-position: center calc(50% - 3px);
    }
    72% {
        background-position: center calc(50% + 5px);
    }
    80% {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: blur(0px) brightness(1) drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
        background-position: center 50%;
    }
    95% {
        opacity: 0.7;
        transform: scale(0.97) translateY(-40px);
        filter: blur(8px) brightness(0.9) drop-shadow(0 20px 60px rgba(0, 0, 0, 0.2));
        background-position: center calc(50% - 40px);
    }
    100% {
        opacity: 0;
        transform: scale(0.94) translateY(-80px);
        filter: blur(20px) brightness(0.7) drop-shadow(0 30px 80px rgba(0, 0, 0, 0));
        background-position: center calc(50% - 80px);
    }
}


@keyframes subtleBackdrop {
    0% {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    30% {
        opacity: 1;
        backdrop-filter: blur(8px);
    }
    75% {
        opacity: 1;
        backdrop-filter: blur(8px);
    }
    100% {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
}


@media (min-width: 769px) {
    body:after {
        animation: 
            sophisticatedEntryDesktop 2.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    

    @keyframes sophisticatedEntryDesktop {
        0% {
            opacity: 0;
            transform: scale(0.92) translateY(30px);
            filter: blur(25px) brightness(0.6) drop-shadow(0 10px 40px rgba(0, 0, 0, 0));
            background-position: calc(50% - 15px) calc(50% + 20px);
        }
        20% {
            opacity: 0.6;
            transform: scale(0.96) translateY(15px);
            filter: blur(12px) brightness(0.8) drop-shadow(0 10px 40px rgba(0, 0, 0, 0.2));
            background-position: calc(50% + 10px) calc(50% + 10px);
        }
        45% {
            opacity: 1;
            transform: scale(1.01) translateY(-3px);
            filter: blur(0px) brightness(1) drop-shadow(0 15px 50px rgba(0, 0, 0, 0.4));
            background-position: calc(50% - 8px) calc(50% - 5px);
        }
        55% {
            background-position: calc(50% + 12px) calc(50% + 8px);
        }
        65% {
            opacity: 1;
            transform: scale(0.995) translateY(2px);
            filter: blur(0px) brightness(1) drop-shadow(0 12px 45px rgba(0, 0, 0, 0.35));
            background-position: calc(50% - 6px) calc(50% - 3px);
        }
        72% {
            background-position: calc(50% + 8px) calc(50% + 5px);
        }
        78% {
            background-position: calc(50% - 4px) calc(50% + 2px);
        }
        80% {
            opacity: 1;
            transform: scale(1) translateY(0);
            filter: blur(0px) brightness(1) drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
            background-position: 50% 50%;
        }
        95% {
            opacity: 0.7;
            transform: scale(0.97) translateY(-40px);
            filter: blur(8px) brightness(0.9) drop-shadow(0 20px 60px rgba(0, 0, 0, 0.2));
            background-position: calc(50% + 5px) calc(50% - 40px);
        }
        100% {
            opacity: 0;
            transform: scale(0.94) translateY(-80px);
            filter: blur(20px) brightness(0.7) drop-shadow(0 30px 80px rgba(0, 0, 0, 0));
            background-position: calc(50% - 10px) calc(50% - 80px);
        }
    }
}


@media (max-width: 768px) {
    body:after {
        animation: sophisticatedEntryMobile 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    
    @keyframes sophisticatedEntryMobile {
        0% {
            opacity: 0;
            transform: scale(0.94) translateY(20px);
            filter: blur(20px) brightness(0.7);
            background-position: center calc(50% + 15px);
        }
        40% {
            opacity: 1;
            transform: scale(1.005) translateY(-2px);
            filter: blur(0px) brightness(1);
            background-position: center calc(50% - 3px);
        }
        50% {
            background-position: center calc(50% + 5px);
        }
        75% {
            opacity: 1;
            transform: scale(1) translateY(0);
            filter: blur(0px) brightness(1);
            background-position: center 50%;
        }
        100% {
            opacity: 0;
            transform: scale(0.96) translateY(-50px);
            filter: blur(15px) brightness(0.8);
            background-position: center calc(50% - 50px);
        }
    }
}


body:before {
    box-shadow: inset 0 0 200px 50px rgba(0, 0, 0, 0.2);
}


@media (prefers-reduced-motion: no-preference) {
    body:after {
        will-change: transform, opacity, filter, background-position;
    }
    
    body:before {
        will-change: opacity, backdrop-filter;
    }
}
body{
font-family:cairo;

}
body {
  background: #fff;
  background-color:var(--third-color);

background-repeat: no-repeat;
background-size:cover !important;
background-position:center;
width:100%;
height:100%;
background-attachment:fixed;
margin:0;
padding:0;}

.top-navbar .s-search-input {
  
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.bg-inherit {
    background-image: linear-gradient(to left, var(--third-color),var(--third-color));
}
#mainnav{
background-color: var(--third-color);
}
.sicon-user-circle {
    content: "\f072";
   
    border: none
}

.sicon-user-circle:hover {
    content: "\f072";
    color: var(--second-color)
}

.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    
    border: none
}

.header-btn__icon.icon:hover {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--second-color)!important
}

.sicon-shopping-bag:before {
    content: "\e901";
    text-align: center
}

.sicon-user-circle:before {
    content: "\f077";
    text-align: center
}

i.text-base.sicon-shopping-bag:before {
    content: "\ea6e";
    text-align: center
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--tw-text-opacity));
    
}
.s-cart-summary-total:hover {
 color:var(--second-color);
}
.s-cart-summary-total > i:nth-child(1):hover {
 color:var(--second-color);
}

.sicon-menu {
    content: "\ed7f";
   
}

.sicon-menu:hover {
    content: "\ed7f";
   color:var(--second-color);
}



}
.text-primary {
 color:var(--first-color);
}
/* الرمز السعودي و علامة المنيو و القلب */
[class^="sicon-"] {color: var(--first-color);}
/* الرمز السعودي */
.s-cart-summary-total > i:nth-child(1){
color: var(--first-color);

}

 
.header-btn__icon { color:var(--first-color);}
.s-cart-summary-total
{
color:var(--first-color);
}
#mobile-menu{
color:var(--first-color);

}@media (max-width: 1024px) {
  #mobile-menu {
    background-image: linear-gradient(to left, var(--third-color),var(--third-color));
  }
}
.navbar-brand img:hover {
    -webkit-animation: blink-1 .6s both;
    animation: blink-1 .6s both
}

@-webkit-keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}




nav[data-mm-spn-title="القائمة الرئيسية"]::after {
color:#000000;
}


.banner--fixed img{background-color: transparent;
}
section.s-block {
  opacity: 0;                   
  transform: translateY(30px);  
  transition: opacity 0.6s, transform 0.6s;  
}

section.s-block.show {
  opacity: 1;                   
  transform: translateY(0);      
}

section.s-block {
  transition: opacity 0.6s, transform 0.6s;
}
section.s-block:not(.show) {
  opacity: 0;
  transform: translateY(30px);
}
.banner-entry {
background-color: transparent;
}
/* card---------------------- */ 

/* General start */




section:nth-child(5) img{
transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}


.product__description a {
    --tw-text-opacity: 1;
    color: #1d4ed8;
    color: rgba(29,78,216,var(--tw-text-opacity));
    color: var(--first-color)
}



.product__description a {
    --tw-text-opacity: 1;
    color: #1d4ed8;
    color: rgba(29,78,216,var(--tw-text-opacity));
    color: var(--first-color)
}



.s-block--photos-slider {
    margin-top: 0!important
}

.swiper {
    padding-left: 0!important
}



salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-top: -5px;
    margin-left: 1.1rem;
    margin-right: 10px;
    height: auto;
    width: 102%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

@media(max-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin-top: -5px;
        margin-left: 1.1rem;
        margin-right: 2px;
        height: auto;
        width: 107%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
}


.s-social-share-btn span svg {
    height: 1rem;
    width: 1rem;
    color: var(--first-color);
}


.s-products-slider-card {
    width: 70%;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}


.s-product-card-vertical {
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
    border: none;
    padding: 0;
    width: 90%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.s-product-card-vertical::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--first-color) 0%, var(--third-color) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.s-product-card-vertical:hover::before {
    opacity: 1;
}

.s-product-card-vertical:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}


.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-radius: 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.s-product-card-vertical .s-product-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(255,255,255,0.9) 0%, transparent 100%);
    pointer-events: none;
}

.s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.s-product-card-vertical:hover .s-product-card-image-cover {
    transform: scale(1.08);
}


.s-product-card-vertical .s-product-card-wishlist-btn button {
    --tw-bg-opacity: 1 !important;
    background-color: white !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    transition: all 0.3s ease;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--third-color) !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


.s-product-card-content {
    border-radius: 0;
    padding: 1.5rem 1.25rem;
    align-items: flex-start;
    background: white;
    position: relative;
}

.s-product-card-content-sub {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


.s-product-card-content-title a {
    color: #1a202c;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.s-product-card-content-title a:hover {
    color: var(--first-color);
}


.s-product-card-price {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 800;
    background: linear-gradient(135deg, var(--first-color) 0%, var(--third-color) 100%) !important;
    padding: 12px 20px;
    border-radius: 25px;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.s-product-card-price::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.s-product-card-vertical:hover .s-product-card-price::before {
    left: 100%;
}

.s-product-card-content-sub .sicon-sar::before {
    color: white !important;
    font-weight: 700;
}


.s-button-primary-outline {
    color: var(--first-color);
    border: 2px solid var(--first-color);
    background: white;
    border-radius: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.s-button-primary-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--first-color) 0%, var(--third-color) 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

.s-button-primary-outline:hover {
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.s-button-primary-outline:hover::before {
    left: 0;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    width: 140px;
}

/* Card Entry Animation */
.s-product-card-entry {
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.2);
}


button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock,
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    opacity: 0;
}


@media (max-width: 480px) {
    .s-products-slider-card {
        width: 80%;
        padding-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .s-product-card-vertical {
        width: 90%;
    }
    
    .s-product-card-price {
        font-size: 1rem;
        padding: 10px 16px;
    }
    
    .s-product-card-content {
        padding: 1.25rem 1rem;
    }
}


.s-product-card-vertical::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, var(--first-color) 0%, transparent 70%);
    opacity: 0.03;
    pointer-events: none;
    transition: all 0.5s ease;
}

.s-product-card-vertical:hover::after {
    opacity: 0.08;
    transform: scale(1.5);
}



.store-footer {
    font-size: 14px;
    text-align: center;
    position: relative;
    padding: 60px 0 20px;
}

.store-footer__inner .flex {
    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}


.footer-is-light .store-footer {
    background: var(--third-color);
    position: relative;
    overflow: hidden;
}


.footer-is-light .store-footer::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--first-color);
    border-radius: 50%;
    top: -50px;
    left: -50px;
    opacity: 0.08;
    animation: moveCircle1 12s ease-in-out infinite;
}

@keyframes moveCircle1 {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(100px, 80px);
    }
    50% {
        transform: translate(200px, 50px);
    }
    75% {
        transform: translate(150px, 120px);
    }
}


.footer-is-light .store-footer .moving-circle-2 {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--second-color);
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    opacity: 0.06;
    animation: moveCircle2 16s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.footer-is-light .store-footer::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--second-color);
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    opacity: 0.06;
    animation: moveCircle2 16s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes moveCircle2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(-120px, -60px) rotate(120deg);
    }
    66% {
        transform: translate(-80px, -100px) rotate(240deg);
    }
}


.footer-is-light .store-footer {
    position: relative;
}

.footer-is-light .store-footer::before {
    box-shadow: 
        300px 200px 0 -50px var(--first-color),
        -150px 250px 0 -60px var(--second-color),
        400px 100px 0 -70px var(--first-color);
}

@keyframes moveCircle1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(100px, 80px) scale(1.1);
    }
    50% {
        transform: translate(200px, 50px) scale(0.9);
    }
    75% {
        transform: translate(150px, 120px) scale(1.05);
    }
}

.footer-is-light .store-footer .store-footer__inner {
    border-radius: 30px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    color: var(--second-color);
    padding: 50px 30px;
    margin: 0 20px;
    box-shadow: 
        0 20px 60px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.store-footer h3:hover {
    color: var(--white-color);
    transform: scale(1.05);
    cursor: pointer;
}

.store-footer__inner {
    text-align: center;
}

.s-contacts-list-vertical {
    justify-content: center;
    text-align: center;
}

.bg-white {
    background-color: var(--white-color);
    position: relative !important;
    box-shadow: none !important;
}

.main-nav-container {
    min-height: 0;
}


.store-footer h3 {
    color: var(--white-color);
    background: linear-gradient(135deg, var(--first-color) 0%, var(--second-color) 100%);
    padding: 15px 40px;
    border-radius: 100px;
    font-size: 1.125rem;
    font-weight: 700;

    display: inline-block;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.store-footer h3::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 100px;
    background: linear-gradient(135deg, var(--first-color), var(--second-color));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.store-footer h3:hover::after {
    opacity: 1;
    animation: glow 1.5s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% {
        filter: blur(10px);
        opacity: 0.5;
    }
    50% {
        filter: blur(15px);
        opacity: 0.8;
    }
}


.store-footer {
    position: relative;
}

.store-footer .store-footer__inner::after {
    content: "برمجة وتطوير \00a0 \00a0 ADFAZ";
    color: var(--first-color) !important;
    font-size: 16px;
    opacity: .9;
    text-align: center;
    font-family: 'Marhey';
    font-weight: 700;
    width: 100%;
    display: block;
    padding: 15px 0;
    margin-top: 15px;
    position: relative;
    background: none;
    box-shadow: none;
    animation: none;
}


.footer-is-light .store-footer .store-footer__inner::before {
    content: "";
    display: block;
    height: 110px;
    width: 110px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 2rem;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
    animation: logoFloat 4s ease-in-out infinite, logoRotate 20s linear infinite;
    position: relative;
}

@keyframes logoFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes logoRotate {
    0%, 100% {
        filter: drop-shadow(0 10px 30px var(--first-color)) brightness(1);
    }
    25% {
        filter: drop-shadow(0 10px 30px var(--second-color)) brightness(1.1);
    }
    50% {
        filter: drop-shadow(0 10px 30px var(--first-color)) brightness(1);
    }
    75% {
        filter: drop-shadow(0 10px 30px var(--second-color)) brightness(1.1);
    }
}

.footer-is-light .store-footer .store-footer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}


.s-contacts-list {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

}

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--second-color);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.s-contacts-icon:hover {
    transform: translateY(-5px) scale(1.1);
    background: var(--first-color);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}


.footer-is-light .store-footer .store-footer__inner .pulse-decoration {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--first-color);
    border-radius: 50%;
    top: 20px;
    right: 30px;
    opacity: 0.05;
    animation: pulse 4s ease-in-out infinite;
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.1;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 100% !important;
    }
}

.main-content > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1) > i:nth-child(1),
.starting-or-normal-price > h2:nth-child(1) > i:nth-child(1) {
    color: var(--first-color);
}

a.flex {
    display: none !important;
}


@media (max-width: 768px) {
    .footer-is-light .store-footer .store-footer__inner {
        padding: 40px 20px;
        margin: 0 15px;
    }
    
    .store-footer h3 {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .s-contacts-list {
        gap: 1rem;
    }
}

.inner {
    box-shadow: 0 6px 12px #333333; /* ظل صريح بدون شفافية */
    border-radius: 12px;


}

.contact-icon {
    position: fixed;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    background: linear-gradient(135deg, #ffffff, #f2f2f2); /* أبيض مع رمادي فاتح */
    color: #111; /* أسود */
    border: 2px solid #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: all 0.3s ease;
}
.contact-icon:hover {
    background: linear-gradient(135deg, #111, #333); /* أسود متدرج */
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}
.contact-options {
    display: none;
    position: fixed;
    bottom: 160px;
    right: 20px;
    background: linear-gradient(135deg, #ffffff, #f7f7f7); /* خلفية أبيض/رمادي */
    border: 2px solid #333;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
}
.contact-options a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #111; /* روابط سوداء */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-weight: 500;
}
.contact-options a:last-child {
    border-bottom: none;
}
.contact-options a:hover {
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    transform: translateX(-3px);
}
.icon {
    font-size: 24px;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}

header.store-header:before {
    content: '';
    background: url(https://i.postimg.cc/Y0rDt0YP/Screenshot-2025-10-04-202948.png);
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: var(--first-color);
    background-position: center;
    margin-bottom: 16px;
    z-index: 9999999999999999;
    color:black;
}
@media (max-width: 767px) {
  header.store-header::before {
    background-size: 180%;
    height: 39px;
    background-position: center;
    margin-bottom: -2px;
  }
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}