/* Add custom CSS styles below 
.two-row .banner-entry:first-child {
    background-size: auto;
    background-position: center;
}*/ 

.s-block--slider-with-bg .slider-bg:before {
opacity:0.2 !important;
}

.has-overlay:after {
background-color:rgba(0, 0, 0, 0);
}


@media (max-width: 767px) {
    .s-block--banners a:nth-child(1) {
    background-image: url("https://cdn.salla.sa/form-builder/rjBDhZIo94zLHcXs9r9Symik4pnyjIEQJuS8Z2gC.jpg") !important;
    }
    .slider-bg{
     background-image: url("https://cdn.salla.sa/form-builder/wJKXbrOLRZyZpejIF1LPZRkATZeGGWHEECOibVIe.jpg") !important;
    }
}



@media (max-width: 767px) {
.s-product-card-content-top, .s-product-card-badge-wrapper {
    display: none !important;
  }
}





/* كود السلايدر */
/* CSS المُصحح */
.my-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.my-slider .grid {
    display: flex !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transform: translateX(0) !important;
    flex-wrap: nowrap !important;
}

.my-slider .grid > div {
    min-width: 100% !important; /* هذا صحيح لعرض سلايدر واحد في كل مرة */
    width: 100% !important;
    flex-shrink: 0 !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
}

/* أزرار التنقل */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    opacity: 0.7;
}

.slider-nav:hover {
    opacity: 1;
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

/* النقاط المؤشرة */
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
    position: relative;
    z-index: 20;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.slider-dot.active {
    background: #007bff;
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 768px) {
    .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}



/* عنوان الاقسام */
/* style.css */
.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3.5rem;
    color: #333;
    position: relative;
    
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #820458;
    margin: 8px auto 0;
    border-radius: 2px;
}

@media (max-width: 640px) {
    .section-title {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }
}


/* الماركات*/
.eco-prod-condition.brand-item {
    border-radius: 3.1rem;
}

@media (max-width: 768px) {
.brand-item {
    height: 10rem;
  }
}



/* تصنيفات المتجر*/
.rounded-full {
  border-radius:0px;
}