@media (max-width: 768px) {

label[for="product-filter"] {
    display: block;
    text-align: right;
    font-size: 15px;
    margin-bottom: 3px;
  }
  
  #product-filter {
    height: 45px;
    font-size: 16px;
    padding: 10px 14px;
  }
  [dir="rtl"] #product-filter {
  background-position: left 0.5rem center; 
  padding-left: 1.5rem; 
}

}

.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.75rem;
    font-size: medium;
}

/*--------صفقة الثابته --------------------*/ 
.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: #fff;
    padding: 20px;
    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 h2 {
    margin-top: 15px;
    font-size: 28px; 
}
.popup-content h6 {
    margin-top: 15px;

}
@media (max-width: 768px) {
.popup-content span{
    color: #f5a622;
    font-size: 15px; 
}
}
.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;
}


.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;
}
*/


/*--------------الاقسام------------*/

.s-slider-block__title {
    text-align: center; 
    margin: 0 auto; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100px; 
    
}
/* الوضع الأساسي: وسط */
.s-slider-block__title{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* في الجوال: يمين */
@media (max-width: 767px) {
  .s-slider-block__title{
    justify-content: flex-start;
    padding-right: 1rem; /* مسافة من اليمين إذا تحب */
  }
}



.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translateX(-180px);
}
.slide--cat-entry i,
.slide--cat-entry h2 {
  display: none;
}
/* الصورة فقط */
.swiper-slide[aria-label="1 / 3"] .slide--cat-entry {
  background-image: url('https://i.postimg.cc/5tjN0kZ1/image.jpg');
  
}

.swiper-slide[aria-label="2 / 3"] .slide--cat-entry {
  background-image: url('https://i.postimg.cc/nr1NJnVk/image.jpg');
}

.swiper-slide[aria-label="3 / 3"] .slide--cat-entry {
  background-image: url('https://i.postimg.cc/DftSJFgZ/image.png');
}
/* الصورة فقط */
.slide--cat-entry {
  height: 150px;
  border-radius: 35%;
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0 auto;
}

/* العنوان بعد الصورة */
.swiper-slide[aria-label="1 / 3"]::after {
  content: "بنزات معدنية";
}

.swiper-slide[aria-label="2 / 3"]::after {
  content: "ستيكرز";
}

.swiper-slide[aria-label="3 / 3"]::after {
  content: "شنط لابتوب";
}

.swiper-slide[aria-label="1 / 3"]::after,
.swiper-slide[aria-label="2 / 3"]::after,
.swiper-slide[aria-label="3 / 3"]::after {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
  color: black;
}
@media (max-width: 768px) {
  .slide--cat-entry {
    height: 80px;
    width: 80px;
    border-radius: 30%;
  }
.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translateX(-10px);
}
  
  .swiper-slide[aria-label="1 / 3"]::after,
  .swiper-slide[aria-label="2 / 3"]::after,
  .swiper-slide[aria-label="3 / 3"]::after {
    font-size: 11px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {

  .slide--cat-entry {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }

  .slide--one-sixth {
    width: 33.33% !important; /* 3 صور في الصف */
  }
.swiper-wrapper {
    justify-content: center;
  }
  
}

.s-product-card-entry.s-product-card-vertical {
  width: 100%;
  height: auto;
  max-width: 290px; /* أو أي رقم يناسب */
}

@media (max-width: 768px) {
  
.s-product-card-entry.s-product-card-vertical {
    max-width: 180px;
    height: auto;
  }
.s-slider-block__display-all {
  margin-right: 100px;
}
}

 
/*-------------------اسفل الموقع ------------------*/
.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: #000;
    transition: background-color 0.3s ease; 
}


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



/*-------------------للمنتجات-------------------------*/
/*
.s-product-card-vertical {
    border: 1px solid;
    
}
*/
.s-product-card-entry {
    border-radius:0;
 
}

.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;
}



/*---------------------للنجوم--------------*/
/* أنماط النجوم */
.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: #333;
  margin-right: 10px;
  
  }
  
@media (max-width: 460px) {
  .rating-count {
    font-size: 1rem;
  }
  .star {
  font-size: 1.5em;
  color: #fbbf24; /* لون النجوم */
  
}
}


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

.dynamic-announcement-bar {
    color: rgb(255 255 255);
    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; /* التحكم بالموقع الأفقي */
  }
}
/* --------التقيمات حق سلة--------------*/
.s-rating-stars-wrapper{
display:none
}
/* --------التعليقات--------------*/
.s-reviews-container{
display:none
}


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



.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; 
}

/*----- اخر تعديل عشان المسافة بين الكروت ----------*/

/* للموبايل تقليل أكثر */
@media (max-width: 768px) {
  .swiper-slide .s-product-card-entry.s-product-card-vertical {
    max-width: 200px;
  }

  .swiper-wrapper > .swiper-slide {
    padding-left: 1.5px !important;
    padding-right: 1.5px !important;
  }
}

/*----- اخر تعديل عشان نص الاكثر مبيعا  ----------*/
.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;
    display: inline;
}