#loop-background .loop-bundle-header-wrapper .loop-bundle-image-container {
  display: none;
}
.loop-h1 {
  text-transform: uppercase !important;
}
.loop-bundle-product-card-title {
  font-family: 'Courier Prime' !important;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #231F20;
}
.loop-background {
 background: #efece8; 
}
.loop-bundle-footer-discount-section {
  border: 1px solid #42454a;
  background: #42454a;
}
.loop-bundle-product-container, 
.loop-bundle-product-wrapper {
    height: 100%;
    background: #fff;
    border-radius: 0.8rem;
}
.loop-card {
    padding: 0px;
    border: 1px solid var(--loop-product-card-border-color);
    border-radius: 0.8rem;
}
.loop-image-product-lg img {
    height: 100%;
    border-radius: 0;
    width: 100%;
}
.loop-display-product-price {
    margin-right: auto;
    color: #231F20;
}
.loop-select-variant,
.loop-select-variant-drawer {
    padding: 10px 24px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    width: calc(100% - 20px);
}
.loop-image-product-lg {
    width: 100%;
    border-radius: 0.8rem;
    overflow: hidden;
}
.loop-card-body {
    padding: 20px 10px !important;
}
.loop-display-product-price {
    font-size: 16px;
    font-weight: 600;
    margin-top: 2rem;
}
.loop-card-header {
    border: 0;
}
.loop-btn-add-product {
    padding: .8rem !important;
    min-width: calc(100% - 20px) !important;
    box-sizing: border-box !important;
    font-weight: 600 !important;
    width: calc(100% - 20px) !important;
    margin: 10px;
    border-radius: 0.8rem;
    height: 45px;
    text-transform: uppercase;
    background: #231F20;
}
.loop-btn-selected {
    background: #231F20;
    border-radius: 8px;
    padding: 10px 20px;
}
.loop-btn-outline {
    border-radius: 8px;
    padding: 10px 20px;
}
.loop-h1 {
    font-size: 36px;
    font-weight: 600;
    color: #231F20;
}
@media screen and (max-width: 768px) {
  .loop-h1 {
    font-size: 30px;
    text-align: center;
  }
  .loop-bundle-header-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .loop-bundle-product-card-title {
    text-align: center;
  }
  .loop-display-product-price {
    margin: auto;
  }
  .mg-bottom-24 {
    display: none;  
  }
  .loop-bundle-product-wrapper {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 20rem;
        width: 100%;
  }
}