.pa-rc-inline-bundle--canonical[hidden] {
  display: none !important;
}

.pa-rc-bundle-panel {
  border: 0;
  clear: both;
  margin: 2rem 0;
  max-width: 100%;
  min-inline-size: 0;
  padding: 0;
  width: 100%;
}

.pa-rc-bundle-panel,
.pa-rc-bundle-panel * {
  box-sizing: border-box;
}

.pa-rc-bundle-panel__title {
  display: block;
  float: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding: 0;
  width: 100%;
}

.pa-rc-bundle-panel__options {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  max-width: 100%;
}

.pa-rc-bundle-panel__option {
  background: #fff;
  border: 1px solid #dfe4df;
  border-radius: 12px;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  min-width: 0;
  padding: 1rem;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.pa-rc-bundle-panel__option.is-submitting {
  border-color: #0191B6;
  box-shadow: 0 0 0 3px rgba(1, 145, 182, .16);
}

.pa-rc-bundle-panel__choice-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
}

.pa-rc-bundle-panel__offer-layout {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(245px, 315px);
  min-width: 0;
}

.pa-rc-bundle-panel__products {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: .75rem;
  min-width: 0;
}

.pa-rc-bundle-panel__product {
  background: #fff;
  border: 2px solid #0191B6;
  border-radius: 10px;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  margin: 0;
  max-width: 245px;
  min-width: 0;
  padding: .75rem;
  position: relative;
}

.pa-rc-bundle-panel__selected {
  align-items: center;
  background: #01738F;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  height: 1.8rem;
  justify-content: center;
  position: absolute;
  right: .55rem;
  top: .55rem;
  width: 1.8rem;
  z-index: 2;
}

.pa-rc-bundle-panel__image {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-height: 128px;
  padding: .25rem;
  position: relative;
}

.pa-rc-bundle-panel__image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  margin: 0;
  max-height: 150px;
  object-fit: contain;
  width: 100%;
}

.pa-rc-bundle-panel__product figcaption {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: .84rem;
  gap: .5rem;
  line-height: 1.35;
  margin-top: .45rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.pa-rc-bundle-panel__product-name {
  font-weight: 650;
}

.pa-rc-bundle-panel__product-price {
  color: #151515;
  font-size: .95rem;
  font-weight: 750;
  margin-top: auto;
}

.pa-rc-bundle-panel__quantity {
  align-items: center;
  background: #222;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 700;
  height: 1.75rem;
  justify-content: center;
  left: .25rem;
  min-width: 1.75rem;
  padding: 0 .35rem;
  position: absolute;
  top: .25rem;
  z-index: 2;
}

.pa-rc-bundle-panel__plus {
  align-items: center;
  align-self: center;
  background: #01738F;
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 2.25rem;
  font-size: 1.65rem;
  font-weight: 800;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  width: 2.25rem;
}

.pa-rc-bundle-panel__summary {
  background: #fafcf9;
  border: 1px solid #d8dfd8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 1rem;
}

.pa-rc-bundle-panel__action-total {
  align-items: start;
  display: grid;
  gap: .75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.pa-rc-bundle-panel__action {
  display: grid;
  font-weight: 700;
  gap: .85rem;
  grid-template-columns: minmax(0, 1fr);
}

.pa-rc-bundle-panel__action-total strong {
  color: #01738F;
  font-size: 1.08rem;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

.pa-rc-bundle-panel__submit {
  align-items: center;
  background: #01738F;
  border: 2px solid #01738F;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 750;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  padding: .72rem 1rem;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.pa-rc-bundle-panel__submit:hover:not(:disabled) {
  background: #005F76;
  border-color: #005F76;
}

.pa-rc-bundle-panel__submit:focus-visible {
  outline: 3px solid #2365a8;
  outline-offset: 3px;
}

.pa-rc-bundle-panel__submit:disabled {
  background: #aeb6ae;
  border-color: #aeb6ae;
  cursor: not-allowed;
  opacity: .8;
}

.pa-rc-bundle-panel__no-js {
  font-size: .88rem;
  margin: .75rem 0 0;
}

@media (max-width: 900px) {
  .pa-rc-bundle-panel__offer-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pa-rc-bundle-panel__summary {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .pa-rc-bundle-panel__option {
    padding: .8rem;
  }

  .pa-rc-bundle-panel__products {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .pa-rc-bundle-panel__product {
    max-width: none;
    width: 100%;
  }

  .pa-rc-bundle-panel__plus {
    align-self: center;
  }

  .pa-rc-bundle-panel__action-total {
    gap: .5rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .pa-rc-bundle-panel__action-total strong {
    text-align: left;
  }
}
