:root{
  --aman-blue:#003B7A;
  --aman-red:#E30613;
  --aman-bg:#F5F8FC;
}


/* =========================================================
   الخلفية العامة
   ========================================================= */

html,
body,
#app,
.app-inner,
main,
.s-block{
  background:var(--aman-bg)!important;
  background-color:var(--aman-bg)!important;
  background-image:none!important;
}

.s-product-card-entry,
.product-entry,
.product-card,
.somou-product-card,
.s-product-card-image,
.product-entry__image,
.product-card__image{
  background:#fff!important;
}


/* =========================================================
   الكمبيوتر فقط
   ========================================================= */

@media (min-width:1024px){

  .store-header{
    background:#fff!important;
    border-bottom:1px solid #dbe5f0!important;
  }

  .store-header .top-navbar{
    min-height:92px!important;
    background:#fff!important;
  }

  .store-header .top-navbar > .container{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 28px!important;
  }

  .store-header .navbar-brand{
    width:155px!important;
    height:88px!important;
    flex:0 0 155px!important;
  }

  .store-header .navbar-brand img{
    width:155px!important;
    height:88px!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
  }

  .aman-tagline{
    display:block!important;
    max-width:390px!important;
    color:var(--aman-blue)!important;
    font-size:22px!important;
    font-weight:900!important;
    line-height:1.45!important;
    white-space:nowrap!important;
    text-align:right!important;
  }

  .store-header .header-search{
    flex:0 1 520px!important;
    padding:0!important;
    margin-inline:auto!important;
    transform:translateX(-105px)!important;
  }

  .store-header .s-search-input{
    height:42px!important;
    border-radius:8px!important;
    border:1px solid #cbd9e8!important;
  }

  .aman-wishlist-link{
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    color:var(--aman-blue)!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:nowrap!important;
  }

  .aman-wishlist-link::before{
    content:'♡';
    font-size:25px;
    line-height:1;
  }

  .main-nav-container{
    display:block!important;
    background:#fff!important;
    border-top:1px solid #edf2f7!important;
    box-shadow:none!important;
  }

  .main-nav-container,
  .main-nav-container .inner,
  .main-nav-container .container{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }

  custom-main-menu .main-menu,
  .main-nav-container .main-menu{
    display:flex!important;
    direction:rtl!important;
    justify-content:flex-start!important;
    align-items:flex-start!important;
    width:100vw!important;
    max-width:100vw!important;
    margin:0!important;
    padding:14px 20px!important;
    gap:28px!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }

  custom-main-menu .main-menu > li.root-level,
  .main-nav-container .main-menu > li{
    flex:0 0 150px!important;
  }

  custom-main-menu .main-menu > li.root-level > a,
  .main-nav-container .main-menu > li > a{
    display:flex!important;
    min-width:125px!important;
    min-height:132px!important;
    padding:6px 8px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    text-align:center!important;
    white-space:normal!important;
    font-size:13px!important;
  }

  .aman-nav-image{
    display:block!important;
    width:86px!important;
    height:86px!important;
    padding:5px!important;
    object-fit:contain!important;
    background:#fff!important;
    border:2px solid #d5e0ec!important;
    border-radius:50%!important;
  }

  .aman-mobile-header,
  .aman-mobile-categories{
    display:none!important;
  }

  #app .s-block--best-offers > .container.mx-auto{
    width:calc(100vw - 56px)!important;
    max-width:calc(100vw - 56px)!important;
    margin-right:28px!important;
    margin-left:28px!important;
    padding:0!important;
  }

  #app .s-block--best-offers .s-products-slider-slider,
  #app .s-block--best-offers .s-slider-container,
  #app .s-block--best-offers .swiper-wrapper{
    width:100%!important;
    max-width:none!important;
  }

  #app .s-block--best-offers .s-products-slider-card{
    width:calc((100% - 80px) / 4)!important;
    max-width:none!important;
    margin:0 10px!important;
  }

  #app .s-block--best-offers custom-salla-product-card,
  #app .s-block--best-offers .s-product-card-entry{
    width:100%!important;
  }

}


/* =========================================================
   إخفاء العناصر غير المطلوبة
   ========================================================= */

.main-nav-container a[href*="discount"],
.main-nav-container a[href*="sale"],
.main-nav-container [class*="discount"],
.main-nav-container [class*="sale"]{
  display:none!important;
}


/* =========================================================
   الجوال والتابلت
   ========================================================= */

