/* Add custom CSS styles below */ 

/* Ensure the footer is structured properly */

    /* Add spacing between sections */

  salla-product-card,
  custom-salla-product-card {
    height: auto !important;
     }
     
  salla-slider.details-slider,
  .s-slider-container {
    height: auto !important;
     }
     
/* Make sure sections are properly aligned */
.container > div {
    flex: 1 !important;
    min-width: 250px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.Swiper {
  overflow: hidden;
  }
  
/* Align text properly */
.container p {
    text-align: center !important;
    padding: 7px !important;
}
.value-tax {
  justify-content: center !important;
    align-items: flex-center !important;
    gap: 10px !important;
    align-items: flex-center !important;
    
}

.value-tax img {

    width: 50px !important;
    height: auto !important;
    align-items: center !important;
}
.value-tax div {
justify-content: center !important;
 display: flex !important;
    justify-content: space-evenly !important;
    align-items: flex-center !important;
    
}


    
/* Mobile-friendly adjustments */
@media (max-width: 768px) {
    .container {
        flex-direction: column !important;
        align-items: flex-center !important;
        text-align: center !important;
        justify-content: flex-center !important;
    }

  
 
  
  
  
    .container > div {
        width: 100% !important;
        align-items: flex-center !important;
        align-items: flex-center !important;
    }

    .social-media-div,
    .partners {
        text-align: center !important;
    }

    .company {
        justify-content: center !important;
    }
}

/* Social Media Section */
.social-media-div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Center icons properly */
}

.s-social-link {
    display: inline-flex !important;
    margin: 5px !important;
}

/* Adjust spacing for social icons */
.salla-social {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

/* Partners Section */
.partners {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* Ensure partner logos are evenly spaced */
.company {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
}

/* Payment Methods Section */
.payment-logos {
    display: flex !important;
    justify-content: flex-center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

/* Important Links Section */
.important-links {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: center !important;
}

/* Improve spacing for tax information */



/* Ensure important links align properly */
.important-links h2 {
    text-align: center !important;
    justify-content: center !important;
}

.s-menu-footer-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-center !important;
    gap: 10px !important;
}

/* Ensure better spacing between elements */
.container > div {
    
    justify-content: space-evenly !important;
    align-items: flex-center !important;
}



/* Responsive spacing improvements */
@media (min-width: 1024px) {
    .container > div {
     margin-bottom: 20px !important;
        max-width: 1200px !important;
        margin: auto !important;
       justify-content: flex-center !important;   
       align-items: flex-center !important;
    }
     salla-slider.details-slider,
    swiper-slide {
    height: auto !important;
     }
     
    .flex {
    justify-content: flex-center !important;
    display: flex;
      align-items: flex-center !important;
    }
    
    .social-media-div,
    .partners,
    .important-links {
    justify-content: flex-center !important;
    align-items: center !important;
    text-align: center !important;
    align-items: center !important;
    }
    
  }
    .company {
        justify-content: flex-center !important;
    }



.menu-item-li > .child-menu:not(.collapsed) {
    max-height: fit-content !important;
}