.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, 1);
    background-color: rgb(153 27 27);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.promotion-title {
    position: absolute;
    top: 1rem;
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, 1);
    background-color: rgb(153 27 27);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
/*---------------------للنجوم--------------*/
/* أنماط النجوم */
.product-rating {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.stars {
  display: flex;
}

.star {
  font-size: 1.5em;
  color: #fbbf24; /* لون النجوم */
  margin-right: 5px;
}


.rating-count {
  font-size: 1.2em;
  color: #fff;
  margin-right: 10px;
  
  }
  
@media (max-width: 460px) {
  .rating-count {
    font-size: 1rem;
  }
  .star {
  font-size: 1.5em;
  color: #fbbf24; /* لون النجوم */
  
}
}

/*------------------------------*/
.s-reviews-testimonial {
    color:wheat;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    background-color: #000;
    border: 1px solid wheat;;
  
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgb(255 255 255);
}

.s-block--full-bg+footer, .s-block--full-bg+.s-block--full-bg, .s-block--full-bg:first-of-type {
    margin-top: 0px;
    background-color: #1d1f1f;
}

    .main-nav-container {
       
        background-color: #1d1f1f;
    }

.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #414042;
    border-color: #1d1f1f;
    background-color: #414042;
    background-color: #1d1f1f;
    color: #ff6767;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 50px;
    display: inline;
}

.header-btn__icon {
    border-color: rgb(153 27 27);
    color: rgb(248 251 255);
}
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #ff0000; !important
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 4rem;
        background-color: #1d1f1f;
    }
}
body {
    background-color:#1d1f1f;
}

.navbar-brand img {
    max-height: 5.4rem;
   
}
.store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: crimson;
}
.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: none;
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgb(0 0 0);
}
.s-comments-product {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(122 122 122);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.no-content-placeholder p {
    color: rgb(0 0 0);
}

.no-content-placeholder .icon {
    color: rgb(0 0 0);
}
.s-user-menu-trigger {
    background-color: rgb(122 122 122);
   }
   
   .s-quantity-input-container {
    border-color: black;
}

.s-comments-item-content p{
    font-size: 18px;
    color: #ffffff;
}
.max-w-sm leading-6 mb-6 p{
color: #ffffff;
}


/*--------صفقة الثابته --------------------*/ 
.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #414042;
    border-color: #f9fafb;
    background-color: #f9fafb;
    background-color: #f9fafb;
    color: #ff6767;
    color: #000000;
     font-size: 23px;
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(249 250 251);
}






/*--------صفقة اليوم --------------------*/ 


.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    
}


.popup-content {
    background-color: #000;
    padding: 20px;
    width: 80%; 
    color: #fff;
    max-width: 500px; 
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'Tajawal', sans-serif;
}

.popup-content h2 {
    margin-top: 15px;
    font-size: 28px; 
    color:#881f1b;
}
.popup-content h6 {
    margin-top: 15px;

}
.popup-content span{
    color: #fff;
}

.popup-content p{
    margin-top: 20px;
    font-size: 22px; 
    font-weight: bold;
}

.close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}
.close-btn:hover{
color:#8a1e1d
}



.offer-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #201f46;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.offer-btn:hover {
    background-color: #000;
}

@media (max-width: 460px) {
  .popup-content p{
    margin-top: 10px;
    font-size: 15px; 
    font-weight: bold;
}
.popup-content h2{
    margin-top: 10px;
    font-size: 23px; 
    font-weight: bold;
}
  
}


/*
.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
   
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #000;
    width: 80%; 
    max-width: 500px; 
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'Tajawal', sans-serif;
    
    
}

.popup-content img {
    width: auto;
    max-height: 50%;
}

.popup-content h2 {
    margin-top: 15px;
    font-size: 28px; 
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
*/
/*---------------اسفل الموقع ------------------*/
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #000;
    border-bottom-color: #000;
    --tw-bg-opacity: 1;
    background-color: #000;
    text-align: center;
    height: auto;
    
}
*,::before, ::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #fff;
    /* 2 */
}


.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: #000;
    --tw-text-opacity: 1;
    color: #fff;
    color: #fff;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: #404258;
}

.store-footer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 400px; 
}
.store-footer a {
justify-content: center;
}

p.max-w-sm.leading-6.mb-6 {
    text-align: center; 
    margin: 0 auto; 
}
.s-social-list.hydrated {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 0 auto; 
    gap: 15px; 
    width: fit-content; 
}



/*-------------------زر اضافه السلة------------*/
.s-button-primary-outline {
    color: rgb(255, 255, 255);
    background-color: #90201a;
    transition: background-color 0.3s ease; 
}


.s-button-primary-outline:hover {
    background-color: #8d3d3d;
    color:#fff;
}

.s-button-primary {
    background-color: #90201a;
    background-color: #90201a;
    color: #fff;
    
}

.s-button-primary:hover{
    background-color: #8d3d3d;
    background-color: #8d3d3d;
    color: #fff;

}


/*-------------------للمنتجات-------------------------*/

.s-product-card-overlay {
   
    background-color: rgba(0, 0, 0, 1);
    background-color: rgb(0 0 0 / 0%);
    border: 2px #000 solid;
    border-radius: 12px;
}
.s-block__title {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 100%;
}

.s-block__title h2 {

 font-size: 25px;
 text-align: center; 
 width: 100%; 
 display: block;
 margin: 30px;
 margin-top:50px;
 color:#fff;
}

