/* Add custom CSS styles below */ 

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

.s-product-card-vertical {
    border: 2px #000 solid;
    
}

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

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


/*---------------------للنجوم--------------*/
/* أنماط النجوم */
.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; /* لون النجوم */
  
}
}


/*--------------اسفل الموقع ------------------*/
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #474E68;
    border-bottom-color: #474E68;
    --tw-bg-opacity: 1;
    background-color: #404258;
    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: #474E68;
    background-color: #404258;
    --tw-text-opacity: 1;
    color: #474E68;
    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: 550px; 
}
.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: #47673b;
    transition: background-color 0.3s ease; 
}


.s-button-primary-outline:hover {
    background-color:#6ea35a;
}
/*-------------------اللوقو------------*/
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 100px;
}