/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type > .container {
    padding: 0!important;
    margin:0 !important;
    max-width: 100% !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type > .container img {
    border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-child(6) > .container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
@media (min-width: 1024px) {
    .index .store-header {
    position: absolute;
    right: 0;
    left: 0;
    background: transparent !important;
}
}.store-footer__inner {
    background: transparent !important;
}

footer.store-footer {
    background-image: url(https://i.ibb.co/MKr2hjQ/F.webp);
    background-color: #003479;
    color: white !important;
    padding-top: 5rem;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}section.s-block.s-block--features-list.s-block--full-bg.bg-gray-50 {
    background: transparent !important;
}

.s-block--features__item .feature-icon:before {
    display: none;
}

.s-block--features__item .feature-icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
}


.s-block--features__item i.feature-icon.sicon-store2 {
    background-image: url(https://i.ibb.co/ZpJCpT2f/1-5.png);
}


.s-block--features__item i.feature-icon.sicon-shipping-fast {
     background-image: url(https://i.ibb.co/HDg8b4R4/3-1.png);
   
}

.s-block--features__item i.feature-icon.sicon-fire{
    background-image: url(https://i.ibb.co/7t7yFsGB/2-6.png);
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    background: #003479 !important;
    color: white !important;
}
.footer-is-light .store-footer {
    margin-top: 0 !important;
}


section.s-block.s-block--fixed-banner.wide-placeholder:last-of-type .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder:last-of-type .container img {
    border-radius: 0 !important;
}


.footer-main::before, .store-footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px; /* ارتفاع الصورة */
    background-image: url('https://cdn.files.salla.network/homepage/1261457616/4068cec5-a137-4867-b0c2-99b88eed818e.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}


/* جعل حاوية صورة المنتج تأخذ العرض الكامل وتلغي الحواف البيضاء */
.product-card .product-card-image {
    padding: 0 !important; /* إزالة الفراغات حول الصورة */
    overflow: hidden;
    border-radius: 8px; /* اختياري: للحفاظ على زوايا دائرية بسيطة */
}

/* ضبط الصورة نفسها لتغطي المساحة بالكامل */
.product-card .product-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* لضمان عدم تمدد الصورة بشكل مشوه */
    aspect-ratio: 1 / 1; /* يمكنك تغيير النسبة حسب رغبتك، مثلاً 3/4 للصور الطويلة */
}

/* إخفاء أي ظلال أو إطارات إضافية قد تضيق المساحة */
.product-card {
    border: none !important;
    box-shadow: none !important;
}