@media (max-width:1023px){

  body{
    overflow-x:hidden!important;
  }

  html,
  body,
  #app,
  .app-inner,
  main{
    background:#F5F8FC!important;
    background-color:#F5F8FC!important;
    background-image:none!important;
  }

  #app main > section,
  #app main > .s-block,
  #app section.s-block,
  #app .s-block--best-offers,
  #app .s-block--products-slider,
  #app .s-products-slider,
  #app .s-products-slider-wrapper,
  #app .s-products-slider-slider,
  #app .s-slider-container,
  #app salla-products-slider{
    background:#F5F8FC!important;
    background-color:#F5F8FC!important;
    background-image:none!important;
  }

  #app main > section > .container,
  #app .s-block > .container,
  #app .s-products-slider > .container{
    background:#F5F8FC!important;
    background-color:#F5F8FC!important;
  }

  .store-header{
    background:#fff!important;
    border-bottom:1px solid #dbe5f0!important;
    overflow:visible!important;
  }

  .store-header .top-navbar > .container{
    display:none!important;
  }


  /* =====================================================
     ترويسة الجوال
     ===================================================== */

  .aman-mobile-header{
    display:flex!important;
    direction:rtl!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:3px 5px!important;
    gap:4px!important;
    background:#fff!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .aman-mobile-logo{
    display:flex!important;
    flex:0 0 40px!important;
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:37px!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .aman-mobile-logo img{
    display:block!important;
    width:39px!important;
    height:36px!important;
    max-width:39px!important;
    max-height:36px!important;
    object-fit:contain!important;
  }

  .aman-mobile-tagline{
    display:block!important;
    flex:0 1 105px!important;
    width:105px!important;
    min-width:70px!important;
    max-width:105px!important;
    color:var(--aman-blue)!important;
    font-size:6.2px!important;
    font-weight:900!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-align:right!important;
  }

  .aman-mobile-search{
    flex:0 0 76px!important;
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
  }

  .aman-mobile-search form{
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }

  .aman-mobile-search .s-search-input,
  .aman-mobile-search input{
    width:100%!important;
    max-width:100%!important;
    height:22px!important;
    min-height:22px!important;
    font-size:5.8px!important;
    border-radius:5px!important;
    box-sizing:border-box!important;
  }

  .aman-mobile-action{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 43px!important;
    width:43px!important;
    min-width:43px!important;
    max-width:43px!important;
    gap:1px!important;
    color:var(--aman-blue)!important;
    text-decoration:none!important;
    font-size:5.3px!important;
    font-weight:700!important;
    line-height:1.05!important;
    text-align:center!important;
    white-space:nowrap!important;
  }

  .aman-mobile-action.aman-login{
    flex-basis:48px!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
  }

  .aman-mobile-action.aman-cart{
    flex-basis:32px!important;
    width:32px!important;
    min-width:32px!important;
    max-width:32px!important;
  }

  .aman-mobile-action .aman-action-icon{
    display:block!important;
    position:relative!important;
    font-size:15px!important;
    line-height:1!important;
  }

  .aman-cart-count{
    position:absolute!important;
    top:-6px!important;
    right:-7px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:14px!important;
    height:14px!important;
    border-radius:50%!important;
    background:#b91c1c!important;
    color:#fff!important;
    font-size:7px!important;
    font-weight:800!important;
  }


  /* =====================================================
     صف البحث والقائمة
     ===================================================== */

  .main-nav-container{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-height:32px!important;
    height:32px!important;
    margin:0!important;
    background:#fff!important;
    overflow:hidden!important;
  }

  .main-nav-container .inner,
  .main-nav-container .container{
    width:100%!important;
    max-width:100%!important;
    min-height:32px!important;
    height:32px!important;
    margin:0!important;
    padding:0 8px!important;
    box-sizing:border-box!important;
  }

  .main-nav-container .main-menu,
  custom-main-menu .main-menu{
    display:none!important;
  }

  .main-nav-container svg{
    width:16px!important;
    height:16px!important;
  }


  /* =====================================================
     دوائر الأقسام
     ===================================================== */

  .aman-mobile-categories{
    display:flex!important;
    direction:rtl!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:5px 4px 6px!important;
    gap:6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border-top:1px solid #edf2f7!important;
    border-bottom:1px solid #dbe5f0!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .aman-mobile-categories::-webkit-scrollbar{
    display:none!important;
  }

  .aman-mobile-category{
    display:flex!important;
    flex:0 0 53px!important;
    min-width:53px!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:2px!important;
    color:var(--aman-blue)!important;
    text-decoration:none!important;
    text-align:center!important;
  }

  .aman-mobile-category img{
    display:block!important;
    width:43px!important;
    height:43px!important;
    padding:2px!important;
    object-fit:contain!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border:1.5px solid #d5e0ec!important;
    border-radius:50%!important;
  }

  .aman-mobile-category span{
    display:block!important;
    width:53px!important;
    color:var(--aman-blue)!important;
    font-size:6.1px!important;
    font-weight:700!important;
    line-height:1.15!important;
    white-space:normal!important;
    text-align:center!important;
  }


  /* =====================================================
     البنر
     ===================================================== */

  .aman-hero-section,
  .aman-hero-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
    background:transparent!important;
  }

  .aman-hero-section .container,
  .aman-hero-section .swiper,
  .aman-hero-section .swiper-wrapper,
  .aman-hero-section .swiper-slide,
  .aman-hero-wrap{
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .aman-hero-section .swiper-slide{
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
  }

  .aman-hero-banner{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
  }


  /* =====================================================
     عنوان القسم
     ===================================================== */

  .s-block__title,
  .s-block__title h2,
  .s-block__title h3,
  section h2{
    font-size:10px!important;
    line-height:1.2!important;
    margin:5px 0!important;
  }


  /* =====================================================
     ثلاثة منتجات في الصف
     ===================================================== */

  .s-products-grid,
  .products-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:4px!important;
  }

  .s-products-slider-card,
  .swiper-slide.s-products-slider-card{
    display:flex!important;
    align-items:stretch!important;
    flex:0 0 33.333333%!important;
    width:33.333333%!important;
    min-width:33.333333%!important;
    max-width:33.333333%!important;
    height:auto!important;
    margin:0!important;
    padding:0 2px!important;
    box-sizing:border-box!important;
  }


  /* =====================================================
     البطاقة موحدة الارتفاع
     ===================================================== */

  .s-product-card-entry,
  .product-entry,
  .product-card,
  .somou-product-card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    margin:0!important;
    background:#fff!important;
    background-color:#fff!important;
    border-radius:6px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }


  /* =====================================================
     صورة المنتج
     ===================================================== */

  .s-product-card-image,
  .product-entry__image,
  .product-card__image{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 85px!important;
    width:100%!important;
    height:85px!important;
    min-height:85px!important;
    max-height:85px!important;
    background:#fff!important;
    overflow:hidden!important;
  }

  .s-product-card-image img,
  .product-entry__image img,
  .product-card__image img{
    display:block!important;
    width:100%!important;
    height:85px!important;
    min-height:85px!important;
    max-height:85px!important;
    object-fit:contain!important;
  }


  /* =====================================================
     محتوى المنتج
     ===================================================== */

  .s-product-card-content,
  .product-entry__content,
  .product-card__content{
    display:flex!important;
    flex-direction:column!important;
    flex:1 1 auto!important;
    width:100%!important;
    height:165px!important;
    min-height:165px!important;
    max-height:165px!important;
    padding:4px!important;
    background:#fff!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }


  /* =====================================================
     اسم المنتج
     ===================================================== */

  .s-product-card-entry h3,
  .s-product-card-entry h3 a,
  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-entry h3,
  .product-entry h3 a,
  .product-card h3,
  .product-card h3 a{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    width:100%!important;
    height:24px!important;
    min-height:24px!important;
    max-height:24px!important;
    margin:2px 0!important;
    padding:0!important;
    color:#111827!important;
    font-size:6px!important;
    font-weight:600!important;
    line-height:12px!important;
    white-space:normal!important;
    overflow:hidden!important;
  }


  /* =====================================================
     الوصف
     ===================================================== */

  .s-product-card-content-sub,
  .s-product-card-entry p,
  .product-entry p,
  .product-card p{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    width:100%!important;
    height:22px!important;
    min-height:22px!important;
    max-height:22px!important;
    margin:2px 0!important;
    color:#6b7280!important;
    font-size:4.6px!important;
    line-height:11px!important;
    overflow:hidden!important;
  }


  /* =====================================================
     السعر
     ===================================================== */

  .s-product-card-price,
  .product-entry__price,
  .product-card__price{
    display:flex!important;
    align-items:center!important;
    min-height:18px!important;
    margin:2px 0!important;
    color:#E30613!important;
    font-size:6.5px!important;
    font-weight:800!important;
    line-height:18px!important;
  }

  del,
  .s-product-card-price-before{
    font-size:4.6px!important;
  }


  /* =====================================================
     زر الإضافة
     ===================================================== */

  .s-product-card-content button,
  .s-product-card-entry button,
  .product-entry button,
  .product-card button{
    margin-top:auto!important;
  }


  /* =====================================================
     الشارة الحمراء
     ===================================================== */

  .s-product-card-entry [class*="badge"],
  .product-entry [class*="badge"],
  .product-card [class*="badge"]{
    max-height:38px!important;
    padding:2px 3px!important;
    font-size:4.6px!important;
    line-height:1.1!important;
    overflow:hidden!important;
  }


  .s-block{
    margin-top:4px!important;
    margin-bottom:4px!important;
  }

}


