.s-block__title{
    justify-content: start;
}
.s-block__title .center-side{
padding-right:0px !important;
}
.s-block__title .center-side:after{
display:none!important;
}
.\!text-\[var\(--fixed-color\)\]{
  color: rgb(47, 115, 167) !important;

}
.s-block__title h1, .s-block__title h2{
    font-weight:900 !important;

}
img[src*="cdn.salla.sa"] {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    margin: 0 auto;
    object-fit: contain;
} 

div.details-slider-wrapper img.lazy.bg-white.h-full.w-full.loaded {
    object-fit: contain !important;
}

/* الخلفية الأساسية */
.store-footer {
    background: linear-gradient(135deg, rgb(47,115,167) 0%, rgba(47,115,167,0.9) 50%, rgb(47,115,167) 100%) !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
}

/* إضافة تأثير خلفية متدرجة */
.store-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* تحسين الحاوية الرئيسية */
.store-footer .container {
    position: relative;
    z-index: 2;
}

/* تحسين عنوان الفوتر */
.footer-title {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    position: relative;
    text-align: center;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    border-radius: 2px;
}

/* تحسين الروابط */
.footer-list a {
    color: #e8eaf6 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    padding: 12px 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    display: block !important;
    margin-bottom: 10px !important;
}

.footer-list a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    color: #ffffff !important;
}

/* تحسين اللوجو */
.footer-logo {
    filter: brightness(1.2) contrast(1.1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) !important;
    transition: transform 0.3s ease !important;
}

.footer-logo:hover {
    transform: scale(1.05) !important;
}

/* تحسين النص الوصفي */
.store-footer p {
    color: #e8eaf6 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
}

/* تحسين روابط التواصل */
.links-contact {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 25px !important;
    padding: 12px 18px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px);
    margin: 5px !important;
}

.links-contact:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
    border-color: #4ecdc4 !important;
}

.links-contact i {
    font-size: 18px !important;
    width: 20px !important;
    text-align: center !important;
    color: #4ecdc4 !important;
}

/* تحسين أيقونات الشبكات الاجتماعية */
.social-link {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    margin: 5px !important;
}

.social-link::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;
}

.social-link:hover::before {
    left: 100%;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

/* ألوان مخصصة لكل شبكة اجتماعية */
.social-link[href*="instagram"]:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.social-link[href*="snapchat"]:hover {
    background: #fffc00 !important;
    color: #000 !important;
}

.social-link[href*="tiktok"]:hover {
    background: #000000 !important;
}

.social-link[href*="youtube"]:hover {
    background: #ff0000 !important;
}



.payment-methods {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr); 
    gap: 15px; 
  justify-items: center; 
  margin: 1rem 0 0 0;
  padding: 0;
}

.itme-method {

  border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #fff !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px;
  transition: transform 0.3s ease;
}

.itme-method:hover {
  transform: scale(1.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

/* تحسين شهادة التوثيق */
.store-footer a[href*="eauthenticate"] {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 20px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.store-footer a[href*="eauthenticate"]:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.store-footer a[href*="eauthenticate"] img {
    border-radius: 8px !important;
    filter: brightness(1.1) !important;
}

.store-footer a[href*="eauthenticate"] strong {
    color: #ffffff !important;
    font-size: 16px !important;
}

/* تحسين الفوتر السفلي */
.footer-bottom {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-bottom p {
    color: #e8eaf6 !important;
    font-size: 14px !important;
}

.footer-bottom a {
    color: #4ecdc4 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.footer-bottom a:hover {
    color: #ffffff !important;
}

/* تأثيرات الحركة */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.saji-anime-item {
    animation: fadeInUp 0.8s ease forwards;
}

.saji-anime-item:nth-child(2) {
    animation-delay: 0.2s;
}

.saji-anime-item:nth-child(3) {
    animation-delay: 0.4s;
}

/* تجاوب الشاشات الصغيرة */
@media (max-width: 768px) {
    .footer-title {
        font-size: 20px !important;
    }
    
    .links-contact {
        width: 200px !important;
        justify-content: center !important;
        margin: 8px auto !important;
    }
    
    .social-link {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .itme-method {
        width: 55px !important;
        height: 40px !important;
        min-width: 55px !important;
    }
    
    .user-contacts .flex {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .payment-methods {
        gap: 8px !important;
        padding: 10px 0 !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 480px) {
    .payment-methods {
        overflow-x: scroll !important;
        scrollbar-width: thin !important;
        scrollbar-color: rgba(255,255,255,0.3) transparent !important;
        padding-bottom: 15px !important;
    }
    
    .payment-methods::-webkit-scrollbar {
        height: 4px !important;
    }
    
    .payment-methods::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.1) !important;
        border-radius: 2px !important;
    }
    
    .payment-methods::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3) !important;
        border-radius: 2px !important;
    }
    
    .itme-method {
        width: 50px !important;
        height: 35px !important;
        min-width: 50px !important;
    }
}

/* تحسين التباعد والتخطيط */
.store-footer .grid {
    gap: 30px !important;
}

.store-footer .container {
    padding: 40px 20px !important;
}

/* تحسين النصوص */
.store-footer * {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* تأثير التمرير السلس */
.store-footer * {
    scroll-behavior: smooth;
}




/* Add custom CSS styles below */ 
.s-rating-stars-wrapper svg {
  fill: #2f73a7; 
  width: 1.875rem;
  height: 2rem;   
  }
.text-\[var\(--product-color\)\]{
  color: rgb(47, 115, 167);
}
.swiper-slide.square-static-item {
    width: 220px !important; 
    height: 100px !important; 
    background-size: contain !important; 
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: transform 0.3s ease;
}

.square-static-images-itmes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.swiper-slide.square-static-item:hover {
    transform: scale(1.05);
}

/* التأكد من عدم تجاوز الصور للحاوية */
.swiper-wrapper.s-slider-swiper-wrapper {
    align-items: center;
}



.s-slider-block__title{
justify-content:space-between;
}

.s-slider-block__display-all{
  color: rgb(47, 115, 167);
}
.product-entry__image .object-contain{
object-fit:cover;
}

@media (min-width: 1024px) {
.s-slider-block__title h2 {
  color: rgb(47, 115, 167);
  /*margin-right:550px;*/
}
.h-full{
height:90%
}
.lazy__bg{
  width:85% !important;
  height:85% !important;
}
.lg\:text-sm {
  font-size: 30px;
  line-height: 35px;
    min-height: 3.5em;

}
h2{
font-size:xxx-large !important;
}
.lg\:gap-4{
  gap:5rem;
}
}
@media (max-width: 767px) {
.s-slider-block__title h2 {
  color: rgb(47, 115, 167);
}
.h-full{
height:90%
}
  .lazy__bg {
    width: 80% !important;
    height: 80% !important;
  }

  .lg\:text-sm {
    font-size: 18px;
    line-height: 25px;
    min-height: 3.5em;

  }