.loop-category-list-container{
  background: transparent;
}
.loop-category-title-as-text:hover{
  background: #0a9f95;
  color: #ffffff;
}
.loop-category-title-as-text{
 padding: .6rem 1.8em;  
}

.loop-category-list-container{
  z-index: unset !important;
}
@media (min-width: 768px) {
  .loop-bs-container{
  max-width: max-content;
  }
}
.loop-category-header-content-left-top .loop-h2{
  font-weight: 800 !important;
}
.loop-bundle-image-container{
  max-height: unset !important;
}
.loop-bundle-footer-discount-section{
  border: 1px solid #009B93;
  background: #009B93;
}
.loop-bundle-footer{
  z-index: 998 !important;
}
.loop-h1.loop-bundle-title{
  text-align: center !important;
}
@media only screen and (max-width: 998px) {
  .loop-category-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
    .loop-bundle-description {
        width: 95%;
    }
}