/* =========================================================
   الجوالات الضيقة جدًا
   ========================================================= */

@media (max-width:430px){

  .aman-mobile-header{
    gap:3px!important;
    padding:3px!important;
  }

  .aman-mobile-logo{
    flex-basis:36px!important;
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
  }

  .aman-mobile-logo img{
    width:35px!important;
    height:33px!important;
  }

  .aman-mobile-tagline{
    flex-basis:82px!important;
    width:82px!important;
    min-width:65px!important;
    max-width:82px!important;
    font-size:5.7px!important;
  }

  .aman-mobile-search{
    flex-basis:65px!important;
    width:65px!important;
    min-width:65px!important;
    max-width:65px!important;
  }

  .aman-mobile-action{
    flex-basis:37px!important;
    width:37px!important;
    min-width:37px!important;
    max-width:37px!important;
    font-size:4.8px!important;
  }

  .aman-mobile-action.aman-login{
    flex-basis:44px!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
  }

  .aman-mobile-action.aman-cart{
    flex-basis:29px!important;
    width:29px!important;
    min-width:29px!important;
    max-width:29px!important;
  }

  .aman-mobile-category{
    flex-basis:50px!important;
    min-width:50px!important;
  }

  .aman-mobile-category img{
    width:40px!important;
    height:40px!important;
  }

  .aman-mobile-category span{
    width:50px!important;
    font-size:5.7px!important;
  }

}/* =========================================================
   إلغاء اللون البرتقالي نهائيًا
   ========================================================= */

:root{
  --aman-bg:#F5F8FC!important;

  --color-primary:#003B7A!important;
  --color-primary-dark:#003B7A!important;
  --color-primary-light:#F5F8FC!important;

  --primary-color:#003B7A!important;
  --primary:#003B7A!important;
}


/* خلفية الصفحة */
html,
body,
#app,
.app-inner,
main{
  background:#F5F8FC!important;
  background-color:#F5F8FC!important;
  background-image:none!important;
}


/* كل أقسام المحتوى */
#app main,
#app main > div,
#app main > section,
#app section,
#app .s-block,
#app .s-block > .container,
#app .container,
#app .s-slider-container,
#app .swiper,
#app .swiper-wrapper{
  background-color:#F5F8FC!important;
  background-image:none!important;
}


