.loop-btn:hover:not(.loop-btn-add-to-cart), .loop-btn:focus:not(.loop-btn-add-to-cart) {
  background: #D4BA7D!important;
  color: #000!important;
}
.loop-btn {
  color: #000!important;
}
.loop-bundle-image-container {
  max-height: initial!important;
}
.loop-bundle-image-container .loop-img-fit{
  max-height: initial!important;
  height: auto!important;
}
.loop-bundle-footer-description {
  width: 90%!important;
}

/*accordion*/
.loop-static-faq-accordion {
    width: 100%;
    padding: 30px 0;
}
.loop-static-faq-accordion h3 {
    color: #000;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'Gilmer', Arial, Helvetica, sans-serif;
    margin: 0 0 30px;
}
.lsf-accord-group {
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}
.lsf-accord-toggle {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}
.lsf-accord-toggle .lsf-at-text {
    font-family: 'Gilmer', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    width: calc(100% - 32px);
    text-align: left;
}
.lsf-accord-toggle img {
    transform-origin: center;
    display: inline-block;
    width: 24px;
    height: auto;
}
.lsf-accord-toggle.active img {
    transform: rotate(180deg);
}
.lsf-accord-content {
    width: 100%;
    display: none;
    position: relative;
    padding: 0 32px 20px 0;
    text-align: left;
}
.lsf-accord-content p {
    margin:  0 0 15px;
    font-family: 'Gilmer', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.loop-btn-add-to-cart .loop-bundle-cart-btn-text-container {
  pointer-events: none;
}