/* Add custom CSS styles below */ 
.bg-inherit {
    background-color: #eddbc1;
}
.navbar-brand img {
    height: 64px;
max-height: 150px;
max-width: 150px;
}
.s-slider-nav-arrow svg{
    fill: #7c8082;
    box-shadow:none
}

/* navbar  */ 
/* الهدف: العنصر <a class="banner banner--fixed"> */
.rounded-full{
border-radius: 20%;

}

.circle-links-2{
 background-color: rgba(0, 0, 0, 0);
 
  }
  
 .s-slider-v-centered .s-slider-block__title-nav button{
  margin: -40px;
 background: #4c5849 ;
    border-radius: 15%;
   }
   
.store-footer{
background-color:red;
}

.product-card__image .product-card__promotion{
background-color:red;
}
.store-links-items {
  columns: 2; /* عرض الروابط في عمودين */
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px; /* تباعد بين العمودين */
  list-style: none;
  padding: 0;
  text-align: right;
  direction: rtl;
}

.store-links-items li {
  break-inside: avoid;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
  font-size: 15px;
  color: #444;
}

.store-links-items li::before {
  content: "›"; /* سهم بسيط بجانب كل رابط */
  position: absolute;
  right: 0;
  color: #b89973;
  font-weight: bold;
}

.store-links-items a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.store-links-items a:hover {
  color: #ff6600;
}


.footer-description+p{
 margin:30px
}