/* Add custom CSS styles below */

/** silder block ***/


section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

/** End silder block ***/


/**** التصنيفات ******/
.two-row .banner-entry:first-child {
    grid-row: span 1/span 1 !important; 
}
@media(max-width:768px){
  section:nth-of-type(2) .grid{
    width: 95%;
    margin-inline: auto;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .lazy__bg  {
  background-size: contain !important; 
    background-repeat: no-repeat;
  }
  .banner-entry  {
  height: 145px !important; 
    background: transparent;
  }
}
@media(min-width:768px){
.banner-entry  {
  height: 375px !important; 
  }
  .lazy__bg  {
  background-size: cover !important; 
  }
}



.lazy__bg  {
  background-size: cover; 
}
/**** التصنيفات ******/




/*** البانر المزدوج ***/
.s-block--double-banner .container > div{
  gap: 0px !important; 
}
/*** البانر المزدوج ***/





/** banners blocks ***/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}

.banner--fixed img {
    border-radius: 0 !important;
}

/** End banners ***/



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

footer .payments img[alt="الدفع عند الاستلام"],
footer .payments li.cod,
footer .payments .cod {
    display: none !important;
}

.product-single .s-add-product-button-main{
    display: flex;
    justify-content: center;
}
.product-single salla-mini-checkout-widget{
    display:none;
}
.product-single section.bg-storeBG:nth-of-type(1) .center-between{
    background:#eddbc1 !important;
    padding:12px 5px !important;
    border-radius:8px !important;
}



/* الغاء ايقون الدفع عند الاستلام من الفوتر */

li:has(img[alt="cod"])
{
  display: none !important;
}



.s-block--enhanced-features__item .feature-icon i {
    color: #b38e61  !important;}
.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: #eddbc1   !important;}


.footer-is-custom .store-footer .store-footer__curve {
    color: #eddbc1;
}



/* footer-bottom  */

.footer-bottom {
    background: #4b5c39  !important;
    color: white;
}
.footer-bottom *{
    color: white !important;
}