/* Add custom CSS styles below */ 
/* Banners */
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 1rem;
}

@media(max-width: 992px) {
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
  }
}

section.s-block.s-block--fixed-banner.wide-placeholder:nth-child(1) .container,
section.s-block.s-block--fixed-banner.wide-placeholder:nth-child(2) .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder:nth-child(1) .container img,
section.s-block.s-block--fixed-banner.wide-placeholder:nth-child(2) .container img {
    border-radius: 0;
}



section.s-block.s-block--fixed-banner.wide-placeholder .container img {
  background-color: transparent;
}
/***/


/* Ad Banner */
:nth-child(2 of section.s-block.\!mt-0) {
    background-image: url(https://i.ibb.co/q3d8FBgJ/Screenshot-2025-09-23-at-4-48.png);
    background-size: contain;
}

@media(max-width: 992px) {
  :nth-child(2 of section.s-block.\!mt-0) {
    background-size: cover;
  }
}
/***/


/* Services Section */
section.s-block.s-block--banners.container .grid a:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
    min-height: 100%;
}

section.s-block.s-block--banners.container .grid a:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

section.s-block.s-block--banners.container .grid a:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

@media (min-width: 768px) {
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* grid-template-columns: 1fr 1fr; */
        /* grid-template-rows: 1fr 1fr; */
    }
}

@media(max-width: 992px) {
  section.s-block.s-block--banners.container {
      display: none;
  }
}
/***/

/* Featured Product */
section.s-block.s-block_p-w-d > div > div > div > div.w-full.lg\:w-1\/3 > div > div > a {
    border: 1px solid #fff;
    border-radius: 15px !important;
}

.s-button-element.s-button-btn.s-button-solid.s-button-wide {
  border-radius: 15px !important;
}
/***/


/* Tabs Products */
.s-block--tabs-produtcs .tab-trigger {
    border-radius: 15px !important;
}
/***/


/* FAQ Section */
@media (min-width: 1024px) {
    section.s-block.s-block--faq .container .fq-container {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    section.s-block.s-block--faq.s-block-10.py-8 > div > div > div.w-full.lg\:w-1\/5 {
        width: 100%;
    }
}

section.s-block.s-block--faq .container .fq-container .w-full:nth-child(1) .side-content {
    justify-items: center;
}

.lima-special-product .sp_desc ,
.footer-head-description,
.lima-tabs-container,
.footer-head-logo{
    display: none !important;
}
section.s-block.s-block--about-us > .container > div > div > img {
    width: 180px !important;
    height: 180px !important;
    object-fit: contain !important;
}
.lima-features-item > div > div:nth-child(2) {
    width: 115px !important;
    height: 115px !important;
    background-color: white !important;
}








/* Hide Quick Order widget */
salla-quick-order {
  display: none !important;
} I have added another banner right after this: /* Ad Banner */
:nth-child(2 of section.s-block.\!mt-0) {
    background-image: url(https://i.ibb.co/q3d8FBgJ/Screenshot-2025-09-23-at-4-48.png);
    background-size: contain;
}