/* Add custom CSS styles below */ 
#popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 90%;
    width: 400px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.popup-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.popup-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #555;
}

.popup-content button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.popup-content button:hover {
    background-color: #45a049;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 100%;
  padding: 0;
}



/* ========== Fixed Banner Section ========== */
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin: 50px 0;
}

/----------------------------------------------------/

/----------start slider جعل الصور المتحركة تاخذ المساحة كاملة -----------/
.s-block--photos-slider {
    margin-top: 0 !important;
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 0;
    }
}

.swiper {
    padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
/----------end slider -----------/
/----------------------------------------------------/




/* ========== product card Styling ========== */
.s-product-card-entry{
transition: box-shadow .2s ease-in-out, transform .35s ease-in-out;
background: #fff;
box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
}
.s-product-card-entry:hover{
box-shadow: 0 11px 11px 0 rgba(0, 0, 0, .16);
transform: translateY(-5px);
}
.swiper-android .swiper-slide, .swiper-wrapper{
margin-bottom: 10px;
}


/*           category slider styles        */
.s-block--categories .slide--cat-entry{
border-radius: 0 0 140px 140px !important;
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
background: #fff;
transition: box-shadow .2s ease-in-out, transform .35s ease-in-out;
}
.s-block--categories .slide--cat-entry:hover{
box-shadow: 0 11px 11px 0 rgb(0 0 0 / 16%);
transform: translateY(-5px);
}



/* ========== Footer Styling ========== */
footer.store-footer {
  background: url("https://i.ibb.co/TLCsYF7/IM-220.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  border-top: 3px solid #c33b85;
}

.store-footer__inner {
  background: transparent;
}

.store-footer__inner * {
  color: #000;
  border-color: #000;
}

@media (max-width: 600px) {
  footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}