/* Add custom CSS styles below */ 
body, *{    
 
    font-family:"IBM Plex Sans Arabic",sans-serif !important; /* يمكن تغييره لـ #FFCC حسب رغبتك */ [cite: 1, 13]

  }

*{
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

  /* section{
    flex:1;
      padding: 2px !important;
  } */

.s-block {
    margin-bottom: -0.5rem;
    /* margin: 0.5rem; */
}

  

/**Navbar items*/
  .gap-3 {
    gap: 1.75rem;
    width: 5rem;
    height: 5rem;
}

  /* /** Hidden the navbar in moblie screen*/
  /* إخفاء الهيدر بالكامل في شاشات الجوال فقط */
@media (max-width: 768px) {
    header, 
    .main-header, 
    .top-header,
    .mobile-header {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }
} */


  
  
  .sicon-shopping-bag2:before {
content: "";
}

  .s-cart-summary-wrapper {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #7c8082;
    color: var(--color-text);
    transition: all .5s cubic-bezier(0.2, 1, 0.3, 1);
    align-items: center;
    font-weight: bolder;
    position: relative;
    display: inline-flex;
    width: 4rem;
    height: 3rem;
}

  .s-cart-summary-total {
    font-weight: 900;
    font-size: 1rem;
    margin-right: .5rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
  
/* product name   */
  .md\:text-2xl{
      font-size:20px;
    line-height: 0.1rem;    
    direction: rtl; /* لضمان تنسيق النص العربي */

  }

  
/* SAR  */
  .text-xl{
    font-size: 22px;
    line-height: 1.75rem;
    /* margin: .4rem 1.4rem 1.4rem 0rem; */
        color: #D05C8B;
     
     

}
/* remains number and wheight*/
  .text-sm {
    font-size: 1.5rem;
    line-height: 1.25rem;
      color:#4B2467;
}

  .text-gray-500 {
      font-size:1.1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}


/** weight icon*/
  .form-label {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 1.5rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color:  #4B2467;
}
  
  .details__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

  /*Favourite icon and share*/
  
.btn--wishlist:where([dir="rtl"], [dir="rtl"] *) {
    /* margin-right: 1.125rem; */
    gap:1rem
  
}

  /* Bottom navbar in mobile */
  .py-2 {
    padding-top: 0.01rem;
    padding-bottom: .01rem;
}


 /* sections */
  .rounded-full {
    border-radius: 9999px;
    border-color: #D05C8B;
    border-style: solid;
    border-width: 10px;
      padding:10px;
}

.\!m-0 {
    margin: 0px !important;
    padding: 10px;
}


  
  .s-button-light-outline {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 92, 139, 1) !important;
    border-color: rgba(118, 205, 205, 1) , var(--tw-border-opacity, 1)) !important;
}

/* تغيير الأيقونة إلى سهم للأسفل */
.sicon-box-bankers:before {
  content: "\e942" ; /* رمز سهم رفيع للأسفل */
 font-size: 1.75rem;
}



/** Payments style*/
.s-payments-list-item {
    display: flex;
    height: 3rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.25rem;
}


/**Footer*/
.store-footer__inner {
    border-bottom-width: 1px;
    border-style: none;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    /* background-color: rgba(29, 31, 31, var(--tw-bg-opacity, 1)); */
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #4B2467;
    /* border-color: #4B2467; */
}

  

/*  flamour banner*/

/* استهداف شاشات الجوال فقط */
@media (max-width: 768px) {
    .product-details__share {
        display: flex !important;
        /* جعل العناصر تترتب تحت بعضها */
        flex-direction: column !important; 
        /* إلغاء التموضع المطلق لضمان عدم التداخل */
        position: relative !important; 
        align-items: center !important;
        gap: 15px !important; /* مسافة عمودية بين الأيقونتين */
        top: auto !important;
        right: 15px !important; /* تحريكها لليسار أو اليمين حسب التصميم */
        z-index: 99 !important;
    }

    .product-details__share .btn {
        width: 40px !important; /* توحيد حجم الدوائر */
        height: 40px !important;
        margin: 0 !important;
    }
}



  
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
    font-size: 1rem;
}


  /*Remove donar content*/
/* 
.list--brands, .list--brands li {
    align-items: center;
    display: none !important;
    flex-direction: row;
    justify-content: center;
} */