.navbar-brand img {
    max-height: 8rem;
    width: auto;
    max-width: 100px;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 120px;
}
/* Add custom CSS styles below */ 
.category_section .flex-wrap {
    flex-wrap: nowrap;
}

.main-nav-container .container {
    max-width: 100%;
}
.main-menu {

    flex-wrap: nowrap;
  

}
/* main 2 */
section:nth-child(2 of .main_banner) .custom_container {
  width: 100%;
}

section:nth-child(2 of .main_banner) .slider_content {
    margin: 0;
    order: 2;
    justify-content: center;
    grid-column: 5/8;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 30%;
    backdrop-filter: blur(50px);
}
section:nth-child(2 of .main_banner) 
.grid-cols-2 {
   grid-template-columns: repeat(6,minmax(0,1fr));
}

/**/

.s-product-card-buttons .s-product-card-eye-btn button {
    border-style: none;
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ffffff;
}


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}


/**Wide banner*/
.banner--fixed img {
  background-color: transparent;
}

/* end Wide banner*/
.category_section  .custom_container h2 {
    font-size: 18px !important;
}


@media(max-width:768px) {
.main_banner {
    margin: 0;
}

.category_section .flex-wrap {
    overflow: auto;
}
.category_section  .custom_container h2 {
    font-size: 14px;
}

  section:nth-child(2 of .main_banner) .slider_content {
    grid-column: 4/8;  
    position: unset !important;
  
}
section:nth-child(2 of .main_banner) .slider_content  h2 {
    font-size: 15px !important;
}
  
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

}