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

.swiper {
    padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}






section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 768px) {
   section:nth-of-type(2) .two-row .banner-entry:first-child {
        height: 88%;
    }
}

@media (max-width: 765px) {
    section:nth-of-type(2) .banner-entry {
        height: 127px !important;
        background-color: transparent;
    }
}

@media (min-width: 1024px) {
    section:nth-of-type(2) .banner-entry {
        position: relative;
        height: 200px;
        overflow: hidden;
        border-radius: 0.375rem;
        background-color: transparent;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0.75rem;
        text-align: center;
        color: rgba(255, 255, 255, 1);
    }
}
.sicon-shopping-bag:before {
    content: "\e901";
}

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #EFA08F;
    color: white;
}
.top-navbar .s-search-input {
    border-style: none;
    background-color: rgba(229, 231, 235, 0.5);
    background: white;
}

    .top-navbar {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        background: #F5F5F5;
    }
    
    
    section:nth-of-type(1) .banner--fixed img {
    width: 100%;        /* تمدد الصورة بعرض كامل الحاوية */
    height: auto;       /* تحافظ على نسبة العرض للارتفاع */
    display: block;     /* تمنع الفراغات تحت الصورة */
}

.s-slider-block__title h2 {
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); /* حركة سلسة باستخدام منحنى بيزير */
}

.s-slider-block__title h2:hover {
color:white;  transform: scale(1.1) rotate(0deg); 
    background-color: #EFA08F;


}

.s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    border: 1px solid #EFA08F;
    padding: 10px;
    border-radius: 33px;
    margin-top: 27px;
    color: #EFA08F;
}



.s-slider-block__display-all {
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); /* حركة سلسة باستخدام منحنى بيزير */
}

.s-slider-block__display-all:hover {
color:white;  transform: scale(1.1) rotate(0deg); 
    background-color: #EFA08F;


}

.s-slider-nav-arrow svg {
    width:30px;
    fill: #EFA08F;
}

.s-slider-nav-arrow {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: #EFA08F;
    font-size: 1.25rem;
    line-height: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.s-slider-nav-arrow svg {
    width:30px;
    fill: #EFA08F;
}
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}

.has-overlay:after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color:transparent !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.banner-entry.square-photos {
  display: inline-block; /* أو block حسب تصميمك */
  overflow: hidden; /* يمنع الصورة تطلع بره */
  position: relative; /* عشان التحكم يكون داخل العنصر */
  cursor: pointer; /* شكل المؤشر */
}

.banner-entry.square-photos .lazy__bg {
  transition: transform 0.3s ease;
  will-change: transform; /* تحسين الأداء */
}

.banner-entry.square-photos:hover .lazy__bg {
  transform: scale(1.1); /* تكبير الصورة داخل الإطار */
}



.banner-entry.square-photos:hover .lazy__bg {
    transform: scale(1.05);
}



    .store-footer h3 {
        margin-bottom: 1.25rem;
        color: #EFA08F;
    }
    
    
    
    
    
footer .lg\:col-span-2 > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

footer .lg\:col-span-2 > a::before {
  content: "";
  display: block;
  width: 150px;  /* حجم اللوجو */
  height: 80px;  /* ارتفاع اللوجو */
  background-image: url('https://i.ibb.co/F4Z2Mywx/image-160-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
}


.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: #F7F7F7 !important;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: #333333;
}



footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: #f3f4f6 !important;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: #333333;
}
footer {justify-items: center !important; text-


align: center !important; }




footer-is-light .store-footer { --tw-bg-opacity: 1; background-color: rgba(249, 250, 251, 1); background-color: #F7F7F7 !important; --tw-text-opacity: 1; color: rgba(55, 65, 81, 1); color: #333333; }



.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: #F7F7F7 !important;
}