.loop-bundle-total-label{
  color: black;
}

p.cart__item__property {
    display: none;
}
.loop-bundle-image-container.loop-img-fit {
    width: 100%;
    height: 100%;
}
.loop-container.loop-bs-container.p-0 {
    max-width: 100%;
    max-height: 100%;
}
.loop-bundle-image-container.loop-img-fit {
    width: 100%;
    max-height: 28em;
    height: 400px;
}
h2.loop-h2 {
    font-size: 25px;
    text-transform: uppercase;
}
.loop .pt-3 {
    padding-top: 6rem!important;
}
.prices-container {
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.loop .border {
    border: 1px solid #6188c7 !important;
    height: 100px;
}
.loop-h1 {
    font-size: 45px;
    font-weight: 700;
    font-style: italic;
}
.prices-card h3 {
    font-size: 25px;
    margin: 0;
}
.prices-card h5 {
    font-size: 20px;
    color: #6188c7;
}
.loop-card {
    display: flex;
}
.loop-image-product-lg img {
    height: 150px;
    width: 110px;
}
.loop-body-footer-wrapper {
    display: block;
}
p.loop-text-p1.m-0.loop-bundle-product-card-title {
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 140%;
}
.loop-card .d-flex.flex-column.align-items-center {
    align-items: flex-start !important;
text-align: left !important;
}
button.btn.loop-btn.loop-btn-add-product.loop-btn-size-md.loop-btn.px-3 {
    background: #d4f760;
    color: black;
    width: auto;
    font-size: 14px;
    min-width: 60px;
    height: auto;
    line-height: 100%;
}
.loop .px-3 {
    padding: 10px 10px !important;
}
button.btn.loop-btn.loop-btn-add-product.loop-btn-size-md.loop-btn.px-3:hover {
    border: 1px solid #d4f760;
}
loop-btn-add-to-cart {
    background: #d4f760;
    color: black;
}
.loop-btn-add-to-cart {
    background: #d4f760;
    color: black;
    border-color: #d4f760 !important;
}
.btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .product__reviews .spr-summary-actions-newreview:hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .product__reviews .spr-summary-actions-newreview:focus, .button:hover, .button:focus {
    color: var(--btn-text-hover);
    background: #d4f760;
    border: 1px solid #d4f760;
}
.label-container .label.colored {
    color: #000 !important;
}
.loop-card-footer {
    padding-left: 10px;
}
.loop-products-align{
    margin-left: 1em;
}
@media only screen and (max-width: 1024px){
.loop-products-align {
    margin-left: 0em;
    display: grid;
    grid-template-columns: repeat(3, 33%);
}
}
@media only screen and (max-width: 767px){
.loop-products-align {
    margin-left: 0em;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
div#loop-background {
    padding-top: 0;
}
.loop-bundle-image-container.loop-img-fit {
    max-height: 270px;
    height: 400px;
}
}
@media only screen and (max-width: 600px){
.loop-bundle-image-container {
    width: 100% !important;
}
.loop-bundle-image-container.img-fit {
    height: 270px !important;
}
.template- .main-content > *:not(.shopify-policy__container) {
    margin-top: 0 !important;
}
.loop-card {
    display: block;
}
.loop-image-product-lg img {
    height: 100%;
    width: 100%;
}
.loop-h1 {
    font-size: 37px;
    text-align: center;
    font-family: 'Poppins';
}
.loop .align-items-center {
    align-items: center!important;
}
.loop .m-2 {
    height: 330px;
}
.loop .pt-3 {
    padding-top: 2rem!important;
}}