/* خلفية أقسام المنتجات */
#app .s-products-slider,
#app .s-products-slider-wrapper,
#app .s-products-slider-slider,
#app .s-products-list-wrapper,
#app .s-products-grid,
#app .products-grid,
#app salla-products-slider{
  background:#F5F8FC!important;
  background-color:#F5F8FC!important;
  background-image:none!important;
}


/* البطاقة نفسها تبقى بيضاء */
#app .s-product-card-entry,
#app .product-entry,
#app .product-card,
#app .somou-product-card,
#app .s-product-card-content,
#app .s-product-card-image{
  background:#fff!important;
  background-color:#fff!important;
}


/* لا نغيّر صورة البنر */
.aman-hero-banner{
  background:transparent!important;
}/* =========================================================
   إصلاح بطاقات المنتجات على الجوال
   عرض كامل مثل الكمبيوتر بدون قص
   ========================================================= */

@media (max-width:1023px){

  /* عرض منتجين بدل ضغط 3 منتجات */
  .s-products-grid,
  .products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  /* السلايدر - منتجان ظاهرين */
  .s-products-slider-card,
  .swiper-slide.s-products-slider-card{
    flex:0 0 50%!important;
    width:50%!important;
    min-width:50%!important;
    max-width:50%!important;
    height:auto!important;
    padding:0 4px!important;
    box-sizing:border-box!important;
  }

  /* البطاقة بدون ارتفاع ثابت */
  .s-product-card-entry,
  .product-entry,
  .product-card,
  .somou-product-card{
    display:flex!important;
    flex-direction:column!important;

    width:100%!important;

    height:auto!important;
    min-height:100%!important;
    max-height:none!important;

    margin:0!important;

    background:#fff!important;
    background-color:#fff!important;

    border-radius:8px!important;
    overflow:visible!important;

    box-sizing:border-box!important;
  }


  /* =========================================
     صورة المنتج
     ========================================= */

  .s-product-card-image,
  .product-entry__image,
  .product-card__image{
    display:flex!important;

    align-items:center!important;
    justify-content:center!important;

    width:100%!important;

    height:165px!important;
    min-height:165px!important;
    max-height:165px!important;

    flex:0 0 165px!important;

    background:#fff!important;

    overflow:hidden!important;
  }

  .s-product-card-image img,
  .product-entry__image img,
  .product-card__image img{
    display:block!important;

    width:100%!important;
    height:165px!important;

    min-height:165px!important;
    max-height:165px!important;

    object-fit:contain!important;
  }


  /* =========================================
     محتوى البطاقة
     ========================================= */

  .s-product-card-content,
  .product-entry__content,
  .product-card__content{
    display:flex!important;
    flex-direction:column!important;

    flex:1 1 auto!important;

    width:100%!important;

    height:auto!important;
    min-height:190px!important;
    max-height:none!important;

    padding:8px!important;

    background:#fff!important;

    box-sizing:border-box!important;

    overflow:visible!important;
  }


  /* =========================================
     اسم المنتج - كامل بدون قص
     ========================================= */

  .s-product-card-entry h3,
  .s-product-card-entry h3 a,
  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-entry h3,
  .product-entry h3 a,
  .product-card h3,
  .product-card h3 a{

    display:block!important;

    width:100%!important;

    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:5px 0!important;
    padding:0!important;

    color:#111827!important;

    font-size:14px!important;
    font-weight:600!important;
    line-height:1.55!important;

    white-space:normal!important;

    overflow:visible!important;

    -webkit-line-clamp:unset!important;
    -webkit-box-orient:unset!important;

    text-overflow:unset!important;
  }


  /* =========================================
     وصف المنتج - كامل
     ========================================= */

  .s-product-card-content-sub,
  .s-product-card-entry p,
  .product-entry p,
  .product-card p{

    display:block!important;

    width:100%!important;

    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:4px 0 7px!important;

    color:#6b7280!important;

    font-size:10px!important;
    line-height:1.5!important;

    white-space:normal!important;

    overflow:visible!important;

    -webkit-line-clamp:unset!important;
    -webkit-box-orient:unset!important;

    text-overflow:unset!important;
  }


  /* =========================================
     السعر
     ========================================= */

  .s-product-card-price,
  .product-entry__price,
  .product-card__price{

    display:flex!important;
    flex-wrap:wrap!important;

    align-items:center!important;

    gap:5px!important;

    width:100%!important;

    height:auto!important;
    min-height:28px!important;
    max-height:none!important;

    margin:6px 0!important;

    color:#E30613!important;

    font-size:15px!important;
    font-weight:800!important;
    line-height:1.4!important;

    overflow:visible!important;
  }


  /* السعر القديم */

  del,
  .s-product-card-price-before{

    font-size:12px!important;
    line-height:1.4!important;

    white-space:nowrap!important;
  }


  /* =========================================
     زر الإضافة للسلة
     ========================================= */

  .s-product-card-content button,
  .s-product-card-entry button,
  .product-entry button,
  .product-card button{

    width:100%!important;

    min-height:42px!important;

    margin-top:auto!important;

    font-size:13px!important;

    white-space:normal!important;
  }


  /* =========================================
     شارات العروض
     ========================================= */

  .s-product-card-entry [class*="badge"],
  .product-entry [class*="badge"],
  .product-card [class*="badge"]{

    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    padding:5px 6px!important;

    font-size:10px!important;
    line-height:1.35!important;

    white-space:normal!important;

    overflow:visible!important;
  }

}


/* =========================================================
   الجوالات الصغيرة
   ========================================================= */

