/** Shopify CDN: Minification failed

Line 635:0 All "@import" rules must come first

**/
.gps .bundle-picker {
  margin: 0 auto;
  padding: 18px 12px;
  margin-block-end: 2rem;
}

.gps .bundle-picker + kaching-bundle {
  display: none !important;
}

.gps .bundle-picker * {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1d1d1d;
}

.gps .bundle-picker__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 32px;
}

.gps .bundle-picker__header-line {
  display: block !important;
  flex: 1;
  height: 4px;
  background-color: #face85;
}

.gps .bundle-picker__header-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  color: #1d1d1d;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.gps .bundle-picker__progress-area {
  background-color: #f8f8f8;
  padding: 16px 4px 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 28px;
}

.gps .bundle-picker__badge {
  position: absolute;
  top: 0;
  transform: translate(50%, -50%);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px 5px;
  border-radius: 2px;
}

.gps .bundle-picker__badge-free-ship {
  right: 63%;
  background-color: #dbfff0;
  color: #358966;
  border: 1px solid #adcfe3;
}

.gps .bundle-picker__badge-free-gift {
  right: 25%;
  background-color: #dbf2ff;
  color: #417b9d;
  border: 1px solid #8fc9b1;
}

.gps .bundle-picker__tier-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.gps .bundle-picker__tier-label {
  font-family: Inter;
  text-align: center;
  width: 25%;
}

.gps .bundle-picker__tier-label-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.13px;
  color: #56331f;
}

.gps .bundle-picker__progress-container {
  position: relative;
  margin-bottom: 4px;
}

.gps .bundle-picker__track-background {
  display: block !important;
  position: absolute;
  top: 50%;
  left: calc(12.5% + 6px);
  right: calc(12.5% + 6px);
  height: 4px;
  background-color: #e8e4dc;
  border-radius: 2px;
  transform: translateY(-50%);
}

.gps .bundle-picker__track-fill {
  display: block !important;
  position: absolute;
  top: 50%;
  left: calc(12.5% + 6px);
  height: 4px;
  background-color: #face85;
  border-radius: 2px;
  transform: translateY(-50%);
  transition: width 0.3s ease;
}

.gps .bundle-picker__circles-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.gps .bundle-picker__circle-wrapper {
  width: 25%;
  display: flex;
  justify-content: center;
}

.gps .bundle-picker__progress-circle {
  --size: 22px;
  display: block !important;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 2px solid;
  transition: all 0.2s ease;
}

.gps .bundle-picker__progress-circle.active {
  background-color: #face85;
  border-color: #835a43;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.gps .bundle-picker__progress-circle.inactive {
  background-color: #ffffff;
  border-color: #b3b3b3;
}

.gps .bundle-picker__prices-row {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.gps .bundle-picker__price-item {
  text-align: center;
  width: 25%;
}

.gps .bundle-picker__price-text {
  font-family: Inter;
  font-size: 11.5px;
  letter-spacing: -0.1px;
  line-height: 1;
  color: #777777;
  font-weight: 500;
}
.gps .bundle-picker__price-text.active {
  color: #56331F;
}

.gps .bundle-picker__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}

.gps .bundle-picker__section-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.42px;
  color: #56331f;
}

.gps .bundle-picker__section-subtitle {
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.42px;
  font-style: italic;
  color: #56331f;
}

.gps .bundle-picker__flavor-cards {
  border-radius: 5px;
  /* overflow: hidden; */
  border: 1px solid #d3d3d3;
}

.gps .bundle-picker__flavor-card {
  display: flex;
  align-items: center;
  padding: 14px 19px 14px 17px;
  border-bottom: 1px solid #d3d3d3;
}

.gps .bundle-picker__flavor-card:last-child {
  border-bottom: none;
}

.gps .bundle-picker__flavor-card[data-index="0"] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gps .bundle-picker__flavor-card:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gps .bundle-picker__flavor-card:hover {
  background: #fff9ef !important;
}
.gps .bundle-picker__flavor-card.selected {
  background: #fff9ef;
}

