
.loop-frequency-selector {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

button.btn.loop-btn.loop-btn-outline.loop-btn-size-md.loop-btn.mx-2.mt-1 {
    margin-bottom: .5rem !important;
}
button#loop-btn-default-subscription {
    margin-bottom: .5rem;
}

.loop-form-input {
  border-bottom: none !important;
  border-top: none !important;
}

div[data-product-handle="evermore-beef-recipe"] {
  background-color: #426ece;
}

div[data-product-handle="evermore-chicken-recipe"] {
  background-color: #60b497;
}

div[data-product-handle="evermore-lamb-recipe"] {
  background-color: #8c4399;
}

div[data-product-handle="evermore-turkey-recipe"] {
  background-color: #cf6e40;
}

.loop-progress-bar {
  background-color: none; 
  background: linear-gradient(to right, #c02834 0%, #cf6e40 20%, #faa322 34%, #60b497 48%, #426ece 65%, #6d3e9e 76%, #8c4399 91%, #8c4399 100%);
}

.loop-btn-add-product:disabled, .loop-btn-add-product[disabled], .btn[disabled] {
    background-color: #fff;
    color: #383338;
}

.d-flex.justify-content-center.align-items-center {
    flex-direction: column;
}
.loop-h1, .loop-h2, .loop-h3, p#isPasted, p span, .loop-text-p1, .loop-progress-bar-label, .loop-show-more-less-text, a, button {
  font-family: "Avenir", sans-serif !important;
}

.loop-bundle-saved-label{
  color: white! important;
}

div[data-product-handle="beef-recipe-for-cats"] {
    display: none !important;
    visibility: hidden;
}
div[data-product-handle="turkey-recipe-for-cats"] {
    display: none !important;
    visibility: hidden;
}

.loop-drawer-go-back-btn{
  width: 100%;
}