@media (max-width:430px){

  .s-products-slider-card,
  .swiper-slide.s-products-slider-card{
    flex:0 0 50%!important;
    width:50%!important;
    min-width:50%!important;
    max-width:50%!important;
  }

  .s-product-card-image,
  .product-entry__image,
  .product-card__image,
  .s-product-card-image img,
  .product-entry__image img,
  .product-card__image img{
    height:145px!important;
    min-height:145px!important;
    max-height:145px!important;
  }

  .s-product-card-image,
  .product-entry__image,
  .product-card__image{
    flex-basis:145px!important;
  }

  .s-product-card-entry h3,
  .s-product-card-entry h3 a,
  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-entry h3,
  .product-entry h3 a,
  .product-card h3,
  .product-card h3 a{
    font-size:13px!important;
    line-height:1.5!important;
  }

}/* =========================================================
   توحيد أحجام خطوط بطاقات المنتجات - الجوال
   ========================================================= */

@media (max-width:1023px){

  /* اسم المنتج */
  .s-product-card-entry h3,
  .s-product-card-entry h3 a,
  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-entry h3,
  .product-entry h3 a,
  .product-card h3,
  .product-card h3 a{
    font-size:14px!important;
    line-height:1.55!important;
    font-weight:500!important;
    min-height:44px!important;
    margin:4px 0!important;
  }

  /* الوصف */
  .s-product-card-content-sub,
  .s-product-card-entry p,
  .product-entry p,
  .product-card p{
    font-size:10px!important;
    line-height:1.5!important;
    font-weight:400!important;
    min-height:45px!important;
    margin:3px 0 5px!important;
  }

  /* السعر الحالي */
  .s-product-card-price,
  .s-product-card-sale-price,
  .product-entry__price,
  .product-card__price{
    font-size:14px!important;
    line-height:1.4!important;
    font-weight:800!important;
  }

  /* السعر القديم */
  .s-product-card-price-before,
  .s-product-card-regular-price,
  del{
    font-size:11px!important;
    line-height:1.4!important;
    font-weight:400!important;
  }

  /* زر أضف للسلة */
  .s-product-card-content button,
  .s-product-card-entry button,
  .product-entry button,
  .product-card button,
  .s-button-element{
    font-size:12px!important;
    line-height:1.3!important;
    font-weight:500!important;
  }

  /* الشارة الحمراء */
  .s-product-card-entry [class*="badge"],
  .product-entry [class*="badge"],
  .product-card [class*="badge"],
  .s-product-card-promotion-title,
  .s-product-card-promotion{
    font-size:10px!important;
    line-height:1.35!important;
    font-weight:700!important;
  }

}/* تصغير اسم المنتج + تكبير المواصفات قليلاً */
@media (max-width:1023px){

  /* اسم المنتج */
  .s-product-card-entry h3,
  .s-product-card-entry h3 a,
  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-entry h3,
  .product-entry h3 a,
  .product-card h3,
  .product-card h3 a{
    font-size:13px!important;
    line-height:1.5!important;
    font-weight:500!important;
  }

  /* المواصفات / الوصف */
  .s-product-card-content-sub,
  .s-product-card-entry p,
  .product-entry p,
  .product-card p{
    font-size:11px!important;
    line-height:1.55!important;
    font-weight:400!important;
  }

}/* =========================================================
   إصلاح تداخل البحث مع المفضلة - الكمبيوتر
   ========================================================= */

@media (min-width:1024px){

  /* إلغاء الإزاحة التي تسبب التداخل */
  .store-header .header-search{
    flex:0 1 430px!important;
    width:430px!important;
    max-width:430px!important;

    margin-inline:25px!important;
    padding:0!important;

    transform:none!important;
  }

  /* خانة البحث */
  .store-header .s-search-input{
    width:100%!important;
    height:42px!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  /* قائمة المفضلة */
  .aman-wishlist-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    flex:0 0 auto!important;

    margin-inline:12px!important;

    font-size:13px!important;
    font-weight:800!important;

    white-space:nowrap!important;

    position:relative!important;
    z-index:5!important;
  }

  /* ترتيب عناصر الترويسة */
  .store-header .top-navbar > .container{
    display:flex!important;
    align-items:center!important;

    gap:18px!important;

    width:100%!important;
    max-width:none!important;

    padding:0 28px!important;
    box-sizing:border-box!important;
  }

/* =========================================================
   إزالة تدرج أطراف سلايدر الماركات نهائياً
   ========================================================= */

/* إلغاء الـ gradient والـ mask من السلايدر */
#app salla-slider,
#app .s-slider-container,
#app .swiper,
#app .swiper-wrapper,
#app [class*="brand"],
#app [class*="brands"]{
    -webkit-mask-image:none !important;
    mask-image:none !important;

    background-image:none !important;
    box-shadow:none !important;
}


/* إزالة أي طبقة فوق يمين أو يسار السلايدر */
#app salla-slider::before,
#app salla-slider::after,

#app .s-slider-container::before,
#app .s-slider-container::after,

#app .swiper::before,
#app .swiper::after,

#app .swiper-wrapper::before,
#app .swiper-wrapper::after,

#app [class*="brand"]::before,
#app [class*="brand"]::after,

#app [class*="brands"]::before,
#app [class*="brands"]::after{
    content:none !important;

    display:none !important;

    opacity:0 !important;

    background:none !important;
    background-image:none !important;

    box-shadow:none !important;

    -webkit-mask-image:none !important;
    mask-image:none !important;
}


