/*------------------النافذة المنثقبة--------*/

.fixed-button {
    display: block;
    position: fixed;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 900;
    padding-block: 0.5em;
    padding-inline: 1em;
    background-color: #a7aea1;
    color: #000;
    bottom: 0px;
    left: 50%;
    border-radius: 4px 4px 0px 0px;
    transform: translateX(-50%);
    z-index: 1000;
    height: 32px;
}
.fixed-button:hover {
    background-color: #262626;
    color:#fff;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 90%;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.popup-content img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.popup-content .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    font-weight: 800;
}
.popup-content .close-btn:hover {
    color: #f60000;
}

.whatsapp-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    z-index: 999;
}
.whatsapp-link:hover {
    background-color: #262626;
}

h2 {
    font-size: 28px;
    color: #9e410c;
    font-weight: bold;
    margin: 10px;
}

/* -------------بنر الصورة------------------ */

/*
.custom-banner {
  background-image: url('https://i.postimg.cc/PrPKzWW9/Whats-App-Image-2025-04-28-at-21-33-49.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 2250px;
  width: 100%;
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  .custom-banner {
    height: 580px;
    background-position: top center;
  }
}


.store-header.centered_logo,
.store-header.centered_logo * {
  background-color: transparent !important;
}


#mainnav.main-nav-container {
  background-color: transparent !important;
  box-shadow: none !important;
}

#mainnav.main-nav-container {
    position: absolute;
    width: 100%;
    z-index: 2;
}

@media (min-width: 1024px) {
    .main-nav-container {
        height: auto !important;
    }
}
.main-nav-container .inner {
    padding-top: 6px;
    padding-bottom: 6px;
}
*/

/*---------------------للنجوم--------------*/
/* أنماط النجوم */
.product-rating {
  display: flex;
  align-items: center;
}

.stars {
  display: flex;
}

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


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

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

.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-button-outline{   
    border-radius: 10px;
    border:2px solid #000;
    
    
}


/*------------اهم الاسئلة--------------*/
.s-block--faq,.s-block--custom-reviews,.special-product.has-bg,.s-block--testimonials.enhanced{
margin-top: 2rem;
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        padding: 15px 15px 8px;
       
    }
    }
    
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 13px;
    background: #e7ede2;
   
}
.text-store-text-secondary {
   
    border: none;
}

.single-faq {
    border: 3px solid transparent; 
    border-right: 3px solid #000; 
    transition: all 0.3s ease-in-out; 


.single-faq.open {
    border: 3px solid #214c44;
}


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

.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: #fff6e4;
    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 h2 {
    margin-top: 15px;
    font-size: 28px; 
    font-weight: bold;
}

.popup-content p{
    margin-top: 15px;
    font-size: 22px; 
    
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    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; 
}
.popup-content h2 {
    margin-top: 15px;
    font-size: 15px; 
    font-weight: bold;
}
  
}

  }