.gps .bundle-picker__flavor-card:not(.selected) {
  background: linear-gradient(360deg, #f8f8f8 0%, #ffffff 100%);
}

.gps .bundle-picker__product-image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gps .bundle-picker__product-image-inner {
  width: 44px;
  height: 54px;
  background-color: #ddd6cc;
  border-radius: 4px;
}

.gps .bundle-picker__flavor-info {
  flex: 1;
  margin-left: 16px;
  min-width: 0;
  line-height: 1;
}

.gps .bundle-picker__flavor-badge {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 900;
  color: white;
  background-color: #da7116;
  padding: 3px 5px;
  border-radius: 4px;
  margin-bottom: 6px;
  border: 1px solid #af6102;
}

.gps .bundle-picker__flavor-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 0.9;
  letter-spacing: -0.18px;
  color: #56331f;
  margin-bottom: 6px;
}

.gps .bundle-picker__flavor-tagline {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #8c654d;
  font-weight: 500;
}

.gps .bundle-picker__flavor-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.gps .bundle-picker__flavor-controls__wrapper {
  display: flex;
  align-items: center;
  width: 105px;
  justify-content: space-between;
}

.gps .bundle-picker__btn-add {
  --size: 34px;
  --balloon-color: #835a43;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #face85;
  border: 2px solid #835a43;
  color: #56331f;
  font-size: 31px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.gps .bundle-picker__btn-increment {
  --size: 34px;
  --balloon-color: #835a43;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: none;
  background-color: #835a43;
  color: white;
  font-size: 31px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.gps .bundle-picker__btn-add:hover,
.gps .bundle-picker__btn-increment:hover {
  background-color: #56331f;
  color: white;
  border-color: #56331f;
}

.gps .bundle-picker__btn-add:disabled,
.gps .bundle-picker__btn-increment:disabled {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: white;
}

.gps .bundle-picker__quantity-display {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #56331f;
}

.gps .bundle-picker__flavor-card.sold-out .bundle-picker__flavor-badge {
  background-color: #E9E9E9;
  border-color: #e9e9e9;
  color: #555555;
}
.gps .bundle-picker__flavor-card.sold-out .bundle-picker__flavor-name,
.gps .bundle-picker__flavor-card.sold-out .bundle-picker__flavor-tagline {
  color: #777777;
}

.gps .bundle-picker__flavor-card.sold-out .bundle-picker__btn-add {
  background: #c4c4c4;
  border-color: #c4c4c4;
  color: #ffffff;
  cursor: not-allowed;
}

.gps .bundle-picker__free-gift-banner {
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  cursor: pointer;
}

.gps .bundle-picker__free-gift-banner img {
  width: 100%;
}

.gps .bundle-picker__free-gift-text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.28px;
  font-weight: 900;
  color: #36648e;
}

.gps .bundle-picker__free-gift-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
}

.gps .bundle-picker__btn-view-larger {
  margin-left: auto;
  background: none;
  border: none;
  font-size: 13px;
  letter-spacing: -0.26px;
  line-height: 15px;
  font-weight: 500;
  color: #26639b;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  text-decoration: underline;
}

.gps .bundle-picker__btn-add-to-cart {
  width: 100%;
  margin-top: 17px;
  padding: 16px;
  border-radius: 8px;
  border: none;
  font-family: 'DM Sans';
  font-size: 22px;
  letter-spacing: -0.66px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.gps .bundle-picker__btn-add-to-cart:disabled {
  background-color: #f7ddb3;
  cursor: not-allowed;
}
.gps .bundle-picker__btn-add-to-cart:disabled span {
  color: #aa8763;
}

.gps .bundle-picker__btn-add-to-cart:not(:disabled) {
  background-color: #face85;
  color: #56331f;
}
.gps .bundle-picker__btn-add-to-cart:not(:disabled):hover {
  background-color: #F2BF6D;
}
.gps .bundle-picker__btn-add-to-cart:not(:disabled) * {
  color: #56331f;
}
.gps .bundle-picker__btn-add-to-cart:not(:disabled) .bundle-picker__price-original {
  color: #9A713A;
}

.gps .bundle-picker__cart-empty-text {
  font-size: 18px;
}

.gps .bundle-picker__cart-price-badge {
  background-color: #ecbb6a;
  padding: 10px 20px;
  border-radius: 34px;
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.54px;
  line-height: 1;
}

.gps .bundle-picker__price-original {
  text-decoration: line-through;
  color: #b0854c;
  font-weight: 900;
}

.gps .bundle-picker__price-discounted {
  font-weight: 900;
  color: #56331f;
}

.gps .bundle-picker__trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px 20px;
  max-width: 337px !important;
  margin: 0 auto;
  margin-top: 23px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.13px;
  color: #1d1d1d;
}