/* بطاقات الماركات نفسها بيضاء بالكامل */
#app [class*="brand"] .swiper-slide,
#app [class*="brands"] .swiper-slide,
#app [class*="brand"] a,
#app [class*="brands"] a{
    background:#fff !important;
    background-color:#fff !important;
    background-image:none !important;

    -webkit-mask-image:none !important;
    mask-image:none !important;
}


/* أول وآخر بطاقة تحديداً */
#app [class*="brand"] .swiper-slide:first-child,
#app [class*="brand"] .swiper-slide:last-child,
#app [class*="brands"] .swiper-slide:first-child,
#app [class*="brands"] .swiper-slide:last-child{
    background:#fff !important;
    background-color:#fff !important;
    background-image:none !important;
}


/* إزالة أي تأثير مضاف للصورة نفسها */
#app [class*="brand"] img,
#app [class*="brands"] img{
    background:#fff !important;
    background-color:#fff !important;
    background-image:none !important;

    filter:none !important;

    -webkit-mask-image:none !important;
    mask-image:none !important;
}/* صورة قسم عروضنا */
.aman-offers-image{
  display:block!important;
  width:86px!important;
  height:86px!important;
  padding:5px!important;
  object-fit:contain!important;
  background:#fff!important;
  border:2px solid #d5e0ec!important;
  border-radius:50%!important;
  box-sizing:border-box!important;
}

/* الجوال */
@media (max-width:1023px){

  .aman-mobile-category .aman-offers-image{
    width:43px!important;
    height:43px!important;
    padding:2px!important;
    border:1.5px solid #d5e0ec!important;
    border-radius:50%!important;
  }

}
/* =========================================================
   فوتر الأمان الأول - التصميم الأزرق الجديد
   ========================================================= */
:root{
  --aman-footer-blue:#003B7A;
  --aman-footer-blue-dark:#002f63;
  --aman-footer-white:#ffffff;
}

.aman-native-footer-hidden{
  display:none!important;
}

