/** Shopify CDN: Minification failed

Line 150:0 Expected "}" to go with "{"

**/
.vg-bundle-options {
  display: grid;
  gap: 16px;
  margin: 18px 0;
}

.vg-bundle-options[hidden] {
  display: none !important;
}

.vg-bundle-options__group {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.vg-bundle-options__group legend {
  margin: 0 0 10px;
  padding: 0;
  color: #172b4d;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.25;
}

.vg-bundle-options__list {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: stretch !important;
  gap: 8px !important;
}

.vg-bundle-option {
  display: grid;
  flex: 0 0 auto !important;
  gap: 3px;
  align-content: center;
  width: fit-content !important;
  min-width: 128px !important;
  min-height: 62px;
  max-width: 320px !important;
  border: 1px solid #b8cce3;
  border-radius: 8px;
  background: #fff;
  padding: 9px 13px;
  color: #172b4d;
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.vg-bundle-option:hover {
  border-color: #0878c9;
  box-shadow: 0 2px 8px rgba(8, 120, 201, .12);
}

.vg-bundle-option.is-selected {
  border-color: #0878c9;
  background: #eef7ff;
  box-shadow: 0 0 0 1px #0878c9, 0 2px 8px rgba(8, 120, 201, .16);
}

.vg-bundle-option.is-disabled {
  cursor: not-allowed;
  opacity: .52;
}

.vg-bundle-option__title {
  color: #172b4d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.vg-bundle-option__price {
  color: #506784;
  font-size: 14px;
  font-weight: 600;
}

.vg-bundle-option__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}

.vg-bundle-option__price--regular {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}

.vg-bundle-option__state {
  color: #b42318;
  font-size: 13px;
  font-weight: 650;
}

.vg-bundle-options__notice {
  margin: 0;
  color: #626262;
  font-size: 13px;
}

@media (max-width: 767px) {
  .vg-bundle-options__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vg-bundle-option {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 62px;
    max-width: none !important;
    padding: 8px 10px;
  }

  .vg-bundle-option__title,
  .vg-bundle-option__price {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 380px) {
  .vg-bundle-options__list {
    gap: 6px;
  }

  .vg-bundle-option {
    min-height: 58px;
    padding: 7px 8px;
  }

  .vg-bundle-option__title,
  .vg-bundle-option__price,
  .vg-bundle-option__price--regular {
    font-size: 11.5px;
  }
