/** Shopify CDN: Minification failed

Line 105:15 Unexpected "{"
Line 105:24 Expected ":"
Line 113:15 Unexpected "{"
Line 113:24 Expected ":"
Line 126:15 Unexpected "{"
Line 126:24 Expected ":"
Line 131:15 Unexpected "{"
Line 131:24 Expected ":"

**/
.new-logo-list .fully-spaced-row--medium{
    margin-top: 30px;
    margin-bottom: 40px;
}
.section-header-wrp{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section-header-wrp .hometitle{
    font-size: 70px;
    margin-bottom: 10px;
    text-transform:uppercase;
    margin-top: 10px;
}
.custom-logo-list-sec .logo-list__logo-title{
font-weight:400;
font-size:15px;
text-transform:capitalize;
}
@media (min-width: 768px) {
  .new-logo-list{
    margin-top:84px;
    margin-bottom:84px;
  }
    .custom-logo-list-sec .logo-list__logo {
        margin: 0;
    }
    .custom-logo-list-sec .logo-list{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        row-gap:50px;
    }
    
}

@media (min-width: 1300px) {
    .custom-logo-list-sec .logo-list__logo {
        flex: 0 0 calc(15% - 40px);
    }
}
@media (max-width: 768px) {
.section-header-wrp .hometitle {
    font-size: 40px;
    /* margin-top:0; */
}
.new-logo-list {
    margin-bottom:40px;
    margin-top:40px;
}
.new-logo-list .logo-list__logo-image{
    max-width:100% !important;
}
.ribon-txt .overlay-text__reveal .overlay-text__title{
    padding:5px 0;
}
}

/* Hide Show More button on desktop */
.show-more-btn {
  display: none;
}

/* --- MOBILE STYLING --- */
@media (max-width: 767px) {
  .show-more-btn {
    display: block;
    margin: 20px auto 0;
    padding: 8px 20px;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    /* font-size: 14px; */
    border-radius: 50px !important;
    color:#000000;
  }
  .show-more-btn svg{
    fill:#000000 !important;
    width: 10px;
    height: 10px;
  }
  .show-more-btn:hover{
    color:#ffffff;
    background:#000000;
  }
  .show-more-btn svg{
    fill:#ffffff !important;
  }
  
   /* Rotate arrow when expanded */
  #section-id-{{ section.id }}.show-all .arrow-icon {
    transform: rotate(180deg);
  }
   .arrow-icon {
    transition: transform 0.3s ease;
  }

  /* Set 3 logos per row */
  #section-id-{{ section.id }} .logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 16px; */
  }

  /* #section-id-{{ section.id }} .logo-list__logo {
    flex: 0 0 calc(33.333% - 10px);
    box-sizing: border-box;
  } */

  /* Hide logos after 6th */
  #section-id-{{ section.id }} .logo-list__logo:nth-child(n+7) {
    display: none;
  }

  /* Show all when .show-all added */
  #section-id-{{ section.id }}.show-all .logo-list__logo {
    display: block;
    /* flex: 0 0 calc(33.333% - 10px); */
  }
}
