/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.s-comments-item-avatar-img,.s-user-menu-trigger-avatar{
	height: unset !important;
}
/* Image */
.soumo-slide div img{
 border-top-left-radius:21px;
 border-top-right-radius:10px;
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px;
 padding-top:5px;
 padding-right:0px;
}

@media (max-width:767px){

 /* Image */
 .min-h-full .somou-slider .conatiner div #main-slider-0 .swiper-watch-progress #swiper-wrapper-edb9cb3bcfe3d10b .swiper-slide-active .soumo-slide div img{
  border-bottom-left-radius:5px !important;
  border-bottom-right-radius:5px !important;
  border-top-right-radius:5px !important;
  border-top-left-radius:5px !important;
 }
 /* --- تعديلات شريط البحث لمتجر دكان --- */
/* 1. الحاوية الرئيسية - تأكد من أنها تغطي المساحة بشكل جيد */
.s-search-container.s-search-inline {
    max-width: 700px;
    margin: 0 auto;
}
/* 2. غطاء الحقل - لإضافة انتقالات ناعمة */
.s-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}
/* 3. حقل الإدخال - تغيير الشكل ليصبح Premium */
.s-search-input {
    width: 100% !important;
    height: 50px !important; /* ارتفاع مريح */
    padding: 10px 50px 10px 110px !important; /* مساحة للأيقونة يمين وللزر يسار */
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important; /* زوايا منحنية بشكل عصري */
    background-color: #fdfdfd !important;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 15px !important;
    color: #333 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    outline: none !important;
}
/* 4. تأثير عند الضغط (Focus) */
.s-search-input:focus {
    background-color: #ffffff !important;
    border-color: #f7941d !important; /* لون دكان البرتقالي */
    box-shadow: 0 10px 20px -5px rgba(247, 148, 29, 0.2) !important;
    transform: translateY(-1px);
}
/* 5. أيقونة البحث (العدسة) */
.s-search-icon-wrap {
    right: 15px !important; /* تثبيت المكان في الـ RTL */
    color: #94a3b8;
    transition: color 0.3s ease;
}
.s-search-input:focus + .s-search-icon-wrap {
    color: #f7941d; /* تلون الأيقونة عند البحث */
}
/* 6. تنسيق زر "بحث" الذي سيتم إضافته عبر JS */
.premium-search-button {
    position: absolute;
    left: 6px; /* جهة اليسار لأن المتجر RTL */
    height: 38px;
    padding: 0 20px;
    background: linear-gradient(135deg, #f7941d 0%, #e67e00 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.premium-search-button:hover {
    box-shadow: 0 4px 12px rgba(247, 148, 29, 0.4);
    transform: scale(1.02);
}