/* كود الخاص بتعديل الفيديو  */ 
.advanced-slider{
    position: relative;
    padding: 10px;
    overflow-x: hidden;
}

.s-slider-wrapper{
    border-radius: 10px;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .advanced-slider .swiper {
        height: 360px;
    }
}

/* كود الخاص بتعديل التذييل  */ 
:root {
    --footer-bg: transparent;
}

.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter{
  background-color: transparent;
}

.store-footer {
  border-radius: 24px 24px 0 0;
  background-size: contain;
  background-image: url('https://res.cloudinary.com/dmbb5bbmr/image/upload/v1739909499/footer_bg_lpgfya.png');
}/* Add custom CSS styles below */