.aman-custom-footer{
  width:100%!important;
  background:var(--aman-footer-blue)!important;
  color:var(--aman-footer-white)!important;
  direction:rtl!important;
  font-family:inherit!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

.aman-custom-footer *{
  box-sizing:border-box!important;
}

.aman-footer-container{
  width:min(100% - 48px, 1420px)!important;
  margin:0 auto!important;
}

.aman-footer-main{
  padding:48px 0 36px!important;
}

.aman-footer-grid{
  display:grid!important;
  grid-template-columns:1.25fr 1fr 1fr .9fr!important;
  gap:54px!important;
  align-items:start!important;
}

.aman-footer-brand,
.aman-footer-column{
  min-width:0!important;
}

.aman-footer-title{
  margin:0 0 16px!important;
  color:#fff!important;
  font-size:21px!important;
  font-weight:800!important;
  line-height:1.4!important;
}

.aman-footer-description{
  margin:0!important;
  max-width:460px!important;
  color:rgba(255,255,255,.90)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:2.05!important;
}

.aman-footer-logo{
  display:block!important;
  width:150px!important;
  max-width:100%!important;
  height:105px!important;
  margin:18px 0 0!important;
  object-fit:contain!important;
  object-position:right center!important;
  filter:none!important;
}

.aman-footer-links{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.aman-footer-links li{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.aman-footer-links a,
.aman-footer-contact-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:rgba(255,255,255,.92)!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.7!important;
  text-decoration:none!important;
  transition:opacity .2s ease, transform .2s ease!important;
}

.aman-footer-links a::before{
  content:'‹'!important;
  font-size:19px!important;
  line-height:1!important;
  opacity:.8!important;
}

.aman-footer-links a:hover,
.aman-footer-contact-link:hover{
  color:#fff!important;
  opacity:1!important;
  transform:translateX(-3px)!important;
}

.aman-footer-socials{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin-top:4px!important;
}

.aman-footer-socials a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:43px!important;
  height:43px!important;
  border:1.5px solid rgba(255,255,255,.88)!important;
  border-radius:50%!important;
  color:#fff!important;
  background:transparent!important;
  text-decoration:none!important;
  overflow:hidden!important;
  transition:background .2s ease, transform .2s ease!important;
}

.aman-footer-socials a:hover{
  background:rgba(255,255,255,.12)!important;
  transform:translateY(-2px)!important;
}

.aman-footer-socials img,
.aman-footer-socials svg{
  width:21px!important;
  height:21px!important;
  max-width:21px!important;
  max-height:21px!important;
  object-fit:contain!important;
}

.aman-footer-social-letter{
  color:#fff!important;
  font-size:17px!important;
  font-weight:800!important;
  line-height:1!important;
}

.aman-footer-divider{
  width:100%!important;
  height:1px!important;
  background:rgba(255,255,255,.32)!important;
}

.aman-footer-payments{
  padding:27px 0!important;
}

.aman-footer-payment-logos{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:12px 16px!important;
}

.aman-footer-payment-item{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:54px!important;
  height:38px!important;
  padding:5px 9px!important;
  background:#fff!important;
  border-radius:7px!important;
  box-shadow:0 1px 5px rgba(0,0,0,.08)!important;
}

.aman-footer-payment-item img{
  display:block!important;
  width:auto!important;
  height:25px!important;
  max-width:72px!important;
  max-height:25px!important;
  object-fit:contain!important;
}

.aman-footer-bottom{
  background:var(--aman-footer-blue-dark)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}

.aman-footer-bottom-row{
  min-height:96px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  padding:18px 0!important;
}

.aman-footer-regulatory{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:12px 16px!important;
}

.aman-footer-regulatory-text{
  color:rgba(255,255,255,.92)!important;
  font-size:13px!important;
  line-height:1.8!important;
}

.aman-footer-regulatory-images{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

.aman-footer-regulatory-images img{
  display:block!important;
  width:auto!important;
  height:48px!important;
  max-width:84px!important;
  object-fit:contain!important;
}

.aman-footer-copy{
  margin:0!important;
  color:rgba(255,255,255,.88)!important;
  font-size:13px!important;
  line-height:1.8!important;
  white-space:nowrap!important;
}

@media (max-width:1023px){
  .aman-footer-container{
    width:min(100% - 30px, 760px)!important;
  }

  .aman-footer-main{
    padding:34px 0 26px!important;
  }

  .aman-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px 24px!important;
  }

  .aman-footer-title{
    font-size:18px!important;
  }

  .aman-footer-description,
  .aman-footer-links a,
  .aman-footer-contact-link{
    font-size:13px!important;
  }

  .aman-footer-bottom-row{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:14px!important;
  }

  .aman-footer-copy{
    white-space:normal!important;
  }
}

@media (max-width:600px){
  .aman-footer-container{
    width:calc(100% - 24px)!important;
  }

  .aman-footer-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .aman-footer-brand{
    order:0!important;
  }

  .aman-footer-logo{
    width:125px!important;
    height:85px!important;
  }

  .aman-footer-payment-logos{
    justify-content:flex-start!important;
    gap:9px!important;
  }

  .aman-footer-payment-item{
    min-width:48px!important;
    height:34px!important;
    padding:4px 7px!important;
  }

  .aman-footer-payment-item img{
    height:22px!important;
    max-width:62px!important;
  }

  .aman-footer-regulatory{
    align-items:flex-start!important;
    flex-direction:column!important;
  }

  .aman-footer-bottom-row{
    min-height:auto!important;
    padding:20px 0!important;
  }
}
/* =========================================================
   إصلاح الجزء السفلي من فوتر الأمان الأول
   السجل التجاري + الدفع
========================================================= */

.aman-footer-payments{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:14px !important;

  width:100% !important;

  padding:22px 15px 28px !important;
  margin:0 !important;

  border-top:1px solid rgba(255,255,255,.18) !important;
}

.aman-footer-payments img{
  display:block !important;
  width:auto !important;
  height:34px !important;
  max-width:95px !important;

  object-fit:contain !important;

  background:#fff !important;

  border-radius:5px !important;

  padding:4px 7px !important;
}

.aman-payment-fallback{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  min-width:65px !important;
  height:34px !important;

  padding:4px 10px !important;

  background:#fff !important;
  color:#111827 !important;

  border-radius:5px !important;

  font-size:12px !important;
  font-weight:800 !important;
}

.aman-footer-bottom{
  display:flex !important;
  direction:rtl !important;

  align-items:center !important;
  justify-content:space-between !important;

  gap:25px !important;

  width:100% !important;

  padding:20px 0 25px !important;

  border-top:1px solid rgba(255,255,255,.20) !important;
}

.aman-footer-info{
  display:flex !important;
  align-items:center !important;

  flex-wrap:wrap !important;

  gap:30px !important;
}

.aman-footer-info-item{
  display:flex !important;
  align-items:center !important;

  gap:10px !important;

  color:#fff !important;

  font-size:14px !important;
  font-weight:500 !important;

  white-space:nowrap !important;
}

.aman-footer-info-item img{
  display:block !important;

  width:auto !important;
  height:43px !important;

  object-fit:contain !important;
}

.aman-cr-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:44px !important;
  height:44px !important;

  border:2px solid #fff !important;
  border-radius:8px !important;

  color:#fff !important;

  font-size:13px !important;
  font-weight:900 !important;

  line-height:1 !important;
}

.aman-footer-copyright{
  color:#fff !important;

  font-size:13px !important;

  white-space:nowrap !important;
}


/* ===============================
   الجوال
================================ */

