/* Add custom CSS styles below */

.top-navbar {
    background: #28a852;
}

i.header-btn__icon{
    color:#28a852 !important;
}

/** silder block ***/
body{
  background-color: #fff !important;
}

section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

/** End silder block ***/




/** banners blocks ***/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}

.banner--fixed img {
    border-radius: 0 !important;
}

/** End banners ***/


section:nth-of-type(2) .grid{
    grid-template-columns: repeat(2,minmax(0,1fr));

}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}
@media(min-width:991px){
  section:nth-of-type(2) a.banner-entry{
    height: 270px;
    border-radius: 20px;
  background: transparent !important;
}
  section:nth-of-type(6) .grid,
   section:nth-of-type(8) .grid{
    grid-template-columns: repeat(4,minmax(0,1fr));

}

   section:nth-of-type(6) .banner-entry,
  section:nth-of-type(8) .banner-entry,
section:nth-of-type(7) .banner-entry{
    background: transparent !important;
    height: 350px;
  }
}

@media(max-width:991px){
  section:nth-of-type(2) .grid{
    grid-template-columns: repeat(2,minmax(0,1fr));

}
  section:nth-of-type(2) a.banner-entry{
    border-radius: 15px;
  background: transparent !important;
    height: 80px;
}
  section:nth-of-type(6) .grid,
   section:nth-of-type(8) .grid{
    grid-template-columns: repeat(2,minmax(0,1fr));

}
   section:nth-of-type(6) .banner-entry,
  section:nth-of-type(8) .banner-entry,
section:nth-of-type(7) .banner-entry{
    background: transparent !important;
    height: 278px;
  }
}
 


section:nth-of-type(7) .grid , section:nth-of-type(9) .grid{
  margin-inline: auto;
  width:170px;
}
section:nth-of-type(7) .banner-entry , section:nth-of-type(9) .banner-entry{
  background: transparent !important;
  height: 100px;
  width:100%;
  
}


.footer-is-light .store-footer .store-footer__inner {
  border-top-left-radius: 5pc;
  border-top-right-radius: 5pc;
    background-color: rgb(40 168 81);
  color: #fff;
}

/* إعدادات عامة لجميع روابط السوشيال */
.s-social-list {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.s-social-link {
    display: inline-block;
}

.s-social-link a {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

/* تنسيق الأيقونات SVG */
.s-social-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.s-social-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Instagram - خلفية متدرجة */
.s-social-link a[href*="instagram"] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border: none;
}

.s-social-link a[href*="instagram"] .s-social-icon svg {
    fill: #ffffff;
}

/* X (Twitter) - خلفية سوداء */
.s-social-link a[href*="x.com"],
.s-social-link a[href*="twitter"] {
    background: #000000;
    border: none;
}

.s-social-link a[href*="x.com"] .s-social-icon svg,
.s-social-link a[href*="twitter"] .s-social-icon svg {
    fill: #ffffff;
}

/* Snapchat - خلفية صفراء */
.s-social-link a[href*="snapchat"] {
    background: #FFFC00;
    border: none;
}

.s-social-link a[href*="snapchat"] .s-social-icon svg {
    fill: #000000;
}

/* TikTok - خلفية سوداء */
.s-social-link a[href*="tiktok"] {
    background: #000000;
    border: none;
}

.s-social-link a[href*="tiktok"] .s-social-icon svg {
    fill: #ffffff;
}

/* YouTube - خلفية حمراء (إذا أضفت أيقونة يوتيوب) */
.s-social-link a[href*="youtube"] {
    background: #FF0000;
    border: none;
}

.s-social-link a[href*="youtube"] .s-social-icon svg {
    fill: #ffffff;
}

/* تأثيرات الهوفر */
.s-social-link a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* تأثير إضافي للهوفر - إضاءة */
.s-social-link a::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;
}

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

/* تأثير النبض عند الهوفر */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.s-social-link a:hover {
    animation: pulse 1s infinite;
}

/* تحسينات للأجهزة المحمولة */
@media (max-width: 768px) {
    .s-social-link a {
        width: 50px;
        height: 50px;
    }
    
    .s-social-icon {
        width: 28px;
        height: 28px;
    }
}

/* تأثير الضغط */
.s-social-link a:active {
    transform: scale(0.95);
}

/* إضافة تأثير التدرج للإنستغرام عند الهوفر */
.s-social-link a[href*="instagram"]:hover {
    background: linear-gradient(45deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%);
}

/* إضافة تأثير الإضاءة لـ Snapchat */
.s-social-link a[href*="snapchat"]:hover {
    background: #fff200;
    box-shadow: 0 8px 20px rgba(255, 252, 0, 0.5);
}

/* تأثير TikTok مع ألوان قوس قزح */
.s-social-link a[href*="tiktok"]:hover {
    background: linear-gradient(45deg, #000000 0%, #ff0050 50%, #00f2ea 100%);
}

/* تأثير X (Twitter) مع تدرج رمادي */
.s-social-link a[href*="x.com"]:hover,
.s-social-link a[href*="twitter"]:hover {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
}

/* LinkedIn - خلفية زرقاء */
.s-social-link a[href*="linkedin"] {
    background: #0077B5;
    border: none;
}

.s-social-link a[href*="linkedin"] .s-social-icon svg {
    fill: #ffffff;
}

/* تأثير الهوفر لـ LinkedIn */
.s-social-link a[href*="linkedin"]:hover {
    background: #005582;
    box-shadow: 0 8px 20px rgba(0, 119, 181, 0.5);
}
@media (max-width: 767px) {
    .store-footer__inner * {
        text-align: center;
        justify-content: center;
    }
  .footer-is-light .store-footer .store-footer__inner {
  border-top-left-radius: 2pc;
  border-top-right-radius: 2pc;

}
}