/** Shopify CDN: Minification failed

Line 6:0 Unexpected "$"

**/
$seasonalFore: #000000;
$seasonalBack: #F4E6DE;
 

#bundling-app {
  .rb-btn, .rb-btn.disabled, .rb-btn[disabled] {
    border: 1px solid;
    color: $seasonalFore;
  }
}
#shopify-section-template--15672481317033__16614457965f6a7c93  {
    max-width: 600px !important;
    margin: auto !important;
 }

@media (min-width: 768px) {
  #recharge-bundle {
  padding-left: 40px;
  padding-right: 40px;
  .rb-bundle-title {
    font-size: 32px;
  }
  }

  .rb-price,
  .rb-price span {
    font-size: 16px;
    font-weight: 400;
  }
  form {
    button {
      background-color: $seasonalBack;
      border-color: $seasonalBack;
      color: $seasonalFore;
    }
  }
  .rb-progress-bar-wrapper {
    .th1-ns {
      height: 2px;
      opacity: 0.6;
    }
  }
  .rb-switch {
    height: 44px;
    width: 88px;
  }
  .rb-slider:before {
    height: 36px;
    width: 36px;
  }
  input:checked+.rb-slider:before {
    left: 4px;
  }
  .rb-subscribe-and-save-container {
    span {
      font-size: 16px;
    }
  }
  .rb-header {
    max-width: 600px;
    margin: auto;
  }
  .rb-sticky-form .rb-form {
    max-width: 600px;
    margin: auto;
  }
} /* #bundle */

/** bundles test stuff **/
#zeroInput {
	border: 1px solid gray;
}
.custom-zero-waste-wrapper {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.zero-waste-container {
	max-width: 600px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.zero-waste-container label {
	margin-bottom: 0;
	margin-left: 10px;
}

/* zero waste popup */
#zeroWasteWrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(44,44,44,0.4);
  display: none; /* display: flex when revealed. */
  justify-content: center;
  align-items: center;
  &.show-modal {
    display: flex;
  }
}
#zeroWasteModal {

  padding: 20px;
  background: #f2f0eb;
  label {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .custom-zero-waste-wrapper {
    display: flex;
  }
  .btn {
    width: 100%;
    margin: 10px auto;
    border: 1px solid black;
    &:active {
      border-width: 3px; 
    }
    &:focus {
      border-width: 3px; 
    }
    &:hover {
      border-width: 3px; 
    }
  }
}
.zero-waste-flex-image {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid black;
  background-color: #fff;
  padding: 5px 15px;
  margin: 5px 10px;
  max-width: 180px;
  &.active-button {
    border-width: 3px; 
  }
  &:active {
    border-width: 3px; 
  }
  &:focus {
    border-width: 3px; 
  }
  &:hover {
    border-width: 3px; 
  }
}
/* zero waste tooltip */
.zero-waste-tooltip-wrapper {
  min-width: 1px;
}
span.zero-waste-tooltip {
  border-radius: 22px;
  background: brown;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 4px;
  right: 4px;
}

.zero-waste-tooltip-content {    
  opacity: 0;
  position: absolute;
  border: 1px solid black;
  background: white;
  border-radius: 8px;
  left: -10px;
  right: 10px;
  padding: 5px;
  top: 30px;
  pointer-events: none;
}
.zero-waste-tooltip-wrapper:hover {
  .zero-waste-tooltip-content {    
    opacity: 1;
  }
}
.zero-waste-flex-image p {
  text-align: center;
}

.zero-waste-flex-images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/*  link to bundle */
.btn-link-bundle {
  width: 500px;
  margin-top: 5px;
  max-width: 100%;
}
/* aug 31 fixes */
@media screen and (max-width: 29.9em) {
  .rb-item button.tpointer {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}