._elevio_launcher {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* hid default bundle, because it was developed via liquid. */
.loop .loop-bundle-image-container-wrapper {
  display: none !important;
}

.loop .loop-select-variant {
  padding: 7.7px 30px 7.7px 8px;
  border: 1px solid #66291E;
  background-color: #fff;
  border-radius: 10px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #66291E;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 8'%3E%3Cpath stroke='%23662B20' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 14px 8px;
}

.loop .loop-select-variant:focus {
  box-shadow: none;
}

.loop-background {
  padding-top: 0;
  padding-bottom: 48px;
}

.loop-bundle-banner {
  --aspect-ratio: var(--mobile-aspect-ratio);
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.loop-container.loop-bs-container {
  font-family: 'Rubik', sans-serif;
  max-width: 1207px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.loop-bundle-image-container {
  display: none;
}

h1.loop-bundle-title {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
  text-transform: none;
}

.loop-bundle-title-wrapper {
  display: none;
}

.loop-bundle-description {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  text-align: left;
}

.loop-bundle-description strong {
  font-weight: 600;
}

.loop-frequency-size-selector.pt-4,
.loop-bundle-select-product-title.pt-4 {
  padding-top: 32px !important;
}

h2.loop-h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: 'Rubik', sans-serif;
  font-size: 21px !important;
  font-weight: 700;
  line-height: 1.24;
}

.loop-frequency-selector {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 996px;
}

.loop-frequency-selector .btn {
  width: 100%;
  margin: 0 !important;
}

.loop-category-list .loop-bundle-text-category-title-p1,
.loop-frequency-selector .btn {
  background-color: #fff;
  padding: 13px 16px;
  border-radius: 40px;
  color: #BF9983;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.loop-category-list .loop-category-item {
  flex-grow: 1;
  margin: 0 !important;
}

.btn:focus,
.loop-form-input:focus {
  outline: none;
}

.loop-frequency-selector .btn::before {
  content: none;
}

.loop-frequency-selector .btn.loop-btn-selected {
  background-color: #BF9983;
  color: #fff;
}

.loop-bundle-product-image-container {
  position: relative;
  display: block;
  width: 100%;
}

.loop-image-product-lg {
  position: relative;
  padding-top: 100%;
  height: auto;
}

.loop-image-product-lg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.loop-category-list-container {
  position: static;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
}

.loop-category-list {
  margin: 0 -20px !important;
  padding: 0 20px;
  width: calc(100% + 40px);
  max-width: 1036px;
  gap: 12px;
}

.loop-category-container-section {
  background-color: #fff;
  border: none;
  margin: 32px 0 0;
}

.loop-category-header {
  border: none;
  background-color: transparent;
  padding: 16px;
}

.loop-products-align {
  margin: 0;
  padding: 0 16px;
  gap: 12px;
  grid-template-columns: repeat(1, 1fr) !important;
}

.loop-products-available {
  padding: 12px 0 24px 0;
  display: block !important;
}

.loop-card {
  padding: 0;
}

.loop-bundle-product-card-title {
  font-size: 13px;
  font-weight: 600;
}

.loop-display-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0;
  padding-top: 12px;
  margin-top: auto;
}

.loop-product-price {
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1;
}

.loop-discounted-price {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #EB505B;
}

.loop-card-header,
.loop-card-body,
.loop-card-body > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.loop-card-body {
  padding: 16px 0 10px 0;
}

.loop-card-footer .btn {
  align-items: center;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: none;
}

.loop-card-footer .loop-btn-input-decrease {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.loop-card-footer .loop-btn-input-increase {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.loop-card-footer .loop-btn-input-decrease,
.loop-card-footer .loop-btn-input-increase {
  font-size: 24px;
  line-height: 40px;
  padding: 0 !important;
}

.loop-card-footer .loop-form-input {
  height: 40px;
  border-color: #BF9983;
  border-width: 2px;
  color: #403333;
}

.loop-card-footer .btn::before,
.loop-card-footer .btn::after {
  content: none;
}

.loop-bundle-footer {
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  background-color: #f2efeb;
  box-shadow: 0 .47px 2.214px rgba(0,0,0,.05),0 1.131px 5.32px rgba(0,0,0,.07),0 2.129px 10.017px rgba(0,0,0,.09),0 3.797px 17.869px rgba(0,0,0,.11),0 7.102px 33.422px rgba(0,0,0,.13),0 17px 80px rgba(0,0,0,.18);
}

.loop-show-more-less-text,
.label-container .label.colored {
  color: #403333;
}

.loop-bundle-footer-discount-section {
  border-color: #CAD500;
  background-color: #CAD500;
}

.loop-bundle-footer > .p-3 {
  padding: 10px 20px !important;
}

.loop-higher-discount-rate {
  color: #403333;
  font-weight: 500;
  padding: 4px 6px;
}

.loop-bundle-progress-bar-container,
.btn.loop-btn-add-to-cart,
.loop-display-selected-products {
  width: 100%;
  max-width: 950px;
}

.loop-display-selected-products {
  margin: 0 auto;
}

.loop-bundle-foolter-producct-container {
  padding: 0; 
}

.loop-bundle-foolter-producct-container > div.mx-2 {
  margin: 0 !important;
}

.loop-bundle-progress-bar-container {
  margin: 6px auto 6px auto;
}

.loop-selected-products {
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px 20px 12px;
  margin: 0 -20px;
}

.loop-progress-range-bar .loop-progress-range-milestone-container {
  width: calc(100% - 17px);
}

.btn.loop-btn-add-to-cart {
  display: flex;
  align-items: center;
  min-width: unset;
  min-height: 44px;
  flex: none;
  padding: 8px 16px;
  border-radius: 40px;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: none;
  transition-property: background-color, color, border-color, opacity;
  transition-duration: .25s;
}

.btn.loop-btn-add-to-cart::before {
  content: none;
}

.btn.loop-btn-add-to-cart[disabled] {
  background-color: #CCC2BC;
  color: #fff;
  opacity: 1;
  border: 1px solid #CCC2BC;
  cursor: not-allowed;
}

.loop-bundle-total-label-disabled,
.loop-bundle-saved-label-disabled {
  color: #fff;
}

.loop-padding-saved-total {
  font-weight: 700;
}

.loop-display-saved-total {
  text-transform: none;
}

.label-container .label {
  color: #403333;
}

.milestones {
  white-space: nowrap;
}

.loop-selected-product-card,
.loop-selected-product-card .loop-card-header {
  border: none;
}

.loop-selected-product-card {
  padding: 8px;
}

.loop-selected-product-card .loop-card-body {
  padding-top: 8px !important;
  padding-bottom: 0;
}

.loop-selected-products-title {
  font-size: 12px;
  color: #403333;
}

.loop-bundle-cart-btn-text-container {
  gap: 8px; 
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 375px) {
  .loop-products-align {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media only screen and (min-width: 640px) {
  .loop-bundle-footer {
    font-size: 16px;
  }

  .btn.loop-btn-add-to-cart {
    min-height: 49px;
    padding: 13px 24px;
    font-size: 16px;
  }

  .loop-bundle-cart-btn-text-container {
    justify-content: space-between;
  }

  .loop-products-align {
    padding: 0 24px;
    gap: 20px;
  }

  .loop-category-header {
    padding: 20px 24px;
  }

  .loop-bundle-product-card-title {
    font-size: 16px;
  }

  .loop-display-product-price {
    padding-top: 16px;
  }

  .loop-product-price {
    font-size: 14px;
  }
  
  .loop-discounted-price {
    font-size: 17px;
  }

  .loop-card-footer .loop-form-input {
    height: 49px;
  }

  .loop-card-footer .loop-btn-input-decrease,
  .loop-card-footer .loop-btn-input-increase {
    font-size: 28px;
    line-height: 49px;
  }
}

@media only screen and (min-width: 768px) {
  .loop-bundle-banner {
    --aspect-ratio: var(--desktop-aspect-ratio);
  }

  .loop-bundle-description {
    font-size: 18px;
  }

  h2.loop-h2 {
    margin-bottom: 28px;
    font-size: 24px !important;
  }

  .loop-frequency-selector .btn {
    width: calc(50% - 6px);
  }

  .loop-card-footer .btn {
    height: 49px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .loop-background {
    padding-bottom: 64px;
  }

  h1.loop-bundle-title {
    margin-top: 42px;
    margin-bottom: 32px;
    font-size: 36px;
  }

  .loop-bundle-description {
    font-size: 20px;
  }

  .loop-frequency-size-selector.pt-4,
  .loop-bundle-select-product-title.pt-4 {
    padding-top: 64px !important;
  }
  
  .loop-frequency-selector {
    gap: 20px;
  }
  
  .loop-frequency-selector .btn {
    width: calc(25% - 15px);
  }

  .loop-category-list {
    gap: 20px;
  }

  .loop-products-align {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .loop-selected-products {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .loop-selected-products::-webkit-scrollbar {
    display: unset;
    background-color: transparent;
    visibility: visible;
    width: unset;
    height: 10px;
  }
  
  .loop-selected-products::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 4px;
  }
  
  .loop-selected-products::-webkit-scrollbar-thumb {
    background-color: rgba(144, 144, 144, 0.4);
    border-radius: 4px;
  }
}