.kaching-bundles .kaching-bundles__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: start;
  line-height: 1.4;
}

.kaching-bundles .kaching-bundles__block--hidden {
  display: none !important;
}

.kaching-bundles .kaching-bundles__block.kaching-bundles__block--loaded {
  display: flex;
}

.kaching-bundles .kaching-bundles__block-title {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--block-block-title-color, #000);
  font-size: var(--block-title-font-size, 14px);
  font-weight: var(--block-title-font-weight, bold);
  font-style: var(--block-title-font-style);
}

.kaching-bundles .kaching-bundles__block-title:before,
.kaching-bundles .kaching-bundles__block-title:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__bars {
  display: flex;
  flex-direction: column;
}

.kaching-bundles .kaching-bundles__bar {
  display: flex;
  flex: 1;
  margin: calc(5px * var(--block-spacing, 1)) 0;
}

.kaching-bundles .kaching-bundles__bar > input[type="radio"] {
  display: none;
}

.kaching-bundles .kaching-bundles__bar-image {
  object-fit: contain;
  height: var(--bar-image-size, 48px);
  width: var(--bar-image-size, 48px);
  border-radius: var(--bar-image-border-radius, 0);
}

.kaching-bundles .kaching-bundles__bar-radio {
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-radio {
  background: var(--bar-selected-border-color, #000);
  box-shadow: 0 0 0 2px var(--bar-selected-border-color, #000);
}

.kaching-bundles .kaching-bundles__bar-container {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: initial;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  margin: 0;
  background-color: var(--bar-background-color, #fff);
  border-radius: var(--bar-border-radius);
  box-shadow: inset 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__bar-wrapper {
  padding: calc(10px * var(--block-spacing, 1))
    calc(15px * var(--block-spacing, 1) + 5px);
}

.kaching-bundles .kaching-bundles__bar-container:hover {
  opacity: 1;
  box-shadow: inset 0 0 0 2px var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__bar-container * {
  letter-spacing: normal;
  text-transform: initial;
}

.kaching-bundles
  .kaching-bundles__bar--selected
  .kaching-bundles__bar-container {
  cursor: default;
  background-color: var(--bar-selected-background-color);
  box-shadow: inset 0 0 0 2px var(--bar-selected-border-color, #000);
}

.kaching-bundles .kaching-bundles__bar-most-popular {
  position: absolute;
  z-index: 1;
}

.kaching-bundles
  .kaching-bundles__bar-most-popular.kaching-bundles__bar-most-popular--simple {
  top: -8px;
  right: var(--bar-border-radius);
}

.kaching-bundles
  .kaching-bundles__bar-most-popular.kaching-bundles__bar-most-popular--fancy {
  top: -27px;
  right: -15px;
}

.kaching-bundles .kaching-bundles__bar-most-popular svg {
  color: var(--bar-most-popular-background-color);
}

.kaching-bundles .kaching-bundles__bar-most-popular svg .most-popular-text {
  fill: var(--bar-most-popular-color);
}

.kaching-bundles .kaching-bundles__bar-most-popular__content {
  margin: 0 8px;
  padding: 6px 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: var(--bar-most-popular-color, #fff);
  background-color: var(--bar-most-popular-background-color);
}

.kaching-bundles .kaching-bundles__bar-most-popular__content:before,
.kaching-bundles .kaching-bundles__bar-most-popular__content:after {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-bottom-width: 8px;
  border-bottom-style: solid;
  filter: brightness(0.7);
  border-bottom-color: var(--bar-most-popular-background-color, transparent);
}

.kaching-bundles .kaching-bundles__bar-most-popular__content:before {
  left: 0;
  border-left: 8px solid transparent;
}

.kaching-bundles .kaching-bundles__bar-most-popular__content:after {
  right: 0;
  border-right: 8px solid transparent;
}

@media (min-width: 750px) {
  .kaching-bundles
    .kaching-bundles__bar-most-popular.kaching-bundles__bar-most-popular--fancy {
    right: -20px;
  }
}

.kaching-bundles .kaching-bundles__bar-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 55px;
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-main {
  cursor: pointer;
}

.kaching-bundles
  .kaching-bundles__bar-container--most-popular--simple
  .kaching-bundles__bar-main {
  margin-top: 7px;
  margin-bottom: 7px;
}

.kaching-bundles .kaching-bundles__bar-content {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 8px;
  flex: 1;
}

.kaching-bundles .kaching-bundles__bar-content-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.kaching-bundles .kaching-bundles__bar-first-line {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

.kaching-bundles .kaching-bundles__bar-title {
  display: inline-block;
  word-break: break-word;
  font-size: var(--bar-title-font-size, 20px);
  font-weight: var(--bar-title-font-weight, 500);
  font-style: var(--bar-title-font-style);
  color: var(--bar-title-color, #000);
}

.kaching-bundles .kaching-bundles__bar-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 4px 8px;
  word-break: break-word;
  background-color: var(--bar-label-background-color, #eee);
  color: var(--bar-label-color, #777);
  font-size: var(--bar-label-font-size, 12px);
  font-weight: var(--bar-label-font-weight);
  font-style: var(--bar-label-font-style);
  border-radius: var(--bar-border-radius);
}

.kaching-bundles .kaching-bundles__bar-subtitle {
  word-break: break-word;
  font-size: var(--bar-subtitle-font-size, 14px);
  font-weight: var(--bar-subtitle-font-weight);
  font-style: var(--bar-subtitle-font-style);
  color: var(--bar-subtitle-color, #555);
}

.kaching-bundles .kaching-bundles__bar-pricing {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.kaching-bundles
  .kaching-bundles__bar-container--most-popular--fancy
  .kaching-bundles__bar-pricing {
  margin-top: 18px;
}

.kaching-bundles .kaching-bundles__bar-pricing-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.kaching-bundles .kaching-bundles__bar-price {
  font-size: var(--bar-title-font-size, 20px);
  font-weight: var(--bar-title-font-weight, 500);
  font-style: var(--bar-title-font-style);
  color: var(--bar-price-color, #000);
}

.kaching-bundles
  .kaching-bundles__bar-pricing-row--secondary
  .kaching-bundles__bar-price {
  font-size: var(--bar-subtitle-font-size);
}

.kaching-bundles .kaching-bundles__bar-full-price,
.kaching-bundles .kaching-bundles__bar-unit-price {
  font-size: var(--bar-subtitle-font-size, 14px);
  font-weight: var(--bar-subtitle-font-weight);
  font-style: var(--bar-subtitle-font-style);
  color: var(--bar-full-price-color, #555);
}

.kaching-bundles .kaching-bundles__bar-full-price {
  text-decoration: line-through;
}

.kaching-bundles .kaching-bundles__bar-variants {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

.kaching-bundles .kaching-bundles__bar-variants .kaching-bundles__bar-variant {
  margin-top: 5px;
}

.kaching-bundles .kaching-bundles__bar-variant {
  flex: 1;
  max-width: 100%;
}

.kaching-bundles .kaching-bundles__bar-variant__content {
  display: flex;
  align-items: center;
}

.kaching-bundles .kaching-bundles__invalid-variant-error {
  color: red;
  font-size: 12px;
  padding-bottom: 2px;
}

.kaching-bundles .kaching-bundles__bar-variant-names {
  font-size: 12px;
  color: var(--bar-subtitle-color, #555);
  margin-block: 3px;
}

.kaching-bundles .kaching-bundles__bar-variant-number {
  font-size: 12px;
  margin-right: 2px;
  min-width: 20px;
  display: inline-flex;
  color: var(--bar-title-color, #000);
}

.kaching-bundles .kaching-bundles__bar-variant-selects {
  display: flex;
  min-width: 0;
  margin-right: 2px;
  margin-bottom: 2px;
  flex-wrap: wrap;
  gap: 7px;
}

.kaching-bundles .kaching-bundles__bar-variant-select {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: system-ui;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 7px 25px 7px 7px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("data:image/svg+xml;utf8,<svg width='10' height='4' viewBox='0 0 10 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 4L0.669872 0.25L9.33013 0.249999L5 4Z' fill='black'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-color: #fff;
  background-size: initial;
  color: #000;
  outline: none;
  max-width: 100%;
  width: auto;
  height: auto;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, 0.3));
  border-radius: var(--bar-variant-select-border-radius, 0);
}

.kaching-bundles .kaching-bundles__bar-variant-select span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.kaching-bundles
  .kaching-bundles__bar-variant--invalid
  .kaching-bundles__bar-variant-select {
  box-shadow: 0 0 0 1px red;
}

.kaching-bundles .kaching-bundles__bar-variant-select:hover {
  border: none;
  box-shadow: inset 0 0 0 2px var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles
  .kaching-bundles__bar-variant--invalid
  .kaching-bundles__bar-variant-select:hover {
  box-shadow: 0 0 0 2px red;
}

.kaching-bundles .kaching-bundles__bar-variant-select:focus {
  border: none;
  box-shadow: inset 0 0 0 2px var(--bar-selected-border-color, #000);
}

.kaching-bundles
  .kaching-bundles__bar-variant--invalid
  .kaching-bundles__bar-variant-select:focus {
  box-shadow: 0 0 0 2px red;
}

.kaching-bundles
  .kaching-bundles__bar--selected
  .kaching-bundles__bar-variants {
  display: flex;
}

.kaching-bundles
  .kaching-bundles__bar--selected
  .kaching-bundles__bar-container--most-popular--simple
  .kaching-bundles__bar-variants {
  margin-top: -7px;
}

.kaching-bundles .kaching-bundles__bundle-products {
  display: flex;
  justify-content: space-evenly;
  margin-block: 12px;
  border: 1px solid var(--bar-border-color, rgba(0, 0, 0, 0.3));
  border-radius: calc(var(--bar-border-radius, 0) * 3 / 4);
}

.kaching-bundles .kaching-bundles__bundle-products__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0;
  overflow: visible;
}

.kaching-bundles .kaching-bundles__bundle-products__divider * {
  max-width: initial;
}

.kaching-bundles .kaching-bundles__bundle-products__divider-line {
  display: flex;
  flex: 1;
  width: 1px;
  background-color: var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__bundle-products__divider-icon {
  display: flex;
}

.kaching-bundles .kaching-bundles__bundle-products__divider-icon svg {
  color: var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__bundle-products__product {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  gap: 5px;
  padding: 12px;
}

.kaching-bundles
  .kaching-bundles__bundle-products__product.kaching-bundles__bundle-products__product--placeholder {
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #555;
}

.kaching-bundles .kaching-bundles__bundle-products__image {
  max-height: 50px;
  max-width: 100%;
  border-radius: var(--kaching-bundle-products-image-border-radius, 0);
}

.kaching-bundles .kaching-bundles__bundle-products__title {
  word-break: break-word;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: var(--bar-title-color);
  font-weight: var(--bar-title-font-weight, 700);
  font-style: var(--bar-title-font-style);
}

.kaching-bundles .kaching-bundles__bundle-products__pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}

.kaching-bundles .kaching-bundles__bundle-products__price {
  font-size: 13px;
  font-weight: 700;
  color: var(--bar-price-color, #000);
}

.kaching-bundles .kaching-bundles__bundle-products__full-price {
  text-decoration: line-through;
  font-size: 12px;
  color: var(--bar-full-price-color, #555);
}

.kaching-bundles
  .kaching-bundles__bundle-products
  .kaching-bundles__bar-variant-selects {
  justify-content: center;
}

.kaching-bundles .kaching-bundles__free-gift {
  display: flex;
  align-items: center;
  margin-inline: 1px;
  padding-block: 7px;
  padding-inline: 8px;
  gap: 10px;
  background-color: var(
    --kaching-free-gift-background-color,
    rgba(0, 0, 0, 0.3)
  );
}

.kaching-bundles .kaching-bundles__free-gift:last-child {
  margin-block-end: 1px;
  border-end-start-radius: calc(var(--bar-border-radius) - 1px);
  border-end-end-radius: calc(var(--bar-border-radius) - 1px);
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__free-gift {
  margin-inline: 2px;
  padding-block-start: 7px;
  padding-block-end: 6px;
  padding-inline: 7px;
  background-color: var(--kaching-free-gift-selected-background-color, #000);
}

.kaching-bundles
  .kaching-bundles__bar--selected
  .kaching-bundles__free-gift:last-child {
  margin-block-end: 2px;
  border-end-start-radius: calc(var(--bar-border-radius) - 2px);
  border-end-end-radius: calc(var(--bar-border-radius) - 2px);
}

.kaching-bundles .kaching-bundles__free-gift__content {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
}

.kaching-bundles .kaching-bundles__free-gift__text {
  color: var(--kaching-free-gift-text-color, #000);
  font-size: var(--kaching-free-gift-font-size, 13px);
  font-weight: var(--kaching-free-gift-font-weight, bold);
  font-style: var(--kaching-free-gift-font-style, normal);
}

.kaching-bundles
  .kaching-bundles__bar--selected
  .kaching-bundles__free-gift__text {
  color: var(--kaching-free-gift-selected-text-color, #fff);
}

.kaching-bundles .kaching-bundles__free-gift__link {
  display: flex;
  flex-shrink: 0;
}

.kaching-bundles .kaching-bundles__free-gift__image {
  width: auto;
  height: var(--kaching-free-gift-image-height, 30px);
  border-radius: var(--kaching-free-gift-image-border-radius, 0);
}

.kaching-bundles .kaching-bundles__free-gift__divider {
  height: 1px;
  display: flex;
}

.kaching-bundles .kaching-bundles__upsell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 7px;
  padding-inline: 8px;
  margin-inline: 1px;
  gap: 10px;
  background-color: var(--kaching-upsell-background-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__upsell:last-child {
  margin-block-end: 1px;
  border-end-start-radius: calc(var(--bar-border-radius) - 1px);
  border-end-end-radius: calc(var(--bar-border-radius) - 1px);
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__upsell {
  margin-inline: 2px;
  padding-block-start: 7px;
  padding-block-end: 6px;
  padding-inline: 7px;
  background-color: var(
    --kaching-upsell-selected-background-color,
    rgba(0, 0, 0, 0.2)
  );
}

.kaching-bundles
  .kaching-bundles__bar--selected
  .kaching-bundles__upsell:last-child {
  margin-block-end: 2px;
  border-end-start-radius: calc(var(--bar-border-radius) - 2px);
  border-end-end-radius: calc(var(--bar-border-radius) - 2px);
}

.kaching-bundles .kaching-bundles__upsell__main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kaching-bundles .kaching-bundles__upsell__content {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
}

.kaching-bundles .kaching-bundles__upsell__link {
  display: flex;
  flex-shrink: 0;
}

.kaching-bundles .kaching-bundles__upsell__image {
  width: auto;
  height: var(--kaching-upsell-image-height, 30px);
  border-radius: var(--kaching-upsell-image-border-radius, 0);
}

.kaching-bundles .kaching-bundles__upsell__checkbox {
  all: unset;
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  margin-inline-end: 4px;
  color: var(--bar-selected-border-color);
  border-width: 2px;
  border-style: solid;
  border-color: var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles
  .kaching-bundles__upsell__checkbox.kaching-bundles__upsell__checkbox--selected {
  border-color: var(--bar-selected-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__upsell__text {
  cursor: pointer;
  padding-block: 5px;
  color: var(--kaching-upsell-text-color, #000);
  font-size: var(--kaching-upsell-font-size, 13px);
  font-weight: var(--kaching-upsell-font-weight, bold);
  font-style: var(--kaching-upsell-font-style, normal);
}

.kaching-bundles
  .kaching-bundles__bar--selected
  .kaching-bundles__upsell__text {
  color: var(--kaching-upsell-selected-text-color, #000);
}

.kaching-bundles .kaching-bundles__upsell__pricing {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.kaching-bundles .kaching-bundles__upsell__pricing-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.kaching-bundles
  .kaching-bundles__upsell__pricing-row--secondary
  .kaching-bundles__upsell__price {
  font-size: calc(var(--kaching-upsell-font-size, 13px) - 1px);
}

.kaching-bundles .kaching-bundles__upsell__price {
  font-size: var(--kaching-upsell-font-size, 13px);
  font-weight: var(--bar-title-font-weight);
  font-style: var(--bar-title-font-style);
  color: var(--bar-price-color, #000);
}

.kaching-bundles .kaching-bundles__upsell__full-price {
  text-decoration: line-through;
  font-size: calc(var(--kaching-upsell-font-size, 13px) - 1px);
  font-weight: var(--bar-subtitle-font-weight);
  font-style: var(--bar-subtitle-font-style);
  color: var(--bar-full-price-color, #555);
}

.kaching-bundles .kaching-bundles__out-of-stock {
  background-color: #ff2d2d4d;
  border: 1px solid #ff2c2c;
  color: #df2121;
  padding: 8px 12px;
  margin: 5px 0;
  font-size: 14px;
}

.kaching-bundles .kaching-bundles__swatch-dropdown {
  display: flex;
  position: relative;
  min-width: 0;
}

.kaching-bundles .kaching-bundles__swatch {
  display: flex;
  flex-shrink: 0;
  background-size: cover;
  width: var(--kaching-swatch-size, 20px);
  height: var(--kaching-swatch-size, 20px);
  border: 1px solid var(--kaching-swatch-border-color, #c2cdd6);
  background-color: var(--kaching-swatch-color, #fff);
  background-image: var(--kaching-swatch-image-url, none);
  border-radius: var(--kaching-swatch-border-radius, 0);
}

.kaching-bundles .kaching-bundles__swatches-dropdown__color {
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid #c2cdd6;
  background-size: cover;
}

.kaching-bundles .kaching-bundles__swatch-dropdown__options {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  max-height: 500px;
  overflow: auto;
  position: absolute;
  top: calc(100% + 2px);
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 20px 20px #1a1a1a47;
}

.kaching-bundles .kaching-bundles__swatch-dropdown__option {
  font-weight: 400;
  font-style: normal;
  font-family: system-ui;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 10px;
  padding-inline-end: 60px;
  border: none;
  border-bottom: 1px solid #dfe3e8;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  background: none;
}

.kaching-bundles .kaching-bundles__swatch-dropdown__option:last-child {
  border-bottom: none;
}

.kaching-bundles .kaching-bundles__swatch-dropdown__option:hover {
  background-color: #f0f0f0;
}

.kaching-bundles .kaching-bundles__swatch-buttons {
  display: flex;
  overflow: auto;
}

.kaching-bundles .kaching-bundles__swatch-buttons__button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: none;
  background-color: #fff;
  padding: 9px;
  background: #fff;
  cursor: pointer;
  border-top: 1px solid var(--bar-border-color, rgba(0, 0, 0, 0.3));
  border-bottom: 1px solid var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles .kaching-bundles__swatch-buttons__button:first-of-type {
  border-start-start-radius: var(--bar-variant-select-border-radius, 0);
  border-end-start-radius: var(--bar-variant-select-border-radius, 0);
  border-inline-start: 1px solid var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles.kaching-bundles__swatch-buttons__button: last-of-type {
  border-start-end-radius: var(--bar-variant-select-border-radius, 0);
  border-end-end-radius: var(--bar-variant-select-border-radius, 0);
  border-inline-end: 1px solid var(--bar-border-color, rgba(0, 0, 0, 0.3));
}

.kaching-bundles
  .kaching-bundles__swatch-buttons__button.kaching-bundles__swatch-buttons__button--selected {
  padding: 8px 7px;
  border: 2px solid var(--bar-selected-border-color, #50b83c);
}

.kaching-bundles
  .kaching-bundles__swatch-buttons__button.kaching-bundles__swatch-buttons__button--selected:first-of-type {
  padding-inline-start: 8px;
}

.kaching-bundles
  .kaching-bundles__swatch-buttons__button.kaching-bundles__swatch-buttons__button--selected:last-of-type {
  padding-inline-end: 8px;
}

.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bars {
  flex-direction: row;
  justify-content: space-between;
  gap: calc(10px * var(--block-spacing, 1));
  overflow-x: scroll;
}

.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar {
  position: relative;
}

.kaching-bundles
  .kaching-bundles__block--horizontal
  .kaching-bundles__bar-wrapper {
  justify-content: flex-start;
  padding: 40px 7px 10px;
}

.kaching-bundles
  .kaching-bundles__block--horizontal
  .kaching-bundles__bar-main {
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.kaching-bundles
  .kaching-bundles__block--horizontal
  .kaching-bundles__bar-content {
  flex-direction: column;
}

.kaching-bundles
  .kaching-bundles__block--horizontal
  .kaching-bundles__bar-content-left {
  align-items: center;
}

.kaching-bundles
  .kaching-bundles__block--horizontal
  .kaching-bundles__bar-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: 0;
  border-top-left-radius: var(--bar-label-border-top-radius);
  border-top-right-radius: var(--bar-label-border-top-radius);
}

.kaching-bundles
  .kaching-bundles__block--horizontal
  .kaching-bundles__bar-pricing {
  align-items: center;
}

.kaching-bundles
  .kaching-bundles__block--horizontal
  .kaching-bundles__free-gift {
  flex-direction: column;
  text-align: center;
}

.kaching-bundles .kaching-bundles__block--grid .kaching-bundles__bars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10px * var(--block-spacing, 1));
}

.kaching-bundles .kaching-bundles__block--grid .kaching-bundles__bar-main {
  min-height: initial;
}

.kaching-bundles .kaching-bundles__block--grid .kaching-bundles__bar {
  margin: 0;
}

.kaching-bundles .kaching-bundles__block--grid .kaching-bundles__bar-radio {
  display: none;
}

.kaching-bundles .kaching-bundles__block--plain .kaching-bundles__bar-container,
.kaching-bundles
  .kaching-bundles__block--plain
  .kaching-bundles__bar-container:hover,
.kaching-bundles
  .kaching-bundles__block--plain
  .kaching-bundles__bar--selected
  .kaching-bundles__bar-container {
  box-shadow: none;
}

.kaching-bundles .kaching-bundles__block--plain .kaching-bundles__bar-main {
  min-height: initial;
}

.kaching-bundles .kaching-bundles__block--plain .kaching-bundles__bar-pricing {
  flex-direction: row;
  gap: 10px;
}
