/** Shopify CDN: Minification failed

Line 600:6 Expected ":"
Line 612:0 Expected "}" to go with "{"

**/
.awtomatic-progress-item.awtomatic-progress-item {
  background-color: var(--progress-bar-bg-color);
}
.awtomatic-progress-item.awtomatic-progress-item--completed {
  background-color: var(--progress-bar-completed-bg-color);
}
.bundle-stepper-item--complete:after {
  border-bottom-color: var(--progress-bar-completed-bg-color);
}
.bundle-stepper-item:after {
  border-bottom-color: var(--progress-bar-bg-color);
}

.bundle-stepper-counter--complete {
  color: var(--progress-bar-completed-color);
  background-color: var(--progress-bar-completed-bg-color);
}

.bundle-stepper-counter--incomplete {
  background-color: var(--progress-bar-bg-color);
  color: var(--progress-bar-color);
}

/* CUSTOM PROGRESS BAR */
@media only screen and (min-width: 750px) {
  .awtomatic-progress-item--completed button.awtomatic-progress-remove-button {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    width: 20px;
    min-height: 0;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 1px #000000d6;
    background-image: url(https://bundle-public-assets.s3.amazonaws.com/closeIcons/close-svgrepo-com.svg);
    background-size: 16px;
    transition: box-shadow 0.2s;
    background-position: center;
  }
  .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:hover {
    box-shadow: 0px 0px 1px 1px #0000006e;
  }
  .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:after {
    content: none;
  }
  .awtomatic-progress-count-label {
    display: none;
  }

  .bundle-container .awtomatic-progress-container {
    margin-left: auto;
    padding-bottom: 20px;
  }

  .bundleapp-modal__container--complete-screen footer {
    /* BaB Footer */
    height: 80px;
  }

  .bundleapp-modal__container--complete-screen .bundle-container {
    /* BaB content */
    padding-top: 10px;
  }

  .bundle-container .awtomatic-bab-options-container {
    order: 0;
  }
  .bundle-container .bundle-scrollable-section {
    order: 2;
    row-gap: 1rem;
  }
  .bundle-container .awtomatic-progress-container {
    order: 1;
  }
  .bundle-container footer {
    order: 3;
  }

  .awtomatic-progress-item--completed .awtomatic-progress-product-count-container .bundle-text--subheading {
    margin-right: 10px;
  }

  .awtomatic-progress-item.awtomatic-progress-item--pending .bundle-text--subheading {
    color: #000;
  }

  .awtomatic-progress-item.awtomatic-progress-item--completed {
    background-color: #fff;
  }

  .awtomatic-progress-item .bundle-text--subheading {
    min-width: 50px;
    display: block;
    color: #fff;
  }

  .awtomatic-progress-container {
    display: block;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  div.awtomatic-progress-item {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    margin: 0 5px;
    border-radius: 5px;
    border: 2px solid #ddd;
  }

  /* CUSTOM PROGRESS IMAGES */
  div.awtomatic-progress-item.awtomatic-progress-item--completed {
    background-color: #eee;
    background-image: var(--awt-pb-img);
  }
}
/* END CUSTOM PROGRESS BAR */

/* buttons */
.bundle-button.button--primary {
  background-color: var(--primary-btn-disabled-bg-color);
  color: var(--primary-btn-disabled-color);
  border: var(--primary-btn-disabled-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}
.awtomatic-bab-options-container .bundle-button {
  background-color: var(--unselected-btn-bg-color);
  color: var(--unselected-btn-color);
  border: var(--unselected-btn-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}
.awtomatic-bab-options-container .bundle-button span {
  background-color: transparent;
  color: var(--primary-btn-disabled-color);
  transition: color 0.3s;
}
.bundle-button.button--primary:hover,
.awtomatic-bab-options-container .bundle-button:hover {
  background-color: var(--primary-btn-disabled-bg-color-hover);
  color: var(--primary-btn-disabled-color-hover);
  border: var(--primary-btn-disabled-border-hover);
}
.awtomatic-bab-options-container .bundle-button:hover span {
  color: var(--primary-btn-disabled-color-hover);
}
.bundle-button.button--primary:enabled,
.awtomatic-bab-options-container .bundle-button.selected {
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border: var(--primary-btn-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}
.bundle-product-card__quantity-button-container--button svg {
  fill: var(--primary-btn-color) !important;
}
.bundle-product-card__quantity-button-container--button:hover svg {
  fill: var(--primary-btn-color-hover);
}
.awtomatic-bab-options-container .bundle-button.selected span {
  color: var(--primary-btn-color);
}
.bundle-button.button--primary:enabled:hover,
.awtomatic-bab-options-container .bundle-button:hover {
  cursor: pointer;
  background-color: var(--primary-btn-bg-color-hover);
  color: var(--primary-btn-color-hover);
  border: var(--primary-btn-border-hover);
}
.awtomatic-bab-options-container .bundle-button:hover span {
  color: var(--primary-btn-color-hover);
}
/* end buttons*/

/* Customer quantity button */
.bundle-product-card__quantity-button-container--unavailable button.bundle-product-card__quantity-button-container--button {
  padding: 0;
  width: 0;
}

div.bundle-product-card__quantity-button-container {
  /*border-color: #000586;*/
  border-width: 0;
  border-radius: var(--btn-border-radius);
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  font-weight: bold;
  line-height: 15px;
  padding: 0;
}

.bundle-product-card__quantity-button-container span {
  padding: 14px 10px;
}

.bundle-product-card__quantity-button-container--button {
  padding: 14px 10px;
  border-radius: 0;
  transition: background-color 0.3s;
}

.bundle-product-card__quantity-button-container--button:first-child {
  border-top-left-radius: var(--btn-border-radius);
  border-bottom-left-radius: var(--btn-border-radius);
}
.bundle-product-card__quantity-button-container--button:last-child {
  border-top-right-radius: var(--btn-border-radius);
  border-bottom-right-radius: var(--btn-border-radius);
}

button.bundle-product-card__quantity-button-container--button:hover {
  background-color: var(--primary-btn-bg-color-hover);
}

.bundle-product-card__quantity-button-container--button svg {
  fill: var(--primary-btn-color);
}
/* End Customer quantity button */

/* 2 items per row in BaB */
@media only screen and (max-width: 750px) {
  main.bundle-scrollable-section,
  main .bundle-section {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    row-gap: 0;
  }

  .bundleapp-modal__container--complete-screen .bundle-product-card {
    width: 100%;
  }

  .bundle-lazy-image-container {
    width: 100%;
  }

  .bundle-product-card__quantity-button-container {
    width: 100%;
  }
}
/* end 2 items per row in BaB */

/* square images */
.bundleapp-modal__container--complete-screen .bundle-product-card {
  width: 300px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bundleapp-modal__container--complete-screen .bundle-product-card {
    width: 300px;
  }
}
@media screen and (max-width: 758px) {
  .bundleapp-modal__container--complete-screen .bundle-product-card {
    width: 100%;
  }
}

.bundle-lazy-image-container {
  padding-bottom: 100%;
  border-radius: 0;
}
/* end square images */

body.awt-bab-open .bundleapp-modal__logo {
  background-image: var(--logo-image-url);
}

body.awt-bab-open #dummy-chat-button-iframe,
body.awt-bab-open #gtx-trans {
  display: none !important;
}

/* optional extra bab styles */
body.awt-bab-open .bundleapp-modal__container--complete-screen {
  top: 0;
  outline: none;
  box-shadow: none;
}

body.awt-bab-open .bundleapp-modal__container--complete-screen:focus-visited,
body.awt-bab-open #bundleapp-subscriptions-portal *:focus-visible {
  outline: none;
}

body.awt-bab-open .bundle-product-card.selected {
  position: relative;
}

body.awt-bab-open .bundle-product-card.selected:before {
  content: "IN BOX";
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 14px;
  z-index: 9;
  padding: 3px 9px;
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border: var(--primary-btn-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}

body.awt-bab-open .bundleapp-modal {
  background: none;
  top: 0px;
  z-index: 999;
  outline: none;
  box-shadow: none;
}

body.awt-bab-open .bundle-product-card.selected {
  position: relative;
}

body.awt-bab-open .bundle-product-card.selected:before {
  content: "IN BOX";
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 14px;
  z-index: 9;
  padding: 3px 9px;
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border: var(--primary-btn-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}

.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group {
  min-width: 0px;
  min-height: 63px;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #650b0e;
  border-radius: 5px;
  margin-bottom: 10px;
  background: transparent;
}

.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group label span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 2.7em;
}

.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group.bundleapp-plan-selector-group--selected {
  color: #ffffff;
  background-color: #650b0e;
  border-style: solid;
  border-width: 1px;
  border-color: #650b0e;
}

.bundleapp-plan-selector-group--selected .bundleapp-plan-selector-group-compare {
  display: block;
}
.ecom-product-single__picker-radio-list {
  padding-inline-start: 0;
}

.bundleapp-compareAtPrice {
  display: none !important;
}








/* Base style for both purchase options */
.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #471c1c;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: 'Source Serif 4', monospace;
  font-size: 16px;
  background: #fef7ee;
  color: #471c1c;
  margin-bottom: 12px;
}

/* Radio circle */
.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #471c1c;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #F2DA49;
  border-radius: 50%;
}

/* Selected (highlighted) option */
.bundleapp-plan-selector-group--selected {
  background-color: #e3fbe8 !important;
  border-color: #7ee087 !important;
}

/* Hide the "Compare At" price on one-time option, show only on subscription */
.bundleapp-compareAtPrice {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-left: 9px;
}

/* Discount price next to it */
.bundleapp-plan-selector-group-price {
  font-weight: 600;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}


select {
  font-family: 'Source Serif 4', monospace;
  font-size: 16px;
  background-color: #fef7ee;
  border: 2px solid #471c1c;
  border-radius: 12px;
  padding: 10px 14px;
  appearance: none;
}




/* Remove background and border from button containers */
.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group {
  all: unset;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-family: "Source Serif 4", monospace;
  font-size: 16px;
  color: #471c1c;
  line-height: 1em;
}



/* Radio circle unselected */
.awt-style-1 .bundleapp-plan-selector-group input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #471c1c;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

/* Filled radio when selected */
.awt-style-1 .bundleapp-plan-selector-group input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #471c1c;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  padding: 0;
}

/* FULLY FILLED GREEN DOT ON SELECT */
.awt-style-1 .bundleapp-plan-selector-group input[type="radio"]:checked {
  background-color: #F2DA49;
  border-color: #471c1c;
}


/* Pricing styling */
.bundleapp-plan-selector-group-price {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #471c1c;
  font-family: "Source Serif 4", monospace;
}

/* Strike-through old price */
.bundleapp-compareAtPrice {
  text-decoration: line-through;
  font-size: 15px;
  color: #999;
}

/* Optional: subtle spacing consistency */
.bundleapp-plan-selector-group label span {
  font-family: "Source Serif 4", monospace !important;
  font-weight: 400;
  font-size: 10px;
}

/* RESET: remove green background & border on selection */
.bundleapp-plan-selector-group--selected {
  background-color: transparent !important;
  border: none !important;
}

/* RESET: text color stays black when selected */
.bundleapp-plan-selector-group--selected label,
.bundleapp-plan-selector-group--selected .bundleapp-plan-selector-group-price {
  color: #471c1c !important;
}

/* Maintain font styling */
.bundleapp-plan-selector-group label span,
.bundleapp-plan-selector-group label,
.bundleapp-plan-selector-group .bundleapp-plan-selector-group-price {
  font-family: "Source Serif 4", monospace !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #471c1c !important;
}

/* Fix price alignment */
.bundleapp-plan-selector-group-price {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Strikethrough old price */
.bundleapp-compareAtPrice {
  text-decoration: line-through;
  font-size: 15px;
  color: #999;
}

.bundleapp-wrapper .bundleapp-plan-selector-group + .bundleapp-plan-selector-group::before {
  content: "";
  display: block;
  border-top: 2px dashed #3d0f0d; /* ← changed from dotted to dashed */
  margin: 6px 0;
  width: 100%;
  height: 0;
}


/* Final dropdown style */
.bundleapp-wrapper select {
  font-size: 15px !important;
  font-family: "Source Serif 4", monospace !important;
  font-weight: 600 !important;
  color: #471c1c !important;
  background-color: #faf8f0 !important;
  border: 2px solid #471c1c !important;
  border-radius: 12px !important;
  padding: 7px 14px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz






  




