/** Shopify CDN: Minification failed

Line 19:6 Expected ":"

**/
.more-bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: scroll;
  grid-gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.more-form-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  posi
}

.more-bundle .price__sale {
  margin-bottom: 5px;
}

.more-bundles-grid .form-content {
  display: block;
  border: none;
}

.more-bundles__container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.more-bundle {
  background-color: #F8F4F1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 300px;
}

.more-bundle .product-img {
  width: 100%;
  margin-bottom: 30px;
}

.more-bundle .upsell-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.more-bundles-buttons {
  display: flex;
}

.more-bundle .product-form__input--buttons {
  align-items: center;
  flex-wrap: wrap;
}

.more-bundle .product-form__input--buttons .is-color {
  width: 24px;
  height: 24px;
}

.more-bundle fieldset.product-form__input .form__label {
  margin-bottom: 0;
}

.more-bundles-buttons button {
  padding: 0;
  align-items: center;
  height: 50px;
  margin-right: 10px;
}

.more-bundle .product-form__input--buttons .is-amount {
  padding: 4px 8px;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 4px 4px 0;
}

.more-bundle .product-form__input--buttons .is-amount:hover {
  background: black;
  color: white;
  border: 1px solid black;
}

.more-bundle .product-form__input--buttons input:checked + .is-amount {
  background-color: black;
  color: white;
}

.more-bundles-buttons img {
  width: 50px;
}

.more-bundles-grid .price__compare span {
  color: #757575;
}

.subcollection-adv {
  overflow: unset;
}

.subcollection-adv .more-bundle {
  min-width: unset;
}

.more-form-header .price__sale  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.more-form-header .price__compare {
  margin: 0;
}

.more-form-header .price__last {
  margin-left: 5px !important;
}

.more-form-header .product__title {
  display: flex;
  align-items: self-end;
  min-height: 70px;
}

.more-bundle .upsell-list {
  margin-top: 10px !important;
}

@media screen and (max-width: 967px) {
  .more-form-header .product__title {
    min-height: 98px;
  }
}

@media screen and (max-width: 880px) {
  .subcollection-adv {
     grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .more-form-header .product__title {
    min-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .more-form-header .product__title {
    min-height: unset;
  }
}

@media screen and (max-width: 700px) {
  .more-form-header .product__title {
    min-height: 55px;
  }
}


@media screen and (max-width: 650px) {
  .subcollection-adv {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .more-form-header .product__title {
    min-height: unset;
  }
}


@media screen and (max-width: 490px) {
  .more-bundle {
    min-width: 270px;
  }
}