/*
.s-products-list-wrapper.s-products-list-vertical-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
*/
@media (min-width: 640px) {
    .sm\:gap-8 {
       display: flex;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
}


/*---------------------اعلان اعلى الصفحه---------*/

.dynamic-announcement-bar {
    color:  rgb(27 153 68);
    background-color:#000;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   }

.dynamic-announcement-bar .message {
    flex: 1;
    text-align: center;
    font-weight: bold;
}

  .dynamic-announcement-bar .close-btn {
    position: absolute;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

/* تنسيقات لأجهزة الجوال */
@media (max-width: 768px) {
  .dynamic-announcement-bar .close-btn {
    top: 10px; /* التحكم بالموقع العمودي */
    left: 222220px; /* التحكم بالموقع الأفقي */
  }
  .dynamic-announcement-bar {
    font-size: 15px;
   
   }
}

/* تنسيقات لأجهزة اللاب توب والشاشات الأكبر */
@media (min-width: 769px) {
  .dynamic-announcement-bar .close-btn {
    top: 10px; /* التحكم بالموقع العمودي */
    left: 4440px; /* التحكم بالموقع الأفقي */
  }
}


/* --------التقيمات حق سلة--------------*/

:not(.s-rating-modal-stars-company) > salla-rating-stars.hydrated .s-rating-stars-wrapper {
  display: none !important;
}


.s-rating-modal-stars-company .s-rating-stars-wrapper {
  display: inline-flex !important;
}



.s-reviews-summary-wrapper {
    display: none;
}

/*-------------------لأهم الاسئلة-----------*/
/* التنسيق الأساسي (لابتوب والأجهزة الأكبر) */
.faq-section {
  font-family: 'Arial', sans-serif;
  background-color: #1d1f1f;
  padding: 20px;
  margin: 20px auto;
  border-radius: 10px;
  width: 900px; /* تحديد عرض مناسب */
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  width: 100%;
  background-color: #f1f1f1;
  border-right: 3px solid #333;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: right;
  direction: rtl;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  padding-right: 30px;
}

.faq-question:hover {
  background-color: #eaeaea;
}

.faq-question::after {
  content: ''; 
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('https://i.postimg.cc/HkC4R9rp/down.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

.faq-answer p {
  margin: 10px 0;
  color: #fff;
  font-size:1.2em;
}

.faq-item.open .faq-answer {
  max-height: 200px;
}

.faq-header {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.faq-header h2 {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 10px;
}

.faq-header p {
  font-size: 1em;
  color: #ffffffcf;
  margin: 0;
}

/* التنسيق الخاص بالجوال */
@media (max-width: 768px) {
  .faq-section {
    max-width: 95%; /* تقليل العرض لتناسب الجوال */
    padding: 15px; /* تحسين المسافات */
  }

  .faq-question {
    font-size: 0.95em; /* تقليل حجم النص */
    padding: 12px 15px; /* تقليل المسافات الداخلية */
  }

  .faq-answer p {
    font-size: 0.9em; /* تصغير النص داخل الإجابة */
  }
}

/*----------------اشعارات----------------------*/

.notification {
    position: fixed;
    top: 20px;  
    left: 20px; 
    width: 300px; 
    padding: 10px;
    background-color:#dededc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    /*border:3px solid #000;*/
}

.notification img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.notification .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.notification .title {
    font-size: 16px;
    font-weight: bold;
    color:#000;
}

.notification .time,
.notification .footer {
    font-size: 14px;
    color: #666;
}

.notification .close-btn {
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    margin-left: auto;
    top: 1px;
    right: 5px;
 
}

/* ------موثق في منصه الاعمال -  ------------- */



.s-payments-list-item:last-child {
    order: -1;
    display: flex;
    align-items: center;
    width: 90%;
    height: min-content;
    background-color: #000;
    padding: 0px;
    border-radius: 5px;
    justify-content: flex-start;
    flex-direction: column-reverse;
    
}


.s-payments-list-item:last-child img {
    width: 80px; 
    height: 80px;
    margin-left: 10px; 
    border-radius: 0px; 
}


.s-payments-list-item:last-child::before {
    content: "موثق لدى منصة الأعمال";
    font-size: 16px;
    font-weight: bold;
    color: #fff; 
    direction: rtl; 
}



.s-business-verification {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white; 
    padding: 10px 20px; 
    border-radius: 5px; 
    font-size: 16px;
    font-weight: bold;
    color: #222; 
}

/*-----------------------*/
.s-user-menu-trigger {
    background-color: #1d1f1f;
}
.s-comments-product {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(29 31 31);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgb(255 255 255);
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgb(255 255 255);
}

.s-block--features__item {
    display: flex
;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgb(0 0 0);
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-block--features__item h2 {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgb(255 255 255);
}

.shipping-item {
  color: #000 !important;
}

span.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgb(0 0 0);
}
span.text-gray-500.line-through{
color: rgb(255 255 255);
}

.text-gray-500.line-through {
    color: rgb(0 0 0);
}
.no-content-placeholder p {
    color: rgb(255 255 255);
}
.s-breadcrumb-wrapper {
    color: white;
}
.s-breadcrumb-arrow svg {
    fill: #fff !important;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: #ffffff;
}

div.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm {
  display: none !important;
}
.s-comments-item-user-info-name:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 2.5rem;
    color: white;
}

tamara-widget {
  display: block;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
}
.text-sm.text-gray-500.line-through.item-original-price{
color:#000;
}

/*---------------لطلب العميل--------------*/

div.bg-white.rounded-md.px-6 * {
    color: #000 !important;
}