.loop-h1 {
    font-family: Buffalo Regular!important;
    font-size: 60px;
    line-height: 0.9;
}
.loop-bundle-image-container-wrapper {
    display: block;
}
.loop-bundle-image-container {
    display: block!important;
    width: 40%;
    float: right;
    height:auto;
    max-height: 2000px;
    overflow:visible;
    img{
        transform: rotate(3deg);
        border-radius: 10px;
        width: 90%;
        height: auto;
        max-width: 100%;
        max-height: 2000px;
        overflow:hidden;
    }
}
.loop-frequency-size-selector{
  clear:both;
}
.loop-bundle-description {
    text-align: left;
}
.loop-bundle-description p {
    text-align: left;
    margin-bottom: 12px;
}
.loop-bundle-description ul {
    margin-left: 25px;
}
.loop-bundle-description ul li {
    margin-bottom: 7px;
}
.loop-bundle-description h2, .loop-bundle-description h3 {
    font-size: 15px;
    color: #46807f;
    margin: 0 0 20px 0;
    padding: 0;
}
.loop-bundle-title-wrapper {
    padding-top: 50px;
}
.loop-bundle-header-wrapper {
    padding: 30px;
}
.loop-h2, .loop-h3 {
    font-size: 60px;
    line-height: 0.9;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.loop-h2:after, .loop-h3:after {
    content: " ";
    width: 100px;
    height: 3px;
    background: #46807f;
    z-index: 0;
    margin: 10px 0 0 0;
}
.loop-frequency-size-selector, .loop-bundle-size-selector-wrapper {
    padding: 60px 0!important;
    margin-top: 60px;
}
.loop-frequency-selector, .loop-bundle-size-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap:10px;
}
.loop-bundle-size-selector-btn{
  margin:0!important;
}
.loop-btn-selected {
    border-radius: 200px;
}
.loop-image-product-lg img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.loop-bundle-product-card{
}
.loop-bundle-product-card-title {
    letter-spacing: 1%;
}
.loop-display-product-price {
    font-size: 16px!important;
    gap: 13px;
    margin: 5px 0 6px 0;
}
.loop-display-product-price .strike-through{
  color:#9a9494;
}
.loop-add-product-btn {
    display: inline-flex;
    width: max-content;
    font-size: 15px;
  transition:opacity, .2s;
}
.loop-add-product-btn:hover{
  opacity:0.7;
}
.loop-body-footer-wrapper {
    display: grid;
    justify-content: center;
}
.loop-bundle-product-wrapper{
  transition:transform, .3s;
}
.loop-bundle-product-wrapper:hover {
    transform: scale(1.03);
}
.loop-products-available {
    padding: 20px 20px 60px 20px;
}
.loop-image-product-lg{height:auto!important;}

@media (max-width: 500px) {
    .loop-products-align, .loop-products-align-new {
        grid-template-columns: 1fr 1fr;
        column-gap: 0;
    }
}
.loop-btn-add-to-cart:disabled, .loop-btn-add-to-cart[disabled] {
    background: #fff;
    box-shadow: none;
    border: none;
    font-size: 14px;
    padding: 15px 30px;
}
.loop-form-input, .loop-form-input-small {
    border-color: #fff;
    background: #f7f7f7;
    border-radius: 100px!important;
    height: 100%;
}
.loop-bundle-product-quantity-controls {
    gap: 12px;
}
.loop-padding-saved-total {
    background: green;
    padding: 4px 7px;
    border-radius: 4px;
    color: #fff;
    font-size: 9px;
    margin: 0 0 0 8px;
}
.loop-show-more-less-text {
    color: #fff;
    font-weight: bold;
}
.loop-show-more-less-text svg {margin-left:8px;}
.loop-show-more-less-text svg path {
    stroke: #fff;
    fill: #fff;
}
.loop-card.loop-selected-product-card img {
    border-radius: 9px;
}
.loop-selected-product-card {
    padding-top: 15px;
    box-shadow: 1px 3px 3px #1c4443;
    border-radius: 12px;
}
.loop-selected-products {
    padding: 30px 0;
}
.loop-card-icon {
    border-style: solid;
    border-width: 2px;
}
.loop-card-icon svg{
  fill: #427a79;
}
.loop-bundle-product-card-title {
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 10px;
}
.loop-bundle-select-product-title-container {
    padding: 60px 0 0 0;
}
.loop-btn-input-decrease, .loop-btn-input-increase {
    border-radius: 50px;
    padding: 20px;
    width:40px;
}
.loop-bundle-filter-selector-label, .loop-bundle-size-selector-label {
    margin: 30px 0 12px;
}
/* bg gradients */
.loop-frequency-size-selector, .loop-bundle-select-product-title-container, .loop-bundle-size-selector-wrapper {
  clear:both;
    background: url(https://cdn.shopify.com/s/files/1/0765/7026/3855/files/radial-bg.png) top no-repeat;
    background-size: auto auto;
}