section.multi-collection-sections-wrapper {
    background-color: #5C8064;
    overflow-x: hidden;
}

section.multi-collection-sections-wrapper h2 {
    font-family: Avenir Next Cyr;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize !important;
    background-color: unset !important;
    color:  #FFFFFF;
}

section.multi-collection-sections-wrapper .aspect-ratio--square {
  top: -1px;
}

.multi-collection-tab {
    margin-bottom: 20px;
    display: none;
      
  }

   section.multi-collection-sections-wrapper .container .page-width.col-md-12 {
    padding: 0;
}
  
  .multi-collection-tab.active {
    display: block;
  }
  
  .collection-tabs-nav {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

   .collection-tabs-nav  .type-subheading {
    margin: 0;
    padding-right: 10px;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #fff;
  }
  
  .collection-tab-button {
    border: 1px solid #FFFFFF33;
    border-radius: 300px;
    padding: 8px 20px;
    font-family: Avenir Next Cyr;
    font-weight: 450;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #fff;
    transition: all .4s ease;
    background-color: unset;
}
  .collection-tab-button:hover {
    background: #7EAB73;
     border-color: #7EAB73;

  }
  
  .collection-tab-button.active {
    background: #7EAB73;
    color: white;
  }

  .collection-tab-button:focus {
     background-color: #7EAB73 !important;
  }
  
  .collection-tab-header {
    margin-bottom: 30px;
    display: none; /* Hide individual titles when tabs are shown */
  }
  
  .multi-collection-tab:only-child .collection-tab-header {
    display: block; /* Show title when there's only one tab */
  }

  .multi-collection-tab .swiper-slide.swiper-slide-active {
    padding: 0;
  }

  .multi-collection-swiper  article.indiv-product {
    margin: 0;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}

  .multi-collection-swiper .hp-subtitle {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

  .multi-collection-swiper .indiv-product .indiv-product-title-text {
    font-family: Avenir Next Cyr;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 14px;
}

.multi-collection-swiper  article.indiv-product:hover .hover-shape {
    opacity: 1;
    transform: translateY(0);
}

section.multi-collection-sections-wrapper .container {
    max-width: 100%;
 
    padding-right: 0;
    padding: 0;
}

section.multi-collection-sections-wrapper .swiper-backface-hidden .swiper-slide {
    height: auto;
}

@media only screen and (max-width: 1340px) {
  .swiper.multi-collection-swiper {
    padding-left: 20px;
    padding-right: 20px;
}
 }

@media only screen and (max-width: 767px) {

.multi-collection-swiper .indiv-product .indiv-product-title-text {
  font-size: 17px;
}

.multi-collection-swiper .hp-subtitle {
  padding-bottom: 20px;
}

.title-bar.section-header-padding.custom-font.section-header-padding {
    margin-bottom: 20px;
}

.collection-tabs-nav {
    padding: 0 20px;
}
}