@media(max-width:700px){

  .aman-footer-payments{
    gap:8px !important;
    padding:18px 5px 22px !important;
  }

  .aman-footer-payments img{
    height:27px !important;
    max-width:72px !important;
    padding:3px 5px !important;
  }

  .aman-payment-fallback{
    min-width:52px !important;
    height:28px !important;

    font-size:9px !important;

    padding:3px 6px !important;
  }

  .aman-footer-bottom{
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .aman-footer-info{
    gap:16px !important;
  }

  .aman-footer-info-item{
    font-size:11px !important;
  }

}/* =========================================================
   تحسين بيانات الفوتر - الأمان الأول
   واتساب + السجل التجاري + الرقم الضريبي
========================================================= */

/* ترتيب بيانات أسفل الفوتر */
.aman-footer-info{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;
    gap:55px !important;
}

/* كل معلومة */
.aman-footer-info-item{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    color:#fff !important;
    white-space:nowrap !important;
}

/* زيادة المسافة بين السجل التجاري والرقم الضريبي */
.aman-commercial-register{
    margin-left:45px !important;
}

/* شعار السجل التجاري */
.aman-cr-logo{
    width:48px !important;
    height:48px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#fff !important;
    border-radius:6px !important;
    padding:5px !important;
}

.aman-cr-logo svg{
    width:38px !important;
    height:38px !important;
    display:block !important;
}

/* الرقم الضريبي */
.aman-tax-info{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

/* شعار VAT */
.aman-tax-info img{
    width:auto !important;
    height:48px !important;
    object-fit:contain !important;
}


/* =========================================================
   واتساب
========================================================= */

.aman-footer-whatsapp-row{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    direction:ltr !important;
    margin-top:12px !important;
}

/* شعار واتساب الأخضر */
.aman-footer-whatsapp-green{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:46px !important;
    height:46px !important;

    background:#25D366 !important;
    border-radius:50% !important;

    color:#fff !important;
    text-decoration:none !important;

    box-shadow:0 3px 10px rgba(0,0,0,.15) !important;

    transition:.2s ease !important;
}

.aman-footer-whatsapp-green:hover{
    transform:scale(1.06) !important;
    background:#20bd5a !important;
}

.aman-footer-whatsapp-green svg{
    width:27px !important;
    height:27px !important;
    fill:#fff !important;
}

/* رقم الواتساب */
.aman-footer-whatsapp-number{
    color:#fff !important;
    font-size:15px !important;
    font-weight:600 !important;
    direction:ltr !important;
}


/* =========================================================
   الجوال
========================================================= */

@media(max-width:700px){

    .aman-footer-info{
        gap:20px !important;
    }

    .aman-commercial-register{
        margin-left:0 !important;
    }

    .aman-cr-logo{
        width:40px !important;
        height:40px !important;
    }

    .aman-cr-logo svg{
        width:31px !important;
        height:31px !important;
    }

    .aman-tax-info img{
        height:40px !important;
    }

    .aman-footer-whatsapp-green{
        width:42px !important;
        height:42px !important;
    }

    .aman-footer-whatsapp-green svg{
        width:25px !important;
        height:25px !important;
    }

    .aman-footer-whatsapp-number{
        font-size:13px !important;
    }
}/* =========================================================
   تعديل نهائي لفوتر الأمان الأول
========================================================= */

/* الفوتر */
.aman-custom-footer{
    background:#003B7A !important;
    color:#fff !important;
}

/* بعد حذف الأعمدة القديمة */
.aman-footer-grid{
    display:grid !important;
    grid-template-columns:1.5fr 1fr 1fr !important;
    direction:rtl !important;
    gap:90px !important;
    align-items:start !important;
}


/* ==========================
   شعار الأمان الأول
========================== */

.aman-footer-brand-logo{
    display:block !important;
    width:175px !important;
    height:auto !important;

    margin:0 0 18px auto !important;

    object-fit:contain !important;
    background:transparent !important;
}

/* إخفاء كلمة الأمان الأول فوق الوصف */
.aman-footer-store-title{
    display:none !important;
}

.aman-footer-description{
    color:#fff !important;
    font-size:15px !important;
    line-height:2 !important;
    max-width:450px !important;
}


/* ==========================
   سياسة الاسترجاع
========================== */

.aman-footer-policy h3,
.aman-footer-contact-new h3{
    color:#fff !important;
    font-size:21px !important;
    font-weight:800 !important;
    margin:0 0 18px !important;
}

.aman-footer-policy a{
    color:#fff !important;
    text-decoration:none !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

.aman-footer-policy a:hover{
    opacity:.8 !important;
}


/* ==========================
   واتساب
========================== */

.aman-whatsapp-line{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    direction:ltr !important;
}

.aman-whatsapp-icon{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:48px !important;
    height:48px !important;
    min-width:48px !important;

    border-radius:50% !important;
    background:#25D366 !important;

    text-decoration:none !important;
}

.aman-whatsapp-icon svg{
    width:28px !important;
    height:28px !important;
    fill:#fff !important;
}

.aman-whatsapp-number{
    color:#fff !important;
    font-size:16px !important;
    font-weight:700 !important;
    direction:ltr !important;
}


/* ==========================
   طرق الدفع
========================== */

.aman-footer-payments{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;

    gap:15px !important;

    padding:25px 15px !important;

    border-top:1px solid rgba(255,255,255,.25) !important;
    border-bottom:1px solid rgba(255,255,255,.20) !important;
}


/* ==========================
   البيانات السفلية
========================== */

.aman-footer-bottom{
    display:flex !important;
    direction:rtl !important;
    align-items:center !important;
    justify-content:space-between !important;

    padding:28px 0 !important;
    gap:40px !important;
}

.aman-footer-info{
    display:flex !important;
    align-items:center !important;
    flex-wrap:wrap !important;

    /* تباعد واضح بين السجل والضريبة */
    gap:65px !important;
}

.aman-footer-info-item{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;

    color:#fff !important;
    font-size:14px !important;
    white-space:nowrap !important;
}


/* شعار السجل */
.aman-register-logo{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:48px !important;
    height:48px !important;

    background:#fff !important;
    border-radius:7px !important;
}

.aman-register-logo svg{
    width:35px !important;
    height:35px !important;
}


/* حقوق المتجر - منع التكرار */
.aman-footer-copyright{
    color:#fff !important;
    font-size:13px !important;
}


/* ==========================
   الجوال
========================== */

@media(max-width:800px){

    .aman-footer-grid{
        grid-template-columns:1fr !important;
        gap:30px !important;
    }

    .aman-footer-brand-logo{
        width:135px !important;
    }

    .aman-footer-info{
        gap:25px !important;
    }

    .aman-footer-bottom{
        flex-direction:column !important;
        align-items:flex-start !important;
    }

    .aman-whatsapp-number{
        font-size:14px !important;
    }
}