.loop .loop-bs-container {
  width: 100%;
  padding: 0 1rem !important;
  color: #1d4d41;
}
@media (min-width: 414px) {
  .loop .loop-bs-container {
    max-width: 414px;
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 472px) {
  .loop .loop-bs-container {
    max-width: 472px;
  }
}
@media (min-width: 640px) {
  .loop .loop-bs-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .loop .loop-bs-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .loop .loop-bs-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .loop .loop-bs-container {
    max-width: 1280px;
  }
}

.loop-background,
#loop-background {
  padding-top: 0;
}
.loop-frequency-size-selector {
  display: none;
}
.loop-category-list-container {
  top: 72px;
}
.loop-bundle-footer-discount-section {
  background-color: #DCF5AB;
  border-color: #DCF5AB;
}
.loop-bundle-footer-discount-section * {
  color: #1d4d41;
}
.loop-bundle-image-container {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
  max-height: 100%;
}
img.loop-bundle-image-container {
  width: 100% !important;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: bottom;
  opacity: 0;
  transition: 200ms opacity ease;
}
.loop .loop-bundle-image-container-wrapper {
  position: relative;
  overflow: hidden;
  height:400px;
  width: calc(100% + 32px);
  margin-left: -16px;
  justify-content: flex-start !important;
  padding: 32px 16px 12px;
  background-color: #F1F5F4;
}
.loop-bundle-title-wrapper,
.loop-bundle-description {
  position: relative;
  z-index: 10;
}
.loop-bundle-title-wrapper.pt-3 {
  padding-top: 0 !important;
  text-align: center;
}
.loop-bundle-title-wrapper:before {
  content: 'Limited-Time Only';
  display: inline-block;
  background-color: #DCF5AB;
  color: #1d4d41;
  padding: 2px 12px;
  border-radius: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 14px;
  margin-bottom: 8px;
}
.loop-bundle-title {
  font-family: 'Canela', serif;
  font-size: 2.25rem;
  letter-spacing: -0.025rem;
}
.loop-bundle-description {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.loop-bundle-description span {
  color: #1d4d41;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  line-height: 1.25;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.loop-bundle-description small {
    display: block;
    margin-top: auto;
}
.loop .loop-category-container-section {
  margin: 0 0 16px;
  border-color: #F1F5F4;
}
.loop-bundle-select-product-title {
  margin-bottom: 4px;
  font-family: 'Canela', serif;
  font-size: 1.75rem;
  letter-spacing: -0.025rem;
}
.loop-category-list-container {
  display: none;
}
.loop-category-header {
  padding: 10px 20px 8px;
  background-color: #F1F5F4;
  border-color: #F1F5F4;
}
.loop-category-header p {
  color: #1d4d41;
}
.loop-category-header-content h2 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
.loop-category-header-content svg {
  fill: #1d4d41
}
.loop-products-available {
  padding: 12px;
}
@media only screen and (max-width: 600px) {
  .loop-products-align {
    margin-left: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .loop-products-align {
    margin-left: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
.loop-bundle-product-card {
  padding: 0;
  border: none;
}
.loop-bundle-product-card .loop-image-product-lg {
  height: auto;
}
.loop-bundle-product-card .loop-image-product-lg img {
  height: auto !important;
}
.loop-bundle-product-card .loop-card-body {
  padding: 0;
}
.loop-bundle-product-card .loop-btn-add-product {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 0.5rem 1.5rem;
}
.loop-bundle-product-card .loop-btn-input-decrease {
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.loop-bundle-product-card .loop-btn-input-increase {
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.loop-bundle-product-card .loop-btn-input-decrease,
.loop-bundle-product-card .loop-btn-input-increase {
  padding: 0 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.loop-form-input {
    border-color: #1d4d41;
    color: #1d4d41;
}
.loop-bundle-product-card .loop-bundle-product-card-title {
  font-weight: 700;
  font-size: 14px;
  color: #1d4d41;
  line-height: 1.1;
}
.loop-bundle-product-card .loop-bundle-product-card-description {
  color: #1d4d41;
  font-size: 14px;
}
.loop-bundle-product-card .loop-display-product-price {
  font-weight: 600;
}
.loop-bundle-product-card .loop-discounted-price {
  color: #1d4d41;
}
.loop-bundle-product-card .loop-product-price {
  margin-left: -4px !important;
}
.loop-bundle-footer {
  border-top: 1px solid #D4E1DE;
  z-index: 2147483001;
}
.loop-bundle-footer .loop-btn-add-to-cart {
  border-radius: 8px;
  box-shadow: 0 4px 5px 0 #E7F1EF, 0 3px 2px 0 #E7F1EF;
  white-space: nowrap;
}
.loop-bundle-footer .loop-btn-add-to-cart:disabled,
.loop-bundle-footer .loop-btn-add-to-cart[disabled] {
  color: #1d4d41;
  border: 1px solid #1d4d41;
}
.loop-bundle-footer .loop-btn-add-to-cart:disabled svg circle,
.loop-bundle-footer .loop-btn-add-to-cart[disabled] svg circle {
  stroke: #1d4d41;
  stroke-width: 7px;
}
.loop-toasts-wrapper {
  z-index: 2147483002;
}
.loop-toasts-wrapper .loop-toast.success {
  background-color: #98AE87;
}
.loop-toasts-wrapper .loop-toast.success svg {
  fill: #fff;
}
.loop-bundle-saved-label-disabled,
.loop-bundle-total-label-disabled {
  color: #1d4d41;
}
.loop-bundle-footer .loop-bundle-add-to-cart-text {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075rem;
  white-space: nowrap;
}
.milestones.milestone__25 .loop-progress-range-dot.colored {
  background-color: #f1fbdd;
}
.loop-progress-range-milestone-container .milestones .label.active-label {
  color: #1d4d41 !important;
}
.loop-bundle-footer .loop-show-more-less-text {
  color: #1d4d41;
  gap: 4px;
}
.loop-bundle-footer .loop-show-more-less-text svg {
  fill: #1d4d41;
}
.loop-bundle-footer .loop-selected-products {
  justify-content: center;
}
.loop-bundle-footer .loop-selected-products .mx-2.width-120 {
  width: 104px;
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.loop-bundle-footer .loop-selected-product-card {
  padding: 0;
  border: 1px solid #A0BEB7;
  background-color: #F9FBFA;
}
.loop-bundle-footer .loop-selected-product-card .loop-card-icon {
  border-color: #1d4d41;
}
.loop-bundle-footer .loop-selected-product-card .loop-card-icon svg {
  fill: #1d4d41;
}
.loop-bundle-footer .loop-selected-product-card .loop-card-body {
  display: none;
}
#gorgias-chat-container #chat-button {
  bottom: 80px !important;
}
@media (min-width: 640px) {
  .loop-bundle-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .loop-bundle-title {
    font-size: 2.75rem;
  }
  .loop .loop-bundle-image-container-wrapper {
    padding: 20px 16px 12px;
  }
}
@media (min-width: 1024px) {
  .loop .loop-bundle-image-container-wrapper {
    padding: 12px 16px 20px;
  }
  .loop-bundle-title {
    font-size: 2.75rem;
    line-height: 1.1;
  }
  .loop-bundle-description span {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    max-width: 100%;
  }
  .loop .loop-category-container-section {
    max-width: 1024px;
    margin: 0 auto 24px;
  }
}
@media (min-width: 1280px) {
  .loop .loop-bundle-image-container-wrapper {
    height: 540px;
  }
  .loop .loop-bundle-image-container-wrapper {
    padding: 24px 16px;
  }
  .loop-bundle-title {
    font-size: 3.5rem;
  }
  .loop-bundle-title-wrapper:before {
    padding: 2px 16px;
    border-radius: 16px;
    letter-spacing: 0.075rem;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .loop-bundle-description span {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .loop-products-align {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .loop-products-align {
    margin-left: auto;
  }
  .loop-bundle-product-image-container {
    margin-bottom: 4px;
  }
  .loop-bundle-select-product-title {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
}