.gps .bundle-picker__trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gps .bundle-picker__modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.gps .bundle-picker__modal-content {
  background-color: white;
  border-radius: 16px;
  padding: 40px 0 10px;
  max-width: 360px;
  width: 90%;
  max-width: 550px !important;
  position: relative;
}

.gps.free-gift-modal .bundle-picker__modal-content {
  padding-bottom: 5px;
}

.gps .bundle-picker__modal-close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: #9a958c;
  padding: 4px;
}

.gps .bundle-picker__modal-close svg {
  color: #000;
}

.gps .bundle-picker__modal-image {
  border-radius: 12px;
  display: grid;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #a09a91;
  font-size: 14px;
  text-align: center;
}

.gps .bundle-picker__modal-image a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gps .free-gift-modal .bundle-picker__modal-content img {
  max-width: 80%;
  margin-inline: auto;
}

@media (min-width: 750px) {
  .gps .bundle-picker__modal-content {
    padding-bottom: 10px;
  }
  .gps .bundle-picker {     
    max-width: 555px !important;
  }

  .gps .bundle-picker__tier-label-text {
    font-size: 16px;
    letter-spacing: -0.14px;
  }

  .gps .bundle-picker__price-text {
    font-size: 13px;
    letter-spacing: -0.13px;
  }

  .gps .bundle-picker__flavor-name {
    font-size: 19px;
    letter-spacing: -0.19px;
  }

  .gps .bundle-picker__flavor-tagline {
    font-size: 13px;
  }

  .gps .bundle-picker__cart-price-badge {
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .gps .bundle-picker__btn-add-to-cart {
    font-size: 24px;
    letter-spacing: -0.72px;
    min-height: 72px;
  }

  .gps .bundle-picker__trust-badges {
    max-width: 381px !important;
    gap: 19px 20px;
    font-size: 15px;
    letter-spacing: -0.15px;
  }

  .gps .bundle-picker__free-gift-banner {
    max-width: 375px !important;
  }

  .gps .bundle-picker__progress-circle {
    --size: 24px;
  }
}

@import url('https://fonts.cdnfonts.com/css/chunkfive');

.free-gift-modal .bundle-picker__modal-content-text {
  background: #e4f0fc;
  display: grid;
  gap: 1rem;
  padding: 0 1rem 2rem;
}
.free-gift-modal h3 {
  font-size: 22px !important;
  font-family: 'DM Sans', serif;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.2;
  color: #56331F;
}
.free-gift-modal .rte {
  padding: 0 1rem;
  font-size: 17px;
  line-height: 1.15;
  display: grid;
  gap: 1rem;
}
.free-gift-modal .rte:after {
  display: none;
}
.free-gift-modal .bundle-picker__modal-image {
  width: 75%;
  margin-inline: auto;
}

.free-gift-modal .variant-select {
  display: inline-block;
  position: relative;
}

.free-gift-modal .variant-add button {
  margin-inline: auto;
}

.free-gift-modal .variant-select select {
  padding: 0.75rem;
  padding-inline-end: 5rem;
  margin-block: 1rem;
  width: calc(100% - 1rem);
  border-radius: 8px;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.free-gift-modal .variant-select:after {
  content: '▾';
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 44%;
  transform: translateY(-50%);
}

.free-gift-modal button.bundle-picker__btn-add-to-cart {
  width: fit-content;
  padding-inline: 4rem;
  font-size: 17px;
  min-height: fit-content;
  margin-top: 0 !important;
}

.free-gift-modal .bottom-text {
  text-align: center;
  font-size: 14px;
  padding: 1rem;
}
.free-gift-modal .bottom-text:after {
  display: none;
}
@media screen and (min-width: 750px) {
  .free-gift-modal h3 {
    font-size: 26px !important;
  }
  .free-gift-modal .rte { 
    padding: 1rem;
  }
  .free-gift-modal .bottom-text {
    font-size: 15px;
  }
  .free-gift-modal .bundle-picker__modal-content-text {
    grid-template-columns: 40% 60%;
    gap: 1.5rem;
    padding: 2rem 1rem 3rem; 
  }
  .free-gift-modal .bundle-picker__modal-image {
    width: 100%;
    scale: 1.1;
    position: relative;
    top: -3rem;
  }
  .free-gift-modal .variant-add button {
    margin-left: 0;
  }
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
  margin-bottom: 9.5px;
}

[aria-label][data-balloon-pos]:after {
  padding: 0.5em;
}

.has-bundle-picker kaching-bundle {
  display: none !important;
}