.kaching-bundles-save-overlay {
  position: fixed;
  inset: 0;
  background: #000000b3;
  z-index: 2147483647;
  opacity: 0;
  transition: opacity .3s ease;
  cursor: pointer;
  outline: none
}

.kaching-bundles-save-overlay--visible {
  opacity: 1
}

.kaching-bundles-save-overlay--dismissed {
  opacity: 0
}

.kaching-bundles-save-overlay__content {
  position: absolute;
  top: 24px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 16px
}

.kaching-bundles-save-overlay__text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px
}

.kaching-bundles-save-overlay__arrow {
  width: 42px;
  height: 36px
}

kaching-bundle,
kaching-bundle-deals {
  width: 100%
}

kaching-bundle:empty,
kaching-bundle-deals:empty {
  display: none
}

.kaching-bundles-form--different-variants-selected .shopify-payment-button {
  display: none !important
}

.kaching-bundles--variant-selects-hidden variant-selects {
  display: none !important
}

.satcb_variants .kaching-bundles__bar-variant-select {
  display: none !important
}

.kaching-bundles-sticky-atc-wrapper {
  width: 100%;

  .kaching-bundles-sticky-atc-spacer {
    display: block;
    width: 100%
  }
}

kaching-bundles-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  transform: translateY(100%);
  transition: transform .1s ease-in-out
}

kaching-bundles-sticky-atc.kaching-bundles-sticky-atc--visible {
  display: block;
  transform: translateY(0)
}
