img[src="https://cdn.salla.sa/form-builder/4D4c72BuoSox7mviVBNgkMPL3Uj3OEkFNkL8Whkc.gif"] {
    width: 50%; /* غيّر القيمة إلى الحجم المطلوب */
    height: auto; /* للحفاظ على نسبة العرض إلى الطول */
}
/* تصغير العنصر مع الحفاظ على تناسقه */
.s-block--features__item {
  max-width: 250px; /* عرض العنصر */
  margin: 0 auto; /* توسيط العنصر */
  padding: 10px; /* تقليل المسافات الداخلية */
  text-align: center; /* توسيط النصوص والصورة داخل العنصر */
}

.s-block--features__item img {
  width: 100px; /* تصغير عرض الصورة */
  height: auto; /* الحفاظ على النسبة */
}

.s-block--features__item h2 {
  font-size: 1rem; /* حجم مناسب للعناوين */
}

.s-block--features__item p {
  font-size: 0.85rem; /* حجم أصغر للنصوص الفرعية */
}
/* Anas Codex */
.header--full .main-nav,
.main-nav.fixed-header .inner{
background:#fff;
}
#app .s-search-input:is(.dark *){
background:#0e0f0f1a;
}
.header--full .main-nav__content{
        align-items: center;
}
.navbar-brand img,
.main-nav.fixed-pinned .navbar-brand img{

max-height:80px;
}
@media (max-width: 992px) {

.header__search{
width:100%;
}
}
.line-clamp-2{
font-weight: 500;
}

.header__icons span.opacity-70{
color:#333;
opacity:1;
font-weight: 500;
}

@media (min-width: 1024px) {
     .s-block--categories.is-grid .swiper-wrapper .swiper-slide {
        flex-basis: 16rem;
    }
}
.s-block--fixed-banner .container{
max-width:100%;
    padding-right: 0px;
    padding-left: 0px;
}

.app-inner{
overflow:hidden;
}
.s-button-light{
    color: rgb(255 0 9);
    opacity: 0.7;
        background-color: rgb(255 255 255);
}
.out-of-stock .promotion-badge {
    background-color: rgb(0 0 0);
    color: rgb(255 0 0);
    font-weight: 500;
    font-size: 16px;}
    
.out-of-stock img{    
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
@media only screen and (min-width: 1025px) {
    .mainmenu--default .main-menu {
        margin-left: 0;
        margin-right: 0;}}
        
@media (max-width: 1024px) {
    .main-nav.fixed-pinned .header__search {
        display: block !important;
    }
    #offers a{
            font-weight: 700;
                    padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* بطاقة التقييم */
.slide--one-fourth .bg-gray-50\/50 {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  border-radius: 16px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
}

/* تأثير عند المرور */
.slide--one-fourth:hover .bg-gray-50\/50 {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* النص داخل التقييم */
.slide--one-fourth blockquote p {
  color: #111;
  text-align: center;
  line-height: 1.8;
}

/* صندوق التقييم (النجوم) */
.slide--one-fourth blockquote span {
  background: #fff;
  border: 1px solid #eee;
  font-weight: 600;
}

/* أيقونة النجمة */
.slide--one-fourth .sicon-star2 {
  font-size: 14px;
}

/* فاصل السفلي */
.slide--one-fourth figcaption {
  background: rgba(0, 0, 0, 0.02);
  align-items: center;
}

/* صورة المستخدم */
.slide--one-fourth figcaption img {
  border: 2px solid #fadf12;
}

/* اسم المستخدم */
.slide--one-fourth figcaption .font-semibold {
  color: #111;
}

/* تحسين الوضع الداكن */
.dark .slide--one-fourth .bg-gray-50\/50 {
  background: linear-gradient(180deg, #111 0%, #1a1a1a 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.dark .slide--one-fourth blockquote p {
  color: #eee;
}

.dark .slide--one-fourth figcaption {
  background: rgba(255, 255, 255, 0.03);
}

#testimonials-block-14{
  background-color: #333 !important;
}

@media (min-width: 640px) {
    .store-footer-wrap {
        margin-top: 0 !important;
    }
}