section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: 0;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
        grid-column: unset;
        grid-row: unset;
    }
    img,.banner-entry,body,dev#app {
    background-color: rgb(255 255 255) !important;
}
a.banner-entry.lazy.h-lg-banner.entered.loaded  {
    height: 600px;
    background-size: contain;
    }
    .s-block--hero-slider .swiper-slide .overlay-bg:after{
    display:none;
    }
    .overlay-bg.bg-cover.bg-center.absolute.inset-0{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    
    }
.s-block--hero-slider .swiper-slide    {
    background-color: rgb(255 255 255);
    }
    .s-slider-block__title-nav {
    display: none;
}

a.s-contacts-item[href="https://lamasatelanaqa.com/whatsapp/send"]:before {
    content: '';
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg);
    background-repeat: no-repeat;
        z-index: 11111111111111;
}
 @media(max-width:776px){
    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.store-footer__inner * {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8:has(a.banner-entry.lazy.h-lg-banner.entered.loaded) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
a.banner-entry.lazy.h-lg-banner.entered.loaded {
    height: 200px;
}
    }
    
    .social-btns {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .social-btns a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      color: white;
      font-size: 24px;
      text-decoration: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .whatsapp-btn {
       
    }

    .instagram-btn {
    }

    .social-btns a:hover {
      transform: scale(1.1);
    }

    /* Add logo styles */
    .whatsapp-logo, .instagram-logo {
      width: 30px;
      height: 30px;
    }